﻿input {
    border: 0;
    -webkit-appearance: none
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type="text"]:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

#lang {
    float: right;
}

#lang a {
    color: #747474;
}

#en .en, #zh .zh {
    display: none;
}

/* --登录页面-- */
.login-page {
    /*margin-top: 68px;*/
}

#login_container {
    height: 600px;
    background-color: #f4f4f4;
}

#login_container .wrapper {
    padding: 67px 12px;
    padding: 3.35rem 0.6rem 3rem;
    height: auto;
}

.maintenance-wrapper {
    text-align: center;
    color: #747474;
}

/* --登录页面 标准-- */
.normal {
}

.login_full {
    height: 600px;
}

.N_DZ_logo {
    min-height: 79px;
    float: left;
    height: 79px;
    line-height: 79px;
    display: table-cell;
}

.N_DZ_logo img {
    max-width: 300px;
}

/* --登录页面 定制-- */
.made {
    background: #f7f7f7;
}

.made #login_container .wrapper {
    padding: 0 12px;
    padding: 0 0.6rem;
    height: auto;
}

.login_empty #box_top h2 span {
    font-size: 24px;
}

#login_left {
    float: left;
    width: 593px;
    height: 403px;
    background: #ffffff;
    border: solid 1px #e0e0e0;
    overflow-y: hidden;
}

#login_left .up {
    background-color: #f9f9f9;
    border-bottom: 1px #ededed solid;
}

#login_left .up span {
    display: inline-block;
}

#login_left .up span img {
    vertical-align: bottom;
}

#login_left .up hgroup {
    display: inline-block;
    height: 174px;
    margin-left: 24px;
    line-height: 2.7;
}

#login_left .up hgroup h1 {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
}

#login_left .up hgroup h2 {
    font-size: 15px;
    color: #444444;
    font-weight: bold;
}

#login_left .up hgroup h1 b {
    font-size: 32px;
}

#login_left .down {
    position: relative;
}

#login_left .down ul {
    padding: 17px 0 17px 50px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

#login_left .down ul li {
    background: url(/img/website/login/login_left_icon.png) no-repeat left;
    color: #676767;
    text-indent: 28px;
    line-height: 38px;
}

#login_left img {
    max-width: 100%;
}

.adArea {
    padding: 100px;
}

.company-info {
    font-family: "微软雅黑";
    color: #393939;
    padding: 30px 48px 0 85px;
}

#use_case_title {
    font-size: 18px;
    line-height: 30px;
    padding-left: 14px;
    margin-bottom: 21px;
    word-wrap: break-word;
}

#use_case_text {
    font-size: 12px;
    line-height: 16px;
    font-family: "宋体";
    padding-left: 14px;
    word-wrap: break-word;
}

#login_box {
    float: right;
    width: 32%;
    background: #fff;
    border-radius: 5px; /* box-shadow: 1px 1px 10px #ccc;*/
}

#border_middle_border {
    padding: 0 20px 15px 20px;
    font-size: 12px;
    color: #747474;
    border: 1px solid #cdcdcd;
}

#box_top {
    padding: 38px 0;
}

#box_top img {
    margin-right: 5px;
}

.box_top_text {
    color: #8c8c8c;
    font-size: 20px;
    font-size: 1rem;
    padding: 20px 0 1.5rem;
    padding: 1rem 0 1.5rem;
    display: block;
}

#form_login input[type="text"] {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#form_login input[type="password"] {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#form_login .emailparent {
    position: relative;
}

#form_login .label {
    position: absolute;
    top: 10px;
    color: #D1D2D2;
    cursor: text;
    font-size: 15px;
}

#form_login .label.focus {
    font-size: 12px;
    color: #2b81ff;
    top: -10px;
    transition: font-size 0.5s, color 0.5s, top 0.5s;
    -webkit-transition: font-size 0.5s, color 0.5s, top 0.5s;
}

