@media screen and (max-width: 1440px){
    .main-info {
        transform: scale3d(.8, .8, 1);
    }
}
.body_wrap {
    min-height: 760px;
    position: relative;
}
.main_register{
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    /*position: relative;*/
}
.main-img, .main-img img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.main-info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 550px;
    height: 460px;
    background-color: rgba(255,255,255,.8);
}
.main-info h1{
    text-align: center;
}
.phone, .sec-code{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
.phone label, .sec-code label{
    display: inline-block;
    width: 105px;
    text-align: right;
    margin-left: 50px;
    font-weight: 600;
}
.phone input,
.phone select{
    background-color: rgba(255,255,255,.8);
    padding: 5px;
    width: 300px;
    margin-left: 20px;
    border: 1px solid #ccc;
}
.phone option {
    font-size: 14px;
}
.phone span, .sec-code span{
    color: red;
}
.sec-code input{
    background-color: rgba(255,255,255,.8);
    padding: 5px;
    width: 150px;
    margin-left: 20px;
    border: 1px solid #ccc;
}
.sec-code .code{
    display: inline-block;
    width: 130px;
    font-size: 16px;
    text-align: center;
    background-color: #3b95da;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.login{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #3b95da;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto 20px;
    cursor: pointer;
}
.enter{
    text-align: center;
}
.enter span{
    color: #3b95da;
    cursor: pointer;
}
