body {
	font-size: 15px;
    font-weight: 400;
    color: #798696;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #374050;
}

h1 {
	font-size:70px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:18px;
}

a {
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #374050;
	font-weight: 700;
	text-decoration: none;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix { *zoom:1;}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
	color: #01AAED;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.white-text {
	color: #FFF;
}

blockquote {
	position: relative;
	margin: 20px 0px;
	padding: 20px 20px 20px 60px;
	border-left: none;
	color: #374050;
}

/*blockquote:before{*/
/*	content:"\f10d";*/
/*	font-family:fontAwesome;*/
/*	position:absolute;*/
/*	left:0;*/
/*	top:0;*/
/*	color: #3899ff;*/
/*	width:40px;*/
/*	height:40px;*/
/*	line-height:40px;*/
/*	text-align:center;*/
/*	border-radius:50%;*/
/*	border:1px solid #EBEBEB;*/
/*}*/

.node-maps{
	width: 100%;
	height: 700px;
	margin: 0 auto;
}

/* --- Section --- */
.section {
	position:relative;
	/*padding-top: 70px;*/
	/*padding-bottom:20px;*/
}

.section-hr {
	margin-top:40px;
	margin-bottom:80px;
	border-color: #EBEBEB;
}

.section-header {
	margin-bottom: 78px;
}

/* --- Background Image --- */
.bg-mask:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.bg-fixed {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: no-repeat fixed center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.swiper-container{
	width: 100%;
	/*height: 100%;*/
	background: no-repeat fixed center;
}
/* --- Buttons --- */
.main-button {
	position:relative;
	display:inline-block;
	padding:10px 30px;
	background: #fff;
	color: #3899ff;
	border-radius: 40px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.main-button:hover , .main-button:focus {
	background-color:#3899ff;
	border: 2px solid #3899ff;
	color:#fff;
}

.main-button.icon-button:hover , .main-button.icon-button:focus {
	padding-right: 35px;
}

.main-button.icon-button:after {
	content:"\e092";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	/*font-family:FontAwesome;*/
	position:absolute;
	width: 20px;
	right: 9px;
	text-align:center;
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button.icon-button:hover:after , .main-button.icon-button:focus:after {
	opacity:1;
}

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #EBEBEB;
	border-radius:4px;
	background: transparent;
    padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.2s border-color;
	transition:0.2s border-color;
}

textarea {
    padding: 10px 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color:#FF6700;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
    padding: 0;
    height: 60px;
}

.navbar-brand .logo {
	color: #fff;
	padding-top: 23px;
	display: inline-block;
}

.navbar-brand .logo > img {
	max-height: 44px;
}

@media only screen and (max-width: 767px) {
	.navbar-brand {
		margin-left:15px;
	}

	#header-down-menu .down-menu-item {
		text-align: left !important;
		height: 50px !important;
		line-height: 50px !important;
		margin-left: 15px;
	}

	#header-down-menu {
		width: 100%;
		margin-top: -6px;
		/*padding-bottom: 10px;*/
		border-radius: 4px;
		transition: 0.5s;
		height: 250px !important;
		overflow: visible !important;
		background: rgb(255, 255, 255) !important;
	}

	#header-down-menu .tunnel-menu {
		height: 98px;
	}
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#header {
	position: fixed;
    top: 0px;
	left:0px;
	background-color:#FFF;
	-webkit-transition:0.2s all;
	transition:0.2s all;
	display: block;
	width: 100%;
	height: 90px;
	z-index: 300;
	/*background-color: rgb(34,34,34,.7);*/
}

#header.transparent-nav {
	/*position:absolute;*/
	background-color: transparent;
}

#header.transparent-nav .main-menu li a {
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}

#header .information-release {
	position: fixed;
	top: 28px;
	right: 20px;
}

#header .information-release a {
	color: #ffffff;
	font-weight: 400 !important;
	border: 1px solid #ffffff;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 16px;
}

#header .information-release a:hover {
	color: #ffffff !important;
}

#header .information-release a:focus {
	color: #ffffff !important;
}

#header .information-release.information-active a:hover {
	color: #3899ff !important;
}

#header .information-release.information-active a:focus {
	color: #333333 !important;
}

.ul-1 {
	position: relative;
	/*margin: 0 auto 64px;*/
	margin: 0 auto 10px;
	width: max-content;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	border: 1px solid #4b98f7;
	z-index: 200;
}

.ul-1.list3 {
	width: 230px;
}

.ul-1.list3 > li {
	width: 113px;
}

.ul-1 > li {
	cursor: pointer;
	position: relative;
	z-index: 3;
	float: left;
	font-size: 14px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #4b98f7;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -1px;
}

.ul-1 > li .pro {
	display: none;
	text-align: left;
	position: absolute;
	top: 44px;
	left: 73px;
	width: 100px;
	padding: 8px;
	height: auto;
	border-radius: 5px;
	border: 1px solid #c9ced7;
	background-color: #fff;
	line-height: 17px;
	color: #666;
	font-size: 12px;
	z-index: 1000;
}


.ul-1 > li .pro:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #c9ced7;
	top: -8px;
}

.ul-1 > li .pro:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #fff;
	top: -6px;
}

.ul-1 > li:hover .pro {
	display: block;
}

.ul-1 .show {
	background: #0c87eb;
	color: #fff !important;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ul-1 .show .settle-focus {
	overflow: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	background: transparent;
	border-top: 7px solid #0C87EB;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin-left: -30px;
	margin-top: 33px;
}

.ul-2 {
	position: relative;
	margin: 20px auto 10px;
	width: max-content;
	height: 34px;
	line-height: 34px;
	/*border-radius: 18px;*/
	/*border: 1px solid #4b98f7;*/
	z-index: 199;
}

.ul-2.list3 {
	width: 230px;
}

.ul-2.list3 > li {
	width: 113px;
}

.ul-2 > li {
	cursor: pointer;
	position: relative;
	z-index: 3;
	float: left;
	font-size: 14px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	/*color: #4b98f7;*/
	/*border-radius: 18px;*/
	/*-webkit-transition: all 0.3s ease;*/
	/*-ms-transition: all 0.3s ease;*/
	/*-moz-transition: all 0.3s ease;*/
	/*transition: all 0.3s ease;*/
	margin-top: -1px;
	/*border-bottom: 3px solid;*/
	background-color: #fff;
	margin: 0px 10px;
}

.ul-2 > li .pro {
	display: none;
	text-align: left;
	position: absolute;
	top: 44px;
	left: 73px;
	width: 100px;
	padding: 8px;
	height: auto;
	border-radius: 5px;
	border: 1px solid #c9ced7;
	background-color: #fff;
	line-height: 17px;
	color: #666;
	font-size: 12px;
	z-index: 1000;
}


.ul-2 > li .pro:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #c9ced7;
	top: -8px;
}

.ul-2 > li .pro:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #fff;
	top: -6px;
}

.ul-2 > li:hover .pro {
	display: block;
}

.ul-2 .show {
	/*background: #0c87eb;*/
	/*color: #fff !important;*/
	color: #4b98f7 !important;
	border-bottom: 1px solid transparent;
}

.no-selected{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
}

.pk-warp {
	position: relative;
	text-align: left;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
	-webkit-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
	-moz-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
	-ms-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
	-o-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
	margin-bottom: 20px;
}

.pk-warp > .pk-tips {
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}

.pk-warp > .pk-tips > span {
	display: inline-block;
	background: #ff6433;
	border-radius: 3px;
	color: #fff;
	padding: 0 5px;
	margin-right: 10px;
}

.pk-warp > h2 {
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}

.pk-warp > h2 p {
	font-weight: bold;
	color: #3899ff;
	font-size: 15px;
	margin-top: 22px;
}

.pk-warp .quantity {
	width: 100%;
	margin: 0px auto;
	padding-top: 20px;
	overflow: hidden;
}

.pk-warp .quantity > h4 {
	/*width: 110px;
	float: left;*/
	line-height: 42px;
	font-size: 15px;
	color: #444444;
	font-weight: normal;
	/*margin-left: 99px;*/
	text-align: center;
}