#form_login .label.unfocus {
    font-size: 15px;
    color: #D1D2D2;
    top: 11px;
    transition: font-size 0.5s, color 0.5s, top 0.5s;
    -webkit-transition: font-size 0.5s, color 0.5s, top 0.5s;
}

#form_login hr {
    height: 2px;
    height: 0 \9;
    background-color: #2b81ff;
    position: absolute;
    /* top: -2px; */
    bottom: -1px;
    margin: 0;
    transform: scaleX(0.00001);
    -webkit-transform: scaleX(0.00001);
    -ms-transform: scaleX(0.00001);
}

#form_login hr.focus {
    border: 0;
    width: 279px;
    height: 2px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#form_login hr.unfocus {
    height: 2px;
    height: 0 \9;
    transform: scaleX(0.00001);
    -webkit-transform: scaleX(0.00001);
    -ms-transform: scaleX(0.00001);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#border_middle_border .input {
    width: 100%;
    height: 40px;
    height: 2rem;
    line-height: 40px;
    line-height: 2rem;
    border-radius: 0px;
    outline: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #d1d2d2;
}

#border_middle_border #password, #border_middle_border #password2 {
    width: 298px;
    margin: 15px 0;
}

#form_login .pwdparent {
    margin: 15px 0 35px;
    position: relative;
}

#form_login .verify_cody_container {
    position: relative;
    font-size: 12px;
    margin-bottom: 15px;
}

#form_login .verify_cody_container input {
    vertical-align: middle;
    width: 48%;
}

#form_login .verify_cody_container img {
    width: 50%;
    vertical-align: middle;
}

#form_login .verify_cody_container hr {
    width: 48%;
    bottom: 16px;
}

#form_login .verify_cody_container section {
    font-size: 12px;
    color: #66acce;
    text-decoration: underline;
    cursor: pointer;
}

#submit_button {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #2b81ff;
    border-radius: 3px;
    font-family: Hiragino Sans GB, STHeiti, Microsoft Yahei, sans-serif !important;
}

#auto_login_div {
    padding: 0 0 10px 0;
    font-size: 12px;
}

#auto_login {
    vertical-align: middle;
    margin: 0 5px 0 0;
    -webkit-appearance: checkbox;
}

.forgot_password {
    display: inline-block;
    color: #747474;
}

.dialog-msg {
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #f00;
}

.oldVersion {
    text-align: right;
    display: block;
    color: #b4b4b4;
}

