* {
    padding: 0px;
    margin: 0px;
}

input , button {
	outline: none;
	border: none;
}

.imgList::after {
	content: '';
	display: block;
	clear: both;
}

.imgList img{
	width: 100%;
	float: left;
}

.lyb1 {
	padding: 2.6% 5% 10px;
}

.lyb1_box {
	border: 1vw solid #db62ff;
	border-radius: 6px;
	box-shadow: 0 0 6px white;
	padding: 0 4vw;
}


.lyb1-title p {
	/*font-size: 3vw;*/
	/*line-height: 3vw;*/
	/*text-align: center;*/
	/*margin-bottom: 4vw;*/
	/*color: #fff;*/
	font-size: 4vw;
    line-height: 3vw;
    text-align: center;
    margin-bottom: 4vw;
    color: black;
}


.lyb1-title p:first-child {
	font-size:3.6vw;
	line-height: 10vw;
	margin-bottom: 0;
}	

.lyb1-title p span {
	text-shadow: 0 0 6px red;
}

.lyb1-main input {
	width: 94%;
	padding: 0 3%;
	height: 9.2vw;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 3vw;
	box-shadow: 0 0 6px #704123;
}

.lyb1-main input[type="button"] {
	width: 100%;
	font-size: 4vw;
	background: #e76c1e;
	border-radius: 4.6vw;
	color: white;
	border: none;
	box-shadow: 0 0 8px #e76c1e;
}

.city {
	display: flex;
	justify-content: space-between;
}

.set {
	flex: 1;
}

.set:last-child {
	margin-left: 12px;
}

.set select {
	width: 100%;
	height: 9.3vw;
	text-indent: 10px;
	margin-bottom: 3vw;
	border-radius: 6px;
	outline: none;
}

option {
	outline: none;
}

.phoneInfo {
	width: 100%;
	height: 46px;
	position: relative;
	overflow: hidden;
}

.phoneInfo::after {
	content: '';
	display: block;
	clear: both;
}

.phoneInfoLeft {
	float: left;
	width: 10%;
}

.phoneInfoLeft img {
	width: 24px;
	height: 24px;
	margin-top: 11px;
} 

.phoneInfoRight {
	float: left;
	width: 90%;
	height: 46px;
	overflow: hidden;
}

.phoneInfoRight ul {
	list-style: none;
	width: 100%;
	position: absolute;
	right: 0;
}

.phoneInfoRight ul li {
	line-height: 46px;
	text-align: center;
}

.remind {
	margin-bottom: 46px;
}

.footer {
	display: flex;
	height: 46px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

.footer a {
	flex: 1;
	background: #583901;
	text-decoration: none;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.footer a img {
	color: white;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.footer a:nth-child(2) {
	background: #075801;
}

.footer a:nth-child(2)::after {
	/* content: '5'; */
	margin-top: -12px;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	background: white;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: red;
	/* animation: mn 1200ms infinite; */
	opacity: 0;
}

@-webkit-keyframes mn{
	0% { 
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.footer a:nth-child(3) {
	background: #014f58;
}