*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,div,h1,span,img,body,p,span{
    padding: 0;
    margin: 0;
    font-weight: normal;
 
    
}

 
.page_title_box{

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .55rem 0;
 

}
.page_title{
    font-size: .2rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0.7rem;
    white-space:nowrap;

}

.page_title_line{
    width: 100%;
    height: .02rem;
    background: #DFDFDF;
    
}


/*公共底部   pc端*/
.foot_container{
    padding: .4rem 0 0;
    /* padding: .4rem 0 .6rem; */

}
.foot_content{
    display: flex;
    justify-content: center;
    
}
.foot_container .contact{
    display: flex;
    flex-direction: column;
}
.contact_title{
    font-size: .2rem;
    font-family: Source Han Sans-Medium, Source Han Sans;
    font-weight: 500;
    color: #000000;
    margin-bottom: .5rem;
    text-align: center;
}
.contact .contact_container{
    display:flex;
    justify-content: flex-start;

}
.contact_container .contact_item{
    display: flex;
    flex-direction: column;
    font-size: .16rem;
    font-family: Source Han Sans-Medium, Source Han Sans;
    font-weight: 500;
    color: #000000;
    align-items: center;
    
    
}
.contact_item:nth-of-type(2){
    margin: 0 .35rem;

}
.contact_item .contact_logo{
    width: .31rem;
    height: .31rem;
    margin-bottom: .3rem;
    
}

.contact_item .contact_label{
    font-size: .14rem;
    width: 1.9rem;
    font-family: Source Han Sans-Regular, Source Han Sans;
    font-weight: 400;
    color: #4F5258;
    text-align: center;
    margin-top: .16rem;
    flex-wrap: wrap;
    word-wrap: break-word;
}

.foot_line{
    /* height: 100%; */
    /* width: .01rem; */
    border: 1px solid #D5D5D5;
    /* margin: 0 .7rem 0 .33rem; */
    margin: 0 .33rem;
}

