section{
    padding:25px 15px;
    background: #fff;
}
[v-cloak] {
    display: none !important;
}
.mt-5{
    margin-top:5px;
}
.tc{
    text-align: center;
}
.banner{
    background: #fff;
    position: relative;
}
.banner img{
    width:100%;
}
.benefit-lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefit-lists li{
    width:48%;
    background: #fff;
    border:1px solid #bfbfbf;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    padding:12px 5px;
    font-size: 15px;
    color:#BC935B;
    margin-top:15px;
    position: relative;
    min-height: 60px;
}
.benefit-lists li span{
    position: relative;
    z-index: 1;
    text-align: left;
}
@media screen and (max-width:399px){
    .benefit-lists li span { font-size: 14px;}
}
.icon-gold{
    position: absolute;
    bottom:5px;
    right:8px;
    width:34px;
    opacity: .5;
    z-index: 0;
}
.icon-question{
    position: absolute;
    top:5px;
    right:5px;
    width:12px;
}
.icon-pending {
    position: absolute;
    top: -5px;
    right: -3px;
    width: 50px;
}
.icon-outOfStock {
    position: absolute;
    top: 0;
    left: 0;
}
.benefit-lists li.active{
    color:#664630;
    background: #faf3ee;
    border-color: #c19b6e;
    font-weight: bold;
}
.benefit-lists li.active .icon-gold{
    opacity: 1;
}
.benefit-lists li.disabled{
    opacity: .5;
}
.benefit-lists li .logo{
    width:36px;
    margin-right:10px;
}
.c-title{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    display: flex;
    align-items: center;
}
.c-title:before{
    content: '';
    display: block;
    width:3px;
    height:16px;
    background: #c94b62;
    margin-right:10px;
    border-radius: 10px;
}
.code{
    display: flex;
    background: #ebebeb;
    border-radius: 12px;
    margin:25px 10px 0;
}
.code input{
    border: 0;
    padding:8px 15px;
    flex: 1;
    color:#6A6A6A;
}
.btn-primary,
.btn-exchange{
    color:#fff;
    font-weight: bold;
    padding:8px 10px;
    border-radius:12px;
    background: #fb5858;
    /* background: linear-gradient(to bottom, #642fac, #512ca9 ); */
}
.btn-block{
    display: block;
    height:40px;
    font-size: 16px;
    border-radius: 20px;
}
.btn-exchange.disabled{
    opacity: .4;
}
.question h5{
    color:#333;
    font-size: 14px;
    margin:15px 0 5px;
}
.question p{
    color: #6A6A6A;
    font-size: 12px;
}
.modal{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
    display: flex;
    align-items: center;
}
.modal-body{
    width:80%;
    margin-left:10%;
    border-radius: 5px;
    overflow: hidden;
    background-size: 100% 100%;
    background: #fff;
    padding:20px;
}
.modal-exchange .modal-body{
    padding:40px 20px 20px;
    background: url("images/bg_exchange.png") no-repeat;
    background-size: 100% 100%;
}
.modal-exchange .info{
    margin-top:30px;
}
.modal-exchange .info p{
    margin-top:3px;
    color:#999;
}
.modal-exchange .code{
    margin:10px 10px 0;
}
.modal-exchange .info span{
    font-weight: bold;
    color:#282828;
}
.modal-rules{
    color:#666;
}
.modal-rules li{
    margin:5px 0;
    display: flex;
    align-items: center;
}
.modal-rules li:before{
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background: #ddd;
    display: block;
    margin-right: 10px;
}
.modal-rules button{
    margin-top:20px;
}
.modal-quit .modal-body{
    background: url("images/bg_gift.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-top: 42%;
}
.modal-quit .con{
    padding:20px;
}
.modal-quit .opera{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.modal-quit .opera img{
    width:48%;
}
.modal-quit .p-1{
    color:#fff;
    font-size: 20px;
}
.modal-quit .p-2{
    color:#fff;
    font-size: 20px;
    margin:20px 0 5px;
}
.modal-quit .p-3{
    color:#ffca3b;
    font-size: 30px;
    font-weight: bold;
}
.modal-quit .close{
    width:40px;
    margin:30px auto 0;
}
.modal-reward .modal-body{
    width:100%;
    margin:0;
    background: url("images/bg_reward.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-top: 8%;
    overflow: visible;
    position: relative;
    min-height: 260px;
}
.modal-reward .close{
    position: absolute;
    width:40px;
    top:-50px;
    left:calc(50% - 20px)
}
.modal-reward .p-1{
    font-size: 30px;
    color:#e25a32;
}
.modal-reward .p-2{
    font-size: 18px;
    color:#777;
    margin-top: 10px;
}
.modal-reward .benefit-code{
    padding:8px 20px;
    display: inline-block;
    background: #fbe1d8;
    border-radius: 30px;
    margin:30px 0;
}
.drawAreaBg{
    width:80%;
    height:72%;
    top:12%;
}
.lotteryBox table td{
    background: url("images/td_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lotteryBox table td img{
    width:80%;
}
.lotteryBox table td#drawBtn{
    background: none;
}
.lotteryBox table td#drawBtn img{
    height:auto;
    margin-top: -6px;
}
.card{
    width:100%;
}
.result-wrap .result{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.result-wrap .result .icon{
    width:160px;
}
.result-wrap .result h3{
    font-size: 18px;
    margin-top:-10px;
}
.result-wrap .result .success-text{
    font-size: 25px;
    font-weight: bold;
    color:#fff;
    text-shadow: 0 3px 5px rgba(0,0,0,.1);
    margin-top: 10px;
}
.result-wrap .result p{
    color:#6a6a6a;
    margin-top:10px;
}
.result-top{
    padding:20px 0 40px;
    background: #FFC1A7;
}
.result-top .note{
    padding:20px 30px;
}
.result-top .note p{
    color:#fff;
    font-size: 14px;
    text-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.reward-rules{
    padding:20px 15px;
    color:#888;
    line-height: 1.5;
}
.reward-rules .title{
    font-size: 14px;
    color:#444;
    margin-bottom: 10px;
}
.lotteryBox{
    width:100%;
    margin-top:-10%;
}
.tickets{
    padding-top:20px;
}
.tickets-wrap{
    padding:0 15px 15px;
    background: #fff;
    min-height: 100vh;
}
.tickets li,
.book-list li{
    border-radius: 5px;
    background: #fff;
    padding:12px 20px;
    box-shadow: 0 0 5px rgba(0,0,0, .1);
    margin-top:20px;
    position: relative;
}
.book-list li .title{
    font-size: 14px;
}
.book-list li p{
    color:#666;
    margin-top: 5px;
}
.book-list li .status{
    position: absolute;
    right:10px;
    top:10px;
    color: #642fac;
}
.tickets-wrap .tickets li:first-child{
    margin-top:0;
}
.tickets .icon-past,
.book-list li .icon-receive{
    position: absolute;
    width:60px;
    right:30px;
    top:10px;
}
.tickets li .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.tickets li .code{
    margin:10px 0 0;
    border-radius: 3px;
}
.tickets li .btn-exchange{
    border-radius: 4px;
    padding:8px 20px;
    border:0;
}
.tickets li .top .time{
    font-size: 12px;
    color:#6A6A6A;
}
.note p{
    margin-top:10px;
    color: #6A6A6A;
}
.home-wrap{
    background: url("images/home_bg.jpg") repeat-y;
}
.home-wrap .main-top{
    position: relative;
}
.home-wrap .main-top img{
    width:100%;
}
.user-info{
    position: absolute;
    top:10px;
    left:10px;
    display: flex;
    align-items: center;
    color: #fff;
}
.user-info img.avatar{
    width:16px;
    margin-right:3px;
}
.home-con{
    padding:0 20px 50px;
    background: url("images/main_bg.jpg") no-repeat bottom;
    background-size: 100% auto;
}
.home-con .action{
    text-align: center;
}
.home-con .btn-buy{
    width:80%;
    margin:-20px 10% 0;
    animation:mymove .8s infinite;
    -webkit-animation:mymove .8s infinite;
}
@keyframes mymove{
    0%{transform:scale(.9,.9);}
    25%{transform:scale(1,1);}
    100%{transform:scale(.9,.9);}
}
.home-con .note{
    padding:15px;
    background-size: 100% 100%;
    border:10px solid #BF6FF6;
    border-radius: 20px;
    background: #F7EDFE;
    box-shadow: inset 0 0 15px #BF6FF6;
}
.home-con .note .c-title:before{
    background: #6426B1;
}
.agreement{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top:-25px;
}
.agreement img{
    width:18px;
    margin-right:10px;
}
.agreement span{
    color:#F5D521;
    margin-left:5px;
}

.modal-login .modal-body{
    background: #fff;
    padding:0;
}
.modal-login .top-title{
    height:76px;
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url("images/btn_login_bg1.png") no-repeat;
    background-size: 100% 100%;
}
.modal-login .con{
    padding:20px;
    color:#666;
    max-height: 350px;
    overflow-y: auto;
}
.modal-login .con p{
    margin-bottom:10px;
}
.modal-book .modal-body{
    background: #FFA63D;
    padding:5px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}
.modal-book .modal-body .con{
    background: #fff;
    border-radius: 10px;
    padding:10px;
}
.modal-book .modal-body .cover img{
    width:100%;
    border-radius: 10px;
}
.modal-book .title{
    text-align: center;
    color: #2A2A2A;
    font-size: 14px;
}
.modal-book .add-info{
    text-align: center;
    padding-top:10px;
    text-decoration: underline;
    color: #F23502;
    position: relative;
}
.modal-book .input-group li{
    border-bottom:1px solid #eee;
    display: flex;
    align-items: center;
}
.modal-book .input-group label{
    display: inline-block;
    width:70px;
    color: #797979;
}
.modal-book .input-group input{
    border: 0;
    padding:15px 10px;
    flex:1;
}
.modal-book .input-group textarea{
    flex:1;
    height:50px;
    margin:10px 0;
    border-color: #f8f8f8;
    padding:5px 10px;
    border-radius: 3px;
}
.modal-book .btn-save{
    width:80%;
    margin:20px 10% 10px;
}
.modal-book .intro h5{
    color:#333;
    font-size: 12px;
}
.modal-book .intro p{
    color:#666;
    transform: scale(.9, .9);
    transform-origin: top;
    margin: 5px -5%;
}
.icon-close{
    position: absolute;
    bottom: -50px;
    width:30px;
    left:50%;
    transform: translate(-50%, 0);
}
.login-form{
    padding-bottom:15px;
}
.login-form li{
    margin-bottom:15px;
    border-radius: 30px;
    /* box-shadow: inset 0 5px 5px rgba(0, 0, 0, .1); */
    border: #c1c1c1 1px solid;
}
.login-form li input{
    padding:12px;
    border:0;
    width: 100%;
}

.input-phone{
    width:100%;
}
.login-form .get-code{
    margin-top: -1px;
    padding: 10px 12px;
    border-radius: 10px 30px 30px 10px;
    border:2px solid #f25733;
    float: right;
    color:#f25733;
    box-shadow: -3px 0 5px rgba(0,0,0,.1);
}
.login-cancel{
    text-align: center;
    font-size: 12px;
    color: #f25733;
    margin-top: 10px;
}

.btn-ticket{
    position: absolute;
    bottom:40px;
    right:10px;
    color:#fff;
    font-weight: bold;
}
.text-waiting{
    text-align: center;
    padding:20px 0;
    color:#aaa;
}

.benefit-type .action{
    text-align: center;
}
.benefit-type .action .btn-exchange{
    border-radius: 30px;
    font-size: 16px;
    width:76%;
    margin:20px 12% 0;
}

.home{
    min-height: 100vh;
    background: #f14a1d url("images/main_top2.jpg") no-repeat;
    background-size: 100% auto;
}
.home .main-top{
    width: 100%;
}
.home .pic{
    width:100%;
}
.home .main-con{
    padding:54% 15px 15px;
}
.home section{
    border-radius: 15px;
    border:10px solid #f39f3f;
    background: #fefefc;
    padding: 0;
}
.home .btn-buy{
    width:100%;
    margin:20px auto 10px;
    animation:mymove .8s infinite;
    -webkit-animation:mymove .8s infinite;
}
.home .form-group{
    width:84%;
    margin:0 auto;
}
.home input{
    border-radius: 30px;
    padding:10px;
    width:90%;
    border:1px solid #eee;
    margin:20px 5% 0;
    background: #eee;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.home .note{
    margin-top:15px;
    padding:15px;
}

.exchange-wrap2{
    background: linear-gradient(to bottom, #ff5421 80%, #ff321e);
}
.exchange-wrap2 .main-con{
    background: url("images/banner_1.jpg") no-repeat;
    background-size: 100% auto;
    padding:60% 10px 20px;
    overflow-x: hidden;
}
.exchange-wrap2 .action .btn-exchange{
    background: linear-gradient(to bottom, #feeba1, #ffab2a);
    border:0;
    box-shadow: 0 3px 0 #fb5a00;
    color:#333;
}
.exchange-wrap2 section{
    border-radius: 10px;
    border:6px solid #ff9c43;
    margin-top: 10px;
}
.img-title{
    width:60%;
    margin:0 auto;
}
.exchange-wrap2 .question .con{
    margin-top: 10px;
}
.exchange-wrap2 .benefit-lists li.active{
    border:2px solid #f82e1d;
    font-weight: normal;
}
.exchange-wrap2 .benefit-lists li.active{
    background: url("images/check.png") no-repeat right bottom;
    background-size: 20px 20px;
}
.exchange-wrap2 .benefit-lists.book li{
    text-align: left;
}
.exchange-wrap2 .benefit-lists.book .title{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.exchange-wrap2 .benefit-lists.book p{
    font-size:12px;
    color:#999;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.exchange-wrap2 .action img{
    width:80%;
    margin:20px auto 0;
}
.exchange-wrap2 .benefit-lists li{
    color:#333;
    border:2px solid #e5e5e5;
}
.exchange-wrap2 .benefit-lists li small{
    display: block;
}
.exchange-wrap2 .btn-myticket{
    position: absolute;
    right:0;
    top:170px;
    width:80px;
}

.avatar-box{
    text-align: center;
    padding:20px;
}
.avatar-box p{
    font-size: 16px;
    color:#f14a1d;
    margin-bottom: 10px;
}
.avatar-box ul{
    display: flex;
    justify-content: space-between;
}
.avatar-box li img{
    width:30px;
}
.top-avatar{
    background: rgba(255, 255, 255, .6);
    border-radius: 30px;
    width:230px;
    position: absolute;
    top:10px;
    right:10px;
    height:25px;
    overflow: hidden;
    z-index: 2;
}
.top-avatar li{
    display: flex;
    align-items: center;
    height: 25px;
}
.top-avatar img{
    width:20px;
    margin-right: 5px;
}
.ad-box{
    position: relative;
}
.text-ad{
    position: absolute;
    left:5px;
    top:35px;
    z-index: 2;
    color:#fff;
    display: inline-block;
    width:32px;
    text-align: center;
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    transform: scale(.65, .65);
}
.form-group li{
    position: relative;
}
.form-group .get-code{
    border:0;
    border-radius: 20px 30px 30px 20px;
    background: #ffefe5;
    position: absolute;
    right:5%;
    top:20px;
    height:36px;
    padding:0 10px;
}

/* 新版权益中心兑换页面 exchange3 =================*/
.e3_wrap{
    background-color: #fff;
}
.padding15 {
    padding:0 15px;
}
.e3_wrap .main-con{
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.e3_wrap .e3_top {
    width: 100%;
    padding-top: 45%;
    position: relative;
    background: url("images/e4_top.jpg") no-repeat;
    background-position: top left;
    background-size: 100% auto;
}
.e3_wrap section{
    padding: 0;
}
.e3_top .myTicker {
    position: absolute;
    right: 8%;
    top: 33%;
    width: 100px;
    /* height: 30px; */
}
.e3_top .myRecord {
    position: absolute;
    right: 8%;
    top: 53%;
    width: 100px;
    /* height: 30px; */
}
@media screen and (max-width: 374px){
    .e3_top .myTicker { width: 80px;}
    .e3_top .myRecord { width: 80px;}
}
.myTicker img,.myRecord img {width: 100%}
.e3_wrap .action .btn-exchange{
    background: linear-gradient(to bottom, #feeba1, #ffab2a);
    border:0;
    box-shadow: 0 3px 0 #fb5a00;
    color:#333;
}
.e3_con .e3_conTop {
    width: 100%;
    margin: 30px 0 10px;
    display: flex;
    align-items: center;
}
.e3_con .e3_icon {
    width: 22px;
    height: 23px;
}
.e3_con .e3_title {
    margin-left: 10px;
    font-size:15px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(38,38,38,1);
}
.e3_conTop .e3_conTop_l {
    flex: 1;
    display: flex;
}
.e3_conTop .e3_conTop_r {
    flex: 0 0 50px;
    width: 50px;
    text-align: right;
}
.e3_wrap .benefit-lists li.active{
    border: 1px solid #FB5858;
    font-weight: normal;
}
.e3_wrap .benefit-lists li.active{
    background: url("images/check.png") no-repeat right bottom;
    background-size: 20px 20px;
}
.e3_wrap .benefit-lists.book li{
    text-align: left;
}
.e3_wrap .benefit-lists.ticket li{
    box-shadow: 0px 3px 7px rgba(0,0,0,.1);
}

.e3_wrap .benefit-lists.book .title{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    height: 16px;
    overflow: hidden;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.e3_wrap .benefit-lists.book p{
    font-size:12px;
    color:#999;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.e3_wrap .action img{
    width:80%;
    margin:20px auto 0;
}
.e3_wrap .benefit-lists li{
    color:#333;
    border:1px #e5e5e5 dashed;
}
.e3_wrap .benefit-lists li small{
    display: block;
}
.e3_con .e3_btnBox {
    width: 100%;
    margin-top: 20px;
}
.e3_con .e3_btnImg {
    width: 100%;
}
.e3_btnBox .e3_btn {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #FB5858;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.e3_con .e3_question{
    width: 100%;
}
.e3_question p {
    letter-spacing: .1em;
}
.e3_question .e3_que_p1 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-top: 20px;
}
.e3_question .e3_que_p2 {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* 阅视界·三重福利打包送 index_opti */
.opti_wrap{
    min-height: 100vh;
    padding-bottom: 10px;
}
.opti_wrap .main-top {
    width: 100%
}
.opti_top{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.opti_top .scroll_txt{
    width:230px;
    position: absolute;
    bottom:10%;
    left:15%;
    height:25px;
    overflow: hidden;
}
.scroll_txt li{
    display: flex;
    align-items: center;
    height: 25px;
}
.scroll_txt img{
    width:20px;
    margin-right: 5px;
}
.opti_top .input_box {
    width: 66%;
    position: absolute;
    top: 59%;
    left: 16%;
}
.input_box .phone_txt {
    border-radius: 10px;
    padding: 8px 10px;
    width: 90%;
    border: 1px solid #eee;
    margin: 20px 5% 0;
    background: #eee;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.opti_top .btn_box{
    position: absolute;
    top: 69%;
    left: 16%;
}
.btn_box .btn_img {
    width: 80%;
    animation:mymove .8s infinite;
    -webkit-animation:mymove .8s infinite;
}
.opti_main {
    width: 92%;
    margin: 0 auto 0;
}
.opti_txtBox {
    width: 92%;
    padding: 8px 0;
    margin: 20px auto;
    background-color: #fdb232;
    border-radius: 10px;
}
.opti_main .opti_main_item {
    width: 100%;
}
.opti_txtBox .opti_notes {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
}
.opti_notes p,.ten_txtBox p {
    margin-top: 10px;
    color: #6A6A6A;
}
.lesson_con {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #9edaff;
}
.lesson_con img {
    display: block;
    width: 100%;
}
.lesson_con .phone_txt {
    width: 75%;
    display: block;
    margin: 20px auto;
    border-radius: 20px;
    padding: 12px 20px;
    border: 1px solid #eee;
    background: #eee;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.lesson_con .lesson_notes {
    width: 80%;
    margin: 40px auto 0;
}
.lesson_notes .lesson-title{
    width: 100%;
    letter-spacing: .2em;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #2a51e8;
    text-align: center;
}
.lesson_notes .lesson_pBox {
    padding: 5%;
    margin-top: 10px;
    background-color: #4b9ffb;
    border-radius: 10px;
    box-shadow: inset 0 0 20px rgba(0,0,0,.15);
}
.lesson_pBox p {
    margin-top: 10px;
    color: #fff;
    line-height: 20px;
}
.lesson_con .btnBox {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.btnBox button {
    width: 90%;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #387cf7;
    color: #fff;
    font-size: 16px;
    border: none;
    box-shadow: inset 0px -5px 0px rgba(199,233,253,.8);
}

/* 我的券码 ticketRecord */
.ticket_record{
    padding: 0 15px 15px;
    background: #fff;
    min-height: 100vh;
}
.list_ul {
    width: 100%;
    margin: 0 auto;
}
.list_ul .list_item{
    border-radius: 5px;
    background: #fff;
    padding: 12px 20px;
    box-shadow: 0 0 5px rgba(0,0,0, .1);
    margin-top: 20px;
    position: relative;
}
.list_item .icon-past {
    position: absolute;
    width: 60px;
    right: 10px;
    top: 15px;
}
.list_item .tickets_txt {
    font-size: 13px;
    margin-top: 8px;
}
.tickets_txt .tickets_span1{
    color: #666;
}
.tickets_txt .tickets_span1{
    color: #333;
}
.list_item .codeBox_con {
    width: 100%;
    margin: 10px auto 0;
    display: flex;
}
.codeBox_con .codeBox_title {
    font-size: 13px;
    /* font-weight: 600; */
    color:#333;
    flex: 0 0 60px;
    width: 60px;
    vertical-align: middle;
    margin-top: 10px;
}
.codeBox_con .codeBox{
    width: 100%;
    flex: 1;
    display: flex;
    background: #ebebeb;
    border-radius: 6px;
}

.codeBox input{
    border: 0;
    padding: 10px 0 10px 15px;
    flex: 1;
    color:#6A6A6A;
}
.codeBox .copy_btn {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #FB5858;
    color: #fff;
    flex: 0 0 65px;
    width: 65px;
}
.copy_btn.disabled{
    opacity: .4;
}

/* 我的券码 ticket3 */
.tickt3_btnBox {
    width: 100%;
    margin: 20px auto 0;
}
.tickt3_btnBox .re_btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
}
.tickt3_btnBox .redeem_btn1 {
    background-color: #d4d4d4;
    color: #333;
}
.tickt3_btnBox .redeem_btn2 {
    background-color: #FB5858;
    color: #fff;
}
.t3_book_top {
    width: 100%;
    display: flex;
}
.t3_book_top .t3_book_sp1 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    flex: 0 0 100px;
    width: 100px;
}
.t3_book_top .t3_book_sp2 {
    font-size: 12px;
    color: #999;
    text-align: left;
    flex: 0 0 120px;
    margin-left: 10px;
}
.t3_book_top .t3_book_sp3 {
    font-size: 12px;
    color: #6A6A6A;
    flex: 1;
    text-align: right;
}

/* 十点课堂 */
.ten_con {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.ten_con .ten_inputBox {
    width: 80%;
    margin: 0 auto;
}
.ten_inputBox .phone_txt {
    border-radius: 10px;
    padding: 8px 10px;
    width: 90%;
    border: 1px solid #eee;
    margin: 20px 5% 0;
    background: #eee;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.ten_con .ten_btnBox{
    width: 80%;
    margin: 0 auto;
    animation:mymove .8s infinite;
    -webkit-animation:mymove .8s infinite;
    position: relative;
}
.ten_btnBox .btn_img {
    width: 80%;
    margin: 15px auto;
}
.ten_btnBox .ten_btnSy{
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 11px;
    left: 30%;
}
.ten_con .scroll_txt{
    width: 190px;
    height:25px;
    margin: 0 auto 30px;
    overflow: hidden;
    background: rgba(79,145,153, .6);
    border-radius: 15px;
}
.ten_txtBox {
    width: 92%;
    padding: 8px 0;
    margin: 70px auto 20px;
    background-color: #fdb232;
    border-radius: 10px;
    border: #871873 2px solid;
}
.ten_txtBox .ten_notes {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    border: #871873 2px solid;
    position: relative;
}
.ten_noteImg {
    width: 73%;
    margin: -22% auto 0;
}

/* 新版权益中心兑换页面 exchange4 =================*/
.e3_wrap{
    background-color: #fff;
}
.e3_wrap .e4_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 .e4_ul .e4_item {
    width: 48%;
    margin: 5px 0;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
 }
 .e4_item .e4_item_img {
     width: 100%;
 }
 .e4_item .e4_btnImg {
     width: 70px;
     position: absolute;
     bottom:  15%;
     right: 10%;
 }
 .e4_btnBox {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}
.e4_btnBox .e3_btnImg {
    width: 100%;
}

/* 国庆中秋双节活动 index_double */
.double_con {
    width: 92%;
    margin: 15px auto 0;
    background-color: #da3321;
    border: #fff1ab 1px solid;
    border-radius: 15px;
    position: relative;
}
.double_con .double_con_bg {
    width: 95%;
    margin: 8px auto;
    padding: 2%;
    background-color: #fffae4;
    border-radius: 5px;
    position: relative;
}
.double_con .double_title {
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #dd4938;
    font-weight: bold;
}
.double_con .double_con_img1,.double_con1 .double_con_img1{
    width: 100%;
}
.double_con1 {
    width: 95%;
    margin: 15px auto 0;
}

.modal-reward{
    position: fixed;
    z-index: 3;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
}
.modal-reward .modal-body{
    width:300px;
    margin:20% auto 0;
    background: url("images/reward_bg.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding:50px 0;
    color: #c6ae81;
    position: relative;
}
.modal-reward .title{
    font-size: 18px;
}
.modal-reward .logo{
    width:60px;
    margin:10px 0;
    display: inline-block;
}
.modal-reward h4{
    color:#f24143;
    font-size: 16px;
    margin-bottom: 10px;
}
.modal-reward p span{
    color:#f24143;
}
.modal-reward .btn-get{
    width:180px;
    margin:40px auto 0;
}
.modal-reward .btn-close{
    position: absolute;
    top:-10px;
    right:-10px;
    width:30px;
}

/* 金秋抽奖狂欢 index_fall */
.fall_top img{width: 100%; margin: 0 auto;}
.fall_con {width: 100%; position: relative;margin-top: -17%;}
.fall_con .lotteryBg{width:100%;display:block;margin:0 auto;position:relative;z-index:2;border-radius:5%}
.fall_con .fall_ul {position:absolute;top:-18px;left:0px;right:0;bottom:0;margin:auto;z-index:2;width:85%;height:86%;border-radius:10px; display: flex;flex-wrap: wrap;justify-content: space-between;}
.fall_ul .fall_item{width:33%;margin:0 auto;display:flex;align-items:center;text-align:center;position:relative}
.fall_item img {width: 95%; margin: 0 auto;}
.fall_con2 {width: 90%;margin: -15px auto 20px;}
.fall_con2 img{width: 100%;margin: 0 auto;}
/* 中奖名单 */
.showPrize_box {width: 100%; margin: -15px auto 0; padding-bottom: 30px;}
.theWinnerNum{background-color: #f68d46; text-align:center;font-size:16px;margin:auto;width:160px;padding:2px;line-height:26px;border-radius:15px;color:#fff}
.theWinnerNum_border{border-radius:15px;border:1px dashed #fff;}
.theWinnerNum .theWinnerNum_border span{display:inline-block;padding:3px 10px;margin:3px;background:#cf7a2f;border-radius:6px;color:#fff}
.shufflingTheWinnerBox{width:240px;height:80px;background:#f68d46;color:#101010;padding:10px 0;margin:-30px auto 0;position:relative;z-index:3;border-radius:10px;padding:10px 0}
.shufflingTheWinner .shuffling_ul {width: 96%;margin: 0 auto 0;}
.shufflingTheWinner .shuffling_ul .shuffling_li{width: 98%;height: 23px; padding-right: 2%;color: #101010; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.shufflingTheWinner{width:95%;height:60px;margin: -5px auto 0;padding:2% 3%;line-height:22px;font-size:10px;list-style:none;overflow:hidden;position:relative;z-index:2;}
.bgffd749{position:absolute;width:100%;height:20px;top:0;bottom:0;left:0;margin:auto 0;background:#f9a66d;z-index:1}
.shufflingTheWinner_box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}
.shufflingTheWinner_box span{display:block;width:100%;height:33.333333%;background:#333;opacity:.4}
.shufflingTheWinner_box span:nth-child(2){background:#666;opacity:.2}
.spring_border1{margin:auto;width:80%;padding:15px 0 50px;margin-top:0;position:relative;z-index:2; border: #f68d46 2px solid; border-top: none;}
.fall_txtBox {width: 90%; padding: 10px; margin: 0 auto;border-radius: 3px; background-color: #8e7957;position: relative;}
.fall_txtBox .fall_title {width: 100%; padding-left: 20px; padding-bottom: 10px; border-bottom: #cccc33 1px dashed; color: #fff; font-size: 20px; font-weight: bold;}
.fall_txtBox .sj_icon{width:0;height:0;position:absolute;top:4px;left:0;border-width:15px;border-style:solid;border-color:#8e7957 #8e7957 #8e7957 #cc3;line-height:99em;overflow:hidden}
.fb2_pop_btn {
    width: 90%;
    animation:mymove .8s infinite;
    -webkit-animation:mymove .8s infinite;
}

/*成功页包课程列表*/
.course-lists{display: flex;flex-wrap: wrap;padding:15px 10px;}
.course-lists li{width:22%;margin:0 1.5%;}
.course-lists .cover{width:100%;border-radius: 5px;}
.course-lists .title{color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.course-lists button{background: #FF8F31;border:0;padding:3px 0;width:68px;display:block;margin:5px auto 0;text-align:center;color:#fff;border-radius: 5px;}


.pop-end{background: #fff;position: fixed;top:0;left:0;width:100%;height:100vh;z-index: 9;text-align: center;padding-top: 25vh;font-size: 17px;}
.pop-end img{width:200px;margin:0 auto;}