@charset "UTF-8";
.yii-debug-toolbar_position_bottom {
  display: none !important;
}

i {
  display: inline-block;
}

input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
  box-shadow: none;
}

#ly-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}

.text_ov1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.pad3 {
  padding: .3rem;
}

.padtb3 {
  padding: .3rem 0;
}

.padlr3 {
  padding: 0 .3rem;
}

.mart1 {
  margin-top: .1rem;
}

.mart2 {
  margin-top: .2rem;
}

.marb3 {
  margin-bottom: .3rem;
}

.marb4 {
  margin-bottom: .4rem;
}

.fs0, .menu-navBar {
  font-size: 0;
}

.fs20 {
  font-size: .2rem;
}

.fs26 {
  font-size: .26rem;
}

.fs28 {
  font-size: .28rem;
}

.fs30 {
  font-size: .3rem;
}

.fs40 {
  font-size: .4rem;
}

.h1Title {
  font-size: .40rem;
  text-align: center;
  padding-top: .2rem;
  margin-bottom: .1rem;
}

.boxShadow, header, footer {
  box-shadow: 0rem 0 0.16rem 0.02rem #E0E0E0;
}

body {
  padding-bottom: 1.4rem;
  color: #333333;
  overflow-x: hidden;
}

/* 头部 */
header {
  position: relative;
  z-index: 999;
  min-height: 1rem;
  background: #ffffff;
  /* 顶部导航 */
}

header .top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  padding: 0 0.3rem;
  justify-content: space-between;
}

header .top .head-left i {
  vertical-align: middle;
  width: 12px;
  height: 7px;
  background: url("../images/return_02.png") no-repeat 0 0/100%;
}

header .top .head-left .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

header .top .logo img {
  width: 1.5rem;
  height: .7rem;
  margin-left: -0.6rem;
}

header .top .head-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

header .top .head-right .menu {
  width: 0.38rem;
  height: .32rem;
  background: url("../images/menu2.png") no-repeat;
  background-size: 100% 100%;
}

header .top .head-right .personal {
  margin: 0 .27rem 0 .62rem;
  width: .36rem;
  height: .4rem;
  background: url("../images/people.png") no-repeat;
  background-size: 100% 100%;
}

header .top_navigation {
  position: relative;
  font-size: .32rem;
  font-weight: bold;
  text-align: center;
}

header .top_navigation .iconfont {
  position: absolute;
  top: .3rem;
  left: .3rem;
}

#cityBox {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  padding-top: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

#cityBox li {
  width: 33.33%;
}

#cityBox li, #cityBox li a {
  display: inline-block;
  text-align: center;
}

#cityBox li a {
  background-color: #eeeeee;
  padding: .22rem .4rem;
  border-radius: 6px;
  color: #333333;
}

#cityBox li .cityCurr {
  color: #c81926;
}

/* 顶部下拉导航，金刚区 */
#menu-navBar {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
}

.menu-navBar {
  display: none;
}

.menu-navBar li {
  width: 25%;
  display: inline-block;
  text-align: center;
  padding: 0.4rem 0;
}

.menu-navBar li:nth-child(n+5) {
  margin-top: -0.2rem;
}

.menu-navBar li img {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.16rem;
}

/* 底部table */
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  background: #ffffff;
}

footer .tabBar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.16rem 0;
}

footer .tabBar li {
  width: 20%;
  display: inline-block;
  text-align: center;
  font-size: .26rem;
  color: #666666;
}

footer .tabBar li img {
  width: .5rem;
  height: .5rem;
  margin-bottom: .16rem;
}

footer .tabBar li .imgAct {
  display: none;
}

footer .tabBar li:nth-child(3) img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

footer .tabBar .liCurr {
  color: #c81926;
}

footer .tabBar .liCurr img {
  display: none;
}

footer .tabBar .liCurr .imgAct {
  display: inline-block;
}

/* 到底提示语*/
.bottomTips {
  text-align: center;
  color: #888888;
}

.bottomTips span {
  display: inline-block;
  position: relative;
  top: -.06rem;
  width: 1rem;
  height: 1px;
  background-color: #EEEEEE;
  margin: 0 .3rem;
}

/* 分页 */
.paging {
  text-align: center;
  padding: .4rem .3rem;
}

.paging img {
  width: 0.4rem;
  margin-right: .2rem;
}

.paging a {
  color: #666666;
}

.paging span {
  margin: 0 1.2rem;
}

.paging .a_no {
  color: #CCCCCC;
}

/* 关于我们顶部图片 */
.bg_index_about {
  width: 100%;
  height: 2.4rem;
  background: url("../images/bg_index_about.jpg") no-repeat;
  background-size: 100% 100%;
}

