body::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

.btn {
	display: inline-block;
	width: 100px;
	height: 32px;
	border-radius: 3px;
	line-height: 32px;
	color: #009FD9;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer
}

.back-white {
	background: #fff
}

.service-action-ul li {
	float: left;
	width: 25%;
	height: 120px
}

.service-action-ul li a {
	display: block;
	width: 100%;
	height: 100%
}

.service-action-box {
	position: relative
}

.service-action-img {
	display: inline-block;
	width: 100px;
	height: 120px
}

.action-img1 {
	background: url(../images/index-sprite.png) no-repeat 0 -762px
}

.action-img2 {
	background: url(../images/index-sprite.png) no-repeat 0 -1130px
}

.action-img3 {
	background: url(../images/index-sprite.png) no-repeat 0 -1009px
}

.action-img4 {
	background: url(../images/index-sprite.png) no-repeat 0 -890px
}

.service-action-text {
	position: absolute;
	left: 110px;
	top: 25px
}

.service-action-title {
	font-size: 16px;
	color: #000000
}

.service-action-info {
	margin-top: 13px;
	width: 135px;
	font-size: 12px;
	color: #999
}

.service-action-text:hover .service-action-title {
	color: #000
}

.service-action-text:hover .service-action-info {
	color: #666
}

.news-ul li a {
	padding-right: 25%
}

.cloud-product-box {
	background: #f5f7f7
}

.cloud-product {
	padding: 80px 0 60px 0
}

.cloud-product-title {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 32px;
	color: #333
}

.color-blue {
	color: #000
}

.cloud-product-explain {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #999
}

.cloud-product-ul {
	margin-top: 30px;
	width: 100%
}

.cloud-product-ul li {
	position: relative;
	margin-top: 40px;
	width: 24.9%;
	height: 400px;
	float: left;
	border: 1px solid #ddd;
	border-left: none;
	background: #fff;
	transition: width .15s ease-out;
	-moz-transition: width .15s ease-out;
	-webkit-transition: width .15s ease-out;
	-o-transition: width .15s ease-out
}

.cloud-product-ul li:first-child {
	border-left: 1px solid #ddd
}

.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}

.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}

.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}

.empty-space {
	width: 100%;
	height: 62px
}

.single-bottom-item {
	height: 340px;
	width: 100%
}

.single-bottom-item:first-child {
	border-right: 1px solid #eee
}

.bg-product-pic {
	margin: 0 auto;
	width: 76px;
	height: 80px
}

.server-bg {
	background: url(../images/index-sprite.png) no-repeat 0 -1341px
}

.idc-bg {
	background: url(../images/index-sprite.png) no-repeat 0 -1421px
}

.host-bg {
	background: url(../images/index-sprite.png) no-repeat -6px -1256px
}

.product-introduce-title {
	margin-top: 20px;
	margin-bottom: 14px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	text-align: center
}

.product-introduce-title.normal-weight {
	font-weight: 400
}

.product-introduce-content {
	margin: 0 auto;
	width: 180px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #999
}

.product-introduce-price {
	margin: 16px auto 0;
	width: 180px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #999
}

.price-orange {
	color: #f80;
	font-size: 24px
}

.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.active-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.cloud-product-ul li.active {
	z-index: 9;
	width: 50%;
	height: 444px;
	margin-top: 20px;
	border: 1px solid #009fd9;
	box-shadow: 0 0 10px 5px rgba(0, 192, 239, .2)
}

.active-inner-top {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	line-height: 80px;
	font-size: 18px;
	text-align: center;
	background-color: #00c0ef;
	color: #fff;
	font-weight: 700
}

.active-empty-space {
	height: 14px
}

.active-inner-item {
	width: 49.9%
}

.active-inner-item-left {
	border-right: 1px solid #ddd
}

.active-product-introduce-title {
	margin-top: 20px;
	font-weight: 700
}

.product-btn-wrapper {
	margin-top: 50px
}

.product-btn-wrapper {
	margin: 38px auto 10px;
	width: 220px
}

.product-btn-wrapper .btn {
	float: left
}

.buy-link-btn {
	margin-right: 18px;
	background-color: #009fd9;
	color: #fff
}

.buy-link-btn:hover {
	background-color: #f80
}

.introduce-link-btn {
	border: 1px solid #009fd9;
	color: #009fd9
}

.introduce-link-btn:hover {
	border: none;
	color: #fff;
	background-color: #009fd9
}

.product-tab-wrapper {
	width: 100%
}

.product-tab-item {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	-o-transition: height .5s
}

