body{
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color: #535353;
    box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:#374782;
}
input{
    outline: none;
}body{
    background: #efeff4;
    width: 100%;
    height: 100%;
}
.regTop{
    width: 100%;
    padding:10px 0 10px;
    background: #50b4f9;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.back{
    position: absolute;
    left: 5%;
    color: #ffffff;
}
.point{
    padding: 6% 5%;
}
.content form input{
    border: 0;
    border-bottom: 1px solid #c3c3c5;
}
.content form{
    width: 100%;
    height: 35.21%;
}
.message{
    background: #ffffff;
    padding:2% 5% 0 5%;
    position: relative;
}
.message input{
    width: 100%;
    padding: 10px;
    font-size: 0.875em;
    font-family: "Microsoft YaHei";
}
.code{
    position: absolute;
    color: #21a9f5;
    font-size: 0.875em;
    font-family: "Microsoft YaHei";
}
select{
    width: 33%;
    padding: 2% 1%;
    margin: 5%;
    font-size: 1em;
    color: #909093;
    border: solid 1px #909093;
    font-family: "Microsoft YaHei";
}
.agree{
    margin: 6% 5%;
}
.submit{
    width: 100%;
    background: #21a9f5;
    color: #ffffff;
    border: 0;
    padding: 10px 0;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    margin-top:20px;
}
form .agree input[type="checkbox"] :default{
    outline: 2px solid #21a9f5;
}
form .field{margin-bottom:20px;}
form .field_tip{margin-top: 20px;}
form .err_status{margin-left: 5px;}
.blank {
    clear: both;
}