@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font: 14px/1em Microsoft YaHei, sans-serif;
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
    background-color: #f2f2f2;
}

img {
    vertical-align: top;
    outline: none;
}

@media only screen and (max-width:320px) {
    body {
        font-size: 12px;
    }
}

ul,
li {
    list-style: none;
}

img {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    border: 0
}

.mb0 {
    margin-bottom: 0;
}

.active_layer {
    position: relative;
}

.btn-bottom {
    width: 100%;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%;
    /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible;
    /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.8em 0;
    color: #fff;
    /* rgba not supported (IE 8) */
    border: 1px solid #999;
    /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);
    /*IE9 + everything else*/
    text-decoration: none;
}

.btn-hover,
.btn:hover,
.btn:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
}

.btn:focus {
    outline: 0;
}

.btn-active,
.btn:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
}

.btn-light {
    background-color: #fb5c5f;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0;
}

.btn-gray {
    background-color: #ababab;
    height: 1.6em;
    line-height: 1.6em;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
    border: none;
    background-image: none;
    cursor: not-allowed;
    box-shadow: none;
}

.side-right {
    position: fixed;
    right: 0;
    top: 2.2rem;
    z-index: 223;
}

.side-right a {
    display: block;
    font-size: 0.28rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #d91b1c;
    line-height: .5rem;
    text-align: center;
    width: 1.46rem;
    height: 0.50rem;
    border: 0.02rem solid #fff;
    border-right: none;
    /*background: linear-gradient(-90deg, rgba(247, 144, 63, 1) 0%, rgba(255, 243, 147, 1) 100%);*/
    border-radius: 0.25rem 0 0 .25rem;
}

.side-right a.s1 {
    /*background: url(../img/n1.png) no-repeat left center;*/
    width: 1.46rem;
    height: 0.50rem;
    background-size: 100%;
    background-color: #fcd494;
}

.side-right a.s2 {
    /*background: url(../img/n2.png) no-repeat left center;*/
    width: 1.46rem;
    height: 0.50rem;
    background-size: 100%;
    margin-top: 0.20rem;
    background-color: #fcd494;
}

.part {
    position: relative;
}

.part h2 {
    position: absolute;
    left: 0;
    bottom: 1.8rem;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fb5c5f;
    font-family: STYuanti-SC-Bold;
    line-height: 1;
}

.part span {
    font-size: 0.7rem;
}

.part sup {
    font-style: normal;
    position: relative;
    color: #ccc;
    top: -0.2rem;
    font-size: 0.2rem;
}

.part a {
    position: absolute;
    width: 3.36rem;
    height: 0.54rem;
    left: 2.05rem;
    bottom: 0.59rem;
    opacity: 0;
}

.tips {
    padding: 0.2rem 0.9rem;
    margin-bottom: 1.2rem;
    height: 7rem;
    box-sizing: border-box;
}

.tips h5 {
    display: inline-block;
    width: 1.8rem;
    height: 0.5rem;
    letter-spacing: 0.15rem;
    background: url(../img/txt_bg.png) no-repeat left center;
    background-size: 1.76rem;
    border-radius: 0.24rem;
    text-align: center;
    padding-left: 0.08rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.12rem;
    box-sizing: border-box;
}

.tips p {
    font-size: 0.28rem;
    font-family: PingFang-SC-Medium;
    /*font-weight:500;*/
    color: rgba(51, 51, 51, 1);
    line-height: 1.3;
    margin-bottom: 0.12rem;
    letter-spacing: 0.01rem;
    text-align: justify;
}

.tips span {
    font-size: 0.24rem;
    color: #666;
}

