
@media (max-width: 5000px) {
.modal-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}
.vip-banner-a {
	background-image: -moz-linear-gradient( 0deg, rgb(255,231,146) 0%, rgb(242,217,96) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,231,146) 0%, rgb(242,217,96) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,231,146) 0%, rgb(242,217,96) 100%);
	margin: 40px auto 0;
	display: block;
	width: 180px;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	background-color: #fee58d;
	padding: 10px 12px;
	color: #090916 !important;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.vip-banner-a:hover {
	color: #090916;
	opacity:0.8;
}
.swiper-slide a {
	text-decoration: none;
}
.news {
	background-color: #fff;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-back {
	background: url(../img/news.png) no-repeat center !important;
}
.news-list {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	padding: 15px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 25px 0;
	top: 0;
}
.news-list:hover {
	box-shadow: 0px 15px 62px 0px rgba(1, 126, 255, 0.14);
	position: relative;
	top: -5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.news-list>.news-icon i {
	display: block;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	transform: translateZ(0);
	background-image: url(../img/slomo_crop_large2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.news-list:hover>.news-icon i {
	display: block;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	transform: translateZ(0);
	background-image: url(../img/slomo_crop_large2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.news-img {
	padding-left: 0;
}
.news-list img {
	width: 100%;
}
.news-text {
	padding-top: 18px;
	padding-bottom: 18px;
}
.news-text p {
	font-size: 20px;
	color: #21325e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-text span {
	color: #5e778d;
}
.news-icon {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.news-icon i {
	cursor: pointer;
	font-size: 45px;
}
.news-page {
	text-align: center;
	margin-top: 50px;
}
.news-page a {
	margin: 0 10px;
	border-radius: 4px;
}
.pagination>.active>a,  .pagination>.active>a:focus,  .pagination>.active>a:hover,  .pagination>.active>span,  .pagination>.active>span:focus,  .pagination>.active>span:hover {
	background-color: #017eff;
	border-color: #017eff;
}
.pagination>li>a {
	padding: 9px 15px;
	margin: 0 5px;
	font-weight: 300;
}
.pagination>li>a:hover {
	border-color: #017eff;
}
/*newsdetail*/
.newsdetail {
	min-height: 300px;
	background-color: #fff;
}
.newsdetail-all {
	padding: 50px 0;
}
.detail {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
}
.detail-text {
}
.detail-text p {
	font-size: 20px;
	color: #21325e;
}
.detail-name {
}
.detail-name ul {
	margin: 0;
	padding: 0;
}
.detail-name ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
.detail-content {
	padding: 0 20px;
}
.detail-content-text {
	padding: 30px 0;
}
.detail-img {
	float: left;
}
.img-right {
	float: right;
}
.detail-img img {
	width: 100%;
}
.content-text {
	padding-top: 15px;
	float: right;
}
.text-t {
	margin-bottom: 18px;
}
.text-t span {
	color: #5e778d;
	font-size: 14px;
}
.detail-page {
	margin-top: 30px;
	padding: 0 15px;
}
.detail-page-left {
	width: 40%;
	padding: 5px 10px;
	float: left;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-right {
	float: right;
}
.detail-page-left a {
	color: #5e778d;
	text-decoration: none;
}
.detail-page-left a:hover {
	color: #017eff;
}
/*update-log*/
.update-log {
	background-color: #fff;
}
.timeline:before {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 20%;
	width: 2px;
	margin-left: 0;
	content: "";
	background-color: #e4eaec;
}
.update-all {
	padding: 20px 0;
}
.update-all ul {
	margin: 0;
}
.time-text li {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.time-left {
	position: relative;
	width: 20% !important;
	text-align: right;
	float: left;
	padding: 0 25px;
	color: #5e778d;
}
.time-left span {
	font-size: 22px;
}
.time-right {
	width: 80% !important;
	float: left;
	padding: 5px 25px 0;
}
.time-right p {
	font-size: 20px;
	color: #21325e;
	margin-bottom: 5px;
}
.time-right ol {
	padding-left: 20px;
}
.time-right ol li {
	margin: 0;
	color: #5e778d;
}
.dot {
	width: 14px;
	height: 14px;
	margin-right: -8px;
	line-height: 14px;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 11;
	background-color: #017eff;
	border-radius: 50%;
}
/*enterprise*/
.enterprise {
	background: url(../img/enterprise.png) no-repeat center !important;
}
.enter {
	font-size: 9px;
	border-radius: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(255, 102, 107) 0%, rgb(242, 53, 60) 0%, rgb(78, 113, 240) 0%, rgb(56, 192, 248) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 102, 107) 0%, rgb(242, 53, 60) 0%, rgb(78, 113, 240) 0%, rgb(56, 192, 248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255, 102, 107) 0%, rgb(242, 53, 60) 0%, rgb(78, 113, 240) 0%, rgb(56, 192, 248) 100%);
	width: 36px;
	height: 15px;
	padding: 1px 5px;
}
.sec-common-banner-title sup {
	top: -1.1em !important;
}
.enter-one {
	background-color: #fff;
	padding: 90px 0;
}
.enter-text-four a {
	color: #017eff;
	padding: 8px 35px;
	border: 1px solid #017eff;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.enter-text-four a:hover {
	color: #fff;
	background-color: #017eff;
}
.enter-text-four {
	margin: 10px 0;
}
.enter-center {
}
.enter-img {
	width: 320px;
	margin: 0 auto;
}
.enter-img img {
	width: 100%;
}
.enter-two {
	background-color: #eff3fd;
}
.enter-text-all {
	width: 80%;
}
.enter-two .enter-text-all {
	float: right;
}
.enter-two .enter-img {
	position: relative;
	text-align: center;
	visibility: visible;
	animation-name: fadeInUp;
}
.enter-img-cecond {
	position: absolute;
}
.enter-img-first {
	width: 60px;
	position: absolute;
	bottom: 59px;
	left: 40px;
	visibility: visible;
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: fadeInUp;
}
.enter-img-first img {
	width: 100%;
}
.enter-img-cecond {
	width: 90px;
	position: absolute;
	bottom: -27px;
	visibility: visible;
	animation-duration: 1.6s;










	animation-delay: 0.2s;
	animation-name: fadeInUp;
}
.enter-img-cecond img {
	width: 100%;
}
.enter-img-third {
	width: 50px;
	position: absolute;
	bottom: -24px;
	left: 100px;
	visibility: visible;
	animation-duration: 1.7s;
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}
.enter-img-third img {
	width: 100%;
}
.price2-text-t2 span:nth-child(2) {
	padding: 0;
}
.price2-text-t3 {
	width: auto;
	margin-bottom: 40px;
}
.enter-bottom {
	padding: 100px 0;
	height: 295px;
	text-align: center;
	background: url(../img/enterprise-five.png) no-repeat center !important;
}
.enter-bottom-text {
	/* padding-top: 90px; */
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.5em;
	color: rgb(255, 255, 255);
}
.enter-bottom a {
	color: #fff;
	padding: 8px 35px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#518cf5, endColorstr=#ac6cff);
/*IE<9>*/
}
.enter-bottom a:hover {
	border-color: #017eff;
	color: #fff;
	border: 0;
	background-image: -moz-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#518cf5, endColorstr=#ac6cff);
/*IE<9>*/
}
.enter-new {
	float: right !important;
}
/*activity*/
.activity-tool {
	background: url(../img/recharge.png) no-repeat center !important;
}
.new-activty {
	text-align: center;
	color: #fff;
	padding: 120px 0;
}
.new-activty-img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.new-activty-img img {
	width: 100%;
}
.new-activty-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;/* padding-top: 70px; */
}
.new-activty-title:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	right: 35px;
	top: 6px;
	background-position: center center;
	background-image: url(../img/activity-one.png);
}
.new-activty-title1:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	left: 25px;
	top: 6px;
	background-position: center center;
	background-image: url(../img/activity-one.png);
}
.new-activty-title2 {
	font-size: 65px;
	font-weight: 100;
	line-height: 45px;
	letter-spacing: 15px;
	margin: 55px 0;
}
.new-activty-title3 {
	font-size: 36px;
	margin: 50px 0 25px 0;
}
.new-activty-title3-bord {
	width: 30%;
	margin: 0 auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 10px 0;
}
.new-activty-title3-bord span {
	opacity: 0.9;
}
.new-activty-title3-bord span {
	padding: 0 10px;
}
.new-activty-time {
	padding: 0 0 30px 0;
	font-size: 18px;
	opacity: 0.9;
	font-weight: 100;
}
.activity-all {
	padding: 35px;
}
.activity-axis:before {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	width: 2px;
	margin-left: 0;
	content: "";
	background-color: #dfdfdf;
}
.activity-axis li {
	margin: 45px 0;
}
.dot-two {
	width: 60px;
	height: 60px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	left: -29px;
	top: -12px;
	z-index: 11;
	background-color: #017eff;
	border-radius: 50%;
	box-shadow: 1px 4px 30px #017eff91;
	color: #fff;
}
.dot-two i {
	font-size: 30px;
}
.activity-axis-on {
	padding: 10px 0 0 50px;
}
.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #38df81;
	position: absolute;
	left: -35px;
	top: -14px;
}
.circle2 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c8e0fb;
	position: absolute;
	left: -10px;
	top: -25px;
}
.activity-name {
	font-size: 30px;
	color: rgba(138, 147, 167, 0.102);
	line-height: 1.079;
	text-align: left;
	-moz-transform: matrix( 1.23482655611937, 0, 0, 1.23319900417838, 0, 0);
	-webkit-transform: matrix( 1.23482655611937, 0, 0, 1.23319900417838, 0, 0);
	-ms-transform: matrix( 1.23482655611937, 0, 0, 1.23319900417838, 0, 0);
	position: absolute;
	top: -20px;
	padding: 0 10px;
	font-weight: 600;
}
.activity-name-one {
	font-size: 32px;
	color: rgb(1, 126, 255);
	font-weight: bold;
	line-height: 1.313;
	text-align: left;
	padding: 5px 10px 0 0;
}
.activity-name-one span:nth-child(2) {
	font-size: 24px;
	float: right;
	font-weight: 400;
	padding-top: 14px;
}
.activity-name-text {
	position: relative;
	margin: 40px 0;
}
.activity-name-text-img {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	border-radius: 30px 0 0 5px;
	background-image: -moz-linear-gradient( -45deg, rgb(61, 160, 243) 0%, rgb(78, 225, 237) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(61, 160, 243) 0%, rgb(78, 225, 237) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(61, 160, 243) 0%, rgb(78, 225, 237) 100%);
	box-shadow: 0px 13px 32px 0px rgba(0, 118, 255, 0.1);
}
.activity-name-text-img img {
	width: 50%;
}
.activity-name-text-two {
	font-size: 16px;
	text-align: left;
	width: 95%;
	padding: 20px 35px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 13px 32px 0px rgba(0, 118, 255, 0.1);
	z-index: 89;
	position: relative;
	left: -9px;
	top: 7px;
	color: #21325e;
	float: left;
}
.activity-name-text-two p {
	font-size: 20px;
}
.text-blue {
	font-size: 25px;
	color: #017eff;
	padding-right: 5px;
}
.text-red {
	color: #ff5d63;
	padding-left: 5px;
	padding-right: 5px;
}
.activity-button {
	padding: 25px 0 0 95px;
}
.activity-button a {
	color: #017eff;
	padding: 10px 40px;
	background-color: #fff;
	border: 1px solid #017eff;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.activity-button a:hover {
	color: #fff;
	border: 0;
	background-image: -moz-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(75, 212, 237) 0%, rgb(58, 145, 245) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#518cf5, endColorstr=#ac6cff);
}
.activity-name-text-two-suoj {
	text-indent: -5rem;
	margin-left: 5rem;
}
.new-slide1 {
	background: url(../img/recharge.png) no-repeat 50% 10%;
	background-size: auto 100%;
}
.new-slide1-img {
	width: 13%;
	margin-top: 85px;
}
.new-slide-all {
	padding: 0;
}
.new-slide-text {
	padding: 23px 0;
	font-size: 44px;
}
.new-slide-text .new-activty-title2 span {
	font-size: 82px !important;
}
.new-slide-text .new-activty-title3 {
	font-size: 48px !important;
}
.new-slide-text .new-activty-title3 .new-activty-title3-bord {
	width: 32% !important;
}
.new-slide2 {
	background: url(../img/enterprise-0.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}
.new-enterprise {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding: 35px 0;
}
.new-enterprise-img {
	width: 33%;
	float: left;
	padding: 0 20px;
}
.new-enterprise-img img {
	width: 100%;
}
.new-enterprise-button {
	text-align: center;
	clear: both;
}
.new-enterprise-button  a{
	color: #fff !important;
    padding: 8px 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.new-enterprise-button span {
	color: #fff !important;
	padding: 8px 40px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.version-button {
	text-align: center;
	clear: both;
}
.version-button span {
	padding: 8px 60px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(248,138,29) 0%, rgb(251,198,1) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,138,29) 0%, rgb(251,198,1) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,138,29) 0%, rgb(251,198,1) 100%);
	box-shadow: 0px 3px 15.84px 0.16px rgba(255, 185, 100, 0.74);

}
.version-button a:hover {
	box-shadow: 0px 3px 17px 3px rgba(255, 185, 100, 1);
}
.version-button-left span {
	margin-left: 70px;
}
.new-slide3 {
	background: url(../img/give.png) no-repeat 50% 10%;
	background-size: auto 100%;
}
.give {
	margin: 40px 0;
}
.give ul {
	margin: 0 auto;
	width: 100%;
	max-width: 830px;
}
.give ul li {
	margin: 0 45px;
	list-style: none;
	float: left;
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	position: relative;
}
.give ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: -18px;
	top: 15px;
	z-index: 5;
}
.give ul li:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: -18px;
	top: 15px;
	z-index: 5;
}
.new-slide3-maj {
	width: 40%;
	margin-top: 210px !important;
}
.new-enterprise-button span {
	margin: 0 10px;
}
/*.new-enterprise-button span:hover {
				background-color: #fff;
				color: #3C3C3C !important;
			}*/
