* {
    margin: 0;
    padding: 0;
}


/* @media (min-width: 768px) {
    body { min-width: 768px;}
    header .box{width: 768px !important;} 
    .content .context-div{width: 768px !important;}
    .bottom{ width: 768px !important;}
    .xiucrenIMG{width: 300px;height: 275px;}
}*/
/* @media (max-width: 1230px) {
    body {
        -moz-transform: scale(0.8);
        -moz-transform-origin: top center;
    }
} */

/* @media (min-width: 1080px) {
    body {
        min-width: 1350px;
    }

    header .box {
        width: 1200px !important;
    }

    .content .context-div {
        width: 1200px !important;
    }

    .bottom {
        width: 1200px !important;
    }

    .xiucrenIMG {
        width: auto;
        height: auto;
    }
} */

header .box {
    max-width: 1200px !important;
}

.content .context-div {
    max-width: 1200px !important;
}

.bottom {
    max-width: 1200px !important;
}

.xiucrenIMG {
    width: auto;
    height: auto;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {

    @media (max-width: 750px) {
        body {
            zoom: 63%;
        }

    }

    @media (min-width: 1200px) {
        body {
            zoom: 100%;
        }
    }

    @media (max-height: 750px) {
        body {
            zoom: 74%;
        }
    }

    @media screen and (min-width: 750px) and (max-width: 1200px) {
        body {
            zoom: 80%;
        }
    }
} */

.org_box {
    display: none;
    width: 200px;
    height: 40px;
    padding: 8px;
    background: white;
    font-size: 12px;
    position: absolute;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 20px rgba(125, 112, 113, 0.3), 0px 0px 20px rgba(125, 112, 113, 0.3);
    -webkit-box-shadow: 0px 0px 20px rgba(125, 112, 113, 0.3), 0px 0px 20px rgba(125, 112, 113, 0.3);
    box-shadow: 0px 0px 20px rgba(125, 112, 113, 0.3);
}

/* // border:1px #ccc solid; */
.org_box p {
    margin: 0;
}

.org_box_cor {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    overflow: hidden;
    position: absolute;
}

.cor2 {
    border-width: 10px;
    border-color: transparent white transparent transparent;
    left: -20px;
    bottom: 20px;
    z-index: 19940930
}

.cor3 {
    border-width: 10px;
    border-color: transparent rgb(125, 112, 113) transparent transparent;
    left: -20px;
    bottom: 20px;
}

/* header */
header {
    height: 100px;
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

header .box {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center
}

.logo {
    min-width: 200px;
    height: 81px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center
}

.logo img {
    width: 180px;
    height: 30px;
}

.describe {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    width: 327px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 34px;
    color: #2a2a2a;
    font-size: 24px;
}

.describe::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 48px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.describe span {
    font-size: 18px;
    color: #333333
}

/* content */
.content {
    background: #fff;
    max-height: 690px;
}

/* .content .context{padding:10px;background:#f5f5f5; border:1px #ccc solid;-moz-box-shadow:0px 0px 20px rgba(125,112,113,0.6), 0px 0px 20px rgba(125,112,113,0.6); 
    -webkit-box-shadow:0px 0px 20px rgba(125,112,113,0.6), 0px 0px 20px rgba(125,112,113,0.6);
    box-shadow:0px 0px 20px rgba(125,112,113,0.6);} */

.content .context-div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    height: 600px;
}

.jumboo,
.login-box {
    height: 480px;
}

.login-box.userpassPannel {
    display: none;
}
.loginMethod {
    position: absolute;
    top: 10px;
    right:10px;
    cursor: pointer;
    opacity: .8;
}
.loginMethod:hover {
    opacity: 1;
}

.bottom-tran {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.bottom-tran div {
    font-size: 13px;
}
.bottom-tran div:nth-child(1) {
    line-height: 26px;
    color: #222222;
}
.bottom-tran div:nth-child(2) {
    line-height: 25px;
    color: #1a66ff;
    cursor: pointer;
}

.jumboo {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
}

.jumboo div {
    padding-left: 30px;
}

.jumboo p {
    font-size: 30px;
    font-weight: bold;
    color: #666666
}

.jumboo span {
    color: #e60012
}

.qrcode p {
    font-size: 14px;
    color: #999999;
    width: 120px;
    text-align: center;
}

/* login-box */
/* 
#advertisement{display:flex;display:-webkit-flex; justify-content:flex-start; align-items:center;} */

#advertisement a {
    text-decoration: none;
    color: #999999;
}

.login-box {
    position: relative;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    border-radius: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px hsla(355, 5%, 46%, .6), 0 0 20px hsla(355, 5%, 46%, .6);
    -webkit-box-shadow: 0 0 20px hsla(355, 5%, 46%, .6), 0 0 20px hsla(355, 5%, 46%, .6);
    box-shadow: 0 0 20px hsla(355, 5%, 46%, .6);
}

.notice {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999;
    height: 40px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff2f2;
}

@-moz-document url-prefix() {
    .notice {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.notice>span {
    font-size: 14px;
    color: #e60012;
    width: 110px;
    text-align: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}

.notice div {
    margin-left: 20px;
}

@-moz-document url-prefix() {
    .notice div {
        display: inline-block;
        height: 35px;
        line-height: 35px;
    }

    .userset-2 {
        height: 65px !important;
    }
}

.login-entry {
    position: relative;
    height: 70px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #00b0ff;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    font-weight: bold;
}

.login-entry::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 70px;
    transform: translateX(-50%);
    background-color: #00b0ff;
    content: '';
}

.login-div-1 {
    font-size: 16px;
    color: #333333;
    width: 70px;
    height: 60px;
    border-bottom: 2px #e60012 solid;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.login-div-2 {
    flex-grow: 1;
    height: 60px;
    border-bottom: 1px #eeeeee solid;
}

.forgotPwd {
    font-size: 14px;
    color: #00b0ff;
    display: flex;
    border: none;
    background: #fff;
    display: -webkit-flex;
    align-items: center;
    width: 68px;
    height: 14px;
    /* border-right: 2px solid #ccc; */
    margin-left: 100px;
    cursor: pointer;
}

.register {
    font-size: 14px;
    color: #00b0ff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    cursor: pointer
}

.register img {
    margin-left: 5px;
}

.username,
.password,
.input-val {
    width: 340px;
    height: 80px;
    border-bottom: 1px #eeeeee solid
}

.username>.tips,
.password>.tips,
.input-val>.tips {
    width: 339px;
    height: auto;
    border: 1px #e60012 solid;
    border-radius: 3px;
    margin-top: 3px;
    background: #fff2f2;
    font-size: 12px;
    color: #e60012;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    visibility: hidden;
}

.username>.tips img,
.password>.tips img,
.input-val>.tips img {
    margin: 0 10px;
}

.username-input,
.password-input,
.input-val-input {
    height: 56px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.username-input img,
.password-input img {
    margin: 0 5px 0 0;
}

.username-input input,
.password-input input,
.input-val-input input {
    border: 0;
    outline: none;
    height: 35px;
    font-size: 16px;
    flex-grow: 1;
    padding-left: 10px;
}

.username-input input:-webkit-autofill,
.input-val-input input:-webkit-autofill,
.password-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
    box-shadow: 0 0 0 100px white inset;
}

.userset {
    width: 340px;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #999999
}

.RetrievePassword {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.userset-2 {
    flex-grow: 1;
    height: 80px;
}

.browser {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -10px;
    left: -83px;
    margin-top: 8px;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .browser {
        top: 0;
    }
}

.browser-type {
    display: inline-block;
    line-height: 14px;
    margin-right: 7px;
    font-size: 12px;
    text-decoration: none;
    color: #f01426;
}

.browser-type:hover {
    text-decoration: underline;
}

.browser span {
    color: #999999;
    font-size: 14px;
}

.browser img {
    margin: 0 10px;
    cursor: pointer
}

/* login */
.login-btn {
    margin-top: 10px;
}

#login {
    width: 340px;
    height: 40px;
    border-radius: 50px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 341px;
    height: 40px;
    background-color: #00b0ff;
    box-shadow: 0px 4px 4px 0px rgba(0, 176, 255, 0.3);
    border-radius: 20px;
}

#login:hover {
    background: rgba(0, 176, 255, 0.9);
}

.userset {
    width: 340px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999
}

.bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 152px;
}

