body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    font-family: MicrosoftYaHei, "微软雅黑";
    color: #666666;
    background: #fafafa;
    min-width: 1200px;
    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;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #eee;
    -webkit-box-shadow: inset 0 0 6px #eee;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #eee;
    -webkit-box-shadow: inset 0 0 6px #eee;
    background-color: #e3e3e3;
}

a {
    text-decoration: none;
    color: #666;
}

input {
    outline-style: none;
    outline-width: 0px;
    border: 1px solid #eeeeee;
    text-shadow: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    color: #333333;
    background-color: #eeeeee;
    height: 35px;
    width: 200px;
    border-radius: 18px;
}

textarea {
    outline-style: none;
    outline-width: 0px;
    border: 1px solid #eeeeee;
    text-shadow: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    color: #333333;
    background-color: #f7f7f7;
    font-family: MicrosoftYaHei, "微软雅黑";
    /* height: 35px;
    width: 200px;
    border-radius: 18px; */
}

select {
    outline-style: none;
    outline-width: 0px;
    border: 1px solid #eeeeee;
    text-shadow: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    color: #333333;
    background-color: #f7f7f7;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999999;
    font-family: MicrosoftYaHei, "微软雅黑";
}

input.center-placeholder {
    width: 660px;
    border-radius: 4px;
    margin-left: -20px;
}

input.center-placeholder::-webkit-input-placeholder {
    text-align: center;
}

.bg-textarea {
    width: 95%;
    padding: 10px 10px;
    position: relative;
    height: 132px;
    margin: 20px 20px 5px 20px;
}

.m-textarea {
    width: 360px;
    padding: 10px 10px;
    position: relative;
    height: 132px;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.float-right {
    float: right;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.text-twolines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inline-block {
    display: inline-block;
}

.hand {
    cursor: pointer;
}

.head,
.foot {
    width: 100%;
}

.foot-right {
    background: #201b1b;
    text-align: center;
    width: 100%;
    color: rgba(95, 95, 95, 0.58);
}

.foot-title {
    font-size: 16px;
    color: #cccccc;
    line-height: 28px;
}

.foot-title-sm {
    font-size: 12px;
    color: #707070;
    line-height: 28px;
}

.menu-title {
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
    color: #333333;
}

.menu-title-sm {
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.menu-title-sm.active {
    background: #f9f9f9;
}

.menu-title-sm.menu-active {
    background: rgba(249, 249, 249, 0.05);
}

.menu-title-sm.active a {
    color: #ff3333;
}

.menu-new {
    position: absolute;
    color: #ff3333;
    top: -5px;
}

.container,
.sec-title,
.content {
    /* width: 1200px; */
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.sec-head {
    height: 60px;
}



.cur-bottm-active,
.cur-bottm {
    display: none;
    width: 24px;
    height: 2px;
    border: 1px solid #ff3333;
    position: absolute;
    bottom: 0;
    left: 35px;
    line-height: 0px;
    background: #ff3333;
}



.head-log-regist {
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    cursor: pointer;
    font-size: 16px;
}

.head-log-regist:hover {
    color: #ff3333;
}



.head-btn,
.head-btn-black {
    /* width: 56px; */
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.head-btn:hover .cur-bottm,
.head-btn-black:hover .cur-bottm {
    display: block;
}


.hide-box {
    position: absolute;
    width: 120px;
    height: 60px;
    background: #ffffff;
}

.top-title {
    width: 100%;
    background-color: #ffffff;
    color: #333333;
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
}

.bg-img,
.hezuohuoban {
    width: 100%;
    margin: 0 auto;
}

/* 下拉菜单 */
.dropdown-menu {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px #bbbbbb;
    border: solid 1px #eeeeee;
    position: absolute;
    top: 60px;
    margin: 0 auto;
    z-index: 99;
}

#app-dropdown-menu {
    width: 100%;
    height: 350px;
}

#vedio-dropdown-menu {
    width: 100px;
    height: 80px;
    text-align: center;
}

#login-dropdown-menu {
    width: 100px;
    height: 80px;
    text-align: center;
}

/* add */
.dropdown-menu-item {
    width: 100px;
    text-align: center;
    float: left;
    left: -2000px;
    position: absolute;
    top: 60px;
    margin: 0 auto;
    z-index: 99;
}


.menu-dropdown:hover .dropdown-menu-item {
    left: 0px;
}

.menu-title {
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
    color: #333333;
}

.menu-title-sm {
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.bg-white .menu-title-sm:hover {
    background: #f9f9f9;
    ;
    color: #ff3333;
}

.bg-222 .menu-title-sm:hover {
    background: rgba(249, 249, 249, 0.05);
    color: #ff3333;
}

/* add */


/* 轮播图样式 */
#flash {
    position: relative;
    width: 100%;
    height: 720px;
    /* cursor: pointer; */
}

#flash .banner-img {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;

}

#falsh .banner-img img {
    width: 100%;
    height: 100%;
    /* position: absolute;
    display: block;
    left: 0;
    top: 0; */
}

