/*order pop box*/
.order_mask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 25;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}
.service_order_box{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 26;
	width: 720px;
	overflow: hidden;
	padding-bottom: 21px;
	background: #fff;
	margin-left: -360px;
	margin-top: -225px;
	border-radius: 6px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.44);
	display: none;
}
.service_order_box .highlight{
    margin-top: 10px;
}
.service_order_box .highlight .photo_order_dec{
    padding-bottom: 10px;
}
.service_order_box .highlight .tag{
    padding: 2px 10px;
    margin-right: 10px;
    background: #ff7385;
    color: white;
    border-radius: 4px;
}
.service_order_section{
	width: 60%;
	margin: 0 auto;
}
.service_order_title{
    width: 292px;
    font-size: 26px;
    color: #4D4D4D;
    margin: 35px auto 25px;
    text-align: center;
}
.service_order_dec{
	margin-top: 22px;
	line-height: 22px;
	color: #4D4D4D;
	font-size: 15px;
}
.service_input_section{
	width: 97%;
	height: 38px;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	position: relative;
	margin-top: 24px;
}
.required_input_warn{
	position: absolute;
	left: -20px;
	top: 12px;
	color: #ff7385;
	font-size: 20px;
}
.box_shadow{
	box-shadow: 0px 0px 12px rgba(3, 141, 239, 0.35);
	-webkit-box-shadow: 0px 0px 12px rgba(3, 141, 239, 0.35);
	-moz-box-shadow: 0px 0px 12px rgba(3, 141, 239, 0.35);
	-o-box-shadow: 0px 0px 12px rgba(3, 141, 239, 0.35);
}
.service_input_icon{
	position: absolute;
	left: 23px;
	top: 10px;
}
.order_user_icon{
	width: 19px;
	height: 19px;
	background: url(/img/order_user.png) no-repeat;
}
.service_order_input{
	position: absolute;
	left: 64px;
	top: 0px;
	width: 306px;
	height: 36px;
	line-height: 36px;
	border: none;
	font-size: 15px;
	cursor: pointer;
}
.service_order_input:focus{
	outline: none;
}
.order_warn{
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	color: #ff7385;
}
.order_mobile_icon{
	top: 7px;
	width: 15px;
	height: 25px;
	background: url(/img/order_mobile.png) no-repeat;
}
.service_order_btn{
    width: 227px;
    height: 55px;
    background: url(/img/btn_bg.png) no-repeat;
    color: #ff7385;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin: 40px auto 0;
    cursor: pointer;
}
.service_order_btn:hover{
	background: url(/img/btn_bg_hover.png) no-repeat;
}
.service_order_btn:active{
	opacity: .7;
}
.change_service_content{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #909090;
	margin-top: 3px;
	text-decoration: underline;
	cursor: pointer;
}
.service_order_close{
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 15;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url(/img/service_order_close.png) no-repeat;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.service_order_close:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}



/*只差一步*/
.difference-step{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -500px;
	height: 500px;
	width: 1000px;
	display: none;
	z-index: -1;
	background:url(/img/photo-difference-step.png) no-repeat;
}
.difference-step_close{
	position: absolute;
	right: 125px;
	top: 77px;
	z-index: 15;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url(/img/service_order_close.png) no-repeat;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.difference-step_close:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/*两个按钮*/

.cost{
	background-color: #ff7385;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	position: absolute;
	left: 155px;
	bottom: 104px;
	font-size: 18px;
	cursor: pointer;
}
.consultation{
	background-color: #ff7385;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	position: absolute;
	left: 281px;
	bottom: 104px;
	font-size: 18px;
	cursor: pointer;
}
/*消除a标签下划线*/
a:hover{
	text-decoration:none;
}
.difference-step-prompt{
	position: absolute;
	left: 159px;
	top: 93px;
	font-size: 20px;
	color: #4b4b4b;
}
.difference-step-title{
	position: absolute;
	color: #ff7385;
	left: 160px;
	top: 125px;
	font-size: 32px;
	font-weight: bold;
}
.content1{
	position: absolute;
	color: #4b4b4b;
	left: 159px;
	top: 210px;
	font-size: 26px;
}
.content2{
	position: absolute;
	color: #4b4b4b;
	left: 159px;
	top: 253px;
	font-size: 14px;
}
.difference-step i{
	color: #eb1616;
}
@media screen and (max-width: 640px){
	/* 预约提示 */
	.service_order_box {
		left: 50%;
		top: 50%;
		width: 300px;
		margin-top: -225px;
		margin-left: -150px;
	}

	.service_order_section{
		width: 90%;
	}
	.service_order_title{
		width: 100%;
		font-size: 20px;
		margin: 30px auto 15px;
	}
	.service_order_close {
		width: 18px;
		height: 18px;
		background-size: contain;
	}
	.service_order_box .highlight {
		margin-top: 6px;
		overflow: hidden;
	}
	.service_order_box .highlight .photo_order_dec {
		position: relative;
		overflow: hidden;
		margin-bottom: 2px;
		line-height: 18px;
	}
	.service_order_box .highlight .tag{
		position: absolute;
		display: block;
		float: left;
		width: 62px;
		height: 22px;
		box-sizing: border-box;
	}
	.service_order_box .highlight .dis{
		width: 100%;
		display: block;
		float: left;
		overflow: hidden;
		padding-left: 69px;
		box-sizing: border-box;
	}
	.service_order_dec {
		margin-top: 10px;
		font-size: 14px;
	}
	.service_input_section {
		width: 95%;
		margin-left: 5%;
	}
	.service_order_input {
		left: 55px;
		width: 185px;
		box-sizing: border-box;
	}
	/* 只差一步 */
	.difference-step {
		margin-top: -150px;
		margin-left: -150px;
		padding: 20px;
		height: 250px;
		width: 260px;
		border-radius: 8px;
		background: #fff;
		background-size: contain;
	}
	.difference-step_close {
		right: 10px;
		top: 10px;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
	.difference-step-prompt {
		position: static;
		float: left;
		margin-bottom:8px;
		font-size: 16px;
		color: #4b4b4b;
	}
	.difference-step-title {
		position: static;
		color: #ff7385;
		font-size: 19px;
		float: left;
		margin-bottom:25px;
	}
	.content1 {
		position: static;
		color: #4b4b4b;
		font-size: 16px;
		float: left;
		line-height: 24px;
	}
	.content2 {
		position: static;
		color: #4b4b4b;
		font-size: 16px;
		float: left;
		line-height: 24px;
		margin-bottom:20px;
	}
	.cost {
		padding: 6px 15px;
		position: absolute;
		font-size: 16px;
		left:50%;
		bottom:25px;
		margin-left: -45px;
	}
	.consultation {
		display: none;
	}
}
@media screen and (max-width: 330px) and (max-height: 568px){

	.service_order_box {
		padding-bottom: 10px;
		margin-top: -200px;
	}
	.service_order_box .highlight span{
		font-size: 12px;
	}
	.service_order_box .highlight .photo_order_dec {
		margin-bottom: 2px;
		line-height: 14px;
	}

	.service_order_box .highlight .tag{
		height: 21px;
		line-height: 16px;
		width: 56px;
	}
	.service_order_dec {
		font-size: 12px;
	}
	.service_input_section {
		width: 95%;
		margin-left: 5%;
	}
	.service_order_input {
		left: 55px;
		width: 185px;
	}
	.service_order_btn {
		margin: 10px auto 0;
	}
}