.pk-warp .quantity > h4.special {
	line-height: 40px;
}

.pk-warp .quantity > h6 {
	line-height: 30px;
	color: #3899ff;
	font-size: 32px;
	font-weight: normal;
	/*float: left;*/
	/*margin-left: 18px;*/
}

.pk-warp .quantity > h6 span {
	font-size: 14px;
	color: #3899ff;
}

.pk-warp .quantity > h6.price {
	font-size: 18px;
	line-height: 40px;
	color: #3899ff;
}

.pk-warp .quantity > h6.price > span {
	font-size: 32px;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	margin-right: 2px;
	color: #3899ff;
}

.pk-warp .quantity {
	clear: both;
}

.pk-warp .quantity .btn-group {
	display: block;
}

.pk-warp .quantity .btn-group a {
	display: block;
	cursor: pointer;
	background-blend-mode: normal, normal;
	background: #3899ff;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 auto;
}

.pk-warp .quantity > span {
	float: left;
	color: #ff5900;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 27px 0 0 12px;
}

.pk-warp .quantity > .account-rant-container {
	/*float: left;*/
	height: 48px;
	box-sizing: border-box;
	padding: 8px 0;
	/*margin: -1px 0 0 26px;*/
}

.axis {
	height: 6px;
	background: #e8e8e8;
}

.axis > .bg {
	position: absolute;
	width: 0;
	height: 100%;
	top: 32px;
	left: 0;
	z-index: 1;
	background-color: #4b98f7;
}

.axis > .item {
	width: 14.285%;
	height: 6px;
	line-height: 60px;
	text-align: right;
	float: left;
	color: #333;
	border-right: 1px solid #fff;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	z-index: 3;
	background: #e8e8e8;
}

.axis > .item > div {
	position: absolute;
	left: 100%;
	margin-left: -20px;
}

.axis > .item.active {
	background: #4b98f7;
}

.axis > .item.active {
	background: #4b98f7;
}

.axis .sl-block {
	width: 20px;
	height: 36px;
	/*margin-left: 229px;*/
	position: absolute;
	display: block;
	cursor: pointer;
	background: #4b98f7;
	z-index: 9;
	border: none;
	outline: none;
	/*top: -17px;
	left: 280px;*/
}

.axis .sl-block:hover {
	background: #338af6;
}

.axis .sl-block:active {
	background: #1a7cf5;
}

.axis .sl-block:after {
	width: 2px;
	height: 20px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	top: 8px;
	left: 6px;
}

.axis .sl-block:before {
	width: 2px;
	height: 20px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	top: 8px;
	right: 6px;
}

.axis .sl-block .real_money {
	display: inline-block;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	background-color: #FF2323;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	position: relative;
	bottom: 45px;
	left: 0px;
}

.axis .sl-block .real_money:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid;
	border-color: #FF2323 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 5px;
}
.bg {
	/*margin-top: 130px;*/
	/*margin-left: 235px;*/
	height: 6px!important;
}

.main-menu li a {
	/*text-transform:uppercase;*/
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-menu li a:hover , .main-menu li a:focus {
	background-color:transparent;
}

.main-menu li a:after {
	margin-top: -14px;
	content:"";
	display:block;
	height:2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background:#fff;
	width:100%;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}
.main-menu-active li a:after {
	background:#3899ff !important;
}

.main-menu li a:hover:after , .main-menu li a:focus:after {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity:1;
}

/* -- Mobile Nav -- */
@media only screen and (max-width: 767px) {
	#nav {
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 0%;
		max-width:250px;
		height: 100%;
		background: #FFF;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		padding-top: 80px;
		padding-bottom: 40px;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: 0.4s all cubic-bezier(.77,0,.18,1);
		transition: 0.4s all cubic-bezier(.77,0,.18,1);
		z-index:9;
	}

	#nav li:last-child{
		padding-bottom: 40px;
	}

	#header.nav-collapse #nav{
		width:100%;
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}

	.main-menu {
		margin:0;
		width: 235px;
	}

	.main-menu li a {
		color: #374050 !important;
		display: inline-block;
		margin-left: 40px;
		height: 50px !important;
		line-height: 50px !important;
	}

	#nav ul .userInfor .userIcon{
	    background-image: url(/img/icon/userGray.png) !important;
	}

	#nav ul .userInfor .exitIcon{
	    background-image: url(/img/icon/exitGray.png) !important;
	}

	.main-menu li a:after{
		background: #3899ff !important;
	}

	#header-down-menu .down-menu-item {
		text-align: left !important;
		height: 50px !important;
		line-height: 50px !important;
	}

	#header-down-menu .down-menu-item a:after {
		margin-top: -10px !important;
	}

	#nav ul .userInfor{
		height: 50px;
	}

	#nav ul .userInforBut{
		margin-top: 14px;
		margin-bottom: 7px;
	}

	#nav ul .userInfor a{
		color: #374050 !important;
		border: 1px solid #374050 !important;
		background: #fff !important;
		margin-left: 55px !important;
		margin-top: 0px !important;
		height: 28px !important;
		line-height: 25px !important;
	}
}

/* -- Mobile Toggle Btn -- */
.navbar-toggle {
	position:fixed;
	right:0;
	padding: 0;
	height: 40px;
	width: 40px;
	margin-top: 25px;
	z-index:99999;
}

.navbar-toggle > span {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
	-webkit-transition: 0.2s background;
	transition: 0.2s background;
}

.navbar-toggle > span:before, .navbar-toggle > span:after {
	content: '';
	position:absolute;
	left:0;
	-webkit-transition: 0.2s -webkit-transform;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
}

.navbar-toggle > span , .navbar-toggle > span:before , .navbar-toggle > span:after {
	height: 2px;
	width: 25px;
	background-color: #ffffff;
}

.navbar-toggle-active > span , .navbar-toggle-active > span:before , .navbar-toggle-active > span:after {
	background-color: #374050 !important;
}

.nav-collapse .navbar-toggle > span , .nav-collapse .navbar-toggle > span:before , .nav-collapse .navbar-toggle > span:after{
	background-color: #374050;
}

.navbar-toggle > span:before {
	top: -10px;
}

.navbar-toggle > span:after {
	top: 10px;
}

#header.nav-collapse .navbar-toggle > span {
	background: transparent !important;
}

#header.nav-collapse .navbar-toggle > span:before {
    -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
}

#header.nav-collapse .navbar-toggle > span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
}

/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.hero-area {
	position: relative;
	padding-top: 80px;
	padding-bottom: 110px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

#home.hero-area {
	/*height:calc(100vh - 80px);*/
	padding-top: 0px;
	padding-bottom: 0px;
}


@media (max-width: 480px) {
	html,body{
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;top: 0;
		overflow: hidden;
		overflow-y: auto;
	}
}

.home-wrapper {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	left: 0;
	right:0;
	z-index: 200;
}

/* -- Breadcrumb -- */
.hero-area-tree li {
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.9);
}

.hero-area-tree li > a {
	color:rgba(255, 255, 255, 0.8);
}

.hero-area-tree li + li:before {
	content: "/";
	display: inline-block;
	margin: 0px 5px;
	color: rgba(235, 235, 235, 0.25);
}

/*------------------------------------*\
	About & Why Us (Feature)
\*------------------------------------*/
/* -- Feature -- */
.feature {
	position:relative;
}

.feature + .feature  {
	margin-top:40px;
}

.feature .feature-icon {
	position:absolute;
	left:0;
	top:25px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius: 50%;
	font-size:30px;
	border:1px solid #EBEBEB;
	color:#3899ff;
}

/* -- About Img -- */
.about-img {
	margin-top:40px;
}

.about-img > img {
	width:100%;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
}

/* -- About Video -- */
.about-video {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.about-video > img {
	width:100%;
}

.about-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 24.027px;
	z-index:10;
	-webkit-animation : 2s play-animation infinite;
	        animation : 2s play-animation infinite;
	-webkit-transition:0.2s color;
	transition:0.2s color;
}

