﻿.a_wrap {
	/* overflow: hidden; */
	height: auto;
	width: 100%;
	position: relative;
}

/* banner */
.a_banner img {
	display: block;
	min-width: 1300px;
	width: 100%;
	height: 700px;
}

.a_top {
	width: 1080px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.a_top * {
	transition: all .3s
}

.a_top_middle .proList {
	position: absolute;
	left: 0;
	top: 29px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.1);
}
/*:root .proList{filter:none;}*/
.a_top_middle .proList {
	display: none;
}

.a_top_middle .nav:hover .proList {
	display: block;
}

.a_top_middle .proList  a {
	height: 20px;
	display: inline-block;
	float: inherit;
	margin-right: 0;
	color: #fff;
}

.a_top_middle {
	width: 1080px;
	margin: 0 auto;
}

.a_top_middle .nav {
	float: left;
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 50px;
}

.a_top_middle .a_proActive {
	border: 1px solid #fff;
	border-radius: 50px;
}

.a_top_middle .nav:hover {
	border: 1px solid #fff;
	border-radius: 50px;
}

.a_top_middle .nav a {
	color: #ffffff;
	display: block;
	line-height: 30px;
	text-align: center;
	width: 102px;
	height: 30px;
	cursor: pointer;
}

.a_top_middle .nav .proList a {
	padding-bottom: 7px;
	height: 20px;
}

.a_top_middle .nav .proList a:hover {
	text-decoration: underline;
}

.a_top_middle a.company_intro {
	margin-right: 0;
}

.nav .pro_icon {
	position: absolute;
	top: 13px;
	right: 12.2%;
}

.a_top_right {
	position: absolute;
	right: -90px;
}

.a_top_right a {
	float: left;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	width: 64px;
	height: 32px;
	border-radius: 50px;
}

.a_top_right a:hover {
	text-decoration: underline;
}

.a_top_right a.login {
	margin-left: 18px;
	display: inline-block;
}
/* 登录注册鼠标滑过 */
.loginActive {
	background: #f49e16;
}

/* 标题 */
.a_title {
	color: #fff;
	width: 455px;
	height: 225px;
	position: absolute;
	left: 420px;
	top: 282px;
}

.a_title h3 {
	font-size: 36px;
	margin-bottom: 36px;
}

.a_title p {
	line-height: 30px;
}

.a_consult {
	display: inline-block;
	width: 100px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-top: 23px;
}

