@charset "utf-8";
.mod_b .th_b {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 0 2%;
}

.mod_b .th_b .sMark {
    float: left;
    color: #000000;
}

.mod_b .tb_b {
    padding: 0;
}

.ulTxt li {
    width: 50%;
    overflow: hidden;
    position: relative;
    float: left;
}

.ulTxt li .sTit {
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.ulTxt li p em {
    white-space: nowrap;
    display: inline-block;
}

.ulTxt li.liAll {
    width: 100%;
}

.picTxt .con {
    text-align: center;
    margin: 0 auto;
}

.picTxt .con img {
    display: block;
    vertical-align: top;
}

.picTxt .con span {
    display: block;
    overflow: hidden;
    color: #000000;
}

.picTxt .con .sNum {
    width: 100%;
    display: block;
    background-image: url("..images/snumbg.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.picTxt .con .sNum .emScore {
    color: #df8500;
}

.picTxt .con .sDes {
    color: #999999;
}

.picTxt .con a:hover span {
    color: #000000;
}

.picTxt .con a:hover .sNum {
    color: #ffffff;
}

.picTxt .con a:hover .sDes {
    color: #999999;
}

.picTxt li:nth-child(3n+1) .con {
    float: left;
}

.picTxt li:nth-child(3n+3) .con {
    float: right;
}

.picTxtA li {
    float: left;
    width: 32%;
}

.picTxtA li .con {
    width: 100%;
}

.picTxtA li .con img {
    width: 100%;
}

.picTxtA li:nth-child(3n+2) {
    padding-left: 2%;
    padding-right: 2%;
}

.detailPosterIntro .posterPic {
    float: left;
    position: relative;
    text-align: center;
}

.detailPosterIntro .posterPic img {
    display: block;
    vertical-align: top;
}

.detailPosterIntro .introTxt {
    color: #666666;
    position: relative;
}

.detailPosterIntro .introTxt span {
    display: block;
    word-break: break-all;
}

.detailPosterIntro .introTxt span.sScore {
    color: #ff8a00;
}

.detailPosterIntro .introTxt h1 {
    color: #333333;
    word-break: break-all;
}

.detailPosterIntro .introTxt .pBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
}

.detailPosterIntro .introTxt .aPlayBtn {
    border: 1px solid #0A0A0A;
    float: left;
    color: #ffffff;
    display: inline;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #0B0B0B;
}

.detailPosterIntro .introTxt .aPlayBtn.comingBtn {
    background-color: #4fbe1f;
    border-color: #3e9f03;
}

.detailPosterIntro .introTxt .aPlayBtn.noPlayBtn {
    background-color: #c7c7cb;
    border-color: #c7c7cb;
    background-image: none;
}

.detailPosterIntro .introTxt .aCollectBtn {
    border: 1px solid #dadada;
    float: left;
    color: #666;
    display: inline;
    background-image: background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.detailPosterIntro .introTxt .aCollectBtn.aHasCollectBtn {
    background-image: none;
}

.detailPosterIntro .introTxt .aCollectBtn em {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #debd64;
    white-space: nowrap;
    color: #f00;
    background-color: #fff1cc;
}

.detailPosterIntro .introTxt .aCollectBtn em:after {
    content: "";
    font-size: 0;
    line-height: 0;
    border: solid #debd64;
    background-color: #fff1cc;
    border-width: 1px 0 0 1px;
    vertical-align: top;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.detailPosterIntro .introTxt .downloadBtn {
    background-color: #00a0e3;
    border: 1px solid #00a0e3;
    float: left;
    color: #fff;
    display: inline;
}

.detailPosterIntro .introTxt .downloadBtn:hover, .detailPosterIntro .introTxt .downloadBtn:visited {
    color: #fff;
}

.tab {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: -1px;
    position: relative;
}

.tab ul.tabNav {
    height: 100%;
    width: 100%;
    position: relative;
}

.tab ul.tabNav li {
    float: left;
    width: 25%;
    text-align: center;
}

.tab ul.tabNav li span {
    display: block;
    padding: 1px;
    padding-bottom: 0 none;
    cursor: pointer;
}

.tab ul.tabNav li span.cur {
    border: 1px solid #e1e1e1;
    border-bottom: 0 none;
    padding: 0;
    color: #333333;
    cursor: default;
    *zoom: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, white, #f6f6f6);
    background-image: -moz-linear-gradient(top, white, #f6f6f6);
    background-image: -ms-linear-gradient(top, white, #f6f6f6);
    background-image: -o-linear-gradient(top, white, #f6f6f6);
    background-image: linear-gradient(top, white, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFFFFFFF", EndColorStr="#FFF6F6F6");
}

.tab .rightCon {
    position: absolute;
    right: 2%;
    top: 0;
}

.tabConList {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 2%;
}

.tabConList .tabCon {
    display: none;
    width: 100%;
}

.ivy {
    width: 100%;
    overflow: hidden;
}

@media only screen {
    .main {
        padding: 18px 0 0px;
    }

    .mod_b .th_b {
        line-height: 60px;
        height: 60px;
    }

    .mod_b .th_b .sMark {
        font-size: 21px;
        text-align: left;
        width: 96%;
    }

    .ulTxt li {
        font-size: 18px;
        line-height: 24px;
    }

    .ulTxt li .sTit {
        padding: 5px 0;
    }

    .ulTxt li p {
        padding: 5px 0 5px 56px;
    }

    .ulTxt li p a {
        color: #333;
        padding: 0 5px;
        margin: 0;
    }

    .picTxt .con {
        text-align: center;
        font-size: 18px;
    }

    .picTxt .con .sNum {
        line-height: 30px;
        height: 30px;
        margin-top: -30px;
        background-size: 10px 30px;
    }

    .picTxt .con .sNum .emScore {
        font-size: 22px;
    }

    .picTxt .con .sTit {
        font-size: 22px;
        line-height: 30px;
        height: 30px;
        padding-top: 6px;
    }

    .picTxt .con .sDes {
        line-height: 24px;
        height: 24px;
    }

    .picTxtA {
        padding: 8px 0;
    }

    .picTxtA li {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .golr {
        overflow: auto;
        width: 100%;
    }

    .detailPosterIntro {
        padding-bottom: 26px;
    }

    .detailPosterIntro .posterPic {
        width: 195px;
        height: 195px;
    }

    .detailPosterIntro .posterPic img {
        width: 195px;
        height: 195px;
    }

    .detailPosterIntro .introTxt {
        height: 260px;
        margin-left: 213px;
    }

    .detailPosterIntro .introTxt span {
        font-size: 15px;
        line-height: 20px;
    }

    .detailPosterIntro .introTxt span.sScore {
        font-size: 21px;
    }

    .detailPosterIntro .introTxt h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .detailPosterIntro .introTxt .aPlayBtn, .detailPosterIntro .introTxt .aCollectBtn {
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
        height: 48px;
        line-height: 48px;
        background-size: 30px 30px;
        background-position: 10px center;
        padding: 5px 18px 0 46px;
        font-size: 24px;
    }

    .detailPosterIntro .introTxt .aPlayBtn.noPlayBtn, .detailPosterIntro .introTxt .aCollectBtn.noPlayBtn {
        padding-left: 6px;
        padding-right: 6px;
    }

    .detailPosterIntro .introTxt .aCollectBtn {
        margin-left: 10px;
    }

    .detailPosterIntro .introTxt .aCollectBtn.aHasCollectBtn {
        padding-left: 18px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em {
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
        bottom: -36px;
        padding: 0 10px;
        line-height: 26px;
        height: 26px;
        font-size: 16px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em:after {
        height: 6px;
        width: 6px;
        top: -5px;
        right: 56px;
    }

    .detailPosterIntro .introTxt .downloadBtn {
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
        height: 48px;
        line-height: 48px;
        padding: 5px 6px 0;
        font-size: 24px;
    }

    .tab {
        height: 48px;
        line-height: 48px;
        font-size: 21px;
    }

    .tab .favoriteBtn {
        line-height: 52px;
        height: 48px;
    }

    .tabConList {
        line-height: 30px;
        font-size: 18px;
    }

    .tabConList .ulTxt {
        padding: 12px 0;
    }

    .tabConList .pIntroTxt {
        padding-bottom: 12px;
        text-indent: 56px;
    }

    .ivy {
        padding-top: 12px;
    }

    .popDownload {
        width: 350px;
        height: 250px;
        margin-top: -125px;
        margin-left: -175px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        background-size: 350px 250px;
    }

    .popDownload .popCloseBtn {
        width: 50px;
        height: 50px;
        top: -25px;
        right: -25px;
        background-size: 30px 30px;
    }

    .popDownload .downLoadBtn {
        margin-top: 95px;
        line-height: 56px;
        height: 56px;
        font-size: 24px;
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
    .main {
        padding: 13px 0 6px;
    }

    .mod_b .th_b {
        line-height: 45px;
        height: 45px;
    }

    .mod_b .th_b .sMark {
        font-size: 15px;
    }

    .ulTxt li {
        font-size: 13px;
        line-height: 18px;
    }

    .ulTxt li .sTit {
        padding: 3px 0;
    }

    .ulTxt li p {
        padding: 3px 0 3px 42px;
    }

    .picTxt .con {
        text-align: center;
        font-size: 13px;
    }

    .picTxt .con .sNum {
        line-height: 22px;
        height: 22px;
        margin-top: -22px;
        background-size: 10px 22px;
    }

    .picTxt .con .sNum .emScore {
        font-size: 16px;
    }

    .picTxt .con .sTit {
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        padding-top: 4px;
    }

    .picTxt .con .sDes {
        line-height: 18px;
        height: 18px;
    }

    .picTxtA {
        padding: 6px 0;
    }

    .picTxtA li {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .detailPosterIntro {
        padding-bottom: 19px;
    }

    .detailPosterIntro1 {
        padding-bottom: 19px;
    }

    .detailPosterIntro .posterPic {
        width: 146px;
        height: 180px;
    }

    .detailPosterIntro .posterPic img {
        width: 146px;
        height: 180px;
    }

    .detailPosterIntro .introTxt {
        height: 180px;
        margin-left: 160px;
    }

    .detailPosterIntro .introTxt span {
        font-size: 13px;
        line-height: 36px;
    }

    .detailPosterIntro .introTxt span.sScore {
        font-size: 15px;
    }

    .detailPosterIntro .introTxt h1 {
        font-size: 18px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .detailPosterIntro .introTxt .aPlayBtn, .detailPosterIntro .introTxt .aCollectBtn {
        -webkit-radius: 3.00752px;
        -moz-radius: 3.00752px;
        -ms-radius: 3.00752px;
        -o-radius: 3.00752px;
        border-radius: 3.00752px;
        height: 36px;
        line-height: 36px;
        background-size: 22px 22px;
        background-position: 7px center;
        padding: 3px 13px 0 34px;
        font-size: 18px;
    }

    .detailPosterIntro .introTxt .aPlayBtn.noPlayBtn, .detailPosterIntro .introTxt .aCollectBtn.noPlayBtn {
        padding-left: 4px;
        padding-right: 4px;
    }

    .detailPosterIntro .introTxt .aCollectBtn {
        margin-left: 7px;
    }

    .detailPosterIntro .introTxt .aCollectBtn.aHasCollectBtn {
        padding-left: 13px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em {
        -webkit-radius: 3.00752px;
        -moz-radius: 3.00752px;
        -ms-radius: 3.00752px;
        -o-radius: 3.00752px;
        border-radius: 3.00752px;
        bottom: -27px;
        padding: 0 7px;
        line-height: 19px;
        height: 19px;
        font-size: 12px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em:after {
        height: 4px;
        width: 4px;
        top: -3px;
        right: 42px;
    }

    .detailPosterIntro .introTxt .downloadBtn {
        -webkit-radius: 3.00752px;
        -moz-radius: 3.00752px;
        -ms-radius: 3.00752px;
        -o-radius: 3.00752px;
        border-radius: 3.00752px;
        height: 36px;
        line-height: 36px;
        padding: 3px 4px 0;
        font-size: 18px;
    }

    .tab {
        height: 36px;
        line-height: 36px;
        font-size: 20px;
    }

    .tab .favoriteBtn {
        line-height: 39px;
        height: 36px;
    }

    .tabConList {
        line-height: 22px;
        font-size: 13.53383px;
    }

    .tabConList .ulTxt {
        padding: 9px 0;
    }

    .tabConList .pIntroTxt {
        padding-bottom: 9px;
        text-indent: 42px;
    }

    .ivy {
        padding-top: 9px;
    }

    .popDownload {
        width: 263px;
        height: 187px;
        margin-top: -93px;
        margin-left: -131px;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
        -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
        background-size: 263px 187px;
    }

    .popDownload .popCloseBtn {
        width: 37px;
        height: 37px;
        top: -18px;
        right: -18px;
        background-size: 22px 22px;
    }

    .popDownload .downLoadBtn {
        margin-top: 71px;
        line-height: 42px;
        height: 42px;
        font-size: 18px;
        -webkit-radius: 3px;
        -moz-radius: 3px;
        -ms-radius: 3px;
        -o-radius: 3px;
        border-radius: 3px;
    }
}

@media only screen and (max-width: 320px) {
    .main {
        padding: 12px 0 5px;
    }

    .mod_b .th_b {
        line-height: 40px;
        height: 40px;
    }

    .mod_b .th_b .sMark {
        font-size: 14px;
    }

    .ulTxt li {
        font-size: 12px;
        line-height: 16px;
    }

    .ulTxt li .sTit {
        padding: 3px 0;
    }

    .ulTxt li p {
        padding: 3px 0 3px 37px;
    }

    .picTxt .con {
        text-align: center;
        font-size: 12px;
    }

    .picTxt .con .sNum {
        line-height: 20px;
        height: 20px;
        margin-top: -20px;
        background-size: 10px 20px;
    }

    .picTxt .con .sNum .emScore {
        font-size: 14px;
    }

    .picTxt .con .sTit {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        padding-top: 4px;
    }

    .picTxt .con .sDes {
        line-height: 16px;
        height: 16px;
    }

    .picTxtA {
        padding: 5px 0;
    }

    .picTxtA li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .detailPosterIntro {
        padding-bottom: 17px;
    }

    .detailPosterIntro .posterPic {
        width: 130px;
        height: 180px;
    }

    .detailPosterIntro .posterPic img {
        width: 130px;
        height: 180px;
    }

    .detailPosterIntro .introTxt {
        height: 130px;
        margin-left: 142px;
    }

    .detailPosterIntro .introTxt span {
        font-size: 12px;
        line-height: 32px;
    }

    .detailPosterIntro .introTxt span.sScore {
        font-size: 14px;
    }

    .detailPosterIntro .introTxt h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .detailPosterIntro .introTxt .aPlayBtn, .detailPosterIntro .introTxt .aCollectBtn {
        -webkit-radius: 2.66667px;
        -moz-radius: 2.66667px;
        -ms-radius: 2.66667px;
        -o-radius: 2.66667px;
        border-radius: 2.66667px;
        height: 32px;
        line-height: 32px;
        background-size: 20px 20px;
        background-position: 6px center;
        padding: 3px 12px 0 30px;
        font-size: 16px;
    }

    .detailPosterIntro .introTxt .aPlayBtn.noPlayBtn, .detailPosterIntro .introTxt .aCollectBtn.noPlayBtn {
        padding-left: 4px;
        padding-right: 4px;
    }

    .detailPosterIntro .introTxt .aCollectBtn {
        margin-left: 6px;
    }

    .detailPosterIntro .introTxt .aCollectBtn.aHasCollectBtn {
        padding-left: 12px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em {
        -webkit-radius: 2.66667px;
        -moz-radius: 2.66667px;
        -ms-radius: 2.66667px;
        -o-radius: 2.66667px;
        border-radius: 2.66667px;
        bottom: -24px;
        padding: 0 6px;
        line-height: 17px;
        height: 17px;
        font-size: 10px;
    }

    .detailPosterIntro .introTxt .aCollectBtn em:after {
        height: 4px;
        width: 4px;
        top: -3px;
        right: 37px;
    }

    .detailPosterIntro .introTxt .downloadBtn {
        -webkit-radius: 2.66667px;
        -moz-radius: 2.66667px;
        -ms-radius: 2.66667px;
        -o-radius: 2.66667px;
        border-radius: 2.66667px;
        height: 32px;
        line-height: 32px;
        padding: 3px 4px 0;
        font-size: 16px;
    }

    .tab {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .tab .favoriteBtn {
        line-height: 34px;
        height: 32px;
    }

    .tabConList {
        line-height: 20px;
        font-size: 12px;
    }

    .tabConList .ulTxt {
        padding: 8px 0;
    }

    .tabConList .pIntroTxt {
        padding-bottom: 8px;
        text-indent: 37px;
    }

    .ivy {
        padding-top: 8px;
    }

    .popDownload {
        width: 233px;
        height: 166px;
        margin-top: -83px;
        margin-left: -116px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
        -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
        background-size: 233px 166px;
    }

    .popDownload .popCloseBtn {
        width: 33px;
        height: 33px;
        top: -16px;
        right: -16px;
        background-size: 20px 20px;
    }

    .popDownload .downLoadBtn {
        margin-top: 63px;
        line-height: 37px;
        height: 37px;
        font-size: 16px;
        -webkit-radius: 2px;
        -moz-radius: 2px;
        -ms-radius: 2px;
        -o-radius: 2px;
        border-radius: 2px;
    }
}

.ulNumList {
    padding-top: 1%;
    width: 100%;
    padding-bottom: 1%;
}

.ulNumList li {
    width: 20%;
    padding: 1%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.ulNumList li.zy {
    width: 98%;
    padding: 1%;
}

.ulNumList li.dy {
    width: 48%;
    padding: 1%;
}

.ulNumList li a {
    display: block;
    border: 1px solid #dcdcdc;
    position: relative;
}

.ulNumList li a.cur {
    color: #060606;
}

.ulNumList li a .iNewIcon {
    top: -1px;
    left: -1px;
}

.dlDrama {
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e7e7e7;
}

.dlDrama:first-child {
    border-top: 0 none;
}

.dlDrama:last-child {
    border-bottom: 0 none;
}

.dlDrama dt {
    display: block;
}

.dlDrama dt span {
    float: left;
    position: relative;
    overflow: hidden;
}

.dlDrama dt span em {
    background: #ff8a00;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.dlDrama dt span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ff8a00;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    overflow: hidden;
    -webkit-radius: 2px;
    -moz-radius: 2px;
    -ms-radius: 2px;
    -o-radius: 2px;
    border-radius: 2px;
}

.dlDrama dd .sMore {
    display: block;
    text-align: right;
}

.dlDrama dd .aMore {
    color: #00a0e3;
    white-space: nowrap;
}

.dlDrama dd .aMore:hover, .dlDrama dd .aMore:visited {
    color: #00a0e3;
}

.pDramaMore {
    text-align: center;
}

.pDramaMore a {
    position: relative;
    color: #00a0e3;
}

.pDramaMore a:after {
    content: "";
    font-size: 0;
    line-height: 0;
    border: solid #5aace8;
    vertical-align: top;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.pDramaMore a:hover, .pDramaMore a:visited {
    color: #00a0e3;
}

@media only screen {
    .ulNumList li a {
        font-size: 14px;
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
        height: 54px;
        line-height: 54px;
    }

    .dlDrama {
        padding: 21px 0 15px;
    }

    .dlDrama:first-child {
        margin-top: -1%;
    }

    .dlDrama dt span {
        line-height: 28px;
        height: 26px;
        padding-right: 15px;
        font-size: 18px;
    }

    .dlDrama dt span em {
        height: 26px;
        padding: 0 9px;
        -webkit-radius: 4px;
        -moz-radius: 4px;
        -ms-radius: 4px;
        -o-radius: 4px;
        border-radius: 4px;
    }

    .dlDrama dt span:after {
        height: 26px;
        width: 26px;
        right: 8px;
    }

    .dlDrama dd {
        padding-top: 10px;
        text-indent: 2em;
        line-height: 36px;
    }

    .pDramaMore {
        padding: 10px 0;
        font-size: 18px;
    }

    .pDramaMore a {
        padding-right: 20px;
    }

    .pDramaMore a:after {
        width: 10px;
        height: 10px;
        border-width: 0 4px 4px 0;
    }
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
    .ulNumList li a {
        font-size: 14px;
        -webkit-radius: 3.00752px;
        -moz-radius: 3.00752px;
        -ms-radius: 3.00752px;
        -o-radius: 3.00752px;
        border-radius: 3.00752px;
        height: 47px;
        line-height: 47px;
    }

    .dlDrama {
        padding: 15px 0 11px;
    }

    .dlDrama:first-child {
        margin-top: -1%;
    }

    .dlDrama dt span {
        line-height: 21px;
        height: 19px;
        padding-right: 11px;
        font-size: 13px;
    }

    .dlDrama dt span em {
        height: 19px;
        padding: 0 6px;
        -webkit-radius: 3.00752px;
        -moz-radius: 3.00752px;
        -ms-radius: 3.00752px;
        -o-radius: 3.00752px;
        border-radius: 3.00752px;
    }

    .dlDrama dt span:after {
        height: 19px;
        width: 19px;
        right: 6px;
    }

    .dlDrama dd {
        padding-top: 7px;
        text-indent: 2em;
        line-height: 27px;
    }

    .pDramaMore {
        padding: 7px 0;
        font-size: 13px;
    }

    .pDramaMore a {
        padding-right: 15px;
    }

    .pDramaMore a:after {
        width: 7px;
        height: 7px;
        border-width: 0 3px 3px 0;
    }
}

@media only screen and (max-width: 320px) {
    .ulNumList li a {
        font-size: 16px;
        -webkit-radius: 2.66667px;
        -moz-radius: 2.66667px;
        -ms-radius: 2.66667px;
        -o-radius: 2.66667px;
        border-radius: 2.66667px;
        height: 42px;
        line-height: 42px;
    }

    .dlDrama {
        padding: 14px 0 10px;
    }

    .dlDrama:first-child {
        margin-top: -1%;
    }

    .dlDrama dt span {
        line-height: 18px;
        height: 17px;
        padding-right: 10px;
        font-size: 12px;
    }

    .dlDrama dt span em {
        height: 17px;
        padding: 0 6px;
        -webkit-radius: 2.66667px;
        -moz-radius: 2.66667px;
        -ms-radius: 2.66667px;
        -o-radius: 2.66667px;
        border-radius: 2.66667px;
    }

    .dlDrama dt span:after {
        height: 17px;
        width: 17px;
        right: 5px;
    }

    .dlDrama dd {
        padding-top: 6px;
        text-indent: 2em;
        line-height: 24px;
    }

    .pDramaMore {
        padding: 6px 0;
        font-size: 12px;
    }

    .pDramaMore a {
        padding-right: 13px;
    }

    .pDramaMore a:after {
        width: 6px;
        height: 6px;
        border-width: 0 2px 2px 0;
    }
}

.tab2 {
    width: 100%;
    margin-top: 10px;
}

.tabt3 {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.tab2 dt span {
    display: block;
    width: auto;
    padding: 0 5px;
    min-width: 13%;
    margin-right: 8px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 15px;
    display: inline;
    cursor: default;
    background: #ddd;
}

.sub-badge {
    border-radius: 10px;
    background: linear-gradient(90deg, #eafafa, #fafafa);
    padding: 2px 5px;
}

.tab2 dt span.current {
    background: #0BBE06;
    color: #fff;
}

.tab2 dt span.current .sub-badge {
    background: linear-gradient(90deg, #404040, #447ab7);
    color: #fff;
}

.tab2 dt span.current sub {
    border-radius: 10px;
    background: #0BBE06;
    padding: 2px 5px;
}

.tab2 dd {
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 65px;
    border-top: 1px solid #0BBE06;
    display: none
}

.ulNumList .selected a {
    background: #F06000;
    color: #ffffff;
}