.product-tab-title {
	margin: 0 auto;
	padding-left: 40px;
	width: 90%;
	min-width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #fafafa;
	color: #666
}

.product-tab-item.active .product-tab-title {
	background-color: #e0f9ff;
	color: #009fd9
}

.product-tab-content {
	width: 200px;
	margin-top: 6px;
	margin-left: 54px;
	line-height: 22px;
	font-size: 12px;
	color: #999
}

.product-tab-item.active {
	height: 150px
}

.solution-bgcolor {
	background: url(../images/solution_bg.jpg) no-repeat center;
	background-attachment: fixed;
	padding-bottom: 60px;
	background-size: cover;
}

.solution-bgcolor .cloud-product-explain,
.solution-bgcolor .cloud-product-title span {
	color: #fff
}

.solution-bgcolor .cloud-product-title span {
	border-color: #fff
}

.solution-list {
	position: relative;
	height: 400px;
	overflow: hidden
}

.arr-btn {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	z-index: 99;
	display: none\9;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.solution-box:hover .arr-btn {
	display: block\9;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

.arr-btn-left {
	left: 10px
}

.arr-btn-right {
	right: 10px
}

.solution-box {
	position: relative
}

.arr-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -18px;
	display: block;
	width: 20px;
	height: 36px;
	z-index: 100
}

.arr-btn .arr-left {
	background: url(../images/index-sprite.png) no-repeat 0 -1538px
}

.arr-btn .arr-right {
	background: url(../images/index-sprite.png) no-repeat 0 -1500px
}

.solution-list {
	width: auto!important
}

.solution-list ul li {
	float: left;
	width: 25%;
	position: relative;
	height: 400px;
	width: 275px;
	margin-left: 20px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

@media only screen and (max-width:1200px) {
	.solution-list ul li {
		width: 224px
	}
}

@media only screen and (max-width:1017px) {
	.solution-list ul li {
		width: 224px
	}
}

.solution-list ul li .li-bgcolor {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6
}

.solution-list ul li>i {
	position: absolute;
	top: 118px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s
}

.solution-list ul li>i.cloud-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -90px
}

.solution-list ul li>i.finance-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -180px
}

.solution-list ul li>i.mobile-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -360px
}

.solution-list ul li>i.busin-icon {
	background: url(../images/index-sprite.png) no-repeat 0 0
}

.solution-list ul li>i.game-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -270px
}

.solution-list ul li:hover>i {
	margin-left: -32px;
	width: 64px;
	height: 64px
}

.solution-list ul li:hover>i.cloud-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -506px
}

.solution-list ul li:hover>i.finance-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -570px
}

.solution-list ul li:hover>i.mobile-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -698px
}

.solution-list ul li:hover>i.busin-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -452px
}

.solution-list ul li:hover>i.game-icon {
	background: url(../images/index-sprite.png) no-repeat 0 -634px
}

.solution-list ul li>p.solution-title {
	position: absolute;
	top: 240px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s
}

.solution-list ul li>p.solution-intro {
	text-indent: 26px;
	font-size: 12px;
	height: 200px;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	top: 282px;
	color: #fff;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s
}

.solution-list ul li>a {
	position: absolute;
	top: 452px;
	left: 50%;
	margin-left: -59px;
	width: 118px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	opacity: 0;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s
}

.solution-list ul li:hover .li-bgcolor {
	background-color: #343535
}

.solution-list ul li:hover i {
	top: 26px
}

.solution-list ul li:hover p.solution-title {
	top: 118px
}

.solution-list ul li:hover p.solution-intro {
	top: 160px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.solution-list ul li:hover a {
	top: 330px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.free-certificate {
	height: 140px;
	background: #0bf
}

.swiper-wrapper {
	position: relative;
	height: 140px;
	overflow: hidden
}

.swiper-slide {
	position: relative;
	left: 0;
	width: 100%;
	height: 140px;
	overflow: hidden
}

.swiper-bar {
	float: left;
	margin: 0 10px;
	width: 30px;
	height: 13px;
	border-top: 3px solid #fff;
	background: 0 0;
	opacity: .5;
	filter: alpha(opacity=50)
}

.swiper-bar.active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.certificat-item {
	float: left;
	width: 300px;
	height: 140px
}

.certificat-item-wrapper {
	width: 92%;
	height: 100%;
	margin: 0 auto
}

.certificat-item-inner {
	float: left
}

.certificat-pic {
	margin-top: 42px;
	width: 64px;
	height: 64px;
}



.certificat-introduce {
	margin: 55px 0 0 10px;
	width: 150px;
	height: 80px
}

.certificat-introduce p {
	color: #fff
}

.certificat-introduce-top {
	height: 16px;
	line-height: 16px;
	font-size: 16px
}

.certificat-introduce-bottom {
	margin-top: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	white-space: nowrap
}

.certificat-pagination {
	height: 70px
}

.certificat-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
	filter: alpha(opacity=50)
}

.certificat-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.cooperative-partner {
	background: #f5f7f7
}

.cooperative-partner-list {
	margin-top: 26px
}

.cooperative-partner-list li {
	float: left;
	width: 24%;
	height: 130px;
	margin: 10px 0 0 1%
}

.cooperative-partner-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	background: #fff;
	cursor: default
}