.about-video:hover .play-icon {
	color:#FF6700;
}

@-webkit-keyframes play-animation {
	from {
		-webkit-box-shadow : 0px 0px 0px 0px #FFF;
		        box-shadow : 0px 0px 0px 0px #FFF;
	}
	to {
		-webkit-box-shadow : 0px 0px 0px 10px transparent;
		        box-shadow : 0px 0px 0px 10px transparent;
	}
}

@keyframes play-animation {
	from {
		-webkit-box-shadow : 0px 0px 0px 0px #FFF;
		        box-shadow : 0px 0px 0px 0px #FFF;
	}
	to {
		-webkit-box-shadow : 0px 0px 0px 10px transparent;
		        box-shadow : 0px 0px 0px 10px transparent;
	}
}

.about-video:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color:#FF6700;
	opacity:0.7;
}

/*------------------------------------*\
	Courses
\*------------------------------------*/
.course {
	overflow: hidden;
}

.course .course-img {
	/*position: relative;*/
	display:block;
	width: 80%;
	margin:20px auto;
	border-radius:4px;
	overflow:hidden;
}

.course .course-img > img {
	/*width: 70px;*/
	height: 60px;
	margin: 0 auto;
}

/*.course-img:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color:#3899ff;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.course .course-img:hover:after {
	opacity:0.7;
}*/

.course .course-img .course-link-icon {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , calc(-50% - 15px));
	    -ms-transform: translate(-50% , calc(-50% - 15px));
	        transform: translate(-50% , calc(-50% - 15px));
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:2px solid #fff;
	color:#fff;
	border-radius:50%;
	opacity:0;
	z-index:10;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.course .course-img:hover .course-link-icon {
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	opacity:1;
}

.course .course-title {
	display:block;
	height:42px;
	font-weight: 400;
	font-size: 16px;
	color: #222;
}

.course .course-details {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}

.course .course-details .course-price {
	float: right;
}

.course .course-details .course-price.course-free {
	color: green;
}

.course .course-details .course-price.course-premium {
	color: #FF6700;
}

#courses .center-btn {
	text-align:center;
	margin-top:40px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#bottom-footer {
	margin-top: 16px;
	margin-bottom: 46px;
	padding-top: 30px;
	/*border-top: 1px solid #EBEBEB;*/
}

/* -- Footer Logo -- */
.footer-logo  .logo {
	margin-top: 20px;
	display: inline-block;
}

.footer-logo  .logo > img {
	max-height:30px;
}

/* -- Footer Nav -- */
.footer-nav {
	text-align: right;
	padding: 20px 0px;
}

.footer-nav li {
	display:inline-block;
	margin-left:15px
}

.footer-nav li a {
	display:block;
	text-transform:uppercase;
	-webkit-transition:0.2s color;
	transition:0.2s color;
}

.footer-nav li a:hover , .footer-nav li a:focus {
	color:#FF6700;
}

.footer-nav li a:after {
	content:"";
	display:block;
	height:2px;
	background-color:#FF6700;
	width:100%;
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.footer-nav li a:hover:after , .footer-nav li a:focus:after {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity:1;
}

/* -- Footer copyright -- */
.footer-copyright {
	margin-top: 15px;
}

.footer-aboutus {
	text-align: left;
	margin-bottom: 10px;
}

.footer-aboutus li .title {
	font-weight: bold;
}

/* -- Footer Social -- */
.footer-social {
	text-align:center;
}

.footer-social li {
	display:inline-block;
	margin-left:10px;
}

.footer-social li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	color:#FFF;
	background-color:#EBEBEB;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.footer-social li a.facebook {
	background-color:#3b5998;
}

.footer-social li a.twitter {
	background-color:#55acee;
}

.footer-social li a.google-plus {
	background-color:#dd4b39;
}

.footer-social li a.instagram {
	background-color:#e95950;
}

.footer-social li a.youtube {
	background-color:#ff0000;
}

.footer-social li a.linkedin {
	background-color:#007bb5;
}

/*------------------------------------*\
	Contact Page
\*------------------------------------*/
/* -- Contact Form -- */
.contact-form:after {
	content:"";
	display:block;
	clear:both;
}

.contact-form .input {
	margin-bottom:20px;
}

.contact-form textarea.input {
	height:200px;
}

/* -- Contact Information -- */
.contact-details li  {
	margin-bottom:20px;
}

.contact-details li i {
	color: #3899ff;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/* -- Contact Map -- */
#contact-map {
	height:260px;
	border-radius:4px;
}

/*------------------------------------*\
	Blog Page
\*------------------------------------*/
/* -- Single Blog -- */
.single-blog {
	margin-bottom:40px;
}

.single-blog .blog-img > a {
	position:relative;
	display:block;
	border-radius:4px;
	overflow:hidden;
}

.single-blog .blog-img img {
	width:100%;
}

.single-blog .blog-img > a:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#FF6700;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.single-blog .blog-img > a:hover:after {
	opacity:0.7;
}

.single-blog .blog-meta {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}

.single-blog .blog-meta .blog-meta-author > a {
	color: #FF6700;
}

.single-blog .blog-meta .blog-meta-comments {
	margin-left:10px;
}

.single-blog .blog-meta .blog-meta-comments > a {
	color: #798696;
}

/* -- Pagination -- */
.post-pagination {
	margin-top:40px;
	text-align:center;
}

.post-pagination .pages {
	display:inline-block;
}

.post-pagination .pages li {
	display:inline-block;
}

.post-pagination .pages li + li {
	margin-left:10px;
}

.post-pagination .pages li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #EBEBEB;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.post-pagination .pages li a {
	display:block;
	-webkit-transition: 0.2s color;
	transition: 0.2s color;
}

.post-pagination .pages li:hover  , .post-pagination .pages li.active {
	background-color: #FF6700;
	color:#FFF;
}

.post-pagination .pages li:hover a {
	color:#FFF;
}

.pagination-back , .pagination-next {
	display: block;
	text-align: center;
	border-radius: 40px;
	background-color: #EBEBEB;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	height:40px;
	padding:0px 30px;
	line-height:40px;
}

.pagination-next:hover  , .pagination-back:hover  {
	color:#FFF;
	background-color:#FF6700;
}

.pagination-next:after {
	content:"\f178";
	font-family:FontAwesome;
	margin-left:15px;
}

.pagination-back:before {
	content:"\f177";
	font-family:FontAwesome;
	margin-right:15px;
}

/*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/
.widget + .widget {
	margin-top:40px;
}

/*-- Search --*/
.widget.search-widget {
	position:relative
}

.widget.search-widget .input {
	padding-right:60px;
}

.widget.search-widget button {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	background-color:transparent;
	border:none;
}

.widget.search-widget .input:focus + button {
	color:#FF6700;
}

/*-- Category --*/
.category-widget .category {
	display:block;
	text-transform:uppercase;
	text-align: left;
	background: #fff;
	padding: 14px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
}

.category-widget .category + .category {
	/*border-top: 1px solid #EBEBEB;*/
}

.category-widget .categoryActive:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3899ff;
	margin-right:10px;
}

.category-widget .category span {
	font-size:14px;
	margin-left:10px;
	color:#798696;
}

/*-- Sidebar Posts --*/
.single-post:after {
	content:"";
	display:block;
	clear:both;
}

.single-post + .single-post {
	margin-top:20px;
}

.single-post .single-post-img {
	position:relative;
	width: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	border-radius: 4px;
	overflow: hidden;
}

.single-post .single-post-img img {
	width:100%;
}

.single-post-img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#FF6700;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.single-post-img:hover:after {
	opacity:0.7;
}

/*-- Tags --*/
.tags-widget .tag {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 0px;
	margin-top: 5px;
	padding: 5px 15px;
	border-radius: 40px;
	border: 1px solid #EBEBEB;
	color: #798696;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.tags-widget .tag:hover {
	background-color:#FF6700;
	border-color:#FF6700;
	color:#FFF;
}

