* {
    margin: 0;
    padding: 0;
}
/*@media screen and (max-device-width:750px){*/
/*    .pc_content{*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media screen and (min-device-width:751px){*/
/*    .mobile_content{*/
/*        display: block;*/
/*    }*/
/*}*/
.mobile_content{
    /* display: none; */
}
.swiper-slide img{
    width: 100%;
}


body{
    background: #fff;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.text-cut{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.line-cut{
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;

}
.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

.cer_form_box{
    width: 80%;
    background: #fff;
    border-radius: 20px;
    padding: 5%;
    box-shadow: 0px 4px 16px 0px rgba(95,86,86,0.1000);
    margin:  0 auto;
    position: relative;
    top: 20%;
}
.index_cer_container{
    position: relative;
    height: 100vh;
    background: linear-gradient(225deg, #11bdfe 0%, #FF8D47 100%);
}
.index_cer_container .bg{
    display: none;
}
.cer_button{
    width: 300px;
    height: 50px;
    background: #11bdfe;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 4px 16px 0px rgba(95,86,86,0.1000);
    margin: 0 auto;
}
.cer_button_pc{
    display: none
}
.cer_button_min{
    color: #11bdfe;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.cer_button:hover{
    background-color: #1378df;
}
.cer_input div{
    font-size: 28rpx;
font-weight: 400;
color: #8A939B;
}
.cer_input input{
    width: 88%;
    height: 50px;
    background: rgba(203, 212, 220, 0.2);
    border-radius: 10px;
    border: 0 ;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32rpx;
        font-weight: 400;
        color: #8A939B;
}
.cer_title img{
    width: 10%;
    margin-right: 10px;
}
.cer_title span{
    color: rgba(77, 77, 77, 1);
    font-weight: 500;
    font-size: 16px;
}
.cer_title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cer_pic_box .bg{
    /* display: none; */
    width: 10rem
}
.cer_pic_box .bg_m{
    /* width: 100%; */
    display: none;
}
.cer_pic_box .mobile_pic{
    width: 100%;
}
.cer_pic_box{
    margin: 0 auto;
    /* width: 879px;
    height: 595px; */
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;

}
.cer_text_box{
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100; */
    position: relative;
}
.cer_pic_box p{
    position: absolute;
    font-size:0.18rem;
    /* transform: rotateZ(90deg); */
}
.cer_text_name{
    right: 2rem;
    top: 2.6rem;
}
.cer_text_start_year{
    top: 3.36rem;
    right: 1.46rem;
}
.cer_text_start_month{
    top: 3.36rem;
    right: 1rem;
}
.cer_text_start_day{
    top: 3.36rem;
    right: 0.4rem;
}
.cer_text_end_year{
    top: 3.36rem;
    right: -0.6rem;
}
.cer_text_end_month{
    top: 3.36rem;
    right: -1rem;
}
.cer_text_end_day{
    top: 3.36rem;
    right: -1.6rem;
}
.cer_text_cer_name{
    top: 3.7rem;
    right: 0.2rem;
}
.cer_text_send_year{
    left: 6.46rem;
    bottom: 1.05rem;
    white-space: nowrap;
}
.cer_text_send_month{
    left: 7.2rem;
    bottom: 1.05rem;
    white-space: nowrap;
}
.cer_text_send_day{
    left: 7.85rem;
    bottom: 1.05rem;
    white-space: nowrap;
}

.cer_text_head{
    width: 15%;
    position: absolute;
    left: 2rem;
    top: 2.5rem;
    /* transform: rotateZ(90deg); */
}
.cer_text_code{
    width: 14%;
    position: absolute;
    left: 2.06rem;
    bottom: 1.3rem;
    /* transform: rotateZ(90deg); */
}
.cer_text_sfz{
    top: 4.05rem;
    left: 2.2rem;
}
.cer_text_cer_no{
    bottom: 0.8rem;
    left: 2.2rem;
}
.cer_text_link{
    bottom: 0.7rem;
    left: 5.75rem;
}

.cer_item{
    height: 30px;
    cursor: pointer;
    border-radius: 30px;
    color: #8A939B;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 4px 16px 0px rgba(95,86,86,0.1000);
    margin: 0 auto;
    border: 1px solid #11bdfe;
    min-width: 80px;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.cer_pic_container{
    margin: 0 auto;
    padding-top: 20px;
    width: 7rem;
    padding: 0.25rem 0;
}
.cer_active{
    background: #11bdfe;
    color: #fff;
}
.loading_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: none;
}
.loading_box img{
    width: 20%;
    margin-top: 50%;
}
.cer_pic_box_page{
    /* position: relative;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important; */
}

.footer_container{
    display: none !important
}
.page_header{
    z-index: 20;
}