/*  IE6 固定样式 */
* html, * html body /* 修正IE6振动bug */
{
    background-image: url(about:blank); /*用浏览器空白页面作为背景*/
    background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}

* html .fixed-img /* IE6 底部固定 */
{
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||2)));
}

* html .fixed-erwei /* IE6 左侧固定 */
{
    position: absolute;
    right: auto;
    left: expression(eval(document.documentElement.scrollLeft+98));
}

* html .fixed-left /* IE6 左侧固定 */
{
    position: absolute;
    right: auto;
    left: expression(eval(document.documentElement.scrollLeft+20));
}

* html .fixed-bottom /* IE6 底部固定 */
{
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

* html .fixed-top /* IE6 头部固定 */
{
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop));
}

* html .fixed-right /* IE6 右侧固定 */
{
    position: absolute;
    right: auto;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||25));
}

.gg img {
    width: 100%;
    height: 100%;
}
.index_ddg .itemg {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: -10px;
}
.info_ddg .itemg {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 10px 0;
}
.info_ddg {
    padding-left: 8px;
}
.info_ddg .itemg a {
    padding: 8px 0;
    color: #78C0FF;
    text-align: center;
    border: 1px solid #78C0FF;
    background: #78C0FF;
    color: #fff;
}
.itemg a {
    padding: 10px;
    color: #78C0FF;
    text-align: center;
    border: 1px solid #78C0FF;
}
li.page_info {
    display: none;
}
/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑, 宋体;
}

fieldset, img {
    border: 0;
}

:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

strong {
    font-weight: 700;
}

input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body .fn-clear {
    *zoom: 1;
    *clear: both;
}

/* reset end */
body .fn-hide {
    display: none;
}

.fn-left, .fn-right {
    display: inline;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

html, body {
    _height: 100%;
    _width: 100%;
}

body {
    color: #666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
    color: #333;
}

.hide-self,
.hide-txt a,
.new-tip,
.ui-icon {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    -webkit-text-size-adjust: none;
    background-repeat: no-repeat;
}


/
/开始/

/
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body .fn-clear {
    *zoom: 1;
    *clear: both;
}

/* ui-iframe */
.ui-iframe {
    width: 100%;
    height: 100%;
    z-index: -3;
    position: absolute;
    background: transparent;
    background-color: transparent;
}

.layout {
    width: 1250px;
    margin: 0 auto;
}

/* m */
.jixu, .m {
    background-color: #78C0FF;
    width: 60px;
    height: 27px;
    margin-left: 10px;
    line-height: 27px;
    float: right;
    color: #ffffff;
    text-align: center;
}

/* headbar */
#headbar {
    height: 100px;
}

/* logo */
#logo {
    float: left;
}

#logo, .logo img {
    width: 100px;
    height: 80px;
    overflow: hidden;
    display: block;
}

/* searchbar */
#searchbar {
    float: left;
    height: 44px;
    display: flex;
    align-items: center;
    margin-right:  30px;
}
.header {
    margin-bottom: 10px;
}
/* ui-search */
.ui-search {
    width: 260px;
    height: 36px;
    overflow: hidden;
    float: right;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border-radius: 6px;
}

.search-input {
    width: 120px;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    color: #666;
    text-indent: 9px;
    border: 0;
    background-color: transparent;
}

.search-button {
    width: 60px;
    float: right;
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    background: #fff;
    color: #78C0FF;
    font-weight: 600;
;
    align-items: center;
}
.search-button img{
    width: 18px;
    color: #78C0FF;
    margin-right: 4px;
}

.dropdown {
    width: 60px;
    height: 36px;
    line-height: 36px;
}
.dropdown-content {
    z-index: 999;
    position: absolute;
    display: flex;
    flex-direction: column;
    display: none;
    background: #fff;
    width: 80px;
    margin-left: -2px;
}
.dropdown a {
    text-decoration: none;
    color: #666;
}
.dropdown:hover .dropdown-content {
        display: block;
    }
