*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
input,textarea{
    color: #898989;
}
.box{
    width: 100%;
    overflow: hidden;
}
header{
    width: 100%;
    overflow: hidden;
    
}
header img{
    width: 100%;
    overflow: hidden;
}
main{
    width: 90%;
    margin: 1.2rem auto;
    
}  

.Main_content{
    padding: 0.4rem 0;

    border-radius:10px;
    background:rgba(240,240,240,1);
   
}
.Main_img{
    position: absolute;
    right: -1rem;
    top: -4.2rem;
}
.Main_img img{
    width: 3.2rem;
}
.Main_header{
    width: 100%;
    line-height: 3.25rem;
    z-index: 100;
    position: relative;
    background: #6913C4;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0 0.3rem 0 0;
}
.Main_content li{
    width: 88%;
    margin:.7rem auto;
}
.Main_content input{
    color: #898989;
    line-height: 2rem;
    width: 90%;
    margin-left: 0.4rem;
    border-radius: 0.2rem;
    border: 1px solid #898989;
    text-indent: 0.5rem;
}
.Main_content span{
    font-size: 1rem;
    margin-top: 0.2rem;
    color: #ff3366;
}
.Demand{
    width:90%;
    border:1px solid #898989;
    border-radius: 5px;
    margin-left: 0.9rem;
    height: 5rem;
    line-height: 20px;
    text-indent: 4px;
    /* line-height:2rem !important; */
} 
.verification{
    width: 50% !important;
}
.btn{
   border: 1px solid #A04CCD;
   background:#F7E8FE;
   color: #6913C4;
   text-align: center;
   line-height: 2rem;
   width: 6.6rem;
   margin-left: 0.8rem;
   border-radius: 0.2rem;
}
.submit{
    width: 80%;
    margin: 1rem auto;
    overflow: hidden;
}
.issue{
    width: 60%;
    margin: auto;
    display: block;
    line-height: 2.7rem;
    border-radius: 1rem;
    border: none;
    background: #6913C4;
    color: #fff;
    font-size: 1.4rem;
}
.Main_content li:nth-child(2){
   position: relative;
}
#xing{
    position: absolute;
    top: 0;
}