*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
}
body,html{
  scroll-behavior: smooth;
}
html{
    font-size: 100px;
    font-size: calc(100vw / 19.2) !important;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;
}
/*ul{*/
/*    list-style: none;*/
/*}*/
/*.full_text ul{*/
/*    list-style: normal !important;*/
/*}*/
input{
    outline: 0;
    background:#fff;
}
img{
    object-fit: cover;
    cursor:pointer;
    display: block;
}
.line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.headerHide{
    display: none;
}
/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}
.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;

}
.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/* 翻页 */
.news_pages{
    display: flex;
    justify-content: flex-end;
     /*justify-content: center;*/
    margin: 0.2rem 0;
}
.news_pages_a{
    padding: 0.04rem 0.1rem;
    display: block;
    background:#fff;
    margin: 0 0.07rem ;
    border: 0.01rem solid #eeeeee;
    color: #222;
    font-size: 0.14rem;
    border-radius: 0.05rem;
}

.news_pages_a:hover,.news_pages_a.active{
    background: #036EB8;
    color: #fff;
}
.news_pages_x{
    color: #7D7D7D;
}

/* 16rem */

/*申请*/
body{
    background: #fafafa;
}
.apply_center{
    width: 14rem;
    margin: 1.35rem auto 0.45rem auto;
    border-radius: 0.07rem;
    padding: 0.6rem 0 0.3rem 0;
    background: #fff;
    box-shadow: 0 0 0.05rem 0.01rem rgba(0,0,0,.1);
} 
.apply_content{
    width: 8.64rem;
    margin: 0 auto;
}
.apply_title{
    color: #222;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #DBDBDB;
    position: relative;
    margin-bottom: 0.5rem;
}
.apply_title::after{
    content: '';
    position: absolute;
    width: 0.37rem;
    height: 0.05rem;
    border-radius: 0.2rem;
    background: #0E88CC;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.02rem;
}
.apply_inputbox{
    display: flex;
    flex-wrap: wrap;
}
.apply_input_items{
    width: 48%;
    height: 0.5rem;
    box-sizing: border-box;
    margin-right: 4% ;
    margin-bottom: 0.2rem;
    position: relative;
}
.apply_input_items:nth-child(2n){
    margin-right: 0;
}
.apply_input_items>input{
    width: 100%;
    height: 100%;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.07rem;
    padding: 0 0.2rem;
    color: #888888;
}

.apply_input_items:nth-child(4)>input{
    border-right: 0;
    padding: 0 1.7rem 0 0.2rem;
}
.apply_yzm{
    width: 1.56rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.apply_yzm>img{
    width: 100%;
    height: 100%;
}
.apply_input_items:nth-child(5){
    width: 100%;
    height: 1.7rem;
}
.apply_textarea{
    min-width: 8.64rem;
    min-height: 100%;
    max-width: 8.64rem;
    max-height: 100%;
    outline: 0;
    border: 0.01rem solid #EEEEEE;
    color: #888;
    font-size: 0.16rem;
    padding: 0.2rem;
} 
.apply_gitbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.apply_gitbox a{
    width: 4.28rem;
    height: 0.5rem;
    background: #0E88CC;
    border-radius: 0.05rem;
    display: inline-block;
    color: #EDF4FB;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply_gitbox a:hover{
    opacity: .9;
}









@media screen and (max-width:1024px){
    *{
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0,0,0,0); /* For some Androids */
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Possible future */
    }
    body{
        padding-top: 50px;
        overflow: hidden;
    }
    .apply{
        padding: 0 15px;
    }
    .apply_center,.apply_content{
        width: 100%;
    }
    .apply_title{
        font-size: 18px;
        padding-bottom: 0.5rem;
        margin-bottom: 0.7rem!important;
    }
    .apply_input_items{
        width: 100%;
        height: 2rem!important;
        margin-right: 0;
        margin-bottom: 0.62rem;
    }
    .apply_content{
        padding: 0 30px;
    }
    .apply_input_items>input{
        font-size: 14px;
    }
    .apply_textarea{
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
    .apply_gitbox a{
        width: auto!important;
        height: auto!important;
        padding: 0.35rem 0.52rem;
        font-size: 14px;
    }
    .news_pages{
        padding: 0.7rem 0;
        justify-content: center;
    }
    .apply_input_items:nth-child(5){
        height: 3.5rem!important;
    }
    .apply_content{
        padding-bottom: 0.5rem;
    }
    .apply_title::after{
        width: 1.37rem;
    }
    
    
}