.new-slide2-img {
	width: 50%;
	margin-top: 95px;
}
.new-slide2-img2{
	width:100%;
	max-width:750px;
	margin-top: 120px;
}
.new-slide4 {
	background: url(../img/back-version.png) no-repeat 50% 10%;
	background-size: auto 100%;
	position: relative;
}
.new-slide4-img {
	max-width: 45%;
	margin-top: 50px;
	position: relative !important;
}
.new-slide4-img2{
	width:100%;
	max-width:750px;
	margin-top: 100px;
}
.new-slide4-img img {
	margin: 0;
}
.version-1 {
	width: 15%;
	position: absolute;
	top: 115px;
	left: -52px;
}
.version-3 {
	width: 20%;
	position: absolute;
	right: -185px;
	top: 120px;
}
.version-4 {
	width: 56%;
	float: right;
	padding-bottom: 35px;
}
.version {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 95px;
	right: 0;
}
.version span {
	font-size: 180px;
	color: rgba(255, 255, 255, 0.07);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.578;
}
.new-slide5 {
	background: url(../img/price.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}
.new-slide5-img {
	width: 100%;
	margin-top: 50px;
	max-width: 700px;
}
.new-slide6 {
	background: url(../img/holiday.png) no-repeat 50% 10%;
	background-size: auto 100%;
}
.new-slide6-img {
	width: 39%;
}
.new-slide7 {
	background: url(../img/vip-banner.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}
.holiday-2 {
	padding: 20px 40px;
}
.holiday-pig {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
}
.holiday-3 {
	float: left;
	position: absolute;
	left: 319px;
}
.holiday-4 {
	position: absolute;
	right: 319px;
}
.contact {
	text-align: center;
}
.contact span {
	font-size: 28px;
	font-family: "Adobe Heiti Std";
	color: rgb(248, 224, 150);
	line-height: 1.803;
	letter-spacing: 8px;
}
.contact-new {
	letter-spacing: 30px !important;
}
.navbar {
	position: relative;
}
.head-img {
	width: 100%;
	position: relative;
}
.head-img img {
	width: 100%;
}
.head-button {
	position: absolute;
	top: 35px;
	right: 400px;
}
.head-button a {
	font-size: 20px;
	color: rgb(213, 30, 35);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 9px 35px;
	border-radius: 50px;
	text-decoration: none;
	background-image: -moz-linear-gradient( 90deg, rgb(202, 172, 89) 0%, rgb(255, 238, 141) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(202, 172, 89) 0%, rgb(255, 238, 141) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(202, 172, 89) 0%, rgb(255, 238, 141) 100%);
	box-shadow: 0px 6px 8px 0px rgba(76, 75, 70, 0.34);
}
.head-button a:hover {
	color: #F09A3C;
}

.price-2, .price-3, .price-4, .price-5 {
	display: none;
}
/*ÃƒÂ¤Ã‚Â»Ã‚Â·ÃƒÂ¦Ã‚Â Ã‚Â¼ÃƒÂ¦Ã‚Â¯Ã¢â‚¬ÂÃƒÂ¨Ã‚Â¾Ã†â€™*/
.new-price-table {
	padding: 0px 0px;
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;/* margin: 50px 0 0; */
}
.new-price-table>.vip-price-table-list:last-child{
	border-bottom:0 !important;
}
.vip-price-table-list{
	border-bottom:1px solid #f3f3f3;
}
.vip-price-table-title{
	background-color:#414141 !important;
}
.vip-price-table-title ul li{
	width: 20% !important;
	color: #dec282 !important;
	border: none !important;
}
.vip-price-table-list ul li{
	width: 20% !important;
	border-left:0 !important;
	border-bottom: 0;
	font-size: 13px;
}
.vip-price-table-list span{
	color: #cbb489  !important;
	display: block;
	line-height: 18px;
	padding-top: 5px;
}
.vip-price-table-list ul li>.new-price-list3 {
	
padding: 0 !important;
	
border-bottom: 0;
}
.vip-price-xuanran100{
	color: #ff3742;
}
.vip-price-xuanran100 span{
	color: #ff3742 !important;
}



.new-price-table-title {
	width: 100%;
	background-color: #f3f7f9;
	border-bottom: 1px solid #e4eaec;
	padding: 0 0px;
	border-radius: 10px 10px 0 0;
}
.new-price-table-title ul {
	padding: 0;
	margin: 0;
}

.new-price-table-title ul li {
	border: 0;
	float: left;
	list-style: none;
	width: 20%;
	text-align: left;
	padding: 12px 0px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #e4eaec;
}
.new-title-one {
	border: 0 !important;
}
.new-price-table-list {
	padding: 0;
}
.new-price-table-list ul {
	padding: 0;
	margin: 0;
}
.new-price-table-list ul li {
	border-left: 1px solid #e4eaec;
	list-style: none;
	width: 20%;
	float: left;
	text-align: center;
}

.new-price-table-list span {
	font-size: 16px;
	color: #017eff;
}
.new-price-list-one {
	border-bottom: 1px solid #e4eaec !important;
	padding: 5px 0;
	border-left: 0 !important;
}
.new-price-list3 {
	border-bottom: 1px solid #e4eaec;
	line-height: 47px;
	font-size: 14px;
	padding: 0 15px;
	text-align: center;
	padding: 5px 0;
}
.new-price-list-two {
	border: 0 !important;
}
.new-price-table-list:last-child ul li>.new-price-list3 {
	border: 0;
}
.new-color {
	color: #FF0000;
}
.new-price-text {
	text-align: center;
	margin: 50px 0 0 0;
	padding: 0 0 10px 0;
}
.new-price-text span {
	font-size: 28px;
	color: #007cfd;
}
.vip-price-text{
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
}
.vip-price-text span {
	font-size: 28px;
	color: #393b48;
}
/*Ã¦â€¹Â¼Ã¥â€ºÂ¢Ã¦Â´Â»Ã¥Å Â¨*/
.new-group-all {
	width: 150px;
	float: right;
}
.new-group-all:after {
	content: "";
	width: 1px;
	height: 80px;
	background-color: #f1efef;
	position: absolute;
	margin-left: 10px;
}
.new-group {
	width: 150px;
	float: left;
	position: relative;
	margin: 18px 0;
}
.new-group img {
	width: 100%;
}
.new-group-text {
	padding: 5px 12px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(249,157,72) 0%, rgb(249,216,83) 69%);
	background-image: -webkit-linear-gradient( 0deg, rgb(249,157,72) 0%, rgb(249,216,83) 69%);
	background-image: -ms-linear-gradient( 0deg, rgb(249,157,72) 0%, rgb(249,216,83) 69%);
	box-shadow: 0px 2px 30px 0px rgba(249, 216, 83, 0.59);
}
.will {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	font-weight: bold;
	letter-spacing: 4px;
}
.go {
	width: 28px;
	margin-top: 1px;
	margin-left: 5px;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #f9a349;
	border-radius: 30px;
	background-color: rgb(255, 255, 255);
	letter-spacing: 1px;
}
.go-img {
	float: right;
	width: 18%;
	line-height: 1;
}
.group-img {
	width: 20%;
	position: absolute;
	right: 0;
	bottom: 0;
}
}

