html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}
body{--tzt-BG-0:#ededed;--tzt-BG-1:#f7f7f7;--tzt-BG-2:#fff;--tzt-BG-3:#f7f7f7;--tzt-BG-4:#4c4c4c;--tzt-BG-5:#fff;--tzt-FG-0:rgba(0,0,0,0.9);--tzt-FG-HALF:rgba(0,0,0,0.9);--tzt-FG-1:rgba(0,0,0,0.5);--tzt-FG-2:rgba(0,0,0,0.3);--tzt-FG-3:rgba(0,0,0,0.1);--tzt-FG-4:rgba(0,0,0,0.15);--tzt-RED:#fa5151;--tzt-ORANGE:#fa9d3b;--tzt-YELLOW:#ffc300;--tzt-GREEN:#91d300;--tzt-LIGHTGREEN:#95ec69;--tzt-BRAND:#07c160;--tzt-BLUE:#10aeff;--tzt-INDIGO:#1485ee;--tzt-PURPLE:#f1f3f4;--tzt-WHITE:#fff;--tzt-LINK:#576b95;--tzt-TEXTGREEN:#06ae56;--tzt-FG:#000;--tzt-BG:#fff}
a,a:hover{color:#333;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block
}

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

caption,th {
    text-align: left;
    font-weight: 400
}

html,body,fieldset,img,iframe,abbr {
    border: 0
}

i,cite,em,var,address,dfn {
    font-style: normal
}

[hidefocus],summary {
    outline: 0
}

li {
    list-style: none
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%
}

sup,sub {
    font-size: 83%
}

pre,code,kbd,samp {
    font-family: inherit
}

q:before,q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,summary {
    cursor: default
}

a,button {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
body{
    font-family: Microsoft Yahei,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,sans-serif!important;
    font-size: 16px;
    line-height: 200%;
    margin: 0px;
    color: #0F0F0F;
	background-color: #E1E0C7;
}
.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.clearfix:after {
    clear: both;
    content: '';
    display: block
}
a{color:#19537D;text-decoration: none;}
a:hover {text-decoration:underline;}
img {
    width: auto;
    height: auto;
    max-width: 100%
}
.l{float:left;} .r{float:right;}
input{outline:0px;}
*{  
    margin: 0px;  
    padding: 0px;  
      
}
/* 公共样式 */
.gs-main,.tuijian,.gs-subnav,.breadcrumbs{
	width:1100px; 
	height:auto;     
	margin: 5px auto;
	overflow: hidden;
	overflow:hidden;
}
.b-b{background-color:#F0EFE2; border-radius: 5px;}
.b-q{background-color: #F8F8F8; border-radius: 5px;    border: 1px dashed #e0dede;font-size:12px}

/* header */
header{ width:100%; background-color:#22CB64;}
.gs-hd {
    width: 1100px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    background-color: #5D6146;
    height: 45px;
    border-bottom: 1px solid #d7d5bc;
}

.gs-header {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1100px;
}
.gs-logo {
display: none;
}
.gs-logo a {
    font-size: 26px;
    line-height: 45px;
    color:#F0EFE2;
}
.gs-logo a:hover {
    text-decoration: none;
}
.gs-nav {
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}
.gs-nav ul {
    overflow: hidden;
}
.gs-nav li {
    line-height: 45px;
    float: left
}
.gs-nav li a {
    white-space: nowrap;
    color: #F0EFE2;
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: 50px;
    text-align: center;
}
.gs-nav li a.on {
    margin-left: 1px;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
.gs-nav li a:hover {
    margin-left: 1px;
    text-decoration: none;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
/*seach*/
.gs-search {
    float: right;
    margin-right: 0px;
    margin-top: 8px;
    line-height: normal;
}

.search_form {
    position: relative;
    margin: 0;
    display: inline-block;
}

.search_input {
    float: left;
    width: 256px;
    height:30px;
    line-height: 19px;
    padding: 4px 7px;
    color: #985d3e;;
    border-radius: 2px 0 0 2px;
    background-color:#FBFAF6;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ccc;
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search_input:focus {
    border-color: #d9dee6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
}
.search_btn {
    float: left;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #847110;
    background-color: #747110;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #f3f7fc;
    line-height: 29px;
}
#sidr-right {
    display: none;
}
/* 目录页二级导航 */
.gs-subnav{
    padding-bottom: 20px;
    background-color: #F0EFE2;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gs-subnav .title{ margin-bottom:5px;}
.gs-subnav_cont{ margin:0 20px; clear:both; border-bottom:1px dashed #DAD9D1; overflow:hidden; padding:5px 0;}
.gs-subnav .sright{width:1000px; float:left;}
.gs-subnav .sright a,.gs-subnav .sright3 a,.gs-subnav .sright span{float:left; margin-right:20px;line-height:30px;font-size:15px;}
.gs-subnav .sright a.on{
    color: #B00815;
    font-weight: bold;
}
.gs-subnav .sright span{ color:#0F0F0F;}
.gs-subnav .sleft{width:45px; float:left; color:#0F0F0F;}
.gs-subnav .sleft span{font-size:15px; line-height:30px;}
.gs-subnav .sright2{ width:15px; float:right; margin-top:5px;}
.gs-subnav .sright2 img{cursor:pointer;}
.gs-subnav .sright3 {width:643px; float:left;}
/* 主体布局部分 */
.gs-content{ width:755px; height:auto; float:left; }
.gs-sidebar{ width:336px; height:auto; float:right;}

/* 首页 */
.gs-home-istop{
    width: 1100px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-hot-tag{
    margin: 10px 10px;
    height: auto;
}
.gs-hot-tag a {
    display: block;
    width: 98px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #747110;
    color: #F0F0E1;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gs-hot-tag a:hover{
        display: block;
    width: 98px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #747110;
    color: #F0F0E1;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration:underline;
}
.gs-isgood{
    width: 1100px;
    height: auto;
    margin: 0 auto 10px auto;
    overflow: hidden;
	background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-isgood-title {
    line-height: 26px;
    font-size: 20px;
    border-left: 4px solid #A2C241;
    text-indent: 10px;
    color: #0F0F0F;
    margin: 15px 10px;
    overflow: hidden;
}
.gs-isgood-title h2{float:left;}
.gs-isgood-title .gs-top-entry{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 4px;
    color: #626675;
}
.gs-isgood-title a:hover{
    color: #19537D;
    text-decoration: none;
}
.gs-isgood-ul{ width:1101px; overflow: hidden;margin-bottom:20px;min-height: 140px;max-height: 140px }
.gs-isgood-li{ width:33.33%; border-right: 1px dotted #DAD9D1; padding:0px 20px 0px 20px;color:#999;overflow: hidden;float: left;}
.gs-isgood-li h3{
    line-height: 26px;
    font-size: 18px;
    color: #20BD5D;
    display: flex;
    font-weight: bold;
}
.gs-isgood-li h3 a {
    color: #19537D;
}
.gs-isgood-source,.gs-isgood-introduuce{padding: 5px 5px;color: #999;}
/*title标题*/
.title{
    line-height: 22px;
    font-size: 18px;
    border-left: 4px solid #A2C241;
    text-indent: 10px;
    color: #0F0F0F;
    margin: 15px 10px;
    display: flex;
    font-weight: bold;
}
.title-h{ float:left; font-size:20px; }
.title a{font-size:20px; color:#19537D;}
.title span{font-size:14px; color:#999;}
.title_bar{height:auto; margin:0 auto 10px auto; overflow:hidden;}
.title-r{ float:right; font-size:18px; color: #65645F}

/* 作品works */
.gs-works,.gs-sons{ padding:15px 20px; margin-bottom:10px;box-shadow: 0 1px 4px rgba(0,0,0,.07);background-color: #F0EFE2;border-radius: 5px;}
.gs-cont{clear:both; height:auto; margin-bottom:15px; overflow:hidden;}
.gs-cont-title{
    line-height: 26px;
    font-size: 20px;
    color: #0F0F0F;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}
.gs-tag{clear:both; border-top:1px solid #DAD9D1; padding-top:10px; margin-top:15px;}
.gs-tag a{color:#999; margin-right:10px;}
.gs-service-dynsty,.gs-service-author{ color:#19537D;}
.gs-works-introduuce p{ margin-bottom:10px;}
.source{ color:#999;}
.gs-cont-title .ld{float:left;margin-left:10px;margin-top:5px;text-indent: -999em;}
.works-dynsty,.works-author{ color:#999;}
.gs-works-text{clear: both;margin-top: 10px;overflow: hidden;position: relative;}
.gs-works-text h2{
    font-size: 17px;
    color: #0F0F0F;
    height: 30px;
    line-height: 30px;
}
.gs-works-text h3{
    font-size: 16px;
    color: #343853;
    height: 30px;
    line-height: 30px;
    padding: 8px 0px;
}
.gs-works-text p{font-size: 16px;line-height: 32px;color: #343853;}
.gs-def p{
    font-size: 16px;
    line-height: 32px;
    color: #343853;
    padding: 5px;
    font-weight: 700;	
    position: relative;
}
.gs-conview-def{
    overflow: hidden;
    margin-bottom: 10px;
}
.gs-conview-ft{
    overflow: hidden;
    margin-bottom: 10px;
}
p.y{
    color: #af9100;
    margin: 10px 0;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 200%;
	font-weight: 400;	
    position: relative;
}
p.y::before{
    content: '';
    display: block;
    padding: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    top: -19px;
    left: 20px;
}
p.z{
    color: #518564;
	margin: 10px 0;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 200%;
	font-weight: 400;	
    position: relative;
}
p.z::before{
    content: '';
    display: block;
    padding: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    top: -19px;
    left: 20px;
}
.gs-tip{
    margin-top: 15px;
    overflow: hidden;
}
.gs-tip p{
    font-size: 14px;
    line-height: 22px;
    color: #919090;
}
/* 译-注-赏-拼 */
.gs-service-tab span{display:block; width:21px; height:21px; line-height:20px; font-size:14px; font-weight:bold; color:#AAAAA7; font-style:normal;  text-align:center;   overflow:hidden; border:2px solid #AAAAA7; border-radius:50%; margin-left:10px; float:right; cursor:pointer;}
.gs-cont-service{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.gs-cont-service span{color:#AAAAA7; text-decoration:none;}
.gs-cont-service span.on,.gs-cont-service span:hover{border:2px solid #FFB018; background-color:#FFB018; color:#fff;-webkit-tap-highlight-color:transparent;}
.gs-service-tab a{
color: #AAAAA7;
}
.gs-service-tab .on a {
    color: #f9f9f9;
}
.gs-service-tab a:hover {
    border: 2px solid #FFB018;
    background-color: #FFB018;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
.gs-poem-sub{float: left;color:#999}
.gs-service-tab{float: right;}
/*作品tool*/
.tool{height:24px; clear:both; }
.sc,.fz,.ld,.zan,.write,.next,.gs-down{display:block; width:18px; height:18px; cursor:pointer; margin-right:20px; float:left; background-image: url(icons.png); background-repeat: no-repeat;}
.sc{background-position:0px -50px;}
.fz{background-position:-50px -50px;}
.fz:hover{background-position:-50px -70px;}
.ld{background-position:-25px -50px;}
.write{background-position:-75px -50px;}
.zan{background-position:-129px -70px; line-height:18px; margin-right:5px; padding-left:25px; font-style:normal; color:#999; width:auto;}
.ld-on,.ld:hover{background-position:-25px -70px;}
.sc-on,.sc:hover{background-position:0px -70px;}
.zan:hover{color:#FFB018; background-position:-128px -50px;}
.zan span{background-color: #F0EFE2;}
.next {display: block;width: 20px;height: 20px;background-position: -98px -50px;margin-top: 0px;float: left;text-indent: -999em;}
.next:hover{background-position: -98px -70px;}
.gs-down{display: block;width: 20px;height: 20px;background-position: -98px -50px;float: left;text-indent: -999em;}
.gs-down:hover{background-position: -98px -70px;}
/* 分页pages */
.gs-pages {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.gs-pages ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.gs-pages ul li {
    display: inline-block;
    margin: 0 3px
}
.gs-pages ul li a,.gs-pages ul li span {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 2px;
}

.gs-pages ul li a {
    text-decoration: none;
    background-color: #F0EFE2;
    color: #19537D;
    opacity: 1;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 13%);
}

.gs-pages ul li span {
    cursor: default;
    color: #aaa
}

.gs-pages ul li a:hover,.gs-pages ul li a:focus {
    opacity: 0.8
}

.gs-pages ul li.active span {
    color: #fff;
    background-color: #5D6146;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1)
}
/* footer 尾部 */
footer{width:1100px; height:auto; margin:0 auto;font-size:12px; text-align:center; border-top: 1px solid #c8c7bc; padding:10px 0;}
footer p{line-height:26px;}
footer p,footer a{color:#999;}

/* sidebar  侧边栏 */
.sidebar-box{width:100%; overflow:hidden; margin-bottom:20px;box-shadow: 0 1px 4px rgba(0,0,0,.07);}
.sidebar-tag{ margin:0 0 15px 20px; overflow:hidden;}
.sidebar-tag a {float:left; width:90px; height:30px; line-height:30px; font-size:14px; text-align:center; color:#19537D; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
.sidebar-tag a:hover{color: #2440b3;border: 1px solid #666;text-decoration: none;}

.sidebar-hot { margin:0 20px 15px 20px;overflow:hidden;}
.sidebar-hot li{width:100%; height:40px; line-height:40px; font-size:16px; overflow:hidden; border-bottom:1px dashed #DAD9D1;}
.cdzz{ margin-left:10px; font-size:12px; color:#999;}

.search-list a {display: inline-block; padding:0px 10px 0 10px;  height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;   margin:5px 10px 5px 0;}
/* 目录页二级导航 */
/*面包屑导航*/
.breadcrumbs{
    font-size: 14px;
}
.breadcrumbs a{
    padding: 0px 5px;
	color: #7d551d;
}
/*section*/
.gs-box{
	padding:10px 20px; 
	margin-bottom:10px; 
	position:relative;
	overflow: hidden;	
	background-color: #F0EFE2;
    border-radius: 5px;
	}
.gs-box-title{
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    clear: both;
}
.gs-box-title .ld{ margin-left:15px; margin-top:3px;}
.nrbj{ color:#999; background-position:-216px -85px; padding-left:20px; cursor:pointer;background-image: url(icons.png);background-repeat: no-repeat;}
.nrbj a{color:#999;}
.nrbj a:hover{color:#19537D;}
.nrbj:hover{background-position:-216px -103px; color:#19537D;}
.morebg{
    z-index: 100;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    background-image: url(morebg.png);
    background-repeat: repeat-x;
    -webkit-tap-highlight-color: transparent;
}
.more{ height:30px; line-height:30px; font-size:14px; color:#19537D; text-align:center; cursor:pointer; }
.more-data{ height:30px; line-height:30px; font-size:14px; color:#20BD5D; text-align:center; cursor:pointer; }
/*作者*/
.gs-zuozhe{ 
	padding:20px; 
	margin-bottom:10px;    
	background-color: #F0EFE2;
	border-radius: 5px;
}
.gs-zuozhe .ld {
    text-indent: -999em;
}
.gs-zuozhe-img{float:left; width:120px; height:150px; margin-right:20px;}
.gs-zuozhe-nav-title{position: relative;height: 50px; text-align:center; }
.gs-zuozhe-nav-title div{border-top: 1px solid #DAD9D1;position: absolute;width: 100%;top: 25px;  }
.gs-zuozhe-nav-title a {
    position: absolute;
    font-size: 16px;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -100px;
    background: #cdca7f;
    padding: 0 20px;
    color: #0F0F0F;
    border-radius: 32px;
}
.gs-zuozhe-nav-list{overflow:hidden;}
.gs-zuozhe-nav-list li{ float:left; width:50%; line-height:30px;}
.gs-zuozhe-works{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.ccc{ padding:5px 0; margin-bottom:10px;}

.fy,.zs{color:#993300;background-color:#f7f7f7; padding:5px 7px; border-radius: 5px;}
.zs{color:#3333FF;}
.lr{ font-size:12px; color:#999; margin-bottom:0; border-top: 1px solid #c8c7bc; padding-top:10px;}
.yw{ font-size:16px; font-weight:bold;}
/* pinyintext   */
.gs-pinyin-def { font-size:24px; }
.gs-pinyin-def .ptitle{text-align:center;} 
.gs-pinyin-def p {
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    font-size: 24px;
}
.gs-pinyin-def rt {font-family: times new roman, times, serif; color: #86c6b3;display: block;float: left;font-weight: bold; font-size: 14px; margin: -5px 0 0 -45px; text-align: center; width: 35px; }
.gs-pinyin-def ruby rb {color: #333; background: url(icons.png) no-repeat -170px -50px; display: block;float: left;font-size: 22px;height: 35px;line-height:33px;margin: 5px 3px 5px 0px;text-align: center;width: 35px;}

.dj-cont{ overflow:hidden;}

.section-dl{ overflow:hidden; border-bottom:1px solid #DAD9D1; padding-bottom:15px; margin-top:15px;}
.dl-title{line-height:21px; font-size:18px; color:#20BD5D; margin-bottom:15px; border-left:3px solid #20BD5D; padding-left:10px;  overflow:hidden;}
.section-dl dd{ width:33.33%; height:30px; line-height:30px; float:left; overflow:hidden; font-size:14px;}
.section-dl dd span{font-size: 12px; color: #999}
.section-dl dd span a{font-size: 12px; color: #999}
/* 书籍页 */
.gs-book-intro{
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
	background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-book-cont{
    clear: both;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.gs-book-img{
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 20px;
}
.gs-book-title{
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.gs-book-introduuce{
    padding: 5px 5px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.gs-book-list{
    padding: 5px 15px;
    margin-bottom: 10px;
    position: relative;
    background-color: #F0EFE2;
    border-radius: 5px;
}
.gs-booklist-dl{
    overflow: hidden;
    border-bottom: 1px solid #DAD9D1;
    padding-bottom: 15px;
    margin-top: 15px;
}
.gs-booklist-dl:last-child{
border-bottom: 0px solid #DAD9D1;
} 
.gs-booklist-title{
    line-height: 21px;
    font-size: 18px;
    color: #0F0F0F;
    margin-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
    border-left: 4px solid #A2C241;
}
.gs-booklist-dl dd {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    font-size: 14px;
}
.gs-bd {
    margin: 15px auto;
    padding: 0 40px;
    background: #f6f4ec;
    background-color: #F0EFE2;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}
.gs-article {
    padding: 15px 0
}

.gs-article-title {
    padding: 10px 0;
    background: url(../images/atitle_bottom.png) no-repeat bottom;
    background-size: 100%;
    margin-bottom: 10px
}

.gs-article-title h1 {
    text-align: center;
    font: normal 30px/50px "\5FAE\8F6F\96C5\9ED1";
    padding: 0 15px
}

.gs-article-title p.gs-other {
    text-align: center;
    color: #777;
    text-indent: 0;
    line-height: 24px;
    padding: 10px 0
}

.gs-article-title p.gs-other i {
    margin-left: 10px;
    background: #e3dfcd;
    border-radius: 10px;
    color: #666;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px 0 5px
}

.gs-article-text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden
}

.gs-article-text p {
    text-align: justify;
    margin: 0 0 10px
}

.gs-page {
    padding: 8px 0;
    overflow: hidden;
    font-size: 16px;
    background: #e7e4d5;
    border-radius: 8px;
    margin: 15px 0
}

.gs-page li {
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center
}
/*赏*/
.gs-shang{padding:20px;margin-bottom:20px;background-color: #F0EFE2;border-radius: 5px;}
.gs-shang-title {
    overflow: hidden;
    margin-bottom: 10px;
}
.gs-shang-title h2 {
    line-height: 26px;
    font-size: 18px;
    color: #385443;
    display: flex;
    font-weight: bold;
	float: left;
}
.gs-shang-introduuce {
    padding: 5px 5px;
}

.gs-shang-page{text-align:center; overflow:hidden; font-size:18px;  padding:10px 20px;margin-bottom:20px;background-color: #F0EFE2;border-radius: 5px;}
.gs-shang-page a{ margin:10px; padding:10px 20px; font-size:18px;}

/* 名句 */
.mingju{clear:both; width:100%; height:auto; overflow:hidden;margin-bottom: 10px;position: relative;}
.mingju li{ width:100%; font-size:16px; float:left; border-bottom:1px dashed #DAD9D1; overflow:hidden; color:#999;padding: 10px;}
.mingju li span{ margin-left:10px;}
.mingju li span,.mingju li span a{ font-size:14px; color:#999;}
.mingju li p,.mingju li p a{ font-size:14px; color:#999;}
.active{color:#d90000;}
/*login*/
.gs-login{
    float: left;
    line-height: 45px;
    padding:0 5px
}
.gs-login a{
    white-space: nowrap;
    color: #F0EFE2;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 6px;
    text-align: center;
}
.gs-login a:hover {
    margin-left: 1px;
    text-decoration: none;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
.gs-login a.gs-user{
    color: #A2C241;
}
.js_login a {
    color: blue;
    text-decoration: none;
}
.nopasswd{
    color: #aeaeae;
    text-align: right;
    margin-top: 2px;
    padding-left: 20px;
}
.sub_btn1 {/*position:absolute; right:0px; top:50px;*/display: inline-block;zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */*display: inline;vertical-align: baseline;margin: 0 2px;outline: none;cursor: pointer;text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;padding: .5em 2em .55em;text-shadow: 0 1px 1px rgba(0,0,0,.6);-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);color: #e8f0de;border: solid 1px #1487f4;background: #1487f4;background: -webkit-gradient(linear, left top, left bottom, from(#1487f4), to(#0976DC));background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1487f4', endColorstr='#1487f4');}
.sub_btn1:hover {
    background: #ED730D;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED730D), to(#ED730D));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    border: solid 1px #ED730D;
}
.inputbg {
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
#username * { vertical-align:middle;}
.inputsub{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#keeplogin{
    position: relative;
    top: 2px;
    margin-right: 4px;
    line-height: normal;
}
.buttons { margin:15px auto;text-align:left}
#login-sub{width:105px;height:35px}
#qql {float:right}
.reg { padding:20px;margin:0 auto;width:280px}
#login{margin-top:20px}
.hidden{display:none;}
.js_login{
    width: 330px;
    display: none;
    color: #999;
    background-color: #e7ebef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    -moz-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -ms-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -o-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    transform: rotateX( 
-0deg
 ) translateZ(0) translateY(0%);
    max-width: 1200px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.js_login .js_title{
    overflow: hidden;
    height: 42px;
    background-color: #fff;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    padding: 10px 10px;
}
.js_title ul{
    padding-left: 33%;
    text-align: center;
}
.js_login .js_title span{ float:right; line-height:40px; padding:0 9px;cursor:pointer;font-family:"";font-size:30px;}
.js_login .js_title span:hover{color:#555}
.js_login .js_title li{
    float: left;
    width: 42px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    margin-right: 15px;
}
.js_login .js_title li a{float:left;width:130px;text-align:center;}
.js_login .js_title li a:hover{}
.conxk1{
    border-bottom: 2px solid #ed730d;
    line-height: 48px;
    color: #ed730d;
}
.conxk1 a{color:#11B200;}
.conxk1 a:hover{color:#11B200;text-decoration:none;}
.conxk2{
    line-height: 48px;
    color: #a5a4a4;
}
.conxk2 a{color:#646464;}
.conxk2 a:hover{color:#646464;text-decoration:none;}
.js_login .js_content{
    overflow: hidden;
    padding: 13px 15px;
    background: #e7ebef;

}
.js_login .js_content .de_list{width:100%;padding-top:12px;}
.js_login .js_content a:visited{ color:blue}
.js_login  .js_content a:hover { color:red; text-decoration: underline; }
.Reg-input{
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
.Reg-input li{display:inline;}
.code{
    width: 80px;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.showkey {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 14px;
}
.showkey img {
    float: left;
    height: 28px;
    margin-left: 10px;
    line-height: 28px;
    border: 1px solid #444;
    margin-top: 2px;
    border-radius: 4px;
}
.input-text:focus{border:1px solid #339933;}
.Reg-input .Reg-text{width:70px;text-align:right;font-size:14px;}
.Reg-input .input-text{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Reg-input font{font-size:12px;}
.Reg-inputshow span{font-size:12px;}
.js_login #checkbox{
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    margin-top: 0;
    margin-left: 5px;
}
.js_login #errmsg{color:red}
.js_login .sub_btn1{font-size:15px}
.ym{font-size:12px;}
#lean_overlay { position: fixed;z-index:10000;top: 0px;left: 0px;height:100%; width:100%; background: #333 no-repeat;display: none;background-size:100%;}
@media (max-width: 768px){
	.js_login{
		width: 80%;
	}
}
/*login end*/
#gs-gotop {
    bottom: 105px;
    _margin-bottom: 105px;
    width: 36px;
    height: 36px;
    background: #e7e4d5 url(../images/icon.svg) no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer
}
@media (max-width:1080px){
	body, html{width:100%;}
	.gs-isgood,.gs-main,.gs-home-istop,.gs-subnav,.breadcrumbs{width:98%; height:auto; margin:10px auto; overflow:hidden;}
	.gs-content{ width:100%; height:auto; float:left; }
	.gs-sidebar{width: 100%;height: auto;float: right;}
	.gs-hot-tag{margin:10px 5px; }
	.gs-hot-tag a{width:23%; height:42px; line-height:42px; text-align:center;background-color: #747110;color: #F0F0E1; float:left;border-radius: 5px;margin:0px 3px 10px 3px;}
	.sidebar-tag a {float:left; width:20%; height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
	.gs-isgood-ul{ width:100%; overflow: hidden;margin-bottom:20px;min-height: 100%;max-height: 100% }
	.gs-isgood-li{ width:100%; border-right: 1px dotted #DAD9D1; padding:0px 5px 0px 5px;  color:#999;overflow: hidden;}
	.gs-isgood-li h3 {font-size: 20px;justify-content: center;}
	.gs-subnav_cont {
			margin: 0 10px;
			clear: both;
			border-bottom: 1px dashed #DAD9D1;
			overflow: hidden;
			padding: 5px 0;
    }
	.gs-subnav .sright {width: 85%;float: left;}
	.yuanwen {float: left;width: 100%; padding: 0px;margin-bottom: 10px;}
	.fanyi{ float:right; width:100%; padding:0px;margin-bottom:10px;}
	.section-title{margin:5px}
	.works-title{ font-size:20px;justify-content:center;}
	.source,.works-introduuce{ font-size:18px}
	.mingju li {font-size: 20px}
	.mingju li p, .mingju li p a {font-size: 16px;color: #999;}
	footer{width:100%; height:auto; margin:0 auto;font-size:12px; text-align:center; border-top: 1px solid #c8c7bc; padding:10px 0;}
}
#simple-menu {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.gs-hd{
		height:45px;
		width: 100%;
	}
	.gs-header{
		width:100%;
		padding:0;
	}
	.gs-logo{
margin: 2px 0 0;
    width: auto;
    background-size: 30px 30px;
    background-position-x: 8px;
    background-position-y: 5px;
    padding-left: 44px;
    height: 45px;
    padding: 0 40px;
    background: url(../images/logo.png) 0 5px no-repeat;
    float: left;
    display: inline-block;
    background-size: 32px 32px;
	}
	.gs-logo a{
		font-size: 23px;
	}
	.gs-nav,.gs-search{
		float: none;
		display: none;
	}
	/*yd menu*/
	#simple-menu {
		display: block;
		float: right;
		margin-top: 0px;
		cursor: pointer;
	}
	#simple-menu:before {
		display: inline-block;
		font: bold 45px/45px "Times New Roman";
		vertical-align: text-bottom;
		content: "\2261";
		color: #F0EFE2;
    }
	.sidr-open #simple-menu:before {
    display: inline-block;
    font: bold 45px/45px "Times New Roman", Arial;
    vertical-align: text-bottom;
    content: "\00D7";
    color: #F0EFE2;
    }
	.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 260px;
		overflow-x: none;
		overflow-y: auto;
		font-size: 16px;
		background: #F0EFE2;
		color: #333;
		-webkit-box-shadow: inset 0 0 5px 0px #E1E0C7;
		-moz-box-shadow: inset 0 0 5px 0px #E1E0C7;
		box-shadow: inset 0 0 5px 0px #e1e0c7;
	}
	.sidr.right {
		left: auto;
		right: -260px;
	}
	.sidr .sidr-inner {
		padding: 0 0 6px;
	}
	.sidr-inner {
		clear: both;
	}
	.sidr ul {
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #fff;
	}
	.sidr ul li {
		display: block;
		margin: 0;
		line-height: 48px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.sidr ul li a, .sidr ul li span {
		padding: 0 20px;
		display: block;
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}
	.sidr-inner li.sidr-class-m-back{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin-top: -15px;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-size{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-back a.sidr-class-c{
		border: 1px solid #ddd;
		text-align: center;
		width: 20px;
		height: 20px;
		line-height: 20px;
		display: inline-block;
		margin-right: 5px;
		}
		/*seach*/
		#sidr-id-search_form {
		padding: 6px 15px 0;
		overflow: hidden;
    }
	.sidr-inner #sidr-id-keys {
		float: left;
		background: #fff;
		border: 1px solid #d6d0cd;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		border-right: none;
		color: #825d5b;
		font: italic 14px/24px "serif";
		transition: all 0.7s ease 0s;
		width: 182px;
		height: 30px;
		padding-left: 6px;
	}
	#sidr-id-search_form .sidr-class-search_btn {
		float: left;
		background: url(../images/search.png) no-repeat;
		width: 32px;
		height: 32px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border: 1px solid #d6d0cd;
		border-left: none;
		cursor: pointer;
		text-indent: -9999px;
	}
	#sidr-id-search_form #sidr-id-keys:focus {
		font-style: normal;
		background: #fff;
		width:190px;
		outline: 0;
	}
	.gs-pages ul li {
        display:none
    }

    .gs-pages ul li.prev-page,.gs-pages ul li.next-page {
        display: inline-block
    }
	.gs-bd {
    width: 100%;
    padding: 0;
    margin: 0;
    }
	.gs-article {
        padding: 0 0 15px;
        width: 100%
    }

    .gs-article-title p.gs-other {
        display: none
    }

    .gs-article-text {
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
        overflow: hidden;
        padding: 0 15px
    }

    .gs-page {
        padding: 6px 0;
        margin: 10px 15px
    }
	#gs-gotop{
	right: 5px;
	}
}
/*飞花令*/
.gs-fly{clear:both; width:100%; height:auto; overflow:hidden;margin-bottom: 10px;position: relative;}
.gs-fly li{
    font-size: 16px;
    border-bottom: 1px dashed #DAD9D1;
    overflow: hidden;
    color: #999;
    padding: 10px 15px;
}
.gs-fly li span{color: #d90000;font-weight:400;}
.gs-fly li p,.gs-fly li p a{ font-size:14px; color:#999;}
.gs-btn5{
    margin: 0 20px 15px 20px;
    overflow: hidden;
}
.gs-btn5 li{
    float: left;
    position: relative;
    white-space: nowrap;
	width: 20%;
}
.gs-btn5 li a{
    margin: 0.75rem 0.3125rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 0.375rem 0.25rem;
    background-color: #d1e4dd;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}
.gs-btn5 li a:hover {
    box-shadow: rgb(235 234 226) 0.125rem 0.125rem 0.625rem 0, rgb(122 122 119 / 30%) 0.125rem 0.125rem 0.625rem 0;
	background-color: #fff;
    color: #000;
    border: 0px solid transparent;
}

/*20220827新增*/

/* page */
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
*,:after,:before{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.page{ padding-top: 86px;}
.page-bd{ position: relative; margin-right: auto; margin-left: auto;}
.page-bd:before,.page-bd:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}
@media (min-width: 1100px){ .page-bd{width: 755px;}}

/* text */
h1{ font-size: 26px; line-height: 32px;}
h2{ font-size: 24px; line-height: 28px;}
h3{ font-size: 18px; line-height: 22px;}
h4{ font-size: 16px; line-height: 18px;}
h5{ font-size: 14px; line-height: 16px;}
h6{ font-size: 12px; line-height: 14px;}
h1,h2,h3,h4,h5,h6{ font-weight: 400; margin-bottom:10px;}
.text-center{ text-align: center;}
.text-red{ color: var(--tzt-RED);}
.text-blue{ color: var(--tzt-BLUE);}
.text-muted{ color: var(--tzt-FG-1);}
.text-link{ color: #f1f3f4;}
.split-line{ position: relative; display: inline-block; margin-left: 12px; margin-right: 12px; height: 14px; vertical-align: -2px;}
.split-line:before{ content: " "; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; border-left: 1px solid rgba(0,0,0,0.1); border-left: 1px solid var(--tzt-FG-3); color: rgba(0,0,0,0.1); -webkit-transform-origin: 0 0;  transform-origin: 0 0; -webkit-transform: scaleX(0.5); transform: scaleX(0.5);}

/* btn */
button{ border-color: transparent; background: none; }
a,button{ text-decoration:none; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); color: var(--tzt-FG-0);}
a:focus,a:hover,a:active,button:focus,button:hover,button:active{ cursor: pointer; text-decoration: none; color: var(--tzt-LINK);}
.btn{ padding: 10px 25px; border-radius: 30px; color: #fff;}
.btn.btn-mini{ padding: 6px 12px;font-size: 12px;}
.btn.btn-width{ min-width: 160px;text-align: center;}
.btn:hover,.btn:active,.btn:focus{ color: #fff;}
.btn-blue,.btn.blue{ background-color: var(--tzt-INDIGO);}
.btn-red,.btn.red{ background-color: var(--tzt-RED);}
.btn-border{ border: 1px solid #f7f7f7; color: var(--tzt-FG-0);}
.btn-default{ background-color: #f7f7f7; border: 1px solid var(--tzt-FG-3); color: var(--tzt-FG-0);}
.btn-default,.btn-border,.btn-default:hover,.btn-default:active,.btn-default:focus,.btn-border:hover,.btn-border:active,.btn-border:focus{ color: var(--tzt-FG-0);}
.btn:hover{ box-shadow: 0 5px 10px rgba(0,0,0,.05);}

/* img */
img{ max-width: 100%; border: 0; vertical-align:middle}
img.img-radius{ border-radius: 10px;}

/* form */
select{cursor:pointer;border:none;outline:none;}
input,textarea{outline:medium none; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
input.form-control,input.btn{outline: 0px; -webkit-appearance:none;}
input[type="checkbox"]{vertical-align:-2px;}
.form-control{ display:block; width:100%; height: 40px; padding: 0 20px; font-size:12px; line-height: 20px; border-radius: 8px; background-color: #fff; border: 1px solid var(--tzt-BG-0); color: var(--tzt-FG-0);}
.form-control:active,.form-control:focus{ outline: none; border: 1px solid var(--tzt-INDIGO);}
textarea.form-control{ height: auto; padding: 6px 15px;}
.search-form{ position: relative;}
.search-form .submit{ position: absolute; top: 0; right: 0; border-radius: 0 5px 5px 0; z-index: 3; padding: 10px 18px; background-color: var(--tzt-INDIGO); color: #fff;}

/* table */
table{padding: 15px; border-collapse:collapse;border-spacing:0;table-layout:fixed;max-width:100%;margin-bottom:20px;table-layout:fixed;background-color: #f7f7f7;}
tbody>tr>td,tbody>tr>th,tfoot>tr>td,tfoot>tr>th,thead>tr>td,thead>tr>th{ border:1px solid var(--tzt-FG-3); padding:10px;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

/* nav */
.tzt-nav-tabs{ position: relative; display: -webkit-box; display: -webkit-flex;display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.tzt-nav-tabs li{ position: relative; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;text-align: center;}
.tzt-nav-tabs li a{ display: inline-block; padding-bottom: 12px; font-size: 16px;}
.tzt-nav-tabs li::before {content: ""; display: table; width: 0; height: 3px; border-radius: 3px 3px 0 0; opacity: .1; background:  #f1f3f4; position: absolute; left: 50%; bottom: 0; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.tzt-nav-tabs li:hover::before,.tzt-nav-tabs li.active::before { width: 32px; margin-left: -16px; opacity: 1;}

/* header */
.tzt-header{ position: fixed; top: 0; z-index: 999; width: 100%; background-color: #fff; box-shadow: 0 2px 5px rgb(0,0,0,0.05);}
.tzt-header_hd{ padding-top: 15px; margin-right: 10px;}
.tzt-header_hd img{ width: 115px;}
.tzt-header_bd,.tzt-header_ft{ padding: 10px 0;}
.tzt-header_bd .icon,.tzt-header_ft .icon{ display: inline-block; margin-left: 25px; font-size: 24px;}

/* menu */
.tzt-nav-menu li{ position: relative;}
.tzt-nav-menu li a{ display: block; padding: 12px 0; font-size: 15px;}
.tzt-nav-menu li.active > a{ color: #f1f3f4;}
.tzt-nav-menu li ul.child li{ padding-left: 15px;}
.tzt-nav-menu li:before{ content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid rgba(0,0,0,0.1); border-top: 1px solid var(--tzt-FG-3); -webkit-transform-origin: 0 0;  transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.tzt-nav-menu li:first-child:before{ display: none;}

/* tzt-panel */
.tzt-panel{ position: relative; padding: 30px; margin-bottom: 30px; background-color: #F0EFE2;}
.tzt-panel p{text-indent: 0;}
.tzt-panel.bg{ background-color: #f7f7f7;padding: 20px;}
.tzt-panel_hd{ position: relative; margin-bottom: 15px;}
.tzt-panel_hd:after{content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid var(--tzt-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.tzt-panel_hd h3{ padding-bottom: 15px;}
.tzt-panel_hd .more{ font-size: 12px; color: var(--tzt-FG-1);}
.tzt-panel_bread{ padding-bottom: 15px; color: var(--tzt-FG-1);}
.tzt-panel_bread a,.tzt-panel_bread .icon{ font-size: 14px; color: var(--tzt-FG-1);}
.tzt-panel_ft{ position: relative; margin-top: 30px; padding-top: 30px;}
.tzt-panel_ft:before{ content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid rgba(0,0,0,0.1); border-top: 1px solid var(--tzt-FG-3); -webkit-transform-origin: 0 0;  transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}

/* media */
.tzt-media-box{ position: relative; padding: 30px; margin-top: 30px;background-color: #E1E0C7;border-radius: 10px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; transition:all .3s;}
.tzt-media-box_hd{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0;}
.tzt-media-box_desc{ margin-bottom: 10px; color: var(--tzt-FG-1);line-height: 1.8rem;}
.tzt-media-box_time{ color: var(--tzt-FG-1);}
.tzt-media-box_bd{ width: 200px; margin-left: 20px;}
.tzt-media-box_bd img{ max-width: 100%;border-radius: 10px;}

/* article */
.tzt-article_content h1,.tzt-article_content h2,.tzt-article_content h3,.tzt-article_content h4,.tzt-article_content h5,.tzt-article_content h6{ font-weight: bold;}
.tzt-article_content a,.tzt-article_content a span{ color: var(--tzt-LINK);}
.tzt-article_content p{ font-size: 15px; word-wrap: break-word;}
.tzt-article_content img{ max-width: 100%; height:auto!important; cursor: -webkit-zoom-in; cursor: zoom-in;}
.tzt-article_desc,.tzt-article_content blockquote{ padding: 30px; background-color: #f7f7f7; border-radius: 10px;}
.tzt-article_tag{ margin-bottom: 15px;}

/* comment */
.tzt-comment-box{ position: relative; padding: 15px; margin-top: 15px;background-color: #f7f7f7;border-radius: 10px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: initial; -webkit-align-items: initial; align-items: initial; transition:all .3s;}
.tzt-comment-box_bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; margin-left: 15px;}
.tzt-comment-box_hd{ width: 42px;}
.tzt-comment-box_hd img{ border-radius: 50%;}
.tzt-comment-box.active{ margin-top: 15px; padding: 15px; background-color: #fff;}
.tzt-comment-box.active .tzt-comment-box_bd{ margin: 0;}
.tzt-comment-box.active .tzt-comment-box_user{ font-size: 12px;}
.tzt-comment-box.active .tzt-comment-box_user img{ border-radius: 50%;}
.tzt-comment-box.child{ padding: 10px 0 0; margin-top: 10px;}
.tzt-comment-box.child:first-child{ margin-top: 10px;}
.tzt-comment-box.child:before{ content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid rgba(0,0,0,0.1); border-top: 1px solid var(--tzt-FG-3); -webkit-transform-origin: 0 0;  transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.verify{position: relative;}
.verifyimg{position: absolute;top: 10px;right: 5px;}
/* pagination */
.tzt-pagination{ text-align: center;}
.tzt-pagination li{ display: inline-block; margin: 5px;}
.tzt-pagination li a{ padding: 6px 12px; border-radius: 4px; background-color: #f7f7f7;}
.tzt-pagination li.active a{ background-color:#d1e4dd; color: #fff;}

/* dialog */
.tzt-dialog{position:fixed;z-index:5000;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;background-color:#fff;overflow-y: auto;}
.tzt-dialog .tzt-panel{ background: none;}
.tzt-dialog.bottom{left:0;right:0;bottom:0;border-radius:14px 14px 0 0;min-height:255px;max-height:75%;-webkit-transform:translateY(100%);transform:translateY(100%)}
.tzt-dialog.right{top:0;right:0;bottom:0;border-radius:14px 0 0 14px;min-width:255px;max-width:75%;-webkit-transform:translateX(100%);transform:translateX(100%)}
.tzt-dialog.bottom.show{-webkit-transform:translateY(0);transform:translateY(0)}
.tzt-dialog.right.show{-webkit-transform:translateX(0);transform:translateX(0)}

/* more */
.tzt-code{ width: 240px;position: absolute;top: 86px; right: -270px;}
.tzt-link li{ float: left; margin: 0 10px 10px 0;}
.footer{ padding: 30px;}
.mt15{ margin-top: 15px;}
.mb15{ margin-bottom: 15px;}
.pull-left{ float: left !important;}
.pull-right{ float: right !important;}
.margin-0{ margin: 0 !important;}
.fixed{ position: fixed;top: 0;left: 0;right: 0;}
.mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:rgb(0,0,0,0.6)}
.backtop{ position: fixed; right: 30px; bottom: 30px; z-index: 998; width: 50px; height: 50px; line-height: 50px; text-align: center; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 5px rgb(0,0,0,0.05);}

@media (min-width: 1024px){
	.tzt-panel{ border-radius: 5px;}
	.tzt-media-box:hover{ -webkit-box-shadow:0 34px 20px -24px rgba(136,161,206,0.3); box-shadow:0 34px 20px -24px rgba(136,161,206,0.3); -webkit-transform:translateY(-5px); transform:translateY(-5px); -ms-transform:translateY(-5px); }
	.tzt-comment_input{ display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center;}
	.tzt-comment_input p{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0;}
	.tzt-comment_input p.center{ padding: 0 10px;}
}
@media (max-width: 1024px){
	h1{ font-size:22px;}
	h3{ font-size:16px;}
	.page{ padding-top: 56px;}
	.m-hidden{ display: none !important;}
	.tzt-header{ padding: 0 15px;}
	.tzt-header_bd .icon,.tzt-header_ft .icon{ margin-left: 15px;}
	.tzt-nav-tabs li a{ font-size: 14px;}
	.tzt-panel,.tzt-article_desc,.tzt-article_content blockquote{ padding: 15px;}
	.tzt-panel_ft{ padding-top: 15px; margin-top: 15px;}
	.tzt-media-box{ padding: 15px;margin-top: 15px;}
	.tzt-media-box_bd{ width: 120px; margin-left: 10px;}
	.tzt-media-box_time{ font-size: 12px;}
	.tzt-pagination li a{ border-radius: 2px; font-size: 12px;}
	.backtop{ right: 15px; bottom: 15px; width: 35px; height: 35px; line-height: 35px; border-radius: 5px;}
}


.pcd_ad{display:block;}
.mbd_ad{ display:none}
@media(max-width:768px) {
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
.mbd_ad img{display:block;border:none;width:100%!important;height:auto!important}
}
.tzt-panel_bd{color:#4c4c4c;}
.tzt-panel_bd p{font-size: 14px;line-height: 1.4rem;}
.m-tit2{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 0 5px;}
.m-tit2::after{content:"";flex:1;height:8px;background:none;background-image:linear-gradient(135deg, transparent 25%, #fff 25%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff, transparent);background-size:5px 5px;border-radius:0 20px 20px 0;margin-bottom: 10px;}
.m-tit2 h3{height:28px;line-height:28px;font-size:15px;padding:0 20px;background:#fff;border-radius:20px;}
.m-tit2 h3::before{display:inline-block;content:"\f00a";font-family:FontAwesome;font-size:14px;font-weight:normal;margin:-3px 6px 0 0;opacity:.68;vertical-align:middle;}
.logbox{margin-bottom:20px;background:#fff;padding:20px;overflow:hidden;box-sizing:border-box;border-radius:5px;}
.logbox:last-child{margin:0;}
.logbox .pagenow{margin-bottom:0;border-top:0}
.logbox .pagenow i.fa{margin-left:0}
.logbox .pagenow span{color:#ccc;margin:0 4px;}
.logbox > h1{color:#111;font-size:30px;line-height:1.6;text-align:center;padding:15px 0px 30px;}
.logbox .data{margin:0 0 20px;color:#999;font-family:Arial, Helvetica, sans-serif;text-align:center;background-color:#fafafa;padding:12px 0;background-image:linear-gradient(to right, #fff 0, #f6f6f6 20%, #f6f6f6 80%, #fff 100%);}
.logbox .data > span{margin:0 12px 0 0;}
.logbox .data > span::after{content:'';display:inline-block;width:0;height:12px;margin:-2px 0 0 12px;border-left:1px #bbb solid;border-right:1px #fff solid;vertical-align:middle;}
.logbox .data > span:last-child::after{display:none;}
.logbox .data i.fa{margin:0 4px 0 0}
.link-box{overflow:hidden;clear:both}
.rexlist li{float:left;width:48%;line-height:34px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 1%}
.rexlist li i.fa{margin-right:5px;font-size:10px}
.function{margin:0 0 20px;background:#F0EFE2;border-radius:5px;}
.function:last-child{margin:0;}
.function_t{position:relative;margin:0 15px;height:44px;line-height:44px;text-indent:5px;font-size:15px;font-weight:bold;border-bottom:1px #e9e9e9 solid}
.function_t:after{content:"";position:absolute;bottom:-2px;left:0;width:30%;height:0;border-bottom:3px #0a76db solid;}
.function_c>div{text-align:center;}
.function_c>ul{padding:9px 15px}
.function_c>ul>li{position:relative;line-height:28px;border-bottom:1px #ddd dotted;padding:6px 0;}
.function_c>ul>li:last-child,#divLinkage .function_c>ul>li:nth-last-child(2){border-bottom-color:#fcfcfc}
.function_c>ul>li:last-child{box-shadow:none;}
.function_c>ul>li:after{content:"";position:absolute;top:17px;left:-12px;width:5px;height:5px;background:#ccc;}
.function_c>ul{padding:9px 15px 9px 30px}
.function_c>ul a{color: #19537D;font-size: 14px;}
.nextlog{line-height:30px;background:#fafafa;border-radius:5px;overflow:hidden;}
.nextlog > div{padding:5px 15px;}
.nextlog .prev{border-bottom:1px #eee dashed;box-shadow:0 1px 0 #fff;}
.nextlog .prev span{color:#333;}
.nextlog .next span{color:#333;}
.nextlog .prev a{color: #34495e;
    text-decoration: none;
    transition: all .3s linear;}
.nextlog .next a{color: #34495e;
    text-decoration: none;
    transition: all .3s linear;}
.nextlog .prev a:hover{color:#ff5858}
.nextlog .next a:hover{color:#ff5858}

@media screen and (max-width:640px){
    .header{top:0;left:0;width:100%;background:rgba(255, 255, 255, .8);backdrop-filter:blur(20px);z-index:9999;display:none;}
}
.header{top:0;left:0;width:100%;background:#F0EFE2;backdrop-filter:blur(20px);z-index:9999;}
.header .wrap{position:relative;display:flex;justify-content:space-between;align-items:center;    width: 1100px;
    height: auto;
    margin: 5px auto;
    overflow: hidden;}
.header .mlogo{height:80px;padding:18px 0;box-sizing:border-box;transition:all .3s linear;}
.fixedbar{box-shadow:0 0px 2px #bbb;}
.fixedbar .mlogo{height:auto;padding:8px 0;}
.fixedbar .navbar > li > a{line-height:60px;}
.header .mlogo::after{display:inline-block;content:'';width:1px;height:40px;margin:0 15px 0 30px;background:#e6e6e6;vertical-align:middle;}
.header .mlogo a{display:inline-block;vertical-align:middle;}
.header .mlogo img{display:block;max-height:46px;}
.navbar{display:flex;justify-content:center;}
.navbar li{position:relative;}
.navbar > li > a{line-height:80px;}
.navbar li a{display:block;font-weight:bold;font-size:16px;white-space:nowrap;padding:0 10px;}
.navbar li a .fa{display:inline-block;font-size:12px;margin:-3px 0 0 4px;transition:all .1s linear;vertical-align:middle;}
.navbar li:hover .fa{transform:rotate(180deg);}
.navbar > li.current>a{color:#ff5858;}
.navbar li ul{display:none;position:absolute;top:100%;left:0;min-width:110%;margin-top:-14px;box-shadow: 0 0 30px rgb(0 0 0 / 7%);}
.navbar > li > ul::before{display:block;content:'';width:20px;height:20px;transform:rotate(45deg);position:absolute;top:-5px;left:40px;background:#fff;z-index:0;}
.navbar li ul li{background:#fff;}
.navbar li ul li a{height:35px;line-height:35px;font-size:14px;border-bottom:1px rgba(0,0,0,.05) solid;overflow:hidden;}
.navbar li ul li a::before{content:'';display:inline-block;width:6px;height:6px;margin:0 5px 0 0;border:2px #ddd solid;border-radius:50%;transition:all .3s linear;}
.navbar li ul a:hover{text-indent:5px;}
.navbar li ul a:hover::before{border-color:#ff5858;background:#ff5858;}
@keyframes bgRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes switchColor{0%{background-position:0}50%{background-position:50%}to{background-position:100%}}@keyframes switchColor{0%{background-position:0}50%{background-position:50%}to{background-position:100%}}
/* erx:Response */
@media only screen and (max-width: 1400px) {
	.wrap{width:96%;}
	.header .mlogo img{max-width:12vw;}
	.header .mlogo::after{margin:0 .5vw 0 1vw;}
	.topsh .sint{display:none;}
	.topsh.mbs::after{content:'';position:absolute;top:100%;right:-2%;width:104%;height:48px;background:rgba(0,0,0,.68);z-index:0;}
	.topsh.mbs .sint{display:inline-block;position:absolute;top:100%;left:0;width:75vw;margin:7px 0 0;z-index:3;}
	.topsh.mbs .s-post{position:absolute;top:100%;right:0;margin:7px 0 0;z-index:3;}
	.navbar li a{font-size:14px;padding:0 1vw;}
	.inews ul{max-height:538px;overflow-y:auto;}
	.inews li{float:none;width:100%;padding:0;}
	.inews li:nth-child(4n+3), .inews li:nth-child(4n+4){background:none;}
}
@media only screen and (max-width: 990px) {
	.topsh .m-ctrl{display:inline-block;}
	.header .mlogo img{max-width:40vw;}
	.header .mlogo::after, .navbar, #sidebar, .main-focus{display:none;}
	.navbar.mbs{display:block;position:absolute;top:100%;left:-2%;width:104%;max-height:calc(100vh - 80px);background:rgba(0,0,0,.8);overflow-y:auto;}
	.navbar.mbs > li > a, .fixedbar .navbar > li > a{line-height:40px;color:#fff;text-indent:20px;border-top:1px rgba(255,255,255,.05) solid;}
	.navbar.mbs > li > a .fa{text-indent:0;}
	.navbar.mbs li ul{position:relative;margin-top:0;}
	.inews{margin:0 20px 0 0;}
	.cmslist{width:49%;}
	#contentleft{margin-right:0;}
	.loglist{padding-right:0;}
	.home-mlist li.con{width:100%;}
	.anima-bg::before, .anima-bg::after{top:-85vw;}
}
@media only screen and (max-width: 640px) {
	.keytip,.logbox .data .cate,.logbox .data .author,.logbox .data .down,.comms,.ft-qrcode, .anima-bg::before, .anima-bg::after{display:none;}
	.topbox{display:block;}
	.main-focus .cdmslider{height:auto;max-height:50vh;}
	.inews{width:100%;margin:0 0 20px;}
	.inews ul{max-height:none;padding:9px 12px;}
	.inews li{height:30px;line-height:30px;}
	.cmslist{width:100%;}
	.inews.anima-bg .cdtit{border-bottom-color:#ddd;}
	.mtoprt .dt dd p{height:auto;}
	.mtoprt{width:100%;}
	.mtoprt .sp{display:flex;justify-content:space-between;}
	.mtoprt .sp li{width:48.2%;height:35vw;}
	.vpshow{padding:0 6px 12px;}
	.vplist .csort{max-width:60%;margin-left:-10px;}
	.vplist .csort a{padding:0 6px;}
	.vplist li{width:48.8%;margin-bottom:15px;}
	.vplist li h4{margin:6px 12px;}
	.loglist li.con{margin-bottom:15px;}
	.loglist li.con a.pic{width:30vw;height:26vw;margin-right:15px;}
	.loglist li.con h4{padding:15px 0 6px;}
	.loglist li.con .des .text{height:40px;line-height:20px;margin-bottom:0;font-size:12px;}
	.loglist li.con .des .attr, .loglist li.con .des .more{display:none;}
	.search .loglist li.con{padding:0 12px 12px;}
	.logbox{padding:15px;}
	.logbox>h1{font-size:24px;padding:15px 0;}
	.logbox>h2{font-size:20px;padding:0 0 15px;}
	.downarea{text-align:center;}
	.rexlist li{float:none;width:98%;}
	.pagenow .csort{display:block;margin:8px 0 0;}
	.csort a{margin:0 0 5px 5px;}
	div.reply-frm{margin:1em;}
	.cmt-post p{float:none;width:100%;margin-right:0;}
	ul.msg ul.msg{margin-left:-50px;}
	#footerbar{line-height:20px;padding:12px 0;margin-bottom: 60px;}
	#footerbar .ftp{padding-left:10px;}
	.cate-banner{height:180px;}
	#j-fish-skip{margin-top:15px;}
}
topsh{text-align:right;flex-grow:1;}
.topsh .sint{width:120px;height:32px;line-height:32px;padding:0 15px;border:1px transparent solid;background:#f2f2f2;border-radius:20px;transition:all .2s linear;}
.topsh .sint:focus{border-color:#ff5858;background:#fff;}
.topsh .sbtn{display:inline-block;text-align:center;vertical-align:middle;width:32px;height:32px;line-height:32px;margin-left:9px;color:#fff;border:0;background-image:linear-gradient(-60deg, #ff5858 0%, #f09819 100%);border-radius:20px;cursor:pointer;}
.topsh .sbtn .fa{color:#fff;}
.topsh .u-jump{background-image:linear-gradient(-60deg, #0a76db 0%, #08f 100%);}
.topsh .m-ctrl{display:none;}



/*guide-box*/.guide-box {overflow:hidden;position:relative;width: 1100px;margin: 0 auto 10px auto;margin-bottom:15px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.03);background: #F0EFE2;padding:15px 15px 10px 15px;}
.guide-title {padding-bottom:10px;border-bottom:1px solid #ddd;margin:0 10px;}
.guide-title h3 {font-size:1.6rem;color:#333;text-shadow:0 0.25px 1.5px rgba(0,0,0,0.25);position:relative;letter-spacing:1px;}
.guide-title h3:before {content:'';position:absolute;width:30px;height:3px;left:0;top:-15px;z-index:1;-webkit-transform:translate(0,-50%);transform:translate(0,0%);background-color:#42a1ff;}
.guide-list {margin-top:15px;overflow:hidden;}
.guide-list .guide-inner {float:left;padding-bottom:15px;width:33.333%;border-right:1px solid #ddd;border-bottom:1px solid #ddd;position:relative;z-index:1;padding:0 15px 30px 15px;}
.guide-inner:nth-child(3n) {border-right-color:transparent;}
.guide-inner:nth-last-child(1),.guide-inner:nth-last-child(2),.guide-inner:nth-last-child(3) {border-bottom-color:transparent;padding-top:15px;}
.guide-inner-info {height:100px;float:left;width:100%;}
.g-i-top {position:relative;z-index:1;margin-bottom:6px;overflow:hidden;}
span.g-i-cate {width:70px;text-indent:0;text-align:center;height:22px;line-height:22px;font-size:12px;float:left;}
span.g-i-cate a {display:block;width:70px;height:22px;color:#fff;border-radius:15px;background:#ff8f76;}
.guide-inner.top-num0 span.g-i-cate a {background-color:#5D6146}
.guide-inner.top-num1 span.g-i-cate a {background-color:#ffaf1e;}
.guide-inner.top-num2 span.g-i-cate a {background-color:#c177ef;}
.guide-inner.top-num3 span.g-i-cate a {background-color:#f7699e;}
.guide-inner.top-num4 span.g-i-cate a {background-color:#19b6bd;}
.guide-inner.top-num5 span.g-i-cate a {background-color:#02803a;}
span.g-i-time {float:right;font-size:12px;color:#777;padding-right:10px;}
.guide-inner-info h5 {font-size:15px;height:25px;line-height:25px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.guide-inner-info p {color:#777;height:44px;line-height:22px;overflow:hidden;font-size:12px;margin-top:6px;text-align:justify;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;}
@media screen and (max-width:425px){
    .guide-box {padding: 10px 10px 5px 10px;
    width: 100%;}
}
@media screen and (max-width:480px) {.guide-inner-info {height:auto;}
.blocktext .entry-meta.fea-meta span.separator,.featured .entry-meta.fea-meta span.separator,.g-i-top {display:none;}
.entry-meta-author {display:none;}
.blocktext .entry-meta.fea-meta,.featured .entry-meta.fea-meta {display:flex;align-items:center;width:100%;position:relative;}
.blocktext .entry-meta.fea-meta span.meta-viewnums,.featured .entry-meta.fea-meta span.meta-viewnums {display:block;margin-left:auto;}
.blocktext .entry-meta {margin-top:10px;}
.sell-lia-item {padding:10px;}
.sell-pic-media {margin:-10px -10px 5px;}
.sell-media-t {height:85px;}
span.sell-t-zt {top:-5px;}
.sell-media-t h4,.sell-media-t a.t-a {font-weight:500;font-size:1.5rem;font-size:1.1em;}
.sale-price-box {display:inline-block;padding:15px 5px 30px;}
.sale-price-r {float:left;margin-top:10px;}
.sale-price-t {max-width:100%;margin-right:0;}
.sale-price-t h1 {font-size:20px;font-size:2.0rem;}
.sale-price-t p.price-text {display:none;}
span.text-vip.px-2,.price-text-lg {font-size:18px;}
.sale-price-r {margin-top:15px;float:left;display:inline-block;}
.sale_primary.download {display:inline-block;float:left;margin-right:5px;}
.sale_primary a.q_buy {display:inline-block;width:auto;padding:5px 10px;font-size:13px;}
.sale_primary.yl-vip {display:inline-block;}
.sale_primary.yl-vip a {display:inline-block;padding:5px 10px;text-align:center;transition:all .3s;background-color:#ff5f33;border-color:#ff5f33;background:linear-gradient(to right,rgba(255,224,8,0.98),rgb(255,195,62));color:#323333;width:auto;line-height:1.5;border-radius:10px;margin:0 0px 0 10px;font-size:13px;}
h1.page-top-title {font-size:20px;font-size:2.0rem;}
ul.pic-box-list li {width: 100%;}
}