.self-introduction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.login-register-header {
    min-width: 100%;
    height: 48px;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
}

.login-register-header-content {
    width: 662px;
    height: 48px;
    margin: 0 auto;
    position: relative;
}

.login-register-header .header-content-logo {
    width: 200px;
    height: 100%;
    line-height: 48px;
    float: left;
}

.login-register-header .header-content-logo a {
    display: inline-block;
    width: 80px;
    height: 48px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.login-register-header .header-content-logo a img {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 119px;
    transform: scale(0.6);
    line-height: 48px;
}

.login-register-header .header-content-logo span {
    font: 400 16px/48px "Microsoft YaHei";
    color: rgba(51, 51, 51, 0.8);
    float: left;
}

.stu1 {
    width: 1210px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.stu2 {
    width: 1100px;
    padding: 0 219px;
    box-sizing: border-box;
    /* // height: 100%; */
    /* // float: right; */
    margin: 0 auto;
    position: relative;
}

.stu1 .header-slide {
    position: absolute;
    left: 80px;
    top: 0;
    width: 86px;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
}

.stu1 .header-slide>span:hover+.stage-slide {
    top: 50px;
    visibility: visible;
}

.stu2 .header-slide {
    width: 86px;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    right: 294px;
}

.stu2 .header-slide>span:hover+.stage-slide {
    top: 50px;
    visibility: visible;
}

.stu2 .header-slide span {
    display: inline-block;
    width: 86px;
    height: 48px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

.stu1 .header-slide span {
    display: inline-block;
    width: 86px;
    height: 48px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 0;
    z-index: 101;
    // background-color: rgba(255,255,255,0.2);
}

.stu2 .stage-slide {
    width: 86px;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
    border: 1px solid #f1f2f4;
    border-radius: 2px;
    border-top: none;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    right: 5px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.stu1 .stage-slide {
    width: 90px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(62, 103, 191, 0.4);
    // box-shadow: 0 0 10px 2px rgba(255,255,255,0.5);
    border: 1px solid #f1f2f4;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: -5px;
    z-index: 100;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 11;
}

.stu1 .stage-slide::before {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 12px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 33px;
    top: -6px;
}

.stu2 .stage-slide::before {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 12px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 33px;
    top: -6px;
}

.stu1 .stage-slide ul {
    width: 100%;
}

.stu2 .stage-slide ul {
    width: 100%;
}

.stu2 .stage-slide ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.stu1 .stage-slide ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.stu2 .stage-slide ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.stu1 .stage-slide ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.stu2 .stage-slide ul li a:hover {
    background-color: #FF7405;
    color: #fff;
    text-decoration: none;
}

.stu1 .stage-slide ul li a:hover {
    background-color: #FF7405;
    color: #fff;
    text-decoration: none;
}

/* .stu2 .header-slide span::after {
    content: "";
    font-size: 30px;
    width: 10px;
    height: 10px;
    background: url("../image/slide-down-00.png") no-repeat left top;
    position: absolute;
    right: 12px;
    top: 18px;
} */
/* .stu1 .header-slide span::after {
    content: "";
    font-size: 30px;
    width: 10px;
    height: 10px;
    background: url("../image/slide-down-ff.png") no-repeat left top;
    position: absolute;
    right: 12px;
    top: 18px;
} */
.stu2 .header-backhome {
    position: absolute;
    right: 219px;
    line-height: 48px;
    width: 72px;
    height: 48px;
    text-align: right;
}

.stu1 .header-backhome {
    position: absolute;
    left: 150px;
    line-height: 48px;
    width: 72px;
    height: 48px;
    text-align: right;
}

.stu1 .header-backhome a:hover {
    color: #FF7405;
    transition: all 0.3s;
    text-decoration: none;
}

.stu2 .header-backhome a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font: 400 14px/48px "Microsoft YaHei";
    position: relative;
}

.stu1 .header-backhome a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font: 400 14px/48px "Microsoft YaHei";
    position: relative;
}

.stu2 .header-backhome a::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #D8DDE1;
    position: absolute;
    left: 0px;
    top: 19px;
}

/*.stu1 .header-backhome a::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #D8DDE1;
    position: absolute;
    left: 0px;
    top: 19px;
}*/

.introduction-main {
    width: 1100px;
    margin: 0 auto;
    background: url("../image/plane.png") no-repeat 0px 90px;
}

.introduction-body {
    width: 662px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-sizing: border-box;
    margin: 108px auto;
    z-index: 200;
}

.introduction-body-content {
    width: 642px;
    padding: 20px 157px 20px 157px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative
}

.introduction-content-title {
    text-align: center;
}

.introduction-content-title h3 {
    font: 600 16px/21px "Microsoft YaHei";
    color: #070606;
}

.introduction-content-title p {
    font: 400 12px/16px "Microsoft YaHei";
    color: #4F4F4F;
    margin-top: 4px;
}

.introduction-input-groups {
    width: 328px;
    position: relative;
}

.introduction-input-groups>form>div {
    height: 40px;
    margin-top: 16px;
    position: relative;
}

.introduction-input-groups>form>div>label {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #f76120;
    line-height: 40px;
    ;
    height: 40px;
    cursor: text;
    transition: all 0.5s;
    font-weight: 400;
}

.introduction-input-groups>form>div>span {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.introduction-input-groups>form>div>input {
    display: inline-block;
    width: 328px;
    height: 40px;
    padding: 1px 34px 0 52px;
    box-sizing: border-box;
    background-color: #F1F2F4;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    text-align: right;
    color: #7A8491;
}

#finish-register {
    margin-top: 30px;
    margin-bottom: 10px;
}

#finish-register:hover {
    opacity: 0.9;
    transition: all 0.3s;
}