/* 首页banner */
.index_banner {
  padding: .2rem 0 0;
  height: 3.4rem;
}

.index_banner .swiper-slide {
  padding: 0 .3rem;
}

.index_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}

.index_banner .swiper-pagination-bullet-active, .index_banner .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 6px;
  height: 6px;
}

.index_banner .swiper-pagination-bullet-active {
  width: 14px;
  border-radius: 8px;
}

/* 首页金刚区 */
.Vajra {
  height: 2rem;
}

.Vajra .menu-navBar {
  display: block;
}

.Vajra .menu-navBar li {
  padding-top: .3rem;
}

.Vajra .menu-navBar li img {
  width: .7rem;
  height: .7rem;
}

.Vajra .menu-navBar li a {
  color: #333333;
}

.Vajra-pagination, .useRating-pagination {
  margin-bottom: -.16rem;
}

.Vajra-pagination .swiper-pagination-bullet, .useRating-pagination .swiper-pagination-bullet {
  background-color: #eeeeee;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  margin: 0 -2px !important;
}

.Vajra-pagination .swiper-pagination-bullet-active, .useRating-pagination .swiper-pagination-bullet-active {
  width: 22px;
  position: relative;
  z-index: 5;
  background-color: #c81926;
}

.index_banner .swiper-pagination-bullet, .Vajra .swiper-pagination-bullet, .useRating .swiper-pagination-bullet {
  opacity: 1;
  filter: Alpha(opacity=100);
}

/*服务优势-----服务项目*/
.service ul {
  padding-bottom: 0;
}

.service ul img {
  width: .8rem;
  height: .8rem;
}

.service ul li {
  width: 48%;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
}

.service ul li a {
  color: #333333;
}

.service ul li p {
  color: #999999;
  line-height: 1.5;
}

.service ul li:nth-child(odd) {
  margin-right: 2%;
}

.service ul li:nth-child(even) {
  margin-left: 2%;
}

/*收费标准*/
.charging .chargingTable {
  margin: .5rem 0 .6rem;
  text-align: center;
}

.charging .chargingTable span {
  padding: .1rem .2rem;
  border-radius: 1rem;
  border: 1px solid #FFFFFF;
}

.charging .chargingTable .sp_act {
  border-color: #c81926;
  color: #c81926;
  font-size: .3rem;
}

.charging .chargingCar {
  height: 2rem;
}

.charging .chargingCar .swiper-slide {
  width: 100%;
  margin-top: -.6rem;
  text-align: center;
}

.charging .chargingCar .swiper-slide img {
  width: 100%;
  opacity: .3;
  filter: Alpha(opacity=30);
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  /* IE 9 */
  -moz-transform: scale(0.7);
  /* Firefox */
  -webkit-transform: scale(0.7);
  /* Safari 和 Chrome */
  -o-transform: scale(0.7);
  /* Opera */
}

.charging .chargingCar .swiper-slide-active img {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  /* Opera */
  opacity: 1;
  filter: Alpha(opacity=100);
}

.charging .chargingInfo {
  display: none;
}

.charging .chargingInfo .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 6px;
  color: #999999;
  text-align: center;
  margin-bottom: .2rem;
  padding: .16rem .3rem;
}

.charging .chargingInfo .info li, .charging .chargingInfo .info li h4 {
  line-height: 1.5;
}

.charging .chargingInfo .info li h4 {
  color: #333333;
}

.charging .chargingInfo .info .line {
  height: .6rem;
  margin: .1rem .3rem 0;
  border-right: 2px solid #eeeeee;
}

.charging .chargingInfo .money li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  line-height: 2;
}

.charging .chargingInfo .money li span:first-child {
  color: #666666;
}

.charging .chargingInfo .money .title h4 {
  line-height: 2;
}

.charging .chargingInfo .money .title .h4col {
  color: #c81926;
}

.charging .chargingInfo .money .title a {
  position: relative;
  top: .1rem;
  color: #c81926;
}

.charging .chargingInfo .money .title a img {
  width: .14rem;
  margin-left: .12rem;
  position: relative;
  top: -1.5px;
  vertical-align: middle;
}

.charging .chargingInfo .money .tips {
  color: #999999;
}

.charging .chargingInfo2 {
  padding-top: 0;
}

.charging .chargingInfo2 .money li {
  padding: .1rem .15rem;
  overflow: hidden;
  border-radius: 2px;
}

.charging .chargingInfo2 .money li:nth-child(even) {
  background-color: #f9f9f9;
}

.charging .chargingInfo2 .money .tips {
  background-color: #FFFFFF !important;
}

.charging .chargingInfo2 .money .title {
  margin-left: -.15rem;
}

.charging .chargingShow {
  display: block;
}

.charging #chargingInfo .chargingInfo2 {
  padding-bottom: .2rem;
}

