header{
	background: transparent;
}
header span{
 	font-weight: normal;
}
.all{
	min-height: 100vh;
	background: linear-gradient(to bottom, #3dc6fd, #275ff1)
}
.con{
	width: 94%;
	background-color: #ffffff;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}
.con li .xin_xi{
    display: flex;
    line-height: 50px;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
    margin: 0px 10px;
    padding: 0px 5px;
}
.con li .xin_xi .sp2{
	flex: 1;
	text-align: right;
}
.content{
	width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    min-height: 547px;
    color:#787878;
}
.con:after,.con:before{
	content: "";
	display: block;
	background: rgba(255,255,255,0.2);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0px 0px 5px 5px;
}
.con:after{
    width: 90%;
    height: 25px;
    bottom: 15px;
}
.con:before{
    width: 86%;
    height: 40px;
    bottom: 0px;
}
#sureBtn .shang_chuan{
    background: linear-gradient(to right, #1f60e6, #4799f5);
    color: #ffffff;
    border: none;
    line-height: 45px;
    height: 45px;
    width: 92%;
    margin: 36px auto;
    display: block;
}
.banner{
    display: flex;
    align-items: center;
    margin-left: 4%;
    margin-bottom: 15px;
}
.banner .left{
	flex: 1;
	color: #ffffff;
    position: relative;
}
.banner .left:after{
    content: "";
    display: block;
    width: 46px;
    height: 6px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: 0;
    bottom: -13px;
    border-radius: 3px;
}
.banner .left p{
	font-weight: bold;
	margin-bottom: 5px;
}
.banner .left span{
	font-size:12px;
}
.banner img{
	width:160px;
	opacity: 0.8;
}