
.floor {
  padding: 38px 0px 0px;
}
.floor_hd {
  margin-bottom: 20px;
}
.floor_hd .floor_hd_tit {
  display: flex;
  align-items: center;
}
.floor_hd .floor_hd_tit .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-size: 22px;
  background: #1d3251;
  border-radius: 50%;
  margin-right: 18px;
}

.floor_hd .floor_hd_tit .icon {
  margin-right: 20px;
}

.floor_hd .floor_hd_tit img {
  width: 54px;
  height: 54px;
}
.floor_hd .floor_hd_tit h4 {
  font-size: 34px;
  font-weight: bold;
}


.card-list {
  margin-left: -15px;
  overflow: hidden;
}
.card-list .card-list_item {
  width: 25%;
  margin-bottom: 20px;
  padding-left: 15px;
  float: left;
  border-radius: 8px;
}

.card-list .card-list_item .image {
  position: relative;
}
.card-list .card-list_item .image .image_cover {
  width: 100%;
  height: 0;
  /*padding-bottom: 100%;*/
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.card-list .card-list_item .image .image_cover img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-list .card-list_item .image .image_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.25)
}
.card-list .card-list_item .image .image_overlay .action {
  flex: 1;
  margin-left: 10px;
}
.card-list .card-list_item .image .image_overlay .el-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  color: #333;
  font-size: 14px;
  height: 32px;
  padding: 0px 10px;
  background-color: #1d3251;
}
.card-list .card-list_item .image .image_overlay .save-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
  padding: 0px 10px;
  border:1px solid #f5f5f5;
}
.card-list .card-list_item .image .image_overlay .save-button i {
  font-size: 18px;
  margin-right: 5px;
}
/*售馨*/
.card-list .card-list_item .image .image_overlay .save-button.sold {
  color: #1d3251;
  border-color: #1d3251;
}

/*收藏*/
.card-list .card-list_item .image .image_overlay .save-button.collect {
  color: #E82B2B;
  border-color: #E82B2B;
}

.card-list .card-list_item .image .image_tabs {
  width: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #48d6c6;
  padding: 4px 10px;
}

.card-list .card-list_item .image .image_info {
  /*position: absolute;*/
  /*bottom: 0;*/
  width: 100%;
  height: 120px;
  padding: 5px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.25)
}
.card-list .card-list_item .image .image_info span {
  display: flex;
  align-items: center;
  width: 49%;
  color: #ffffff;
  font-size: 15px;
  margin: 5px 0px;
}
.card-list .card-list_item .image .image_info span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/goods-icon-list.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.card-list .card-list_item .image .image_info span.attr:before {
  background-position: 0px 0px;
}
.card-list .card-list_item .image .image_info span.type:before {
  background-position: -20px 0px;
}
.card-list .card-list_item .image .image_info span.area:before {
  background-position: -40px 0px;
}
.card-list .card-list_item .image .image_info span.qy_type:before {
  background-position: -60px 0px;
}

.card-list .card-list_item .image .image_info span.cost:before {
  background-position: -82px 0px;
}
.card-list .card-list_item .image .image_info span.rent:before {
  background-position: -102px 0px;
}




.card-list .card-list_item .content {
  color: #ffffff;
  padding: 20px 15px;
  text-align: center;
  background-color: #666666;
}
.card-list .card-list_item .content .name {
  font-size: 18px;
  overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.card-list .card-list_item .content .desc {
  font-size: 16px;
  margin-top: 10px;
}
.card-list .card-list_item .content .price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.card-list .card-list_item .content .price span {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
}
.card-list .card-list_item .content .price span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/goods-icon-list.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-right: 4px;
}
.card-list .card-list_item .content .price span.cost:before {
  background-position: -82px 0px;
}
.card-list .card-list_item .content .price span.rent:before {
  background-position: -102px 0px;
}


.goods-title {
  margin-bottom: 30px;
}
.goods-title .name {
  float: left;
  font-size: 34px;
  font-weight: bold;
}
.goods-title .btn-group {
  float: right;
}
.goods-title .btn-group a.button {
  min-width: 100px;
  height: 36px;
  border-radius: 0;
  margin-left: 20px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}
