/**************************************************
**************************************************/

body {
    background: url('../images/bg.png');
}

.wrap {
    margin: 1.8rem 0 2.5rem 0;
}

.ch .wrap,
.sp-app .wrap,
.sp-app_b .wrap,
.sp-app_c .wrap {
    margin-top: 0;
}


/**************************************************
**************************************************/


/**************************************************
t-box
**************************************************/

.t-box,
.t-tit,
.t-txt,
.js-product,
.tab-box,
.t-outer {
    overflow: hidden;
}


/**************************************************
t-tit
**************************************************/

.t-box .t-tit {
    height: 5rem;
    background: url('../images/title.png') no-repeat 50% 0;
    background-size: 16rem 31.1466rem;
}

.box-a .t-tit {
    height: 3.63rem;
    background-position-y: -1.5rem;
}

.box-b .t-tit {
    background-position-y: -5.03rem;
}

.box-c .t-tit {
    background-position-y: -10.06rem;
}

.box-d .t-tit {
    background-position-y: -15.09rem;
}

.box-e .t-tit {
    background-position-y: -20.12rem;
}

.box-f .t-tit {
    height: 3.413rem;
    background-position-y: -25.15rem;
}

.box-g .t-tit {
    height: 2.56rem;
    background-position-y: -28.586rem
}


/**************************************************
t-txt
**************************************************/

.t-box .t-txt {
    padding: 0.21rem;
}

.box-g .t-txt {
    padding: 0;
    position: relative;
    height: 37rem;
    background: url('../images/s.png') no-repeat 50% 0;
    background-size: 100% 100%;
}

.box-g .t-txt a {
    display: block;
    height: 17.5rem;
}


/**************************************************
menu-ul
**************************************************/


/**************************************************
city
**************************************************/

.t-more {
    text-align: right;
    margin-bottom: -1rem;
    line-height: 1rem;
    height: 1rem;
    position: relative;
    z-index: 1;
    color: #533117;
}

.city-ul {
    padding: 0 0 0.1rem 2.5rem;
    height: 1rem;
    margin-right: 1.5rem;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.city-ul.on {
    height: auto;
}

.city-ul:before {
    content: '出发城市：';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1rem;
    color: #533117;
}

.city-ul li {
    width: 20%;
    display: inline-block;
    line-height: 1rem;
    margin: 0 0.3rem 0 0;
    border-radius: 0.6rem;
    overflow: hidden;
    text-align: center;
    color: #533117;
}

.city-ul li:last-child {
    border: none
}

.city-ul li.on {
    background-color: #533117;
    color: #fff;
}


/**************************************************
导航
**************************************************/

.nav-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, .8);
    padding: 0.21rem 0.21rem 0 0.21rem;
}

.nav-box .nav-ul a {
    display: block;
    float: left;
    width: 23.5%;
    margin: 0 2% 0.21rem 0;
    line-height: 1rem;
    border: 0.05rem solid transparent;
    text-align: center;
    border-radius: 2rem;
    box-sizing: border-box;
    color: #fff;
}

.nav-box .nav-ul a:nth-child(3n+0) {
    margin-right: 0;
}

.nav-box .nav-ul a.on {
    background-color: #b47e44;
    color: #fff772;
}

.scroll {
    bottom: 3rem;
}


/*大*/


/* 
.t-item {
    float: initial;
    width: auto;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.t-item .t-hd,
.t-item .t-bd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.t-item .t-bd {
    position: relative;
}

.t-item .t-ft {
    position: absolute;
    right: 0.21rem;
    bottom: 0.21rem;
    left: 0.21rem;
} */