/*弹出框*/
.lui-mask {
    position: fixed;
[;
    position: absolute;
];
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #2D2E31;
    background: -webkit-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: -moz-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.lui-dialog {
    position: fixed;
    z-index: 1000;
    min-height: 20px;
    min-width: 350px;
    -webkit-box-shadow: #666 0px 0px 10px; /*é˜´å½±é¢œè‰²#666 // offsetX 0 //ofsetY 0 //é˜´å½±åŠå¾„10px*/
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background: #fff;
    border-radius: 3px;
}

.lui-dialog .title-wraper {
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    color: #565656;
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
}

.lui-dialog .title-wraper .title {
    margin-left: 20px;
    vertical-align: middle;
    max-width: 680px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
}

.lui-dialog .oper {
    position: absolute;
    top: -2px;
    right: 15px;
    *top: 5px;
}

.lui-dialog .oper .min {
    vertical-align: middle;
}

.lui-dialog .oper .close {
    vertical-align: middle;
}

.lui-dialog .content-msgArea {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: #FFA200;
    display: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.lui-dialog .content-wraper {
    padding: 0;
}

.lui-dialog .content-wraper .confirmBtn {
    text-align: center;
}

.lui-dialog .content-wraper .file-attr-dialog .filename,
.lui-dialog .content-wraper .file-attr-dialog .path {
    max-width: 279px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.lui-dialog .content-wraper .transferauth p {
    text-indent: 26px;
}

.lui-dialog .content-wraper .file-attr-dialog .remark {
    max-height: 85px;
    min-height: 17px;
    max-width: 291px;
    word-break: break-all;
    display: block;
    white-space: normal;
    overflow: auto;
}

.lui-dialog .lui-alertDialog .cell2 {
    text-align: center;
    padding: 30px 0;
    color: #aaa;
    font-family: 宋体;
    font-size: 12px;
    line-height: 20px;
}

.lui-dialog .lui-alertDialog .cell2 span {
    font-size: 14px;
    color: #000;
}

.lui-dialog .lui-alertDialog .cell2 p {
    padding-top: 15px;
}

.lui-dialog .lui-alertDialog .cell1 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    background: url(/css/theme/default/img/icon20x20.png) -40px -160px no-repeat;
    margin-right: 10px;
}

.lui-dialog .tips-alertDialog .cell2 {
    display: block;
    padding: 20px;
    background: #fff;
    font-weight: bold;
    text-align: center;
}

.lui-dialog .content-wraper textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.lui-dialog .content-wraper textarea:focus {
    border-color: #66afe9;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.lui-dialog li.new-item {
    padding-left: 22px;
}

.lui-dialog li.jqtree-selected > li.new-item {
    margin-left: 22px;
}

.lui-dialog li.new-item .edit-name {
    display: inline-block;
    position: relative;
    top: 2px;
}

.lui-dialog li.new-item .edit-name .box {
    height: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.lui-dialog li.new-item .edit-name .box:focus {
    border-color: #66AFE9;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.lui-min-dialog {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 10;
    width: 400px;
    height: 30px;
    border: 1px #ccc solid;
    background-color: #427A95;
}

.lui-min-dialog span {
    vertical-align: middle;
}

.lui-min-dialog .min-dialog-wraper {
    display: inline-block;
    width: 400px;
    height: 40px;
}

.lui-min-dialog .recover {
    position: absolute;
    z-index: 4;
    right: 3px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.dialog-button-area {
    padding: 15px;
    text-align: center;
}

.dialog-button {
    display: inline-block;
    height: 30px;
    padding: 0 35px;
    line-height: 30px;
    color: #636363;
   /* border: 1px solid #176fdd;
    background-image: url(/public/images/dialog_btn_bg.png);
    background-repeat: repeat-x;*/
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
}

.dialog-button.ok {
    background-position: 0 0;
    color: #fff;
    margin-right: 5px;
}

.dialog-button.ok:hover {
    background-position: 0 -64px;
}

.dialog-button.cancel {
    background-position: 0 -32px;
    border: 1px solid #dcdcdc;
    color: #636363;
    margin: 0;
}

.dialog-button.cancel:hover {
    background-position: 0 -96px;
}

.dialog-button.create-folder {
    float: left;
    color: #FFFFFF;
}

.dialog-button.create-folder .icon {
    background: url("../img/icon20x20.png") no-repeat -340px -20px;
    margin-right: 5px;
}

.dialog-button.create-folder.disabled .icon {
    width: 20px;
    height: 20px;
    background: url("../img/icon20x20.png") no-repeat -320px -20px;
    margin-right: 5px;
}

.dialog-button.disabled {
    color: #C8C8C8;
    background-position: 0 -32px;
    border: 1px solid #dcdcdc;
}

/* --注册页面-- */
.reg-page {
    /*margin-top: 62px;*/
}

#reg_content {
    padding: 50px 0;
    background: #eee;
}

#box1 {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
}

#reg_content .border_middle_border {
    /*width: 960px;*/
    width: 100%;
    height: 510px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

@media screen and (min-width: 1200px) {
    #reg_content .border_middle_border {
        width: 960px;
    }
}

@media screen and (min-width: 996px) and (max-width: 1200px) {
    #reg_content .border_middle_border {
        width: 950px;
    }
}

@media screen and (min-width: 768px) and (max-width: 996px) {
    #reg_content .border_middle_border {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    #reg_content .border_middle_border {
        width: 100%;
    }
}

