
html, body, h1, h2, h3, h4, h5, h6, div, p {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
}

body {
    font-family: ArialMT Arial-BoldMT, 'Segoe UI', SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: Segoe UI;
    src: url('../css/fonts/Segoe UI.ttf');
    font-style: normal;
    font-weight: normal;
}

.register {
    background: url(../img/up/bg-banner.png) no-repeat center;
    width: 100%;
    min-height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.register .container {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.register h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.register .xl-box {
    margin-top: 60px;
}

.register .xl-box p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}
.xl-group-input .focus-input100.xl-referal:after,
.xl-group-input .focus-input100.xl-phone:after,
.xl-group-input .focus-input100.xl-company:after{
    display: none;
}

 label.error {
    display: block!important;
    position: absolute;
    font-size: 14px!important;
    font-weight: normal;
    color: rgba(255, 68, 65, 1)!important;
}
.xl-group-input:focus {
    background-color: #0b84f5;

}
 input:focus,textarea:focus,select:focus{
    border: solid 1px #0b84f5;
}

.xl-group-input {

    position: relative;

}

.xl-form-top {
    margin-top: 20px;
    max-width: 500px;
}

.xl-group-input input, .xl-group-input select {
    font-weight: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    padding: 0;
    border: solid 1px #bec8de;
    text-align: center;
    padding-left: 50px;
    padding-right: 10px;
}

.register .xl-group-input select {
    color: #fff;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: '';
    background: url(../img/sign/email-white.png) no-repeat center;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 15px;
}

input:focus + .xl-email:before {
    background: url(../img/up/ic-email_79.png) no-repeat center;
}

input:focus + .xl-password:before {
    background: url(../img/up/ic-Password_94.png) no-repeat center;
}

input:focus + .xl-referal:before {
    background: url(../img/up/ic-coad_43.png) no-repeat center;
}

input:focus + .xl-full:before {
    background: url(../img/up/ic-name_28.png) no-repeat center;
}

input:focus + .xl-company:before {
    background: url(../img/up/ic-Company_59.png) no-repeat center;
}

select:focus {
    background-color: rgba(42, 61, 95, 0.77) !important;
    color: #fff !important;
}

select:focus + .xl-country:before {
    background: url("../img/up/ic-country_26.png") no-repeat center;
}
input:focus + .xl-website:before {
    background: url(../img/up/ic-website_37.png) no-repeat center;
}
input:focus + .xl-phone:before {
    background: url(../img/up/ic-phone_51.png) no-repeat center;
}
input:focus + .xl-address:before {
    background: url(../img/up/ic-address_17.png) no-repeat center;
}
.xl-phone:before {
    background: url("../img/up/ic-phone.png") no-repeat center;
}.xl-website:before {
    background: url("../img/up/ic-website.png") no-repeat center;
}.xl-address:before {
    background: url("../img/up/ic-address.png") no-repeat center;
}
.xl-country:before {
    background: url("../img/up/ic-country.png") no-repeat center;
}

.xl-company:before {
    background: url("../img/up/ic-Company.png") no-repeat center;
}

.xl-password:before {
    background: url("../img/up/ic-Password.png") no-repeat center;
}

.xl-full:before {
    background: url("../img/up/ic-name.png") no-repeat center;
}

.xl-referal:before {
    background: url("../img/up/ic-coad.png") no-repeat center;
}

input::placeholder, textarea::placeholder {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    color: #6d778a;
    text-align: center;
}

textarea::placeholder {
    line-height: 100px;
}

input:focus::placeholder, textarea:focus::placeholder, textarea:focus {
    color: #fff;
}


.xl-group-input .focus-input100:after {
    content: '*';
    height: 20px;
    width: 20px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ff2222;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -10px;
}

.form-group {
    margin-bottom: 25px;
}

.xl-form-buttom {
    padding-top: 50px;
}

.xl-inline {

}

.xl-form-inline .xl-inline {
    display: table-cell;
    width: 570px;
}

.xl-form-inline .table {
    width: 4%;
    display: table-cell;
}

.xl-form-buttom p {
    margin-bottom: 20px;
}

.xl-form-bottom .focus-input100:after,.xl-distributor:after {
    display: none;
}

#textarea {
    width: 100%;
    min-height: 104px;
    background: transparent;
    font-size: 18px;
    color: #fff;
    border: 1px solid #bec8de;;
}

form .xl-yan {
    margin-top: 50px;
}

.register span.label {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

label input {
    margin-left: 12px;
    width: 120px;
}

#captcha {
    height: 40px;
    background: transparent;
    border: 1px solid #bec8de;
    text-align: center;
}

.img img, .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.xieyi input:checked + label::before {
    background: #fff url(../img/sign/choosed.png) no-repeat center;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

.xieyi label {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #cdd0d4;
    cursor: pointer;
}

.xieyi input:not(:checked) + label::before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

a {
    color: #307fc8;
    font-size: 16px;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

#checkSign1 {
    display: none;
}

.xl-signup {
    background-color: #42a538;
    border-radius: 5px;
    font-size: 20px;
    width: 50%;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    height: 50px;
    text-align: center;
    display: table;
    margin: 35px 0;
}

.xl-link-box {
    width: 50%;
    text-align: center;
}

.xl-link-box .xl-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.7;

}

.xl-signup:hover {
    color: #fff;
    background-color: #26a51a;
    transition: .3s;
}

.xl-link:hover {
    color: #0b84f5;
}
.model{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.xl-alert{
    position: fixed;
    width: 800px;
    height: 360px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
}
.xl-chose{
    background: url("../img/up/ic-close.png") no-repeat center;
    width: 14px;
    height: 14px;
    right: 9px;
    top: 9px;
    position: absolute;
    cursor: pointer;
}
.xl-dd .xl-notice{
    height: 100px;
    font-size: 28px;
    line-height: 98px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url("../img/sign/pop-bg-title.png") no-repeat;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.xl-dd .xl-online{
    margin: 33px auto 0;
    font-size: 14px;
    color: #666;
    /*text-align: center;*/
}
.xl-online dt{
    width: 467px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 auto 22px auto;
    text-align: center;
    line-height: 32px;
    font-family: "Segoe UI",ArialMT Arial-BoldMT, Helvetica Neue, Helvetica, Arial, sans-serif;;
}
.xl-online dd{
    width: 530px;
    font-size: 18px;
    color: #333;
    margin: auto auto 32px auto;
    text-align: center;
}
.xl-online dd a{
    display: inline-block;
    width: 240px;
    height: 60px;
    background: #006CFF;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
}
.xl-online dd a:hover{
    text-decoration: none;
}
.xl-dd p span{
    color: #FFDE00;
}
