
/*1*/
.page1{
	background: url(../img/svipService/bg@2x.png) no-repeat center;
	background-size:100% 100%;
	width:100%;
	height:100%;
	min-height: 921px;
	max-height: 1080px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page1 .page1_cont{
	width:488px;
	height:488px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background:url(../img/index/cale_b@2x.png) no-repeat center;
	background-size:100% 100%;
	justify-content: center;
}
.page1 .page1_cont img{
	width:470px;
}

/*2*/
.page2,.page3{
	background: -webkit-linear-gradient(0deg,rgba(41,41,41,1),rgba(23,23,23,1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(0deg,rgba(41,41,41,1),rgba(23,23,23,1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(0deg,rgba(41,41,41,1),rgba(23,23,23,1)); /* Firefox 3.6 - 15 */
	background:linear-gradient(0deg,rgba(41,41,41,1),rgba(23,23,23,1));
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.page2 .foot_bg{
	position: absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.page2 .page2_cont{
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index:99;
}
.page2 .page2_cont .p2_1{
	width:476px;
	margin-top:100px;
}

.page2 .p2_c{	margin-top:50px;}
.page2 .page2_cont .card{
	width:358px;
	margin-top:20px;
}
.page2 .page2_cont .p2_t{
	color:#FDE4B9;
	font-size:40px;
	line-height:40px;
	display: flex;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_t ul{
	display:flex;
}
.page2 .page2_cont .p2_t .p2_ul1 img{
	width:170px;
	height:228px;
}
.page2 .page2_cont .p2_t .p2_ul2{
	display: flex;
	align-items: center;
	color:#ECDECC;
}
.page2 .page2_cont .p2_t .p2_ul2 li p {
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(236,222,204,1);
	background:linear-gradient(180deg,rgba(198,139,26,1) 0%, rgba(255,234,200,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.page2 .page2_cont .p2_t .p2_ul2 li p:nth-of-type(2){letter-spacing: 2px;}
.page2 .page2_cont .p2_t .p2_ul2 li p:nth-of-type(3){letter-spacing: 4.3px;}
.page2 .page2_cont .p2_t .p2_ul2 li:nth-of-type(1){
	border-right:1px solid #4C4845;
	font-size:20px;
	text-align: left;
	padding:0 20px;
	line-height: 1.2;
}
.page2 .page2_cont .p2_t .p2_ul2 li:nth-of-type(2){
	font-size:26px;
	text-align: center;
	padding:0 20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(236,222,204,1);
	background:linear-gradient(180deg,rgba(198,139,26,1) 0%, rgba(255,234,200,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.page2 .page2_cont .p2_b{
	margin:0 auto;
	width:100%;
	height:308px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background:url(../img/svipService/bg_02@2x.png) no-repeat center;
	background-size:100% 100%;
	justify-content: center;
}
.page2 .page2_cont .p2_b .p2_b_c{
	margin:0 auto;
	width:70%;
	height:208px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background:url(../img/svipService/more_kuang@2x.png) no-repeat center;
	background-size:100% 100%;
	justify-content: center;
	position:relative;
}
.page2 .page2_cont .p2_b .p2_b_c .top{
	color:#332B24;
	font-size:22px;
	line-height: 56px;
	font-weight: bold;
	top:-28px;
	background:url(../img/svipService/p_t_bg@2x.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	width:44%;
	height:56px;
	text-align:center;
}
.page2 .page2_cont .p2_b .p2_b_c .center{
	font-size:18px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(234,200,128,1);
	line-height:40px;
	display: flex;
	align-items: center;
}
.page2 .page2_cont .p2_b .p2_b_c .center>span{
	font-size:32px;
	font-family:Helvetica-Condensed-Bold;
	font-weight:bold;
	color:rgba(234,200,128,1);
	background: url(../img/svipService/heikuang@2x.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	margin-right:10px;
}
.page2 .page2_cont .p2_b .p2_b_c .center>span:nth-of-type(1){
	margin-left: 10px;
}
.page2 .page2_cont .p2_b .p2_b_c .bottom{
	margin-top:20px;
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(165,174,191,1);
	line-height:40px;

	background:linear-gradient(180deg,rgba(198,139,26,1) 0%, rgba(255,234,200,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/*2-2*/
.page2 .page2_cont .p2_2{
	width:414px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_ul3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:10px;
}
.page2 .page2_cont .p2_ul3 .p2_li3{
	width:445px;
}
.page2 .page2_cont .p2_ul3 .p2_li5{
	width:420px;
}
.page2 .page2_cont .p2_ul3 .p2_li6{
	width:425px;
}
.page2 .page2_cont .p2_ul3 .p2_li4{
	width:365px;
}
/*2-3*/
.page2 .page2_cont:nth-of-type(3){
	width:80%;
}
.page2 .page2_cont .p2_3{
	width:562px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_ul4,.page2 .page2_cont .p2_ul5{
	display: flex;
	align-items: center;
}
.page2 .page2_cont .p2_ul4 .tit,.page2 .page2_cont .p2_ul5 .tit{

	font-size:20px;
	font-family:PingFang-SC-Bold;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:28px;
	margin-top:0px;
	text-align: left;
	background:linear-gradient(180deg,rgba(198,139,26,1) 0%, rgba(255,234,200,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.page2 .page2_cont .p2_ul4 .txt,.page2 .page2_cont .p2_ul5 .txt{
	font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(201,201,209,1);
	line-height:22px;
	opacity:0.5;
	margin-top:-14px;
	text-align: left;
}
.page2 .page2_cont .p2_ul4 li:nth-of-type(1){
	background: url(../img/svipService/message_04.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	margin-right:20px;
	width:167px;
	height:92px;
}
.page2 .page2_cont .p2_ul4 li:nth-of-type(2){
	background: url(../img/svipService/message_05.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	margin-right:20px;
	width:196px;
	height:112px;
}
.page2 .page2_cont .p2_ul4 li:nth-of-type(3){
	background: url(../img/svipService/message_03.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	width:177px;
	height:93px;
}
.page2 .page2_cont .p2_ul4 li:nth-of-type(3) .tit{
	padding-left:15px;
}
.page2 .page2_cont .p2_ul4 li:nth-of-type(3) .txt{
	padding-left:15px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(1){
	background: url(../img/svipService/message_02.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	margin-right:20px;
	width:204px;
	height:93px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(2){
	padding:5px 10px;
	margin-right:20px;
	
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(2) img{
	width:487px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(1) .tit{
	padding-top:5px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(3) .tit{
	padding-left:15px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(3) .txt{
	padding-left:15px;
}
.page2 .page2_cont .p2_ul5 li:nth-of-type(3){
	background: url(../img/svipService/message_01.png) no-repeat center;
	background-size:100% 100%;
	padding:5px 10px;
	width:188px;
	height:93px;
}
/*2-4*/

.page2 .page2_cont .p2_4{
	width:428px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_5{
	width:800px;
	margin-top:0px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_6{
	width:798px;
	margin-top:0px;
	margin-bottom:50px;
}
/*2-5*/
.page2 .page2_cont .p2_7{
	width:463px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_8{
	width:582px;
	margin-top:0px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_9{
	width:782px;
	margin-top:0px;
	margin-bottom:50px;
}
/*2-6*/
.page2 .page2_cont .p2_10{
	width:463px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_7{
	width:463px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_ul6{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:10px;
	color:#EEECE9;
	font-size:19px;
	font-weight:500;
}
.page2 .page2_cont .p2_ul6 li{
	width:123px;
	height:130px;
}
.page2 .page2_cont .p2_ul6 li p{
	margin-top:80px;
}
.page2 .page2_cont .p2_ul6 li:nth-of-type(1){
	background: url(../img/svipService/p_free@2x.png) no-repeat center;
	background-size:100% 100%;
	margin-right:10px;
}
.page2 .page2_cont .p2_ul6 li:nth-of-type(2){
	background: url(../img/svipService/kefu@2x.png) no-repeat center;
	background-size:100% 100%;
	margin-right:10px;
}
.page2 .page2_cont .p2_ul6 li:nth-of-type(3){
	background: url(../img/svipService/zhekou@2x.png) no-repeat center;
	background-size:100% 100%;
	margin-right:10px;
}
.page2 .page2_cont .p2_ul6 li:nth-of-type(4){
	background: url(../img/svipService/p_share@2x.png) no-repeat center;
	background-size:100% 100%;
	margin-right:10px;
}
.page2 .page2_cont .p2_ul6 li:nth-of-type(5){
	background: url(../img/svipService/jiangli@2x.png) no-repeat center;
	background-size:100% 100%;
}
.page2 .page2_cont .p2_div6{
	width:664px;
	height:104px;
	background:rgba(60,67,91,.8);
	margin-top:50px;
	margin-bottom:50px;
	opacity:0.8;
	position: relative;
}
.page2 .page2_cont .p2_div6 img{
	width:45px;
	height:37px;
	position:absolute;
	left:30px;
	top:-20px;
}
.page2 .page2_cont .p2_div6 .text{
	color:#fff;
	font-size:24px;
	text-align:center;
	margin-top:40px;

}
/*2-7*/
.page2 .page2_cont .p2_11{
	width:372px;
	margin-top:100px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_12{
	width:563px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_ul7,.page2 .page2_cont .p2_ul8{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.page2 .page2_cont .p2_ul8{
	margin-top:10px;
}
.page2 .page2_cont .p2_ul7 li,.page2 .page2_cont .p2_ul8 li{
	margin-left:15px;
}
.page2 .page2_cont .p2_ul7 li img,.page2 .page2_cont .p2_ul8 li img{
	width:132px;
	height:160px;
}
/*2-8*/
.page2 .page2_cont .top_t{
	display:flex;
	position:relative;
	margin:0 auto;
	margin-top:50px;
}
.page2 .page2_cont .top_t .left{
	color:#fff;
	font-size:22px;
	text-align: left;
}
.page2 .page2_cont .top_t .right img{
	width:213px;
	position:relative;
	margin-top:120px;
	margin-left:-50px;
}
.page2 .page2_cont .p2_img8{
	width:608px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
.page2 .page2_cont .p2_img9{
	width:488px;
	margin:0 auto;
	margin-bottom:50px;
}
/*foot*/
.page7{margin-top:0px;}