@charset "utf-8"; /* reset start */
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,select {
    margin: 0;
    padding: 0;
    font-size: 0.375rem;
}

body,html {
    -webkit-text-size-adjust: none;
    margin: 0 auto;
    font-family: STXihei,'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 100%;
    position: relative;
}

html,a {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

header,nav,article,section,aside,footer,address,dialog,figure,menu,ul,li {
    display: block;
}

ul,li,ol {
    list-style: none;
    overflow: hidden;
}

em,i,address {
    font-style: normal;
}

b {
    font-weight: normal;
}

a {
    text-decoration: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    color: #666;
    /* blr: expression(this.onFocus=this.blur()); */
}

a:active,a:hover {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    display: block;
}

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

input {
    outline: none;
    vertical-align: middle;
    display: block;
}

textarea {
    resize: none;
    outline: none;
    vertical-align: top;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

button,html input[type="button"],html input[type="reset"],html input[type="submit"] {
    -webkit-appearance: button;
}

html input[type="text"],html input[type="password"],html input[type="tel"],html input[type="search"] {
    -webkit-appearance: none;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea:focus,input:focus {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-user-modify: read-write-plaintext-only;
    border-color: #ced1d6;
}

/*download*/
#pc_box {
    display: none;
    background: url("../img/pc_bg.png") no-repeat center top;
    background-size: cover;
}

.pc_content {
    width: 1080px;
    margin: auto;
}

.pc_goBack {
    font-size: 18px;
    color: #404145;
    float: right;
    padding-top: 37px;
}

.pc_dl {
    display: flex;
    padding: 65px 20px 20px;
    text-align: justify;
    justify-content: space-between;
    clear: both;
}

.pc_dl_load {
    display: flex;
    margin-top: 56px;
}

.pc_dl_logo {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.pc_dl_title {
    font-size: 40px;
    color: #404145;
    font-weight: 700;
    padding-top: 10px;
    text-indent: -3px;
}

.pc_dl_illustrate {
    font-size: 22px;
    color: #747474;
    padding-top: 10px;
}

.pc_dl_download {
    display: flex;
    padding-top: 100px;
}

#pc_load_button {
    width: 240px;
    height: 60px;
    background: #ff4440;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    margin: 40px 60px 0 0;
}

.pc_qr_code {
    width: 140px;
    height: 140px;
}

.pc_footer_ul {
    display: flex;
    text-align: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}

.pc_footer_ul img {
    width: 120px;
    height: 120px;
    margin: auto;
}

.pc_footer_ul li {
    text-align: center;
    width: 185px;
}

.pc_footer_ul_title {
    font-size: 20px;
    color: #404145;
    font-weight: 500;
    padding: 28px 0 20px;
}

.pc_footer_ul_content {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 20px;
}

.pc_pic {
    text-align: center;
    width: 100%;
    height: 113px;
    background: #eaeaea;
    font-size: 14px;
    color: #b2b2b2;
}

#dl_content {
    width: 10rem;
    height: 100%;
    background: url("../img/toutiaoBg.png") no-repeat;
    background-size: cover;
    display: none;
}

#dl_news_content {
    width: 10rem;
    height: 100%;
    background: url("../img/news_toutiaoBg.jpg") no-repeat;
    background-size: cover;
    display: none;
}

.dl_logo {
    width: 2rem;
    height: 2rem;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 1.5rem;
}

.dl_title {
    font-size: 0.8rem;
    color: #2e3230;
    text-align: center;
    padding-top: 1.65rem;
    font-weight: bold;
}

.dl_illustrate {
    font-size: 0.42667rem;
    color: #2e3230;
    text-align: center;
}

.dl_download {
    width: 10rem;
    position: fixed;
    bottom: 1.5rem;
}

#dl_download_button {
    width: 6.667rem;
    height: 1.2rem;
    background: #ff4440;
    border-radius: 100px;
    margin: auto;
    font-size: 0.48rem;
    color: #fff;
    line-height: 1.2rem;
    text-align: center;
    display: block;
}

.shade {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.50);
    display: none;
}

.wx_web {
    width: 7.1333rem;
    height: 1.49333rem;
    background: url(../img/wxWeb.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0.72rem;
    right: 0.85333rem;
    z-index: 12;
    display: none
}

/*mil_download*/
#mil_pc_box {
    height: 988px;
    display: none;
}

