@charset "utf-8";

/*英文细体*/

@font-face {
  font-family: "DINCond-Regular";
  src: url("../fonts/dincond-regular.woff2") format("woff2"),
    url("../fonts/dincond-regular.woff") format("woff"),
    url("../fonts/dincond-regular.ttf") format("truetype"),
    url("../fonts/dincond-regular.eot") format("embedded-opentype"),
    url("../fonts/dincond-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}

.form-control:focus,
.form-control {
  border: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.clear {
  clear: both;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.display-flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.display-flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
}

.display-flex-column {
  flex-direction: column;
}

.display-flex-nowrap {
  flex-flow: row nowrap;
}

.relative_9 {
  position: relative;
  z-index: 9;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_f4f4f4 {
  background-color: #f4f4f4;
}

.bg_f5f5f5 {
  background-color: #f5f5f5;
}

.container-fluid {
  padding-left: 4.16667%;
  padding-right: 4.16667%;
}

/*******头部********/

.header-placeholder {
  height: 2.325rem;
  display: none;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header .header_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .logo {
  width: 4.35rem;
  height: 2.325rem;
}

header .logo a {
  padding: 0.26rem 0;
  display: block;
}

header .logo a > img {
  display: block;
  transform: scale(1.1);
}

header .logo a > img:last-child {
  display: none;
}

header .header-menu {
  position: relative;
}

header .header-nav {
}

header .header-nav li.header__navItem {
  float: left;
  position: relative;
  margin-right: 1rem;
}

header .header-nav li.header__navItem a.header__navAnchor {
  display: block;
  font-size: 0.55rem;
  color: #ffffff;
  position: relative;
  padding: 0.75rem 0;
}

header .header-nav li.header__navItem a.header__navAnchor:hover,
header .header-nav li.header__navItem.active a.header__navAnchor {
  color: rgba(255, 255, 255, 0.9);
}

header .header-nav li.header__navItem a.header__navAnchor::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0.1rem;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 0.05rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header .header-nav li.header__navItem.active a.header__navAnchor::after,
header .header-nav li.header__navItem:hover a.header__navAnchor::after {
  width: 1rem;
  margin-left: -0.5rem;
  visibility: visible;
  opacity: 1;
}

.header-buttons {
  min-width: 6.8rem;
}

.header-buttons .header-mailButton {
  position: relative;
  display: none;
}

.header-buttons .header-mailButton > a {
  display: block;
  font-size: 0.5rem;
  color: #ffffff;
  position: relative;
  float: left;
  border: 0.05rem solid #ffffff;
  width: 2.75rem;
  padding: 0.125rem;
  text-align: center;
  border-radius: 0.1rem;
  margin-left: 0.25rem;
}

.header-buttons .header-mailButton > a:last-child {
  background-color: #fff;
  color: #ed2f2e;
}

.header-buttons .header-signout {
  margin-left: 0.25rem;
  display: none;
}

.header-buttons .header-signout .img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/name_img.png);
  float: left;
}

.header-buttons .header-signout a {
  float: left;
  font-size: 0.5rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.375rem;
  margin-left: 0.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
}

.header-buttons .header-signout a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.5rem;
  width: 1px;
  margin-top: -0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.header-buttons .JP-overlayNavButton {
  position: relative;
}

.header-buttons .JP-overlayNavButton a {
  width: 40px;
  height: 40px;
  background-color: #d0d3d5;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  margin-left: 0.35rem;
}

.header-buttons .JP-overlayNavButton a {
  display: block;
  margin-left: 15px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url(../images/icn-humberger.png);
}

.header-buttons .JP-overlayNavButton.is-show a {
  background-position: center -40px;
}

.header-buttons .JP-overlayNavButton.is-show {
  position: fixed;
  z-index: 99;
  top: 0.5rem;
  right: 15px;
}

#header.header_active header,
#header.keep_active header {
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

#header.header_active header .header_border,
#header.keep_active header .header_border {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#header.header_active header .logo a > img,
#header.keep_active header .logo a > img {
  display: none;
}

#header.header_active header .logo a > img:last-child,
#header.keep_active header .logo a > img:last-child {
  display: block;
}

#header.header_active header .header-nav li.header__navItem a.header__navAnchor,
#header.keep_active header .header-nav li.header__navItem a.header__navAnchor {
  color: #484848;
}

#header.header_active
  header
  .header-nav
  li.header__navItem
  a.header__navAnchor::after,
#header.keep_active
  header
  .header-nav
  li.header__navItem
  a.header__navAnchor::after {
  background-color: #ed2f2e;
}

#header.header_active .header-buttons .header-mailButton > a,
#header.keep_active .header-buttons .header-mailButton > a {
  border-color: #ed2f2e;
  color: #ed2f2e;
}

#header.header_active .header-buttons .header-mailButton > a:last-child,
#header.keep_active .header-buttons .header-mailButton > a:last-child {
  background-color: #ed2f2e;
  color: #fff;
}

#header.header_active .header-buttons .header-signout a,
#header.keep_active .header-buttons .header-signout a {
  color: #333;
}

#header.header_active .header-buttons .header-signout a::after,
#header.keep_active .header-buttons .header-signout a::after {
  background-color: rgba(0, 0, 0, 0.1);
}

#header.keep_active .header-placeholder {
  display: block;
}

/*手机导航*/

.JP-overlayNav {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.JP-overlayNav.is-show {
  visibility: visible;
}

.JP-overlayNav__inner {
  position: relative;
}

body.is-tablet .JP-overlayNav {
  overflow: auto;
}

.JP-overlayNav::after {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 15px;
  top: 15px;
  visibility: hidden;
  background-color: #333f48;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  content: "";
  opacity: 0.5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.JP-overlayNav.is-show::after {
  visibility: visible;
  -webkit-transform: scale(200);
  -ms-transform: scale(200);
  transform: scale(200);
  opacity: 1;
}

.JP-overlayNav__inner {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}

.JP-overlayNav.is-show .JP-overlayNav__inner {
  opacity: 1;
}

.JP-overlayNav__body {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.JP-overlayNav__body a {
  color: #fff;
}

.JP-overlayNav__menu {
  padding-top: 70px;
  padding-bottom: 0;
}

.JP-overlayNav__menuItemHeader {
  font-size: 15px;
  border-bottom: #5c656d 1px solid;
}

.JP-overlayNav__menuItemHeader a {
  position: relative;
  display: block;
  padding: 0.6rem 0;
  background-repeat: no-repeat;
  background-position: right 17.5px center;
  background-size: 9px 13px;
  background-image: url("../images/icn-arrow-right.png");
}

.JP-overlayNav__menuItemBody {
  display: none;
  padding: 5px 0;
  border-bottom: #5c656d 1px solid;
}

.JP-overlayNav__menuItemBody > ul > li > a {
  padding: 5px 0;
  display: block;
}

.JP-overlayNav__body .panel-group {
}

.JP-overlayNav__body .panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: #5c656d 1px solid;
}

.JP-overlayNav__body .panel-heading {
  padding: 0;
}

.JP-overlayNav__body .panel-heading a {
  display: block;
  font-size: 15px;
  padding: 0.6rem 0;
  background-repeat: no-repeat;
  background-position: right 17.5px center;
  background-size: 9px 13px;
  background-image: url("../images/icn-arrow-right.png");
}

.JP-overlayNav__body .panel-body a {
  font-size: 14px;
}

.JP-overlayNav__body .panel-body div + div {
  margin-top: 10px;
}

/*手机导航*/

.JP-megaMenu {
  display: none;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  background-color: #fff;
}

.JP-megaMenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  width: 54.5%;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .JP-megaMenu__inner {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 992px) {
  .JP-megaMenu__inner {
    padding: 60px 0 65px;
  }
}

.JP-megaMenu__item {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.JP-megaMenu__imageNav {
  padding: 0 0 0 58px;
  border-left: 2px solid #e7eaf0;
  max-width: 510px;
}

.JP-megaMenu__imageNav a {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.JP-megaMenu__imageNav a:hover {
  background-color: rgba(51, 63, 72, 0.8);
}

.JP-megaMenu__imageNavFig {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  z-index: -1;
}

.JP-megaMenu__imageNav a:hover .JP-megaMenu__imageNavFig {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.JP-megaMenu__textNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.JP-megaMenu__textNav ul {
  margin-right: 40px;
}

.JP-megaMenu__textNav li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.JP-megaMenu__textNav li a {
  color: #111;
}

.JP-megaMenu__textNav li a:hover {
  color: #ee781f;
}

#js-overlay {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
}

#js-overlay.is-loaded {
  z-index: 2;
  background-color: transparent;
}

#js-overlay.is-show {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

/*********尾部************/

footer {
  color: rgba(255, 255, 255, 1);
  background-color: #313947;
}

#footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0 0.75rem;
}

#footer .f-title {
  font-size: 0.65rem;
  padding-bottom: 0.5rem;
}

.footer-help,
.footer-about {
  float: left;
  max-width: 4.7rem;
  margin-right: 2.25rem;
}

.footer-help .con {
}

.footer-help .con > a,
.footer-about .con > a {
  padding-bottom: 0.3rem;
  color: #fff;
  font-size: 0.475rem;
}

.footer-hotline {
  float: left;
}

.footer-hotline .tie {
  font-size: 1rem;
  color: #fff;
  font-family: "DINCond-Regular";
  line-height: 1;
  padding-bottom: 0.075rem;
}

.footer-hotline p {
  font-size: 0.475rem;
}

.footer-wechat {
  float: right;
}

.footer-wechat .img {
  width: 3.2rem;
}

.footer-wechat .text {
  font-size: 0.475rem;
  text-align: center;
  padding-top: 0.25rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-nav {
  padding-top: 1rem;
}

.footer-nav li a {
  color: #ffffff;
  font-size: 0.45rem;
  position: relative;
  padding: 0 0.3rem;
}

.footer-nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.4rem;
  width: 2px;
  margin-top: -0.2rem;
  background-color: #fff;
}

.footer-nav li:last-child a:after {
  display: none;
}

footer .copyright a {
  color: rgba(255, 255, 255, 1);
}

footer .copyright {
  font-size: 0.45rem;
  text-align: center;
  padding: 0.35rem 0 0.4rem;
}

footer .copyright a > img {
  margin-top: -2px;
  margin-left: 0.25rem;
  margin-right: 0.15rem;
}

.footer-links {
  padding-bottom: 1rem;
}

.footer-links li {
  margin: 0 0.15rem;
  width: 3.75rem;
}

/*****主体开始*******/

#banner {
  position: relative;
  overflow: hidden;
  background-color: #ed2f2e;
  height: 15.25rem;
  /* background-image: url(../images/main_bg3.png);*/
  background-size: 100% 100%;
}

.banner-text {
  padding-top: 2.25rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-text .title {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.4rem;
}
.banner-text h1 {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.4rem;
  font-weight: normal;
}

.banner-text p {
  font-size: 0.9rem;
}

.banner_tab {
  padding-top: 0.9rem;
  padding-left: 0.125rem;
  max-width: 24.25rem;
  margin: 0 auto;
}

.banner_tab li {
  float: left;
}

.banner_tab li a {
  font-size: 0.6rem;
  color: #fff;
  padding: 0 0.3rem 0.6rem;
  position: relative;
  display: block;
}

.banner_tab li.active a {
}

.banner_tab li.active a::after {
  content: "";
  position: absolute;
  bottom: 0.325rem;
  width: 0.95rem;
  height: 0.1rem;
  left: 50%;
  margin-left: -0.475rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

.banner_con {
  max-width: 24.25rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.325rem;
  position: relative;
  z-index: 9;
}

.banner_con .banner_input {
  font-size: 0.5rem;
  color: #ed2f2e;
  text-align: left;
}

.banner_con .banner_input .form-group {
  position: relative;
  padding-right: 3.99rem;
}

.banner_con .banner_input .form-control {
  background-color: #f5f5f5;
  border-radius: 0.15rem;
  font-size: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0.15rem 0.65rem;
  width: 15.44rem;
}

.banner_con .banner_input .btn {
  width: 4rem;
  text-align: center;
  font-size: 0.55rem;
  border: 0.05rem solid #ed2f2e;
  background-color: transparent;
  padding: 0.425rem 0;
  line-height: 1;
}

.banner_con .banner_input .btn-success {
  background-color: #ed2f2e;
  border-radius: 0 0.15rem 0.15rem 0;
  position: absolute;
  top: 0;
  right: 0;
}

.banner_con .banner_input .btn-default {
  color: #ed2f2e;
}

.banner_con .banner_input .btn-buy {
  background-color: #ed2f2e;
  display: none;
  color: #fff;
}

#canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**/

.h-title {
  font-size: 1.05rem;
  position: relative;
  text-align: center;
  color: #484848;
  padding-bottom: 0.75rem;
}

.h-more {
  font-size: 0.55rem;
  position: relative;
  text-align: center;
  color: #484848;
}

a.h-title {
  display: block;
}

a.h-title:hover,
.h-title:hover a,
.h-more a:hover {
  color: #ed2f2e;
}

.h-title > span {
  color: #777777;
  font-size: 0.55rem;
  display: block;
}

.c_fff {
  color: #ffffff;
}

.more a {
  display: block;
  width: 6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.55rem;
  background: linear-gradient(to right, #ed2f2e 33%, #ed2f2e 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 0.75rem;
}

.more a:hover {
  background-position: left bottom;
}

.home_head {
  padding: 1.5rem 0;
}

.home_head li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.5rem;
  margin-top: -1.25rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.home_head .img {
  width: 40%;
}

.home_head .con {
  width: 50%;
}

.home_head .con .title {
  font-size: 0.8rem;
  color: #484848;
  padding-bottom: 0.25rem;
}

.home_head .con p {
  font-size: 0.55rem;
  color: #777777;
  line-height: 1.6;
}

.home_brand {
  padding: 1.5rem 0;
}

.home_brand_swiper {
  position: relative;
  margin-bottom: 1rem;
  width: 90%;
}

.home_brand_swiper ul.swiper-wrapper li {
  border-radius: 0.1rem;
  background-color: #fff;
}

.home_brand_swiper .home_brand_prev,
.home_brand_swiper .home_brand_next,
.home_interview .home_interview_prev,
.home_interview .home_interview_next {
  background-size: 0.675rem 1.1rem;
}

.home_brand_swiper .home_brand_prev,
.home_interview .home_interview_prev {
  left: -3.15rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ed2f2e'%2F%3E%3C%2Fsvg%3E");
}

.home_brand_swiper .home_brand_next,
.home_interview .home_interview_next {
  right: -3.15rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ed2f2e'%2F%3E%3C%2Fsvg%3E");
}

.home_brand .more a {
  margin: 0 auto;
}

.home_interview {
  padding: 2.15rem 0 2.25rem;
}

.home_interview_swiper {
  padding: 1.25rem 0;
  margin: -1.25rem 0;
}

.home_interview_swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 20%;
  left: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.3)
  );
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.3)
  );
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.3)
  );
  /* Firefox 3.6 - 15*/
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.3)
  );
  /* 标准的语法 */
}

.home_interview_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 20%;
  right: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(
    right,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  /* Firefox 3.6 - 15*/
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  /* 标准的语法 */
}

