body{
    background-color: #f8f8f8;
}
.ts-href{
    display: flex;
    width: 100%;
    color: #777;
    border: 1px solid #eee;
    height: 3.5rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 3rem;

}
.ts-href span{
    padding-left: 1rem;
    font-size: 1.4rem;
    border-radius: 5px;
}
.ts-href i{
    width: 2rem;
    height: 2rem;
    background-image: url(/skin/default/images/search.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1rem;
}
.top_bar img{
    padding-top: 0px;
}
.searchBigBox{
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    border-bottom: 0;
    padding: 1.3rem 0 0 0;
    position: sticky;
    position: -webkit-sticky;
    background:#fff;
    z-index: 102;
    top:0px
}
.searchBox {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    padding-bottom: 1.2rem;
}
.consultSearchBox{
    flex: 1;
    padding: 0 4%;
}
.searchBox .toCenters{
    height: 100%;
    padding-right: 4%;
}
.searchBox .toCenters img{
    width: 2rem;
    margin-top: .8rem;
}
.indexsearchQ {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding-left: 4%;
}
.indexsearchQ img{
    width: 1rem;
    padding-left: .3rem;
}
.gobackLast {
    float: left;
    padding-left: 4%;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
}
.gobackLast img{
    width: 2rem;
    margin-top: .8rem;
}

.consultSearchBox{
    float: left;
}

.box-cover {
    z-index: 100;
}
.sea_tips{
    top: 6rem;
}


/* 热门搜索 */

.search-hot{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 6.5rem;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 2rem 0px;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
}
.search-hot .tit{
    font-size: 1.8rem;
    color: #222;
    font-weight: bold;
    padding:0px 0px 1.2rem 4%;
}
.search-hot ul{
    overflow-y: scroll
}
.search-hot li{
    display: block;
    float: left;
    margin:0px 4% .8rem 4%;
}
.search-hot li a{
    background-color: #f4f4f4;
    border-radius: 1.5rem;
    padding: 0px 1.2rem;
    font-size: 1.4rem;
    color: #777;
    display: block;
    width: 100%;
    height: 2.8rem;
    line-height: 3.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.searfoot{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.contentBox{
    background-color: #fff;
}
/*城市选择*/
.citySelBox{
    display: none;
    position: fixed;
    top: 0px;
    z-index: 99999999999999;
    max-width: 650px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.Cityheader{
    height: 4.8rem;
    border-bottom: 1px solid #eee;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.Cityheader a{
    display: inline-block;
    width: 22%;

}
.Cityheader img{
    width: 1.6rem;
    margin-left: 2rem;
}
.Cityheader span{
    font-size: 1.6rem;
    color: #222;
}
.cityTit{
    margin-top: 1.2rem;
    padding-left: 4%;
    font-size: 1.6rem;
}
.hotcityBox{
    width: 92%;
    margin: 0 auto;
}
.hotcitylist{
    width: 92%;
}
.hotcitylist a{
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    line-height: 1.8;
    border: 1px solid #ddd;
    margin-right: 4%;
    margin-top: 4%;
    border-radius: .4rem;
}

#cityList{
    margin-top: 2rem;
    height: 48rem;
    overflow-y: auto;
}
.cityletter{
    font-size: 1.6rem;
    line-height: 2.4;
    padding-left: 4%;
    background: #f8f8f8;
}
.cityList .citybox a{
    display: block;
    font-size: 1.4rem;
    color: #555;
    padding: 4%;
    border-top: .5px solid #eee;
}
.cityList .citybox a:nth-of-type(1){
    border-top: none;
}


.navBox{
    width: 2rem;
    background-color: #fff;
    position: absolute;
    right: 1.6rem;
    top: 10rem;
    padding: 2rem 0px;
    border-radius: 1rem;
}
.cityLetter a{
    text-align: center;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-bottom: .2rem;
}
.xyBox li a p{
    text-align: center;
}


.staticBox{
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999;
}
.box-cover{
    top: 6.5rem;
}
/* 筛选导航 按钮样式  */

.classifyNavBox .classifyNav{
    height: 5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    color: #666;
}
.ftColor{
    color: #222;
}
.selectColor{
    color: #1d7fed;
    font-weight: 700;
}

.classifyNavBox .classifyNav .np{
    background: url("/skin/default/images/newimg/triangleGray.png")no-repeat center;
    display: inline-block;
    width: 11px;
    height: 4rem;
    line-height: 4rem;
    background-size: 11px;
    vertical-align: middle;
    margin-left: .5rem;
}
.classifyNavBox .classifyNav .up{
    background: url("/skin/default/images/newimg/triangleBlue.png")no-repeat center;
    display: inline-block;
    width: 11px;
    height: 4rem;
    line-height: 4rem;
    background-size: 11px;
    vertical-align: middle;
    margin-left: .5rem;
}

/* 弹出框的样式 */
.bg {
    background: #000;
    opacity: 0.75;
    position: fixed;
    top: 11rem;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.sear-histroy {
    position: fixed;
    top: 10.5rem;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-box-flex: 1;
    display: none;
}
.sear-histroy .sear-div {
    padding: 0;
}
.sear-histroy .sear-div ul li {
    width: 94%;
    margin: 0 3%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.0rem;
    border-bottom: 1px solid #eee;
}
.sear-histroy .sear-div ul li a {
    display: block;
    width: 95%;
    font-size: 1.6rem;
    line-height: 5rem;
    padding-left: 3%;
    color: #222;
}
.sear-histroy .sear-div ul li.categoryact a {

    background: url("/skin/default/images/newimg/selectBlue.png")no-repeat right center ;
    background-size: 20px;
}
.sear-histroy .sear-div ul.travle-c{
    border-bottom: 1px solid #eee;
}

.sear-histroy .sear-div ul.travle-c li{
    height: auto;
    border: none;
    padding-bottom: 2rem;
}
ul.travle-c li p{
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: .5rem;
}
ul.travle-c li p span{
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.4rem;
    border: solid 1px #5889db;
    line-height: 2;
    border-radius: .5rem;
    width: 9rem;
    text-align: center;
}
ul.travle-c li p .travle-act{
    color: #fff;
    background-color: #5889db;
    background-image: url("/skin/default/images/newimg/duihao.png");
    background-position: bottom right;
    background-size: 2rem 1.7rem;
    background-repeat: no-repeat;
}

.travle-s{
    display: flex;
    justify-content: space-around;
    padding: 2rem;
}
.travle-s a{
    width: 40%;
    color: #1d7fed;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5;
    border: 1px solid #5889db;
    border-radius: 2rem;
}
.travle-s a.travle-s-act{
    color: #fff;
    background-image: linear-gradient(-33deg, #2d74eb 0%, #4faeff 100%),
    linear-gradient(#ffffff, #ffffff);
}
/*景区列表*/
.travel-box{}
.travel-box li{
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    width: 92%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}
.travel-box li:first-child{
    margin-top: 0;
}
.travel-box .travel-img{
    display: block;
    width: 40%;
}
.travel-box .travel-img img{
    width: 100%;
    border-radius: .5rem;
}
.travel-box .travel-r{
    width: 58%;
}
.travel-box .travel-t{
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    padding-top: .5rem;

}
.travel-box .travel-t a{
    color: #222;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.travel-box .travel-t span{
    width:40%;
    color: #ff4200;
    font-weight: bolder;
    text-align: right;
    font-size: 1.3rem;
}
.travel-box .travel-t span em{
    color: #777;
    font-size: 1.4rem;
}
.travel-box .travel-r dd{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    padding-bottom: 1rem;
}
.travel-box .travel-r .travel-con1{
    display: flex;
    color: #02aadf;
}
.travel-box .travel-r .travel-con1 span:first-child{
    width: 3rem;
    text-align: center;
    background-color: #02aadf;
    color: #fff;
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: .2rem;
}
.travel-box .travel-r .travel-con1 span:last-child{
    width: 4rem;
    text-align: center;
    padding: .2rem;
}
.travel-box .travel-r .score{
    display: flex;
    border: 1px solid #02aadf;
    margin-right: 1rem;
    border-radius: .4rem;
}
.travel-box .travel-r .distance{
    padding: .2rem;
    color: #222;
}
/*景区为空*/
.travel-empty{
    padding: 10rem 0 17rem 0;
    text-align: center;
    font-size:1.4rem;
    color: #777;
    height: calc(100vh - 11.1rem);
}
.travel-empty img{
    margin: 0 auto;
    width: 7rem;
}
.travel-empty p{
    margin-top: 1rem;
}
/*景区详情页面*/
.barHide{
    display: block;
}
.tBar-box{
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 650px;
    top: 0;
    z-index: 3;
    color: #222;
    padding: 1rem 0 0 0;
    box-shadow: 0 5px 5px #eee;
    display: none;
}
.tBar-box a{
    color: #222;
}
.tBar1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bolder;
}
.tBar1>span{
    width: 75%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tBar1 a{
    width: 3rem;
    height: 3rem;
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}
.tBar1 a:first-child{
    background-image: url("/skin/default/images/goBackhs.png");
}
.tBar1 a:last-child{
    background-image: url("/skin/default/images/shouyeBs.png");
}
.tBar2{
    width: 92%;
    padding-top: 1.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
}
.tBar2 li{
    padding-bottom: 1rem;
}
.tBar-active{
    font-size: 1.6rem;
    font-weight: bolder;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(to right,#ff4200,#ff4200);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 2rem  2px;
}
/*轮播*/
.tbuy-bar{
    display: flex;
    position: absolute;
    justify-content: space-between;
}
.travelImg a{
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: rgba(0,0,0,.8);
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}
.travelImg .buy-back{
    top: 1.5rem;
    left: 4%;
    background-image: url("/skin/default/images/goBackbs.png");
    background-size: 1.6rem auto;
}
.travelImg .buy-home{
    top: 1.5rem;
    right: 4%;
    background-image: url("/skin/default/images/newimg/shouyebs.png");
}
.travelImg .tImgMore{
    display: block;
    width: auto;
    height:auto ;
    padding: .3rem 1rem;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    bottom: 3rem;
    right: 4%;
    border-radius: 2rem;
    /*background-image: url("/skin/default/images/newimg/xiangji.png");*/
    /*background-size: 1.7rem;*/
}
.travelImg{
    position: relative;
    width: 100%;
}
.travelImg img{
    display: block;
    width: 100%;
}
.tbuy-box{
    width: 100%;
    background-color: #fff;

    border-bottom: 5px solid #f8f8f8;
}
.tbuy-box-nobottom{
    border-bottom: none;
}
.tbuy-radius{
    position: relative;
    border-radius: 1rem;
}
.tbuy-top-radius{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.tbuy-box-padding{
    padding-bottom: 1.5rem;
}
.tbuy-con{
    width: 92%;
    margin: 0 auto;
    font-size: 1.4rem;
}
.tbuy-radius .tbuy-con{
    margin-top: -1.5rem;
}
.orderBody .tbuy-radius .tbuy-con{
    margin-top: 0;
}
.tbuy-item{

}
.tbuy-item h1{
    font-size: 2rem;
    padding-top: 2rem;
}
.tcolor{
    color:#00a4dc;
}
.tbuy-item .score{
    display: flex;
    margin: 2rem 0;
}
.score .score-list1{
    border: 1px solid #02aadf;
    display: flex;
    border-radius: .5rem;
}

.score .score-list1 .score-list1-span1{
    width: 3rem;
    text-align: center;
    background-color: #02aadf;
    color: #fff;
    border-radius: .3rem;
    line-height: 1;
    padding: .3rem .2rem;

}
.score .score-list1 .score-list1-span2{
    width: 4rem;
    text-align: center;
    line-height:1;
    padding: .3rem .2rem;

}
.score .score-list2{
    width: 25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .2rem;

}
.timeInPark{
    line-height: 1.5;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
.tbuy-item .torder{
    width: 100%;
    background-image: url("/skin/default/images/newimg/orderB.png");
    background-size: 1.4rem;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.6rem;
    line-height: 1.7;
}
.taddressBox{
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.taddressBox .taddressBox-l{
    width: 80%;

}
.taddressBox .taddressBox-l p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.7;
}
.taddressBox .taddressBox-l p:last-child{
    color: #666;
}
.taddressBox .taddressBox-r{
    width: 20%;
    color: #666;
    text-align: right;
}
.taddressBox .taddressBox-r img{
    width: 2.6rem;
}
.tStrategy{
    display: flex;
    justify-content: space-between;
    color: #333;
}
.tStrategy p{
    padding: 1rem 0;
}
.tStrategy span{
    display: inline-block;


}
.tStrategy span:first-child{
    border-right: 1px solid #777;
    padding-right: .5rem;
}
.tStrategy span:last-child{
    padding-left: .5rem;
}
.tStrategy em{
    width: 1rem;
    background-image: url("/skin/default/images/user_right.png");
    background-size: auto 2rem;
    background-position: center center;
    background-repeat: no-repeat;
}
/*门票*/

.tbuy-con li{
    border-bottom: 1px solid #eee;
}
.tbuy-con li.liLineNO{
    border-bottom: none;
}

.tbuy-con li .tSessions-no{
    border-bottom: none;
}
.tbuy-t{
    font-size: 1.8rem;
    padding-top: 1rem;
    font-weight: bold;
}
.tticket{
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    margin:2rem 0;
    align-items: center;
}
.tticket p{
    display: flex;
    align-items: center;
}
.tticket p span{
    color: #ff4200;
    font-weight: bolder;
}
.tticket p em{
    color: #666;
    padding: 0 .2rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
}
.tticket p i{
    width: 2rem;
    height: 2rem;
    background-image: url("/skin/default/images/newimg/zhanshi.png");
    background-size: 1.6rem auto;
    background-position: center;
    background-repeat: no-repeat;
}
.tticket p i.thide{
    background-image: url("/skin/default/images/newimg/shouqi.png");
}
.tSessions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background-color: #f8fafd;
    line-height: 1.5;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 6px;
    border-radius: 10px;
}
.tSessions-l dt{
    font-size: 1.4rem;
    font-weight: bolder;
}
.tSessions-l dd span{
    margin-right: 1rem;
}
.note-span{
    width: 30rem;
}
.buy-note{
    color: #666;
}
.tSessions-r p{
    color: #ff4200;
    font-weight: bolder;
    font-size: 1.6rem;
    text-align: center;
}
.tSessions-r a{
    display: block;
    width:6rem;
    text-align: center;
    background-image: linear-gradient(-33deg,#ea4545 0%, #ff8d4f 100%), linear-gradient( #ffffff,#ffffff);
    border-radius: 1.5rem;
    color: #fff;
    padding: .3rem .15rem;
    line-height:normal;
    margin-top: 1rem;

}
/*景点详情*/
.tbuy-t-m{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}
.tbuy-t-m .tbuy-t{
    padding-top: 0;
    font-weight: bolder;
}
.tbuy-t-m a{
    font-size: 1.4rem;
}
.tbuy-detail{
    line-height: 1.7;
    margin: 1rem 0;
}
.tbuy-detail img{
    display: block;
    margin: 1rem auto;
    border: 1px solid #eee;
    border-radius: .5rem;
    width: 94% !important;
    height: auto !important;


}

/*猜你喜欢*/
.tbuy-xh{
    display: flex;
}
.tbuy-xh em{
   /* width: 6rem;*/
    background-image: url("/skin/default/images/newimg/bluePostion.png");
    background-position: left center;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    font-weight: normal;
    padding-left: 1.6rem;
    padding-right: .5rem;
}

.tbuy-love a{
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.tbuy-love {

}
.tbuy-love .tbuy-img{

    width: 30%;
    border-radius: .5rem;
}
.tbuy-love .tbuy-love-r {
    width: 67%;
    color: #777;
}

.tbuy-love .tbuy-love-t{
    font-size: 1.6rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
    color: #222;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tbuy-love .tbuy-love-t a{
    display: block;

}
.tbuy-love .tbuy-love-con1 {
    display: flex;
    align-items: center;
}
.tbuy-love .tbuy-love-con1 .score{

    margin-right: 1rem;
    border: 1px solid #02aadf;
    display: flex;
    border-radius: .5rem;
}
.tbuy-love-con1 .score span:first-child{
    width: 3rem;
    text-align: center;
    background-color: #02aadf;
    color: #fff;
    border-radius: .3rem;
    padding: .2rem;
}
.tbuy-love-con1 .score span:last-child{
    width: 4rem;
    text-align: center;
    padding: .2rem;
}
.tbuy-love-con1 .score-list1 .score-list1-span1{
    width: 3rem;
    text-align: center;
    background-color: #02aadf;
    color: #fff;
    border-radius: .3rem;
    padding: .2rem;
}
.tbuy-love-con1 .score-list1 .score-list1-span2{
    width: 4rem;
    text-align: center;
    padding: .2rem;
}
.tbuy-love-r dd{
    margin-bottom: 1rem;
}
.tbuy-love-con2{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.tbuy-love-con2 p{
    width: 72%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tbuy-love-con2 span{
    font-weight: bolder;
    color: #ff4200;
}
.tbuy-love-con2 span em{
    font-weight: normal;
    color: #777;
}
/*购买须知弹框*/
.note-box{
    max-width: 650px;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.note-con{
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    height: 80%;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    background-color: #FFFFFF;

    font-size: 1.4rem;
}
.note-con h3{
    display: flex;
    width: 92%;
    /*height: 10%;*/
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    color: #333333;
    margin: 1rem auto;
}
.note-con h3 em{
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-image: url("/skin/default/images/newimg/noteClose.png");
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    background-position: center center;
}
.note-item{
    height: 85%;
    overflow-y: auto;
    padding-bottom: 6rem;
}
.note-list{
    width: 100%;
    padding: 0 4%;
    border-bottom: 5px solid #f8f8f8;
}
.note-list h4{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.note-list .note-margin{
    margin-top: 2rem;
}
.note-list li{
    border-bottom: none;
    margin-bottom: 2rem;
}
.note-list .p1{
    color: #ff4200;
}
.note-list .p1:before{
    content: "●";
    padding-right: .5rem;

}
/*.note-list table{*/
/*width: 100%;*/
/*border-radius: 5px;*/
/*background-color: #dae3f0;*/
/*margin: 1.5rem 0;*/
/*}*/
/*.note-list th{*/
/*text-align: center;*/
/*color: #666;*/
/*padding: 5px 0;*/
/*}*/
/*.note-list tr{*/
/*background-color: #ebf0f8;*/
/*}*/
/*.note-list td{*/
/*background: #FFFFFF;*/
/*padding: 5px 10px;*/

/*}*/
/*td.font-center{*/
/*text-align: center;*/
/*padding: 0 0;*/
/*}*/

/*表格*/

/*底部购买*/
.PhoneFoot{
    max-width: 650px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 5.6rem;
    border-top: 1px solid #eee;
    z-index: 120;
    align-items: center;
}
.goods_kefu{
    display: flex;
    /*float: left;*/
    width: 33.33%;
    height: 5.6rem;
    line-height: 5.6rem;
    align-items: center;
}

.goods_kefu img{
    width: 3rem;
    height: 3rem;
    /*margin-top: 1.1rem;*/
    /*margin-bottom: .5rem;*/
    margin-left: calc(50% - 1.2rem);
    pointer-events: none;
}
.guomaibtn{
    /*float: right;*/
    width: 66.66666%;
    height: 100%;
}
.guomaibtn a,.guomaibtn span,.guomaibtn button{
    width: 82%;
    display: block;
    background-color: #ff4200;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 4rem;
    margin: .8rem 18% 0 0;
    text-align: center;
    border-radius: 2.1rem;
    border: none;
}

.guomaibtn .over{
    background-color: #eee;
    color: #555;
}
/*底部微调*/
.tbuy-footer{
    padding-bottom: 6.5rem;
}
/*搜索页面*/
.tSearchBody{
    background-color: #fff;
}
#tSearchBox{
    position: fixed;
    z-index: 9;
    background-color: #fff;
    top: 0;
    left: 0;
}
#keyword{
    width: 80%;
    padding-left: 1rem;
    font-size: 1.4rem;
    color: #222;
    cursor: auto;
    border: 0;
    border-radius: 20px;
}
.tSearch-btn{
    width: 2rem;
    height: 2rem;
    background-image: url(/skin/default/images/search.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1rem;
    border: none;
    background-color: #fff;
}
.SearchCon{
    margin-top: 6.5rem;
    width: 100%;
    padding: 0 4%;
    background-color: #fff;
    font-size: 1.4rem;
}
.tSearch-t{
    display: flex;

    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    padding: 1.5rem 0;
}
.tSearch-t i{
    width: 2rem;
    height: 2rem;
    background-image: url("/skin/default/images/detail.png");
    background-position: center center;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
}
.ts-history{
    display: flex;
    flex-wrap: wrap;
}
.ts-history span{
    color: #666;
    text-align: center;
    padding: .5rem 1rem;
    border: 1px solid #eee;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
}
.tSearch-hot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
.tSearch-hot .tSearch-hot-list{
    display: flex;
    width: 45%;
    align-items: center;
    color: #222;
    padding-bottom: 1rem;

}
.tSearch-hot .tSearch-hot-list span{
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: #666;

}
.tSearch-hot .tSearch-hot-list p{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tSearch-hot .tSearch-hot-list1 span{
    color: red;
    /* background-image: url("/skin/default/images/newimg/QueenRed.png");*/
}
.tSearch-hot .tSearch-hot-list2 span{
    color: #e97e16;
    /* background-image: url("/skin/default/images/newimg/QueenYellow.png");*/
}
.tSearch-hot .tSearch-hot-list3 span{
    color: #16b5e9;
    /* background-image: url("/skin/default/images/newimg/QueenBlue.png");*/
}
.Tsearch-r-box{
    margin-top: 6.5rem;
}
.tInEnd{
    color: #666;
    text-align: center;
    margin: 2rem auto;
}
.travel-box .travel-t p {
    color: #222;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Tsearch-r-no span{
    color: #222;
}
/*查看图片*/
.tBar-margin{
    margin: 1rem auto;
}
#imgshow{
    display: flex;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;

}
#imgshow figure{
    margin: 0;
    padding: 0;
    width: 49%;
}
#imgshow figure img{
    display: block;
}
#imgshow .img-dv{
    margin-bottom: 1rem;
}
/*订单提交页面*/
.reh3{
    font-size: 1.6rem;
    font-weight: bolder;
}
.tprice-body{
    background-color: #FFFFFF;
}
.tbuy-choose{
    padding-right: 3rem;
    background-image: url("/skin/default/images/newimg/calendarB.png");
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: right center;
}
/*日历*/
#moreDay{
    color: #5587da;
}
.calendar-box{
    max-width: 650px;
    min-width: 320px;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.calendar-con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}
.calendar-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    height: 12%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #333333;
}
.calendar-tit span{
    width: 9rem;
    display: block;
    padding-right: 2rem;
    background-image: url(/skin/default/images/newimg/calendarB.png);
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bolder;
}
.calendar-tit em{
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-image: url(/skin/default/images/newimg/noteClose.png);
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    background-position: center center
}
.calendar-item{
    height: 80%;
    overflow-y: auto;
}
.calendar-list{
    width: 100%;
    padding: 0 4%;

}
.calendar-list li{
    display: flex;
    align-items: center;
    margin: 1rem 0;
    border: none;
}
li.calendar-list1 span{
    display: block;
    width: 6rem;
    padding: .5rem 0;
    border: 1px solid #eee;
    border-radius: 2rem;
    text-align: center;
}
li.calendar-list1 em{
    display: block;
    width: 2rem;
    margin: 0 .3rem;
    border: 1px solid #eee;
}
li.calendar-list2{
    flex-wrap: wrap;
}
li.calendar-list2 p{
    position: relative;
    width: 14.2%;
    text-align: center;
    margin: 1rem 0;
}
li.calendar-list2 p span{
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
}
li.calendar-list2 p em{
    color: #ff4200;
    position: absolute;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    bottom: -2rem;
    right: 4%;
    font-size: 1.2rem;
}
.Ttoday span{

    border: solid 1px #1396da;
}
.day-act span{
    background-color: #1396da;
    color: #fff;
}
.day-no{
    color: #999;
}






.tprice-cal li{
    border: 1px solid #d8d8d8;
    border-radius: .8rem;
    padding: .5rem .3rem;
}
.tprice-cal li p{
    text-align: center;
    font-size: 1.4rem;


}
.tprice-cal li p span{
    font-weight: bolder;
    color: #ff4200;
}
.tprice-cal li p em{
    color: #999;
}
li.tprice-cal-no{
    background-color: #f4f4f4;
}

li.tprice-cal-no p{
    color: #999;
}
li.tprice-cal-no p span{
    color: #999;
}
li.tprice-cal-act{
    background-color: #e2f0fe;
    border: solid 1px #5889db;
    background-image: url("/skin/default/images/newimg/checkBlue.png");
    background-position: bottom right;
    background-size: auto 1.7rem;
    background-repeat: no-repeat;
}
li.tprice-cal-act p{
    color: #0742a8;
}
.tprice-list{
    display: flex;
    flex-wrap: wrap;
}
.tprice-list li{
    width: 30%;
    border: 1px solid #d8d8d8;
    padding: .5rem 1rem;
    margin-right: 3%;
    text-align: center;
    margin-bottom: 1rem;
}
li.tprice-list-no{
    background-color: #f4f4f4;
    color: #999;
}
li.tprice-list-act{
    background-color: #e2f0fe;
    border: solid 1px #5889db;
    color: #0742a8;
}
.tbuy-num-box{
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}
.tbuy-num-box .tbuy-num-sub{
    width:3rem;
    color: #666;
    border-right: 1px solid #ddd;
    font-size:1.8rem;
}
.tbuy-num-box .tbuy-num-add{
    width: 3rem;
    color: #0853d5;
    border-left: 1px solid #ddd;
    font-size: 1.8rem;
}
.tbuy-num-box .tbuy-num{
    width: 4rem;
}



.tbuy-ticket li{
    border-bottom: none;
    line-height: 1.8;
    color: #666;
}
.tbuy-ticket li em{
    color: #ff4200;
}
.tbuy-ticket li .liSpan{
    padding-right: 5px;
}
/*************************/
.tbuy-man-box{
    padding: 1rem 0;
    color: #666;
    line-height: 1.8;
}
.tbuy-man{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tbuy-man span:first-child{
    width: 16%;
    color: #222;
    font-weight: bolder;
    font-size: 1.6rem;

}
.tbuy-man span.tbuy-man-num{
    width:69%;
}
.tbuy-man span.tbuy-man-num strong{
    color: #ff4200;
}
.tbuy-man button{
    width: 15%;
    text-align: center;
    color: #0742a8;
    border: solid 1px #5889db;
    border-radius: 5px;
    background-color: unset;
    line-height: 1.8;
}
.tbuy-man-phone{
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;

}
.tbuy-man-phone span:first-child{
    color: #222;
    width: 25%;
}
.tbuy-man-phone:last-child{
    border-bottom: none;
}
.tbuy-man-phone input{
    width: 75%;
    border: none;
}
.tbuy-man-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.tbuy-man-list li{
    max-width: 26%;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    padding:0 1.5rem;
    border: solid 1px #5889db;
    border-radius: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.tbuy-man-check{
    background-color: #e2f0fe;
    background-image: url("/skin/default/images/newimg/checkBlue.png");
    background-position: bottom right;
    background-size: auto 1.7rem;
    background-repeat: no-repeat;
}
li.tbuy-man-edit{

}
.tbuy-man-edit a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222;

}
.tbuy-man-edit span{
    max-width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tbuy-man-edit img{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 2px;

}
.tbuy-man-se{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    padding: 1rem 0;
    border-top: 1px solid #eee;
}
.tbuy-man-se .tbuy-man-l{
    width: 20%;
    display: flex;
    align-items: center;
}
.tbuy-man-se .tbuy-man-l em{
    width: 2rem;
    height: 2rem;
    display: block;
    background-image: url("/skin/default/images/newimg/noteClose.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: .5rem;
}
.tbuy-man-se .tbuy-man-m{
    width: 60%;
}
.tbuy-man-m .spanZj{
    padding-right: .5rem;
}
.tbuy-man-m p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tbuy-man-se .tbuy-man-r{
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("/skin/default/images/newimg/editBlue.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: unset;
    border: none;
}
/********************/
.pay_big_box{
    margin-bottom: 6rem;
}
.pay_big_box li {
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-size: 1.6rem;

}
.pay_big_box li:last-child {
    border-bottom: none;
}
.pay_big_box .payimg {
    float: left;
    width: 4rem;
    padding-right: 1rem;
}
.shipping_title {
    height: 3rem;
    line-height: 3rem;
}
.pay_big_box input:checked {
    background: url(/skin/default/images/pitckon.png)no-repeat center center;
    background-size: auto;
    background-size: 2rem 2rem;
}
.pay_big_box input {
    width: 2rem;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/skin/default/images/pitckoff.png)no-repeat center center;
    background-size: 2rem 2rem;
}
.pay_big_box .chiose-btn {
    float: right;
    margin: -2.4rem 2rem 0px 0px;
}
/*新增或者编辑观演人*/
.tBar3{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 4%;
    font-size: 1.8rem;
    font-weight: bolder;
    background-color: #fff;
}
.tBar3 a{
    width:15%;
    height: 3rem;

    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 50%;
}
a.tman-delete{
    line-height: 3rem;
    font-size: 1.6rem;
    text-align: right;
    font-weight: normal;
    color: #ff4200;
}
.tBar3 a:first-child{
    background-image: url(/skin/default/images/goBackhs.png);
}
.tBar3 span{
    width: 70%;
    text-align: center;
}

.tname-box{
    color: #777;
}
.tname-box input.layui-unselect{
    border: none;
}
.tname-list{
    border-bottom: 1px solid #eee;
    padding: 2rem 0;
}
.tname-list:last-child{

}
.tname-list input{
    border: none;
    width: 70%;
}
.english-name{
    width: 100%;
    display: block;
    padding-bottom: 1rem;
}
.tname-list>p{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tname-list>p span{
    display: block;
    width: 30%;
}
.tname-list3{
    border-bottom: 3px solid #eee;
    padding-top: 2.5rem;
}
.tname-box li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 2rem 0;

}
.tname-box li>span{
    width: 30%;
}
.tname-box li select{
    width: 70%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    background-image: url("/skin/default/images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem auto;
    padding: .5rem;
}
.tname-num{
    width: 55%;
    border: none;
}
.tname-del{
    width: 15%;
    height: 2rem;
    display: block;
    background-image: url("/skin/default/images/newimg/noteClose.png");
    background-position: right center;
    background-size: 2rem auto;
    background-repeat: no-repeat;
}
.tname-sex{
    width: 1.5rem;
    height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/skin/default/images/pitckoff.png")no-repeat center center;

    background-size: 1.5rem 1.5rem;
}
.tname-sex:checked {
    background: url(/skin/default/images/pitckon.png)no-repeat center center;

    background-size: 1.5rem 1.5rem;
}
.tname-sex-box label{
    display: flex;
    align-items: center;

}
.tname-sex-box label span{
    padding-right: 4rem;
    padding-left: .5rem;
}
.tman-btn{
    display: block;
    margin: 3rem auto 0 auto;
    width: 70%;
    height: 3.8rem;
    line-height: 3.8rem;
    background-image: linear-gradient(-33deg, #2d74eb 0%, #4faeff 100%),
    linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal,normal;
    border-radius: 3.8rem;
    text-align: center;
    color: #FFFFFF;
    border: none;
    font-size: 1.6rem;
}
/*订单*/
.torder_bg{
    width: 100%;
    height: 15.5rem;
    background-image: linear-gradient(-33deg, #2d74eb 0%, #4faeff 100%),
    linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal,normal;
    color: #fff;
    font-size: 1.4rem;
}
.tBar4{
    background-color: unset;
}
.tBar4 a:first-child {
    background-image: url(/skin/default/images/goBackbs.png);
}
.torder_bg>p{
    width: 100%;
    padding: .6rem 4%;
}
.torder-state{
    font-size: 1.6rem;
    font-weight: bolder;
    margin-top: 1rem;

}
.torder1 li{
    display: flex;
    justify-content: center;
    color: #666;
    margin: 1rem 0;
    border: none;

}
.torder1 li span{
    width: 25%;

}
.torder1 li p{
    width: 75%;
}
.color-org{
    color: #ff4200;
    font-weight: bolder;
}
.torder2{
    display: flex;
    align-items: center;
    padding: 1rem 0;
    justify-content: space-between;
}
.torder2-l{
    width: 92%;
    color: #222;
    line-height: 2.2;
}
.torder2-l .torder-l-p{
    word-break: break-all;
}
.torder2-l-span{
    color: #666;
    padding-right: 1.5rem;
}
.tgrey{
    color: #666;
}
.torder2-r{
    width: 2rem;
    height: 2rem;
    background-image: url("/skin/default/images/arrow-right.png");
    background-size: auto 2rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.torder3{
    padding: 1rem 0;
    line-height: 2rem;
}
.torder-tips{
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.torderitem{
    margin-bottom: 1rem;
}
.torderitem li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    border: none;

}
.torderitem li .torder-certificate-l{
    width: 22%;
    text-align: center;
    padding: 3rem 0;
    background-color:#d0e8fe;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.torderitem li .torder-certificate-r{
    width: 78%;
    padding: 2rem 1rem;
    background-color: #e6f3ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.torderitem li .torder-certificate-r2{
    padding: 3rem 1rem;
}
.torder-certificate-r p>span:first-child{
    padding-right: .5rem;
}
.torder-certificate-r .pnowrap{
    white-space: nowrap;
}
.torderitem li img{
    display: block;
    margin: .5rem auto;
    width: 50%;
}

.torder-s-tit{
    display: block;
    font-size: 1.4rem;
    padding-top: 1rem;
}
.torder-dz{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.torder-dz a{
    width: 3rem;
    height: 3rem;
    background-image: url("/skin/default/images/newimg/map2.png");
    background-size: auto 3rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.torder4>p{
    margin: .5rem 0;
}
.torder-man-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
.torder-man-box li{
    width: 50%;
    padding-right: 2%;
    border-bottom: none;
    margin-bottom: 1rem;
}
.torder-man-box .torder-man-p{
    display: flex;
    font-size: 1.2rem;
}
.torder-man-p .torder-man-span1{
    width: 30%;
}
.torder-man-p .torder-man-span2{
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.torder-pad{
    padding-bottom: 5rem;
}
.torder-pay{
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 4%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.torder-pay a{
    width: 45%;
    padding: 1rem;
    border-radius: 3rem;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 1rem;
}

.torder-pay-no{
    border: 1px solid #eee;
}
a.torder-pay-yes{
    color: #fff;
    background-image: linear-gradient(-33deg,#ea4545 0%, #ff8d4f 100%),linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
}
.tpay_big_box{
    margin-bottom: 0;
}
.torder-mask{
    max-width: 650px;
    min-width: 320px;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;

}
.torder-pay-box{
    max-width: 650px;
    min-width: 320px;

    z-index: 100;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;

}
.torder5{
    /*position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 4%;*/
}
.torder5 .tbuy-t{
    text-align: center;
    font-weight: normal;
    padding-top: 2rem;
}
.torder-gopay{
    display: block;
    margin: 0 auto 1rem;
    width: 45%;
    padding: 1rem;
    border-radius: 3rem;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-image: linear-gradient(-33deg,#ea4545 0%, #ff8d4f 100%),linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
}
a.torder-gopay{
    color: #fff;
}

.torder-fail{

    width: 100%;
    background-color: #fff3da;
    color: #ea5a0b;
    padding: 1rem 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.torder-fail>p{
    width: 92%;
    margin: 0 auto;
    line-height: 1.8;
}
.torder-strong{
    color: #222;
    font-weight: bolder;
}
.torder-cancel-box{
    position: fixed;
    bottom: 50%;
    left: 18%;
    width: 64%;
    z-index: 100;
    background-color: #fff;
    border-radius: 1rem;
    font-size: 1.6rem;
    display: none;
}
.torder-cancel-box p{
    display: flex;
    justify-items: center;
    width: 100%;
    padding: 1.5rem 4%;
    border-bottom: 1px solid #eee;
    line-height: 1.8;

}
.torder-cancel-box p.torder-cancel-btn{
    border-bottom: none;
    padding: 0;
}
.torder-cancel-box .torder-cancel-btn span{
    width: 50%;
    text-align: center;
    padding: 1.5rem 0;
    color: #ff4200;
}
.torder-cancel-box .torder-cancel-btn span.torder-cancel-btn1{
    color: #222;
    border-right: 1px solid #eee;
}
/*加载图片*/
.loadingImg{
    width: 100%;
    padding: 6rem 0 12rem 0;
    background-color: #fff;
}
.loadingImg img{
    display: block;
    width: 5rem;
    height: auto;
    margin: 0 auto;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-color: #dae3f0;
}
.layui-table {
    width: 100%;
    border-radius: 5px;
    /*background-color: #dae3f0;*/
    margin: 1.5rem 0;

}
.layui-table th{

    background-color: #ebf0f8;
    text-align: center;
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
}
/*2022.01.04*/
.orderBody{
    background-color: #fff;
}
.tbuyNew{
    margin-top: -1.5rem;
}
.tbuyNew .torder1{
    padding-top: 1rem;
}
.tbuyNew .torder1 li{
    margin: 0;
    padding-bottom: 1rem;
}
/*2022.01.12*/
.open-time-detail{
    margin-top: 1rem;
    padding-bottom: 2rem;
    line-height: 2;
}
.small-line {
    background: #f8f8f8;
    height: 1px;
}
.open-time-bz{

    color: #999;
    margin: 2rem 0;
}
.tbuy-ryxz{
    margin-top: 1rem;
    line-height: 1.7;

}
.tbuy-ryxz p{
    margin-bottom: 1.5rem;
}

.preferential{
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.preferential table {
    border-radius: 5px;
    background-color: #dae3f0;
    border-spacing: 1px;
    border-collapse: separate;
}
.preferential th {
    text-align: center;
    color: #666;
    padding: 5px 0;
}
.preferential .th1{

}

.preferential tr {
    background-color: #ebf0f8;
}
.preferential td {
    background: #FFFFFF;
    padding: 5px 10px;

}
.preferential .th1 {
    width: 20%;
    border-top-left-radius: 5px;
}
.preferential .th2 {
    width: 60%;
}
.preferential .th3{
    border-top-right-radius: 5px;
}
td.font-center {
    text-align: center;
    padding: 0 0;
}
.preferential .bz2 {
    margin-top: 2rem;
    color: #999;
}
.radius-l {
    border-bottom-left-radius: 5px;
}
.radius-r {
    border-bottom-right-radius: 5px;
}
.tbuy-traffic{
    margin-top: 1rem;
}
.tbuy-traffic p{
    line-height: 1.7;
}

.sygl-tit{
    font-size: 1.6rem;
    padding-bottom: 1rem;
    font-weight: bolder;
}