
html{font-size:20px}
@media only screen and (min-width:400px){html{font-size:21.33px!important}
}
@media only screen and (min-width:414px){html{font-size:22.08px!important}
}
@media only screen and (min-width:480px){html{font-size:25.6px!important}
}

html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

*{margin: 0;padding: 0}
body{ margin: 0 auto}
img{max-width: 100%;height: auto;vertical-align: top}
.input{display: flex;justify-content: space-between;align-items: center; background: url("images/1_04.jpg") no-repeat;background-size: cover}
.input a{height: 2.4rem; width: 50%;}
.input input{ height: 2rem;line-height: 2rem;padding-left: .75rem;width: 60%;border: none;border-radius: 4px;}
.input button{ height: 2rem;width: 30%;text-align: center;line-height: 2rem;border: none;border-radius: 4px;
	background: #01b9fd;color: #fff;}
.input-11,
.input-22,
.text-1,
.text-2{
	position: relative;
}
.input-11 input{
	position: absolute;
	left: 17%;
	bottom: 0;
	width: 70%;
	height: 1.5rem;
	border: none;
	background: none;
}
.input-22 button{
	position: absolute;
	top: 0;
	left: 15%;
	width: 70%;
	height: 2rem;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}
.input-22 button .stock-name{
	margin: 0 10px;
	color: #ffff00;
}
.text-1-wrap{
	position: absolute;
	left: 12%;
	top: .8rem;
	width: 76%;
	font-size: .55rem;
	height: 4.75rem;
	overflow: hidden;
}
.text-2-wrap{
	position: absolute;
	top: .4rem;
	left: 8%;
	font-size: .65rem;
	color: #2f78e0;
}
.text-2-wrap span{
	display: inline-block;
	height: .7rem;
	vertical-align: top;
}
.text-2-wrap ul{
	display: inline-block;
	color: #ff0606;
	height: .7rem;
	overflow: hidden;
}
.text-ul-1{

}
.text-ul-1 > li{
	padding-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #2f78e0;
}
.text-ul-1 > li > span{
	color: #2f78e0;
}
.text-ul-1 > li > span:nth-child(odd){
	margin-right: .5rem;
}
ul,li{
	list-style: none;
}
.input-33{ position: relative}
.input-33 > div{
	position: absolute;
	left: 10%;
	top: 0;
	width: 82%;
	height: 100%;
}
.input-33 > div > input{
	width: 65%;
	height: 100%;
	background: none;
	border: none;
}
.input-33 > div > a{
	display: inline-block;
	width: 30%;
	height: 100%;
	vertical-align: top;
}
.zg-head{
	position: relative;
}
.zg-head-i{
	position: absolute;
	max-width: 16%;
	height: auto;
	left: 42%;
	top: 38%;
	-webkit-animation: xuzh 3s linear infinite;
	animation: xuzh 3s linear infinite;
}
.mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,.5);
	z-index: 999;
}
.zg-dialog{
	display: none;
	position: fixed;
	top: 20%;
	left: 10%;
	width: 70%;
	padding: .75rem;
	z-index: 1000;
	background: #f9f0f0;
	border: 4px solid #4841af;
	border-radius: 10px;
	font-size: .75rem;

}
.dialog-header{
	font-size: 1rem;
	font-weight:bold;
	text-align: center;
}
.dialog-face{
	margin:  .5rem 0;
	text-align: center;
}
.dialog-face img{
	max-width: 15%;

}
.zg-dialog-input{
	margin: .5rem 0;
	padding: .2rem .5rem;
	border: 1px solid #818181;
	background: #ebe3e3;
	border-radius: .75rem;
}
.zg-dialog-input input{
	width: 100%;
	border: none;
	background: #ebe3e3;
	font-size: .9rem;
}
.zg-dialog-btn button{
	background: #332cee;
	color: #ffffff;
	width: 100%;
	border: none;
	padding: .2rem 0;
	font-size: .9rem;
	font-weight: bold;
	border-radius: .75rem;
}
.zg-tip{
	text-align: center;
	font-size: .6rem;
	color: #959595;
	margin-top: .4rem;
}
.zg-close{
	position: absolute;
	top: -1rem;
	right: -1rem;
}
.zg-close img{
	width: 1rem;
	height: 1rem;
}
@-webkit-keyframes xuzh { from { -webkit-transform: rotate(0); transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes xuzh { from { -webkit-transform: rotate(0); transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@media only screen and (min-width:415px){
	body{width:750px;}
	.input-11 input{
		position: absolute;
		left: 17%;
		bottom: 5px;
		width: 70%;
		height: 2rem;
		border: none;
		background: none;
		outline: none;
		font-size: 20px;
	}
	.input-22 button{
		height: 75px;
		line-height:75px;
		font-size: 24px;

	}
	.input-22 button .stock-name{


	}
	.text-1-wrap{
		top: 40px;
	}
	.zg-dialog{
		width: 400px;
		left: 50%;
		margin-left: -200px;
		font-size: 16px;
	}
}