.introduction-input-groups>form>div:nth-child(1) input {
    padding-right: 16px;
}

.introduction-input-groups>form>div:nth-child(5) input {
    padding-right: 16px;
}

.introduction-input-groups>form>div:nth-child(8) input {
    padding-right: 16px;
}

.introduction-input-groups>form>div>i {
    position: absolute;
    right: 12px;
    top: 16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../image/login-slide.png");
}

.introduction-input-groups>form>div>input::-moz-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.introduction-input-groups>form>div>input::-webkit-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.introduction-input-groups>form>div>input:-ms-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.introduction-input-groups>form>div:nth-child(5)>input {
    padding-left: 80px;
}

.introduction-input-groups>form>div:nth-child(6)>input {
    padding-left: 80px;
}

#finish-register {
    width: 328px;
    height: 40px;
    text-align: center;
}

#finish-register input {
    display: inline-block;
    width: 85%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

#jlcr {
    text-align: right;
    height: auto;
    margin-top: 0;
}

/* gender-choose-start */
.poli_box li:hover {
    color: #fff;
    background: #FF7405;
}

.poli_box li {
    width: 328px;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    padding-left: 14px;
    cursor: pointer;
}

.poli_box {
    padding: 0;
}

/* gender-choose-end */

/* major-list-start */
.major-box {
    position: absolute;
    left: 0;
    top: 40px;
    width: 600px;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    // padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.major-box .major-box-list {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.major-box .major-box-list .major-list {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}

.major-box .major-box-list .major-list-title {
    width: 65px;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.major-box .major-box-list .major-list-msg {
    width: 480px;
    box-sizing: border-box;
    float: left;
}

.major-box .major-box-list .major-list-msg ul {
    width: 100%;
    height: 100%;
}

.major-box .major-box-list .major-list-msg ul li {
    float: left;
    background-color: #f6f7f8;
    margin: 0 0 10px 10px;
    padding: 0 1px 0 1px;
    box-sizing: border-box;
    width: 108px;
    height: 34px;
    border-radius: 2px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #687484;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.major-box .major-box-list .major-list-msg ul li:hover {
    background-color: #FF7405;
    color: #fff;
}

/* major-list-end */

/* date-picker-start */
.datetimepicker {
    width: 280px;
    margin-left: 50px;
    margin-top: 0 !important;
    position: absolute;
    top: 520px;
}

.datetimepicker table {
    width: 100%;
}

/* datepicker-years-start */
.datetimepicker .datetimepicker-years table tr td span {
    background-color: #F1F2F4;
}

.datetimepicker .datetimepicker-years table tr td span.active {
    background-color: #F1F2F4;
    background-image: none;
    background-color: #FF7405 !important;
    color: #fff;
}

.datetimepicker .datetimepicker-years table tr td span:hover {
    background-color: #FF7405;
    color: #fff;
}

/*.datetimepicker .datetimepicker-years table tr th.prev:after {*/
/*content: "<";*/
/*position: absolute;*/
/*left: 8px;*/
/*top: 8px;*/
/*color: #000;*/
/*transform: scaleY(2)*/
/*}*/
.datetimepicker .datetimepicker-years table tr th.prev:hover {
    background-color: #FF7405;
}

.datetimepicker .datetimepicker-years table tr th.next:hover {
    background-color: #FF7405;
}

/*.datetimepicker .datetimepicker-years table tr th.next:after {*/
/*content: ">";*/
/*position: absolute;*/
/*right: 3px;*/
/*top: 4px;*/
/*color: #000;*/
/*transform: scaleY(2)*/
/*}*/
/* datepicker-years-end */

/* datepicker-months-start */
.datetimepicker .datetimepicker-months table tr td span {
    background-color: #F1F2F4;
}

.datetimepicker .datetimepicker-months table tr td span.active {
    background-image: none;
    background-color: #FF7405 !important;
    color: #fff;
}

.datetimepicker .datetimepicker-months table tr td span:hover {
    background-color: #FF7405;
    color: #fff;
}

.datetimepicker .datetimepicker-months table tr th.next {
    position: relative;
}

/*.datetimepicker .datetimepicker-months table tr th.next::after {*/
/*content: ">";*/
/*position: absolute;*/
/*right: 3px;*/
/*top: 4px;*/
/*color: #000;*/
/*transform: scaleY(2)*/
/*}*/
/*.datetimepicker .datetimepicker-months table tr th.prev::after {*/
/*content: "<";*/
/*position: absolute;*/
/*left: 8px;*/
/*top: 8px;*/
/*color: #000;*/
/*transform: scaleY(2)*/
/*}*/
/* datepicker-months-start */

/* datepicker-days-start */
.datetimepicker .datetimepicker-days table tr td.day:hover {
    background-color: #FF7405;
    color: #fff;
}

.datetimepicker .datetimepicker-days table tr td.day.active {
    background-color: #FF7405;
    color: #fff;
    background-image: none;
}

.datetimepicker .datetimepicker-days table tr th.next::after {
    content: ">";
    position: absolute;
    right: 16px;
    top: 8px;
    color: #000;
    transform: scaleY(2)
}

.datetimepicker .datetimepicker-days table tr th.prev::after {
    content: "<";
    position: absolute;
    left: 16px;
    top: 8px;
    color: #000;
    transform: scaleY(2)
}

/* datepicker-days-end */
/* date-picker-end */

/* type-ahead-start */
.typeahead {
    width: 328px;
    max-height: 328px;
    padding: 0;
    overflow-y: scroll;
}

.typeahead.dropdown-menu {
    overflow: scroll;
}

.typeahead li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.typeahead li a {
    display: inline-block;
    line-height: 30px;
    width: 100%;
    height: 100%;
    padding: 0;
    padding: 0px 3px;
    box-sizing: border-box;
}

.dropdown-menu>.active>a:hover {
    background-color: #FF7405;
    text-decoration: none;
}

.dropdown-menu>.active>a {
    background-color: #FF7405;
    color: #fff;
}

/* type-ahead-end */

/* email-auto-fill-start */
ul.auto-tip {
    width: 328px;
    background-color: #fff;
    border-radius: 4px;
}

ul.auto-tip li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 3px 0 3px;
    box-sizing: border-box;
}

ul.auto-tip li:hover {
    background-color: #FF7405;
    color: #fff;
    cursor: pointer;
}

ul.auto-tip li em {
    font-style: normal;
}

/* email-suto-fill-end */

/* ht-register start */
.ht-register {
    width: 1100px;
    height: 459px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px auto;
    text-align: center;
    /* padding-top: 111px; */
}

.ht-register>img {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0;
    margin-left: -116px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    height: 65px;
}

.module {
    width: 642px;
    margin: 0 auto;
}

.module .module-left {
    width: 448px;
    min-height: 368px;
    float: left;
    background-color: #fff;
    padding: 28px 60px 10px 60px;
    box-sizing: border-box;
}

.module .module-left .module-left-top {
    width: 85%;
    height: auto;
    line-height: 19px;
    /* border-bottom: 2px solid #eee; */
    padding-bottom: 16px;
    position: relative;
    margin: 0 auto;
}

.ht-register-body.module .module-left .module-left-top>div {
    width: 33.3%;
    float: left;
    text-align: right;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.module .module-left .module-left-top>div a {
    font-size: 18px;
    font-weight: bold;
    color: #ACB9CA;
    transition: all 0.4s;
    text-decoration: none;
    padding: 10px;
}

.module .module-left .module-left-top>div a:hover {
    color: #FF7405 !important;
    text-decoration: none;
}

/* .module .module-left .module-left-top > div.top-phone {
    text-align: left;
} */

.module .module-left .module-left-top>div.top-wechat a {
    color: #FF7405;
}

.module .module-left .module-left-top>span.line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #FF7405;
    position: absolute;
    bottom: -2px;
    left: 112px;
    transition: all 0.4s
}

.ht-register-body.module.module .module-left .module-left-top>span.line::before {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 10px 6px;
    border-style: solid;
    border-color: transparent transparent #FF7405;
    position: absolute;
    left: 30px;
    top: -6px;
}

.ht-register-body.module.module .module-left .module-left-top>span.line::after {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 10px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 30px;
    top: -4px;
}

/* .module-left-content {
    width: 100%;
    margin-top: 26px;
} */

.module-left-content .failed-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    text-align: center;
    display: none;
}

