/**
* description： 新版登录
* author： yzt
* date： 2018/10/10
*/

.login-box {
    width: 100%;
    min-width: 1190px;
    height: 100%;
    background: url(/images/cloudindex/bgm.png) no-repeat;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
    font-size: 0;
}

.top {
    padding: 66px 0 36px 36px;
}

li {
    list-style: none;
}

.left-box {
    display: inline-block;
    width: 532px;
    height: 484px;
    vertical-align: middle;
    background: url(/images/cloudindex/login-bg.png) center center no-repeat;
    padding: 52px 43px;
    color: #fff;
    position: relative;
}

.left-box .title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 34px;
}

.register-container {
    font-size: 18px;
}

.register-container .register {
    display: inline-block;
    width: 63px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
}

.erweima {
    position: absolute;
    bottom: 25px;
    left: 43px;
    font-size: 12px;
    text-align: center;
}

.erweima>p {
    margin-top: 9px;
}

.login-right {
    display: inline-block;
    width: 450px;
    height: 670px;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    padding-left: 32px;
    padding-top: 40px;
}

.login-right .title,
.register-right .title {
    font-size: 30px;
    color: #3785f7;
    margin-bottom: 56px;
}

.login-right li {
    margin-bottom: 35px;
    position: relative;
    width: 370px;
}

.icon {
    display: inline-block;
    width: 64px;
    height: 51px;
    vertical-align: top;
}

.login-icon {
    background: url(/images/cloudindex/username.png) center center no-repeat;
}

.pwd-icon {
    background: url(/images/cloudindex/password.png) center center no-repeat;
}

.icon-dun {
    background: url(/images/cloudindex/validate.png) center center no-repeat;
}

.cin {
    width: 276px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #e1e1e1;
    background-color: #f8f8f8;
    padding: 0 12px;
    color: #666;
}

.yanzhengma {
    width: 134px;
}

.yanzhen .text {
    width: 109px;
    height: 51px;
    display: inline-block;
    background-color: #e4f0ff;
    color: #206bd8;
    vertical-align: middle;
    line-height: 51px;
    letter-spacing: 5px;
    text-align: center;
    font-family: Arial, '宋体';
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

.yanzhen {
    display: inline-block;
}

.yanzhen .change-one {
    display: inline-block;
    width: 23px;
    height: 51px;
    background: url(/images/cloudindex/refresh_03.png) center center no-repeat;
    vertical-align: top;
    cursor: pointer;
}

.forget-pwd {
    float: right;
    color: #e50012;
}

.remember {
    position: relative;
    margin-left: 30px;
    padding-left: 20px;
    color: #666;
    cursor: pointer;
}

.remember-username {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.remember .span-remember {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #999;
    border-radius: 3px;
}

.remember .checks {
    background-image: url(/images/cloudindex/gou_03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #206bd8;
}

.login-btn,
.register-btn {
    width: 319px;
    height: 47px;
    border: 0;
    background: #206bd8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-left: 35px;
    border-radius: 5px;
}


/* error */

.error {
    margin-left: 70px;
    color: #e50012;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    top: 55px;
}

.login-right input.err {
    background: #fbfbc8;
    border-color: #e60012;
}


/* 注册 */

.register-boxs {
    position: relative;
}

.register-boxs li {
    width: 340px;
    margin-right: 10px;
}

.register-boxs ul {
    float: left;
}

.register-boxs .cin {
    width: 250px;
}

.register-boxs .left-box {
    background: url(/images/cloudindex/register-bg.png) center center no-repeat;
    width: 290px;
    height: 480px;
    background-color: #fff;
    padding: 46px 50px;
}

.register-boxs .register-right {
    width: 700px;
    height: 578px;
    background-color: #fff;
    padding: 46px 50px;
}

.register-boxs .yanzhengma {
    width: 121px;
    margin-right: 15px;
}

.yanzhen .yanzheng-btn {
    border: 0;
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    cursor: pointer;
}

.phone-icon {
    background: url(/images/cloudindex/phone.png) center center no-repeat;
}

.company-icon {
    background: url(/images/cloudindex/company.png) center center no-repeat;
}

.contact-icon {
    background: url(/images/cloudindex/contacts.png) center center no-repeat;
}

.btns {
    margin-top: 430px;
    text-align: center;
}


/* 滑块拖动 */

.register-right .drag-box {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    width: 322px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    padding: 0;
    margin-left: 16px;
    border-radius: 5px;
}

.drag-box .error {
    margin-left: 54px;
}

.text-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #666;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d)); */
}

.finished-div {
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 49px;
    line-height: 49px;
    background-color: #206bd8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.drag-button {
    width: 47px;
    height: 49px;
    line-height: 1.09375rem;
    background: url(/images/cloudindex/right-double.png) center center no-repeat;
    background-color: #206bd8;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.drag-finished {
    background: url(/images/cloudindex/finished.png) center center no-repeat;
    background-color: #fff;
}

.register-right .finished-bg {
    background-color: #206bd8;
}

/* 模态框 */

.cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.verification-modal {
    width: 300px;
    height: 210px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 19891016;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    opacity: 0;
}

.verification-modal .dialog-header {
    font-size: 20px;
    text-align: center;
    color: #555;
    height: 37px;
    line-height: 37px;
}

.verification-modal .dialog-body {
    height: 126px;
    text-align: center;
}

.verification-modal .dialog-body .dialog-img {
    width: 180px;
    height: 46px;
    margin-bottom: 10px;
}

.verification-modal .dialog-body #dialog-input {
    border: 1px solid #e1e1e1;
    width: 230px;
    height: 30px;
    text-indent: 0.5em;
}

.verification-modal .dialog-footer .dialog-sure-btn {
    width: 100%;
    background-color: skyblue;
    height: 49px;
    line-height: 49px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.verify-err-text {
    color: red;
    margin-top: 10px;
    display: block;
}

/*底部*/
.footer{position:absolute;bottom:0; width:100%;text-align: center;font-size: 14px;}
.footer #copyright{    height: 40px;line-height: 40px;background-color: #206BD8;color: #fff;}
.footer #copyright a{color: #fff;}
.footer #copyright .record {
  margin-left: 10px;
}
.footer #copyright .record img {
  width: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}