.home_interview_swiper ul.swiper-wrapper li {
  width: 15.75rem;
}

.home_interview_swiper ul.swiper-wrapper li .box {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.home_interview_swiper ul.swiper-wrapper li .box .stage {
  color: #fff;
  font-size: 0.4rem;
  background-color: #ed2f2e;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  top: 0.375rem;
  left: -0.75rem;
  width: 3rem;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home_interview_swiper ul.swiper-wrapper li .box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.25rem;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home_interview_swiper ul.swiper-wrapper li .box .title {
  font-size: 0.75rem;
  color: #333;
  padding-bottom: 0.4rem;
}

.home_interview_swiper ul.swiper-wrapper li .box .price,
.home_interview_swiper ul.swiper-wrapper li .box .platform {
  font-size: 0.5rem;
  color: #777777;
  line-height: 1.6;
}

.home_interview_swiper ul.swiper-wrapper li .box .more {
  padding-top: 0.5rem;
}

.home_interview_swiper ul.swiper-wrapper li .box .more a {
  font-size: 0.475rem;
  width: 4.25rem;
  height: 1.2rem;
  line-height: 1.2rem;
}

.home_video {
}

.home_video_swiper ul.swiper-wrapper li {
  height: 14rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_video_swiper ul.swiper-wrapper li .text .icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 1rem;
  position: relative;
  cursor: pointer;
  display: block;
}

.home_video_swiper ul.swiper-wrapper li .text .icon i {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  border-top: 0.325rem solid transparent;
  border-bottom: 0.325rem solid transparent;
  border-left: 0.525rem solid #f94e6e;
  margin: -0.325rem 0 0 -0.2rem;
}

.home_video_swiper ul.swiper-wrapper li .text .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  -webkit-animation: zoom 1.3s infinite;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.525rem rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  }
}

.home_video_swiper ul.swiper-wrapper li .text {
  font-size: 0.675rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
}

.home_video_swiper ul.swiper-wrapper li .text .title {
  font-size: 1.5rem;
}

.home_video_swiper .swiper-pagination {
  bottom: 1rem;
}

.home_video_swiper .swiper-pagination .swiper-pagination-bullet,
.home_news_swiper .swiper-pagination .swiper-pagination-bullet,
.news_swiper .swiper-pagination .swiper-pagination-bullet,
.home_interview_swiper .swiper-pagination .swiper-pagination-bullet,
.same_type_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.home_video_swiper .swiper-pagination .swiper-pagination-bullet-active,
.home_news_swiper .swiper-pagination .swiper-pagination-bullet-active,
.news_swiper .swiper-pagination .swiper-pagination-bullet-active,
.home_interview_swiper .swiper-pagination .swiper-pagination-bullet-active,
.same_type_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  background-color: #fff;
}

.home_advantage {
  padding: 2.125rem 0 2.125rem 0;
}

.home_advantage ul.row {
}

.home_advantage ul.row li .box {
  font-size: 0.525rem;
  color: #777777;
}

.home_advantage ul.row li .box .img {
  width: 3.25rem;
  margin: 0 auto;
}

.home_advantage ul.row li .box .title {
  font-size: 0.7rem;
  color: #484848;
  padding: 0.65rem 0 0.15rem;
}

.home_advantage ul.row li .box p {
  line-height: 1.6;
}

.home_news {
  padding: 2.15rem 0 2.25rem;
}

.home_news_swiper {
  padding-bottom: 1rem;
}

.home_news_swiper ul.swiper-wrapper li .box,
.news_swiper ul.swiper-wrapper li .box {
  display: block;
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  padding: 1rem 1.15rem 1.625rem;
}

.home_news_swiper ul.swiper-wrapper li .box .time,
.news_swiper ul.swiper-wrapper li .box .time {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  font-family: "DINCond-Regular";
}

.home_news_swiper ul.swiper-wrapper li .box .title,
.news_swiper ul.swiper-wrapper li .box .title {
  font-size: 0.725rem;
  color: #484848;
  background: #fff;
  margin-top: -0.75rem;
  position: relative;
  padding-bottom: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home_news_swiper ul.swiper-wrapper li .box .title:hover,
.news_swiper ul.swiper-wrapper li .box .title:hover {
  color: #ed2f2e;
}

.home_news_swiper ul.swiper-wrapper li .box p,
.news_swiper ul.swiper-wrapper li .box p {
  font-size: 0.525rem;
  color: #777777;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home_news_swiper .swiper-pagination,
.home_interview_swiper .swiper-pagination,
.news_swiper .swiper-pagination,
.same_type_swiper .swiper-pagination {
  bottom: 0;
}

.home_news_swiper .swiper-pagination .swiper-pagination-bullet,
.home_interview_swiper .swiper-pagination .swiper-pagination-bullet,
.news_swiper .swiper-pagination .swiper-pagination-bullet,
.same_type_swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.12);
}

.home_news_swiper .swiper-pagination .swiper-pagination-bullet-active,
.news_swiper .swiper-pagination .swiper-pagination-bullet-active,
.home_interview_swiper .swiper-pagination .swiper-pagination-bullet-active,
.same_type_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed2f2e;
}

.home_address {
  padding: 1.8rem 0;
}

.home_address_con {
  padding-bottom: 0.5rem;
}

.home_address_con .home_address_list {
  font-size: 0.55rem;
  color: #777;
  line-height: 1.6;
  text-align: center;
}

.home_address_con .home_address_list .title {
  font-size: 0.95rem;
  color: #484848;
}

.home_address_tab {
}

.home_address_tab ul {
  background-color: #f5f5f5;
  padding: 0.125rem;
  border-radius: 0.875rem;
}

.home_address_tab ul li {
  float: left;
  position: relative;
}

.home_address_tab ul li a {
  border-radius: 0.75rem;
  font-size: 0.525rem;
  color: #484848;
  display: block;
  padding: 0.375rem 0;
  width: 5.25rem;
  text-align: center;
}

.home_address_tab ul li + li {
  padding-left: 0.25rem;
}

.home_address_tab ul li + li::after {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 50%;
  height: 0.5rem;
  margin-top: -0.25rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.home_address_tab ul li.active a {
  background-color: #ed2f2e;
  color: #fff;
}

/*分页*/

.pagination {
  margin: 0;
}

.pagination li a,
.pagination li span {
  margin: 0 0.125rem;
  background-color: #ffffff;
  color: #333333;
  border: none;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.45rem;
  border-radius: 100%;
}

.pagination li.active a,
.pagination li.active span {
  color: #ffffff;
  background-color: #ed2f2e;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 100%;
}

.pagination > li.glyphicon-menu-left > a,
.pagination > li.glyphicon-menu-left > span,
.pagination > li.glyphicon-menu-right > a,
.pagination > li.glyphicon-menu-right > span {
  padding: 0;
  border-radius: 100%;
  width: 1.25rem;
  color: #c9c9c9;
  background-color: #ffffff;
}

.pagination > li.on.glyphicon-menu-left > a,
.pagination > li.on.glyphicon-menu-left > span,
.pagination > li.on.glyphicon-menu-right > a,
.pagination > li.on.glyphicon-menu-right > span {
  color: #ffffff;
  background-color: #ed2f2e;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  width: 2rem;
  border-radius: 0.75rem;
}

.goTo {
}

.goTo .pageText {
  font-size: 0.45rem;
  color: #333333;
  padding: 0 0.25rem;
}

.goTo .pageTxtBox {
  width: 1.25rem;
  height: 1.25rem;
  color: #ed2f2e;
  font-size: 0.45rem;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.goTo .pageOkBtn {
  display: inline-block;
  width: 2rem;
  height: 1.25rem;
  color: #333;
  font-size: 0.45rem;
  background-color: #fff;
  border-radius: 0.75rem;
}

.goTo .pageOkBtn:hover {
  background-color: #ed2f2e;
  color: #ffffff;
}

/*内页开始*/

#w_banner {
  height: 11.25rem;
  position: relative;
  background-color: #ed2f2e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.w_banner_breadcrumb {
  position: relative;
  padding-top: 2.75rem;
  z-index: 9;
}

.w_banner_breadcrumb .breadcrumb,
.w_breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.w_banner_breadcrumb .breadcrumb li a,
.w_banner_breadcrumb .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}

.w_banner_breadcrumb .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.8);
}

.w_breadcrumb {
  font-size: 0.45rem;
  padding: 0.65rem 0 0.175rem;
}

.w_breadcrumb li a,
.w_breadcrumb > .active {
  color: #aaaaaa;
}

.w_breadcrumb > li + li:before {
  color: #aaaaaa;
}

/*帮助中心*/

.help_more {
  padding: 2rem 0 1.625rem;
}

.help_more ul.row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.help_more ul.row li {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin-bottom: 0.75rem;
}

.help_more ul.row li .box {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  font-size: 0.5rem;
  color: #888888;
  padding: 0.875rem;
  display: block;
  text-align: center;
}

.help_more ul.row li .box .title {
  font-size: 0.6rem;
  color: #333333;
  padding-bottom: 0.125rem;
}

.help_more ul.row li .box .img {
  height: 1.55rem;
  margin-bottom: 0.375rem;
  position: relative;
}

.help_more ul.row li .box .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.help_more ul.row li .box .img i:last-child {
  opacity: 0;
  visibility: hidden;
}

.help_more ul.row li:nth-child(1) .box .img i {
  width: 1.35rem;
  height: 1.55rem;
}

.help_more ul.row li:nth-child(2) .box .img i {
  width: 1.425rem;
  height: 1.425rem;
}

.help_more ul.row li:nth-child(3) .box .img i {
  width: 1.3rem;
  height: 1.525rem;
}

.help_more ul.row li:nth-child(4) .box .img i {
  width: 1.5rem;
  height: 1.325rem;
}

.help_more ul.row li:nth-child(5) .box .img i {
  width: 1.425rem;
  height: 1.325rem;
}

.help_more ul.row li:nth-child(6) .box .img i {
  width: 1.475rem;
  height: 1.475rem;
}

.help_more ul.row li .box:hover {
  background: url(../images/help_more_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.help_more ul.row li .box:hover .title {
  color: #fff;
}

.help_more ul.row li .box:hover .img i {
  opacity: 0;
  visibility: hidden;
}

.help_more ul.row li .box:hover .img i:last-child {
  opacity: 1;
  visibility: visible;
}

.consulting_service {
  padding: 2.15rem 0 2.25rem;
}

.consulting_service_tab {
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 9;
}

.consulting_service_tab ul {
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 0.1rem;
}

.consulting_service_tab ul li {
  float: left;
}

.consulting_service_tab ul li a {
  font-size: 0.55rem;
  color: #333;
  width: 5.5rem;
  padding: 0.3rem 0;
  display: block;
  text-align: center;
  border-radius: 0.7rem;
}

.consulting_service_tab ul li.active a {
  background-color: #ed2f2e;
  color: #fff;
}

.consulting_service .more a {
  margin: 0 auto;
  background: #fff;
  color: #ed2f2e;
}

.questions {
}

.questions .panel-group {
  margin-bottom: 0.75rem;
  border-top: 1px solid #e2e2e2;
}

.questions .panel-group .panel + .panel {
  margin-top: 0;
}

.questions .panel-group .panel {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background-color: transparent;
}

.questions .panel-group .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}

.questions .panel-group .panel-body {
  height: auto;
  padding: 0.9rem 1rem 1.25rem;
  border: none !important;
  color: #666666;
  line-height: 1.8;
  font-size: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.02);
  border-radius: 0.2rem;
  position: relative;
}

.questions .panel-group .panel-body::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 1rem;
  border-left: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
  border-bottom: 0.25rem solid #fff;
}

.questions .panel-group .panel-body .text {
  padding-bottom: 0.375rem;
}

.questions .panel-group .panel-body .time,
.questions .panel-group .panel-body .see {
  float: left;
  color: #999999;
  font-size: 0.45rem;
  margin-right: 0.425rem;
  background-repeat: no-repeat;
  background-position: left center;
}

.questions .panel-group .panel-body .time {
  background-image: url(../images/icon12.png);
  background-size: 0.425rem;
  padding-left: 0.675rem;
}

.questions .panel-group .panel-body .see {
  background-image: url(../images/icon13.png);
  background-size: 0.525rem 0.375rem;
  padding-left: 0.725rem;
}

.questions .panel-group .panel-heading a {
  color: #333333;
  display: block;
  font-size: 0.55rem;
  position: relative;
}

.questions .panel-group .panel-heading a div.problem-title {
  padding: 0.6rem 0;
  margin-right: 1.35rem;
  padding-right: 3.5rem;
  position: relative;
  color: #ed2f2e;
}

.questions .panel-group .panel-heading a div.time {
  font-size: 0.5rem;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 1.35rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.questions .problem-hover {
  width: 0.65rem;
  height: 0.65rem;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  background-color: #ed2f2e;
  border-radius: 100%;
}

.questions .problem-hover:after,
.questions .problem-hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.questions .problem-hover:after {
  width: 2px;
  height: 12px;
  top: -100%;
  margin-top: -6px;
  margin-left: -1px;
}

.questions .problem-hover:before {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}

.questions .panel-group .panel-heading a.collapsed div.problem-title {
  color: #333;
}

.questions .panel-group .panel-heading a.collapsed .problem-hover:after {
  top: 50%;
}

.questions .panel-group .panel-heading a.collapsed .problem-hover {
  background-color: #464646;
}

/*新闻中心*/

.news {
  padding: 2rem 0 3.5rem;
}

.news_swiper {
  padding: 1.25rem 0.375rem;
  margin: -1.25rem -0.375rem;
}

.news_swiper ul.swiper-wrapper li .box {
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.1);
  height: 7.95rem;
  padding: 1.25rem 1rem 1.75rem;
}

.news_swiper ul.swiper-wrapper li .box .time {
  font-size: 1.9rem;
}

.news_swiper ul.swiper-wrapper li .box .title {
  font-size: 0.65rem;
}

.news_swiper ul.swiper-wrapper li .box p {
  font-size: 0.5rem;
}

.news-list li {
  position: relative;
}

.news-list li .con {
  display: block;
  border-radius: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.1);
}

.news-list li .con .img {
  position: relative;
}

.news-list li .con .img img {
  display: block;
  width: 100%;
}

.news-list li .con .text {
  position: relative;
  padding: 0.875rem 1rem 1.625rem;
}

.news-list li .con .text .time {
  color: #999999;
  font-size: 0.5rem;
  padding-bottom: 0.125rem;
}

.news-list li .con .text .title {
  font-size: 0.65rem;
  color: #333333;
  line-height: 1.4;
  padding: 0 0 0.15rem;
}

.news-list li .con .text .title:hover {
  color: #ed2f2e;
}