@media (max-width: 1366px) {
.vip-banner-a {
	
	margin: 10px auto 0;
	
}
.contact-new {
	letter-spacing: 19px !important;
}
.contact span {
	font-size: 18px;
	letter-spacing: 4px;
}
.holiday-4 {
	right: 160px;
}
.holiday-3 {
	left: 160px;
}
.version-button-left span {
	margin-left: 100px;
}
.head-button a {
	font-size: 18px;
	padding: 6px 30px;
}
.head-button {
	top: 22px;
	right: 245px;
}
.new-slide4-img {
	margin-top: 80px;
}
.version-3 {
	right: -125px;
	top: 87px;
}
.version span {
	font-size: 160px;
}
.version {
	top: 110px;
}
.new-enterprise {
	padding: 20px 0;
}
.new-activty-title3 {
	margin-bottom: 10px;
}
.new-activty-time {
	padding: 10px 0;
}
.new-activty-title2 {
	margin: 15px 0;
}
/*.give ul{
		width: 60%;
	}*/
.give ul li {
	margin: 0 38px;
}
.new-activty-title3-bord {
	width: 43%;
}

}

@media (max-width: 1024px) {
.new-price-list-two {
	width: 21% !important;
}
.new-title-one {
	width: 21% !important;
}
.new-price-list-one {
	width: 21% !important;
}
.new-price-table-list ul li {
	width: 19.75%;
}
.new-price-table-title ul li {
	width: 19.75%;
}
.holiday-3 img, .holiday-4 img {
	width: 100%;
}
.holiday-3, .holiday-4 {
	width: 20%;
}
.holiday-4 {
	right: 55px;
}
.holiday-3 {
	left: 55px;
}
.holiday-pig {
	top: 180px;
}
.new-slide5-img {
	width: 50%;
}
.version-button-left span {
	margin-left: 115px;
}
.head-button a {
	font-size: 16px;
	padding: 4px 15px;
}
.head-button {
	top: 15px;
	right: 185px;
}
.new-slide4-img {
	max-width: 50%;
}
.version span {
	font-size: 130px;
}
.version {
	top: 110px;
}
.new-activty-title2 {
	letter-spacing: 7px;
}
.new-slide2-img {
	width: 65%;
}
.new-activty-title3 {
	margin: 20px 0;
}
.give ul {
	width: auto;
}
.new-activty-title3-bord {
	width: 48%;
}
.activity-name-text-two {
	width: 93%;
}
.enter-img {
	left: 98px;
}
.enter-one-right {
	float: right !important;
}
.enter-one-left {
	float: left !important;
}
.news-list>.news-icon i {
	opacity: 1;
}
.news-img {
	width: 30%;
	float: left;
}
.news-text {
	width: 60%;
	float: left;
	padding: 0;
}
}

