@charset "utf-8";

/* 初始化*/
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

th,
tr,
td,
tbody {
    margin: 0;
    padding: 0;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 0.24rem Helvetica Regular, Microsoft YaHei, sans-serif, Tahoma;
    color: #434343;
}

input {
    outline: none;
}

em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.page.clearfix:after {
    content: "";
    clear: both;
    display: none;
}
.clearfix {
    zoom: 1;
}

.bor0 {
    border: none !important;
}

.bj_fff {
    background: #fff;
}

.hide {
    display: none;
}

.ico_img {
    /*background: url("../images/ico_img.png") no-repeat center;*/
    background-size: 3.09rem auto;
}

.ico_img2 {
    background: url("../assets/imgs/icon_search.png") no-repeat center;
    background-size: cover;
}

#warp {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background: #efeff4;
    overflow: hidden;
    position: relative;
    font-size: 0.24rem;
}

.box_flex {
    display: -webkit-box;
    display: flex;
}

.box_flex_1 {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
}

html {
    font-size: calc(100vw / 7.5);
}

@media (min-width:750px) {
    html {
        font-size: 100px;
    }
}

@media (max-width:280px) {
    html {
        font-size: 35px;
    }
}

.mt16 {
    margin-top: 0.16rem !important;
}

.content {
    min-height: calc(100vh - 3.93rem);
    margin-bottom: 0.1rem;
    position: relative;
}

.header {
    background: #fff;
    position: relative;
}

.header .header_top {
    height: 0.95rem;
    padding: 0 0.2rem;
    justify-content: space-between;
    align-items: center;
}

.header .header_top .logo {
    width: 2.50rem;
    height: 0.6rem;
}

.header .header_top .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .header_top .search {
    height: 0.45rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    border: 1px solid #D3D3D3;
    margin: 0 0.3rem 0 0.4rem;
}

.header .header_top .search input {
    padding-left: 2%;
    width: 85%;
    float: left;
    display: block;
    background: none;
    border: none;
    line-height: 0.45rem;
    height: 0.45rem;
    font-size: 0.24rem;
    color: #fff;
}

.header .header_top .search .buttom {
    height: 0.28rem;
    width: 0.29rem;
    background-position: 0 0;
    float: right;
    margin-top: 0.1rem;
}

.header .header_top .numbox {
    width: 0.44rem;
    height: 0.44rem;
    background: url(../assets/imgs/menu.png);
    background-size: cover;
}

.header .header_top .numbox.on {
    background: url(../assets/imgs/close.png);
    background-size: cover;
}

.swiper_nav {
    height: 0.8rem;
    overflow: hidden;
    position: relative;
    padding: 0 0.15rem;
    background: #fff;
    border-bottom: 2px solid #efeff4;
}

.swiper_nav .swiper-slide {
    line-height: 0.8rem;
    height: 0.8rem;
    position: relative;
    text-align: center;
}

.swiper_nav .swiper-slide.on a:after {
    width: 100%;
    content: '';
    height: 0.04rem;
    background: #b42521;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 10px;
}

.swiper_nav .swiper-slide.on a {
    color: #292929;
}

.swiper_nav .swiper-slide a {
    display: inline-block;
    font-size: 0.28rem;
    color: #737373;
    position: relative;
    height: 0.8rem;
    padding: 0 0.1rem;
}

.swiper_nav .swiper-button-next {
    /*background: url("../images/ico_img.png") no-repeat center;*/
    background-size: 4.24rem auto;
    height: 0.4rem;
    width: 0.20rem;
    background-position: 0 -2.11rem;
    top: 0.1rem;
    margin-top: 0px;
    right: 0.05rem;
    z-index: 1;
    display: none;
}


.burger {
    position: absolute;
    top: 0.95rem;
    z-index: 99;
    width: 100vw;
    max-width: 750px;
    border-bottom: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.98);
    display: none;
}

.burger .nav_ {
    height: 2rem;
    margin: 0 0.2rem;
    padding-top: 0.37rem;
}

.burger .nav_ a {
    display: block;
    margin: 0 auto;
    width: 1.22rem;
    text-align: center;
}

.burger .nav_ a .ico {
    background: url("../images/ico_topimg.png") no-repeat center;
    background-size: 7.2rem auto;
    width: 1.22rem;
    height: 1.22rem;
    margin: 0 auto;
}

.burger .nav_ a .ico1 {
    background-position: 0 -1.66rem;
}

.burger .nav_ a .ico2 {
    background-position: -1.5rem -1.66rem;
}

.burger .nav_ a .ico3 {
    background-position: -3rem -1.66rem;
}

.burger .nav_ a .ico4 {
    background-position: -4.5rem -1.66rem;
}

.burger .nav_ a .ico5 {
    background-position: -6rem -1.66rem;
}