.dropdown-content ul {
    display: flex;
    flex-direction: column;
    border: 2px solid #78C0FF;
}
.dropdown-content a {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    text-align: center;
    color: #78C0FF;
}
.dropdown-content a:hover {
    background: #e0f7fa;
    color: #78C0FF;
}
.searchType {
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchType img {
    width: 15px;
    height: 15px;
}
ul#sign {
    display: flex;
    align-items: center;
    color: #fff;
    height: 60px;
}
.rankss:hover .nav-rank{
    display: block!important;
}
.nav-rank {
    width: 80px;
    display: none;
    position: absolute;
    z-index: 9999;
    border: 2px solid #78C0FF;
    margin-top: 58px;
    margin-left: -12px;
    background: #fff;
    padding: 10px;
}

.rank-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.rank-item a{
        width: 100%; 
        box-sizing: border-box;
        padding: 4px;
        border: 1px solid #78C0FF;
        text-align: center;
        color: #78C0FF;
    font-weight: 700;
    }

.fenleis:hover .nav-fenlei {
    display: block!important;
}
.nav-fenlei {
    width: 560px;
    display: none;
    position: absolute;
    z-index: 9999;
    border: 2px solid #78C0FF;
    margin-top: 58px;
    background: #fff;
    padding: 10px;
    margin-left: -180px;
}
.fenlei-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.fenlei-item a {
    border: 1px solid #78C0FF;
    text-align: center;
    color: #78C0FF;
    font-weight: 700;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link img {
    width: 19px;
    opacity: 1;
    margin-right: 4px;
    margin-top: 2px;
}
.nav-link.notice {
    padding: 0!important;
    display: flex!important;
    align-items: center!important;
}
.notice img{
    width: 20px;
    margin: 0;
}
.fenlei_btn {
    display: flex!important;
    align-items: center;
}



.topnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.yh {
    display: flex;
    align-items: center;
    color: #fff;
}

.yh img {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    border-radius: 50%
}

.header-avatar, .header-avatar > img {
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.zhezhao {
    width: 50px;
    height: 60px;
    position: absolute;
    margin-top: -80px;
    margin-left: 150px;
}
#header-user-avatar {
    height: 60px;
    position: relative;
    padding-top: 4.5px;
    box-sizing: border-box;
    margin: 0 !important;
    width: 50px;
    cursor: pointer;
}
#header-user-avatar:hover .header-user-nav {
    display: block;
}
.header-user-nav {
    width: 220px;
    top: 58px;
    right: 0;
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #78C0FF;
    z-index: 9999;
    padding: 20px;
}

.header-user-nav ul:last-of-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-user-nav ul:last-of-type li {
    display: flex;
}

.header-user-nav ul:last-of-type li:nth-of-type(2n) {
    display: flex;
    justify-content: right;
}

.header-user-nav ul li {
    max-width: 100%;
    margin-left: 0 !important;
}

.header-user-nav ul li a {
    display: block;
    overflow: hidden; /* 将超出的内容隐藏 */
    white-space: nowrap; /* 规定文本不换行 */
    text-overflow: ellipsis; /* 超出文本用省略号代替 */
    text-decoration: none;
}

.header-user-nav ul li a {
    display: block;
    line-height: 32px;
    color: #78C0FF;
}

.header-user-nav ul:last-of-type li a {
    text-align: center;
}

a.btn_yuedu {
    background: #78C0FF;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 117px;
}

a.btn_yuedu:hover {
    background: #78C0FFba;
    color: #fff;
}

/* hotkeys */
.hotkeys {
    width: 700px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.hotkeys a {
    margin-right: 5px;
}

/* wudu-plus */
#wudu-plus {
    width: 200px;
    height: 80px;
    padding: 10px 0 0 0;
    float: right;
}

#wudu-plus li {
    width: 50px;
    height: 80px;
    float: left;
    text-align: center;
}

#wudu-plus li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    color: #666;
    line-height: 14px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#wudu-plus li a#new {
    color: #e12160;
}

#wudu-plus li a:hover {
    color: #e12160;
    text-decoration: none;
    background-color: #eee;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #fafafa;
    border-radius: 1px;
}

#wudu-plus .ui-icon {
    width: 40px;
    height: 40px;
    margin: 2px 9px 6px 5px;
}

