*{
    padding: 0;
    margin: 0;
}

body{
    /*min-width: 1080px;*/
    min-width: 1195px;
}

#reg-main{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 90px;
    min-width: 1195px;
    display: flex;
    justify-content: center;
    background-image: url("../siteImg/back.png");
    background-size: cover;

}

#reg-main-zhuti{
    min-width: 1070px;
    height: 470px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin-top: 137px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reg-main-erweima{
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#reg-main-erweima p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#reg-main-erweima img{
 height: 260px;
    width: 260px;
}

#reg-main-erweima p:nth-child(3){
    font-size: 13px;
    text-align: center;
    color: #999999;
}


#reg-main-zhuti form{

    display: flex;
    flex-direction: column;
    align-items: center;

}



#reg-main-zhuti form p:nth-child(1){
    width: 350px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;

}

#reg-main-zhuti form input{
    display: inline-block;
    width: 350px;
    height: 30px;
    margin-top: 22px;
    padding-left: 5px;
    outline-style: none;
    border:1px solid rgba(0,0,0,0.3);
    border-radius: 5px;


}


#reg-main-zhuti form input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


#reg-main-zhuti form input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.3);
}

#reg-main-zhuti form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#reg-main-zhuti form p:nth-child(4){
    display: flex;
    align-items: center;
    margin-top: 20px;
}


#reg-main-zhuti form p:nth-child(4) input{
    display: inline-block;
    width: 200px;
    height: 30px;
    margin-right: 30px;
    margin-top: 0;


}

#reg-main-zhuti form p:nth-child(4) a{


    width: 120px;
    height: 34px;
    background: #f7f8f9;
    color: #1b2337;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

#reg-main-zhuti form p:nth-child(4) a:active {
    transform:scale(0.9, 0.9);
}

#tishi{
    font-size: 14px;
    color: red;
    margin-top: 25px;
}


#reg-main-zhuti form button:nth-child(6){
    width: 198px;
    height: 34px;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 34px;
    margin-top: 24px;
    background: #11a2fd;
    border: none;
}

#line{
    height: 400px;
    width: 1px;
    background: rgba(0,0,0,0.1);
    margin: 0 70px;

}

#reg-main-zhuti form p:nth-child(7){
    cursor: pointer;
    font-size: 13px;
    color: #0b6cfc;
    margin-top: 30px;
}