.goods-title .btn-group a.button i {
  font-size: 22px;
  display: block;
  line-height: 20px;
  margin-right: 5px;
}
.goods-title .btn-group a.button.primary {
  color:#1d3251;
  border: 1px solid #1d3251;
}
.goods-title .btn-group a.button.danger {
  color: #E82B2B;
  border: 1px solid #E82B2B;
}

.goods-image {
  float: left;
  width: 780px;
  position: relative;
}
.goods-image .swiper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.goods-image .swiper img {
  width: auto;
  height: 100%;
}

.goods-image .bigImg {
  width: 100%;
  height: 585px;
  overflow: hidden;
  background-color: #fcfcfc;
}
.goods-image .smallImg {
  width: 680px;
  height: 100px;
  margin: 10px auto 0px;
  overflow: hidden;
  overflow: hidden;
}
.goods-image .smallImg ..swiper-slide {
  background-color: #fcfcfc;
}
.goods-image .swiper-button {
  width: 38px;
  height: 100px;
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  background-color: #474B4E;
}
.goods-image .swiper-button-next:after, 
.goods-image .swiper-button-prev:after {
  color: #ffffff;
  font-size: 22px;
}
.goods-image .swiper-button.swiper-button-prev {
  left: 0px;
}
.goods-image .swiper-button.swiper-button-next {
  right: 0px;
}


