@CHARSET "UTF-8";

.xq_tit ul li.service10000{ background:url(../images/icons1.png?t=1.0) no-repeat -4px -244px; }
.xq_tit ul li.service10001{ background:url(../images/icons1.png?t=1.0) no-repeat -4px -114px; }
.xq_tit ul li.service10002{ background:url(../images/icons1.png?t=1.0) no-repeat -4px -186px; }
.xq_tit ul li.service10003{ background:url(../images/icons1.png?t=1.0) no-repeat -4px -383px; }
.xq_tit ul li.service10004{ background:url(../images/icons1.png?t=1.0) no-repeat -4px -317px; }


/*tanceng*/
.dialog__overlay {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	display:none;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
	/* -webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; */
}

.dialog.dialog--open .dialog__content {
	/* -webkit-animation-name: anim-open;
	animation-name: anim-open;
	-webkit-animation-timing-function: cubic-bezier(0.6,0,0.4,1);
	animation-timing-function: cubic-bezier(0.6,0,0.4,1); */
}

.dialog.dialog--close .dialog__content {
	/* -webkit-animation-name: anim-close;
	animation-name: anim-close; */
}

@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); }
}

@keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
}
.dialog,.dialog__overlay {width: 100%;height: 100%;top: 0;left: 0;}
.dialog {position: fixed;/*display: -webkit-flex;	display: flex;*/display:block; -webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;pointer-events: none;}
.dialog__overlay {position: absolute;z-index: 1;background: rgba(55, 58, 71, 0.9);opacity: 0;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;-webkit-backface-visibility: hidden;}
.dialog--open .dialog__overlay {opacity: 1;	pointer-events: auto; display:block;}
.dialog__content {display:none; left:50%; margin-left:-280px; top:30%; width: 30%;max-width: 560px;min-width: 290px;position: relative;z-index: 5;	opacity: 0;filter:alpha(opacity=0);  
    /* Firefox,Safari(WebKit),Opera */  
   -ms-filter:alpha(opacity=0); }
