.loginContBox {
    width: 100%;
    min-width: 1200px;
}

.loginHeader {
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(207, 207, 207, 0.39);
}

.loginHeader > div {
    height: 94px;
    width: 100%;
    margin: auto;
    line-height: 94px;
}

.loginHeader > div > p {
    font-size: 18px;
    color: #333;
}

.loginHeader > div > p:nth-child(1) {
    float: left;
    line-height: 60px;
}

.loginHeader > div > p:nth-child(1) > span {
    position: relative;
    top: -15px;
}

.loginHeader > div > p:nth-child(2) {
    float: right;
    padding-right: 90px;
}

.loginHeader > div > p > a {
    margin-right: 20px;
    margin-top: 20px;
    display: block;
    margin-left: 80px;
}

.loginHeader > div > p > a > img {
    width: 100px;
    /*height: 48px;*/
}

.loginContent {
    width: 100%;
    height: 600px;
    position: relative;
}

.loginContent > a {
    display: block;
    height: 600px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.loginContent > a > img {
    height: 600px;
    width: 100%;
}

.loginContent > .cont {
    position: relative;
    margin: auto;
    z-index: 22;
    width: 1200px;
    height: 600px;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.loginContentBg {
    width: 457px;
    height: 507px;
    background: url('../images/1597110287367.png') no-repeat;
    position: absolute;
    top: 45px;
    right: 60px;
    padding-left: 78px;
    overflow: hidden;
    padding: 15px;
}

.loginContentBox {
    width: 427px;
    height: 477px;
}

.loginContentBox > h6 {
    font-size: 24px;
    color: #3dbb2b;
    font-weight: bold;
    margin: 33px auto 27px;
    text-align: center;
}

.loginInput {
    width: 318px;
    height: 46px;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #F8F8F8;
    position: relative;
    border-radius: 23px;
    margin-bottom: 25px;
}

.loginContentBox > div > img {
    float: left;
    position: relative;
    width: 18px;
    height: 21px;
    margin-left: 20px;
    margin-right: 18px;
    top: 12px;
}

.loginContentBox > div:nth-child(2) {
    margin-bottom: 25px;
}

.loginInput > input {
    width: 260px;
    height: 44px;
    font-size: 14px;
    color: #333;
    float: right;
    background: transparent;
    outline: none;
    resize: none;
}

.loginCodeBox {
    width: 318px;
    height: 46px;
    margin: 0 auto 25px auto;
}

.codeLeft {
    width: 201px;
    height: 46px;
    float: left;
    background: #F8F8F8;
    border-radius: 23px;
}

.codeLeft > img {
    float: left;
    position: relative;
    width: 18px;
    height: 21px;
    margin-left: 20px;
    margin-right: 18px;
    top: 12px;
}

.codeLeft > input {
    width: 140px;
    height: 44px;
    font-size: 14px;
    color: #333;
    float: right;
    background: transparent;
}

.codeRight {
    float: right;
    width: 106px;
    height: 46px;
    background: #F8F8F8;
    border-radius: 23px;
    font-size: 28px;
    text-align: center;
    line-height: 46px;
    color: #999999;
}

.loginContentBox > p:nth-child(4) {
    width: 300px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.loginContentBox > p:nth-child(4) > a {
    float: right;
    font-size: 14px;
    color: #999;
}

.loginContentBox > p:nth-child(4) > label {
    float: left;
    overflow: hidden;
}

.loginContentBox > p:nth-child(4) > label > input {
    width: 12px;
    height: 12px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    position: relative;
    top: 2px;
}

.loginBtn {
    width: 318px;
    height: 42px;
    line-height: 42px;
    background: #3dbb2b;
    font-size: 26px;
    display: block;
    color: #fff;
    border-radius: 21px;
    margin: 0 auto;
}

.loginContentBox > a:last-child {
    display: block;
    font-size: 14px;
    color: #3dbb2b;
    width: 300px;
    text-align: center;
    margin: 15px auto 0;
}

.loginFooter {
    background: #fff;
    width: 100%;
    height: 135px;
    padding: 30px 0 40px;
    text-align: center;
}

.loginFooter > p {
    font-size: 12px;
    color: #666;
}

.loginFooter > p:nth-child(2) {
    margin: 8px 0;
}

.userRecordBox {
    max-height: 120px;
    display: none;
    position: absolute;
    width: 240px;
    top: 45px;
    left: 56px;
    z-index: 9;
    overflow-y: auto;
}

.userRecord {
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 1);
    border-top: 0;
    border-bottom: 0;
    border-radius: 10px;
}

.userRecord li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    cursor: pointer;
}

.userRecord li:hover span {
    display: inline-block;
}

.userRecord li > span {
    width: 30px;
    height: 38px;
    text-align: center;
    display: none;
    float: right;
}

.userRecord li img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 16px;
    margin-right: 30px;
}

