.pubtitle {
  width: 100%;
  text-align: center;
  margin-top: 0.23rem;
}
.pubtitle h3 {
  font-size: 0.36rem;
  font-weight: 800;
  color: #444;
}
.pubtitle p {
  font-size: 0.2rem;
  font-weight: 400;
  color: #999;
  margin-top: 0.16rem;
}
.form {
  width: 7.02rem;
  height: 7.32rem;
  margin-top: -0.6rem;
  background: url(../images/bd_bg.png) no-repeat 50%;
  background-size: 100% 100%;
  padding: 0.16rem;
  box-shadow: 0 0.08rem 0.2rem 0 rgba(202, 211, 230, 0.5);
  position: absolute;
  left: 50%;
  margin-left: -3.51rem;
}

/*单选*/
.col-2{ width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:.3rem;}
.form label{
    float: left;
    margin-top:10px;
    cursor: pointer; width:50%;
}
.form label input{
    display: none;
}
.form label .circle{
    display: block;
    line-height:40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; width:142px;
    background-color: #5a8ffa;
    position: relative; width:100%; font-size:.3rem;
}
.form label:nth-child(1) .circle{border-radius:20px 0 0 20px;}
.form label:nth-child(2) .circle{ border-radius:0 20px 20px 0;}
.form label :not(:checked)+.circle{ background-color:#dfe1e6;
    color: #333;
}
.form label :not(:checked)+.circle:after{
    display: none;
}
/*单选 结束*/