.bottom>div {
    flex-grow: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.p1 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: bold;
}

.bottom-text {
    margin-left: 11px;
}

.p2,
.p3 {
    color: #999999;
    font-size: 12px;
}

.p3 {
    margin-top: 5px;
}

/* footer */
.footer {
    height: 80px;
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer p {
    font-size: 12px;
    color: #666
}

.footer p:first-child {
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: #666
}

.footer a:hover {
    color: #df2c4e;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cccccc;
    font-size: 14px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #cccccc;
    font-size: 14px;
}

.vehicleInfor {
    border-radius: 4px !important;

}

.vehicleInfor .layui-layer-content {
    overflow: hidden !important;
}

.icheckbox_square-newRed {
    transform: scale(0.7, 0.7);
}

.quiklyLogin {
    color: #999999;
    margin-top: 20px;
    text-align: center;
}

.quiklyLogin p {
    font-size: 12px;
    color: #666;
}

.quiklyLogin img {
    vertical-align: 4px;
    margin: 0px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.swiper-container a {
    height: 100%;
    display: block;
    width: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-pagination-bullet-active {
    background: red
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.errorInfo {
    display: none;
    position: absolute;
    top: 320px;
    color: red;
}

/* 请选择营业点 */
.chooseBranch {
    display: none;
}

.branchList {
    width: 80%;
    margin: 20px auto;
    overflow-y: auto;
}

.branchList li {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    cursor: pointer;
}

.branchList li+li {
    margin-top: 10px;
}

.branchList li:hover {
    border-color: #00b0ff;
    color: #00b0ff;
}

.branchList li.curr {
    color: #fff;
    background-color: #00b0ff;
}

.branchList li img {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.branchList li.curr img {
    display: block;
}

/* 重置弹窗底部按钮大小 */
.mycustom .layui-layer-btn a {
    width: 80px;
    height: 32px;
    line-height: 30px;
    text-align: center;
}

/* 第三方登录 */
.quiklyLogin {
    color: #999;
    margin-top: 20px;
    text-align: center
}

.quiklyLogin p {
    font-size: 12px;
    color: #666
}

.quiklyLogin img {
    vertical-align: 4px;
    margin: 0 10px;
    margin-top: 10px;
    cursor: pointer
}

.hh,.cyb {
    display: none;
}
.layui-layer {
    border-radius: 4px !important;
}
#resetPassword,
#createMchDialog {
    display: none;
}
#resSubmit:hover {
    background: rgba(0, 176, 255, 0.9);
}
#getCode:hover {
    background: rgba(0, 176, 255, 0.9);
}
.inp:focus {
    border: #05aae8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.formData {
    width: 346px;
	height: 162px;
    margin: 14px;
    padding: 18px;
	background-color: #f9f9f9;
}
.forMobile {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #666666;
}
.label {
    font-size: 14px;
    letter-spacing: 13px;
    color: #666666;
}
#for_mobile,
#for_mobile_bind,
#for_mobile_create,
#for_picode_create,
#for_code_create {
    width: 234px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    padding-left: 12px;
    margin-left: 9px;
}
#for_mobile_bind,
#for_picode_create {
    width: 230px;
}
.forCode {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #666666;
}
#for_code,
#for_code_bind,
#for_code_create {
    width: 134px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    padding-left: 12px;
    margin-left: 8px;
}
#for_code_bind,
#for_code_create {
    width: 130px;
}
#resetPassword .inp:focus,
#bindWechatPhone .inp:focus,
#createMchDialog .inp:focus {
    border-color: #05aae8;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