.burger .nav_ a span {
    line-height: 0.80rem;
    height: 0.80rem;
    overflow: hidden;
    color: #434343;
    font-size: 0.24rem;
    width: 100%;
    display: block;
}

.burger .item {
    border-top: 1px solid #eee;
}

.burger .item .bt {
    padding: 0 0.36rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-image: linear-gradient(to right, #EFFFF0, rgba(239, 255, 240, 0));
}

.burger .item .bt2 {
    background-image: linear-gradient(to right, #FFF7EB, rgba(255, 247, 235, 0));
}

.burger .item .bt span {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    background: url(../assets/imgs/game.png);
    background-size: cover;
}

.burger .item .bt2 span {
    background: url(../assets/imgs/app.png);
    background-size: cover;
}

.burger .item .ul_ {
    overflow: hidden;
}

.burger .item .ul_ li {
    line-height: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    width: 33%;
    text-align: center;
    float: left;
}

.burger .item .ul_ li a {
    color: #434343;
    font-size: 0.24rem;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



.YQlink {
    background: #fff;
    padding: 0.15rem 0.25rem;
    padding-bottom: 0px;
    color: #535353;
    font-size: 0.24rem;
    line-height: 0.6rem;
}

.YQlink .bt {
    width: 100%;
}

.YQlink .but_link {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
}

.YQlink .but_link a {
    color: #535353;
    display: inline-block;
    margin-right: 0.4rem;
    vertical-align: middle;
}


.footer .footer_top {
    padding: 0.22rem 0.15rem;
    background: #1c1c1c;
    overflow: hidden;
    text-align: center;
}

.footer .footer_top .logo {
    display: block;
}

.footer .footer_top .logo {
    height: 0.6rem;
    margin: 0.12rem auto;
    text-align: center;
}

.footer .footer_top .logo img {
    display: inline-block;
    width: 2.50rem;
    height: 100%;
}

.footer .footer_top .text {
    overflow: hidden;
    padding-left: 0.2rem;
}

.footer .footer_top .text p {
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.2rem;
}

.footer_but {
    padding: 0.2rem 0.15rem;
    text-align: center;
    background: #1b1b1b;
}

.footer_but p {
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.24rem;
}

.QZ-up {
    height: 0.7rem;
    width: 0.7rem;
    position: fixed;
    bottom: 1.3rem;
    right: 0.4rem;
    z-index: 100;
    border-radius: 50%;
    background: url(../assets/imgs/return_top.png);
    background-size: cover;
    display: none;
}

.page {
    background: #fff;
    padding: 0.3rem 0.15rem;
    display: flex;
    justify-content: space-around;
    font-size: 0.24rem;
}

.page>a {
    width: 12%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    line-height: 0.53rem;
    border-radius: 0.05rem;
    background: #fff;
    text-align: center;
    color: #333;
    margin: 0 1%;
}
.page li.active{
    list-style: none;
    width: 12%;
    text-align: center;
    line-height: 0.53rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.05rem;
}
.page>a.gray-page {
    background-color: #e2e2e2;
    border: none;
}

.page>a:active,
.page .page span .cbtn a:active {
    background: #ddd;
}

.page>a.dis_none{
    display: none;
}


.page>a.over {
    color: #bbb;
}

.page>span {
    width: 22%;
    display: inline-block;
    line-height: 0.53rem;
    border-radius: 0.02rem;
    text-align: center;
    background: #b42521;
    color: #fff;
    position: relative;
    border: 1px solid #b42521;
}

.page>span .cbtn {
    display: none;
    width: 100%;
    position: absolute;
    top: -1.25rem;
    left: 0;
    z-index: 10;
    height: 1.8rem;
    overflow-y: scroll;
    background: #fff;
    border-radius: 0.02rem;
    -webkit-box-shadow: 0 0 3px #bbb;
    -moz-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
}

.page>span .cbtn a {
    display: inline-block;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 1px;
    width: 100%;
    background: #f6f6f6;
    color: #666;
}

/*2018-6-6*/
.big_img_mb {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 20186;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.big_img_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201822;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
}

#Gm-big-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#Gm-big-pic img {
    width: auto;
    height: auto;
    max-height: 100%;
    min-width: initial;
    max-width: 96%;
    margin: 0 2%;
}
/**/
        .gdVersionBox {
            padding:.26rem;
            background: #fff;
            margin: 10px 0;
        }

        .indexTitleWrap {
            font-size: .36rem;
            color: #333333;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .indexTitleWrap .title {
            border: 0;
            padding: 0;
        }

        .gdVersionBox ul {
            margin-top: 0.22rem;
            padding: 0.34rem 0.22rem 0.32rem;
            background: #FFFFFF;
            background: #f7f7f7;
            border-radius: 0.16rem;
            font-size: .28rem;
            line-height: .32rem;
            color: #362C2A;
        }
         .gdVersionBox ul li {
             margin-top: 10px;
         }
        .gdVersionBox ul li:first-child {
            margin-top: 0;
        }

        .gdVersionBox ul li a {
            color: inherit;
            display: flex;
            align-items: center;
        }

        .gdVersionBox ul li a p.info {
            flex: 1;
        }

        .gdVersionBox ul li a p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .gdVersionBox ul li a .btn {
            margin-left: 0.44rem;
            font-size: .24rem;
            color: #fff;
            width: 1.2rem;
            height: 0.48rem;
            background: #b42521;
            border-radius: 0.24rem;
            text-align: center;
            line-height: .48rem;
        }
.labelList {
    margin: 0 -8px;
    font-size: 16px;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    transition-timing-function: linear;
    flex-wrap: unset;
}
.labelList li {
    width: fit-content;
}
.labelList li>a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -108px -124px;
}
.labelList li>a {
    margin: 14px 8px 0;
    padding: 0 20px;
    width: fit-content;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: inherit;
}
.labelList li>a>i {
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 8px;
}
.red-text{
    font-weight: 700;
    color: #0069ff;
}
.gdMarkBox {
    padding-bottom: .46rem;
    margin: .46rem .26rem 0;
    font-size: .24rem;
    color: #999
}

.gdMarkBox .markNumber {
    display: flex;
    justify-content: space-between;
    padding: .34rem 0 .3rem;
    border-bottom: 1px dashed #E5E5E5
}

.gdMarkBox .markNumber .numberL {
    font-size: .26rem;
    line-height: .3rem;
    color: #999
}

.gdMarkBox .markNumber .numberL p {
    margin-top: .22rem;
    text-align: center
}

.gdMarkBox .markNumber .numberL p:first-child {
    margin-top: -0.04rem;
    font-weight: bold;
    font-size: .88rem;
    line-height: .88rem;
    color: #b42521;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.gdMarkBox .markNumber .numberL p i {
    font-weight: normal;
    font-size: .3rem;
    line-height: .48rem;
    font-style: normal
}

.gdMarkBox .markNumber .numberL .scoreWrap {
    display: flex;
    margin: .075rem -0.045rem -0.045rem
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range"] {
    -webkit-appearance: none;
    width: 1.9rem;
    margin: 0;
    outline: 0
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range" i]::-webkit-slider-runnable-track {
    background: #facc01;
    height: .38rem;
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: .38rem;
    -webkit-mask-repeat: repeat-x
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range" i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 100%;
    box-shadow: 999px 0 0 999px #f2f2f8
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range] {
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: .38rem;
    -webkit-mask-repeat: repeat-x;
    height: .38rem
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-track {
    background: #f2f2f8;
    height: inherit
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-progress {
    background: #facc01;
    height: inherit
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-thumb {
    width: 0;
    opacity: 0
}

.gdMarkBox .markNumber .numberL .scoreWrap .star {
    width: .29rem;
    height: .29rem;
    margin-right: .09rem;
    background-position: -0.04rem -2.72rem
}

.gdMarkBox .markNumber .numberL .scoreWrap .star.active {
    background-position: -0.4rem -2.72rem
}

.gdMarkBox .markNumber .numberL .scoreWrap .star:last-child {
    margin-right: 0
}

.gdMarkBox .markNumber .numberR {
    font-size: .24rem;
    line-height: .28rem
}

.gdMarkBox .markNumber .numberR ul li {
    padding: .04rem 0;
    display: flex;
    align-items: center;
    color: #333333
}

.gdMarkBox .markNumber .numberR ul li .progressBg {
    margin-left: .1rem;
    margin-right: .2rem;
    width: 3.01rem;
    height: .22rem;
    background: #F2F2F8;
    border-radius: .05rem;
    position: relative
}

.gdMarkBox .markNumber .numberR ul li .progressBg .progressInner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: .22rem;
    background: #76DB98;
    border-radius: .05rem
}

.gdMarkBox .markNumber .numberR ul li .innerTxt {
    color: #999999
}

.gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner {
    background: #B7EA83
}

.gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner {
    background: #F6D757
}

.gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner {
    background: #FBB851
}

.gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner {
    background: #F17A54
}

.gdMarkBox .markTxt {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.gdMarkBox .markTxt textarea {
    display: block;
    width: 94%;
    padding: .2rem;
    margin-top: .32rem;
    resize: none;
    height: 1.6rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: .16rem
}

.gdMarkBox .markTxt .btn {
    margin-top: .24rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    padding: 0 .4rem;
    width: fit-content
}

.gdMarkBox .markList {
    margin-top: .4rem;
    margin-bottom: .5rem;
    color: #333333
}

.gdMarkBox .markList>p {
    font-weight: bold;
    font-size: .3rem
}

.gdMarkBox .markList ul {
    margin-top: .24rem
}

.gdMarkBox .markList ul li {
    border-top: 1px solid #E6E6E6;
    padding: .2rem 0 .22rem
}

.gdMarkBox .markList ul li:last-child {
    border-bottom: 1px solid #E6E6E6
}

.gdMarkBox .markList ul li p {
    margin-top: .11rem;
    font-size: .26rem;
    color: #424242;
    line-height: .36rem
}

.gdMarkBox .markList ul li p.tip {
    margin-top: 0;
    font-weight: bold;
    font-size: .24rem;
    color: #333
}

.gdMarkBox .markList ul li p.tip .time {
    font-weight: normal;
    color: #8F8F8F;
    margin-left: .2rem
}

.btn {
    font-size: .24rem;
    color: #fff;
    width: 1.2rem;
    height: 0.48rem;
    background: #b42521;
    border-radius: 0.24rem;
    text-align: center;
    line-height: .48rem;
    border: 0;
}
div#comment_list {
    background: #fff;
    padding: 10px;
}

#comment_list h2 {
    height: 30px;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#comment_list h2 span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: block;
}

#comment_list dl {
    padding: 0;
    text-align: left;
}

#comment_list dt {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
}

