.registerAlert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(7,10,12,.53);
}
.registerAlert .regisContent {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 1050px;
    height: 550px;
    margin-top: -250px;
    margin-left: -528px;
}
.registerAlert .registClose {
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 100;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(../img/close_pic1.png) no-repeat 0 0;
}
.registerAlert .iframBox {
    width: 100%;
    height: 100%;
}
.iframBox .content {
    background: #fff;
    width: 1038px;
    height: 538px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #e0e5e9;
    margin-top: -269px;
    margin-left: -519px;
    border-radius: 5px;
    overflow: hidden;
}
.iframBox #caption-register {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 2s;
}
.content .caption {
    float: left;
    width: 496px;
    height: 476px;
    margin: 30px 0 0 34px;
    background: url(../img/func_pic.png)no-repeat 0 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.content .box {
    float: right;
    position: relative;
    display: block;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    height: 100%;
}
.content .box .panel {
    position: absolute;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #c5c5c5;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.registerAlert #registerForm {
    position: absolute;
    top: 22px;
    transition: 0.8s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    overflow: hidden;
    right: 40px;
}
#registerForm .login-title {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f0f3f6;
    margin: 0 10px;
}
#registerForm .login-title .login-title h2 {
    font-size: 22px;
    color: #0099ff;
}
#registerForm .login-form1 {
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.login-form1 input {
    background-color: transparent;
}
.login-form1 span.tips {
    color: red;
    font-size: 12px;
    display: block;
    text-align: left;
    position: absolute;
    line-height: 20px;
}
.login-form1 .c {
    padding: 10px 0;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.login-form1 input[type="text"] {
    height: 35px;
    width: 326px;
    padding: 0;
    padding-left: 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    background: #fff;
}

.login-title h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.login-title h2 {
    font-size: 22px;
    color: #0099ff;
}
.login-form1 span.tips {
    color: red;
    font-size: 12px;
    display: block;
    text-align: left;
    position: absolute;
    line-height: 20px;
}
.login-form1 #slider1 {
    width: 338px !important;
}
.login-form1 .ui-slider-wrap {
    background: #e8e8e8;
    position: relative;
}
.login-form1 input.input-sm {
    width: 127px !important;
}
.login-form1 .btn[disabled="disabled"] {
    background: #ccc;
}
.login-form1 .btn-sm {
    width: 140px;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    height: 35px;
    padding: 0;
}
.login-form1 .btn-sm {
    margin-left: 51px !important;
}
.login-form1 .text {
    font-size: 12px;
}
.login-form1 .s {
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    position: relative;
    text-align: left;
}
#checks.active {
    background: url(../img/has_check.png)no-repeat 0 0;
}
#checks {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../img/no_check.png)no-repeat 0 0;
    margin: 0 5px 0 0;
    vertical-align: sub;
}
.login-form1 .text a, a.btn-link {
    color: #3DA9F7;
    text-decoration: none;
    font-size: 14px;
}
.login-form1 .btn {
    background: #3DA9F7;
    border: none;
    display: block;
    padding: 12px 0;
    font-size: 18px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.login-form1 button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
.head_top .home_head_free {
    /*width: 140px;
    margin-right: 24px;*/
    line-height: 32px;
	/*right: -100px !important;*/
}
.head_top .home_head_free .free_use{
    display:inline-block;
    padding: 0 15px;
}
.head_top .free-top{
    position: absolute;right: 3%;top: 0;
}
.head_top .home_head_free a {
	width:auto!important;
}

.head_top .home_head_free a {
    display: block;
    width: 140px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    /*font-weight: 700;*/
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1.5px solid #ff6604;
    border-radius: 24px;
    background: #ff6604;
}
.m_bottom{display:none}
.bodyCont{display:none}