/*------------------------------------*\
	Single Post Page
\*------------------------------------*/
/* --- Blog Post Meta --- */
.blog-post-meta {
	margin-top:40px;
}

.blog-post-meta li {
	display:inline-block;
}

.blog-post-meta li + li {
	margin-left:15px;
}

.blog-post-meta li , .blog-post-meta li > a {
	color: rgba(255, 255, 255, 0.8);
}

.blog-post-meta .blog-meta-author > a {
	color: #FF6700;
}

/* --- Blog Share --- */
.blog-share {
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
	margin-top: 40px;
}

.blog-share > h4 {
	display:inline-block;
	margin:0;
}

.blog-share a  {
	display:inline-block;
	margin-left:10px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	background-color:#EBEBEB;
	border-radius:50%;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.blog-share a.facebook {
	background-color:#3b5998;
}

.blog-share a.twitter {
	background-color:#55acee;
}

.blog-share a.google-plus {
	background-color:#dd4b39;
}

/* --- Blog Comments --- */
.blog-comments {
	margin-top:40px;
}

.blog-comments .media {
	margin-top:20px;
	margin-bottom:20px;
}

.blog-comments .media .media {
	margin-left:20px;
}

.blog-comments .media .media:nth-last-child(1) {
	margin-bottom:0px;
}

.blog-comments .media .media-body {
	padding:20px;
	background-color:#EBEBEB;
	border-radius:0px 4px 4px;
}

.blog-comments .media .media-left:before {
	content:"";
	position:absolute;
	right:0;
	top:0;
	border-style: solid;
	border-width: 0px 15px 15px;
	border-color: transparent #EBEBEB transparent transparent;
}

.blog-comments .media-left {
	position:relative;
	padding-right:20px;
}

.blog-comments .media-left img {
	width:80px;
	height:80px;
	background-color:#EBEBEB;
	border-radius:50%;
}

.blog-comments .media .date-reply {
	font-size:12px;
	text-transform:uppercase;
	color:#374050;
}
.blog-comments .media .date-reply .reply {
	margin-left:15px;
}

/* --- Blog Reply Form --- */
.blog-reply-form {
	margin-top:40px;
}

.blog-reply-form .input {
	margin-bottom:20px;
}

.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {
	width: calc(50% - 10px);
	float:left;
}

.blog-reply-form .input.email-input {
	margin-left: 20px;
}

.blog-reply-form textarea {
	height:90px;
}

.footer-copyright a img{
	margin-top: -5px;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 991px) {
	.feature .feature-icon{
		top: 10px;
	}

	.section-header h2 {
		font-size:24px;
	}

	/*-- Why us --*/
	#why-us .feature {
		margin-top:40px;
	}

	.about-video {
		margin-top:40px;
	}

	/*-- Call to action --*/
	#cta {
		text-align:center;
	}

	/*-- Footer --*/
	.footer-logo {
		text-align:center;
	}

	.footer-nav {
		text-align:center;
	}
	.footer-nav li {
		margin-top: 10px;
	}

	.footer-social {
		text-align:center;
	}
	.footer-social li {
		margin-top: 10px;
	}

	.footer-copyright {
		text-align:center;
		line-height:inherit;
		margin-top:20px;
	}

	/*-- Contact page --*/
	.contact-form  {
		margin-bottom:40px;
	}

	.contact-form button {
		float:none !important;
	}

	/*-- Blog page --*/
	#main {
		margin-bottom:80px;
	}

	.node-maps{
		height: 400px;
	}

	.pk-warp .quantity > .account-rant-container{
		height: 84px;
	}

	.axis > .item > div{
		margin-left: -44px;
	}
}

@media only screen and (max-width: 767px) {
	#header{
		height: 80px;
	}

	.navbar-brand .logo{
		padding-top: 21px;
	}

	.navbar-brand .logo > img {
	    max-height: 38px;
	}

	.navbar-toggle{
		margin-top: 20px;
	}

	/* -- Breadcrumb -- */
	.hero-area-tree li {
		/*font-size:12px;*/
	}

	/*-- Pagination --*/
	.post-pagination .pages {
		display:none;
	}

	.node-maps{
		height: 300px;
	}

	.hero-area .bannerText {
	    font-size: 16px;
	}

	h1{
		font-size: 24px;
	}

	.bannerText {
	    font-size: 13px;
	}

	.main-button{
		padding: 5px 11px;
		font-size: 10px;
	}

	.pk-warp .quantity > h6{
		text-align: center;
	}

	.pk-warp .quantity > .account-rant-container{
		height: 84px;
	}

	.axis > .item > div{
		margin-left: -44px;
	}
}

@media only screen and (max-width: 480px) {
	/*-- Courses --*/
	#courses-wrapper [class*='col-xs'] {
		width:50%;
	}

	/*-- Blog Comments --*/
	.blog-comments .media .media {
		margin-left:0px;
	}

	/*-- Blog Reply Form --*/
	.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {
		width: 100%;
		float:none;
	}

	.blog-reply-form .input.email-input {
		margin-left: 0px;
	}

	.node-maps{
		height: 200px;
	}

	.userNameOrPhone{
		width: 64% !important;
	}

	.userNameText{
		width: 26% !important;
	}

	.hero-area .bannerText {
	    font-size: 14px;
	}

	h1{
		font-size: 22px;
	}

	.bannerText {
	    font-size: 12px;
	}

	.main-button{
		padding: 4px 10px;
		font-size: 9px;
	}

	.pk-warp .quantity > .account-rant-container{
		height: 84px;
	}

	.axis > .item > div{
		margin-left: -44px;
	}
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#FFF;
	z-index:9999;
}

#preloader .preloader {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}

#preloader .preloader:after {
	content:"";
	display:block;
	width:40px;
	height:40px;
	border: 1px solid #EBEBEB;
    border-top: 1px solid #3899ff;
    border-radius: 50%;
	-webkit-animation: 1s preloader linear infinite;
	        animation: 1s preloader linear infinite;
}

@-webkit-keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

#nav ul{
	display: block;
	height: 60px;
	text-align: left;
	margin-top: 10px;
}

#nav ul li{
	/*height: 60px;*/
}

#nav ul li a{
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

/*后期加入*/
.main-menu li .navActive:after {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity:1;
}

.buyTitle{
	font-size: 32px;
}

.buyCourse{
	-webkit-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
    box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    padding-bottom: 10px;
}

.buyCourse:hover{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
	border: 1px solid #0092FE;
}