.module-left-content .failed-mask span.btn-refresh {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    transition: all 0.4s;
}

span.btn-refresh:hover {
    transform: rotateZ(180deg);
    opacity: 0.4;
}

span.failed-msg {
    line-height: 260px;
    font-size: 12px;
}

.module-left-content .register-by-wechat {
    width: 100%;
    position: relative;
}

.module-left-content .register-by-wechat .imgcode {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    margin-bottom: 6px;
    position: relative;
}

.module-left-content .register-by-wechat .imgcode img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.module-left-content .register-by-wechat1 .imgcode {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    margin-bottom: 6px;
    position: relative;
}

.module-left-content .register-by-wechat1 .imgcode img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.module-left-content .register-by-wechat p {
    text-align: center;
}

.module-left-content .register-by-wechat p:nth-of-type(1) {
    font-size: 14px;
    color: #4CA83A;
}

.module-left-content .register-by-wechat p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 18px;
    margin-left: 15px;
    position: relative;
    line-height: 16px;
}

.module-left-content .register-by-wechat>i {
    margin-right: 10px;
    padding-top: 2px;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    left: 65px;
}

.module-left-content .register-by-phone {
    width: 100%;
    overflow: hidden;
}

.module-left-content form {
    width: 100%;
    overflow: hidden;
}