.mil_pc_goBack {
    font-size: 18px;
    color: #fff;
    float: right;
    padding: 37px 0 30px;
}

.mil_pc_title_img {
    width: 430px;
    height: 37px;
    margin-top: 23px;
}

.mil_pc_title_img img {
    width: 100%;
    height: 100%;
}

.mil_pc_dl_illustrate {
    font-size: 22px;
    color: #fff;
    padding-top: 16px;
}

.mil_pc_pic {
    text-align: center;
    width: 100%;
    height: 93px;
    font-size: 14px;
    color: #b2b2b2;
}

.mil_pc_dl_download {
    display: flex;
    padding-top: 97px;
}

.mil_pc_load_button a {
    display: flex;
    width: 220px;
    height: 56px;
    background: #ff4440;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    margin-right: 51px;
}

.mil_pc_load_button a img {
    width: 25.5px;
    height: 30px;
    margin: 13px 19px 13px 48px;
}

#pc_load_android {
    margin-bottom: 40px;
}

.mil_pc_qr_code {
    width: 120px;
    padding-top: 1px;
}

.mil_pc_qr_code img {
    width: 120px;
    height: 120px;
}

.mil_pc_qr_code_title {
    font-size: 16px;
    color: #fff;
    padding-top: 9px;
    text-align: center;
}

.mil_pc_footer_ul {
    display: flex;
    text-align: justify;
    justify-content: space-between;
    padding-top: 31px;
}

.mil_pc_footer_ul .mil_li_img_above {
    width: 120px;
    height: 120px;
    margin: auto;
}

.mil_pc_footer_ul li {
    text-align: center;
    width: 220px;
}

.mil_pc_footer_ul_title {
    margin: 27px auto 24px;
    width: 102px;
    height: 24px;
}

.mil_pc_footer_ul_title img {
    width: 100%;
    height: 100%;
}

.mil_pc_footer_ul .pc_footer_ul_content {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 98px;
}

/* public start*/
.mTyNr,.mDrQh {
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/*privacy*/
.mProblem {
    width: 10rem;
    padding-top: 0.2667rem;
    overflow: hidden;
}

.mProblem h2 {
    width: 10rem;
    font-size: 0.5067rem;
    line-height: 1.2667rem;
    color: #262b33;
    text-align: center;
    border-bottom: 1px solid #e2e5eb;
    display: block;
    overflow: hidden;
}

.mProblem h3 {
    width: 10rem;
    font-size: 0.4rem;
    line-height: 0.5333rem;
    color: #cd201f;
    border-bottom: 1px solid #e2e5eb;
    background-color: #fff;
    padding: 0.3333rem 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.mProblem div {
    width: 10rem;
    font-size: 0.3067rem;
    line-height: 0.44rem;
    color: #626971;
    border-bottom: 1px solid #e2e5eb;
    background-color: #fafafa;
    padding: 0.3333rem 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

/*complain*/
.mTyNr {
    background: #fff;
    overflow: hidden;
}

.mComplaint {
    width: 10rem;
    padding-top: 0.2667rem;
    overflow: hidden;
    color: #262b33;
    padding-bottom: 2rem;
}

.mComplaint h2 {
    width: 10rem;
    font-size: 0.5067rem;
    line-height: 1.2667rem;
    text-align: center;
    display: block;
    overflow: hidden;
}

.mComplaint h3 {
    width: 10rem;
    font-size: 0.4rem;
    line-height: 0.5333rem;
    padding: 0.3333rem 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.mComplaint h4 {
    width: 10rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0.3333rem 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-align: justify;
}

.mComplaint h5 {
    width: 10rem;
    font-size: 0.3067rem;
    line-height: 0.44rem;
    padding: 0.3333rem 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-align: justify;
}

.mComplaint div, .Complaint_header {
    width: 10rem;
    font-size: 0.3067rem;
    line-height: 0.44rem;
    padding: 0 0.5333rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-align: justify;
    text-indent: 2em
}

.Complaint_header {
    padding: 0.3333rem 0.5333rem;
}

/*mil_download*/
#mil_download_1 {
    width: 100%;
    height: 100%;
    display: none;
}

#mil_dialog_box {
    padding: 0.53333rem 0.4rem 0;
    display: flex;
    text-align: justify;
    justify-content: space-between;
}

#dialog_box {
    width: 8.42rem;
    height: 1.9667rem;
    margin-right: 0.29333rem;
    display: none;
}

.mil_notice {
    width: 0.58667rem;
    height: 0.58667rem;
    margin-top: 0.29rem;
    position: fixed;
    right: 0.4rem;
}

.mil_download_box {
    padding: 0 0.5333rem;
}

.mil_download_img {
    width: 3.37333rem;
    height: 0.65333rem;
}

.mil_download_new {
    width: 6.14667rem;
    height: 0.52rem;
    margin-top: 0.16rem;
}

.mil_download_new_title {
    font-size: 0.37333rem;
    color: #333333;
    padding: 0.2133rem 0 0.3333rem;
}

.mil_download_app img {
    width: 0.56rem;
    height: 0.6667rem;
}

.mil_download_app a {
    display: flex;
    height: 0.6666rem;
    line-height: 0.6666rem;
    border-radius: 0.1333rem;
    font-size: 0.48rem;
    text-align: justify;
    justify-content: space-between;
}

.mil_download_app .mil_ios_download_app {
    background: #333333;
    color: #fff;
    width: 2.9466rem;
    padding: 0.2667rem 0.5267rem;
}

.mil_download_app .ios_download_introduce {
    color: #333333;
}

.mil_download_app .mil_android_download_app {
    background: #ffffff;
    color: #333333;
    width: 2.6rem;
    padding: 0.2667rem 0.7rem;
}

.mil_download_app .android_download_introduce {
    color: #fff;
}

.mil_download_app .download_introduce {
    font-size: 0.32rem;
    padding: 0.1333rem 0 0.56rem;
    text-align: center;
}

#mil_download_2 {
    width: 100%;
    height: 100%;
    display: none;
}