.buyCourse:hover .tou{
	border-bottom: none;
	color: #fff;
    background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: linear-gradient(to right, #2E77FF,#00B3FF);
}

.buyCourse:hover .more{
	border: none;
	background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: linear-gradient(to right, #2E77FF,#00B3FF);
}

.buyCourse:hover .more a{
	color: #fff;
}

.buyCourse .contact-service {
	width: 84%;
	height: 48px;
	line-height: 46px;
	text-align: center;
	margin: 20px auto;
	border-radius: 2px;
	border: 1px solid #1D95F4;
}

.buyCourse .contact-service a {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	height: 48px;
	line-height: 46px;
	color: #0087FA;
	font-weight: 400;
}

.buyCourse:hover .contact-service{
	border: none;
	background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: linear-gradient(to right, #2E77FF,#00B3FF);
}

.buyCourse:hover .contact-service a {
	color: #fff;
}

.ov {
    overflow: hidden;
}

.tou{
	width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #E6E6E6;
}

.jia{
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 32px;
    margin-top: 18px;
}

.jia span{
    font-size: 36px;
    color: #333;
}

table td{
    font-size: 14px;
    color: #798696;
    text-align: center;
    line-height: 34px;
    height: 34px;
    text-align: left;
}

.badd {
    border: 1px solid #333;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    float: left;
    cursor: pointer;
    background-color: white;
    font-size: 14px;
    margin-top: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

tbody td .bnum,.dnum,.bandWidth {
    border: 1px solid #333 !important;
    height: 20px !important;
    width: 50px !important;
    text-align: center !important;
    line-height: 20px !important;
    float: left !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin-top: 7px !important;
    font-size: 13px !important;
}

.tableDiv{
	width: 84%;
	margin: 0 auto;
}

.try {
	background: #3899ff;
	height: 38px;
	line-height: 34px;
	border: 2px solid #3899ff;
	margin: 10px 15px;
	border-radius: 4px;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	padding: 0 15px;
	-webkit-border-radius: 4px;
}

/* #explain:hover{
	text-decoration:underline;
} */

.explain:hover{
	text-decoration:underline;
}

.ant-tabs-content {
	color:rgba(0, 0, 0, 0.65);
	display:block;
	font-size:16px;
	line-height:21px;
	text-align: left;
}
.ant-tabs-tabpane {
	display: none;
	opacity: 0;
}
.ant-tabs-tabpane.ant-tabs-tabpane-active {
	display: block;
	opacity: 1;
}
.tabs-item {
	padding: 16px 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

/*.tabs-item h4 {
	border-left: 3px solid #3899ff;
	line-height: inherit;
	margin: 1.5em 0px;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1.5em;
	margin-right: 5px;
	padding: 4px 12px;
	letter-spacing: 2px;
	color: #333;
}*/

.tabs-item ul>li {
	display: inline-block;
	line-height: 30px;
	color: #798696;
	/*padding-left: 30px;*/
	font-size: 15px;
}

.tabs-item ul.tabs-list {
	float: left;
}

.tabs-item .tabs-footer {
	/*margin-top: 8px;*/
	/*background-color: #f0f3f7;*/
	/*padding: 4px 8px;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.tabs-item p {
	font-size: 15px;
	color: #59b2ff;
	width: 100%;
	line-height: 26px;
}
.text-green {
	color: #59b2ff !important;
}
.tabs-item img {
	float: left;
	padding-left: 40px;
	width: 300px;
	margin-left: 100px;
	margin-top: -50px;
}
.tabs-item span {
	vertical-align: middle
}


.buyComment{
	text-align: left;
	padding: 0 15px;
}
.buyComment .buyCommentTitle {
	padding: 5px 0px;
	font-weight: bold;
}
.buyComment li{
	padding: 5px 0px;
}

.wordExplain{
	padding: 20px 0;
}

.more{
    width: 84%;
    height: 48px;
    line-height: 46px;
    text-align: center;
    margin: 20px auto;
    border-radius: 2px;
    border: 1px solid #1D95F4;
}

.more a{
    font-size: 16px;
    width: 100%;
    display: inline-block;
    height: 48px;
    line-height: 46px;
    color: #0087FA;
    font-weight: 400;
}

.iyes {
    width: 12px;
    height: 9px;
    background-image: url(/img/icon/yes.png);
    background-size: 12px 9px;
    background-repeat: no-repeat;
    margin-top: 12px;
}

.ino {
    width: 10px;
    height: 10px;
    background-image: url(/img/icon/error.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    margin-top: 12px;
}

.alignmentLeft{
	text-align: left;
}

.widthLimit{
	display: inline-block;
	width: 74%;
}

.footer-social li p{
	text-align: left;
}

.profile{
	margin-top: 20px;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}

.boxShadow{
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
}

.helpExplain{
	min-height: 320px;
}

.helpExplain p{
	text-align: left;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
}

#nav ul .userInfor a{
	/*background: #3899ff;*/
	height: 28px;
	line-height: 25px;
	border: 1px solid #fff;
	margin: 16px 15px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0 6px;
}

#nav ul .userInfor a{
	font-size: 14px !important;
}

#nav ul .userInfor .userIcon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
    height: 14px;
    background-image: url(/img/icon/user.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    margin-top: -3px;
    margin-right: 0px;
}

#nav ul .userInfor .exitIcon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
    height: 14px;
    background-image: url(/img/icon/exit.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    margin-top: -2px;
    margin-right: 4px;
}

#nav ul .userInfor a:after{
	margin-top: 0px;
    content: "";
    display: block;
    height: 0px;
    background-color: #fff;
    width: 100%;
}

#header.transparent-nav .main-menu li .exitBut{
	/*background: #ff6464;*/
	border: 1px solid #fff;
}

.modificationForm{
    width: 100%;
}

.modal-body .messageAlone:last-child{
	margin-top: 2px;
}

.messageAlone{
    width: 100%;
    /*height: 42px;*/
    line-height: 42px;
    margin-top: 10px;
}

.messageAlone p{
    font-size: 16px;
}

.userNameText{
    width: 16%;
    text-align: right;
    margin-right: 4%;
    color: #666;
    margin-bottom: 0px;
}

.userNameOrPhone{
    width: 80%;
    text-align: left;
    color: #666;
    margin-bottom: 0px !important;
}

.messageAlone input{
    border: none;
    width: 100%;
	padding: 0;
}

.borderBottom{
    border-bottom: 1px solid #e5e5e5;
}

.markedRed{
    color: #3899ff;
    line-height: 28px;
}

.perLimitNum, .bandWidthNum{
	line-height: 40px;
}

.payType{
    /*width: 86px;
    height: 30px;*/
    vertical-align: baseline;
    /*margin-top: 6px;*/
	cursor: pointer;
}

.signMoney{
    color: #3899ff;
    font-weight: 700;
}

.discountPrice{
	color: #3899ff;
	font-weight: 600;
	font-size: 20px;
}

.moneyText {

}

.truePrice{
	color: #999 !important;
	font-weight: 500 !important;
}

.beforeMoneyText {
	color: #999 !important;
	font-weight: 500;
}

.baddBuy {
    display: inline-block;
    border: 1px solid #666;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 22px;
    float: left;
    cursor: pointer;
    background-color: white;
    font-size: 26px;
    color: #666;
}

.bnumBuy {
    display: inline-block;
    border-top: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
    height: 30px !important;
    max-width: 60px;
    min-width: 30px;
    text-align: center;
    line-height: 28px;
    float: left;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 0px;
    color: #666;
    font-size: 16px;
    border-radius: 0px !important;
}

.baddBuy {
    display: inline-block;
    border: 1px solid #666;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 22px;
    float: left;
    cursor: pointer;
    background-color: #fff;
    font-size: 26px;
    color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.periodSelect select{
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #666 !important;
    color: #666 !important;
    font-size: 15px;
    padding: 0;
    margin-top: 6px;

	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAYAAAD9L+QYAAABIUlEQVQ4T62UwU3EMBBFZ3LIFUrYDggVkA6ACghSHOVIB0AFiKvn4g52qYClAqAD6IC9JlI+mihEXsjGWTZzjOz3M89jszFmxcznNHMBcGyMWTPz2cxsAvDCZVkumqZ5I6KjGQM2VVUtWIFFUVwQ0XJG+KW1dtXCuwBHRFeHBgB4FJEb5fTwLMuO4zheE9HJAQHv1trkZ38P1w/GmISZX/8J3wBIRUTPr60teKdHW3rYNwDAtYio2r7+wLsO9pp9AE8iokOxVYPwzv/HlPEE8FnXdeKc+5oE10V5nqdRFD2H9AA49T0HtXjjeUdEtyMB99ZaXTNYg1r8lbueB73eIpKOdRaE73ge2us95HmyFk/P7+ehvd6h8wj++YD/Uc9+4DcAAnb+nikjiQAAAABJRU5ErkJggg==") no-repeat scroll right 6px center transparent;
	background-size: 8px 5px;
	padding-right: 22px;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.periodSelect select::-ms-expand{
	display: none;
}

.periodSelectLink select{
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: none;
    color: #666 !important;
    font-size: 15px;
    padding: 0;
    margin-top: 6px;
}

.swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff !important;
}
/*qq客服*/
.instrument{
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 300;
	width: 90px;
	overflow: visible;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.qqService {
	display: block;
	background: #3899ff;
	width: 100%;
	height: 90px;
}

.qqService div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.qqService img{
	width: 30px;
	height: 30px;
	margin: 8px auto 2px;
}

.qqService p{
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	width: 90px;
	line-height: 18px;
	padding: 0px 10px 0px;
	font-weight: 400;
}
.qqServiceBom {
	width: 150px !important;
	height: 150px !important;
	margin-left: -240px !important;
	margin-top: -90px !important;
	display: none;
}

.wxService:hover .qqServiceBom {
	display: inline;
}

.gzhService:hover .qqServiceBom {
	display: inline;
}


.goTop{
	display: none;
	width: 100%;
	height: 48px;
	background: rgb(41,41,41,.7);
	cursor: pointer;
}

.goTop img{
	width: 30px;
	height: 30px;
	margin: 9px auto;
}

#footer .borderTopLine{
	/*border-top: 1px solid #EBEBEB;*/
	background: #292929;
}

#footer .borderTopLine p{
	color: rgba(255, 255, 255, 0.6);
}
#footer .borderTopLine p a{
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

/*勾选框*/
input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 129, 198, .45);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #0087fa;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #0087fa;
    font-size: 12px;
    font-weight: bold;
}
.closeRegister{
	width: 41px;
	height: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
.closeRegister img{
	width: 19px;
	height: 20px;
	margin: 10px auto;
}
.bannerTipe{
	padding-top: 30px;
}

.bannerText {
	font-size: 35px;
}

.amplification:hover{
	transform: scale(1.1);
}

.appeal-to-account,.change-phone,.forgot-link{
	cursor: pointer;
	color: #59b2ff;
}

.appeal-to-account:hover,.change-phone:hover,.forgot-link:hover {
	color: #01AAED;
}

.textAlignCenter{
	width: 46%;
	min-width: 240px;
	margin-right: 15px;
	margin-left: 15px;
}

.marginMiddle{
	margin: 0 auto;
}

/*修改bootstrap样式 padding-right: 17px bug*/
.modal-open{
	overflow: auto;
}

body{
	padding-right: 0 !important;
}

.category-widget .helpGather{
	cursor: pointer;
	position: relative;
	width: 100%;
    padding-right: 45px;
}

.leftBookmark{
	position: absolute;
	top: 0;
	left: -14px;
	width: 3px;
	height: 24px;
	background: #3eacff;
}

.rightMore{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 24px;
    color: #374050;
    font-size: 12px;
}

.rightMore:hover{
    color: #374050;
    text-decoration: underline;
}

#articlePages li {
	line-height: 30px;
}