a.lunbo-div {
    position: relative;
}


#flash .btn-div {
    height: auto;
    min-width: 1200px;
    max-width: 1400px;
    margin: auto;
    padding-top: 100px;
}

#flash .btn-div .ba {
    height: 62px;
    margin-top: 300px;
}

#flash .btn-div .ba .a-btn {
    margin-right: 28px;
    width: 191px;
    height: 58px;
    border: 1px solid #fff;
    font-size: 22px;
    line-height: 58px;
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    display: block;
    float: left;
}

#flash .btn-div .ba .a-btn.a-btn-solid {
    background: #fff;
}

#flash .btn-div .ba .a-btn.a-btn-trans {
    border: 1px solid #ffffff;
    color: #ffffff;
}

#flash .btn-div .ba .a-btn.a-btn-solid.text-red {
    color: #ff3333;
}

#flash .btn-div .ba .a-btn.a-btn-solid.text-blue {
    color: #0068ff;
}

/* #flash .btn-div .ba .a-btn.a-btn-trans.text-light-blue{
    color: #18fffc;
} */
#flash .btn-div .ba .a-btn.jb-b-light-blue {
    border-width: 1px;
    border-image-source: linear-gradient(-84deg,
            #22b9ff 0%,
            #18fffc 100%);
    color: #18fffc;
    border-image-slice: 1;
}

#flash .btn-div .ba .a-btn.jb-light-blue {
    background-image: linear-gradient(-84deg,
            #22b9ff 0%,
            #18fffc 100%),
        linear-gradient(#18fffc,
            #18fffc);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0)
}

#flash .btn-div .a-btn:hover {
    opacity: 0.8;
}


#flash ul {
    position: absolute;
    left: 45%;
    bottom: 30px;
    bottom: 10px;
    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;
    cursor: pointer;
}

#flash ul .li_first {
    opacity: 1;
}

#five-hkj_n,
#classes-play_n {
    position: fixed;
    display: block;
    top: 0;
    background: #fafafa;
    z-index: 99;
    box-shadow: 0px 2px 6px 0px rgba(238, 238, 238);
}

.kj-a {
    color: #707070;
}

.kj-a:hover {
    color: #cccccc;
    transition: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.list-item-bg {
    display: inline-block;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    cursor: pointer;
}

.list-item-bg.item-active {
    font-weight: bold;
    border-bottom: 2px solid #ff3333;
    color: #ff3333;
}

.list-item-sm {
    display: inline-block;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
}

.list-item-sm.item-active {
    color: #ff3333;
}

.list-item-sm.item-b-active {
    color: #ff3333;
    font-weight: bold;
    border-bottom: 2px solid #ff3333;
}

.type-div {
    height: 40px;
    line-height: 40px;
    margin-right: -4px;
}

.type-title {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
}

.app-logo {
    width: 25px;
    height: 25px;
}

.video-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /* height: 124px; */
}

.label-video {
    width: 52px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    right: 0;
    border-radius: 2px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.label-video-op {
    position: absolute;
    right: 10px;
    bottom: 35px;
    width: 56px;
    height: 22px;
    background-color: #000000;
    border-radius: 10px;
    opacity: 0.6;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
}

.video-detail {
    display: block;
    position: relative;
    /* width: 1200px; */
    height: 444px;
    margin: 12px 0;
}

#video {
    /* width: 862px; */
    width: 77%;
    height: 444px;
    position: relative;
    float: left;
}

.video-list {
    position: relative;
    float: right;
    width: 20%;
    /* width: 308px; */
    height: 424px;
    padding: 15px 15px 5px 15px;
    background: #1f1f1f;
}


.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 {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}

.video-list .list-btns {
    margin: 10px 0;
    height: 56px;
}

.video-list .list-btns label {
    width: 78px;
    height: 22px;
    display: inline-block;
    border-radius: 4px;
    color: #777777;
    border: 1px solid #777777;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.video-list .list-btns .active {
    border: 1px solid #ff3333;
    color: #ff3333;
}

.v-s-list {
    height: 300px;
    margin: 10px 0px 0px 0px;
    overflow-y: auto;
}

.v-item {
    display: flex;
    margin-bottom: 10px;
}

.v-item .item-left {
    width: 118px;
    /* border: solid 1px #eee; */
    margin: 0 10px 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: 18px;
    cursor: pointer;
}

.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 {
    height: 33px;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.item-right .icon-num {
    position: absolute;
    background: url(../images/Open.png) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    bottom: 0;
    font-size: 12px;
    color: #96A1A5;
    padding-left: 10px;
    line-height: 12px;
}

.video-text-detail {
    margin-top: 40px;
}

.video-text-detail .text-title {
    width: 245px;
    height: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    line-height: 20px;
}

.video-text-detail .v-mark {
    font-size: 18px;
    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: #ff3333;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px
}

#video-detail-text {
    overflow: hidden;
    width: 100%;
    color: #999999;

}

.app-item {
    position: relative;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 4px;
    height: 134px;
    width: 23%;
    /* width: 286px; */
    cursor: pointer;
}