.news-list li .con .text p {
  font-size: 0.5rem;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list_page {
  padding: 2.25rem 0;
}

.list_page .news-list {
  padding-bottom: 0.5rem;
}

.list_page .news-list li {
  margin-bottom: 0.75rem;
}

/*详情*/

.w_news_banner {
  height: 9rem !important;
}

.w_news_banner .banner-text {
  text-align: left;
}

.w_news_banner .banner-text .title {
  font-size: 0.8rem;
}

.w_news_banner .banner-text p {
  font-size: 0.5rem;
}

.w_news_banner .banner-text .time {
  width: 3.75rem;
  text-align: center;
}

.w_news_banner .banner-text .time .day {
  font-size: 1.5rem;
  font-family: "DINCond-Regular";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.375rem;
}

.w_news_banner .banner-text .time .second {
  font-size: 0.5rem;
}

.banner_return {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner_return .box {
  position: relative;
}

.news_details_bdshare {
  position: absolute;
  bottom: -0.8rem;
  right: 2.125rem;
}

.news_details_bdshare .share {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: #f0f0f0;
  background-image: url(../images/icon57.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  cursor: pointer;
}

.news_details_bdshare .bdsharebuttonbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 152px;
  background-color: #f0f0f0;
  padding: 0.125rem 0.125rem 0.125rem 0.375rem;
  border-radius: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news_details_bdshare:hover .share {
  background-color: #ed2f2e;
  background-image: url(../images/icon57_.png);
}

.news_details_bdshare:hover .bdsharebuttonbox {
  top: 1.6rem;
  opacity: 1;
  visibility: visible;
}

.news_details_return {
  position: absolute;
  bottom: -0.8rem;
  right: 0;
}

.news_details_return a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: #f0f0f0;
  background-image: url(../images/icon58.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.6rem 0.575rem;
  cursor: pointer;
}

.news_details_return a:hover {
  background-color: #ed2f2e;
  background-image: url(../images/icon58_.png);
}

.news_details {
  padding: 0 0 1rem 0;
}

.news_details .text {
  font-size: 0.5rem;
  color: #333;
  line-height: 1.7;
}

.news_details .text .title {
  padding-bottom: 0.15rem;
  font-size: 0.6rem;
}

.news_details .page {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.625rem;
  margin-top: 1.5rem;
}

.news_details .page .col-md-6 + .col-md-6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1px;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.news_details .page a {
  color: #333;
  font-size: 0.5rem;
}

.news_details .page a:hover {
}

/*购买网店*/

.w_banner_height {
  height: 9rem !important;
}

.store_submit {
  border-radius: 0.15rem;
  padding: 0.125rem;
  max-width: 18.25rem;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.store_submit .form-control {
  width: calc(100% - 4rem);
  border-radius: 0.15rem;
  font-size: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0.15rem 0.65rem;
  position: absolute;
  top: 0.125rem;
  left: 0;
  z-index: 11;
}

.store_submit .form-control:focus {
  z-index: 11;
}
.store_submit .form-control:placeholder-shown {
  z-index: 9;
}

.store_submit .btn {
  width: 4rem;
  text-align: center;
  font-size: 0.55rem;
  border: 0.05rem solid #ed2f2e;
  padding: 0.425rem 0;
  line-height: 1;
  background-color: #ed2f2e;
  border-radius: 0.15rem;
  z-index: 20;
}

.store_submit .tag {
  height: 100%;
  font-size: 0.4rem;
  background-color: #fff;
  z-index: 10;
}

.store_submit .tag a {
  display: inline;
  padding: 0.1rem 0.25rem;
  border-radius: 0.15rem;
  background: #efefef;
  margin: 0 0.15rem;
  color: #a0a0a0;
}

.store_submit .tag a:hover {
  color: #ed2f2e;
}

/*筛选*/

.yourSel {
  background-color: #fff;
  padding: 0.125rem 0;
  margin-bottom: 0.25rem;
}

.yourSel dt {
  /*background: url(../images/icon17.png) no-repeat left center;
  padding-left: 1.175rem;*/
  background-size: 0.95rem;
  font-size: 0.5rem;
  color: #333333;
  padding: 0.35rem 0 0.35rem 0;
}

.yourSel dd {
  float: left;
}

.yourSel dd span {
  width: auto;
  display: block;
  float: left;
  background: url(../images/icon20.png) no-repeat left center;
  padding-left: 0.475rem;
  margin-left: 0.325rem;
}

.yourSel dd span div {
  border: 1px dashed #ed2f2e;
  border-radius: 0.75rem;
  color: #ed2f2e;
  height: 0.75rem;
  line-height: 0.75rem;
  padding: 0 0.725rem 0 0.4rem;
  font-size: 0.45rem;
  position: relative;
  display: block;
}

.yourSel dd span a::after {
  content: "";
  background: url(../images/icon19.png) right center no-repeat;
  background-size: 0.275rem;
  height: 100%;
  width: 0.275rem;
  position: absolute;
  right: 0.325rem;
  top: 0;
}

.filtrateList {
  font-size: 0.45rem;
}

.filtrateList dl {
  position: relative;
}

.filtrateList dl + dl {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.filtrateList dl dt {
  padding: 0.475rem 0;
  width: 2.5rem;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.nosel {
  background: none;
  color: #666;
}

.select-all {
  display: inline;
  white-space: nowrap;
  background-color: #ed2f2e;
  text-align: center;
  float: right;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.275rem;
}

.filtrateList dl dd {
  padding: 0.425rem 0 0.25rem 2.5rem;
}

.filtrateList dl dd::after {
  content: "";
  clear: both;
  display: block;
}

.filtrateList dl dd .fltTabTo {
  float: left;
  padding-bottom: 0.175rem;
  margin-right: 0.2rem;
  position: relative;
}

.filtrateList dl dd .fltTabTo a {
  float: left;
  height: 0.725rem;
  line-height: 0.725rem;
  border-radius: 1rem;
  padding: 0 0.475rem;
  color: #333333;
  position: relative;
}

.filtrateList dl dd .fltTabTo a:hover,
.filtrateList dl dd .fltTabTo a.cur {
  background-color: #ed2f2e;
  color: #fff;
}

.filtrateList dl dd .priceRange {
  position: relative;
}

.filtrateList dl dd .priceRange .sxBorder {
  width: 6.625rem;
  position: relative;
}

.filtrateList dl dd .priceRange .sxBorder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2;
  margin-top: -1px;
}

.filtrateList dl dd .priceRange .sxTxt_left,
.filtrateList dl dd .priceRange .sxTxt_right {
  position: absolute;
  top: 50%;
  margin-top: -0.225rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  border: 1px solid #ed2f2e;
  background-color: #fff;
  z-index: 9;
  cursor: pointer;
}

.filtrateList dl dd .priceRange .sxTxt_left {
  left: 0;
}

.filtrateList dl dd .priceRange .sxTxt_right {
  right: 0;
}

.filtrateList dl dd .priceRange .sxPrice {
  color: #aaaaaa;
  font-size: 0.35rem;
  padding: 0 0.5rem 0 0.3rem;
}

.filtrateList dl dd .priceRange .sxBtn {
  color: #ed2f2e;
  font-size: 0.45rem;
  padding: 0;
  background-color: transparent;
  border: none;
}

.filtrateList dl dd.otherFlt .fltTabTo {
  margin-right: 0.125rem;
}

.filtrateList dl dd.otherFlt .fltTabTo a {
  padding-right: 0.475rem;
}

.filtrateList dl dd.otherFlt .fltTabTo a:hover,
.filtrateList dl dd.otherFlt .fltTabTo a.cur {
  background: none;
  color: #ed2f2e;
}

.filtrateList .selectBox {
  float: left;
}

.filtrateList .selectBox .unfold {
  background: url(../images/icon18.png) no-repeat;
  background-size: 0.375rem 0.2rem;
  width: 0.35rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1rem;
  margin-left: 0.175rem;
}

.otherFlt .options {
  position: absolute;
  top: 1.475rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  border: solid 1px #d3d3d3;
  box-shadow: 0 3px 6px 0 rgba(202, 202, 202, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.otherFlt .options ul {
  padding: 6px 0;
}

.otherFlt .options ul li {
  float: left;
  width: 100%;
}

.otherFlt .options ul li a {
  height: auto !important;
  line-height: 1.8 !important;
  color: #666;
  padding: 0 0.275rem !important;
  font-size: 0.4rem;
}

.otherFlt .options ul li a:hover,
.otherFlt .options ul li a.cur {
  color: #1496c8;
}

.filtrateList dl dd.otherFlt .fltTabTo:hover .selectBox > a {
  color: #ed2f2e;
}

.filtrateList dl dd.otherFlt .fltTabTo:hover .selectBox .unfold {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filtrateList dl dd.otherFlt .fltTabTo:hover .options {
  visibility: visible;
  opacity: 1;
  top: 0.725rem;
}

.otherFlt .options_width_d {
  width: 17rem;
}
.otherFlt .options.options_width_d ul li {
  width: 25%;
}

.otherFlt .options_width_y {
  width: 17rem;
}
.otherFlt .options.options_width_y ul li {
  width: 25%;
}

.recommend {
  margin-bottom: 0.5rem;
}

.recommend .listBg {
  border-radius: 0.15rem;
  background-color: #ffffff;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}

.recommend .listBg a {
  float: left;
  color: #333333;
  font-size: 0.45rem;
  position: relative;
  padding: 0.425rem 0.5rem;
}

.recommend .listBg a:hover {
  color: #ed2f2e;
}

.recommend .listBg a > img {
  position: relative;
  padding-left: 0.1rem;
  top: -0.2rem;
}

.recommend .listBg a.cur {
  color: #ed2f2e;
}

.head-txt {
  /* border-radius: 0.15rem; */
  background-color: #ffffff;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.head-txt h2 {
  color: #ed2f2e;
  font-size: 0.55rem;
  padding: 0.425rem 0.5rem;
}

.head-txt a {
  color: #333333;
  font-size: 0.45rem;
  padding: 0.425rem 0.5rem;
}

.head-txt a:hover {
  color: #ed2f2e;
}

.purchase_store {
  padding-bottom: 2.25rem;
}

.purchase_store_list {
  padding-bottom: 0.5rem;
}

.purchase_store_list > li {
  margin-bottom: 0.5rem;
}

.purchase_store_list > li .box {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  position: relative;
}

.purchase_store_list > li .box .dujia {
  width: 1.9rem;
  position: absolute;
  top: 0.325rem;
  left: -0.375rem;
  z-index: 9;
}
.purchase_store_list > li .box .content {
  overflow: hidden;
}
.purchase_store_list > li .box .title .highlight {
  color: #ed2f2e;
}

.purchase_store_list > li .box .store_head > span {
  display: block;
  border-radius: 0;
  font-size: 0.35rem;
  border-radius: 0.1rem;
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 0.375rem;
  margin-right: 0.125rem;
  margin-top: 0.125rem;
}

.purchase_store_list > li .box .store_head .span1 {
  color: #ed2f2e;
  background-color: #e1f4ed;
}

.purchase_store_list > li .box .store_head .span2 {
  color: #5887ea;
  background-color: #eff4ff;
}

.purchase_store_list > li .box .store_head .span3 {
  color: #ffb21d;
  background-color: #fcf8ee;
}

.purchase_store_list > li .box .title {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  color: #333333;
  margin-right: 0.45rem;
}
.purchase_store_list > li .box a:hover .title {
  color: #ed2f2e;
}

.purchase_store_list > li .box ul {
  font-size: 0.45rem;
  color: #777777;
  padding: 0.65rem 0 0.4rem;
}

.purchase_store_list > li .box .content ul > li {
  padding-bottom: 0.25rem;
  width: 20%;
}

.purchase_store_list > li .box .category {
  color: #ed2f2e;
  font-size: 0.45rem;
}

.purchase_store_list .box .operation {
  position: absolute;
  top: 0.8rem;
  right: -4px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  visibility: hidden;
}
.purchase_store_list .box:hover .operation {
  visibility: visible;
}
.purchase_store_list .box .operation .button {
  display: inline-block;
  font-size: 0.4rem;
  color: #fff;
  background-color: #1e9fff;
  height: 1rem;
  line-height: 1rem;
  width: 2rem;
  text-align: center;
}
.purchase_store_list .box .operation .button:hover {
  color: #fff;
  opacity: 0.8;
}
.purchase_store_list .box .operation .button:active {
  opacity: 1;
}
.purchase_store_list .box .operation .favorite {
  background-color: #1e9fff;
}
.purchase_store_list .box .operation .favorite.active {
  background-color: #ffb800;
}
.purchase_store_list .box .operation .delete {
  background-color: #ff5722;
}

.markbox {
  flex-shrink: 0;
  width: 6.4rem;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.markbox .price {
  color: #ed2f2e;
  line-height: 1.3rem;
  text-align: right;
  margin-bottom: -0.35rem;
}
.markbox .tmqq,
.consultation .tmqq,
.footer-advisers-up .tmqq {
  font-size: 0.4rem;
  width: 3rem;
  background: #1eaadc;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.markbox .tmqq:hover,
.consultation .tmqq:hover,
.footer-advisers-up .tmqq:hover {
  color: #fff;
  background-color: #1694c8;
}

.tmqq .icon_qq {
  padding-left: 0.5rem;
  background: url(../images/icon_qq2.png) left / 0.38rem 0.38rem no-repeat;
}

.markbox .tmwx,
.consultation .tmwx,
.footer-advisers-up .tmwx {
  font-size: 0.4rem;
  width: 3rem;
  background: #0cc467;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.markbox .tmwx:hover,
.consultation .tmwx:hover,
.footer-advisers-up .tmwx:hover {
  color: #fff;
  background-color: #0db25e;
}

.tmwx .icon_wx {
  padding-left: 0.59rem;
  background: url(../images/icon_wx.png) left / 0.47rem 0.38rem no-repeat;
}

.contact-layer-wrapper {
  position: relative;
  display: inline-block;
}
.contact-layer {
  width: 336px;
  left: -346px;
  top: -144px;
  right: unset;
  z-index: 900;
  position: absolute;
  display: none;
}
.contact-layer .contact-container {
  padding: 22px 14px 22px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgb(183 183 183 / 63%);
}

.contact-layer img.qrcode {
  display: block;
  width: 146px;
  height: 146px;
}
.contact-layer .conwechat {
  display: none;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}

.contact-layer .info {
  /* width: 156px; */
  margin-left: 0;
  padding-top: 0.3rem;
  padding-left: 0.4rem;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.contact-layer .info .hd {
  display: inline-block;
  border: none;
  width: 128px;
  height: 1px;
  padding: 0;
  background: #dbdbdb;
  position: relative;
  margin-top: 9px;
}
.contact-layer .info .hd .title {
  position: absolute;
  width: 78px;
  background: #fff;
  font-size: 12px;
  color: #999;
  line-height: 1;
  top: -6px;
  left: 50%;
  margin-left: -39px;
}
.contact-layer .info .bd .number {
  font-size: 0.5rem;
  font-weight: normal;
  color: #333;
  margin-top: 0.5rem;
  line-height: 0.5rem;
  word-break: break-all;
}
.contact-layer .info .bd .copy {
  display: block;
  border: 0;
  background: #1496c8 url(../images/icon_fuzhi.png) 0.59rem 0.23rem / 0.44rem
    0.41rem no-repeat;
  border-radius: 0.44rem;
  padding-left: 1.18rem;
  width: 3.82rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: left;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
}
.contact-layer .info .bd .copy:hover {
  background-color: #0db25e;
}
.contact-layer .info .bd .copy.msg {
  background-color: #fd713e;
}
.contact-layer .info .bd .tips {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  margin-top: 10px;
}
.contact-layer .icon-sj {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  right: -16px;
  left: unset;
  top: 152px;
}

.markbox .price span,
.markbox .price .money {
  font-size: 1.4rem;
  font-family: "DINCond-Regular";
}

.markbox .price .wan,
.markbox .price .yuan {
  font-size: 0.5rem;
}

.bargaining {
  display: inline-block;
  padding: 0 0.15rem;
  height: 32px;
  line-height: 32px;
  background-color: red;
  color: #ffffff;
  position: relative;
  top: -10px;
  margin-left: 20px;
  border-radius: 3px;
  font-size: 15px;
  animation: downup 1s infinite linear;
  -webkit-animation: downup 1s infinite linear;
  position: absolute;
  top: 0.375rem;
  right: 0.125rem;
}

@keyframes downup {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes downup {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.bargaining::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid red;
}

.markbox .number {
  text-align: center;
  color: #888888;
  font-size: 0.35rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.markbox .number span {
  display: block;
}

.xinyi_shop {
  padding: 2rem 0;
  text-align: center;
}

.xinyi_shop .title {
  font-size: 0.95rem;
  color: #333333;
  padding-bottom: 0.25rem;
}

.xinyi_shop .text {
  font-size: 0.55rem;
  color: #666666;
  padding-bottom: 0.3rem;
}

.xinyi_shop .display-flex {
  font-size: 0.45rem;
  color: #999;
}

.xinyi_shop .display-flex .more {
  margin: 0 0.45rem;
  padding-top: 0.3rem;
}

.xinyi_shop .display-flex .more a {
  color: rgb(237, 47, 46);
  background: linear-gradient(
    to right,
    rgb(251, 119, 137) 33%,
    rgb(243, 201, 201) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}

.shop-detail .xinyi_shop {
  background: url(../images/xinyi_shop_bg.png) no-repeat center;
  background-size: cover;
}

.shop-detail .xinyi_shop .display-flex .more a {
  color: #ed2f2e;
  background: linear-gradient(
    to right,
    #ed2f2e 33%,
    rgba(255, 255, 255, 1) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.xinyi_shop .display-flex .more a:hover {
  background-position: left bottom;
  color: #fff;
}

/*详情*/

.head_detail {
  padding-bottom: 1.25rem;
}

.head_detail > div > div {
  align-items: stretch;
}

.head_detail .con {
  border-radius: 0.2rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1.25rem 1.625rem;
  width: 75%;
  min-height: 13.325rem;
}

.head_detail .con .title,
.head_detail .con .title h1 {
  font-weight: normal;
  font-size: 0.75rem;
  color: #333;
  margin-bottom: 0.5rem;
  max-height: 4.1rem;
  overflow: hidden;
  line-height: 1.42857143;
}

.title h1 {
  margin: 0;
  padding: 0;
}

.head_detail .con .time {
  font-size: 0.45rem;
  color: #777777;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.head_detail .con ul {
  padding: 0.75rem 0 1rem;
}

.head_detail .con ul li {
  width: 25%;
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.08);

  position: relative;
}

.head_detail .con ul li:nth-child(1),
.head_detail .con ul li:nth-child(2),
.head_detail .con ul li:nth-child(3),
.head_detail .con ul li:nth-child(4) {
  padding-bottom: 0.75rem;
}

.head_detail .con ul li:nth-child(1),
.head_detail .con ul li:nth-child(5) {
  border-left: none;
  padding-left: 0;
}

.head_detail .con ul li .u_title {
  color: #777777;
  font-size: 0.45rem;
  padding-bottom: 0.075rem;
}

.hover {
  position: absolute;
  z-index: 4;
  left: 46%;
  top: 30px;
  width: 180px;
  height: auto;
  padding: 20px;
  margin-left: -72px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgb(170 177 183 / 38%);
  display: none;
}

.icon-sj {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-width: 0 6px 3px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.conlist {
  display: inline-block;
  text-align: left;
}

.mt {
  display: block;
  color: #666;
  line-height: 18px;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: -22px;
}

.con-list {
  margin-left: -4px;
}

.dsr-item {
  float: none;
  color: #666;
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  line-height: 26px;
  position: relative;
}

.dsr-item strong {
  display: block;
  line-height: 1;
  font-weight: normal;
}

.dsr-item span {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  margin: 5px 0 10px;
  width: 139px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 13px;
  border: 1px solid #bfbfbf;
}

.icon-dsr {
  position: absolute;
  top: -1px;
  right: -7px;
  width: 34px;
  height: 24px;
  color: #fff;
  font-family: "宋体";
  font-style: normal;
  line-height: 26px;
  background: #ff0000;
  text-align: center;
  border-radius: 13px;
}

.icon-dsr .line {
  width: 14px;
  height: 2px;
  margin-top: 12px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
}

.head_detail .con ul li:hover .hover {
  cursor: pointer;
  display: block;
}

.head_detail .con ul li p {
  font-size: 0.55rem;
  color: #333333;
}

.head_detail .con .category {
  background-color: #fff;

  font-size: 0.5rem;
  position: relative;
}

.head_detail .con .category span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  color: #171616;
  font-size: 0.35rem;
  display: block;
  padding: 0.125rem 0.125rem;
  text-align: center;
}

.head_detail .operation {
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
  background-color: #fff;
  width: 100%;
  padding: 0.875rem 0.625rem;
  position: relative;
}

.head_detail .adviser {
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
  background-color: #fff;
  width: 100%;
  padding: 0.875rem 0.625rem;
  position: relative;
  flex-shrink: 0;
}

.head_detail .operation .box {
  width: 100%;
}

.head_detail .operation .process {
  position: absolute;
  top: 0.75rem;
  left: -0.425rem;
  display: block;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  width: 2.3rem;
}

.head_detail .operation .collection {
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
}

.collection {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 1.55rem;
  background: url(../images/icon22.png) no-repeat center;
  font-size: 0;
}
.collection.active,
.collection:hover {
  border-color: #01ac66;
  background: url(../images/icon22_.png) no-repeat center #01ac66;
}
.collection:active {
  border-color: #fd713e;
  background: url(../images/icon22_.png) no-repeat center #fd713e;
}

.head_detail .operation .price {
  font-size: 0.5rem;
  color: #484848;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.head_detail .operation .price span {
  font-size: 1.4rem;
  color: #484848;
}

.head_detail .operation .text {
  font-size: 0.45rem;
  color: #888888;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 0.75rem;
  /* height: 86px; */
}

.head_detail .operation .text p > span.text_left,
.head_detail .operation .text p > span.text_right {
  color: #888888;
  display: inline-block;
  width: 50%;
}

.head_detail .operation .text p > span.text_left {
  text-align: right;
}

.head_detail .operation .text p > span.text_right {
  text-align: left;
}

.head_detail .operation .more {
  margin-bottom: 0.25rem;
}

.head_detail .operation .more a {
  display: block;
  margin: 0 auto;
  width: 4.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.5rem;
}

.adviser {
  border-radius: 0.2rem;
  width: 100%;
  position: relative;
  font-size: 0.35rem;
}

.adviser .profile {
  display: block;
  padding-right: 0.3rem;
  /* padding-bottom: 0.3rem; */
}
.adviser .profile a {
  display: block;
  width: 2.35rem;
  height: 2.35rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.adviser .title {
  color: #9399a5;
}
.adviser .title span {
  font-size: 0.55rem;
  color: #101d37;
}
/* .adviser .telphone {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
} */
/* .adviser .telphone a {
  display: inline-block;
  color: #222b2e;
  width: 226px;
  height: 34px;
  line-height: 34px;
  padding-left: 45px;
  padding-right: 15px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #ddf2fa;
  background: #ddf2fa url(../images/icon_phone.png) 21px center no-repeat;
} */
.adviser .telphone a {
  color: #9399a5;
}
.adviser .telphone a span {
  color: #101d37;
}
.adviser .consultation {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
}
.adviser .contact-layer-wrapper {
  marin-left: 0 !important;
}
.adviser .contact-layer-wrapper > .tmqq {
  margin-right: 0.5rem;
}
.adviser .info {
  line-height: 0.7rem;
  color: #9399a5;
}
.adviser .tags-line {
  overflow: hidden;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 0.647rem;
  width: 100%;
  text-align: center;
}
.sop-g {
  display: block;
  font-size: 0;
}
.sop-g li.item:before {
  height: 100%;
  content: " ";
}
.sop-ct,
.sop-g li.item:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.sop-ct {
  margin-left: 0.147rem;
  padding: 0.147rem 0.294rem;
  background: rgba(64, 169, 246, 0.1);
  color: #40a9f6;
  line-height: 1;
}
.tags-line > ul > li.sop-ct:nth-child(1) {
  margin-left: 0;
}
.sop-ct span {
  font-weight: 300;
  font-size: 0.34rem;
}
/*星级评分*/
.star-bar,
.star-bar .star {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
}
.star-bar {
  width: 115px;
  margin: -8px 3px 0;
  text-align: left;
  overflow: hidden;
}
.star-bar .star {
  vertical-align: top;
  text-align: center;
  background: url(../images/icon_star.png) repeat-x 0 0;
}
.star-bar,
.star-bar .star {
  height: 17px;
}
.star-bar .star-half {
  width: 10%;
}
.star-bar .star-1 {
  width: 20%;
}
.star-bar .star-1-half {
  width: 30%;
}
.star-bar .star-2 {
  width: 40%;
}
.star-bar .star-2-half {
  width: 50%;
}
.star-bar .star-3 {
  width: 60%;
}
.star-bar .star-3-half {
  width: 70%;
}
.star-bar .star-4 {
  width: 80%;
}
.star-bar .star-4-half {
  width: 90%;
}
.star-bar .star-5 {
  width: 100%;
}

/*星级评分*/
.star-bar.size-small,
.star-bar.size-small .star {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  height: 14px;
}
.star-bar.size-small {
  width: 70px;
  margin: -6px 0 0;
  text-align: left;
  overflow: hidden;
}
.star-bar.size-small .star {
  vertical-align: top;
  text-align: center;
  background: url(../images/icon_star2.png) repeat-x 0 0;
}

.score_fix {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 14rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.score_fix.active {
  display: block;
}

.score_fix .score_fix_close {
  background-color: #01ac66;
  height: 1.475rem;
  position: relative;
}

.score_fix .score_fix_close i {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  cursor: pointer;
}

.score_fix .score_fix_close i::after,
.score_fix .score_fix_close i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.score_fix .score_fix_close i::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.score_fix .score_fix_close i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.score_fix .score_fix_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.5rem;
  padding: 0.375rem 0.5rem;
}

.score_fix .score_fix_main {
  position: relative;
  padding: 0.5rem 0.5rem 1rem;
}

.score_fix .score_fix_leble {
  font-size: 0.45rem;
  position: absolute;
  top: 2px;
  left: 0;
  text-align: right;
}

.score_fix .form-group {
  position: relative;
}

.score_fix .score_fix_con {
  padding-left: 2.5rem;
  min-height: 0.625rem;
}

.score_fix .score_fix_con textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 5rem;
  font-size: 0.4rem;
}

.score_fix .score_fix_con .btn {
  font-size: 0.4rem;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  width: 3rem;
}

.score_fix .score_fix_con .btn:hover {
  background-color: #01ac66;
}

.adviser ul {
}

/* .adviser ul li {
  padding: 1.5rem 1.25rem 0.85rem;
} */

/* .adviser ul li + li::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1px;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.08);
} */

.adviser ul li .box {
}

.adviser ul li .box .title {
  font-size: 0.5rem;
  color: #333333;
  padding-bottom: 0.125rem;
  line-height: 0.75rem;
}

.adviser ul li .box .score {
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 0.35rem;
  color: #999999;
  border-radius: 0.375rem;
  padding: 0 0.25rem;
  height: 0.75rem;
  line-height: 0.75rem;
  margin-left: 0.125rem;
  margin-bottom: 0.125rem;
  position: relative;
  z-index: 9;
}

.adviser ul li .box p {
  font-size: 0.45rem;
  color: #777777;
  line-height: 1.5;
}

.adviser ul li .box .consultation {
  padding-top: 0.375rem;
}

.adviser ul li .box .consultation a + a {
  margin-left: 0.15rem;
  position: relative;
}

.adviser ul li .box .consultation a:nth-child(1) {
  width: 3.375rem;
  height: 0.9rem;
  background-image: url(../images/icon28.png);
  background-size: 3.375rem 0.9rem;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.adviser ul li .box .consultation a:nth-child(1):hover {
  background-image: url(../images/icon28_.png);
}

.adviser ul li .box .consultation a:nth-child(2) {
  width: 0.9rem;
}

.adviser ul li .box .img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 4rem auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 4.25rem;
}

.tab_details {
  position: relative;
  height: 2rem;
  z-index: 98;
}

.tab_details_con {
  background-color: #ed2f2e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.tab_details_con ul li {
  font-size: 0.55rem;
  color: #fff;
  line-height: 1;
  padding: 0.725rem 0.85rem;
  position: relative;
  cursor: pointer;
}

.tab_details_con ul li a {
  color: #ffffff;
}

.tab_details_con ul li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 0.5rem;
  margin-top: -0.25rem;
}

.tab_details_con ul li.active {
}

.tab_details_con ul li.active::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.45rem;
  bottom: 0.425rem;
  width: 0.9rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background-color: #fff;
}

.s_title {
  font-size: 0.95rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.75rem;
  position: relative;
}
h2.s_title {
  line-height: 1.42857143;
}

.s_title span {
  font-size: 0.5rem;
  color: #777777;
  display: block;
  padding-top: 0.125rem;
}

.seller_description .con {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.75rem;
}

.seller_description .con .title {
  font-size: 0.8rem;
  padding-bottom: 0.25rem;
}

.seller_description .con ul li .box {
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.45rem 1rem;
}

.seller_description .con ul li .box .u_title {
  color: #333;
  padding-bottom: 0.25rem;
}

.seller_description .con ul li .box p {
  color: #888;
}

.seller_description .con ul li .box .img {
  width: 1.75rem;
}

.cost_assessment {
  padding: 2rem 0 2.25rem;
}

.cost_assessment_head {
  position: relative;
  padding-right: 8.5rem;
}

.cost_assessment_price {
  width: 7rem;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 0 1rem;
  text-align: center;
}

.cost_assessment_price .title {
  font-size: 0.8rem;
  padding: 0.375rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cost_assessment_price .price {
  font-size: 0.5rem;
  color: #ed2f2e;
}

.cost_assessment_price .price span {
  font-size: 1.8rem;
  font-family: "DINCond-Regular";
}

.cost_assessment_head li {
  position: relative;
}

.cost_assessment_head li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  background: url(../images/icon30.png) no-repeat center;
  width: 0.575rem;
  height: 0.575rem;
  margin-top: -0.775rem;
  margin-left: 0.2875rem;
}

.cost_assessment_head li .box {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 100%;
  font-size: 0.95rem;
  background-color: #fff;
  position: relative;
}

.cost_assessment_head li .box .percentage-light {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cost_assessment_head li .box span {
  font-size: 0.4rem;
}

.cost_assessment_head li .text {
  text-align: center;
  font-size: 0.55rem;
  padding-top: 0.25rem;
}

.purchasing_process {
}

.purchasing_process_con {
}

.purchasing_process_con li .box {
  border-radius: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
}

.purchasing_process_con li .box .title {
  font-size: 0.55rem;
  color: #333333;
  padding: 0.75rem 0.25rem 0.25rem;
  text-align: center;
}

.purchasing_process_con li .box .more {
  padding-bottom: 0.75rem;
}

.purchasing_process_con li .box .more a {
  margin: 0 auto;
  font-size: 0.475rem;
  width: 4rem;
  height: 1.2rem;
  line-height: 1.2rem;
}

.common_problem {
  padding: 2rem 0 1.4rem;
}

.common_problem_head {
  padding-bottom: 0.5rem;
}

.common_problem_head .s_title {
  margin-bottom: 0;
}

.common_problem_head a {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  width: 3.2rem;
  border-radius: 0.4rem;
  display: block;
}

.same_type {
  padding: 2.15rem 0;
}

.same_type_swiper {
  padding: 1.25rem 0.375rem;
  margin: -1.25rem -0.375rem;
}

.same_type_swiper .box {
  display: block;
  border-radius: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
  text-align: center;
}

.same_type_swiper .box .title {
  font-size: 0.65rem;
  line-height: 1.6;
  color: #333333;
}

.same_type_swiper .box .price {
  color: #ed2f2e;
  font-size: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.same_type_swiper .box .price span {
  font-size: 1.8rem;
  font-family: "DINCond-Regular";
}

.same_type_swiper .box .text {
  font-size: 0.45rem;
  color: #666666;
  line-height: 1.7;
  padding: 0.75rem 0;
}

.same_type_swiper .box .more a {
  margin: 0 auto;
  font-size: 0.5rem;
  width: 4.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

.same_type .browse {
  padding-top: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 2.25rem;
}

.same_type .browse .title {
  font-size: 0.8rem;
  color: #333333;
  padding-bottom: 1rem;
}

.same_type .browse ul li {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.same_type .browse ul li:nth-child(2n) {
  border-right: none;
}

.same_type .browse ul li a {
  font-size: 0.5rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.same_type .browse ul li a span {
  font-size: 0.675rem;
  color: #ed2f2e;
  padding-right: 0.25rem;
}

/*出售网店*/

.sell_store_head {
  padding: 1.75rem 0;
}

.sell_store_head .text {
  color: #444444;
  text-align: center;
  font-size: 0.825rem;
  line-height: 1.6;
  padding-bottom: 0.5rem;
}

.sell_store_head .more a {
  margin: 0 auto;
}

.sell_store_form {
  position: relative;
  background-color: #ed2f2e;
  padding-bottom: 2.75rem;
}

.sell_store_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
}

.sell_store_form .box {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem 2.25rem;
  border-radius: 0.2rem;
  position: relative;
  z-index: 9;
}

.form_style .form_type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.875rem;
  margin-bottom: 0.25rem;
}

.form_style .form_type .radio {
  background-color: #f5f5f5;
  border-radius: 0.15rem;
  width: 6.625rem;
  margin: 0 0.5rem 0 0;
  font-size: 0.5rem;
  color: #333333;
  padding: 0.4rem 1.25rem;
  overflow: hidden;
}

.form_style .form_type .radio + .radio {
  margin-top: 0;
}

.form_style .form_type .radio label {
  padding-left: 0;
}

.form_style .form_type .radio label > span {
  display: block;
  position: relative;
  z-index: 9;
}

.form_style .form_type .radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.form_style .form_type .radio input[type="radio"] + .radio-label::before {
  content: "";
  border-radius: 100%;
  border: 0.05rem solid #dddcdd;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-top: -0.275rem;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 9;
}

.form_style .form_type .radio input[type="radio"] + .radio-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed2f2e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
}

.form_style
  .form_type
  .radio
  input[type="radio"]:checked
  + .radio-label::before {
  border-color: #fff;
}

.form_style
  .form_type
  .radio
  input[type="radio"]:checked
  + .radio-label::after {
  opacity: 1;
}

.form_style
  .form_type
  .radio
  input[type="radio"]:checked
  + .radio-label
  > span {
  color: #fff;
}

.form_style .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.form_style .form-group {
  margin-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.form_style .form-group-p0 {
  padding-left: 0;
  padding-right: 0;
}

.form_style .form-group > label {
  font-size: 0.5rem;
  color: #333333;
  padding-bottom: 0.2rem;
  display: block;
}

.form_style .form-control {
  background-color: #f5f5f5;
  border-radius: 0.15rem;
  border: 1px solid #f5f5f5;
  height: 1.5rem;
  line-height: 1.45rem;
  font-size: 0.5rem;
  padding: 6px 0.55rem;
}

.form_style .form-control:focus {
  border-color: #ed2f2e;
}

.form_style .btn-default,
.evaluation_form .btn-default {
  display: block;
  width: 6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.55rem;
  background: linear-gradient(to right, rgb(237 47 46) 33%, rgb(237 47 46) 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 0.75rem;
  padding: 0;
  border: none;
  margin: 0.75rem auto 0;
}

.form_style .btn-default:hover,
.evaluation_form .btn-default:hover {
  background-position: left bottom;
}

.code {
  position: relative;
}

.code .code_text,
.code .code_un_text,
.code .code_img {
  position: absolute;
  top: 1px;
  height: 100%;
  height: calc(100% - 2px);
  line-height: 1.5rem;
  line-height: calc(1.5rem - 2px);
  right: 1px;
  font-size: 0.5rem;
  color: #ed2f2e;
  padding: 0 0.75rem;
  background-color: #f5f5f5;
  border-radius: 0.15rem;
}

.code .code_un_text {
  display: none;
}

.code .code_img > img {
  height: 1rem;
  border: #e5e5e5 1px solid;
}
.code .code_img > span {
  font-size: 0.3rem;
  width: 23px;
  display: inline-block;
}

.sell_store_adviser {
  padding: 2.15rem 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.sell_store_adviser .adviser {
  border-radius: 0;
  background-color: transparent;
}

.sell_store_adviser .adviser ul {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.sell_store_adviser .adviser ul li {
  padding: 0 0.375rem;
}

.sell_store_adviser .adviser ul li .box {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 1.125rem 0.85rem 0.85rem;
  position: relative;
}

.sell_store_adviser .adviser ul li + li::after {
  display: none;
}

/*网点估价*/

.w_banner_evaluation {
  height: 11.7rem !important;
}

.evaluation_form {
  background-color: #f5f5f5;
}

.evaluation_form::after {
  content: "";
  display: none;
}

.evaluation_form .box {
  margin-top: -1.5rem;
  position: relative;
  padding: 1.5rem 2rem 1.125rem;
}

.evaluation_form .box + .box {
  margin-top: 0.5rem;
}

.evaluation_form .box .title {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}

.evaluation_form .box .reminder,
.personal_seller .box .reminder,
.personal_recharge .box .reminder {
  color: #999999;
  font-size: 0.4rem;
  padding-left: 0.675rem;
  background: url(../images/icon31.png) no-repeat left center;
  background-size: 0.5rem 0.425rem;
  margin-top: -0.25rem;
  margin-bottom: -0.625rem;
}

.form_style_select {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.875rem;
  margin-top: 0.25rem;
}

.form_style_select select.form-control {
  background-image: url(../images/icon32.png);
  background-size: 0.95rem 0.2rem;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

/*天猫店待入驻*/

.w_settledIn_banner {
  height: 18.95rem !important;
}

.w_settledIn_banner .banner-text .title {
  padding-bottom: 0.55rem;
}

.w_settledIn_banner .more {
  margin: 1.25rem 0.25rem 0;
}

.w_settledIn_banner .more a {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 33%,
    rgba(255, 255, 255, 0) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  color: #fff;
  border: 0.05rem solid #fff;
  line-height: 1.4rem;
}

.w_settledIn_banner .more a:hover {
  background-position: left bottom;
  color: #ed2f2e;
}

.multi_platform {
  padding: 2.25rem 0 2.5rem;
}

.multi_platform .search {
  position: relative;
  max-width: 19.35rem;
  margin: 0 auto 1rem;
  border-radius: 0.875rem;
  background-color: #f5f5f5;
  padding: 0.125rem;
}

.multi_platform .search .form-control {
  padding: 0.15rem 0.75rem;
  font-size: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.875rem;
  background-color: #f5f5f5;
}

.multi_platform .search .btn {
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #ed2f2e;
  width: 3.25rem;
  font-size: 0.55rem;
  padding: 0 0.25rem;
  color: #fff;
  border-radius: 0.875rem;
}

.multi_platform .list1 {
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
}

.multi_platform .list1 li {
  width: 20%;
  float: left;
  text-align: center;
  height: 5.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}

.multi_platform .list1 li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.5rem;
  background-color: #fff;
  margin-top: -0.75rem;
}

.multi_platform .list1 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #ed2f2e;
  -webkit-transition: left 0.35s ease-in-out;
  -moz-transition: left 0.35s ease-in-out;
  -ms-transition: left 0.35s ease-in-out;
  -o-transition: left 0.35s ease-in-out;
  transition: left 0.35s ease-in-out;
}

.multi_platform .list1 li a {
  display: block;
}

.multi_platform .list1 li .photo {
  position: relative;
  margin-top: 1rem;
}

.multi_platform .list1 li .photo img {
  width: 2.875rem;
  height: 2.55rem;
}

.multi_platform .list1 li .tit {
  font-size: 0.55rem;
  color: #333;
  margin-top: 0.35rem;
}

.multi_platform .list1 li.active::before {
  width: 100%;
}

.multi_platform .list2 {
  width: 100%;
  height: 5.875rem;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0.25rem 0.25rem;
}

.multi_platform .list2 li {
  float: left;
  width: 16.66666667%;
  text-align: center;
}

.multi_platform .list2 li .icon {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  position: relative;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 2.25rem;
}

.multi_platform .list2 li .icon1 {
  background-position: 0 0;
}

.multi_platform .list2 li .tit {
  font-size: 0.5rem;
  color: #9a9a9a;
  margin-top: 0.4rem;
}

.multi_platform .list2 li:hover .icon1 {
  background-position: 0 -2.25rem;
}

.multi_platform .list2 li:hover .tit {
  color: #dd2727;
}

.multi_platform .list1 li:hover .photo {
  animation: tada 1s;
  -webkit-animation: tada 1s;
}

.service_flow {
  background: url(../images/service_flow_bg.png) no-repeat center;
  background-size: cover;
  padding: 2.5rem 0;
}

.service_flow .h-title,
.service_flow .h-title span {
  color: #fff;
}

.service_flow .netArea {
  height: 8.5rem;
  position: relative;
  /* background: url("../images/section3-line.png") 52px 118px no-repeat; */
  margin-top: 0.5rem;
}

.service_flow .netArea .item {
  position: absolute;
  width: 3rem;
  cursor: pointer;
}

.service_flow .netArea .item::after {
  content: "";
  position: absolute;
  left: 30%;
  width: 6.5rem;
  height: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service_flow .netArea .item:nth-child(5)::after,
.service_flow .netArea .item:nth-child(6)::after,
.service_flow .netArea .item:nth-child(7)::after {
  bottom: inherit;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service_flow .netArea .item:nth-child(4)::after {
  display: none;
}

.service_flow .netArea .item .tit {
  position: relative;
  left: 50%;
  margin-left: -2.5rem;
  width: 5rem;
  color: #fff;
  font-size: 0.55rem;
  padding-top: 0.375rem;
  text-align: center;
}

.service_flow .netArea .item .icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #1bbc7a;
  z-index: 9;
}

.service_flow .netArea .item .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  -webkit-animation: zoom 1.3s infinite;
  opacity: 0;
  visibility: hidden;
}

.service_flow .netArea .item i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.list-view-msg {
  margin-top: 2rem;
  margin-bottom: 2.6rem;
}

.service_flow .netArea .item .icon1 i {
  background-image: url("../images/icon44.png");
  background-size: 1.15rem;
}

.service_flow .netArea .item .icon2 i {
  background-image: url("../images/icon45.png");
  background-size: 1.1rem 1.225rem;
}

.service_flow .netArea .item .icon3 i {
  background-image: url("../images/icon46.png");
  background-size: 1.475rem;
}

.service_flow .netArea .item .icon4 i {
  background-image: url("../images/icon47.png");
  background-size: 1.275rem;
}

.service_flow .netArea .item .icon5 i {
  background-image: url("../images/icon48.png");
  background-size: 1.025rem 1.2rem;
}

.service_flow .netArea .item .icon6 i {
  background-image: url("../images/icon50.png");
  background-size: 1.175rem 0.875rem;
}

.service_flow .netArea .item .icon7 i {
  background-image: url("../images/icon51.png");
  background-size: 1.225rem 1.3rem;
}

.service_flow .netArea .item:hover .icon:after {
  opacity: 1;
  visibility: visible;
}

.service_flow .netArea .item:hover .icon1 i {
  background-image: url("../images/icon44_.png");
}

.service_flow .netArea .item:hover .icon2 i {
  background-image: url("../images/icon45_.png");
}

.service_flow .netArea .item:hover .icon3 i {
  background-image: url("../images/icon46_.png");
}

.service_flow .netArea .item:hover .icon4 i {
  background-image: url("../images/icon47_.png");
}

.service_flow .netArea .item:hover .icon5 i {
  background-image: url("../images/icon48_.png");
}

.service_flow .netArea .item:hover .icon6 i {
  background-image: url("../images/icon50_.png");
}

.service_flow .netArea .item:hover .icon7 i {
  background-image: url("../images/icon51_.png");
}

.service_flow .netArea .item-1 {
  left: 1.5625%;
  top: 0;
}

.service_flow .netArea .item-2 {
  left: 31.015625%;
  top: 0;
}

.service_flow .netArea .item-3 {
  right: 31.015625%;
  top: 0;
}

.service_flow .netArea .item-4 {
  right: 1.5625%;
  top: 0;
}

.service_flow .netArea .item-5 {
  left: 16.71875%;
  bottom: 0;
}

.service_flow .netArea .item-6 {
  left: 50%;
  margin-left: -1.5rem;
  bottom: 0;
}

.service_flow .netArea .item-7 {
  right: 16.71875%;
  bottom: 0;
}

.service_advantage {
  padding: 2.5rem 0;
}

.service_advantage .bg {
  position: relative;
}

.service_advantage .bg::after {
  content: "";
  background: url(../images/icon56.png) no-repeat center;
  background-size: 2.55rem 3.85rem;
  width: 2.55rem;
  height: 3.85rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.925rem;
  margin-left: -1.275rem;
}

.service_advantage .box {
  margin-top: 1.5rem;
  position: relative;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.04);
  border-radius: 0.05rem 0.05rem 0.25rem 0.25rem;
  background-color: #ffffff;
  padding: 2.25rem 1.75rem 0.625rem;
  border-radius: 0.25rem;
}

.service_advantage .box .icon {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  margin-left: -1.4rem;
}

.service_advantage .box .icon i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon52.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375rem 1.625rem;
  background-color: #ed2f2e;
  border-radius: 100%;
  z-index: 9;
}

.service_advantage .box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(0, 173, 102, 0.5);
  background-color: #fff;
  -webkit-animation: zoom 1.3s infinite;
}

.service_advantage .box .title {
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 0.65rem;
  color: #ed2f2e;
}

.service_advantage .box ul > li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #666666;
  font-size: 0.45rem;
  padding: 0.5rem 1.75rem 0.5rem 0;
  line-height: 1.6;
  min-height: 2.425rem;
  background: url(../images/icon54.png) no-repeat right center;
  background-size: 0.675rem 0.525rem;
}

.service_advantage .ordinary .title {
  color: #333333;
}

.service_advantage .ordinary ul > li {
  color: #aaaaaa;
  background: url(../images/icon55.png) no-repeat right center;
  background-size: 0.55rem;
}

.service_advantage .ordinary .icon i {
  background-image: url(../images/icon53.png);
  background-color: #d9d9d9;
  background-size: 1.45rem 1.275rem;
}

.service_advantage .ordinary .icon:after {
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.successful_cases {
  padding: 2.25rem 0 3.625rem;
}

.successful_cases .consulting_service_tab ul {
  background-color: #f5f5f5;
}

.successful_cases .news-list li .con .text {
  padding: 0.75rem 1rem 1rem;
}

.successful_cases .tab-content {
  position: relative;
  height: 12rem;
}

.successful_cases .tab-content > .tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.successful_cases .tab-content > .active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.escort {
  padding: 4.4rem 0 3.65rem;
  background: url(../images/escort_bg.png) no-repeat center;
}

.escort .h-title,
.escort .text {
  color: #fff;
}

.escort .text {
  font-size: 0.5rem;
  text-align: center;
  line-height: 1.6;
}

.qualifications {
  padding: 2.25rem 0;
}

.qualifications .row,
.service_advantage .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.qualifications .row > .col-md-6,
.service_advantage .row > .col-md-6 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.qualifications .box {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.04);
  border-radius: 0.05rem 0.05rem 0.25rem 0.25rem;
  background-color: #ffffff;
  border-top: 0.1rem solid #ed2f2e;
  margin-bottom: 0.75rem;
  padding: 1.25rem 2.05rem 1.5rem;
  background-color: #ffffff;
  height: 11rem;
}

.qualifications .box .title {
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.qualifications .box .title span {
  color: #ed2f2e;
}

.qualifications .box table {
  margin-bottom: 0.5rem;
  font-size: 0.5rem;
  color: #333333;
  line-height: 2;
  width: 100%;
}

.qualifications .box table td {
  position: relative;
  padding-left: 0.5rem;
}

.qualifications .box table td::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 50%;
  left: 0;
  background-color: #ed2f2e;
  margin-top: -0.1rem;
  border-radius: 100%;
}

.qualifications .box .more a {
  margin: 0 auto;
  height: 1.35rem;
  width: 4.8rem;
  line-height: 1.35rem;
  background: linear-gradient(
    to right,
    rgba(0, 173, 102, 0.1) 33%,
    rgb(237 47 46) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}

.qualifications .box .more a:hover {
  color: #ed2f2e;
  background-position: left bottom;
}

.qualifications .reminder {
  color: #ed2f2e;
  font-size: 0.45rem;
  text-align: center;
}

.shopping_form {
  padding: 2.5rem 0;
}

.shopping_form .form_style .form-control {
  background-color: #fff;
}

.shopping_form .form_style select.form-control {
  background-image: url(../images/icon32.png);
  background-size: 0.95rem 0.2rem;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

.shopping_form .form_style textarea.form-control {
  height: 5rem;
}

.shopping_form .form_style .form-group {
  margin-bottom: 0.5rem;
}

.shopping_form .form_style .btn-default {
  margin-top: 0.25rem;
}

/*采访*/

.interview_head {
  padding: 0.9rem 0;
}

.interview_head .img {
  height: 10.825rem;
  width: 10.825rem;
  border-radius: 100%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.interview_head .text {
  padding-right: 4.75rem;
  position: relative;
}

.interview_head .text .title {
  font-size: 1.45rem;
  color: #333;
  padding-bottom: 0.625rem;
  margin-bottom: 0.75rem;
  position: relative;
  text-align: center;
}

.interview_head .text .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8rem;
  height: 1px;
  margin-left: -4rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.interview_head .text .name {
  color: #ed2f2e;
  text-align: center;
  font-size: 0.675rem;
}

.interview_head .text .time {
  background-color: #ed2f2e;
  color: #ffffff;
  border-radius: 100%;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.45rem;
  text-align: center;
  position: absolute;
  top: -1.75rem;
  right: 0.75rem;
}

.interview_head .text .time .day {
  font-size: 0.9rem;
  line-height: 1;
  font-family: "DINCond-Regular";
}

.store_information {
  background-color: #ed2f2e;
  padding-bottom: 3.25rem;
  position: relative;
}

.store_information::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2.25rem;
  background-color: #ffffff;
  width: 100%;
}

.store_information .box {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.5rem 0.75rem;
  border-radius: 0.2rem;
  position: relative;
  z-index: 9;
}

.store_information .row {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.store_information .col-md-6 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.store_information .col-md-6 + .col-md-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}

.store_information .col-md-6 .title {
  font-size: 0.75rem;
  padding-bottom: 0.4rem;
}

.store_information .col-md-6 ul > li {
  float: left;
  width: 25%;
  color: #777777;
  font-size: 0.45rem;
  position: relative;
}

.store_information .col-md-6 ul > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.575rem;
  height: 1.15rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.store_information .col-md-6 ul > li + li {
  text-align: center;
}

.store_information .col-md-6 ul > li span {
  display: block;
  font-size: 0.55rem;
  color: #333333;
  padding-top: 0.15rem;
}

.store_information .name {
  background-color: #f5f5f5;
  border-radius: 0.75rem;
  padding: 0.375rem 0.375rem 0.375rem 1.8rem;
  font-size: 0.55rem;
  position: relative;
  margin-top: 1rem;
}

.store_information .name span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 0.4rem;
  display: block;
  background-color: #01ac66;
}

.interview_site {
  padding: 2.4rem 0;
}

.interview_site ul > li {
  margin-bottom: 0.75rem;
  position: relative;
  min-height: 1.75rem;
}

.interview_site ul > li .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: rgba(1, 172, 102, 0.1);
  background-image: url(../images/icon60.png);
  background-size: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
}

.interview_site ul > li .text {
  background-color: #01ac66;
  color: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  font-size: 0.5rem;
  line-height: 1.6;
  padding: 0.9rem 0.55rem;
  margin-left: 2.5rem;
  width: 59.375%;
  position: relative;
}

.interview_site ul > li .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  left: -0.275rem;
  border-right: 0.275rem solid transparent;
  border-left: 0.275rem solid transparent;
  border-bottom: 0.275rem solid #01ac66;
}

.interview_site ul > li.answer .img {
  left: inherit;
  right: 0;
}

.interview_site ul > li.answer .text {
  background-color: #f5f5f5;
  color: #484848;
  float: right;
  margin-left: 0;
  margin-right: 2.5rem;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
}

.interview_site ul > li.answer .text::after {
  border-bottom-color: #f5f5f5;
  left: inherit;
  right: -0.275rem;
}

.loading {
  width: 49px;
  height: 9px;
  margin: 0.4rem auto 0;
}

.loading span {
  display: block;
  float: left;
  width: 9px;
  height: 100%;
  margin-right: 11px;
  border-radius: 50%;
  background: #ed2f2e;
  -webkit-animation: load 1.04s ease infinite;
}

.loading span:last-child {
  margin-right: 0px;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.65s;
}

.declaration {
  background-image: url(../images/declaration_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.375rem 0;
  color: #fff;
  text-align: center;
}

.declaration .img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}

.declaration .text {
  font-style: italic;
  padding-top: 0.5rem;
}

.declaration .text .title {
  font-size: 1rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}

.declaration .text .title span {
  font-size: 2.25rem;
  line-height: 1;
  position: absolute;
  display: block;
  height: 1rem;
}

.declaration .text .title span:nth-child(1) {
  top: 0;
  left: 0;
}

.declaration .text .title span:nth-child(2) {
  bottom: 0;
  right: 0;
}

.declaration .text .d_label {
  font-size: 0.55rem;
}

.recent_review {
  padding: 2.5rem 0 3.25rem;
}

.recent_review_con {
  position: relative;
}

.recent_review_con .home_interview_swiper::after {
  background: -webkit-linear-gradient(
    left,
    rgba(245, 245, 245, 1),
    rgba(245, 245, 245, 0.3)
  );
  background: -o-linear-gradient(
    right,
    rgba(245, 245, 245, 1),
    rgba(245, 245, 245, 0.3)
  );
  background: -moz-linear-gradient(
    right,
    rgba(245, 245, 245, 1),
    rgba(245, 245, 245, 0.3)
  );
  background: linear-gradient(
    to right,
    rgba(245, 245, 245, 1),
    rgba(245, 245, 245, 0.3)
  );
}

.recent_review_con .home_interview_swiper::before {
  background: -webkit-linear-gradient(
    left,
    rgba(245, 245, 245, 0.3),
    rgba(245, 245, 245, 1)
  );
  background: -o-linear-gradient(
    right,
    rgba(245, 245, 245, 0.3),
    rgba(245, 245, 245, 1)
  );
  background: -moz-linear-gradient(
    right,
    rgba(245, 245, 245, 0.3),
    rgba(245, 245, 245, 1)
  );
  background: linear-gradient(
    to right,
    rgba(245, 245, 245, 0.3),
    rgba(245, 245, 245, 1)
  );
}

.recent_review_con .home_interview_prev {
  left: 4.16667%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.recent_review_con .home_interview_next {
  right: 4.16667%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.recent_review_con .home_interview_prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300ad66'%2F%3E%3C%2Fsvg%3E");
}

.recent_review_con .home_interview_next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300ad66'%2F%3E%3C%2Fsvg%3E");
}

/*登录框*/

.modal-dialog {
}

.modal-content {
  border-radius: 8px;
  border: none;
}

.modal-header {
  padding-top: 1rem;
  padding-bottom: 0;
  border-bottom: none;
  max-width: 10.5rem;
  margin: 0 auto;
}

.modal-header .close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  outline: none;
  opacity: 1;
  text-shadow: none;
}

.modal-header .modal-title {
  font-size: 0.6rem;
}

.modal-header .modal-title li {
  float: left;
  margin-right: 0.75rem;
}

.modal-header .modal-title li a {
  display: block;
  position: relative;
  padding-bottom: 0.2rem;
}

.modal-header .modal-title li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  height: 0.1rem;
  width: 0.95rem;
  background-color: #ed2f2e;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.05rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.modal-header .modal-title li.active a {
  color: #ed2f2e;
}

.modal-header .modal-title li.active a:after {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  max-width: 10.5rem;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-body .form_style .form-group {
  margin-bottom: 0.5rem;
}

.modal-body .form_style .btn-default {
  width: 100%;
  margin-top: 0;
}

.modal-footer {
  padding-top: 0;
  padding-bottom: 1rem;
  border-top: none;
  max-width: 10.5rem;
  margin: 0 auto;
}

.modal-footer .existing_accounts {
  text-align: center;
  color: #333333;
  font-size: 0.5rem;
}

.modal-footer .password {
  padding: 0 0 0.75rem;
}

.modal-footer .password a {
  color: #333;
  display: block;
  padding: 0 0.25rem;
  font-size: 0.5rem;
}

.modal-footer .easy_login .easy_login_title {
  color: #999999;
  font-size: 0.5rem;
  position: relative;
  padding-right: 0.5rem;
}

.modal-footer .easy_login .easy_login_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 0.6rem;
  margin-top: -0.3rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-footer .easy_login .easy_login_logo .wx a {
  background-image: url(../images/icon62.png);
  background-size: 0.7rem 0.575rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.575rem;
  display: block;
  margin-right: 0.75rem;
}

.modal-footer .easy_login .easy_login_logo .qq a {
  background-image: url(../images/icon63.png);
  background-size: 0.55rem 0.575rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.55rem;
  height: 0.575rem;
  display: block;
}

.modal-footer .easy_login .easy_login_logo .wx a:hover {
  background-image: url(../images/icon62_.png);
}

.modal-footer .easy_login .easy_login_logo .wb a:hover {
  background-image: url(../images/icon63_.png);
}

.modal-footer .easy_login .easy_login_logo .qq a:hover {
  background-image: url(../images/icon63_.png);
}

.modal-footer .reminder {
  font-size: 0.4rem;
  padding-top: 0.5rem;
  color: #999999;
  line-height: 1.6;
  text-align: left;
}

.normalInput {
  position: relative;
}

.normalInput .password1,
.normalInput .password1N {
  display: none;
}

.pwdBtnShow,
.pwdBtnShowN {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 100%;
  cursor: pointer;
  right: 0;
  top: 0;
}

.pwdBtnShow i,
.pwdBtnShowN i {
  background-image: url(../images/elements02.png);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55rem 0.5rem;
  height: 100%;
  width: 100%;
}

.pwdBtnShow i.active,
.pwdBtnShowN i.active {
  background-image: url(../images/elements01.png);
}

/*个人中心*/

#personal {
  background-color: #f5f5f5;
  padding-left: 7rem;
  position: relative;
}

#personal_nav {
  background-color: #ed2f2e;
  width: 7rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 99;
}

#personal_nav .logo {
  text-align: center;
  padding: 0.5rem 0;
  width: 5.5rem;
  margin: 0 auto 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#personal_nav .logo a {
  display: block;
  width: 3.875rem;
  margin: 0 auto;
}

#personal_nav .panel-group {
  width: 5.5rem;
  margin: 0 auto;
}

#personal_nav .panel-group .panel {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

#personal_nav .panel-group .panel_index::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  border-right: 7px solid #f5f5f5;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  margin-top: -0.175rem;
}

#personal_nav .panel-group .panel + .panel {
  margin-top: 0;
}

#personal_nav .panel-group .panel .panel-heading {
  padding: 0;
}

#personal_nav .panel-group .panel .panel-heading a {
  display: block;
  font-size: 0.525rem;
  padding: 0.375rem 0.875rem;
  color: #ffffff;
}

#personal_nav .panel-group .panel .panel-heading a i {
  margin-right: 0.25rem;
  width: 0.55rem;
  text-align: center;
}

#personal_nav .panel-group .panel .panel-body {
  border-top: none;
  padding: 0 0 0.5rem 1.5rem;
}

#personal_nav .panel-group .panel .panel-body div {
  padding: 0.3rem 0;
}

#personal_nav .panel-group .panel .panel-body div > a {
  color: #8eebc5;
  font-size: 0.475rem;
}

#personal_nav .panel-group .panel .panel-body div.active > a,
#personal_nav .panel-group .panel .panel-body div:hover > a {
  color: #ffffff;
}

#personal #header.keep_active header {
  background-color: #f5f5f5;
  box-shadow: none;
}