.cooperative-partner-list li a img {
	vertical-align: middle
}

.cooperative-partner-list li a img.transiform-img {
	width: auto;
	height: 90px;
	transform: scale(.9);
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 20px;
}

.cooperative-partner-list li a:hover {
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, .1)
}

.cooperative-partner-list li a:hover img.transiform-img {
	transform: scale(1)
}

.cooperative-partner-list li:nth-child(4n+1) {
	margin: 10px 0 0 0
}

.news-trends {
	background: #fff;

}
.juhe_section .juhe_section3_content {
	background:#fff;
	width: 100%;
	height: 590px;
}
.juhe_section3_pay {
	/*width: 1080px;*/
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.clearfix {
	zoom: 1;
}
.news-trends-list {
	margin-top: 46px
}
.juhe_section3_pay .pay_img {
	width:450px;
	height: 3px;
	margin-top: 70px;
	margin-right: 110px;
}
.juhe_section3_pay .pay_img img{
	width:100%;
}
.fl {
	display: inline;
	float: left;
}
.juhe_section3_pay .pay_item {
	min-width:400px;
	margin-top: 50px;
}
.fr {
	display: inline;
	float: right;
}
.pay_list{
	padding-top: 30px;
}
.pay_list p{
	padding-left: 13px;
	text-indent: -10pt;
	color: #202020;
	line-height: 2;
	font-size: inherit;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}
.pay_list p .strong{
	font-weight: bold;
}
.press-release {
	float: left;
	width: 45%;
	margin-left: 9%
}

.activity-title img {
	height: 140px
}

.press-release:first-child {
	margin-left: 0%
}

.press-release-title {
	position: relative;
	padding: 0 20px;
	height: 36px;
	border-left: 3px solid #000;
	line-height: 36px;
	border-radius: 3px;
	background: #eee;
	font-size: 16px;
	color: #333
}

.release-title1 {
	border-left-color: #f40
}

.release-title2 {
	border-left-color: #009fd9
}

.release-title3 {
	border-left-color: #000
}

.press-release-title a {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 12px;
	color: #009fd9
}

.press-release-title a:hover {
	color: #f80
}

.press-news-pic {
	position: relative;
	margin: 20px auto 0;
	width: 90%;
	height: 74px;
	overflow: hidden
}

.press-news-picbg {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: -173px;
	margin-top: -40px;
	height: 80px;
	width: 346px;
	background-size: cover;
	background-position: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.press-news-pic:hover .press-news-picbg {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}
.press-release-list li a.active span,
.press-release-list li a:hover span {
	color: #009fd9
}

.press-release-list {
	width: 90%;
	margin: 0 auto;
	height: 174px
}

.press-release-list li {
	margin-top: 22px;
	float: left;
	width: 100%;
	height: 14px;
	line-height: 14px
}

.press-release-list li:first-child {
	margin-top: 20px
}

.press-release-list li a {
	display: block
}

.press-release-list li a i {
	float: left;
	width: 15%;
	font-style: normal;
	font-size: 12px;
	color: #999;
	white-space: nowrap
}

.press-release-list li a span {
	float: left;
	width: 76%;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.activity-title {
	margin-top: 16px;
	text-align: center
}

.activity-title a {
	display: block;
	margin: 0 auto;
	width: 327px;
	height: 124px;
	overflow: hidden
}

.activity-title a img {
	width: 100%;
	height: 100%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.activity-title a img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.free-registration {
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 60px 0 40px 0
}
@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1
	}
	30% {
		transform: scale(0);
		opacity: .1
	}
	60% {
		transform: scale(.5);
		opacity: .5
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}
	30% {
		transform: scale(0);
		opacity: .1
	}
	60% {
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}
	30% {
		transform: scale(0);
		opacity: .1
	}
	60% {
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0
	}
}
.ab-comm-banner h2 {
	padding-top: 88px;
	font-size: 40px;
	font-weight: normal;
}
.ab-comm-banner h2, .ab-comm-banner div.tit {
	text-align: center;
	color: #FFF;
}
.ab-comm-banner div.tit {
	font-size: 20px;
}
.ab-comm-banner h2, .ab-comm-banner div.tit {
	text-align: center;
	color: #FFF;
}
.agreement-main {
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}
.agreement-container {
	padding-top: 10px;
	overflow: auto;
}
.agreement-box {
	border: 1px solid #e5e5e5;
	max-width:100%;
}
.agreement-content {
	padding: 20px 30px;
}
.agreement-content strong {
	font-size: 16px;
}
.agreement-content strong, .agreement-content p {
	margin: 14px auto;
	word-break: break-all;
	word-wrap: break-word;
	color: rgb(50, 50, 50);
	line-height: 30px;
	text-indent: 2em;
	font-size: 14px;
}
.strong {
	font-weight: 700;
}
.agreement-content p {
	padding-left: 2em;
	text-indent: 0;
}
.agreement-content strong, .agreement-content p {
	word-break: break-all;
	word-wrap: break-word;
	color: rgb(50, 50, 50);
	line-height: 30px;
	/*text-indent: 2em;*/
	font-size: 14px;
}
.about-txt {
	overflow: hidden;
	margin-top: 58px;
}
.pic-tit {
	position: relative;
	height: 45px;
	margin-bottom: 50px;
}
.ab-tit {
	margin-left: -71px;
	position: absolute;
	top: -13px;
	left: 50%;
	background: #FFF;
	border: #FFF solid 6px;
	z-index: 5;
}
.pic-tit p, .pic-tit h2 {
	text-align: center;
}
.pic-tit h2, .pic-tit em {
	font-size: 28px;
}
.pic-tit .s-font {
	font-size: 12px;
	color: #999999;
	text-indent: 0;
}
.pic-tit h2, .pic-tit em {
	font-size: 28px;
}
.pic-tit em {
	font-style: normal;
	color: #ff8800;
}
.pic-tit em.f-normal {
	color: #000;
}
.v-line {
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: 0;
	border-bottom: #e9e9e9 solid 1px;
}
.about-txt .ab-txt-tit {
	font-size: 20px;
	text-align: right;
	line-height: 20px;
	margin-bottom: 45px;
}
.about-txt p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom:12px;
}
.ab-txt-tit span {
	font-size: 12px;
	color: #E0E0E0;
}
.about-txt img {
	/*float: left;*/
	/*width: 50%;*/
	width: 50%;
	margin: 0 auto;
	height: 50%;
	padding: 30px;
	align-self: center;
}
.about_intro{
	display: flex;
	flex-direction: row-reverse;
}
.about_intro .about_intro_p{
	padding: 30px;
	align-self: center;
}
/*.ab-txt-right {*/
	/*float: right;*/
	/*max-width: 46.4%;*/
/*}*/
/*.ab-txt-right {*/
	/*float: right;*/
	/*max-width: 46.4%;*/
/*}*/

/*.pay_test{*/
	/*width:80%;*/
	/*margin: 0 auto;*/
/*}*/
@media screen and (max-width: 600px) {
	.pay_test{
		width:100%;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1000px) {
	.pay_test{
		width:80%;
		margin: 0 auto;
	}
}

.pay_test .pay_content{
	padding: 50px;
	overflow: hidden;
}
.pay_test .pay_content h3{
	padding: 30px;
}
.pay_test .pay_content hr{
	margin: 15px 0 15px 0;
}
.pay_test .pay_content .pay_items{
	display: flex;
	justify-content: flex-start;
}
.pay_test .pay_content .pay_item{
	padding: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	margin: 15px;
}
.btn-sub {
	width:30%;
	height: 42px;
	color: #fff;
	border: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	margin: 20px 0px 30px 20px;
}
.pay_erweima{
	width: 300px;
	margin: 50px auto;
}
.input-box {
	margin-top: 3rem;
	margin-bottom: 2rem;
	position: relative;
}
.input-box i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 12px;
	color: #888;
	font-size: 20px;
	text-align: center;
}
.input-box span, .fa span {
	 width: 80px;
	 text-align: right;
	 display: inline-block;
	 padding-right: 20px;
	 font-size: 14px;
	 float: left;
 }
.input-box input, .fa input {
	width: 280px;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	font-size: 14px;
	border: 1px solid #ccc;
}