.app-item:hover {
    border-color: #ff3333;
    /* box-shadow: 0px 5px 10px 0px rgba(187, 187, 187, 0.3); */
    transition: 0.2s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.see-num {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.app-img {
    margin-left: 15px;
    /* width: 44px; */
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.div-btns {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.inline-btn-item {
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
}

.inline-btn-item:hover {
    background: #f7f7f7;
    transition: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.inline-btn-sm {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    text-align: center;
    padding: 0px 10px;
    cursor: pointer;
    color: #666666;
}

.inline-btn-sm.active {
    background-image: linear-gradient(-216deg, rgba(255, 174, 0, 0.4) 0%, rgba(255, 174, 0, -0.5) 100%), linear-gradient(#ff3333, #ff3333);
    font-weight: bold;
    color: #fff;
}

.pay-btn {
    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;
    padding: 0px 10px;
    cursor: pointer;
}

.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;
}

/* 蒙层 */
#back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    /* //在页面中绝对定位 */
    top: 0;
    left: 0;
    z-index: 999;
    /* //因为要覆盖全网页所以设置一个比较高的权重 */
    display: none;
}

.bg_model {
    width: 560px;
    height: 475px;
    display: block;
    display: none;
    background-color: #fff;
    position: fixed;
    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;
}

.xl_model {
    width: 900px;
    height: 600px;
    display: block;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 20%;
    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: 370px;
    display: block;
    display: none;
    position: fixed;
    top: 25%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 4px;
    background: #FFFFFF;
}


.pwd-top,
.model-top {
    margin: 5px;
    height: 50px;
    border-bottom: 1px solid #dddddd;
}

.pwd-top,
.model-title {
    line-height: 50px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.model-body {
    padding: 0px 25px 25px 25px;
}

.regis-body {
    height: 514px;
    overflow: auto;
    margin-bottom: 15px;
    padding: 0px 25px;
}

.p-text {
    text-indent: 2em;
    line-height: 20px;
}

/* ol {
    padding-left: 15px !important;
} */

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;
    /* padding-left: 15px; */
}

#close_all {
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 35px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    cursor: pointer;
    /* //该步鼠标悬停时变小手 */
}

#toaster {
    width: 325px;
    height: 70px;
    background: #000;
    opacity: 0.65;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 12%;
    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;
}

input.account {
    width: 288px;
    height: 35px;
    border: 1px solid #dddddd;
    padding-left: 30px;
    border-radius: 4px;
}

input.check-msg {
    width: 152px;
    height: 35px;
    border: 1px solid #dddddd;
    padding-left: 30px;
    border-radius: 4px;
}

input.search-input {
    width: 288px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.msg-check-btn {
    width: 124px;
    height: 37px;
    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;
}

.pwd-err-msg,
.error-msg {
    line-height: 14px;
    height: 28px;
    word-wrap: break-word;
    word-break: normal;
}

.a-span:hover {
    text-decoration: underline;
    color: #ff3333;
    cursor: pointer;
}

.gold-tip-text {
    color: #dd8945;
    height: 35px;
    background-color: #fffcf0;
    border-radius: 2px;
    border: solid 1px #ff9933;
    line-height: 35px;
    margin: 30px auto;
    width: 490px;
    padding-left: 10px;
}

.btn-default {
    background-color: #f7f7f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    color: #666666;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    cursor: pointer;
    text-align: center;
}

.btn-b-red {
    color: #ff3333;
    border: 1px solid rgba(255, 51, 51, 0.3);
    background: #ffffff;
}

.btn-red {
    color: #ffffff;
    background-image: linear-gradient(-216deg, rgba(255, 174, 0, 0.4) 0%, rgba(255, 174, 0, -0.5) 100%), linear-gradient(#ff3333, #ff3333);
    border: 1px solid rgba(0, 0, 0, 0);
}

.btn-b-gold {
    border: solid 1px #FF8916;
}

/* 购买中心 */
#floatPay {
    position: fixed;
    top: -20px;
    min-width: 1200px;
    max-width: 1400px;
    height: 30px;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
    display: none;
    z-index: 99;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

table td,
table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

table th {
    background: #eeeeee;
    color: #999;
}

table.monitor .border-right-trans {
    border-right: 1px solid #eee !important;
}

table.monitor .border-left-trans {
    border-left: 1px solid #eee !important;
}


table.monitor .item-title {
    background: #f2f2f2 !important;
}

.info-table {
    width: 1134px;
    border: none;
    background: #ffffff;
}

.info-table tbody tr {
    height: 40px;
    text-align: center;
    color: #333333;
    font-weight: normal;
}

.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.list-table {
    min-width: 100%;
}

table.list-table>thead>tr>th,
table.list-table>tbody>tr>td {
    /* height: 40px; */
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.table>tbody>tr:nth-child(even)>td,
table.list-table>tbody>tr:nth-child(even)>td {
    background-color: #F8F8F8;
    color: #333333;
}

.table>tbody>tr:nth-child(odd)>td,
table.list-table>tbody>tr:nth-child(odd)>td {
    background-color: #FAFAFA;
    color: #333333;
}

.monitor>tbody>tr:nth-child(even)>td {
    background-color: #F8F8F8;
}

.monitor>tbody>tr:nth-child(odd)>td {
    background-color: #ffffff;
}


.table-app-img {
    width: 25px;
    height: 25px;
    /* display: inline-block; */
    float: left;
    margin: 10px 20px;
}

/* .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;
}

.paging-demo {
    text-align: right;
    margin: 20px 0px;
}

.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: block;
    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;
}

.checkbox-div,
.radio-div {
    line-height: 35px;
    padding: 0px 20px;
    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"],
input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

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%;
}

input[type="checkbox"]+span::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/check_n.png) no-repeat 0 50%;
    vertical-align: text-bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

input[type="checkbox"]:checked+span::before {
    background: url(../images/checkbox.png) no-repeat 0px 50%;
}

.xufei {
    background: #ff3333;
    color: #ffffff;
    border-radius: 10px;
    line-height: 12px;
    padding: 2px 10px;
}

.right-div {
    position: absolute;
    display: inline-block;
    right: 20px;
    /* margin-left: 200px; */
}

.item-div {
    height: 90px;
    text-align: center;
    width: 170px;
    color: #333333;
}

.item-div-middle {
    height: 40px;
    line-height: 40px;
}

.task-div {
    width: 100%;
    height: 90px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
}

.person-name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}


.image-div {
    width: 100%;
    height: 100%;
    background: url(../images/Promotion_bg.png) no-repeat center;
    background-color: #ff9421;
}

.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;
    cursor: pointer;
}

.btn-active {
    background: #eeeeee;
}

.app-sm-box:hover {
    background-color: #f6f6f6;
    border-radius: 4px;
}

.vedio-box:hover .video-img {
    box-shadow: 0px 5px 10px 0px #bbbbbb;
}

.vedio-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-sm-box:hover div,
.vedio-box:hover .vedio-title {
    color: #ff3333;
    text-decoration: underline;
}

.investDiv {
    width: 265px;
    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;
}

.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;
    display: none;
}

.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 {
    margin: 15px 0 0 0;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
}

.zfb-text {
    width: 120px;
    height: 32px;
    background: #ffffff;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: auto;
}

.wx-pay-success,
.zfb-pay-success {
    font-size: 14px;
    font-family: MicrosoftYaHei, "微软雅黑";
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    width: 154px;
}

.wenhao_div {
    display: none;
    position: absolute;
    font-size: 14px;
    text-align: left;
    content: attr(data-content);
    width: 254px;
    /* height: 94px; */
    line-height: 16px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px;
    left: 35px;
    top: -30px;
}

.wenhao_div-orange {
    background: #fffcf0;
    border: 1px solid #f93;
    color: #dd8945;
    top: -50%;
}

.help-icon:hover+.wenhao_div {
    display: block;
}

.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;
}