#reg_content .reg_box_top {
    padding: 32px 0 42px;
}

.box_top_left_selected {
    font-size: 28px;
    text-align: center;
    color: #545454;
}

.box_top_left_unselected {
    float: left;
    font-size: 28px;
    text-align: center;
    height: 40px;
    width: 87px;
    color: #cfcfcf;
    cursor: pointer;
}

/*注册第二步中间的框的显示样式*/
#get_mobile_verifycode.get_verifycode_button {
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
    line-height: 2.5;
    background: url(/css/theme/default/img/icon-error.png) #fff9dc no-repeat 19px 13px;
    text-indent: 17px;
}

#get_mobile_verifycode.get_verifycode_button span {
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    background-color: #80b4ff;
    padding: 5px 20px;
    margin-top: 10px;
    cursor: default;
}

#get_mobilevoice_verifycode.get_verifycode_button {
    margin-bottom: 5px;
    vertical-align: bottom;
    display: none;
    font-size: 12px;
    color: #737373;
    background: url(/css/theme/default/img/icon-error.png) #fff9dc no-repeat 19px 13px;
    padding: 5px 20px;
    line-height: 2.5;
    border: 1px solid #e6e6e6;
    text-indent: 17px;
}

#get_mobilevoice_verifycode.get_verifycode_button span {
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    background-color: #2c81ff;
    padding: 5px 20px;
    margin-top: 10px;
}

#step3.get_verifycode_button {
    display: none;
    font-size: 12px;
    color: #737373;
    margin-bottom: 20px;
    background: #fff9dc;
    line-height: 2;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

#whycanot {
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    color: #80b4ff;
}

/*toast的显示样式*/
.lui-tips {
    position: fixed;
    z-index: 900;
    background-color: #66acce;
    padding: 20px;
    width: 270px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.toast {
    background: #F8ECC0;
    padding: 10px 20px;
    box-shadow: none;
    border: 1px solid #EDC46B;
}

.lui-tips .tips-toast {
    display: block;
    font-size: 12px;
    color: #6A6A68;
    word-break: break-all;
}

.bubble {
    background: #F8ECC0;
    color: #444;
    width: auto;
    padding: 8px 15px;
    box-shadow: none;
    border: 1px solid #EDC46B;
    font-size: 12px;
    text-align: left;
    max-width: 200px;
}

.bubble .tipBubble {
    position: absolute;
    height: 20px;
}

.bubble .tipBubble em, .bubble .tipBubble span {
    font-family: Simsun;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
}

.bubble .tipBubble em {
    color: #EDC46B;
}

.bubble .tipBubble span {
    color: #F8ECC0;
}

.bubble .tipBubble.top {
    bottom: -11px;
}

.bubble .tipBubble.top span {
    bottom: 1px;
}

.bubble .tipBubble.right {
    left: -8px;
}

.bubble .tipBubble.right span {
    left: 1px;
}

.bubble .tipBubble.bottom {
    top: -11px;
}

.bubble .tipBubble.bottom span {
    top: 1px;
}

.bubble .tipBubble.left {
    right: 7px;
}

.bubble .tipBubble.left span {
    left: -1px;
}

.reg_step2, .reg_step3 {
    display: none;
}

#form_register {
    margin: 0 auto;
    width: 330px;
}

#form_register #mail_reg_div {
    max-width: 340px;
    margin: 0 auto;
}

#form_register li {
    position: relative;
}

#form_register li.li_error {
    margin-bottom: 20px;
}

#form_register li.active {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    color: #f86e3f;
    background: url(../img/icon-error.png) no-repeat 0 9px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#form_register li .tishi {
    display: none;
    position: absolute;
    top: 19px;
    left: 20px;
    width: 89%;
    height: 42px;
    line-height: 42px;
    background: #f6fcff url(../img/iconmarks.png) right -38px no-repeat;
    color: #d2220f;
}

#form_register li .mobilets {
    width: 42%;
}