.module-left-content form>div {
    width: 100%;
    overflow: hidden;
}

.module-left-content form>div>div {
    position: relative;
    width: 328px;
    height: 44px;
    margin-bottom: 16px;
    line-height: 44px;
}

.module-left-content form>div>div label {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
    opacity: 0;
    color: #f76120;
    cursor: text;
    font-weight: 400;
}

.module-left-content form>div>div input[type="text"] {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    padding-left: 16px;
    box-sizing: border-box;
    /* background-color: rgba(241,242,244,0.8); */
    color: #333 !important;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.module-left-content form>div>div input[type="text"].phone {
    padding-left: 60px;
}

.beforePhone {
    width: 50px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 10px;
    border-right: 1px solid #ccc;
    line-height: 25px;
    color: #ccc;
}

.module-left-content form>div>div input[type="password"] {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    padding-left: 16px;
    box-sizing: border-box;
    background-color: rgba(241, 242, 244, 0.8);
    color: #333 !important;
}

.module-left-content form>div>div.input-psd span {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
    top: 14px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}

.module-left-content form>div input[type="text"]::-moz-placeholder {
    color: #AFB7C4;
}

.module-left-content form>div input[type="text"]::-webkit-input-placeholder {
    color: #AFB7C4;
    font-size: 12px;
    text-align: left;
}

.module-left-content form>div input[type="text"]:-ms-input-placeholder {
    color: #AFB7C4;
    font-size: 12px;
    text-align: left;
}

.module-left-content form>div input[type="password"]::-moz-placeholder {
    color: #AFB7C4;
}

.module-left-content form>div input[type="password"]::-webkit-input-placeholder {
    color: #AFB7C4;
    font-size: 12px;
    text-align: left;
}

.module-left-content form>div input[type="password"]:-ms-input-placeholder {
    color: #AFB7C4;
    font-size: 12px;
    text-align: left;
}

.module-left-content form>div>div.number-code input[type="text"] {
    width: 260px;
    float: left;
    margin-right: 12px;
    padding-right: 40px;
}

#logimg-code,
#regimg-code,
#findpwd-imgcode {
    width: 236px;
    float: left;
    margin-right: 12px;
}

#logimg-code+img,
#regimg-code+img,
#findpwd-imgcode+img {
    float: right;
    width: 80px;
    height: 44px;
    border: 1px solid #FF7405;
}

.module-left-content form>div>div.number-code input[type="button"] {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    float: left;
    height: 44px;
    width: 100px;
    cursor: pointer;
    border: 1px solid #ececec;
    /* border: 1px solid #FF7405; */
    box-sizing: border-box;
    background-color: #fff;
    color: #FF7405;
    font-size: 14px;

    border-left: none;
    border-radius: 0 10px 10px 0;
}

.module-left-content .number-code>label {
    right: 92px;
    cursor: text;
}

.img-code-login>label {
    right: 92px !important;
}

.img-code-findpwd>label {
    right: 92px !important;
}

.img-code-register>label {
    right: 92px !important;
}

/* 提示错误信息 start */
.error {
    transform: translateX(-16px);
    opacity: 1 !important;
    transition: all 0.5s;
}

.remove-error {
    transform: translateX(5px);
    opacity: 0 !important;
    transition: all 0.5s;
}

/* 提示错误信息 end */
#register,
#accountLogin,
#BtubindPwd {
    display: inline-block;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

