/*
 * common.css
 */
 :root {
	--theme-color: #e60012;
  }

 .pagelist {
    text-align: center;
    width: 100%;
    /* margin: 0 auto; */
    padding: 15px 0;
    overflow: hidden;
    display: -moz-box;
    /* display: -webkit-box; */
    list-style: none;
    font-size: 15px;
    background-color: #f5f5f5;
}
.pagelist li {
    border: 1px solid var(--theme-color);
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    border-radius: 5px;
    background: var(--theme-color);
    display: inline-block;
    width: 23%;
}
.pagelist li a {
    line-height: 32px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0;
    overflow: hidden;
    vertical-align: middle;
    font-size: 0.9em;
}
.op{
     background: #f5f5f5!important;
     margin: 0 1rem!important;
}
.op select{
    height:32px;
    outline: none;
    background-color: #f5f5f5;
    appearance: none;
    -moz-appearance: none;        
    -webkit-appearance: none;
    padding-left: 0.2rem;
    border-radius: 5px;
    font-size: 0.35rem;
}
.is_you_page{
    color:white;
    line-height: 31px;
    margin-left: 0;
}
.none{
    display: none;
}
.block{
    display: block;
}
.border_b{
    border-bottom: 1px solid #f9f9f9;
}
.border_t{
    border-top:1px solid #eeeeee ;
}

.mr{
    margin-right: 0.5rem;
}
.mt035{
    margin-top: 0.35rem;
}
.pt139{
    padding-top: 2.2rem;
}
body{
    background-color: white;
}

/*header*/
header{
    position: fixed;
    height: 1.2rem;
    width: 100%;
    background-color: var(--theme-color);
    z-index: 20;
}

/*content_post*/
.content_post{
    background-color: white;
    width:100%;
}
.post_list{
    background-color: white;
}
.post_item{
    
}
.post_item a{
    padding: 0.3rem 0.2rem;
    min-height: 1.9623rem;
    position: relative;
	display: block;
}
.post_item a:active{
	background-color: #f3f3f3;
}


.post_item img{
    float: left;
    width: 2.725rem;
    height: 1.9623rem;
    margin-right: 0.25rem;
}
.post_item h3{
    min-height: 1.15rem;
    font-size: 0.4rem;
    margin-left:2.975rem;

}
.post_img{
    float: left;
}
.post_h3{
    font-size: 0.4rem;
    
}
.post_list a:visited{
    color: #999999;
}
.post_tag{
    margin-top: 0.3rem;
    margin-left: 2.975rem;
}
.post_tag span{
    display: inline-block;
    font-size: 0.35rem;
    color: #999999;
}
.post_time{
    display: inline-block;
    width: 0.48rem;
    height: 0.5rem;
    background: url(../images/time-01.png) no-repeat 0 0.05rem;
    background-size: 85%;
    vertical-align: middle;
    margin-bottom:0.07rem;
}
.post_see{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/see-01.png) no-repeat 0 0.08rem;
    background-size: 90%;
    vertical-align: middle;
    margin-bottom:0.1rem;
   
}
.post_name{
    margin-right: 0.5rem;
    float: left;
    position: absolute;
    bottom: 0.2rem;
}
.post_move{
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    
}
.post_move a{
    font-size: 0.45rem;
}

.wl_img{
    float: left;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}
.wl_img img{
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
}
.wl_intro{
    display: block;
    margin-left: 2.4rem;
    
}

.wl_about{
    margin-top: 0.15rem;
    
}
.wl_about span{
   height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    color: #333333;
}
.wl_about span p{
    font-size:0.4rem;
}
.launch{
    display: inline-block;
    background: url(../images/launch-1.png) no-repeat 0.8rem 0.1rem;
    background-size: 35%;
    width: 1.5rem;
    height: 0.45rem;
    font-size: 0.4rem;
    color: red;
}.menu a:last-child {    display: none;}
.launch-1{
    display: inline-block;
    background: url(../images/launch-3.png) no-repeat 0.8rem 0.1rem;
    background-size: 35%;
    width: 1.5rem;
    height: 0.4rem;
}