.a_consult:hover {
	background-color: rgba(255, 255, 255, .2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,
		endColorstr=#33ffffff);
}

:root .a_consult {
	filter: none;
}
/* 产品优势 */
.a_proAdvantage {
	min-width: 1300px;
	width: 100%
}

.a_proW1080 {
	width: 1080px;
	margin: 0 auto;
}

.a_proAdvantage .a_proW1080 {
	min-height: 510px;
}

.a_proAdvantage .a_proW1080 h1 {
	color: #333333;
	font-size: 48px;
	text-align: center;
	font-weight: 500;
	padding-top: 105px;
	padding-bottom: 50px;
}

.a_proW1080 .proContent {
	width: 990px;
	overflow: hidden;
	margin: 0 auto;
}

.a_proW1080 .proContent-pay {
	width: 100%;
	margin-left: 5%;
}

.a_proW1080 .proContent .contentFl {
	float: left;
	width: 25%;
}

.a_proW1080 .proContent .contentFl img {
	margin-left: 10px;
	margin-bottom: 10px;
}

.a_proW1080 .proContent .contentFl p {
	margin-top: 10px;
	color: #999999;
	line-height: 16px;
}
/* .a_proW1080 .proContent .contentFi{
    width: 134px;
    margin-left: 62px;
}
.a_proW1080 .proContent .contentSe{
    width: 123px;
    margin-left: 132px;
}
.a_proW1080 .proContent .contentTh{
    width: 208px;
    margin-left: 146px;
}
.a_proW1080 .proContent .contentFo{
    width: 182px;
    margin-left: 65px;
} */
/* 使用场景 */
.a_scene {
	background: #f7f7f7;
	height: 798px;
	min-width: 1300px;
	width: 100%;
}

.a_scene .sliderBox {
	/* text-align: center; */
	position: relative;
	width: 238px;
	height: 500px;
	margin: 0 auto;
}

.a_scene .sliderBox  .sliderWrap {
	width: 210px;
	height: 356px;
	overflow: hidden;
	left: 15px;
	top: 73px;
	position: absolute;
}

.a_scene .sliderBox .sliderImg {
	position: absolute;
}

.sliderBox .sliderWrap .sliderImg img {
	width: 210px;
	height: 356px;
}
/* 手势 */
.sliderBox .a_tap {
	position: absolute;
	bottom: 73px;
	left: 22px;
}
/* 提示 */
.rightTips {
	position: absolute;
	left: 312px;
	top: 142px;
	width: 260px;
	text-align: left;
}

.rightTips li {
	padding-bottom: 40px;
	list-style-type: disc;
	color: #999999;
	cursor: pointer;
}

.rightTips li.bg {
	color: #f49e16;
}

.a_way {
	min-width: 1300px;
	width: 100%;
}

.a_way .wayTips {
	width: 280px;
	margin: 15px auto;
	text-indent: 20px;
	line-height: 25px;
	color: #999999;
}

.a_way .btn {
	width: 100px;
	height: 40px;
	margin: 0 auto;
}

.a_way .btn .forward {
	width: 100px;
	height: 40px;
	border: 1px solid #999999;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	color: #333333;
}

.a_way .btn .forward:hover {
	background: #f49e16;
	color: #fff;
	border: none;
}

.a_scene .a_proW1080 {
	height: 798px;
}

.a_way .a_proW1080 {
	height: 460px;
}
/* h5支付 */
.h_scene {
	height: 836px;
}

.h_scene  .a_proW1080 h1 {
	padding-bottom: 0;
}

.h_scene  .a_proW1080 p {
	padding-bottom: 50px;
	text-align: center;
	color: #333333;
}

.h_scene .a_proW1080 .mobileWrap {
	margin: 0 auto;
	width: 600px;
	height: 500px;
}

.h_scene .a_proW1080 .sliderBox1 {
	float: left;
}

.h_scene .a_proW1080 .sliderBox2 {
	float: right;
}

.h_scene .a_proW1080 .moblieTips {
	width: 600px;
	height: 38px;
	margin: 10px auto;
}

.h_scene .a_proW1080 .moblieTips .alipay {
	float: left;
	text-align: center;
	width: 238px;
	color: #999999;
	line-height: 38px;
}

.h_scene .a_proW1080 .moblieTips .wechat {
	float: right;
	text-align: center;
	width: 238px;
	color: #999999;
	line-height: 38px;
}
/* 扫码支付 */
.h_scene .a_proW1080 .s_mobileWrap {
	width: 919px;
}

.s_mobileWrap .s_leftImg {
	width: 197px;
	height: 283px;
	float: left;
	margin-top: 130px;
}

.s_scene .a_proW1080 .s_sliderBox1 {
	float: left;
	margin-left: 123px;
	margin-right: 123px;
}

.s_scene .a_proW1080 .s_sliderBox2 {
	float: left;
}

.s_scene .a_proW1080 .moblieTips {
	width: 919px;
}

.s_scene .a_proW1080 .moblieTips .alipay {
	margin-left: 86px
}

.s_scene .a_proW1080 .moblieTips .scanPay {
	margin-left: -19px;
	margin-right: 20px;
}
/* sdk下载 */
.s_sdk .a_proW1080 {
	padding-bottom: 40px;
	height: auto;
}

.s_sdk .a_proW1080 .downLoad {
	width: 777px;
	margin: 0 auto;
	overflow: hidden;
}

.s_sdk .a_proW1080 .downLoad .downWrap {
	overflow: hidden;
}

.a_proW1080 .downLoad .downWrap p {
	font-size: 24px;
	color: #333333;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	float: left;
	margin-left: 130px;
	cursor: pointer;
}

.a_proW1080 .downLoad .downWrap p:hover {
	color: #f49e16;
	background: url(../images/tab.png) no-repeat;
	background-position: center 143px;
	background-size: 100% 13px;
}

.a_proW1080 .downLoad .downWrap p a {
	color: #333333;
}

.a_proW1080 .downLoad .downWrap p .detailPro {
	color: #333
}

.a_proW1080 .downLoad .downWrap p .detailPro:hover {
	color: #f49e16;
}

.s_sdk .a_proW1080 .downLoad .tabActive {
	color: #f49e16;
	background: url("../images/tab.png") no-repeat;
	background-position: center 143px;
	background-size: 100% 13px;
}
/* .a_proW1080 .downLoad .loadCont img{
   float: left;
} */
.a_proW1080 .downLoad .loadCont img.loadAlipay {
	margin-left: 15px;
}
/* .a_proW1080 .downLoad .loadCont .andriod{
    margin-left: 150px;
    margin-right: 150px;
} */
.imgSdk {
	float: left;
	margin-bottom: 40px;
	margin-right: 132px;
	width: 126px;
	height: 100px;
}

.imgSdk p {
	text-align: center;
}
/* .a_proW1080 .downLoad .loadCont p a{
    float: left;
    width: 130px;
    text-align: center;
    margin-top: 13px;
    color: #999999;
} */
.a_proW1080 .downLoad .loadCont p a:hover {
	color: #333333;
	text-decoration: underline;
}

.a_proW1080 .downLoad .loadCont .andriodTips {
	margin-left: 117px;
	margin-right: 125px;
}

.a_proW1080 .downLoad .loadCont {
	overflow: hidden;
	display: none;
}

.a_proW1080 .downLoad .ContActive {
	display: block;
}
/* .a_proW1080 .downLoad .loadContw img.loadAlipay{
    margin-left: 143px;
} */
.a_proW1080 .downLoad .loadContw .imgSdkw {
	margin-left: 123px;
	margin-right: 0;
}
/* 公司介绍 */
.c_companyIntr .a_proW1080 {
	height: auto;
	padding-bottom: 125px;
}

.c_companyIntr .a_proW1080 .proArticle p {
	color: #999999;
	font-size: 14px;
	text-indent: 28px;
	margin-left: 90px;
	margin-right: 90px;
	line-height: 40px;
}

.c_companyIntr .btn {
	display: block;
	width: 190px;
	line-height: 40px;
	text-align: center;
	background-color: #f49e16;
	color: #fff;
	border-radius: 20px;
	margin: 35px auto 0 auto;
	text-decoration: none;
}

.c_companyIntr ul {
	font-size: 0;
	padding: 0;
	margin: 0
}

.c_companyIntr li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.c_companyIntr li:nth-child(4n) {
	margin: 0 0 20px 0;
}

.c_companyIntr li>a {
	display: block;
	width: 250px;
	height: 200px;
	background-position: center center;
	background-size: auto 100%;
	overflow: hidden;
}

.c_companyIntr li>a>img {
	transition: all 0.6s;
}

.c_companyIntr li>a>img:hover {
	transform: scale(1.2);
}

.c_layout {
	background: #f7f7f7;
}

.c_layout .a_proW1080 {
	height: auto;
	padding-bottom: 125px;
}

.c_layout .a_proW1080 .proArticle p.l_first {
	margin-left: 315px;
	margin-right: 0;
	text-indent: 0;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.c_layout .a_proW1080 .proArticle p.l_two {
	margin-left: 275px;
	margin-right: 0;
	margin-right: 0;
	text-indent: 0;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.c_layout .a_proW1080 .proArticle p.l_three {
	margin-left: 174px;
	margin-right: 0;
	margin-right: 0;
	text-indent: 0;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.c_miss {
	background: #ffffff;
}

.c_miss .a_proW1080 {
	height: auto;
	padding-bottom: 125px;
}

.c_miss .a_proW1080 .proArticle p.m_first {
	margin-left: 426px;
	color: #999999;
	line-height: 40px;
}

.c_miss .a_proW1080 .proArticle p.m_two {
	margin-left: 227px;
	color: #999999;
	line-height: 40px;
}

.c_miss .a_proW1080 .proArticle p.m_three {
	margin-left: 213px;
	color: #999999;
	line-height: 40px;
}

.c_service {
	background: #f7f7f7;
}

.c_service .a_proW1080 {
	height: auto;
	padding-bottom: 125px;
}

.c_vis {
	background: #ffffff;
}

.c_vis .a_proW1080 {
	height: auto;
	padding-bottom: 125px;
}
/*常见问题 */
.q_question .a_proW1080 {
	height: auto;
	padding-bottom: 0;
}

.q_question .a_proW1080 .q_title {
	width: 808px;
	margin-left: 206px;
	overflow: hidden;
}

.q_question .a_proW1080 .q_title .quesWrap p {
	margin-left: 0;
	margin-right: 140px;
	margin-bottom: 40px;
	padding-bottom: 22px;
	padding-top: 0;
}

.q_question .a_proW1080 .q_title .quesWrap p a {
	color: #333333;
}

.q_question .a_proW1080 .q_title .quesWrap p a:hover {
	color: #f49e16;
}

.s_sdk .a_proW1080 .downLoad p.tabActive a {
	color: #f49e16;
}

.q_question .a_proW1080 .q_title .quesWrap p.tabActive {
	background-position: center 37px;
	color: #f49e16;
	background-size: 100% 13px;
}

.q_banner img {
	/*margin-bottom: 105px;*/
	
}
/* .q_question .a_proW1080 .q_title .quesWrap .payChannel{
    margin-right: 140px;
    margin-left: 140px;
} */
.q_question .a_proW1080 .q_title .quesWrap p:hover {
	color: #f49e16;
	background: url(../images/tab.png) no-repeat;
	background-position: center 37px;
	background-size: 100% 13px;
	display: block;
}
/* 列表 */
.q_common .q_list {
	/*padding-bottom: 142px;*/
	padding-top: 76px;
}

.q_common .q_list li {
	margin-bottom: 80px;
	overflow: hidden;
}

.q_common {
	display: none;
}

.q_commonActive {
	display: block;
}

.q_common .q_list li span.q_date {
	width: 80px;
	height: 80px;
	background: #f49e16;
	float: left;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
}

.q_common .q_list li .q_middle {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 820px;
}

.q_common .q_list li .q_middle .q_describe {
	margin-bottom: 15px;
	font-size: 24px;
	width: 552px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.q_common .q_list li .q_middle .q_describe .q_li {
	color: #333333;
}

.q_common .q_list li .q_middle .q_describe .q_li:hover {
	color: #f49e16;
	text-decoration: underline;
}

.q_describe img {
	margin-left: 7px;
}

.q_number {
	color: #999999;
	font-size: 14px;
}

.q_list li .q_middle .q_describe .q_number {
	color: #999999;
	font-size: 14px;
}

.q_common .q_list li img.q_right {
	float: right;
	margin-right: 27px;
	margin-top: -25px;
}
/* 详情 */
.t_title {
	color: #f49e16;
	margin-top: 5px;
}

.t_w900 {
	width: 898px;
	margin: 0 auto;
	padding-bottom: 160px;
}

.t_w900 h3 {
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.t_w900 p {
	color: #999999;
	/*text-align: center;
    margin-bottom: 85px;*/
	line-height: 35px;
}

.t_w900 .t_problem {
	font-size: 18px;
	color: #333333;
}

.t_w900 .solve {
	text-align: inherit;
	margin-bottom: 0;
	line-height: 30px;
}

.t_w900 .solveOne {
	margin-top: 5px;
}

.t_w900 .proDes {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 45px;
	color: #999999;
	text-align: inherit;
}
/* 分页 */
.pageList {
	/* margin-top:60px; */
	/* width:366px; */
	height: 30px;
	padding-bottom: 142px;
	margin-left: 357px;
}

.pageList li {
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	margin-right: 13px;
	float: left;
	color: #666666;
	border: 1px solid #cccccc;
}

.pageList li:hover {
	background: #f49e16;
	/* border: 0; */
	cursor: pointer;
	color: #fff;
}

.pageList .active {
	background: #f49e16;
	/* border: 0; */
	cursor: pointer;
	color: #fff;
}

.pageList .p_number {
	width: 60px;
	height: 30px;
	border-radius: 50px;
	margin-top: 1px;
	margin-left: 20px;
}

.pageList .p_number .p_input {
	height: 30px;
	width: 60px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
}

/*微信分账*/
.accountsMode-flow {
	text-align: center
}

.accountsMode p {
	line-height: 30px;
	color: #999;
}

.accountsMode p b {
	color: #666
}

.accountsMode-note {
	margin: 40px 0 0 240px;
}

.scene-header {
	text-align: center
}

.scene-header ul {
	display: inline-block;
	margin-bottom: 50px;
}

.scene-header li {
	display: inline-block
}

.scene-header li a {
	display: block;
	width: 95px;
	line-height: 35px;
	border-radius: 20px;
	color: #333;
	margin: 0 24px;
	position: relative;
	transition: all .3s;
}

.scene-header li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	border-radius: 20px;
}

.scene-header li a span {
	position: relative;
	z-index: 9
}

.scene-header li.on a:after {
	width: 100%;
	height: 100%;
	background-color: #f49e16;
}

.scene-header li.on a {
	color: #fff
}

.scene-body {
	padding-bottom: 100px;
}

.scene-content {
	width: 900px;
	margin: 0 auto;
	min-height: 350px;
}

.scene-content img {
	display: block;
	margin: 0 auto
}

.scene-content p {
	line-height: 25px;
	color: #999
}

.scene-content p b {
	color: #666
}

/*skip-nav*/
html, body {
	transition: all .3s
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear:after {
	content: '';
	display: table;
	clear: both
}

.center {
	text-align: center
}

.col-3 li {
	display: inline-block;
	width: 30%;
	vertical-align: top
}

.orange {
	color: #f49f1a
}

.red {
	color: #f25454
}

.bold {
	font-weight: bold
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px
}

.f28 {
	font-size: 28px;
}

.title {
	text-align: center;
	margin-bottom: 80px
}

.title h3 {
	font-size: 48px;
	font-weight: normal;
	color: #333
}

.title p {
	margin: 30px 0;
	font-size: 16px;
	color: #898989
}

.section {
	padding: 120px 0
}

/*skip-nav*/
.animate-skip {
	background-color: #333;
	line-height: 60px;
	height: 60px;
	width: 100%;
	top: 0;
	z-index: 99
}

.animate-skip span {
	color: #fff;
	display: block;
	width: 180px;
	text-align: center
}

.animate-skip li {
	display: inline-block;
	width: 140px;
	text-align: center
}

.animate-skip li a {
	color: #fff;
	position: relative;
}

.animate-skip li.on a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f49e16;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%)
}

/*短信服务 - 产品优势*/
.section01 .content li {
	width: 350px;
	padding: 20px 40px;
	box-sizing: border-box;
	margin-right: 10px
}

.section01 .content li:nth-child(3n) {
	margin-right: 0
}

.section01 .content li h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin: 25px 0
}

.section01 .content li p {
	text-align: justify;
	color: #898989;
	line-height: 24px
}

/*短信服务 -产品功能*/
.section02 {
	background: url(../images/sec02-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%
}

.section02 .title h3, .section02 .title p {
	color: #fff
}

.section02 ul {
	margin: 60px 0 0 0
}

.section02 li {
	display: inline-block;
	width: 212px;
	height: 350px;
	background-repeat: no-repeat;
	cursor: pointer
}

.section02 li * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.section02 li>div {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 100px 20px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.section02 li:nth-child(1) {
	background-image: url(../images/img01.jpg)
}

.section02 li:nth-child(2) {
	background-image: url(../images/img02.jpg)
}

.section02 li:nth-child(3) {
	background-image: url(../images/img03.jpg)
}

.section02 li:nth-child(4) {
	background-image: url(../images/img04.jpg)
}

.section02 li:nth-child(5) {
	background-image: url(../images/img05.jpg)
}

.section02 li h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 160px 0;
}

.section02 li p {
	text-align: justify
}

.section02 li:hover>div {
	background-color: #e09116;
	padding-top: 20px
}

.section02 li:hover .icon {
	position: relative;
	top: -100px
}

.section02 li:hover h3 {
	margin-bottom: 30px;
	margin-top: -60px
}

/*section03*/
.switch li {
	display: inline-block;
	font-size: 18px;
	text-align: center
}

.switch * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.section03 {
	padding-bottom: 0
}

.section03 .switch {
	margin-top: 50px
}

.section03 .switch-btn {
	padding: 0 60px;
	border-bottom: 2px solid #e5e5e5
}

.section03 .switch li {
	width: 200px;
	margin: 0 58px;
	padding: 30px 0;
	position: relative;
	cursor: pointer
}

.section03 .switch li:after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background-color: #f49e16;
	position: relative;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.section03 .switch li.on:after {
	width: 95px
}

.section03 .switch li p {
	margin-top: 15px
}

.section03 .switch-content {
	padding: 70px 0
}

.msg-content dd {
	margin-bottom: 80px;
	width: 220px;
	line-height: 60px;
	border: 1px solid #ccc;
	background-color: #eff1f5;
}

.msg-content dd:last-child {
	margin-bottom: 0
}

.msg-content dd.on {
	background-color: #f49e16;
	border-color: #f49e16;
}

.msg-content dd a {
	display: block;
	text-align: center;
	color: #333
}

.msg-content dd.on a {
	color: #fff
}

.mid-content {
	width: 505px;
	padding: 0 65px
}

.msg-pop {
	color: #fff;
	display: block;
	width: 502px;
	height: 246px;
	padding: 40px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	position: relative
}

.msg-pop:before {
	content: '';
	background-image: url(../images/msg01.png);
	display: block;
	width: 502px;
	height: 246px;
	position: absolute;
	top: 18px;
	left: -12px
}

.msg-pop:after {
	content: '';
	background-image: url(../images/msg.png);
	display: block;
	width: 502px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0
}

.msg-pop p {
	position: relative;
	z-index: 9
}

.msg-phone {
	width: 470px;
	height: 304px;
	background-image: url(../images/phone.png);
	margin: 60px auto 0 auto
}

.flow .msg-phone{
	position:relative;
	left:-125px
}

/*接入引导*/
.flow {
	border: 1px solid #ecf1fb;
	padding: 80px 100px;
	height: 1040px;
	position: relative;
	box-sizing: border-box;
}

.flow h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal
}

.flow-list {
	margin: 70px 0;
}

.flow-list li {
	width: 290px;
	display: inline-block;
	vertical-align: top
}

.flow-list li i {
	display: inline-block;
	width: 39px;
	height: 45px;
	background-image: url(../images/flow-icon.png);
	line-height: 45px;
	text-align: center;
	font-style: normal;
	font-size: 20px;
}

.flow-list li span {
	font-size: 20px;
	color: #333;
	margin: 0 20px
}

.flow-list li p {
	margin-left: 65px
}

.flow-list li:nth-child(2) {
	margin-left: 180px;
	width: 360px;
}

.flow-list li:nth-child(3), .flow-list li:nth-child(4), .flow-list li:nth-child(5)
	{
	position: absolute
}

.flow-list li:nth-child(3) {
	bottom: 460px;
	right: 70px;
}
.flow-list li:nth-child(3) .red{
	margin-top:20px
}

.flow-list li:nth-child(4) {
	bottom: 257px;
	right: 148px;
}

.flow-list li:nth-child(5) {
	bottom: 220px;
	left: 100px;
	width: 360px;
}

/*帮助中心*/
.help-l {
	width: 245px;
	line-height: 70px;
	border: 1px solid #ecf1fb
}

.help-l li {
	border-bottom: 1px solid #ecf1fb
}

.help-l li.on {
	background-color: #f49f19
}

.help-l li:last-child {
	border-bottom: 0
}

.help-l li a {
	display: block;
	color: #333;
	text-align: center
}

.help-l li.on a {
	color: #fff
}

.help-r {
	width: 755px;
	background-color: #f7f8fa;
	padding: 0 35px;
	color: #333;
	line-height: 24px
}

.help-r h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 40px 0
}

.help-r table {
	border-collapse: collapse;;
	background-color: #fff;
	width: 100%
}

.help-r th, .help-r td {
	border: 1px solid #ecf1fb;
	padding: 23px 15px;
	vertical-align: top;
	color: #04304b
}

.help-r th {
	font-weight: normal;
	white-space: nowrap;
}

/*价格明细*/
.tips {
	padding: 20px 0;
	text-align: center
}

.tips-orange {
	background-color: #fffaef;
	color: #f49e16
}

.p-title {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.p-content {
	margin: 60px 0;
	line-height: 24px;
}

.p-content table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.p-content table th {
	background-color: #d9dfea;
	font-weight: normal;
	width: 33.3333333%
}

.p-content table td, .p-content table th {
	border: 1px solid #ecf1fb;
	padding: 25px 0
}

.package {
	margin: 50px 0
}

.package li {
	text-align: center;
	width: 255px;
	display: inline-block;
	border: 1px solid #ecf1fb;
	border-radius: 10px;
	position: relative;
	padding: 0 0 30px 0;
	margin-right: 13px;
	margin-top: 10px;
}

.package li:nth-child(4n) {
	margin-right: 0
}

.package li .tag {
	display: block;
	width: 180px;
	height: 47px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	background-image: url(../images/tag.png);
	background-size: 100% 100%;
	margin: 17px 0 0 -7px
}

.package li .btn {
	display: block;
	width: 160px;
	line-height: 50px;
	color: #fff;
	background-color: #f49f19;
	border-radius: 25px;
	margin: 0 auto
}

.package li .price {
	background-image: url(../images/package-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 120px;
}

/*图标*/
.icon {
	background: url(../images/icon-msg.png);
	display: inline-block;
}

.icon64-75 {
	width: 64px;
	height: 75px;
}

.icon84-84 {
	width: 84px;
	height: 84px;
}

.icon58-58 {
	width: 58px;
	height: 58px;
}

.icon01 {
	background-position: 0 0
}

.icon02 {
	background-position: -64px 0
}

.icon03 {
	background-position: -128px 0
}

.icon04 {
	background-position: -192px 0
}

.icon05 {
	background-position: -256px 0
}

.icon06 {
	background-position: -320px 0
}

.icon07 {
	background-position: 0 -75px
}

.icon08 {
	background-position: -84px -75px
}

.icon09 {
	background-position: -168px -75px
}

.icon10 {
	background-position: -252px -75px
}

.icon11 {
	background-position: -336px -75px
}

.icon12 {
	background-position: 0 -159px
}

.icon13 {
	background-position: -58px -159px
}

.icon14 {
	background-position: -116px -159px
}

.icon15 {
	background-position: -174px -159px
}