body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

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: #fff;
    height: 35px;
    width: 300px;
    border-radius: 4px;
}

.gjx-login-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./img/gjx-bg.png);
}

.gjx-login-container .gjx-login-div {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px 0px rgba(183, 183, 225, 0.06);
    border-radius: 8px;
}

.gjx-login-container .gjx-login-div .gjx-logo {
    margin: 50px 142px 0;
}

.gjx-login-container .gjx-login-div .login-label {
    position: relative;
    width: 200px;
    height: 1px;
    background: rgba(236, 236, 236, 1);
    margin: 30px auto 26px auto;
}

.gjx-login-container .gjx-login-div .gjx-title {
    margin: 35px 40px 35px;
    border-bottom: 1px solid #ececec;
    line-height: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    position: relative;
}

.gjx-login-container .gjx-login-div .gjx-ab {
    right: 0;
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(207, 39, 45, 1);
    display: block;
    text-decoration: none;
}

.gjx-login-container .gjx-login-div .login-label .login-text {
    position: absolute;
    background: #fff;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding: 0 15px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.gjx-login-container .gjx-login-div .err-msg {
    color: #CF272D;
    margin-left: 20px;
    line-height: 24px;
    height: 24px;
    word-wrap: break-word;
    word-break: normal;
    margin-bottom: 5px;
    margin-top: -10px;
}

.gjx-login-container .gjx-login-div .redButton {
    width: 300px;
    height: 42px;
    background: rgba(207, 39, 45, 1);
    box-shadow: 0px 4px 6px 0px rgba(207, 39, 45, 0.2);
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
}

