

em, cite {
    font-style: normal;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
    outline: 0 none;
}
/*firefox input line-height;*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border:none;padding:0;
}
.ellipsis,
.ul-notice li a .fc-orange{
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;/* IE/Safari */
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;/* Opera */
-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
/**
  * Clearfix: fix the float float bug
  */
.clear{clear:both;zoom:1;height:0;overflow:hidden;}
.clearfix {
    zoom:1;
}
.page-pop1 .spop-wrap .spop-lv2-box .spop-lv2:after,
.clearfix:after {
    content:' \20';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
/*.clear:after {
    content:' .';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}*/
/**
  * Public uses
  */
#searchResultDiv,#searchResultDiv *,
.special-form-list,.special-form-list *,
.border-box,.border-box *{
  -moz-box-sizing: border-box;  /* Firefox */
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.full{
  width: 100%;
}
.wrap,.container {
    width: 1180px;
    margin: auto;
}
@media screen and (max-width: 1200px){
  .wrap,.container {
      width: 100%;
      margin: auto;
  }
}
@media screen and (max-width: 1024px){
  .wrap,.container {
      width: 970px;
      margin: auto;
  }
}
@media screen and (max-width: 990px){
  .full{
      width: 990px;
  }
}
.block{
    display: block!important;
}
.inline-block {
    display:inline-block!important;
}
.cate_hidden,
.hidden,.unable{
	display:none!important;
}

.h0hidden,.proxy_hide,.checkbox-hidden{
  overflow: hidden;
  height: 0px!important;
  line-height: 0px!important;
  font-size: 0px!important;
  display: inline-block!important;
  width: 0px!important;
  padding: 0px!important;
}
input.js_pop_text.h0hidden{
  position: absolute;
  top: 0px;
  left: 0px;
}
.over-hidden{
  overflow: hidden;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right!important;
}
.tx-left{
	text-align:left;
}
.tx-center{
	text-align:center;
}
.tx-right{
	text-align:right;
}
/**
  * Font Commons
  */
.f_normal {
    font-style: normal;
}
.f_bold {
    font-weight: bold;
}

/*color*/
.fc-white {
    color: #fff;
}
.fc-black{
	color: #000000;
}
.fc-blue{
  color:#126097;
}

.fc-red,.error-msg{
    color: #bd020b!important;
}

.fc-gray{
    color:#9f9f9f!important;
}
.fc-green{
  color: #50b482!important;
}
.fc-orange{
  color: #ff922c!important;
}
/*font-size*/
.fz-12{
  font-size:12px;
}
.fz-14{
	font-size:14px;
}
.fz-16{
    font-size:16px;
}
.fz-18{
    font-size:18px;
}
.fz-20{
  font-size: 20px;
}
.fz-26{
  font-size: 26px;
}
.anim {
    transition: all 0.3s ease-in;
}

/**
  * Margin Commons
  */
.mt0 {
    margin-top: 0px!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt35 {
    margin-top: 35px!important;
}
.mt40 {
    margin-top: 40px!important;
}
/*mb*/
.mb0 {
    margin-bottom: 0px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb25 {
    margin-bottom: 25px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb35 {
    margin-bottom: 35px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
/*mr*/
.mr0{
  margin-right: 0px;
}
.mr5{
  margin-right: 5px;
}
.mr10{
  margin-right: 10px;
}
.mr15{
  margin-right: 15px;
}
.mr20{
  margin-right: 20px;
}
.mr25{
  margin-right: 25px;
}
.mr30{
  margin-right: 30px;
}
.mr35{
  margin-right: 35px;
}
.mr40{
  margin-right: 40px;
}
/*ml*/
.ml0{
  margin-left: 0px!important;
}
.ml5{
  margin-left: 5px!important;
}
.ml10{
  margin-left: 10px!important;
}
.ml15{
  margin-left: 15px!important;
}
.ml20{
  margin-left: 20px!important;
}
.ml25{
  margin-left: 25px!important;
}
.ml30{
  margin-left: 30px!important;
}
.ml35{
  margin-left: 35px!important;
}
.ml40{
  margin-left: 40px!important;
}
/*padding*/
.pt10{
  padding-top: 10px;
}
.pb10{
  padding-bottom: 10px;
}
.pb20{
  padding-bottom: 20px;
}
.relative2{
  position: relative;
  z-index: 3;
}
.transparent {
      filter:alpha(opacity=50);
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
}
.nobg{
  background: none!important;
}

/*百度地图logo隐藏*/
.anchorBL,.BMap_cpyCtrl{display:none!important;}
/*head start*/
.head-wrap{
  width: 100%;
}
.head-wrap .head-h{
  height: 101px;
}
.head-768 .head-h{
  height: 80px;
}
.head{
  box-shadow:0 0 8px 3px rgba(0, 0, 0, .1);
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background: #ffffff;
}

.head .wrap{
  height: 101px;
  line-height: 101px;
}
.head-768 .wrap{
  height: 80px!important;
  line-height: 80px!important;
}
.g-logo{
  display: inline-block;
  width: 133px;
  height: 66px;
  background:url(../images/basic/logo.png) no-repeat center 0;
  margin-top: 18px;
}
.head-768 .g-logo{
  width: 106px;
  height: 53px;
  background:url(../images/basic/logo_2.png) no-repeat center 0;
  margin-top: 14px;
}
.head .g-logo,.head .nav-bar{
  float: left;
}
.head .g-logo{
  margin-right: 27px;
}
.head .nav-bar,
.head .nav-right{
/*  line-height: 58px;
*/}
.ico-user-name{
  width: 16px;
  height: 16px;
  background: url(../images/basic/ico_user_name.png) no-repeat 0 0!important;
  margin: -2px 3px 0 0;
}
.head .nav .btn-trans2{
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 105px;
  padding: 0px;
  text-align: center;
}
.head .nav .btn-trans2:active,
.head .nav .btn-trans2:hover,
.head .nav .btn-trans2.cur{
  background-color: #ff9727;
  border-color: #ff8400;
  color: #ffffff;
}

.ico-need,.ico-service{
  width: 17px;
  height: 16px;
  background-image: url(../images/basic/ico_nav_gray.png)!important;
  background-repeat: no-repeat;
  margin: -2px 3px 0 0;
}
.head .nav .btn-trans2:hover .ico-need,
.head .nav .btn-trans2:hover .ico-service,
.head .nav .btn-trans2:active .ico-need,
.head .nav .btn-trans2:active .ico-service,
.head .nav .cur .ico-need,
.head .nav .cur .ico-service{
  background-image: url(../images/basic/ico_nav_light.png)!important;
}
.ico-need{
  background-position: -16px 0!important;
}
.ico-service{
  background-position: 0px 0!important;
}
.ico-service2{
  width:19px;
  height:18px;
  background:url(../images/basic/ico_service2.png) 0 0 no-repeat!important;
}
.ico-need2{
  width:19px;
  height:17px;
  background:url(../images/basic/ico_need2.png) 0 0 no-repeat!important;
}
.btn .ico-service2,
.btn .ico-need2{
  margin:-2px 3px 0 0;
}
.head .nav,
.head .user-info{
  display: inline-block;
}
.head .nav{
  height:101px;
}
.head-768 .nav{
  height:80px!important;
}
.head .user-info,
.head .user-info a{
  color: #4c4c4c;
}
.head .user-info a{
  margin: 0 6px;
  text-decoration: none;
}
.head .user-info a:hover{
  text-decoration: underline;
}
.head .user-name{
  font-size: 14px;
}
.head .btn-logout{
  color: #19a6ec;
}
.head .select_pop input.js_pop_text{
  width: 55px;

}
.head .select_pop .js_pop_text{
  border: solid 1px transparent;
  cursor: pointer;
}
.head .nav-right{
  float: right;
}
.ico-bell-blue{
    background: url(../images/basic/ico_bell_blue.png) no-repeat!important;
    width: 15px;
    height: 15px;
    margin-top: -2px;
}
.ico-arrow1{
  background: none!important;
  border-left: solid 2px #e3e3e3;
  border-top: solid 2px #e3e3e3;
  width: 13px;
  height: 13px;
  -moz-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  -o-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  transform:rotate(-135deg);
  margin-top: 2px;
}
.ico-arrow1.up{
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  margin-top: 12px;
}
/*bell-notice start*/
/*.new-notice*/
.new-notice .bell{
  color: #ff922c!important;
  -webkit-animation:bellanim 2s forwards infinite;
  -moz-animation:bellanim 2s forwards infinite;
  animation:bellanim 2s forwards infinite;
}
@-webkit-keyframes bellanim{
    0%,55%{
      color: #ff922c;
    }
    5%,15%,25%,35%,45%{
      color: #ff922c;
    }
    10%,20%,30%,40%,50%{
      color: #ff2e2e;
    }
}
@-moz-keyframes bellanim{
    0%,55%{
      color: #ff922c;
    }
    5%,15%,25%,35%,45%{
      color: #ff922c;
    }
    10%,20%,30%,40%,50%{
      color: #ff2e2e;
    }
}
@keyframes bellanim{
    0%,55%{
      color: #ff922c;
    }
    5%,15%,25%,35%,45%{
      color: #ff922c;
    }
    10%,20%,30%,40%,50%{
      color: #ff2e2e;
    }
}
.new-notice .ico-bell2,
.ico-bell{
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.ico-bell{
  margin-top: -2px\9;
  margin-right: 7px;
  margin-right: 2px\9;
  background:url(../images/basic/ico_bell_2.png) no-repeat;
  background:url(../images/basic/ico_bell_1.gif) no-repeat\9;
  -webkit-transform-origin:50% 0;
  -moz-transform-origin:50% 0;
  transform-origin:50% 0;

  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.new-notice .ico-bell{
  background:url(../images/basic/ico_bell_2.png) no-repeat;
  background:url(../images/basic/ico_bell_2.gif) no-repeat\9;
  -webkit-animation:shake2 2s forwards infinite;
  -moz-animation:shake2 2s forwards infinite;
  animation:shake2 2s forwards infinite;
}

@-webkit-keyframes shake2{
    0%,55%{
      -webkit-transform: rotate(-30deg);
    }
    5%,15%,25%,35%,45%{
      -webkit-transform: rotate(-20deg);
      background:url(../images/basic/ico_bell_2.png) no-repeat;
    }
    10%,20%,30%,40%,50%{
      -webkit-transform: rotate(-30deg);
      background:url(../images/basic/ico_bell_3.png) no-repeat;
    }
}
@-moz-keyframes shake2{
    0%,55%{
      -moz-transform: rotate(-30deg);
    }
    5%,15%,25%,35%,45%{
      -moz-transform: rotate(-20deg);
      background:url(../images/basic/ico_bell_2.png) no-repeat;
    }
    10%,20%,30%,40%,50%{
      -moz-transform: rotate(-30deg);
      background:url(../images/basic/ico_bell_3.png) no-repeat;
    }

}
@keyframes shake2{
    0%,55%{
      transform: rotate(-30deg);
    }
    5%,15%,25%,35%,45%{
      transform: rotate(-20deg);
      background:url(../images/basic/ico_bell_2.png) no-repeat;
    }
    10%,20%,30%,40%,50%{
      transform: rotate(-30deg);
      background:url(../images/basic/ico_bell_3.png) no-repeat;
    }
}

/*.open-notice*/

.bell-notice{
  position: relative;
  display: inline-block;
}
.bell-notice .bell{
  /*color:#ff922c;*/
  color: #4c4c4c;
  display: inline-block;
  border:solid 2px #ffffff;
  border-bottom: 0px;
  border-radius: 3px;
  width: 66px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  height:99px;
  line-height: 98px;
}
.bell-notice .notice{
  display: none;
}
.open-notice .ico-bell{
  background:url(../images/basic/ico_bell_1.png) no-repeat;
  background:url(../images/basic/ico_bell_1.gif) no-repeat\9;
}
.open-notice .bell{
  border:solid 2px #f4f4f4;
  border-bottom: 0px;
  color: #ff922c;
}
.open-notice .notice{
  display: block;
  width: 205px;
  border:solid 2px #f4f4f4;
  border-radius: 0 10px 10px 10px;
  position: absolute;
  left: 0px;
  top: 99px;
  background: #ffffff;
}
.head-768 .bell-notice .bell{
  height: 78px;
  line-height: 76px;
}
.head-768 .open-notice .notice{
  top: 78px;
}
.ul-notice li{
  background: url(../images/basic/dashed_line.png) repeat-x 0  bottom;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.ul-notice li:last-child{
  background:none;
}
.ul-notice li:hover{
  background:#f3fbff;
  padding-top: 2px;
  margin-top: -2px;
}
.no-notice .ul-notice li:hover{
  background: #ffffff;
}
.ul-notice li:first-child:hover{
  padding-top: 0px;
  margin-top: 0px;
}
.ul-notice li a,.no-notice .ul-notice li span{
  text-decoration:none!important;
  padding: 0 8px;
  display:block;
  margin: 0!important;
  color: #6e6e6e;
}
.ul-notice li span{
  text-align: center;
}
.ul-notice li a .fc-orange{
  color: #ff8400;
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.bell-bottom.open-notice .bell{
  border-bottom:solid 2px #f4f4f4;
  border-top: 0px!important;
  line-height: 101px;
}
.bell-bottom.open-notice .notice{
  top: auto;
  border-radius: 10px 10px 10px 0;
  bottom: 99px;
}
.head-768 .bell-bottom.open-notice .bell{
  line-height: 80px;
}
.head-768 .bell-bottom.open-notice .notice{
  bottom: 78px;
}
/*bell-notice end*/
/*head end*/
/*footer start*/
.footer-wrap .foot-h{
  height: 200px;
}
.footer{
  margin-top: 80px;
  border-top: solid 1px #e1e1e1;
  background: #f7f7f7;
  min-height: 199px;
}
.footer,.footer a{
  color: #777777;
}
.footer .wrap{
  text-align: center;
  font-size: 13px;
  padding:50px 0 20px;
}
.footer-link-list{
  padding: 0 0 5px 0;
}
.footer-link-list a{
  margin:  0 10px;
}
.footer-line1{
  padding: 0 0 20px 0;
}
/*footer end*/
/*pop-login start*/
.pop-login .pop_head{
  text-align: center;
}
.pop-login .pops1_con{
  min-height: 310px;
  height: auto!important;
  height: 310px;
}
.login-box-wrap{
  /*width: 368px;*/
  width: 390px;
  margin: 0 auto;
  padding-top: 45px;
  font-size: 14px;
}
.login-box-wrap .tel{
  color: #797979;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
}
.login-box-wrap .form-list1{
  padding-bottom: 0px;
}
.login-box-wrap .form-list1 .li:last-child,
.login-box-wrap .form-list1 .li{
  padding-bottom: 15px;
/*   min-height: 60px;
 */
}
.login-box-wrap .btn-wrap1{
  margin: 0 0 20px;
}
.login-box-wrap .form-top-error{
  min-height: 30px;
  margin: 0px;
  padding-top:10px;
}
.login-box-wrap .form-top-error .error:before{
  content: '/';
  margin: 0 5px;
}
.login-box-wrap .form-top-error .error:first-child:before{
  content:'';
  margin: 0;
}
.popUp .login-box-wrap{
  padding-top:0px;
}
.register-server  .form-list1 .li:last-child,
.register-server  .form-list1 .li{
  min-height:auto;
  padding-bottom: 18px;
}

.login-box-wrap .form-list1 .li .li-title{
  font-size: 16px;
  color: #535353;
  padding: 0 0 12px 0;
}
.login-box-wrap .form-list1 .li .sub{
  font-size: 12px;
  padding: 8px 0 0 0;
}
.login-box-wrap .form-list1 .li,
.login-box-wrap .btn-wrap1{
  padding-top: 10px;
  padding-bottom: 25px;
}
/*pop-login end */
/*main*/
.main{
  padding-top: 40px;
}
/*ebox*/
.ebox-1{
  background: #f3f3f3;
  padding: 24px 65px;
  width: 600px;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.tab-s1{
  background: url(../images/basic/line_gray.jpg) repeat-x 0 center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #6c6c6c;
}
.tab-s1 .title{
  padding: 0 10px 0 0;
  background: #f3f3f3;
  display: inline-block;
}
.tab-s2,
.tab-s6{
  background: url(../images/basic/line_orange.jpg) repeat-x 0 center;
  margin:20px 0 25px;
  font-size: 24px;
  color: #ff7b00;
  text-align: center;
}
.tab-s2 .title,
.tab-s6 .title{
  padding: 0 25px;
  background: #f3f3f3;
  display: inline-block;
}
.tab-s6{
  background: url(../images/basic/line_gray.jpg) repeat-x 0 center;
  font-size: 26px;
  color: #ff922c;
}
.tab-s6 .title{
  background: #ffffff;
}
.tab-s6 .title p{
  color: #535353;
  font-size: 28px;
}
.tab-s6 .title p span{
  font-size: 36px;
}
.tab-s6 .title p.sub{
  font-size: 16px;
  color: #bdbdbd;
  padding: 5px 0 15px 0;
}
/*.nav-site*/
.nav-site{
  padding-bottom: 32px;
}
.nav-site h1{
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}
.nav-site,.nav-site a.cur{
  color: #3e3e3e;
}
.nav-site a{
  color: #898989;
}
.nav-site  h1{
  font-size: 12px;
  color: #3e3e3e;
  font-weight: 300;
  display: inline-block;
}
.g-map .wrap{
  background: url(../images/basic/g_map.jpg) no-repeat center 100px;
  min-height: 830px;
  margin-bottom: -80px;
}
.g-map .title{
  color: #898989;
  font-size: 30px;
  padding: 168px 0 95px;
  text-align: center;
}
.area-list,.area-list a{
  color: #676767;
}
.area-list a{
  text-decoration: underline;
}
.area-list li{
  float: left;
  width: 6%;
  text-align: center;
  margin: 0 0.845% 38px;
}

/*合作伙伴*/
.partner{
  width: 1180px;
  margin: 20px auto 0 auto;
}
.partner h5{
  margin: 0px 0 24px 10px;
}
.partner ul li{
  display: inline-block;
  margin: 0 3.35% 21px 10px;
  text-align: left;
}
.partner ul li a{
  color: #9f9f9f;
  text-decoration: none;
}


/*user_head 1 start*/
.user_head_box{
  display:inline-block;
  position: relative;
}
.user_head{
  border-radius:100px;
  width:111px;
  height: 111px;
  display:inline-block;
  position: relative;
  overflow: hidden;
}
.user_head .radiushaed,
.user_head .preview_head_img{
  width: 100%;
  height: 100%;
}
.user_head .radiushaed{
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background:url(../images/default/radiushaed_1.png) no-repeat;
  z-index: 1;
}
.user_head .preview_head_img,
.user_head .single_pickfiles{
  border-radius:1000px;
}
/*user_head 2 start*/
.user_head.s2{
  width:81px;
  height: 81px;
}
.user_head.s2 .radiushaed{
  background: url(../images/default/radiushaed_2.png) no-repeat;
}
/*user_head 3 start*/
.user_head.s3{
  width:35px;
  height: 35px;
}
.user_head.s3 .radiushaed{
  background: url(../images/default/radiushaed_3.png) no-repeat;
}
/*user_head 5 start*/
.user_head.s5{
  width:40px;
  height: 40px;
}
.user_head.s5 .radiushaed{
  background: url(../images/default/radiushaed_5.png) no-repeat;
}
/*user_head 6 start*/
.user_head.s6{
  width:83px;
  height: 83px;
}
.user_head.s6 .radiushaed{
  background: url(../images/default/radiushaed_6.png) no-repeat;
}
/*user_head 7 start*/
.user_head.s7,
.service_head_ftp .user_head{
  width:119px;
  height: 119px;
}
.user_head.s7 img,
.service_head_ftp .user_head  img{
  width:113px;
  height: 113px;
  margin: 3px;
}
.user_head.s7 .radiushaed,
.service_head_ftp .user_head .radiushaed{
  background: url(../images/default/radiushaed_7.png) no-repeat;
}
/*user_head 8 start*/
.user_head.s8,
.basic-info-edit .user_head{
  width:125px;
  height: 125px;
}
.user_head.s8 img,
.basic-info-edit .user_head img{
  width:113px;
  height: 113px;
  margin: 6px;
}
.user_head.s8 .radiushaed,
.basic-info-edit .user_head .radiushaed{
  background: url(../images/default/radiushaed_8.png) no-repeat;
}

/*user_head 9 start*/
.user_head.s9{
  width:68px;
  height: 68px;
}
.user_head.s9 .radiushaed{
  background: url(../images/default/radiushaed_9.png) no-repeat;
}
/*single_pickfiles start*/
.user_head #single_result,
.user_head .cell,
.user_head .cell .single_img_box,
.user_head #single_pickfiles,
.user_head .single_pickfiles{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.user_head #single_pickfiles{
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
/*single_pickfiles end*/
/*.tips-1*/
.btn-more-s1{
  text-align: center;
  color: #829fc3;
  margin: 25px auto;
  cursor: pointer;
  display: block;
  width: 56px;
}
.btn-more-s1 p{
  text-align: center;
}
.tips-1{
  display:block;
  text-align: center;
}
.tips-1 .up{
  display: inline-block;
  width:30px;
  height:30px;
  background:url(../images/basic/arrow_more.png) no-repeat;
  background-position: center 20%;
  z-index:15;
  pointer-events:none;
  animation: arrMove 0.5s ease-in-out 0.1s infinite alternate;
  -moz-animation: arrMove 0.5s ease-in-out 0.1s infinite alternate;
  -webkit-animation: arrMove 0.5s ease-in-out 0.1s infinite alternate;
  -o-animation: arrMove 0.5s ease-in-out 0.1s infinite alternate;
  margin: 1px auto 0;
}
@keyframes arrMove {
  0% {background-position: center 20%;}
  50% {background-position: center 40%;}
  100% {background-position: center 60%;}
}

@-moz-keyframes arrMove {
  0% {background-position: center 20%;}
  50% {background-position: center 40%;}
  100% {background-position: center 60%;}
}

@-webkit-keyframes arrMove {
  0% {background-position: center 20%;}
  50% {background-position: center 40%;}
  100% {background-position: center 60%;}
}

@-o-keyframes arrMove {
  0% {background-position: center 20%;}
  50% {background-position: center 40%;}
  100% {background-position: center 60%;}
}

/*first_give pop表单 首次送点*/
.first_give{
  text-align: center;
}
/*point-not-enough pop表单 首次送点*/
.point-not-enough,
.first_give,
.payment-end{
  text-align: center;
  font-size: 14px;
}
.point-not-enough .txt-s2,
.first_give .txt-s2{
  font-size: 16px;
  padding: 20px 0 0 0;
}
.payment-end{
  line-height: 35px;
}
/*leave_point*/
.leave_point,
.need_point,
.give_point,
.give_price{
  color:#ff922c;
  margin: 0 5px;
  display: inline-block;
  font-size: 18px;
}

.loading-wrap .loading-txt{
  text-align: center;
  color: #7f7f7f;
  font-size: 14px;
  padding: 25px 0 0 0;
}
/*amin*/
.anim-loading{
  text-align: center;
}
.anim-loading i{
  background-image: url(../images/basic/anim_loading.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  width:51px;
  height: 63px;
  display: inline-block;
  margin: 0 3px;
  pointer-events:none;

}
.anim-loading i:nth-child(1){
  animation: animLoading 0.5s ease-in-out 0s infinite alternate;
  -moz-animation: animLoading 0.5s ease-in-out 0s infinite alternate;
  -webkit-animation: animLoading 0.5s ease-in-out 0s infinite alternate;
  -o-animation: animLoading 0.5s ease-in-out 0s infinite alternate;

}
.anim-loading i:nth-child(2){
  animation: animLoading 0.5s ease-in-out 0.3s infinite alternate;
  -moz-animation: animLoading 0.5s ease-in-out 0.3s infinite alternate;
  -webkit-animation: animLoading 0.5s ease-in-out 0.3s infinite alternate;
  -o-animation: animLoading 0.5s ease-in-out 0.3s infinite alternate;
}
.anim-loading i:nth-child(3){
  animation: animLoading 0.5s ease-in-out 0.5s infinite alternate;
  -moz-animation: animLoading 0.5s ease-in-out 0.5s infinite alternate;
  -webkit-animation: animLoading 0.5s ease-in-out 0.5s infinite alternate;
  -o-animation: animLoading 0.5s ease-in-out 0.5s infinite alternate;
}
@keyframes animLoading {
  0% {background-position: center 0px;}
  50% {background-position: center 20px;}
  100% {background-position: center 40px;}
}

@-moz-keyframes animLoading {
  0% {background-position: center 0px;}
  50% {background-position: center 20px;}
  100% {background-position: center 40px;}
}

@-webkit-keyframes animLoading {
  0% {background-position: center 0px;}
  50% {background-position: center 20px;}
  100% {background-position: center 40px;}
}

@-o-keyframes animLoading {
  0% {background-position: center 0px;}
  50% {background-position: center 20px;}
  100% {background-position: center 40px;}
}
/*anim_loading2*/
.page-loading{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -45px;
  z-index: 100000;
}
.anim_loading2{
  background: url(../images/basic/anim_loading2_bg.png) no-repeat 0 0;
  width: 91px;
  height: 76px;
}
.anim_loading2 .loading-con{
  text-align: center;
  padding:53px 0 0 0;
  color: #ffffff;
  font-size: 10px;
}
.anim_loading2 .loading-con .loading-anim{
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  margin-left: 2px;
  width: 14px;
  overflow: hidden;
  text-align: left;
}
.anim_loading2 .loading-con .loading-anim span{
  width: 100%;
  display: inline-block;
  overflow: hidden;

  animation: animLoading2 0.6s ease-in-out 0s infinite alternate;
  -moz-animation: animLoading2 0.6s ease-in-out 0s infinite alternate;
  -webkit-animation: animLoading2 0.6s ease-in-out 0s infinite alternate;
  -o-animation: animLoading2 0.6s ease-in-out 0s infinite alternate;
}
@keyframes animLoading2 {
  0% {width: 100%;}
  50% {width: 60%;}
  50% {width: 60%;}
  100% {width:30%;}
}

@-moz-keyframes animLoading2 {
  0% {width: 100%;}
  50% {width: 60%;}
  50% {width: 60%;}
  100% {width:30%;}
}

@-webkit-keyframes animLoading2 {
  0% {width: 100%;}
  50% {width: 60%;}
  50% {width: 60%;}
  100% {width:30%;}
}

@-o-keyframes animLoading2 {
  0% {width: 100%;}
  50% {width: 60%;}
  50% {width: 60%;}
  100% {width:30%;}
}
.js_coordinate_map_wrap{
  position: relative;
}
.js_coordinate_map_wrap .anim_loading2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -45px;
}
/*fancybox start*/
.fancybox-close{
    right: 18px!important;
    top: 18px!important;
    background: url(../images/basic/basic.png) no-repeat -56px -24px!important;
    width: 20px!important;
    height: 20px!important;
}
.fancybox-skin {
    padding: 55px!important;
    background: #3a3a3a!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}
.fancybox-next{
    padding: 0 40px 0 0!important;
    right: -40px!important;
}
.fancybox-prev{
    padding: 0  0 0 40px!important;
    left: -40px!important;
}
.fancybox-nav span {
  background: url(../images/basic/fancybox_page.png) no-repeat!important;
  top: 50%!important;
  width: 18px!important;
  height: 42px!important;
  margin-top: -21px!important;
  visibility: visible!important;
}
.fancybox-prev span {
  left: 0px!important;
  background-position: 0 0px!important;
}
.fancybox-next span {
  right: 0px!important;
  background-position: -18px 0px!important;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.0)!important;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.0)!important;
}
/*fancybox end*/
/*pop-weixin-pay start*/
.pop-weixin-pay{
  width: 460px;
  height: 232px;
}
.pop-weixin-pay .loading-wrap{
  padding: 54px 0;
}
.pop-weixin-pay .pay-qr,
.pop-weixin-pay .pay-con{
  float: left;
}
.pop-weixin-pay .pay-qr{
  width: 208px;
  height: 232px;
  background:url(../images/basic/weixin_pay_bg.png) no-repeat 23px 23px;
}
.pop-weixin-pay .pay-qr img{
  width: 148px;
  height: 148px;
  margin: 52px 0 0 38px;
}
.pop-weixin-pay .pay-con{
  width: 242px;
  height: 232px;
  text-align: center;
  font-size: 14px;
  padding: 0 5px;
}
.pop-weixin-pay .pay-con .pay-score{
  padding: 62px 0 12px 0;
}
.pop-weixin-pay .pay-con .pay-price{
  padding: 0 0 20px 0;
}
.pop-weixin-pay .pay-con .txt-s1{
  padding: 0 0 5px 0;
}
.pop-weixin-pay .pay-con .pay-price,
.pop-weixin-pay .pay-con .txt-s1{
  font-size: 16px;
}
.pop-weixin-pay .pay-con .score{
  color: #ff922c;
  font-size: 18px;
  margin: 0 3px;
}
.pop-weixin-pay .pay-con .total_price{
  color: #ff2222;
  font-size: 20px;
  margin: 0 3px;
}
/*pop-weixin-pay end*/

/*上传头像*/
.preview-head{
  width: 150px;
  height: 150px;
  border: solid 6px #f0f1f6;
  border-radius: 100px;
}
/*public file start*/
.area-list li,
.ellipsis{
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;/* IE/Safari */
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;/* Opera */
-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
/*placeholder*/
.placeholder{
  color: #a7a7a7!important;
  font-family: "微软雅黑"!important;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #a7a7a7!important;
  font-family: "微软雅黑";
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7!important;
  font-family: "微软雅黑";
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #a7a7a7!important;
  font-family: "微软雅黑";
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #a7a7a7;
  font-family: "微软雅黑";
}
/*form ele start*/

.form-control,.form-control.code{
  display: inline-block;
  font-family: "微软雅黑";
  border: solid 1px #c4c4c4;
  color: #4f4f4f;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #ffffff;
}
textarea.form-control{
  height: 70px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn{
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 20px;
  font-family: "微软雅黑";
  cursor: pointer;
}
.btn,.btn:hover{
  text-decoration: none;
}

.form-control:focus,input#code:focus,textarea:focus {
  border-color: #ff932e;
  outline: 0;
}
.proxy_select .form-control:focus{
  border-color: #c4c4c4;
}
.btn[disabled],.btn[disabled]:hover{
  background-color: #d3d3d3;
  border-color: #c6c5c5;
  color: #f5f5f5;
}
/*.btn*/
.btn-sxx,.control-sxx{
  font-size: 14px;
  height: 24px;
  line-height:24px;
  margin: 0 6px;
  padding: 0 10px;
}
a.btn-sxx{
  height: 22px;
  line-height:22px;
}
.btn-sx,.control-sx{
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 0 6px;
  padding: 0 10px;
}
a.btn-sx{
  height: 24px;
  line-height: 24px;
}
.btn-smx,.control-smx{
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 6px;
  padding: 0 10px;
}
a.btn-smx{
  height: 26px;
  line-height: 26px;
}
.btn-smm,.control-smm{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 10px;
  padding: 0 15px;
}
a.btn-smm{
  height: 28px;
  line-height: 28px;
}
.btn-ssm,.control-ssm{
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin: 0 10px;
}
a.btn-ssm{
  height: 30px;
  line-height: 30px;
}
.btn-sm,.control-sm{
  font-size: 1rem;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  margin: 0 10px;
}
a.btn-sm{
  height: 32px;
  line-height: 32px;
}
.btn-lm,.control-lm{
  font-size: 22px;
  height: 40px;
  line-height: 40px;
}
a.btn-lm{
  height: 38px;
  line-height: 38px;
}
.btn-lg,.control-lg{
  font-size: 22px;
  height: 42px;
  line-height: 42px;
}
a.btn-lg{
  height: 40px;
  line-height: 40px;
}
.btn-link{
  background-color: transparent;
  border-color: transparent;
  color: #0089fe;
  padding: 0px;
  margin: 0 8px;
}
.btn-r1{
  border-radius: 15px;
}
.btn-r2{
  border-radius: 15px;
}
.btn-r3{
   border-radius:20px;
}
/*btn color*/
.btn-orange{
  background-color: #ff922c;
  border-color: #ff922c;
  color: #ffffff;
}
.btn-orange:hover{
  background-color: #fe7b00;
  border-color: #fe7b00;
  color: #ffffff;
}
.btn-orange2{
  background-color: #f6a860;
  border-color: #f6a860;
  color: #ffffff;
}
.btn-orange2:hover{
  background-color: #ff942f;
  border-color: #ff942f;
  color: #ffffff;
}
.btn-orange3{
  border: 1px solid #ff9727;
  background: #fffbf6;
  color: #ff8400;
}
.btn-gray{
  background-color: #f7f7f7;
  border-color: #cdcdcd;
  color: #727272;
}
.btn-gray:hover{
  background-color: #e9e9e9;
  color: #727272;
}
.btn-gray2{
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  color: #ffffff;
  font-size: 18px;
}
.btn-gray2:hover{
  background-color: #939393;
  border-color: #939393;
  color: #ffffff;
}
.btn-gray3{
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  color: #ffffff;
  font-size: 18px;
}
.btn-gray3:hover{
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  color: #9f9f9f;
  font-size: 18px;
}
.btn-blue{
  background-color: #00b4ff;
  border-color: #00b4ff;
  color: #ffffff;
}
.btn-blue:hover,.btn-blue[disabled],.btn-blue[disabled]:hover{
  background-color: #008dd1;
  border-color: #008dd1;
  color: #ffffff;
}
.btn-blue2{
  background-color: #72adda;
  border-color: #72adda;
  color: #ffffff;
}
.btn-blue2:hover{
  background-color: #4ba5ea;
  border-color: #4ba5ea;
  color: #ffffff;
}

.btn-blue3{
  background-color: #2fb6f3;
  border-color: #2fb6f3;
  color: #ffffff;
}
.btn-blue3:hover{
  background-color: #06a4ea;
  border-color: #06a4ea;
  color: #ffffff;
}
.btn-blue5{
  background-color: #49a8de;
  border-color: #49a8de;
  color: #ffffff;
}
.btn-blue5:hover{
  background-color: #49a8de;
  border-color: #49a8de;
  color: #ffffff;
}
.btn-blue6{
  background-color: #f6fbff;
  border-color: #45aaf8;
  color: #45aaf8;
}
.btn-green{
  background-color: #51c267;
  border-color: #51c267;
  color: #ffffff;
}
.btn-green:hover{
  background-color: #38b150;
  border-color: #38b150;
  color: #ffffff;
}
.btn-trans1{
  background-color: #ffffff;
  border-color: #4e4e4e;
  color: #4e4e4e;
}
.btn-trans1:hover{
  background-color: #ffffff;
  border-color: #008dd1;
  color: #008dd1;
}
.btn-trans2,
.btn-trans2:hover{
  background-color: #ffffff;
  border-color: #929292;
  color: #616161;
}

.btn-trans2:active,
.btn-trans2.cur,
.btn-trans2.cur:hover{
  background-color: #ffffff;
  border-color: #ff8400;
  color: #ff8400;
}
/*.btn-trans2:hover{
  border-color: #ff8400;
  color: #616161;
}*/

.btn-trans3{
  background-color: #fafafa;
  border-color: #a6c3eb;
  color: #7a92b4;
}
.btn-trans3:hover{
  background-color: #d0f2fe;
  color: #7a92b4;
}
.tag-list1 .btn-trans3.cur{
  background-color: #6ca3f3;
  border-color: #6ca3f3;
  color: #ffffff;
}
.btn-trans5{
  background-color: transparent;
  border-color: #4791ca;
  color: #4791ca;
}
.btn-trans5:hover{
  background-color: transparent;
  border-color: #2470ab;
  color: #2470ab;
}

/**/


.form-control.code{
  float: left;
}
.btn-send{
  font-size: 12px;
  border-radius: 0px;
  float: left;
  width: 126px;
  padding: 0 3px!important;
  height: 40px;
  line-height: 40px;
}

/*error*/
input.error,textarea.error,select.error,.form-control.error{
  border-color: #ff0303;
  color: #ff0000;
}
.radio_other_text.error,
.checkbox_other_text.error,
.select_other.error{
  color: #373737;
}
.no_error{
  border-color: #c4c4c4!important;
  color: #4f4f4f!important;
}
.form-top-error{
  color: #ff0000;
  line-height: 20px!important;
  margin: 0 0 15px;
}
p.error{
  background: url(../images/basic/ico_error.png) no-repeat 0 12px;
  color: #ff0000;
  padding: 10px 0 0 22px!important;
  min-height: 20px;
  height: auto!important;
  height: 20px;
  line-height: 20px!important;
}
.proxyinput_group p.error{ margin-left: 10px;}
.textarea-error.err{
  color: #ff0000;
}

/*.proxy start*/
.proxy_select + .select_other{
  margin-top: 10px;
}
.proxy_select .option_group li{
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis; /*IE/Safari*/
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;/* Opera */
-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
/*proxy_select*/
.proxy_select,.proxy_select .option_group{
  background: #ffffff;
}
.proxy_select{
  position: relative;
  z-index: 10;
  display: inline-block;
}
.proxy_select .proxy_sel_hide{
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 0px;
}
/*.proxy_select i {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 0px;
    width: 0px;
    font-size: 0px;
    vertical-align: middle;
    border-top: solid 6px #000000;
    border-left: solid 6px #ffffff;
    border-right: solid 6px #ffffff;
    margin-top: -3px;
}*/
.proxy_select .proxy-txt{
  background: #ffffff url(../images/basic/ico_arrow_sel_down.png) no-repeat right center;
  padding-right: 37px;
}
.proxy_select .proxy-txt.arrow-up{
  background: #ffffff url(../images/basic/ico_arrow_sel_up.png) no-repeat right center;
}

.proxy_select .option_group{
  display: none;
  position: absolute;
  max-height: 200px;
  overflow: auto;
  left: 0px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.proxy_select .option_group li{
  line-height: 20px;
  padding: 3px 10px;
  cursor: pointer;
  color: #373737;
}
.proxy_select .option_group li:hover,.proxy_select .option_group li.cur{
  background: #f7f7f7;
}
/*sel_v2*/
.sel_v2 .proxy_select{
 float: left;
}
.radio_other_text,
.checkbox_other_text{
  border:0px;
  background: transparent;
  height: 19px;
  line-height: 19px;
}
.radio_other_text::-webkit-input-placeholder,
.checkbox_other_text::-webkit-input-placeholder { /* WebKit browsers */
    color: #373737!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.radio_other_text:-moz-placeholder,
.checkbox_other_text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #373737!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.radio_other_text::-moz-placeholder,
.checkbox_other_text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #373737!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.radio_other_text:-ms-input-placeholder,
.checkbox_other_text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #373737!important;
    font-family: "微软雅黑";
    font-size: 14px;
}

.checked .radio_other_text::-webkit-input-placeholder,
.checked .checkbox_other_text::-webkit-input-placeholder { /* WebKit browsers */
    color: #a7a7a7!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.checked .radio_other_text:-moz-placeholder,
.checked .checkbox_other_text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a7a7a7!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.checked .radio_other_text::-moz-placeholder,
.checked .checkbox_other_text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a7a7a7!important;
    font-family: "微软雅黑";
    font-size: 14px;
}
.checked .radio_other_text:-ms-input-placeholder,
.checked .checkbox_other_text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a7a7a7!important;
    font-family: "微软雅黑";
    font-size: 14px;
}





.proxyinput{
  padding:10px 12px 10px 42px;
  min-height: 14px;
  height: auto!important;
  height: 14px;
  border: solid 1px #c4c4c4;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.proxyinput_group .proxyinput:nth-child(2n){ margin-left: 10px;}

.proxyinput.checked{
  border: solid 1px #72d1ff;
}
/*proxyinput checkbox*/
.proxyinput.proxy-checkbox{
  background-color: #ffffff;
  background-image: url(../images/basic/checkbox.png);
  background-repeat: no-repeat;
  background-position: 12px center;
}
.proxyinput.proxy-checkbox.checked{
  background-color: #c3ecff;
  background-image: url(../images/basic/checkbox_checked.png);
}
.proxyinput.proxy-radio{
  background-color: #ffffff;
  background-image: url(../images/basic/radio.png);
  background-repeat: no-repeat;
  background-position: 12px center;

}
.proxyinput.proxy-radio .l-urgent{
  color:red;
  margin-left:5px;
}
.proxyinput.proxy-radio.checked{
  background-color: #c3ecff;
  background-image: url(../images/basic/radio_checked.png);
}

.info-basic-wrap .edit_box .proxy-checkbox,
.proxyinput.s2{
  border: 0px;
  background-color: transparent;
  padding: 0px 0px 0px 32px;
  margin-bottom: 0px;
}
.info-basic-wrap .edit_box .proxy-checkbox{
  float: right;
}
.proxyinput.s2.checked{
  background-color: transparent;
}
/*.select_pop*/
.select_pop{
  display: inline-block;
}
.select_pop .js_pop_text{
  background: #ffffff url(../images/basic/ico_arrow_sel_down.png) no-repeat right center;
  padding-right: 37px;
}
.head .select_pop .js_pop_text{
  background:#ffffff url(../images/basic/ico_arrow_pop.png) no-repeat right center;
  padding-right: 25px;
}

/*.proxy end*/

/*.form-list1-w1*/
.form-list1-w1{
	padding-top:40px;
}
.form-list1 .ele-wrap{
  width: 100%;
  position: relative;
}
.form-list1 .ele-price .ico-price{
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 40px;
  padding: 0 0 0 12px;
  font-size: 16px;
  color:#ff7b00;
}
.form-list1 .ele-price .form-control{
    padding: 0 0 0 30px;
}
/*.form-list1-w1 元素宽度 start*/
.form-list1-w1 .form-control{
  width: 568px;
}
.form-list1-w1 .radio_other_text,
.form-list1-w1 .checkbox_other_text{
  width: 235px;
}
.form-list1-w1 .proxyinput_group,
.form-list1-w1 .proxy_select,
.form-list1-w1 .select_pop{
   width: 100%;
}
.form-list1-w1 .proxy_select .form-control,
.form-list1-w1 .select_pop .form-control{
  width: 546px;
}
.form-list1-w1 .sel_v2 .proxy_select{
  width:295px;
}
.form-list1-w1 .sel_v2 .proxy_select .form-control{
  width:241px;
}
.form-list1-w1 .sel_v2 .proxy_select.lv1{
  margin-right: 10px;
}
/*.proxyinput_group*/
.form-list1-w1 .proxyinput_group{
  margin-top: -10px;
}
.form-list1-w1 .proxyinput{
  width: 239px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.form-list1-w1 .btn-wrap1 input.btn{
  width: 600px;
}

.form-list1-w1 .add-imglist1 .cell,
.form-list1-w1 .add-imglist1 .cell-img img,
.form-list1-w1 .add-imglist1 .btn-ftp1{
  height:70px;
  width:70px;
  display: inline-block;
}

.form-list1-w1 .add-imglist1 .btn-ftp1{
  background:#dddddd url(../images/basic/ico_add_2.png) no-repeat center center;
}
.form-list1-w1 .add-imglist1{
  margin-left: -16px;
  margin-top: -16px;
}
.form-list1-w1 .add-imglist1 .cell{
  display: block;
  float: left;
  position: relative;
  margin:16px 0 0 16px;
}
.js_formEle_address textarea.form-control{
  height: 40px;
}
/*.form-list1-w1 元素宽度 end*/

/*.form-list1-w2 368 元素宽度 start*/
.form-list1-w2{
  width: 390px;
}
.form-list1-w2 .form-control{
  width: 358px;
}
.btn-wrap1.btn-pop-login-wrap{
  padding-bottom: 5px;
}
.btn-login{
  padding: 0px;
  width: 390px;
}
.form-list1-w2 .form-control.code{
  width: 222px;
  margin-right: 10px;
}
.form-list1 .li:last-child{
  padding-bottom: 0px;
}

.form-list1 .li .error{ display:none}
.form-list1 .li .none{ display:none !important}
/*.form-list1-w2 元素宽度 end*/
/*.form-list1-w3 368 元素宽度 start*/
.form-list1-w3{
  width: 420px;
}
.form-list1-w3 .form-control{
  width: 388px;
}
.form-list1-w3 .form-control.code{
  width: 218px;
  margin-right: 10px;
}
.form-list1-w3 .btn-send{
  width: 160px;
}

/*.form-list1-w3 元素宽度 end*/
.vali-mark{
  color: #ff7b00;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.form-list1{
  padding: 0 0 25px;
}
.add-form-list1{
  margin-top: -10px;
}
.form-list1 .li{
  padding: 0 0 15px 0;
  font-size: 14px;
}
.form-list1 .lab-title{
  font-size: 16px;
  padding: 0 0 6px 0;
  display: block;
}
.form-list1 .lab-title .sub{
  font-size: 12px;
  color: #535353;
}
/*coordinate-radius  start*/
.coordinate-radius .ele-wrap{
  float: left;
  width: 295px;
  height: 40px;
}
.coordinate-radius .ele-wrap .form-control{
  width: 263px;
}
/*.radius-slider*/
.coordinate-radius .radius-slider-wrap{
  margin-left: 10px;
  position: relative;
  padding: 0 0 0 40px;
  width: 255px;
}
.form-list1-w6 .coordinate-radius .radius-slider-wrap{
  margin-left: 0px;
  margin-top: 30px;
  height: 30px;
}
/*radius start*/
.coordinate-radius .radius-slider-wrap .radius-title{
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 10px;
  color: #7e7e7e;
}
.coordinate-radius .radius-slider-wrap .ui-slider{
  padding-top: 19px;
}
/*ui-slider start*/
.ui-slider{
  padding-top: 15px;
}
.ui-slider .ui-slider-track{
  position: relative;
  overflow: visible;
  background: #dbdbdb;
  height: 4px!important;
  border-radius: 4px!important;
}
.ui-slider .ui-btn-active{
  background: #4ab1f2;
  height: 100%;
  border-radius: 6px!important;
}
.ui-slider-track .ui-slider-handle{
  width: 18px!important;
  height: 18px!important;
  position: absolute;
  z-index: 2;
  top: 0px;
  margin: -7px 0 0 -9px;
  cursor: pointer;
  display: inline-block;
}

.ui-slider-track .ui-slider-handle .handle-circle{
  width: 14px;
  height: 14px;
  border: solid 2px #4ab1f2!important;
  border-radius: 100px!important;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ui-slider-track .ui-slider-handle .handle-text{
  background: #ffffff;
  border: solid 1px #ababab;
  border-radius: 5px;
  height: 15px;
  line-height: 15px;
  width: 42px;
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  margin: 0 0 0 -13px;
  position: relative;
  text-align: center;
  color: #7e7e7e;
  top: -36px;
}
.ui-slider-track .ui-slider-handle .handle-text:after{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 6px;
  display: inline-block;
  background: url(../images/basic/ui_slider_handle_text_bg.png) no-repeat 0  bottom;
}
/*
.ui-slider{
  position: relative;
  margin-top: 13px;
}
.ui-slider .ui-slider-range,
.ui-slider{
  background: #dbdbdb;
  height: 6px!important;
  border-radius: 6px!important;
}
.ui-slider .ui-slider-range{
  background: #4ab1f2;
  position: absolute;
  z-index: 1;
  top: 0px;
}
.ui-slider .ui-slider-handle{
  width: 12px!important;
  height: 12px!important;
  border: solid 3px #4ab1f2!important;
  border-radius: 100px!important;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: 0px;
  margin: -6px 0 0 -9px;
  cursor: pointer;
}
.handle-text{
  background: #ffffff;
  border: solid 1px #ababab;
  border-radius: 5px;
  height: 18px;
  line-height: 18px;
  width: 50px;
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  margin: -28px 0 0 -20px;
  position: relative;
  text-align: center;
  color: #7e7e7e;
}
.handle-text:after{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(../images/basic/ui_slider_handle_text_bg.png) no-repeat;
}*/
/*radius end*/
.coordinate_map{
  width: 100%;
  height: 108px;
  border: solid 1px #c7c7c7;
  margin-top: 10px;
}
.coordinate-two .ele-wrap{
  float: left;
  width: 295px;
  height: 40px;
}
.coordinate-two .ele-wrap .form-control{
  width: 263px;
}
.coordinate-two .ele-wrap.second-ele{
  margin-left: 10px;
}
.form-list1-w6 .coordinate-two .ele-wrap.second-ele{
  margin-left: 0px;
  margin-top: 10px;
}
.drive-distance{
  color:#54a0dc;
  font-size: 11px;
}
.ico-drive{
  width: 17px;
  height: 15px;
  background: url(../images/basic/ico_drive.png) no-repeat!important;
  margin: -2px 5px 0 0;
}
.ico-distance{
  width: 17px;
  height: 17px;
  background: url(../images/basic/ico_distance.png) no-repeat!important;
  margin: -2px 5px 0 0;
}
.drive-distance p{padding-top: 10px;}
#service_need_distance{
  margin-right: 8px;
}
/*coordinate-radius  end*/
/*.form-list1 .tips-info*/
.form-list1 .tips-info{
  color: #9b9b9b;
  font-size: 11px;
}
.form-list1 .tips-info .ico{
  margin: -3px 6px 0 0;
}
.form-list1-w6 .form-list1 .tips-info{
  display: block;
  margin: 3px 0;
}
/*.tips-helptext start*/
.tips-helptext{
  display: inline-block;
  position: relative;
  margin:-2px 0 0 5px;
}
.tips-helptext:hover{
  z-index: 1001;
}
.tips-helptext .ico-tips-helptext{
  width: 16px;
  height: 16px;
  background: url(../images/basic/tips_helptext.png) no-repeat 0 0;
  margin: -4px 0 0 -3px;
  cursor: pointer;
}
.tips-helptext .tips-pop{
  position: absolute;
  top: 25px;
  left: 0px;
  border: solid 1px #f8e1d3;
  background: #ffffff;
  color: #f18e82;
  border-radius: 6px;
  display: block;
  white-space:nowrap;
  padding:10px 15px;
  font-size: 11px;
  line-height: 22px;
  display: none;
  z-index: 1001;
}
.tips-helptext:hover .tips-pop{
  display: block;
}
.tips-helptext .tips-pop i{
  width: 10px;
  height: 13px;
  background: url(../images/basic/tips_helptext_i.png) no-repeat 0 0;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 50%;
  margin: 0 0 0 -5px;
}
/*.tips-helptext end*/
/*.add-imglist1 start*/
.add-imglist1{
  margin-left: -30px;
  margin-top: -25px;
}
.add-imglist1 .cell{
  display: block;
  float: left;
  position: relative;
  margin:25px 0 0 30px;
}
.add-imglist1 .btn-ftp1,
.add-imglist1 .cell,
.add-imglist1 .cell-img img{
  height:125px;
  width: 125px;
  display: inline-block;
}
.add-imglist1 .cell a{ display: inline-block;}
.add-imglist1 .cell-del{
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}
.add-imglist1 .cell-del .txt-del{
  display: none;
}
.add-imglist1 .btn-ftp1{
  background:#dddddd url(../images/basic/ico_add.png) no-repeat center center;
  cursor: pointer;
}
/*.service-wrap .add-imglist1*/
.service-wrap .add-imglist1{
  margin-left: -20px;
  margin-top: -20px;
}

.service-wrap .add-imglist1 .cell{
  margin:20px 0 0 20px;
}
.service-wrap.add-imglist1 .btn-ftp1,
.service-wrap .add-imglist1 .cell,
.service-wrap .add-imglist1 .cell-img img{
  height:120px;
  width: 120px;
  display: inline-block;
}
/*.add-imglist1 end*/
/*bl_hour_min start*/
.bl_hour_min_pop{
  border: solid 1px #c4c4c4;
  position: absolute;
  z-index: 1100;
  background: #ffffff;
}

.bl_hour_min_pop .pop_lv_wrap {
    width: 100%;
    z-index: 1;
    position: relative;
    width: 294px;
    font-size: 14px;
}
.bl_hour_min_pop .pop_lv {
    overflow-y: scroll;
    float: left;
    height: 160px;
}
.bl_hour_min_pop  .bl_calendar_th{
    width: 80px;
}
.bl_hour_min_pop li{
    height: 32px;
    line-height: 32px;
}
.bl_hour_min_pop  .bl_calendar_th li{
  text-align: center;
  cursor: pointer;
}
.bl_hour_min_pop  .bl_calendar_th li:hover,
.bl_hour_min_pop  .bl_calendar_tm li:hover span{
   background: #f4f4f4;
}
.bl_hour_min_pop  .bl_calendar_th li.cur,
.bl_hour_min_pop  .bl_calendar_tm li.cur span{
  background: #72d1ff;
}
.bl_hour_min_pop  .bl_calendar_tm{
  width: 200px;
  padding: 0px 0 0px 13px;
  height: 150px;
}
.bl_hour_min_pop  .bl_calendar_tm li {
    width: 43px;
    height: 32px;
    line-height: 32px;
    float: left;
    display: inline-block;
    cursor: pointer;
    padding: 0!important;
    margin: 0px!important;
}
.bl_hour_min_pop  .bl_calendar_tm li span {
    width: 100%;
    text-align: center;
    padding: 2px 0;
    border-radius: 3px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0px!important;
    cursor: pointer;
}
/*bl_hour_min end*/
.ico{
  background: url(../images/basic/basic.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.ico-horn{
  background: url(../images/basic/ico_horn.png) no-repeat;
  width: 19px;
  height: 19px;
  margin: 0 6px 0 0;
}
.btn-horn{
  background-image: url(../images/basic/ico_horn.png);
  background-repeat: no-repeat;
  background-position:  20px center;
  padding-left: 45px;
}
.nav-right .btn-horn{
  background-position:  15px center;
  padding-left: 40px;
  padding-right: 15px;
}
.ico-add-3{
  background-image: url(../images/basic/ico_add_3.png);
  width: 14px;
  height: 14px;
}
.ico-circle{
  background: #ff3838;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  font-size: 0px;
  margin-right: 6px;

}
.nav-bar .btn-trans2{
  position: relative;
  padding: 0 12px;
}
.nav-bar .btn-trans2 .ico-circle{
  position: absolute;
  left: -3px;
  top: -3px;
}
.ico-tel-1{
  background-position: 0 -24px!important;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  margin-top: -2px;
}
.jifen-page .ebox-5 .title .tel .ico-tel-1{
  background-position: -235px -24px!important;
}
.ico-tel-2{
  background-position: -118px 0px!important;
  width: 17px;
  height: 16px;
  margin-right: 6px;
  margin-top: -2px;
}
.ico-del{
  background-position: -25px -24px!important;
  width: 20px;
  height: 20px;
}
.ico-del-2{
  background-position: -92px -24px!important;
  width: 16px;
  height: 16px;
}

.ico-del2{
  background: url(../images/basic/ico_del2.png) no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.ico-edit-1{
  background-position: 0 0px!important;
  width: 15px;
  height: 15px;
}
.ico-address-1{
  background-position: -92px 0px!important;
  width: 12px;
  height: 17px;
  margin-right: 10px;
  margin-top: -2px;
}
.ico-service-1,.ico-jifen-1{
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: -2px;
}
.ico-service-1{
  background-position: -118px -24px!important;
}
.ico-jifen-1{
  background-position: -118px -53px!important;
}
.ico-jifen-2{
  background-position: -155px 0px!important;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -2px;
}

.ico-recomm{
  background: url(../images/basic/ico_recomm.png) no-repeat;
  width: 77px;
  height: 79px;
}
.ico-alipay,.ico-weixin{
  width: 22px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
}
.ico-alipay{
  background-position: -155px -24px!important;
}
.ico-weixin{
  background-position: -195px -24px!important;
}
.btn-pay-alipay{
  background-image: url(../images/basic/ico_pay_alipay.png);
}
.btn-pay-weixin{
  background-image: url(../images/basic/ico_pay_weixin.png);
}
.btn-pay-alipay,
.btn-pay-weixin{
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 0 0px 0 30px;
}
.ico-face-n1{
  background: url(../images/basic/ico_face_n1.png) no-repeat;
  width: 129px;
  height:127px;
}
.ico-face-n2{
  background: url(../images/basic/ico_face_n2.png) no-repeat;
  width: 137px;
  height:147px;
}
.ico-face-n3{
  background: url(../images/basic/ico_face_n3.png) no-repeat;
  width: 55px;
  height:55px;
}
.ico-verify{
  background: url(../images/basic/ico_verify.png) no-repeat;
  width: 77px;
  height:64px;
}
.ico-sale-first{
  background: url(../images/basic/ico_sale_first.png) no-repeat;
  width: 68px;
  height:58px;
}
.ico-info-1{
  background-position: -195px 0px!important;
  width: 16px;
  height:16px;
  margin: -2px 5px 0 0;
}

.ico-face-smile{
  background: url(../images/basic/l_icon_smile.png) no-repeat;
  width: 68px;
  height:81px;
}
.ico-info-red,
.ico-info-blue,
.ico-info-orange{
  background: url(../images/basic/ico_info_blue.png) no-repeat;
  width: 14px;
  height:14px;
  margin: -2px 6px 0 0;
}
.ico-info-orange{
  background: url(../images/basic/ico_info_orange.png) no-repeat;
}
.ico-info-red{
  background: url(../images/basic/ico_info_red.png) no-repeat;
}
.ico-info-blue2{
  background: url(../images/basic/ico_info_blue2.png) no-repeat;
  width: 16px;
  height:16px;
  margin: -3px 6px 0 0;
}

.ico-nofinish{
  width: 6px;
  height: 6px;
  display: inline-block;
  background: url(../images/basic/ico_nofinish.png) no-repeat;
  position: absolute;
  top: 0px;
  right: -7px;
}
.ico-back{
  width: 20px;
  height: 20px;
  background: url(../images/basic/ico_back.png) no-repeat;
}
.pop_action .ico-back{
    margin-right: 5px;
    margin-top: -2px;
}
.ico-sure{
  width:17px;
  height:17px;
  background:url(../../pc/images/basic/ico_sure.png) 0 0 no-repeat;
}
.ico-succ4{
  width:15px;
  height:15px;
  background: url(../../pc/images/basic/ico_succ4.png) 0 0 no-repeat;
}
.ico-succ-gray{
  width:15px;
  height:15px;
  background: url(../../pc/images/basic/ico_succ_gray.png) 0 0 no-repeat;
  margin:-2px 4px 0 0;
}
.ico-err {
    width:16px;
    height:16px;
    background: url(../images/basic/ico_error.png) no-repeat;
    background-size: 100% 100%;
    margin: -2px 6px 0 0;
}
/*.mp-prev,.mp-nex*/
.mp-prev,.mp-next{
  width: 27px;
  height:53px;
  font-size: 0px;
  line-height: 0px;
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
}
.mp-prev{
  background: url(../images/basic/mp_prev.png) no-repeat;
}
.mp-next{
  background: url(../images/basic/mp_next.png) no-repeat;
}
.mp-prev:hover,
.mp-next:hover{
  -moz-transform:scale(1);
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}

/*pop tips*/
.ico-tips-succ,
.ico-tips-error,
.ico-tips-warning{
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.ico-tips-succ{
  background-position: 0px -129px!important;
}
.ico-tips-error{
  background-position: -56px -129px!important;
}
#popwarning .ico-tips-error,
.ico-tips-warning{
  background-position: -118px -129px!important;
}
.ico-tips-succ2 {
  width: 35px;
  height: 35px;
  background: url(../images/basic/ico_succ2.png) no-repeat;
  margin-right: 10px;
}
.btn-left,.btn-right{
  width: 13px;
  height: 32px;
}
.btn-left{
  background-position: -25px -82px!important;
}
.btn-right{
  background-position: 0 -82px!important;
}
/*star-group*/

.star-group .ico{
    width: 20px;
    height: 20px;
}
.star-group .ico{
  background-position: -56px 0px!important;
}
.star-group .star{
  background-position: -25px 0px!important;
}
/*star-group2*/
.star-group2 .ico{
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.star-group2 .ico{
  background-position: -56px -52px!important;
}

.star-group2 .star{
  background-position: -25px -52px!important;
}
/*star-group3*/
.star-group3 .ico{
    width: 24px;
    height: 24px;
    margin-top: -2px;
}
.star-group3 .ico{
  background-position: -93px -82px!important;
}

.star-group3 .star{
  background-position: -56px -81px!important;
}
.js_star_group .ico{
  cursor: pointer;
}
.js_star_group .ico:active{
  background-position: -93px -52px!important;
}
/*star-group-c*/
.star-group-c,
.star-group-s{
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
}
.star-group-c .ico span,
.star-group-c .ico{
  background: url(../images/basic/star_c.png) no-repeat;
}
.star-group-c .ico{
  width: 27px;
  height: 25px;
  margin: -8px 4px 0;
  position: relative;
}
.star-group-c .star{
  background-position: 0 -25px!important;
}
.star-group-c .ico span{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: block;
  background-position: 0 -25px!important;
}
.star-group-c.good .ico span,
.star-group-c.good .star{
  background-position: 0 -50px!important;
}
/*star-group-s*/
.star-group-s .ico span,
.star-group-s .ico{
  background: url(../images/basic/star_s.png) no-repeat;
}
.star-group-s .ico{
  width: 19px;
  height: 18px;
  margin: -4px 3px 0;
  position: relative;
}
.star-group-s .star{
  background-position: 0 -18px!important;
}
.star-group-s .ico span{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: block;
  background-position: 0 -18px!important;
}
.star-group-s.good .ico span,
.star-group-s.good .star{
  background-position: 0 -36px!important;
}

/*pop start*/
.page-loading-popUp .gmask,
#gmask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 9999;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.page-loading-popUp .gmask{
    filter:alpha(opacity=00);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}
/*.popbody{
  height: 100%;
  overflow-y:hidden;
}*/
.popUp{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display:none;
}
.popUp .pop {
  position: fixed;
  top:50%;
  left:50%;
  z-index: 10000;
  border-radius:20px;
  border:solid 10px rgba(0,0,0,0.3);
}
.popUp .pop .pop-wrap{
   background: #ffffff;
   width: 100%;
   height: 100%;
   border-radius:10px;
   overflow: hidden;
}
.popUp .large-b,
.popUp .large{
  width: 622px;
}
.popUp .large-m{
  width: 500px;
}
.popUp .mid,
.popUp .popwarning{
  width: 460px;
}
.popUp .mid-s{
  width: 300px;
}
.popUp .mid-sx{
  width: 200px;
}
.popUp .popauto{

}
.popUp .pop_head{
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  padding: 0 20px;
  background: #ebebeb;
}
.popUp .pop_head h3{
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #515151;
}
.popUp .close,
.popTop .close{
  position: absolute;
  right: 15px;
  top: 10px;
  background: url(../images/basic/basic.png) no-repeat  -56px -24px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.popTop .close{
  right: 16px;
  top: 16px;
}

.popUp .closehide .close{
  background: none;
  height: 0px;
  width: 0px;
}
.popUp .mid .pops1_con{
  padding: 25px 50px;
  min-height: 100px;
  font-size: 16px;
  color: #515151;
  line-height: 25px;
}
.popUp .mid .pops1_con.no-head{
  padding-top: 60px;
}
.popUp .mid.closehide .pops1_con.no-head{
  padding-top: 25px;
}
.popUp .mid.poperror .pops1_con,
.popUp .mid.popsucc .pops1_con{
  padding-top: 50px!important;
  padding-bottom: 50px;
}
.popUp .pop_action .btn-gray{
  background-color: #ebf6ff;
  border-color: #77b7ec;
  color: #4e8dc1;
}
.popUp .pop_action .btn-gray:hover{
  background-color: #dcebf8;
  color: #4e8dc1;
}

.popUp .mid .pop_action{
  text-align: center;
  padding:0 0 30px;
}
.popUp .mid .pop_action .btn{
  width: 130px;
  margin: 0 10px;
  font-size: 16px;
}
.popUp .mid .pops1_con .pop_action{
  margin-bottom: -30px;
  margin-top: 30px;
}
.popUp .mid .pop_tips_wrap{
  text-align: center;
}
.popUp .mid .pop_tips_info{
  margin:25px auto 0;
  display: inline-block;
  /*text-align: left;
  position: relative;
  padding: 0 0 0 54px;*/
  line-height: 25px;
  text-align: center;
}
.popUp .mid .pop_tips_info .ico{
  /*position: absolute;
  left: 0px;
  top: -6px;*/
  vertical-align: middle;
}
.popUp .mid .pop_tips_info p{
  display: inline-block;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.popUp .mid .popnormal_succ{
  margin: 15px auto;
}
.popUp .mid .popnormal_succ .pop_tips_info{
  padding: 0 0 0 80px;
  line-height: 81px;
}
/*最新弹层 纯文本 btn ico*/
.popUp .mid .l-pop-tpl2,
.l-pop-tpl2-btn{
  text-align: center;
  padding:25px 0 0;
}
.popUp .mid .l-pop-tpl2-one,
.l-pop-tpl2-btn-one{
  padding:35px 0 0 0;
  text-align: center;
}
.popUp .mid .l-pop-tpl2-ico{
  height:115px;
  text-align: center;
  padding:25px 0 0 0;
}
.popUp .mid .l-pop-tpl2-ico p{
  display:inline-block;
  margin-left:15px;
  text-align: left;
  vertical-align: middle;
}
/*btn 单行 双行居中*/
.popUp .mid .popnormal-single-line{
  padding: 40px 0 0 0;
  text-align: center;
}
.popUp .mid .l-pop-tpl2-content{
  text-align: center;
  padding:30px 0 0;
}
.popUp .mid .l-pop-tpl2-ico .ico{
  top:0;
}
.popUp .mid .l-pop-tpl2-ico .ico-smal-fn{
  width: 68px;
  height: 81px;
  background: url(../images/basic/l_icon_smile.png)no-repeat;
}
/*pop end*/
/*.popTop start*/
.popTop{
 /* background: #f3f3f3;*/
}
.popTop .wrap{
  position: relative;
  margin: 36px auto -5px;
}
.detail-pay-question .popTop .wrap{
  margin: 20px auto;
}
.top-error-msg .wrap{
  position: relative;
  margin: 0 auto 10px;
}
.popTop .wrap .pop-con{
  line-height: 25px;
  font-size: 12px;
  padding: 21px 22px 22px 73px;
  border: solid 1px #e7cac9;
  border-radius:10px;
  background:#fdefe9 url(../images/basic/ico_erro2.png) no-repeat  24px 26px;
  color: #4c4c4c;
}
.top-error-msg .wrap .pop-con {
    padding: 12px 22px 12px 73px;
    background: #fdefe9 url(../images/basic/ico_erro2.png) no-repeat 22px 8px;
}
.popTop .wrap .pop-con .title{
  font-size: 14px;
  font-weight: bold;
}
.error-msg .wrap{
  margin: 36px auto -15px;
}
.error-msg .wrap .pop-con{
  padding: 22px 22px 22px 73px;
  background:#fdefe9 url(../images/basic/ico_erro2.png) no-repeat  22px 18px;
}
.error-msg  .close {
    right: 25px;
    top: 27px;
}
/*.popTop end*/
/*spop-wrap start*/
.spop-wrap{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spop-wrap .spop-lv1-box,
.spop-wrap .spop-lv2-box{
  float: left;
  overflow-y: auto;
}
.spop-wrap .spop-lv2-box{
  height: 375px;
}
/*.spop-lv1-box*/
.spop-wrap .spop-lv1-box{
  width: 145px;
  height: 437px;
  background: #fafafa;
}
.spop-wrap .spop-lv1-box .letter{ width: 20px; display: inline-block;}
.spop-wrap .spop-lv1-box li{
  padding: 12px 0 12px 25px;
  font-size: 16px;
  cursor: pointer;
}
.spop-wrap .spop-lv1-box li.cur,
.spop-wrap .spop-lv1-box li.cur:hover{
  background: #cff2ff;
}
.spop-wrap .spop-lv1-box li:hover{
  background: #ffffff;
}
.spop-wrap .spop-lv1-box li a,.spop-wrap .spop-lv1-box li a:hover{
  color: #585858;
  text-decoration: none;
}
.spop-wrap .spop-lv1-box li.cur a{
  color: #ff7b00!important;
}
.spop-wrap .spop-lv1-box li .num{
  color: #0094f2;
  font-size: 12px;
}
/*.spop-lv2-box*/
.spop-wrap .spop-lv2-box{
  width: 475px;
}
.spop-wrap .spop-lv2-box .spop-lv2{
  padding: 22px 17px 22px 34px;
}
.spop-wrap .spop-lv2-box li{
  float: left;
  padding:4px 3px 3px;
  display: inline-block;
  display: block;
}
.spop-wrap .spop-lv2-box li label{
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 9px;
  display: inline-block;
  font-size: 14px;
}
.spop-wrap .spop-lv2-box li.cur label,.spop-wrap .spop-lv2-box li.cur:hover label{
  background: #00b4ff;
  color: #ffffff;
}
.spop-wrap .spop-lv2-box li:hover label{
  background: #cff2ff;
}
.spop-wrap .pop_action{
  padding: 10px 10px 22px;
  width: 455px;
  background: #ffffff;
  text-align: right;
  float: right;
}
/*spop-wrap end*/
/*page-pop-s1 start*/
.page-pop1{
  height: 609px;
}
.body-768 .page-pop1{
  height: 488px;
}
.page-pop1 .spop-wrap .spop-lv1-box {
    /*width: 220px;*/
    width: 19%;
    height: 559px;
}
.body-768 .page-pop1 .spop-wrap .spop-lv1-box {
    height: 435px;
}
.page-pop1 .spop-wrap .spop-lv2-box {
    width: 81%;
    border:solid 4px #eeeeee;
    margin-left: -8px;
    border-radius: 6px;
    background: #ffffff;
    height: 551px;
}
.body-768 .page-pop1 .spop-wrap .spop-lv2-box{
    height: 427px;
}
.page-pop1 .spop-wrap .spop-lv1-box li:last-child{
  border-bottom:0px;
}
.page-pop1 .spop-wrap .spop-lv1-box li{
  border-bottom:solid 1px #ffffff;
  padding: 10px 25px;
  min-height: 21px;
}

.body-768  .page-pop1 .spop-wrap .spop-lv1-box li{
  padding: 5.3px 25px;
}
@-moz-document url-prefix(){
  .page-pop1 .spop-wrap .spop-lv1-box li{
    padding: 9.4px 25px;
  }
  .body-768  .page-pop1 .spop-wrap .spop-lv1-box li{
    padding: 4.8px 25px;
  }
}
.page-pop1 .spop-wrap .spop-lv1-box li.cur,
.page-pop1 .spop-wrap .spop-lv1-box li:hover{
  background: #ffffff;
}
.page-pop1 .spop-wrap .spop-lv1-box li.cur{
  border:solid 4px #eeeeee;
  border-right:solid 4px #ffffff;
  margin: 0 4px 0 0;
  border-radius: 8px 0px 0px 8px;
  padding: 13px 21px 13px 25px;
  position: relative;
  z-index: 2;
}
.body-768  .page-pop1 .spop-wrap .spop-lv1-box li.cur{
  padding: 6.8px 21px 6.8px 25px;
}
.page-pop1 .spop-wrap .spop-lv1-box li:last-child.cur{
  position: relative;
}
.page-pop1 .spop-wrap .spop-lv1-box li:last-child.cur:after{
  content: '';
  width:4px;
  height: 4px;
  background: #eeeeee;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.page-pop1 .spop-wrap .spop-lv1-box li:first-child.cur{
  margin: 0 4px 0 0;
  border-right:0;
}
.page-pop1 .spop-wrap .spop-lv1-box li.cur,
.page-pop1 .spop-wrap .spop-lv1-box li.cur a{
   color: #ff922c;
}
.page-pop1 .spop-wrap .spop-lv2-box .spop-lv2 {
    padding: 40px 45px 40px 45px;
}
.page-pop1 .spop-wrap .spop-lv2-box li{
    padding: 2px;
}

.page-pop1 .spop-wrap .spop-lv2-box li label{
  cursor: pointer;
  border-radius: 0px;
  min-width:116px;
  width: auto!important;
  width: 116px;
  white-space: nowrap;
  height: 53px;
  line-height: 53px;
  padding: 0 42px 0 10px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #f6f6f6;
}
.page-pop1 .spop-wrap .spop-lv2-box li.cur label,
.page-pop1 .spop-wrap .spop-lv2-box li.cur:hover label{
  color: #383838;
  background: #d5ebff url(../images/basic/page_pop1_child_cur.png) no-repeat right 0;
}

.page-pop1 .spop-wrap .spop-lv2-box li:hover label{
  background: #d5ebff;
}
.page-pop1 .spop-wrap .pop_action {
    padding: 20px 0px 0px;
    width: 100%;
}
.page-pop1 .pop_action #pop_comfirm,
.page-pop1 .pop_action #confirm_btn{
  width: 160px;
  margin-right: 0px;
}
/*page-pop-s1 end*/

/*validatePop*/
.validatePop{
  background: rgba(0,0,0,0.5);
  background-color:#a2a2a2\9; /* IE6, IE7, IE8, IE9, IE10 */
  padding: 16px;
  border-radius:8px;
  color: #ffffff;
  position: fixed;
  max-width: 90%;
  z-index: 90000;
  font-size: 16px;
  display: inline-block;
}
/*.tag-list1*/
.tag-list1{
  margin-left: -8px;
}
.tag-list1 .btn-trans3{
  margin:0px 0 14px 8px;
  width: 74px;
  white-space: nowrap;
  position: relative;
  font-size: 12px;
  padding: 0 7px;
  float: left;
}
.tag-list1 .btn-trans3 .ico-del-2{
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}
/*.service-wrap .tag-list1*/
.service-wrap .tag-list1{
  margin-left: -11px;
  padding-bottom:10px;
}
.service-wrap .tag-list1 .btn-trans3{
  margin:0px 0 14px 11px;
}

/*.tab-s3 start*/
.tab-s3 .title-s2{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #6da5d5;
  padding: 0 18px;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 16px;
  min-width: 80px;
  width: auto!important;
  width: 80px;
  vertical-align: middle;
  z-index: 2;
}
.tab-s3 .title-s2:before,
.tab-s3 .title-s2:after{
  content: "";
  position: absolute;
  display: inline-block;
}
.tab-s3 .title-s2:before{
  top: 7px;
  left: -1px;
  width: 0%;
  height: 100%;
  border-left: solid 1px #ececec;
}
.tab-s3 .title-s2:after{
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 0px;
  border-bottom: solid 7px #ececec;
  border-right: solid 7px transparent;
  padding-right: 8px;
}
.tab-s3 .title-s2 i{
  height: 0px;
  border:solid 15px #6da5d5;
  border-right-color:transparent;
  border-left: 0px;
  display: inline-block;
  position: absolute;
  right: -15px;
  z-index: 2;
}
/*.tab-s3 end*/
.ebox-3,.ebox-5{
  border-radius: 10px;
  padding:30px 30px 20px;
  margin-bottom: 20px;
}
.ebox-5.demand-basc-info{
  margin-bottom: 10px;
}
.ebox-3{
  background: #fbfbfb;
  border: solid 6px #f2f2f2;
  padding: 24px 30px;
}
.ebox-5{
  background: #f3f3f3;
}
.main .ebox-5:nth-last-child(2){
  margin-bottom: 0px;
}
.ebox-5 .tab-s3,
.ebox-3 .tab-s3{
  margin-left: -30px;
  margin-bottom: 32px;
}
.ebox-3 .tab-s3{
  margin-left: -36px;
}
.btn-edit-1{
  color: #2db3f2;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
}
.btn-edit-1 .ico-edit-1{
  margin-right: 5px;
  margin-top: -2px;
}
/*no-record1 start*/
.ebox-6{
  border: solid 6px #ededed;
  border-radius: 5px;
  padding: 40px 20px;
}
.no-record1{
  width: 670px;
  margin: 20px auto 0;
}
.no-record1 .ebox-6{
  text-align: center;
}
.no-record1 .btn{
  width: 163px;
}

.no-record1 .txt-s1{
  font-size: 22px;
  color: #5d5d5d;
  line-height: 40px;
  padding: 10px 0 0;
}
.no-record1 .txt-s2{
  color: #959595;
  font-size: 16px;
  padding: 10px 0;
}
.no-record1 .btn-wrap{
  padding: 10px 0;
}
/*no-record1 end*/
/*no-record2 start*/
.no-result{
  width: 450px;
  position: relative;
  padding: 10px 0 70px 175px;
  margin: 20px auto 0;
  min-height: 148px;
}
.no-result .face-wrap{
  position: absolute;
  left: 0px;
  top: 0px;
}
.no-result .txt-s1{
  font-size: 22px;
  color: #5d5d5d;
}
.dllist-txt1{
  color: #494949;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0 0;
}
.dllist-txt1 dt{
  font-size: 16px;
}
.dllist-txt1 a{
  color: #0090ff;
  text-decoration: underline;
}
/*no-business*/
.no-business{
  width: 670px;
  margin: 0 auto 0;
}
.no-business .ebox-6{
  padding: 0px;
}
.succ-pops1 .spop-box1{
  padding: 60px 20px;
}
.pop .succ-pops1 .spop-box1{
  padding: 40px 20px;
}
.pop .succ-pops1_2 .spop-box1{
  padding: 60px 20px;
}
.succ-pops1 .spop-box2{
  background: #f9f9f9 url(../images/basic/dashed_line2.png) repeat-x 0  0;
  padding: 35px 20px;
}
.pop .succ-pops1 .spop-box2{
  padding: 36px 20px;
}
.succ-pops1 .pop_tips_info{
  color: #5d5d5d;
  font-size: 22px;
  text-align: center;
  margin-left: -36px;
}
.succ-pops1 .pop_tips_info .txt-s2{
  text-align: center;
  color: #5d5d5d;
  font-size: 16px;
  padding: 0 0 0 70px;
  line-height: 30px;
  margin: 0 0 -5px 0;
}
.succ-pops1 .qr-box,
.succ-pops1 .qr-explain{
  float: left;
}
.succ-pops1 .qr-box{
  padding: 0 0 0 65px;
}
.pop .succ-pops1 .qr-box{
  padding: 0 0 0 55px;
}
.succ-pops1 .qr{
  background: url(../images/default/qr_bg.png) no-repeat;
  width: 155px;
  height: 155px;
  display: inline-block;
  padding: 16.5px;
}
.succ-pops1 .qr img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.succ-pops1 .qr-explain{
  padding: 25px 0 0 53px;
}
.pop .succ-pops1 .qr-explain{
  padding: 25px 0 0 35px;
}
.succ-pops1 .qr-explain .tips{
  border: solid 4px #e8e8e8;
  background: #fdfdfd;
  padding: 15px 25px;
  line-height: 36px;
  font-size: 16px;
  color: #ff922c;
  border-radius: 15px;
  margin: 0 0 10px 0;
  position: relative;
  width: 196px;
  text-align: center;
}
.succ-pops1 .qr-explain .tips i{
  background: url(../images/basic/qr_tips_bg.png) no-repeat;
  display: inline-block;
  width: 28px;
  height:22px;
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -11px;
}
.succ-pops1 .qr-explain .txt-s1{
  color: #959595;
  font-size: 14px;
}

.pop .succ-pops1.business_pop .spop-box1,
.pop .succ-pops1.demand_pop .spop-box1{
  background: url(../images/basic/demand_pop_txt.png) no-repeat center 96px;
  height: 238px;
  padding: 0px;
}
.pop .succ-pops1.business_pop .spop-box1{
  background: url(../images/basic/business_pop_txt.png) no-repeat center 96px;
}
.pop .succ-pops1.business_pop .spop-box1 .pop_tips_info,
.pop .succ-pops1.demand_pop .spop-box1 .pop_tips_info{
  margin-left: 0px;
  padding: 39px  0 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 51px;
}

/*demand_pop spop-box1*/
.pop .succ-pops1.demand_pop .spop-box1 .pop_tips_info{
  font-size: 24px;
}
/*.spop-box2*/
.pop .succ-pops1.business_pop .spop-box2,
.pop .succ-pops1.demand_pop .spop-box2{
  height: 238px;
  padding: 0px;
}
.pop .succ-pops1.business_pop .qr,
.pop .succ-pops1.demand_pop .qr{
  background: url(../images/default/qr_bg_2.png) no-repeat;
  width: 140px;
  height: 140px;
  display: inline-block;
  padding: 15px;
}
.pop .succ-pops1.business_pop .qr-box,
.pop .succ-pops1.demand_pop .qr-box{
  padding: 26px 0 0 73px;
}
.pop .succ-pops1.business_pop .qr-explain .tips,
.pop .succ-pops1.demand_pop .qr-explain .tips{
  height: 92px;
  width: 251px;
  padding: 0px;
  margin: 0 0 8px 0;
}
.pop .succ-pops1.business_pop .qr-explain .tips .tips-txt,
.pop .succ-pops1.demand_pop .qr-explain .tips .tips-txt{
  padding: 10px 0 0 0px;
  line-height: 35px;
}
.pop .succ-pops1.business_pop .qr-explain,
.pop .succ-pops1.demand_pop .qr-explain{
  padding: 49px 0 0 42px;
}
/*pages_tab 翻页*/
.pages_tab{
  padding: 50px 0 15px;
  text-align: center;
}
.pages_tab a,.pages_tab span{
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  min-width: 25px;
  text-align: center;
  margin: 0 3px 0 4px;
  background: #ffffff;
  color: #717171;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font-size: 12px;
}
.pages_tab .p_pre,.pages_tab .p_next{
  width: 62px;
  padding: 0px;
}
.pages_tab .p_un:hover,
.pages_tab .p_un{
  color: #a8a8a8;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  cursor: default;
}
.pages_tab a:hover,.pages_tab span:hover,.pages_tab .cur{
  text-decoration: none;
  background: #f3f3f3;
  color: #717171;
}
.pages_tab .cur{
  color: #f97b00;
  border-color:transparent;
  padding: 0 0;
}
/*tab-nav1*/
.basic-info-edit .tab-nav1{
  text-align: right;
}
.basic-info-edit .tab-nav1 a{
  margin: 0 0 0 25px;
  color: #189fff;
  text-decoration: underline;
  font-size: 12px;
}
.l-tenant,.l-jifen{
  display: inline-block;
  color:#535353;
  padding-left:28px;
  line-height:26px;
  text-decoration: underline;
}
.l-tenant{
  margin-right:18px;
  background: url(../images/basic/icon_tenant_l.png) left center no-repeat;
  position: relative;
}

.l-jifen{
  background: url(../images/basic/icon_jifen_l.png) left center no-repeat;
}

/*feedback-list 反馈 start*/
.feedback-list{
   padding: 40px 35px 25px;
}
.feedback-list .form-list1 {
    padding: 0 0 0;
}
.feedback-list li{
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 6px;
}
.feedback-list li .form-control{
  width: 520px;
}
.feedback-list li textarea.form-control{
  height: 130px;
}
.feedback-list .pop_action{
  text-align: right;
  padding: 10px 0 0 0;
}
.feedback-list .pop_action .btn{
  width: 142px;
  height: 36px;
  line-height: 36px;
  padding: 0px;
}
/*feedback-list 反馈 end*/


/*side-bar-rb start*/
.side-toolbar-wrap{
  position: fixed;
  right:10px;
  bottom: 90px;
  z-index: 1001;
  min-height: 164px;
}
.side-toolbar{
  border: solid 1px #dddddd;
  background: #fbfbfb;
  border-radius: 5px;
}
.side-toolbar a{
  background-image: url(../images/side_toolbar/line.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.side-toolbar a:first-child{
  background-image: none;
}
.side-toolbar,
.side-toolbar a,
.side-toolbar a .ico-img-s{
  width: 49px;
  display: inline-block;
}
.side-toolbar a .sb-hover{
  display: none;
  position: absolute;
  top: 0px;
  right: 61px;
  border: solid 1px #dddddd;
  text-align:center;
  background-color: #fff;
}
.side-toolbar a .sb-hover .tips1{
  background: url(../images/side_toolbar/tips1.png) no-repeat 0 0;
  position: absolute;
  top: 22px;
  right: -9px;
  width: 9px;
  height: 8px;
  display: inline-block;
}
.side-toolbar a .sb-hover img{
  width:140px;
  height:140px;
  margin:0 2px;
}
.side-toolbar a .rights-ensure img{
  width:57px;
  height:49px;
  margin:0;
}
.side-toolbar a .sb-hover .l-ewm-title{
  display:inline-block;
  color:#000;
  padding:0 2px 6px 2px;
  margin-top:-3px;
}
.side-toolbar a.active .sb-hover,
.side-toolbar a:hover .sb-hover{
  display: block;
}
.side-toolbar a:hover{
  background-color: #f1f1f1;
}
/*sb-app*/
.sb-app{
  width: 286px;
}
.sb-app .sb-app-download{
  display: inline-block;
  width: 140px;
  border-left:solid 1px #dddddd;
  padding: 10px 0 0;
}
.sb-app .sb-app-download:first-child{
  border-left: 0px;
}
.sb-app .sb-app-download  .app-download-qr{
  width: 119px;
  height: 119px;
}
.sb-app .app-download-title{
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #363636;
  font-size: 10px;
}
.sb-app .fc-orange{
  color: #ff8100;
}
/*side-bar-rb end*/
/*rights staart*/
.side-toolbar a .rights-ensure{
  width:171px;
  top:0;
  right:49px;
  border: solid 1px #dddddd;
  border-radius: 5px 0 0 5px;
  font-size: 0;
}
.rights-ensure .rights-block{
  width:57px;
  display: inline-block;
  background:  url(../images/side_toolbar/line_left.png) left center no-repeat;
}
.rights-ensure .rights-block:first-child{
  background:none;
}
.rights-ensure .rights-block img{
  width:57px;
}
.rights-ensure .rights-block:hover{
  background-color: #f1f1f1;
}
/*rights end*/
/*animate.css start*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*animate.css end*/
.price-range-tips{
  font-size:12px;
  color:#adadad;
}
.quote-state-c .price-range-tips{
  margin-left:10px;
}


/*index-bottom-bar*/
#js_sitBottom_wrap #js_sitBottom{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
/*index-bottom-bar start*/
.index-bottom-bar-wrap{
  height:119px;
}
.index-bottom-bar{
  height:119px;
  background:  url(../images/activity/national_1001/bg.png)  no-repeat center 0;
}
.index-bottom-bar.shansong{
  height:100px;
  background:  url(../images/shansong/shansong.jpg)  no-repeat center 0;
}
.index-bottom-bar .wrap{
  position: relative;
}
.index-bottom-bar-con{
  height:119px;
  margin:0 auto;
  position: relative;
}
.index-bottom-bar-con .l-ewm{
  display: inline-block;
  position:absolute;
  top:10px;
  left:50%;
  margin-left:185px;
  font-size: 0;
}
.index-bottom-bar-con .l-ewm-bg{
  display: inline-block;
  width:119px;
  height:102px;
  background: url(../images/activity/national_1001/activity_ewm_bg.png) 0 0 no-repeat;
  vertical-align: middle;
  border-radius: 5px;
}
.index-bottom-bar-con .l-ewm img{
  width: 94px;
  height:92px;
  background: #fff;
  border: solid 5px #d0ae5b;
  border-radius: 5px;
  position: relative;
  margin-left:-27px;
}
.index-bottom-bar-con .close{
  width:16px;
  height:16px;
  background: url(../images/activity/national_1001/ico_close.png) no-repeat;
  position: absolute;
  top:20px;
  right:28px;
  cursor:pointer;
}
/*index-bottom-bar end*/
/*coordinate-map-pop start*/
.coordinate-map-pop{
  position: relative;
  padding: 20px;
}
.coordinate-map-pop .coordinate-address-wrap .address-title{
  font-size: 14px;
  color: #5f5f5f;
}
.coordinate-map-pop .coordinate-address-wrap .coordinate_address{
  width: 255px;
  height: 26px;
  line-height: 26px;
}
.coordinate-map-pop .coordinate_map{
  height: 340px;
  margin: 15px 0 0 0;
}
.coordinate-map-pop .radius-slider-wrap{
  width: 360px;
  position: relative;
  padding: 0 0 0 40px;
  margin: 30px 0 10px 0;
}
.coordinate-map-pop .radius-slider-wrap .radius-title{
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #7e7e7e;
  font-size: 11px;
}
.coordinate-map-pop .pop_action{
  position: absolute;
  right: 20px;
  bottom: 17px;
}
.tangram-suggestion-main{
  z-index: 20000;
}
/*coordinate-map-pop end*/
/*.ico-tips-wrap自适应 pop*/
.ico-tips-wrap{
    text-align: center;
}
.ico-tips-wrap .ico-tips {
    display: inline-block;
}
.ico-tips-wrap .ico-tips .tips-con,
.ico-tips-wrap .ico-tips .ico{
    float: left;
}
.ico-tips-wrap .ico-tips .tips-con{
    text-align: left;
    padding: 16px 0 0 20px;
    line-height:55px;
    font-size: 16px;
}
.ico-tips-wrap .ico-tips .tips-con p{
    line-height: 25px;

}
/*pop-radius-notice-wrap*/
.popUp .pop-radius-notice .pops1_con{
      padding: 25px 35px;
}
.pop-radius-notice-wrap{
  margin: -25px 0 10px 0;
}
.pop-radius-notice-wrap .btn{
  margin: 0px!important;
}
.pop-radius-notice-wrap .btn-orange{
  width: 220px!important;
}
.pop-radius-notice-wrap .btn-link{
  font-size:13px!important;
  text-decoration: underline;
  color: #439be4;
  line-height: 50px;
  width: 105px!important;
  margin-left: 16px!important;
}
/*徽章start*/
.cell-poptxt{
  display: inline-block;
  margin-right:3px;
  position: relative;
  cursor:pointer;
}
.l-badge{
  font-size: 0;
  vertical-align: middle;
}
.l-badge .l-ico-badge{
  display: inline-block;
  height:21px;
  margin-right:5px;
  position: relative;
  cursor:pointer;
}
.l-badge .l-ico-badge img{
  width:auto;
  height:100%;
}
.cell-poptxt .poptxt,
.l-ico-badge .l-reputation{
  position: absolute;
  top:55%;
  left:65%;
  min-height:20px;
  line-height:20px;
  text-align: left;
  border: 1px dotted #a7a8a8;
  background-color:#fff;
  padding:0 6px;
  font-size:10px;
  color:#878787;
  border-radius:3px;
  display: none;
  z-index: 999;
  white-space:nowrap;
}
.cell-poptxt:hover .poptxt,
.l-ico-badge:hover .l-reputation{
  display: inline-block;
}
.l-ico-badge .l-badge-money{
    position: absolute;
    right:-36px;
    top: 0;
    width:38px;
    height:12px;
    line-height:12px;
    text-align: center;
    font-size:10px;
    color: #b16a00;
    border: 1px solid #d2a664;
    border-radius:2px;
    background: #ffffff;
    z-index: 1000;
    white-space: nowrap;
}
.user_head_box .l-badge{
  position: absolute;
  bottom:-4px;
  left:70%;
  z-index:2;
}
.user_head_box .l-badge .l-ico-badge{
  margin-right:0;
}
.l-ico-badge .l-intr,
.l-ico-badge .l-alert-intr{
  display: none;
}
/*.check-realname*/
.user_head_box .l-badge{
  position: absolute;
  right:0;
  bottom:0;
  z-index: 2;
}
.check-realname .user_head_box .l-badge .l-ico-badge{
  display: none;
}
.check-realname .user_head_box .l-badge .l-ico-badge[badge_name="realname"]{
  display: inline-block;
}
.check-realname .l-badge [badge_name="realname"]{
  display: none;
}

/*徽章end*/
/*租房弹层 start*/
/*租房推荐弹层*/
.popUp .house .pops1_con{
  padding:25px 40px;
  min-height:85px;
}
.popUp .house .pop_action{
  padding: 0 0 37px;
}
.popUp .house .close{
  display: none;
}
.l-recommend-pop{
  text-align: center;
  line-height:30px;
}
.popUp .house .pop_action .btn-orange{
  background-color:#ff922c;
  color:#fff;
  border: 1px solid #ff922c;
}
.popUp .house .pop_action .btn-blue{
  background-color:#ebf6ff;
  color:#4e8dc1;
  border: 1px solid #77b7ec;
  margin:0 13px;
}
/*租房弹层 end*/

/*special-form-list*/
.special-form-warp .special-form{
}

.special-form-list .lab-title{
  display: none;
}
.special-form-list .li .vali-mark{
  display: none;
}
.special-form-list .li {
    display:block;
    float: left;
    width: 100%;
}
.special-form-list .li .ele-wrap{
  position: relative;
}
.add-txt{
  position: absolute;
  right: 0px;
  top: 0;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  color: #6da5d5;
  font-size: 0.964776401rem;
}
.special-form-list textarea.form-control,
.special-form-list .form-control{
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.special-form-list .proxy_select{
  width: 100%;
}
.special-form-list textarea.form-control{
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.pl{
  padding-left: 5px!important;
}
.pr{
  padding-right: 5px!important;
}

.special-form-warp .btn-wrap1{
  text-align: right;
  padding: 0 0 50px;
}
.special-form-warp .btn-wrap1 .btn-wihte{
    background-color: #6da5d5;
    border-color: #6da5d5;
    color: #ffffff;
}
.special-form-warp .btn-wrap1 .btn.btn-blue,
.special-form-warp .btn-wrap1 .btn.btn-orange {
  height: 35px;
  line-height: 35px;
  padding: 0px;
}
.special-form-warp .btn-wrap1 .btn.btn-orange{
  width: 269px;
  font-size: 16px;
}
.special-form-warp .btn-wrap1 .btn.btn-blue {
  font-size: 13px;
  background: none!important;
  border: 0px!important;
  color: #2590ec;
  margin-left: 18px;

}
.special-form-warp .special-form{
  padding-bottom: 40px;
}
.special-form-warp  .special-form-submit{
  margin-top: -55px;
  padding-left:30px;
  padding-right:30px;
}
.special-form-warp  .special-form-submit .btn{
  width: 99px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding: 0px;
}

/*special-form-list end*/


/*searchResultDiv start*/
#searchResultDiv{
  background: #ffffff;
  border: solid 1px #cccccc!important;
  z-index: 2000;
  color: #000000;
}
.searchResultItem{
  background: #ffffff;
  line-height: 25px;
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
.searchResultItem .fc-kw{
    color:#00b4ff;
}
.searchResultItem.cur,.searchResultItem.hover,.searchResultItem:hover{
  background: #fafafa;
}
/*kw-right*/
.searchResultItem .result_right{
  color: #a8a8a8;
  float: right;
  font-size: 13px;
}
.searchResultItem .result_right .ico_result_right{
    width: 5px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/basic/ico_kw_right.png)  0 0 no-repeat;
    margin: -1px 0 0 15px;
}
#searchResultDiv .special-resultItem{
  border-bottom: solid 1px #f0f0f0;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 10px;
}
#searchResultDiv .special-resultItem .item{
  float: left;
  width: 100%;
}
#searchResultDiv .special-resultItem .item-1,
#searchResultDiv .special-resultItem .item-2,
#searchResultDiv .special-resultItem .item-3{
  color: #6da5d5;
}
#searchResultDiv .special-resultItem .item-4{
  color: #a4a4a4;
}
#searchResultDiv .special-resultItem .item-2,
#searchResultDiv .special-resultItem .item-3{
  width: 50%;
}
#searchResultDiv .special-resultItem .item-3{
  text-align: right;
}
/*searchResultDiv end*/
/*.price .has_priced .has_priced 有无房源*/
.price .has_priced,
.price .none_priced{
  font-size: 14px;
  margin: 0 0px;
}
.price .has_priced{
  color: #ff7c02!important;
}
.price .none_priced{
  color: #9a9a9a!important;
}
.text-ellipsis {
    position: relative;
}
.text-ellipsis:after {
    content: '……';
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    text-align: left;
    padding: 0 0 0 0.1em;
}
/*publish-btn*/
.company-score-link .publish-btn,
.l-recommend-hd .l-add-serve{
  border: 1px solid #ff9727;
  color:#ff9727;
  height: 22px;
  line-height:22px;
  font-size:12px;
  border-radius:12px;
  margin-right:30px;
  background: #fff url(../images/basic/icon_add_serve.png)  18px center no-repeat;
  display: inline-block;
  padding:0 0 0 30px;
  width: 66px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-align: left;
}
/*邀请报价弹层 start*/
.l-pop-quote{
  margin-top:-20px;
  text-align: center;
}
.l-quote-top .ico-smile{
  width: 68px;
    height: 81px;
    background: url(../../pc/images/basic/l_icon_smile.png) 0 0 no-repeat;
}
.l-quote-top .l-success{
  display: inline-block;
  font-size: 16px;
    color: #4c4c4c;;
  vertical-align: middle;
  margin:10px 0 0 10px;
}
.l-pop-quote .l-txt{
  color:#757575;
  font-size: 14px;
  line-height:23px;
  padding:5px 0 40px;
  text-align: center;
}
.l-pop-quote .l-txt .l-orange{
  color:#ff9727;
  margin-right:2px;
}
/*邀请报价弹层 end*/
/*seo 列表 start*/
.g-map.whole-service  .wrap{
  background: url(../images/basic/g_map2.jpg) no-repeat center 56px;
  min-height: 790px;
}
.whole-service .title{
    padding: 135px 0 95px;
}
.whole-service .area-list{
  margin-left:-5.7%;
}
.whole-service .area-list li{
  width:5.4%;
  text-align: left;
  margin:0 0 41px 5.7%;
}
.whole-service .area-list li .l-more{
  color:#1b8cff;
}
/*g-map-seve start*/
.g-map.g-map-seve .wrap{
  background: url(../images/basic/g_map3.jpg) no-repeat center 56px;
  min-height:485px;
}
.g-map-seve .title{
  padding:80px 0 50px;
}
.whole-service .area-list{
  margin-left:-7.5%;
}
.g-map-seve .area-list li{
  width:6.7%;
  text-align:center;
  margin:0 0 41px 7.5%;
}
/*seo 列表 end*/
/*.load-progress*/
.load-progress .ico-load{
  width:51px;
  height:60px;
  background: url(../images/basic/topload_down.png) no-repeat 0 0;
}
.load-progress-succ .ico-load{
  background: url(../images/basic/topload_up_bg.png) no-repeat 0 0;
  position: relative;
}
.load-progress-succ .ico-face{
  width: 100%;
  height: 100%;
  background: url(../images/basic/topload_up_face.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 2;
  animation: animTopLoad 0.25s  infinite;
  -moz-animation: animTopLoad 0.25s  infinite;
  -webkit-animation: animTopLoad 0.25s  infinite;
  -o-animation: animTopLoad 0.25s  infinite;
}
@keyframes animTopLoad {
  0% {background-position: 0 -1.5px;}
  50% {background-position: 0 1.5px;}
  100% {background-position: 0 -1.5px;}
}
@-moz-keyframes animTopLoad {
  0% {background-position: 0 -1.5px;}
  50% {background-position: 0 1.5px;}
  100% {background-position: 0 -1.5px;}
}

@-webkit-keyframes animTopLoad {
  0% {background-position: 0 -1.5px;}
  50% {background-position: 0 1.5px;}
  100% {background-position: 0 -1.5px;}
}
@-o-keyframes animTopLoad {
  0% {background-position: 0 -1.5px;}
  50% {background-position: 0 1.5px;}
  100% {background-position: 0 -1.5px;}
}

/*.load-progress*/
.load-progress .progress-txt{
  text-align: center;
  font-size: 14px;
  color: #808080;
}
.load-progress .progress-bar{
  width: 345px;
  border: solid 1px #0099d9;
  height: 16px;
  margin: 36px auto 25px;
}
.load-progress .progress-bar .pre-bar{
  height: 100%;
  background:url(../images/basic/progress_per.png) repeat-x;
  background-size: auto 100%;
  text-align: right;
}
.load-progress .progress-bar .ico-load{
  margin: -36px -25px 0 0px!important;
}
/*no_record*/
.no_record{
  text-align:center;
  padding:38px 0;
}
.service_no_record{
  padding:120px 0;
}
.no_record .no_record_con {
    background: url(../images/basic/anim_loading_over.png) no-repeat;
    display: inline-block;
    text-align: left;
    padding:42px  0 18px 85px;
    height:30px;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 30px;
}
/*接受用户协议 start*/
.accept-protocol{
  padding-bottom: 20px;
  margin-top:12px;
  font-size: 0;
}
.accept-protocol .login-accept,
.accept-protocol .service-phone,
.accept-protocol .line{
  display: inline-block;
  font-size: 12px;
  color:#000000;
  vertical-align: middle;
}
.accept-protocol .line{
  font-size: 14px;
  color:#c4c4c4;
  margin:-1px 11px 0 5px;
}
.accept-protocol .service-phone{
  color:#797979;
  padding-left:21px;
  background:url(../../pc/images/basic/ico_phone.png) left center no-repeat;
}
.accept-protocol .login-accept .user-protocol,
.accept-protocol .login-accept .user-protocol:hover{
  color:#0096ff;
  text-decoration: none;
}
/*接受用户协议 end*/
/*发布需求入口 start*/
.release-inlet-c{
  position: fixed;
  bottom:0;
  left:0;
  z-index: 999;
  width:100%;
  height:89px;
  line-height:96px;
  background:rgba(0,0,0,0.33);
}
.release-inlet-c .release-con{
  text-align: right;
  font-size: 18px;
  font-family: "微软雅黑";
  color:#ffffff;
}
.release-con .btn{
  height:36px;
  line-height:36px;
  font-size: 14px;
  padding:0 36px;
  border-radius: 20px;
}
/*发布需求入口 end*/


/*商户主页 start*/
/*.home-topbar .info-basic  .mark-score{
    position: absolute;
    top: 0.2rem;
    right:2.020474138rem;
}*/
.mark-score{
    background:url(../images/basic/mark_score.png) no-repeat;
    width: 93px;
    height: 93px;
    display: inline-block;
    margin-top: -7px;
}
.mark-score .mark-txt{
    color: #ce3838;
    text-align: center;
    width: 100%;
    -moz-transform: rotate(22deg) translate(8px,20px);
    -webkit-transform: rotate(22deg) translate(8px,20px);
    -ms-transform: rotate(22deg) translate(8px,20px);
    transform: rotate(22deg) translate(8px,20px);
}
.mark-score .txt1{
    font-size:12px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}
.mark-score .score{
    font-size: 26px;
    line-height: 28px;
}
/*商户主页 end*/
.ico-cate-hot{
  width: 25px;
  height: 17px;
  background: url(../images/basic/ico_cate_hot.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  margin-top: -10px;
  margin-left: 3px;
  vertical-align: middle;
}
/*滑动验证*/
.outer{
	position: relative;
	width: 600px;
	margin-bottom:20px;
	margin-top:10px;
	height: 30px;
	line-height: 28px;
	border:1px solid #ccc;
	background: #ccc9c9;
	float:left
}
.outer span,.filter-box,.inneryz{
	position: absolute;
	top: 0;
	left: 0;
}
.outer span{
	display: block;
	padding:0  0 0 36px;
	width: 90%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.filter-box{
	width: 0;
	height: 100%;
	background: green;
	z-index: 9;
}
.outer.act span{
	padding:0 36px 0 0;
}
.inneryz{
	width: 36px;
	height: 28px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-family: "宋体";
	z-index: 10;
	font-weight: bold;
	color: #929292;
}
.outer.act .inneryz{
	color: green;
}
.outer.act span{
	z-index: 99;
}