﻿.ys-box {
    position: absolute;
    top: 50%;
    right: 0;
    width: 380px;
    max-height: 600px;
    min-height: 480px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.30);
    border-radius: 8px;
}

.ys-login {
    text-align: center;
    padding-top: 40px;
}

.ys-tab {
    margin: 20px 0 0;
    font-size: 0;
    border-bottom: 2px solid #ec2932;
}

    .ys-tab a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 1;
        padding: 18px 0;
        color: #ec2932;
        margin-bottom: -1px;
        border-bottom: 2px solid transparent;
        text-align: center;
    }

        .ys-tab a:hover {
            color: $blue;
        }

    .ys-tab .active {
        color: $blue;
        border-color: $blue;
    }

.ys-tab-box {
    margin-top: 20px;
}

.verify-but {
    position: absolute;
    top: 12px;
    right: 0;
    background: transparent;
    border: 0 none;
    font-size: 12px;
    color: $blue;
    cursor: pointer;
}

.ys-tab-box span {
    display: inline-block;
    width: 18%;
    font-size: 12px;
    color: $gray6;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.ys-tab-box li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 16px;
}

.ys-tab-box i {
    position: absolute;
    right: -240px;
    top: 12px;
    padding-left: 42px;
    line-height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.ys-tab-box .txt {
    position: relative;
    border: 0 none;
    line-height: 48px;
    height: 48px;
    color: #333;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.industry-hover {
    display: inline-block;
    width: 80%;
}

    .industry-hover:hover .select-industry {
        -webkit-animation: antSlideUpIn .3s;
        animation: antSlideUpIn .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

.city-box; {
    left: -354px;
    top: 50px;
}

.city-box li {
    margin-top: 0;
    position: relative;
}

.select-industry {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0%);
    position: absolute;
    left: 64px;
    min-width: 81%;
    font-size: 12px;
    border: 1px solid $bd;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    background: #FFFFFF;
    z-index: 1;
    max-height: 200px;
}

@-webkit-keyframes antSlideUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
    }
}

@keyframes antSlideUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
    }
}

@-webkit-keyframes antSlideUpOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8);
    }
}

@keyframes antSlideUpOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8);
    }
}

.ys-check {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ys-tab-foot {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

    .ys-tab-foot p {
        display: inline-block;
        width: 49%;
        color: $blue;
    }

.ys-login-txt {
    padding-top: 24px;
    font-size: 12px;
    color: #999999;
}

.ys-tab-succeed {
    position: absolute;
    top: 20%;
    left: 40%;
    text-align: center;
}

.btn-long {
    width: 332px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.img-checked {
    background: url("/saleimages/login_icon_checked.png");
}

.img-warning {
    background: url("/saleimages/login_icon_warning.png") no-repeat;
}

.img-ban {
    background: url("/saleimages/login_icon_ban.png") no-repeat;
}

.ys-tab-box .phone {
    background-image: url('/saleimages/login_icon_phone.png');
}

.ys-tab-box .user {
    background-image: url('/saleimages/login_icon_user.png');
}

.ys-tab-box .passwd {
    background-image: url('/saleimages/login_icon_password.png');
}

.ys-tab-box .verify {
    background-image: url('/saleimages/login_icon_verify.png');
}

.ys-tab-box .invisible {
    background-image: url("/saleimages/login_icon_invisible.png");
}

.ys-tab-box .visible {
    background-image: url("/saleimages/login_icon_examine.png");
}

.ys-tab-box .examine {
    background-image: url("/saleimages/login_icon_examine.png");
}

.ys-tab-box .down {
    background-image: url("/saleimages/login_icon_down.png") no-repeat right;
}

.ys-tab-box .edition {
    padding: 8px 0;
    display: none;
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: left;
}

.ys-login-box {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ys-login-bg {
    width: 1920px;
    height: 100%;
    background: url("/saleimages/login_box_bg1.jpg") no-repeat center / 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ys-login-head {
    padding-top: 48px;
    padding-left: 48px;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background-color: #ec2932;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.btn-hover:hover {
    border: 1px solid #20ADE5;
}

.btn + .btn {
    margin-right: 24px;
}

.btn .but-icon {
    font-size: 18px;
    vertical-align: bottom;
}

.mt50 {
    margin-top: 50px !important;
}
/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

/* placeholder  */
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input[type='button'] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