#form_register li .must {
    padding-right: 6px;
    vertical-align: middle;
    color: #333;
    *display: inline-block;
    *line-height: 42px;
    *margin-top: -30px;
}

#form_register hr {
    height: 2px;
    height: 0 \9;
    background-color: #2b81ff;
    position: absolute;
    /* top: -2px; */
    bottom: -1px;
    margin: 0;
    transform: scaleX(0.00001);
    -webkit-transform: scaleX(0.00001);
    -ms-transform: scaleX(0.00001);
}

#form_register hr.focus {
    width: 324px;
    border: 0;
    height: 2px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#form_register .reg_step2 hr {
    width: 100%;
}

#form_register hr.unfocus {
    height: 2px;
    height: 0 \9;
    transform: scaleX(0.00001);
    -webkit-transform: scaleX(0.00001);
    -ms-transform: scaleX(0.00001);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#form_register .reg_input {
    width: 323px;
    height: 42px;
    border-bottom: 1px solid #d1d2d2;
    line-height: 42px \9;
    outline: none; /*transform:scaleX(0.1);-webkit-transform:scaleX(0.1);*/
}

/*.reg_input:focus{border-color:#66AFE9;border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);}*/
/*.reg_input.focus{border:0;}*/
#form_register .reg_input.unfocus {
    border-bottom: 1px solid #d1d2d2;
    transition: border-bottom 0.5s;
    -webkit-transition: border-bottom 0.5s;
    -ms-transition: border-bottom 0.5s;
}

#form_register .label {
    position: absolute;
    top: 11px;
    color: #D1D2D2;
    cursor: text;
    font-size: 15px;
}

#form_register .label.focus {
    font-size: 12px;
    color: #2b81ff;
    top: -20px;
    transition: font-size 0.5s, color 0.5s, top 0.5s;
    -webkit-transition: font-size 0.5s, color 0.5s, top 0.5s;
}

#form_register .label.unfocus {
    font-size: 15px;
    color: #D1D2D2;
    top: 11px;
    transition: font-size 0.5s, color 0.5s, top 0.5s;
    -webkit-transition: font-size 0.5s, color 0.5s, top 0.5s;
}

#form_register .mobileInput {
    vertical-align: middle;
    width: 100%;
}

#form_register .reg_input.captchaInput {
    width: 198px;
    vertical-align: middle;
}

#captcha_img {
    width: 103px;
    height: 45px;
    margin-left: 23px;
    border-radius: 3px;
    vertical-align: middle;
}

#form_register .mobile_msg {
    color: #ff0000;
    padding-top: 10px;
    padding-left: 160px;
}

#form_register .yes .reg_input {
    background: #f6fcff url(img/iconmarks.png) right 0 no-repeat;
    border: 1px solid #26b6ff;
    padding-right: 23px;
    width: 288px;
}

#form_register .error .reg_input {
    border: 1px solid #d2220f;
}

#form_register .error .must {
    color: #d2220f;
    font-weight: bold;
}

#form_register li.error .tishi {
    display: block;
}

/*IE hack*/
#form_register li.yes .tishi {
    display: none;
    content: ''
}

#change_verify_code {
    color: #65acce;
    text-decoration: underline;
    cursor: pointer;
}

.protocol {
    text-decoration: none;
    color: #2b80ff;
    cursor: pointer;
}

#agree_div #submit_button, #agree_div #start_button, #agree_div #signup_submit_button {
    -webkit-appearance: none;
    float: none;
    margin-top: 32px;
    width: 330px;
    cursor: pointer;
    background: #2b81ff;
}

#agree_div #signup_submit_button {
    -webkit-appearance: none;
    float: none;
    margin-top: 32px;
    width: 330px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft Yahei", "宋体", "Arial,Tahoma,Helvetica,STHeiti";
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    background: #2b81ff;
}

#agree_div #next_button {
    -webkit-appearance: none;
    float: right;
    margin-top: 3px;
    width: 45%;
    cursor: pointer;
    background: #f4f4f4;
    color: #000;
    background: #f4f4f4;
}