.foot_category{
    
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.foot_category .foot_category_item{
    display: flex;
    flex-direction: column;
    width: .82rem;
    margin: 0 .35rem;
}
.qrcode{
    width: 1.23rem !important;

}

.foot_category_item .category_name{
    font-size: .2rem;
    font-family: Source Han Sans-Medium, Source Han Sans;
    font-weight: 500;
    color: #000000;
    margin-bottom: .7rem;
   

}

.foot_category_item  .category_main{
    font-size: .16rem;
    font-family: Source Han Sans-Regular, Source Han Sans;
    font-weight: 400;
    color: #7F8082;
     height: 1.3rem;
     display: flex;
     flex-wrap: wrap;
     align-content: space-between;
     justify-content: center;

}
.category_main img{
    width: 1.03rem;
    height: 1.03rem;

}
.category_main div{
    cursor: pointer;
    white-space: nowrap;
}


.CopyRight {
    margin-top: .25rem;
    /* height: .6rem; */
    padding: .15rem 0;
    line-height: .3rem;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4F5258;
    /* height: 60px; */
    font-size: .16rem;
    display: flex;
    flex-direction: column;

}
.CopyRight div{
    text-align:center;
}
 .CopyRight div a{
  color:#4F5258;
}



/* 公共头部  pc端*/
.headNav_container{
    width: 100%;

    /* padding: .26rem 0 .2rem 2.08rem; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    backdrop-filter:saturate(100%) contrast(100%) blur(.1rem);
    -webkit-backdrop-filter:saturate(100%) contrast(100%) blur(.1rem);
    background-color:rgba(252, 252, 252, 0.027);
    /* filter:blur(5px) */
    
    
}

.headNav_container_white{
    background-color:rgba(27, 27, 27, 0.219);
}
.headNav_container .headNav_logo{
    width: 1.35rem;
    height: .42rem;
    margin-right: .5rem;
    margin-left: 2.08rem;

}


.headNav_container .headNav_content{
    margin-right: .4rem;

    padding: .26rem 0;

}

.headNav_content:hover{
    cursor: pointer;
}

.head_nav{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
    font-size: .18rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
   
}

.el-popover{
    top: .75rem !important;
}
.option_container{
    width: 3.28rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
.option_container .item_option{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .24rem  .35rem .32rem;
    cursor: pointer;


}
.item_option .option_logo{
    width: .72rem;
    height: .72rem;
    margin-bottom: .24rem;

}
.item_option .option_content{
    font-size: .2rem;
    font-family: Source Han Sans-Regular, Source Han Sans;
    font-weight: 400;
    color: #262626;
    width: 100%;
    text-align: center;
    
}
.option_margin_right{
    border-right: .01rem solid #98A3B7;
  

}
.option_margin_bottom{
    border-bottom: .01rem solid #98A3B7;

}



/* 公共底部 移动端 */
.foot_mobile_box{
    padding: 0 0.8192rem;
  background: #F5F6F8;
}
.foot_mobile_container{
    padding-bottom: 1.2288rem;

}
.foot_mobile_container .foot_title{
    font-size: 0.768rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #020C17;
    border-bottom: 1px solid #DCE6F6;
    width: 100%;
    text-align: center;
    padding-top:1.0752rem;
    padding-bottom: 0.6144rem;
    margin-bottom:0.6144rem;


}
.foot_mobile_container .foot_mobile_content{
    display: flex;
    justify-content: space-between;
}

.foot_mobile_content .foot_qrcode{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;


}
.foot_qrcode img{
    width: 2.6112rem;
    height: 2.6112rem;

}
.foot_qrcode .foot_qrcode_content{
    width: 100%;
    font-size: 0.5632rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #7F8082;
    text-align: center;
    margin-top: 0.3328rem;
}
.foot_mobile_content .foot_mobile_box{
    display: flex;
    flex-direction: column;
    width: 12.928rem;


}
.foot_mobile_box .foot_mobile_item{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.foot_mobile_item .foot_mobile_label{
    font-size: 0.6144rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #4F5258;
    width: 11.776rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;	
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
    flex-wrap: wrap;
    word-wrap: break-word;

}
.foot_mobile_item .item_logo{
    width: 0.7936rem;
    height: 0.7936rem;
    margin-right: 0.4096rem;
}
.foot_mobile_box .foot_mobile_item:nth-of-type(2){
    margin:0.5888rem 0;
}

.CopyRight_mobile{
    font-size: 0.6144rem;
    margin-top: .8rem;
    /* height: .6rem; */
    padding: .45rem 0 0;
    line-height: 1.2rem;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4F5258;
    display: flex;
    flex-direction: column;

}
.CopyRight_mobile div a{
    color:#4F5258;
}


/* 公共头部 移动端 */
.head_Mobile{
    width: 100%;
  
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter:saturate(150%) contrast(100%) blur(.1rem);
    -webkit-backdrop-filter:saturate(150%) contrast(100%) blur(.1rem);
    background-color:rgba(10, 10, 10, 0.452);
    display: flex;
    flex-direction: column;
    z-index: 9999;
 /* background: #FFFFFF; */

}
.mobile_active{
 background: #FFFFFF;

}
.head_Mobile .head_Mobile_hidden{
    width: 100%;
    padding:0.512rem 0.8448rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_Mobile_hidden .head_logo{
    width: 4.864rem;
    height: 1.536rem;

}
.head_Mobile_hidden .head_switch{
    width: 1.0752rem;
    height: 1.0752rem;

}
.head_Mobile .head_Mobile_container{
     width: 100%;
     border-top: 1px solid #C4C8D4;
    display: flex;
    justify-content: space-between;
   position: relative;
 background: #FFFFFF;
     
}

.head_Mobile_container  .part_left{
    height: 100%;
    width: 6.016rem;
    /* height:15.7696rem; */
    display: flex;
   flex-direction: column;
   padding-bottom: .9rem;


}
.part_left_shadow{
    height: 100%;
    width: 6.016rem;
    position: absolute;
    top: 0;
    left: 1.024rem;
    z-index: -1;
}
.part_left .item_left{
  width: 100%;
   padding:0.512rem 0;

   font-size: 0.8192rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1F2533;
    display: flex;
    justify-content: center;
    align-items: center;

}
.item_left_after{
    color: #1EA5DE;
}
.item_left_content{
    width: 0.2048rem;
    height: 0.8192rem;

    background:  #FFFFFF;
    margin-right: 0.4096rem;

}
.left_content_after{
    background: #1EA5DE;
}


.head_show{
    font-size:1.152rem;
}
.head_Mobile_container .part_right{
    width:10.3168rem;
    display: flex;
    flex-direction: column;
    padding-right: 0.768rem;
    margin-top: 2.176rem;


}
.part_right .part_right_item{
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 0.768rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #505660;
    padding: 0.6144rem 0.5632rem;


}

.headMobileWhite{
    color: #FFFFFF ;
}

.container_boxShaw{
 
    box-shadow:0 5px 15px -5px  rgba(41, 41, 41, 0.438);
}
 [v-cloak] {
    display: none;
}