.form .tab {
  margin: 0.42rem auto 0;
  width: 5.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form .tab button {
  width: 2.89rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dfe1e6;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 0.28rem;
  font-weight: 700;
  color: #666;
  border: none;
}
.form .tab button:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.form .tab button.active {
  background: #5a8ffa;
  color: #fff;
  font-size: 0.3rem;
}
.form .inputfile {
  width: 5.9rem;
  margin: 0.24rem auto 0.3rem;
}
.form .inputfile .input-item {
  width: 5.9rem;
  height: 0.8rem;
  background: #f0f2f5;
  border-radius: 0.02rem;
  line-height: 0.8rem;
}
.form .inputfile .input-item .bg-city {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  display: inline-block;
  background: url(../images/company_icon_city.png) no-repeat 50%;
  background-size: 100% 100%;
}
.form .inputfile .input-item i {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  top: 0;
  margin: 0 0.2rem;
}
.form .inputfile .input-item i:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.34rem;
  background: #d8d8d8;
  position: absolute;
  right: -0.2rem;
  top: 0;
}
.form .inputfile .input-item input {
  border: none;
  outline: none;
  background: transparent;
  padding-left: 0.3rem;
  width: 4.1rem;
  font-size: 0.28rem;
  height: 100%;
  line-height: normal !important;
}
.form .inputfile .input-item:first-child {
  margin-bottom: 0.2rem;
}
.form .inputfile .input-item:last-child {
  margin-top: 0.2rem;
}
.form .inputfile .input-item:last-child input {
  width: 2.5rem;
  padding-right: 0.2rem;
  position: relative;
}
.form .inputfile .input-item:last-child .btn {
  float: right;
  padding-right: 0.2rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ff6c00;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border:none;
}
.form .inputfile .input-item:last-child .btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.34rem;
  background: #d8d8d8;
  position: absolute;
  left: -0.2rem;
  top: 0.25rem;
}
.form .commit {
  width: 5.9rem;
  height: 0.8rem;
  background: -webkit-linear-gradient(left, #5089fa, #2c6bea);
  background: linear-gradient(90deg, #5089fa, #2c6bea);
  box-shadow: 0 0.08rem 0.14rem 0 rgba(55, 123, 238, 0.3);
  border-radius: 0.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 700;
  color: #fff;
}
.form .commit button{ border:0; background:none; color:#fff; font-size:.40rem;}
.recommend {
  padding: 0.4rem 0.28rem;
}
.recommend .recommend-list {
  margin-bottom: 0.2rem;
  padding: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
}
.recommend .recommend-list .recommend-header {
  position: relative;
  margin-bottom: 0.24rem;
  font-size: 0;
}
.recommend .recommend-list .recommend-header .sub-title {
  display: inline-block;
  padding: 0.03rem;
  width: 0.54rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 400;
  border-radius: 0.04rem;
}
.recommend .recommend-list .recommend-header .sub-title.yellow {
  background: orange;
}
.recommend .recommend-list .recommend-header .sub-title.green {
  background: #13cb95;
}
.recommend .recommend-list .recommend-header .sub-title.orange {
  background: #ff6500;
}
.recommend .recommend-list .recommend-header .sub-title.red {
  background: #f91b0f;
}
.recommend .recommend-list .recommend-header .sub-title.white {
  background: #fff;
}
.recommend .recommend-list .recommend-header .class {
  position: absolute;
  top: 0.08rem;
  right: 0.26rem;
  font-size: 0.2rem;
  color: #999;
}
.recommend .recommend-list .company-name {
  margin-bottom: 0.27rem;
  font-size: 0.32rem;
  font-weight: 700;
  color: #333;
}
.recommend .recommend-list .company-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.43rem;
}
.recommend .recommend-list .company-list .company-item {
  margin-right: 0.3rem;
}
.recommend .recommend-list .company-list .company-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.recommend .recommend-list .company-list .company-item .num {
  margin-bottom: 0.15rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #333;
}
.recommend .recommend-list .company-list .company-item .title {
  font-size: 0.24rem;
  color: #999;
}
.recommend .recommend-list .company-list .company-item.w-2 {
  width: 50%;
}
.recommend .recommend-list .company-list .company-item.w-3 {
  width: 33%;
}
.recommend .recommend-list .service {
  position: relative;
}
.recommend .recommend-list .service .price {
  font-size: 0.22rem;
  color: #f4150b;
  font-weight: 700;
}
.recommend .recommend-list .service .price .num {
  font-size: 0.4rem;
}
.recommend .recommend-list .service .price .per {
  font-size: 0.32rem;
}
.recommend .recommend-list .service .consult-btn {
  position: absolute;
  right: 0.24rem;
  bottom: 0;
  width: 1.64rem;
  height: 0.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.52rem;
  border: none;
  font-size: 0.24rem;
  color: #377bee;
  background: transparent;
}
.recommend .recommend-list .service .consult-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #377bee;
  border-radius: 0.56rem;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.recommend .md-swiper-indicators {
  bottom: -0.2rem !important;
}
.recommend .md-swiper-indicators .md-swiper-indicator {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recommend .md-swiper-indicators .md-swiper-indicator-active {
  width: 0.2rem;
  height: 0.08rem;
  background: #377bee !important;
  border-radius: 0.04rem;
}
.button {
  width: 6.7rem;
  background: #fff;
  border: 0.02rem solid #377bee;
  box-shadow: 0 0.08rem 0.12rem 0 rgba(55, 123, 238, 0.2);
  border-radius: 0.04rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin: 0 auto;
  height:0.8rem;
}
.button div {
  width: 4.38rem;
  color: #377bee;
  font-size: 0.28rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button a {
  font-size: 0.28rem;
  font-weight: 700;
  color: #fff;
  width: 2.32rem;
  height:100%;
  background: -webkit-linear-gradient(left, #5089fa, #2c6bea);
  background: linear-gradient(90deg, #5089fa, #2c6bea);
  border-radius: 0 0.04rem 0.04rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process {
  height: 5.97rem;
  padding: 0.1rem 0 0.48rem;
  background: url(../images/jystep.png) no-repeat 50%;
  background-size: 100% 100%;
}
.advantage,
.process {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.advantage {
  height: 7.21rem;
  padding: 0 0 0.48rem;
  background: url(../images/servicesafe.jpg) no-repeat 50%;
  background-size: 100% 100%;
}
.example {
  width: 100%;
  height: 6.45rem;
  padding: 0.1rem 0.24rem 0.28rem;
  background: #ebf1f8;
}
.example .swiperx {
  margin-top: 0.39rem;
}
.example .card-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.example .card-detail .item {
  height: 4.12rem;
  width: 3.4rem;
  background: #fff;
}
.example .card-detail .item img {
  width: 100%;
  height: 1.92rem;
}
.example .card-detail .item-text {
  width: 100%;
  height: 2.2rem;
  padding: 0.27rem 0.23rem;
}
.example .card-detail .item-text h4 {
  font-size: 0.28rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.24rem;
}
.example .card-detail .item-text p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  line-height: 0.36rem;
}
.example .card-detail .item-text p span {
  font-size: 0.24rem;
  color: #ff6c00;
  line-height: 0.36rem;
  font-weight: 400;
}
.example .md-swiper-indicators {
  bottom: -0.35rem !important;
}
.example .md-swiper-indicators .md-swiper-indicator {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.example .md-swiper-indicators .md-swiper-indicator-active {
  width: 0.2rem;
  height: 0.08rem;
  background: #377bee !important;
  border-radius: 0.04rem;
}
.concat {
  width: 7.5rem;
  height: 1.12rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.16rem 0.24rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 100;
}
.concat div {
  width: 3.41rem;
  height: 0.8rem;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.concat div .x-icon {
  width: 0.34rem;
  height: 0.34rem;
  position: relative;
  top: 0.05rem;
}
.concat div.tel {
  background: #ff6c00;
}
.concat div.online {
  background: #377bee;
}
.concat div.tel a {
  color: #fff;
}
.concat div.online .dot {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background: #f4150b;
  border-radius: 50%;
  vertical-align: text-top;
  margin-left: 0.05rem;
}
.doo-dropdown-selfdefine {
  height: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.doo-dropdown-selfdefine img {
  height: 0.56rem;
  width: 0.56rem;
  text-align: center;
  border: none;
}
.doo-mask {
  display: none;
  position: fixed;
  top: 0.88rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(18, 18, 18, 0.2);
}
.doo-dropdown-menu {
  position: fixed;
  top: 1.14rem;
  right: 0.24rem;
  z-index: 100;
  min-width: 1.98rem;
  background-color: #fff;
  box-shadow: 0 0.02rem 0.06rem 0 rgba(0, 0, 0, 0.2);
  padding: 0 0.24rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
}
.doo-dropdown-menu_item {
  height: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.28rem;
  color: #333;
  border-bottom: 1px solid #eee;
}
.doo-dropdown-menu_item:last-child {
  border-bottom: none;
}
.doo-dropdown-menu_item-icon {
  height: 0.28rem;
  width: 0.28rem;
  margin-right: 0.16rem;
  background-size: 0.28rem 0.28rem;
}
.doo-dropdown-menu_item-arrw:after {
  position: absolute;
  display: block;
  content: " ";
  top: -0.14rem;
  right: 0.2rem;
  margin-left: -0.14rem;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0.14rem 0.14rem;
}
.doo-share {
  top: 0;
  right: 0;
  background: rgba(18, 18, 18, 0.2);
}
.doo-share .doo-share-warp,
.doo-share {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.doo-share .doo-share-warp {
  border-radius: 0.24rem 0.24rem 0 0;
  width: 100%;
  height: 2.34rem;
  background-color: #fff;
  padding: 0.36rem 0.24rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
.doo-share .doo-share-warp-content {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.doo-share .doo-share-warp-content::-webkit-scrollbar {
  display: none;
}
.doo-share-item {
  width: 1.2rem;
  display: inline-block;
  margin-right: 0.32rem;
}
.doo-share-item:last-child {
  margin-right: 0;
}
.doo-share-item__img {
  width: 1.14rem;
  height: 1.22rem;
  margin: 0 auto;
  display: block;
}
.doo-share-item__text {
  font-size: 0.24rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.header-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 0.88rem;
  width: 100%;
  background: #fff;
  font-size: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-weight: 600;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05);
}
.header-box .back {
  position: absolute;
  left: 0.2rem;
  top: 0;
}
.share {
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 4;
}
.ext {
  width: 100%;
  position: relative;
}
.ext-banner {
  width: 100%;
  height: 4rem;
  background: #377bee;
  position: relative;
  z-index: 0;
}
.ext-banner img {
  width: 100%;
  height: 100%;
}
.ext .copyright {
  height: 1.05rem;
  background: #ebf1f8;
  padding: 0.28rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.12rem;
}
.sale {
  margin-top: 6.25rem;
}
.x-icon {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.06rem;
}
.x-icon-tel-gray {
  background: url(../images/top_icon_tel.png) no-repeat 50%;
  background-size: 100% 100%;
}
.x-icon-tel-white {
  background: url(../images/tab_icon_tel.png) no-repeat 50%;
  background-size: 100% 100%;
}
.x-icon-online {
  background: url(../images/tab_icon_online.png) no-repeat 50%;
  background-size: 100% 100%;
}
.x-icon-bd-icon-tel {
  background: url(../images/bd_icon_tel.png) no-repeat 50%;
  background-size: 100% 100%;
}
.x-icon-bd-icon-v {
  background: url(../images/bd_icon_validation.png) no-repeat 50%;
  background-size: 100% 100%;
}
.md-toast .md-popup {
  -webkit-transform: translateZ(1rem);
  transform: translateZ(1rem);
}
iframe {
  display: none !important;
}
input {
  line-height: normal !important;
}

.select-city-bk {
  background-color: rgba(37, 38, 45, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
}

.select-city h4 {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium;
  color: #222222;
  position: relative;
  text-align: center;
  margin-bottom: 0.2rem;
}

.select-city {
  position: fixed;
  bottom: 0;
  background: #fff;
  border-radius: 0.24rem 0.24rem 0 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  box-sizing: border-box;
  padding: 0.2rem 0 0.2rem 0.25rem;
}

.select-city h4 span {
  position: absolute;
  right: 0.2rem;
  top: -0.1rem;
  font-size: 0.5rem;
  font-weight: 300;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
}

.city-list li {
  width: 1.64rem;
  height: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.08rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666;
  margin: 0 0.15rem 0.24rem 0;
}
.city-active {
  background: #f60;
  color: #fff !important;
}
.swiper-pagination3,.swiper-pagination2{
  display: flex;
  justify-content: center;
}
.swiper-pagination3 span,.swiper-pagination2 span{
  margin:0 0.04rem !important;
}
.swiper2 .swiper-wrapper{
  margin-bottom: 0.26rem;
}