@charset "utf-8";
img{
  image-rendering: -webkit-optimize-contrast;
}
.h-500{
  height: 500px;
}

/* 邀请大使 */
.bt_invite_tips{
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #20a53a;
	z-index: 10;
}

.bt_invite_tips .tips_username{
  /* padding-top: 50px; */
  margin-right: 15px;
}
.bt_invite_tips .tips_username,
.bt_invite_tips .tips_package,
.bt_invite_tips .tips_btn{
  color: #fff;
  text-align: center;
  /* margin-bottom: 15px; */
}
.bt_invite_tips .tips_username{
	display: flex;
	align-items: flex-end;
	height: 26px;
	margin-right: 20px;
	font-size: 16px;
}

.bt_invite_tips .tips_package{
	display: flex;
  align-items: flex-end;
	margin-right: 40px;
  font-size: 16px;
}
.bt_invite_tips .tips_package span:nth-child(2){
  margin: 0 4px;
	line-height: 26px;
  color: #ff0;
  font-size: 32px;
  font-weight: 600;
}
.bt_invite_tips .tips_btn span{
  display: inline-block;
  width: 150px;
  color: red;
  padding: 10px;
  font-size: 15px;
  background: #ff0;
  border-radius: 3px;
  cursor: pointer;
}
.bt_invite_tips .tips_btn span:hover{
  background: #ffef00;
}
/* END */