#register:hover,
#accountLogin:hover,
#BtubindPwd:hover {
    opacity: 0.9;
    transition: all 0.3s;
}

.module .module-right {
    width: 194px;
    min-height: 368px;
    float: left;
    text-align: center;
    background-color: #FF7405;
    padding: 60px 0px 30px 0px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.module .module-right>p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 12px;
}

.module .module-right a.register-now,
a.login-now {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #FF7405;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 28px;
}

.module .module-right a.register-now:hover,
a.login-now:hover {
    opacity: 0.9;
    transition: all 0.3s;
    text-decoration: none;
}

.module .module-right .company-register-entry {
    width: 100%;
    height: 19px;
    line-height: 19px;
}

.module .module-right .company-register-entry a {
    color: #fff;
    font-size: 14px;
    padding-right: 16px;
    position: relative;
}

.module .module-right .company-register-entry a:hover {
    opacity: 0.9;
    transition: all 0.3s;
    text-decoration: none;
}

.module .module-right .company-register-entry a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../image/entry.png") no-repeat left top;
    position: absolute;
    right: 0;
    top: 5px;
}

.module .module-right .download-app {
    position: absolute;
    bottom: 28px;
    width: 100%;
    margin-top: 61px;
}

.module .module-right .download-app .down-code {
    position: absolute;
    left: 47px;
    top: 60px;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.4s;
}

.module .module-right .download-app .down-code>span {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotateZ(45deg);
    z-index: 0;
}

.module .module-right .download-app .down-code img {
    width: 100%;
    height: 100%;
    z-index: 9
}

.module .module-right .download-app p {
    color: #fff;
}

.module .module-right .download-app p:nth-child(1) {
    font-size: 50px;
    margin-bottom: 8px;
    display: inline;
    cursor: pointer;
}

.module .module-right .download-app p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 6px;
}

.module .module-right .download-app p:nth-child(3) {
    padding-left: 32px;
    text-align: center;
    float: left;
    font-size: 12px;
    line-height: 16px;
    opacity: 0.7;
    letter-spacing: 8px;
}

/* ht-login start */
.ht-login {
    width: 1100px;
    height: 459px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 94px auto;
    text-align: center;
    padding-top: 111px;
}

.ht-login>img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -116px;
    padding: 0;
    border: 0;
}

/* ht-login end */

/* introduction-footer-start */
.login-register-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
}

.login-register-footer-content {
    width: 1100px;
    margin: 0 auto;
}

.login-register-footer-content ul {
    width: 726px;
    height: 50px;
    margin: 0 auto;
    padding-left: 20px;
}

.login-register-footer-content ul li {
    height: 100%;
    line-height: 50px;
    float: left;
}

.login-register-footer-content ul li.footer-line {
    width: 2px;
    height: 12px;
    margin: 20px 20px 0 20px;
}

.login-register-footer-content ul li.footer-msg {
    margin-right: 24px;
}

.login-register-footer-content ul li.footer-msg:hover a {
    color: #FF7405;
}

.login-register-footer-content ul li:nth-child(1) {
    margin-right: 0;
}

.login-register-footer-content ul li:nth-child(4) {
    margin-right: 0;
}

.login-register-footer-content ul li:nth-child(7) {
    margin-right: 0;
}

.login-register-footer-content ul li:nth-child(12) {
    margin-right: 0;
}

.login-register-footer-content ul li:nth-child(15) {
    margin-left: 0;
}

.login-register-footer-content ul li:nth-child(16) {
    margin-right: 0;
}

.login-register-footer-content ul li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}

/* introduction-footer-end */

/* ht-register end */

/* ht-login  start*/
.ht-login-body.module .module-left .module-left-top>div {
    width: 33.333%;
    float: left;
    text-align: center;
}

.ht-login-body.module .module-left .module-left-top>span.line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #FF7405;
    position: absolute;
    bottom: -2px;
    left: 14.7px;
    transition: all 0.4s
}

.ht-login-body.module.module .module-left .module-left-top>span.line::before {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 10px 6px;
    border-style: solid;
    border-color: transparent transparent #FF7405 position: absolute;
    left: 30px;
    top: -6px;
}

.ht-login-body.module.module .module-left .module-left-top>span.line::after {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 0 10px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 30px;
    top: -4px;
}

.module-left-content .login-by-wechat {
    width: 100%;
    position: relative;
}

.module-left-content .login-by-wechat .imgcode {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    margin-bottom: 6px;
    position: relative;
}

.module-left-content .login-by-wechat .imgcode img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.module-left-content .login-by-wechat p {
    text-align: center;
}

.module-left-content .login-by-wechat p:nth-of-type(1) {
    font-size: 14px;
    color: #4CA83A;
}

.module-left-content .login-by-wechat p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 18px;
    margin-left: 15px;
    position: relative;
    line-height: 16px;
}

