/* 公共样式表css */
html,
body {
	color: #333;
	margin: 0;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color: #000;

}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

marquee {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ffad19;
	white-space: nowrap;
}

img {
	border: 0;vertical-align: baseline;
}


/* 必要布局样式css */
html {
	width: 100%;
	background-color: #2a2a51;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
a{text-decoration: none;}
a:hover{ text-decoration: none;}

.main {
	width: 100%;
	margin: 0 auto;
	background: #2a2a51;
	display: block;
	overflow: hidden;
	padding-bottom: 50px;
}

.main .topc{ 
	background: url(../img/cbg.png) top center no-repeat;
    background-size: 100% 100%;
    margin: 0 20px 20px;
    padding: 20px 60px;
    line-height: 2;
    position: relative;}
.main .topc strong{ color: #941b1e; font-weight: normal;}
img.w100 {
	width: 100%;
	max-width: 640px;vertical-align: top;
}

body {
	width: 100%;
	max-width: 640px;
	padding: 0;
	margin: 0 auto;
	font-family: "微软雅黑";
	background-color: #fff;
}

p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

.fl{float: left;}
.fr{float: right;}


.top{width: 100%; max-width: 640px; display: block; overflow: hidden;position: absolute;top: 0;z-index: 9;}


.inner-box {
	height: 30px;
	line-height: 30px;
	color: #fff;font-size: 20px;color: #72728a;
	white-space: nowrap;
		display: inline-block;
		-webkit-animation: wordsLoop 18s linear infinite normal;
		animation: wordsLoop 18s linear infinite normal;
}

.inner-box img {
	width: 100%;
	vertical-align: baseline
}

/* 滚动 */
.sider-follow{ width: 100%; padding: 0 5%; margin-bottom: .8rem; display: block; overflow: hidden;margin-top: .2rem;}

.sider-follow-l{width:60%; float: left; border-right:1px solid #505086; height: 50px;}
#scrollBox1 {
width: 100%;
overflow: hidden;
height: 50px;
color: #fff;
font-size:14px;position: relative;
}
.pingjia ul{width: 100%;    position: absolute;}
.pingjia ul li{width: 100%; display: block; overflow: hidden;}
.pingjia ul li img{width: 50px;border-radius: 50%; float: left; margin-right: 15px;}
.pingjia ul li div{font-size: 17px; line-height: 1.5;}
.pingjia ul li strong{color: #e8ca82; font-weight: normal;}
.sider-follow-r{width: 40%; float: right;}
.sider-follow-r p{font-size: 18px;color: #fff; margin-left: 15%;}
.sider-follow-r p span{color: #e8ca82;}

.home_btn {
	text-align: center;
	
	background-size: 100% 60px;
	margin: 0 1rem;
	color: #a90018; margin-top: -10px;
}
.home_btn img{
	width: 100%;
}
.dingdan-wz{text-align: center; margin: 10px 0;}
.dingdan-wz a{color: #e8ca82;}

.footer_fixed #scrollBox2{width:250px;
overflow: hidden;
height: 50px;
color: #fff;
font-size:14px;}
.font_inner{position: absolute;}
.fotgundong{position: absolute; top: -50px; background-color: #000;border-radius:30px;width: 40%; height: 40px;right: 25px; border: 5px solid #000;}
.fotgundong ul li{display: block;width: 100%;}
.fotgundong ul li img{ height: 40px;width: 40px; float: left;border-radius: 50%; margin-right: 5px;}
.fotgundong ul li div{height: 40px;line-height: 40px;}














.main-box{padding: 0 3%; margin-top: 50px; margin-bottom: 20px;}
.pay_cont {margin-top: 50px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;background: url(../img/titTop.png) top center no-repeat;background-size: 100% auto;padding-top: 90px;position: relative;

}
.pay_cont .tit{position: absolute;width: 100%;line-height: 2; top: 12px; text-align: center; font-size: 24px; color: #ffd162; }
.pay_cont .box{ background:url(../img/boxbg.png) ; background-size: 100% auto;padding:20px 20px 0;}

.pay_cont .beizhu{ color: #fff; line-height: 2;}
.pay_cont .userinfo {
	margin-bottom: .4rem; background-color: #48478b; padding: 10px; border-radius: 10px;border: 1px dashed #847fc4;
}

.pay_cont .userinfo p:first-child {
	width: 50%;
	float: left;
}
.pay_cont .userinfo p:nth-child(2) {
	width: 50%;
	float: left;
}

.pay_cont .userinfo p {
	line-height: 1;
	color: #f8f8fa;
	padding: 0.2rem 0;
}

.pay_cont .priceandTime .price {
	width: 50%;
	float: left;
}

.pay_cont .priceandTime .price p:first-child {
	margin-bottom: .133333rem;
	line-height: 1.8
}

.pay_cont .priceandTime .price p:first-child span {
	background-color: #ca2727;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: 700;
	color: #fff
}

.pay_cont .priceandTime .price p:nth-child(2) {
	line-height: 1.8;
	margin-top: 0.1rem;
}

.pay_cont .priceandTime .price p:nth-child(2) span {
	color: #999;
	text-decoration: line-through
}

.pay_cont .priceandTime .time {
	width: 50%;
	float: left;
	display: block;
	overflow: hidden;

}

.pay_cont .priceandTime .time .time_text {
	text-align: right;
	line-height: 1.8;
	margin-bottom: 0.1rem;    color: #fff;
}

.pay_cont .pay_note {
	color: #ef5d5b;
	text-align: center;
	margin-top: 0.2rem;
	line-height: 3;
}
.imgTit img{width: 100%; margin: 30px 0 20px;}
hr{ border-top: 1px solid #f2b4b4;}




.pay_cont .oid {
	text-align: center;
	margin-top: 10px;
}

.jies {
	margin: 0 20px 20px;
}

.jies p {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	border-radius: 10px;
	line-height: 2;color: #fff;
}

.overtime {
	text-align: right;color: #fff;
}

.overtime span {
	border-radius: 5px;
	background: #e22b1f;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin: 0 10px;
}

.wxpay {
	width: 100% !important;
	background: #2aa339;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	line-height: 2;
	text-align: center;
	padding: 0.1rem 0;
}

.wxpay img {
	width: 0.8rem;
	margin-right: 8px;
}

.wxpay span {
	color: #fff;
}

.wxpay .tui_jian {
	position: absolute;
	right: 10%;
	top: 0;
	margin-right: 0
}

.zfb {
	background: #1895d3;
	margin-top: 0.2rem !important;
}

.zIndex {
	position: relative;
	z-index: 2
}

.zj {
	text-align: center;
}

.zj img {
	margin: .5rem 0;
}

.zj p {
	color: #2aa339;
}

.jies ul {
	display: block;
	overflow: hidden;
	    border-radius: 8px;
	    position: relative;
}

.jies ul li {
	margin:0;
}

.jies ul li img {
	width: 100%;vertical-align: middle;
}
.fot{     margin: 20px 0;}
.fot ul li {
	margin: 0.5rem 0 1.5rem;
}

.fot ul li img {width: 40%;
    margin: 0 30%;
}

.footer_fixed { display: none;
	    position: fixed;
	    padding: 5px 4%;
	    bottom: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    z-index: 9;
	    text-align: center;
	    display: none;
	    width: 100%;
	    background: rgba(89,88,144,0.7);max-width: 640px;

}


.footer_fixed p{color: #fff; font-weight: bold; width: 100%;width: 240px;text-align: left;	}

.footer_fixed .transbg {
	position: relative;
}

.footer_fixed .transbg img {
	position: absolute;
	left: 1rem;
	top: 50%;
	height: 30px;
	margin-top: -15px;
}

.footer_fixed .transbg img:last-child {
	right: 1rem;
	left: auto;
}

.footer_fixed img {
	cursor: pointer;width: 95%;
}

@media screen and (max-width: 640px) {
	html {
		font-size: 16px;
	}

.top{top: -8px;}

	.main .top .k_wenzi {
		font-size: 0.8rem;
		padding:1.8rem 2rem;
	}

	.pay_cont {    padding-top: 60px;
    margin-top: 20px;
	}
	.pay_cont .box {
    padding: 10px;}

	.pay_cont p {
		font-size: 0.9rem;padding: 2px 0;
	}.pay_cont .userinfo {
    margin-bottom: 1rem;}
	.pay_cont .beizhu img{height: 20px;}

	.pay_cont .priceandTime .price p:first-child span:nth-child(2) {
		font-size: 1.8rem;
	}

	.pay_cont .pay_note {
		font-size: 0.9rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.overtime span {
		margin: 0 5px;
		padding: 1px 8px;
	}

	.wxpay img {
		width: 2rem;
	}

	.wxpay .tui_jian {
		width: 2.5rem;
	}

	.jies ul li {
		margin: 0;
	}

	.footer_fixed {
		font-size: 1.1rem;
	}


	.jies {
		margin: 0 10px 15px;
	}

	.jies p {
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.8;
		padding: 0;
	}

	.jies p img {
		height: 30px;
	}
	.pay_cont .priceandTime {
    padding-top: 0.8rem;
    margin-top: 0.8rem;
    }
    .pay_cont .userinfo p{
    padding: 0.4rem 0;
}
.zfb {
    margin-top: 0.4rem !important;}
}



/*首页*/
.from-box{ position: relative; margin:50px 20px;  padding-top:78px; background: url(../img/frmTop.png) top center no-repeat; background-size: 100% auto; }

.home_cont {
	z-index: 2;
	margin: 0; background: url(../img/frm_mid.png) repeat; background-size: 100% 100%;
}
.home_cont .wz{ text-align: center;}

.home_cont .formTable {
	position: relative;
	z-index: 2;       padding:15px;
}

.home_cont .formTable .cont1 {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home_cont .formTable .cont1 .form { 
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px .2rem;
    margin-bottom: 10px;
}

.home_cont .formTable .cont1 .form .inp {
	border: none; padding:10px 5px 10px 15px;
	line-height: 38px;
	line-height: 38px\9;outline:none;width:85%;background-color: #53538f;border-radius: 5px; color: #fff;
}

.home_cont .formTable .cont1 .form .inp::-webkit-input-placeholder {

	height: 100%;
	-webkit-box-align: center;
	align-items: center;
	height: 38px;
	line-height: 38px; color: #fff;
}

.home_cont .formTable .cont1 .form .inp::-moz-placeholder {

	height: 100%;
	align-items: center; color: #fff;
}

.home_cont .formTable .cont1 .form .inp::-ms-input-placeholder {

	height: 100%;
	-ms-flex-align: center;
	align-items: center; color: #000;
}

.home_cont .formTable .cont1 .form .inp::placeholder {

	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; color: #000;
}

.home_cont .formTable .cont1 .form .birInput {
	width: calc(100% - 110px);
	white-space: nowrap;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 4px 0;
	font-weight: 400;
	line-height: 20px;
}

.home_cont .formTable .cont1 .form .birInputText {
	cursor: pointer
}

.home_cont .formTable .cont1 .form .radio {
	width: calc(100% - 110px);
	float: left;
	display: flex;
	margin: 0;
	padding-left: 0;
}

.home_cont .formTable .cont1 .form .radio .radio_li {
	\: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;    color: #000;
}

.home_cont .formTable .cont1 .form .radio .radio_li:first-child {
	margin-right: 0.2rem;
	padding: 4px 0;
	font-weight: 400;
	line-height: 20px;  
}

.home_cont .formTable .cont3 {
	margin-top: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .4rem
}

.home_cont .formTable .cont3 .service,
.home_cont .formTable .cont3 .service div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home_cont .formTable .cont3 .service div {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	cursor: pointer
}

.home_cont .formTable .cont3 .service .agree>span {
	width: .24rem;
	height: .24rem;
	border-radius: 50%
}

.home_cont .formTable .cont3 .service span:nth-child(2) {
	font-size: .346667rem;
	letter-spacing: .026667rem;
	margin-left: .133333rem;
	line-height: .4rem
}

.home_cont .formTable .cont3 .service span:nth-child(2) a {
	display: inline-block;
	cursor: pointer
}

.home_cont .formTable .cont3 .find {
	cursor: pointer
}

.home_cont .formTable .home_btn {
	width: 96%;
	margin: 0.5rem auto;
}
.home_cont .xieyi{    text-align: left;
    padding: 30px 5%;
    color: #fff;}
	.home_cont .xieyi a{float: right;color: #e6c464;}
.home_cont .xieyi span{ border-radius: 15px; background-color: #45457c; padding: 5px 20px; color: #fff;}
.home_cont .xieyi span a{color: #7777df;}	
.frmFot{margin-top: 30%;text-align: center; padding-bottom:25px;}
.frmFot img{max-width: 60%;}

.cont1 {
	border-radius: 8px;
	padding: 0.3rem;
	position: relative;
}

.cont1 .form .formLable {
	color: #fff;
	float: left;
	display: block;
	font-weight: 400; height: 58px;
    line-height:58px;
}




.cont1 .form:nth-child(2n) .formLable {
	padding-top: 3px;
}
.home_cont .formTable .cont1 .form:nth-child(2n){padding: 10px 0.2rem;}
.cont1 .form .inp::-webkit-input-placeholder {
	color: #999
}

.cont1 .form .inp::-moz-placeholder {
	color: #999
}

.cont1 .form .inp::-ms-input-placeholder {
	color: #999
}

.cont1 .form .inp::placeholder {
	color: #999
}

.cont1 .form .birInput {
	color: #999
}

.cont1 .form .birInputText {
	color: #333
}

.cont1 .form .radio {
	color: #999
}


.cont1 .form .radio .radio_icon_noselect {
	border: 2px solid #2a2a51;
	border-radius: 5px;
	line-height: 50px;
	height: 55px;
	background-color: #2a2a51;
	width: 140px;
	text-align: center;color: #fff;
	margin-right: 0.2rem;}

.cont2 .service {
	color: #f6ac8a;
	margin-top: 0.2rem;
	line-height: 2;
	text-align: center;
}

.cont2 .service span {
	color: #d69f9a
}

.cont2 .view {
	line-height: 2;
	text-align: center;margin:10px 0;color: #ffffff;
}
.cont2 .view a{ color: #ffce6e; text-decoration: underline;}

.cont2 .view span {
	color: #f21c24;
}
.cont2 .dz{text-align: center; color:#b9b8f4;}

.cont1 .form .radio .icon-dui {
	border: 2px solid #7777df;
	border-radius: 5px;
	color: #fff;
	line-height: 50px;
	height: 55px;
	background-color: #7777df;
	width: 140px;
	text-align: center;
	margin-right: 0.2rem;
}

.nr-box p {
	font-size: 0.35rem;
	line-height: 1.6;
	margin: 0.3rem 0 0.5rem;
}

.nr-box p strong {
	font-weight: normal;
	color: #cc1b1b;
}

.h3_tit {
	text-align: center;
	color: #8d4c2e;
	margin: 0.2rem 0;
	position: relative;
}

.duibi img {
	width: 100%;
}

.from-box .from-tit-list {
	width: 90%;
	margin: 0.2rem auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

.from-box .from-tit-list li {
	background-color: #fff;
	border-radius:50px;
	width: 44%;
	margin: 0 3%;
	float: left;
	padding: 7px 0;color: #d18380; border: 1px solid #d18380;
}

.from-box .from-tit-list li.hover {
	color: #fff;
	background-color: #d18380;
}

.from-box-t .from-tit-list {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

.from-box-t .from-tit-list li {
	background-color: #ffe4d9;
	color: #743838;
	border-radius: 10px 10px 0 0;
	width: 44%;
	margin: 0 3%;
	float: left;
	padding: 7px 0;
}

.from-box-t .from-tit-list li.hover {
	color: #fff;
	background-color: #e68f62;
}

.img-list{ padding-bottom: 20px;}
.img-list img{padding: 20px 0; max-width: 100%;}

.img_btn {
	-webkit-animation: scale 1.5s infinite;
	animation: scale 1.5s infinite;
}

.img_btn01 {
	-webkit-animation: scale01 0.5s infinite;animation: scale01 0.5s infinite;	
}

@-webkit-keyframes scale01 {
	0% {
		-webkit-transform: scale(4);
		transform: scale(4)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale01 {
	0% {
		-webkit-transform: scale(4);
		transform: scale(4)
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}


@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}



@media screen and (max-width: 640px) {
/* 内容 */
.main .topc{font-size: 0.9rem; line-height: 1.6;margin-left: 10px; margin-bottom: 10px;
    margin-right: 10px;margin-top: -50px;}



	.from-box .from-tit-list li,
	.from-box-t .from-tit-list li {
		padding: 0.2rem 0;
	}

	.home_cont .formTable .cont1 .form .inp {
		font-size: 0.9rem;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0px;    width: 13.5rem;    padding-left: 10px;
	}

.home_cont .formTable {    margin-bottom: 20px;
    padding: 5px;    padding-top: 20px;}
.frmFot { margin-top: 28%;}
	.home_cont .formTable .cont1 .form .inp::placeholder {
		font-size: 0.9rem;
	}

	.cont1 .form .formLable {
		font-size: 0.9rem;
		height: 36px;
		line-height: 36px;padding-left: 5px;
	}
	/* .cont1 .form:first-child .formLable{ width: 100px;} */

	.home_cont .formTable .cont1 .form .radio .radio_label {

font-size: 0.9rem;
    font-size: 0.9rem;
        line-height: 30px;
        height: 35px;
    width: 75px;

}
.home_cont .xieyi span{font-size: 0.8rem;}


	.home_cont .formTable .cont1 .form .birInput {
		font-size: 0.9rem;
	}

	.cont1 .service {
		font-size: 0.8rem;
		margin-top: 1.2rem;
	}

	.cont1 {
		padding: 0;
	}

	.cont1 .home_btn {
		line-height: 2.5rem;
		height: 2.5rem;
		background-size: 100% 2rem;
		font-size: 1.1rem;    margin-top: -25px;
		
	}

	.cont1 .view,.cont1 .dz {
		font-size: 0.9rem;
	}
.cont1 .dz img{height: 5px;}
.inner-box {font-size: 12px;}
.from-box{ padding-top: 2.7rem;margin-top: 2.8rem;}
	.home_cont {
		margin: 0;
	}
	.home_cont .wz img{ width: 80%; margin: 0 auto;}

	.h3_tit {
		font-size: 1rem;
	}
	.home_btn {
	    margin-top: 0;
	}
	.dingdan-wz a{font-size: 14px;}
	.home_cont .xieyi{font-size: 12px;}
	
	#scrollBox1 {height: 40px;}	.pingjia ul li{    height: 40px;}
	.pingjia ul li div{font-size: 12px;}
	.pingjia ul li img {
	    width: 40px;
	    margin-right: 10px;}
	.sider-follow-r p {
	    font-size: 12px;
	    color: #fff;
	    margin-left: 8%;
	    margin-top: 5px;}
	.fotgundong ul li img {
	    height: 30px;
	    width: 30px;}
	.fotgundong ul li div {
		height: 30px;
		line-height: 30px;}
	.footer_fixed #scrollBox2 {
    height: 40px;}
	
	
	
	.fot ul li img {
	    margin: 0 30% 50px;}
.cont2{font-size: 0.3rem; }
.cont2 .dz img{display: none;}
	.h3_tit img:first-child {
		height: 16px;
	}

	.h3_tit img:last-child {
		height: 16px;
	}

	.nr-box p {
		font-size: 0.9rem;
		padding: 0.4rem 0.2rem 0.7rem;
	}

	.home_cont .formTable .cont1 .form {line-height: 20px;margin: 5px 10px;padding: 0;
	}
	
.home_cont .formTable .cont1 .form:nth-child(2n) {
	    padding: 10px 0;
	}

	.cont1 .form .radio .radio_icon_noselect {
		background-size: 15px 15px;display: block;
	}


	.home_cont .formTable .cont1 .form .radio .radio_li:first-child {
    margin-right: 1rem;}
	.from-box .from-tit-list {
	    margin: 0.3rem auto 0.7rem;}
		.img-list img{padding: 10px 0;}

}

@-webkit-keyframes wordsLoop {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes wordsLoop {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}


