/*banner*/
/*body {*/
/*	overflow-x: auto;*/
/*}*/
p {
	box-sizing: border-box;
}
.banner{
	color: #FFF;
	height: 520px;
	position: relative;
	width: 100%;
	text-align: center;
}
.banner img{
	width: 100%;
	height: 100%;
}

.banner .bannerImg {
	height: 520px;
	min-width: 1200px;
	background-image:url("/Public/static/index/img/2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;/* 兼容Opera */
	zoom: 1;
	margin: 0 auto;
}

.banner h3{
	font-size: 73px;
	line-height: 120px;
	margin-top: 84px;
	font-weight: lighter;
}
.banner p{
	font-size: 21px;
}

.edtion {
	width: 1200px;
	margin: 0 auto 100px;
	display: flex;
	border-right: 1px solid #eaeaea;
}
.edtion div {
	width: 20%;
	background: #fff;
	/*border-left: 1px solid #eaeaea;*/
}
.edtion .borbot {
	border-bottom: 1px solid #eaeaea;
}

.edtion p {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	position: relative;
}
.edtion img {
	padding-top: 10px;
}
.edtion .titlist {
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	background: #f4faff;
}
.edtion .widthmore {
	width: 20%;
}
.edtion p:nth-child(odd) {
	background: #f4faff;
}
.edtion .borbot p:nth-child(odd) {
	background: #fff;
}
.edtion span.iconfont {
	display: inline-block;
	transform: rotate(-90deg);
}
.edtion .boxshadow:hover p {
	border: none;
	background: #fff;
}
.edtion .boxshadow:hover {
	box-shadow: 0 2px 10px 4px rgba(50,150,240,0.18);
	z-index: 100;
	border: none;
}
.edtion .boxshadow:hover .titlist {
	background: #0a86f8;
	color: #fff;
}
.hoticon,.hotNumber {
	position: relative;
	overflow: hidden;
}
.hoticon:after{
	content: '';
    position: absolute;
    width: 86px;
    height: 48px;
    background: #ff5555;
    top: -20px;
    right: -28px;
    transform: rotate(36deg);
    z-index: 98;
}
.hoticon:before, .hottd2::before {
    position: absolute;
    content: "热销";
    color: rgb(255, 255, 255);
    top: -18px;
    right: 0px;
    font-size: 12px;
    padding: 5px 3px 0px 20px;
    z-index: 99;
}

.edtion .lineLeft {
	height: 38px;
	width: 240px;
	background: #fff;
	border-left: none;
}

.hotNumber:before {
	position: absolute;
	top: 5px;
	right: 0px;
	content: '';
	background: url('/Public/static/index/img/hotNumber.png') no-repeat center;
	z-index: 50;
	width: 68px;
	height: 24px;
	background-size: 100% 100%;
	animation: jump linear 0.8s infinite alternate;
	-moz-animation: jump linear 0.8s infinite alternate;
	-webkit-animation: jump linear 0.8s infinite alternate;
	-o-animation: jump linear 0.8s infinite alternate;
}

@keyframes jump {
	0%{
		top: 0px;
	}
	50%{
		top: 4px;
	}
	100%{
		top: 8px;
	}
}
@-webkit-keyframes jump {
	0%{
		top: 0px;
	}
	50%{
		top: 4px;
	}
	100%{
		top: 8px;
	}
}

.chajian:before {
	position: absolute;
	top: 2px;
	right: 12px;
	content: '';
	background: url('/Public/static/index/img/zengzhi.png') no-repeat center;
	z-index: 50;
	width: 60px;
	height: 14px;
}


.borbot p {
	cursor: pointer;
}
.borbot p:hover {
	color: #0b86f9;
}
.edtion .height {
	height: 55px;
    line-height: 20px;
    padding: 10px 0;
}
.edtion .height img {
	padding-top: 10px;
}
.borbot .active {
	color: #0b86f9;
}
.borbot #plugin.active {
	color: #ff6a53;
}
.borbot #plugin:hover {
	color: #ff6a53;
}
html body .borbot #plugin {
	color: #ff6a53;
	font-weight: bold;
}
.moreplugin,.appfunc {
	display: none;
}

