#header{
    border-bottom: 0;
}
#main {
    padding: 120px 0;
    background-color: #E9F8FF;
}
#main .container {
    padding: 8px 0;
    height: 460px;
}
#main .banner {
    float: left;
    width: 742px;
    height: 440px;
    margin-right: 35px;
}
#main .banner img {
    height: 440px;
}
/***** 登录框通用样式 *****/
#main .login-box {
    position: relative;
    float: left;
    display: block;
    width: 420px;
    height: 454px;
    background-color: #fff;
    box-shadow:0px 0px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd \9;
    border-radius:3px;
}
#main .login-box .form {
    height: 100%;
    position: relative;
}
#main .login-box .form dl dt {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    margin-bottom: 30px;
}
#main .login-box .form dl dt .login-title {
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
#main .login-box .form dl dt .change-login-mode {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 55px;
    color: #458DEC;
    text-decoration: none;
}
#main .login-box .form dl dt .login-tips {
    position: absolute;
    width: 131px;
    height: 38px;
    line-height: 28px;
    top: 15px;
    right: 28px;
    font-size: 128px;
    color: #458DEC;
    background-image:url("https://static.book118.com/open/static/auth/images/login/tips.png");
    background-repeat: no-repeat;
}
#main .login-box .form dl dt .login-tips span {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 100%;
    font-size: 12px;
}
#main .login-box .form dl dt a:hover {
    color: #285ec7;
}
#main .login-box .form dl dd {
    padding: 0px 30px;
}
#main .login-box .form dl .quick-link {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    color: #999;
}
#main .login-box .form dl .quick-link a {
    color: #458DEC;
    text-decoration: none;
}
#main .login-box .form dl .quick-link .left a {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}
#main .login-box .form dl .quick-link .left a span {
    margin-left: 5px;
    color: #666;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-top;
}
#main .login-box .form dl dd .left {
    float:left;
}
#main .login-box .form dl dd .right {
    float: right;
}
#main .login-box .form dl dd .captcha-group {
    display: none;
}
#main .login-box .form dl dd p {
    overflow: hidden;
}
#main .login-box .form dl dd .input-box {
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#main .login-box .form dl dd .num-code{
    height: 40px;
    line-height: 40px;
    border: 0;
}
#main .login-box .form dl dd .num-code img{
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}
#main .login-box .form dl dd .num-code span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #458DEC;
    vertical-align: middle;
    cursor: pointer;
}
#main .login-box .form dl dd .current-input-box {
    border: 1px solid #458DEC;
}
#main .login-box .form dl dd .error-input-box {
    border: 1px solid #f00;
}
#main .login-box .form dl dd .input-box i {
    display: inline-block;
    margin: 0 10px;
    font-size: 17px;
    color: #999;
}
#main .login-box .form dl dd .input-box input[type="text"] {
    width: 290px;
    height: 38px;
    line-height: 38px;
    border: 0;
    vertical-align: bottom;
    color: #999;
}
#main .login-box .form dl dd .input-box input[type="password"] {
    width: 290px;
    height: 38px;
    line-height: 38px;
    border: 0;
    vertical-align: bottom;
    color: #999;
}
#main .login-box .form dl dd .input-box .clear {
    display: none;
    margin-left: 10px;
    font-size: 15px;
    color: #aaa;
    text-decoration: none;
}
#main .login-box .form dl dd .input-box .eye {
    display: none;
    margin-left: 10px;
    font-size: 15px;
    color: #999;
    text-decoration: none;
}
#main .login-box .form dl dd .input-box a:hover {
    color: #666;
}
#main .login-box .form dl dd .captcha-box,
#main .login-box .form dl dd .num-code-box {
    float: left;
    width: 230px;
    margin-right: 10px;
}
#main .login-box .form dl dd .captcha-box .captcha,
#main .login-box .form dl dd .num-code-box .num-code {
    width: 160px !important;
}
#main .login-box .form dl dd .send-captcha-btn {
    width: 115px;
}
#main .login-box .form dl dd .send-captcha-btn input[type=button] {
    width: 100%;
    height: 38px;
    border: 0;
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    cursor: pointer;
}
#main .login-box .form dl dd .send-captcha-btn input[type=button].disabled {
    color: #ccc !important;
    background-color: #f5f5f5 !important;
    cursor: not-allowed;
}
#main .login-box .form dl dd .msg-box {
    height: 30px;
    line-height: 30px;
    color: #f00;
}
#main .login-box .form dl dd input.submit {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #458DEC;
    border-radius: 3px;
    cursor: pointer;
}
#main .login-box .form dl dd input.disabled {
    color: #FFFEFE !important;
    background-color: #CCCCCC;
    cursor: not-allowed;
}
#main .login-box .form dl dd input.submiting {
    cursor: not-allowed;
}
#main .login-box .form dl dd input.skip {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    border-radius: 3px;
    cursor: pointer;
}
#main .login-box .form dl dd .forget {
    float: right;
    font-size: 12px;
    color: #888;
    text-decoration: none;
}