.gjx-login-container .gjx-login-div .gjx-bottom {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 14px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.gjx-login-container .gjx-login-div .gjx-bottom a {
    display: block;
    color: #999;
    text-decoration: none;
}

.gjx-login-container .gjx-login-div input.account {
    width: 245px;
    height: 42px;
    border: 1px solid #dddddd;
    padding-left: 53px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.gjx-login-container .gjx-login-div input.check-msg {
    width: 128px;
    height: 42px;
    border: 1px solid #dddddd;
    padding-left: 53px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.gjx-login-container .gjx-login-div .imgCode {
    height: 44px;
    width: 110px;
    margin-left: 8px;
}

.gjx-login-container .gjx-login-div .yzmButton {
    width: 124px;
    height: 42px;
    border: 1px solid #ff3333;
    border-radius: 4px;
    color: #ff3333;
    background: #ffffff;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    margin-left: 8px;
}

.gjx-login-container .gjx-login-div input.icon-acc-num {
    background: url(./img/phone.png) no-repeat 22px;
}

.gjx-login-container .gjx-login-div input.icon-acc-pwd {
    background: url(./img/pwd.png) no-repeat 22px;
}

.gjx-login-container .gjx-login-div input.icon-acc-msg {
    background: url(./img/msg.png) no-repeat 22px;
}

.gjx-login-container .gjx-login-div input.icon-acc-qq {
    background: url(./img/qq.png) no-repeat 22px;
}

.gjx-login-container .gjx-login-div input.icon-acc-yzm {
    background: url(./img/yzm.png) no-repeat 22px;
}

.div-container {
    margin: 0 50px;
}

#toaster {
    width: 325px;
    min-height: 40px;
    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 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

#toaster div {
    text-align: left;
    margin: 17px 10px 17px 60px;
}

.type-banner {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
}

.type-banner .type-item {
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.type-banner .type-item.active {
    font-weight: bold;
    color: #CF272D;
}

.type-banner .type-item .ab-div-red {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #CF272D;
    width: 100%;
}

.type-banner .type-item.active .ab-div-red {
    opacity: 1;
}

.type-banner .type-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 310px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 4px;
}

.type-banner .type-search .type-search-text {
    width: 260px;
    height: 30px;
    border-radius: 4px 0px 0px 4px;
    background: #fff;
    padding-left: 20px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.type-banner .type-search .type-search-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 35px;
    height: 32px;
    background: rgba(207, 39, 45, 1);
    border-radius: 0 4px 4px 0;
}

.type-banner .type-search .type-search-btn .type-search-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gjx-zl-item {
    display: flex;
    padding: 30px 0;
    margin: 0 30px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.gjx-zl-level{
    font-size:12px;
color:rgba(166,147,124,1);
line-height:30px;
text-align: center;
}
.gjx-zl-level-free{
    font-size:12px;
color:#57B082;
line-height:30px;
text-align: center;}

.gjx-zl-type-success {
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: rgba(89, 126, 247, 0.2);
    border-radius: 4px;
    font-size: 12px;
    color: rgba(89, 126, 247, 1);
    text-align: center;
    margin-right: 12px;
}
.gjx-zl-type-ganhuo {
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: rgba(255,169,64, 0.2);
    border-radius: 4px;
    font-size: 12px;
    color: rgba(255,169,64, 1);
    text-align: center;
    margin-right: 12px;
}
.gjx-zl-type-dacu {
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: rgba(255,51,51, 0.2);
    border-radius: 4px;
    font-size: 12px;
    color: rgba(255,51,51, 1);
    text-align: center;
    margin-right: 12px;
}

.gjx-zl-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}
.gjx-time{
    position: absolute;
    right: 12px;
    font-size:12px;
color:rgba(153,153,153,1);
}
.gjx-zl-intro {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 44px;
    word-break: break-all;
    margin: 6px 0 10px 0;
    padding-right:10px;
    width:90%;
}
.gjx-down-btn{
    margin-top:10px;
    display: block;
    width:90px;
    height:30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(193,44,31,1);
    border-radius:4px;
    font-size:14px;
    color:rgba(207,39,45,1);
    line-height:30px;
    text-align: center;
    transition: all 0.2s ease-in;
    cursor: pointer;
    width:120px;
}
.gjx-down-btn:hover{
    background:rgba(193,44,31,1);
    color:rgba(255,255,255,1);
}
.gjx-jiange {
    width: 1px;
    height: 12px;
    background: rgba(221, 221, 221, 1);
    margin-right: 15px;
}

.gjx-zl-sm-icon {
    height: 16px;
    color: #b4b4b4;
    line-height: 16px;
    padding-left: 18px;
    font-size: 12px;
    margin-right:15px;
    /* transform: scale(0.82); */
    /* width: 40px; */
}

.gjx-zl-p {
    background: url(./img/sm_p.png) no-repeat 0 50%;
}

.gjx-zl-v {
    background: url(./img/sm_v.png) no-repeat 0 50%;
}

.gjx-zl-c {
    background: url(./img/sm_c.png) no-repeat 0 50%;
}
.icon-lt-co {
    background: url(./img/lt-co_n.png) no-repeat 0 50%;
}
.icon-lt-co.active {
    background: url(./img/lt-co-a.png) no-repeat 0 50%;
    animation: shake .3s;
    -o-animation: shake .3s;
    -webkit-animation: shake .3s;
    -moz-animation: shake .3s;
}
.gjx-zl-d {
    background: url(./img/sm_d.png) no-repeat 0 50%;
}
.gjx-zl-z,.icon-lt-zan {
    background: url(./img/sm_z.png) no-repeat 0 50%;
}
.icon-lt-zan.active {
    background: url(./img/sm_z_active.png) no-repeat 0 50%;
    color: #ff3333;
    animation: shake .3s;
    -o-animation: shake .3s;
    -webkit-animation: shake .3s;
    -moz-animation: shake .3s;
}
.gjx-zl-co{
    background: url(./img/sm_co.png) no-repeat 0 50%;
}
.gjx-more{
    color:#CF272D;
    padding:20px 0;
    text-align: center;
    cursor: pointer;
}

.lt-list-item {
    display: block;
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
}

.lt-list-item:nth-last-child(1) {
    border-bottom: none;
}

.lt-list-item .tz-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.lt-list-item .tz-title span {
    width: 38px;
    height: 20px;
    border: 1px solid rgba(207, 39, 45, 1);
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    color: rgba(207, 39, 45, 1);
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 6px;
}

.lt-list-item .tz-content {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

.lt-list-item .tz-content img {
    border-radius: 4px;
    margin-right: 20px;
}

.lt-list-item .tz-content .tz-detail {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 44px;
    word-break: break-all;
    margin: 10px 0;
}
.lt-list-item .tz-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #B4B4B4;
}

.lt-list-item .tz-info .tz-type {
    width: 70px;
    height: 28px;
    background: rgba(255, 232, 233, 1);
    border-radius: 4px;
    color: #CF272D;
    line-height: 28px;
    text-align: center;
    margin-right: 25px;
}
.lt-detail {
    background: #fff;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 30px 20px;
}

.lt-detail>.tz-title {
    line-height: 26px;
    font-size: 26px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 30px;
}
.fuli-div-lt {
    margin-bottom: 10px;
    text-align: center;
    position: static;
    background: #fff;
    /**/
    border-top: none;
}

.fuli-div-lt .top-div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -10px;
}

.fuli-div-lt .fuli-content {
    border: 1px solid rgb(240, 240, 240);
    margin-top: -3px;
    margin: -2px 10px 15px 10px;
    padding: 15px 10px;
}

.fuli-div-lt .fuli-content p {
    text-align: justify;
    line-height: 2em;
    letter-spacing: 1px;
}

.fuli-div-lt .fuli-content span {
    white-space: pre-wrap;
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Apple Color Emoji, Emoji Symbols Font, Segoe UI Symbol, Arial, sans-serif;
}
@keyframes shake {
    0%,
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
}
.vd-t{
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    padding:20px 0px 15px 0px;
}
.gjx-video-item{
    flex: 0 0 23%;
    background: #f44;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 2.6%;
    height: 160px;
    position: relative; 
    display: block;
}
.gjx-video-item:nth-child(4n+4){ 
    margin-right: 0;
}
.gjx-video-item .vd-title{
    padding:5px;
    color: rgba(255, 255, 255, 1);
    z-index: 99;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 44px;
    word-break: break-all;
    display: block;
    position: relative;
}
.gjx-video-item > .vd-mask:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(http://www.91laihama.com/content/tooltox/images/Mask.png) no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100%;
    border-radius: 4px;
}
.gjx-video-item .vd-bo{
    width: 22px;
    height: 27px;
    border: none;
    z-index: 99;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gjx-video-item .vd-total{
    z-index: 99;
    position: absolute;
    bottom:10px;
    right:10px;
    color:#fff;
    font-size: 12px;
}
.gjx-bread-nav {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 14px;
    margin: 32px 0px 16px 0px;
}

.gjx-bread-nav span {
    color: #999999;
}
.classes_detail {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 20px;
}

.classes_detail>div>p {
    font-size: 26px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin: 20px 0;
}

.classes_detail>div>.detail-msg {
    display: flex;
    align-items: center;
    color: #666666;
}

.classes_detail>div>.detail-msg>div {
    padding: 0 20px;
    text-align: right;
    border-right: 1px solid #DDDDDD;
}

.classes_detail>div>.detail-msg>div:first-child {
    text-align: left;
    padding: 0 20px 0 0;
}

.classes_detail>div>.detail-msg>div:last-child {
    border-right: none;
}

.classes-price {
    background: url(./img/c_bg.png) no-repeat;
    padding: 15px;
    margin:15px 0;
}

.classes-price>p {
    font-size: 12px;
    color: #525252;
    margin: 0;
}

.classes-price>p:nth-child(2) {
    margin: 8px 0 5px 0;
}

.classes-price>p>.now_price {
    color: #CF272D;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
}

.classes-price>p>.old_price {
    color: #333;
    text-decoration: line-through;
    margin-left: 15px;
}

.classes-btn {
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    line-height: 42px;
}

.classes-btn.red {
    background-color: rgba(207, 39, 45, 1);
}

.classes-btn.yellow {
    background: rgba(255, 153, 51, 1);
}

.tuijiankecheng {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
    margin-bottom: 18px;
}

.classes-menu {
    width: 910px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    background-size: cover;
}

.classes-menu .title {
    padding-left: 20px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid #E1E1E1;
}

.classes-menu-item {
    margin-top: 10px
}

.classes-menu-item:first-child {
    margin-top: 0;
}
.firstLevel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    padding: 0 30px;
    background: rgba(246, 246, 246, 1);
}

.firstLevel+div.no {
    display: none;
}

.firstLevel>.right-folds {
    font-size: 12px;
    display: none;
    cursor: pointer;
}

.firstLevel>.right-folds:last-child {
    display: block;
}

.firstLevel.active>.right-folds {
    display: block;
}

.firstLevel.active>.right-folds:last-child {
    display: none;
}

.firstLevel.active+div.no {
    display: block;
}

.secondLevel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    padding: 0 50px 0 30px;
}