#personal #header.keep_active header .header_border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#personal #header.keep_active .header-placeholder {
  display: none;
}

#personal #header.keep_active .header-buttons .header-mailButton {
  display: none;
}

#personal #header.keep_active .header-buttons .header-signout {
  display: block;
}

#personal header {
  position: relative;
}

#personal header .logo a {
  display: none;
}

#personal footer {
  background-color: #ffffff;
  color: #333333;
}

#personal #footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#personal .footer-help .con > a,
#personal .footer-about .con > a {
  color: #333333;
}

#personal .footer-wechat .text {
  color: rgba(51, 51, 51, 0.4);
}

#personal .footer-nav li a,
#personal footer .copyright a {
  color: #777777;
}

#personal .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  font-size: 0.45rem;
}

#personal .breadcrumb li a,
#personal .breadcrumb > .active {
  color: #999999;
}

#personal .breadcrumb > li + li:before {
  color: #999999;
}

.personal_main {
  padding-bottom: 1.75rem;
}

.personal_main .personal_bg {
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.01);
}

.personal_main .personal_title {
  font-size: 0.6rem;
  color: #333333;
  line-height: 1;
}

.personal_main .personal_p_title {
  font-size: 0.95rem;
}

.personal_main .personal_mar_20 {
  margin-bottom: 0.5rem;
}