.module-left-content .login-by-wechat>i {
    margin-right: 10px;
    padding-top: 2px;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    left: 65px;
}

/* login by phone start*/
.module-left-content .login-by-phone {
    width: 100%;
    overflow: hidden;
}

#login,
#login-now {
    display: inline-block;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
    cursor: pointer;
}

#login:hover {
    opacity: 0.9;
}

#login-now:hover {
    opacity: 0.9;
}

#login-now+p,
#login+p {
    color: #9098A4;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

/* login by phone end */

/* login by account start */
.forget-psd {
    margin-top: 10px;
    text-align: right;
}

.forget-psd a {
    color: #9098A4;
    font-size: 14px;
    text-decoration: none !important;
}

.forget-psd a:hover {}

/* login by account end */
/* ht-login end */

/* wechat-bind start */
/* bind-check start */
.bind-main {
    width: 1100px;
    min-height: 438px;
    margin: 0 auto;
    background: url("../image/plane.png") no-repeat 0px 0px;
}

.bind-body {
    width: 662px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-sizing: border-box;
    margin: 120px auto;
    z-index: 200;
}

.bind-body-content {
    width: 642px;
    min-height: 348px;
    padding: 46px 157px 46px 157px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative
}

.bind-body-content .bind-body-content-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 46px 100px 46px 100px;
    box-sizing: border-box;
}

.bind-body-content-check h3 {
    font-size: 16px;
    color: #070606;
    text-align: center;
}

.bind-body-content-check .bind-input {
    width: 328px;
    margin: 28px auto;
}

.bind-body-content-check .bind-input>div {
    width: 328px;
    height: 44px;
    position: relative;
    margin-bottom: 16px;
}

.bind-body-content-check .bind-input>div label {
    display: block;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: text;
    font-size: 12px;
    color: #f76120;
    font-weight: 400;
}

.bind-body-content-check .bind-input>div input[type="text"] {
    display: inline-block;
    width: 328px;
    height: 44px;
    background-color: #F1F2F4;
    border-radius: 1px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #7A8491;
    padding-left: 16px;
    box-sizing: border-box;
}

.bind-body-content-check .bind-input>div input[type="text"]::-moz-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.bind-body-content-check .bind-input>div input[type="text"]::-webkit-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.bind-body-content-check .bind-input>div input[type="text"]:-ms-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.bind-body-content-check .bind-input>div.number-code input[type="text"] {
    width: 236px;
    height: 44px;
    float: left;
    margin-right: 12px;
}

input#wechat-imgcode {
    width: 236px;
    height: 44px;
    float: left;
    margin-right: 12px;
}

input#wechat-imgcode+img {
    width: 80px;
    height: 44px;
    float: right;
    border: 1px solid #FF7405;
}

.bind-body-content-check .bind-input>div.number-code input[type="button"] {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    float: left;
    height: 44px;
    width: 80px;
    cursor: pointer;
    border: 1px solid #FF7405;
    box-sizing: border-box;
    background-color: #fff;
    color: #FF7405;
    font-size: 14px;
    text-align: center;
}

.bind-body-content-check .bind-input>div.number-code label {
    right: 92px;
    cursor: text;
}

.bind-body-content-check .bind-input>div.wechat-bind-imgcode>label {
    right: 92px;
    cursor: text;
}

#bind {
    display: inline-block;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
}

#bind:hover {
    opacity: 0.9;
    transition: 0.3s;
}

/* bind-check end */

/* bind-outcome start */
.bind-body-content-outcome {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 46px 100px 46px 100px;
    box-sizing: border-box;
}

.bind-body-content-outcome h3 {
    font-size: 16px;
    color: #070606;
    text-align: center;
}

.bind-body-content-outcome p {
    margin-top: 6px;
    text-align: center;
    color: #4F4F4F
}

.bind-body-content-outcome .bind-outcome-btn {
    width: 328px;
    margin: 28px auto;
}

.bind-body-content-outcome .bind-outcome-btn>a,
input {
    display: inline-block;
    width: 328px;
    height: 44px;
    outline: none;
}

.bind-body-content-outcome .bind-outcome-btn input {
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: #FF7405;
}

