html, body {
    height: 100%;
}
body {
    font: 14px/1 "瀹嬩綋", arial, sans-serif;
    color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
label {
    font-style: normal;
}
input, button {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 鐧诲綍寮曞椤� */
.head-main{
    position: absolute;
    top:0;
    width:100%;
    height:65px;
    background: rgba(255,255,255,.55);
    z-index: 99;
}
.main{
    width:100%;
    margin: 0 auto;
}
.logo{
    width:216px;
    height:66px;
    float: left;
    background: url(../../img/login/logo.png) no-repeat;
}

.back-home{
    float: right;
    color: rgb(53, 106, 167);
    border: 1px solid;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 25px;
    border-color: inherit;
}
.back-home:hover{
    color: #E35D08;
    border-color:#E35D08;
}
.main-bg{
    width:402px;
    height:172px;
    margin: auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: absolute;
    z-index: 99;

}
.main-bg a{
    width:160px;
    height:44px;
    line-height:44px;
    margin-top: 124px;
    border-radius: 8px;
    display: inline-block;
    background: url(../../img/login/service.png) no-repeat 20px  center  #E35D08;
    color: #fff;
    text-decoration: none;
}
.main-bg a.service-user{
    text-indent:60px;
    background-image: url(../../img/login/service.png);
}
.main-bg a.family-user{
    margin-left: 75px;
    text-indent:60px;
    background-image: url(../../img/login/familyUser.png);
}
.main-bg a.family-vipuser{
    margin-left:120px;
    margin-top:10px;
    text-indent:60px;
    background-image: url(../../img/login/familyUser.png);
}

.animate-area{
    transition:1s;
}
.item-bg{

    position: absolute;
    width:100%;
    left: 0;
    top: 0;
    bottom:70px;
    overflow: hidden;
}
.item{
    background: #fff none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../../img/login/bg1.jpg);
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: visible;
}

/* 鏈嶅姟鍟嗙櫥闄� */

.login{
    background: #efeff4;
}
.login footer{
    position: relative;
    background: none;
}
.login-head{
    padding: 10px 0;
    background: #fff;
    border-bottom:1px solid #ccc;
}
.login-head .logo{
    width:227px;
    background: url(../../img/login/loginLogo.png) no-repeat;
}
.login-head .main{
    height:55px;
    background: url(../../img/login/loginBanner.jpg) no-repeat 0px 10px;
    width: 900px;
    margin: 0 auto;
}
.login-head .user-switch{
    margin-top: 20px;
    float: right;
}
.login-head .user-switch a{
    display: inline-block;
    padding: 5px 6px;
    border-radius: 3px;
    text-decoration: none;
    color:#000 ;
    border:1px solid #000;
}
.login-head .user-switch a.service-user {
    margin-left: 20px;
}
.login-head .user-switch a.active{
    display: inline-block;
    padding: 5px 6px;
    border-radius: 3px;
    text-decoration: none;
    color:#f74349 ;
    border:1px solid #f74349;
    width:88px;
    text-align: center;
}
.login-main{
    height:calc(100% - 156px);
}
.login-main .main{
    position: relative;
    height: 100%;
    margin: 0;
}
.login-info{
    width:100%;
    bottom: 0;
    height: 160px;
    position: absolute;
    z-index: 1;
}
.login-info .main{
    height:150px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.login-info ul{
    list-style: none;
}
.login-info li{
    width:400px;
    text-align: center;
    float: left;
}

.login-info li h2{
    line-height:34px;
    font-weight:700;
    font-size:18px;
    color:#ec6a16;
}
.login-info li p a{
    line-height: 24px;
    font-size: 12px;
    padding-left: 10px ;
    padding-right: 5px;
    color: #7b7575;
}
.login-info li p a +a{
    border-left:1px solid #ccc;
}
.login-info a{
    text-decoration: none;
    color: #333333;
}
.login-box{
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    padding: 20px 30px;
    width:260px;
    display: inline-block;
    border-radius: 5px;
    background: rgba(255,255,255,.55);
    overflow: hidden;
    position: relative;
}
.login-box h1{
    text-align: center;
    font-weight:400;
    font-size:0px;
    color: #727375;
    display: block;
    border-bottom: 1px solid #8da2af;
}
.login-box h1 a{
    display: inline-block;
    font-size:16px;
    text-align: center;
    color: #000;
    line-height: 42px;
    width: 50%;
    position: relative;
    text-decoration: none;
}
.login-box h1 a.active{
    color: #e35d08;
}
.login-box h1 a.active:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #e35d08;
}
.login-form{
    padding: 20px 0;
}
.login-form .error{
    color: #ff5445;
    padding: 5px 5px;
    margin-bottom: 10px;
    font-size:12px;
    display: none;
    line-height:20px;
}
.login-form label{
    display: block;
    margin-bottom: 10px;
}
.login-form input{
    box-sizing: border-box;
    width:100%;
    height:40px;
    padding:  0 8px;
    border:0 none;
    color: #b3b3b3;
}
.login-form #captch .alert{
    display: inline-block;
    height: 40px;
    padding: 0 8px;
    border: 0 none;
    color: #b3b3b3;
    background: #fff;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
}
.login-form .login-type-item{
    display: none;
}
.login-form .login-type-item.show{
    display: block;
}
.login-form .login-by-qrcode{

}
.login-form .login-by-qrcode .qrcode-img,.login-form .login-by-qrcode .qrcode-img-content{
    display: block;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-by-qrcode .qrcode-img-content .qr-flush,.login-form .login-by-qrcode .qrcode-img-content .qr-flush .qr-flush-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.login-form .login-by-qrcode .qrcode-img-content .qr-flush .qr-flush-cover{
    background: rgba(210,210,210,0.7);
}
.login-form .login-by-qrcode .qrcode-img-content .qr-flush .btn-flush{
    position: absolute;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    top: 50%;
    margin-top: -13px;
    padding: 0 10px;
    width: auto;
    height: auto;
    line-height: 24px;
    background: #fff;
    left: 50%;
    margin-left: -27px;
}
.login-form .login-by-qrcode .tips{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.login-qrcode{
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    right: 0;
    top: 0;
    transform: translate(50%,-50%) rotate(45deg);
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #8da2af;
    cursor: pointer;
    overflow: hidden;
}
.login-qrcode .icon{
    display: inline-block;
    background: url(../../img/login/qrcode_icon.png) center center no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%) rotate(-45deg);
    line-height: 60px;
}
.fix-text{
    line-height: 1.8;
    top:35px;
    right:40px;
    position: absolute;
    width: 240px;
    height:120px;
}

.login-form .btn {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background: #e35d08;
    border: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    word-spacing: 20px;
}
.login-ext{
    height:22px;
    padding: 0px 0 10px 0;
}
.login-ext a{
    color: #727375;
    text-decoration: none;
}
.forget-passwd{
    float: right;
}
.qrcode{
    padding: 10px;
    width:102px;
    height:148px;
    border-radius: 2px;
    position: absolute;
    top: 40px;
    right:0px;
    background: rgba(0,0,0,.44);
}
.qrcode p{
    margin-top: 10px;
    line-height:22px;
    text-align: center;
    color: #fff;
    font-size:14px;
}


footer{
    position: absolute;
    line-height:25px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    padding: 12px 0 15px 0;
    background-color: white;
    z-index: 99;
    color:#999;
    text-align: center;
    font-size:12px;
}
.copyright{
    font-family:Helvetica,Arial,sans-serif;
    padding-left: 20px;
}
footer .link a{
    line-height:25px;
    color: #999;
    text-decoration: none;
    padding-right: 9px;
    padding-left: 9px;
    border-right:1px solid #999;
}
footer p img{
    vertical-align:middle;
}
.banner{
    height: 100%;
}
.banner-item{

}
.banner-item .banner-bg {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.banner-item .banner-bg .banner-title{
    padding-top: 75px;
    color: #fff;
    width: 900px;
    margin:0 auto;
    font-size: 34px;
    line-height: 62px;
}
.banner-item .banner-bg .banner-desc{
    color: #eff3f6;
    width: 900px;
    margin:0 auto;
    line-height: 34px;
    font-size: 16px;
}
.banner-item .banner-bg .banner-logo{
    padding-top: 40px;
    width: 900px;
    margin:0px auto;
    height: 260px;
}
.banner-item .banner-bg .banner-logo .img-bg{
    height: 100%;
}
.banner-dot{
    top: 500px;
    position: absolute;
    width: 100%;
}
.banner-dot .dot-content{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.banner-dot .dot-content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.banner-dot .dot-content .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
#loginForm {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
}
#loginForm .center-content{
    width: 900px;
    margin: 0 auto;
    text-align: right;
}
#selectForm {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
}
#selectForm .center-content{
    width: 900px;
    margin: 0 auto;
    text-align: right;
}
.muitle-account{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.muitle-account .mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}
.muitle-account .choose-content{
    width: 900px;
    margin: 0 auto;
    text-align: right;
    padding-top: 135px;
}
.center-content .account-list{
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    width: 320px;
    height: 345px;
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,.1);
    padding: 30px;
    box-sizing: border-box;
}
.center-content .account-list .socroll{
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}
.center-content .account-list ul{
}
.center-content .account-list ul li{
    list-style: none;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    color: #757575;
    padding: 0 25px 0 8px;
    cursor: pointer;
    position: relative;
}
.center-content .account-list ul li.active{
    color:#e35d08;
}
.center-content .account-list ul li.active:after{
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 7px;
    border-bottom: 1px solid #e35d08;
    border-left: 1px solid #e35d08;
    transform: rotate(-60deg);
    right: 7px;
    position: absolute;
    top: 16px;
}
.center-content .account-list .btn-group{
    padding-top: 20px;
    text-align: center;
}
.center-content .account-list .btn-group .btn{
    height: 48px;
    width: 108px;
    display: inline-block;
    margin-right: 35px;
    border-radius: 24px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ccc;
    cursor: pointer;
}
.center-content .account-list .btn-group .btn:last-child{
    margin-right: 0;
}
.center-content .account-list .btn-group .btn-cancel{
    background: #b1b4bb;
}
.center-content .account-list .btn-group .btn-warning{
    background: #e35d08;
}

/*滚动条样式*/
.center-content .account-list .socroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.center-content .account-list .socroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(193,193,193,0.8);
    background: rgba(130,158,190,0.8);
}
.center-content .account-list .socroll::-webkit-scrollbar-thumb:hover{
    -webkit-box-shadow: inset 0 0 5px rgba(193,193,193,1);
    background: rgba(130,158,190,1);
}
.center-content .account-list .socroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(232,232,232,0.8);
    border-radius: 0;
    background: rgba(207,222,238,0.8);
}
.center-content .account-list .socroll::-webkit-scrollbar-track:hover{
    -webkit-box-shadow: inset 0 0 5px rgba(232,232,232,1);
    background: rgba(207,222,238,1);

}