/* 基础样式 */
@import url(base.css); 
/* 正文样式 */
.footer, body {min-width: 0;}
.page_zt{}
.page_bg{
    width: 100%;
    height: 670px;
    background: url(../img/zt/zt_01.png) no-repeat top center #1f0c7c;
}
.page_cont{ 
    background-color: #1f0c7c; 
    height: 1200px;
    padding: 25px 0 50px 0;
    position: relative;
}
.main{width: 1200px;margin: 0 auto;}
.posi_abso{
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.cont_line{
    color: #fff;
    height: 180px;
    background: linear-gradient(to left, #592ac9 , #7b3ade);
    box-sizing: border-box;
    border: 1px solid;
    border-image: -webkit-linear-gradient(90deg,#bf5bf0, #1f0c7c) 60 30;
    border-image: -moz-linear-gradient(90deg, #bf5bf0, #1f0c7c) 60 30;
    border-image: linear-gradient(90deg,#bf5bf0, #1f0c7c) 60 30;
}
.cl_left{
    height: 148px;
    padding: 15px 0;
    float: left;
}
.cl_text{
    float: left;
    padding: 0 20px;
    line-height: 22px;
    max-width: 680px;
}
.zt_time{
    background: url(../img/zt/zt_time.png) no-repeat top center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.cl_main{
    font-size: 28px;
    float: left;
    height: 100%;
    line-height: 143px;
    width: 200px;
    text-align: center;
    border-right: 1px dashed;
    border-right-color: rgba(255,255,255,0.5);
}
.cl_right{
    float: right;
    width: 230px;
    background-color: #fff;
    padding: 20px;
    height: 138px;
}

.cont_li{
    background-color: #fff; 
    width: 270px;
    height: 270px;
    font-size: 14px;
    float: left;
    margin: 0 40px 40px 0;
    border: 1px solid;
    box-sizing: border-box;
    border-image: -webkit-linear-gradient( #bf5bf0, #1f0c7c) 60 30;
    border-image: -moz-linear-gradient( #bf5bf0, #1f0c7c) 60 30;
    border-image: linear-gradient( #bf5bf0, #1f0c7c) 60 30;
}
.cont_li:nth-child(4n){margin-right: 0;}
.cont_up{
    height: 70px;
    background: linear-gradient(to top right, #592ac9 , #7b3ade);
    padding: 20px;
    color: #fff;
    line-height: 36px;
}
.cont_mark{
    background: url(../img/zt/zt_mark.png) no-repeat;
    display: inline-block;
    width: 42px;
    height: 24px;
    position: absolute;
    top: -8px;
    left: 85px;
}
.cont_mark1{
    background: url(../img/zt/zt_mark1.png) no-repeat;
    display: inline-block;
    width: 152px;
    height: 26px;
    position: absolute;
    top: -10px;
    left: 300px;
}
.cont_down{
    padding: 10px 20px;
    color: #333;
}
.cd_text{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ff0000;
}
.line_thro{
    text-decoration: line-through;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #333;
}
.cont_small{
    font-size: 12px;
    top: 37px;
    position: absolute;
}

.zt_btn{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 11px;
}
.cont_click{
    background-image: linear-gradient(89deg, #ff9d5b 0%, #fb701c 100%), linear-gradient( #fe793e, #fe793e);
}
.cont_click:hover{
    background-color: #f25119;
    background-image: none;
}
/* 活动已结束 */
.cont_noclick{
    background-color: #ddd;
    color: #333;
    cursor: not-allowed;
}
/* 敬请期待 */
.cont_wait{
    background-color: #fff;
    cursor: not-allowed;
    color: #f25119;
    border: 1px solid #f25119;
    box-sizing: border-box;
}
/* 活动规则 */
.page_rule{
    background-color: #11015e;
    color: #fff;
    font-size: 16px;
    padding: 40px 0;
    line-height: 38px;
    height: 200px;
}
