/*!
 * wpzt-用户版
 * 更新于2020-08-12
 * ttq
 */

html {height:100%;}
body {
	font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;line-height:1.4;color:#333;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*只在苹果设备有效，点击链接按钮时有灰色半透明背景*/
	-webkit-tap-highlight-color:transparent;/*去掉被点击时的高亮*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;/*边框和内边距算在内*/
	letter-spacing:.3px;/*字间距*/
	-webkit-font-smoothing:antialiased;/*去锯齿*/
	-moz-osx-font-smoothing:grayscale;}
a {text-decoration:none;cursor:pointer;}
a:hover,a:active,a:focus,a:visited,a:focus-within,a:link {text-decoration:none;outline:none;}
button,input,a {outline:none;}/*去掉点击时的边框*/
ul,li {margin:0;padding:0}
li {list-style:none;}
img {object-fit:cover;width:100%;height:100%;}/*图片全覆盖且不变形*/
h1,h2,h3,h4,h5,h6 {margin-top:0;padding:0;margin-bottom:0;}
h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
p,pre{margin:0;}

/*-----------------------------------布局宽度----------------------------------*/
/*大宽页--bootstrap框架针对浏览器大小有不同的宽度设置，以下container只针对大于1200的浏览器宽度--*/
.container{padding:0;margin:0 auto;max-width:1200px}
/*---列宽---*/
.col5{	width:5%;}
.col10{	width:10%;}
.col15{	width:15%;}
.col20{	width:20%;}
.col25{	width:25%;}
.col26{	width:26%;}
.col30{	width:30%;}
.col33{	width:33%;}
.col35{	width:35%;}
.col38{	width:38%;}
.col40{	width:40%;}
.col45{	width:45%;}
.col48{	width:48%;}
.col49{	width:49%;}
.col50{	width:50%;}
.col55{	width:55%;}
.col60{	width:60%;}
.col65{	width:65%;}
.col68{	width:68%;}
.col70{	width:70%;}
.col75{	width:75%;}
.col80{	width:80%;}
.col90{	width:90%;}
.col100{ width:100%;}
/*--三等分列宽*/
.col-3x{width:32%;}/*与弹性盒子同用，有间隔*/
.col-3d{width:33.33%;}
/*左侧带侧边栏工具的布局，侧边栏固定350px*/
.col350{width:350px;}
.col830{width:830px;}
.col850{width:850px;}
.height100{height:100%;}
.height50{height:50%;}

/*-------------------------弹性盒子（class请带上 d-flex）--------------------------*/
.fw-n{flex-wrap: nowrap;}/*不换行*/
.fw-w{flex-wrap:wrap;}/*换行*/
.fw-wr{flex-wrap: wrap-reverse;}/*换行，第一行在下方*/

.jc-fs {justify-content: flex-start;}/*左对齐*/
.jc-fe {justify-content:flex-end;}/*右对齐*/
.jc-c {justify-content:center;}/*居中*/
.jc-sb {justify-content:space-between;}/*两端对齐，项目之间的间隔都相等*/

.ai-fs {align-items: flex-start;}/*交叉轴的起点对齐*/
.ai-fe {align-items:flex-end;}/*交叉轴的终点对齐*/
.ai-c {align-items:center;}/*交叉轴的中点对齐*/
.ai-b {align-items:baseline;}/*项目的第一行文字的基线对齐*/
.ai-s {align-items: stretch;}/*占满整个容器的高度*/
/*----常用组合-----*/
.sb-c{justify-content:space-between;align-items:center;}/*两端对齐-交叉轴中点对齐*/
.sb-fs{justify-content:space-between;align-items: flex-start;}/*两端对齐-交叉轴起点对齐*/
.sb-s{justify-content:space-between;align-items: stretch;}/*两端对齐-占满整个容器的高度*/
.fs-c{justify-content:flex-start;align-items:center;}/*左对齐-交叉轴中点对齐*/
.fs-fs{justify-content:flex-start;align-items: flex-start;}/*左对齐-交叉轴起点对齐*/
.fs-s{justify-content:flex-start;align-items: stretch;}/*左对齐-占满整个容器的高度*/


/*----------------------------------边距--------------------------------------*/
/*--4个外边距--margin*/
.m0{	margin:0;}
.m5{	margin:5px;}
.m10{	margin:10px;}
.m15{	margin:15px;}
.m20{	margin:20px;}
.m25{	margin:25px;}
.m30{	margin:30px;}
.m35{	margin:35px;}
.m40{	margin:40px;}
.m45{	margin:45px;}
.m50{	margin:50px;}
.m55{	margin:55px;}
.m60{	margin:60px;}
/*--上下外边距--margin-top-bottom*/
.mtb0{	margin-top:0;margin-bottom:0;}
.mtb5{	margin-top:5px;margin-bottom:5px;}
.mtb10{	margin-top:10px;margin-bottom:10px;}
.mtb15{	margin-top:15px;margin-bottom:15px;}
.mtb20{	margin-top:20px;margin-bottom:20px;}
.mtb25{	margin-top:25px;margin-bottom:25px;}
.mtb30{	margin-top:30px;margin-bottom:30px;}
.mtb35{	margin-top:35px;margin-bottom:35px;}
.mtb40{	margin-top:40px;margin-bottom:40px;}
.mtb45{	margin-top:45px;margin-bottom:45px;}
.mtb50{	margin-top:50px;margin-bottom:50px;}
.mtb55{	margin-top:55px;margin-bottom:55px;}
.mtb60{	margin-top:60px;margin-bottom:60px;}
.mtb65{	margin-top:65px;margin-bottom:65px;}
.mtb70{	margin-top:70px;margin-bottom:70px;}
.mtb75{	margin-top:75px;margin-bottom:75px;}
.mtb80{	margin-top:80px;margin-bottom:80px;}
.mtb85{	margin-top:85px;margin-bottom:85px;}
.mtb90{	margin-top:90px;margin-bottom:90px;}
/*--左右外边距--margin-left-right*/
.mlrauto{	margin-left:auto;margin-right:auto;}
.mlr0{	margin-left:0;margin-right:0;}
.mlr5{	margin-left:5px;margin-right:5px;}
.mlr10{	margin-left:10px;margin-right:10px;}
.mlr15{	margin-left:15px;margin-right:15px;}
.mlr20{	margin-left:20px;margin-right:20px;}
.mlr25{	margin-left:25px;margin-right:25px;}
.mlr30{	margin-left:30px;margin-right:30px;}
.mlr35{	margin-left:35px;margin-right:35px;}
.mlr40{	margin-left:40px;margin-right:40px;}
.mlr45{	margin-left:45px;margin-right:45px;}
.mlr50{	margin-left:50px;margin-right:50px;}
.mlr55{	margin-left:55px;margin-right:55px;}
.mlr60{	margin-left:60px;margin-right:60px;}
.mlr65{	margin-left:65px;margin-right:65px;}
.mlr70{	margin-left:70px;margin-right:70px;}
.mlr75{	margin-left:75px;margin-right:75px;}
.mlr80{	margin-left:80px;margin-right:80px;}
.mlr85{	margin-left:85px;margin-right:85px;}
.mlr90{	margin-left:90px;margin-right:90px;}
.mlr-10{ margin-left:-10px;margin-right:-10px;}
.mlr-15{ margin-left:-15px;margin-right:-15px;}
/*--上外边距--margin-top*/
.mt0{	margin-top:0;}
.mt5{	margin-top:5px;}
.mt10{	margin-top:10px;}
.mt15{	margin-top:15px;}
.mt20{	margin-top:20px;}
.mt25{	margin-top:25px;}
.mt30{	margin-top:30px;}
.mt35{	margin-top:35px;}
.mt40{	margin-top:40px;}
.mt45{	margin-top:45px;}
.mt50{	margin-top:50px;}
.mt55{	margin-top:55px;}
.mt60{	margin-top:60px;}
.mt65{	margin-top:65px;}
.mt70{	margin-top:70px;}
.mt75{	margin-top:75px;}
.mt80{	margin-top:80px;}
.mt85{	margin-top:85px;}
.mt90{	margin-top:90px;}
/*--右外边距--margin-right*/
.mr0{	margin-right:0;}
.mr5{	margin-right:5px;}
.mr10{	margin-right:10px;}
.mr15{	margin-right:15px;}
.mr20{	margin-right:20px;}
.mr25{	margin-right:25px;}
.mr30{	margin-right:30px;}
.mr35{	margin-right:35px;}
.mr40{	margin-right:40px;}
.mr45{	margin-right:45px;}
.mr50{	margin-right:50px;}
.mr55{	margin-right:55px;}
.mr60{	margin-right:60px;}
.mr65{	margin-right:65px;}
.mr70{	margin-right:70px;}
.mr75{	margin-right:75px;}
.mr80{	margin-right:80px;}
.mr85{	margin-right:85px;}
.mr90{	margin-right:90px;}
/*--下外边距--margin-bottom*/
.mb0{	margin-bottom:0;}
.mb5{	margin-bottom:5px;}
.mb10{	margin-bottom:10px;}
.mb15{	margin-bottom:15px;}
.mb20{	margin-bottom:20px;}
.mb25{	margin-bottom:25px;}
.mb30{	margin-bottom:30px;}
.mb35{	margin-bottom:35px;}
.mb40{	margin-bottom:40px;}
.mb45{	margin-bottom:45px;}
.mb50{	margin-bottom:50px;}
.mb55{	margin-bottom:55px;}
.mb60{	margin-bottom:60px;}
.mb65{	margin-bottom:65px;}
.mb70{	margin-bottom:70px;}
.mb75{	margin-bottom:75px;}
.mb80{	margin-bottom:80px;}
.mb85{	margin-bottom:85px;}
.mb90{	margin-bottom:90px;}
/*--左外边距--margin-left*/
.ml0{	margin-left:0;}
.ml5{	margin-left:5px;}
.ml10{	margin-left:10px;}
.ml15{	margin-left:15px;}
.ml20{	margin-left:20px;}
.ml25{	margin-left:25px;}
.ml30{	margin-left:30px;}
.ml35{	margin-left:35px;}
.ml40{	margin-left:40px;}
.ml45{	margin-left:45px;}
.ml50{	margin-left:50px;}
.ml55{	margin-left:55px;}
.ml60{	margin-left:60px;}
.ml65{	margin-left:65px;}
.ml70{	margin-left:70px;}
.ml75{	margin-left:75px;}
.ml80{	margin-left:80px;}
.ml85{	margin-left:85px;}
.ml90{	margin-left:90px;}
/*--4个内边距--padding*/
.p0{	padding:0;}
.p5{	padding:5px;}
.p10{	padding:10px;}
.p15{	padding:15px;}
.p20{	padding:20px;}
.p25{	padding:25px;}
.p30{	padding:30px;}
.p35{	padding:35px;}
.p40{	padding:40px;}
.p45{	padding:45px;}
.p50{	padding:50px;}
.p55{	padding:55px;}
.p60{	padding:60px;}
.p65{	padding:65px;}
.p70{	padding:70px;}
.p75{	padding:75px;}
.p80{	padding:80px;}
.p85{	padding:85px;}
.p90{	padding:90px;}
/*--上下内边距--padding*/
.ptb0{	padding-top:0;padding-bottom:0;}
.ptb5{	padding-top:5px;padding-bottom:5px;}
.ptb10{	padding-top:10px;padding-bottom:10px;}
.ptb15{	padding-top:15px;padding-bottom:15px;}
.ptb20{	padding-top:20px;padding-bottom:20px;}
.ptb25{	padding-top:25px;padding-bottom:25px;}
.ptb30{	padding-top:30px;padding-bottom:30px;}
.ptb35{	padding-top:35px;padding-bottom:35px;}
.ptb40{	padding-top:40px;padding-bottom:40px;}
.ptb45{	padding-top:45px;padding-bottom:45px;}
.ptb50{	padding-top:50px;padding-bottom:50px;}
.ptb55{	padding-top:55px;padding-bottom:55px;}
.ptb60{	padding-top:60px;padding-bottom:60px;}
.ptb65{	padding-top:65px;padding-bottom:65px;}
.ptb70{	padding-top:70px;padding-bottom:70px;}
.ptb75{	padding-top:75px;padding-bottom:75px;}
.ptb80{	padding-top:80px;padding-bottom:80px;}
.ptb85{	padding-top:85px;padding-bottom:85px;}
.ptb90{	padding-top:90px;padding-bottom:90px;}
/*--左右内边距--padding*/
.plr0{	padding-left:0;padding-right:0;}
.plr5{	padding-left:5px;padding-right:5px;}
.plr10{	padding-left:10px;padding-right:10px;}
.plr15{	padding-left:15px;padding-right:15px;}
.plr20{	padding-left:20px;padding-right:20px;}
.plr25{	padding-left:25px;padding-right:25px;}
.plr30{	padding-left:30px;padding-right:30px;}
.plr35{	padding-left:35px;padding-right:35px;}
.plr40{	padding-left:40px;padding-right:40px;}
.plr45{	padding-left:45px;padding-right:45px;}
.plr50{	padding-left:50px;padding-right:50px;}
.plr55{	padding-left:55px;padding-right:55px;}
.plr60{	padding-left:60px;padding-right:60px;}
.plr65{	padding-left:65px;padding-right:65px;}
.plr70{	padding-left:70px;padding-right:70px;}
.plr75{	padding-left:75px;padding-right:75px;}
.plr80{	padding-left:80px;padding-right:80px;}
.plr85{	padding-left:85px;padding-right:85px;}
.plr90{	padding-left:90px;padding-right:90px;}
.plr-15{ padding-left:-15px;padding-right:-15px;}
/*--上内边距--padding-top*/
.pt0{	padding-top:0;}
.pt5{	padding-top:5px;}
.pt10{	padding-top:10px;}
.pt15{	padding-top:15px;}
.pt20{	padding-top:20px;}
.pt25{	padding-top:25px;}
.pt30{	padding-top:30px;}
.pt35{	padding-top:35px;}
.pt40{	padding-top:40px;}
.pt45{	padding-top:45px;}
.pt50{	padding-top:50px;}
.pt55{	padding-top:55px;}
.pt60{	padding-top:60px;}
.pt65{	padding-top:65px;}
.pt70{	padding-top:70px;}
.pt75{	padding-top:75px;}
.pt80{	padding-top:80px;}
.pt85{	padding-top:85px;}
.pt90{	padding-top:90px;}
/*--右内边距--padding-right*/
.pr0{	padding-right:0;}
.pr5{	padding-right:5px;}
.pr10{	padding-right:10px;}
.pr15{	padding-right:15px;}
.pr20{	padding-right:20px;}
.pr25{	padding-right:25px;}
.pr30{	padding-right:30px;}
.pr35{	padding-right:35px;}
.pr40{	padding-right:40px;}
.pr45{	padding-right:45px;}
.pr50{	padding-right:50px;}
.pr55{	padding-right:55px;}
.pr60{	padding-right:60px;}
.pr65{	padding-right:65px;}
.pr70{	padding-right:70px;}
.pr75{	padding-right:75px;}
.pr80{	padding-right:80px;}
.pr85{	padding-right:85px;}
.pr90{	padding-right:90px;}
/*--下内边距--padding-bottom*/
.pb0{	padding-bottom:0;}
.pb5{	padding-bottom:5px;}
.pb10{	padding-bottom:10px;}
.pb15{	padding-bottom:15px;}
.pb20{	padding-bottom:20px;}
.pb25{	padding-bottom:25px;}
.pb30{	padding-bottom:30px;}
.pb35{	padding-bottom:35px;}
.pb40{	padding-bottom:40px;}
.pb45{	padding-bottom:45px;}
.pb50{	padding-bottom:50px;}
.pb55{	padding-bottom:55px;}
.pb60{	padding-bottom:60px;}
.pb65{	padding-bottom:65px;}
.pb70{	padding-bottom:70px;}
.pb75{	padding-bottom:75px;}
.pb80{	padding-bottom:80px;}
.pb85{	padding-bottom:85px;}
.pb90{	padding-bottom:90px;}
/*--左内边距--padding-left*/
.pl0{	padding-left:0;}
.pl5{	padding-left:5px;}
.pl10{	padding-left:10px;}
.pl15{	padding-left:15px;}
.pl20{	padding-left:20px;}
.pl25{	padding-left:25px;}
.pl30{	padding-left:30px;}
.pl35{	padding-left:35px;}
.pl40{	padding-left:40px;}
.pl45{	padding-left:45px;}
.pl50{	padding-left:50px;}
.pl55{	padding-left:55px;}
.pl60{	padding-left:60px;}
.pl65{	padding-left:65px;}
.pl70{	padding-left:70px;}
.pl75{	padding-left:75px;}
.pl80{	padding-left:80px;}
.pl85{	padding-left:85px;}
.pl90{	padding-left:90px;}

/*-------------------------------清除浮动clearfix---------------------------------*/
.clearfix::after {display: block;clear: both;content: "";}

/*-------------------------------显示--display---------------------------------*/
.d-none {display:none !important;}
.d-inline {display:inline !important;}
.d-inline-block {display:inline-block !important;}
.d-block {display:block !important;}
.d-table {display:table !important;}
.d-table-row {display:table-row !important;}
.d-table-cell {display:table-cell !important;}
.d-flex {display:-ms-flexbox;display:flex }/*结合弹性盒子*/
.d-inline-flex {display:-ms-inline-flexbox !important;display:inline-flex !important;}

/*-------------------------------overflow---------------------------------*/
.overflow-auto {overflow:auto !important;}
.overflow-hidden {overflow:hidden !important;}

/*-------------------------------position---------------------------------*/
.position-s {position:static !important;}
.position-r {position:relative !important;}
.position-a {position:absolute !important;}
.position-f {position:fixed !important;}
.position-sticky {position:-webkit-sticky !important;position:sticky !important;}/*粘性位置*/
.fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom {position:fixed;right:0;bottom:0;left:0;z-index:1030;}

/*-------------------------------文字对齐方式---------------------------------*/
.textalign-c{text-align:center;}
.textalign-l{text-align:left;}
.textalign-r{text-align:right;}
.textalign-f{text-align:justify;}/*两端对齐*/

