
/* .modal_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal_backdrop.fade{opacity:0}
.modal_backdrop,.modal_backdrop.fade.in{opacity:0.15;filter:alpha(opacity=15)}
.modal{display: none;position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}
.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}
.modal.fade.in{top:10%}
.pager{text-align:center; padding:20px 0}
.pager a,.pager span{padding:3px 8px; margin-left:7px; line-height:20px; background:#f9f9f9; border:1px solid #dbdbdb; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; color:#333}
.pager a:hover,.pager a.current{background-color:#f60; color:#fff; border:1px solid #f60; cursor:pointer}
 */
 
#orders {
    background: #fff;
    width: 980px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* padding-top: 300px; */
    height: 513px;
}

#n {
   color: #2aa0ea;
   cursor: pointer;
}
#s {
   padding: 0px 8px;
   color: #f30;
   cursor: pointer;
}

.emus {
	width: 630px;
	text-align: center;
}
 
.emus input[type='button'] {
	margin: 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff8400;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 12px;
    transition: background-color .2s linear 0s;
    border: 0;
    cursor: pointer;
}

.emus input[type='text'] {
    border: 1px solid #ccc;
    padding: 0 5px;
    width: 220px;
    height: 26px;
    line-height: 26px;
}

.title { 
    margin: 0 auto 30px;
    /* margin: 0 auto; */
    width: 600px;
    /* margin: 4px 0 30px; */
    padding: 15px 0 10px 20px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    color: #a84c10;
	text-align: center;
 
}
		.calc-btn:disabled{background:#ccc;}
		
		#demo{height: 150px; overflow: hidden;}
		
		#demo li:first-child{margin-top:0;transition:margin-top .8s}
		#demo li span{width: 25%;display: block;float: left;text-align: center;padding: 3px 0}
		
		
.calo-btn {
    border: 0;
    height: 45px;
    padding: 0px 25px;
    line-height: 45px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    display: inline-block;
    overflow: hidden;
	
    background-image: linear-gradient(to right,#0897ce,#00b4aa);
}		
.emu {
    background: #fff;
    width: 980px;
   /*  height: 450px; */
    margin: 0 auto;
}
	
.emunit {
    margin-left: -96px;
    border: 0;
    /* height: 36.6px; */
    width: 91px;
    /* padding: 0px 38px; */
    line-height: 36px;
    cursor: pointer;
    /* -webkit-border-radius: 4px; */
    /* border-radius: 4px; */
    /* text-align: center; */
    /* font-size: 16px; */
    color: #fff;
    /* -webkit-transition: all .25s; */
    -moz-transition: all .25s;
    /* transition: all .25s; */
    /* display: inline-block; */
    /* overflow: hidden; */
    background-image: linear-gradient(to right,#ff8c47,#ff6d15);
    /* color: black; */
}

.layui-layer-ssx{

	border-radius: 10px;
	}
	
.layui-layer-sss{
	background-color: #3780ff;
	border-radius: 10px;
	}
	
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0 }
body, button, input, select, textarea { font: 12px/1.5 "PingFang SC","Source Han Sans SC","HanHei SC","Helvetica Neue","Helvetica","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial","sans-serif"; color:#666 }
button, input, select, textarea {
    font-size: 100%;
    font-family: "PingFang SC","Source Han Sans SC","HanHei SC","Helvetica Neue","Helvetica","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial","sans-serif";
    outline: none;
}
.con {
	width:980px;
	margin:0 auto;
	color:#333
}
.con_bj_cal {
	position:relative;
	width:409px;
	padding:50px 40px 30px;
	border-right:1px solid #eee
}
.col_l{float: left;*display: inline;}
.con_bj h3 {
	font-size:20px
}
.con h1,.con h3 {
	font-weight:400
}
.calputer_tit span {
	margin-left:10px;
	color:#f36f20;
	font-size:12px
}
.calputer_tit .num_man {
	margin:0 2px
}
.bj_form {
	width:370px;
	padding-top:30px;
	font-size:14px
}
.mod_form .form_line{zoom:1;}
.mod_form .label{width: 24.6%;padding-right: 8px;margin-left: -8px;float: left;text-align: right;line-height: 34px;}
.bj_form .label {
	font-size:16px;
	color:#333;
	text-align:left;
	margin-left:0
}

.label_start {
	float:right;
	font-size:24px;
	color:#fe5f00;
	font-family:Arial;
	margin-top:5px
}
.mod_form .element{width: 75.4%;float: right;padding-bottom: 15px;}
.bj_form .element {
	width:265px;
	position:relative;
	padding-bottom:18px
}
.bj_form .houseType {
    height: 37px;
    line-height: 37px;
}
.bj_form .houseType input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
.bj_form .houseType label {
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
}
address, cite, dfn, em, var {
    font-style: normal;
}
.bj_form .text_wrap {
	position:static
}

.mod_form .text{padding: 7px 10px;width: 233px;border:1px solid #ddd;padding:7px 10px 7px 10px}

.mod_form .form_line:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;}


i {
	font-style:normal
}
.calc-btn-ie,.ico-line-btn {
	width:140px;
	height:140px;
	right:-71px;
	display:block;
	position:absolute
}
.calc-btn {
	cursor: pointer;
	border: 0;
	position:absolute;
	top:155px;
	right:-46px;
	display:block;
	width:90px;
	height:90px;
	background:#ff6d15;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:45px;
	z-index:15
}
.calc-btn em {
	display:block;
	font-size:16px;
	color:#fff;
	width:44px;
	height:44px;
	margin:0 auto;
}

.ico-line-btn {
	background:url(//img.to8to.com/to8to_img/zxbj/ico-line-btn.png) no-repeat;
	top:130px;
	z-index:9
}

.result-wechat-hotad {
	display:none;
	float:left;
	position:relative;
	width:409px;
	color:#999;
	text-align:center;
	padding:50px 40px 30px;
	font-size:14px;
	border-right:1px solid #eee
}
.col_r{float: right;*display: inline;}
.con_bj_res {
	width:340px;
	padding:135px 50px 0 0;
	color:#333;
	font-size:14px
}
.bj_res_t {
	line-height:35px;
	font-size:20px
}
.bj_res_t,.bj_res_t b,.calc-btn em,.ele_bt {
	text-align:center
}
.bj_res_t b,.bj_res_ul li b {
	display:inline-block;
	font-weight:400;
	color:#f36f20
}
.bj_res_t span.bj_res_t_y {
	font-size:14px
}


.bj_res_t b {
	width:92px;
	font-size:28px;
	margin:0 12px
}
.clear:after{
    display:block;
    clear:both;
    content:"\0020";
    visibility:hidden;
    height:0;
}

.bj_res_ul {
	padding:3px;
	margin:26px auto 0;
	border:1px solid #ddd
}
.bj_res_con .tip {
	margin-top:20px;
	background: #eee;
}
.bj_form .tip,.bj_res_con .tip {
	color:#666;
	font-size:14px
}

.circle-animate {
    position: absolute;
    top: 145px;
    right: -56px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fdcc9a;
    z-index: 12;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
}
@keyframes scale-three2 {
	0% {
	transform:scale(1);
	opacity:.8
}
100% {
	transform:scale(1.3);
	opacity:0
}
}@-webkit-keyframes scale-three2 {
	0% {
	-webkit-transform:scale(1);
	opacity:.7
}
100% {
	-webkit-transform:scale(1.3);
	opacity:0
}
}@-moz-keyframes scale-three2 {
	0% {
	-moz-transform:scale(1);
	opacity:.7
}
100% {
	-moz-transform:scale(1.3);
	opacity:0
}
}@-o-keyframes scale-three2 {
	0% {
	-o-transform:scale(1);
	opacity:.7
}
100% {
	-o-transform:scale(1.3);
	opacity:0
}
}


	
.a1 {
    text-align: center;
    font-size: 17px;
    line-height: 70px;
    color: #ff3504;	
    height: 70px;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}	
.a2 {
    text-align: center;
}
.a2 div {
    position: absolute;
    top: 19%;
    font-size: 25px;
    left: 19%;
    font-weight: 550;
    color: #fff;
}
.a2 img{
    margin: 50px 0px 0px 0px;
    width: 60%;
    min-width: 100px;
    background: #fff;
    padding: 5px 5px 30px 5px;
}
.a3 {
    position: absolute;
    top: 74%;
    left: 31%;
    font-weight: 550;
    font-size: 14px;

}
.a4 {
	letter-spacing: 2px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: 550;
}
.a5{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}




#login{width:420px; height:220px;  border:1px solid #aac6eb}
#login h3{height:32px; line-height:32px; padding-left:8px; background:#e8f5fe}
#login_form{margin:20px 10px}
#login p{height:30px; line-height:30px; margin:10px 0}
#login p label{float:left; width:120px; text-align:right}
.input{width:180px; height:24px; line-height:24px; padding:2px; border:1px solid #d3d3d3}
.sub{height:42px; line-height:42px; position:absolute}
.btn{width:86px; height:33px; background:url(../images/login_btn.jpg) no-repeat; border:none; text-indent:-999em; display:block; cursor:pointer; margin-left:120px}
.cur_select{border:1px solid #aac6eb}
#msg,#errmsg{position:absolute; width:100px; height:32px; line-height:32px; left:220px; top:0; color:#f30; font-weight:bold}
/* .loading{background:url(../images/loading.gif) no-repeat 0 6px; padding-left:18px; color:#999} */
.loading{margin:30px 0;text-align: center}
#result{margin:20px; text-align:center}
#result p{line-height:22px; margin:2px 0}
#result p span{color:#f30; margin:4px; font-weight:bold}


.loader {
  margin: 100px auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.table_parameters {
    width: 700px;
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin: 6px auto;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table_parameters tr.tr_head {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
.table_parameters td, .table_parameters th {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 26px;
    padding: 2px;
    text-align: center;
}
.pager {
    margin: 30px 0;
    text-align: center;
}