/* 用户评价 */
.useRating {
  height: 3.96rem;
  padding: .3rem 1.2rem .4rem 0;
}

.useRating .useRating-pagination .swiper-pagination-bullet {
  height: 4px;
  margin: 0 3px !important;
}

.useRating .swiper-slide {
  padding-left: .2rem;
}

.useRating .evaluate {
  border-radius: 10px;
}

.useRating .evaluate .user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.useRating .evaluate .user .head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #EEEEEE;
}

.useRating .evaluate .user .right {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .2rem;
}

.useRating .evaluate .user .right .nametime {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: .2rem;
  justify-content: space-between;
}

.useRating .evaluate .user .right .nametime span:last-child {
  color: #999999;
}

.useRating .evaluate .user .right .stars img {
  width: .26rem;
  margin-right: 4px;
}

.useRating .evaluate p {
  line-height: 1.5;
  height: 1.4rem;
  overflow-y: auto;
}

/* 搬家案例，新闻列表*/
.leftRgithCar .listItem {
  border-bottom: 1px solid #EEEEEE;
}

.leftRgithCar .listItem a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.leftRgithCar .listItem .left {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.leftRgithCar .listItem .left h2 {
  color: #333333;
  font-size: .32rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.leftRgithCar .listItem .left .bottom {
  position: absolute;
  bottom: 0;
  line-height: 1;
  color: #999999;
}

.leftRgithCar .listItem .left .bottom span {
  margin-right: .1rem;
}

.leftRgithCar .listItem .preview {
  margin-left: .2rem;
}

.leftRgithCar .listItem .preview img {
  width: 2rem;
  height: 1.33rem;
  border-radius: 6px;
  overflow: hidden;
}

.leftRgithCar .listItem:last-child {
  border-bottom: 0;
}

/* 在线下单 */
.orderOnline {
  padding-top: 0;
}

.orderOnline .topimg {
  margin: 0 -.3rem;
}

.orderOnline .topimg img {
  width: 100%;
}

.orderOnline .litem {
  position: relative;
  top: -.9rem;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: .1rem .3rem;
}

.orderOnline .litem li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.orderOnline .litem li img {
  width: .34rem;
  margin-right: .2rem;
}

.orderOnline .litem li input {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: .2rem;
  height: .9rem;
}

.orderOnline .litem li span {
  color: #c81926;
  display: inline-block;
  min-width: 60px;
}

.orderOnline .litem li .iconfont {
  color: #999999;
}

.orderOnline .litem li:last-child {
  border-bottom: 0;
}

.orderOnline .litem .ulicon {
  padding-left: .5rem;
  background: #FFFFFF url("../images/form1.png") left center no-repeat;
  background-size: 2.4%;
}

.orderOnline .litem .order-btn {
  background-color: #c81926;
  border-radius: 6px;
  color: #FFFFFF;
  height: .8rem;
}

/* 顶部搜索 */
#topsearch {
  display: none;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
}

#topsearch, #topsearch .topinput {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}

#topsearch .topinput {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2rem .3rem;
}

#topsearch .topinput .left {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: .2rem;
  margin-right: .2rem;
  line-height: 1.2;
}

#topsearch .topinput .left i {
  color: #999999;
}

#topsearch .topinput .left input {
  width: 86%;
  margin-left: .2rem;
  background-color: transparent;
}

#topsearch ul {
  padding-top: 1.1rem;
}

#topsearch ul li {
  border-bottom: 1px solid #EEEEEE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#topsearch ul li .text {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin: 0 .2rem;
}

#topsearch ul li .text .fs26 {
  color: #99979C;
}

#topsearch ul i {
  color: #23bd23;
}

#topsearch .ulEnd i {
  color: #c81926;
}

/* 新闻详情 */
.detailBox img {
  max-width: 100%;
  height: auto!important;
}

.detailBox h1 {
  line-height: 1.8;
  font-size: .42rem;
  font-weight: bold;
}

.detailBox .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  color: #999999;
}

.detailBox .textarea {
  line-height: 1.6;
}

.detailBox .h3Title {
  font-size: .38rem;
  font-weight: bold;
}

.detailBox .relevant_wd {
  margin-left: -.3rem;
  margin-right: -.3rem;
}

.detailBox .relevant_wd li {
  height: .9rem;
  line-height: .9rem;
  border-bottom: 1px solid #EEEEEE;
}

.detailBox .relevant_wd li a {
  color: #666666;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.detailBox .relevant_wd li p {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: .2rem;
}

.detailBox .relevant_wd li .iconfont {
  color: #999999;
}

.detailBox .relevant_wd li:last-child {
  border-bottom: 0;
  margin-bottom: .1rem;
}