.category-widget .helpGather .glyphicon{
	font-size: 8px;
	width: 6%;
	margin-top: 3px;
}

.category-widget .helpGather p{
	margin: 0;
	color: #798696;
	float: left;
}

.category-widget .helpGather .helpListTitle{
	font-size: 18px;
	font-weight: 600;
	color: #374050;
    width: 100%;
}

.category .helpList{
	width: 100%;
	display: none;
}

.helpList li{
	margin-top: 6px;
	/*padding-left: 20px;*/
}

.helpList a{
	font-size: 14px;
	color: #798696;
	font-weight: 400;
}

.category-widget .helpGather:hover .helpListTitle{
	/*color: #3899ff;*/
}

.helpList li:hover a{
	color: #3899ff;
}

.category-widget .openActive .helpList{
	display: block;
	overflow: hidden;
}

.category-widget .openActive .glyphicon-triangle-right{
	display: none;
}

.category-widget .openActive .glyphicon-triangle-bottom{
	display: block;
}

.category-widget .openActive .helpList .listActive a{
	color: #3899ff;
}

.helpGather .glyphicon-triangle-right{
	display: block;
}

.helpGather .glyphicon-triangle-bottom{
	display: none;
}

label[for*=payType]{
	height: 36px;
	float: left;
	margin-bottom: 4px;
}
label[for=payType1]{
	margin-right: 4px;
}

@media (min-width: 768px){
	#header{
		height: 80px;
	}

	.navbar-right {
	    margin-right: 0px;
	}

	.container {
	    width: 740px;
	    padding-right: 0px;
    	padding-left: 0px;
	}

	#nav ul{
		margin-top: 11px;
	}

	#nav ul li {
	    height: 50px;
	}

	#nav ul li a {
	    padding: 0 4px;
	    height: 50px;
    	line-height: 50px;
	}

	#nav ul .userInfor a{
		margin: 11px 4px 0px;
	}

	.navbar-brand .logo {
	    padding-top: 21px;
	}

	.navbar-brand .logo > img {
	    max-height: 38px;
	}

	.main-menu li a:after{
		margin-top: -12px;
	}

	#header.transparent-nav .main-menu li a{
		font-size: 14px;
	}

	h1{
		font-size: 30px;
	}

	.bannerText {
	    font-size: 15px;
	}

	.main-button{
		padding: 6px 12px;
		font-size: 11px;
	}

	#header-down-menu .down-menu-item a {
		font-size: 14px !important;
	}

	#header-down-menu .down-menu-item a:after {
		margin-top: -8px !important;
	}

	.axis > .item > div{
		margin-left: -44px;
	}

	.pk-warp .quantity > .account-rant-container{
		height: 84px;
	}

	.pk-warp .quantity > h6{
		text-align: center;
	}
}

@media (min-width: 900px){
	#header{
		height: 80px;
	}

	.navbar-right {
	    margin-right: 0px;
	}

	.container {
	    width: 810px;
	    padding-right: 0px;
    	padding-left: 0px;
	}

	#nav ul{
		margin-top: 12px;
	}

	#nav ul li {
	    height: 50px;
	}

	#nav ul li a {
	    padding: 0 6px;
	    height: 50px;
    	line-height: 50px;
	}

	#nav ul .userInfor a{
		margin: 13px 6px 0px;
	}

	.navbar-brand .logo {
	    padding-top: 21px;
	}

	.navbar-brand .logo > img {
	    max-height: 38px;
	}

	.main-menu li a:after{
		margin-top: -12px;
	}

	#header.transparent-nav .main-menu li a{
		font-size: 15px;
	}

	h1{
		font-size: 34px;
	}

	.bannerText {
	    font-size: 16px;
	}

	.main-button{
		padding: 6px 12px;
		font-size: 12px;
	}

	#header-down-menu .down-menu-item a {
		font-size: 15px !important;
	}

	#header-down-menu .down-menu-item a:after {
		margin-top: -8px !important;
	}

	.pk-warp .quantity > h6{
		text-align: center;
	}

	.pk-warp .quantity > .account-rant-container{
		height: 84px;
	}

	.axis > .item > div{
		margin-left: -44px;
	}

	.pk-warp .quantity .btn-group a{
		margin: 0 auto;
	}

	.pk-warp .quantity > h6{
		text-align: center;
	}
}

/*@media (max-width: 1020px) {*/
/*	.anchorPC {*/
/*		display: none;*/
/*	}*/
/*}*/

@media (min-width: 1020px){
	/*.anchorPhone {*/
	/*	display: none;*/
	/*}*/

	/*.anchorPhone-ul {*/
	/*	display: none;*/
	/*}*/

	#header{
		height: 90px;
	}

	.navbar-right {
	    margin-right: -15px;
	}

	.container {
		width: 880px;
	    padding-right: 0px;
    	padding-left: 0px;
	}

	#nav ul {
	    margin-top: 10px;
	}

	#nav ul li a {
	    padding: 0 8px;
	    height: 60px;
    	line-height: 60px;
	}

	#nav ul .userInfor a{
		margin: 17px 8px 0px;
	}

	.navbar-brand .logo {
	    padding-top: 23px;
	}

	.navbar-brand .logo > img {
	    max-height: 44px;
	}

	.main-menu li a:after{
		margin-top: -14px;
	}

	#header.transparent-nav .main-menu li a{
		font-size: 15px;
	}

	h1{
		font-size: 38px;
	}

	.bannerText {
	    font-size: 17px;
	}

	.main-button{
		padding: 7px 14px;
		font-size: 13px;
	}

	#header-down-menu .down-menu-item a {
		font-size: 15px !important;
	}

	#header-down-menu .down-menu-item a:after {
		margin-top: -6px !important;
	}

	.pk-warp .quantity > .account-rant-container {
		height: 48px;
	}

	.axis > .item > div {
		position: absolute;
		left: 100%;
		margin-left: -20px;
	}

	.pk-warp .quantity .btn-group a{
		margin: initial;
	}

	.pk-warp .quantity > h6{
		text-align: left;
	}
}

