body,div,p,input{padding: 0;margin: 0}
.clear{clear: both;}
input::-webkit-input-placeholder{color: #aaa;}
input::-moz-input-placeholder{color: #aaa;}
input::-ms-input-placeholder{color: #aaa;}
.page_register .register_bg{
    width: 100%;
    height: 300px;
    background: url("../img/new_bg.png");
    background-size: 100% 100%;
}
.page_register .gray_bg{
    width: 100%;
    padding-bottom: 10px;
    background: #f7f7f7;
    padding-top: 1px;
}
.page_register .gray_bg .middle_content{
    max-width: 1280px;
    /*width: 80%;*/
    margin: -204px auto 0;
    background: white;
    border-radius: 20px;
}
.page_register .middle_content .top_content{
    width: 100%;
}
.page_register .middle_content .top_content .basic_msg{
    /*width: 62%;*/
    height: 100%;
    padding-top: 1px;
    display: inline-block;
    float: left;
}
.page_register .middle_content .top_content .basic_msg .msgs .msg{
    color: #666;
}
.page_register .middle_content .top_content .basic_msg .msgs .msg .msg_name{
    display: inline-block;
}
.page_register .middle_content .top_content .basic_msg .msgs .msg .msg_content{
    display: inline-block;
}
.page_register .middle_content .top_content .register_msg{
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px solid #dddddd;
    padding-top: 1px;
    float: left;
}
.page_register .middle_content .top_content .register_msg .register_title{
    font-size: 20px;
    line-height: 22px;
    height: 22px;
    margin-top: 36px;
    /*font-weight: bold;*/
}
.page_register .middle_content .top_content .register_msg .register_title .left_black{
    width: 4px;
    display: inline-block;
    height: 100%;
    background: black;
    vertical-align: top;
}
.page_register .middle_content .top_content .register_msg .register_middle .phone_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.page_register .middle_content .top_content .register_msg .register_middle .phone_title .err_alert{
    display: none;
    width: 160px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    background: url("../img/err_alert.png");
    font-size: 14px;
    background-size: 100% 100%;
    color: #ff0036;
    text-align: center;
}
.page_register .middle_content .top_content .register_msg .register_middle .phone{
    width: 100%;
    height: 52px;
    line-height: 52px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}
.page_register .middle_content .top_content .register_msg .register_middle .code_title{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.page_register .middle_content .top_content .register_msg .register_middle .code_part{
    width: 100%;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
}
.page_register .middle_content .top_content .register_msg .register_middle .code{
    width: 60%;
    height: 100%;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    border-right: none;
}
.page_register .middle_content .top_content .register_msg .register_middle .code_ma{
    width: 40%;
    height: 100%;
    display: inline-block;
    background: #ff0036;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.page_register .middle_content .top_content .register_msg .register_middle .submit_btn{
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    font-size: 18px;
    background: #ffa800;
    cursor: pointer;
}
.page_register .middle_content .connect_way{
    padding-top: 1px;
}
.page_register .middle_content .connect_way .connect_middle .erweima{
    width: 160px;
    height: 160px;
    background: white;
    padding-top: 1px;
}
.page_register .middle_content .connect_way .connect_middle .erweima .qr{
    display: none;
    width: 132px;
    height: 132px;
    margin: 14px;
}

@media (min-width: 750px) {
    .page_register .gray_bg .middle_content{
        width: 80%;
        height: 800px;
    }
    .page_register .middle_content .top_content .basic_msg{
        width: 62%;
    }
    .page_register .middle_content .top_content .basic_msg .title{
        margin: 44px 0 12px 60px;
        font-size: 28px;
        height: 48px;
        line-height: 48px;
    }
    .page_register .middle_content .top_content .basic_msg .title .logo{
        width: 44px;
        height: 48px;
        vertical-align: middle;
        margin-right: 12px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs{
        margin-left: 124px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs .msg{
        font-size: 15px;
        line-height: 40px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs .msg .msg_name{
        width: 90px;
    }
    .page_register .middle_content .top_content .register_msg{
        width: 38%;
    }
    .page_register .middle_content .top_content .register_msg .register_middle{
        width: 75%;
        margin: 40px auto 0;
    }
    .page_register .middle_content .top_content{
        height: 480px;
    }
    .page_register .middle_content .top_content .register_msg .register_middle .submit_btn{
        margin-top: 54px;
    }
    .page_register .gray_bg{
        height: 640px;
    }
    .page_register .middle_content .connect_way .connect_middle .erweima{
        display: inline-block;
        vertical-align: top;
    }
    .page_register .middle_content .connect_way{
        height: 240px;
        width: 95%;
        background: url("../img/connect_bg.png");
        background-size: 100% 100%;
        margin: 40px auto 20px;
    }
    .page_register .middle_content .connect_way .connect_middle{
        margin: 40px;
        height: 160px;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right{
        vertical-align: top;
        padding-top: 1px;
        height: 160px;
        display: inline-block;
        margin-left: 24px;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right .p1{
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right .p2{
        margin-top: 20px;
        font-size: 16px;
        color: #333;
        line-height: 10px;
    }
    .page_register .middle_content .top_content .register_msg .register_title .left_black{
        margin-right: 20px;
    }
}

@media (max-width: 750px) {
    .page_register .gray_bg .middle_content{
        width: 90%;
    }
    .page_register .middle_content .top_content .basic_msg{
        width: 100%;
    }
    .page_register .middle_content .top_content .basic_msg .title{
        margin: 10px;
        font-size: 18px;
        height: 48px;
        line-height: 48px;
        text-align: center;
    }
    .page_register .middle_content .top_content .basic_msg .title .logo{
        width: 33px;
        height: 36px;
        vertical-align: middle;
        margin-right: 6px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs{
        margin: 0 10px 0 20px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs .msg{
        font-size: 14px;
        line-height: 32px;
    }
    .page_register .middle_content .top_content .basic_msg .msgs .msg .msg_name{
        width: 80px;
    }
    .page_register .middle_content .top_content .register_msg{
        width: 100%;
    }
    .page_register .middle_content .top_content .register_msg .register_middle{
        width: 90%;
        margin: 20px auto 0;
    }
    .page_register .middle_content .top_content .register_msg .register_middle .submit_btn{
        margin-top: 34px;
    }
    .page_register .middle_content .connect_way .connect_middle .erweima{
        margin: auto;
    }
    .page_register .middle_content .connect_way{
        width: 100%;
        margin-bottom: 20px;
        /*background: #f0faff;*/
    }
    .page_register .middle_content .connect_way .connect_middle{
        margin: 20px;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right{
        padding-top: 1px;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right .p1{
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    .page_register .middle_content .connect_way .connect_middle .connect_right .p2{
        font-size: 15px;
        color: #333;
        text-align: center;
        padding-bottom: 20px;
    }
    .page_register .middle_content .top_content .register_msg .register_title .left_black{
        margin-right: 6px;
    }
}