.goods-intro {
  float: right;
  width: 560px;
}
.goods-intro .summary {padding-bottom: 20px;}
.goods-intro .summary .summary-price span {
  color: #FF0D0D;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.goods-intro .summary .summary-price span.price {
  font-size: 34px;
  margin-right: 10px;
  line-height: 28px;
} 
.goods-intro .choose-wrap .li {margin-bottom: 15px; line-height: 32px; display: block; }
.goods-intro .choose-wrap .li:after {content: '';display:table;clear:both}
.goods-intro .choose-wrap .li .dt {float: left; font-size: 16px; color: #999999; }
.goods-intro .choose-wrap .li .dd {float: right; width: 460px; font-size: 16px; }
.goods-intro .choose-wrap .li .dd .tag {float: right;color: #1d3251;display: inline-flex;align-items: center;margin-left: 40px;}
.goods-intro .choose-wrap .li .dd .tag i {font-size:24px;}
.goods-intro .summary .summary-head {
  color: #1d3251;
  font-size: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: rgba(72, 214, 198, 0.1);
  margin-bottom: 20px;
}
.goods-intro .summary .summary-head i {
  display: block;
  width: 38px;
  height: 38px;
}
.goods-intro .summary .summary-desc {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
.goods-intro .summary .summary-desc p {
  font-size: 16px;
}

.goods-intro .summary .summary-contact {
  padding: 24px;
  background: rgba(72, 214, 198, 0.1);
}

.goods-intro .user-column {
  display: flex;
  align-items: center;
}
.goods-intro .user-column .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
.goods-intro .user-column .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-intro .user-column .info .name {
  font-size: 20px;
}

.goods-intro .user-column .info .star-column {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.goods-intro .user-column .info .star-column .star {
  display: block;
  width: 102px;
  height: 18px;
  margin: 0px 10px;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.goods-intro .user-column .info .star-column .star.star1{background-position:-84px 0}
.goods-intro .user-column .info .star-column .star.star2{background-position:-63px 0}
.goods-intro .user-column .info .star-column .star.star3{background-position:-42px 0}
.goods-intro .user-column .info .star-column .star.star4{background-position:-21px 0}
.goods-intro .user-column .info .star-column .star.star5{background-position:0 0;}

.goods-intro .choose-btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-intro .choose-btns a {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  color:#fff;
  font-size: 18px;
  background-color: #1d3251;
}
.goods-intro .choose-btns a + a {
  margin-left: 12px;
}
.goods-intro .choose-btns a .iconfont {
  font-size: 28px;
}
.goods-intro .choose-btns a.button.whats {
  background-color: #128c7e;
}
.goods-intro .choose-btns a.button.tel {
  background-color: #ff9500;
}
.goods-intro .choose-btns a.button.weixin {
  background-color: #1db553;
}

.popover-content {
    display: flex;
    padding: 8px 3px;
}
.popover-content .qr-code {
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 12px;
}
.popover-content .-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popover-content .main .code-text {
    color: #363a43;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.popover-content .main .copy-code {
    display: flex;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dce1e3;
    border-radius: 6px;
    overflow: hidden;
}
.popover-content .main .copy-code .codeInput-text {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    color: #363a43;
    font-size: 14px;
    padding: 0 12px;
    min-width: 124px;
    pointer-events: none;
}
.popover-content .main .copy-code .copy-btn {
    min-width: 67px;
    padding: 0 12px;
    font-size: 14px;
    color: #007aff;
    text-align: center;
    border: none;
    border-left: 1px solid #dce1e3;
    background-color: #fff;
    margin: 0;
}
.popover-content .main .phone-link {
    display: flex;
    padding-top: 10px;
}
.popover-content .main .phone-link a {
    display: flex;
    align-items: center;
}
.popover-content .main .phone-link a .iconfont {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background-color: #0fd9c2;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin-right: 5px;
}
.popover-content .main .phone-link a span {
    font-size: 16px;
    color: #0fd9c2;
    line-height: 23px;
    font-weight: 500;
}
@media all and (min-width:992px) {
  .goods-intro .choose-btns a.button.tel.mobile {
    display: none;
  }
}
@media all and (max-width:992px) {
  .goods-intro .choose-btns a.button.tel.pc {
    display: none;
  }
}

.goods-body {
  margin-top: 65px;
}
.goods-body .head {
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
}
.goods-body .head:before {
  content: '';
  display: block;
  float: left;
  width: 6px;
  height: 20px;
  background-color: #1d3251;
  border-radius: 6px;
  margin-right: 20px;
  margin-top: 5px;
}
.parameter-list {
  display: flex;
  flex-wrap: wrap;
}
.parameter-list li {
  display: flex;
  align-items: flex-start;
  width: calc(20% - 20px);
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 25px;
}
.parameter-list li:nth-child(5n) {
  margin-right: 0px;
}
.parameter-list li img {
  width: 80px;
  height: 80px;
}
.parameter-list li .text {
  float: left;
  padding-left: 35px;
  flex:1;
  overflow: hidden;
}
.parameter-list li .text span{
  font-size: 18px;
  color: #999999;
}
.parameter-list li .text p{
  font-size: 18px;
  color: #333333;
  word-wrap: break-word;
}

.service .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.service .btn-group .el-button {
  min-width: 150px;
  height: 50px;
  font-size: 18px;
}
.service .btn-group .el-button--primary.is-plain {
  background: #ffffff;
}
.service .btn-group .el-button--primary.is-plain:focus,
.service .btn-group .el-button--primary.is-plain:hover {
  background: #1d3251;
}

/*.推广*/
.extend {margin-bottom: 30px;}
.extend .alert-info {font-size: 16px;line-height: 44px;background: #F6F8FA;padding: 8px 16px;margin: 20px 0px 0px;border-radius: 3px;}
.extend .content ul {margin-top: 24px;}
.extend .content ul li {font-size: 16px;line-height: 24px;margin-top: 12px;background: url(../images/li_icon.png) no-repeat left top;padding-left: 32px;}
.vip-list {margin-bottom: 60px;}
.vip-list .vip-item-box {float: left;width: 140px;border:1px solid #dcdcdc;border-radius: 6px;}
.vip-list .vip-item-box + .vip-item-box {margin-left: 30px;}
.vip-list .vip-item-box .vip-item-wrap {padding: 25px;text-align: center;}
.vip-list .vip-item-box .vip-item-wrap .time {font-size: 16px;}
.vip-list .vip-item-box .vip-item-wrap .vip-price {color: #1d3251;font-size: 24px;margin-top: 10px;}
.vip-list .vip-item-box .vip-item-wrap .vip-price del {display: block;color: #999999;font-size: 16px;text-decoration: line-through;}
.vip-list .vip-item-box .vip-item-wrap .round {color:#fff;line-height: 30px;background-color: #1d3251;margin-top: 10px;border-radius: 3px;}
.vip-list .vip-item-box.is-checked {border-color: #1d3251;background-color: #edfbf9;}

.vip-list .vip-item-box.vip-item-cell {width: 200px}
.vip-list .vip-item-box.vip-item-cell .round {font-size: 12px;height: 40px;overflow: hidden;white-space: nowrap;}
  /*下單*/
.checkout-steps {
  padding: 10px 0px 60px;
}
.checkout-steps .step-row  {
  padding: 0px 0px 40px;
}

.checkout-steps .step-row .step-tit h4 {
  font-size: 18px;
  font-weight: bold;
}
.checkout-steps .step-row .step-tit span {
  color: #999999;
}
.checkout-steps .step-row .step-cont {
  margin-top: 30px;
}
.checkout-steps .step-row .step-cont .account-info {
  line-height: 1.75;
}
.checkout-steps .step-row .step-cont span {
  display: block;
  font-size: 16px;
}


.checkout-steps .el-checkbox__input.is-checked+.el-checkbox__label {
  color: inherit;
}
.checkout-steps .agreement {padding: 30px 0px 0px;}
.checkout-steps .agreement a {color: #1d3251;}
.checkout-steps .btn-group {
  margin-top: 10px;
}


.checkout-steps .step-payment .head {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: bold;
}
.checkout-steps .step-payment .head:before {
  content: '';
  display: block;
  float: left;
  width: 6px;
  height: 20px;
  background-color: #1d3251;
  border-radius: 6px;
  margin-right: 14px;
  margin-top: 6px;
}

.checkout-steps .step-payment .step-payment_method a {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 3px;
  border:1px solid #e0e0e0;
  margin-right: 15px;
}
.step-payment_creditcard {
  max-width: 560px;
  margin-top: 30px;
}
.step-payment_creditcard .head {

}
.step-payment_creditcard .el-input__inner {
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
}

.step-payment_creditcard .btn-group {
  margin-top: 40px;
}
.step-payment_creditcard .btn-group .el-button {
  width: 150px;
  height: 50px;
  font-size: 16px;
}


.checkout-steps .step-complete {
  padding: 30px 0px 40px;
}
.checkout-steps .step-complete .step-tit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.checkout-steps .step-complete .step-tit i {
  color: #1d3251;
  font-size: 88px;
  display: inline-block;
  vertical-align: top;
}
.checkout-steps .step-complete .step-tit .step-tit-desc {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.checkout-steps .step-complete .step-tit .step-tit-desc h4 {  
  font-weight: bold;
  margin-top: 10px;
}

.checkout-steps .step-complete .step-tit .step-tit-desc a.button.primary {
  width: 150px;
  height: 50px;
  color: #1d3251;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #1d3251;
  margin-top: 30px;
}

.checkout-steps .step-complete .step-cont .account-info {
  line-height: 1.75;
}
.checkout-steps .step-complete .step-cont span {
  display: block;
  font-size: 16px;
}


/*购物车*/
.cart-box .table-footer {background-color: #FAFAFA;display: flex;align-items: center;justify-content: space-between;margin-top: 22px;padding-left: 31px;}
.cart-box .el-checkbox .el-checkbox__input {vertical-align: top;}
.cart-box .el-checkbox .el-checkbox__inner {width: 18px;height: 18px;}
.cart-box .el-checkbox .el-checkbox__inner::after {left: 6px;top: 3px;}
.cart-box .el-checkbox .el-checkbox__label {font-size: 18px;}
.cart-box .table-footer .table-footer_cont {flex:1;overflow: hidden;padding-left: 50px;}
.cart-box .table-footer .table-footer_cont a {font-size: 18px;}
.cart-box .table-footer .total .number {font-size: 18px;margin-right: 20px;}
.cart-box .table-footer .total .number em {color: #FF0D0D}
.cart-box .table-footer .total .money {color: #FF0D0D;font-size: 18px;margin-right: 20px;}
.cart-box .table-footer .total .el-button {border-radius: 0px;width: 145px;height: 60px;font-size: 18px;}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1600px) {
    /* 1440 × (700)  */
   .goods-image {width: 52.5%;}
   .goods-image .smallImg {width: calc(100% - 100px);}
   .goods-intro {width: 45%;}

   .goods-intro .choose-wrap .li .dd {width: calc(100% - 80px);}

  .card-list .card-list_item .image .image_info span {font-size: 14px}
}
@media all and (max-width:1440px) {
  .card-list .card-list_item .image .image_info span {font-size: 14px}
}


@media all and (max-width:1200px) {
    /* 12000 × (700) */
  .floor_hd .floor_hd_tit {display: flex; align-items: center; }
  .floor_hd .floor_hd_tit .num {width: 32px; height: 32px; color: #ffffff; font-size: 18px;}
  .floor_hd .floor_hd_tit img {width: auto;height: 34px;}
  .floor_hd .floor_hd_tit h4 {font-size: 24px;}
  .floor_hd .floor_hd_line {width: 48px; height: 3px; margin-top: 14px; }

  .floor .floor-wrap .floor-more {margin-top: 25px;}
  .floor .floor-wrap .floor-more a {font-size: 16px;height: 40px;width: 180px;}

  .card-list {margin-left: -10px;}
  .card-list .card-list_item {width: 50%;padding-left: 10px;}

  .goods-image .bigImg {height: 490px;}
  .goods-image .smallImg {height: 70px;}
  .goods-image .swiper-button {height: 70px;}


  .goods-intro .choose-wrap .li {margin-bottom: 10px; line-height: 28px; }
  .goods-intro .choose-wrap .li .dt {font-size: 16px;}
  .goods-intro .choose-wrap .li .dd {font-size: 16px;}
  .goods-intro .choose-wrap .li .dd .tag {margin-left: 30px;}
  .goods-intro .choose-wrap .li .dd .tag i {font-size:20px;}
  .goods-intro .summary .summary-head {font-size: 16px; padding: 10px 20px; margin-bottom: 10px; }
  .goods-intro .summary .summary-head i {display: block; width: 28px; height: 28px; margin-right: 10px; }
  .goods-intro .summary .summary-desc {font-size: 16px; margin-bottom: 10px; }
  .goods-intro .summary .summary-desc p {font-size: 14px; }
  .goods-intro .summary .summary-contact {padding: 20px; background: rgba(72, 214, 198, 0.1); }

  .goods-intro .user-column .avatar {width: 64px; height: 64px; margin-right: 15px; }
  .goods-intro .user-column .info .name {font-size: 16px; }
  .goods-intro .user-column .info .star-column {font-size: 16px; display: flex; align-items: center; }
  .goods-intro .choose-btns a {height: 44px;font-size: 18px;}

  .parameter-list li {float: left; display: flex; align-items: center; width: calc(25% - 20px); margin-top: 20px; margin-bottom: 20px; margin-right: 20px; }
  .parameter-list li:nth-child(5n) {margin-right: 20px; }
  .parameter-list li:nth-child(4n) {margin-right: 0px; }
  .parameter-list li img {width: 64px; height: 64px; }
  .parameter-list li .text p {font-size: 16px;height: 52px; }


  .checkout-steps .step-complete .step-tit {display: flex;}
  .checkout-steps .step-complete .step-tit .step-tit-desc {flex: 1;overflow: hidden;}
}

@media all and (max-width:1024px) {
    /* 1024 */

    .checkout-steps .step-payment .step-payment_method a {width: calc(20% - 20px);margin-right: 10px;margin-bottom: 10px;}
    .checkout-steps .step-payment .step-payment_method a:nth-child(5n) {margin-right: 0px; }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:992px) {
    /* 平板设备 720 适配 */
    .floor {padding: 15px 0px;}

    .goods-image {width: 100%;}
    .goods-image .bigImg {height: 100%;}
    .goods-image .smallImg {height: 100px;}
    .goods-image .swiper-button {height: 100px;}

    .goods-intro {width: 100%;margin-top: 25px;}
    .goods-title .name {font-size: 24px;margin-bottom: 15px;}
    .goods-intro .summary {padding-bottom: 20px;}
    .goods-intro .summary .summary-price span {font-size: 18px; }
    .goods-intro .summary .summary-price span.price {font-size: 28px; }

    .goods-body {margin-top: 35px;}
    .goods-body .head {font-size: 18px;margin-bottom: 15px;}
    .goods-body .head:before {width: 4px;height: 18px;margin-right: 10px;margin-top: 4px;}

    .parameter-list li {float: left; display: flex; align-items: center; width: calc(33% - 20px); margin-top: 10px; margin-bottom: 10px; margin-right: 20px; }
    .parameter-list li:nth-child(5n),
    .parameter-list li:nth-child(4n) {margin-right: 20px; }
    .parameter-list li:nth-child(3n) {margin-right: 0px; }
    .parameter-list li img {width: 64px; height: 64px; }
    .parameter-list li .text {padding-left: 10px;}
    .parameter-list li .text span {font-size: 16px;}
    .parameter-list li .text p {font-size: 14px;height: auto; }


    .service .btn-group .el-button {min-width: 110px;height: 40px;font-size: 14px;}
    
    .checkout-steps .step-payment .head {font-size: 18px;margin-bottom: 15px;}
    .checkout-steps .step-payment .head:before {width: 4px;height: 18px;margin-right: 10px;margin-top: 3px;}

    .checkout-steps .step-payment .step-payment_method a {width: calc(33% - 20px)}
    .checkout-steps .step-payment .step-payment_method a:nth-child(5n) {margin-right: 20px;}
    .checkout-steps .step-payment .step-payment_method a:nth-child(3n) {margin-right: 0px;}

    .step-payment_creditcard .el-input__inner {height: 44px;font-size: 14px;}
    
    .step-payment_creditcard .btn-group {margin-top: 0px;}
    .step-payment_creditcard .btn-group .el-button {width: 135px;height: 44px;font-size: 14px;}

    .checkout-steps .step-complete .step-tit i {font-size: 64px;}
    .checkout-steps .step-complete .step-tit .step-tit-desc h4 {font-size: 18px;}
    .checkout-steps .step-complete .step-tit .step-tit-desc a.button.primary  {width: 135px;height: 44px;font-size: 14px;}
  
    .cart-box .table-footer {padding-left: 12px;flex-wrap: wrap;}
    .cart-box .el-checkbox .el-checkbox__label {font-size: 16px;}
    .cart-box .table-footer .table-footer_cont a {font-size: 16px;}
    .cart-box .table-footer .total .number {font-size: 16px;}
    .cart-box .table-footer .total .money {font-size: 16px;}
    .cart-box .table-footer .total .el-button {width: 120px;font-size: 16px;}

}
@media all and (min-width:640px) {
  .card-list .card-list_item .image .image_tabs {display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .card-list .card-list_item .image .image_overlay .action {display: none;}
    .card-list .card-list_item .image .image_info {position: static;padding:5px;height:auto;}
    .card-list .card-list_item .image .image_info span {width: 100%;}
    .card-list .card-list_item .image .image_info span.cost,.card-list .card-list_item .image .image_info span.rent {display: flex;width: 100%;font-size: 13px;}
    .card-list .card-list_item .image .image_info span:before {margin-right: 4px;}
    .card-list .card-list_item .content {padding:10px;}
    .card-list .card-list_item .content .name {font-size: 16px; }
    .card-list .card-list_item .content .desc {font-size: 14px; }
    .card-list .card-list_item .content .price {display: block;}
    .card-list .card-list_item .content .price span {font-size: 14px;}
    .card-list .card-list_item .content .price span + span {margin-top: 3px;}
    .card-list .card-list_item .content .price span:before {width: 20px;height: 20px;background-size: auto 20px;}
    .card-list .card-list_item .content .price span.cost:before {
      background-position: -80px 0px;
    }
    .card-list .card-list_item .content .price span.rent:before {
      background-position: -100px 0px;
    }
    .card-list .card-list_item .image .image_overlay .save-button {min-width: 40px;}
    .card-list .card-list_item .image .image_overlay .save-button i {margin-right: 0;}
    .card-list .card-list_item .image .image_overlay .save-button.collect-button {font-size: 0;}


    .goods-image .bigImg {height: 100%;}
    .goods-image .smallImg {width: 100%;height: 100%;}
    .goods-image .swiper-button {display: none;}

    .goods-title {margin-bottom: 15px;}
    .goods-title .name {font-size: 18px;}
    .goods-title .btn-group {width: 100%;}
    .goods-title .btn-group a.button {font-size: 14px;height: 32px;margin-right: 10px;margin-left: 0px;}
    .goods-title .btn-group a.button i {font-size: 18px;}

    .goods-intro .choose-wrap .li .dt {font-size: 14px;}
    .goods-intro .choose-wrap .li .dd {font-size: 14px; width: calc(100% - 65px);}

    .goods-intro .summary .summary-price span.price {font-size: 24px;}
    .goods-intro .summary .summary-price span {font-size: 14px;line-height: 24px;}

    .goods-intro .summary .summary-head {padding: 10px;}
    .goods-intro .summary .summary-head i {width: 24px;height: 24px;}
    .goods-intro .summary .summary-desc {font-size: 14px;}

    .goods-intro .user-column .avatar {width: 44px;height: 44px;}
    .goods-intro .user-column .info .name {font-size: 14px;}
    .goods-intro .user-column .info .star-column {font-size: 14px;line-height: 1;}
    .goods-intro .user-column .info .star-column .star {width: 81px; height: 14px; background-size: auto 14px; }
    .goods-intro .user-column .info .star-column .star.star1{background-position:-64px 0}
    .goods-intro .user-column .info .star-column .star.star2{background-position:-48px 0}
    .goods-intro .user-column .info .star-column .star.star3{background-position:-32px 0}
    .goods-intro .user-column .info .star-column .star.star4{background-position:-16px 0}
    .goods-intro .user-column .info .star-column .star.star5{background-position:0 0;}
    .goods-intro .choose-btns {margin-top: 15px;}
    .goods-intro .choose-btns a {font-size: 14px;height: 36px;}
    .goods-intro .choose-btns a .iconfont {font-size: 22px}
    .goods-body {margin-top: 24px;}
    .goods-body .head {font-size: 16px;}
    .goods-body .head:before {height: 14px;}
    .parameter-list {display: flex;justify-content: space-between;flex-wrap: wrap;}
    .parameter-list li {float: left; display: flex; align-items: center; width: 48%; margin-top: 10px; margin-bottom: 10px; margin-right: 0px !important; }
    .parameter-list li img {width: 48px; height: 48px; }

    .service .btn-group {margin-top: 15px;}
    
    .checkout-steps {padding: 10px 0px 20px;}
    .cart-box .table-footer {padding: 10px;}
    .cart-box .el-checkbox .el-checkbox__label {font-size: 14px;}
    .cart-box .table-footer .table-footer_cont {flex: auto;}
    .cart-box .table-footer .table-footer_cont a {font-size: 14px;}
    .cart-box .table-footer .total {width: 100%;text-align: right;margin-top: 10px;}
    .cart-box .table-footer .total .number {font-size: 14px;}
    .cart-box .table-footer .total .el-button {width: 100%;height: 44px;font-size: 14px;margin-top: 15px;}

    .el-table-box .table-footer {flex-wrap: wrap;font-size: 14px;}
    .el-table-box .table-footer .total {width: 100%;text-align: right;font-size: 16px;margin-top: 15px;}
}

@media all and (max-width:375px) {

  .floor_hd {margin-bottom: 15px;}
  .floor_hd .floor_hd_tit .num {width: 24px; height: 24px;  font-size: 18px;}
  .floor_hd .floor_hd_tit .icon {margin-right: 10px;}
  .floor_hd .floor_hd_tit img {height: 28px;}
  .floor_hd .floor_hd_tit h4 {font-size: 18px;}
  .floor_hd .floor_hd_line {width: 48px; height: 3px; margin-top: 14px; }

  .floor .floor-wrap .floor-more {margin-top: 15px;}
  .floor .floor-wrap .floor-more a {font-size: 14px;width: 125px;height: 34px;}

  .parameter-list li img {width: 40px; height: 40px; }
  .parameter-list li .text span {font-size: 14px;}
  .parameter-list li .text p {line-height: 1.2;margin-top: 3px;}


}