body{
    background: #fff ;
    margin: auto;
}
/*预约进店*/
.choose_box{
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #d1d1d1;
}
.according{
    position: relative;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #878787;
}
.according:before{
    position: absolute;
    content: '';
    width: 0.6rem;
    border-bottom: 1px solid #965ba2;
    left: 1.3rem;
    top: 0.4rem;
}
.according:after{
    position: absolute;
    content: '';
    width: 0.6rem;
    border-bottom: 1px solid #965ba2;
    right: 1.3rem;
    top: 0.4rem;
}
.choose_city{
    width: 6rem;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #965ba2;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.choose_city span{
    vertical-align: middle;
    color: #965ba2;
}
.choose_city img{
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.1rem;
}
.appointment_shop_main{
    margin-bottom: 0.5rem;
}
.appointment_list {
    border-bottom: 1px dashed #d1d1d1;
    padding: 0.3rem 0;
}

.appointment_name {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
}

.appointment_name span {
    font-size: 0.32rem;
    line-height: 0.6rem;
    display: inline-block;
    width: 74%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.appointment_name div{
    width: 25%;
    text-align: right;
}
.appointment_name div i{
    font-size: 0.28rem;
    font-style: normal;
    line-height: 0.6rem;
    vertical-align: middle;
    color: #c78b61;
}
.appointment_name img{
    width: 0.24rem;
    vertical-align: middle;
}
.appointment_shop {
    position: relative;
}

.new_icon {
    position: absolute;
    top: -0.2rem;
    left: -0.1rem;
    width: 0.48rem;
}

.appointment_shop_img {
    width: 1.76rem;
    float: left;
}

.appointment_add {
    float: right;
    width: 4.9rem;
}
.appointment_add div{
    overflow: hidden;
    margin: 0.08rem 0;
}
.appointment_add img{
    width: 0.3rem;
    float: left;
    margin-right: 0.08rem;
}
.appointment_add span{
    float: left;
    width: 4.5rem;
    font-size: 0.26rem;
}


/*预约进店*/
.people-num {
    width: 5.5rem;
    margin:0.2rem auto 0;
    height: 0.72rem;
    line-height:0.72rem;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #eaeaea;
}

.time-add {
    text-align: center;
    padding:0.1rem;
}
.margin_tb{
	margin:0.24rem auto 0.14rem;
}
.add-name {
    color: #b18c6e;
    font-size: 0.38rem;
    margin-bottom:0.08rem;
}

.line {
    width: 40%;
}

.icon-img {
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-bottom: 0.02rem;
}

.time-t,
.store-phone,
.detail-add {
    line-height: 1.8;
    text-align: center;
    padding: 0.08rem 1rem;
}
.time-t div:last-of-type{
	font-size:0.32rem;
}

.title{
    color: #686868;
    font-size:0.28rem;

}
.unline{
    border-bottom: 1px solid #b18c6e;
    color: #b18c6e;
    font-size:0.32rem;

}
.store-inf{
    width: 100%;
    height: 1rem;
    margin: 0.2rem 0;
}
.appointment {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height:1rem;
    line-height:1rem;
    text-align: center;
    background: #965ba2;
    color: #fff;
    font-size:0.32rem;
}

/*立即预约*/
.amend_addr span{
    float: left;
    height: 0.7rem;
    line-height: 0.9rem;
    display: inline-block;
}

.amendName{
    width: 3.7rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.amend_addr span.emendBtn{
    width: 0.8rem;
    text-align: right;
    float: right;
}
.infor_input{
    margin: 0.2rem 0;
}
.infor_input span{
    color: #c78b61;
}
.infor_input input[type=text]{
    height: 0.8rem;
    width: 100%;
    line-height: 0.8rem;
    display: block;
    padding: 0 0 0 0.1rem;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0.2rem;
    font-size: 0.28rem;
}
.data-time button{
    width: 45%;
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 0.2rem;
    text-align: left;
    margin-top: 0.2rem;
}
.calendar{
    float: left;
    background: url(../images/personal/icon_calender.svg) no-repeat 94% 0.2rem;
    background-size: 0.36rem 0.36rem;
}
.timePicker{
    float: right;
    background: url(../images/arrow_down.png) no-repeat 94% 0.28rem;
}
.optional_bar{
    margin-top: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
}
.optional_bar img{
    width: 0.3rem;
    margin-left: 0.1rem;
}
.optional_demand_main{
    display: none;
}
.demand_ul li{
    padding:0.1rem 0.3rem;
    min-width: 2rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    display: inline-block;
    float: left;
    margin: 0.1rem 0.1rem 0.1rem 0;
}
.demand_ul li img{
    width: 0.35rem;
    opacity: 0;
}
.demand_ul li.active{
    border: 1px solid #965ba2;
}
.demand_ul li.active img{
    opacity: 1;
}
.optional_demand_main textarea{
    width: 100%;
    height: 2.35rem;
    padding: 0.1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #d1d1d1;
    margin: 0.1rem 0;
    display: inline-block;
    font-size: 0.28rem;
}
.immediatelyBox{
    padding-bottom: 1.1rem;
}
.right-away{
    width: 100%;
    height: 1rem;
    text-align: center;
    padding: 0;
    line-height: 1rem;
    background: #965ba2;
    color: #fff;
    font-size:0.32rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/*预约弹框*/
.appointment_succed{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.appointment_succed_box{
	height: 375px;
	width: 280px;
	background: #FFF;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -187px;
	margin-left: -140px;
}
.sucess_icon{
	width: 60px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.bg_navigation{
	padding: 10px 0;
	margin-top: 10px;
}
.appointment_succed_box p{
	display: block;
	width: 100%;
	margin: 4px 0;
	color: #878787;
}
.bg_navigation img{
	width: 40px;
}
.appointment_succed_box .bg_navigation p{
	width: 60%;
	margin:5px auto;
}
.appointment_succed_box .watchBtn{
	width: 130px;
	height: 40px;
	line-height:40px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #965ba2;
	padding: 0;
	margin: 20px 0;
}
.closeIcon{
	position: absolute;
	right: 0;
	top: 0;	
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 40px;	
	cursor: pointer;
}
.closeIcon i{
	font-size: 28px;
}
/*--------更改预约进店-----------*/
.shopWarp{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.left_city{
    width: 24%;
    border-right: 1px solid #d1d1d1;
    height: 100%;
    overflow: hidden;

}
.leftCityMain{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.hotCity_title{
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    font-weight: bold;
    
}
.hotCity_title i{
    display: inline-block;
    width: 3px;
    height: 0.25rem;
    background: #965ba2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 0.18rem;
    vertical-align: middle;
}
.hotCity_ul li{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 0.18rem ;
    overflow: hidden;

}
/* .hotCity_ul li.active{
    font-weight:bold;
    color: #965ba2;
} */
.right_shop{
    width: 75%;
    height: 100%;
    overflow: hidden;
}
.rightShopMain{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0.3rem;
}
.rightShopMain .location{
    color: #965ba2;
}
.rightShopMain .location img{
    width: 0.4rem;
    margin-right: 0.1rem;
}
.rightShopMain .tuiText{
    display: block;
    margin: 0.2rem 0;
}
.rightShopMain .shop_ul li{
    margin-bottom: 0.4rem;
}
.rightShopMain .shopName{
    margin-top: 0.2rem;
}
.rightShopMain .shopName strong{
    display: inline-block;
    font-size:0.28rem;
    margin-top: 0.06rem;
    width: 66%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rightShopMain .shopName button{
    padding: 0.06rem 0.1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #965ba2;
    color:#965ba2;
    font-size: 0.24rem;
    background: #fff;
}
.rightShopMain .address{
    margin-top: 0.2rem;
}
.rightShopMain .address img{
    width: 0.4rem;
    margin-right: 0.1rem;
}
.rightShopMain .address span{
    vertical-align: middle;
    color: #878787;
    width: 86%;
    display: inline-block;
}
.hotCity_ul>li{
	padding:0;
}
.hotCity_ul>li .province_list a{
	text-align:left;
	padding:0.18rem 0.1rem 0.18rem 0.26rem;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom:-1px;
	display:block;
}
.hotCity_ul>li .city_list{
	padding:0 0.1rem;
	text-align:center;
	display:none;
}
.hotCity_ul>li .city_list a{
	display:block;
	padding:0.16rem 0;
	border-bottom: 1px solid #d1d1d1;
}
.hotCity_ul>li .city_list a:last-of-type{
	border-bottom: 1px solid transparent;
}

.hotCity_ul>li .city_list a.current,
#openCity a{
	font-weight:bold;
    color: #965ba2;
}