#mil_download_2 .mil_download_app a {
    background: #333333;
    color: #fff;
}

#mil_download_2 .mil_download_app .download_introduce {
    font-size: 0.32rem;
    color: #333333;
    padding: 0.1333rem 0 0.4rem;
    text-align: center;
}

/*3*/
#mil_download_3 {
    width: 100%;
    height: 100%;
    display: none;
}

.mil_download_3_top {
    display: flex;
    text-align: justify;
    justify-content: space-between;
    padding: 0.6667rem 0.4rem 0.92rem;
}

.mil_download_3_top img {
    width: 3.4933rem;
    height: 1.04rem;
}

.mil_download_3_title {
    width: 6.4667rem;
    height: 1.52rem;
    margin: auto
}

#mil_download_3 .zhjs_introduce {
    width: 6.24rem;
    font-size: 0.48rem;
    color: #19281d;
    line-height: 0.6667rem;
    text-align: center;
    margin: auto;
    padding: 0.48rem 0 0.5333rem;
}

#mil_download_3 .mil_download_3_introduce {
    width: 6.96rem;
    height: 0.94667rem;
    margin: auto;
}

#mil_download_3 .download_button {
    width: 7.2rem;
    height: 1.4rem;
    background: #FF4440;
    border-radius: 100px;
    font-size: 0.5333rem;
    color: #fff;
    text-align: center;
    line-height: 1.4rem;
    position: absolute;
    bottom: 1.0667rem;
    left: 0;
    right: 0;
    margin: auto;
}

/*2*/
#mil_download_2 .slider-panel {
    width: 7.42667rem;
    position: absolute;
    display: flex;
    z-index: 8;
    text-align: justify;
    justify-content: space-between;
    margin: auto;
    overflow: hidden;
}

#mil_download_2 .app_down_url {
    display: flex;
    text-align: justify;
    justify-content: space-between;
}

#mil_download_2 .slider-panel img {
    width: 0.9333rem;
    height: 0.9333rem;
    margin-right: 0.2667rem;
}

#mil_download_2 .app_down_url .comment_title {
    width: 1.12rem;
    font-size: 0.3733rem;
    color: #333333;
}

#mil_download_2 .app_down_url .comment_content {
    width: 5.10667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.3733rem;
    color: #333333;
}

#mil_download_2 .slider-nav .slider-item {
    background: #d8d8d8;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    height: 0.10667rem;
    width: 0.10667rem;
    margin-right: 0.10667rem
}

