/*创业保流程0709*/
img{display:block;}
.f2ebe4{background:#f2ebe4;}
.pc_add{padding:1.5rem 0 0;}
.page_title{color:#333;font-size:1.5rem;line-height:2.3rem;}
.tit_price{color:#e44736;font-size:1.2rem;float:right;}
.tit_price b{font-size:1.5rem;font-weight:normal;}
#main_content.mc_add{padding-left:1rem;padding-right:1rem;}
#main_content p{color:#333333;}
.des_p{text-indent:2.3rem;padding-top:1.6rem;border-top:1px solid rgba(211,211,211,1);;}
.des_ul{border-top:1px solid rgba(211,211,211,1);margin-top:1.2rem;overflow:hidden;padding:0.5rem 0;}
.des_ul li{color:#666666;font-size:1.2rem;float:left;margin-right:2.8rem;padding-left:1.7rem;background:url(imagesstart.png) left center no-repeat;background-size:1.4rem 1.4rem;}
.des_ul label{color:#333;}
#main_content .des_ul label{color:#333333;margin-right:0;}
.pt_add{padding:0 1rem; overflow: hidden;}
.page_des{padding:0 1rem;line-height:2.2rem;}
.des_dl{height:1.7rem; border-top:1px solid #c6c6c6;border-bottom:1px solid #fff;background:#dfdbd7;line-height:1.7rem;font-size:1.2rem;color:#333;padding:1.2rem 1rem 1.1rem;overflow:hidden;position:relative;}
.des_dl dt{background:url(imagescheck.png) 0 0 no-repeat;background-size:1.7rem 4.4rem;padding-left:2.6rem;float:left;}
dt.checked{background-position:0 -2.7rem;}
.des_dl dd{position:absolute;top:0px;right:1rem;height:4rem;width:36%;background:url(imagesarrow.png) right center no-repeat;background-size:0.7rem 1.4rem;}
.des_dl a{display:block;height:100%;}
.des_btn{margin: 1.5rem auto 2rem auto; width:14.5rem;  height:3.8rem;  line-height: 3.8rem;  border: 0; border-radius: 5px; font-size: 1.7rem;  color: rgba(255,255,255,1);  box-shadow: 0 2px 0 rgba(106,19,15,1);  text-shadow: 1px 2px 0 #940d00;  background: -webkit-linear-gradient(#ff3423,#de2f20);background: -moz-linear-gradient(#ff3423,#de2f20);  background: -o-linear-gradient(#ff3423,#de2f20); background: linear-gradient(#ff3423,#de2f20);}
.dc_tab{overflow:hidden;}
.dc_tab th{color:#333;}
.dc_tab tbody tr{border:0;}
.dc_tab td{padding:0;border:0;}
.dc_tab dl{padding:1rem;border-top:1px solid #dedede;margin:0;}
.dc_tab dt{line-height:2.3rem;color:#333;font-size:1.2rem;}
.dc_tab dd{line-height:1.6rem;font-size:1.2rem;color:#888;}
.tab_bot{background:#f2ebe4;text-align:left;font-size:1.2rem;line-height:1.7rem;color:#666666;padding:0.8rem 1rem 1.3rem;}
.tab_bot a{display:block;color:#52a5cc;}
.float_btn_div{width:100%;height:auto;background:#fff;}
.float_btn{display:block; margin: 1.1rem auto; width: 14.5rem; height: 3.8rem; line-height: 3.8rem; border: 0; border-radius: 5px; font-size: 1.7rem; color: rgba(255,255,255,1);background: -webkit-linear-gradient(#ff3826,#e63322); background: -moz-linear-gradient(#ff3826,#e63322); background: -o-linear-gradient(#ff3826,#e63322); background: linear-gradient(#ff3826,#e63322);box-shadow: 0 2px #a60e00;}
.dis_none{display:none;}
#copyright{margin-top:1.5rem;}
#tab_nav>li>a{box-shadow:none;}
#tab_nav>li:first-child>a.active_tab{}
#tab_nav>li>a:after{content:'';width:1px; height:2.3rem;box-shadow:1px 0 0 #dedede;color:rgba(51,51,51,1);float:right;margin-top:0.6rem;}
#tab_nav>li:first-child>a.active_tab:after{box-shadow:none;}
#tab_nav>li>a.active_tab{border-bottom:2px solid #1590d9;}
.know_dl{text-indent:0;padding:0.3rem 1.9rem;}
.know_dl dt{color:#333333;font-size:1.3rem;line-height:2.3rem;}
.know_dl dd{color:#888888;font-size:1.2rem;line-height:1.9rem;}
#tab_guess_you_like{display:block;padding:0 1rem;width:auto;overflow:hidden;}
.like_dl{display:block;padding:1.5rem 0;font-size:1.2rem;border-bottom:1px solid #dedede;}
.like_dl dt{color:#333;line-height:2.3rem;padding-left:2.4rem;position:relative;}
.like_dl dt:before{display:inline-block;position:absolute;left:0;top:0px;margin-top:0.3rem;height:1.5rem;line-height:1.4rem;width:1.5rem;text-align:center;content:'Q';color:#fff;font-size:1rem;background:#fa3021;border-radius:3px;margin-right:0.9rem;}
.like_dl dd{color:#888;line-height:1.9rem;padding-left:2.4rem;position:relative;}
.like_dl dd:before{display:inline-block;position:absolute;left:0;top:0px;margin-top:0.2rem;height:1.5rem;line-height:1.4rem;width:1.5rem;text-align:center;content:'A';color:#fff;font-size:1rem;background:#72ac1b;border-radius:3px;margin-right:0.9rem;}
.layer{position:fixed;  z-index: 999; top: 0; right: 0; float: left;  width:0;height:100%;color: #d6d6d6;background:rgba(255,255,255,1);display:none;}
.layer.close{animation: slideRight .5s forwards; -webkit-animation: slideRight .5s forwards;display:none;}
.layer.open{animation:slideLeft .5s forwards; -webkit-animation: slideLeft .5s forwards;display:block;}
@keyframes slideLeft{from{width:0} to{width:100%}}
@-webkit-keyframes slideLeft{from{width:0} to{width:100%}}
@keyframes slideRight{from{width:100%} to{width:0}}
@-webkit-keyframes slideRight{from{width:100%} to{width:0}}
.layer h2{height:4rem;line-height:4rem;color:#333;font-size:1.2rem;padding:0 1rem;border-bottom:1px solid #dcdcdc;position:relative;overflow:hidden;font-weight:bold;}
.close_a{display:block;position:absolute;top:0.7rem;right:0;height:2.3rem;width:2.3rem;background:url(imagesstarting_clo.png) 0 0 no-repeat;background-size:2.3rem 2.3rem;}
.layer_con{padding:1rem;font-size:1.2rem;color:#333;line-height:2.4rem;overflow-y:auto;}
.layer_con h3{font-weight:bold;}
.layer_btn{display: block;margin: 2rem auto 3rem;width:90%;height: 3.8rem;line-height: 3.8rem;border: 0;border-radius: 5px;font-size: 1.7rem;color: rgba(255,255,255,1);background: -webkit-linear-gradient(#ff3826,#e63322);background: -moz-linear-gradient(#ff3826,#e63322);background: -o-linear-gradient(#ff3826,#e63322);background: linear-gradient(#ff3826,#e63322);box-shadow: 0 2px #a60e00;}
.layer_con dl{color:#333;line-height:1.8rem;font-size:1.2rem;padding:0.5rem 0;border-bottom:1px dashed #ededed;}
.h3{height:3rem;}

/* 城市组件样式 */
.your-city{margin:0 1rem;}
.cole60012{color:#e60012;font-size:1.6rem;font-weight:bold;}
.right_arrow{position:relative; height:4rem;width:100%;line-height:4.5rem;box-shadow:0 0 6px 0 #d5d1ce;margin:1.8rem 0;border-radius:5px;background:#fff url(imagesarrow.png) right center no-repeat;background-size:1rem 1.4rem;padding:2px 2px;}
.right_arrow label{position:absolute;color:#333;font-size:1.4rem;}
.right_arrow label i{display:inline-block;float:left;margin-top:1.5rem;margin-right:.5rem; width:1.1rem;height:1.6rem;background:url(imagesgps_icon.png) 0 0 no-repeat;background-size:1.1rem 1.6rem;}
.right_arrow input{float:right;border:none;margin-top:1.25rem;height:2rem;margin-right:1.65rem;text-align:right;color: rgba(82,165,204,1);}