#wudu-plus .top-icon {
    background-position: 0 -120px;
}

#wudu-plus .new-icon {
    background-image: url(../images/更新.png);
    background-size: cover;
}

#wudu-plus .help-icon {
    background-image: url(../images/记录.png);
    background-size: cover;
}

#wudu-plus .gb-icon {
    background-image: url(../images/排行.png);
    background-size: cover;
}

#wudu-plus .fav-icon {
    background-image: url(../images/书架.png);
    background-size: cover;
}


/* qire-notice */
.qire-notice {
    color: #f30;
    line-height: 24px;
    padding: 10px 10px 10px 40px;
    border: 1px solid #e6d8b9;
    margin-bottom: 8px;
    background: url(../images/bulb.gif) 7px center no-repeat;
    background-color: #feffe6;
}

.qire-notice a {
    color: #080;
    text-decoration: underline;
}

.qire-notice a:hover {
    color: #f60;
    text-decoration: none;
}


/* navbar */
#navbar {
    height: 60px;
    background-color: #78C0FF;
}

/* nav */
#nav, #sign {
    float: left;
}

/* ui-nav */
.ui-nav .nav-item {
    height: 60px;
    float: left;
}

/* nav-link */
.ui-nav .nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    float: left;
    font-weight: 700;
}

.ui-nav .drop-title-hover,
.ui-nav .nav-link:hover,
.ui-nav .current .nav-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.ui-nav .ui-icon {
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px 7px 0 0;
    *margin-right: 3px;
    float: left;
}

.ui-nav#nav-home .nav-link {
    padding: 0 17px;
}

.ui-nav#nav-home .ui-icon {
    margin-right: 0;
}

.ui-nav .home-nav {
    background-image: url(../images/首页.png);
    background-size: cover;
}

.ui-nav .shujia-nav {
    background-image: url(../images/我的书架.png);
    background-size: cover;
}

.ui-nav .movie-nav {
    background-image: url(../images/本日排行.png);
    background-size: cover;
}

.ui-nav .book-nav {
    background-image: url(../images/本周排行.png);
    background-size: cover;
}

.ui-nav .ks-nav {
    background-image: url(../images/本月排行.png);
    background-size: cover;
}

.ui-nav .ks-nav2 {
    background-image: url(../images/总排行.png);
    background-size: cover;
}

.ui-nav .gg-nav {
    background-image: url(../images/公告.png);
    background-size: cover;
}

.ui-nav .sign-nav {
    background-image: url(../images/会员登录.png);
    background-size: cover;
    width: 28px;
}

.ui-nav .looked-nav {
    background-image: url(../images/nav_icon_4.png);
    background-size: cover;
}

#nav li a i.iconfont {
    font-size: 18px;
    margin-right: 3px;
}

#nav li a i.icofont-home {
    vertical-align: -1px;
}

#nav li a i.icofont-library {
    vertical-align: -0.5px;
}

#nav li a i.icofont-book-alt {
    vertical-align: -0.5px;
}

#nav li a i.icofont-alarm {
    font-size: 18px;
    vertical-align: -0.5px;
}

#mode-change {
    cursor: pointer;
}

#sign li {
    margin-right: 15px;
}

#sign i {
    font-size: 18px;
    
}
.icofont-moon {
    margin-top: 2px;
    font-size: 19px!important;
}
#sign li:nth-of-type(3) i, #sign li:last-of-type i {
    margin-right: 3px;
}

#mode-change i#day-icon {
    display: none;
}

.ui-nav .user-gb {
    background-position: -102px -80px;
}

.ui-nav .user-fav {
    background-position: -22px -80px;
}

.ui-nav .user-logout {
    background-position: -122px -81px;
}

#ui-login {
    float: right;
    text-align: right;
}

#ui-login a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

/* drop-box */
.drop-box {
    width: 600px;
    overflow: hidden;
    position: absolute;
    top: 39px;
    z-index: 8;
    clear: both;
    padding: 5px;
    margin-left: -1px;
    border: 1px solid #FFA51E;
    background-color: #fff;
    display: none;
}

#nav-shujia .drop-box {
    width: 480px;
}