.personal_main_head {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.personal_information {
  padding: 1.25rem;
}

.personal_information .name .name_img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #f5f5f5;
  margin-right: 0.75rem;
  background-image: url(../images/name_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.personal_information .name .name_con .title {
  font-size: 0.875rem;
  color: #333333;
  padding-bottom: 0.15rem;
}

.personal_information .name .name_con li {
  margin-right: 0.15rem;
  width: 0.75rem;
}

.personal_information .name .name_con li:last-child {
  width: 2.5rem;
}

.personal_information .name .name_con li img:nth-child(2) {
  display: none;
}

.personal_information .name .name_con li.active img:nth-child(1) {
  display: none;
}

.personal_information .name .name_con li.active img:nth-child(2) {
  display: block;
}

.personal_information .sou {
  padding: 0 1.75rem 0 1rem;
  position: relative;
}

.personal_information .sou::after,
.personal_information .balance::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.25rem;
  margin-top: -1.125rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.personal_information .sou .sou_title,
.personal_information .balance .balance_title {
  color: rgba(51, 51, 51, 0.2);
  font-size: 0.45rem;
  line-height: 1.2;
}

.personal_information .sou .sou_title span,
.personal_information .balance .balance_title span {
  font-size: 1.35rem;
  font-family: "DINCond-Regular";
}

.personal_information .sou p,
.personal_information .balance p {
  font-size: 0.525rem;
  color: rgba(51, 51, 51, 0.25);
  line-height: 0.8rem;
}

.personal_information .balance {
  padding-left: 1rem;
  position: relative;
}

.personal_information .balance .balance_title {
  color: rgba(51, 51, 51, 1);
}

.personal_information .balance p {
  color: rgba(51, 51, 51, 1);
}

.personal_information .balance a {
  display: inline-block;
  background-color: #e1f4ed;
  border-radius: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.125rem;
  width: 1.875rem;
  text-align: center;
  font-size: 0.4rem;
  color: #ed2f2e;
}

.personal_information .balance a.recharge {
  background-color: #ed2f2e;
  color: #fff;
}

.process_introduction {
  padding: 0.625rem 1.25rem;
}

.process_introduction ul {
  margin-left: -1rem;
  margin-right: -1rem;
}

.process_introduction ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.process_introduction ul li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1rem;
  margin-top: -0.5rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.process_introduction .img {
  width: 25.5%;
  margin-right: 9%;
}

.process_introduction .text {
  width: 65.5%;
}

.process_introduction .text .title {
  font-size: 0.55rem;
  color: #333333;
}

.process_introduction .text p {
  font-size: 0.35rem;
  color: #aaaaaa;
}

.process_store_information .process_store {
  padding: 1.25rem 0;
}

.process_store_information .process_store li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.8rem;
  margin-top: -0.9rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.process_store_information .process_store li .img {
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-family: "DINCond-Regular";
  background-color: rgba(0, 173, 102, 0.9);
  border-radius: 0.375rem;
  font-size: 1.775rem;
  color: #ffffff;
}

.process_store_information .process_store li .img::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  margin-left: -1.025rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 173, 102, 0.2);
}

