body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Microsoft YaHei',微软雅黑,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fafafa;
    scrollbar-face-color: #bfbfbf;
    scrollbar-highlight-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-Shadow-color: #adadad;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
    scrollbar-track-color: #eeeeee;
    min-width: 960px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

    ::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.4);
    }

.flex {
    display: flex;
    flex-wrap: nowrap;
}
/* 蒙层 */
#back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    /* //在页面中绝对定位 */
    top: 0;
    left: 0;
    z-index: 999;
    /* //因为要覆盖全网页所以设置一个比较高的权重 */
    display: none;
}

#topmost {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    /* //在页面中绝对定位 */
    top: 0;
    left: 0;
    z-index: 1100;
    /* //因为要覆盖全网页所以设置一个比较高的权重 */
    display: none;
}

.progressBar {
    display: block;
    position: fixed;
    top: 220px;
    left: 45%;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    z-index: 1102;
}



.tip_model {
    width: 100%;
    height: 100%;
    display: block;
    display: none;
    position: fixed;
    z-index: 10000;
}

#m_model {
    width: 480px;
    height: 450px;
    display: block;
    display: none;
    position: fixed;
    /*
    left: 50%;
    margin: -125px 0 0 -200px; */
    top: 25%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px; */
    border-radius: 4px;
    /* background: url(../images/novice_tip.png) no-repeat; */
}

.model-img {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.bg_model {
    width: 560px;
    height: 475px;
    display: block;
    display: none;
    background-color: #fff;
    position: fixed;
    /* 
            left: 50%;
            margin: -125px 0 0 -200px; */
    top: 25%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
    border-radius: 4px;
}

.sm_model {
    width: 380px;
    display: block;
    display: none;
    position: fixed;
    top: 25%;
    /* left: 50%;
    margin: -125px 0 0 -200px; */
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 4px;
    background: #FFFFFF;
}

.model-top {
    margin: 5px;
    height: 50px;
    border-bottom: 1px solid #dddddd;
}

.model_title {
    line-height: 50px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
/* //弹框用样也是像背景一样实现 */
#close_all {
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 35px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    cursor: pointer;
    /* //该步鼠标悬停时变小手 */
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 10px;
    color: #333333;
}

    input::-webkit-input-placeholder {
        color: #999999;
    }

a {
    text-decoration: none;
}

.model-title {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    color: #333333;
}

.model-title1 {
    color: #FF8759;
    font-size: 16px;
    margin: 40px 0 0 115px;
}

.model-title2 {
    color: #FF4635;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 0 115px;
    letter-spacing: 2px;
}

.model_div_input {
    width: 295px;
    height: 30px;
    position: relative;
    margin-left: 118px;
    margin-top: 15px;
    border-radius: 4px;
}

.model_div_input1 {
    width: 295px;
    height: 30px;
    position: relative;
    margin-left: 118px;
    border-radius: 4px;
    margin-top: 285px;
}

.sub_div {
    position: absolute;
    right: 0;
    font-size: 14px;
    margin-top: -29px;
    margin-right: 3px;
    line-height: 26px;
    color: #ffffff;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 4px;
    background: -webkit-linear-gradient(left top, #FC571F, #FDC521);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top right, #FC571F, #FDC521);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #FC571F, #FDC521);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #FC571F, #FDC521);
    /* 标准的语法（必须放在最后） */
}

.model-body {
    padding: 0px 25px 25px 25px;
}

    .model-body .money {
        height: 25px;
        font-size: 18px;
        margin-top: 25px;
    }
/* .model-account{
    width: 304px;
    height: 35px;
    position: relative;
    margin:15px 28px;
    border-radius: 4px;
} */
input.account {
    width: 288px;
    height: 35px;
    border: 1px solid #dddddd;
    padding-left: 30px;
}

input.check-msg {
    width: 152px;
    height: 35px;
    border: 1px solid #dddddd;
    padding-left: 30px;
}

.choose-div {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #999999;
}

#toaster {
    width: 325px;
    height: 70px;
    background: #000;
    opacity: 0.65;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 12%;
    /* left: 45%; */
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999999;
    display: none;
}

    #toaster img#tip {
        margin-top: 18px;
        position: relative;
        float: left;
        margin-left: 20px;
    }

    #toaster div {
        text-align: left;
        margin: 17px 10px 17px 60px;
    }