.detailBox .bort2 {
  border-top: .2rem solid #f4f4f4;
}

.detailBox .borb2 {
  border-bottom: .2rem solid #f4f4f4;
}

/* 搬家问答 */
.bjwdList {
  padding-bottom: 0;
}

.bjwdList a {
  display: block;
  padding: .2rem;
  color: #333333;
  border-radius: 6px;
}

.bjwdList .title, .bjwdList .desc, .bjwdList .desc2 {
  line-height: 1.5;
}

.bjwdList .title {
  font-size: .32rem;
  font-weight: bold;
}

.bjwdList .title span {
  display: inline-block;
  color: #FFFFFF;
  padding: .05rem .1rem;
  border-radius: 6px 0 6px 0;
  background-color: #c81926;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  /* IE 9 */
  -moz-transform: scale(0.7);
  /* Firefox */
  -webkit-transform: scale(0.7);
  /* Safari 和 Chrome */
  -o-transform: scale(0.7);
  /* Opera */
  margin-right: 2px;
}

.bjwdList .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bjwdList .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.bjwdList .bottom .left span {
  vertical-align: middle;
}

.bjwdList .bottom .left img {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F9F9F9;
  position: relative;
  top: -1px;
}

.bjwdList .bottom .right {
  color: #c81926;
}

.bjwdList .bottom .right span {
  position: relative;
  top: 1px;
}

/* 问答详情 */
.qaDetail .bjwdList {
  padding-bottom: .3rem;
}

.qaDetail .bjwdList .title {
  font-size: .40rem;
}


.qaDetail .answerList .userinfo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.qaDetail .answerList .userinfo img {
  width: .6rem;
  height: .6rem;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: .2rem;
  position: relative;
  top: -2px;
}

.qaDetail .answerList .userinfo .time {
  color: #666666;
}

.qaDetail .relevant_wd {
  margin: 0;
}

.gray-wrapper {
  overflow: hidden;
  background: #5b5b5b;
  color: #c5c5c5;
  font-size: .22rem;
}

.gray-wrapper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: left;
  width: 33%;
  height: 2.05rem;
  text-align: center;
}

.gray-wrapper ul li:first-child {
  margin-bottom: .2rem;
}

.gray-wrapper ul li:first-child .stressGray {
  color: #dadada;
  font-size: .42rem;
  font-weight: 600;
}

.gray-wrapper ul li:nth-child(2) p {
  line-height: .3rem;
}

.gray-wrapper ul:first-child {
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
}

.gray-wrapper ul:first-child .img {
  width: .46rem;
  height: .37rem;
  background: url("../images/diamond.png") no-repeat;
  background-size: 100% 100%;
}

.gray-wrapper ul:nth-child(2) {
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
}

.gray-wrapper ul:nth-child(3) {
  border-bottom: 1px solid #626262;
}

.gray-wrapper ul:last-child .img {
  width: .42rem;
  height: .42rem;
  background: url("../images/shield.png") no-repeat;
  background-size: 100% 100%;
}

.gray-wrapper ul:nth-child(4),
.gray-wrapper ul:nth-child(5) {
  border-right: 1px solid #626262;
}

/*登录*/
.login-wrapper {
  width: 100%;
}

.login-wrapper .dl-logo {
  margin: 1.16rem auto 1.5rem;
  width: 1.51rem;
  height: 0.7rem;
  background: url("../images/dl_logo.png") no-repeat;
  background-size: 100% 100%;
}

.login-wrapper .login-box {
  padding: 0 .56rem;
  color: #969696;
  font-size: .26rem;
}

.login-wrapper .login-box .tel {
  padding-bottom: .24rem;
  margin-bottom: .43rem;
  border-bottom: 1px solid #eeeeee;
}

.login-wrapper .login-box .tel i {
  vertical-align: middle;
  width: 0.3rem;
  height: .29rem;
  background: url("../images/dl_icon_tel.png") no-repeat;
  background-size: 100% 100%;
}

.login-wrapper .login-box .tel input {
  margin-left: .15rem;
  width: 90%;
  height: .4rem;
}

.login-wrapper .login-box .identify {
  padding-bottom: .24rem;
  margin-bottom: .61rem;
  border-bottom: 1px solid #eeeeee;
}

.login-wrapper .login-box .identify i {
  vertical-align: middle;
  width: 0.29rem;
  height: .33rem;
  background: url("../images/dl_security.png") no-repeat;
  background-size: 100% 100%;
}

.login-wrapper .login-box .identify input {
  margin-left: .15rem;
  width: 60%;
  height: .4rem;
}

.login-wrapper .login-box .identify .get-verificationCode {
  color: #646464;
}