.loginpass {
    width: 318px;
    height: 46px;
    padding-left: 20px;
    margin: 0 auto;
}

.loginpass > label {
    float: left;
}

.loginpass > label > span {
    font-size: 14px;
}

.loginpass > a {
    float: right;
    color: #333;
    font-size: 14px;
}

.toRigs {
    width: 318px;
    margin: 17px auto 0;
    text-align: center;
}

.toRigs > span {
    color: #999999;
    font-size: 12px;
    display: inline-block;
}

.toRigs > a {
    color: #3dbb2b;
    width: 35px;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.toRigs > a::after {
    content: '';
    width: 28px;
    height: 2px;
    position: absolute;
    left: 3px;
    bottom: -2px;
    background: #3dbb2b;
}


/* ============================注册 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.registerHeader {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(207, 207, 207, 0.39);
}

.registerHeader > div {
    height: 94px;
    width: 1200px;
    margin: auto;
    line-height: 94px;
}

.registerHeader > div > p {
    font-size: 18px;
    color: #333;
}

.registerHeader > div > p:nth-child(1) {
    float: left;
    line-height: 60px;
}

.registerHeader > div > p:nth-child(1) > span {
    position: relative;
    top: -15px;
}

.registerHeader > div > p:nth-child(2) {
    float: right;
}

.registerHeader > div > p > a {
    width: 194px;
    height: 48px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
}

.registerHeader > div > p > a > img {
    width: 100px;
    /*height: 48px;*/
}

.registerContent {
    width: 100%;
    min-width: 1200px;
    background: #f7f7f7;
    height: 850px;
    overflow: hidden;
}

.registerBox {
    height: 785px;
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 11px 31px 1px rgba(174, 174, 174, 0.3);
    margin: auto;
    margin-top: 20px;
}

.registerBoxLeft {
    width: 770px;
    height: 785px;
    position: relative;
    padding-top: 70px;
    float: left;
}

.chooseBus {
    position: absolute;
    top: 40px;
}

.registerBoxLeft > div {
    width: 770px;
    padding-right: 23px;
    height: 40px;
}

.registerBoxLeft > p {
    margin: 20px 0 32px 185px;
    float: left;
}

.registerBoxLeft > p:nth-child(11) {
    float: left;
}

.registerBoxLeft > p:nth-child(11) > label > input {
    position: relative;
    top: 2px;
}

.concert {
    font-size: 12px;
    color: #333;
}

.concert > a {
    color: #3dbb2b;
}

.registerBtn {
    width: 376px;
    height: 56px;
    background: #3dbb2b;
    font-size: 24px;
    color: #ededde;
    margin-left: 185px;
    border-radius: 5px;
}

.concert > input {
    width: 12px;
    height: 12px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    vertical-align: middle;
}

.registerBoxLeft > div:nth-child(1) ~ div {
    margin-top: 20px;
}

.registerBoxLeft > div > span {
    font-size: 12px;
    color: #333;
    width: 175px;
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
    float: left;
}

.registerBoxLeft > div > p {
    float: right;
}