.icon-qq {
    background: url(../images/qq.png) no-repeat;
    padding: 0 20px;
}

.icon-acc-num {
    background: url(../images/accnum.png) no-repeat 10px;
}

.icon-acc-pwd {
    background: url(../images/accpwd.png) no-repeat 10px;
}

.icon-remember {
    background: url(../images/remember.png) no-repeat 0px 2px;
    padding-left: 20px;
}

.icon-remembered {
    background: url(../images/remembered.png) no-repeat 0px 2px;
    padding-left: 20px;
}

.icon-pic-check {
    background: url(../images/pic-check.png) no-repeat 10px;
}

.icon-msg-check {
    background: url(../images/msg-check.png) no-repeat 10px;
}

.icon-downLoad {
    background: url(../images/Open.png) no-repeat 0 50%;
    padding: 0px 16px;
}

.icon-uncollec {
    background: url(../images/ic_collect.png) no-repeat 0px 2px;
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.icon-collec {
    background: url(../images/ic_collect_active.png) no-repeat 0px 2px;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.icon-down {
    background: url(../images/r_arrow_expansion.png) no-repeat 28px;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 50px;
    display: inline-block;
    color: #ff3333;
    cursor: pointer;
    margin-left: 10px;
}

.icon-clock {
    background: url(../images/clock.png) no-repeat;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
}


.icon-up {
    background: url(../images/r_arrow_contraction.png) no-repeat 28px;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 50px;
    display: inline-block;
    color: #ff3333;
    cursor: pointer;
    margin-left: 10px;
}

.icon-pay {
    background: url(../images/left.png) no-repeat 60px;
    /* width: 50px; */
    display: inline-block;
    color: #ff3333;
    cursor: pointer;
    margin-left: 10px;
}
/* .icon-pay-down{
    background: url(../images/down.png) no-repeat 28px;
    display: inline-block;
    color:#ff3333;
    cursor: pointer;
    margin-left: 10px;
} */
.icon-newtask {
    background: url(../images/ic_novice.png) no-repeat;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 25px;
}

.icon-datetask {
    background: url(../images/date.png) no-repeat;
    height: 23px;
    line-height: 23px;
    padding-left: 25px;
}

.icon-scan {
    background: url(../images/scan_qr.png) no-repeat;
    height: 23px;
    line-height: 23px;
    /* display: inline-block; */
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-left: 110px;
    line-height: 16px;
}

.icon-edit {
    background: url(../images/ic_adit.png) no-repeat;
}

.msg-check-btn {
    width: 124px;
    height: 35px;
    border: 1px solid #ff3333;
    border-radius: 4px;
    color: #ff3333;
    background: #ffffff;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
}

.login-btn {
    width: 320px;
    height: 40px;
    border: none;
    background: #ff3333;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

.login-btn-default {
    width: 320px;
    height: 40px;
    color: #666666;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

.error-msg {
    line-height: 14px;
    height: 28px;
    word-wrap: break-word;
    word-break: normal;
}

.a-span:hover {
    text-decoration: underline;
    color: #ff3333;
    cursor: pointer;
}

.inline-btns {
    width: 80px;
    height: 26px;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.33);
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.inline-bk {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.inline-gold-btn {
    height: 23px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    padding: 0px 5px;
}

    .inline-gold-btn.default-btn {
        display: none;
    }

    .inline-gold-btn.finish-btn {
        border: 1px solid #cccccc;
        color: #cccccc;
    }

    .inline-gold-btn.gold-btn {
        border: 1px solid #FFA200;
        color: #FFA200;
    }

    .inline-gold-btn.guanzhu-btn {
        border: 1px solid #FF3333;
        color: #FF3333;
    }

.goin-btn {
    background: rgba(253, 205, 33, 1);
    color: #D32D13;
}

.default-btn {
    color: #FFFFFF;
    border: 1px solid #ffffff;
}

.default-red-btn {
    background: #FFFFFF;
    border: 1px solid #ff3421;
    color: #ff3421;
}

.red-btn {
    background: #ff3421;
    border: 1px solid #ff3421;
    color: #FFFFFF;
}

.btn-default {
    line-height: 35px;
    padding: 0px 25px;
    background-color: #eeeeee;
    border-radius: 4px;
    color: #666666;
}

.btn-red {
    background: #ff3421;
    color: #FFFFFF;
}

.model-qr {
    width: 80px;
    height: 80px;
    margin: 100px 0 0 222px;
}

.model-qr-msg {
    font-size: 14px;
    margin-left: 205px;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
}

/* 轮播图样式 */
#flash {
    /* width: 1105px; */
    height: 194px;
    position: relative;
    overflow: hidden;
    margin: 25px auto;
    min-width: 960px;
    max-width: 1100px;
}

    #flash a {
        position: absolute;
        top: 0;
        left: 0;
    }
    /* #flash img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

    #flash ul {
        position: absolute;
        left: 45%;
        bottom: -5px;
        list-style: none;
        /* width: 200px; */
        /* height: 30px; */
    }

        #flash ul li {
            float: left;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
            opacity: 0.3;
            margin-left: 10px;
        }

        #flash ul .li_first {
            opacity: 1;
        }