/* 顶部提示 */
.top-tips{
	background-color: #646473;
	line-height: 20px;
	color: #eee;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.top-tips a {
	color: yellow;
}
.top-tips .closex {
	position: absolute;
	top: 10px;
	right: 20px;
	line-height: 18px;
	color: #ddd;
	font-size: 24px;
	cursor: pointer;
}
.top-tips .closex:hover {
	color: #fff;
}
/* 客服咨询二维码 */
.contact-qrcode {
	width: 120px;
	height: 120px;
	background: url("./static/images/wechat-qrcode.png") no-repeat center;
	background-size: contain;
}
/* 按钮 */
.downBtn {
	height: 46px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.downBtn span {
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #20a53a;
	text-align: center;
	font-size: 16px;
	color: #20a53a;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
}
.downBtn span:hover {
	background: #20a53a;
	background: linear-gradient(#20a53a,#189d32);
	box-shadow: inset 0 1px 2px #30ad42;
	color: #fff;
	text-shadow: #00851a 0 -1px 0;
}
.downBtn span a {
	display: block;
	color: #20a53a;
}
.downBtn span.on {
	background: #20a53a;
	background: linear-gradient(#20a53a,#189d32);
	box-shadow: inset 0 1px 2px #30ad42;
	color: #fff;
	text-shadow: #00851a 0 -1px 0;
}
.downBtn span.on:hover {
	background-color: #10952a;
	background: linear-gradient(#10952a,#189d32);
	box-shadow: inset 0 1px 2px #10952a;
	color: #fff;
}
.downBtn span.on a {
	display: block;
	color: #fff;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.head{
	height: 90px;
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 99999;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head-box {
	background: #fff;
	transition: .25s;
}
.head_active .head-box,
.head_list .head-box{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 56px;
	margin-right: 75px;
}
.nav span{
	position: relative;
	display: flex;
	align-items: center;
	height: 90px;
	margin-right: 50px;
	box-sizing: border-box;
}
.nav span:last-child {
	margin-right: 0;
}
.nava{
	display: block;
	line-height: 48px;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-size: 18px;
}
.nava.prod::after {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	transition: all 0.25s;
}
.nav span.active .nava{
	color: #ff6a00;
	border-bottom: 2px solid #ff6a00;
	font-weight: 600;
}
.nav span.active .nava.prod::after,
.nava.prod:hover::after {
	border-top-color: #ff6a00;
}
.nav span:hover .nava{
	color: #ff6a00;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 140px;
	margin-left: -70px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	/* padding: 5px; */
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: flex;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 34px;
	text-align: left;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
}
.navhide a.active{
	/*background-color: #ff6a00;*/
	color: #ff6a00;
}
.navhide a:hover{
	color: #ff6a00;
}
.hdr a{
	line-height: 38px;
	width: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #ff6a00;
	display: inline-block;
	border: 1px solid #ff6a00;
	border-radius: 4px;
	margin-left: 12px;
	text-align: center;
}
.hdr a.active,.hdr a:hover{
	background: #ff6a00;
	color: #fff;
}
.hdr a.user {
	width: 140px;
}
.hdr a.user .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(../../images/account.png) no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

.i1 {
	background: url(../images/11bg_01.jpg) no-repeat top center #fff;
	background-size: 100%;
	padding: 80px 0 125px;
}
.i1,
.i2 {
	position: relative;
	z-index: 10;
}
.i1.i1-wave {
	background: none;
}
.i1t h1{
	font-weight: bold;
	font-size: 56px;
	color: #162016;
}
.i1ta a{
	line-height: 65px;
    background: linear-gradient(#ff4500, #ff4500);
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	width: 240px;
	box-shadow: 0 6px 10px rgba(0,110,21,.3);
	font-size: 22px;
}
.i1ta a:hover{
	-webkit-filter: brightness(130%);
}
.i1timg img{
	max-width: 90%;
  image-rendering: -webkit-optimize-contrast;
}
.i1ba{
	height: 120px;
	border-radius: 8px;
	background: #f7f7f7;
}
.i1ba img{
	max-width: 90%;
	max-height: 70%;
}
.swiper-pagination-i1{
	position: relative;
	margin-top: 22px;
	text-align: center;
}
.swiper-pagination-i1 .swiper-pagination-bullet{
	width: 3px;
	height: 3px;
	background: #cacaca;
	margin: 0 5px;
	opacity: 1;
	border: 3px solid #fff;
	padding: 3px;
	transition: .25s;
}
.swiper-pagination-i1 .swiper-pagination-bullet-active{
	border: 3px solid #20A53A;
	background: #fff;
}
.i2a{
	margin-top: 0;
	padding-top: 20px;
}
.i2a:first-child{
	margin-top: -100px;
	padding-top: 20px;
}
.i2a:nth-child(even){
	flex-flow: row-reverse;
}
.i2atxt{
	width: 30%;
	padding-bottom: 50px;
}
.i2aimg{
	width: 67%;
}
.i2atxt img{
	width: 36%;
}
.i2atxt h1{
	line-height: 45px;
	margin-top: -50px;
}
.ititle{
	font-size: 38px;
}
.i2aline{
	background: #20A53A;
	height: 3px;
	width: 60px;
	display: block;
	margin: 25px 0;
}
.i3ocean {
	height: 200px;
	width: 100%;
	position: relative;
	bottom: -50px;
	z-index: 0;
	overflow: hidden;
}

.i3wave {
	background: url(../images/wave.svg) repeat-x;
	position: absolute;
	top: 0px;
	width: 6400px;
	height: 198px;
	-webkit-animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
	opacity: .7;
}

.i3wave:nth-of-type(2) {
	top: 20px;
	-webkit-animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
	animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
	opacity: .7
}

@-webkit-keyframes i3wave {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: -1600px
	}
}

@keyframes i3wave {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: -1600px
	}
}

@-webkit-keyframes swell {

	0%,
	100% {
		transform: translate3d(0, -25px, 0)
	}

	50% {
		transform: translate3d(0, 5px, 0)
	}
}

@keyframes swell {

	0%,
	100% {
		transform: translate3d(0, -25px, 0)
	}

	50% {
		transform: translate3d(0, 5px, 0)
	}
}
.i3{
	background: #edf6ef;
	padding: 0 0 140px 0;
	position: relative;
}
.i31a{
	width: 23%;
}
.textcolor{
	color: #ff4500;
}
.md{
	padding: 80px 0;
}
.i4t{
	padding: 15px;
	background: #fff;
	color: #fff;
	position: relative;
	margin-top: -90px;
	box-shadow: 0 5px 10px rgba(0,0,0,.07);
}
.i4tw{
	background: #20A53A;
	padding: 30px 5%;
	border-radius: 7px;
}
.i4tatop h1{
	font-size: 60px;
	padding-right: 20px;
	margin-right: 15px;
	line-height: 60px;
}
.i4tatop h1 span{
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.i4tatop h1 span.unit {
	right: -5px;
	font-size: 18px;
}
.i4taline{
	width: 1px;
	height: 55px;
	background: rgba(0,0,0,.3);
}
.i4ba{
	height: 130px;
	margin: 10px;
	border-radius: 8px;
	filter: grayscale(100%);filter: gray;
}
.i4ba:hover{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	filter:inherit;
}
.i4ba img{
	max-width: 85%;
	max-height: 85%;
}
.swiper-button-next-i4,.swiper-button-prev-i4{
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -21px;
	font-size: 42px;
	color: #999;
	cursor: pointer;
	background: none;
}
.swiper-button-next-i4:hover,.swiper-button-prev-i4:hover{
	color: #20A53A;
}
.swiper-button-next-i4{
	right: -50px;
}
.swiper-button-prev-i4{
	left: -50px;
}

.flex{
  display: flex;
}
.justify-center {
  justify-content: center;
}
.overview-iframe {
  background-image: url(../../images/extension/pc_bg.png);
  background-repeat: no-repeat;
  height: 850px;
  position: relative;
  background-repeat: no-repeat;
  height: 850px;
  width: 1210px;
  margin: 0 auto;
}
.overview-button-group .button {
  height: 60px;
  line-height: 58px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 20px;
  width: 240px;
}

.overview-iframe iframe {
  position: absolute;
  left: 15px;
  top: 61px;
  width: 1170px;
  height: 766px;
  margin-top: -12px;
  margin-left: 4px;
  border: 1px solid #bbb;
}

.button {
  border: #20a53a 1px solid;
  border-radius: 4px;
  cursor: pointer;
  background-color: #20a53a;
  color: #fff;
  text-decoration: none;
}

.foot{
	/*background: url(../images/footbg_02.jpg) no-repeat bottom center #e7f0e9;*/
	background: #f4eae6;
	padding: 80px 0 30px 0;
}
.foot a:hover{
	color: #20A53A;
}
.fta p,.fta p a{
	color: #666;
}
.fb2,.fb2 a{
	color: #777;
}
.fb{
	line-height: 24px;
}

/*产品*/
.zindex{
	z-index: 9;
	position: relative;
}
.prdbnr{
	width: 53%;
	margin-left: 5%;
}
.prdbnl{
	margin-top: -50px;
}
.i1ta_1 a{
	border-radius: 8px;
	width: 240px;
}
.pd1{
	position: relative;
	z-index: 9;
	margin-top: -75px;
}
.pd1 .swiper-container{
	z-index: 9;
	width: 100%;
}
.pd1a{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,68,12,.1);
	margin: 10px;
	border-radius: 8px;
	padding: 35px 20px;
	z-index: 9;
	cursor: pointer;
}
.swiper-slide-thumb-active .pd1a{
	background: url(../images/pd1bg_03.jpg) no-repeat center;
	background-size: cover;
}
.swiper-slide-thumb-active .pd1a *{
	color: #fff;
}
.pdbimg {
	cursor: pointer;
}
.pdbimg img{
	width: 100%;
}
.pdbimg img.img1{
	display: block;
}
.pdbimg img.img2{
	display: none;
}
.swiper-slide-thumb-active .pdbimg img.img1{
	display: none;
}
.swiper-slide-thumb-active .pdbimg img.img2{
	display: block;
}
.pd1ai{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.swiper-slide-thumb-active .pd1a .pd1ai{
	filter: grayscale(100%) brightness(300%);
}
.swiper-slide-thumb-active .pd1a{
	box-shadow: 0 0 10px rgba(0,68,12,.5);
}
.pd2{
	background: url(../images/pd2bg_02.png) no-repeat bottom center;
	background-size: auto 60.5%;
}
.pdbox .i2aimg{
	width: 55%;
}
.pdbox .i2atxt{
	width: 40%;
	background-size: 100% !important;
}
.pdbox .i2atxt h1{
	margin-top: 0;
}
.i2atxt1 p{
	margin-top: 5px;
}
.i2atxt1 p i{
	width: 6px;
	height: 6px;
	background: #20a53a;
	border-radius: 100%;
}
.prd_more{
	width: 160px;
	border-radius: 50px;
	display: inline-block;
	/* background: url(../images/i1abg_03.png) repeat; */
  background: linear-gradient(#36bd89, #20a53a);
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 4px 15px rgba(0,68,12,.2);
}
.prd_more:hover{
	-webkit-filter: brightness(110%);
}

.pi1{
	margin-top: -30px;
}
.pi1top{
	width: 100%;
	padding-bottom: 0;
}
.pi1top .i2aline{
	margin: 15px auto;
}
.pi1top h1{
	margin: 15px;
}

.pil{
	width: 15%;
	margin-right: 1%;
	border-left: 1px solid #def2e2;
}
.pil li{
	padding-left: 23px;
	border-left: 4px solid rgba(0,0,0,0);
	line-height: 42px;
	cursor: pointer;
	transition: .25s;
}
.pil li.active{
	border-left: 4px solid #20a53a;
	color: #20a53a;
	font-size: 20px;
	margin: 5px 0;
}
.pia{
	background-size: 100% !important;
}
.pia:first-child{
	margin-top: 0;
}
.pia:nth-child(even) .piw{
	/*flex-flow: row-reverse;*/
}
.pia:nth-child(even) .pil{
	/*margin-left: 5%;*/
	/*margin-right: 0;*/
}
.pibox{
	/* background: url(../images/pd2bg_02.png) no-repeat bottom center; */
	/* background-size: auto 56%; */
}

/*活动*/
.hdbn{
	height: 350px;
}
.hdnav{
	box-shadow: 0 8px 25px rgba(0,68,12,.1);
	margin-top: -35px;
}
.hdnav a,.hdnav li{
	position: relative;
	display: block;
	line-height: 70px;
	width: 25%;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}
.hdnav a.active, .hdnav li.active{
	background-image: linear-gradient(#fdf6ed, #fff);
	color: #ff6a00;
}
.hdnav li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
}
.hdnav li.active::before {
	border-top: 4px solid #ff6a00;
}
.hdnav a:hover,.hdnav li:hover{
	color: #ff6a00;
}
.hdw{
	width: 102%;
}
.hda{
	width: 31.33%;
	margin: 17px 0;
	margin-right: 2%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,68,12,.1);
}
.hdat{
	padding-left: 20px;
	color: #fff;
	border-radius: 8px 8px 0 0;
}
.hdab{
	background: #fff;
	transition: .25s;
	border-radius: 0 0 8px 8px;
}
.hdab p{
	line-height: 30px;
	height: 60px;
}
.hdab span{
	display: inline-block;
	line-height: 45px;
	width: 140px;
	border-radius: 48px;
	text-align: center;
	transition: .25s;
}
.hda:hover{
	transform:translateY(-10px);
}
.hdab_green span{
	border: 1px solid #20A53A;
	color: #20A53A;
}
.hda:hover .hdab_green{
	box-shadow: 0 0 65px rgba(25,172,54,.3) inset;
}
.hda:hover .hdab_green span{
	background-image: linear-gradient(#55b991, #22a63d);
	color: #fff;
}
.hdab_yellow span{
	border: 1px solid #ff8134;
	color: #ff8134;
}
.hda:hover .hdab_yellow{
	box-shadow: 0 0 65px rgba(255,129,52,.3) inset;
}
.hda:hover .hdab_yellow span{
	background-image: linear-gradient(#ff8134, #ef7428);
	color: #fff;
}
.hdab_blue span{
	border: 1px solid #4b78ff;
	color: #4b78ff;
}
.hda:hover .hdab_blue{
	box-shadow: 0 0 65px rgba(72,120,255,.3) inset;
}
.hda:hover .hdab_blue span{
	background-image: linear-gradient(#4b78ff, #3d6af0);
	color: #fff;
}
.hda{
	position: relative;
}
.hot{
	width: 100px;
	height: 100px;
	background: url(../images/hot_03.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 9;
}

/* 友情链接 */
.flink {
	color: #666;
	font-size: 12px;
}

.flink a {
	color: #666;
}

.flink a:hover {
	color: #20a53a;
}

/*定价*/
.head_list_dj{
	position: static;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.djbox{
	padding: 0 0 60px 0;
}
.djtop{
	padding: 50px 0;
}
.djtop h1{
	font-size: 38px;
}
.djtopa a{
	border: 1px solid #20A53A;
	color: #20A53A;
	line-height: 58px;
	width: 200px;
	border-radius: 58px;
	display: inline-block;
	margin: 0 15px;
	box-shadow: 0 5px 15px rgba(0,68,12,.1);
}
.djtopa a.active,.djtopa a:hover{
	background-image: linear-gradient(#55b991, #22a63d);
	color: #fff;
}
.dja{
	width: 440px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}
.djam{
	padding: 30px;
}
.djamw{
	margin-top: 30px;
}
.djamw:first-child{
	margin-top: 0;
}
.dja_a{
	height: 36px;
}
.djamw_hidden .djamwbox{
	opacity: .3;
}
.djamw_hidden .djamwbox .dja_a i{
	display: none;
}

.djat .prod-head {
	padding: 30px;
	background: #fff;
	border-bottom: 1px solid #E2E2E2;
	border-radius: 8px 8px 0 0;
}

.djbox_active .djat .prod-head {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 438px;
	height: 105px;
	overflow: hidden;
}

.djab{
	position: relative;
	width: 100%;
	height: 214px;
	padding: 30px;
	border-top: 1px solid #E2E2E2;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.djabb a{
	text-align: center;
	width: 100%;
	border-radius: 4px;
	display: block;
	line-height: 50px;
	box-shadow: 0 5px 15px rgba(0,68,12,.1);
	background-color: #20a53a;
	background: linear-gradient(#36bd89, #20a53a);
	color: #fff;
}
.djabb a:hover{
	-webkit-filter: brightness(130%);
}
.dja3 .djat *{
	color: #fff;
}
.xzat{
	line-height: 45px;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	padding: 0 15px;
	cursor: pointer;
}
.xza.active .xzat{
	border: 1px solid #20A53A;
}
.xzahide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.07);
	display: none;
	background: #fff;
}
.xzahidea{
	line-height: 45px;
	border-bottom: 1px solid #eee;
	padding: 0 15px;
	cursor: pointer;
	color: #666;
}
.xzahidea:hover{
	color: #20A53A;
}

.pay-price .pay-price-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 30.66%;
	height: 84px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.pay-price .pay-price-item:hover {
	border-color: #20a53a;
}

.pay-price .pay-price-item.active {
	border-width: 2px;
	border-color: #20a53a;
}

.pay-price .pay-price-item.active::before {
	content: '';
	position: absolute;
	right: 1px;
	bottom: 5px;
	display: inline-block;
	width: 10px;
	height: 4px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-45deg);
	z-index: 3;
}

.pay-price .pay-price-item.active::after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: inline-block;
	border-width: 12px;
	border-color: transparent;
	border-style: solid;
	border-right-color: #20a53a;
	border-bottom-color: #20a53a;
	z-index: 2;
}

.pay-price .pay-price-item + .pay-price-item {
	margin-left: 4%;
}

.pay-price-item .tag {
	position: absolute;
	top: -10px;
	left: -1px;
	padding: 4px 5px;
	line-height: 1;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ff7300;
	font-size: 12px;
	color: #fff;
}

.pay-price-item.active .tag {
	top: -11px;
	left: -2px;
}

.pay-price .pay-price-name {
	margin-top: 4px;
}

.pay-price .pay-price-num {
	font-size: 18px;
	font-weight: bold;
}

.pricing-tips {
	margin-top: 20px;
	line-height: 22px;
	color: #757575;
}

.pricing-tips p {
	margin-left: 2em;
}

.pricing-tips p:first-child {
	display: flex;
	margin-left: 0;
}

.pricing-tips p + p {
	margin-top: 5px;
}
/* end */

.tcbox{
	display: none;
}
.tcw{
	padding: 20px;
}
.tca{
	width: 48%;
}
.tcaw{
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 70px;
	display: flex;
	align-items: center;
}

/* 插件安装 */
.layer-install-pulgin{
	font-size: 14px;
}
.bt-help-info {
	background: #F7F7F7;
	padding: 15px;
	border: 1px solid #ECECEC;
	color: #4a4a4a;
	border-radius: 5px;
}
.bt-help-info ul{
	list-style-type: disc;
	padding-left: 10px;
}
.bt-help-info li {
	line-height: 28px;
}
.pulgin_select_project {
	margin: 20px 0 15px 0;
}
.pulgin_select_project .tabs_item {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-right: 10px;
	cursor: pointer;
}
.pulgin_select_project .tabs_item.active {
	border: 1px solid #20a53a;
	background: url("/Public/images/online_instatll/install_type_select.png") no-repeat right bottom;
	background-size: 16px 18px;
}
.tabs_tips {
	color: #6E6E6E;
	margin-top: 20px;
	font-size: 12px;
}
.start_install{
	text-align: center;
	margin-top: 30px;
}
.start_install span{
	cursor: pointer;
	background: #20a53a;
	background: linear-gradient(#36bd89, #20a53a);
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
}
.start_install span:hover{
	-webkit-filter: brightness(130%);
}
.pulgin_config_content {
	padding: 20px 15px 10px 15px;
	border: 1px dashed #BBBBBB;
}
.project_select {
	background: #F0F8FF;
	border: none;
	padding: 8px 5px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #5e5e5e;
	margin-right: 20px;
	width: 160px;
}
.project_select option {
	background: #fff;
}
.install_tips_info{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
/* 插件安装 end*/
/* 波浪效果背景 */
.bg-wave {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 800px;
	background: linear-gradient(0deg, #efddd8, #f7f1ed);
	z-index: 8;
}
.bg-wave.top {
	top: 90px;
}
.bg-wave.transparent {
	opacity: 0;
	z-index: 9;
}
.bg-wave canvas {
	width: 100%;
	height: 100%;
}
/* end */
@media only screen and (max-width:1399px) {
	.pil li.active{
		font-size: 24px;
	}
	.hdat img{
		height: 80px;
	}
	.hot{
		width: 80px;
		height: 80px;
	}
	.hdab span{
		line-height: 40px;
		width: 130px;
		font-size: 15px;
	}
	
	.dja{
		width: 380px;
	}
	.djbox_active .djat .prod-head{
		width: 378px;
	}
	.djat .prod-head,.djab{
		padding: 20px;
	}
	.djat .mt_20{
		margin-top: 12px;
	}
	.djab{
		height: 170px;
	}
	.xzat,.xzahidea,.djabb a{
		line-height: 40px;
		font-size: 16px;
	}
	.djtopa a{
		font-size: 15px;
		width: 150px;
		line-height: 46px;
	}
	.pd1a{
		padding: 25px 15px;
	}
	.pd1ar h3{
		font-size: 16px;
	}
	.pd1ar p{
		margin-top: 8px;
		font-size:12px;
	}

	.pay-price .pay-price-item {
		height: 70px;
	}

	.pay-price .pay-price-num {
		font-size: 16px;
	}

	.pay-price .pay-price-name {
		font-size: 12px;
	}
}
@media only screen and (min-width:768px) and (max-width:1299px) {
	.videohidebox{
		width: 80%;
	}
	.i1t h1{
		font-size: 40px;
	}
	.hdl .logo {
		margin-right: 60px;
	}
	.hdr a {
		line-height: 32px;
		width: 80px;
		font-size: 14px;
	}
	.hdr a.user {
		width: 110px;
	}
	.nava{
		font-size: 16px;
	}
	.i1ta a{
		line-height: 50px;
		width: 220px;
		font-size: 18px;
	}
	.i1ta a img{
		height: 20px;
	}
	.i1{
		background-size: 100% 60%;
	}
	.i1ba{
		height: 100px;
	}
	.ititle{
		font-size: 26px;
	}
	.i2atxt h1{
		line-height: 33px;
	}
	.i3{
		padding: 0 0 130px 0;
	}
	.i31a img{
		width: 70px;
	}
	.i31a .txt{
		font-size: 13px;
	}
	.i4tatop h1{
		font-size: 40px;
		line-height: 40px;
	}
	.i4tatop h1 span{
		font-size: 14px;
	}
	.i4tw{
		padding: 20px 3%;
	}
	.i4t{
		margin-top: -75px;
	}
	.swiper-button-next-i4{
		right: 0;
	}
	.swiper-button-prev-i4{
		left: 0;
	}
	.i4ba{
		height: 100px;
	}
	.foot{
		padding: 40px 0 20px 0;
	}
	.ftlogo img{
		width: 100px;
	}
	.fta .text16{
		line-height: 28px;
		font-size: 13px;
	}
	.fta h3{
		font-size: 16px;
	}
	.ftr img{
		width: 100px;
	}
	.fb{
		line-height: 24px;
		margin-top: 35px;
		font-size: 13px;
	}
	
	.pd1{
		margin-top: -54px;
	}
	.pd1a{
		padding: 15px;
	}
	.pd1ai{
		background-size: 80% !important;
	}
	.prd_more{
		line-height: 40px;
		width: 130px;
	}
	
	.pil li{
		line-height: 36px;
		padding: 0 15px;
	}
	.pil li.active{
		font-size: 20px;
	}
	
	.hda{
		margin: 10px 0;
		margin-right: 2%;
	}
	.hdat img{
		height: 70px;
	}
	.hot{
		width: 70px;
		height: 70px;
	}
	.hdab span{
		line-height: 35px;
		width: 100px;
		font-size: 14px;
	}
	.hdbn{
		height: 300px;
	}
	
	.dja{
		width: 32%;
	}
	.djbox_active .djat .prod-head {
		width: 30.8%;
	}
	.djab_null{
		width: 100%;
	}
	.djat .prod-head,.djab{
		padding: 15px;
	}
	.djat .mt_20{
		margin-top: 8px;
	}
	.djab{
		height: 154px;
	}
	.xzat,.xzahidea,.djabb a{
		line-height: 35px;
		font-size: 14px;
	}
	.djtopa a{
		font-size: 14px;
		width: 130px;
		line-height: 38px;
	}
	.djtop h1{
		font-size: 36px;
	}
}
@media only screen and (max-width:1120px) {
	.hdl .logo {
		margin-right: 40px;
	}
	.nav span {
		margin-right: 30px;
	}
	.install-box .title {
		margin-bottom: 6px;
		font-size: 16px;
	}
}
@media only screen and (max-width:950px) {
	.mt_100{
		margin-top: 35px;
	}
	.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 45px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.i1{
		padding-top: 50px;
	}
	
	.prdbn {
		padding: 70px 0 50px 0;
		height: auto !important;
	}
	
	.hdbn{
		margin-top: 0;
		height: 260px;
	}
	.hda{
		width: 48%;
	}
	.bg-wave,
	.bg-wave.top {
		top: 60px;
	}
	.bg-wave {
		height: 600px;
	}
}
@media only screen and (max-width: 768px) {
	.links{display:none}
  /* 邀请大使 */
  .bt_invite_tips{
    height: auto;
    padding: 15px 0;
    flex-direction: column;
    
  }
  .tips_username,
  .tips_package,
  .tips_btn{
    margin-bottom: 10px;
    font-size: 14px !important;
    margin-right: 0 !important;
  }
  .tips_btn{
    margin-bottom: 0;
  }
  .tips_btn span{
    width: 110px !important;
    font-size: 13px !important;
    padding: 7px !important;
  }
  /* end */


	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.swiper-button-next-i4, .swiper-button-prev-i4{
		display: none;
	}
	.i1{
		background-size: 100% 60%;
	}
	.i1,.md{
		padding: 25px 0;
	}
	.i1t h1{
		font-size: 20px;
	}
	.i1t h1 img{
		height: 20px;
	}
	.i1ta a{
		line-height: 40px;
		width: 150px;
		font-size: 15px;
    margin: 0 5px;
	}
  .i1ta a:nth-child(1){
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
	.i1ta a img{
		height: 18px;
	}
	.i1ba{
		height: 80px;
	}
	.i2a{
		padding-top: 15px;
		margin-top: 0;
	}
	.i2a:first-child{
		margin-top: -45px;
		padding-top: 45px;
	}
	.i2atxt{
		padding-bottom: 10px;
	}
	.i2atxt img{
		width: 70px;
		display: block;
		margin: 0 auto;
	}
	.i2atxt h1{
		line-height: 30px;
		margin-top: -30px;
		text-align: center;
	}
	.ititle{
		font-size: 22px;
	}
	.i2aline{
		width: 30px;
		margin: 15px 0;
		margin: 15px auto;
	}
	.i3{
		padding: 0 0 25px 0;
		margin-top: 15px;
	}
	.i31{
		margin-top: 0;
		margin-top: 12px;
	}
	.i31a{
		width: 100%;
		padding: 18px 0;
	}
	.i31a img{
		width: 60px;
	}
	.i4taline{
		width: 100%;
		height: 1px;
		margin: 15px 0;
	}
	.i4tatop h1{
		font-size: 30px;
		line-height: 30px;
	}
	.i4tatop h1 span{
		font-size: 13px;
		line-height: 20px;
	}
	.i4t{
		margin-top: 15px;
	}
	.i4ba{
		height: 80px;
	}
	.foot{
		padding: 25px 0 15px 0;
	}
	.ftlogo{
		width: 100%;
	}
	.ftlogo img{
		display: block;
		width: 100px;
		margin: 0 auto;
	}
	.fta{
		width: 50%;
		padding: 15px;
	}
	.fta1{
		max-width: 33.33%;
		text-align: center;
		margin-top: 15px;
	}
	.fta .text16{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	.fta2{
		margin-top: 15px;
	}
	.ftr{
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	.fb{
		font-size: 12px;
		line-height: 22px;
	}
	
	
	.prdbn{
		padding-bottom: 0px;
	}
	.pd1{
		margin-top: -18px;
	}
	.pd1al {
		width: 100%;
	}
	.pd1ar{
		margin-top: 10px;
		width: 100%;
	}
	.pd1ar h3{
		font-size: 14px;
		line-height: 22px;
	}
	.pd1ar p{
		margin-top: 5px;
	}
	.pd1a{
		padding: 10px 8px;
		width: 100%;
		margin-top: 15px;
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	/*.gallery-thumbs .swiper-slide{
		padding: 10px;
	}*/
	.pd1ai{
		background-size: 60% !important;
	}
	.prd_more{
		font-size: 12px;
		line-height: 36px;
		width: 110px;
	}
	.pd2{
		background-size: 200% 60.5%;
	}
	
	.piw {
		display: flex !important;
	}
	.pil{
		width: auto !important;
		max-height: 300px;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*.pil{
		border: 0;
		margin-bottom: 15px;
	}*/
	/*.pil ul{
		display: flex;
		flex-wrap: wrap;
	}*/
	.pia:first-child{
		margin-top: 25px;
	}
	.pia:nth-child(even) .pil{
		margin-left: 8px !important;
	}
	.pil li{
		line-height: 26px;
		padding: 0 8px;
		font-size: 12px;
	}
	.pil li.active{
		line-height: 26px;
		font-size: 14px;
		border-left: 2px solid #20A53A;
		margin: 0;
	}
	.piw {
		margin-top: 20px;
	}
	
	.hdbn{
		margin-top: 0;
		height: 150px;
	}
	.hdnav{
		margin-top: 15px;
	}
	.hdnav a,.hdnav li{
		line-height: 40px;
		border-top-width: 1px !important;
	}
	.hdbn .prdbnl{
		flex: inherit;
		flex-grow: inherit;
		margin-top: 0 !important;
		width: 70% !important;
	}
	.hda{
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	.hdat img{
		height: 70px;
	}
	.hot{
		width: 70px;
		height: 70px;
	}
	.hdab span{
		line-height: 35px;
		width: 100px;
		font-size: 14px;
	}
	.hdmd{
		padding-top: 0;
	}
	
	.djtop{
		padding: 25px 0;
	}
	.djbox{
		padding-bottom: 25px;
	}
	.dja{
		width: 100%;
		margin: 10px 0;
	}
	.djab_null{
		width: 100%;
	}
	.djat .prod-head,.djab{
		padding: 15px;
		position: static;
		width: 100% !important;
	}
	.djat .mt_20{
		margin-top: 8px;
	}
	.djab{
		height: 160px;
	}
	.xzat,.xzahidea,.djabb a{
		line-height: 35px;
	}
	.djtopa a{
		font-size: 14px;
		width: 120px;
		line-height: 30px;
		margin: 0 5px;
	}
	.djtop h1{
		font-size: 24px;
	}
	.dja_a{
		height: 28px;
		font-size: 12px;
	}
	.dja_a img{
		height: 10px;
	}
	.djam{
		padding: 15px;
	}
	.bg-wave {
		height: 460px;
	}
}

@media only screen and (max-width:400px) {
	.tcw{
		display: block;
		padding: 10px 15px;
	}
	.tca{
		width: 100%;
		margin: 10px 0;
	}
}
