@charset "utf-8";
.jiaban_dianshi1 {
	width:6.9rem;
    margin: 0.2rem auto 0;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0;
	position: relative;
	padding-bottom:0.4rem;
}
.yuyue-form-list {
    margin: 0;
    padding: 0 0.3rem;
}
.jiaban_dianshi>ul>li {
	height:1rem;
    width: 100%;
    /* overflow: hidden; */
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0.1rem;
	box-sizing: border-box;
}
.jiaban_dianshi>ul>li:not(:nth-child(1)){
	overflow: hidden;
}
.select1 {
    padding: 0.2rem 0 0.1rem 0rem;
	overflow: hidden;
}
.select-city-box {
    width: 24%;
    float: left;
    position: relative;
}
.select-city-box input {
    font-size: 0.26rem;
    -webkit-appearance: none;
}
.select1 input {
    float: left;
    margin-left: 0.05rem;
}
.select-citys{
	width: 5.6rem;
	height: 3.46rem;
	/* overflow-y: auto; */
	position: absolute;
	box-sizing: border-box;
	border-radius: 0.16rem;
	display: none;
	background: #fff;
	z-index: 33;
	left: 0.35rem;
	top: 0.9rem;
	padding:0.5rem 0.24rem 0;
}
.select-citys::before{
	content:'';
	width:;
	height:;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	display: inline-block;
	top: -12px;
	left: 1.6rem;
}
.select-citys h3{
	font-size: 0.26rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 0.26rem;
	padding-bottom:0.2rem;
	padding-left:0.16rem;
}
.local-select-ul {
    /* padding: 0rem 0 0.1rem; */
}
.jiaban_dianshi ul li .local-select-ul>li {
    color: #212121;
    font-size: 0.26rem;
    /* height: 1rem; */
    /* line-height: 0.55rem; */
    padding: 0.1rem 0.06rem;
    box-sizing: border-box;
}

.local-select-ul>li span {
    display: block;
	/* width: 1.16rem; */
	height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid rgba(212,212,212,0.6);
    border-radius: 0.05rem;
}
.local-select-ul>li.active span {
    color: #009af1;
    border: 1px solid #009af1;
    background: #d9f3ff;
}

.jiaban_dianshi_title {
    color: #212121;
    float: left;
    background: none;
    height: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
    padding-left: 0 ;
}
.select_city {
	width: 80%;
    float: left;
	margin-left: 0 ;
}
.yuyue-form-list input {
    border: none;
    height: 0.96rem;
    padding-left: 0 ;
	outline: none;
	background: none;
	font-size:0.3rem;
	padding-left: 0.5rem;
}

.input_select_xiaoqu1 {
	/*color: #626262;*/
    width: 65% ;
	padding-right: 0rem ;
}
.yuyue-form-list input::-webkit-input-placeholder{
	color:#999999;
}
.select_city button {
    float: right;
    background-color: #009af1;
    border: none;
    color: #ffffff;
    padding: 0rem 0.24rem;
    height: 0.5rem;
    /* line-height: 0.6rem; */
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    margin-left: 0.05rem;
    margin-top: 0.26rem;
	outline: none;
}
/* .yuyue-area-top{
	height:1rem;
	text-align: center;
	background:url(../img/yuyue_top_bg.png) no-repeat;
	background-size:100%;
	box-sizing: border-box;

	padding-top:0.25rem;
}
.yuyue-area-top span{
	font-size: 0.36rem;
	color: #212121;
	padding-left:0.53rem;
	font-weight: 500;

	display: inline;
	position: relative;
	line-height:normal;
	background:url(../img/yuyue_top_icon.png) top left no-repeat;
	background-size:0.38rem;
}
.yuyue-area-top span i{
	display: block;
} */
.yuyue-area-top{
	height:1rem;
	text-align: center;
	background:url(../img/yuyue_top_bg.png) no-repeat;
	background-size:100%;
	box-sizing: border-box;
	padding-top: 0.05rem;
}
.yuyue-area-top span{
	font-size: 0.32rem;
	color: #009af1 ;
	/* padding-left:0.53rem; */
	font-weight: 500;
	display: block;
	/* width: 2.3rem; */
	position: relative;
	line-height:normal;
	/* background: url(../img/yuyue_top_icon.png) top 0.2rem left no-repeat;
	background-size:0.38rem; */
	margin: 0 auto;
        margin-top:0.2rem
}
.yuyue-area-top span i{
	display: block;
}
.yuyue-area-top span img{
	width:6rem;
	margin:0 auto;
}
/* .yuyue-area-top span::before{
	left:0;
	top:0;
	content: '';
	width:0.38rem;
	height:0.38rem;
	display: block;
	position: absolute;
	background:url(../img/yuyue_top_icon.png) top left no-repeat;
	background-size:0.38rem;
} */
.yuyue-gift-lgbtn{
	width: 6.3rem;
	height: 0.9rem;
	background: #009af1;
	border-radius: 0.45rem;
	margin:0.4rem auto 0;
}
.flex-center{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.yuyue-gift-lgbtn i{
	width:0.44rem;
	height:0.44rem;
	margin-right:0.2rem;
	background: url(../img/yuyue_gift_btn.png) no-repeat;
	background-size:100%;
}
.yuyue-gift-lgbtn span{
	height:0.44rem;
	font-size: 0.32rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	line-height: 0.32rem;
	padding-left:0.15rem;
	padding-top:0.08rem;
	border-left:1px solid #fff;
	box-sizing: border-box;
}
.yuyue-form-list li i.arrow-icon{
	
}
.place-holder{
	color:#999;
	height:1rem;
	float:left;
	font-size:0.3rem;
	position: relative;
	line-height:1rem;
	padding-right:0.3rem;
	padding-left: 0.5rem;
}
.place-holder:after{
	content:'';
	position: absolute;
	width:0.24rem;
	height:0.24rem;
	background:url(../img/arrow_icon_yuyue.png) no-repeat;
	background-size:100%;
	top:0.37rem;
	right: 0rem;
}
.place-holder.act{
	color:#212121;
}
