html {
    min-width: 1000px;
    min-height: 680px;
    overflow: auto;
}

#app {
    position: relative;

}

.swiper {
    width: 100%;
    height: 100%;
}

.ivu-carousel-list,
.ivu-carousel-track,
.ivu-carousel-item,
.swiper-slide {
    height: 100% !important;
}


.swiper-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

.slogan-swiper .swiper-slide > div {
    height: 300px;
    background-size: contain;
}
.slogan-swiper .swiper-slide{
    opacity: 0 !important;
}
.slogan-swiper .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
}

.main-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

.main {
    box-sizing: border-box;
    margin: 0 10% 0 12%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main.login-left{
    flex-direction: row-reverse;
}
.main.login-middle .main-left{
    display: none;
}
.main.login-middle .main-right{
    margin-top: 80px !important;
    margin-left: auto;
    margin-right: auto;
}

.main .main-left {
    min-width: 200px;
    width: 26.3333vw;
    max-width: 500px;
    height: 100vh;
    text-align: center;
}

.main .main-right {
    position: relative;
    margin: 130px 0 90px;
    padding: 18px;
    width: 50%;
    max-width: 420px;
    max-height: 800px;
    background-color: rgba(0, 43, 72, 0.6);
    border-radius: 4px;
}
.main .main-right .input-wrapper{
    padding: 0 20px;
}

@media screen and (max-width: 1370px) {
    .main {
        margin: 0 100px;
    }
}

@media screen and (max-height: 670px) {
    .main .main-right {
        margin: 0;
    }
}

.main-right .name {
    margin-top: 14px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}

.pwd-login{
    margin-bottom: 40px;
}
.pwd-login .ivu-input-large,
.pwd-login .ivu-btn-large {
    height: 50px;
}

.pwd-login .ivu-input-with-prefix {
    padding-left: 50px;
}

.pwd-login .ivu-input-prefix {
    width: 50px;
}

.pwd-login .ivu-input-wrapper-large .ivu-input-prefix i {
    line-height: 50px;
    color: #fff;
}

.pwd-login .ivu-input {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.pwd-login.showimgcode .img-code-wrapper{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pwd-login.showimgcode .img-code{
    width: 170px;
}
.pwd-login.showimgcode .img-code .ivu-input{
    padding-left: 15px;
}
.pwd-login.showimgcode .img-code-wrapper span img{display: block; height:46px; cursor: pointer;}

.kabala-sendsms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kabala-sendsms span.sendsms-split {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kabala-sendsms .ivu-input-wrapper {
    width: 170px;
}

.kabala-sendsms .ivu-input {
    padding-left: 15px;
}

.kabala-sendsms .split-btn {
    border-radius: 0;
    overflow: hidden;
    padding-left: 10px;
}
.kabala-sendsms .split-btn span{
    margin-left: -2px !important;
}

.kabala-sendsms button{
    width: 150px;
}

.qrcode-login {
    position: relative;
    height: 412px;
    overflow: hidden;
}

.appcode {
    margin-top: 44px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appcode li {
    padding: 0 0.5em;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #8497AC;
    cursor: pointer;
}

.appcode li span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.appcode li.active {
    color: #fff;
}

.qr-wrapper img {
    margin: 0 auto;
    padding-top: 50px;
}

.wxcode {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-wrapper .other-login {
    margin-bottom: 20px;
    text-align: center;
}

.main-wrapper .other-login span {
    display: inline-block;
    color: #469fe3;
    cursor: pointer;
}

/*语言切换*/
.system-language {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.system-language .language-selector {
    margin-right: 0 !important;
    width: auto !important;
    cursor: pointer;
}
.system-language .language-selector .ivu-icon{
    display:none;
}

/*客户端下载*/
.client-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.client-item-wrapper li{
    min-width: 16.66%;
    flex-shrink: 0;
}
.client-item-wrapper li span{
    font-size: 12px;
    margin-top: 0.5em;
    display: inline-block;
    width:100%;
    text-align: center; color:#fff;
}

.client-item-wrapper img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.client-item-wrapper.more{
    margin-top: -18px;
    justify-content: flex-start;
}
.client-item-wrapper li{
    margin-top: 18px;
    min-width: 16.66%;
    flex-shrink: 0;
}

/*二维码登录*/
.switch-login-type {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
}

.switch-login-type img {
    display: block;
    width: 100%;
}

.switch-tip {
    position: absolute;
    top: 36px;
    right: 66px;
    right: 47px;
}

.switch-tip .tip{
    position: relative;
    font-size: 12px;
    padding: 0.2em 0.5em;
    background-color: #469fe3;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 0.1em;
}
.switch-tip .tip.zh:after{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #469fe3;
    position: absolute;
    top: 50%;
    right: -5px;

    transform: translateY(-50%) rotateZ(-45deg) skew(15deg, 15deg);
}

.custom-logo{
    position: absolute;
    top: 18px;
    left: 18px;
    width:290px;
    height: 60px;
}
.custom-logo>div{
    width:100%;
    height:100%;
    max-width: 290px;
    max-height: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    /*background-size: contain;*/
}

.info{
    position: absolute;
    bottom: 20px;
    left:0;
    right:0;
    text-align: center;
    font-size: 14px;
    line-height:12px;
    color: #898d90;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 999999999s ease-in-out 0.2s !important;
}
input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #000000ee!important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset!important;
    -webkit-text-fill-color: #fff!important;
}

.allapplist li{margin-left: 13px;}
.allapplist li:first-child{margin-left: 6px;}