/* 织梦帮网 做最好的织梦整站模板下载网站 Www.dedesos.com */
/* QQ：9490489 */
/* 仿站：Fang.dedesos.com */
/* 素材：Sc.dedesos.com */
* {
	padding: 0;
	box-sizing: border-box;
	margin: 0
}
#fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 80px;*/
    z-index: 999;
    /*box-shadow: rgba(0, 0, 0, 0.9) 0px 2px 10px;*/
    /*background: rgb(14, 3, 3);*/
}
.ch {
    /* width: 570px; */
    width: 60px;
    height: 30px;
    /* border: 2px solid #ff6d10; */
    margin: 10px 5px 5px 380px;
    position: relative;
    display: inline-block;
}
img.ch1 {
    width: 50px;
    height: 22px;
    border-radius: 0px;
}
.en {
    width: 60px;
    height: 30px;
    /* border: 2px solid #ff6d10; */
    margin: 5px 2px;
    /* position: relative; */
    /* float: inline-start; */
    display: inline-block;
}
img.en1 {
    width: 50px;
    height: 21px;
    padding-left: 4px;
    border-radius: 0px;
}
a.image-link:hover .ch1,
a.image-link:hover .en1
{
  transform: scale(1.2);/*zoom out when mouse cursor on the img */
  transition: transform 0.3s;
}


ul {
	list-style: none
}
a {
	text-decoration: none;
	color: #000
}
a, img {
	display: block
}
img {
	border-radius: 8px;
}

i {
	font-style: normal;
	font-family: iconfont
}
body, html {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.container {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden
}
.header {
    background: #ffffff;
	width: 100%;
	height: 110px;
	padding-top: 29px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc
}
.header>.container>.a {
	overflow: hidden
}
.logo {
	width: 170px;
	height: 43px;
	float: left
}
.logo img {
	width: 100%;
	height: 100%
}
.headerInput {
	/*width: 570px;*/
	width: 370px;
	height: 44px;
	border: 2px solid #ff6d10;
	margin-left: 30px;
	float: right;
	position: relative
}
.headerInput img {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 17px
}
.headerInputText {
	outline: none;
	border: none;
	/*width: 466px;*/
	width: 266px;
	height: 40px;
	padding-left: 47px;
	padding-right: 12px;
	line-height: 40px;
	box-sizing: border-box;
	float: left
}
.headerInput a {
	float: left
}
.headerInputBtn {
	width: 100px;
	height: 40px;
	background-color: #ff6d10;
	line-height: 40px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	outline: none;
	border: none
}
.headerHot {
	font-size: 14px;
	line-height: 26px;
	margin-left: 30px;
	float: left;
	width: 300px
}
.headerHot>a {
	float: left;
	color: #9a9a9a
}
.headerHotRight {
	width: 220px;
	float: left;
	height: 56px;
	overflow: hidden;
	background: #fff
}
.headerHotRight span {
	margin-left: 20px
}
.headerHotRight a {
	display: inline-block;
	color: #9a9a9a
}
.headerHotRight a:hover, .headerMore {
	color: #e93274
}
.headerMore {
	display: none;
	cursor: pointer;
	margin-left: 8px
}
.navigation {
	width: 100%;
	height: 50px;
	background: #ff6d10;
}
.nav_centent {
	width: 1100px;
	margin: 0 auto;
	height: 50px;
	/* overflow: hidden; */
}
.navBox {
	height: 50px;
	width: 100%;
}
.navBox .nav {
	height: 49px;
}
.navBox .nav li {
	height: 49px;
	line-height: 32px;
	float: left;
	width: 110px;
}

li.pro-pc:hover .dropD {
    visibility: visible;
}
.navBox .nav li a {
	width: 110px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: left;
	padding: 0 11px;
	text-decoration: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
li.pro-pc {
    display: flex;
    flex-direction: column;
  }
ul.dropD {
    background-color: #ff6d10;
	z-index: 999;
	visibility: hidden;
}
.dropD li {
	height: max-content!important;
}
.navBox .nav li a:hover {
	height: 50px;
	line-height: 50px;
	background: darkcyan;
	background: rgba(0,0,0,0.15);
}
.navBox .nav .active {
	height: 50px;
	line-height: 32px;
	background: rgba(0,0,0,0.15);
}
.navBox .nav li span {
	width: 2px;
	height: 32px;
	float: right;
	display: inline-block;
}
.fix_guide .active {
	background-color: #e6e6e6;
	color: #e93274;
}
.footer {
	width: 100%;
	/* height: 103px; */
	background-color: #2c2426;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
	/* position: fixed; */
	bottom: 0;

}
.footerTig {
	color: #ddd;
	margin: 15px auto;
}
.footerTig a {
	display: inline-block;
	color: #ddd;
}
.footerPhone {
	color: #ddd;
	text-align: center;
}
p.footerPhone{
	color: gray;
  opacity: 0.3;
	transform: scale(0.9); /*  倍原始大小 */
	  
}
.rightBar {
	width: 36px;
	height: 36px;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 99;
	cursor: pointer;
	font-size: 24px;
	background: rgba(233,50,116,.6);
	text-align: center;
	line-height: 36px;
	color: #fff;
	display: none
}
.rightBar img {
	width: 18px;
	height: 18px;
	margin: 9px auto
}
.rightBar:hover {
	background: #e93274
}
.clear10 {
	height: 10px
}
.clear10, .clear20 {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%
}
.clear20 {
	height: 20px
}
.read_770_06 {
	border: 1px solid #eee;
	display: block;
	clear: both;
	background-color: #fff;
	overflow: hidden
}
.jiri {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.jiri .jie_ri_main {
	text-align: left;
}
.jiri .you_qin {
	text-align: left;
}
.you_qin_biao_ti {
	font-size: 18px;
	font-weight: bold;
	margin: 9px 0;
	margin-top: 12px;
}
.you_qin a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-right: 15px;
	display: inline-block;
	line-height: 30px;
}
.youqing_lian_jie {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #e93274;
	width: 74px;
	padding-bottom: 14px;
}
.xia_hua_xian_you_qing {
	border-bottom: 1px solid #ddd;
}
/* 打赏开始 */
.reward-widget {
	position: relative;
	display: inline-block;            
	margin-left: auto;          
	margin-right: auto;            
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.reward-btn {
	display: inline-block;
	/* 使得按钮可以水平居中 */
	position: relative;		  
	/* transform: translateX(-50%); */
	bottom: -5px;
	z-index: 1;
	width: 60px;
	height: 60px;
	font-size: 16px;
	border-radius: 100px;
	background-color: #ff5a5a;
	line-height: 60px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.reward-widget .popup
 {
	position: absolute;
	top: 0%;
	transform: translate(-50%, -8%);
	z-index: 5;
	/* display: none; */
}
.reward-img {
	position: relative;           
	/* max-width: 400px; */
	max-height: 250px;
	transition: all ease .4s;
	box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	max-width: 100% !important;
	height: auto !important;
}
.close {
	position: absolute;
	right: 9px;
	top: -4px;
	color: #666;
	cursor: pointer;
	font-size: 26px;
}
.iconfont {
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/* -moz-osx-font-smoothing: grayscale; */
}
/* 打赏结束 */

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ddd; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages ul span{display: inline-block; float: left; line-height: 28px;}