.dialog--open .dialog__content {pointer-events: auto; display:block; opacity:1; filter:alpha(opacity=100);}
.dialog{display:none;}
.dialog.dialog--open{display:block};
.Popbox{height:auto; padding:0 10px; position:relative; }
.Popcont{ border-top-left-radius:5px; border-top-right-radius:5px; background:#fff; padding:15px; overflow:hidden;}
.Popbtm{ border-bottom-left-radius:5px;border-bottom-right-radius:5px; background:#8b58fe; height:45px; line-height:45px; overflow: hidden;}
.Popbtm .cancle_btn{ width:50%; height:45px; background:#8b58fe; color:#fff; font-size:18px;  border:none;}
.tips_tit{ height:35px; line-height:35px; border-bottom:1px solid #ccc; color:#ccc; font-size:18px;}
.pubbox{ font-size:16px; color:#000; padding:20px 0 10px 0; line-height:22px;}
.nosfpic{ width:45%; height:105px; background:url(../images/daizou.png) no-repeat; background-size:100%;}
.noshifu{ width:55%; height:115px;font-size:14px; color:#9d9d9f; line-height:18px;}
.noshifu h4{ color:#353535; padding:5% 0 4% 0;}
.Pop_order{ width:30%; height:90px;}
.Pop_order img{ width:100%; height:90px;}
.Pop_syson{ width:65%;}
.Pop_syson .tits{ padding-bottom:3%; color:#000;}
.Pop_syson .tits span{ color:#f65a30;}
.noshifu p{ color:#9c9c9c;}
.caution{ padding:0 2%; line-height:30px; color:#ff3a20; text-align:right; font-size:14px; margin-top:12px;}
.caution span{ display:inline-block; vertical-align:middle; width:20px; height:20px; background:url(../images/caution.png) no-repeat; background-size:100%; margin-right:1.5%;}
.errortips{ background:#fef1f1!important; border:1px dashed #e9c3c3!important;}

/**百度api 地址检索**/
div#tangram-suggestion {
  position: absolute;
  top: 42px;
  left: 0px;
  border: 1px solid #e4e6e7;
  max-height: 200px;
  width: 540px;
  margin-left: 102px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  display:none;
}
div#tangram-suggestion ul li{
	width: 100%;
}
div#tangram-suggestion ul li:HOVER{
	background-color: #f0f0f0;
}
div#tangram-suggestion ul li a{
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
div#tangram-suggestion ul li a i {
  padding-left: 20px;
  font-style: normal;
  color: #666;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}
div#tangram-suggestion ul li a em {
  margin-left: 10px;
  margin-right: 20px;
  font-style: normal;
  color: #999;
}


/*shijiankongjian*/
.page {display: none;position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;overflow: hidden;}
#datescroll div{float: left;margin-left: 10%;margin-top: 15px;padding-right: 22px;}
#datescroll_datetime div{float: left;margin-left: 10%;padding-right: 22px;}
#yearwrapper{position: absolute;left: 0;top:45px;bottom: 60px;width:80%;}
#monthwrapper{position: absolute;left: 26%;top:45px;bottom: 60px;width:80%;}
#daywrapper{position: absolute;left: 50%;top:45px;bottom: 60px;width:80%;}
#Hourwrapper{position: absolute;left: 0;top:195px;bottom: 68px;width:80%;}
#Minutewrapper{position: absolute;left: 26%;top:195px;bottom: 68px;width:80%;}
#Secondwrapper{position: absolute;left: 50%;top:195px;bottom: 68px;width:80%;}
#Hourwrapper ul li{color: #898989;font-size: 12px;}
#Minutewrapper ul li{color: #898989;font-size: 12px;}
#Secondwrapper ul li{color: #898989;font-size: 12px;}
#yearwrapper ul li{color: #898989;font-size: 12px;}
#monthwrapper ul li{color: #898989;font-size: 12px;}
#daywrapper ul li{color: #898989;font-size: 12px;}
#markyear{position:relative; margin-left: 76px;top:-2px;}
#markmonth{position:relative; margin-left: 40px;top:-2px;}
#markday{position:relative; margin-left: 42px;top:-2px;}
#markhour{position:relative; margin-left: 62px;top:-2px;}
#markminut{position:relative; margin-left: 58px;top:-2px;}
#marksecond{position:relative; margin-left: 68px;top:-2px;}
#dateheader{width: 100%;height: 50px;background: #79C12F;text-align: center;color: #fff;line-height: 50px;font-size: 20px;}
#setcancle ul{text-align: center;line-height: 30px; margin:1px auto;font-size: 20px;}
#setcancle ul li{border-radius:3px;float: left;width: 40%;height: 30px;list-style-type: none;font-family:'microsoft yahei';font-size:16px;}
#dateconfirm{position: absolute;background:#8b58fe;left:20px;color:#fff;}
#datecancle{position: absolute;background:#d4d7ec;right:20px;width: 40%;color:#666;}
#dateshadow{display: none;position: absolute;width: 100%;height: 100%;top:0;left:0;background: #000; filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}
#datePage{font-size: 22px; border-radius: 3px; position:absolute;top:110px;MARGIN-RIGHT: auto;vertical-align:middle; border-radius:6px;
MARGIN-LEFT: auto;width: 35%;;height: 280px;background: #FFFFFF;z-index:9999999;}
#datetitle{width: 100%;height:50px;background: #8b58fe;text-align: center;color: #fff;line-height: 50px;font-size: 20px;font-family:'microsoft yahei';}
#datetitle h4{ font-size:20px;}
#datetitle h1{font-weight:normal;}
#datemark{font-size: 18px;left:5%;width: 90%;height: 20px;position:absolute;top:108px;background:#eee;border:1px solid #eee;}
#timemark{font-size: 18px;left:5%;width: 90%;height: 20px;position:absolute;top:242px;background:#eee;border:1px solid #eee;}
#datescroll{background: #F8F8F8;width:94%; margin:10px 3%;border: 1px solid #E0E0E0;border-radius: 4px;height: 160px;text-align: center;line-height: 40px;}
#datescroll_datetime{display: none;background:#F8F8F8;width:94%; margin:10px 3%;margin-top: 10px;border: 1px solid #E0E0E0;border-radius: 4px;height: 120px;text-align: center;line-height: 40px;}
#yearwrapper ul,#monthwrapper ul,#daywrapper ul{width:40%;}
#Hourwrapper ul,#Minutewrapper ul,#Secondwrapper ul{width:40%;}
#dateFooter{width:100%;background: #fff;height: 50px;bottom: 0px;position: absolute;}
.demo{width:300px;margin:40px auto 0 auto;}
.demo .lie{margin:0 0 20px 0;}
.kbtn{line-height:22px; height:22px; padding:0 5px;}
#datetitle h1{font-size:18px;}


/**登录弹出框**/
.Log_diabox{ width:480px; margin:0 auto;}
.Log_diatop{background:url(../images/dialog_head.png) no-repeat; height:95px; font-size:24px; color:#fff; line-height:120px;position: relative;}
.bradius{border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.Iclose{ background:url(../images/Iclose.png) no-repeat; width:30px; height:30px; position:absolute; top:55%; right:0}
.Log_diabox .error_tips{float: left;background-position: 72px 0px;padding-left: 100px;}

/**确认订单完成弹出框**/
.fw_diabox{ max-width:300px;margin:0 auto;}
.fw_white{ background:#fff; border-radius:10px; padding:30px 15px; position:relative;}
.twoBtn a{ display:inline-block; vertical-align:middle; width:100px; height:35px; line-height:35px; border-radius:5px; margin:0 10px;}
.twoBtn a.a1{ background:#6adb6c; color:#fff; border:1px solid #62d464;}
.twoBtn a.a2{background:#defade; color:#6adb6c; border:1px solid #96e798;}
.grayclose{ width:35px; height:30px; display:block; position:absolute; background:url(../images/grayclose.png) no-repeat center center; top:5px; right:8px;}
.dia_person{ position:absolute; display:block; background:url(../images/person.png) no-repeat; width:82px; height:125px; top:10px; left:-23%;}
.buling{position:absolute; display:block; background:url(../images/buling.png) no-repeat; width:76px; height:42px; top:-35%; right:-14%;}


/**分页**/
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;}
.tcdPageCode a{display: inline-block;color: #5c40ad;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #5c40ad;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #5c40ad;	border: 1px solid #5c40ad;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

.cancelBtn, .finishBtn{  margin: 20px 15px 0 0;}