.secondLevel.bg-black {
    padding: 0 10px;
    background: rgba(47, 47, 47, 1);
    color: #fff;
    height: 48px;
    line-height: 48px;
}

.secondLevel:hover {
    background: rgba(251, 251, 251, 1);
}

.secondLevel.bg-black:hover {
    background: rgba(47, 47, 47, 1);
}

.secondLevel .c_num {
    background: rgba(150, 150, 150, 1);
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin-right: 10px;
    font-weight: normal;
}

ul.no {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.no>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666666;
    padding-left: 45px;
}

.secondLevel.bg-black+ul.no>li {
    color: #fff;
    border-bottom: 1px solid rgba(58, 58, 63, 0.3);
    padding-left: 10px;
}

.secondLevel.bg-black+ul.no>li:hover {
    background: #1f1f1f;
}

ul.no>li:hover {
    background: rgba(251, 251, 251, 1);
}

ul.no>li>div {
    margin-right: 50px;
}

.secondLevel+ul.no {
    display: none;
}

.secondLevel>.right-folds {
    font-size: 12px;
    display: none;
    cursor: pointer;
}

.secondLevel.bg-black>.right-folds {
    color: #fff;
}

.secondLevel>.right-folds:last-child {
    display: block;
}

.secondLevel.active>.right-folds {
    display: block;
}

