* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

#register {
    width: 100%;
    height: 100vh;
    background: url(./images/4117.png) no-repeat;
    background-size: cover;
}

.bost {
    width: 1200px;
    margin: auto;
}

.bost > img {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.banben {
    width: 62px;
    height: 22px;
    line-height: 22px;
    background: linear-gradient(to right, #F2A71B, #F2CE3D);
    margin: auto;
    margin-top: 14px;
    text-align: center;
}

.banben p {
    color: white;
    font-size: 14px;
}

.div_form {
    width: 412px;
    margin: auto;
    background: white;
    border-radius: 4px;
    margin-top: 28px;
    padding-bottom: 30px;
}

.div_form .title_re {
    position: relative;
    width: 100%;
    height: 57px;
    border-bottom: 1px solid #D4DBDD;
    margin-bottom: 30px;
}

.div_form .title_re:after {
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, #21C0E9, #37A5FA, #378CFC);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}

.title_re h4 {
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #20485A;
    font-size: 24px;
    font-weight: 500;
}

.div_form .groud_list {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 26px;
    overflow: hidden;
}

.groud_list input {
    width: calc(100% - 82px);
    height: 48px;
    border: 1px solid #D4DBDD;
    border-radius: 4px;
    padding-left: 80px;
    font-size: 16px;
    outline: none;
}

.div_form .groud_list label {
    display: block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 10px;
    color: #20485A;
    font-size: 16px;
}

.div_form .groud_list label img {
    margin-right: 5px;
    margin-bottom: -3px;
}

.groud_list button {
    width: 100%;
    height: 57px;
    border: none;
    border-radius: 4px;
    background: url(./images/4118.png) no-repeat;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.groud_list a {
    font-size: 14px;
    text-decoration: underline;
}

.groud_list .wjma {
    float: left;
    color: #9EA5AF;
}

.groud_list .zqzc {
    float: right;
    color: #04A1E4;
}

.div_form .groud_list_1 {
    position: relative;
    width: 90%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
}

.div_form .groud_list_1 label {
    width: 25%;
    height: 40px;
    text-align: right;
    display: block;
    float: left;
}

.div_form .groud_list_1 > input {
    outline: none;
    width: 70%;
    height: 40px;
    float: right;
    border: 1px solid #D4DBDD;
    border-radius: 4px;
    padding-left: 10px;
}

.div_form .groud_list_1 button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 80px;
    height: 30px;
    border: 1px solid #04A1E4;
    border-radius: 4px;
    color: #04A1E4;
    background: transparent;
    font-size: 12px;
}

.div_form .groud_list_1 > label {
    color: #20485A;
    font-size: 14px;
}

.div_form .groud_list_1 .input {
    width: 70%;
    height: 40px;
    float: right;
    border: 1px solid #D4DBDD;
    padding-left: 10px;
    border-radius: 4px;
}

.div_form .groud_list_1 .input .select {
    position: relative;
    width: 100%;
    height: 39px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

.div_form .groud_list_1 .input:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(./images/26.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 41%;
    pointer-events: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.div_form .groud_list_2 button {
    background: #04A1E4;
}

.groud_list_1 > a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #04A1E4;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 30px;
}

.groud_list_3 button {
    background: url(./images/4100.png);
    background-size: cover;
}

.groud_list_1 .dianjs {
    width: 70%;
    float: left;
}

.groud_list_1 .dianjs input {
    opacity: 0.4;
    display: none;
}

.groud_list_1 .dianjs input + label {
    position: relative;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #CFD7DE;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 12px;
}

.groud_list_1 .dianjs input:checked + label {
    background-color: #eee;
    background: #4FC0E8;
}

.groud_list_1 .dianjs input:checked + label:after {
    content: "\2714";
    color: white;
    position: absolute;
    top: -3px;
    left: 1px;
    font-size: 12px;
}

.groud_list_1 .dianjs a {
    float: left;
    color: #20485A;
    font-size: 14px;
}

.groud_list_1 .dianjs p {
    color: #B9C0C9;
    font-size: 14px;
}

.dings, .zhucexy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.6);
}

.xhuang {
    width: 412px;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    margin-left: -206px;
    text-align: center;
    padding-top: 34px;
    margin-top: -156px;
    border-radius: 4px;
}

.xhuang h4 {
    margin-top: 28px;
    color: #20485A;
    font-size: 24px;
    font-weight: 500;
}

.xhuang p {
    margin-top: 15px;
    color: #71767C;
    font-size: 14px;
}

.disv_btns {
    width: 100%;
    margin-top: 29px;
    overflow: hidden;
    padding-bottom: 22px;
}

.disv_btns a {
    display: block;
    width: 172px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}

.btns_tij {
    float: left;
    background: #04A1E4;
    color: white;
    margin-left: 27px;
    border: 1px solid #04A1E4;
}

.kankna {
    float: right;
    border: 1px solid #04A1E4;
    color: #04A1E4;
    margin-right: 27px;
}

.gianbd {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.xieys {
    width: 902px;
    background: white;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -451px;
    margin-top: -366px;
}

.xieys_titme {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D4DBDD;
}

.xieys_titme h4 {
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #20485A;
    font-size: 24px;
    font-weight: 500;
}

.xieys_box {
    width: calc(100% - 50px);
    height: 470px;
    margin: auto;
    margin-top: 30px;
    overflow: auto;
}

.xieys_box p {
    color: #71767C;
    font-size: 14px;
    line-height: 36px;
}

.zhixiao {
    width: 100%;
    height: 100px;
    text-align: center;
    border-top: 1px solid #D4DBDD;
}

.zhixiao button {
    width: 172px;
    height: 48px;
    background: #04A1E4;
    border: none;
    color: white;
    font-size: 16px;
    margin-top: 20px;
}

.guanbsg {
    position: absolute;
    top: -12px;
    right: -12px;
}

.meiy {
    width: 73%;
    float: right;
}

.meiy a {
    color: #6496AC;
    font-size: 14px;
    text-decoration: underline;
}


button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.tipBox {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 300;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 0 16px;
    box-shadow: 2px 2px 4px #ccc;
    max-height: 200px;
    overflow: auto;
}

.tipBox:empty {
    display: none !important;
}

.tipWrap:hover .tipBox {
    display: block;
}

.tipInput {
    position: relative;
}

.tipBoxItem {
    padding: 0 16px;
}

.tipBoxItem:hover {
    background-color: #eee;
    cursor: pointer;
}

input:not(.skipStatus):invalid {
    box-shadow: 0 0 0 1px red;
}

input:not(.skipStatus):valid {
    box-shadow: 0 0 0 1px green;
}

#jSmsBtn {
    display: none;
}

#jSmsInput:valid + #jSmsBtn{
    display: block;
}

.text-sty {
    margin-left: 18px;
    border-radius: 4px;
    width: 258px;
    padding: 12px;
    border: 1px solid #D4DBDD;
    line-height: 1.5;
}

.jForm {
    border: 1px solid #D4DBDD;
}