.process_store_information .process_store li .img span {
  display: block;
  position: relative;
  z-index: 9;
}

.process_store_information .process_store li p {
  font-size: 0.55rem;
  color: #333333;
  padding-top: 0.65rem;
  text-align: center;
}

.process_store_information .remind {
  padding: 0 1.25rem;
}

.process_store_information .remind .remind_box {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.875rem 0 1rem;
}

.process_store_information .remind .remind_title {
  height: 0.85rem;
  line-height: 0.85rem;
  width: 2.5rem;
  text-align: center;
  background-color: #e1f4ed;
  color: #ed2f2e;
  font-size: 0.4rem;
  border-radius: 0.425rem;
}

.process_store_information .remind ul > li {
  float: left;
  margin-left: 0.425rem;
  font-size: 0.475rem;
}

.process_store_information .remind .seller,
.process_store_information .remind .buyer {
  margin-bottom: 0.25rem;
}

.my_order {
}

.my_order .panel-group .panel {
  border: none;
  border-radius: 0.2rem;
}

.my_order .panel-group .panel + .panel {
  margin-top: 0.5rem;
}

.my_order .panel-heading {
  padding: 0;
}

.my_order .panel-heading a {
  padding: 0.6rem 4rem 0.6rem 1.25rem;
  position: relative;
}

