.w-1200 {
    width: 1200px;
}

input,
textarea,
select,
button {
    outline: none;
    border: none;
    background: transparent;
    appearance: none;
}

.login-intro {
    position: absolute;
    top: 75px;
    text-align: left;
}

.login-intro {
    top: 28%;
}
.login-intro .logo {
    height: 56px;
}
.login-intro  .login-intro--title {
    color: white;
    margin-top: 24px;
    font-weight: 600;
    font-size: 40px;
}

.login-intro  .login-intro--text {
    color: white;
    margin-top: 12px;
    font-weight: 400;
    font-size: 20px;
}

.login_box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(238, 238, 238, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    box-sizing: border-box;
    position: absolute;

    top: 20%;
    right: 18.5%;;
    border-radius: 8px;

}

.login_box .layui-form-item {
    margin-bottom: 0 !important;
}

.login_box .login_btn {
    background: #952A32;
    border-radius: 4px;
    width: 260px;
    height: 44px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
}
.login_box  .login_btn:hover {
    background: #B53841;
}


.login_opt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px 24px 30px;
    box-sizing: border-box;
}
.login_opt > a {
    color: var(--lay-color-text-regular);
    font-size: 14px;
}

.login_opt > a:hover {
    text-decoration: none;
}

.login_radio {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(204, 204, 204, 1);
    vertical-align: middle;
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

.btn-open-account {
    display: inline-block;
    border-radius: 4px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 14px;
    color: #952A32;
    border: 1px solid #952A32;
    cursor: pointer;
}
.btn-open-account a {
    color: #952A32 !important;
}

.login_box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    width: 260px;
}

.login_box-header .title {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
}

.login_box-header .btn-open-account:hover a,
.login_box-header .btn-open-account:hover {
    background-color: var(--lay-color-primary-hover);
    color: white !important;
}

.login_box .login_input {
    border-radius: 4px;
    width: 260px;
    height: 40px;
    background: var(--lay-color-white);
    border: 1px solid var(--lay-color-border);
    margin-top: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.login_box .login_input:focus, .login_box .login_input:active, .login_box .login_input:hover {
    border-color: var(--lay-color-border-input-hover);
}

.login_input > img:first-child {
    margin: 12px;
}
.login_input > input,
.login_input > span input {
    width: 100%;
    height: 36px !important;
    font-size: 14px;
}

.login-intro--title {
    height:50px;
    font-size:36px;
    font-weight:600;
    color:#272A33;
    line-height:50px;
}

.login-intro--text {
    height:33px;
    font-size:24px;
    font-weight:400;
    color: #272A33;
    line-height:33px;
    margin-top: 10px;
}

.login_opt>a:hover, .login_opt label:hover {
    color: #d1b46f;
    cursor: pointer;
}

{
    width: 140px;
    display: flex;
    align-items: center;
}
.b-unlogn .u-checkbox {
    width: 16px;
    height: 16px;
    /* border: 1px solid #d0d0d0; */
    border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    /* color: #999; */
    font-size: 12px;
    margin-right: 4px;
    background-size: 100%;
    background: url(../images/c-box.png) no-repeat;
}
.un-login {
    width: 14px;
    height: 14px;
    margin: 0;
    opacity: 0;

    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

[for=un-login] {
    color: #666;
    font-size: 12px;
}

unlogin input {
    cursor: pointer;
}

.b-unlogn .u-checkbox-select {
    width: 16px;
    height: 16px;
    background: url('../images/c-active.png') no-repeat;
}


.user-resgister:hover {
    background: #FFFCF6;
}

.header{
    /*position: fixed;*/
    /*z-index: 99;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*right: 0px;*/
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
    max-height: none;
    box-shadow: inset 0 -1px 0 0 #ffffff33;
    transition: background-color .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.top-left a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.top-left {
    width: 60%;
}
.top-right {
    width: 40%;
    text-align: right;
    font-size: 12px;
    color: #dddddd;
}

.tel-num {
    font-size: 14px;
    /*color: #c49442;*/
    color: var(--lay-color-primary);
    vertical-align: middle;
}


.header .top-left a,
.header .top-right {
    color: white;
}
.header .top-left a:hover, .header .top-right a:hover {
    color: #952A32;
}

.header-top{
    width: 100%;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: white;
    /*color: #222;*/
    /*background-color: #F5F5F5;*/
}

.home-bg {
    width: 100%;
    background-color: #B7D1EE;
}

.index-main {
    position: absolute;
    left: 0;
    top:36px;
    right: 0;
    bottom:33%;
}


.footer {
    line-height: 1;
    background-color: #f3f3f3;
    padding-bottom: 0;
    border-top: 0;
}

.footer-top {
    width: 100%;
    height: auto;
    border-bottom: 0;
}

.footer-left {
    width: 230px;
    color: var(--regular-text);
    padding-top: 40px;
    text-align: left;
}

.footer-links {
    margin-top: 2px;
    margin-bottom: 41px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
}

.footer-links ul li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.footer-links ul li a {
    color: #555555;
}

.footer-links ul li a:hover {
    color: #952A32;
}

.footer-left .copyright {
    color: #555555;
    font-size: 14px;
    margin-left: 0;
}

.footer-left .copyright p {
    height: 24px;
}

.contact {
    padding-top: 40px;
    width: 606px;
    text-align: left;
}

.contact .logo {
    width: 193px;
}


.footer-middle {
    height: 237px;
}

.contact p {
    margin-top: 9px;
    line-height: 18px;
}

.contact p.contactUs, .footer-left p.contactUs {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    margin-top: 16px;
}

.contact .hotline-num {
    font-size: 20px;
    color: #952A32;
    margin: 6px 0 0 0;
    line-height: 30px;
}

.contact .hotline {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    color: #555555;
    padding-left: 8px;
}

.contact .email {
    margin-top: 8px;
}

.contact .email {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.contact .email a {
    font-weight: 600;
    color: #555555 !important;
}

.contact p.addr,
.contact p.code {
    font-size: 14px;
    color: #555555;
    margin-top: 8px;
    font-weight: 400;
}

.footer-left .title {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-top: 0;
    font-weight: 600;
}

.footer-right {
    width: 120px;
    color: #dddddd;
    padding-top: 40px;
    text-align: right;
}

.footer-right .qr-code {
    width: 120px;
    height: 120px;
}

.footer-right .hint {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    text-align: center;
    width: 120px;
    margin-top: 15px;
}


.footer-bottom {
    font-size: 12px;
    line-height: 17px;
    color: #888888;
    background: #EEEEEE;
    box-shadow: inset 0 1px 0 0 #DDDDDD;
}

.m-a {
    margin: auto;
}
.py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}
.text-left {
    text-align: left;
}

@media screen and (max-width:1200px) {
    .login_box {
        top: 10% !important;
        right: 5% !important;
    }
}

.password-security,
#security_password {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    border: 0;
}