b,i{
  font-style: normal;
  font-weight: normal;
}
.main{
  margin-top: 50px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1200px;
  margin: 0 auto;
}
.main .menu{
  float: left;
  width: 300px;
  height: 588px;
}
.main .menu_list li>a{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  border-bottom: 1px solid #eee;
}
.main .menu_list .active{
  color: #333;
  border-bottom: 2px solid #c00a27;
}
.main .menu_list .active .arrow{
  float: right;
  width:5px;
  height: 10px;
  margin: 31px 14px 0 0;
  background-image: url(../../img/service/arrow.png);
  background-size: 5px 10px;
}
.main .menu_list li>a .text{
  vertical-align: middle;
}
.main .menu_list .icon{
  font-size: 25px;
  color: #888;
  font-weight: normal;
  margin-right: 20px;
  vertical-align: middle;
}

/* track */
.main .track{
  float: right;
  max-width: 840px;
}
.main .track .img>img{
  width: 100%;
  height: 100%;
}
.main .track .search{
  width: 100%;
  margin: 30px 0 20px 0;
  position: relative;
}
.main .track .search>input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main .track .search_icon{
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #959595;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.main .track .list{
  font-size: 12px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.main .track .first{
  background-color:#f2f2f2; 
}
.main .track .first>li{
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.main .track .list li{
  float: left;
  height: 60px;
  font-size: 12px;
  color: #333;
  line-height: 60px;
}
.main .track .list li:first-child{
  padding-left: 45px;
  font-weight: bold;
  font-size: 12px;
  box-sizing: border-box;
  width: 27%;
}
.main .track .list li:nth-child(2){
  width: 27%;
}
.main .track .list li:nth-child(3){
  width: 20%;
}
.main .track .list li:nth-child(4){
  width: 16%;
}
.main .track .list li:last-child{
  box-sizing: border-box;
  width: 10%;
}
.main .track .list .tips{
  color: #c6092d;
}
.main .track .list .state{
  color: #c6092d;
  font-weight: bold;
}
.main .track .state{
  color: #c6092d;
  font-weight: bold;
}
.main .track .circular{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-left: -18px;
  position: relative;
  margin-right: 12px;
}
.main .track .statebox{
  padding: 34px 60px 29px 63px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}
.main .track .share{
  position: relative;
}
.main .track .share span{
  display: inline-block;
  line-height: 25px;
}
.main .track .share_left{
  float: left;
}
.main .track .share_right{
  margin-left: 23%;
  padding-top: 7px;
}
.main .track .man{
  margin: 23px 0;
}
.main .track .line{
  width: 1px;
  height: 100%;
  background: #eee;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0px;
  top: 36px;
}
.main .track .m_top{
  margin-right: 100px;
}
.main .track .time{
  margin-right: 143px;
}
.main .track .text{
  margin-left: 87px;
  line-height: 25px;
}
.main .track .describe{
  margin-top: 23px;
}

@media screen and (max-width: 1200px){
  .main{
    padding: 0 20px;
  }
  .main .menu{
    width: 25%;
  }
  .main .track{
    width: 65%;
    background-size: 100% 588px;
  }
  .main .track .img>img{
    width: 100%;
    height: 100%;
  }
  .main .content input{
    width: 100%;
  }
  .main .track .text{
    margin-left: 0;
  }
}

@media screen and (max-width: 768px){
  .main{
    margin: 0;
    padding: 0;
  }
  .main .track{
    width: 100%;
    background-size: 100% 100%;
    background: #fff;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .main .track .img>img{
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
  }
  .main .track .track_title{
    font-size: 20px;
    line-height: 24px;
    margin:39px 0 25px;
    font-weight:bold;
    text-align: center;
  }
  .main .track .search{
    margin: 25px 0 22px 0;
  }
  .main .track .details{
    padding: 30px 3% 18px 3%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
  }
  .main .track .details_title{
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
  }
  .main .track p{
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  .main .track .tickets{
    margin: 13px 0 5px 0;
  }
  .main .track .drift{
    font-size: 14px;
    font-weight: bold;
    float: right;
  }
  .main .track .active{
    color: #c6092d;
  }
  .main .track button{
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
  }
  .main .track .take_up{
    color: #c6092d;
    border: 1px solid #c6092d;
    margin-top: 20px;
  }
  .main .track .open{
    color: #888;
    border: 1px solid #aaa;
    margin-top: 19px;
  }
  .main .track .content{
    background: #f6f6f6;
    margin-top: 3px;
    padding: 34px 9% 37px 7%;
    box-sizing: border-box;
  }
  .main .track .content_list{
    padding-left: 15%;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .main .track .content_list>li{
    float: left;
  }
  .main .track .content b{
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 45px;
    text-align: center;
  }
  .main .track .state{
    font-size: 12px;
    color: #c6092d;
  }
  .main .track .circular{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-left: 0;
    margin-bottom: 6px;
    margin-right: 35px;
  }
  .main .track .icon_line{
    position: relative;
  }
  .main .track .content .line{
    height: 1px;
    width: 35px;
    background: #eee;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 23px;
    left: 47px;
  }
  .main .track .text_list{
    overflow: hidden;
  }
  .main .track .text_list>li{
    line-height: 17px;
    margin-top: 15px;
    font-size: 12px;
    color: #333;
  }
}