#mil_download_2 .slider {
    width: 7.42667rem;
    height: 1.9667rem;
    position: relative;
    padding: 0 0.2667rem;
}

#mil_download_2 .slider-panel {
    width: 7.42667rem;
    position: absolute;
    display: flex;
    z-index: 8;
    text-align: justify;
    justify-content: space-between;
    margin: auto;
    overflow: hidden;
}

#mil_download_2 .slider-extra {
    width: 7.42667rem;
    height: 1.9667rem;
    position: relative;
    margin: auto;
    overflow: hidden;
}

#mil_download_2 .slider-nav {
    padding-top: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.2vw;
    z-index: 8;
}

/*4*/
#mil_download_4 {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0.1;
    }

    20% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.7;
    }

    80% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

.anim_fade_image {
    width: 10rem;
    height: 50%;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
}

.mil_download_4_introduce {
    width: 8.32rem;
    height: 2.88rem;
    position: absolute;
    bottom: 2.6133rem;
    left: 0;
    right: 0;
    margin: auto;
}

.bullet_button {
    width: 4.98667rem;
    height: 1.92rem;
    display: block;
    position: absolute;
    bottom: 0.5333rem;
    left: 0;
    right: 0;
    margin: auto;
}

/*rank_all*/
.mArticleHot_Ti {
    font-size: 0.42667rem;
    color: #2e3230;
    padding: 0.5rem 0;
    font-weight: normal;
    overflow: hidden;
}

#listData {
    width: 10rem;
}

#listData li {
    width: 9.3066rem;
    padding: 0.2933rem 0.0533rem;
    box-sizing: border-box;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
}

#listData h3 {
    width: 100%;
    font-size: 18px;
    line-height: 22.5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2e3230;
}

.mHotList_Time {
    width: 100%;
    font-size: 0.3022rem;
    line-height: 0.48rem;
    color: #a5a5a5;
    margin-top: 0.2533rem;
    overflow: hidden;
}

.listData_open_app {
    font-size: 0.3022rem;
    line-height: 0.48rem;
}

.mHotListL {
    width: 5.84rem;
    float: left;
    overflow: hidden;
}

.mHotListR {
    width: 3.0667rem;
    height: 2.05333rem;
    float: right;
    overflow: hidden;
}

.mHotListR a {
    width: 3.0666rem;
    height: 2.0533rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.mHotListR img,.mHotList_Img a img {
    width: 100%;
    height: 100%;
    display: block;
}

.above_line {
    width: 0.32rem;
    height: 1px;
    background: #2e3230;
    display: block;
    margin: 0.28rem 0.13333rem;
}

#download_shade {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.50);
    display: none;
}

#download_bottom {
    position: fixed;
    bottom: 0;
    width: 9.2rem;
    background: #fff;
    display: none;
    z-index: 66;
    padding: 0.4rem 0.4rem 0.8rem;
}

.download_delete {
    width: 0.34667rem;
    height: 0.34667rem;
    position: absolute;
    right: 0;
    top: 0;
}

.mil_download_logo {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5333rem;
    margin-top: 0.01333rem;
}

.download_gf {
    width: 0.96rem;
    height: 0.48rem;
    border: 1px solid #ff4440;
    border-radius: 0.10333rem;
    font-size: 0.32rem;
    color: #ff4440;
    line-height: 0.48rem;
    text-align: center;
    margin-top: 0.11rem;
}

.download_star {
    width: 0.28rem;
    height: 0.2667rem;
    margin-right: 0.1rem;
}

.download_score {
    font-size: 0.32rem;
    color: #2e3230;
    padding-left: 0.3rem;
    padding-right: 0.2667rem;
    margin-top: -1.5px;
}

.download_number {
    font-size: 0.32rem;
    color: #2e3230;
    margin-top: -1.5px;
}

.download_right {
    width: 0.3733rem;
    height: 0.3733rem;
    margin-right: 0.1rem;
}

.download_pic {
    font-size: 0.32rem;
    color: #83c6c8;
    padding-right: 0.2666rem;
    margin-top: -1px;
}

#download_install {
    width: 9.2rem;
    height: 1.226rem;
    background: #ff4440;
    display: block;
    font-size: 0.42667rem;
    color: #fff;
    text-align: center;
    line-height: 1.226rem;
    border-radius: 0.1333rem;
    margin-top: 0.3333rem;
}