@media (max-width: 768px) {
.new-price-list-two {
	width: 28% !important;
}
.new-title-one {
	width: 28% !important;
}
.new-price-list-one {
	width: 28% !important;
}
.new-price-table-list ul li {
	width: 18%;
}
.new-price-table-title ul li {
	width: 18%;
}
.contact-new {
	letter-spacing: 10px !important;
}
.contact {
	margin-top: 55px;
}
.new-slide6-img img {
	margin-left: 0;
}
.new-slide6-img {
	width: 50%;
}
.new-slide5-img {
	width: 60%;
}
.version-button-left span {
	margin-left: 130px;
}
.head-img {
	display: none;
}
.version {
	top: 160px;
}
.version-3 {
	right: -95px;
	top: 60px;
}
.version-1 {
	top: 65px;
}
.new-slide4-img {
	margin-top: 160px;
}
.version span {
	font-size: 100px;
}
.give ul {
/* width: 96%; */
}
.activity-name-one span:nth-child(2) {
	padding-top: 10px;
}
.activity-name-one {
	font-size: 30px;
}
.new-activty-title3-bord {
	width: 64%;
}
.activity-name-text-two {
	width: 91%;
}
.time-text {
	margin: 0;
}
.timeline:before {
	top: 20px;
	bottom: 0;
	left: 6px;
	margin-left: 0;
}
.time-left {
	width: 100% !important;
	text-align: left;
}
.dot {
	left: 0px;
}
.time-right {
	width: 100% !important;
	padding-right: 0;
}
}