.secondLevel.active>.right-folds:last-child {
    display: none;
}

.secondLevel.active+ul.no {
    display: block;
}
.flex-v-center{
    align-items: center;
}
.icon-c_zd {
    background: url(./img/c_zd.png) 0 50% no-repeat;
    padding-left: 5px;
    margin-left: 5px;
}

.icon-c_zk {
    background: url(./img/c_zk.png) 0 50% no-repeat;
    padding-left: 5px;
    margin-left: 5px;
}
.icon-c_view {
    background: url(./img/c_view.png) 0 50% no-repeat;
    padding-left: 20px;
    margin-left: 70px;
}

.icon-c_time {
    background: url(./img/c_time.png) 0 50% no-repeat;
    padding-left: 16px;
}
.icon-lesson {
    background: url(./img/lesson.png) 0 50% no-repeat;
    padding-left: 18px;
}

.icon-playnum {
    background: url(./img/playnum.png) 0 50% no-repeat;
    padding-left: 18px;
}
.icon-c_onplay {
    background: url(./img/live.gif) 0 50% no-repeat;
    padding-left: 25px;
}
.item-div {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 4px;
    height: auto;
    text-align: left;
    /* width: 23%; */
    /* margin-right: 2%; */
    margin-bottom: 15px;
}

.item-div:nth-child(4n+4) {
    margin-right: 0;
}

.item-div:hover {
    border-color: #aaa;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
}


/* .item-div img {
    width: 100%;
} */

.item-div .item-bg {
    position: relative;
    background-size: 100%;
    transition: all 0.3s linear;
    background-position-x: center;
    background-position-y: center;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    height: 126px;
    background-size:cover;
}

.item-div .item-bg:hover {
    background-size: 110%;
}

.item-div .tip-top-red {
    height: 22px;
    background: rgba(255, 51, 51, 1);
    line-height: 22px;
    padding: 0px 10px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.item-div .tip-bottom-time {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 5px;
    padding: 0px 8px;
}

.item-div .item-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    line-height: 32px;
    text-align: left;
    padding-left: 0;
    height: 32px;
}