@media (min-width: 1200px){
	#header{
		height: 90px;
	}

	.navbar-right {
	    margin-right: -15px;
	}

	.container {
		width: 980px;
	    padding-right: 15px;
    	padding-left: 15px;
	}

	#nav ul li a {
	    padding: 0 10px;
	    height: 60px;
    	line-height: 60px;
	}

	#nav ul .userInfor a{
		margin: 17px 15px 0px;
	}

	.navbar-brand .logo {
	    padding-top: 23px;
	}

	.navbar-brand .logo > img {
	    max-height: 44px;
	}

	.main-menu li a:after{
		margin-top: -14px;
	}

	#header.transparent-nav .main-menu li a{
		font-size: 16px;
	}

	h1{
		font-size: 42px;
	}

	.bannerText {
	    font-size: 18px;
	}

	.main-button{
		padding: 8px 20px;
		font-size: 14px;
	}

	#header-down-menu .down-menu-item a {
		font-size: 16px !important;
	}

	#header-down-menu .down-menu-item a:after {
		margin-top: -6px !important;
	}

	.pk-warp .quantity > .account-rant-container {
		height: 48px;
	}

	.axis > .item > div {
		position: absolute;
		left: 100%;
		margin-left: -20px;
	}

	.pk-warp .quantity .btn-group a{
		margin: initial;
	}

	.pk-warp .quantity > h6{
		text-align: left;
	}
}

@media (min-width: 1500px){
	.container {
		width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

#header-down-menu {
	display: none;
	width: fit-content;
	position: fixed;
	border-radius: 4px;
	transition: 0.5s;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
}

#header-down-menu .down-menu-item {
	width: 120px;
	text-align: left;
	padding: 0 20px;
	height: 44px !important;
	line-height: 44px !important;
}

#header-down-menu .down-menu-item a {
	display: inline-block;
	position: relative;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

#header-down-menu .down-menu-item a:after {
	content: "";
	display: block;
	height: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: #fff;
	width: 100%;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.header-menu-active .down-menu-item a:after {
	background: #3899ff !important;
}

#header-down-menu .down-menu-item a:hover:after,
#header-down-menu .down-menu-item a:focus:after,
#header-down-menu .down-menu-item .navActive:after {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

#header-down-menu .short-menu {
	height: 230px;
}

#header-down-menu .tunnel-menu {
	height: 98px;
}

.down-menu-suffix-icon {
	position: absolute;
	width: 28px;
	height: 14px;
	top: 0;
	right: 0;
	translate: 115% 60%;
}

.operatingSpace{
	padding: 30px 0 50px;
}

.blogTop .panelCover{
	border: none;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
}

#pageBar{
	padding-top: 10px;
}

.subheading{
    position: absolute;
    bottom: -8px;
    left: 50%;
	width: 332px;
    height: 48px;
    text-align: center;
    line-height: 48px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
    background-color: #fbfbfb;
    /*border-top: 1px solid #c1cada;*/
    /*border-left: 1px solid #c1cada;*/
    /*border-right: 1px solid #c1cada;*/
    /*border-bottom: none;*/
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
	box-shadow: 0px 3px 12px 1px rgb(82 94 102 / 12%);
}

.menuTab{
	width: 110px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 10px;
}

.menuTab:not(:last-child){
	border-right: 1px solid #c1cada;
}

.menuTab a{
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	font-size: 18px;
	color: #798696;
	text-decoration: none;
}

.buyExplain{
	color: #8E84FC;
	font-size: 18px;
	cursor: pointer;
}

.mysqlnav .showTime{
	width: 100%;
}

.mysqlnav>ul>li{
	cursor: pointer;
}

.blockTitle{
	font-size: 28px;
	font-weight: 400;
	color: #3899ff;
	letter-spacing: 2px;
}

.blockTitle img{
	height: 14px;
}

.blockSubhead{
    color: #3899ff;
    font-size: 20px;
    letter-spacing: 1px;
}

.feature-content h4{
	font-weight: 400;
	color: #222;
    font-size: 20px;
}

.feature-content p{
	font-size: 14px;
	line-height: 26px;
}

.advantage{
	padding-bottom: 20px;
}

.advantage img{
	width: auto;
	height: 68px;
}

.meteor01{
	position: absolute;
    top: 54%;
    left: 0;
    animation: motion01 8s 0s linear infinite;
    -webkit-animation: motion01 8s 0s linear infinite;
    -moz-animation: motion01 8s 0s linear infinite;
    -ms-animation: motion01 8s 0s linear infinite;
    -o-animation: motion01 8s 0s linear infinite;
}

@media (max-width: 600px) {
	.instrumentPC {
		display: none;
	}
	/*qq客服*/
	.instrument{
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 300;
		width: 38px;
		overflow: hidden;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	}

	.qqService {
		display: block;
		background: #3899ff;
		width: 100%;
		height: 125px;
	}

	.qqService img {
		width: 30px;
		height: 30px;
		margin: 8px auto 2px;
	}

	.qqService p {
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		width: 38px;
		line-height: 18px;
		padding: 0px 10px 0px;
		font-weight: 400;
	}
	.goTop{
		display: none;
		width: 100%;
		height: 48px;
		background: rgb(41,41,41,.7);
		cursor: pointer;
	}

	.goTop img{
		width: 30px;
		height: 30px;
		margin: 9px auto;
	}
}

@media (min-width: 600px) {
	.instrumentPhone {
		display: none;
	}
}

@-webkit-keyframes motion01 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-moz-keyframes motion01 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-ms-keyframes motion01 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-o-keyframes motion01 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

.meteor02 {
    position: absolute;
    top: 54%;
    left: 0%;
    animation: motion02 18s 0s linear infinite;
    -webkit-animation: motion02 18s 0s linear infinite;
    -ms-animation: motion02 18s 0s linear infinite;
    -moz-animation: motion02 18s 0s linear infinite;
    -o-animation: motion02 18s 0s linear infinite;
}

@-webkit-keyframes motion02 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-ms-keyframes motion02 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-moz-keyframes motion02 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-o-keyframes motion02 {
    0% {
        left: 0;
    }

    to {
        left: 100%;
    }
}

.pjIntroduction{
	padding: 50px 0 100px;
}

.pjIntroduction .introductionImg{
	width: 40%;
	margin: 0 auto;
	position: relative;
}

.pjIntroduction .introductionImg img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-msborder-radius: 100%;
	-o-border-radius: 100%;
	overflow: hidden;
}

.aloneIntroduction{
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
    box-shadow: 0px 3px 12px 1px rgba(82,94,102,0.12);
    width: 47%;
    padding: 20px 16px 28px;
}

.topLeft{
	left: -110px;
	top: -10px;
}

.topRight{
	right: -110px;
	top: -10px;
}

.bottomLeft{
	left: -110px;
	bottom: -10px;
}

.bottomRight{
	right: -110px;
	bottom: -10px;
}

.aloneIntroduction h4{
	font-size: 18px;
	line-height: 0;
	font-weight: bold;
	margin-bottom: 18px;
	color: #3899ff;
}

.aloneIntroduction p{
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s 0s linear infinite;
    color: #59b2ff;
	font-size: 16px;
	padding: 5px 0px 10px;
}

.marquee:hover {
    animation-play-state: paused;
}

@-webkit-keyframes marquee {
    0%   { text-indent: 105em; }
    100% { text-indent: -200em; }
}

@-ms-keyframes marquee {
    0%   { text-indent: 105em; }
    100% { text-indent: -200em; }
}

@-moz-keyframes marquee {
    0%   { text-indent: 105em; }
    100% { text-indent: -200em; }
}

