body {
	font-family: "MicroSoft Yahei", Arial;
	font-size: 14px;
	line-height: 22px;
	color: #222;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
.header{
	position: fixed;
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dfdfdf;
	z-index: 10;
	padding: 8px 0;
}
.header .con{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.header .con .logo{
	display: flex;
	align-items: center;
}
.header .con .logo img{
	width:230px
}
.header .con .logo ul{
	margin-left: 10px;
	display: flex;
}
.header .con .logo ul li a{
	display: block;
	margin: 0 15px;
	font-size: 16px;
}
.header .con .logo ul li a.on{
	color: #dc3545;
}
.header .con p{
	padding: 0 2%;
	font-size: 16px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:40%;
}
.header .con p span {
	display: block;
	min-width: 16%;
}
.header .con p span i{
	font-style: normal;
	color: #c6303e;
}
.header .con p span a{
	display: block;
	background-color: #c6303e;
	color: #fff;
	border-radius: 5px;
	line-height: 2;
	text-align: center;
}
.header .con .login{
	display: flex;
	align-items: center;
}
.header .con .login a{
	display: inline-block;
	padding: 0 20px;
	border-radius: 5px;
	color: #dc3545;
	border: solid 1px #dc3545;
	line-height: 35px;
	margin: 0 5px;
	transition: all .4s;
}
.header .con .login a:hover, .header .con .login a:last-child{
	background-color: #dc3545 ;
	color: #fff;
}
.nocon{
	height: 56px;
}
.main{
	width: 900px;
	margin: 0 auto;
	padding: 2px;
	border: 2px solid #039e6d;
}
.main .con-c, .main .con-d, .main .con-i, .main .con-j, .main .con-k{
	background: linear-gradient(90deg, rgb(99,88,228) 0%, rgb(305,228,128) 100%);
	border-radius: 5px;
	padding: 2px;
	margin-bottom: 6px;
}
.main .title{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	text-shadow: 0px 0px 10px #e5e5e5;
}
.main .con{
	background-color: #fff;
	padding: 2px;
}
.main .con-a{
	position: relative;
}
.main .con-a img:first-child{
	position: relative;
	z-index: 9;
}
.main .con-a img:last-child{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.main .con-e{
	padding: 10px 0;
	font-weight: bold;
}
.main .con-e p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.main .con-e ul{
	display: flex;
	justify-content: space-between;
}
.main .con-e ul li{
	width: 32%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
	border-radius: 8px;
	border: 1px solid rgb(221, 221, 221);
}
.main .con-e ul li a{
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 0, 0);
}
.main .con-e p:last-child{
	padding: 0 2%;
	font-size: 16px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main .con-e p:last-child span {
	display: block;
	min-width: 16%;
}
.main .con-e p:last-child span i{
	font-style: normal;
	color: #c6303e;
}
.main .con-e p:last-child span a{
	display: block;
	background-color: #c6303e;
	color: #fff;
	border-radius: 5px;
	line-height: 2;
}
.main .con-g ul li{
	margin-bottom: 5px;
	border-bottom: 1px solid #d2d8de;
	padding: 9px 10px;
	display: flex;
	justify-content: space-between;
}
.main .con-g ul li a{
	font-weight: bold;
}
.main .con-g ul li a span:first-child{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 5px;
	margin-right: 30px;
}
.main .con-g ul:first-child li a span:first-child{
	color: #fff;
	background-color: #c6303e;
}
.main .con-g ul:nth-child(2) li a span:first-child{
	color: #212529;
	  background-color: #f1c84c;
}
.main .con-g ul:nth-child(3) li a span:first-child{
	color: #212529;
	background-color: #f1c84c;
}
.main .con-g ul:nth-child(4) li a span:first-child{
	color: #fff;
	background-color: #177f2e;
}
.main .con-g ul li span:last-child{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: #f8f9fa;
	color: #828385;
}

.con-title{
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.con-tab{
	margin-bottom: 15px;
}
.umain{
	width: 900px;
	margin: 0 auto;
	padding: 2px;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lbg{
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.ulogin{
	width: 60%;
}
.ulogin h2{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(2, 48, 46, 0.6);
	margin-bottom: 30px;
	color: #fcffdf;
}
.ulogin .con{
	border-top: 1px solid #a25000;
	border-bottom: 1px solid #ffd79b;
	border-left: 1px solid #C60;
	border-right: 1px solid #d58200;
	border-radius: 8px;
	background-color: #f8f9fa;
	box-shadow: inset 0px 0px 6px 0px rgba(2, 48, 46, 0.6);
	padding: 2% 5% 5% 5%;
}
.ulogin .con p{
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: rgb(255, 193, 7);
	margin-bottom: 2%;
}
.ulogin .con ul{
	width: 90%;
	margin: 0 auto;
}
.ulogin .con ul li{
	line-height: 2;
	margin-bottom: 2%;
	font-size: 16px;
}
.ulogin .con ul li input{
	margin-left: 2%;
	border: 1px solid #ced4da;
	padding: 1%;
	font-size: 16px;
	width: 80%;
	border-radius: 5px;
}
.ulogin .con .uFormBtn{
	width: 50%;
	line-height: 2.5;
	font-size: 16px;
	color: #fff;
	background-color: #0d6efd;
	border: none;
	border-radius: 5px;
	margin-left: 25%;
}
.ulogin .con p a{
	display: block;
	text-align: center;
	color: rgb(3, 202, 240);
	padding: 2% 0;
}

.main .con-dtitle{
	padding: 5px 0;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.main .con-post{
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	padding-left: 3%;
}
.main .con-post img{
	width: 60px;
}
.main .con-post span{
	font-size: 18px;
	display: inline-block;
	margin-left: 5%;
}
.main .con-post span i{
	font-style: normal;
	color: #c6303e;
}
.main .con-detail{
	padding: 3%;
}
.main .con-detail .con-pay{
	padding: 3% 0;
}
.main .con-detail .con-pay .con-pay-p{
	font-size: 18px;
	line-height: 3;
	color: #c6303e;
	padding-left: 1%;
}
.main .con-detail .con-pay p span{
	font-weight: bold;
	font-size: 22px;
	padding: 0 1.5%;
}
.main .con-detail .con-pay a{
	display: block;
	width: 45%;
	border-radius: 5px;
	line-height: 2.5;
	text-align: center;
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.main .con-detail .con-pay .con-pay-notice{
	width: 100%;
	zoom: 1;
	padding: 5px 8px 5px;
	line-height: 2;
	border: 1px dashed #eda85f;
	background: #fff7dd;
	color: #000;
	margin: 15px 0px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
}

.main .con-costlist{
	padding: 3%;
}
.main .con-costlist ul li{
	margin-bottom: 3%;
	padding-bottom: 3%;
	border-bottom: 1px dashed #eee;
}
.main .con-costlist ul li h3{
	font-size: 16px;
	line-height: 1.8;
}
.main .con-costlist ul li h4{
	font-size: 12px;
	color: #666;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
}
.main .con-costlist ul li h4 span:last-child{
	background-color: #f1f1f1;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 5px;
}
.main .page{
	padding: 3% 0;
	text-align: center;
}
.main .con-bottom{
	padding: 2%;
}

.footer{
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #666
}
.footer p{
	padding-top: 15px;
	color: #333;
}
.wap-header, .wap-foot{
	display: none;
}
@media (min-width: 320px) and (max-width: 720px){
	.nocon{
		height: 13vw;
	}
	.main, .umain{
		width: 100%;
		box-sizing: border-box;
	}
	.lbg {
	  background-image: url(../images/bg.jpg);
	  background-position: right top;
	  background-repeat: no-repeat;
	}
	.header{
		display: none;
	}
	.wap-header{
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #f1f1f1;
		border-bottom: 1px solid #dfdfdf;
		z-index: 999;
		padding: 2vw 0;
	}
	.wap-header .con{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.wap-header .con img{
		width: 40vw;
	}
	.wap-header .con a{
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	.wap-header .con a img{
		width: 2vw;
		padding: 0 1vw;
	}
	.wap-header .con p{
		padding: 0 2%;
		font-size: 14px;
		font-weight: normal;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width:45%;
	}
	.wap-header .con p span {
		display: block;
		min-width: 14%;
	}
	.wap-header .con p span i{
		display: block;
		font-style: normal;
		color: #c6303e;
	}
	.wap-header .con p span a{
		display: block;
		background-color: #c6303e;
		color: #fff;
		border-radius: 5px;
		line-height: 2;
		text-align: center;
	}
	.ulogin {
	  width: 75%;
	}
	.wap-foot{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 999;
		height: 10vw;
		background-color: #f1f1f1;
		border-top: 1px solid #dfdfdf;
		box-shadow: 0px -2px 4px rgba(100, 100, 100, 0.1);
	}
	.wap-foot ul{
		width: 85%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 2% 0;
	}
	.wap-foot ul li a{
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.wap-foot ul li img{
		width: 40%;
		margin-bottom: 5%;
	}
	.wap-foot ul li a.on{
		color: #dc3545;
	}
	.footer{
		padding-bottom: 14vw;
	}
}