body {
    background-color: #fffefb;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.main {
    margin: 1.8rem 0 3rem 0;
}

.ch .header {
    display: none;
}


/*banner*/

.banner img {
    width: 100%;
}


/*盒子*/

.t-tit {
    /*margin-top: 1.28rem;*/
    padding-top: 1.28rem;
    text-align: center;
}

.t-tit img {
    width: 80%;
    margin: 0 auto;
}

.t-txt {
    padding: 0.4rem 0.6rem;
    overflow: hidden;
}


/*.t-large {
    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-large .t-hd,
.t-large .t-bd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.t-large .t-bd {
    position: relative;
}

.t-large .t-ft {
    position: absolute;
    right: 0.21rem;
    bottom: 0.21rem;
    left: 0.21rem;
}*/

.t-item:nth-child(2n+0) {
    margin-right: 1%;
}


/*.t-item {
    margin-right: 0;
}*/


/* nav-ul*/

.nav-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #d4dbef;
    color: #7100de;
    font-size: 0.6rem;
}

.nav-box li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0.2rem 0.4rem;
    line-height: 1.2rem;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-box li:before {
    content: '';
    position: absolute;
    display: block;
    right: 10%;
    top: 0;
    left: 10%;
    width: 80%;
    height: 0;
    overflow: hidden;
    border-bottom: 1px dashed #fff;
}

.nav-box li:nth-child(-n+3):before {
    display: none;
}

.nav-box a {
    display: block;
    color: #7100de;
    background-color: #fff;
    border-radius: 0.2rem;
}

.nav-box a.on {
    background-color: #7100de;
    color: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
}


/* .scroll {
    width: 33.33%;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 1rem;
    right: 0;
    bottom: 0.2rem;
} */


/*
*冬日滑雪
*/


/*领券按钮*/

.lingquan {
    width: 100%;
}

.lingquan span {
    position: relative;
    display: block;
    width: 10.709rem;
    height: 1.877rem;
    margin: 0 auto;
    background: url(../images/rules-bg.jpg) no-repeat center top;
    background-size: 100%;
}

.lingquan span a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 5.78rem;
    height: 1.877rem;
    line-height: 1.877rem;
    font-size: 0.64rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 1rem;
    background-color: #e8a400;
}


/*遮罩*/

.mask,
.rule-box {
    position: fixed;
}

.mask {
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}


/*弹窗*/

.rule-box {
    top: 5%;
    left: 3%;
    z-index: 101;
    width: 88%;
    height: 85%;
    padding: 0.4rem 0.5rem;
    background-color: #fff;
    border-radius: 7px;
    overflow-y: auto;
}

.rule-box h2 {
    color: #805d12;
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px dashed #cf9922;
}

.rule-box p {
    color: #333;
    font-size: 0.54rem;
    line-height: 0.8rem;
}

.rule-box p.tips {
    margin: 0.213rem 0;
}

.rule-box h3 {
    margin-top: 0.5rem;
    color: #734e00;
    font-size: 0.6rem;
}

.rule-box .rule-sure {
    display: block;
    margin: 0.4rem auto;
    width: 6.186rem;
    height: 1.792rem;
    line-height: 1.792rem;
    border-radius: 0.896rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    background-color: #d08f28;
    box-shadow: inset -1px -1px 5px rgb( 116, 38, 0);
}


/*a*/

.menu-a {
    position: relative;
    text-align: center;
    width: 100%;
    height: 0.725rem;
    line-height: 0.725rem;
    color: #fff;
    background: url(../images/tab-bg1.jpg) no-repeat center center;
}

