* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-family: hyqh;
    font-size: 13.333333vw;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    color: #000;
}

input{  
	background:none;  
	outline:none;  
	border:0px;
}
.main{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
li{
    list-style: none;
}


.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.4rem 0 0.6rem 0;
}
.main_tit01{
    font-size: 0.45rem;
    color: #333;
    margin-bottom: 0.3rem;
    line-height: 0.5rem;
}
.main_tit02{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 0.28rem;
    color: #3333336e;
}
.main_tit02 a{
    color: #0969b1;
}
.main_tit02 .data{
    display: block;
    margin: 0 0.3rem;
    color: #3333336e;
}
.main_span{
    font-size: 0.28rem;
    color: #3333336e;
}
.bq{
    width: 100%;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(250,250,250);
    border-radius: 0.15rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.bq_left{
    width: 90%;
    display: flex;
    align-items: center;
}
.bq_left img{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.2rem;
}
.bq_left_title{
    display: flex;
    flex-direction: column;
}
.bq_left_title span{
    font-size: 0.32rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.1rem;
}
.bq_left_title div{
    font-size: 0.28rem;
    color: #3333336e;
}
.bq_right{
    display: flex;
}
.bq_right img{
    width: 0.2rem;
    height: 0.35rem;
    opacity: 0.5;
}
.center{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.center_img{
    width: 100%;
    margin: 0.3rem 0;
}
.center_text{
    font-size: 0.28rem;
    color: #333;
    line-height: 0.6rem;
    margin-top: 0.3rem;
    text-align: center;
    letter-spacing: 0.06rem;
}
.ban_img{
    width: 2.2rem;
    height: 1.5rem;
    margin: 0.3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.35rem;
    color: #fff;
    font-weight: 600;
    background: url(../images/img01.png) no-repeat;
    background-size: 100% 100%;
}
.center_text b{
    font-size: 0.4rem !important;
}
.ban01{
    width: 100%;
    padding: 2rem 0 0.5rem 0;
    margin: 0.3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.6rem;
    background: url(../images/img02.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 0.1rem 0.1rem;
}