.bind-body-content-outcome .bind-outcome-btn a {
    border: 1px solid #FF7405;
    color: #FF7405;
    margin-top: 16px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

/* bind-outcome end */

/* wechat-bind end */

/* find-password  start*/
.ht-find-password-main {
    width: 1100px;
    height: 468px;
    margin: 108px auto;
    background: url("../image/plane.png") no-repeat left 0px;
}

.ht-find-password-body {
    width: 662px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-sizing: border-box;
}

.find-password-body-content {
    width: 642px;
    min-height: 348px;
    background-color: #fff;
    padding: 40px 46px;
    box-sizing: border-box;
}

.find-password-body-content>div>div input[type="text"],
input[type="password"] {
    display: inline-block;
    border: none;
    outline: none;
    width: 328px;
    height: 44px;
    background-color: #F1F2F4;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    // position: absolute;
    // top: 0;
    // left: 0;
    width: 100%;
    height: 100%;
    float: left;
}

.find-password-body-content>div {
    width: 328px;
    margin: 0 auto;
}

.find-password-body-content>div input[type="button"] {
    display: inline-block;
    border: none;
    outline: none;
}

.find-password-body-content .content-top {
    width: 100%;
    position: relative;
}

.find-password-body-content .content-top>span.line-static {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #F1F2F4;
}

.find-password-body-content .content-top>span.line-change {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 137.5px;
    height: 4px;
    background-color: #FF7405;
    transition: all 0.6s;
}

.find-password-body-content .content-top>ul {
    width: 100%;
}

.find-password-body-content .content-top>ul li {
    width: 25%;
    float: left;
    padding-top: 22px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
    position: relative;
}

.find-password-body-content .content-top>ul li>span {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F1F2F4;
    margin-left: -10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 14px;
    transition: all 1.2s;
}

.find-password-body-content .content-top>ul li:nth-child(1) {
    color: #FF7405;
}

.find-password-body-content .content-top>ul li:nth-child(1) span {
    background-color: #FF7405;
}

/* content-input-groups */
.content-groups-input>div {
    width: 100%;
    height: 44px;
    margin-bottom: 16px;
    float: left;
    position: relative;
}

.content-groups-input>div label {
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    opacity: 0;
    color: #f76120;
    cursor: text;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

input:-ms-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

.content-groups-input div.find-psd-code {
    width: 236px;
}

.content-groups-input div.find-psd-code input {
    width: 100%;
}

.content-groups-input div.img-code {
    width: 80px;
    margin-left: 12px;
    background-color: #ddd;
    border: 1px solid rgba(51, 236, 255, .3);
    box-sizing: border-box;
}

.content-groups-input div.img-code img {
    width: 100%;
    height: 100%;
}

input.next-step {
    display: inline-block;
    width: 328px;
    height: 44px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #FF7405;
    margin-top: 14px;
    color: #fff;
    font-size: 16px;
}

/* content-check-indentify */
.content-check-identity div.check-phone {
    width: 100%;
}

.content-check-identity div.check-phone h3 {
    text-align: left;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.content-check-identity div.check-phone h3>span {
    font-size: 14px;
    color: #070606;
    text-align: left;
    font-weight: bold;
}

.content-check-identity div.check-phone>div {
    width: 328px;
    height: 44px;
    float: left;
    margin-bottom: 16px;
    margin-top: 20px;
    position: relative;
}

.content-check-identity div.check-phone>div label {
    position: absolute;
    height: 44px;
    top: 0px;
    right: 92px;
    line-height: 44px;
    font-size: 12px;
    opacity: 0;
    color: #f76120;
    cursor: text;
}

.content-check-identity div.check-phone div.check-input {
    margin-top: 0;
}

.content-check-identity div.check-phone div.check-input input[type="text"] {
    width: 236px;
    float: left;
    border: none;
    outline: none;
    background-color: #F1F2F4;
    padding-left: 16px;
    box-sizing: border-box;
}

.content-check-identity div.check-phone input.check-get-code {
    display: inline-block;
    width: 80px;
    height: 44px;
    border: none;
    outline: none;
    color: #FF7405;
    font-size: 14px;
    border: 1px solid #FF7405;
    cursor: pointer;
    background-color: #fff;
    float: right;
}

/* content-reset-password */
.content-reset-password>div {
    width: 328px;
    height: 44px;
    margin-bottom: 16px;
    position: relative;
}

.content-reset-password>div label {
    height: 44px;
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 44px;
    font-size: 12px;
    opacity: 0;
    color: #f76120;
}

.content-reset-password input[type="button"] {
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 14px;
}

/* content-set-success */
.content-set-success>div.success-img {
    width: 100%;
}

.content-set-success h3 {
    font-size: 16px;
    color: #2D2D2D;
    text-align: center;
    margin-bottom: 6px;
}

.content-set-success p {
    font-size: 14px;
    color: #4f4f4f;
    text-align: center;
    margin-bottom: 28px;
}

.content-set-success input {
    width: 168px;
    background-color: #FF7405;
    color: #fff;
    font-size: 16px;
    margin-left: 80px;
    cursor: pointer;
}

#autoget {
    display: none;
}

/* find-password end */



/*超一个月未登录，验证手机号码开始*/
.account_cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 26, 0.3);
    display: flex;
    visibility: hidden;
    align-items: baseline;
    justify-content: center;
}

    .account_cover .content_dialog {
        display: none;
        margin-top: 15vh;
        padding: 24px;
        box-sizing: border-box;
        width: 720px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        position: relative;
    }

        .account_cover .content_dialog .header-title {
            text-align: left;
            color: #333;
            font-weight: 600;
            font-size: 16px;
        }

        .account_cover .content_dialog .tips_safe {
            color: #666;
            font-weight: 400;
            font-size: 14px;
        }

        .account_cover .content_dialog .form_content {
            color: #666;
            text-align: left;
            margin-top: 40px;
        }

            .account_cover .content_dialog .form_content .form_item {
                margin-bottom: 8px;
                text-align: center;
                margin-top: 17px;
            }

                .account_cover .content_dialog .form_content .form_item .form_item__label {
                    /*display: block;*/
                    font-size: 14px;
                    color: #666;
                    line-height: 40px;
                    padding: 0 12px 0 35px;
                    box-sizing: border-box;
                    display: inline-block;
                }

                .account_cover .content_dialog .form_content .form_item input {
                    height: 38px;
                    line-height: 1.5;
                    padding-right: 30px;
                    padding: 0 11px;
                    background-color: #fff;
                    background-image: none;
                    box-sizing: border-box;
                    color: #666;
                    display: inline-block;
                    font-size: inherit;
                    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
                    width: 250px;
                    border: 1px solid #ECECEC;
                    border-radius: 10px;
                }

                    .account_cover .content_dialog .form_content .form_item input:focus {
                        outline: #ff6c0e;
                        border-color: #ff6c0e;
                    }

                .account_cover .content_dialog .form_content .form_item .wechatcode {
                    width: 100%;
                    text-align: center;
                }

                    .account_cover .content_dialog .form_content .form_item .wechatcode img {
                        width: 150px;
                        height: 150px;
                    }

                .account_cover .content_dialog .form_content .form_item .form_item__label_tip {
                    text-align: center;
                    font-size: 14px;
                    /*font-weight: 400;*/
                    color: #777;
                    line-height: 28px;
                    margin-top: 10px;
                }

                .account_cover .content_dialog .form_content .form_item .obtaincode {
                    width: 250px;
                    position: relative;
                    height: 32px;
                    display: inline-block;
                }

                    .account_cover .content_dialog .form_content .form_item .obtaincode .obtaincodebtn {
                        line-height: 14px;
                        border-left: 2px solid #e4e4e4;
                        font-size: 14px;
                        bottom: 0;
                        padding: 10px;
                        text-align: center;
                        display: inline-block;
                        position: absolute;
                        right: 0;
                        top: 0;
                        border: none;
                        outline: none;
                        float: left;
                        cursor: pointer;
                        color: #FF7405;
                        width: 116px;
                    }

                    .account_cover .content_dialog .form_content .form_item .obtaincode .obtaincodesecond {
                        font-size: 12px;
                    }

                .account_cover .content_dialog .form_content .form_item .form_item_button {
                    padding: 10px 20px;
                    font-size: 14px;
                    display: inline-block;
                    line-height: 1;
                    white-space: nowrap;
                    cursor: pointer;
                    border: 1px solid #d4d4d4;
                    text-align: center;
                    box-sizing: border-box;
                    outline: 0;
                    margin: 11px 0 14px 0;
                    transition: 0.1s;
                    font-weight: 400;
                    background: #ff6c0e;
                    color: #fff;
                    border-color: #ff6c0e;
                    min-width: 88px;
                    border-radius: 5px;
                    width: 100px;
                }

                    .account_cover .content_dialog .form_content .form_item .form_item_button:hover {
                        color: #fff;
                        border-color: #ff884d;
                        background-color: #ff884d;
                    }

        .account_cover .content_dialog .close {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            width: 40px;
            height: 40px;
        }

            .account_cover .content_dialog .close i {
                position: relative;
                width: 2px;
                height: 15px;
                top: 10px;
                right: -18px;
                background: #999999;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                display: inline-block;
            }

                .account_cover .content_dialog .close i::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 2px;
                    height: 15px;
                    background: #999999;
                    -webkit-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                    -o-transform: rotate(270deg);
                    -ms-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

.bottom-tips {
    background-color: #fffbed;
    border: 1px solid #f9efd3;
    padding: 30px 30px 15px
}

    .bottom-tips .bottom-tips-title {
        color: #646565;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.bottom-tips-gray {
    background-color: #f5f5f5;
    border-color: #eee
}

.ui-list-item {
    font-size: 12px;
    line-height: 22px;
    color: #737373;
}



/*超一个月未登录，验证手机号码结束*/