@charset "utf-8";

.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}

/* html {
    filter: grayscale(1);
} */

/* 配色方案 ---用于改版切换 */

/* Blue style*/
.brandcolor{background-color: #00255d;}
.page-bg{background-color:#FBFBFD;}
.button-base{background-color: #009CFF;}
.font-base{color: #333333;}
.font-brand-color{color: #00255d;}
.font-auxiliary{color: #666666;}
.font-tips{color:#999999;}
.font-link{color: #009CFF;}
.border-brand{border-color: #00255d;}
.border-search{border-color: #009CFF;}
.border-base{border-color: #e2e5ed;}
.success-color{background-color: #67c23a;}
.error-color{background-color: #FA5555;}
.gray-color{background-color: rgb(237, 241, 250);}

/* Red style*/
/* .brandcolor{background-color:#d92728;}
.button-base{background-color: #d82627;} */

.page_content{
    width: 100%;
}
.page_content_mob{
    width: 100%;
    max-width: 750px;
    margin:0 auto;
}

.floating_layer{
    position: fixed;
    z-index: 300;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.vc_fl{
    float: left;
}
.vc_fr{
    float: right;
}

.mob_placeholder::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(202, 201, 201); 
}
.mob_placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(202, 201, 201); 
}
.mob_placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(202, 201, 201); 
}
.mob_placeholder:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(202, 201, 201); 
}
/* 布局通用-Mob  最大适配 750px = 7.5rem */  
.content_wrapper_mob{
    font-size: 0.28rem;
}

.margt088{
    margin-top: 0.88rem;
}
.margt178{
    margin-top: 1.78rem;
}
/* 页头Mob*/
.header_mob{
    display: none;
    /* display: flex; */
    position: fixed;
    width: 100%;
    top:0;
    right: 0;
    left: 0;
    z-index: 600;
    /* max-width: 7.5rem; */
    margin: 0 auto;
    height: 0.88rem;
    background: #fff;
    border-bottom:1px solid #f2f2f2;
}
.menu_btn_mob{
    flex: 0 0 0.88rem;
    width:0.88rem;
    height: 0.88rem;
    background: url('/images/icon/menu_mob.png') no-repeat center;
    background-size: 0.3rem;
}
.closemenu_btn_mob{
    flex: 0 0 0.88rem;
    width:0.88rem;
    height: 0.88rem;
    background: url('/images/icon/close_mob.png') no-repeat center;
    background-size: 0.3rem;
}
.logo_mob{
    flex: 1;
    width:100%;
    height: 0.88rem;
    background: url('/images/logo/logo_mob.png') no-repeat center;
    background-size: 1.44rem 0.4rem;
}
.search_btn_mob{
    flex: 0 0 0.88rem;
    width: 0.88rem;
    height: 0.88rem;
    background: url('/images/icon/search_mob.png') no-repeat center;
    background-size: 0.34rem;
}
.header_selecter_btn{
    position: absolute;
    top:0;
    right: 0.88rem;
    width: 0.88rem;
    height: 0.88rem;
    background: url('/images/icon/selector_icon.png') no-repeat center;
    background-size: 0.34rem;
}
.nav_bg{
    display: none;
    position: fixed;
    z-index: 300;
    top: 0.88rem;
    left: 0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,0.5)
}
.nav_mob{
    display: none;
    position: fixed;
    z-index: 301;
    top: 0.88rem;
    left: 0;
    right:0;
    background: #FFF;
}
.nav_mob a.nav_btn{
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-indent: 0.3rem;
    color:rgba(35,35,35,1);
}
.loginbtn_zone_mob{
    margin: 0 0.3rem;
    border-top:1px solid rgba(232,232,232,1);
    padding:0.3rem 0;
}
.loginbtn_zone_mob button{
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    background: none;
    border-radius:2px;
    border-width: 1px;
    border-style: solid;
    font-size: 0.26rem;
    margin-left:0.3rem;
}
.loginbtn_zone_mob .login_btn{
    margin:0;
}
.header_headpic{
    width: 0.6rem;
    height: 0.6rem;
}
.header_headpic img{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
}


/* 页尾Mob */
.footer_mob{
    width: 100%;
    margin-top:0.8rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    background:rgb(29, 30, 31);
}
.coper_zone_mob{
    height: 0.4rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}
.coper_zone_mob a{
    display: block;
    float: left;
    width: 25%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 0.24rem;
}
.copyright_text_mob{
    padding: 0.4rem 0 0.4rem;
}
.copyright_text_mob p{
    margin-bottom: 0.2rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}
.copyright_text_mob a{
    color: rgba(255,255,255,0.3);
}

/* 登陆注册找回流转 */
.backheader{
    position: relative;
    height: 0.88rem;
}
.login_back_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.88rem;
    height: 0.88rem;
    background: url('/images/icon/back_arrow_mob.png') no-repeat center;
    background-size: 40%;
}




/* 通用新闻列表 */
.common_newslist_mob {
    display: block;
    padding: 0 0.3rem;
}
.common_newslist_mob li{
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e8e8e8;
}
.common_newslist_mob li a{
    position: relative;
    display: block;
    width: 100%;
    height: 1.6rem;
}
.common_newslist_mob li a .coverimg{
    position: relative;
    display: block;
    float: right;
    width: 40%;
    height: 1.6rem;
    margin-left: 0.3rem;
    background: url('/images/default_cover.png') no-repeat;
    background-size: 100%;
}
.common_newslist_mob li a .coverimg img{
    display: block;
    width: 100%;
    height: 100%;
}
.common_newslist_mob li a .coverimg .news_label{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.2rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    text-align: center;
    color: #FFF;
    border-radius: 0 0 0.04rem 0.04rem; 
}
.common_newslist_mob li a h1{
    display: block;
    position: absolute;
    width: 58%;
    height: 0.88rem;
    line-height: 0.44rem;
    font-weight:700;
    font-size: 0.3rem;
    color:rgba(35,35,35,1); 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.common_newslist_mob li a p{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 58%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color:rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common_newslist_mob li a p .label{
    height: 0.4rem;
    margin-right: 0.15rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.12rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}
.blue_label{
    border-color: #009CFF;
    color: #009CFF;
}



/* 通用报告列表 */
.common_reportlist_mob {
    display: block;
    padding: 0 0.3rem;
}
.common_reportlist_mob li{
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e8e8e8;
}
.common_reportlist_mob li a{
    position: relative;
    display: block;
    width: 100%;
    height: 1.6rem;
}
.common_reportlist_mob li a .coverimg{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.6rem;
    height: 1.6rem;
    background: url('/images/default_cover.png') no-repeat;
    background-size: 100% 100%;
}
.common_reportlist_mob li a h1{
    display: block;
    width: 55%;
    height: 0.88rem;
    line-height: 0.44rem;
    font-weight:700;
    font-size: 0.3rem;
    color:rgba(35,35,35,1); 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.common_reportlist_mob li a p{
    display: block;
    margin-top: 0.3rem;
    width: 55%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color:rgba(153,153,153,1);
    overflow: hidden;
}

/*分割线*/
.separate_line_mob100{
    width:100%;
    height: 0.2rem;
    background: rgba(247,247,247,1);
}

/* 消息提示框全局--Mob */
.message_alert{
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.message_alert_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.message_alert_content_mob{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 0.4rem;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: rgba(255,255,255,1);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.message_alert_content_mob .message_alert_title{
    font-weight:600;
    color:rgba(34,44,56,1);
    font-size:0.3rem;
    height: 0.4rem;
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    overflow: hidden;
}
.message_alert_content_mob .message_alert_text{
    width:100%;
    color:rgba(35,35,35,1);
    min-height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.28rem;
}
.message_alert_content_mob .message_alert_closebtn{
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url('/images/icon/close_alert.png') no-repeat center;
    background-size: 0.4rem;
}
.message_alert_content_mob .message_alert_btnzone{
    display: flex;
    display:-webkit-flex;
    flex-direction: row-reverse;
    margin-top: 0.4rem;
}
.message_alert_content_mob .message_alert_btnzone button{
    flex: 1;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    align-items:center;
    justify-content:center;
    background: #009CFF;
    color: #FFF;
    border:none;
    -webkit-appearance: none;
    border-radius:2px;
}
.message_alert_content_mob .message_alert_btnzone button:nth-child(2){
    background: none;
    border:1px solid rgba(232,232,232,1);
    color: #232323;
    margin-right:0.3rem;
}


@font-face {
    font-family: 'siyuan';
    src: url("./SOURCEHANSANSCN-REGULAR.OTF");
}