.my_order .panel-heading a .title {
  font-size: 0.6rem;
  color: #333333;
}

.my_order .panel-heading a .total {
  color: #aaaaaa;
  font-size: 0.45rem;
  width: 7.5rem;
}

.my_order .panel-heading a .total span {
  color: #ed2f2e;
  font-size: 0.9rem;
  font-family: "DINCond-Regular";
  padding-left: 0.075rem;
}

.my_order .panel-heading a .state {
  width: 2.5rem;
  text-align: center;
  height: 0.85rem;
  line-height: 0.85rem;
  background-color: #ed2f2e;
  border-radius: 0.425rem;
  color: #ffffff;
  margin-left: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.425rem;
}

.my_order .panel-heading a .payment {
  background-color: #468af9;
}

.my_order .panel-heading a .inrefund {
  background-color: #fbb92c;
}

.my_order .panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 0 1.25rem 0.25rem;
  border-top: none;
}

.my_order .panel-body .panel_table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.45rem;
  color: #999999;
  padding: 0.5rem 0;
}

.my_order .panel-body .panel_table table {
  width: 100%;
  line-height: 2;
}

.my_order .panel-body .panel_footer {
  padding: 0.625rem 0;
  position: relative;
}

.my_order .panel-body .panel_footer .number {
  font-size: 0.45rem;
  color: #999999;
}

.my_order .panel-body .panel_footer .operation {
  cursor: pointer;
  font-size: 0.45rem;
  color: #ed2f2e;
  padding-left: 0.625rem;
  background: url(../images/personal09.png) no-repeat left center;
}

.my_collection {
  padding: 1.875rem 1.25rem;
}

.my_collection .my_collection_box {
  text-align: center;
  font-size: 0.45rem;
  color: #ed2f2e;
  padding-top: 2rem;
}

.my_collection .my_collection_box .img {
  padding-bottom: 0.375rem;
}

.my_collection .my_collection_box .img img,
.personal_detailed .personal_detailed_box .img img {
  width: 3.95rem;
}

.personal_seller .box {
  padding: 1.5rem 2rem 0.875rem;
}

.personal_seller .box + .box {
  margin-top: 0.5rem;
}

.personal_seller .form_style textarea.form-control {
  height: 4.5rem;
}

.personal_seller .form_style select.form-control,
.personal_complaintSuggestions .form_style select.form-control {
  background-image: url(../images/icon32.png);
  background-size: 0.95rem 0.2rem;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

.form_style .row .form-group .row .col-md-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.personal_seller .form_style .form_type_no_border {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.form_deduction {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.875rem;
  margin-bottom: 0.25rem;
}

.form_deduction .deduction {
  position: relative;
  font-size: 0.5rem;
}

.form_deduction .deduction + .deduction {
  margin-left: 1.5rem;
}

.form_deduction .deduction .form-control {
  width: 2.25rem;
  margin: 0 0.25rem;
}

.personal_seller .btn-default,
.personal_seller .btn-primary,
.order_main .btn-default {
  display: block;
  width: 6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.55rem;
  background: linear-gradient(
    to right,
    rgb(245, 43, 60) 33%,
    rgb(231, 55, 55) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 0.75rem;
  padding: 0;
  border: none;
  margin: 0.75rem 0.25rem 0;
}

.order_main .btn-default {
  width: 6.5rem;
  margin: 1rem auto 0;
}

.personal_seller .btn-primary {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 33%,
    rgba(255, 255, 255, 1) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  color: #ed2f2e;
}

.personal_seller .btn-default:hover,
.personal_seller .btn-primary:hover,
.order_main .btn-default:hover {
  background-position: left bottom;
}

.personal_check .box {
  padding: 5.25rem 1.25rem 5.5rem;
}

.personal_check .box .form_style {
  max-width: 13.75rem;
  margin: 0 auto;
}

.personal_check .title {
  font-size: 0.6rem;
  text-align: center;
  color: #333;
  padding-bottom: 0.5rem;
}

.personal_renewal .box {
  padding: 1.925rem 1.25rem 4.8rem;
}

.personal_renewal .box .img {
  max-width: 14.5rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 1.5rem;
}

.personal_renewal .box .form_style {
  max-width: 13.75rem;
  margin: 0 auto;
}

.personal_renewal .box .form_style .renewal_title {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
}

.personal_renewal .box .form_style .renewal_tle {
  font-size: 1.35rem;
  color: #333333;
  font-family: "DINCond-Regular";
  text-align: center;
  font-weight: bold;
}

.personal_renewal .box .form_style .code .code_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
  background-color: rgba(0, 0, 0, 0.08);
}

#twoform,
#threeform,
#renewal_tab2,
#renewal_tab3 {
  display: none;
}

.check_modal .modal-header,
.check_modal .modal-body,
.check_modal .modal-footer {
  max-width: 12.5rem;
}

.check_modal .check_img {
  width: 2.525rem;
  height: 2.525rem;
  margin: 0 auto;
  display: block;
}

.check_modal .check_title {
  font-size: 1.1rem;
  color: #333333;
  text-align: center;
}

.check_modal .check_text {
  color: #333333;
  font-size: 0.5rem;
  line-height: 1.6;
  text-align: center;
}

.check_modal .check_text span,
.check_modal .check_footer span {
  color: #ed2f2e;
}

.check_modal .check_footer {
  font-size: 0.5rem;
  color: #999999;
  text-align: center;
  line-height: 1.6;
}

#fail.check_modal .check_text span,
#fail.check_modal .check_footer span {
  color: #fe4261;
}

.personal_account {
}

.personal_account .balance {
  padding: 1rem 1.25rem;
}

.personal_account .balance .title {
  font-size: 0.55rem;
  color: #333333;
  line-height: 1;
}

.personal_account .balance .title i {
  font-size: 1.75rem;
  color: #ed2f2e;
  font-style: inherit;
  font-family: "DINCond-Regular";
}

.personal_account .balance .title span {
  color: #ed2f2e;
}

.personal_account .balance .more a {
  width: 4.75rem;
}

.personal_account .balance .more + .more a {
  margin-left: 0.375rem;
}

.personal_account .balance .more:nth-child(2) a {
  background: linear-gradient(
    to right,
    rgba(0, 173, 102, 0.9) 33%,
    rgba(225, 244, 237, 1) 67%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  color: #ed2f2e;
}

.personal_account .balance .more:nth-child(2) a:hover {
  background-position: left bottom;
  color: #ffffff;
}

.personal_detailed {
  padding-top: 1rem;
}

.personal_detailed .title {
  font-size: 0.6rem;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.4rem;
}

.personal_detailed .personal_detailed_form {
  padding: 0.6rem 0 0.5rem;
}

.personal_detailed .personal_detailed_form label {
  color: #999999;
  font-size: 0.5rem;
  display: block;
  font-weight: 300;
}

.detailed_type,
.detailed_time {
  margin-right: 0.65rem;
}

.detailed_type .form-control,
.detailed_time .form-control,
.detailed_money .form-control {
  width: 3.75rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  color: #333333;
  border-radius: 0.15rem;
}

.detailed_type .form-control {
  background-image: url(../images/icon65.png);
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

.detailed_time .form-control {
  width: 3.575rem;
  font-size: 0.4rem;
}

.detailed_time span,
.detailed_money span {
  padding: 0 0.125rem;
}

.detailed_money .form-control {
  width: 3.25rem;
  font-size: 0.4rem;
}

.personal_detailed_form .btn {
  border-radius: 0.55rem;
  background-color: #ffffff;
  border: none;
  width: 2.5rem;
  font-size: 0.5rem;
}

.personal_detailed_form .btn-primary {
  margin-right: 0.25rem;
  color: #aaaaaa;
}

.personal_detailed_form .btn-default {
  background-color: #ed2f2e;
  color: #fff;
}

.personal_detailed .personal_detailed_box {
  padding: 3.4rem 1.25rem;
  font-size: 0.45rem;
  color: #ed2f2e;
  text-align: center;
}

.personal_detailed .personal_detailed_box .img {
  padding-bottom: 0.375rem;
}

.personal_recharge .box {
  padding: 1.25rem 2rem 1.875rem;
}

.personal_recharge .box .bank_con,
.recharge_mode,
.remittance_process,
.remittance_information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.875rem;
  margin-bottom: 0.25rem;
}

.personal_recharge .box .bank_con img {
  max-width: 8rem;
}

.remittance_process img {
  max-width: 19.2rem;
  width: 100%;
}

.recharge_mode {
}

.recharge_mode li + li {
  margin-left: 0.5rem;
}

.recharge_mode li a {
  width: 8rem;
  background-color: #f5f5f5;
  border-radius: 0.15rem;
  padding: 0.425rem 0.625rem;
  font-size: 0.475rem;
  color: #333333;
  height: 2rem;
}

.recharge_mode li a .img {
  width: 1rem;
  height: 1.05rem;
  background-size: 1rem 1.05rem;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.recharge_mode li a .img01 {
  background-image: url(../images/icon66.png);
}

.recharge_mode li a .img02 {
  background-image: url(../images/icon67.png);
}

.recharge_mode li a .img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.55rem;
  margin-top: -0.525rem;
  width: 1px;
  height: 1.05rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.recharge_mode li a p {
  width: 4.5rem;
  line-height: 1.25;
}

.recharge_mode li.active a {
  background-color: #ed2f2e;
  color: #fff;
}

.recharge_mode li.active a .img01 {
  background-image: url(../images/icon66_.png);
}

.recharge_mode li.active a .img02 {
  background-image: url(../images/icon67_.png);
}

.recharge_mode li.active a .img::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.personal_recharge textarea.form-control,
.personal_complaintSuggestions .form_style textarea.form-control {
  height: 4.5rem;
}

.personal_recharge .form_style .form-group > label.label_font {
  font-size: 0.65rem;
  padding-bottom: 0;
  line-height: 1;
}

.remittance_information {
}

.remittance_information li {
  margin-top: 0.5rem;
  padding: 0.75rem 0.9rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08) !important;
}

.remittance_information li .p_label {
  color: #999999;
  font-size: 0.45rem;
  padding-bottom: 0.15rem;
}

.remittance_information li .title {
  color: #333333;
  font-size: 0.5rem;
}

.remittance_information li .opening_bank {
  width: 34%;
  padding-right: 1rem;
}

.remittance_information li .opening_bank .img {
  width: 20.89%;
  border-radius: 100%;
  overflow: hidden;
}

.remittance_information li .opening_bank .con {
  width: 70.14%;
  margin-left: 8%;
}

.remittance_information li .account_number {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33%;
}

.remittance_information li .account_name {
  position: relative;
  padding-left: 0.75rem;
  width: 33%;
}

.remittance_information li .account_number::after,
.remittance_information li .account_name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2rem;
  margin-top: -1rem;
  background-color: rgba(0, 0, 0, 0.09);
}