#for_picode,#for_picode_bind,#for_picode_create {
    width: 134px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    padding-left: 12px;
    margin-left: 8px;
}
.forPicCode {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #666666;
}
#getPiCode,
#getPiCode_bind,
#getPiCode_create {
    width: 92px;
    height: 32px;
    background-color: #00b0ff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    margin-left: 8px;
    text-align: center;
    line-height: 0px;
    cursor: pointer;
}
.forPicCodeLabel {
    font-size: 14px;
    color: #666666;
}
#getCode,
#getCode_bind,
#getCode_create {
    width: 92px;
    height: 32px;
    background-color: #00b0ff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    margin-left: 8px;
    text-align: center;
    line-height: 0px;
    cursor: pointer;
}
.forPassword {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px
}
.labelPassword {
    font-size: 14px;
    letter-spacing: 42px;
    color: #666666;
}
#for_password {
    width: 238px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    padding-left: 12px;
    margin-left: 8px;
}
.separate {
    padding: 0 0px 0px 5px
}
.separate1 {
    padding: 0 0px 0px 6px
}
.separate2 {
    padding: 0 0px 0px 5px
}
.separate3 {
    padding: 0 0px 0px 5px
}
.resFooter {
    display: flex;
    justify-content: center;
}
#resSubmit, #bindWechatSubmit,
#createMchSubmit {
    width: 80px;
    height: 32px;
    background-color: #00b0ff;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin-right: 32px;
}
#resCancel,#bindCancel,#createMchCancel {
    width: 80px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    color: #666666;
    background: #fff;
    cursor: pointer;
}
.noShow {
    width: 200px;
    height: 40px;
    position: absolute;
    top: 42px;
    background: #fff;
}