.tips a {
    display: block;
    margin: 0.2rem auto 0;
    width: 3.5rem;
    height: 0.76rem;
    background: url(../img/btn.png) no-repeat center;
    background-size: 3.5rem;
    line-height: 0.76rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.tips_list i {
    padding-left: 0.5rem;
    font-style: normal;
    font-size: 0.28rem;
    font-family: PingFangSC-Medium;
    color: #E73F29;
    background: url(../img/icon.png) no-repeat 0.1rem center;
    background-size: 0.34rem;
    font-weight: 700;
}

.tips_list em {
    font-style: normal;
    color: #E73F29;
}

.tips_list p {
    margin-bottom: 0.1rem;
    text-align: justify;
    /*letter-spacing: -0.01rem;*/
}

.recenthot {
    margin: 0 0.81rem 0 0.88rem;
    /*padding-left: 0.88rem;
    padding-right: 0.81rem;*/
    padding-top: 0.1rem;
    margin-bottom: 1.3rem;
}

.partone {
    overflow: hidden;
    padding-bottom: 0.27rem;
    border-bottom: 0.02rem solid #EDE9EE;
    margin-bottom: 0.27rem;
}

.recenthot .left {
    float: left;
    width: 4rem;
}

.recenthot h3 {
    font-size: 0.30rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #d59556;
    line-height: 0.36rem;
    margin-bottom: 0.17rem;
}

.recenthot p {
    font-size: 0.24rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #333;
    line-height: 1;
    padding-left: 0.1rem;
    border-left: 0.05rem solid #f96a08;
}

.recenthot .right {
    float: right;
    width: 1.60rem;
    padding: 0;
}

.recenthot .btna a {
    display: block;
    width: 1.60rem;
    height: 0.60rem;
    border: 0.02rem solid #f97526;
    border-radius: 0.30rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #f97526;
    padding-right: 0.2rem;
    box-sizing: border-box;
    margin-top: 0.1rem;
    background: url(../img/rec.png) no-repeat 1.18rem center;
    background-size: 0.14rem;
}

.rules {
    position: absolute;
    right: 0.2rem;
    top: 0.08rem;
    width: 0.56rem;
    height: 1.45rem;
    line-height: 1;
    padding-left: 0.18rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    font-family: Alibaba;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
}

.rules a {
    color: rgba(255, 255, 255, 1);
    opacity: 0;
}

.layer {
    position: fixed;
    width: 6.35rem;
    min-height: 4.72rem;
    left: 0.575rem;
    top: 3rem;
    z-index: 223;
    display: none;
    background: url(../img/alert.png) no-repeat center top;
    background-size: 6.35rem;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 223;
    display: none;
}

.layer .title {
    width: 6.8rem;
    height: 1.2rem;
    background: url(../img/title.png) no-repeat center;
    background-size: 6.8rem;
    border-radius: 0.08rem 0.08rem 0 0;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.4rem;
    color: #fff;
}

.layer .close {
    width: 0.50rem;
    height: 0.61rem;
    position: absolute;
    left: 0.30rem;
    top: 0;
    background: url(../img/close.png) no-repeat center top;
    background-size: 0.5rem;

}

.layer_content {
    padding: 0.5rem 0.3rem;
    padding-top: 1.8rem;
    /*background: #fff;*/
    border-radius: 0 0 0.08rem 0.08rem;
    box-sizing: border-box;
}

.layer_content p {
    font-family: PingFangSC-Regular;
    font-size: 0.22rem;
    line-height: 1.3;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 0.1rem;
    color: #979797;
    letter-spacing: -0.01rem;
    width: 3.5rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.22rem;
}

.layer_content p.tip {
    margin-top: 0.3rem;
}

.layer_content p.tip:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #ff9200;
    border-radius: 50%;
    left: -0.1rem;
    top: 0.1rem;
}

.layer_content h4 {
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    font-weight: 400;
    width: 3.5rem;
    line-height: 0.50rem;
    margin: 0 auto;
}

.layer_content a {
    display: block;
    width: 3.5rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    background: url(../img/btn.png) no-repeat center;
    background-size: 3.5rem;
    margin: 0.3rem auto 0;
}

.rule_content {
    width: 7.48rem;
    min-height: 9.85rem;
    background: url(../img/alert1.png) no-repeat center top;
    background-size: 7.48rem;
    left: 0.01rem;
    padding: 1.12rem 0.8rem;
    box-sizing: border-box;
    top: 1rem;
}

.rule_content .close {
    left: 3.45rem;
}

.rule_content .layer_content {
    /*padding-top: 0;*/
    padding: 0 0.1rem 0 0.2rem;
}

.scroll {
    width: 5.9rem;
    height: 0.5rem;
    margin: auto;
    background: url(../img/line.png) no-repeat center;
    background-size: 5.91rem;
}

.scroll p {
    font-size: 0.2rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(184, 26, 32, 1);
    line-height: 0.5rem;
}

.style1 {
    position: relative;
    text-align: center;
}

.style1 a {
    position: absolute;
    background: url(../img/yijian.gif) no-repeat center;
    background-size: 100%;
    width: 4.07rem;
    height: 1.20rem;
    z-index: 9;
    bottom: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.style2 {
    position: relative;
    text-align: center;
}

.style2 a {
    position: absolute;
    background: url(../img/yaoqing.gif) no-repeat center;
    background-size: 100%;
    width: 4.07rem;
    height: 1.20rem;
    z-index: 9;
    bottom: 1.7rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.activelist {
    /*background-color: #fff;*/
    font-size: 0;
    width: 6rem;
    margin: 0 auto;
}

.activelist li {
    display: block;
    color: #666666;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.50rem;
}

.activelist li.show-li {
    color: #333333;
    font-size: 0.28rem;
}

.activelist li span {
    width: 31%;
    display: inline-block;
}

.activelist {
    height: 5.50rem;
    overflow: hidden;
}

.btnlist {
    text-align: center;
    width: 3.20rem;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    padding-top: 0.20rem;
    height: 0.4rem;
}

.btnlist a {
    font-size: 0.24rem;
    color: #333333;
    cursor: pointer;
}

.btnlist a:hover {
    color: #2160e1;
}

.btnlist a.active {
    color: #2160e1;
}

.footer {
    text-align: center;
    margin-top: 0.30rem;
}

.footer a {
    width: 3.20rem;
    line-height: 0.68rem;
    background: url(../img/yqbtn.png) no-repeat center top;
    background-size: 100%;
    display: inline-block;
}

.footer p {
    font-size: 0.22rem;
    color: #979797;
    text-align: center;
    margin-top: 0.25rem;
}

.noPage {
    height: 3rem;
    line-height: 3rem;
    color: #979797;
    font-size: 0.30rem;
}
.btnlistpart{
    text-align: center;
    margin-top: 0.1rem;
}
.btnlistpart a{
    width: 2.5rem;
    display: inline-block;
    background: linear-gradient(180deg, #faa181 0%, #f03717 100%);
    border-radius: 0.4rem;
    margin-top: 0;
}
.fr {
    position: fixed;
    right: 0.1rem;
    bottom: 1rem;
    width: 2.08rem;
    height: 1.84rem;
    z-index: 23;
}