/*我要咨询*/

.personal_consultation .box {
  padding: 1.5rem 2rem;
  min-height: 18.25rem;
}

.personal_consultation .box .title {
  font-size: 0.55rem;
  color: #333333;
}

.personal_consultation .box .hotline {
  font-size: 1rem;
  color: #ed2f2e;
  font-family: "DINCond-Regular";
  line-height: 1.1;
}

.personal_consultation_list {
  padding: 1rem 0 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.personal_consultation_list li {
  min-height: 2.75rem;
}

.personal_consultation_list li .con {
  padding: 0.625rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.personal_consultation_list li .con .img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #fbb92c;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/consultation01.png);
}

.personal_consultation_list li:nth-child(2) .con .img {
  background-image: url(../images/consultation02.png);
  background-color: #1667db;
}

.personal_consultation_list li:nth-child(3) .con .img {
  background-image: url(../images/consultation03.png);
  background-color: #00aa64;
}

.personal_consultation_list li:nth-child(4) .con .img {
  background-image: url(../images/consultation04.png);
  background-color: #fc5571;
}

.personal_consultation_list li .con .text {
  color: #333333;
  font-size: 0.55rem;
}

.personal_consultation_list li .con:hover {
  left: 5px;
  right: 5px;
  top: -0.25rem;
  bottom: -0.25rem;
}

.personal_consultation_list li .con:hover {
  background-color: #fbb92c;
}

.personal_consultation_list li .con:hover .text {
  color: #ffffff;
  font-size: 0.6rem;
}

.personal_consultation_list li .con:hover .img {
  background-color: rgba(255, 255, 255, 0.15);
  width: 1.65rem;
  height: 1.65rem;
}

.personal_consultation_list li:nth-child(2) .con:hover {
  background-color: #1667db;
}

.personal_consultation_list li:nth-child(3) .con:hover {
  background-color: #00ac66;
}

.personal_consultation_list li:nth-child(4) .con:hover {
  background-color: #fc5571;
}

.personal_complaintSuggestions .box {
  padding: 1.5rem 2rem;
  min-height: 18.25rem;
}

.personal_complaintSuggestions .title {
  font-size: 0.5rem;
  color: #999;
  margin-bottom: 0.75rem;
}

.personal_buyer .box {
  padding: 1.5rem 1rem 35px;
}

.buyer_table {
  width: 100%;
  border-radius: 0.15rem;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.buyer_table tr th {
  padding: 0.5rem 0.125rem;
  font-size: 0.45rem;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: none !important;
}

.buyer_table tr td {
  text-align: center;
  padding: 0.5rem 0.125rem;
  font-size: 0.4rem;
  border-bottom: 1px solid #f5f5f5;
}

.buyer_table tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

.order_main {
  padding-bottom: 2.5rem;
}

.order_head {
  padding-bottom: 1.25rem;
}

.order_main .box {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 1rem 2rem 1.25rem;
}

.order_main .box + .box {
  margin-top: 0.5rem;
}

.order_main .box .title,
.personal_recharge .box .form-group-p0 .title {
  font-size: 0.775rem;
  color: #333;
  padding-bottom: 0.65rem;
}

.payment_content.form_style .form_type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
}

.payment_content .con {
  color: #333333;
  font-size: 0.45rem;
  line-height: 1.8;
}

.payment_content .con .con_title {
  font-weight: bold;
  padding-bottom: 0.125rem;
}

.payment_information {
}

.payment_table table {
  width: 100%;
}

.payment_table table tr th {
  background-color: #f5f5f5;
  font-size: 0.45rem;
  color: #333333;
  padding: 0.425rem 0.75rem;
}

.payment_table table tr th:first-child {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  width: 35%;
}

.payment_table table tr th:last-child {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  text-align: center;
}

.payment_table table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.425rem 0.75rem;
  font-size: 0.45rem;
  color: #333333;
}

.payment_table table td .tips {
  font-size: 0.4rem;
  color: #999999;
  padding-top: 0.125rem;
}

.payment_table table td:last-child {
  text-align: center;
}

.total_payment {
  padding: 0.5rem 0.75rem;
  line-height: 1.8;
}

.total_payment .total_payment_title {
  float: left;
  font-size: 0.5rem;
}

.total_payment .total_payment_con {
  float: right;
  font-size: 0.45rem;
  text-align: right;
}

.total_payment .total_payment_con .total {
  font-size: 0.5rem;
  color: #c50909;
}

.payment_method .recharge_mode li a {
  width: 6.625rem;
}

.payment_method .recharge_mode li a p {
  width: 3.5rem;
}

.recharge_mode li a .img03 {
  background-image: url(../images/icon68.png);
}

.payment_method .recharge_mode li a .img04 {
  background-image: url(../images/icon69.png);
}

.payment_method .recharge_mode li a .img05 {
  background-image: url(../images/icon70.png);
}

.recharge_mode li.active a .img03 {
  background-image: url(../images/icon68_.png);
}

.payment_method .recharge_mode li.active a .img04 {
  background-image: url(../images/icon69_.png);
}

.payment_method .recharge_mode li.active a .img05 {
  background-image: url(../images/icon70_.png);
}

.payment_method .recharge_mode {
  /* border-bottom: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0; */
}

.payment_method .sou {
  font-size: 0.45rem;
  color: #333;
  margin-bottom: 0.875rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.payment_method .sou a {
  color: #ed2f2e;
}

.payment_method .form_style {
  max-width: 13.75rem;
}

.payment_method .form_style .form-group {
  margin-bottom: 0.125rem;
}

.payment_method .form_style .code .code_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.payment_method .form_style .checkbox {
  font-size: 0.45rem;
  color: #333;
}

.payment_method .form_style .checkbox a {
  text-decoration: underline;
}

.empty {
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.01);
  padding: 3.4rem 1.25rem;
  font-size: 0.45rem;
  color: #ed2f2e;
  text-align: center;
}

.empty .img {
  padding-bottom: 0.375rem;
}

/*侧边栏*/

.side_fix {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #ffffff;
  border-radius: 0.15rem;
  z-index: 999;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side_fix > ul > li {
  position: relative;
}

.side_fix > ul > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.8rem;
  height: 1px;
  margin-left: -0.4rem;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.side_fix > ul > li:first-child > a {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.side_fix > ul > li:last-child > a {
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.side_fix > ul > li > a {
  display: block;
  font-size: 0.4rem;
  text-align: center;
  line-height: 1.2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.675rem auto;
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
}

.side_fix > ul > li > a > span {
  display: block;
  padding: 0.375rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.side_fix > ul > li:hover > a {
  background-color: #ed2f2e;
  color: #ffffff;
  background-image: none !important;
}

.side_fix > ul > li:hover > a > span {
  opacity: 1;
  visibility: visible;
}

.side_fix > ul > li:hover .lsjldiv {
  right: 1.7rem;
  opacity: 1;
  visibility: visible;
}

.lsjldiv {
  position: absolute;
  right: 2.7rem;
  top: 0;
  width: 8rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.925rem;
  border-radius: 0.15rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.lsjldiv .list {
  padding: 0.4rem 0;
  position: relative;
  font-size: 0.45rem;
  line-height: 1.6;
}

.lsjldiv .list + .list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lsjldiv .list a {
  color: #333333;
  text-align: justify;
  display: block;
  max-height: 1.5rem;
  overflow: hidden;
}

.lsjldiv .list .line {
  color: #ed2f2e;
  position: absolute;
  bottom: 0.4rem;
  right: 0;
  background-color: #ffffff;
}

.cp {
  cursor: pointer;
}

/*客户咨询*/

.footer-advisers {
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-advisers .fix1 {
  width: 5rem;
  position: relative;
  margin-bottom: -0.5rem;
}

.footer-advisers .fix1 .click-area {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  cursor: pointer;
}

.footer-advisers.active {
  bottom: -100%;
}

.footer-advisers-up-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-advisers-up-bg.active,
.footer-advisers-up.active {
  opacity: 1;
  visibility: visible;
}

.footer-advisers-up.active {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-advisers-up {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 21rem;
  width: 100%;
  margin-left: -10.5rem;
  background-color: #ffffff;
  z-index: 1000;
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.footer-advisers-up .service-hd {
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0 0.75rem;
  background-color: #ed2f2e;
  color: #ffffff;
  font-size: 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.footer-advisers-up .service-hd .phonebox {
  /*background: url(../images/kf-phone.png) no-repeat left center;*/
  background-size: 1rem;
  font-size: 0.55rem;
}

.footer-advisers-up .service-hd .timebox {
  /*  background: url(../images/kf-time.png) no-repeat left center; */
  background-size: 0.65rem;
  padding-left: 0.85rem;
}

.service-bd {
  background-color: #f2f2f2;
  color: #424242;
  font-size: 0.45rem;
  min-height: 1.3rem;
  line-height: 1.3rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.service-bd .tle {
  color: #e50012;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 0.3rem;
  background: url(../images/kf-tle.gif) no-repeat left center;
  background-size: 0.85rem;
}

.footer-advisers-up .layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  line-height: initial;
  z-index: 2;
  top: 6px;
}

.footer-advisers-up .layui-layer-setwin .layui-layer-close1 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -1.5rem;
  top: -1.275rem;
  background: url(../images/kf-close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.footer-advisers-up .layui-layer-setwin .layui-layer-close1:hover {
  opacity: 0.7;
}

.footer-advisers-up .contact-layer-wrapper {
  margin-top: 0.2rem;
}

.contbox {
  padding: 0.375rem;
  background-color: #f8f8f9;
}

.contbox .row.tab {
  text-align: center;
  font-weight: 500;
  font-size: 0.55rem;
  color: #ed2f2e;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}

.contact_list {
}

.contact_list li {
  text-align: center;
  margin-bottom: 0.25rem;
}

.contact_list li:nth-child(2),
.contact_list li:nth-child(5) {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}

.contact_list li .img {
  width: 40%;
  /* background: url(../images/kf-img.png) no-repeat center; */
  background-size: 100%;
  height: 3.375rem;
  display: none;
}

.contact_list li .img .img_box {
  border-radius: 100%;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  position: relative;
  top: 15%;
}

.contact_list li .img .img_box img {
  width: 100%;
}

.contact_list li .text {
  width: 100%;
  max-width: 3.6rem;
}

.contact_list li .text .adviser {
  font-size: 0.5rem;
  color: #333;
}

.contact_list li .text .adviser {
}

.contact_list li .text .number,
.contact_list li .text .phone {
  font-size: 0.34rem;
}

.change {
  background-color: #e50012;
  border-radius: 0.75rem;
  color: #fff;
  padding: 0.1rem 0.3rem;
  display: inline-block;
  float: right;
  cursor: pointer;
}

/**/

.app_nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  border-top: 1px solid #ccc;
}

.app_nav li {
  float: left;
  width: 25%;
}

.app_nav li a {
  display: block;
  height: 60px;
  padding: 8px 5px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
}

.app_nav li a i.icon_fnav {
  height: 25px;
  display: block;
  background: center 0 no-repeat;
  background-size: auto 100%;
}

.app_nav li a i.home_if {
  background-image: url(../images/home.png);
}

.app_nav li a i.gujia_if {
  background-image: url(../images/gujia.png);
}

.app_nav li a i.sell_if {
  background-image: url(../images/sale.png);
}

.app_nav li a i.user_if {
  background-image: url(../images/user.png);
}

.app_nav li.cur a i.home_if {
  background-image: url(../images/home_cur.png);
}

.app_nav li.cur a i.gujia_if {
  background-image: url(../images/gujia_cur.png);
}

.app_nav li.cur a i.sell_if {
  background-image: url(../images/sale_cur.png);
}

.app_nav li.cur a i.user_if {
  background-image: url(../images/user_cur.png);
}

.app_nav li a span {
  display: block;
  padding-top: 4px;
}

.app_nav li.cur a {
  color: #1694c8;
}

/*404*/

.client_error {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.client_error .client_error_box {
  padding: 0 15px;
}

.client_error img {
  width: 14.65rem;
}

.client_error .more {
  margin-top: 1rem;
}

.client_error .more a {
  margin: 0 auto;
}

i.wan,
i.yuan {
  font-style: normal;
}

.operation .button {
  display: inline-block;
  font-size: 0.4rem;
  color: #fff;
  background-color: #1e9fff;
  height: 1rem;
  line-height: 1rem;
  width: 2rem;
  text-align: center;
}
.operation .button:hover {
  color: #fff;
  opacity: 0.8;
}
.operation .button:active {
  opacity: 1;
}
.operation .button.disabled {
  color: #fff;
  opacity: 0.5;
  cursor: default;
}
.view-history .operation .button.delete-all {
  width: 3rem;
  background-color: #ed2f2e;
  border-radius: 1rem;
  color: #ffffff;
  cursor: pointer;
}

.home_shoplist {
  padding: 1.5rem 0;
}
.shoplist_tab {
  padding-top: 0.9rem;
  padding-left: 0.125rem;
  max-width: 24.25rem;
  margin: 0 auto;
}

.shoplist_tab li {
  width: unset;
  margin: 0;
}

.shoplist_tab li a {
  font-size: 0.6rem;
  padding: 0 0.3rem 0.6rem;
  position: relative;
  display: block;
  text-align: center;
}

.shoplist_tab li.active a,
.shoplist_tab li a:hover {
  color: #ed2f2e;
}

.shoplist_tab li.active a::after {
  content: "";
  position: absolute;
  bottom: 0.325rem;
  width: 0.95rem;
  height: 0.1rem;
  left: 50%;
  margin-left: -0.475rem;
  background-color: #ed2f2e;
  border-radius: 0.05rem;
}

.home_shoplist .purchasing_process_con .container {
  padding-left: 0;
  padding-right: 0;
}
.home_shoplist .purchasing_process_con li .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_shoplist .purchasing_process_con li .box .title {
  flex-grow: 1;
}
.home_shoplist .purchasing_process_con li .box .title h3 {
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 0.9rem;
  margin-bottom: 0.3rem;
}
.home_shoplist .purchasing_process_con li .box .title a:hover {
  color: #ed2f2e;
}
.home_shoplist .purchasing_process_con li .box > ul > li {
  text-align: left;
  padding: 0 0.5rem;
  font-size: 0.45rem;
  line-height: 1rem;
  width: 100%;
}
