body{
    background: #f4f4f6;
}

.title{
    width: 100%;
    height: 3.25rem;
    overflow: hidden;
    background: #fff;
}
.title div{
    width: 33.3%;
    height: 3.25rem;
    text-align: center;

}
.title div:nth-last-child(1){
    border-bottom: 0 none;
}
.title div span{
    font-size: 1.0833rem;
    color: #000000;
}
.title div img{
    display: block;
    width: 0.75rem;
    height: 0.3333rem;
    margin-left: 0.3rem;
}

#bg{
    background-color:#000;
    position:fixed;
    z-index:99;
    left:0;
    top:0;
    display:none;
    width:100%;
    height:100%;
    opacity:0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
}

.payment_time_mask{
    z-index: 999;
    width: 90%;
    height: 272px;
    position: absolute;
    left: 5%;
    top: 115px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    display: none;
}
.payment_time_mask li{
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.dlcon{
    height: 41px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-top: solid 1px #ededed;
    z-index: 12;
}
.dlcon .fl_con{
    width: 33.333333%;
    float: left;
}
.dlcon .fl_con dt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    color:#000;
}
.dlcon .fl_con dt i{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #999999;
    position: relative;
    top: 12px;
    margin-left: 5px;
}
.dlcon .fl_con:last-child dt{
    border-right: none;
}
.dlcon .fl_con dd{
    width: 100%;
    position: fixed;
    top: 41px;
    left: 0px;
    box-sizing: border-box;
    background: #fff;
    display: none;
}
.dlcon .fl_con dd a{
    display: block;
    padding: 0px 30px;
    border-bottom: solid 1px #f2f2f2;
    height: 40px;
    line-height: 40px;
}
.shade{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.newul{
    margin: 0;
    padding: 15px;
}
.newul li{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}
.newul li a{
    display: block;
}
.newul li a .imgbox{
    overflow: hidden;
    height: 160px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.newul li a .imgbox img{
    width: 100%;
    vertical-align: top;
}
.newul li a .name_con{
    padding: 15px 15px 15px;
}
.newul li a .name_con h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.newul li a .name_con p{
    color:#666;
    line-height: 24px;
}
.newul li em.tag{
    position: absolute;
    width: 80px;
    height: 24px;
    background: -webkit-linear-gradient(left, #88d1f7 , #33abfb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #88d1f7, #33abfb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #88d1f7, #33abfb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #88d1f7 , #33abfb); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#88d1f7, endColorstr=#33abfb);
    z-index: 7;
    top: 10px;
    left: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 24px;
    color:#fff;
    box-sizing: border-box;
    font-size: 14px;
}
.newul li em.tag.tagdoing{
    padding-left: 20px;
}
.newul li em.tag.tagdoing:after{
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image:url(/res/show/5880/images/icon-tagdoing.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 5px;
    left: 10px;
}
.newul li em.tag.tagnostart{
    border: solid 1px #fff;
    background: rgba(0,0,0,0.5);
}
.newul li em.tag.tagend{
    color:#fe0000;
    border: solid 1px #7c1310;
    background: rgba(0,0,0,0.7);
}
.newul li a .imgbox .icon-video{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 8;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background:url(/res/show/5880/images/icon-videoimg.png) no-repeat;
    background-size: 100% 100%;
}
.newul li a .imgbox .icon-video.noicon{
    display: none;
}

.popbox{
    width: 70%;
    height: 130px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -35%;
    z-index: 20;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}
.popbox h4{
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 10px;
}
.popbox .button{
    display: inline-block;
    width: 80px;
    height:32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #529be7;
    color: #529be7;
    line-height: 32px;
}
.popbox.tagend .button{
    background: none;
    border: solid 1px #bfbfbf;
    color:#bfbfbf;
}
@media screen and (min-width:1070px) {
    .newul li a .imgbox {height: 20rem;}
    .newul li a .name_con h4{font-size: 1.5rem;}
    .newul li a .name_con p{font-size: 1.5rem;line-height: 1.5;}
    .newul li em.tag{width: 7rem;height: 2rem; -webkit-border-radius:0.5rem;-moz-border-radius:0.5rem;border-radius:0.5rem; font-size: 1.5rem;line-height: 2rem}
}