/*-------------------------------文字常用颜色值---------------------------------*/
.text-black{color:#000;}
.text-gray-3{color:#333;}
.text-gray-6{color:#666;}
.text-gray-9{color:#999;}
.text-gray-a{color:#aaa;}
.text-gray-b{color:#bbb;}
.text-gray-c{color:#ccc;}
.text-gray-e{color:#eee;}
.text-white{color:#fff;}
.text-red{color:#ff0000;}
.text-yello{color:#ffff00;}
.text-orange{color:#ff9900;}
.text-orange-d{color:#ff6600;}/*橘红色*/
.text-blue{color:#0094ff;}/*天蓝色*/
.text-green{color:#339933;}/*森林绿*/
.text-wood{color:#deb887;}/*实木色*/

/*-------------------------------背景常用色---------------------------------*/
.bgc-black{background-color:#000;}
.bgc-white{background-color:#fff;}
.bgc-gray-e{background-color:#eee;}/*灰色背景*/
.bgc-gray-de{background-color:#dedede;}/*de灰色背景*/
.bgc-gray-f4{background-color:#f4f4f4;}/*浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-bluegray{background-color:#172433;}/*深蓝灰色背景-更多使用于页脚*/
.bgc-bluegray-00{background-color:#001328;}/*深蓝灰色接近黑色背景-更多使用于页脚*/
.bgopc-black-03{background-color:rdb(0,0,0,0.3);}/*黑色背景透明度0.3*/
.bgopc-black-05{background-color:rdb(0,0,0,0.5);}
.bgopc-black-07{background-color:rdb(0,0,0,0.7);}
.bgopc-white-03{background-color:rdb(255,255,255,0.3);}/*白色背景透明度0.3*/
.bgopc-white-05{background-color:rdb(255,255,255,0.5);}
.bgopc-white-07{background-color:rdb(255,255,255,0.7);}

/*-------------------------------常用边框 ---------------------------------*/
/*-------------------------------常用边框 ---------------------------------*/
.border-no{border:none;}
.border{border:1px #eee solid;}
.border-top{border-top:1px #eee solid;}
.border-right{border-right:1px #eee solid;}
.border-bottom{border-bottom:1px #eee solid;}
.border-left{border-left:1px #eee solid;}

/*-------------------------------常用圆角 ---------------------------------*/
.radius3{border-radius:3px;}
.radius5{border-radius:5px;}
.radius6{border-radius:6px;}
.radius8{border-radius:8px;}
.radius10{border-radius:10px;}
.radius15{border-radius:15px;}
.radius20{border-radius:20px;}
.radius50x{border-radius:50%;}

/*-------------------------------滤镜 ---------------------------------*/
  /*--动感模糊*/
.blur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


/*-------------------------------常用阴影 ---------------------------------*/
.boxshadow{box-shadow:0 0 6px #000;}
/*-------------------------------常用z-index ---------------------------------*/
.z-index-9{z-index:-9;}
.z-index-99{z-index:-99;}
.z-index-999{z-index:-999;}
.z-index-9999{z-index:-9999;}
.z-index-99999{z-index:-99999;}
.z-index9{z-index:9;}
.z-index99{z-index:99;}
.z-index999{z-index:999;}
.z-index9999{z-index:9999;}
.z-index99999{z-index:99999;}

/*-------------------------------主题样式---------------------------------*/
body{
	height:100%;
}
.site-wrapper{
	/*height:100%;*/
}
/*页头*/
header{
	height:72px;
	/*background:rgba(0,0,0,0.1);*/
	position:fixed;
	z-index:12;
	top:0;
	left:0;
	right:0;
	transition: 0.2s;
    -webkit-transition: 0.2s; /* Safari */
}
.logo{
	width:auto;
	height:50px;
}
.logo img{
	height:50px;
	width:auto;
}
.w-nav{
	height:72px;
}
.menu-item{
	height:72px;
	margin-right:20px;
}
.menu-item a{
	display:block;
	padding:0 15px 0 10px;
	line-height:70px;
	height:72px;
	color:#fff;
	border-radius:5px;
	border:none;
	font-size:16px;
	position:relative;
	vertical-align: middle;
	padding-top:3px\9;/*ie6-10*/
}
.menu-item a i{
	position:absolute;
	top:0;
	right:0;
		transition: 0.3s;
    -webkit-transition: 0.3s; /* Safari */
}

.menu-item:hover i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-item-has-children{
	position:relative;
}
.menu-item-has-children i.icon-jiantoux2-copy{
	font-size:12px;
	margin-left:5px;
}
.sub-menu{
	min-width:160px;
	background:#fff;
	border-radius:10px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-80px;
	z-index:999999999;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	overflow:hidden;
	height:0;

}
.menu-item-has-children:hover .sub-menu{
	height:auto;
}
.sub-menu a{
	background:none;
	color:#192646;
	border-radius:0;
	font-size:15px;
}
.sub-menu li:hover a{
	box-shadow:none;

}
.sub-menu li{
	border-bottom:1px #cfd6ff dotted;
}
.sub-menu li:hover{
	background:#f4f4f6;
}
.menu-item-has-children.current-menu-item a{
	box-shadow:none;
}
.current-menu-parent.menu-item-has-children .current-menu-item a{
	box-shadow:none;
	opacity:0.6;
}
/*header登陆注册按钮*/
.w-hdbtn{
	display:inline-block;
	width:56px;
	height:28px;
	line-height:28px;
	border-radius:5px;
	text-align:center;

}
a.w-login{
	background:#ECEFFF;
	color:#3050FA;
	margin-right:6px;
	cursor:pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
	padding-top:3px\9;
}
a.w-register{
	border:1px #ECEFFF solid;
	color:#ECEFFF;
	cursor:pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
	padding-top:3px\9;
}
a.w-login:hover{
	color:#3050FA;
	opacity:0.7;
}
a.w-register:hover{
	background:#ECEFFF;
	color:#3050FA;
	opacity:0.7;
}
.btn-aftlogin{
	height:46px;
}
/*搜索*/
a.home-search-btn{
	color:#fff;
	line-height:46px;
	cursor:pointer;
margin-right:15px;
}
a.home-search-btn:hover{
	color:#fff;
	opacity:0.8;
}
.home-search-form{
	width:100%;
	height:90px;
	position:absolute;
	top:82px;
	left:0;
	padding-top:15px;
	z-index:99999999;
	background: linear-gradient(135deg,rgba(93,116,240,1) 0%,rgba(111,93,240,1) 100%);
	display:none;
}
.home-search-form form{
	width:600px;
	margin:0 auto;
	background:rgba(255,255,255,0.2);
	border-radius:10px;
	padding:6px;
position:relative;
}
.home-search-form form input{
	height:40px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	display:block;
	border:none;
	border-radius:8px;
	width:100%;
}
.home-search-form form button{
	position:absolute;
	top:6px;
	right:5px;
	display:block;
	height:40px;
	width:60px;
	border:none;
	background:#5d74f0;
	border-radius:8px;
	margin:0;
	color:#fff;
}
.home-search-form form button:hover{
	opacity:0.8;
}
/*幻灯片轮播图*/
.w-banner{
	overflow:hidden;
	margin-top:-15px;

}
.slide {
	width:800px;
	min-height:180px;
	margin:0 auto;
	position:relative;
}
.slide .img {

	position:absolute;
	transition:width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
	border-radius:10px;
}
.slide .img img {
	width:calc(100% - 14px);
	height:calc(100% - 14px);
	margin:0;
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:10px;
}
.slide .img a{
	display:block;
	height:100%;
	width:100%;

}
.slide .img1 {
	width:40%;
	height:40%;
	top:30%;
	left:50%;
z-index:-999;
}
.slide .img2 {
	width:240px;
	height:60%;
	top:25%;
	left:-25%;
	z-index:2;
}
.slide .img3 {
	width:80%;
	height:80%;
	top:15%;
	left:10%;
	z-index:-9;
}
.slide .img4 {
	width:240px;
	height:60%;
	top:25%;
	left:95%;
}
.slide .img5 {
	width:40%;
	height:40%;
	top:30%;
	left:50%;
	z-index:-999;
}
.slide-bt {
	position:absolute;
	left:50%;
	bottom:13%;
	z-index:10;
}
.slide-bt span {
	width:24px;
	height:8px;
	background:#c9caca;
	float:left;
	margin:5px;
	border-radius:4px;
}
.slide .slide-bt .on {
	background:#5D74F0;
	width:60px;
}
button {
	/*width:50px;*/
	margin:20px;
}
.imgbg {
	width:1920px;
	height:540px;
	position:absolute;
	top:-53px;
	left:34%;
	margin-left:-860px;
	z-index:-999999;
	background:#3f2896;
	}
.imgbg img{
	border-radius:0;
	filter:blur(50px);
}
.slide .img1 .imgbg {
	display:none;
}
.slide .img2 .imgbg {
	display:none;
}
.slide .img4 .imgbg {
	display:none;
}

.slide .img5 .imgbg {
	display:none;
}
/*首页信息栏*/
.w-infoline{
	background:url(../images/bannerline.png) repeat-x top center;
	height:130px;
	margin-top:-30px;
	color:#EBEEFF;
	padding-top:50px;
	position:relative;
}
.w-infoline h5{
	position:absolute;
	top:0;
	left:50%;
	white-space:pre;
	margin-left:-20px;
	line-height:32px;
}
.w-infolitem {
	border-right:1px #5830A6 dashed;
}
.w-infolitem:last-child{
	border:none;
}
.w-bignm{
	font-size:50px;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height:65px;
	position:relative;
	padding-right:20px;

}
.w-bignm span{
	font-size:12px;
	position:absolute;
	top:0;
	right:0;
	line-height:16px;
	color:#FFC94A;
}
.w-fcolor-y{
	color:#FFC94A;
}

/*首页板块*/
.homebody{
	padding:30px 0;
}
.w-hbtitle {
	text-align:center;
}
.w-hbtitle h2{
/*	background:url(../images/hometitle.png) no-repeat top center;*/
	text-align:center;
	line-height:64px;
	color:#fff;
	font-size:24px;
	position:relative;
	margin-bottom:20px;
}
.w-hbtitle h2:before{
	content:"";
	width:100%;

	border-top-style:dashed;
	border-top-width:2px;
	opacity:0.3;
	height:3px;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	z-index:-1
}
.w-hbtitle h2 i{
	position:absolute;
	left:50%;
	top:2px;
	width:279px;
	height:64px;
	color:#5d74f0;
	font-size:60px;
	z-index:-1;
	margin-left:-136px;
}
.w-hbtitle p.w-word-cn{
	font-size:16px;
	letter-spacing:3px;
	color:#192646;
}
.w-hbtitle p.w-word-us{
	font-size:14px;
	letter-spacing:3px;
	color:#C5C8D6;
}
.w-cateitem{
	width:200px;
	background:#f7f8ff;
	border-radius:50px;
	border:8px #f7f8ff solid;
	margin-right:12px;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.w-cateitem:hover,.w-cateitem.active{
	background:#e8ebff;
	border:8px #e8ebff solid;

}
.w-cateitem h3 a{
	height:68px;
	line-height:68px;
	padding-left:90px;
	width:100%;
	display:block;
	font-weight:bold;
	color:#192646;
}

.w-newtheme{
	width:23%;
	background:#F7F8FF;
	box-shadow:0px 3px 10px rgba(16,19,122,0.3);
	border-radius:20px;
	overflow:hidden;
	margin-right:2.6%;
	margin-bottom:35px;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}

.w-newtheme:nth-child(4n+4){
	margin-right:0;
}
.w-ntitem{
	box-shadow:0px 3px 10px rgba(16,19,122,0.3);
}
.w-ntitem1{
	background:url(../images/ntitembg.png) no-repeat center;
	height:195px;
	width:100%;
	position:relative;
}
.w-ntitem1 img{
	width: 164px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 39px;
    margin-left: -81px;
}
.colordotted {
	position:absolute;
	top:5px;
	left:15px;
}
.colordotted span{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	box-shadow:0px 0px 2px rgba(9,37,112,0.45);
}

.w-ntitem2{
	text-align:center;
	padding:15px 20px;
}
.w-ntitem2 h4{
	font-weight:bold;
	line-height:31px;
	height:31px;
	overflow: hidden;
    word-break: break-all;/*允许在单词内换行，为避免出现半个字*/
	color:#192646;
	/*background:url(../images/ntitemtitle.png) no-repeat left center;*/
}
.w-ntitem2 p{
	font-size:15px;
	line-height:27px;
	color:#999;
	height:27px;
	overflow: hidden;
    word-break: break-all;
}

.w-ntitem-btn{
	margin-top:25px;
	background:rgba(201,209,216,0.3);
	border-radius:50px;
	position:relative;
	align-items:center\9;
}
.w-ntitem-btn span{
	display:block;
	width:48%;
	background:#5D74F0;
	border-radius:50px;
	color:#EBEEFF;
	line-height:36px;
}

.w-ntitem-btn:before{
	content:"";
	width:2px;
	height:16px;
	border-left:1px solid #C9D1D8;
	top:50%;
	left:53%;
	position:absolute;
	margin-top:-8px;
}

.w-ntitem-btn a{
	font-size:16px;
	color:#fff;
	text-align:center;
	width:110px;
	height:38px;
	line-height:38px;
	display:inline-block;
		transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
	background:#5D74F0;
	border-radius:50px;
	padding-top:3px\9;
	margin-left:-5px\9;
}
.w-ntitem-btn a:hover{
	opacity:0.8;
	color:#fff;
}
.w-btncksy{
	width:100%;
	margin-top:30px;
}
.w-btncksy a{
	font-size:20px;
	color:#5D74F0;
	text-align:center;
	width:260px;
	line-height:38px;
	display:inline-block;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.w-btncksy a:hover{
	color:#3049d2;
}

.w-btncksy i{
	font-size:30px;
	line-height:38px;
	color:#192646;
}
.w-ntitem-btn #w-btnrhgm{
	display:block;
	width:50%;
	background:none;
	border-radius:0;
	color:#5D74F0;
	border:none;
	line-height:36px;
	margin:0;
	outline:none;
}
/*首页板块2*/
.w-rmtheme{
		width:30%;
		background:rgba(144,144,144,0.1);
		box-shadow:0px 5px 10px rgba(0,0,0,0.1);
		border-radius:20px;
		overflow:hidden;
		margin-right:5%;
		transition: 0.5s;
		-webkit-transition: 0.5s; /* Safari */
}
.w-rmtheme:hover{
	margin-top:-5px;
}
.w-rmitem1{
	background:url(../images/ntitembg.png) no-repeat center;
	background-color:rgba(34,34,34,0.5);
	background-size:348px 260px;
	position:relative;
	height:311px;
	width:100%;
}
.w-rmitem1 img{
width: 219px;
    height: 136px;
    position: absolute;
    left: 50%;
    top: 78px;
    margin-left: -109px
}
.w-rmitem2 {
	padding:15px 30px 35px 30px;
}
.w-rmitem2 h4{
	font-size:36px;
	color:#192646;
	text-align:center;
	overflow: hidden;
    word-break: break-all;/*允许在单词内换行，为避免出现半个字*/
	height:45px;
	margin-bottom:20px;
}
.w-rmitem2 p{
	font-family:Source Han Sans CN;
	font-size:16px;
	line-height:35px;
	color:#192646;
	height:105px;
	overflow: hidden;
    word-break: break-all;/*允许在单词内换行，为避免出现半个字*/
}

.w-rmtheme:nth-child(2){
	background-color:rgba(188,209,133,0.1);
}
.w-rmtheme:nth-child(2) .w-rmitem1{
	background-color:rgba(118,162,7,0.5);
}
.w-rmtheme:last-child{
	margin-right:0;
	background-color:rgba(147,166,170,0.1);
}
.w-rmtheme:last-child  .w-rmitem1{
	background-color:rgba(40,78,86,0.5);
}

/*资讯中心*/
.w-news{
	width:31%;
	background:#F7F8FF;
	box-shadow:0px 5px 10px rgba(16,19,122,0.3);
	border-radius:20px;
}
.w-newsitemtop{
	position:relative;
	height:80px;
	padding:0 20px;
	color:#C5C8D6;
	z-index:99;
	background-color:#5D74F0;
	border-radius:20px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}

.w-newsitemtop h3 a{
	height:80px;
	line-height:80px;
	text-align:left;
	color:#fff;
}
.w-newsitemtop img{
	position:absolute;
	width:88px;
	height:auto;
	right:0;
	bottom:10px;
}

.w-newsitembtm{
	padding:0 20px;
}
.w-newsitembtm ul{
	position:relative;
	padding:10px 0 30px 0;
}
.w-newsitembtm ul li{
	padding:10px 0;
	border-bottom:1px  dashed #ddd;
}
.w-newsitembtm ul li:hover{
	background:#eff1ff;
}
.w-newsitembtm ul h5{
	background:url(../images/listdotted.png) no-repeat left top;
	display:block;
	width:100%;
	height:30px;
	line-height:26px;
	overflow:hidden;
	color:#192646;
	margin-bottom:10px;
	padding-left:40px;
}
.w-newsitembtm ul pre{
	color:#C5C8D6;
	margin:0;
}

/*选择我们的理由*/
.w-lyitem {
	padding:20px;
	width:25%;
}
.w-lyitemcot{
	padding:30px;
	border-radius:20px;
	background:#F1F2F2;
	box-shadow:0px 0px 15px rgba(1,9,28,0.25);
}
.w-lyitemcot i{
	font-size:36px;
	text-align:center;
	display:block;
	margin:10px 0;
	color:#192646;
}
.w-lyitemcot h2{
	margin:10px 0;
	text-align:center;
	font-size:26px;
	line-height:40px;
	color:#192646;
}
.w-lyitemcot p{
	line-height:24px;
	color:#8C919C;
	font-size:15px;
	text-align:justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.w-lyhasbg{
	background:#5D74F0;
	box-shadow:0px 0px 15px rgba(1,9,28,0.25);
	color:#fff;
}
.w-lyhasbg i,.w-lyhasbg h2,.w-lyhasbg p{
	color:#fff;
}

/*首页板块5-立即制定主题*/
.w-xuanyu{
	overflow: hidden;
    background: url(../images/xcbg2.jpg) no-repeat center;
    background-attachment: fixed;
	background-size:2000px 1000px ;
	height:300px;
	padding-top:40px;
}
.w-xuanyu p{
	font-size:32px;
	line-height:55px;
	color:#F0F2FF;
	text-align:center;
}
.w-xuanyu a{
/*	 background: url(../images/hometitle.png) no-repeat center;*/
	 width:300px;
	 height:64px;
	 margin:30px auto;
	 display:block;
	 text-align:center;
	 color:#EBEEFF;
	 font-size:22px;
	 line-height:64px;
	 	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.w-xuanyu a:hover{
	opacity:0.9;
}
/*首页板块6-技术说明*/
.w-jssm{
	padding:30px 0;
	font-size:20px;
	line-height:40px;
	color:#05114F;
}
.w-jssmitem i{
	font-size:34px;
	margin-right:5px;
	/*border:1px solid rgba(93,116,240,1);*/
	border-radius:50%;
	display:block;
	width:42px;
	text-align:center;
	padding-left:1px;
}
.w-jssmitem a{
	color:#05114F;
}
.w-jssmitem span{
	margin:0 8px;
}

/*页脚*/
.footerlogo img{
	width:150px;
}
.footertop{
	background:linear-gradient(135deg,rgba(93,116,240,1) 0%,rgba(111,93,240,1) 100%);
	padding:40px 0;
}
.footertop p{
	font-size:15px;
	line-height:26px;
	color:#FEFEFE;
	height:230px;
}
.w-ftrllink h5{
	color:#FEFEFE;
	margin-bottom:10px;
}
.w-ftrllink li {
	margin-bottom:10px;
}
.w-ftrllink li a{
	color:#fff;
	opacity:0.8;
}
.w-ftrllink li a:hover{
	opacity:1;
	text-decoration:underline;
}
.footerbtm{
	background:#4E63CE;
	padding:30px 0;
}
.friendlink {
	color:#fff;
	font-size:12px;
	opacity:0.8
}
.friendlink a{
	margin:10px 5px;
	color:#fff;
	font-size:13px;
	line-height:16px;
}
.friendlink a:hover{
	color:#fff;
	text-decoration:underline;
}
.footerbtm p{
	font-size:13px;
	margin-top:7px;
	color:#fff;
	opacity:0.8;
	font-weight:200;
}
.footerbtm p a{
	color:#fff;
	opacity:0.8;
}
.footerbtm p a:hover{
	text-decoration:underline;
}
/*#totop{
	display:block;
	width:70px;
	height:70px;
	position:fixed;
	bottom:100px;
	right:50px;
	cursor:pointer;
}
#totop:hover{
	filter:brightness(120%);
}*/
.w-worktime{
	border:1px #4b4ec3  solid;
	padding:15px;
	border-radius:10px;
	background:url(../images/worktime.png) no-repeat 10px center;
	padding-left:65px;
	position:absolute;
	bottom:0;
	left:0;
}
.w-worktime pre{
	margin:0;
	color:#fff;
	font-size:15px;
	font-family:Source Han Sans CN;
}
.contact{
	position:absolute;
	bottom:0;
	right:0;
	z-index:999;
}
.contact div{
	background:#7d71ef;
	border-radius:50%;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	margin-left:5px;
	cursor:pointer;
		 	transition: 0.2s;
    -webkit-transition: 0.2s; /* Safari */
}
.contact div i{
	font-size:20px;
	color:#fff;

}
.contact div div{
	position:absolute;
	bottom:50px;
	left:0;
	background:#5949E6;
	border-radius:6px;
	width:100%;
	color:#fff;
	margin-left:0;
	box-shadow:0px 0px 6px rgba(16,19,122,0.1);
	display:none;

}
.contact .wechat div{
	height:120px;
	width:120px;
	padding:10px;
	left:105px;
}
.contact div:hover {
	background:#5949E6;

}
.contact div:hover i{
	color:#fff;
	opacity:0.6;
}
.contact div:hover div{
	display:block;
}
/*面包屑*/
.wbreadcrumb{
	border-radius:10px 0 0 0;
	overflow:hidden;
	color:#767c8c;
}
.wbreadcrumb span{
	padding-left:15px;
	background:#fff;
	line-height:44px;
	height:44px;
	display:block;
}
.wbreadcrumb li{
	height:44px;
	line-height:44px;
	background:#fff;
	padding-right:10px;
	color:#767c8c;
}
.wbreadcrumb li a{
	margin-right:10px;
	color:#767c8c;
}
.wbreadcrumb li a:hover{
	color:#5D74F0;
}
.wbreadcrumb li i{
	font-size:12px;
}
.wbreadcrumb .breadbg{
	height:44px;
	width:160px;
	background:url(../images/breadbg.png) no-repeat right -3px;
}
/*文章列表页*/
.pagebody{
	background:#F4F4FB;
	/* min-height: 100%; */
}
.listbody{
	border-radius:10px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
}
.listitem {
	padding:20px 0;
	border-bottom:1px #ccc dashed;
}
.listitem-img {
	height:190px;
	width:305px;
	overflow:hidden;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
	border-radius:10px;
}
.listitem-img a{
	display:block;
	background:#F7F8FF;
	border-radius:10px;
	width:100%;
	height:100%;
	padding:5px;
	overflow:hidden;
}
.listitem-img a img{
	border-radius:10px;
	transition: all 0.5s ease 0s;
}
.listitem:hover .listitem-img a img{
	  -webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.listitem-ctet{
	padding:12px 0 12px 30px;
}
.listitem-ctet h4{
	height:40px;
	padding-left:30px;
	margin-bottom:10px;
	position:relative;
}
.listitem-ctet h4 a{
	display:inline-block;
	border-radius:45px;
	background:#f6f6f8;
	line-height:36px;
	height:36px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	color:#192646;
	font-size:17px;
}
.listitem-ctet p{
	padding-left:30px;
	padding-right:10px;
	color:#aaa;
	font-weight:200;
	text-align:justify;
	line-height:1.8;
	height:60px;
	overflow:hidden;
	font-size:15px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listtag{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	padding:0 15px 0 60px;
}
.browse,.date,.tag{
	font-size:13px;
	color:#B4B4B4;
	font-weight:300;
}
.browse i,.date i,.tag i{
	font-size:12px;
	color:#b4b4b4;
	margin-right:5px;
}
.tag a{
	font-size:12px;
	color:#B4B4B4;
	margin-right:5px;
}
.tag a:hover{
	text-decoration:underline;
}
/*.listitem:hover{
	box-shadow:0px 0px 6px rgba(16,19,122,0.1);
}*/
/*分页*/
.w-fylink{
	text-align:center;
	height:30px;
}
.w-fylink a{
	padding:8px;
	border-radius:6px;
	background:#fff;
	margin-right:3px;
	color:#999;
	font-size:12px;
	border:1px #ccc solid;
}
#content-links span{
	padding:8px;
	border-radius:6px;
	background:#fff;
	margin-right:3px;
	color:#999;
	font-size:12px;
	border:1px #ccc solid;
}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active{
	background:#fff;
}
.w-fylink a:hover{
background:#eee;
}

/*侧边栏*/
/*--侧边栏搜索*/
.search{
	background:#5D74F0;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	position:relative;
}
.search input{
	width:100%;
	height:42px;
	border:none;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	padding-left:60px;
	padding-right:15px;
}
.search button{
	margin:0;
	position:absolute;
	top:15px;
	left:15px;
	height:42px;
	line-height:42px;
	text-align:center;
	padding:0 10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	border-radius:10px;
	background:#FFC94A;
	border:none;
	color:#fff;

}
.search button:hover{
	opacity:0.8;
}
.search button i{
	font-size:22px;
}
/*--侧边栏板块*/
.sdrbody {
	/*box-shadow:0px 3px 6px rgba(16,19,122,0.1);*/

}
.sdrtitle h2{
	line-height:32px;
	margin-bottom:8px;
}
.sdrtitle h2 img{
	height:16px;
	width:auto;
	margin-left:15px;
}
/*--侧边栏板块-大图列表*/
.w-sdr1item{
	position:relative;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-bottom:15px;
}
.w-sdr1item a{
	position:relative;
	z-index:99;
	display:block;
	padding:15px;
	border-radius:10px;
	background:rgba(0,0,0,0.6);
	height:100%;
	width:100%;
}

.w-sdr1item a h4,.w-sdr1item a p{
	color:#fff;
	margin-bottom:8px;
	text-align:center;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.w-sdr1item a h4{
	margin-top:5px;
}
.w-sdr1item:hover{
box-shadow:0px 2px 4px rgba(0,0,0,0.46);
}
/*--侧边栏板块-网格列表*/
.w-sdr2item{
	border-radius:10px;
	width:48%;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.w-sdr2itemtop{
	height:110px;
	margin-bottom:8px;
	background:url(../images/ntitembg.png) no-repeat center;
	background-color:#8f8f8f;
	background-size:100%;
}
.w-sdr2itemtop img{
    width: 95px;
    height: 60px;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -47px;
}
.w-sdr2item:nth-child(2n+2) .w-sdr2itemtop{
		background-color:#b9d082;
}
.w-sdr2item h5{
	height:62px;
	line-height:62px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	background-color:#f3f3f3;
	color:#333;
	overflow:hidden;
}
.w-sdr2item:nth-child(2n+2) h5{
		background-color:#f0f5e4;
}
.w-sdr2item a:hover h5{
	opacity:0.8;
}
/*--侧边栏板块-单条列表*/

.sdrbodyul li{
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:0 15px;
	background-color:#fff;
	background-size:26px;
	margin-bottom:10px;

}
.sdrbodyul li a{
	color:#192646;
	font-size:15px;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	position:relative;
	padding-left:25px;
}
.sdrtitle i{
	font-size:22px;
	margin-left:8px;
	opacity:0.6;
}
.sdrbodyul li:hover{
	background-color:#f4f4f6;
}
/*--侧边栏板块-热门分类*/
.w-sdr3item{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	position:relative;
	height:70px;
	line-height:70px;
	text-align:center;
	margin-bottom:20px;
}
.w-sdr3item h3 a{
	line-height:70px;
	color:#192646;
}
.w-sdr3item h3 a:hover{
	color:#5D74F0;
}
.w-sdr3item img{
	position:absolute;
	top:-15px;
	right:-10px;
	width:auto;
	height:auto;
}
.w-sdr3item:nth-child(2n+2) img{
	left:-10px;
}
/*--侧边栏板块-标签*/
.w-sdr4item{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	padding:20px 10px;
}
.w-sdr4item ul li{
	padding:0 5px;
	overflow:hidden;
	height:36px;
	margin-bottom:10px;
}
.w-sdr4item ul li a{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:left;
	border-radius:10px;
	padding:0 3px;
	overflow:hidden;
}
.w-sdr4item ul li a div{
	display:inline-block;
	padding:0 9px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:10px;
	margin-left:-5px;
	margin-right:3px;
}



/*产品列表页*/
/*产品列表页--分类*/
.w-soitem{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
	padding:20px 20px 10px 120px;
	position:relative;

}
.w-soitem h2{
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#5D74F0;
	color:#EBEEFF;
	height:100%;
	width:10%;
	text-align:center;
	font-size:20px;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.1);
}
.w-soitem h2 span{
	display:block;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	text-align:center;
	height:30px;
	margin-top:-15px;
}
.w-soitem .w-cateitem{
	width:auto;
	border: 5px #f7f8ff solid;
	height:40px;
	margin-right:15px;
	margin-bottom:15px;
	box-shadow:0px 0px 6px rgba(16,19,122,0.1);
}

.w-soitem .w-cateitem h3{
	background-size:30px;
	background-position:left center;
	background-repeat:no-repeat;
}

/*.w-soitem .w-cateitem:nth-child(2n+2) h3{
	background:url(../images/hbcate2.png) no-repeat left center;
	background-size:30px;
}
.w-soitem .w-cateitem:nth-child(3n+3) h3{
	background:url(../images/hbcate3.png) no-repeat left center;
	background-size:30px;
}
.w-soitem .w-cateitem:nth-child(4n+4) h3{
	background:url(../images/hbcate4.png) no-repeat left center;
	background-size:30px;
}
.w-soitem .w-cateitem:nth-child(5n+5) h3{
	background:url(../images/hbcate5.png) no-repeat left center;
	background-size:30px;
}*/
.w-soitem .w-cateitem h3 a{
	height: 30px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 10px;
    width: 100%;
    display: block;
    font-weight: 400;
    color: #192646;
	font-size:16px;
}
.w-soitem .w-cateitem:hover{
	border:5px #e8ebff solid;
}
.w-sotagitem a{
	line-height:24px;
	height:24px;
	background:#ffe4a4;
	border-radius:45px;
	padding:0 10px;
	margin-right:10px;
	color:#F33908;
	margin-bottom:15px;
	display:block;
}
.w-sotagitem a:hover{
	opacity:0.8;
}
.w-sotagitem i{
	background:#ffc94a;
	border-radius:50%;
	width:24px;
	height:24px;
	display:inline-block;
	text-align:center;
	margin-left:-10px;
	margin-right:5px;
}
.w-sotagitem:nth-child(3n+3) a,.w-sotagitem:nth-child(4n+4) a{
	background:#84de8a;
	color:#046E0B;
}
.w-sotagitem:nth-child(3n+3) a i,.w-sotagitem:nth-child(4n+4) a i{
	background:#0bbd17;
}
.w-sotagitem:nth-child(5n+5) a,.w-sotagitem:nth-child(6n+6) a{
	background:#feb77f;
	color:#F33908;
}
.w-sotagitem:nth-child(5n+5) a i,.w-sotagitem:nth-child(6n+6) a i{
	background:#fe7001;
}
.w-sotagitem:nth-child(7n+7) a,.w-sotagitem:nth-child(8n+8) a{
	background:#c6a4ea;
	color:#4A009C;
}
.w-sotagitem:nth-child(7n+7) a i,.w-sotagitem:nth-child(8n+8) a i{
	background:#8a48d4;
}
.w-sotagitem:nth-child(9n+9) a,.w-sotagitem:nth-child(10n+10) a{
	background:#adb9f7;
	color:#021892;
}
.w-sotagitem:nth-child(9n+9) a i,.w-sotagitem:nth-child(10n+10) a i{
	background:#5d74f0;
}
.w-sotagitem:nth-child(2n+2) a i{display:none;}

/*产品列表*/
.productlist {
	border-bottom: 1px #dedede dashed;
	padding:40px 20px;
		transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.productlist-img a{
	display:block;
	width:100%;
	height:200px;
	position:relative;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
}
.productlist-img a img{

}
.productlist-cnt h3 a{
	display:block;
	line-height:28px;
	height:28px;
	overflow:hidden;
	color:#192646;
	letter-spacing:0;
	font-weight:400;
	margin-right:15px;
	font-size:20px;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.productlist-cnt h3 a:hover{
	opacity:0.8;
}
.productlist-cnt h3 span{
	background: linear-gradient(130deg,rgba(241,206,36,1) 0%,rgba(239,97,52,1) 100%);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    display: block;
    width: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}
.productlist-cnt .productlist-tag a{
	display:inline-block;
	background:#ffe4a4;
	color:#F33908;
	font-size:14px;
	font-weight:200px;
	line-height:26px;
	height:26px;
	padding:0 15px;
	border-radius:50px;
	margin-right:8px;
}
.productlist-cnt .productlist-tag a i{
	background:#ffc94a;
	border-radius:50%;
	width:24px;
	height:24px;
	display:inline-block;
	text-align:center;
	margin-left:-15px;
	margin-right:5px;
}
.productlist-cnt p{
	font-size:15px;
	line-height:27px;
	text-align:justify;
	margin-top:30px;
	color:#aaa;
	display:block;
	height:81px;
	overflow:hidden;
	margin-bottom:30px;
	font-weight:300;
}
.productbtn{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-left:50px;
}
.productbtn a{
	cursor:pointer;
}
a.w-ckys{
	border:2px solid rgba(93,116,240,1);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	padding:10px 35px;
	font-size:16px;
	margin-right:6px;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
	color:#5D74F0;
	line-height:36px;
}
a.w-buy{
	border:2px solid rgba(93,116,240,1);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	padding:10px 35px;
	font-size:16px;
	background:rgba(93,116,240,1);
	color:#EBEEFF;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
	line-height:36px;
}
a.w-ckys:hover{
	background:rgba(93,116,240,0.8);
	border:2px solid rgba(93,116,240,0.8);
	color:#fff;
}
a.w-buy:hover{
	opacity:0.8;
	color:#fff;

}
.productbtn-right del{
	font-size:28px;
	color:#B4B4B4;
	display:block;
	position:absolute;
	top:-22px;
	right:4px;
	font-weight:400;
}
.plusvipmoney {
	display:block;
	position:relative;
	background:url(../images/plusvipmoneybg.png) no-repeat center;
	color:#FF7700;
	font-size:26px;
	border-radius:50px;
	padding:5px 15px;
	width:300px;
	text-align:center;
}
.vipmoney{
	display:block;
	text-align:center;
	height:32px;
	line-height:32px;
	color:#F33908;
	font-size:22px;
}
.usermoney{
	display:block;
	text-align:center;
	height:32px;
	line-height:32px;
	color:#B4B4B4;
	font-size:18px;
}

.productlist:hover .productlist-img a{
	box-shadow:0px 3px 6px rgba(0,0,0,0.36);
}
.listzz a img{
	width:30px;
	height:30px;
	background:#f4f4f4;
	border-radius:3px;
	margin-right:5px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.listzz a{
	color:#192646;
	font-size:14px;
}
.listzz a:hover{
	color:#5D74F0;
}
.listzz span{
	color:#B4B4B4;
}
.productlist-cnt .listtag{
	padding: 0 0 0 50px;
}
.lprwlist .productlist{
	position:inherit;
}
.lprwlist .productlist-cnt {
	position:relative;
}
/*登录注册*/
.loginbody{
	background:url(../images/loginbg.png) no-repeat center;
	background-size:1300px;
	height:700px;
	width:1200px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-350px;
	border-radius:20px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	padding:70px;
}
.loginitem-img .psketch{
	width:582px;
	height:359px;
}
.loginitem-img .logo{
	width:160px;
	margin:0 auto 20px auto;
}
.loginitem-img p{
	text-align:center;
	line-height:40px;
	color:#E4EAFF;
	font-size:20px;
	margin-bottom:50px;
}

.w-logtab{
	height:420px;
	padding:130px 50px 30px 50px;;
}
#login{
	background:url(../images/loginformbg.png) no-repeat center;
}
#register{
	background:url(../images/loginformbg2.png) no-repeat center;
}
.loginitem-form ul{
	position:absolute;
	top:22px;
	left:0;
	width:100%;
}
.loginitem-form ul li {
	width:50%;
}
.loginitem-form ul li a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	color:#fff;
	width:100%;
}
.loginitem-form ul li.active a{
	color:#192646;
}
.w-logtab div{
	margin-bottom:30px;
	position:relative;
}
.w-logtab input{
	border:none;
	border-bottom:1px #ddd solid;
	width:100%;
	padding-left:35px;
	line-height:28px;
	font-size:15px;
	font-weight:300;
}
.w-logtab i{
	font-size:18px;
	position:absolute;
	top:0;
	left:0;
	line-height:28px;
	color:#192646;
}
/* WebKit browsers*/
input::-webkit-input-placeholder {color:#ccc;}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder {color:#ccc;}
/* Mozilla Firefox 19+*/
input::-moz-placeholder {color:#ccc;}
/* Internet Explorer 10+*/
input:-ms-input-placeholder {color:#ccc;}

.w-logtab button{
	display:block;
	height:40px;
	line-height:40px;
	background:#5D74F0;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	color:#fff;
	width:100%;
	text-align:center;
	border:none;
	margin:0;
	font-size:20px;
	margin-top:10px;
}
.w-logtab p{
	text-align:right;
	margin-top:20px;
}
.w-logtab p:last-of-type{
	text-align:center;
}
.loginitem-formbtm{
	background:#fff;
	border-radius:15px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	position:relative;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	padding:20px;
}
.loginitem-formbtm:before{
	content:"";
	height:2px;
	border-top:1px #dedede solid;
	position:absolute;
	top:50%;
	left:6%;
	right:6%;
	width:88%;
}
.logqqbtn{
	background:#fff;
	width:60%;
	margin:0 auto;
	position:relative;
	z-index:99;
	font-size:12px;
	color:#999;
}
.logqqbtn a {
	text-align:center;
	display:inline-block;
	width:32%;
	font-size:12px;
	color:#999;
	font-weight:300;
	cursor:pointer
}
.logqqbtn a i{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:5px auto;
	border-radius:50%;
	color:#fff;
	background:#358BFF;
}

.logqqbtn a:nth-child(2) i{
	background:#0BCE0B;
}
.logqqbtn a:nth-child(3) i{
	background:#E53430;
}
.logqqbtn a:hover i{
	opacity:0.8;
}
#register div button{
	width:90px;
	font-size:12px;
	position:absolute;
	line-height:30px;
	height:32px;
	text-align:center;
	right:0;
	bottom:0;
}
#register div {
	margin-bottom:25px;
}
#register p input{
	width:20px;
}
.w-logtab p a{
	color:#5D74F0;
}
.w-logtab p a:hover{
	opacity:0.8;
}
/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
#color-input-red +label{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left:0;
    background: rgba(240, 84, 77, 1);
	background:#ddd;
	border-radius:50%;
}
/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
#color-input-red:checked + label::before{
	display: block;
	content: "\2714";
	text-align: center;
	font-size: 14px;
	color: white;
}
#color-input-red:checked + label{
	background:#5D74F0;
}
/*
input[type=checkbox]{
	visibility: hidden;
}*/

input,button{
	outline:none;
}
button:focus{
	outline:0;
}
.w-logtab button:hover{
	opacity:0.8;
}
/*忘记密码模态框*/
.w-logtab button.btn-fgtpassw{
	background:0;
	border:none;
	box-shadow:none;
	color:#999;
	font-size:14px;
	text-align:right;
	line-height:26px;
	height:26px;
}
.w-logtab button.btn-fgtpassw:hover{
	color:#5D74F0;
}
.w-modal .modal-dialog{
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	max-width:700px;
	width:700px;
	margin-left:-350px;
	margin-top:-110px;
}
.w-modal .modal-content{
	border:5px #adb9f7 solid;
	border-radius:20px;
	width:100%;
}
.w-modal .modal-content input{
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	border-radius:10px;
	border:1px #ddd solid;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:300;
}
.w-modal .modal-content button{
	position:absolute;
	top:50px;
	right:50px;
	height:50px;
	width:90px;
	background:#5D74F0;
	border:none;
	border-radius:0 10px 10px 0;
	color:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	margin:0;
	font-size:16px;
}

/*产品详情页*/
.pdcover{
	width:100%;
	height:240px;
	padding:15px;
	position:relative;
}
.pdcoverbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	/*filter:brightness(50%)*/
}
.pdcover h1{
	position:absolute;
	left:0;
	bottom:35px;
	font-size:30px;
	color:#fff;
}
.pdcover h1 span{
	background:#dedede;
	color:#fff;
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	padding: 10px;
	font-size:14px;
	border-radius:50px;
	margin-left:10px;
	font-weight:300;
	display:inline-block;
	width:60px;
	text-align:center;

}
.pdcover .addzd{
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	opacity:0.7;
	font-size:12px;
}
.pdcover .addzd span{
	margin-right:10px;
	background:rgba(0,0,0,0.3);
	border-radius:50px;
	padding:3px 13px;
	display:inline-block;
}
.pdcover .addzd i{
	font-size:12px;
	margin-right:5px;
}
.pdcover .addzd span a{
	color:#fff;
}
.pdcot-recommend .swiper-button-next, .pdcot-recommend .swiper-container-rtl .swiper-button-prev,.pdcot-recommend .swiper-button-prev, .pdcot-recommend .swiper-container-rtl .swiper-button-next{
	color:#bbb;

}
.pdcot-item {
	margin-bottom:30px;
	font-size:16px;
	line-height:1.8;
}

.pddotted1{
	display:inline-block;
	width:17px;
	height:17px;
	border-radius:50%;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.pddotted2{
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	margin-left:-8px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.w-ztjs{
	font-size:18px;
	color:#192646;
	font-weight:400;
	line-height:28px;
}
.w-zttsitem{
	border:2px #5D74F0 solid;
	padding:20px 15px;
	background:url(../images/zutsbg.png) no-repeat center -7px;
	border-radius:10px;
	text-align:center;
	width:22%;
	background-size:100% 35px;
	background-color:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	margin-bottom:35px;
}
.w-zttsitem img{
	width:40px;
	height:40px;
	margin-bottom:15px;
	margin-top:15px;
}
.w-zttsitem h5{
	margin-bottom:30px;
}
.w-zttsitem p{
	font-size:14px;
	margin-bottom:10px;
	display:block;
	height:38px;
	overflow:hidden;
	font-weight:300;
	line-height:1.5;
}
.pdcotul{
	border:none;
}
.pdcotul li{
	width:20%;
	text-align:center;
	height:52px;
	line-height:32px;
	position:relative;
}

.pdcotul li:hover a{
	color:#adb9f7;
}
.pdcotul li a{
	font-size:20px;
	color:#333;
display:block;
height:100%;
width:100%;
position:relative;
z-index:99;
margin-bottom:-2px;
}
.pdcotul li a i{
	font-size:24px;
	margin-right:6px;
}
.pdcotul:before{
	content:"";
	width:100%;
	height:3px;
	position:absolute;
	border-bottom:2px #adb9f7 solid;
	bottom:0;
	left:0;
	right:0;
}
.w-tab-content{
	position:relative;
	z-index:999;
	min-height:350px;
}
.w-tab-pane{
	background-image:url(../images/shouhouulbg.png);
	background-repeat:no-repeat;
	background-position: 10% 0;
	margin-top:-15px;
	padding-top:60px;
}
.w-tab-pane:nth-child(2){
	background-position: 31% 0;
}
.w-tab-pane:nth-child(3){
	background-position: 52% 0;
}
.w-tab-pane:nth-child(4){
	background-position: 72.5% 0;
}
.w-tab-pane:nth-child(5){
	background-position: 93% 0;
}
.w-tab-pane p{
	display:block;
	width:100%;
	padding-left:35px;
	background:url(../images/listdotted.png) no-repeat left top;
	font-size:15px;
	line-height:24px;
	background-size:24px;
	margin-bottom:30px;
	color:#192646;
	text-align:justify;
}
#shouhou p{
	width:48%;
}
.keycolor{
	color:#5D74F0;
}
/*产品详情页侧边购买*/
.sidebuy23{
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	padding:40px 15px;
	background:rgba(255,255,255,0.8);
	margin-bottom:20px;
}
.sidebuyitem1{
	padding:20px;
	text-align:center;
}
.sidebuy-vplus{
	font-size:32px;
	color:#F3A508;
	position:relative;
	width:auto;
}
.sidebuy-vplus span{
	position:absolute;
	top:-30px;
	right:30px;
	background:url(../images/viptjbg.png) no-repeat center;
	display:block;
	width:46px;
	height:32px;
	line-height:26px;
	padding-bottom:6px;
	text-align:center;
	font-size:12px;
	color:#fff;
	animation: sidebuyvplus 1.5s;
    -webkit-animation: sidebuyvplus 1.5s; /* Safari 与 Chrome */
	animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
}

@keyframes sidebuyvplus
{
    0%   {top:-30px;}
    50%  {top:-35px;}
    100% {top:-30px;}
}


.sidebuy-vp span{
	font-size:18px;
	margin-right:10px;
	color:#B4B4B4;
}
.sidebuyitem1 a{
	border-radius:50px;

	border-style:solid;
	border-width:2px;
	background:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	font-size:18px;

	display:block;
	width:70%;
	height:40px;
	line-height:34px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.sidebuyitem1 a:last-child{
	background:#5D74F0;
	color:#fff;
}
.sidebuyitem1 a:hover{
	background:#5D74F0;
	color:#fff;
	opacity:0.8;
}
.sidebuyitem2{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);

}
.sidebuyitem2 p{
	background:#5D74F0;
	padding: 0 15px;
	line-height:42px;
	border-radius:10px;
	color:#fff;
	margin-bottom:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	position:relative;
}
.sidebuyitem2 p:last-child{
	margin-bottom:0;
}
.sidebuyitem2 p strong{
	display:inline-block;
	width:115px;
}
.sidebuyitem2 p a{
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
box-shadow:0px 3px 6px rgba(0,0,0,0.1);
border-radius:50px;
position:absolute;
right:10px;
bottom:5px;
text-align:center;
color:#fff;
}
.sidebuyitem2 p a:hover{
	text-decoration:underline;
}
.sidebuyitem3{
	width:65%;
	margin:40px auto;
}
.sidebuyitem3 li{
	background:url(../images/listdotted.png) no-repeat left center;
	background-size:30px;
	display:block;
	padding-left:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
/*产品详情页--产品示意图*/
.pdcot-swiper {
	height:580px;
}
.pdcot-swiper .swiper-slide {
	background-size:cover;
	background-position:center;
		cursor:pointer;
}
.pdcot-gallery-top {
	height:73%;
	width:100%;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	margin-bottom:10px;
	border:2px #c2cbff  solid;
}
.pdcot-gallery-thumbs {
	height:18%;
	box-sizing:border-box;
	padding-top:15px!important;
	position:relative;
}
.pdcot-gallery-thumbs .swiper-slide {
	width:25%;
	height:100%;
	opacity:0.4;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	cursor:pointer;
	border:2px #c2cbff  solid;
		transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.pdcot-gallery-thumbs .swiper-slide-thumb-active {
	opacity:1;
	position:relative;
}
.pdcot-gallery-thumbs .swiper-slide-thumb-active:before {
	content:"";
	width:0;
	height:0;
	display:block;
	border-left:10px transparent solid;
	border-right:10px transparent solid;
	border-bottom:15px #c2cbff  solid;
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-7px;
}
.pdcot-gallery-thumbs .swiper-slide:hover {
	opacity:1;
}
.pdcot-gallery-thumbs .swiper-slide:hover:before {
	content:"";
	width:0;
	height:0;
	display:block;
	border-left:10px transparent solid;
	border-right:10px transparent solid;
	border-bottom:15px #c2cbff  solid;
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-7px;
}
.pdcot-gallery-thumbs .swiper-button-prev:after,.pdcot-gallery-thumbs .swiper-button-next:after {
	color:#5D74F0;
	font-size:26px;
}
.pdcot-recommend .w-sdr2item {
	width:100%;
}
.pdcot-recommend .w-sdr2item:hover{
	box-shadow:0 0 6px rgba(0,0,0,0.4);
}
.pdcot-recommend .w-sdr2item  .w-sdr2itemtop {
	height:200px;
}
.pdcot-recommend .recom-swiper-container {
	width:100%;
	height:100%;
}
.recom-swiper-container .swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	/* Center slide text vertically */
      display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.pdcot-recommend .w-sdr2itemtop img {
    width: 173px;
    height: 108px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -85px;
}
.pdcot-swiper .swiper-slide img {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-405px;
	width:815px;
	height:auto;
	border-radius:10px;
}

/*文章详情页*/
.articles {
	box-shadow:0px 0 6px rgba(0,0,0,0.1);
	border-radius:10px;
}
.articles h1{
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
}
.listdottedtitle{
	padding-left:35px;
}
.articles-ctn {
	color:#192646;
	text-align:justify;
	font-size:16px;
	line-height:1.8;
	border-top:1px #dedede dotted;
}
.articles img{
	max-width:100%;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	margin:50px auto;
	display:block;
	width:auto;
	height:auto;
}
blockquote {
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #f4f4f6;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/yinghao.png) no-repeat center;
    background-size: cover;
}
.articles h2{
	padding-left:30px;
	margin-bottom:30px;
	margin-top:60px;
	position:relative;
	border-bottom:1px #eee solid;
	padding-bottom:10px;
}

.articles h3{
	margin-bottom:15px;
	margin-top:30px;
	font-size:18px;
	font-weight:600;
}
.articles p{
	margin-bottom:25px;
	font-weight:300;
	line-height:1.8;
}

.articles pre{
  overflow:auto;
  max-width:770px;
  background-color:#f4f4f4;
}
.articles ul {
	padding-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}
.articles ul li{
	list-style-type:disc;
	margin-bottom:10px;
}
.articles h2.pdcot-item-title{
	height:45px;
	line-height:35px;
	margin-bottom:20px;
	display:block;
	padding-bottom:15px;
/*	background:url(../images/pdtitlebg.png) no-repeat left bottom;*/
	background-size:auto 10px;
	margin-bottom:40px;
	padding-left:0;
	border:none;
	margin-top:0;
	position:static;
}
.articles h2.pdcot-item-title div{
	height:36px;
	margin-left:10px;
}
/*文章详情页--点赞*/
.likeit p{
	font-size:14px;
	text-align:center;
}
.likeit a{
	font-size:26px;
	cursor:pointer;
	display:block;
	width:36px;
	height:36px;
	background:#ccc;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:36px;
	margin-left:10px;
}
.likeit a i{
	font-size:22px;
}
.likeit a.likeitaixin{
		background:#d81e06;
}
.likeit a.likeitweixin{
	background:#66d020;
}
.likeit a.likeitshoucang{
	background:#ffbd00;
	line-height:30px;
}
.likeit a.likeitshoucang i{
	font-size:19px;
}
.likeit a.likeithaibao{
	background:#00a6fb;
}
.likeit a:hover{
	color:#fff;
	box-shadow:0 0 6px rgba(0,0,0,0.3);
	margin-top:-3px;
}
.likeit div{
	height:100px;
	width:200px;
}
#wxshareqr{
	width:100px;height:100px;margin:10px auto;
}
.likeit .fxerweima{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	position:absolute;
	bottom:78px;
	left:-15px;
	width:120px;
	height:150px;
	text-align:center;
}
.likeit .fxerweima img{
	width:110px;
	height:110px;
}
.likeit .fxerweima p{
	color:#bbb;
	font-size:12px;
	font-weight:300;
}

/*文章详情页--END分割线*/
.endline{
	position:relative;
	height:50px;
	text-align:center;
	z-index:1;
}
.endline:before{
	content:"";
	height:2px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	border-top:1px #dedede dashed;
	z-index:-99;
}
.endline span{
	display:inline-block;
	padding:0 25px;
	line-height:50px;
	background:#fff;
	font-size:18px;
}
/*文章详情页--标签*/
.articles-tags a{
	margin-right:8px;
	background:#eee;
	border-radius:5px;
	padding:0 10px;
	line-height:28px;
	color:#777;
	font-weight:300;
	margin-bottom:10px;
}
.articles-tags a:hover{
	background:#f4f4f4;
	color:#666;
}
/*上一页下一页*/
.turepage{
	border-radius:10px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.1);
}
.turepage i{
	font-size:14px;
	line-height:26px;
}
.turepage a{
	color:#bbb;
	font-weight:300;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.turepage a:hover{
	color:#333;
}
/*推荐*/
.wzrecommend-item{
	width:23.5%;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
	margin-bottom:30px;
	background:#fff;
}

.wzrecommend-item a{
	display:block;
}

.wzrecommend-item-ctn{
	padding:0 15px 15px 15px;
	border-radius:0px 0px 10px 10px;
}
.wzrecommend-item-ctn h4{
	margin:10px 0;
	font-size:15px;
	color:#090909;
	font-weight:400;
	line-height:1.3;
	height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.wzrecommend-item a img{
	height:170px;
}
/*评论*/

.comment-title{
	position:relative;
}
.comment-title h3{
	color:#333;
	display:inline-block;
	font-size:17px;
	line-height:26px;
	position:relative;
	font-weight:600;
	padding-left:20px;
	margin-bottom:15px;
}
.comment-title h3 a{
	color:#333;
	margin:0 8px;
}
.comment-title h3 #cancel-comment-reply-link{
	color:#bbb;
}
.comment-title h3 i{
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50px;
	border-width:3px;
	border-color:#ccc;
	border-style:solid;
	opacity:0.8;
	margin-right:5px;
}

.logged_in_as{
	position:absolute;
	bottom:10px;
	left:15px;
}
.logged_in_as img{
	width:40px;
	height:40px;
	border-radius:50%;
	box-shadow:0px 0 3px rgba(0,0,0,0.1);
}
.comment-respond{
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	padding:20px 20px 40px 20px;
}
.comment-respond .comment-title h3,.havecomment-list .comment-title h3{
	padding:0;
	margin-bottom:10px;
}
.comment-form{
	position:relative;
	padding-bottom:60px;
	border:1px solid #dedede;
}
#editor{
	position:relative;
	border-bottom:1px #dedede dotted;
	background:#fff;
	height:130px;
	width:100%;
}
#editor .w-e-toolbar{
	border:none!important;
	border-radius:10px  10px 0 0;
	background:none!important;
	border-bottom:1px #dedede solid!important;
}
#editor .w-e-text{
	border:none!important;
	padding-left:15px!important;
	height:90px!important;
	margin-right:-20px!important;
	overflow:scroll!important;
	overflow-y:hidden!important;
	overflow-x:hidden!important;
	padding-right:15px!important;
}
#editor  .w-e-text img{
	width:auto;
	height:auto;
}
#editor .w-e-text-container{
	height:110px!important;
	border:none!important;
	z-index:999!important;
	width:100%;
}
.form-submit{
	display:block;
	background:#5D74F0;
	position:absolute;
	right:15px;
	height:32px;
	width:80px;
	bottom:14px;
	border-radius:4px;
}
.form-submit input{
background:none;
border:none;
line-height:30px;
text-align:center;
width:100%;
color:#fff;
border-radius:4px;
}
.w-e-panel-container{
	margin-left:0!important;
}
#editor .w-e-text-container .w-e-panel-container{
	left:0;
}
.w-e-panel-tab-content{
	height:auto!important;
}
.comment-inner{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;;
}
.comment-author img{
	width:40px;
	height:40px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	border-radius:50%;
}
.comment-body{
	font-size:14px;
	line-height:1.8;
}
.comment-body .nickname{
	line-height:40px;
	font-size:15px;
	font-weight:600;
	padding-left:15px;
}
.comment-body .nickname a{
	color:#333;
}
.comment-body .nickname a:hover{
	color:#bbb;
}
.comment-body .nickname span{
	font-weight:400;
	font-size:14px;
	color:#bbb;
}
.comment-body .comment-text p img{
	width:auto;
	height:auto;
}
.comment-body .comment-text p{
	padding:0 15px;
	font-weight:300;
	font-size:15px;
}
.comment-children{
	padding:20px;
	background:#f4f4f6;
	border-radius:5px;
	margin-left:60px;
	margin-top:15px;
}
.comments-list li{
	margin-bottom:30px;
}
.comment-children li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px #dedede dotted;
	margin-bottom:0;
}
.must_log_in{
/*	background:url(../images/commentformbg.png) no-repeat;*/
	background-size:cover;
}
.must_login{
	height:120px;
	padding:30px 20px;
	color:#bbb;
	border:1px #dedede solid;
}
.must_login a{
	color:#5D74F0;
}
.must_login a:hover{
	opacity:0.8;
}
.havecomment-list{
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	margin-top:30px;
	padding:20px;
}
/*会员专享*/
.vipbanner {
	height:359px;
}
.vipbanner img{
	position:absolute;
	left:50%;
	margin-left:-50%;
}
.vipctn{
	background:#fff;
	padding:40px 0;
	border-radius:10px;
}
.vipctn h2{
	color:#5D74F0;
	text-align:center;
	margin:15px 0;
}
.vipctn p{
	color:#5D74F0;
	text-align:center;
	font-size:16px;
}
.vipctn-item{
	width:23%;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
}
.vipctn-item-top{
	height:275px;
	padding-top:30px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.vipctn-item-top h3{
	font-size:26px;
}
.vipctn-item ul{
	padding:20px 0 40px;
}
.vipctn-item li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 15px;
	color:#192646;
}
.vipctn-item li img{
	width:20px;
	height:20px;
}
.vipctn-item li span:last-child{
	font-weight:bold;
}
.vipctn-item-top1 h3{
	color:#fff;
}
.vipctn-item-top1 p{
	color:#fff;
	margin-top:60px;
	margin-bottom:60px;
	font-weight:300;
}
.vipctn-item-top a{
	display:block;
	width:206px;
	height:66px;
	line-height:66px;
	margin:10px auto;
	 cursor:pointer;
	 color:#fff;
	 font-size:22px;
}
.vipctn-item-top2 {
	color:#343EE1;
}
.vipctn-item-top a:hover{
	opacity:0.8;
}
.vipctn-item-top2 p{
	color:#343EE1;
}
.vipctn-item-top3 {
	color:#FF7700;
}
.vipctn-item-top3 p{
	color:#FF7700;
}
.vipctn-item-top4 {
	color:#DC1818;
}
.vipctn-item-top4 p{
	color:#DC1818;
}
.vipctn-item-top p{
	margin-top:10px;
	margin-bottom:0;
	height:44px;
}
.vipctn-item-top span{
	font-size:20px;
	font-weight:500;
}
.vipctn-item-top span span{
	font-size:44px;
	font-weight:bold;
}
.vipctn-item-top1 a{
	background:url(../images/ljkt1.png) no-repeat left center;
}
.vipctn-item-top4 a{
	background:url(../images/ljkt4.png) no-repeat left center;
}
.vipctn-item-top2 a{
	background:url(../images/ljkt2.png) no-repeat left center;
}
.vipctn-item-top3 a{
	background:url(../images/ljkt3.png) no-repeat left center;
}
/*个人中心*/
.personalbanner{
	height:225px;
}
.headshots-img{
	height:140px;
	width:140px;
	margin:-70px auto 0;
	position:relative;
	z-index:9;
}
.headshots-img img{
	height:140px;
	width:140px;
	border-radius:50%;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
	background:#dedede;
}
.headshots-img i{
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	font-size:34px;
	color:#FFBD19;
}
.headshots-name{
	font-size:16px;
	font-weight:600;
}
.headshots-name .viptag{
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	display:inline-block;
	padding:5px 15px;
	font-size:14px;
	color:#fff;
	margin-left:10px;
	position:absolute;
	right:-100px;
}
.means-nav {
	padding: 30px 60px;
}
.means-nav a{
	display:block;
	padding:15px 20px;
	border-radius:10px;
	border:1px #9facf5 solid;
	font-size:16px;
	color:#9facf5;
	width:150px;
	text-align:center;
}
.means-nav a i{
	font-size:18px;
	margin-right:5px;
}
.means-nav .active{
	background:#5D74F0;
	color:#fff;
	position:relative;
	border:1px #5D74F0 solid;
}
.means-nav .active:after{
	content:"";
	position:absolute;
	border-left:15px solid transparent;
	border-top:15px solid #5D74F0;
	border-right:15px solid transparent;
	bottom:-15px;
	left:50%;
	margin-left:-13px;
	width:0;
	height:0;
}
.means-nav a:hover{
	color:#5D74F0;
	border:1px #5D74F0 solid;
}
.means-nav a.active:hover{
	color:#fff;
}

.means{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	padding:40px;
}
.meansitem-title img{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-left:50px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.meansitem-title{
	border-bottom:2px #dedede dashed;
	padding:10px 0;
	height:62px;
}
.meansitem-title h4{
	font-size:15px;
	font-weight:600;
}
.meansitem-title a.meansedit{
	color:#bbb;
	cursor:pointer;
}
.meansitem-title a.meansedit i{
	font-size:14px;

}
.meansitem-ctn {
	padding:30px 50px;
	border-bottom:2px #dedede dashed;
	font-size:16px;
	display:none;
}
.meansitem-ctn .txlager{
	width:100px;
	height:100px;
	border-radius:50%;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.meansitem-ctn .ghtx{
	padding:6px 15px;
	border:1px #dedede solid;
	border-radius:10px;
	margin-left:20px;
}
.meansitem-ctn .filepic{
	display:block;
	height:100px;
	width:340px;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	opacity:0;
}
.meansitem-ctn .ghtx:hover{
	color:#5D74F0;
	border:1px #5D74F0 solid;
}

.meansitem-ctn label{
	display:inline-block;
	width:120px;
	text-align:right;
}
.meansitem-ctn form div{
	margin-bottom:20px;
}
.meansitem-ctn form input{
	border:1px #dedede solid;
	border-radius:6px;
	padding:8px;
	width:360px;
}
.meansitem-ctn form button{
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	border:none;
	color:#fff;
	padding:5px 15px;
	width:70px;
	font-size:14px;
}
.meansitem-ctn p{
	text-align:center;

}
.authorize {
	text-align:center;

}
.authorize div{
	margin:30px 60px;
}
.authorize i{
	font-size:38px;
}
.authorize a{
	display:block;
	color:#242424;
	background:#eee;
	font-size:14px;
	padding:5px 10px;
	border-radius:6px;
	margin-top:15px;
}
.authorize a:hover{
	opacity:0.8;
}

/*支付表格*/
.ordertable{
	border:8px #4D67EF solid;
	border-radius:15px;
	overflow:hidden;
}

.w-table thead th{
	background:#a5b2f7;
	color:#4D67EF;
	font-size:16px;
	text-align:center;
	padding:20px 0;
	width:20%;
	border-right:1px #5830A6 dashed;
}

.w-table thead th:last-child{
	border:none;
}
.w-table tbody tr{
	border-bottom:1px #a5b2f7 solid;
}
.w-table tbody th{
	color:#4D67EF;
	text-align:center;
	padding:15px;
	font-weight:400;
}
.w-table tbody td{
	padding:15px;
	text-align:center;
}
.w-table tbody td a{
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	border:none;
	color:#fff;
	padding:5px 15px;
	width:70px;
	font-size:14px;
	cursor:pointer;
}
.w-table tbody td a:hover{
	color:#fff;
	opacity:0.8;
}
#payqr{
	width:260px;height:260px;margin:20px auto;
}

/*商家入驻*/
.merchantsbanner{
	height:513px;
}
.merchants{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	overflow:hidden;
}
.merchants h2{
	background:#5D74F0;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
	font-weight:400;
}
.merchants form{
	padding:50px 80px;
	font-size:16px;
}

.merchants form div{
	width:50%;
	margin-bottom:40px;
}
.merchants form label{
	display:inline-block;
	width:120px;
	text-align:left;
}
.merchants form input{
	border: 1px #9facf5 solid;
    border-radius: 6px;
    padding:5px 10px;
    width: 300px;

}
.redstar{
	color:#EC3737;
}
.merchants form p i{
	color:#5D74F0;
	margin-right:6px;
}
.merchbtn {
	text-align:center;
	margin-bottom:80px;
}
.merchbtn p{
	width:210px;
	margin-left:auto;
	margin-right:auto;
}
.merchbtn button{
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	border:none;
	color:#fff;
	padding:8px 15px;
	font-size:16px;
	cursor:pointer;
	width:100px;
}


/*获取授权*/
.w-husqmodal .modal-sm{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-200px;
	width:500px;
	max-width:500px;
	position:relative;
}
.w-husqmodal .modal-content{

	height:360px;
	padding:30px 60px;
	font-size:16px;
	border:5px #9facf5 solid;
	border-radius:15px;

}
.w-husqmodal .modal-content h3{
	color:#5D74F0;
	text-align:center;
	margin-bottom:30px;
}

.w-husqmodal .modal-content label{
	width:100px;
}
.w-husqmodal .modal-content input{
	border:1px #9facf5 solid;
	padding:5px;
	border-radius:6px;
	width:260px;
}
.w-husqmodal .modal-content  .modal-noborder input{
	border:none;
	background:none;
}
.w-husqmodal .modal-content button{
		background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	border:none;
	color:#fff;
	padding:8px 15px;
	font-size:16px;
	cursor:pointer;
	width:100px;
	margin-left: auto;
	margin-right:auto;
	display: block;
}
.w-husqmodal .modal-content button:hover{
	opacity:0.8;
}
.w-husqmodal  a.close{
	position:absolute;
	right:20px;
	top:20px;
	z-index:999;
	border:none;
	background:none;
	 cursor:pointer;
}
.ordertable div{
	padding:15px 20px;
}
.ordertable div span{
	margin-right:50px;
}
.ordertable div .ordertable-number{
	color:#F33908;
	margin-left:5px;
	margin-right:5px;
}
.adddomainbtn {
	height:60px;
}
.adddomainbtn a{
	display:block;
	float:right;
	padding:0 20px;
	height:32px;
	line-height:32px;
	background:linear-gradient(314deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	border-radius:50px;
	color:#fff;
	cursor:pointer;
}
.adddomainbtn a:hover{
	color:#fff;
	opacity:0.8;
}
.w-husqmodal .modal-content div{
	margin-bottom:0;
	padding:10px;
}
.w-husqmodal .modal-noborder{
	display:flex;
	justify-content:flex-start;
	width:100%;
	margin-bottom:0;
}
.w-husqmodal .modal-noborder label{
	line-height:32px;
	margin-bottom:0;
}
.w-husqmodal .modal-content{
	padding:30px;
}
.w-husqmodal a.close span{
	margin-right:0;
}
/*页头个人中心*/
.btn-aftlogin .w-pcenter {
	display:block;
	height:46px;
	width:46px;
	cursor:pointer;
	margin-right:10px;
}
.btn-aftlogin .w-pcenter img{
	display:block;
	width:46px;
	height:46px;
	border-radius:50%;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.w-vipmark{
	background:linear-gradient(130deg,rgba(241,206,36,1) 0%,rgba(239,97,52,1) 100%);
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	border-radius:50px;
	display:inline-block;
	height:26px;
	line-height:26px;
	width:50px;
	text-align:center;
	position:relative;
	color:#fff;
	font-size:12px;
}
.w-vipmark:hover{
	color:#fff;
	opacity:0.8;
}
.w-vipmark img{
	position:absolute;
	right:0;
	top:-8px;
	width:18px;
	height:auto;
	display:block;
	animation:homevipmake 1.2s;
	-moz-animation:homevipmake 1.2s; /* Firefox */
	-webkit-animation:homevipmake 1.2s; /* Safari and Chrome */
	-o-animation:homevipmake 1.2s; /* Opera */
	animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
}

@keyframes homevipmake
{
	0%   {top:-8px}
	50%  {top:-10px}
	100% {top:-8px}
}

@-moz-keyframes homevipmake /* Firefox */
{
	0%   {top:-8px}
	50%  {top:-10px}
	100% {top:-8px}
}

@-webkit-keyframes homevipmake /* Safari and Chrome */
{
	0%   {top:-8px}
	50%  {top:-10px}
	100% {top:-8px}
}

@-o-keyframes homevipmake /* Opera */
{
	0%   {top:-8px}
	50%  {top:-10px}
	100% {top:-8px}
}

.w-pcenterul {
	position:absolute;
	top:60px;
	left:-38px;
	display:block;
	width:120px;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	z-index:999999;
	padding:15px 10px;
	text-align:center;
	display:none;
}
.w-pcenterul:before{
	content:"";
	display:block;
	border-left:10px solid transparent;
	border-bottom:10px solid #fff;
	border-right:10px solid transparent;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-8px;
	width:10px;
	height:10px;
}
.w-pcenterul li a{
	display:block;
	height:32px;
	line-height:32px;
	color:#bbb;
	width:100%;
}
.w-pcenterul li a:hover{
	color:#999;
	background:#f4f4f6;
	border-radius:6px;
}
/*主题付款*/
.paytablebg{
	background:rgba(93,116,240,0.1);
}
.paytable{
	font-size:16px;
}
.paytable thead th{
	padding:30px 40px;
	text-align:left;
}
.paytable tbody td{
	padding:30px 40px;
	text-align:left;
}
.paycolor{
	color:#f33908;
}

.pay-all span:first-child{
	text-align:left;
	width:80%;
	display:inline-block;
	padding:30px 40px;
}
.pay-all span:last-child{
	font-size:42px;
	color:#f33908;
}
.pay-way{
	padding:30px 40px;
	margin-top:30px;
}
.choose-payway .chpaybtn{
	display:flex;
	width:160px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:14px;
	background:none;
	border:1px #ddd solid;
	border-radius:10px;
	margin:0 10px;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.choose-payway .chpaybtn i{
	font-size:28px;
	margin-right:5px;
}
.choose-payway .chpaybtn i.icon-weixin{
	color:#0BBD17;
}
.choose-payway .chpaybtn i.icon-zhifubao{
	color:#00a1ff;
}
.choose-payway .active{
	border:1px #5D74F0 solid;
	background:url(../images/checked.png) no-repeat bottom right;
}

button.payallsubmit{
	display:block;
	width:160px;
	margin-left:auto;
	margin-right:auto;
}
button.payallsubmit:hover{
	opacity:0.8;
}
.hint {
	color:#555;
	font-weight:300;
	line-height:26px;
}
#payerweima  .modal-dialog{
	max-width:360px;
	margin: 6.75rem auto;
}
#payerweima  .modal-dialog button.close{
	margin:5px;
	text-align:right;
	position:absolute;
	right:5px;
	top:5px;
	z-index:999;
}
#payerweima  .modal-body {
	padding-bottom:30px;
	font-size:15px;
	color:#666;
}
#vipchoosepay .modal-dialog{
	margin: 6.75rem auto;
}
#vippayerweima .modal-dialog{
	max-width:360px;
	margin: 6.75rem auto;
}
/*定制中心*/
.customize{
	color:#192646;
}
.cmzitem-title {
	font-size:24px;
	font-weight:bolder;
	letter-spacing:16px;
	position:relative;
	line-height:2.2;
}
.cmzitem-title:before{
	content:"";
	width:50px;
	height:6px;
	background:#192646;
	position:absolute;
	bottom:0;
	left:0;
}

.cmz-present-l p{
	font-size:16px;
	line-height:1.8;
	margin-bottom:30px;
}
.cmz-present-r{
	border:6px #192646 solid;
	padding:15px;

}
.englishwords{
	display:block;
	width:100%;
	color:#192646;
	opacity:0.2;
	position:absolute;
	bottom:0;
	left:0;
	font-size:18px;
	letter-spacing:50px;
}
.cmz-content-item-number{
	display:block;
	width:40px;
	text-align:right;
	font-size:18px;
	letter-spacing:6px;
	position:relative;
	line-height:44px;
	font-weight:bolder;
	margin:0 auto ;
}
.cmz-content-item-number:before{
	content:"";
	width:33px;
	height:4px;
	background:#192646;
	position:absolute;
	bottom:0;
	left:0;
}
.cmz-content-item {
	text-align:center;
	padding:0 50px;
}
.cmz-content-item i{
	font-size:48px;
}
.cmz-content-item h3{
	font-size:18px;
}
.cmz-content-item-money{
	display:inline-block;
	text-align:right;
	font-size:18px;
	font-weight:400;
	margin:10px auto ;
	padding:6px;
	border:1px #192646 solid;

}
.cmz-content-item p{
	text-align:justify;
}
.cmzitem-flow-title-ps{
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	margin-left:60px;
}
.cmz-flow-item-number{
	font-size:18px;
	display:block;
	position:relative;
	margin:0 auto;
	width:24px;
}
.cmz-flow-item-number:before{
	content:"";
	width:1px;
	height:30px;
	background:#192646;
	position:absolute;
	bottom:30px;
	left:50%;
}
.cmz-flow-item {
	padding-left:50px;
	padding-right:50px;

}
.cmz-flow-item i{
	font-size:36px;
}

.cmz-flow-item h3{
	font-size:16px;
	margin-bottom:10px;
}
.cmz-slogans{
	background:url(../images/cmz-slogansbg.png) no-repeat center;
}
.cmz-slogans-item{
	width:1000px;
	margin:0 auto;
	height:150px;
	line-height:150px;
	font-size:20px;
	color:#fff;
	text-align:center;
	position:relative;
}
.cmz-slogans-item:before{
	content:"";
	width:80px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:0;
}
.cmz-slogans-item:after{
	content:"";
	width:80px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:50%;
	right:0;
}
.cmz-chooseus-item {
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}
.cmz-chooseus-item span{
	display:block;
	width:10%;
}
.cmz-chooseus-item p{
	display:block;
	width:90%;
	height:60px;
	line-height:60px;
	border:1px #bbb solid;
}
.cmz-chooseus-r .cmz-chooseus-item img{
	width:90%;
	margin-right:10%;
}
.cmz-chooseus-l .cmz-chooseus-item img{
	width:90%;
	margin-left:10%;
}
.cmz-thankyou{
	background:url(../images/thankyou.png) no-repeat center;
	height:360px;
	position:relative;
}
.cmz-thankyou img{
	width:140px;
	height:140px;
	position:absolute;
	right:300px;
	bottom:20px;
}
/*针对ie6-10浏览器*/
a ,p{padding-top:3px\9;}
.w-sdr2item h5,.sidebuyitem1 a,.w-hbtitle h2,.w-newsitembtm ul h5,.productlist-cnt h3 a,a.w-ckys,a.w-buy,.wbreadcrumb li a,.w-logtab input,.w-logtab button{padding-top:4px\9;}
.w-rmitem2 h4,.authorize a{padding-top:10px\9;}
a.w-ckys,a.w-buy{padding-top:10px\9;height:36px\9;padding-bottom:4px\9;}
.w-fylink a{padding-bottom:2px\9;}
.w-jssmitem span{padding-top:10px\9;display:inline-block\9;}
.w-jssmitem:last-child span{padding-top:4px\9;display:inline-block\9;}
.meansitem-ctn .ghtx,.headshots-name .viptag,.meansitem-ctn form button{padding-top:8px\9;padding-bottom:2px\9;}
.meansitem-ctn form input{padding-bottom:4px\9;}
.vipctn-item li span:last-child{float:right\9;}
.vipctn-item li span:first-child{float:left\9;}


/*页脚浮动咨询*/
.followlink{
	background-color:#5D74F0;
	width:50px;
	border-radius:8px;
	position:fixed;
	right:0;
	bottom:20%;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
}
.followlink-item a{
	height:50px;
	display:block;
	width:100%;
	border-top:1px #fff solid;
	text-align:center;
	line-height:50px;
	color:#fff;

}
.followlink-item a i{
	font-size:28px;
}
.followlink-item:first-child a{
	border-top:none;
}
.followlink-item-wechatimg{
	position:absolute;
	right:70px;
	height:120px;
	width:120px;
	top:-50%;
	border-radius:10px;
	background:#fff;
	padding:5px;
	display:none;
}
.followlink-item-wechatimg:before{
	content:"";
	border-left:10px #fff solid;
	border-top:10px transparent solid;
	border-bottom:10px transparent solid;
	position:absolute;
	right:-10px;
	top:50%;
	width:0;
	height:0;
	margin-top:-15px;
}
.followlink-wechat:hover .followlink-item-wechatimg{
	display:block;
}
.followlink-item a:hover{
	background:rgba(255,255,255,0.15);
	color:#fff;
}
#lightGallery-Gallery .thumb_cont .thumb_inner{
	text-align:center;
}

/*错误页面*/
.sorry{
	width:50%;
	margin:100px auto;
	height:300px;
	background:url(../images/sorry.png) no-repeat center;
}
.sorry p{
	font-size:38px;
	text-align:center;
	color:#666;
}
/*补充*/
.sdrbody .w-sdr2item {
	margin-bottom:20px;
}
.sdrbody .w-sdr2item h5{
	height:42px;
	line-height:42px;
/*	background: url(../images/ntitemtitle.png) no-repeat 5px center;*/
	background-size:18px;
}
.w-djfdck{
	width:100%;
	background:rgba(0,0,0,0.5);
	line-height:40px;
	z-index:999999;
	font-size:14px;
	color:#fff;
	text-align:center;
	position:relative;
	margin-top:200px;
	cursor:pointer;
	display:none;
}
.pdcot-gallery-top:hover .w-djfdck{
	display:block;
}

/*!
 * wpzt-用户版
 * 更新于2020-07-16
 * pc端
 * ttq
 */


@media(max-width:1399px){
	.container{
		width:1200px;
	}
}
@media(max-width:1199px){
	.container{
		width:100%;
	}
}
.menu-item a{background:none;}
.menu-item.current-menu-item a {box-shadow:none;}
.menu-item .sub-menu a{
	height:40px;
	line-height:40px;
	margin-right:0;
	padding:0 25px;
}
.menu-item .sub-menu .menu-item {
	height:40px;
	margin-right:0;
}
.uesrctnbg{
	background:#f4f4f6;
	position:relative;
}
.user-banner {
	background:#5d74f0;
	height:660px;
	padding-top:80px;
	position:relative;
	overflow:hidden;
}
.user-banner:after{
	content:"";
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/banner-bg2.png) repeat-y top center;
	background-size:auto;
	height:8888px;
	opacity:0.3;

}
.user-banner:after{
	animation:myfirst 250s;
	-webkit-animation:myfirst 250s;
	animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
}
@keyframes myfirst
{
	from { left:0;top:10px;}
	to {top:-8000px;}
}

@-webkit-keyframes myfirst
{
	from { left:0;top:10px;}
	to {top:-8000px;}
}
.ubanner-ctn{
	margin:110px auto 30px auto;
	position:relative;
	z-index:9;
}
.ubanner-ctn h2{
	text-align:center;
	color:#fff;
	font-size:46px;
	font-weight:600;
	margin-bottom:65px;
	letter-spacing:1px;
	text-shadow:0 3px 6px rgba(0,0,0,0.2);
}
.user-search{
	border-radius:10px;
	padding:15px;
	position:relative;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	overflow:hidden;
}
.user-search input{
	width:100%;
	display:block;
	height:48px;
	line-height:48px;
	border-radius:8px;
	border:none;
	padding-left:15px;
	font-size:16px;
	position:relative;
}
.user-search button{
	position:absolute;
	right:14px;
	top:15px;
	box-shadow:-3px 0px 6px rgba(0,0,0,0.3);
	color:#fff;
	height:48px;
	width:80px;
	border-radius:8px;
	border:none;
	margin:0;

	background:#5D74F0;
}
.user-search button:hover{
	opacity:0.8;
}
 .hotsearch{
	 color:#fff;
	 white-space:nowrap;
	 height:45px;
	 width:100%;
	 overflow:hidden;
 }
.hotsearch a{
	background:rgba(2,2,2,0.25);
	color:#fff;
	padding:7px 10px;
	white-space:nowrap;
	border-radius:5px;
	margin:10px;
}
/*用户首页大分类*/
.uhcategorize {
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0 6px rgba(0,0,0,0.1);
	position:absolute;
	top:-42px;
	left:50%;
	margin-left:-700px;
}
.uhcategorize a {
	color:#192646;
	font-size:16px;
	display:flex;
	align-items:center;
	border-radius:50px;
	padding:6px;
	padding-right:15px;
	width:auto;
	background-image:url(../images/hbcate1.png);
	background-repeat:no-repeat;
	background-position:4px;
	background-size:40px;
	height:52px;
}
.uhcategorize a img{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:5px;
}
.uhcategorize a:hover{
	background-color:#f4f4f6;

}
.uhcategorize .swiper-wrapper{
	/* justify-content:center; */
}
.uhcategorize .swiper-slide{
	width:20%;
}
.uhcategorize .swiper-button-next,.uhcategorize .swiper-button-prev{
	background:#fff;
	width:50px;
	text-align:center;
	height:56px;
}
.uhcategorize .swiper-button-prev, .uhcategorize  .swiper-container-rtl .swiper-button-next{
	left:0;
	top:20px;
}
.uhcategorize .swiper-button-next, .uhcategorize .swiper-container-rtl .swiper-button-prev{
	right:0;
	top:20px;
}
.uhcategorize .swiper-button-prev.swiper-button-disabled,.uhcategorize  .swiper-button-next.swiper-button-disabled{
	opacity:1;
}
.uhcategorize .swiper-button-prev:after, .uhcategorize .swiper-button-next:after{
	font-size:18px;
}
/*用户首页标题*/
.uhctntitle h2{
	color:#192646;
	padding-left:20px;
	font-size:20px;
	position:relative;
	font-weight:600;
}
.uhctntitle p{
	color:#C5C8D6;
	opacity:0.4;
	padding-left:20px;
	letter-spacing:2px;
}
.uhctntitle-topics {
	width:75%;
	height:34px;
	overflow:hidden;
}

.uhctntitle-topics .swiper-slide{
	width:auto;
	margin-right:10px!important;
}
.uhctntitle-topics-a{
	display:block;
	/* background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 51%,rgba(255,255,255,0) 100%); */
	height:34px;
	color:#192646;
	line-height:34px;
	padding:0 10px;
	border-radius:6px;
	font-size:15px;
}
.uhctntitle-topics a.active{
		color:#fff;
		background:#5d74f0;
}
.uhctntitle-topics a:hover{
	color:#fff;
	opacity:0.8
}
/*用户首页板块--热门专题*/
.uhtopics .swiper-slide{
	width:18.5%;
}
.uhtopics-item {
	height:120px;
	width:100%;
	background-size:cover;
	background-position:-60px;
	background-repeat:no-repeat;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	overflow:hidden;
}
.uhtopics-item a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	padding:35px 20px;
	font-weight:300;
	opacity:0.9;
}
.uhtopics-item a h3{
	margin-bottom:10px;
	font-size:18px;
	font-weight:300;
	height:22px;
	overflow:hidden;
}
.uhtopics-item a:hover{
	opacity:1;
}
.uhtopics .swiper-button-prev, .uhtopics .swiper-button-next{
	background:rgba(0,0,0,0.5);
}
.uhtopics .swiper-button-prev:after, .uhtopics .swiper-button-next:after{
	font-size:26px;
}
/*用户首页板块--热门推荐*/
.uhhotrctn-w{
	width:20%;
}
.uhhotrctn-item{
	width:100%;
	color:#192646;
	background:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-bottom:20px;
		transition: 0.2s;
    -webkit-transition: 0.2s; /* Safari */
}
.uhhotrctn-item-title{
	text-align:center;
	padding:10px 15px;

}
.uhhotrctn-item-title a h3{
	font-size:15px;
	color:#192646;
	font-weight:600;
	margin:5px 0;
	display:block;
	height:27px;
	overflow:hidden;
}
.uhhotrctn-item-title a h3 img{
	width:24px;
	height:auto;
}
.uhhotrctn-item-title a p{
	color:#999;
	font-weight:300;
	display:block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height:24px;
	line-height:24px;
 }
.uhauthor{
	width:52%;
	position:relative;

}
.uhauthor img{
	width:22px;
	height:22px;
	box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	border-radius:5px;
	margin-right:5px;
	position:absolute;
	top:0;
	left:0;
}
.uhauthor .uhauthor-name{
	font-size:13px;
	font-weight:300;
	color:#999;
	display:block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height:23px;
	line-height:24px;
	padding-left:26px;
}
.uhdate{
	font-size:12px;
	width:45%;
	text-align:right;
}
.uhdate i{
	font-size:12px;
}
.uhhotrctn-item-top{
	height:190px;
	position:relative;
}
.uhhotrctn-item-hover {
	background:rgba(0,0,0,0);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.uhhotrctn-item:hover .uhhotrctn-item-hover{
	background:rgba(0,0,0,0.5);
	  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.uhhotrctn-item-tag{
	background:rgba(93,116,240,0.8);
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	color:#fff;
	font-size:12px;
	border-radius:5px;
	padding:5px 10px;
	position:absolute;
	top:-50px;
	left:10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity:0.8;
}
.uhhotrctn-item-lp{
	width:100%;
	height:36px;
	position:absolute;
	bottom:-50px;
	left:0;
	text-align:center;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}
.uhhotrctn-item-btm{
	padding-top:10px;
	border-top:1px #ddd dashed;
 }
.uhhotrctn-item-lp span{
	color:#fff;
	display:inline-block;
	padding:3px 5px;
	border-radius:10px;
	background:rgba(255,255,255,0.2);
	font-size:12px;
	margin:0 10px;
}
.uhhotrctn-item-lp span i{
	font-size:14px;
}
.uhhotrctn-item:hover{
		box-shadow: 0px 0px 8px rgba(0,0,0,0.26);
		margin-top:-5px;
}
.uhhotrctn-item:hover .uhhotrctn-item-lp{
	-webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.uhhotrctn-item:hover .uhhotrctn-item-tag{
	-webkit-transform: translateY(60px);
  transform: translateY(60px);
}
 .uhhotrctn-item-hover .uhhotrctn-item-tag:hover{
	 color:#fff;
	 opacity:1;
 }
/*.uhhotrctn-item:hover a h3{
	color:#5D74F0;
} */
 .getmore{
	 display:block;
	 margin:40px auto;
	 width:240px;
	height:44px;
	line-height:44px;
	background:linear-gradient(313deg,rgba(47,4,191,1) 0%,rgba(93,116,240,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
 }
 .getmore span{
	 display:block;
	 height:100%;
	 width:100%;
	 background:linear-gradient(313deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%);
 }
 a.getmore:hover{
	  color:#fff;
	  opacity:0.8;
  }
/*用户首页板块--热门推荐-横版*/
 .uhhotrctn-w-h{
	width:33.3%
 }
 .uhhotrctn-w-h .uhhotrctn-item-lp span {
	 margin:0;
 }
 .uhhotrctn-w-h  .uhhotrctn-item-top{
	 border-radius:10px;
	 overflow:hidden;
	 margin-left:10px;
	 height:120px;
 }
 .uhhotrctn-w-h .uhhotrctn-item-title{
	 padding:0;
 }
 .titlefree{
	 background: linear-gradient(130deg,rgba(241,206,36,1) 0%,rgba(239,97,52,1) 100%);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    display: inline-block;
    width: 40px;
    text-align: center;
 }
 .uhhotrctn-w-h  .uhhotrctn-item-btm{
	position:absolute;
	bottom:0;
	left:0;

 }
/*用户首页板块--热门排行*/
.uhranking {
	background:url(../images/usehomebk3bg.png) no-repeat center;
}
.uhranking-item{
	background:#fff;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	border-radius:10px;
	width:19%;
	position:relative;
}
.uhranking-item-title a{
	 font-size:18px;
	 font-weight:400;
	 color:#192646;
	 display:block;
	 padding:10px;
	 font-weight:500;
	 height:48px;
 }
 .uhranking-item-title a:hover{
	 opacity:0.8;
 }
.uhranking-item-title i{
	 font-size:24px;
	 margin-right:5px;
}
 .uhranking-item-title i.icon-zu132{
	 color:#F0935D;
 }
  .uhranking-item-title i.icon-lujing98{
	 color:#5D74F0;
	  font-size:20px;
 }
  .uhranking-item-title i.icon-lujing102{
	 color:#0BBD17;
	  font-size:20px;
 }
  .uhranking-item-title i.icon-lujing103{
	 color:#FE7001;
	  font-size:20px;
 }
  .uhranking-item-title i.icon-CMS{
	 color:#8D4BD6;
	  font-size:20px;
 }
.uhritectn-img{
	height:70px;
	width:100%;
	position:relative;
	display:none;
}
.uhritectn-img:before{
	content:"";
	background:rgba(0,0,0,0.3);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
}
.uhranking-item-li a{
	display:block;
}
.uhranking-item-li a h4{
	font-size:15px;
	color:#676767;
	height:20px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	display:block;
	width:100%;
}
.uhranking-item-li a h4 span{
	font-size:12px;
	color:#CBCCD2;
	font-weight:300;
	display:block;
	text-align:left;
	width:54px;
	position:absolute;
	right:0;
	top:0;

}
.uhranking-item-li a h4 span i {
	color:#4CAF50;
	font-size:14px;
	margin-right:2px;
}
.uhrite-ctn {
	padding:15px 10px 15px 30px;
	position:relative;
}
.uhrite-ctn .uhrite-ctn-author .uhauthor-name {
	font-weight:300;
}
.uhrite-ctn .uhrite-ctn-author {
	display:none;
}
.uhhotrctn-item-btm .uhdate {
	color:#999;
	font-weight:300;
}
.uhranking-item-li:first-child .uhritectn-img{
	display:block;
}
.uhranking-item-li:first-child {
	background:#f4f4f6;
}
.uhranking-item-li:first-child .uhrite-ctn .uhrite-ctn-author {
	display:block;
	margin-top:10px;
}
.uhranking-item-li:first-child h4,.uhranking-item-li:nth-child(2) h4{
	font-weight:500;
	color:#192646;
	}
.uhranking-item-li:first-child .uhrite-ctn:before{
	content:"1";
	background:#FEBE2E;
	border-radius:50%;
	border:3px #FFF000 solid;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:14px;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:nth-child(2) .uhrite-ctn:before{
	content:"2";
	background:#F1B67B;
	border-radius:50%;
	border:3px #F3F354 solid;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:14px;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:nth-child(3) .uhrite-ctn:before{
	content:"3";
	background:#C7C6C5;
	border-radius:50%;
	border:3px #DBD7D0 solid;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:14px;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:nth-child(4) .uhrite-ctn:before{
	content:"4";
	border-radius:50%;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:20px;
	color:#CBCCD2;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:nth-child(5) .uhrite-ctn:before{
	content:"5";
	border-radius:50%;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:20px;
	color:#CBCCD2;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:nth-child(6) .uhrite-ctn:before{
	content:"6";
	border-radius:50%;
	position:absolute;
	width:20px;
	height:20px;
	left:5px;
	top:15px;
	text-align:center;
	line-height:20px;
	color:#CBCCD2;
	font-size:12px;
	font-weight:700;
}
.uhranking-item-li:hover h4{
	color:#5D74F0;
}
.arrow-getmore {
	display:block;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:right;
	color:#5D74F0;
	position:absolute;
	right:15px;
	bottom:15px;
}
.arrow-getmore i{
	font-size:20px;
}
.arrow-getmore:hover{
	opacity:0.8;
}

/*首页板块4-最新资讯*/
.uhnews-item {
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:5px 15px 30px 15px;
	width:23.85%;
}
.uhnews-item-title{
	padding:10px 0;
}
.uhnews-item-title a{
	font-size:18px;
	font-weight:700;
	color:#192646;
}
.uhnews-item-title a i{
	font-size:14px;
}
.uhnews-item-title a:hover{
	opacity:0.8;
}
.uhnews-item-title a i.icon-dongtai,.uhnews-item-title a i.icon-kaifa,.uhnews-item-title a i.icon-wenti1,.uhnews-item-title a i.icon-gonggao{
	color:#5D74F0;
	font-size:20px;
	margin-right:5px;
	font-weight:300;
}
.uhnewsitem-ctn-topimg{
	width:100%;
	height:100px;
	background:url(../images/low-angle.png) no-repeat center;
	margin-bottom:20px;
	border-radius:10px;
	margin-top:10px;
	box-shadow:0px 3px 10px rgba(0,0,0,0.35);
	overflow:hidden;
}
.uhnewsitem-ctn-topimg h4{
	display:block;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);
	padding:25px 15px;
}
.uhnewsitem-ctn-topimg a{
	color:#fff;
	font-weight:700;
	vertical-align:middle;
	display:block;
	line-height:1.5;
	height:54px;
	overflow:hidden;
}
.uhnewsitem-ctn-topimg:hover{
	opacity:0.9;
}
.uhnews-item-ul {
	padding:0;
}
.uhnews-item-ul ul{
	    background:none;
    box-shadow:none;
    padding:0;
    margin-top:0;
    border-radius:0;
}
.uhnews-item-ul ul h5 {
	background-size:28px;
	padding-left:30px;
	position:relative;
	font-size:15px;
}
.uhnews-item-ul ul li:hover{
	background:#f8f8fa;
}
.w-newsitembtm ul h5 {
	background:none;
}
/*首页板块5-会员资费*/
.uhvip {
	background-color:#fff;
}
.uhvip-ctn{
	position:relative;
}
.uhvip-ctn:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/uhvipbg-l.png) no-repeat bottom left;
	top:0;
	left:0;
	z-index:0;
}
.uhvip-ctn:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/uhvipbg-r.png) no-repeat bottom right;
	top:0;
	left:0;
	z-index:0;
}
.uhvip-ctn .vipctn-item{
	background-color:#fff;
	margin:0 10px;
	width:300px;
	overflow:hidden;
}
.uhvip-ctn  .vipctn-item-top h3{
	font-weight:700;

}
.uhvip-ctn  .vipctn-item-top{
	background-size:cover;
	height:230px;
	padding-top:30px;
}
/*.uhvip-ctnxiaoren{
	background:url(../images/xiaoren.png) no-repeat 80px bottom ;
	background-size:130px auto;
}*/
.uhvip-ctn .vipctn-item-top2 p,.uhvip-ctn .vipctn-item-top3 p {
     margin-bottom: 0;
}

.uhvip-ctn  .vipctn-item-top a {
	background-size:180px auto;
	width:180px;
}
@media(max-width:1399px){
	.uhvip-ctnxiaoren{
		background:none;
	}
	.uhcategorize{
		margin-left:-600px;
	}
}

/*幻灯片轮播图*/
.user-banner-page{
	height:380px;
	overflow:hidden;
}
.user-banner-page .ubanner-ctn {
	margin-top:40px;
}
.user-banner-page h2{
	font-size:34px;
	font-weight:400;
}
/*分类筛选*/
.usclassify{
	background:#fff;
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	padding:30px 20px;
}
.usclassify-item-l{
	width:5%;
	font-size:16px;
	color:#192646;
	line-height:32px;
	font-weight:600;
}
.usclassify-item-r{
	width:95%;
	padding-right:80px;
}
.usclassify-itemr-link{
	overflow:hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}
.usclassify-itemr-link a{
	padding:5px 15px;
	display:inline-block;
	font-size:15px;
	margin-bottom:5px;
	color:#192646;
	font-weight:300;
}
.usclassify-itemr-link a.active{
	background:#D5DAF9;
	border-radius:8px;
	color:#fff;
}
.usclassify-itemr-link a:hover{
	background:#f4f4f6;
	border-radius:8px;
	color:#192646;
}
.usclassify-itemr-link a.active:hover{
	color:#fff;
}
.poster-btn,.poster-btn-zn{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	line-height:32px;
	color:#bbb;
	cursor:pointer;
}
.poster-btn a{
	line-height:32px;
	color:#bbb;
	display:block;

}
.poster-btn-zn a.poster-btn-znbtn{
	line-height:32px;
	color:#fff;
	display:block;
	background:#5D74F0;
	padding:0 15px;
	border-radius:8px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.poster-btn-zn a.poster-btn-znbtn:hover{
	opacity:0.8;
}
.poster-btn-zn ul{
	position:absolute;
	top:45px;
	left:50%;
	background:#fefefe;
	min-width:100px;
	text-align:center;
	padding:10px 15px;
	margin-left:-50px;
	border-radius:10px;
	z-index:999;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	display:none;
}
.poster-btn-zn ul:before{
	content:"";
	position:absolute;
	top:-10px;
	left:50%;
	width:0;
	height:0;
	border-left:10px transparent solid;
	border-right:10px transparent solid;
	border-bottom:10px #eee solid;
	margin-left:-5px;
}
.poster-btn-zn ul li a{
	color:#666;
	display:block;
	padding:0 5px;
	font-weight:300;
}
.poster-btn-zn ul li a.active,.poster-btn-zn ul li a:hover{
	background:#f4f4f6;
	color:#666;
	border-radius:6px;
}
/*面包屑*/
.uswbreadcrumb .breadbg{
	background:none;
}
.uswbreadcrumb span{
	background:none;
}
.wbreadcrumb li{
	background:none;
}
/*列表*/
.uslistbody {
	width:830px;
	padding-top:0;
}
.uslistbody .listitem {
	padding:30px 0;
}
.uslistbody .listitem-img {
	height: 175px;
    width: 280px;
}
.uslistbody .listitem-ctet p {
	padding-right:20px;
}
@media (max-width:1399px){
.uslistbody {
	width:830px;
	padding-top:0;
}
.uslistbody .listitem {
	padding:30px 0;
}
.uslistbody .listitem-img {
	height: 190px;
    width: 280px;
}
.uslistbody .listitem-ctet p {
	padding-right:20px;
}

}
/*侧边栏小工具*/
.ussidebar  .w-sdr3item{

	background-position:top center;
	background-repeat:no-repeat;
}
.ussidebar  .w-sdr3item:first-child{
	background-image:url(../images/colorline1.png);
}
.ussidebar  .w-sdr3item:nth-of-type(2){
	background-image:url(../images/colorline2.png);
}
 .ussidebar  .w-sdr3item:nth-of-type(3){
	background-image:url(../images/colorline3.png);
}
 .ussidebar  .w-sdr3item:nth-of-type(4){
	background-image:url(../images/colorline4.png);
}
.ussidebar  .w-sdr3item:nth-of-type(5){
	background-image:url(../images/colorline1.png);
}
.ussidebar  .w-sdr3item:nth-of-type(6){
	background-image:url(../images/colorline2.png);
}
 .ussidebar  .w-sdr3item:nth-of-type(7){
	background-image:url(../images/colorline3.png);
}
 .ussidebar  .w-sdr3item:nth-of-type(8){
	background-image:url(../images/colorline4.png);
}
.ussidebar  .w-sdr3item h3{
	line-height:70px;
	font-size:18px;
}
.sdr2body{
	background:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:0 15px 30px 15px;
}
.sdr2item {
	padding:20px 0;
	border-bottom:2px #dedede dashed;
}
.sdr2item .sdr2item-img{
	width:100%;
	height:90px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.1);
	border-radius:10px;
	margin-top:15px;

	overflow:hidden;
}
.sdr2item .sdr2item-img img{
	transition: all 0.5s ease 0s;
}
.sdr2item:hover img{
	 -webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.sdr2item-title{
		position:relative;
		height:50px;
}
.sdr2item h3{
	font-size:16px;
	color:#192646;
	line-height:1.5;

	overflow: hidden;
}
.sdr2item span.sdr2item-date{

	display:inline-block;
	line-height:20px;
	font-size:12px;
	color:#fff;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
	border-radius:50px;
	position:absolute;
	bottom:2px;
	right:0;
}
.sdr2item span.sdr2item-date span{
	background:linear-gradient(314deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%);
	display:block;
	height:100%;
	width:100%;
	padding:0 6px;
	padding:0 6px;
}

/*侧边栏-标签列表*/
.w-sidr-litag ul{
	display:flex;
	flex-wrap: wrap ;
	padding:10px 7px;
}
.w-sidr-litag li{
	display:block;
	width:25%;
	padding:3px;

}
.w-sidr-litag li a{
	display:block;
	color: #333;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
	padding-left:8px;
	padding-right:8px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.w-sidr-litag li a:hover{
	background:#dedede;

}
/*专题页*/
/*专题页*/
.user-banner-ztpage {
	height:260px;
}
.user-banner-ztpagefir{
	background-image:url(../images/userbanner-zt.jpg);
	background-position:top;
	height:318px;
}
.userzt-item{
	width:48%;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-bottom:30px;
}
.userzt-itemtop-l{
	width:60%;
	background:#ddd;
	position:relative;
}
.userzt-itemtop-l:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
}
.userzt-itemtop-l img{
	width:100%;
	height:120px;
}
.userzt-itemtop-r{
	width:40%;
}
.userzt-itemtop-r a{
	color:#fff;
	display:block;
	padding:30px 0;
	text-align:center;
	background:#7B8DF2;
	height:100%;
}
.userzt-itemtop-r a p{
	margin-top:10px;
	font-size:16px;
}
.userzt-itemtop-r a:hover{
	opacity:0.8;
}
.user-banner-ztpage{
	text-align:center;
}
.user-banner-zzfm{
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background:url(../images/userbannerbg.jpg) no-repeat center;
	height:315px;
	padding:0;
}
.user-banner-zzfmm{
	height:100%;
	width:100%;
	padding-top:90px;
}
/*.user-banner-ztpage:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
	height:100%;
	width:100%;
}*/
.user-bnrztpage-title{
	border:4px #fff solid;
	display:inline-block;
	padding:20px 40px;
	margin:20px auto;
	color:#fff;
	position:relative;
	z-index:9;
	width:40%;

}
.user-banner-ztpage h2{
	font-size:32px;
}
.user-banner-ztpage p{
	margin-top:15px;
}
/*作者产品列表*/
.authortx{
	position:relative;
	z-index:9;
}
.authortx .headshots-img{
	margin-top:0;
	width:100px;
	height:100px;
}
.authortx .headshots-img img {
	width:100px;
	height:100px;

}
.authortx .headshots-img i{
	font-size:26px;
}
.authortx .headshots-name{
	color:#fff;
	position:relative;
	z-index:99;
	text-align:center;
}
.wauthorm{
	padding-top:130px;
	margin-top:-100px;
}
.editgrzl a.vipjgz{
	font-size:16px;
	display:inline-block;
	width:120px;
	padding:5px;
	margin:10px auto;
	border:1px #dedede solid;
	border-radius:5px;
	color:#333;
	cursor:pointer;
	position:relative;
	z-index:999;
	text-align:center;
}
.vipjgz:hover{
	opacity:0.8;
	color:#fff;
}
.vipjgz i{
	font-size:12px;
	margin-right:5px;
}
/*产品详情页*/
.user-banner  .listdottedtitle{
	color:#fff;
	position:absolute;
	bottom:25px;
	left:0;
	font-size:32px;
}
.authorbuy{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.1);
}
.authorbuy-top {
	background: linear-gradient(135deg,rgba(93,116,240,1) 0%,rgba(111,93,240,1) 100%);
	padding:15px 10px;
	border-radius:10px;
	letter-spacing:0;
	color:#fff;
}
.authorbuy-top img{
	height:38px;
	width:38px;
	border-radius:50%;
	margin-right:5px;
	display:block;
}
.authorbuy-top a{
	color:#fff;
	display:block;
	text-align:left;
	width:141px;
	overflow:hidden;
	line-height:38px;

}
.authorbuy-top span a{
	display:block;
	width:66px;
	border:1px #fff solid;
	border-radius:3px;
	line-height:24px;
	text-align:center;
}
.authorbuy-body h3{
	background:url(../images/xkgm.png) no-repeat left center;
	background-size:20px;
	padding-left:20px;
	font-size:14px;
	margin-top:0;
	margin-bottom:10px;
}
.authorbuy-body h3 span{
	background:#F7F8FF;
	line-height:32px;
	padding:0 10px;
	border-radius:50px;
	display:inline-block;
	height:32px;
	overflow:hidden;
}
.sidebuy-btn{
	text-align:center;
}
.sidebuy-btn a{
	padding:10px 15px;
	text-align:center;
	border-radius:8px;
	font-size:16px;
}
.sidebuy-btn .sidebuy-ktvip{
	background:#5D74F0;
	color:#fff;
	margin-right:10px;
}
.sidebuy-btn  .sidebuy-ptong{
	border:1px #ccc solid;
	color:#bbb;
	font-weight:300;
	height:36px;
}
.sidebuy-btn a:hover{
	opacity:0.8;
}
.sidebuy-info{
	border-top:2px #eee dashed;
}
.sidebuy-info span{
	display:block;
	color:#B2B2B2;
	line-height:1.8;
	font-size:13px;
	font-weight:300;
}
.sidebuy-info span a{
	color:#B2B2B2;
}
.sidebuy-info span a:hover{
	color:#5D74F0;
}
.sidebuy-tag {
	height:25px;
	width:100%;
	overflow:hidden;
}
.sidebuy-tag a{
	background:#eee;
	border-radius:5px;
	padding:5px 10px;
	font-size:12px;
	color:#192646;
	margin-bottom:5px;
	display:inline-block;
	margin-right:10px;
}
.sidebuy-tag a:hover{
	opacity:0.8;
}
a.authorbuy-nologin{
	width:60px;
	border-radius:6px;
	background:rgba(255,255,255,0.3);
	text-align:center;
	height:32px;
	line-height:32px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
}
a.authorbuy-nologin:hover{
	box-shadow:0px 0px 2px rgba(0,0,0,0.26);
	opacity:0.8;
}


/*显示二维码模态框*/
.qrmodal .modal-dialog{width:250px;}
.qrmodal .modal-dialog p button{margin:10px;}
.qrmodal .qrcode{width:150px;margin:auto;}
.qrmodal p.info{margin-bottom:20px;text-align:center;color:#999;}



/*自定义颜色*/
.mian-bgcolor-b:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#5D74F0;
	width:100%;
	height:100%;
	opacity:0.5;
}
.default-bgcolor {
		background:#5D74F0;
}
.twodotted {
	position:absolute;
	left:0;
    top: 50%;
    margin-top: -7px;
}
.twodotted span{
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	border-radius:50%;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
	background:#5d74f0;
	top:0;
	left:0;
	z-index:9;
}
.twodotted span:last-child{
	background:#5d74f0;
	opacity:0.4;
	top:0;
	left:7px;
}
.twovertical{
	position:absolute;
	left:0;
	top:4px;
}
.twovertical  span{
	display:block;
	position:absolute;
	width:6px;
	height:20px;
	border-radius:6px;
	background:#5d74f0;
	top:0;
	left:4px;
}
.twovertical  span:first-child{
	left:0px;
	opacity:0.4;
}
.twodotted-lg span{
		width:17px;
	height:17px;
}

/*个人中心*/
/*个人中心--个人中心封面图*/
.user-grbanner img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-50%;
	width:100%;
}
.changecover{
	position:absolute;
	right:0;
	bottom:0;
	z-index:9;
	opacity:0.4;
}
.changecover span{
	display:block;
	height:100%;
	width:140px;
	border-radius:10px 0 0 0;
	padding:10px 15px;
	background:rgba(255,255,255,0.3);
	color:#fff;
}
.changecover input{
	width:140px;
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}
.changecover:hover{
	opacity:0.8;
}
/*个人中心--个人中心头像*/
.usercenter-tx{
	margin-top:0;
}
.headshots-name{
	text-align:right;
}
.editgrzl a{
	font-size:16px;
	color:#192646;
	font-weight:600;
}
.editgrzl a i{
	color: inherit;
	margin-left:5px;
	opacity:0.8;
	font-size:14px;
}
.headshots-nameside{
	font-size:14px;
	color:#fff;
	padding:2px 8px;
	border-radius:50px;
	line-height:20px;
	font-weight:300;
	display:inline-block;
	margin-left:8px;
	padding-right:2px;
}
.headshots-nameside a{
	background:linear-gradient(130deg,rgba(241,206,36,1) 0%,rgba(239,97,52,1) 100%);
	font-size:12px;
	padding:2px 5px;
	border-radius:50px;
	margin-left:5px;
	color:#fff;
}
.headshots-nameside a:hover{

}
/*个人中心--个人中心菜单*/
.user-centernav ul{
	width:60%;
	margin:40px auto;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	border-radius:10px;
	background:#fff;
	overflow:hidden;
}
.user-centernav ul li{
	text-align:center;
	padding:10px 0;
	width:21%;
	border-left:1px #eee solid;
	background:#fff;
	margin-bottom:0;
}
.user-centernav ul li.active{
	background:rgba(255,255,255,0.8)
}
.user-centernav ul li:first-child{
	border:none;
}
.user-centernav ul li a{
	font-size:15px;
	color:#192646;
	display:block;
	width:100%;
	height:100%;
}
.user-centernav ul li:hover{
	background:#efefef;;
}
/*个人中心--个人中心文章数&筛选*/
.user-articles{
    line-height: 44px;
    height: 44px;
    display: block;
	color: #767c8c;
}
.user-articles-filter a{
	background:#5D74F0;
	color:#fff;
	padding:4px 15px;
	border-radius:5px;
}
.user-articles-filter a:hover{
	opacity:0.8;
}
.user-articles-filter ul{
	position:absolute;
	top:50px;
	right:-17px;
	width:100px;
	padding:10px;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
	background:#fff;
	z-index:99;
	display:none;
}
.user-articles-filter ul:before{
	content:"";
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent;
	border-bottom:10px solid #fff;
	border-right:10px solid transparent;
	width:0;
	height:0;
}
.user-articles-filter ul li a{
	background:none;
	width:100%;
	display:block;
	padding:0;
	color:#666;
	text-align:center;
	line-height:32px;
}
.user-articles-filter ul li a:hover,.user-articles-filter ul li a.active{
	background:#f4f4f6;
}
/*个人中心--个人中心文章列表*/
.uhhotrctn-w2{
	width:22%;
margin-right:4%;
}
.uhhotrctn-w2:nth-child(4n+4){
	margin-right:0;
}
.uhhotrctn-w2 .uhdate{
	text-align:left;
}
.uhhotrctn-w2 .uhhotrctn-item-title{

}

.uhhotrctn-item-title a h3 {
	height:38px;
	text-align:left;
	line-height:1.2;
	margin-bottom:10px;
}
.uhhotrctn-item-title a h3 span{
	color:#cc0000;
	font-size:14px;
}
.uhdlebtn-edit{
	color:#007bff;
}
.uhdlebtn-del{
	color:#EF5757;
}
.uhdlebtn a:hover{
	opacity:0.8;
}
.uhhotrctn-w2 .uhhotrctn-item {
	margin-bottom:40px;
}
.uhhotrctn-w2 .uhhotrctn-item:hover {
	margin:0;
}
.uhhotrctn-w2  .uhhotrctn-item-top{
	height:200px;
}
/*个人中心--关注列表*/
.usattention-item{
	width:30%;
	background:#fff;
	padding:15px;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
	margin-right:5%;
	margin-bottom:30px;
	height:100px;
}
.usattention-item:nth-child(3n+3){
	margin-right:0;
}
.usattention-item-l{
	width:25%;
}
.usattention-item-l img{
	width:70px;
	height:70px;
	border-radius:6px;
	background:#eee;
}
.usattention-item-r{
	width:75%;
}

.usattention-item-r a{
	font-size:16px;
	font-weight:500;
	color:#192646;
}
.usattention-item-r a.qxgz{
	font-size: 12px;
    color: #fff;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    opacity: 0.7;
    margin-left: 8px;
	background:#ddd;
}
 .usattention-item-r a.qxgz:hover{
	 opacity:0.8;
 }
  .usattention-item-r p{
	  margin-top:10px;
	  color:#bbb;
  }

/*个人中心--回复列表*/
.ucreply{
	padding:15px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);

}
.ucreply-item{
	border-bottom:1px #dedede dotted;
}
.ucreply-item-l{
	width:8%;
}
.ucreply-item-l img{
	width:80px;
	height:80px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
}
.ucreply-item-r{
		overflow:hidden;
		width:92%;
}
.ucreply-item-r h3 a{
	font-size:16px;
	font-weight:400;
	color:#192646;
}
.ucreply-item-r h3 span{
	font-size: 14px;
    color: #fff;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    opacity: 0.7;
    margin-left: 15px;
	background:#5D74F0;
}
.ucreply-date{
	color:#bbb;
	font-size:14px;
	font-weight:300;
	line-height:27px;
	display:block;
	width:30%;
	text-align:right;
}
.ucreply-title h3{
	width:70%;
}

.ucreply-item-ctn{
	padding-right:180px;
}

.ucreply-item-ctn p{
	background:#f4f4f6;
	display:inline-block;
	padding:8px 15px;
	line-height:1.8;
}
.ucreply-item-ctn p .ucreply-datetime {
	background:none;
	font-size:13px;
	color:#aaa;
	font-weight:300;
	margin-left:30px;
}
.ucreply-item-ctn img{width:auto;}


.ucreply-zkgd{
	position:absolute;
	bottom:0;
	left:0;
	width:80%;
	text-align:center;
	margin:0 10%;
	background:#fff;
}
.ucreply-zkgd a{
	display:inline-block;
	width:110px;

	height:50px;
	line-height:50px;
	color:#ccc;
}
.ucreply-zkgd a:hover{
	color:#999;
}

/*个人中心--订单中心*/
.ucorder-item{
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.ucorder-item-title{
	width:100%;
}
.ucorder-item-title img{
	width:70px;
	height:70px;
	margin-right:20px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
}
.ucorder-item-title  h3 a{
	font-size:18px;
	font-weight:500;
	color:#192646;
}
.ucorder-item-title h3 span{
	font-size: 14px;
    color: #fff;
    padding: 0 8px;
    border-radius: 50px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    opacity: 0.7;
    margin-left: 15px;
	background:#5D74F0;
}
.ucorder-item-titleimg{
	width:7%
}
.ucorder-item-titler {
	width:100%;
}
.ucorder-item-title h3{
	width:70%;
}
.ucorder-item-title h3:hover{
	opacity:0.8;
}
.ucorder-table table{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#192646;
}
.ucorder-table table th{
	height:42px;
	font-size:16px;
}
.ucorder-table tbody{
	background:#f4f4f6;
}
.ucorder-table  table td{
	height:50px;
}
.ucorder-table table i{margin-right:5px;}
.ucorder-filter a{
	background:#fff;
	color:#999;
	margin-left:10px;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
}
.ucorder-filter a.active{
	color:#fff;
}
.ucorder-filter a:hover{
	background:#efefef;
}
/*个人中心--财富管理*/
.user-articles .amountx{
	font-size: 14px;
    color: #fff;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    margin-left: 15px;
    background: #5D74F0;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	cursor:pointer;
}
.user-articles .amountx:hover{
	opacity:0.7;
	color:#fff;
}
.ucwealth {
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
	padding:20px;
}
.ucwealth-item {
	padding-bottom:40px;
}
.ordlistnum{
	width:70%;
	display:inline-block;
}

.modal-dialog {
	max-width:1080px;
	margin:120px auto;
}
.withdraw-modal .modal-content h2{
	text-align:center;
	font-size:28px;
	margin:15px;
	position:relative;
}
.h2line{
	height:5px;
	width:60px;
	background:#3050FA;
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-30px;
}
.withdraw-content .close{
	margin:0;
	right:10px;
	top:10px;
	position:absolute;
	border:none;
	background:none;
}
.withdraw-content{
	font-size:16px;
}
.withdrawinfo div{
	width:48%;
	margin-right:10px;
	padding:8px 15px;
}
.txje{
	background:#f4f4f6;
	border-radius:10px;
	padding:35px;

}
.txje label{
	display:block;
}
.txje input{
	padding:8px;
	border:1px #dedede solid;

	border-radius:6px;
	margin-right:10px;
}
.txje p{
	font-size:14px;
	color:#bbb;
	margin-bottom:5px;
	font-weight:300;
}
.scewm{
	background:#f4f4f6;
	border-radius:10px;
	padding:35px;
}
.scewm label span{
	color:#bbb;
	font-size:14px;
}
.skerweima{
	width:160px;
	height:200px;


	background-size:80px;
	position:relative;
}
.skerweima input{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}
.skerweima div{
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	line-height:200px;
	display:none;
	transition:0.3s;
	-webkit-transition:0.3s;
	cursor:pointer;
}
.skerweima:hover div{
	display:block;
}
.tjsqbtn{
	display:bkock;
	width:160px;
	height:42px;
	text-align:center;
	line-height:42px;
	border-radius:8px;
	background:#3050FA;
	margin:30px auto;
	font-size:16px;
	color:#fff!important;
}
.tjsqbtn:hover{
	opacity:0.8;
	color:#fff;
}
/*反差导航跟随*/
#header2{
	padding:5px 0;
	height:60px;

}
#header2 .logo{
	height:48px;
}
#header2 .logo img{
	height:48px;
	width:auto;
}
#header2  .menu-item a {
	color:#333;
}
.headerfixed{
	box-shadow:0 0 8px rgba(0,0,0,0.26);
	/*background:#5d74f0;*/
}

/*下载页面*/
.downloadlogo{text-align:center;}
	.downloadlogo a{display:inline-block;width:auto;height:52px;}
	.downloadlogo img{width:auto;height:52px;}
	.downloadpage{background:#fff;border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,0.1);width:800px;margin:0 auto;}
	.downloadpage h1{font-weight:400;margin-bottom:25px;}
	.downloadinfo{background:#f4f4f6;font-size:15px;font-weight:300;}
	.downloadinfo p:first-child{margin-bottom:15px;}
	.downloadvip{display:inline-block;background:#ffebeb;
	padding:3px 8px;margin:0 5px;color:#cc0101;border-radius:5px;}
	.downloadvip .iconfont{font-size:12px;color:#ffc108;margin-right:5px;}
	.downloadma{background:#eafeff;display:inline-block;width:auto;border-left:2px #26b7b7 solid;}
	.downloadlink{padding:10px 20px;border:1px #dedede dotted;display:inline-block;width:auto;}
/*页脚*/

.footer-flex{display:flex;justify-content: flex-start;align-items: flex-start;overflow:hidden;}
	.footer-row{margin-left:-15px;margin-right:-15px;}
	.footer-top-color{color:#fff;}
	.footer-top-bgcolor{background:#161e30;}
	.footer-top{padding:60px 0 50px;font-size:14px;line-height:1.5;text-align: justify;}
	.footer-top p{opacity:0.8;}
	.footer-text img{display:block;margin:10px 0;max-width:100%;}
	.footer-text{width:25%;padding:0 15px;}
	.footer-link{width:12.5%;padding:0 15px;}
	.footer-link ul{list-style:none;padding:0;margin:0;}
	.footer-link ul li a{opacity:0.8;display:block;padding-bottom:5px;}
	.footer-link ul li a:hover{color:#fff;opacity:1;}
	.footer-img{width:12.5%;padding:0 15px;text-align:center;}
	.footer-img img{width:120px;height:auto;max-width:100%;margin-bottom:8px;}
	.footer-img span{display:block;text-align:center;}
	.footer-top .footer-text-title{font-size:18px;font-weight:600;opacity:1;line-height:24px;}
	.footer-top .footer-link-title{font-size:15px;font-weight:600;opacity:1;line-height:24px;}
	.footer-bottom{text-align:center; padding:35px 0;font-size:14px;}
	.footer-bottom-color{color:#fff;}
	.footer-bottom-bgcolor{background:#232d44;}
	.friendlink,.copyright{margin-bottom:5px;line-height:1.8;opacity:0.5;}
	.footer-bottom .friendlink a,.footer-bottom .copyright a{color:#fff;opacity:1;}
 .copyright img{
	 width:22px;
	 height:auto;
 }

/*后自适应修改*/
.changepwdbtn {
	padding-left:100px;
}

/*xcj侧边栏*/
.w-sidef{
	padding-left:0;
	margin-bottom:10px;
}
.w-sidebar{
	/* background:#fff; */
	margin-bottom: 25px;
    /*border: 1px solid #ccc;*/
   /*  -webkit-box-shadow: -3px 0 10px #f6f8fa, 3px 0 10px #f6f8fa, 0 -3px 10px #f6f8fa, 0 3px 10px #f6f8fa;
    box-shadow: -3px 0 10px #f6f8fa, 3px 0 10px #f6f8fa, 0 -3px 10px #f6f8fa, 0 3px 10px #f6f8fa; */

	border-radius:10px;

}
.w-sidebar .w-swiper,.w-sidebar img{
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
}

.w-sidebar .swiper-button-next, .w-sidebar .swiper-container-rtl .swiper-button-prev{
	color:#333;
}
.w-sidebar .swiper-button-prev, .w-sidebar .swiper-container-rtl .swiper-button-next{
	color:#333;
}
.w-sidebar .swiper-button-prev:after, .w-sidebar .swiper-button-next:after{
	font-size:28px;
}
.w-sidr-header{
  /*   color: #000;
    border-bottom: 1px solid #ccc;
    background: #fbfbfb;    */
    padding: 15px 0;
	display:flex;
	justify-content:  space-between;
	 align-items:center;
}
.w-sidr-header h3{
	 margin: 0;
	 padding-left:18px;
	 font-size: 18px;
	 position:relative;
	 line-height:27px;
	 font-weight:600;
}
.w-sidr-header h3 i{
	margin-right:5px;
	color:#6679ef;
}
.w-sidr-header a{
	color: #aaa;
	text-decoration:none;
}
.w-sidr-header a:hover{
	color: #6679ef;
}
.w-sidr-body{
	padding:10px 15px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
}
.w-sidr-li ul li a{
	background: url(../images/list.gif) no-repeat scroll 6px;
    padding: 0 0 0 26px;
    color: #38485a;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    display: block;
    font-size: 14px;
	height:44px;
	overflow:hidden;
	line-height:44px;
	position:relative;
}
.w-sidr-li .twodotted span{
	height:11px;
	width:11px;
}
.w-sidr-li ul li:hover{
	background:#fbfbfb;
}
.w-sidr-li ul li:hover a{
	color:#6679ef;
}
.w-sidr-li ul{
	margin-bottom:-1px;
}
.w-sdimg a{
	padding:15px 0;
	display:flex;
	justify-content:  space-between;
	border-bottom: solid 1px #eee;
    overflow: hidden;
	align-items: stretch;
}
.w-sdimg a:hover{
	background:#fbfbfb;
	color:#6679ef;
}
.w-sdimg-img{
	width:25%;
	height:60px;

}
.w-sdimg-img img{
	width:100%;
	height:100%;
	border-radius:8px;
}
.w-sdimg-wp{
	width:75%;
	padding-left:10px;
	position:relative;
}
.w-sdimg-wp h4{
	display: block;
    color: #333;
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	font-weight:400;
}
.w-sdimg-wp .w-lswp-bottom{
	left:10px;
	bottom:0;
	height:auto;
	color:#aaa;
	font-weight:200;
	position:absolute;
	font-size:13px;
}
.w-sdimg-wp .w-lswp-bottom span{
	margin-left:0;
	margin-right:6px;
}
.w-sdimg-wp .w-lswp-bottom span i{
	margin-right:3px;
	font-size:12px;
}
/*xcj侧边栏-标签列表*/
.w-sidr-litag ul{
	display:flex;
	flex-wrap: wrap ;
	padding:10px 7px;
}
.w-sidr-litag li{
	display:block;
	width:25%;
	padding:3px;

}
.w-sidr-litag li a{
	display:block;
	color: #333;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
	padding-left:8px;
	padding-right:8px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.w-sidr-litag li a:hover{
	background:#dedede;

}

/*标签页内容板块*/
.userbqy{
	min-height:100%;
	margin-top:60px;
}
.w-bqy{
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-bottom:10px;
	border-radius:10px;
	overflow:hidden;
	min-height:100%;
}
.w-bqy .w-bqy-header{
    min-height: 43px;
    color: #333;
    border-bottom: 1px solid #dedede;
    background: #fbfbfb;
	padding:10px 15px;
}
.w-bqy .w-bqy-header h3{
	font-size:18px;
	margin:0;
}
.w-bqy-header h3 i{
	font-size:18px;
	margin-right:5px;
}
.w-bqy .w-bqy-body ul{
	width:100%;
	padding:10px;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.w-bqy .w-bqy-body ul li{
	width:11.1%;
	text-align:center;
	margin-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
.w-bqy .w-bqy-body ul li a{
	    color: #333;
		display:block;
		height:34px;
	line-height:34px;
	padding-left:4px;
	padding-right:4px;
	border-width:1px;
    border-style:solid;
	border-radius:20px;
	overflow:hidden;
	transition: all 0.5s ease 0s;
}
.w-bqy .w-bqy-body ul li a:hover{
	color: #fff;
	background:#6679ef!important;
	border-color:#6679ef!important;
}


/****编辑文档封面图上传*****/
.ep-upload-image .imgdiv{
	width:150px;height:150px;position:relative;
}
.ep-upload-image .imgfile{
	display:block;width:100%;height:100%;opacity:0;z-index:10;cursor:pointer;
}
.ep-upload-image img{
	width:150px;height:150px;position:absolute;left:0;top:0;
}

.form-check{
	margin-left:41px;
}

/*分享*/
.modal.show .modal-dialog{
	width:360px;
}
.show .modal-content{
	padding:0 10px 25px 10px;
	border:none;
}
.modal.show .modal-dialog a.poster-download{
	margin:15px 0;
	width:100%;
	background:#333;
	border-radius:5px;
	display:block;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
/*图标导航*/
.header{
	position:relative;
}
.nav-menu-icon .menu-item-has-children{
	position:static;
}
.nav-menu-icon .sub-menu{
	width:1200px;
	position:absolute;
	left:0;
	top:72px;
	margin:0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:center;
	padding: 0 30px;
	box-shadow:0 3px 6px rgba(0,0,0,0.1);
}
.nav-menu-icon .menu-item .sub-menu .menu-item {
	border:none;
	width:23%;
	margin-bottom:30px;
	position:relative;
	background:#f8f8fa;
	padding:20px;
	border-radius:3px;
	height:auto;
	margin-right:1%;
	margin-left:1%;
	-webkit-transition: 0.2s;
    transition: 0.2s;
}
.nav-menu-icon .sub-menu li:first-child,
.nav-menu-icon .sub-menu li:nth-child(2),
.nav-menu-icon .sub-menu li:nth-child(3),
.nav-menu-icon .sub-menu li:nth-child(4)
{
	margin-top:30px;
}

.nav-menu-icon .sub-menu li a{
	padding-left:50px;
	display:block;
	height:auto;
}
.nav-menu-icon .menu-img{
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
}
.sub-menu .menu-item:hover img{
	background:rgba(255,255,255,1);
	border-radius:5px;
}
.nav-menu-icon  .menu-title{
	line-height:1.2;
	font-size:16px;
	font-weight:600;
}
.nav-menu-icon .menu-post-num{
	color:#bbb;
	line-height:1.2;
	margin-top:15px;
	height:18px;
	overflow:hidden;
}
.nav-menu-icon .menu-item .sub-menu .menu-item:hover{
	background:#5d74f0;
}
 .nav-menu-icon .sub-menu li:hover a, .nav-menu-icon .sub-menu li:hover a .menu-post-num{
	 color:#fff;
 }
/*搜索分类*/
.search-clsf{
	margin-bottom:20px;
	padding:0 20px;
}
.search-clsf a{
	padding:5px 15px;
	display:inline-block;
	color:#fff;
}
.search-clsf a.active{
	background:#fff;
	border-radius:3px;
	position:relative;
	color:#5d74f0;
}
.search-clsf a.active:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:-6px;
	border-top:6px #fff solid;
	border-left:6px transparent solid;
	border-right:6px transparent solid;
	width:0;
	height:0;
}

/*首页新闻标题*/
.homenews-item {
	width:48%;
	box-shadow: 0px 3px 10px rgba(16,19,122,0.3);
	padding:35px;
	border-radius:10px;
	padding-right:230px;
	position:relative;
	margin-bottom:80px;
}
.homenews-first{
	padding-bottom:15px;
	border-bottom:1px #dedede solid;
}
.homenews-first h4{
	font-size:18px;
	margin-bottom:10px;
	height:20px;
	overflow:hidden;
	color:#333;
}

.homenews-list {
	margin-top:15px;

}
.homenews-list li a{
	font-size:14px;
	color:#333;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
	display:block;
	width:100%;
	padding:5px;
}
.homenews-list li a:hover{
	background:#f4f4f4;
}
.homenews-list li a i{
	width:10px;
	height:10px;
	border-radius:50%;
	border:2px #ccc solid;
	display:inline-block;
	margin-right:5px;
}
.homenews-list li a:hover i{
	border: 2px  solid;
}
.homenews-first p{
	color:#bbb;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homenews-title{
	width:180px;
	height:95%;
	position:absolute;
	right:25px;
	top:-25px;
	background: linear-gradient(136deg, #6F5DF0 0%, #5d74f0 100%);
	color:#fff;
	border-radius:20px;
	text-align:center;
}
.homenews-title a{
	display:block;
	height:100%;
	width:100%;
	padding-top:80px;
}
.homenews-title img{
	width:65px;
	height:auto;
}
.homenews-title h3{
	margin-top:20px;
	background:url(../images/homenews-btbg.png) no-repeat center;
	background-size:160px auto;
	padding-bottom:11px;
	color:#5d74f0;
}
.homenews-item:nth-child(2) .homenews-title{
	background: linear-gradient(136deg, #a1e495 0%, #83a56a 100%);
}
.homenews-item:nth-child(3) .homenews-title{
	background: linear-gradient(136deg, #b5d2d8 0%, #8ea2a6 100%);
}
.homenews-item:nth-child(4) .homenews-title{
	background: linear-gradient(136deg, #ccc 0%, #8b8b8b 100%);
}
.homenews-item:nth-child(2) .homenews-title h3{
	color:#74a557;
}
.homenews-item:nth-child(3) .homenews-title h3{
	color:#83989c;
}
.homenews-item:nth-child(4) .homenews-title h3{
	color:#8a8a8a;
}
.homenews-item:nth-child(3),.homenews-item:nth-child(4){
	margin-bottom:0;
}

/*重写产品列表*/
.qxgridlist-item{
	width:48.8%;
	background:#fff;
	padding:25px 0;
	border-radius:10px;
	box-shadow: 0px 3px 10px rgba(16,19,122,0.3);
	margin-bottom:30px;
}
.qxgridlist-item-l{
	width:42%;
	background:url(../images/ntitembg.png) no-repeat center;
	position:relative;
	background-size: 125%;
}
.qxgridlist-item-l img{
    width: 192px;
    height: 119px;
    position: absolute;
    top: 15%;
    left: 11.3%;
}
.qxgridlist-item-r{
	width:55%;
	padding-right:20px;
}
.qxgridlist-item-r h3 a{
	color:#333;
	font-size:17px;
	line-height:1.4;
	display:block;
	width:100%;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height:46px;
}
.qxgridlist-item-r .w-ntitem-btn{
	margin-top:15px;
}
.qxgridlist-item-r .w-ntitem-btn a{
	width: 145px;
}
.qxgridlist-zhj,.qxgridlist-zhj span{
	font-size:15px;
	font-weight:600;
	color:#fe4632;
	margin:10px 0;
}
.qxgridlist-zhj span{
	font-size:20px;
}
.qxgridlist-jgzk{
	background:#f4f4f4;
	color:#999;
	text-align:center;
	padding:5px;
	font-size:13px;
}
.qxgridlist-jgzk span{
	display:block;
	width:33%;
}
.qxgridlist-jgzk span:nth-child(2){
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
.listtag   .uhauthor{
	width:auto;
}
.listtag   .uhauthor img{
	width:26px;
	height:26px;
	box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	border-radius:5px;
	margin-right:5px;
	position:absolute;
	top:0;
	left:0;
}
.listtag   .uhauthor .uhauthor-name{
	font-size:13px;
	font-weight:300;
	color:#999;
	display:block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height:26px;
	line-height:26px;
	padding-left:30px;
}
/*侧边栏开通会员链接*/
.sidebargetvip {
	color:#777;
	display:inline-block;
	background:#f4f4f6;
	padding:5px 0;
	border-radius:50px;
	width:100%;
}
.sidebargetvip i{
	font-size:14px;
	margin-right:5px;
	color:#ffbd19;
}
.sidebargetvip:hover{
	background:#f0f0f2;
	color:#333;
}

/*页脚*/
footer{
	background:#161e30;
	padding-top:80px;
	color:#fcfcfc;
}
.w-ftitem-1{
	width:26%;
	padding-right:40px;
	margin-top:-20px;
}
.w-ftitem-1 img{
	width:auto;
	height:52px;
	margin-bottom:15px;
}
.w-ftitem-1 p{
	opacity:0.65;color:#fff;
	text-align:justify;
}
.w-ftitem-2{
	width:57%;
	padding-right:40px;
}
.w-ftitem-2 h5{
	font-size:15px;
	font-weight:700;
	border-left:3px solid #fff;
	padding-left:8px;
	line-height:1;
	opacity:0.8;
	margin-bottom:20px;
}
.w-ftitem-2 ul li{
	margin-top:10px;
	opacity:0.65;
}
.w-ftitem-2 ul li a{
	color:#fff;
	opacity:0.65;
}
.w-ftitem-2 ul li a:hover{
	opacity:0.8;
}
.w-ftitem-3{
	width:20%;
	text-align:right;
}
.w-ftitem-3 img{
	width:110px;
	height:110px;
}
.w-ftitem-3 p{
	opacity:0.65;
	margin-top:5px;
}

.w-ftbq {
	padding-top:20px;
	border-top:1px #2f3c5a  solid ;
	margin-top:70px;
	font-size:12px;
	text-align:center;
}
.w-ftbq p{
	margin-bottom:6px;
	margin-top:6px;
		opacity:0.65;
}
.w-ftbq span{
	opacity:0.65;
}
.w-ftbq a{
	color:#fff;
	padding:0 5px;
	opacity:0.85;
}

.foot_phone_title {
	font-size:16px;
	font-weight:600;
	text-align:right;
	margin:0;
}
p.foot_phone {
	height:40px;
	line-height:40px;
	font-size:34px;
	color:#989898;
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
	font-family:Impact;
}
.foot_phone i {
	font-size:22px;
}
.foot_phone_info {
	font-size:12px;
	color:#989898;
	height:20px;
	line-height:20px;
	text-align:right;
	margin:0;
	margin-bottom:30px;
}
.foot_icon li {
	position:relative;
	width:33px;
	height:33px;
	margin:10px;
	cursor:pointer;
}
.foot_icon li{
	background:rgba(255,255,255,0.3);
	border-radius:50%;
	text-align:center;
}
.foot_icon li>i {
	color:#161e30;
	font-size:20px;
	line-height:33px;
}
.foot_icon li>div {
	position:absolute;
	display:none;
	border:1px solid #eee;
	animation:winAlertIn 0.4s;
	border-radius:4px;
}
.foot_icon li>div>i {
	position:absolute;
	display:block;
	border-top:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	bottom:-10px;
	left:43px;
	height:0px;
	width:0px;
}
.foot_icon li:hover {
	background:#f4f4f4;
}
.foot_icon li:hover>div {
	display:block;
}

.foot_qq_content {
	width:120px;
	height:auto;
	background-color:#fff;
	border:1px solid #eee;
	padding:20px 10px;
	bottom:50px;
	left:-33px;
}
.foot_weixin_content {
	width:120px;
	padding:10px;
	background-color:#fff;
	height:165px;
	top:-170px;
	left:-33px;
}
.foot_douyin_content {
	width:120px;
	padding:10px;
	background-color:#fff;
	height:165px;
	top:-170px;
	left:-33px;
}
.foot_weibo_content {
	width:120px;
	padding:10px;
	background-color:#fff;
	height:100px;
	top:-105px;
	left:-33px;
}
.foot_weibo_content .foot_qr a {
	display:block;
	height:28px;
	line-height:28px;
	font-size:14px;
	width:80px;
	margin:5px auto;
	color:#999;
	border:1px solid #999;
	font-weight:600;
	border-radius:5px;
	text-align:center;
}
.foot_weibo_content .foot_qr a:hover {
	color:#e6162d;
	border:1px solid #e6162d;
}
.foot_qr img {
	width:100px;
	height:100px;
}
.foot_qr h5 {
	text-align:center;
	color:#333;
	font-size:12px;
	font-weight:600;
	line-height:1.5;
	margin-top:7px;
}
.foot_qr p {
	text-align:center;
	color:#666;
	font-size:12px;
	line-height:1.2;
	padding:0;
	margin:0;
}
@keyframes winAlertIn {
	0% {
	transform:scale(0.7);
}
45% {
	transform:scale(1.08);
}
80% {
	transform:scale(0.9);
}
100% {
	transform:scale(1);
}
}.foot_qq_list h3 {
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:600;
	overflow:hidden;
	color:#333;
	text-align:center;
	margin-bottom:10px;
}
.foot_qq_list p {
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:600;
	color:#666;
	text-align:left;
	overflow:hidden;
	font-weight:600;
	margin:5px 0;
}
.foot_qq_list a {
	display:block;
	height:28px;
	line-height:28px;
	font-size:12px;
	font-weight:500;
	color:#999;
	text-align:center;
	border:1px solid #ededed;
}
.foot_qq_list a:hover {
	color:#1795ee;
}
.foot_qq i,.foot_weibo i{
	font-size:17px!important;
}

/*成为会员补充常见问题*/
.vipfaq-title{
	text-align:center;
}
.vipfaq-title h3{
	font-size:24px;
	margin-bottom:5px;
	margin-top:60px;
}
.vipfaq-title p{
	color:#bbb;
}
/*--侧边栏板块-标签*/
.w-sdr4item{
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(16,19,122,0.16);
	padding:20px 10px;
}
.w-sdr4item ul li{
	padding:0 5px;
	overflow:hidden;
	height:36px;
	margin-bottom:10px;
}
.w-sdr4item ul li a{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:left;
	border-radius:10px;
	padding:0 5px;
	overflow:hidden;
}
.w-sdr4item ul li a div{
	display:inline-block;
	padding:0 9px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:10px;
	margin-left:-5px;
	margin-right:3px;
}
/*返回顶部*/
.QZ-up{
	width:40px;
	height:40px;
	background:#ccc url(../images/fanhuidingbu1.png) no-repeat center;
	position:fixed;
	right:10px;
	bottom:15%;
	cursor:pointer;
	border-radius:50%;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}

/*广告位*/
.add-ad a{
	display:block;
	width:100%;
	height:auto;
}
.add-ad a img{
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:10px;
}

.articles .add-ad a img{
	border-radius:0;
	margin:0;
}
.dis-none{
	display:none;
}
.hljs-ln-code{padding-left:15px!important;}


/*新列表*/
.newlist-classify{
	margin-bottom:20px;
	position:relative;
}
.newlist-classify,.newlist-classify ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.newlist-classify ul.nav-tabs{
	border-bottom:none;
}
.newlist-classify h2{
	font-weight:700;
	margin-right:15px;
}
.newlist-classify ul li{
	margin: 0 6px;
}
.newlist-classify ul li a{
	display:block;
	padding:5px 15px;
	border-radius:50px;
	background:#eff1fd;
	color:#666;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.newlist-classify ul li a:hover{
	background:#5d74f0;
	color:#fff;
}
.newlist-classify .seemore{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	color:#999;
}
.newlist-classify .seemore:hover{
	color:#5d74f0;
}
.newimglist-ctn{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:stretch;

}

.newimglist{
	margin-bottom:40px;

}
.newimglist-item{
	position:relative;
	width:calc(20% - 20px);
    background: #fff;
    box-shadow: 0px 3px 10px rgba(16,19,122,0.3);
    border-radius: 10px;
    overflow: hidden;
    margin-right:25px;
    margin-bottom: 35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
	overflow:hidden;
}
.newimglist-item:nth-child(5n) {
    margin-right: 0;
}
.newimglist-item .jiansvg{
	position:absolute;
	right:10px;
	top:20px;
	width:25px;
	height:auto;
	z-index:9;
}
.newimglist-title {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	transition:0.3s;
	-webkit-transition:0.3s;
	background:#fff;
	height:50%;
	padding:15px;
	opacity:0;
}
.newimglist-title h3 a{
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:0.4s;
	-webkit-transition:0.4s;
	font-size:13px;
	font-weight:600;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.newimglist-tag {
	padding:7px 0;
}
.newimglist-tag a{
	display:inline-block;
	font-size:12px;
	background:#f4f4f4;
	border-radius:50px;
	padding:3px 5px;
	margin-right:5px;
	color:#333;
}
.newimglist-title p{
	color:#bbb;
	font-size:12px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newimglist-btn{
	position:absolute;
	left:15px;
	bottom:15px;
	color: #fff;
    text-align: center;
    width: 94px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #5D74F0;
    border-radius: 50px;
	font-size:13px;
}
.newimglist-btn:hover{
	color:#fff;
	opacity:0.8;
}
.newimglist-item:hover {
	transform:scale(1.2,1.2);
}
.newimglist-item:hover .newimglist-title{
	opacity:1;
}


/**/
.rightsider{
	position:fixed;
	right:0;
	top:40%;
	width:50px;
	z-index: 999;
}
.rightsider ul{
	display:flex;
	justify-content:center;
	flex-direction: column;
	align-items:center;
	text-align:center;
}
.rightsider ul img{
	width:40px;
	height:auto;
}
.rightsider ul li{
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	color:#999;
}
.rightsider ul li a{
	color:#999;
	font-size:12px;
}
.QZ-up {
    width: 40px;
    height: 40px;
    background: #dedede url(../images/fanhuidingbu1.png) no-repeat center;
    position:relative;
    cursor: pointer;
    border-radius: 50%;
    box-shadow:none;
	right:0;
    bottom: 0;
}
.rightsider ul li:hover  img{
	opacity:0.8;
}
.rightsidersvg-ewm{
	position:absolute;
	right:50px;
	top:50%;
	transform:translateY(-50%);
	width:0;
	height:110px;
	overflow:hidden;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.rightsidersvg-ewmimg:before{
	content:"";
	position:absolute;
	top:45%;
	right:0;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-left:10px solid #dff7e3;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	z-index:-1;
}
.rightsidersvg-ewmimg{
	background:#dff7e3;
	padding:6px;
	border-radius:6px;
	width:100px;
	height:100px;
}
.rightsider ul .rightsidersvg-ewmimg img{
	width:100%;
	height:100%;
	background:#fff;
	border:2px #fff solid;
	opacity:1;
}

.rightsidersvg-wx:hover .rightsidersvg-ewm{
	width:110px;
}
/**/
.rightsidersvg-phone{
	position:absolute;
	right:50px;
	top:45%;
	transform:translateY(-50%);
	width:0;
	height:50px;
	overflow:hidden;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.rightsidersvg-phoneword:before{
	content:"";
	position:absolute;
	top:45%;
	right:0;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-left:10px solid #ffe1e1;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	z-index:-1;
}
.rightsidersvg-phoneword{
	background:#ffe1e1;
	border-radius:6px;
	width:120px;
	height:50px;
	line-height:50px;
}

.rightsidersvg-sj:hover .rightsidersvg-phone{
	width:128px;
}

/**/
.newnavlist-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}
.newnavlist-item{
	border-radius:5px;
	background:#fff;
	width:calc(25% - 22.5px);
	margin-right:30px;
	position:relative;
	padding:18px;
	padding-left:70px;
	box-shadow:0px 3px 7px rgba(16,19,122,0.3);
	margin-bottom:25px;
	position:relative;
	height:78px;
}
.newnavlist-item:nth-child(4n){
	margin-right:0;
}
.newnavlist-item img{
	width:40px;
	height:40px;
	position:absolute;
	left:18px;
	top:18px;
}
.newnavlist-item h3{
	font-size:15px;
	font-weight:700;
	color:#333;
	margin-bottom:5px;
	transition:0.3s;
	-webkit-transition:0.3s;
		word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}
.newnavlist-item p{
	font-size:13px;
	color:#aaa;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}

.ttooltip{
	width:80%;
	height:auto;
	border-radius:5px;
	background:#111;
	color:#fff;
	padding:15px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:85px;
	z-index:12;
	transition:0.3s;
	-webkit-transition:0.3s;
	display:none;
	opacity:0;
}
.ttooltip:before{
	content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    border-bottom: 7px #111 solid;

}

.newnavlist-item:hover .ttooltip{
	display:block;
	opacity:1;
}
.newnavlist-item:hover h3{
	color:#5d74f0;
}
/**/
.newnavlist2-item{
	width:calc(33% - 20px);
	margin-right:30px;
	box-shadow:0px 3px 7px rgba(16,19,122,0.3);
	border-radius:5px;
	background:#fff;
	height:106px;
	overflow:hidden;
	margin-bottom:25px;
}
.newnavlist2-item:nth-child(3n){
	margin-right:0;
}
.newnavlist2-item img{
	height:100%;
	width:33%;
}
.newnavlist2-item a{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	height:100%;
}
.newnavlist2-title{
	width:67%;
	padding:15px;
}
.newnavlist2-title h3{
	font-size:16px;
	color:#333;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
  margin-bottom:10px;
  transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist2-title p{
	font-size:13px;
	color:#aaa;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width:100%;
}
.newnavlist2-item:hover h3{
	color:#5d74f0;

}
/**/
.newnavlist3-item{
	width:calc(20% - 24px);
	margin-right:30px;
	background:#fff;
	margin-bottom:25px;
	height:332px;
	padding-top:290px;
	position:relative;
}
.newnavlist3-item:nth-child(5n){
	margin-right:0;
}
.newnavlist3-item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:280px;
	border-radius:8px;
	margin-bottom:10px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist3-item h3{
	font-size:16px;
	color:#333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	margin-bottom:5px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist3-item:hover h3{
	color:#5d74f0;

}
.newnavlist3-item:hover img{
	top:-3px;

}
.newnavlist3-item p{
	font-size:13px;
	color:#aaa;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}

/*新幻灯片*/
.newbanner{
	height:660px;
	position:relative;
}
.newbanner-swiper .swiper-wrapper{
	height:660px;

}
.newbanner-search{
	position:absolute;
	top:300px;
	left:50%;
	transform:translateX(-50%);
	z-index: 9;
}

.newbanner .user-search{
	background:rgba(0,0,0,0.2);
}
.newbanner .ubanner-ctn{
	margin:0 auto;
}
