header {
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #011e3c;
}
header .main {
    height: 44px;
}
.center {
    max-width: 1200px;
    margin: auto;
}
.rel {
    position: relative;
}
.logo, .right-area {
    width: 185px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo {
    display: flex;
    align-items: center;
    width: auto!important;
}
.logo-img {
    height: 20px;
    background: url(../img/shoplogo.png) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.logo-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}
.right-area {
    right: 0;
    color: #f3f1f0;
    font-size: 18px;
    width: auto;
    font-weight: 300;

    display: flex;
    align-items: center;
}
.hotline {
    display: inline-block;
    vertical-align: middle;
}
.area-controller-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    position: relative;
}
.svg-icon{
    top: 2px;
    left: -25px;
    position: absolute;
}
.noticeBox {
    height: 36px;
    line-height: 36px;
    background: #fffceb;
    border-bottom: 1px solid #f9e6be;
    font-weight: 700;
}
.dn {
    display: none;
}
/*------------*/
.center {
    max-width: 1200px;
    margin: auto;
}
.rel {
    position: relative;
}
.login-box {
    width: 380px;
    height: 399px;
    position: absolute;
    top: 45vh;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    padding: 12px 30px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.95);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.title {
    text-align: center;
    color: #787878;
    font-weight: 400;
    padding: 5px 15px 15px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    margin-bottom: 20px;
}
.err {
    margin: 10px 0;
    overflow: auto;
    text-align: center;
    color: #ff0000;
}
.form li {
    margin-bottom: 12px;
}
.form input, .form select {
    width: 100%;
    line-height: 37px;
    border-radius: 5px;
    -webkit-appearance: none;
    text-indent: 1em;
    font-size: 14px;
    border: 1px solid #eee;
    padding-top: 2px;
    color: #787878;
    box-shadow: none;
    outline: 0;
}
/*----------*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    font-size: 0;
    height: calc(99vh - 64px);
}
.swiper-container .img {
    width: 100%;
    height: calc(99vh - 64px);
    background-size: cover!important;
}
/*---------*/
.bg1{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.bg-patr{
    position: absolute;
    width: 30%;
    height: 65%;
    left: 20%;
    top: 15%;
}
.bg2{
    position: absolute;
    z-index: 9;
    left: 200px;
}
.bg3{
    position: absolute;
    z-index: 9;
    right: 230px;
}
.bg4{
    position: absolute;
    z-index: 9;
    bottom: -80px;
}
footer {
    height: 64px;
    line-height: 64px;
    color: #787878;
}
.tc {
    text-align: center;
}
.gozap {
    background: url(../img/gozap.svg) no-repeat;
    width: 90px;
    height: 24px;
    margin-bottom: -6px;
}
/*--------------*/
.login-tip-box{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #787878;
}
.login-tip-txet{
    padding-right: 10px;
    margin-right: 10px;
}
.login-tip-line{
    border-right: 1px solid #ccc;
}
.rember-pass-box{
    display: flex;
    justify-content: space-between;
    color: #4ac9e3;
}
.rember-pass-wrap{

}
.rember-pass{

}
.login-btn{
    width: 320px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #4ac9e3;
    border-radius: 4px;
}
/*微信登录新增*/
.account-login{}
.code-login{
    text-align: center;
}
.account-img{}
.code-img{}
.login-box-expand{
    /*width: 435px;*/
    /*height: 415px;*/
}
.handle-oper{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    /*width: 80px;*/
    cursor: pointer;
    display: none;
}
.handle-oper.active{
    display: block;
}
.handle-content{
    display: none;
}
.handle-content.active{
    display: block;
}
/*多账号*/
.accont-item-wrap{
    height: 226px;
    overflow-y: scroll;
}
.accont-item{
    height: 50px;
    /*width: 320px;*/
    width: 267px;
    margin: 14px auto 0;
    color: #999999;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E0E0E2;
    padding: 0 10px;
    box-sizing: border-box;
}
.accont-item img{
    width: 22px;
    height: 22px;
}
.accont-item-wrap .active .account-checked{
    display: block;
}
.accont-item-wrap .active .account-check{
    display: none;
}
.accont-item-wrap .account-checked{
    display: none;
}
.accont-item-wrap .account-check{
    display: block;
}
.accont-item-wrap .active{
    color: #333333;
    border: 1px solid #51C9E1;
}
.accont-title{
    display: none;
    width: 320px;
    margin:0 auto 10px;
    padding:15px 0;
    font-size: 22px;
    border-bottom: 3px solid #51C9E1;
    color:#51C9E1;
}
.accont-title.active{
    display: block;
}
/*自定义滚动条*/
.accont-item-wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.accont-item-wrap::-webkit-scrollbar-thumb{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #E0E0E2;
}
.accont-item-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}
.accont-item-wrap::-webkit-scrollbar-button {
    display: none;
}
.accont-item-wrap::-webkit-scrollbar-resizer {
    background: white;
}
.select-account-btn{
    display: flex;
    align-items: center;
    justify-content:space-around;
    margin-top: 18px;
    /* padding: 0 50px;*/
}
.select-account-btn .btn-item{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #51C9E1;
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.select-account-btn .cancel{
    background: #EFEFEF;
    color: #666666;
}
.login-content{
    display: none;
}
.login-content.active{
    display: block;
}
/*二维码样式*/
.qrcode-img{
    width: 250px;
    height: 250px;
    border: 1px solid #ccc;
}
.qrcode-text-wrap{
    color: #333333;
    font-size: 13px;
    padding: 7px 14px;
}
.qrcode-tip{}
.qrcode-sub-tip{}
/*新增底部*/
.footer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}