@-o-keyframes marquee {
    0%   { text-indent: 105em; }
    100% { text-indent: -200em; }
}

.marquee::before{
	content: '';
    background: url('/img/icon/trumpet.png') no-repeat;
    background-position: 0px 3px;
    background-size: 22px 17px;
	padding-left: 26px;
}

.company-desc {
	margin-bottom: 30px;
	text-align: left;
	font-size: 20px;
	line-height: 32px;
}

.linkFooter{
	padding-top: 4px;
}

.serviceFooter{
	display: inline-block;
	text-align: center;
	width: 102px;
	height: 60px;
	line-height: 28px;
	background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -moz-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -ms-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: linear-gradient(to right, #2E77FF,#00B3FF);
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 14px;
    margin-bottom: 14px;
}

.serviceFooter:hover{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -moz-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -ms-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: linear-gradient(to right, #2E77FF,#00B3FF);
}

.serviceFooter:focus{
	color: #fff;
	background-image: -webkit-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -moz-linear-gradient(left, #2E77FF,#00B3FF);
	background-image: -ms-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: -o-linear-gradient(left, #2E77FF,#00B3FF);
    background-image: linear-gradient(to right, #2E77FF,#00B3FF);
}

.serviceFooter img{
	width: 24px;
	height: 24px;
	margin-top: -2px;
	margin-left: -4px;
}

/*独享ip池*/
.haveImg{
    width: 25%;
}

.haveImg img{
    width: 100%;
    height: 100%;
}

.haveDescribe{
    width: 70%;
    text-align: left;
    padding-top: 6px;
}

.useScene .buyCourse{
    padding-bottom: 20px;
}

.buyWay{
    padding-top: 40px;
}

.buyWay .consultBuy{
	display: block;
    /*border-radius: 25px;*/
    /*-webkit-border-radius: 25px;*/
    /*-moz-border-radius: 25px;*/
    /*-ms-border-radius: 25px;*/
    /*-o-border-radius: 25px;*/
    height: 46px;
    line-height: 44px;
    background-image: linear-gradient(to right, #0293F2, #0063FA);
    -webkit-background-image: linear-gradient(to right, #0293F2, #0063FA);
    -moz-background-image: linear-gradient(to right, #0293F2, #0063FA);
    -ms-background-image: linear-gradient(to right, #0293F2, #0063FA);
    -o-background-image: linear-gradient(to right, #0293F2, #0063FA);
    color: #fff;
    width: 160px;
    margin: 0 auto;
    cursor: pointer;
}

.buyWay .consultBuy:disabled{
	background-image: none;
	cursor: default;
}

.buyWay .consultBuy .consultIcon{
    font-size: 12px;
    /*margin-left: 10px;*/
    top: 0px;
}

.buyWay .consultBuy:hover .consultIcon{
    /*margin-left: 14px;*/
	margin-left: 5px;
}

/*短效代理ip说明页*/
.bottomImgWrap, .leftImgWrap{
	width: 100%;
	height: auto;
}

.bottomImgWrap{
	position: relative;
	height: 220px;
}

.leftImgWrap img{
	width: auto;
	max-width: 100%;
	height: 281px;
}

.bottomImgWrap img{
	position: absolute;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.topIntroWrap{
	padding-top: 100px;
	padding-bottom: 15px;
}

.rightIntroWrap{
	padding-top: 21px;
	padding-bottom: 100px;
}

.rightIntroWrap h2{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: PingFangSC-Medium;
	font-size: 26px;
	color: #8E84FC;
	letter-spacing: 0;
}

.rightIntroWrap p{
	line-height: 28px;
	font-family: PingFangSC-Medium;
	font-size: 15px;
	color: #737F91;
	letter-spacing: 0;
	text-align: justify;
}

.knowMore{
	width: 110px;
    height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 20px;
	background-image: linear-gradient(180deg, #C1BAFE 0%, #8E84FC 100%);
	box-shadow: 0 2px 4px 0 rgba(108,45,156,0.10);
	border-radius: 19px;
}

.topIntroWrap .knowMore{
    margin: 0 auto;
}

.knowMore a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.scenariosTitle{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 80px;
	color: #8E84FC;
}

.scenariosImgWrap{
	width: 90%;
	height: 336px;
	margin: 0 auto;
	position: relative;
}

.scenariosItem{
	width: 100%;
	height: 336px;
	background: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.scenariosItem:hover{
	top: 16px;
	left: 16px;
}

.scenariosBox{
	position: absolute;
	top: 16px;
	bottom: -16px;
	right: -16px;
	background: #f6f7fe;
    border-radius: 8px;
    border: solid 1px #f1f5ff;
    width: 100%;
    height: 336px;
	z-index: 10;
}

.scenariosItem img{
	/*width: 44px;*/
	height: 120px;
	margin-top: 57px;
}

.scenariosItem p{
	font-size: 22px;
	color: #8E84FC;
	margin-top: 44px;
	margin-bottom: 11px;
}

.scenariosItem span{
	font-size: 16px;
    color: #777b92;
}

.featureNew{
	background: #fff;
	box-shadow: 0 2px 12px 1px #E5E9EE;
	-webkit-box-shadow: 0 2px 12px 1px #E5E9EE;
	-moz-box-shadow: 0 2px 12px 1px #E5E9EE;
	-ms-box-shadow: 0 2px 12px 1px #E5E9EE;
	-o-box-shadow: 0 2px 12px 1px #E5E9EE;
}

.advantageNew{
	width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.advantageNewImg{
	width: 100%;
	height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-position: center;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    -o-background-position: center;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advantageNew:hover .advantageNewImg{
	transform: scale(1.2);
}

.newIndexTop{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
    line-height: 48px;
    padding: 0 18px;
    background-color: rgba(255, 255, 255, 0.6);
}

.newIndexTop p{
	font-size: 18px;
    color: #222;
}

.newIndexTop a{
	display: inline-block;
	font-size: 14px;
    color: #222;
    font-weight: 400;
}

.newIndexUl{
	padding: 10px 18px;
}

.newIndexUl li{
	display: block;
	height: 38px;
}

.newIndexUl li a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.newIndexUl li a p{
	height: 38px;
	line-height: 38px;
	font-weight: 400;
}

.newIndexUl .newIndexName{
	width: 70%;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break:break-all;
}

.newIndexUl .newIndexDate{
	width: 28%;
	text-align: right;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break:break-all;
}

.meritAlone {
    position: relative;
	padding: 0 20px;
    height: 260px;
    background: #fff;
    box-shadow: 11px 10px 21px 0 rgb(222 233 255 / 40%);
    -webkit-box-shadow: 11px 10px 21px 0 rgb(222 233 255 / 40%);
    -moz-box-shadow: 11px 10px 21px 0 rgba(222,233,255,.4);
    -ms-box-shadow: 11px 10px 21px 0 rgba(222,233,255,.4);
    -o-box-shadow: 11px 10px 21px 0 rgba(222,233,255,.4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.meritImgWrap {
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 72px;
}

.meritImgWrap img {
    width: 100%;
    height: 100%;
}

.meritAlone h4 {
    font-size: 16px;
    line-height: 1em;
    padding-top: 80px;
	font-family: PingFangSC-Medium;
    color: #8E84FC;
}

.meritAlone p {
    margin: 0 auto;
    padding-top: 20px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
	line-height: 20px;
    color: #737F91;
    letter-spacing: 0;
    text-align: justify;
}


.newIconWrap {
	position: absolute;
    top: -22px;
    left: 10px;
	width: 32px;
	height: 15px;
}

.newIconWrap img {
	width: 100%;
	height: 100%;
}

.pond-title {
	font-size: 20px !important;
	font-weight: unset;
	font-family: "PingFang SC", "Segoe UI", Roboto, Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}

.pond-content {
	font-size: 15px !important;
	font-family: "PingFang SC", "Segoe UI", Roboto, Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}

.appKeyInfo, .serverAddrInfo {
	text-decoration: underline !important;
	cursor: pointer !important;
	color: #01AAED !important;
}