@media (max-width: 450px) {
.new-price-text span {
	font-size: 22px;
}
.new-price-table-list span {
	font-size: 13px;
}
.new-price-list3 {
	line-height: 56px;
	font-size: 12px;
}
.new-price-list-two {
	width: 28% !important;
}
.new-title-one {
	width: 28% !important;
}
.new-price-list-one {
	width: 28% !important;
}
.new-price-table-list ul li {
	width: 18%;
	font-size: 12px;
}
.new-price-table-title ul li {
	width: 18%;
	font-size: 12px;
}
.holiday-4 {
	right: 10px;
}
.holiday-3 {
	left: 10px;
}
.holiday-pig {
	top: 240px;
}
.contact span {
	font-size: 16px;
}
.new-slide6-img {
	width: 95%;
	margin-top: 85px;
}
.price-5 {
	position: absolute;
	bottom: 115px;
	left: 10px;
	width: 20%;
}
.price-4 {
	position: absolute;
	right: 10px;
	bottom: 115px;
	width: 15%;
}
.price-3 {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 20%;
}

.price-2 {
	position: absolute;
	top: 125px;
	left: 40px;
	width: 8%;
}
.price-2 img, .price-3 img, .price-4 img, .price-5 img {
	width: 100%;
}
.price-2, .price-3, .price-4, .price-5 {
	display: block;
}
.new-slide5-img {
	width: 95%;
}
.new-slide5-img img {
	margin: 10vh auto 0;
}
.version-button-left span {
	margin-left: 0;
}
.version-3 {
	top: -20px;
	right: 0;
}
.version-1 {
	width: 10%;
	top: 36px;
	left: 0;
}
.version-4 {
	width: 95%;
	float: none;
	margin: 20px auto 0;
}
.new-slide4-img {
	margin-top: 115px;
	max-width: 95%;
}
.new-slide4-img img {
	margin: 0;
}
.version span {
	font-size: 50px;
}
.version {
	top: 130px;
}
.give {
	margin: 18px 0;
}
.give ul li {
	font-size: 20px;
}
.new-activty-img {
	width: 40%;
}
.new-activty-title3 {
	margin: 0;
}
.new-enterprise-button span {
	margin: 0 5px;
}
.give ul {
	margin: 0;
	width: 73%;
}
.give ul li {
	width: 100%;
}
.give ul li:after {
	width: 5px;
	height: 5px;
}
.give ul li:before {
	width: 5px;
	height: 5px;
}
.new-slide3-maj {
	width: 100%;
	position: relative;
	margin-top: 180px !important;
}
.new-slide3-maj img {
	margin: 0;
}
.new-slide2-img {
	width: 100%;
	position: relative;
	padding-top: 0;
	margin-top: 70px;
}
.new-enterprise-img {
	clear: both;
	padding: 11px;
	width: 40%;
	position: relative;
	left: 30%;
}
.new-enterprise {
	width: auto;
	margin: 5px 0;
}
.new-slide1-img {
	width: 50%;
}
.new-slide-all {
	padding: 0 !important;
}
.new-activty-time {
	padding: 0;
}
.activity-name-text-img {
	width: 40px;
	height: 40px;
	line-height: 43px;
}
.circle2 {
	left: -5px;
}
.circle {
	left: -19px;
}
.dot-two i {
	font-size: 18px;
}
.dot-two {
	width: 40px;
	height: 40px;
	line-height: 45px;
	left: -12px;
	top: -12px;
}
.activity-axis-on {
	padding-left: 30px;
}
.activity-all {
	padding: 0 0 0 20px;
}
.activity-axis:before {
	left: 8px;
}
.activity-name-text-two-suoj {
	text-indent: 0;
	margin-left: 0;
}
.text-blue {
	font-size: 25px;
}
.activity-name-text-two {
	padding: 25px;
	font-size: 15px;
}
.activity-name-one span:nth-child(2) {
	font-size: 10px;
	padding-top: 3px;
}
.activity-name-one {
	font-size: 14px;
}
.activity-name {
	font-size: 20px;
}
.new-activty-title {
	font-size: 30px;
	padding-top: 0;
}
.new-activty-title3-bord {
	width: 91%;
}
.new-activty-title3 {
	font-size: 22px;
}
.new-activty-title2 {
	font-size: 35px;
	margin: 15px 0;
}
.new-activty {
	height: 330px;
	line-height: 50px;
	padding: 25px 0;
}
.activity-name-text-two {
	width: 87%;
}
.enter-text-all {
	width: auto;
	float: left !important;
}
.enter-mobile .enter-img {
	width: 250px;
	float: right;
}
.enter-mobile {
	width: 100%;
}
.enter-new {
	float: left !important;
}
.enter-img {
	width: auto;
	left: 0;
}
.detail-name ul li {
	padding: 0 5px;
}
.newsdetail-all {
	padding: 0;
}
.detail {
	margin: 0 10px;
}
.news-page {
	margin: 0;
}
.news {
	padding: 0;
}
.news-text span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-list>.news-icon i {
	opacity: 1;
}
.news-icon {
	position: relative;
	right: 0;
	bottom: 0;
	text-align: right;
}
.news-list {
	padding-bottom: 0;
}
.news-text {
	width: 100%;
}
.news-text p {
	margin: 5px 0;
}
.news-img {
	width: 100%;
	padding: 0;
}
}


