html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    a[href^="javascript"] {
        -webkit-touch-callout: none;
    }

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

.btn-box{text-align:center;}
body {
    line-height: 1;
    
    font-size: 1.4rem;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: ' ';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    outline: 0;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.hidden {
    float: left;
    width: 0;
    height: 0;
    overflow: hidden;
}

.hiddenText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.none {
    display: none;
}
.kjh{display:inline-block;}
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

table {
    border-collapse: collapse;
}

    table td,
    table th {
       
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
        line-height: 4rem;
    }

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #de2013;
    }

* {
    box-sizing: border-box;
}

.nav-tuijian {
    height: 4.5rem;
    line-height: 4.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    padding: 0 10px;
}

    .nav-tuijian .desc-text {
        font-size: 1.6rem;
        font-weight: 600;
        color: #E57F30;
        text-align: left;
        border-bottom:2px solid #E57F30;
    }

    .nav-tuijian .desc-tuijian .line {
        display: inline-block;
        height: 2rem;
        width: 0.3rem;
        position: relative;
        top: 0.5rem;
        background-color: #de2013;
        margin-right: 0.5rem;
    }

.detail-box h2 {
    color: #52a8e1;
    padding-left: 1rem;
    line-height: 4rem;
}

.tab-box.scrollbar {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    overflow-y: hidden;
    overflow-x: auto;
   
}

    .tab-box.scrollbar .type-tab {
        width: auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        white-space: nowrap;
    }

        .tab-box.scrollbar .type-tab span, .tab-box.scrollbar .type-tab a {
            flex: 1 1 auto;
            white-space: nowrap;
            flex-wrap: nowrap;
            padding: 0 0.8rem;
            font-size: 1.4rem;
            font-weight: bold;
        }

            .tab-box.scrollbar .type-tab span.active, .tab-box.scrollbar .type-tab a.active {
                color: #de2013;
            }

    .tab-box.scrollbar::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

   

.mint-popup-bottom {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 240px) {
    html {
        font-size: 56.3%;
    }
}

@media screen and (min-width: 320px) {
    html {
        font-size: 62.5%;
    }
}

@media screen and (min-width: 374px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 413px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 426px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 450px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 68.8%;
    }
}

@media screen and (min-width: 540px) {
    html {
        font-size: 93.8%;
    }
}
.infocontent{padding-left:20px;font-size:16px;padding-right:20px;background: url('../images/n.png')5px center no-repeat;background-image: url('../images/n.png');}
.mint-indicator {
    -webkit-transition: none !important;
    transition: none !important;
}

.mint-indicator-wrapper {
    z-index: 1000 !important;
}

.mint-indicator-mask {
    z-index: 1000 !important;
}



/* 头部 */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    background-color: #c31a00;
    overflow: hidden;
    z-index: 999;
    text-align: center;
   
    box-sizing: border-box;
}

    .header-wrapper .back {
        float: left;
        width: 21%;
        height: 100%;
        color: #fff;
        font-size: 1.7rem;
        text-align: left;
    }

        .header-wrapper .back .iconfont {
            margin-right: 0.5rem;
            font-size: 1.8rem;
        }

    .header-wrapper .logo {
        float: left;
       width:100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-align: center;
    }

        .header-wrapper .logo img {
           
            vertical-align: middle;
        }

    .header-wrapper .login {
        float: left;
        width: 20%;
        color: #fff;
        font-size: 1.8rem;
        text-align: right;
    }

/* 第二种顶部 */
.dheader-wrapper {
    width: 100%;
}

    .dheader-wrapper header {
        width: 100%;
        height:5rem;
        line-height: 4rem;
        padding: 0 1rem;
        background-color: #c31a00;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        font-size: 1.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
		flex-direction:column;
    }

        .dheader-wrapper header span {
            flex: 1;
            width: 15%;
            text-align: left;
        }

            .dheader-wrapper header span i {
                font-weight: bold;
                font-size: 1.8rem;
            }