.tablefixtr {
	position: fixed;
	top: -200px;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	z-index: 100;
	/*transition: all .3s;*/
	z-index: 101;
}

.attentain {
	font-size: 14px;
	line-height: 36px;
	color: #444;
	padding-top: 60px;
	border-top: 20px solid #f7fbfe;
}
.attentain li {
	float: inherit;
}
.attentain p {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.attentain li span {
	color: #0a86fa;
	display: inline-block;
	width: 126px;
	margin-right: 10px;
}
/*添加功能数据列表*/
.functionList {
	width: 1199px;
	margin: 0 auto 66px;
	height: 363px;
}
.functionUl {
	list-style: none;
	display: flex;
	flex-direction: row;
}

.funcItem {
	width:285px;
	height:363px;
	background:rgba(255,255,255,1);
	box-shadow:3px 4px 10px 0px rgba(94,94,94,0.23);
	border-radius:5px;
	margin-left: 20px;
	position: relative;
	cursor: default;
	transform: scale(1)  translate3d(0,0,0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.funcItem:hover {
	transform: scale(1.05);
	box-shadow: 10px 10px 12px 0px rgba(94,94,94,0.23);
}

.funcItem::after {
	content: "";
	width:285px;
	height:6px;
	background:rgba(149,192,255,1);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.funcTitle {
	height:28px;
	font-size:28px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 28px;
	text-align: center;
	margin-top: 13px;
}

.funcCont {
	width:237px;
	height:54px;
	font-size:14px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:20px;
	text-align: center;
	margin: 20px auto 0;
}

.funcBtn {
	width:158px;
	height:38px;
	margin: 31px auto 0;
	background:rgba(10,134,248,1);
	border-radius:19px;
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: 38px;
	text-align: center;
}

.edtion .borbot {
	width: 8%;
	border-bottom: none;
}

.titnew p:nth-child(odd).tithover {
	background: #0a86f8;
	color: #fff;
}

.boxshadow.hoveradd {
	box-shadow :0 2px 10px 4px rgba(50,150,240,0.18);
	z-index: 100;
	border: none;
}

.boxshadow.hoveradd p {
	background: #fff;
	border: none;
}
/* V5版本功能页面样式  */
.v5_func {
	min-height: 480px;
	min-width: 1200px;
	width: 100%;
	background: url("../../img/plugin/banner.png") no-repeat center;
	background-size: 100% 100%;
}
.v5_func .v5_funcImg {
	text-align: center;
	margin: 97px auto 0;
	width: 152px;
	height: 29px;
}
.v5_func .v5_funcBtit {
	height:51px;
	line-height: 51px;
	font-size:54px;
	margin-top: 29px;
	font-weight:bold;
	color: #fff;
}
.v5_func .v5_funcLine {
	width:26px;
	height:4px;
	background:rgba(255,255,255,1);
	margin: 62px auto 27px;
}
.v5_func .v5_funcCont {
	height: 23px;
	line-height: 23px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.v5_funcTit {
	height:40px;
	line-height: 40px;
	font-size:42px;
	font-weight:bold;
	color: #000;
	text-align: center;
}
.v5_funcItem,
.v5_funcBack{
	padding-top: 50px;
	height: 122px;
	padding-bottom: 85px;
}
.v5_funcItem .v5_funcLi,
.v5_funcBack .v5_funcLi{
	flex: 1;
}
.v5_funcItem .v5_funcLi .v5_funcIcon {
	width: 78px;
	height: 78px;
	line-height: 78px;
	background: linear-gradient(0deg,rgba(226,194,118,1),rgba(239,212,138,1));
	box-shadow: 0px 10px 21px 0px rgba(144,108,10,0.15);
	border-radius: 25px;
	margin-bottom: 24px;
	text-align: center;
}
.v5_funcItem .v5_funcLi .iconfont,
.v5_funcBack .v5_funcLi .iconfont {
	font-size: 40px;
	color: #fff;
}
.v5_funcItem .v5_funcLi p,
.v5_funcBack .v5_funcLi p {
	height: 17px;
	line-height: 17px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.v5_funcBack .v5_funcLi .v5_funcIcon{
	width:78px;
	height:78px;
	border-radius:50%;
	line-height: 78px;
	text-align: center;
	margin-bottom: 18px;
}

.v5_funcMony {
	text-align: center;
	height: 49px;
	line-height: 49px;
	margin: 60px auto 22px;
	font-size: 30px;
	color: #82807F;
	font-weight: bold;
}
.v5_funcMony span {
	color: #E22B00;
	font-size: 66px;
}
.v5_funcStit {
	height:18px;
	font-size:18px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:18px;
	margin-bottom: 30px;
	text-align: center;
}
.v5_function {
	width:792px;
	margin: 0 auto 50px;
	box-shadow:0px 10px 21px 0px rgba(151,151,151,0.15);
}
.v5_qudao {
	box-shadow: 0 10px 21px 0 rgba(244,66,40,0.15);
}
.v5_qudao.channel {
	margin-top: 80px;
	width: 944px;
	height: 453px;
	padding: 100px 128px 120px;
	background:linear-gradient(90deg,rgba(226,151,65,1),rgba(255,136,119,1));
}
.v5_qudao .v5_qudaoTit {
	width: 531px;
	height: 66px;
	background: rgba(255,226,197,1);
	border-radius:33px;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 66px;
	font-size: 30px;
	font-weight: 300;
}
.v5_qudao .v5_qudaoUL li{
	position: relative;
	width:224px;
	height:135px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-left: 16px;
	margin-top: 30px;
}
.v5_plugin .v5_qudaoUL li {
	position: relative;
	width:224px;
	height:135px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-top: 37px;
	margin-left: 84px;
}
.v5_plugin .v5_qudaoUL li:nth-child(3n-2){
	margin-left: 0;
}
.v5_qudaoUL li.qudaofee:after {
	content: '免费';
	position: absolute;
	top: 7px;
	right: 6px;
	width: 44px;
	height: 24px;
	text-align: center;
	border-radius: 5px;
	background: #e22b00;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
}
.v5_qudaoUL li.pluginMoney:after {
	content: '增值';
	position: absolute;
	top: 7px;
	right: 6px;
	width: 44px;
	height: 24px;
	text-align: center;
	border-radius: 5px;
	background: rgba(218,184,102,1);
	line-height: 24px;
	color: #fff;
	font-size: 16px;
}
.v5_qudaoUL li img {
	height: 44px;
	width: 44px;
	margin-bottom: 16px;
}
.v5_qudaoUL li .qudaoDesc {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
}
.v5_qudaoUL li .qudaoDesc.noline {
	color: #8c8c8c;
}
.v5_qudaoUL li .qudaoCont {
	font-size: 16px;
	color: #8c8c8c;
}
.v5_plugin {
	background:linear-gradient(88deg,rgba(218,184,102,1),rgba(240,211,130,1));
	box-shadow:0px 10px 21px 0px rgba(224,170,40,0.15);
	padding: 110px 180px 80px;
	width: 840px;
	margin: 10px auto 60px;
}
.pluginDesc {
	height:17px;
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:36px;
	text-align: center;
	margin-top: 55px;
}
.v5_plugin .v5_pluginTit {
	width: 530px;
	height:66px;
	line-height: 66px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	background:rgba(255,241,204,1);
	border-radius:33px;
	margin: 0 auto 27px;
}
.tablefix1 {
	position: absolute;
	display: flex;
	justify-self: center;
	align-items: center;
}
.v5_function .v5_funcOne .v5_funcRgt {
	margin-right: 6px;
}
.v5_function .v5_funcOne .v5_rgtItem {
	border-right: 1px solid #eee;
}
.v5_function .v5_funcOne::-webkit-scrollbar-thumb{
	width:14px;
	background:rgba(255,236,185,1);
	border-radius:7px;
}
.v5_function .v5_funcOne::-webkit-scrollbar{
	width: 14px;
}
.v5_function .v5_funcOne::-webkit-scrollbar-track{
	border-radius:2px;
}
.v5_function .v5_title {
	height:66px;
	background:linear-gradient(90deg,rgba(226,194,118,1),rgba(252,225,151,1));
	line-height: 66px;
	color: #000;
	font-size:30px;
	font-weight:300;
	text-align: center;
	width: 792px;
}
.v5_funcLft,.v5_funcRgt {
	flex: 1;
	text-align: center;
}
.v5_funcLft p:last-child,
.v5_funcRgt p:last-child {
	border-bottom: none;
}
.v5_funcT,
.v5_funcRgt .v5_rgtItem {
	border-bottom: 1px solid #eee;
	font-size:18px;
	font-weight:400;
}
.v5_funcRgt .v5_rgtItem{
	border-left: 1px solid #eee;
	font-size: 16px;
}
.v5_funcT.item1,.v5_funcRgt .v5_rgtItem {
	height: 48px;
	line-height: 48px;
}
.v5_funcT.item2 {
	height: 96px;
	line-height: 96px;
}
.v5_funcT.item3 {
	height: 144px;
	line-height: 144px;
}
.v5_funcT.item4 {
	height: 192px;
	line-height: 192px;
}
.v5_funcT.item5 {
	height: 240px;
	line-height: 240px;
}
.v5_funcT.item6 {
	height: 288px;
	line-height: 288px;
}
.v5_funcT.item7 {
	height: 336px;
	line-height: 349px;
}
.v5_funcT.item8 {
	height: 336px;
	line-height: 349px;
}
.v5_funcT.item10 {
	height: 480px;
	line-height: 480px;
}
.v5_funcT.item20 {
	height: 960px;
	line-height: 960px;
}

.v5_funcCenter {
	height:20px;
	font-size:20px;
	font-weight:bold;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 14px;
}
.v5_funcDesc {
	height:17px;
	font-size:18px;
	font-weight:400;
	color:rgba(89,89,89,1);
	text-align: center;
	line-height: 17px;
	margin-bottom: 75px;
}
.v5_funcDeep {
	margin: 15px auto 80px;
}
.v5_funcDeep img {
	height: 390px;
	width: 776px;
	margin: 40px auto 0;
}
.v5_funcMoney {
	margin: 45px auto 0;
	height:34px;
	font-size:36px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:34px;
	text-align: center;
}
.v5_deepCont {
	height:18px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(0,0,0,1);
	line-height: 18px;
}
.v5_funcMoney span{
	color: #00AAEA;
}
.v5_funcMoney span:nth-child(2){
	text-decoration: line-through;
}
.v5_funcNew {
	margin: 65px auto 0;
	background: #fff;
	padding: 46px 66px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 21px 0px rgba(151,151,151,0.15);
}
.v5_funcNew .v5_newDesc {
	height: 30px;
	font-size:30px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 30px;
}
.v5_funcNew .v5_newItems {
	margin-top: 35px;
	color: #696969;
	font-size: 18px;
	padding-left: 18px;
}
.v5_funcNew .v5_newItems .v5_newItem{
	list-style-type: disc;
	line-height: 20px;
	margin-bottom: 26px;
}
.v5_funcNew .v5_newItems .v5_newItem span{
	background: #00AAEA;
	color: #fff;
}
.v5_funcNew .v5_newItems .v5_newItem p {
	text-indent: 24px;
	line-height: 40px;
}

.v5_funcCall {
	display: block;
	width:154px;
	height:45px;
	margin: 40px auto 52px;
	background: rgba(0,170,234,1);
	border-radius:5px;
	color: #fff;
	line-height: 45px;
	opacity: 0.9;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.v5_funcCall:hover {
	opacity: 1;
	color: #fff;
}