#agree_div #next_button:hover {
    background-color: #f4f4f4;
}

#agree_div #prev_button:hover {
    background-color: #f4f4f4;
}

#agree_div #next_button:active {
    background-color: #ebebeb;
}

#agree_div #prev_button:active {
    background-color: #ebebeb;
}

#agree_div {
    color: #535353;
    font-size: 13px;
    max-width: 340px;
    margin: 10px auto;
}

#agree {
    vertical-align: middle;
    margin-top: -2px;
    -webkit-appearance: checkbox;
}

#next_button, #start_button, #prev_button {
    height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

#agree_div #start_button {
    color: #fff;
    background: #2c81ff;
    margin-top: 3px;
}

#prev_button {
    width: 45%;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 3px;
    outline: 0;
    cursor: pointer;
    float: left;
}

#reg_message {
    padding: 80px 0 32px;
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    font-family: "宋体";
}

#foot {
    position: fixed;
    bottom: 0;
}

#reg_validate_success {
    font-size: 13px;
    padding: 32px 0;
}

#reg_validate_success p {
    line-height: 21px;
    color: #878787;
}

#reg_validate_success p span.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon20x20.png) no-repeat;
    cursor: pointer;
}

#reg_validate_success p span.i-user {
    background-position: -100px -159px;
    margin: 0;
}

/* --忘记密码页面-- */
#passwordBox {
    padding: 90px 10px;
    background: #eee;
}

div#find_password {
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

.find-box, #submit_box {
    max-width: 360px;
    margin: 10px auto;
}

.find-box #user_slug {
    margin: 15px 0;
    width: 290px;
}

/*.find-box #user_slug:focus, .find-box #captcha:focus {
    border-color: #66AFE9;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}*/

.find-box .form-item {
    margin:15px 0;
    display:block;
    width:100%;
    height: 66px;
}

#notallowed-update {
    display: none;
    padding: 50px 0;
}

#notallowed-update .box .box-body {
    text-align: center;
    padding: 30px 0 60px;
    width: 100%;
}

#notallowed-update .box .box-body .notallowed-icon {
    margin: 10px auto 0;
    width: 80px;
    height: 79px;
    background: url(/css/theme/default/img/notallowed.png) no-repeat;
}

#notallowed-update .box .box-body .content {
    color: #0191ce;
    font-size: 24px;
    font-weight: normal;
}

/* --404页面-- */
#unPage {
    padding: 100px 10px 50px;
    background: #eee;
}

.unPage-body {
    max-width: 380px;
    margin: 70px auto 0;
    text-align: center;
    padding: 30px 0px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

.unPage-body .submit_button {
    display: inline-block;
    border: none;
    width: 220px;
    background: #2576FD;
    font-size: 20px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
}

@media only screen and (max-width: 970px ) {
    #login_left {
        display: none;
    }

    #login_box {
        float: none;
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
    }
}

@media only screen and (max-width: 590px ) {
    #passwordBox {
        padding: 40px 10px;
    }

}

@media only screen and (width: 375px ) {
    #form_register .align_left {
        text-align: center !important;
    }

}