.item-div .item-title:hover {
    text-decoration: underline;
}

.item-div .item-sm-tip {
    margin: 10px;
    color: #999999;
    font-size: 12px;
}
.video-text-detail {
    padding-top: 20px;
    padding-left:20px;
}

.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;
}
#video-detail-text {
    overflow: hidden;
    width: 100%;
    color: #999999;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.video-detail {
    display: flex;
    align-items: center;
    position: relative;
    /* width: 1200px; */
    height: 444px;
    margin: 12px 0;
}


.vv-item {
    text-align: center;
    width: 50%;
    line-height: 27px;
    height: 27px;
    cursor: pointer;
}

.vv-item.active {
    background: rgba(58, 58, 63, 1);
}
.v-s-list {
    margin: 10px 10px 0px 10px;
}

.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;
    background:#222;
    -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 {
    width:100%;
    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;
}

/* 指数还原样式 */
.transformation-content{
    /* width: 1170px; */
    margin: 0 auto 93px;
}

.transformation-content .transformation-content-header {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
.transformation-content .transformation-content-header .index-type{
    float: left;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 16px;
    margin-right: 42px;
    cursor: pointer;
}
.transformation-content .transformation-content-header .index-type-active{
    border-bottom: 2px solid #cf272d;
    color: #cf272d;
}

.transformation-content .transformation-content-header .index-type:first-child{
    margin-left: 20px;
}
.transformation-content .transformation-content-header .index-type:last-child{
    margin-right: 24px;
}
.transformation-content .transformation-content-body .transformation-content-operate{
    overflow: hidden;
    margin-top: 25px;
    display: flex;
}
.transformation-content .transformation-content-body .transformation-content-operate .operate{
    /* float: left; */
    margin-top: 3px;
    width: 440px;
    margin-left: 20px;
}
.transformation-content .transformation-content-body .transformation-content-operate .left-ll{
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.transformation-content .transformation-content-body .transformation-content-operate .left-ll .operate-icon{
    width: 5px;
    height: 21px;
    display: inline-block;
    background: #cf272d;
    vertical-align: sub;
    margin-right: 8px;
}
.transformation-content .transformation-content-body .transformation-content-operate .left-ll p{
    font-size: 14px;
    color: #999999;
    margin-left: 18px;
    line-height: 14px;
    margin-top: 10px;
}
.transformation-content .transformation-content-body .transformation-content-operate .right-rr{
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: -2px;
    margin-right: 16px;
}
.transformation-content .transformation-content-body .transformation-content-operate .right-rr a{
    padding: 8px 13px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #cf272d;
    border: 1px solid #cf272d;
    border-radius: 18px;
}
.transformation-content .transformation-content-body .transformation-content-operate .operate-body{
    clear: both;
    margin-top: 55px;
    overflow: hidden;
}
.transformation-content .transformation-content-body .transformation-content-operate .operate-body textarea.data-left{
    background: #f3f6f9;
    width: 440px;
    height: 509px;
    border: none;
    outline: none;
    padding: 28px 33px;
    resize: none;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate{
    /* float: left; */
    width: 250px;
    margin-top: 150px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .convert{
    width: 155px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #cf272d;
    border-radius: 24px;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .convert .convert-icon{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/transformation-convert-icon.png") no-repeat center;
    vertical-align: middle;
    margin-right: 6px;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .qq-scan{
    margin-bottom: 54px;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .scan-box p{
    line-height: 14px;
    margin-top: 14px;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .qq-scan .qq-scan-icon{
    width: 143px;
    height: 143px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/trans-qq-scan.png") no-repeat center;
}
.transformation-content .transformation-content-body .transformation-content-operate .middle-operate .weChat-scan .weChat-scan-icon{
    width: 143px;
    height: 143px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/trans-wechat-scan.png") no-repeat center;
}
.transformation-content .transformation-content-body .transformation-content-operate .right-operate{
    /* float: right; */
    margin-right: 20px;
    margin-left: 0;
}