.fangkuai-orange {
    top: 26%;
    background: #fffcf0;
    border-bottom: 1px solid #f93;
    border-right: 1px solid #f93;
    color: #dd8945;
}

.left-box {
    width: 70px;
    /* height: 313px; */
    position: fixed;
    background: #ffffff;
    left: 5%;
    z-index: 1;
    top: 500px;
}

.left-item {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    color: #666666;
    cursor: pointer;
    padding-bottom: 14px;
    margin-bottom: -14px;
}

.left-box>img,
.right-box>img {
    margin: 0px 15px 0px 15px;
}

.left-item-active {
    font-weight: bold;
    color: #ff3333 !important;
}

.right-box {
    /* width: 90px; */
    /* height: 410px; */
    width: 70px;
    font-size: 12px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(210, 188, 188, 0.48);
    border: solid 1px #eeeeee;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1;
}

.right-item {
    /* height: 38px; */
    text-align: center;
    /* padding: 20px 10px; */
    padding: 5px 0px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f7;
}

.right-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.right-box>img {
    margin: 0px 25px 15px 25px;
}

.kfzx,
.jszd {
    display: none;
    z-index: 1;
    position: fixed;
    bottom: 380px;
    right: 70px;
    width: 285px;
    height: 143px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(210, 188, 188, 0.48);
    border: solid 1px #eeeeee;
}

.wechat {
    display: none;
    z-index: 1;
    position: fixed;
    bottom: 140px;
    right: 68px;
    width: 185px;
    height: 348px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(210, 188, 188, 0.48);
    border: solid 1px #eeeeee;
    text-align: center;
    padding: 25px 0px;
}