.login-wrapper .login-box .login-btn {
  width: 6.5rem;
  height: 0.8rem;
  background: #ca161f;
  border-radius: 4px;
  color: #ffffff;
  font-size: .28rem;
  line-height: 0.8rem;
  text-align: center;
}

/*个人中心*/
.avator {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.98rem;
  background: #f5f6fa;
}

.avator img {
  margin: 0 auto .46rem;
  width: 1.8rem;
  height: 1.8rem;
}

.avator .tel {
  color: #646464;
  font-size: .36rem;
}

.personal-wrapper {
  padding: 0 .5rem 0 .6rem;
  background: #ffffff;
  color: #323232;
  font-size: .26rem;
}

.personal-wrapper a {
  color: #323232;
}

.personal-wrapper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
}

.personal-wrapper ul .lft {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personal-wrapper ul .rgt {
  width: .12rem;
  height: .18rem;
  background: url("../images/p_rgt.png") no-repeat;
  background-size: 100% 100%;
}

.personal-wrapper ul:nth-child(1) .lft i {
  margin-right: .33rem;
  width: .25rem;
  height: .30rem;
  background: url("../images/p_icon.png") no-repeat;
  background-size: 100% 100%;
}

.personal-wrapper ul:nth-child(2) .lft i {
  margin-right: .2rem;
  width: .38rem;
  height: .20rem;
  background: url("../images/p_icon01.png") no-repeat;
  background-size: 100% 100%;
}

.personal-wrapper ul:nth-child(3) .lft i {
  margin-right: .26rem;
  width: .31rem;
  height: .30rem;
  background: url("../images/p_coins.png") no-repeat;
  background-size: 100% 100%;
}

.personal-wrapper ul:nth-child(4) .lft i {
  margin-right: .24rem;
  width: .34rem;
  height: .30rem;
  background: url("../images/p_headset.png") no-repeat;
  background-size: 100% 100%;
}

.personal-wrapper ul:nth-child(5) .lft i {
  margin-right: .24rem;
  width: .34rem;
  height: .30rem;
  background: url("../images/p_headset.png") no-repeat;
  background-size: 100% 100%;
}

/*优惠券*/
.coupon-wrapper .coupon-tabBar {
  margin-bottom: .24rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 .64rem;
  height: .88rem;
  background: #ffffff;
}

.coupon-wrapper .coupon-tabBar p {
  padding: 0 .1rem;
  color: #5f5f5f;
  font-size: .3rem;
  line-height: .88rem;
}

.coupon-wrapper .coupon-tabBar .choose {
  color: #c9151e;
  border-bottom: 4px solid #c41419;
}

.coupon-wrapper .coupon-content {
  margin: 0 .3rem 0 .3rem;
}

.coupon-wrapper .coupon-content .ticket {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: .2rem;
  width: 7rem;
  height: 1.68rem;
  background: url("../images/ticket.png") no-repeat;
  background-size: 100% 100%;
}

.coupon-wrapper .coupon-content .ticket .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26%;
  color: #ff882d;
  font-size: .24rem;
  font-weight: bold;
  text-align: end;
  vertical-align: text-bottom;
}

.coupon-wrapper .coupon-content .ticket .price .stress {
  margin-left: .09rem;
  font-size: .7rem;
}

.coupon-wrapper .coupon-content .ticket .rgt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 74%;
}

.coupon-wrapper .coupon-content .ticket .rgt .msg {
  margin-left: .3rem;
}

.coupon-wrapper .coupon-content .ticket .rgt .msg .name {
  margin-bottom: .25rem;
  color: #323232;
  font-size: .3rem;
}

.coupon-wrapper .coupon-content .ticket .rgt .msg .time {
  color: #969696;
  font-size: .2rem;
}

.coupon-wrapper .coupon-content .ticket .rgt .use-btn {
  margin-right: .3rem;
  width: 1rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  color: #ff882d;
  font-size: .26rem;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #ff882d;
  box-shadow: 0px 4px 10px 0px rgba(255, 136, 45, 0.2);
}

.coupon-wrapper .coupon-content .receive .price {
  color: #ff0048;
}

.coupon-wrapper .coupon-content .receive .rgt .use-btn {
  color: #ff0048;
  border: 1px solid #ff0048;
  box-shadow: 0px 4px 10px 0px rgba(255, 0, 72, 0.2);
}

/*订单记录*/
.orderList-wrapper .orderList-tabBar {
  margin-bottom: .24rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 .64rem;
  height: .88rem;
  background: #ffffff;
}

.orderList-wrapper .orderList-tabBar p {
  padding: 0 .1rem;
  color: #5f5f5f;
  font-size: .3rem;
  line-height: .88rem;
}

.orderList-wrapper .orderList-tabBar .choose {
  color: #c9151e;
  border-bottom: 4px solid #c41419;
}