#nav-movie .drop-box {
    margin-left: -106px;
}

#nav-book .drop-box {
    margin-left: -197px;
}

#nav-all .drop-box {
    width: 840px;
    margin-left: -288px;
}

#nav-so .drop-box {
    width: 480px;
    margin-left: -183px;
}

#ranking-list {
    position: relative;
}

#ranking-list > ul {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 43px;
    display: none;
    z-index: 9999;
    border: 2px solid #78C0FF;
}

#ranking-list > ul > li {
    width: 100%;
    box-sizing: border-box;
}

#ranking-list > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #78C0FF;
}

/* sign */
#sign {
    float: right;
}

#sign .drop-box {
    padding: 0;
}

#sign .nav-item {
    position: relative;
    z-index: 98;
}

/* nav-signin */
#nav-signin {
    width: 290px;
    padding: 0;
    margin-left: -177px;
    margin-top: 5px;
}

/* ui-signin */
#sign .ui-signin {
    width: 250px;
    padding: 5px 20px 20px 20px;
}

.ui-signin .ui-form-item {
    width: 250px;
    margin: 15px 0 0 0;
}

.ui-signin .ui-form-placeholder .ui-label {
    left: 48px;
}

.ui-signin .ui-input {
    width: 200px;
    padding-left: 48px;
    text-indent: 0;
    background-repeat: no-repeat;
    background-image: url(../images/signin-icon.gif);
}

.ui-signin#username {
    background-position: 0 0;
}

.ui-signin#username.ui-input-focus {
    background-position: 0 -34px;
}

.ui-signin#password {
    background-position: 0 -68px;
}

.ui-signin#password.ui-input-focus {
    background-position: 0 -102px;
}

.ui-signin .forgot-psw {
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 0;
    top: 9px;
    right: 9px;
    z-index: 11;
    background: url(../images/signin-icon.gif) 0 -136px no-repeat;
}

.ui-signin .ui-button {
    float: right;
}

/* signin-assist */
.signin-assist {
    width: 270px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f6f8f8;
}

.signin-assist .qq-login {
    width: 130px;
    height: 30px;
    margin: 0;
    float: left;
    background: url(../images/qq_login.gif) 0 0 no-repeat;
}

.signin-assist p {
    width: 110px;
    text-align: left;
    float: right;
    font-size: 14px;
}

/* nav-signed */
#sign .nav-avatar {
    padding: 0 12px 0 11px;
}

#sign .nav-avatar img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 5px 5px 0 0;
    float: left;
}

#nav-signed {
    width: 130px;
    padding: 0;
    margin: 5px 0 0 0;
    _margin: 0;
    right: 0;
}

/* ui-signed 
.ui-signed li{width: 130px;height: 35px;overflow: hidden;}	
.ui-signed li a{display: block;height: 35px;line-height: 35px;font-size: 14px;padding: 0 0 0 15px;}	
.ui-signed li a:hover{text-decoration: none;background-color:#eee;}	
.ui-signed .ui-icon{width: 20px;height: 20px;float: left;margin: 8px 7px 0 0;}	
.ui-signed .user-qire{background-position: 0 -80px;}	
.ui-signed .user-edit{background-position: -140px -80px;}	
.ui-signed .user-fav{background-position: 0px -80px;}	
.ui-signed .user-rss{background-position: -40px -80px}	
.ui-signed .user-cmt{background-position: -60px -80px}	
.ui-signed .user-log{background-position: -80px -80px;}	
.ui-signed .user-gb{background-position: 0px -80px;}	
.ui-signed .user-logout{background-position: 0px -80px;}	
.ui-signed a:hover .user-qire{background-position: 0 -100px;}	
.ui-signed a:hover .user-edit{background-position: -140px -100px;}	
.ui-signed a:hover .user-fav{background-position: -20px -100px;}	
.ui-signed a:hover .user-rss{background-position: -40px -100px}	
.ui-signed a:hover .user-cmt{background-position: -60px -100px}	
.ui-signed a:hover .user-log{background-position: -80px -100px;}	
.ui-signed a:hover .user-gb{background-position: -100px -100px;}	
.ui-signed a:hover .user-logout{background-position: -120px -100px;}*/
/* nav-looked */
#nav-looked .nav-link {
    padding: 0 15px;
    width: 82px;
}