@media (max-width: 375px) {
.new-price-list3 {
	line-height: 56px;
	font-size: 10px;
}
.new-price-list-two {
	width: 24% !important;
}
.new-title-one {
	width: 24% !important;
}
.new-price-list-one {
	width: 24% !important;
}
.new-price-table-list ul li {
	width: 19%;
}
.new-price-table-title ul li {
	width: 19%;
}
.contact span {
	letter-spacing: 2px;
}
.new-activty-title1:after {
	left: 20px;
}
.new-activty-title:before {
	right: 20px;
}
.activity-name {
	font-size: 18px;
}
.activity-name-text-two {
	width: 85%;
}
.enter-mobile .enter-img {
	width: 210px;
}
.enter-img-first {
	width: 50px;
	bottom: 59px;
	left: 53px;
}
.enter-img-cecond {
	width: 80px;
	bottom: -18px;
	left: 20px;
}
.enter-img-third {
	width: 50px;
	bottom: -24px;
	left: 94px;
}
}

@media (max-width: 360px) {
.new-activty-title {
	font-size: 27px;
}
.activity-name-one {
	font-size: 13px;
}
.activity-name {
	font-size: 17px;
}
}

@media (max-width: 320px) {
.new-pad-one {
	padding: 44px 0 !important;
}
.new-pad {
	padding: 38px 0 !important;

}
.new-price-table-list span {
	font-size: 12px;
}
.new-price-list3 {
	line-height: 12px;
	padding: 35px 0;
}
.new-price-list-two {
	width: 20% !important;
}
.new-title-one {
	width: 20% !important;
}
.new-price-list-one {
	width: 20% !important;
}
.new-price-table-list ul li {
	width: 20%;
	font-size: 12px;
}
.new-price-table-title ul li {
	width: 20%;
}
.contact-new {
	letter-spacing: 7px !important;
}
.contact span {
	letter-spacing: 0;
}
.version span {
	font-size: 43px;
}
.new-enterprise-button span {
	padding: 8px 35px;
	margin: 0;
}
.activity-name-one span:nth-child(2) {
	padding-top: 4px;
}
.activity-name-text-two {
	width: 83%;
	padding: 5px 6px;
}
.activity-name-one {
	font-size: 14px;
}
.activity-name {
	font-size: 16px;
}
.new-activty-title3-bord {
	width: 95%;
}
.new-activty-title3 {
	font-size: 20px;
}
.new-activty-title2 {
	font-size: 29px;
}
.new-activty-title {
	font-size: 22px;
}
}
 @media screen and (min-width:0\0) {
 .news-icon i {
 color: rgba(73, 204, 238, 1) !important;
 background-image: none !important;
}