.menu-a li {
    position: absolute;
    top: -2.5rem;
    left: 0.1rem;
    display: inline-block;
    width: 6.506rem;
    height: 3.136rem;
    overflow: hidden;
    cursor: pointer;
    font-size: 0.64rem;
    background: url(../images/tab-libg1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}

.menu-a li.t-li2 {
    width: 7.57rem;
    height: 2.709rem;
    left: auto;
    top: -2.2rem;
    right: -0.3rem;
    background: url(../images/tab-libg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.menu-a li span {
    position: absolute;
    display: inline-block;
    bottom: 0.6rem;
    left: 1.6rem;
    z-index: 3;
}

.menu-a li.t-li2 span {
    bottom: 0.5rem;
    left: auto;
    right: 2.5rem;
}

.menu-a li i {
    position: absolute;
    bottom: 0.3rem;
    left: 0.8rem;
    width: 5.44rem;
    height: 1.216rem;
    text-align: center;
    background: url(../images/tab-lii.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}

.menu-a li.t-li2 i {
    left: 0.35rem;
    bottom: 0.2rem;
}

.menu-a li.on i {
    background: url(../images/tab-lioni.png) no-repeat center center;
    background-size: 100% 100%;
}


/*b*/

.menu-b {
    height: 1.5rem;
    line-height: 1rem;
    font-size: 0.34rem;
    color: #fff;
}

.menu-b li {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    width: 24.2%;
    height: 2rem;
    margin-right: 1%;
    background-color: #0f72ed;
    border-radius: 10px;
}

.menu-b li.on {
    background-color: #1d45c5;
    box-shadow: inset 1px 1px 3px rgb(7, 21, 120);
}

.menu-b li.last {
    margin-right: 0;
}

.menu-b li span {
    display: block;
    font-size: 0.7rem;
}


/*c*/

.menu-c {
    height: 1.92rem;
    line-height: 1.92rem;
    background: #f75271;
    color: #fff;
}

.menu-c li {
    display: block;
    float: left;
    text-align: center;
    width: 20%;
    height: 1.9rem;
    position: relative;
}

.menu-c li.on {
    color: #ffe817;
}

.menu-c li i {
    position: absolute;
    bottom: 0.234rem;
    left: 25%;
    display: block;
    width: 50%;
    height: 0.085rem;
    background: #f75271;
}

.menu-c li.on i {
    background-color: #ffe817;
}


/*all样式*/

.t-item {
    width: 48%;
    margin: 0.23rem 1%;
}

#nav1 .t-txt {
    padding-top: 2.3rem;
}

#nav1 .tab-inner {
    background-color: #f8f2e4;
    border: 1px solid #f3e9d3;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

#nav1 .tab-huangou {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 5.9rem;
}

#nav1 .tab-huangou a {
    position: absolute;
    right: 0.4rem;
    top: 0.3rem;
    display: inline-block;
    width: 4.8rem;
    height: 0.96rem;
    text-align: center;
}

#nav1 .tab-huangou-prod {
    margin: 0 auto;
    height: 12.202rem;
}

#nav1 .tab-huangou-prod .huangou0 {
    background: url(../images/huangou-prod-img.jpg) no-repeat center top;
    height: 12.202rem;
    background-size: 100% 100%;
}

#nav1 .tab-huangou-prod .huangou1 {
    background: url(../images/huangou-prod-img2.jpg) no-repeat center top;
    height: 12.202rem;
    background-size: 100% 100%;
}

#nav1 .tab-huangou-prod a {
    display: inline-block;
    width: 6.826rem;
    height: 4.693rem;
    margin: 1.9rem 0.15rem 0.3rem 0.3rem;
}

#nav1 .tab-huangou-prod a.last {
    margin-top: 0;
}

#nav4 .t-tit {
    text-align: left;
    background: url(../images/nav4-h3bg.png) no-repeat right 12px;
    background-size: 26%;
}

#nav4 .t-tit img {
    margin-left: 2%;
}

#nav4 .t-txt {
    padding: 0.4rem 0;
}

#nav4 .t-txt .tab-inner {
    padding: 0.4rem 0.6rem;
}

#nav4 .tab-inner h4 {
    color: #f75271;
    font-size: 0.6rem;
    font-weight: normal;
}

#nav4 .tab-inner p {
    margin-bottom: 0.46rem;
    color: #464646;
    font-size: 0.55rem;
    line-height: 0.8rem;
}