@media only screen and (min-width: 321px) and (max-width: 499px) {

    #form_register input {
        font-size: 16px;
    }

    #form_register input.get_verifycode_button {
        font-size: 14px;
    }

    #form_register .label.focus {
    }

    #reg_content {
        padding: 0;
    }

    #reg_content .border_middle_border {
        width: 100%;
    }

    #reg_content .reg_box_top {
        padding: 5% 0;
    }

    #form_register {
        width: 100%;
    }

    #form_register ul {
        padding: 0 5%;
    }

    #form_register li {
        text-align: center;
        width: 100%;
    }

    #form_register li.li_error {
        margin-bottom: 8%;
    }

    #form_register li.active {
        margin-bottom: 0;
        margin-left: 35%;
        width: 80%;
        text-align: left;
    }

    .reg_step1.clearfix {
        width: 100%;
    }

    .reg_input {
        width: 100%;
        padding: 0;
    }

    .reg_input.captchaInput {
        width: 58%;
    }

    #captcha_img {
        display: inline-block;
    }

    #agree_div {
        text-align: left;
        margin: 0 5% 15%;
        max-width: 100%;
    }

    #agree_div #submit_button, #agree_div #next_button, #agree_div #start_button {
        width: 100%
    }

    #agree {
        -webkit-appearance: checkbox;
    }

    #whycanot {
        padding-left: 20px
    }

    #reg_message {
        padding: 12% 5% 3%;
        font-size: 15px;
    }

    .reg_input.mobileInput {
        margin-right: 2%;
        width: 58%;
        display: inline-block;
    }

    .get_verifycode_button {
        margin-left: 0;
        display: inline-block;
        width: 100%
    }

    #prev_button {
        width: 100%;
    }

    .get_verifycode_button.disabled {
        font-size: 14px;
    }

    #form_register .label.focus {
        top: -3px
    }

    .reg_step3 #reg_validate_success {
        padding: 8% 5%;
        font-size: 15px;
    }

    .reg_step3 #agree_div {
        margin: 10% 5% 15%;
    }
}

@media only screen and (max-width: 351px) {
    #captcha_img {
        margin-top: -40px;
        float: right;
    }

}

@media only screen and (width: 320px) {

    #form_register input {
        font-size: 16px;
    }

    #form_register input.get_verifycode_button {
        font-size: 14px;
    }

    #form_register .label.focus {
    }

    #reg_content {
        padding: 0;
    }

    #reg_content .border_middle_border {
        width: 100%;
    }

    #reg_content .reg_box_top {
        padding: 5% 0;
    }

    #form_register {
        width: 100%;
    }

    #form_register li {
        text-align: center;
        padding: 0 5%;
    }

    #form_register li.li_error {
        margin-bottom: 8%;
    }

    #form_register li.active {
        margin-bottom: 0;
        margin-left: 35%;
        width: 80%;
        text-align: left;
    }

    .reg_step1.clearfix {
        width: 100%;
    }

    #form_register .align_left {
        text-align: left;
    }

    .reg_input {
        width: 100%;
        padding: 0;
    }

    .reg_input.captchaInput {
        width: 58%;
    }

    #captcha_img {
        display: inline-block;
    }

    #agree_div {
        text-align: left;
        margin: 0 5% 15%;
        max-width: 100%;
    }

    #agree_div #submit_button, #agree_div #next_button, #agree_div #start_button {
        width: 100%
    }

    #agree {
        -webkit-appearance: checkbox;
    }

    #whycanot {
        padding-left: 20px
    }

    #reg_message {
        padding: 12% 5% 3%;
        font-size: 15px;
    }

    .reg_input.mobileInput {
        margin-right: 2%;
        width: 58%;
        display: inline-block;
    }

    .get_verifycode_button {
        margin-left: 0;
        display: inline-block;
        width: 100%
    }

    #prev_button {
        width: 100%;
    }

    .get_verifycode_button.disabled {
        font-size: 14px;
    }

    #form_register .label.focus {
        top: -3px
    }

    .reg_step3 #reg_validate_success {
        padding: 8% 5%;
        font-size: 15px;
    }

    .reg_step3 #agree_div {
        margin: 10% 5% 15%;
    }
}

@media only screen and (min-width: 380px)and (max-width: 750px) {

}

.user_suggest_hover {
    width: 35px;
    height: 34px;
    padding: 5px;
    font-size: 12px;
    color: #FFFFFF;
    background: #767676;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 5px;
    text-align: center;
    line-height: 1.4;
}

.user_suggest_hover:hover {
    color: #fff;
}

#regBody {
    /*padding-top: 68px;*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 767px) {
    #regBody {
        /*padding-top: 40px;*/
    }
}