<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
body{color:#333;background:#212529;font-size: 12px;font-family: "microsoft yaHei", å¾®è½¯é›…é»‘, arial;}
th,td{text-align:left;vertical-align:top}
a{color:#333;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
a:focus{outline:0}
img{display:inline-block;border:0;vertical-align:middle}
li{list-style:none}ol{padding:0 0 0 2em}
input,label,select,option,textarea,button,fieldset,legend{font-family:inherit}
input[type=text],
textarea{-webkit-appearance:none;-webkit-border-radius:0;outline:0}

body{
    background: #212529;
}
/*é¡¶éƒ¨*/
.g-header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    /*border:1px solid #ccc;*/
}
.g-head{
    background: #15253a;
}
.g-header .g-header-container {
    width: 100%;
    height: 70px;
    background: #212529;
}
.g-header .g-box {
    width: 1230px;
    position: relative;
    margin: 0 auto;
    height: 70px;
    z-index: 1290;
}
.g-header .g-box .yk-logo {
    float: left;
    height: 46px;
    width: 120px;
    margin: 12px 5px 12px 0;
    line-height: 46px;
    overflow: hidden;
}
.g-header .g-box .yk-logo a {
    display: block;
    width: 120px;
}
.g-header .g-box .yk-logo a img{
    max-width: 100%;
    max-height: 100%;
}
/*é¡¶éƒ¨å¯¼èˆª*/
.g-header .g-box .g-head-center {
    float: left;
    height: 70px;
    margin: 0px 20px 0 30px;
}
.g-header .g-box .g-head-center li {
    float: left;
    position: relative;
}
.g-header .g-box .g-head-center li.current .bar-list{
    /*background: rgba(37, 38, 39, 0.18);*/
    background: rgba(37, 38, 39, 0.18);
}
.qheader .g-box .g-head-center li.current .bar-list{
    background: #252627;
}
.g-header .g-box .g-head-center li .bar-list {
    display: block;
    padding: 0 9px;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    text-decoration: none;
    zoom: 1;
    position: relative;
}
.g-header .g-box .g-head-center li .bar-list:hover{
    background: rgba(37, 38, 39, 0.18);
}
.qheader .g-box .g-head-center li .bar-list:hover{
    background: #252627;
}
.g-header .g-box .g-head-center li .menu-level{
    display: none;
    background: #fff;
    position: absolute;
    width: 100px;
    padding: 10px 0 10px 10px;
    box-shadow: 0px 0px 8px #9a9a9a;
}
.g-header .g-box .g-head-center li .menu-level:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/fn-tree.png) no-repeat;
    background-size: 14px auto;
    position: absolute;
    top: -7px;
    left: 16px;
}
.g-header .g-box .g-head-center li .menu-level span{
    width: 68px;
    display: block;
    text-align: left;
    letter-spacing: 1px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.g-header .g-box .g-head-center li .menu-level span.current a{
    color:#888;
}
.g-header .g-box .g-head-center li .menu-level span a{
    font-size: 14px;
}
.g-header .g-box .g-head-center li .menu-level span a:hover{
    color:#5ba0d2;
}
/*é¡¶éƒ¨æœç´¢*/
.g-header .g-box .search{
    float: left;
    height: 38px;
    margin: 16px auto;
    position: absolute;
    right: 300px;
}
.g-header .g-box .search .search-box input {
    float: left;
    width: 250px;
    height: 22px;
    padding: 8px 12px 8px 18px;
    outline: 0 none;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background: rgba(255,255,255,.3);
    border: 0 none;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}
.g-header .g-box .search .search-box button {
    width: 80px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(to left,#3b9eff 0,#19c3ff 100%);
    outline: 0;
    cursor: pointer;
    border: 0 none;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    _background: #3b9eff;
    background: #3b9eff;
}
/*é¡¶éƒ¨å³è¾¹å¯¼èˆª*/
.g-header .g-box .g-ucenter {
    float: right;
    height: 70px;
}
.g-header .g-box .g-ucenter .u-box,.g-header .g-box .g-ucenter .u-login{
    float: left;
    width: 40px;
    height: 70px;
    text-align: center;
    margin-right: 10px;
}
.g-header .g-box .g-ucenter .u-box .handle{
    position: relative;
    height: 40px;
    margin: 15px 0;
}
.g-header .g-box .g-ucenter .u-box .handle a{
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 12px;
}
.g-header .g-box .g-ucenter .u-box .handle a i{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 2px;
    color: #ffffff;
    font-size: 20px;
}


.g-header .g-box .g-ucenter .u-login{
    margin-left: 20px;
    position: relative;
    text-align: left;
}

.g-header .g-box .g-ucenter .u-login .login-before{
    height: 50px;
    margin: 16px 0;
    text-align: center;
}
.g-header .g-box .g-ucenter .u-login .login-before img{
    width: 38px;
    height:38px;
    border-radius: 50%;
}
.g-header .g-box .g-ucenter .u-login .after-box{
    position: absolute;
    width: 300px;
    height: 277px;
    z-index: 9999;
    right: 0;
    top: 52px;
    display: none;
    text-align: left;
}
.g-header .g-box .g-ucenter .login-after{
    width: 300px;
    height: 243px;
    background: #fff;
    box-shadow: 0px 0px 8px #9a9a9a;
    margin-top: 18px;
    display: block;
    opacity: .92;
}
.set-vip{
    background: #fff;
    box-shadow: 0px 0px 8px #adadad;
    border-radius: 8px;
    margin: 13px 10px 10px 0px;
    padding: 10px 17px 10px 10px;
    width: 232px;
}
.set-vip span{
    color: #f57100;
    width: auto !important;
    padding: 0 !important;
    font-size: 16px;
}
.set-vip a{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #f57100;
    border-radius: 3px;
    color: #f57100;
    margin: 0 !important;
    float: right;
}
.set-vip a:hover{
    background: #f57100;
    color:#fff;
}
.set-vip p{
    margin-top: 15px;
    color: #a0a0a0;
}
.login-after:before{
    content: "";
    background: url(../images/fn-tree.png) no-repeat bottom;
    background-size: 20px auto;
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-top: -20px;
    float: right;
    margin-right: 10px;
}
.g-ucenter .login-after .userbox{
    padding: 20px 0 10px;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
}
.g-ucenter .login-after .userbox img{
    width: 38px;
    height:38px;
    border-radius: 50%;
}
.g-ucenter .login-after .userbox span{
    padding-left: 10px;
    display: inline-block;
    width: 205px;
}
.g-ucenter .login-after .userbox a{
    margin-top: 20px;
}
.g-ucenter .login-after .userbox .a-avatar{
    display: inline-block;
    width: 150px;
    color: #3181c7;
}
.g-ucenter .login-after .userbox .sign-btn{
    float: right;
    display: inline-block;
    width: 70px;
    height: 25px;
    background: #EE8124;
    border-radius: 17px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-top: 15px;
    position: relative;
}
.sign-btn.Completion{
    background: #ccc !important;
}
.sign-btn var{
    position: absolute;
    color: #EE8124;
    font-style: normal;
    font-family: serif;
    opacity: 0;
    top:-30px;
    font-size: 25px;
}
.sign-btn.signs var{
    animation:mysign 2s 1;
    -webkit-animation:mysign 2s 1;
    -moz-animation:mysign 2s 1;
    -o-animation:mysign 2s 1;
    -ms-animation:mysign 2s 1;
}
@keyframes mysign
{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@-webkit-keyframes mysign
{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@-moz-keyframes mysign
{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@-o-keyframes mysign
{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@-ms-keyframes mysign
{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}

.g-ucenter .u-bottom{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.g-ucenter .u-bottom .singout{
    float: right;
}
.not-comment {
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #888;
}
.not-comment.not{
    height: 300px;
    line-height: 300px;
    font-size: 20px;
}
/*åº•éƒ¨*/
/* foot */
.footer .copyright {
    background: #404040;
    color: rgba(255, 255, 255, 0.6);
    padding: 20px 0;
}

.count {
    display: none;
}

.main {
    width: 1230px;
    margin: 0 auto;
    text-align: center;
}
.main p.notice{
    color: #dddddd;
}
.main p.link{
    margin-top: 10px;
    width: 1230px;
    height: 19px;
    overflow: hidden;
}
.main p.link a{
    display: inline-block;
    width: 60px;
    color: #9e9e9e;
}
.main p.link a:hover{
    color: #fff;
}
.main p.copyright{
    margin-top: 10px;
    text-align: center;
    color: #9e9e9e;
    padding: 0;
}
.main-code{
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-align: center;
    box-shadow: 0px 0px 8px #9a9a9a;
    background: #fff;
}
.main-code.login-after{
    width: 133px !important;
    height: 160px !important;
    margin-top: 15px !important;
    padding-top: 14px;
    position: absolute;
    right: 69px;
    top: 55px;

}
.main-code.login-after:before{
    margin-top: -30px;
}
.main-code #qrcode{
    border: 2px solid #fff;
}

/**/
.content{
    display: block;
    max-width: 1505px;
    padding-bottom: 50px;
    margin: 90px auto 0;
    overflow: hidden;
    min-height: 593px;/*è®°å¾—åˆ&nbsp;æŽ‰*/
}
.content .left-box{
    display: inline-block;
    width: 100%;
    float: left;
    flex:1;
    -webkit-flex: 1;
    -moz-flex:1;
    -ms-flex:1;
    overflow: hidden;
}
.content .right-box{
    display: inline-block;
    width: 260px;
    float: right;
    height:auto;
    margin-left: 20px;
}

/*å…¬å…±*/
.play-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    display: none;
}
.play-bg span {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 2px #bdbdbd;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
}
.play-bg span i {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #333;
    border-width: 10px 0px 10px 16px;
    border-style: solid;
    float: left;
    margin-left: 13px;
    margin-top: 8px;
}
.play-bg span.cur{
    animation: myfirst 2s linear .1s infinite;
    -webkit-animation: myfirst 2s linear .1s infinite;
}
@keyframes myfirst {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/*ç›¸å…³æŽ¨è*/
.sub-tab{
    padding: 20px;
}
.sub-tab .title{
    border-bottom: 1px solid #686868;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #dfdfdf;
}
.sub-tab li{
    width: 100%;
    position: relative;
    height: 180px;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.sub-tab li:hover{
    box-shadow: 0px 0px 8px #3b9eff;
}
.info_f{
    padding: 16px;
    position: absolute;
    background: linear-gradient(1turn,rgba(9,15,29,.65),transparent);
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    height: auto;
}
.info_f h2{
    font-size: 13px;
}
.sub-tab .select li a {
    /*display: flex;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sub-tab .select li a .title_r{
    padding: 16px;
    position: absolute;
    background: linear-gradient(1turn,rgba(9,15,29,.65),transparent);
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    height: auto;
}
.sub-tab .select li a .title_r p{
    position: absolute;
    bottom: 0;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;

}
.sub-tab .select li a .title_r h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-tab li p{
    left: 105px !important;
    padding: 0 !important;
}
.sub-tab li p:hover{
    color:#3b9eff;
}
.sub-tab .select li a .pic{
    /*border: 1px solid #eaeaea;*/
    text-align: center;
    line-height: 63px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 4px;
}
.sub-tab .select li a .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
/*    vertical-align: text-top;*/
}
.sub-tab .select li a .pic span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    height: 16px;
    line-height: 16px;
    color: #ccc;
    font-size: 12px;
    padding: 0 5px;
}
/*.sub-tab .select li a  p {
    position: absolute;
    left: 126px;
    top: 0;
    text-align: justify;
    height: 40px;
    padding: 0 10px 0 0;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}*/
.sub-tab .select li a  p.content-like {
    /*top: 45px;
    right: 0;
    padding: 0;*/
    display: flex;
    justify-content: space-between;
    height: 20px;
}
.sub-tab .select li a  p span.mod-like {
    /*float: right;*/
    vertical-align: middle;
}
/*.mod-like i {
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url(../images/collect.png) no-repeat center;
    background-size: 15px auto;
}*/




/*åˆ†ç±»*/
/*åˆ†ç±»é¡¶éƒ¨*/
.vault-top {
    padding: 0 20px 11px;
    background: #404040;
    box-shadow: 0 0 8px 1px #404040;
    clear: both;
}
.vault-top .sort-filter {
    margin: 0;
    padding-top: 9px;
    border-top: 0 none;
    border-bottom: 0 none;
    overflow: hidden;
    zoom: 1;
}
.vault-top .sort-filter .sort-filter-panel .item {
    display: none;
    zoom: 1;
    overflow: hidden;
    position: relative;
    padding: 5px 0 5px 0;
}
.vault-top .sort-filter .sort-filter-panel .item.border {
    border-bottom: 1px solid #eee;
    margin: 0 0 9px;
    padding-bottom: 10px;
}
.vault-top .sort-filter .sort-filter-panel .item label {
    color: #999;
    float: left;
    height: 30px;
    line-height: 24px;
    margin-right: 10px;
    width: 60px;
    text-align: right;
}
.vault-top .sort-filter .sort-filter-panel .item ul li {
    float: left;
    margin: 0;
    padding-bottom: 5px;
}
.vault-top .sort-filter .sort-filter-panel .item ul li a{
    padding: 0 10px;
    line-height: 23px;
    color:#dddddd;
}
.vault-top .sort-filter .sort-filter-panel .item ul li.current a{
    cursor: default;
    background: #ff9600;
    color: #fff;
    border-radius: 13px;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}
.vault-top .sort-filter .sort-filter-handle {
    position: relative;
    top: 0;
    height: 30px;
}
.vault-top .sort-filter .sort-filter-handle .btn-handle {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    width: 90px;
    height: 30px;
}
.vault-top .sort-filter .sort-filter-handle .btn-handle a {
    width: 90px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.vault-top .sort-filter .sort-filter-handle .btn-handle a:hover i{
    border-color: #6cc4f7 transparent;
}
.vault-top .sort-filter .sort-filter-handle .btn-handle a i{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #828384 transparent;
    border-width: 6px 5px 0px 5px;
    margin-left: 5px;
}
.vault-top .sort-filter .sort-filter-handle .btn-handle a.cur i{
    border-width: 0px 5px 6px 5px;
    margin-top: -4px;
    vertical-align: middle;
}
.vault-main {
    padding: 10px 20px 0;
    background: #fff;
    box-shadow: 0 0 8px 1px #e4e5e6;
    margin: 20px 0 10px;
    overflow: hidden;
    zoom: 1;
}


 
/*è§†é¢‘éƒ¨åˆ†*/
.play_info{
    height: 95px;
}
.play_info .cat{padding: 15px 10px 0 10px;display: block;font-size: 12px;color: #777;margin-left: 18px;height: 30px;position: relative;}
.play_info .cat:after {content: " ";width: 4px;height: 4px;display: block;border-radius: 15px;position: relative;left: -18px;top: -13px;border: 2px solid #ff5f33;}
.play_info h3{margin: 0px 10px;font-size: 15px;}
.play_info  h3 a{color:#dddddd;line-height:20px;overflow:hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;height:20px}
.play_info h3 a:hover{color: #ff9600}
.post-sign{background: #ff9600;color:#fff;padding:0px 4px;display: inline-block;border-radius: 5px 0 5px 0;font-size: 12px;margin-right: 5px;line-height: 18px;position: relative;top: -1px;font-weight: normal;}
.grid-meta{color:#777;padding:0 10px 10px 10px;font-size:12px;height: 30px;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.panel .mod-col{
    width: 345px;
    padding-bottom: 5px;
    margin: 0 10px 20px;
    float: left;
    background: #505050;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease 0s;
}
.panel .mod-col:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.panel .mod-col .view-layer{
    position: relative;
    width: 100%;
    height: 250px;
    line-height: 250px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    /* border: 1px solid #eaeaea; */
    /*background: #e6e6e6;*/
}
.panel .mod-col .view-layer img, .panel .mod-col .pic-layer img{
    height: 100%;
    width: 100%;
}
/***********************************/
/*è¯„è®º*/
.comment{
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.comment-right{
    width: 320px;
    background: #404040;
    /*margin-left: 20px;*/
    float: right;
}
.comment-left{
    /*-webkit-flex: 1;*/
    background: #404040;
    width: 1165px;
    float: left;
}
.spv-comment{
    width: 100%;
    margin-top: 10px;
}
.spv-comment .area-form,.spv-comment .area-box{
    padding: 20px 20px 0px 20px;
}
.spv-comment .comment-form {
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.spv-comment .comment-form .form-cell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.spv-comment .comment-form .form-cell .form-user-info {
    display: inline-block;
}
.form-cell .form-user-info a {
    display: inline-block;
    color: #2fb3ff;
}
.comment-form .form-cell .form-wordlimit {
    float: right;
    color: #909090;
}
.comment-form .form-cell .form-wordlimit span {
    font-family: Constantia,Georgia;
    font-size: 18px;
    font-weight: 400;
}
.comment-form .form-cell .form-textarea {
    width: 100%;
    margin-top: 5px;
    position: relative;
}
.comment-form .form-cell .form-textarea textarea {
    min-height: 81px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #6a6a6a;
    box-shadow: inset 0 3px 3px #464646;
    outline: 0;
    resize: vertical;
    overflow: hidden;
    color: #dddddd;
    background: #464646;
}
.comment-form .form-cell .form-toolbar {
    margin-top: 0;
    position: relative;
    z-index: 102;
    zoom: 1;
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
}
.form-toolbar .form-btn-submit {
    float: right;
}

.form-toolbar .form-tool {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    padding: 10px 0 0;
    width: 100%;
}
.form-toolbar .form-action .form-btn-submit{
    display: inline-block;
    min-width: 79px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d1d1d1;
    background-color: #898989;
    color: #d9d9d9;
}

/*è¯„è®ºå±•ç¤º*/
.area-box {
    position: relative;
    padding-top: 50px;
}
.area-box .comment-tab {
    height: 48px;
    line-height: 46px;
    width: 100%;
    border: 0;
    position: relative;
    top: 0;
    border-bottom: 1px solid #666666;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}
.area-box .comment-tab em {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 0 3px;
    color: #909090;
}
.area-box .comment-tab .comment-tab-left {
    float: left;
    color: #2fb3ff;
    border-bottom: 2px solid #2fb3ff;
    background: #fff0;
    font-weight: 700;
    outline: 0;
    cursor: default;
}
/*.area-box .comment-tab .comment-tab-right {
    float: right;
    padding: 0 10px;
    font-size: 14px;
}*/
/**/
.comment-list{
    margin-top: 5px;
}
.comment-list li{
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.comment-list li:last-child{
    border-bottom: none;
}
.comment-list li #not-comment{
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #888;
    font-size: 18px;
}
.comment-list li .user-avatar{
    display: inline-block;
    width: 50px;
    height:50px;
    margin-right: 15px;
    float: left;
}
.comment-list li .user-avatar a{
    display: inline-block;
}

.comment-list li .user-avatar img{
    width: 50px;
    height:50px;
    border-radius: 50%;
}
.comment-list li .comment-section{
    display: inline-block;
    float: left;
}
.comment-list li .comment-section .user-info{
    width: 100%;
    font-size: 14px;
}
.comment-section .user-info .user-name{
    color: #2fb3ff;
}
.comment-section .user-info .comment-timestamp{
    margin: 0 10px 0 16px;
    font-size: 12px;
    color: #bbb;
}
.comment-list li .comment-section .comment-text{
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #dfdfdf;
}
.comment-list .comment-handle span{
    padding-right:15px;
    cursor: pointer;
    color:#888;
}
.comment-list .comment-handle span .fn-buxihuan{
    font-size: 14px;
    vertical-align: middle;
}

/*è§†é¢‘*/
.mod-row{
    width: 100%;
    overflow:hidden;
    /*max-height:370px;*/
}
.mod-row.images{
    max-height: 600px;
}
.mod-row .mod-col{
    width: 280px;
    /*height:100%;*/
    float: left;
    margin: 0 5px 15px 5px;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0px 0px 8px #C6D2C5;
}
.mod-row .mod-col a{
    display: block;
    color: #dddddd;
}
.mod-row .mod-col .view-layer{
    position: relative;
    width: 100%;
    height:218px;
    line-height: 217px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    /*border:1px solid #eaeaea;*/
    /*background: #e6e6e6;*/
}
.mod-row .mod-col .view-layer img,.mod-row .mod-col .pic-layer img{
    height: 100%;
    width: 100%;
}
.mod-row .mod-col .view-layer .play-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 140px;
    display: none;
}

.mod-row .mod-col .view-layer p{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    padding: 3px 6px;
    text-align: right;
    background-color: rgba(0,0,0,0.6);
    font-size: 12px;
    line-height: normal;
}
.mod-row .mod-col .view-layer span{
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 2px #bdbdbd;
    cursor: pointer;
    /*margin: auto;*/
    text-align: center;
}
.mod-row .mod-col .view-layer span.cur{
    animation: myfirst 2s linear .1s infinite;
    -webkit-animation: myfirst 2s linear .1s infinite;
}
@keyframes myfirst {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.mod-row .mod-col .view-layer span:hover{
    background-color: #ccc;
}
.mod-row .mod-col .view-layer span i{
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #333;
    border-width: 10px 0px 10px 16px;
    border-style: solid;
    float: left;
    margin-left: 13px;
    margin-top: 8px;
}
.mod-row .mod-col .col-title{
    /*width: 100%;*/
    height: 68px;
    line-height: 68px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.mod-row .mod-col .subtitle{
    color:#999;
    padding:0 5px;
    font-size: 12px;
}
.mod-row .mod-col .subtitle .fn-see{
    vertical-align: middle;
}
.mod-row .mod-col .subtitle .play{
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(../images/play.png) no-repeat;
    background-size: 20px auto;
    vertical-align: middle;
}
.mod-row .mod-col .subtitle span{
    float: right;
}
/*.mod-row .mod-col .subtitle span i{
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../images/fn_up.png) no-repeat;
    background-size: 16px auto;
    vertical-align: middle;
}*/

.mod-like{
    /*float: right;*/
    vertical-align: middle;
   /* padding-right: 8px;*/
    color:#7e7e7e;
    display: inline-block;
}

/*é¦–é¡µèµ„è®¯åˆ—è¡¨*/
.novel-list{
    width: 99.5%;
    border: 1px dotted #ddd;
}
.novel-list li{
    border-bottom: 1px dotted #ddd;
    line-height: 35px;
    margin: 0 13px;
    width: 47%;
    float: left;
}
.novel-list li:nth-last-child(2),.novel-list li:last-child{
    border-bottom: none;
}
.novel-list li a{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: #dddddd;
}
.novel-list li a:hover{
    color:#ffd700;
}
.novel-list li a p{
    width: 353px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
}
.novel-list li span{
    float: right;
    color: #7d7d7d;
}

/*å›¾ç‰‡è¯¦æƒ…*/

#atlas {
    width: 1505px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 15px;
    background: #404040;
    /*box-shadow: 0 0 8px 1px #e4e5e6;*/
}

#atlas li {
    display: inline-block;
    width: 290px;
    height: 290px;
    line-height: 290px;
    border: 1px solid #5c5c5c;
    margin-left: 1%;
    margin-top: 1%;
    cursor: pointer;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #5c5c5c;
}

#atlas li img {
    max-width: 100%;
}

#atlas li span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 10px;
    height: 20px;
    text-align: center;
    line-height: normal;
}

#atlas li p {
    position: absolute;
    top: 10px;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/*ç™»å½•æ³¨å†Œ*/
.login-box,.register-box {
    display: none;
    width: 330px;
    margin: 30px auto 0;
    border-radius: 5px;
}

.login-box .login {
    height: 100%;
    display: block;
}
.login-box .register{
    display: none;
}
.login-box .box .login-list {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin: 0 30px 10px 30px;
    border: 1px solid #afafaf;
}
.login-box .box .login-list i{
    float: left;
    font-size: 20px;
    color: #666;
}
.login-box .box .login-list i.fn-nicheng{
    font-size: 24px;
    margin-left: -3px;
    margin-right: 3px;
}
.login-box .box .login-list input{
    float: left;
}
.login-box .box .code-box{
    border: 0;
}
.login-box .box .code-box .code-input{
    display: inline-block;
    width: 165px;
    margin-left: -10px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.login-box .box .code-box span{
    display: inline-block;
    border: 1px solid #ccc;
    float: right;
    width: 85px;
    text-align: center;
    color: #8e8e8e;
    cursor: pointer;
}
.login-box .box .code-box .code-input input{
    width: 130px;
}
.login-box .box .login-list input {
    width: 227px;
    height: 30px;
    padding-left: 10px;
    color: #6f6f6f;
    border: 0;
    background: transparent;
    height:40px;
    line-height: 40px;
    outline: none;
}
.login-box .box .login-list input.code{
    width: 120px;
}
.login-box .box .login-list img{
    width: 100px;
}

.login-box .box .submit-btn {
    display: block;
    background: #53acec;
    margin: 35px 30px 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.login-box .box .forget {
    margin: 0 30px;
    text-align: right;
    color: #888;
}

.login-box .box .forget a {
    color: #888;
}

.isSelected {
    color: #da2657 !important;
}
/*åˆ†é¡µ*/
.sort-pager{
    text-align: center;
}
.pagination{
    height:30px;
    margin: 20px;
    display: inline-block;
}
.pagination li{
    float: left;
    margin-right: 5px;
    cursor: pointer;
    padding: 0 !important;
}
.pagination li a{
    display: block;
    color: #555;
    background: #fff;
    min-width: 14px;
    _width: 14px;
    height: 28px;
    padding: 0 7px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 14px;
}
.pagination li.active span{
    border: 1px solid #2fb3ff;
    background: #2fb3ff;
    color: #fff;
}
.pagination .prev span, .pagination .disabled span {
    min-width: 0;
    width: 60px;
    padding: 0;
    color: #555;
}
.pagination span {
    display: block;
    color: #c6c6c6;
    background: #fff;
    min-width: 14px;
    _width: 14px;
    height: 28px;
    padding: 0 7px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 14px;
}



/*å°å›¾æ&nbsp;‡btn*/
.btn{
    display: inline-block;
    width: 18px;
    /*height:20px;*/
    text-align: left;
}
/*é‡‘å¸*/
.fn-jinbi1{
    color: #eabd11 !important;
}
font {
    background: #ff6c00;
    color: #fff;
    padding: 0 2px;
}

/*åª’ä½“æŸ¥è¯¢*/
@media screen and (max-width: 1400px){
    .g-header .g-box,
    .content,
    .focus-wrap .focus-nav,
    .main,
    .error-box,
    .main p.link,
    #atlas{
        width: 980px !important;
    }
    .spv-player .interact &gt; div {
        width: 695px !important;
    }
    .comment-left,.base .base-info{
        width: 650px !important;
    }
    .g-header .g-box .search .search-box input {
        width: 160px !important;
    }
    .vault-main .sort-box .panel .sort-cel{
        margin: 0 5px !important;
    }
    .novel-main .novel-left{
        width: 625px !important;
    }
    .novel-left li .novel-box{
        width: 445px !important;
    }
    .M-content{
        width: 725px !important;
    }
    #atlas li{
        margin-left: 2.6% !important;
        margin-top: 2.6% !important;
    }
    .extension{width: 550px !important;}

    .novel-list li{
        float: none;
        width: 97%;
        height: 35px;
    }
    .novel-list li:nth-last-child(2){
        border-bottom: 1px dotted #ddd;
    }
    .novel-list li a p{
        width: 570px;
    }
    .M-info .video-box .Atlas-box li{
        width: 190px !important;
    }
    .M-info .Atlas-box li{
        margin: 10px 13px 20px !important;
    }

    #more-comment{
        text-align: center;
        margin: 10px;
        border-top: 1px dotted #eee;
        padding-top: 5px;
        cursor: pointer;
        color:#575e69;
    }

}






</pre></body></html>