.kjh li {
    color: #FFF;
    float: left;
    font-size: 16px;
  
   
    font-weight:300;
    height: 27px;
    line-height: 27px;
    margin-left: 3px;
    width: 27px;
}

.rb_kj {
    background:#ee877c;
    border-radius:50%;
}
        .dheader-wrapper header p {
           height:40px;
		   
            text-align: center;
            font-size: 1.8rem;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .dheader-wrapper header a {
            flex: 1;
            float: left;
            width: 15%;
			background:#ff6600;
            text-align: right;
            color: #000;
        }

/* 广告 */
.advs-wrapper {
    width: 100%;
    margin: 1rem auto;
    /*height: 100px;
  background-color: #52a8e1;*/
}

/* 底部 */
.footer {
    width: 100%;
    padding-bottom: 5rem;
    
}

    .footer .footer-info {
        padding: 1rem;
    }

        .footer .footer-info .info-box {
            width: 100%;
            margin-bottom: 0.8rem;
            padding-top: 0.2rem;
            text-align: center;
            overflow: hidden;
        }

            .footer .footer-info .info-box li {
                float: left;
                width: 25%;
                border-right: 1px solid #9f9f9f;
                margin: 0 auto;
            }

                .footer .footer-info .info-box li:last-child {
                    border-right: none;
                }

                .footer .footer-info .info-box li a {
                    font-size: 1.5rem;
                    color: #B6B7BA;
                }

        .footer .footer-info > p {
            font-size: 1.5rem;
            height: 3rem;
            line-height: 3rem;
            color: #6F727D;
            text-align: center;
        }

            .footer .footer-info > p a {
                font-size: 1.5rem;
                color: #6F727D;
            }

            .footer .footer-info > p img {
                vertical-align: middle;
                margin-right: 0.5rem;
            }

    .footer .btar {
        width: 100%;
        height: 5rem;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        line-height: 1.8rem;
        border-top: 1px solid #eeeeee;
    }

        .footer .btar .item {
            flex: 1;
            white-space: nowrap;
            font-size: 1.5rem;
            text-align: center;
        }

            .footer .btar .item > span {
                display: block;
            }

            .footer .btar .item .iconfont {
                font-size: 2.2rem;
            }

            .footer .btar .item.active {
                color: #de2013;
            }

                .footer .btar .item.active .iconfont {
                    color: #de2013;
                }

/* 公共提示 start */
.message-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

    .message-box .box {
        min-width: 12rem;
        max-width: 20rem;
        min-height: 2rem;
        line-height: 1.8rem;
        border-radius: 0.5rem;
        padding: 1rem;
        text-align: center;
        background: #000;
        opacity: 0.9;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .message-box p {
        color: #fff;
        font-size: 1.4rem;
    }

/* 公共提示 end */

/*试机号、开机号/热门推荐 start*/
.hot-wrapper {
    width: 100%;
    padding:0 10px;
}

    .hot-wrapper .hot-tuijian {
        margin-top: 1rem;
        background-color: #ffffff;
        margin-bottom:25px;
    }

        .hot-wrapper .hot-tuijian .nav-tuijian .desc-tuijian .iconfont {
            color: #de2013;
            font-size: 1.8rem;
            font-weight: bold;
        }

        .hot-wrapper .hot-tuijian .zs-detail {
            padding: 0.8rem;
            overflow: hidden;
            width: 100%;
        }

            .hot-wrapper .hot-tuijian .zs-detail .zx-item {
                float: left;
                width: 33.33%;
                line-height: 2.5rem;
                text-align: left;
                border-left:2px solid #c31a00;
                margin: 10px 0;
                line-height: 20px;
            }

                .hot-wrapper .hot-tuijian .zs-detail .zx-item a {
                    box-sizing: border-box;
                    display: block;
                    width: 96%;
                    margin: 0 auto;
                    border-radius: 4px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

/*试机号、开机号/热门推荐 start*/