/*** 二维码登录 ***/
#main .login-box .form { display: none; }
#main .login-box .form .scan-qrcode .qrcode-box { text-align: center; color: #999; }
#main .login-box .form .scan-qrcode .qrcode-box>div { padding: 5px 0; }
#main .login-box .form .scan-qrcode .qrcode-box>div.image {
    position: relative;
    width: 200px;
    min-height: 200px;
    margin: 0 auto;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .qrcode{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .expire {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 200%;
    font-size: 16px;
    z-index: 9;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .expire .refresh {
    position: absolute;
    z-index:2;
    top: 30%;
    width: 100%;
    color: #fff;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .expire .refresh a {
    padding: 5px 30px;
    color: #fff;
    border-radius: 3px;
    background-color: #458DEC;
    font-size: 16px;
    text-decoration: none;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .expire .bg {
    position: absolute;
    z-index:1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .icon-logo {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 1;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .scanned{
    display: none;
    position: absolute;
    z-index: 9;
    top: 5px;left: 0;
    width: 199px;height: 199px;
    border: 1px solid #ddd;
    background: #fff url(https://static.book118.com/open/static/auth/images/login/scanned.png) center 10px no-repeat;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .scanned dl{
    margin: 0;
    padding: 140px 0 0 0;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .scanned dl dt{
    padding: 0;
    margin: 0;
    height: 20px;line-height: 20px;
    font-size: 12px; color: #666;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .scanned dl dt a{
    color: #2878FF;
    text-decoration: underline;
}
#main .login-box .form .scan-qrcode .qrcode-box>div.image .scanned dl dd{
    margin: 0;
    padding: 0;
    height: 24px;line-height: 24px;
    font-size: 12px; color: #111;
}

#main .login-box .form .bind-account { display: none; }
#main .login-box .form .bind-account .bind-new-account { display: none; }
#main .login-box .form .bind-account .bind-mobile { display: none; }

#main .login-box .form .bind-account .login-title a {
    display:block;
    float: left;
    width: 33.33%;
    height: 58px;
    font-size: 16px;
    color: #999;
    text-align: center;
    text-decoration: none;
}
#main .login-box .form .bind-account .login-title .current {
    color: #458DEC;
    border-bottom: 2px solid #458DEC;
}
#main .login-box .form .select-account { display: none; }
#main .login-box .form .select-account dd .account-list {
    overflow-y: auto;
    max-height: 255px;
}
#main .login-box .form .select-account dd .account-list a {
    display: block;
    margin-bottom: 12px;
    padding-left: 24px;
    height: 40px;
    line-height: 40px;
    color: #666;
    background-color: #F5F5F5;
    border-radius: 3px;
    text-decoration: none;
}
#main .login-box .form .select-account dd .account-list .current {
    color: #2381FF;
    background-color: #E3EFFF;
}
#main .login-box .form .select-account dd .account-list a i {
    float: right;
    margin-right: 15px;
}

/*** 账号登录 ***/
#main .login-box .account-form { display: none; }

/*** 手机登录 ***/
#main .login-box .mobile-form { display: none; }


.pb-carouselWarp {
    position: relative;
    width: 742px;
    height: 438px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
    background: url('https://static.book118.com/open/static/auth/images/login/banner-bg.png') no-repeat 100px center;
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.pb-carouselWarp .pb-carousel li h3 {
    margin: 0 auto;
    width: 90%;height: 72px;line-height: 36px;
    text-indent: 40px;
    font-family: '思源宋体 粗体, Arial, Helvetica, sans-serif, 宋体, 黑体';
    font-size: 20px; font-weight: 600; color: #333;
}
.pb-carouselWarp .pb-carousel li p {
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;height: 30px;line-height: 30px;
    font-size: 16px;font-weight: 600;color: #333;
    text-align: right;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0
}

.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    list-style:none;
    width: 20px;
    height: 5px;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #fff;
    opacity: 1;
}

.pb-carouselWarp .pb-arrow {
    font-size: 26px;
    position: absolute;
    bottom: 50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    color: #D1DFE5;
    background: transparent;
    outline: none;
    opacity: 0.8;
}

.pb-carouselWarp .pb-arrow-prev {
    left: 50%;
    margin-left: -16px;
}

.pb-carouselWarp .pb-arrow-next {
    left: 50%;
    margin-left: 16px;
}

.pb-carouselWarp[type=updown] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%)
}

.pb-carouselWarp[type=updown] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0
}

.pb-carouselWarp[type=updown] .pb-carousel-ind .pb-this {
    background-color: #000
}

.pb-carouselWarp[type=updown] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.pb-carouselWarp[type=updown] .pb-arrow-prev {
    top: 20px;
    background: #000 url(https://static.book118.com/open/static/auth/img/arrow-top.png) no-repeat center
}

.pb-carouselWarp[type=updown] .pb-arrow-next {
    top: auto;
    bottom: 20px;
    background: #000 url(https://static.book118.com/open/static/auth/img/arrow-bottom.png) no-repeat center
}

#foot_k{
    border-top: 0;
}
/*底部提示*/
#main .login-box .tips{
    position: absolute;
    bottom: 4px;
    left: 5%;
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
    border-top:1px solid #f1f1f1;
    font-size: 12px;
    color: #999;
    text-align: center;
}
#main .login-box .tips a{
    color: #458DEC;
    text-decoration: none;
}

.layer-login-tips {
    border-radius: 6px !important;
}
.layer-login-tips .layui-layer-title{
    display: none;
}
.login-tips .icon-warning{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 55px;
    height: 55px;
    background: url('https://static.book118.com/open/static/auth/images/login/warning.png') no-repeat;
}
.login-tips{
    padding: 0 20px;
}
.login-tips p{
    color: #888;
    text-align: center;
}
.login-tips a{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #2878FF;
    border: 1px solid #2878FF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