.orderList-wrapper .orderList-content .orderlist-con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  padding: .1rem 0;
  margin: 0 auto .18rem;
  width: 7.02rem;
  background: #ffffff;
  border-radius: .1rem;
}

.orderList-wrapper .orderList-content .orderlist-con img {
  margin-top: .4rem;
  width: .2rem;
  height: 2.23rem;
}

.orderList-wrapper .orderList-content .orderlist-con .panel {
  width: 85%;
  color: #323232;
  font-size: .28rem;
  overflow: hidden;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_1 {
  line-height: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_1 .success {
  color: #c31419;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_1.address_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_2 {
  line-height: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_2:last-child {
  margin-bottom: .14rem;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_3 {
  float: left;
  margin-top: .2rem;
  padding: .14rem .18rem;
  font-size: .26rem;
  border-radius: .5rem;
  margin-right: .18rem;
  margin-bottom: .12rem;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_3:last-child {
  margin-right: 0;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .address_3.success {
  color: #c31419;
  border: .01rem solid #c31419;
}

.orderList-wrapper .orderList-content .orderlist-con .panel .color {
  border: .01rem solid #dcdcdc;
  color: #323232;
}

.casedetail p {
  font-size: 0.3rem;
  line-height: 0.7rem;
  color: #848484;
}

/*快速下单其他*/
.quickOrderOther-wrapper form {
  padding: .3rem .3rem 0;
}

.quickOrderOther-wrapper form input[type="text"] {
  display: block;
  margin-bottom: .2rem;
  width: 100%;
  height: .8rem;
  font-size: .32rem;
  text-indent: .2rem;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.quickOrderOther-wrapper form .choose-btn {
  height: .8rem;
  line-height: .8rem;
  font-size: .32rem;
  text-indent: .2rem;
  background: #fff;
}

.quickOrderOther-wrapper form .choose-btn span {
  color: #9a9898;
}

.quickOrderOther-wrapper form .choose-btn input[type="radio"] {
  margin-right: .1rem;
  width: .25rem;
  height: .25rem;
  vertical-align: middle;
}

.quickOrderOther-wrapper .order {
  position: fixed;
  bottom: 1.1rem;
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #fff;
  font-size: .34rem;
  text-align: center;
  background: #ca1025;
}

/*快速下单其他详情页*/
.fileDetail {
  color: #333;
  font-size: .26rem;
  line-height: .42rem;
}

.fileDetail .con {
  margin-bottom: .35rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
}

.fileDetail .QD {
  margin: .4rem auto;
  width: 4rem;
  height: .8rem;
  line-height: .8rem;
  color: #ca1025;
  font-size: .32rem;
  text-align: center;
  border: 1px solid #ca1025;
  border-radius: .1rem;
}

/*区域列表*/
.areas-con-wrapper .areas-map-wrapper .city {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.areas-con-wrapper .areas-map-wrapper .city li {
  margin-bottom: .48rem;
  width: 25%;
  color: #323232;
  font-size: .32rem;
}

.areas-con-wrapper .areas-map-wrapper .city li i {
  margin-right: .1rem;
  width: .12rem;
  height: .12rem;
  border: 2px solid #ca161e;
  border-radius: 50%;
}

.areas-con-wrapper .areas-tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: .4rem .3rem .2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  color: #646464;
  font-size: .28rem;
}

.areas-con-wrapper .areas-tel li {
  margin-bottom: .4rem;
}

/*关于*/
.about-wrapper .content .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: .5rem 0;
}

.about-wrapper .content .title h3 {
  color: #646464;
  font-size: .45rem;
}

.about-wrapper .content .title h5 {
  color: #969696;
  font-size: .2rem;
  line-height: .42rem;
}

.about-wrapper .content .title .line {
  width: .7rem;
  height: 1px;
  border-bottom: 4px solid #ed0d23;
}

.about-wrapper .content2-wrapper {
  background: #f5f5f5;
}

.about-wrapper .con1 {
  padding: 0 .35rem;
  margin-bottom: .73rem;
  color: #646464;
  font-size: .16rem;
}

.about-wrapper .con1 .con .con-lft {
  line-height: .5rem;
  font-size: 14px;
  text-indent: 0.5rem;
}

.about-wrapper .con2 .con {
  overflow: hidden;
}

.about-wrapper .con2 .con .con-box {
  margin-bottom: .6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  float: left;
  width: 50%;
  height: 0.6rem;
}

.about-wrapper .con2 .con .con-box i {
  margin-left: .2rem;
  width: .6rem;
  height: .6rem;
  background: url("../images/about_num.png") 0 0 no-repeat/100% 100%;
  color: #ed0d23;
  font-size: .3rem;
  text-align: center;
  line-height: .4rem;
  font-style: normal;
}

.about-wrapper .con2 .con .con-box .name {
  margin-left: .15rem;
}

.about-wrapper .con2 .con .con-box .name .ch {
  margin-bottom: .08rem;
  color: #595959;
  font-size: .3rem;
}

.about-wrapper .con2 .con .con-box .name .ch .red {
  color: #ed0d23;
}

.about-wrapper .con2 .con .con-box .name .en {
  color: #969696;
  font-size: .14rem;
}

.about-wrapper .con5 .con {
  position: relative;
  height: 3.17rem;
}

.about-wrapper .con5 .con .swiper-container {
  width: 4.82rem;
  height: 2.63rem;
}

.about-wrapper .con5 .con .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-wrapper .con5 .con .swiper-container .swiper-slide img {
  width: 4.82rem;
  height: 2.63rem;
}

.about-wrapper .con5 .con .swiper-button-prev {
  width: .2rem;
  height: .35rem;
  background: url("../images/left.png") 0 0 no-repeat/100% 100%;
  outline: none;
}

.about-wrapper .con5 .con .swiper-button-next {
  width: .2rem;
  height: .35rem;
  background: url("../images/right.png") 0 0 no-repeat/100% 100%;
  outline: none;
}

.about-wrapper .con6 .con {
  padding: 0 .35rem .6rem;
}

.about-wrapper .con6 .con .con-rgt {
  color: #646464;
  font-size: .3rem;
  line-height: .5rem;
  text-indent: .5rem;
  padding-top: 0.3rem;
}

.about-wrapper .con7 .con {
  padding: 0 .32rem 0.8rem .32rem;
  overflow: hidden;
}

.about-wrapper .con7 .con ul {
  width: 25%;
  float: left;
  text-align: center;
  color: #595656;
  font-size: .12rem;
}

.about-wrapper .con7 .con ul .img {
  margin: 0 auto .28rem;
  width: .73rem;
  height: .73rem;
}

.about-wrapper .con7 .con ul:nth-child(1) .img {
  background: url("../images/about01.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con7 .con ul:nth-child(2) .img {
  background: url("../images/about02.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con7 .con ul:nth-child(3) .img {
  background: url("../images/about03.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con7 .con ul:nth-child(4) .img {
  background: url("../images/about04.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con3 #staff .swiper-container {
  width: 6.85rem;
  height: 3.78rem;
}

.about-wrapper .con3 #staff .swiper-container .swiper-slide {
  width: 6.85rem;
  height: 3.78rem;
}

.about-wrapper .con3 #staff .swiper-container .swiper-slide img {
  width: 5.85rem;
  height: 3.8rem;
  margin: 0 auto;
  display: block;
}

.about-wrapper .con3 #staff .swiper-pagination {
  position: relative;
  margin: 0.5rem 0 0.6rem 0;
}

.about-wrapper .con3 #staff .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #ca161e;
  margin-right: 0.2rem;
}

.about-wrapper .con3 #staff .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc2a1e;
  border: none;
}

.about-wrapper .con4 .con {
  padding-bottom: 0.8rem;
}

.about-wrapper .con4 .con .detail-box {
  position: relative;
  top: 0px;
  left: 0px;
  height: 2.12rem;
}

.about-wrapper .con4 .con .detail-box .detail {
  position: absolute;
  left: .5rem;
}

.about-wrapper .con4 .con .detail-box .detail .msg-box {
  padding: .2rem .2rem .23rem .24rem;
  margin-bottom: .22rem;
  display: flex;
  width: 6.5rem;
  height: 1.75rem;
  background: url("../images/bg_03.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about-wrapper .con4 .con .detail-box .detail .msg-box .red {
  margin-right: .15rem;
  color: #ed0d23;
  font-size: .3rem;
}

.about-wrapper .con4 .con .detail-box .detail .msg-box .red span {
  margin-left: .11rem;
  font-size: .16rem;
}

.about-wrapper .con4 .con .detail-box .detail .msg-box .msg {
  color: #666666;
  font-size: .22rem;
  line-height: .28rem;
  overflow: hidden;
}

.about-wrapper .con4 .con .detail-box .detail .location_pic {
  position: absolute;
  top: 95px;
  margin-left: 1.47rem;
  width: .26rem;
  height: .36rem;
  background: url("../images/location.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con4 .con .year-box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 7rem;
  margin: 0 auto;
  border-top: 1px solid #b5b5b5;
}

.about-wrapper .con4 .con .year-box .years {
  position: absolute;
  top: -4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: .14rem;
}

.about-wrapper .con4 .con .year-box .years .circle {
  margin-bottom: .12rem;
  width: .14rem;
  height: .14rem;
  background: url("../images/about_circle.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con4 .con .year-box .choose .circle {
  background: url("../images/about_circle_red.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con4 .con .year-box i {
  position: absolute;
  top: -0.14rem;
  width: .26rem;
  height: .26rem;
}

.about-wrapper .con4 .con .year-box .lft {
  background: url("../images/lft01.png") no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .con4 .con .year-box .rgt {
  right: 0px;
  background: url("../images/rgt01.png") no-repeat;
  background-size: 100% 100%;
}

.h2 {
  color: #767676;
  font-size: 0.35rem;
  text-align: center;
  padding: 0.5rem 0;
}

.h2 span {
  padding-top: 0.1rem;
  display: block;
  color: #ccc;
}

.ul li {
  width: 47%;
  float: left;
  margin: 0 0.1rem;
  text-align: center;
  height: 5rem;
  margin-bottom: 0.2rem;
  background: #f5f5f5;
  border-radius: 5px;
}

.ul li h3 {
  text-align: center;
}

.ul li p {
  color: #9f9e9e;
}

.ul img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.15rem;
}

.span {
  width: 0.5rem;
  height: 0.1rem;
  background: #c41419;
  display: block;
  margin: 0.2rem auto;
}

.intimate-nav li {
  border: 0 !important;
  margin-bottom: 0.3rem;
}

.intimate-nav li img {
  margin: 0 auto;
  display: block;
  width: 3.2rem;
  height: 2rem;
  padding-bottom: 0.1rem;
}

.intimate-nav li p {
  color: #333333 !important;
}

/*步骤*/
.buzhou {
  margin-bottom: 1rem;
}

.buzhou > div {
  width: 100%;
  height: 4.5rem;
  float: left;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.buzhou > div img {
  float: left;
  width: 40px;
  padding-top: 0.5rem;
}

.buzhou .buul {
  width: 81%;
  float: left;
  padding-top: 0.5rem;
}

.buzhou .buul li {
  width: 100%;
  background: url(../images/dian.png) no-repeat;
  padding-left: 26px;
  color: #535353;
  margin-left: 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 12px;
}

.b_title {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.b_title li {
  float: left;
  font-size: 0.4rem;
  padding: 0.2rem 0.2rem 0 0;
}

.b_title li span {
  padding-right: 0.1rem;
  color: #cb3632;
}

.p_title {
  margin: 0.2rem 0 0.5rem 0.5rem;
}

.p_title li {
  width: 100%;
  float: left;
  line-height: 37px;
  margin-top: 0.5rem;
  color: #646464;
  font-size: 0.3rem;
}

.p_title li img {
  float: left;
  padding-right: 0.2rem;
  display: block;
}

.pl {
  float: left;
  font-size: 0.3rem;
  color: #323232;
}

.pl span {
  color: #c81926;
}

.redd {
  margin-top: 0.4rem;
  background: linear-gradient(0deg, white 0%, #ff5a88 0%, #ff2a2a 0%, #ff7b7b 100%);
  border-radius: 6px;
  padding: 0.4rem 0;
  text-align: center;
}

.red h3 {
  font-size: 0.5rem;
  color: white;
}

.w33 {
  width: 25.333%;
  float: left;
  margin-left: 0.55rem;
  text-align: center;
}

.w33 .namee {
  font-size: 0.25rem;
  padding-bottom: 0.2rem;
}

.w33 .textt {
  font-size: 0.2rem;
  color: #969696;
}

.bt {
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
  margin-top: 0.4rem;
}

/*拨打电话*/
.phone {
  padding: 0.3rem 0;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.phone img {
  width: 3rem;
  height: 1.5rem;
}

.phone p {
  padding-left: 0.5rem;
  color: #c8161e;
  font-size: 0.4rem;
}

.phone p span {
  display: block;
  padding-top: 0.1rem;
  color: #666666;
  font-size: 0.3rem;
}

.hh3 {
  font-size: 0.4rem;
  color: #ca1025;
  padding: 0 !important;
}

.hh3:link {
  color: #ca1025;
  text-decoration: none;
}

.hh4 {
  font-size: 0.3rem;
  color: #666666;
  padding: 0.2rem 0;
}

.hh5 {
  color: #666666;
  font-size: 0.2rem;
}

/**************************************评论********************************/
.carousel-indicators {
  width: 100% !important;
  bottom: -0.7rem !important;
  margin-left: 0 !important;
  left: 0;
}

.carousel-indicators .active {
  background-color: #ce303f !important;
}

.carousel-indicators li {
  background-color: #d2d2d2 !important;
  border-radius: 0 !important;
  width: 1rem !important;
  background: #ccc;
  height: 2px !important;
  border: 1px solid transparent !important;
}

.capacity {
  font-size: 0.2rem;
  float: left !important;
}

/*# sourceMappingURL=index.css.map */