#nav-looked .nav-link .ui-icon {
    margin-right: 5px;
    _margin-right: 0;
}

#nav-looked .drop-box {
    width: 308px;
    margin-left: -198px;
    margin-top: 5px;
}

.looked-list {
    width: 308px;
    overflow: hidden;
    position: relative;
}

.looked-list p {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    color: #999;
    position: relative;
    margin-bottom: -1px;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
}

.looked-list p .close-his {
    float: right;
}

/* list */
.looked-list ul {
    width: 307px;
    max-height: 165px;
    _height: expression(this.scrollHeight > 165 ? "165px" : "auto");
    overflow: auto;
    overflow-x: hidden;
    clear: both;
}

.looked-list li {
    height: 32px;
    line-height: 32px;
    *margin: 0 0 -2px 0;
    overflow: hidden;
    display: block;
    padding-right: 3px;
    border-top: 1px dotted #dfdfdf;
}

.looked-list li:hover {
    background-color: #fcfcfc;
}

.looked-list li.no-his p {
    text-align: center;
    height: 32px;
    border: 0;
    background-color: #fff;
}

.looked-list li h5 {
    width: 198px;
    height: 32px;
    overflow: hidden;
    float: left;
    padding: 0 10px;
}

.looked-list li h5 em {
    margin: 0 5px;
    color: #666;
}

.looked-list li label {
    width: 55px;
    height: 32px;
    overflow: hidden;
    float: left;
    display: block;
}

.looked-list li .delck {
    width: 13px;
    height: 13px;
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    margin-top: 9px;
    float: right;
    background: url(../images/cross_gray.gif) 3px 3px no-repeat;
}

.looked-list li .delck:hover {
    background-image: url(../images/cross_red.gif);
    background-color: #ddd;
}

/* .his-todo */
.looked-list .his-todo {
    width: 320px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 10px;
    clear: both;
    text-align: center;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.looked-list .his-todo a {
    color: #f60;
    margin: 0 2px;
}

.looked-list .his-todo em {
    color: #ccc;
    margin: 0 5px 0 7px;
}

/* subnav */
#subnav {
    height: 36px;
    line-height: 30px;
    overflow: hidden;
    display: inline;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfcfc;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#subnav em {
    font-family: simsun;
    margin: 0 3px;
    color: #999;
    font-size: 12px;
}

#subnav strong {
    color: #390;
}

#subnav strong.all {
    color: #06c;
}

/* ui-form */
.ui-form {
    padding: 30px 0 30px 30px;
    overflow: hidden;
    clear: both;
}

.ui-form-title {
    overflow: hidden;
    margin: -10px 0 20px 0;
    height: 35px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}

.ui-form-title h3 {
    font-size: 14px;
    font-weight: bold;
}

/* ui-form-item */
.ui-form-item {
    width: 100%;
    overflow: hidden;
    clear: both;
    line-height: 35px;
    margin: 0 0 30px 0;
}

.ui-form-margin0 {
    margin: 0;
}

.ui-form-info {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 10px 0 0 0;
}

/* ui-label */
.ui-label {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    float: left;
}

/* ui-input */
.ui-input,
.ui-select {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-indent: 10px;
    float: left;
    border: 1px solid #ddd;
    background: url(../images/input.gif) 0 0 repeat-x;
    background-color: #fbfbfb;
}

.ui-input-hover {
    border-color: #ccc;
}

.ui-input-focus {
    background-image: url(../images/input-focus.gif);
    border-color: #18c2c8;
    background-color: #fff;
}

/* ui-textarea */
.ui-textarea {
    overflow: auto;
    overflow-x: hidden;
    padding: 5px 8px;
    height: 90px;
    text-indent: 0;
    line-height: 18px;
}

/* ui-form-placeholder */
.ui-form-placeholder {
    position: relative;
    height: 35px;
}

.ui-form-placeholder .ui-label {
    text-align: left;
    padding: 0;
    top: 0;
    left: 12px;
    z-index: 1;
    position: absolute;
    cursor: text;
}