/*column*/
.columns{
    padding-top: 0.4rem;
    background-color: white;
}
.column_title{
    border-bottom: 1px #f0f0f0 solid;
    padding-left: 0.3rem;
}
.column_title h2{
    font-size: 0.5rem;
}

.big{
    width: 50%!important;
    height: 50%!important;
    border-radius: 100%;
}
.aa{position: absolute; z-index: 27; top: 0; background-color: white;}

.loading{
    display: none;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    
}
.loading a{
    font-size: 0.45rem;
}
.loading img{
    width: 0.5rem;
}


/*.menu*/

.clear{
    clear: both;
}

.menuActive2 a{
    color: var(--theme-color);
    font-size: 0.43rem!important;
}

.menuActive{
}
.menuActive a{
}

.menuNav{
    padding-top: 0;
    position: fixed;
    top: 2.2rem;
    width: 100%;
    background-color: white;
        z-index: 9;
}

.menuNav ul{
    height: 1rem;
}

.menuNav li{
    float: left;
    width: 33.299%;
    text-align: center;
    height: 0.8rem;
    border-bottom: 1px solid #f8f8f8;
    margin-top: 0.2rem;
}
.menuNav .brNone{
    border-right: none;
}

.menuNav li span{
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-right: 1px solid #ededed;
}
.menuNav li span a{
    color: #797979;
    font-size: 0.4rem;
}
.iconMenu1{
    width: 0.5rem;
    height: 0.55rem;
    display: inline-block;
    background: url(../images/icon_menu01.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    vertical-align: middle;

}
.iconMenu2{
    width: 0.5rem;
    height: 0.55rem;
    display: inline-block;
    background: url(../images/icon_menu02.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.iconMenu3{
    width: 0.5rem;
    height: 0.55rem;
    display: inline-block;
    background: url(../images/icon_menu03.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.menuActive .iconMenu1{
    background: url(../images/icon_menu1.png) no-repeat;
    background-size: 100%;
}
.menuActive .iconMenu2{
    background: url(../images/icon_menu2.png) no-repeat;
    background-size: 100%;
}
.menuActive .iconMenu3{
    background: url(../images/icon_menu3.png) no-repeat;
    background-size: 100%;
}
.menuSwiper .swiper-container{
    height: 0.8rem;
    width: 99.888%;
    position: absolute;
    padding-top: 0.25rem;
   
}
.menuSwiper .placeMenu{
    background: url(../images/menuBg_01.png) no-repeat 0px 4px;
    background-size: 100%;
    display: block;
}

.menuSwiper .swiper-slide{
    background-color: rgba(0,0,0,0);
    
}
.menuSwiper .swiper-slide a{
    font-size: 0.4rem;
}
.menuSwiper .featureMenu{
    background: url(../images/menuBg_02.png) no-repeat 0px 4px;
    background-size: 100%;
    display: block;
}
.menuSwiper .originalityMenu{
    background: url(../images/menuBg_03.png) no-repeat 0px 2px;
    background-size: 100%;
    display: block;
    position: absolute;
    padding-top: 0.2rem;
    height: 0.8rem;
    width: 100%;
}

.origMenuList{
    float: left;
    margin-left: 0.65rem;
}
.origMenuList a{
    font-size: 0.4rem;
}
.origMenu{
    margin-top: 0.1rem;
}
.menuNone{
    /*visibility:hidden;*/
    display: none;
}
/*sb骞垮憡鎷︽埅*/
#youzi_adContainer,#cnzz,#mob_ad_logo{
    display: none!important;
}



/*鏂板鍔犵殑*/
.menu{
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    background-color: #f8f8f8;
    position: fixed;
    top: 1.2rem;
    z-index: 10;
    box-shadow: 0px 0px 4px 0px #ccc;
}

.menu a{
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    color: #575757;
    /*padding-bottom: 0.05rem;    */
}

.menu .active{
    color: var(--theme-color);
    font-weight: bold;
}
.menu .active span{
    width: 50%;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 25%;
    border-radius: 50px;
}

.head_personal{
     position: absolute;
    right: 0;
    display: block;
    background: url(../images/head_personal.png) no-repeat center;
    background-size: 50%;
    width: 1.2rem;
    height: inherit;
}
.postSee{
    float: right;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
}
.menuChoose{
    position: fixed;
    width: 100%;
        z-index: 8;
}
.menuChoose_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4)
}
.menuChoose_main{
    background-color: white;
    position: absolute;
    top: 3.2rem;
    width: 100%;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.menuChoose_mains{
    padding:0 5%;
    padding-bottom: 3%;
}
.menuChoose_mains a{
    display: inline-block;
    width: 22%;
    padding: 0.1rem 0;
    text-align: center;
    font-size: 0.4rem;
    color: #8b8b8b;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 2.8%;
    margin-top: 3%;
    border-radius: 0.1rem;
}
.menuChoose_mains a:nth-of-type(1){
   margin-left: 0.07rem;
}
.menuChoose_mains a:nth-of-type(4){
    margin-right: 0;
}
.menuChoose_mains a:nth-of-type(5){
   margin-left: 0.07rem;
}
.menuChoose_mains a:nth-of-type(8){
    margin-right: 0;
}
.menuChoose_mains a:nth-of-type(9){
   margin-left: 0.07rem;
}
.menuChoose_mains a:nth-of-type(12){
    margin-right: 0;
}
.menuChoose_mains a:nth-of-type(13){
   margin-left: 0.07rem;
}
.icon_choose{
    width: 0.2rem;
    height: 0.6rem;
    display: inline-block;
    background: url(../images/icon_choose1.png) 0 0.2rem no-repeat;
    background-size: 100%;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.menuAct .icon_choose{
    background: url(../images/icon_choose2.png) 0 0.2rem no-repeat;
    background-size: 100%;
}

.menuChoose_mains .active{
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.pt32{
    padding-top: 3.2rem;
}
.pt12{
    padding-top:1.2rem;
}



/*鐧诲綍鎻愰啋*/
.attentionBg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
}
.attentionMain {
    position: fixed;
    top: 40%;
    left: 20%;
    width: 6.213rem;
    height: 3.2rem;
    margin: 0 auto;
    background-color: white;
    z-index: 101;
    border-radius: 4px;
}

.attentionClose {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    width: 0.5rem;
}

.attentionTips {
    margin-top: 0.653rem;
}

.atten_tips {
    width: 0.76rem;
    vertical-align: middle;
    margin-left: 0.8rem;
    margin-right: 0.266rem;
}

.atten_content {
    font-size: 0.35rem;
}

.attentionChoose {
    margin-top: 0.666rem;
}

.attentionChoose span {
    width: 1.813rem;
    height: 0.613rem;
    line-height: 0.613rem;
    display: inline-block;
    text-align: center;
    font-size: 0.35rem;
    border-radius: 4px;
}

.atten_yes {
    background-color: var(--theme-color);
    color: white;
    border: 1px solid var(--theme-color);
    margin-left: 0.853rem;
}

.atten_later {
    margin-left: 0.773rem;
    color: #d6d6d6;
    border: 1px solid #d6d6d6;
}

.new_news{
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 100%;
    background-color: white;
    display: block;
    position: absolute;
    right: 2%;
    top: 18%;
}

/*sb骞垮憡鎷︽埅*/
#youzi_adContainer,#cnzz,#mob_ad_logo{
    display: none!important;
}



/*12.20*/
.threePic{
    min-height: 3.5rem!important;
}

.threePic img{
    float: none;
}
.threePic img:nth-child(1){
	width: 3.093rem;
    height: 2.346rem;
    margin-right: 0;
}
.threePic img:nth-child(2){
	width: 3.093rem;
    height: 2.346rem;
    margin: 0 0.15rem;
}
.threePic img:nth-child(3){
	    width: 3.093rem;
    height: 2.346rem;
    margin-right: 0;
}
.threePic .post_img{
	margin-top: 0.7rem;
}
.threePic h3{
	position: absolute;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}
.threePic .post_tag{
	margin-left: 0;
    width: 100%;
    clear: both;
}
.goto_center{
	position: fixed;
	bottom: 5.5%;
	right: 0;
}
.goto_center img{
	width: 1.8rem;
	height: 2.34rem;
	display: block;
}

/*  */