.sec-container {
    max-width: 1040px;
    margin: 25px auto;
}

.sec-title {
    margin: 20px 0px 15px 0px;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
}
/* 分页 */
.paging {
    width: 100px;
    display: inline;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.cur-pg {
    /* font-size: 16px; */
    color: #666666;
}

.xiexian {
    color: #cccccc;
    font-weight: normal;
}

.total-pg {
    /* font-size: 14px; */
    color: #cccccc;
    font-weight: normal;
}

.icon-pre {
    border: solid 1px #eeeeee;
    width: 26px;
    padding: 0 9px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-decoration: none;
    display: inline;
}

.icon-next {
    border: solid 1px #eeeeee;
    width: 26px;
    padding: 0 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-decoration: none;
    display: inline;
}

/* 分页items */
.allitems {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /* min-width: 1155px; */
}
/* item */
.soft {
    /* width: 250px; */
    position: relative;
    width: 22%;
    border: solid 1px #eee;
    padding: 10px 0px 0px 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 4px;
    height: 126px;
    margin-bottom: 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .soft:hover {
        border-color: #ff3333;
        /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 1px 1px 8px rgba(238, 238, 238, 1); */
        /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.soft-app:hover {
    border-color: #ff3333;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 1px 1px 8px rgba(238, 238, 238, 1); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.soft .new {
    position: absolute;
    margin-top: -10px;
    right: 0;
}

.soft .stype {
    line-height: 12px;
    font-size: 12px;
}

.soft .mcontent {
    /* width: 250px; */
    width: 100%;
    margin: 12px 0px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.vedio-mcontent {
    width: 100%;
    margin: 32px 0px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.soft .mcontent img {
    /* width: 44px; */
    height: 44px;
    border:solid 1px #eee;
    border-radius:4px;
}

.soft .info {
    padding-left: 10px;
    /* width: 195px; */
    width: 75%;
    font-size: 14px;
}

    .soft .info div.app-name {
        font-weight: bold;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .soft .info div.app-info {
        font-size: 12px;
        margin-top: 5px;
        color: #999999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.soft .boper {
    /* width: 250px; */
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    display: inline;
    height: 20px;
    z-index: 999;
}

    .soft .boper .gold {
        width: 110px;
        color: #888;
        padding-left: 5px;
    }

    .soft .boper .btns {
        width: 130px;
        text-align: right;
    }

.soft .checkbox {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.icon-open {
    background: url(../images/Open.png) no-repeat;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 12px;
    height: 10px;
    line-height: 12px;
    display: inline-block;
}

/* 视频小图标 */
.icon-vedio {
    background: url(../images/vvideo.png) no-repeat;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 12px;
    height: 10px;
    line-height: 12px;
    display: inline-block;
}

.sm-title {
    font-size: 12px;
    color: #96A1A5;
    float: left
}

/* 视频时间样式 */
.sm-time {
    width: 46px;
    height: 9px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}
/* 打开按钮及 hover */
.btn-open {
    width: 58px;
    height: 24px;
    line-height: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    float: right;
    text-align: center;
    margin-top: -5px;
    margin-right: 5px;
    border: 1px solid rgba(255, 52, 33, 0.3);
    border-radius: 4px;
}

    .btn-open a,
    .btn-open a:hover {
        color: #FF3421;
        font-size: 12px;
        text-decoration: none;
    }
/* 购买按钮 及hover*/
.btn-pay {
    width: 58px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    float: right;
    text-align: center;
    margin-top: -5px;
    margin-right: 5px;
}

    .btn-pay a,
    .btn-pay a:hover {
        color: #FFFFFF;
        font-size: 12px;
        text-decoration: none;
    }

.soft-video {
    height: 160px;
    position: relative;
    /* background: url(../images/v_image1.jpg) no-repeat; */
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: 100%
}

    .soft-video > .soft-mask:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: url(../images/Mask.png) no-repeat;
        width: 100%;
        height: 100%;
        -webkit-background-size: 100%;
        border-radius: 4px;
    }

.soft label.title {
    width: 52px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    right: 2%;
    border-radius: 2px;
    color: #ffffff;
    padding-left: 2px;
    line-height: 20px
}



.soft .vedio-icon {
    width: 256px;
    text-align: center;
    z-index: 99;
}



.soft .info .desc {
    color: #ccc;
    font-size: 12px;
    border-bottom: solid 1px #eee;
}

.soft .info span {
    font-size: 12px;
}

.soft .info .gray {
    margin-left: 50px;
}

.vedio-number {
    width: 200px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 16px;
    margin-top: 4px;
}

    .vedio-number .vedio-num {
        width: 44px;
        height: 16px;
        background: rgba(255, 255, 255, 1);
        border-radius: 2px;
        left: 0;
        font-size: 12;
        /* width: 36px; */
        /* height: 12px; */
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        z-index: 99;
        padding-left: 4px;
    }

.vedio-title {
    width: 167px;
    height: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 99;
    overflow: hidden;
    white-space: nowrap;
    line-height: 12px;
    text-overflow: ellipsis;
}
/* 视频打分样式 */
.mark {
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #F86E1B
}

    .mark .little-num {
        font-size: 12px;
    }



.box-item {
    width: 23%;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding-top: 5px;
    background: #ffffff;
    /* margin: 0 0px 5px 0; */
}

.content_item {
    text-align: left;
    /* width: 256px; */
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    padding: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px;
}

.view-item {
    /* width: 352px; */
    width: 31%;
    background: #fff;
    border: 1px solid #EEEEEE;
    margin: 0 2% 0 0;
}

    .view-item .top-title {
        font-size: 16px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        text-align: center;
        margin-top: 5px;
    }

    .view-item ul {
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 28px;
        list-style: square;
        padding-right: 20px;
        margin-top: 0px;
    }

.list-item {
    background: #ffffff;
    width: 260px;
    border: 1px solid #eeeeee;
    margin-right: 20px;
}

.item-title {
    font-weight: bold;
    color: #666666;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: 1px solid #eeeeee;
}

.item-content {
    color: #666666;
    margin: 10px 30px;
}

.list > img {
    margin: 0 20px 15px 0;
}

.content {
    color: #666666;
    line-height: 22px;
}

.we-name {
    font-size: 20px;
    color: #1B1B1B;
    line-height: 37px;
}

.we-content {
    color: #666666;
    line-height: 22px;
}

.typeitem {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 4px 4px 0 0;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.itemActive {
    background: #ff3333;
    color: #ffffff;
}

.listItem {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    height: 30px;
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}

.tabItem {
    height: 30px;
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}

.tabItemActive {
    border-bottom: 2px solid #ff3333;
    color: #ff3333;
}

.tabItem a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

    .tabItem a.active {
        color: #ff3333;
    }

.typeItem {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.tabList {
    margin: 0 0 10px -10px;
}

    .tabList label {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 2px;
        color: #666666;
        padding: 6px 17px;
        margin-left: 10px;
        cursor: pointer;
        line-height: 30px;
        font-size: 12px;
    }

        .tabList label:hover {
            background: #EEEEEE;
        }

        .tabList label.active {
            background: #EEEEEE;
        }

#fixed-typelist {
    display: none;
    position: fixed;
    top: 0;
    background: #fafafa;
    width: 100%;
    z-index: 9999;
    margin-left: -4px;
}

#all-message, #notice-message, #info-message {
    margin: 0 20px 15px 20px;
}

.message-div {
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0px;
}

.content-div {
    width: 885px;
    position: relative;
}

.content-time {
    float: right;
    text-align: right;
    margin-top: -100px;
    padding: 10px;
}

.red-circle {
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #ff3333;
    border-radius: 5px;
    background-color: #ff3333;
}

.content-text {
    /* width:950px; */
    width: 88%;
}

.unread {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hand {
    cursor: pointer;
}



.video-detail {
    display: block;
    position: relative;
    /* width: 1150px; */
    height: 422px;
    margin: 12px 0;
}

#video {
    /* width: 842px; */
    width: 72%;
    height: 422px;
    position: relative;
    float: left;
}

.video-list {
    position: relative;
    float: right;
    /* width: 294px; */
    width: 27%;
    height: 422px;
}


.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}

.video-list .list-text {
    width: 100%;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
}

.video-list .list-btns {
    margin: 16px 0;
    height: 56px;
}

    .video-list .list-btns label {
        width: 78px;
        height: 22px;
        display: inline-block;
        background: #ECECEC;
        border-radius: 4px;
        color: #777777;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .video-list .list-btns .active {
        border: 1px solid #FF3421;
        background: #FFFFFF;
        color: #FF3421;
    }

.v-s-list {
    height: 322px;
    margin: 10px 0px 0px 0px;
}

.v-item {
    display: flex;
    margin-bottom: 5px;
}

    .v-item .item-left {
        width: 118px;
        border: solid 1px #eee;
        /* padding: 10px 10px 0px 8px; */
        /* margin: 8px 4px; */
        margin: 0 4px 0 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 4px;
        height: 68px;
        position: relative;
        -webkit-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: 100%;
    }

    .v-item .title {
        width: 52px;
        height: 20px;
        font-size: 12px;
        position: absolute;
        margin-left: 64px;
        border-radius: 2px;
        color: #ffffff;
        padding-left: 2px;
        line-height: 20px;
    }

    .v-item .v-time {
        position: absolute;
        height: 12px;
        float: right;
        right: 0;
        bottom: 6px;
        line-height: 12px;
        background: rgba(0, 0, 0, 1);
        opacity: 0.6;
        margin-right: 6px;
        /* text-align: center; */
        padding-left: 6px;
    }

        .v-item .v-time span {
            width: 117px;
            height: 69px;
            border-radius: 2px;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 400;
            margin-right: 6px;
        }

.item-right {
    position: relative;
    margin-top: 5px;
}

    .item-right .item-sm-title {
        width: 119px;
        height: 33px;
        font-size: 12px;
        color: rgba(102, 102, 102, 1);
        line-height: 20px;
    }

    .item-right .icon-num {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        color: #96A1A5;
    }

.video-text-detail .text-title {
    width: 245px;
    height: 17px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.video-text-detail .v-mark {
    font-size: 16px;
    color: #F86E1B
}

    .video-text-detail .v-mark .little-num {
        font-size: 12px;
    }

.label-red {
    width: 58px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    margin-top: -4px;
    background: #FF3421;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px
}

#video-detail-text {
    overflow: hidden;
    width: 100%;
    color: rgba(102,102,102,1);
}

.wenhao_div {
    display: none;
    position: absolute;
    font-size: 14px;
    text-align: left;
    content: attr(data-content);
    /* position: absolute; */
    right: 420px;
    width: 254px;
    height: 94px;
    /* font-size: 12px; */
    line-height: 16px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-left: 12px;
    margin-top: -10px;
    padding: 10px;
    /* color: #DD8945; */
    top: 535px;
}

.fangkuai {
    /*实现小三角*/
    background: #FFFCF0;
    position: absolute;
    left: -6px;
    bottom: 72px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.month_pay_div {
    width: 100%;
    /* height: 330px; */
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
}

.wx-qr,
.zfb-qr {
    width: 126px;
    height: 126px;
    border: 1px solid #eee;
    padding: 17px;
}

.wx-img,
.zfb-img {
    position: relative;
    float: left;
    margin-left: 28px;
    margin-right: -13px;
}

.wx-text,
.zfb-text {
    margin: 15px 0 0 0;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
}

.wx-pay-success,
.zfb-pay-success {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    width: 154px;
}

/* 充值单个div样式 */
.investDiv {
    position: relative;
    /* width: 265px; */
    width: 22%;
    font-size: 16px;
    height: 165px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-align: center;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    background: #FFFFFF;
    float: left;
}

.hot {
    position: absolute;
    /* margin-left: 230px; */
    right: 0;
    top: 0;
}

.topDiv {
    height: 45px;
    line-height: 45px;
    background: rgba(238, 238, 238, 0.4);
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

.unit-price {
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}

.giveGold {
    margin-top: 10px;
    font-size: 14px;
    color: #FF3333;
}

.s_checked {
    position: absolute;
    /* margin-left: 218px;
            margin-top: -16px; */
    bottom: -4px;
    right: 0;
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    border: 1px solid #ddd;
    font-weight: bold;
    margin-top: 20px;
}

    .table thead tr {
        height: 40px;
        text-align: center;
        background: #eee;
        color: #999999;
    }

.vip-pay thead tr {
    font-weight: normal;
    color: #333;
    text-align: center;
    background: #eee;
    border: 1px solid #eeeeee;
}

.table tbody tr {
    height: 40px;
    text-align: center;
    color: #333333;
    font-weight: normal;
}

.table > tbody > tr:nth-child(even) > td {
    background-color: #F8F8F8;
}

.table > tbody > tr:nth-child(odd) > td {
    background-color: #FAFAFA;
}

.paging-demo {
    text-align: right;
    margin: 20px 0px;
}

.app-img {
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 10px 20px;
}

.app-intro {
    padding: 0 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.table-app-name {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
}

.person-name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.setpwd-btn {
    font-size: 12px;
    text-align: center;
    background: rgba(238, 238, 238, 0.5);
    padding: 6px;
}


.edit-img {
    display: none;
    position: absolute;
    background: rgba(144, 138, 138, 0.48);
    height: 40px;
    width: 100%;
    top: 40px;
    color: #ffffff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
    line-height: 40px;
}

    .edit-img input[type="file"] {
        position: absolute;
        width: 40px;
        /* right: 0;
    top: 0; */
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

.person-img:hover + .edit-img {
    display: block;
}

.radio-div {
    line-height: 35px;
    padding: 0px 20px 0px 0px;
    position: relative;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
}
/* .radio-div:hover{
    background-color: #f7f7f7;
	border-radius: 4px;
	border: solid 1px #eeeeee;
} */
input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

    input[type="radio"] + span::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/radio_u.png) no-repeat 0 50%;
        vertical-align: text-bottom;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
    }

    input[type="radio"]:checked + span {
        color: #ff3333;
        font-weight: bold;
    }

        input[type="radio"]:checked + span::before {
            background: url(../images/radio.png) no-repeat 0px 50%;
        }

.xufei {
    background: #ff3333;
    color: #ffffff;
    border-radius: 10px;
    line-height: 12px;
    padding: 2px 10px;
}

.right-div {
    display: flex;
    flex-wrap: nowrap;
    float: right;
    right: 20px;
    /* margin-left: 190px; */
}

.item-div {
    height: 90px;
    text-align: center;
    width: 170px;
}

.item-div-middle {
    height: 40px;
    line-height: 40px;
}

.task-div {
    width: 99%;
    height: 90px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
}



.image-div {
    width: 100%;
    height: 150px;
    background: url(../images/Promotion_bg.png) no-repeat;
    background-size: 100%;
}

.span-box {
    border: 1px solid #FFFEFE;
    font-size: 12px;
    line-height: 34px;
    padding: 5px 10px;
    border-radius: 4px;
}

.span-box-white {
    background: #fffefe;
    font-size: 12px;
    line-height: 34px;
    padding: 5px 10px;
    border-radius: 4px;
}

#extension_div label, #invitation_div label, #cash_div label, #gold_div label, #vip_div label {
    display: inline-block;
}

.btn-label {
    border: 1px solid #eeeeee;
    color: #666666;
    border-radius: 2px;
    padding: 5px 20px;
    font-size: 12px;
}

.btn-active {
    background: #eeeeee;
}


.pay-btn {
    line-height: 60px;
    text-align: center;
    background-color: #A0A0A0;
    color: #DDDDDD;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 18px;
    padding: 0 20px;
}

#floatPay {
    position: fixed;
    top: -20px;
    /* width: 1110px; */
    min-width: 960px;
    max-width: 1110px;
    height: 30px;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
    display: none;
}

.text-free {
    color: #06AC31;
}

.text-gold {
    color: #FF8916;
}

.text-vip {
    color: #FFAE00;
}

.text-333 {
    color: #333333;
}

.text-666 {
    color: #666666;
}

.text-red {
    color: #ff3333;
}

.text-orange {
    color: #FF8916;
}

.text-notice {
    color: #226dd4;
}

.text-999 {
    color: #999999;
}

.text-ccc {
    color: #cccccc;
}

.text-white {
    color: #FFFEFE;
}

.bg-white {
    background: #ffffff;
}

.bg-grey {
    background: #ececec;
}

.bg-red {
    background: #FF3421;
}

.bg-orange {
    background: #FF8916;
}

.bg-vip {
    background: #FFAE00;
}

.b-vip {
    border: 1px solid #FFAE00;
}

.b-orange {
    border: 1px solid #FF8916;
}

.b-red {
    border: 1px solid #FF3333;
}

.b-l-vip {
    border-left: 1px solid #FFAE00;
}

.b-l-orange {
    border-left: 1px solid #FF8916;
}

.b-l-r-red {
    border-left: 1px solid #FF3333;
    border-right: 1px solid #FF3333;
}

.b-t-red {
    border-top: 4px solid #FF3425;
}

.b-t-green {
    border-top: 4px solid#4AB3FF;
}

.b-t-yellow {
    border-top: 4px solid #FFAE00;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-p2 {
    margin-right: 2%;
}

.m-l--5 {
    margin-left: -5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-t-b-15 {
    padding: 15px 0;
}

.p-l-r-20 {
    padding: 0 20px;
}

.font-16 {
    font-size: 16px;
}

.font-12 {
    font-size: 12px;
}

.font-18 {
    font-size: 18px;
}

.font-b {
    font-weight: bold;
}

.w-100 {
    min-width: 60px;
    width:70px;
}

.w-110 {
    min-width: 100px;
}

.w-150 {
    min-width: 130px;
}

.w-200 {
    min-width: 180px;
    width: 200px;
}

.w-250 {
    min-width: 235px;
    width: 235px;
}

@media screen and (-webkit-min-device-pixel-ratio:1.25) {
    #flash {
        margin: 0 auto;
    }

    .sec-container {
        width: 98%;
    }
}

@media screen and (max-width:1000px) {
    #flash {
        height: 160px;
    }

    .soft .info {
        padding-left: 5px;
    }
}

ul.disc,
ol.disc {
    list-style-type: disc;
}

ul.decimal,
ol.decimal {
    list-style-type: decimal;
}

ul > li.line-height,
ol > li.line-height {
    line-height: 20px;
}