/**************************************************
主体
**************************************************/

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff1de;
    background-size: 2.13rem 2.13rem;
}

.warp {
    padding-bottom: 2.8rem;
}

.main {
    margin-top: 1.8rem;
}

.main .banner img {
    width: 100%;
}


/*banner*/

.banner {
    position: relative
}


/*二级菜单*/

.menu-t {
    padding: 0.21rem 0;
    text-align: center;
}

.menu-t li {
    display: inline-block;
    width: 3.24rem;
    line-height: 1.1rem;
    margin: 0.1rem;
    background-color: #c6a678;
    border: 0.085rem solid #977238;
    border-radius: 0.8rem;
    font-weight: bold;
    font-size: 0.6rem;
    box-shadow: inset -8px -8px 18px rgba(199, 125, 108, .45);
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
}

.menu-t li.on {
    background-color: #ffe243;
    border-color: #d59b00;
    color: #6d3f04;
}

.nav3-menu {
    background: url(../images/tab-nav3.jpg) no-repeat center center;
}

.nav4-menu {
    background: url(../images/tab-nav4.jpg) no-repeat center center;
}


/*内容*/

.cbg {
    background-size: 100% auto
}

.t-box {
    /*padding: 0.43rem;*/
    padding: 0.43rem 0;
    background-size: 8.21rem 1.56rem;
}

.t-tit,
.t-txt {}

.t-tit {
    background-size: 10rem 1.6rem;
    border-radius: 0.21rem 0.21rem 0 0;
    height: 2.28rem;
    border-bottom: 0;
    overflow: hidden;
}

.t-tit img {
    width: 9.11rem;
    height: 2.28rem;
    margin: 0 auto;
    /* position: absolute;
    top: -0.61rem;
    left: 50%;
    width: 8.98rem;
    height: 2.66rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
}

.t-txt {
    border-top: 0;
    min-height: 3rem;
    border-radius: 0 0 0.21rem 0.21rem;
    padding: 0.43rem;
    overflow: hidden;
}


/*导航*/

.nav-ul {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.2rem 0;
    z-index: 2;
    background-color: #625d55;
    color: #fff;
    display: none;
}

.nav-on {
    display: block;
}

.nav-ul a {
    display: block;
    float: left;
    width: 33%;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    position: relative;
}

.nav-ul a.on {
    font-weight: bold;
    color: #524436;
}

.nav-ul a.on:after {
    content: '';
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 20%;
    display: block;
    height: 0.08rem;
    background-color: #c3a285;
}

.nav-ul a i {
    width: 65%;
    display: inline-block;
    line-height: 1rem;
    border-radius: 0.8rem;
}

.nav-ul a.on i {
    background-color: #c3a285;
}

.nav-ul .dn a {
    display: none;
}


/*服务*/

.template-other .t-item {
    width: 48%;
    margin: 4% 0.43rem 0 0;
}

.template-other .t-item:nth-child(2n+0) {
    margin-right: 0;
}

.template-other .t-hd {
    display: none;
}

.template-other .t-h2 {
    /* width: 190px; */
    min-height: 1.54rem;
    max-height: 1.54rem;
    line-height: .78rem;
    overflow: hidden;
    color: #333;
    font-size: .6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #344e7a;
}

.template-other .t-money {
    color: #3459f6;
}

.template-other .t-btn {
    /* height: 1.9rem;
    line-height: 1.9rem; */
    background-color: #3254e8;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 0.4rem;
}

.template-other .on {
    background-color: #ddd;
    color: #333;
}


/*春航*/

.ch .main {
    margin-top: 0;
}


/*加等待*/

.js-product:empty,
.t-item .t-hd:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    border: 0.1rem solid rgba(0, 0, 0, .1);
    border-top-color: white;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.t-item .t-hd:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -0.5rem;
}

.t-item .t-hd img {
    position: relative;
    z-index: 1;
}

.t-item .t-hd .t-tag {
    display: none;
}