.ui-form-placeholder .ui-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* ui-select */
.ui-select {
    text-indent: 0;
    padding: 0 8px;
    margin: 0 10px 0 0;
}

.ui-select select {
    font-size: 14px;
    border: 0 none;
    background-color: #fbfbfb;
    _margin-top: 5px;
}

.ui-form-block {
    float: left;
    overflow: hidden;
    line-height: 35px;
}

.ui-button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #18c2c8;
    border-radius: 1px;
}

.footer {
    border-top: 2px solid #2d2d2d;
    margin-top: 0px;
    background: #ececec;
    line-height: 14px;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}

.foot-list {
    color: #333;
    height: 44px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 20px;
}

.foot-nav {
    color: #333;
    height: 24px;
    overflow: hidden;
}

/* foot-weibo */
.foot-weibo {
    margin: 0 auto;
    width: 165px;
    margin-top: 5px;
    padding-left: 8px;
}

.copyright p {
    color: #777;
    padding: 5px;
}

/* link */
#firendlink {
    width: 1250px;
    margin: 0 auto;
}

.footer_cont {
    margin: 5px 0;
    padding: 7px;
    line-height: 20px;
    border: 1px solid;
    border-color: #fff #efefef #d3d3d3 #efefef;
    box-shadow: 0 1px 1px #efefef;
    background: #fff;
}

#firendlink strong {
    float: left;
    background: #333;
    color: #fff;
    margin-right: 10px;
    padding: 1px 10px;
}

.footers {
    background: #f3f3f3;
    text-align: center;
}

.foot {
    width: 994px;
    background: #C8C8C8;
    margin: 0 auto;
    padding-left: 6px;
    line-height: 25px;
    height: 25px;
}

.foot a {
    color: #333;
}

.copyright {
    margin-top: 30px;
}

.foot .pipe {
    color: #999;
    padding: 0 3px;
}

.foob {
    margin: 0 auto;
    padding-top: 7px;
    color: #666
}

.footers .tj {
    display: none;
}

.banner {
    text-align: center;
    overflow: hidden;
}

.wrapmore {
    text-align: right;
    padding-right: 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
}

.wrapmore a {
    color: #78C0FF;
}

.error {
    width: 960px;
    height: 250px;
    text-align: center;
    margin: 0px auto;
}

.error_img {
    background: url(../images/error.jpg) no-repeat;
    width: 516px;
    height: 223px;
    text-align: center;
    margin: 0px auto;
}

.top_banner {
    height: auto;
    padding-top: 7px;
}

.top_banner .so {
    float: right;
    display: inline;
    margin: 0;
}

.top_banner .so_input {
    width: 180px;
    border: 1px solid #E4E4E4;
    margin-right: 1px;
    height: 24px;
    color: #666666;
}

.top_banner .so a {
    height: 25px;
    line-height: 25px;
    border: 1px solid #E4E4E4;
}

.top_banner .so_book {
    width: 60px;
    border: 1px solid #E4E4E4;
    height: 25px;
    background: #fff;
}

.top_banner .so_book:hover {
    width: 60px;
    border: 1px solid #E4E4E4;
    height: 25px;
    color: #fff;
    background: #ff9e13;
}

.search {
    color: #fff;
    float: right;
    margin-left: 20px;
}

.input {
    width: 220px;
}

.button {
    margin-left: 3px;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid #dddddd;
    line-height: 21px;
    color: #000000;
}

.toast-wrap {
    position: fixed;
    bottom: 20%;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: none
}

.toast-msg {
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    border-radius: 5px
}

.toastAnimate {
    animation: toastKF 2s
}

#containerhot .inner {
    width: 920px;
    background: #fff;
    border: 1px solid #ddd;
}

#containerhot {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;

}

#containerhot .hot-img img {
    width: 160px !important;
    height: 236px !important;
}

#containerhot .hot-img {
    width: 425px;
    height: 240px;
}

#containerhot .hot-img h5 {
    font-size: 18px;
}
.diyhot {
    display: none;
}
.rtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #78C0FF;
}