#comment_list dt span {
    float: left;
}

#comment_list dt i {
    font-family: verdana;
    font-style: normal;
}

#comment_list dt b {
    margin: 0 6px;
    color: #d92227;
    font-weight: normal;
}

#comment_list dt em {
    float: right;
    font-style: normal;
    font-size: 14px;
}

#comment_list dd {
    word-wrap: break-word;
    line-height: 20px;
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
}

#comment_list p {
    text-align: right;
    line-height: 1;
    padding: 5px 0;
    font-size: 12px;
    margin-top: 10px;
}
/* feedback */
.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    width: 86%;
    padding: 10px;
    min-height: 200px;
    background: linear-gradient(0deg, rgba(0, 168, 255, 0) 0%, rgb(147 0 255 / 20%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 188px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}

.feBackBox .cont {
    overflow: hidden;
}

.feBaClose {
    position: absolute;
    /* bottom: -83px; */
    z-index: 10;
    cursor: pointer;
    text-align: center;
    /* left: 0; */
    right: 0;
    /* margin: auto; */
    width: 35px;
    height: 35px;
    right: 6px;
    top: 4px;
}

.feBaClose i {
    vertical-align: top;
    display: inline-block;
    /* padding: 10px; */
    width: 35px;
    height: 35px;
    background: url(../img/icon2.png) no-repeat;
    background-position: -212px -182px;
    position: relative;
    background-size: 1173%;
}

.feBackBox .fTitle {
    position: relative;
    margin-bottom: 10px;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    background: #b42521;
    box-shadow: 0px 5px 5px 0px rgba(255, 220, 220, 0.5);
    width: 87%;
    /* height: 48px; */
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    margin: 10px auto;
    border-radius: 24px;
}

.feBack {
    margin: 0 0 25px;
}

.feBack>span {
    font-size: 16px;
    color: #333;
    line-height: 38px;
    margin: 0 0 10px;
    display: block;
    text-align: left;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}

.otherRe {
    margin-bottom: 10px;
    min-height: 100px;
    background: #FAFAFA;
    border-radius: 12px;
    overflow: hidden;
    padding: 7px;
}

.feBack textarea {
    width: 100%;
    height: 80px;
    line-height: 24px;
    border: none;
    resize: none;
    background: transparent;
    font-size: 16px;
    color: #999;
}

.checkbox {
    position: relative;
    display: block;
    padding: 0;
    /*height: 36px;*/
    line-height: 36px;
    margin: 0 2px 5px 0;
    cursor: pointer;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 36px;
    opacity: 0;
}

.checkbox label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    line-height: 30px;
    padding: 0 12px;
    font-size: 14px;
    color: #4c4c4c;
    border: 1px solid #fff;
    border-radius: 8px;
}

.checkbox label.on {
    background: #b42521;
    color: #fff;
    border-color: #b42521;
}

.telBox {
    overflow: hidden;
    margin: 0 0 10px;
    background: #FAFAFA;
    border-radius: 24px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.telBox input {
    display: block;
    border: none;
    width: 376px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    background: #FAFAFA;
    border-radius: 24px;
    font-size: 16px;
    color: #999;
}

.telBox input::-webkit-input-placeholder {
    color: #999;
}

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

.telBox input:-ms-input-placeholder {
    color: #999;
}

.telMsg {
    margin-bottom: 2px;
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 20px;
    display: block;
}
.userClick{
    align-items: center;
    background: #b42521;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    width: 66px;
}
.page-footer{
    padding: 0.22rem 0.15rem;
    background: #1c1c1c;
    overflow: hidden;
    text-align: center;
    color: #fff;
    line-height: 30px;
}