﻿html {
    height: 100%;
}

body {
    background: url(../../admin/style/login/bgnew.png) 0 bottom repeat-x;
    /*-webkit-animation: animate-cloud 400s linear infinite;
            -moz-animation: animate-cloud 400s linear infinite;
            -ms-animation: animate-cloud 400s linear infinite;
            -o-animation: animate-cloud 400s linear infinite;
            animation: animate-cloud 400s linear infinite;*/
    width: 100%;
    /*height: 100%;*/
}

/*.admin_login { width: 380px; height: auto; overflow: hidden; padding:10px 40px; box-shadow: 0 -15px 30px #dbdbdb; border-radius: 5px; }*/
@-webkit-keyframes animate-cloud {
    from {
        background-position: 9999px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-moz-keyframes animate-cloud {
    from {
        background-position: 9999px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-ms-keyframes animate-cloud {
    from {
        background-position: 9999px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-o-keyframes animate-cloud {
    from {
        background-position: 9999px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.QRCode-card {
    display: none;
    position: absolute;
    left: 90px;
    bottom: 135px;
    width: 320px;
    height: 310px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    /*z-index:999;*/
}

.QRCode-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/WxLogin_Code.png);
}

.QRCode-card .sprite-index-icon-arrow {
    position: absolute;
    margin: auto;
    right: 0;
    bottom: -14px;
    left: 0;
}

.sprite-index-icon-arrow {
    background-position: 0 0;
    width: 54px;
    height: 42px;
}

.sprite-index, [class*=sprite-index-] {
    background-image: url(/images/sprites.png);
    background-repeat: no-repeat;
}

[class*=sprite-index-icon-] {
    display: inline-block;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: Microsoft Yahei,'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #83878A;
}

a {
    color: #5687E7;
    text-decoration: none;
}

.wrapper {
    background: #5687E7;
    opacity: 0.9;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

    .wrapper.form-success .container h1 {
        -webkit-transform: translateY(85px);
        -ms-transform: translateY(85px);
        transform: translateY(85px);
    }

.container {
    width: 1000px;
    margin: 0 auto;
    text-align: center; /*position: relative;*/
}

    .container .logo {
        overflow: hidden;
        padding-bottom: 20px; /*padding-left:65px;*/
        text-align: center;
    }

        .container .logo i {
            font-size: 35px;
            color: #fff;
            float: left;
            text-shadow: 4px 3px 0 #1d9d74,80px 80px 0 rgba(0,0,0,0.15);
        }

        .container .logo h1 {
            padding-top: 2px;
            padding-left: 15px;
            float: left;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            text-shadow: 4px 3px 0 #1ABC9C,90px 80px 0 rgba(0,0,0,0.15);
        }

        .container .logo span {
            font-size: 30px;
            font-weight: bold;
        }

.form {
    width: 500px;
    height: 500px;
    position: relative;
    float: right;
    z-index: 2;
    text-align: left;
    background-color: #fff;
    padding: 80px 80px 50px 100px; /*border-radius: 5px;*/
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

    .form input {
        font-size: 14px;
        outline: 0;
        border: 1px solid #ECECEC;
        background-color: #fff;
        width: 300px; /*border-radius: 5px;*/
        padding: 12px 20px 12px 35px;
        margin-bottom: 20px; /*display: block;*/
        text-align: left;
        color: #333333;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        font-weight: 300;
    }

    .form .row {
        position: relative;
        overflow: hidden;
    }

    .form i {
        color: #cbcbcb;
        top: 6px;
        left: 6px; /*z-index: 99;*/
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 18px !important;
    }

.ues {
    background: url(../images/ues_icon.png) 5px center no-repeat;
}

.pwd {
    background: url(../images/pwd_icon.png) 5px center no-repeat;
}

.list1 {
    background: url(../images/r_icon01.png) 5px center no-repeat;
}

.list2 {
    background: url(../images/r_icon02.png) 5px center no-repeat;
}

.list3 {
    background: url(../images/r_icon03.png) 5px center no-repeat;
}

.list4 {
    background: url(../images/r_icon04.png) 5px center no-repeat;
}

.list5 {
    background: url(../images/r_icon05.png) 5px center no-repeat;
}

.list6 {
    background: url(../images/r_icon06.png) 5px center no-repeat;
}

.send_btn {
    float: right;
    width: 120px;
    height: 40px;
    border: 1px solid #eee;
    background: #f5f5f5;
    margin-left: 10px;
    font-size: 14px;
    color: #1052bf;
    text-align: center;
    line-height: 40px;
}

.form .row .authcode {
    position: absolute;
    left: 105px;
    top: 10px;
}

.form button {
    outline: 0;
    background-color: #5687E7;
    border: 0;
    padding: 10px 15px;
    color: #fff; /*border-radius: 5px;*/
    width: 300px;
    cursor: pointer;
    font: 16px/1.5 Lucida Grande,Lucida Sans Unicode,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}

.form .progress {
    outline: 0;
    background-color: #5687E7;
    border: 0;
    padding: 0px 15px;
    color: #fff; /*border-radius: 5px;*/
    width: 300px;
    cursor: pointer;
    font: 16px/1.5 Lucida Grande,Lucida Sans Unicode,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}

.form button:hover {
    opacity: 0.9;
}

.appdownlord {
    width: 500px;
    height: 500px;
    position: relative;
    float: left;
    z-index: 2;
    text-align: center;
    /*background-image: url('../images/bg 2.jpg');*/
    /*background-color: #555;*/
    /*padding-top: 160px;*/
    color: #fff;
    font-size: 16px; /*border-radius: 5px;*/
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: linear-gradient(0deg, #3a485a 0%, #607089 100%);
}

    .appdownlord img {
        /*width: 200px;
                border: 10px solid #45494D;*/
    }

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.15);
        bottom: -160px;
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }

        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }

        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            background-color: rgba(255, 255, 255, 0.25);
        }

        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }

        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }

        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }

        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

button[disabled], button[disabled] button {
    color: #fff;
    opacity: 1;
    cursor: default;
}

.copyright {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 100%;
    margin-top: -60px;
    width: 100%;
    font-family: Microsoft Yahei;
    line-height: 25px;
    font-size: 14px;
}

.login_tips { /*position:absolute;bottom:10px;z-index: 99;*/
    width: 100%;
    text-align: center;
}

.tips_msg {
    height: 30px;
    line-height: 30px;
    color: red;
    margin: 0 auto;
    border-radius: 5px;
    width: 300px;
    font-size: 14px;
}

    .tips_msg i {
        position: relative;
        top: 0.5px;
        font-size: 15px;
        padding-right: 5px;
    }

.login-info-div {
    position: relative;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 50px
}

    .login-info-div .login-footer-bottomIcon {
        text-decoration: none;
        margin-bottom: 20px
    }

        .login-info-div .login-footer-bottomIcon .footer-icon {
            display: inline-block;
            position: relative;
            text-align: center;
            color: #fff;
            margin: 30px 25px 15px
        }

            .login-info-div .login-footer-bottomIcon .footer-icon a {
                cursor: pointer
            }

        .login-info-div .login-footer-bottomIcon .iconB {
            display: inline-block;
            width: 45px;
            height: 45px;
            background: hsla(0,2%,8%,.7);
            border-radius: 40px;
            padding-top: 7px;
            margin-bottom: 10px
        }

. .login-info-div .login-footer-bottomIcon .iconB:hover {
    background-color: rgba(255,86,0,.7)
}

.login-info-div .login-footer-bottomIcon .iconB .iconBn {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    margin: auto
}

.login-info-div .login-footer-bottomIcon .iconB .iconB0 {
    background: url(../../style/img/index.png) no-repeat 0 0;
    background-size: 100% 100%
}

.login-info-div .login-footer-bottomIcon .iconB .iconB1 {
    background: url(../../style/img/fst.png) no-repeat 0px 0;
    background-size: 100% 100%
}

.login-info-div .login-footer-bottomIcon .iconB .iconB2 {
    background: url(../../style/img/new.png) no-repeat 0 0px;
    background-size: 100% 100%
}

.login-info-div .login-footer-bottomIcon .iconB .iconB3 {
    background: url(../../style/img/chanpin.png) no-repeat 0 0;
    background-size: 100% 100%
}

.login-info-div .login-footer-bottomIcon .iconB .iconB4 {
    background: url(../../style/img/weixin.png) no-repeat 0 0;
    background-size: 100% 100%
}

.login-info-div .login-footer-bottomIcon .iconB .iconB5 {
    background: url(../../style/img/women.png) no-repeat 0 0;
    background-size: 100% 100%
}

.login-form-head {
    /*border-bottom: 1px solid #ddd;*/
    height: 40px;
    padding: 0 0px;
}

    .login-form-head a {
        display: block;
        height: 39px;
        line-height: 39px;
        float: left;
        border-bottom: 2px solid transparent;
        font-size: 16px;
        color: #6e6e6e;
        padding: 0 15px;
    }

        .login-form-head a:hover {
            color: #6e6e6e
        }

        .login-form-head a:last-of-type {
            float: right;
            font-size: 14px;
            color: #5687e7;
        }

        .login-form-head a.on, .login-form-head a.on:hover {
            border-color: #eF361B;
            color: #eF361B
        }

.white {
    color: #fff;
}

#kefu_icon_ct {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 600201;
    width: 68px;
    margin-top: -190px;
    _margin-top: 0;
    _position: absolute;
    _top: expression((documentElement.clientHeight-this.offsetHeight)/2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

    #kefu_icon_ct .item {
        width: 68px;
        height: 88px;
        border-bottom: 1px solid #d4e3f1;
        background-color: #4596e5;
        background-color: rgba(69, 150, 229, 0.9);
        *background-color: #4596e5;
        color: #FFF;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        padding-top: 20px;
        *padding-top: 0px;
        position: relative;
    }

    #kefu_icon_ct .item_hover {
        background-color: #2476f2;
    }

    #kefu_icon_ct .item .i {
        width: 26px;
        height: 26px;
        zoom: 1;
        *margin-top: 20px;
        background: url(../images/kefu_icon.png) 1px 2px no-repeat;
        margin-left: 21px;
        *margin-left: 0;
    }

    #kefu_icon_ct .item .w {
        padding-top: 8px;
    }

    #kefu_icon_ct .item .box {
        display: none;
    }

    #kefu_icon_ct .qq .i {
        background: url(../images/kefu_icon.png) 1px -88px no-repeat;
    }

    #kefu_icon_ct .tel .i {
        background: url(../images/kefu_icon.png) 1px -29px no-repeat;
    }

    #kefu_icon_ct .tel .box {
        width: 211px;
        height: 80px;
        position: absolute;
        top: 5px;
        right: 80px;
        background: url(../images/kefu_icon_tel.png?20170411) 0px 0px no-repeat;
    }

    #kefu_icon_ct .wechat .i {
        background: url(../images/kefu_icon.png) 1px -58px no-repeat;
    }

    #kefu_icon_ct .wechat .box {
        width: 206px;
        height: 220px;
        position: absolute;
        top: -60px;
        right: 80px;
        background: url(../images/kefu_icon_wechat.png?v=1) 0px 0px no-repeat;
    }

    #kefu_icon_ct .kf {
        border-top-left-radius: 1px;
    }

    #kefu_icon_ct .wechat {
        border-bottom: none;
        border-bottom-left-radius: 1px;
    }

    #kefu_icon_ct .gototop {
        display: none;
        width: 68px;
        height: 50px;
        filter: Alpha(opacity=30);
        background: #000;
        background: rgba(0, 0, 0, 0.3) !important;
        padding-top: 4px;
        cursor: pointer;
        border-bottom-left-radius: 1px;
    }

    #kefu_icon_ct .gototop_hover {
        filter: Alpha(opacity=55);
        background: #000;
        background: rgba(0, 0, 0, 0.55) !important;
    }

    #kefu_icon_ct .gototop img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.session-sidebox {
    color: #fff;
    position: relative;
    padding: 80px 80px 48px;
    background: -webkit-gradient(linear, left bottom, left top, from(#3a485a), to(#607089));
    background: linear-gradient(0deg, #3a485a 0%, #607089 100%) ;
margin-top: 10px;
}

    .session-sidebox::before, .session-sidebox::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

/*  .session-sidebox::before {
        background: url(/assets/sessions/left-1-e6bd44245f3950a6f5787218eeeed90b.png) no-repeat 0 0
    }

    .session-sidebox::after {
        background: url(/assets/sessions/left-2-4f76bf713bc13c53d0973eda61dd1b55.png) no-repeat right bottom
    }*/
.session-sidebox__logo {
    float: left;
    width: 100%;
}

    .session-sidebox__logo img {
        width: 144px;
        float: left;
    }

.session-sidebox__title {
    font-size: 40px;
}

.session-sidebox__subtitle {
    font-weight: normal;
    margin-top: 30px;
    padding-top: 30px;
    text-align: left;
    font-family: Microsoft Yahei,'Source Sans Pro', sans-serif;
}

.session-sidebox__container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.session-sidebox__footer {
    font-size: 14px;
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.2)
}

    .session-sidebox__footer a {
        color: white
    }

        .session-sidebox__footer a:hover {
            color: #e6e6e6
        }

        .session-sidebox__footer a:active {
            color: #cccccc
        }

.ui.horizontal.session-login__oauth-title {
    font-weight: normal
}

.session-sidebox__divider {
    margin: 0 10px
}

.session-sidebox__icon-hot::after {
    content: 'hot';
    position: absolute;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 1px;
    margin-top: -12px;
    background-color: #C71D23;
    -webkit-transform: scale(0.84);
    transform: scale(0.84)
}

.session-sidebox__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    line-height: 35px;
}

.session-sidebox-content__container {
    color: #fff;
    font-size: 14px;
    margin-top: 46px
}