.kefu-btn {
    background: url(../images/bg.png) no-repeat;
    margin-right: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.label-bg-btn {
    background: #f5f5f5;
    border-radius: 18px;
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
    padding: 8px 22px;
    cursor: pointer;
}

.label-bg-btn.active {
    color: #ffffff;
    background-image: linear-gradient(78deg, #333333 0%, rgba(144, 144, 144, 0.67) 100%), linear-gradient(#ce5d08, #333333);
}

.label-btn {
    background: #f5f5f5;
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 18px;
    cursor: pointer;
}

.label-btn.active {
    background-image: linear-gradient(78deg, #333333 0%, rgba(144, 144, 144, 0.67) 100%), linear-gradient(#ce5d08, #333333);
    font-weight: bold;
    color: #ffffff;
}

.pwd-body {
    width: 350px;
    padding: 10px 75px;
    margin: 0 auto;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.huoban {
    width: 400px;
    height: 50px;
    padding: 30px;
    cursor: pointer;
}

.huoban:hover {
    background-color: rgba(244, 244, 244, 0.6);
    transition: 0.2s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.huoban:hover .bg-title {
    text-decoration: underline;
    transition: 0.2s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.zhanlue-box {
    width: 387px;
    height: 285px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    position: relative;
    text-align: center;
    margin-right: 12px;
    transition: all 0.5s linear;
}

.zhanlue-box:hover {
    box-shadow: 0px 5px 10px 0px rgba(187, 187, 187, 0.38);
    margin-top: -30px;
    transition: 0.2s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.zhanlue-box img {
    position: absolute;
    top: -58px;
    left: 137px;
}

.huoban-box {
    position: relative;
    /* width: 286px; */
    width: 23%;
    height: 305px;
    text-align: center;
    border-radius: 8px;
}

.padder-h-none {
    position: relative;
    /* width: 300px; */
    width: 23%;
    height: 290px;
    position: relative;
    display: table-cell;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.khd-btn {
    width: 356px;
    height: 128px;
    background: url('../images/k_n.png') no-repeat;
}

.khd-btn.active {
    background: url('../images/k_a.png') no-repeat;
}

.wy-btn {
    width: 356px;
    height: 128px;
    background: url('../images/w_n.png') no-repeat;
}

.wy-btn.active {
    background: url('../images/w_a.png') no-repeat;
}

.vippay-btn {
    width: 356px;
    height: 128px;
    background: url('../images/v_n.png') no-repeat;
}

.vippay-btn.active {
    background: url('../images/v_a.png') no-repeat;
}

.goldpay-btn {
    width: 356px;
    height: 128px;
    background: url('../images/j_n.png') no-repeat;
}

.goldpay-btn.active {
    background: url('../images/j_a.png') no-repeat;
}

.app-index-a-pro {
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.app-index-a-pro:hover {
    -moz-transform: scaleX(1.07);
    -ms-transform: scaleX(1.07);
    -webkit-transform: scaleX(1.07);
    transform: scaleX(1.07);
    z-index: 999 !important;
    position: relative;
    height: 320px;
}

.app-index-a-pro-con {
    width: 100%;
    height: 190px;
    padding: 50px 0px;
    text-align: center;
}

.app-index-a-pro-con:hover {
    /* width:320px; */
    width: 100%;
    height: 220px;
    padding-top: 10px;
    background: rgba(53, 86, 145, 0.2);
    padding: 50px 0px;
}


.jiangwei-box {
    width: 100%;
    /* height: 100%; */
    height: 280px;
    position: relative;
}

.float-lunbo-div {
    width: 310px;
    /* height: 176px; */
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 2% 20px;
    position: absolute;
    right: 15px;
    top: 5%;
    bottom: 5%;
}

.little-msg {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-left: 20px;
}

.normal-title {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    cursor: pointer;
}

.top-list {
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0px 15px 0px;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
}

#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;
}

.unread {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline-tab {
    display: inline-block;
    margin-right: -5px;
    line-height: 38px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    padding: 0px 20px;
    cursor: pointer;
}

.inline-tab.active {
    color: #ff3333;
    border-top: 2px solid #ff3333;
}

.search-box {
    height: 170px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    position: relative;
}

.result-box {
    height: 580px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.search-type-name {
    position: absolute;
    top: 20px;
    left: 0;
    border-right: 1px solid #ddd;
    line-height: 20px;
    padding: 0px 10px;
    color: #333333;
}

.search-red-box {
    position: relative;
    display: block;
    width: 742px;
    height: 62px;
    margin: 40px auto 0px auto;
    border-radius: 4px;
}

input.search-red-input {
    width: 660px;
    height: 54px;
    border-radius: 4px;
    background: #ffffff;
    border: 2px solid #ff3333;
    padding-left: 75px;
}

.search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
    line-height: 20px;
    background-color: #ff3333;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dialog_tips_box {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 55px;
    box-sizing: border-box;
    line-height: 20px;
}


.dialog_tips_box_text {
    min-width: 300px;
    text-align: left
}

.dialog_tips_box_text p {
    background: #fffcf0;
    border: 1px solid #f93;
    color: #dd8945;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline;
    font-size: 12px;
}

.dialog_tips_box_triangle {
    background: #fffcf0;
    position: absolute;
    left: 20px;
    bottom: -8px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-bottom: 1px solid #f93;
    border-right: 1px solid #f93
}

.shengdu-table:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/shengdu.png) no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100%;
    border-radius: 4px;
}

.jubaoxinxi-table:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/jubaoxinxi.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    -webkit-background-size: 100%;
    border-radius: 4px;
}

.jb-bnt {
    height: 35px;
    font-weight: bold;
    line-height: 35px;
    background-image: linear-gradient(-216deg, rgba(255, 174, 0, 0.4) 0%, rgba(255, 174, 0, -0.5) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

.black-bnt {
    height: 35px;
    font-weight: bold;
    line-height: 35px;
    background-image: linear-gradient(78deg, #333333 0%, rgba(144, 144, 144, 0.67) 100%), linear-gradient(#ce5d08, #333333);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

.jb-fcbtn {
    position: absolute;
    text-align: center;
    width: 400px;
    z-index: 999;
    top: 22px;
    left: 452px;
}

.sub-btn {
    height: 40px;
    width: 180px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.sub-btn-default {
    border-radius: 4px;
    border: 1px solid #dddddd;
    background: #ffffff;
}



.fail-type {
    /* width: 86px; */
    padding: 0px 28px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    background-color: #ededee;
    background-image: none;
    border-radius: 15px;
    cursor: pointer;
}

.fail-type.active {
    color: #ffffff;
    background-image: linear-gradient(-39deg,
            #ff3421 0%,
            rgba(255, 137, 22, 0.5) 100%),
        linear-gradient(#ff3112,
            #ff3112);
}

.fail-type.active-b {
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(-39deg,
            #ff3421 0%,
            rgba(255, 137, 22, 0.5) 100%),
        linear-gradient(#ff3112,
            #ff3112);
}

.img-upload {
    position: relative;
    width: 111px;
    height: 110px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.a-upload {
    position: absolute;
    padding: 0px 26px;
    top: 0;
    bottom: 0;
    height: 110px;
    line-height: 20px;
    cursor: pointer;
    color: #999999;
    border-radius: 4px;
    zoom: 1;
}

.a-upload input {
    position: absolute;
    height: 110px;
    width: 110px;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.a-uploadfile {
    position: relative;
    padding: 0px 26px;
    line-height: 20px;
    cursor: pointer;
    color: #999999;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    zoom: 1;
}

.a-uploadfile input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.label-title {
    width: 100px;
    display: inline-block;
    text-align: left;
}

.img-box {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-right: 10px;
}

.upload-img {
    width: 100%;
    height: 100%;
}

select::-ms-expand {
    display: none;
}

select#monitor-status>option:disabled {
    color: gray;
}

select#monitor-status,
select.select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: inline-block;
    height: 38px;
    appearance: none;
    background: url(../images/select.png) no-repeat scroll center transparent;
    /* background-position-x: 170px; */
    background-position-x: 98%;
    background-color: white;
    padding-right: 14px;
}



.tip-content {
    position: relative;
}

.tip-content {
    cursor: pointer;
}

.tip-content:hover:before {
    content: attr(data-content);
    position: absolute;
    left: 100%;
    width: 148px;
    height: 94px;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFFCF0;
    border: 1px solid #ff9933;
    border-radius: 4px;
    margin-left: 12px;
    margin-top: -42px;
    font-family: MicrosoftYaHei, "微软雅黑";
    padding: 10px;
    color: #DD8945;
}

.tip-content:hover .fangkuai {
    /*实现小三角*/
    background: #FFFCF0;
    position: absolute;
    left: 28px;
    bottom: 4px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    box-sizing: border-box;
    border-bottom: 1px solid #DD8945;
    border-right: 1px solid #DD8945;
}

.btn-download {
    float: right;
    width: 88px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    background: #ffffff;
    color: #ff3333;
    border: 1px solid rgba(255, 51, 51, 0.3);
    height: 30px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    outline: 0;
    margin-top: 156px;
    cursor: pointer;
    z-index: 999;
}

.typechose-div {
    background-color: #f7f7f7;
    border-radius: 17px;
    /* width: 334px; */
    position: relative;
    margin: 25px auto;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fafafa;
}

.QRcode-box {
    width: 200px;
    height: 200px;
    margin: 40px auto 0px auto;
    background-color: #f7f7f7;
    line-height: 200px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.list-item {
    position: relative;
    width: 24%;
    height: 454px;
    border: 1px solid #eee;
    background: #FFF;
    padding: 3px;
    transition: all .1s ease-in-out .1s;
}

.list-item:hover {
    border: solid 4px #dddddd;
    padding: 0px;
    margin-top: -10px;
    transition: all .1s linear .1s;
}

.list-item .title {
    height: 50px;
    border-bottom: 1px solid #eee;
    line-height: 48px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 36px;
    text-align: center;
}

.list-item .vedio-body {
    padding: 16px 0px;
    border-bottom: 1px solid #eee;
}

.list-item .vedio {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    width: 220px;
    height: 124px;
    /* padding: 10px 0px 0px 10px; */
    position: relative;
    color: #fff;
    margin: auto;
}

.list-item .vedio>.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%;
    background-size: 100%;
    border-radius: 4px;
}

.list-item .vedio .vedio-icon {
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.list-item .vedio .vedio-icon img {
    width: 22px;
    height: 27px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.list-item .vedio .vedio-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.list-item .vedio .sm-time {
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    z-index: 1;
}

.list-item .vedio .sm-time-postion {
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
}

.list-item .title .sm-label {
    float: right;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0px 6px 0px 6px;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: 15px 0px;
    color: #fff;
    font-weight: normal;
}

.list-item .introduce {
    /* padding: 16px 36px; */
    height: 178px;
    overflow: auto;
    margin-bottom: 15px;
}

.list-item ul {
    list-style-type: none;
    color: #e1e1e1;
    padding: 12px 36px;
    margin: 0px;
}

ul>li.squares {
    padding-left: 18px;
    background: url(../images/square.png) 0 10px;
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
}

.list-item .open-btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px #dddddd;
    color: #666;
    text-align: center;
    transition: all .1s ease-in-out .1s;
    position: absolute;
    /* bottom: 66px; */
    margin: auto;
    left: 60px;
    right: 60px;
    bottom: 20px;
}

.list-item:hover .open-btn {
    border: solid 1px #ff3333;
    background-color: #ff3333;
    color: #fff;
    transition: all .1s linear .1s;
}

.icon-search-white {
    background: url(../images/white_search.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 20px;
    background-color: #ff3333;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.icon-icdown {
    background: url(../images/ic_download.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-icupload {
    background: url(../images/ic_upload.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-download {
    background: url(../images/download_n.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-downloadb {
    background: url(../images/downb_n.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-downloadb:hover {
    background: url(../images/downb_h.png) no-repeat 0px 50%;
    padding: 0 20px;
    color: #ff3333;
}

.icon-golddownload {
    background: url(../images/download_c.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-download:hover {
    background: url(../images/download_h.png) no-repeat 0px 50%;
    padding: 0 20px;
}

.icon-calculator {
    background: url(../images/jisuanji.png) no-repeat 0px 50%;
    padding: 0 25px;
    margin-left: 25px;
}

.icon-msg {
    position: relative;
    background: url(../images/message_n.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-right: 20px;
    cursor: pointer;
}

.icon-msgb {
    position: relative;
    background: url(../images/messageb_n.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.icon-msg:hover {
    background: url(../images/message_h.png) no-repeat;
}

.icon-msg-red {
    position: absolute;
    margin-top: -4px;
    margin-left: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3333;
}

.icon-search {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 26px;
    color: #eeeeee;
    cursor: pointer;
    border-radius: 4px;
    background: url(../images/search.png) no-repeat;
}

.icon-title-search {
    background: url(../images/search_tag.png) no-repeat 0px 50%;
    padding: 0 26px;
}

.icon-title-zhitongche {
    background: url(../images/zhitongche_tag.png) no-repeat 0px 50%;
    padding: 0 26px;
}

.icon-title-data {
    background: url(../images/data_tag.png) no-repeat 0px 50%;
    padding: 0 26px;
}

.icon-title-heikeji {
    background: url(../images/heikeji_tag.png) no-repeat 0px 50%;
    padding: 0 26px;
}

.icon-title-searchci {
    background: url(../images/searchletter_tag.png) no-repeat 0px 50%;
    padding: 0 26px;
}

.icon-acc-num {
    background: url(../images/accnum.png) no-repeat 10px;
}

.icon-acc-pwd {
    background: url(../images/accpwd.png) no-repeat 10px;
}

.icon-dateinput {
    background: url(../images/riqi_n.png) no-repeat scroll center transparent;
    background-position-x: 98%;
}

.icon-dateinput:hover {
    background: url(../images/riqi_a.png) no-repeat scroll center transparent;
    background-position-x: 98%;
}

.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-rect {
    background: url(../images/rect.png) no-repeat no-repeat 0px 50%;
    padding: 0 10px;
}

.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-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/msg-down.png) no-repeat 30px;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 50px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.icon-up {
    background: url(../images/msg-up.png) no-repeat 30px;
    /*url为png图片的路径*/
    /*width和line-height分别对应每个小图标的宽和高*/
    width: 50px;
    display: inline-block;
    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;
}

.icon-setpwd {
    background: url(../images/set.png) no-repeat 2px;
    cursor: pointer;
    padding-left: 20px;
    background-color: #eeeeee;
}

.icon-open {
    background: url(../images/Open.png) no-repeat 2px;
    padding: 0px 15px;
}

.icon-cur {
    background: url(../images/current.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}

.icon-yanhao {
    background: url(../images/yanhao.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-zhitongche {
    background: url(../images/zhitche.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-keywords {
    background: url(../images/guanjianci.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-zhishuhuanyuan {
    background: url(../images/zhishu.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-baby {
    background: url(../images/baobei.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-screen {
    background: url(../images/kashoup.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-hy {
    background: url(../images/hy.png) no-repeat 0 50%;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 0px 38px;
}

.icon-ww {
    background: url(../images/wangwang_icon.png) no-repeat 0px 50%;
    padding: 4px 0px 2px 22px;
}

.icon-scanmini {
    background: url(../images/sanmini.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 30px;
    background-color: #ff3333;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.icon-delete {
    background: url(../images/delete_zhishu.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 18px;
}

.icon-copetext {
    background: url(../images/copetext.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 18px;
}

.icon-coin {
    background: url(../images/coin.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 28px;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
}

.icon-del {
    background: url(../images/deleteimage.png) no-repeat 0 50%;
    line-height: 25px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

.icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-plus {
    background: url(../images/expansion.png) no-repeat;
    height: 12px;
}

.icon-minus {
    background: url(../images/contraction.png) no-repeat;
    height: 12px;
}

.img-del {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

/* .icon-del::before{
    content: '';
    background: url(../images/deleteimage.png) no-repeat top right;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
} */
.icon-gift {
    background: url(../images/gift.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 26px;
    font-size: 12px;
    line-height: 60px;
    color: #333333;
}

.icon-vedioclass {
    background: url(../images/video_n.png) no-repeat 0px 50%;
    padding: 0px 10px 0px 25px;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    cursor: pointer;
}

.icon-vedioclass:hover {
    background: url(../images/video_h.png) no-repeat 0px 50%;
    color: #ff3333;
}

.icon-help {
    background: url(../images/tips.png) no-repeat 0px 50%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.icon-help:hover,
.icon-help-a {
    background: url(../images/r_tips.png) no-repeat 0px 50%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;

}

.icon-help:hover+.dialog_tips_box,
.icon-help-a:hover+.dialog_tips_box {
    display: block;
    transition: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;

}

.icon-home {
    background: url(../images/home_fanhui.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 26px;
    font-size: 12px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-b {
    font-weight: bold;
}

.text-op-white {
    color: rgba(255, 255, 255, 0.7);
}

.text-333 {
    color: #333333;
}

.text-666 {
    color: #666666;
}

.text-999 {
    color: #999999;
}

.text-white {
    color: #FFFEFE;
}

.text-ccc {
    color: #cccccc;
}

.text-disabled {
    color: #b4b4b4;
}

.text-red {
    color: #ff3333;
}

.text-free {
    color: #06AC31;
}

.text-gold {
    color: #FF9933;
}

.text-vip {
    color: #FFAE00;
}

.text-orange {
    color: #FF8916;
}

.bg-222 {
    background: #222222;
    color: rgba(255, 255, 255, 0.7);
}

.bg-red {
    background: #ff3333;
}

.bg-orange {
    background: #FF8916;
}

.bg-white {
    background: #ffffff;
}

.bg-grey {
    background: #ececec;
}

.bg-red {
    background: #ff3333;
}

.bg-orange {
    background: #FF8916;
}

.bg-vip {
    background: #FFAE00;
}

.b-none {
    border: none;
}

.b-vip {
    border: 1px solid #FFAE00;
}

.b-orange {
    border: 1px solid #FF8916;
}

.b-red {
    border: 1px solid #FF3333;
}

.b-l-n {
    border-left: none;
}

.b-r-n {
    border-right: none;
}

.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;
}

.w-p-100 {
    width: 100%;
}

.w-p-23 {
    width: 23%;
}

.w-p-30 {
    width: 30%;
}

.w-p-15 {
    width: 15%;
}

.w-p-18 {
    width: 18%;
}

.m-r-p2 {
    margin-right: 2%;
}

.m-r-p3 {
    margin-right: 3%;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-16 {
    margin-right: 16px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-50 {
    margin-right: 50px;
}

.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-30 {
    margin-left: 30px;
}

.m-l-50 {
    margin-left: 50px;
}

.p-t-b-15 {
    padding: 15px 0;
}

.p-t-b-20 {
    padding: 20px 0px;
}

.p-l-r-10 {
    padding: 0px 10px;
}

.p-l-r-20 {
    padding: 0px 20px;
}

.w-p-100 {
    width: 100%;
}

.w-p-50 {
    width: 50%;
}

.w-p-20 {
    width: 20%;
}

.w-p-25 {
    width: 25%;
}

.w-p-80 {
    width: 80%;
}

.w-min-200 {
    min-width: 200px;
}



.w-100 {
    min-width: 60px;
    width: 100px;
}

.w-110 {
    min-width: 100px;
}

.w-150 {
    min-width: 130px;
}

.w-200 {
    min-width: 180px;
    width: 200px;
}

.w-250 {
    min-width: 235px;
    width: 250px;
}

.w-300 {
    width: 300px;
}


.line-20 {
    line-height: 20px;
}

.line-24 {
    line-height: 24px;
}

.line-36 {
    line-height: 36px;
}

.br-4 {
    border-radius: 4px;
}

@media (max-width: 1500px) {
    .left-box {
        display: none;
    }
}

@media (max-width: 1730px) {
    .left-box {
        left: 2%;
    }
}