.registerBoxLeft > div:nth-child(1) > p > label {
    margin-right: 15px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.registerBoxLeft > div:nth-child(1) > p > label > input {
    vertical-align: middle;
}

.registerBoxLeft > div:nth-child(1) ~ div > p {
    width: 562px;
    height: 40px;
}

.registerBoxLeft > div:nth-child(1) input {
    float: left;
}

.registerBoxLeft > div:nth-child(10) > p {
    overflow: hidden;
}

.registerBoxLeft > div:nth-child(10) > p > span {
    width: 376px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    padding-top: 10px;
    padding-left: 15px;
    float: left;
}

.registerBoxLeft > div:nth-child(10) > p > span > select {
    border: none;
    outline: none;
}

.province {
    width: 118px;
}

.city {
    width: 130px;
}

.district {
    width: 82px;
}

.registerBoxLeft > div > p > b {
    font-size: 16px;
    color: #FF7400;
    margin-right: 10px;
    margin-left: 10px;
    /* float: right; */
    height: 40px;
    display: inline-block;
    line-height: 43px;
}

.registerBoxLeft > div > p > input {
    width: 376px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    padding-left: 20px;
    color: #333;
    font-size: 12px;
}

.registerBoxLeft > div > p > span {
    width: 155px;
    display: inline-block;
    font-size: 12px;
    color: red;
    vertical-align: super;

}

.registerBoxRight {
    width: 430px;
    height: 691px;
    margin-top: 95px;

    float: left;
}

.registerBoxRight > p:nth-child(1) {
    font-size: 16px;
    color: #333;
}

.registerBoxRight > p:nth-child(1) > a {
    color: #3dbb2b;
    display: inline-block;
}

.registerBoxRight > div > p:nth-child(1) {
    margin-top: 60px;
}

.registerBoxRight > div > p,
.registerBoxRight > div > li {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.registerBoxRight > div > li:nth-child(3) {
    margin-top: 19px;
}

.registerBoxRight > p:nth-child(5) {
    font-size: 14px;
    color: #333;
    margin-top: 79px;
    margin-bottom: 26px;
}

.registerBoxRight .contact {
    font-size: 16px;
    color: #666;
}

.registerBoxRight .contact span {
    float: left;
}

.registerBoxRight .contact span > img {
    position: relative;
    top: 5px;
}

.registerBoxRight .contact span:nth-child(1) {
    margin-right: 88px;
}

.registerBoxRight .contact span:nth-child(1) > img {
    width: 22px;
    height: 26px;
    margin-right: 10px;
}

.registerBoxRight .contact span:nth-child(2) > img {
    width: 26px;
    height: 25px;
    margin-right: 10px;
}

.registerFooter {
    background: #f7f7ff;
    width: 100%;
    height: 135px;
    padding: 30px 0 40px;
    text-align: center;
}

.registerFooter > p {
    font-size: 12px;
    color: #666;
}

.registerFooter > p:nth-child(2) {
    margin: 8px 0;
}

.user-type-box {
    width: 800px !important;
}

.user_type {
    display: inline-block;
    width: 589px !important;
}

.registerBoxLeft .phoneNumber {
    width: 245px;
    float: left;
}

.registerBoxLeft .phoneCode {
    width: 106px;
    height: 40px;
    margin-left: 25px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    color: #7AB933;
}

.registerBoxRight .service {
    font-size: 14px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 15px;
}


/* ============================忘记密码 */
.findPasswordHeader {
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(207, 207, 207, 0.39);
}

.findPasswordHeader > div {
    height: 94px;
    width: 1200px;
    margin: auto;
    line-height: 94px;
}

.findPasswordHeader > div > p {
    font-size: 18px;
    color: #333;
}

.findPasswordHeader > div > p:nth-child(1) {
    float: left;
    line-height: 60px;
}

.findPasswordHeader > div > p:nth-child(1) > span {
    position: relative;
    top: -15px;
}

.findPasswordHeader > div > p:nth-child(2) {
    float: right;
}

.findPasswordHeader > div > p > img {
    width: 100px;
    /*height: 48px;*/
    margin-right: 20px;
    margin-top: 20px;
}

.findPasswordContainer {
    width: 100%;
    background: #f7f7f7;
}

.findPasswordContent {
    height: 600px;
    width: 1200px;
    margin: 5px auto;
    background: #fff;
    overflow: hidden;
}

.findPasswordContent .findpwdCenter {
    margin: 90px 0 50px 0;
}

.findPasswordContent .findpwdInput {
    width: 400px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    font-size: 14px;
    color: #333;
    margin: 15px auto 10px;
}

.findPasswordContent .findpwdInput span {
    margin-left: 20px;
    margin-right: 30px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
}

.findPasswordContent .findpwdInput input {
    width: 290px;
    height: 48px;
    float: left;
}

.findPasswordContent .findPassword {
    width: 400px;
    height: 50px;
    background: #3dbb2b;
    font-size: 16px;
    color: #fff;
    margin: 38px auto 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.findPasswordContent > a:last-child {
    font-size: 14px;
    color: #666;
    margin-left: 569px;
}

.findPasswordFooter {
    background: #fff;
    width: 100%;
    height: 135px;
    padding: 30px 0 40px;
    text-align: center;
}

.findPasswordFooter > p {
    font-size: 12px;
    color: #666;
}

.findPasswordFooter > p:nth-child(2) {
    margin: 8px 0;
}

.findpwdCenter .findPhon {
    display: flex;
    text-align: center;
    width: 400px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #333;
    margin: 15px auto 10px;
}

.findpwdCenter .findPhonInput {
    float: left;
    width: 300px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    font-size: 14px;
    color: #333;
}

.findpwdCenter .phoneCode {
    width: 117px !important;
    height: 50px !important;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    color: #7AB933;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
}