*{
	margin: 0px;
	padding: 0px;
}
@media only screen and (min-width:600px ) {
	.all{
		width: 600px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:600px ) {
	.all{
		width: 100%;
		margin: 0 auto;
	}
}
.top{
    height: 40px;
    background: #2196F3;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.top .up{
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: normal;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    background: transparent;
}
.top .up i{
	font-size:20px;
	margin-right:6px;
}
/* .top .up:before{
	content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/up.png);
    background-size: contain;
    background-repeat: no-repeat;
} */
.top .return{
    display: flex;
    position: absolute;
    top: 0;
    left: 12px;
    color: #fff;
    font-weight: normal;
}
/* .top .return:before{
    content: "";
    width: 12px;
    height: 12px;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 2px;
    transform: rotate(-45deg);
    margin-top: 9px;
    margin-left: 4px;
    border-radius: 3px;
} */
.back{
	display: block;
	line-height: 35px;
	margin-top: -35px;
	margin-left: 10px;
}
.back a{
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	
}
.sou_suo{
	width: 90%;
	margin-left: 5%;
	float: left;
	margin-top: 10px;
	font-size: 14px;
	color: #3183c2;
	font-weight: bold;
}
.shu_xing{
	width: 100%;
	float: left;
}
.shu_xing2{
	margin-top: 15px;
	line-height: 25px;
}
.shu_xing span{
	display: block;
	float: left;
	width: 65px;
	text-align: right;
}
.box{
	width: 55%;
	float: left;
	border: 1px solid #3183C2;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.box input{
	display: block;
	width: 120px;
	float: left;
	font-size: 12px;
	height: 15px;
	margin-left: 5px;
	border: none;
	margin-top: 5px;
	outline: none;
	color: #4293D1;
	
}
.box img{
	display: block;
	float: right;
	width: 25px;
	margin-right: 5px;
}
.shu_xing button{
	display: block;
	float: left;
	height: 27px;
	background: #3183C2;
	color: #fff;
	border: none;
	width: 50px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	outline: none;
}

.con{
	width: 100%;
	float: left;
	/*border-top: 5px solid #EEEEEE;*/
	margin-top: 15px;
	background: #EEEEEE;
	padding-bottom: 10px;
}

.zong_shu{
	width: 94%;
	background: #fff;
	height: 60px;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
	border-radius: 5px;
}
.zong_shu a{
	
}
.zong_shu img{
	display: block;
	float: left;
	width: 45px;
	margin-left: 10px;
	margin-top: 5px;
}
.zong_shu .ming{
	display: block;
	float: left;
	line-height: 60px;
	margin-left: 10px;
	color: #8d8d8d;
	font-size: 14px;
}
.zong_shu .num{
	display: block;
	float: right;
	line-height: 60px;
	margin-right:20px;
	color: #ff6c2b;
	font-size: 14px;
	font-weight: bold;
}

.ling_qi{
	width: 45%;
	height: 70px;
	border-radius: 5px;
	/*background: #93b1f7;*/
	background-image: linear-gradient(to right, #93b1f7 , #8988d8);
	float: left;
	margin-left: 3%;
	margin-top: 15px;
}
.zhi_xiao{
	width: 45%;
	height: 70px;
	border-radius: 5px;
	/*background: #93b1f7;*/
	background-image: linear-gradient(to right, #ffc398 , #fdaaa2);
	float: left;
	margin-left: 3%;
	margin-top: 15px;
}
.xia_jia{
	width: 45%;
	height: 70px;
	border-radius: 5px;
	background-image: linear-gradient(to right, #4bd1dd , #54b1fd);
	
	float: left;
	margin-left: 3%;
	margin-top: 15px;
}
.que_huo{
	width: 45%;
	height: 70px;
	border-radius: 5px;
	background-image: linear-gradient(to right, #fed26a , #fd9d6b);
	float: left;
	margin-left: 3%;
	margin-top: 15px;
}
.tit{
	display: block;
	width: 40%;
	float: left;
	margin-left: 5%;
	font-size: 12px;
	color: #fff;
	/*margin-top: 8px;*/
	line-height: 70px;
}
.num_box{
	width: 40%;
	float: left;
	display: block;
	margin-left: 5%;
	font-size: 23px;
	color: #fff;
	/*margin-top: 5px;*/
	line-height: 70px;
	text-align: center;
}
.zhuan_tai_box{
	width: 96%;
	margin-left: 2%;
	float: left;
	background: #fff;
	margin-top: 15px;
}

.one{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
}
.one img{
	width: 40px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.one a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.tit2{
	display: block;
	float: left;
	line-height: 60px;
	font-size: 14px;
	color: #8D8D8D;
	margin-left: 10px;
}
.num{
	display: block;
	float: right;
	line-height: 60px;
	font-size: 14px;
	color: #8D8D8D;
	margin-right: 20px;
	color: #FF6C2B;
	font-weight: bold;
}
