@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin: 0;
}

i, b {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

li {
  list-style: none;
}

input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}

img {
  border: none;
  display: block;
}

col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.just_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.just_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.just_right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.font_16 {
  font-size: 16px;
}

.font_20 {
  font-size: 20px;
}

.l_h {
  line-height: 24px;
}

.posi {
  position: relative;
}

.color_c3 {
  color: #333;
}

.wrap_width {
  width: 96%;
  margin: 0 auto;
  padding: 0;
}

.panel-body {
  padding: 0px;
}

#body_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background: #fff;
  font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei";
}

#header_column {
  z-index: 99;
  width: 100%;
  background: #fff;
}

#main_column {
  flex: 1;
  width: 100%;
  overflow-y: scroll;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.text_nowarp {
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /* 超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
}

.text_nowarp_2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_nowarp_3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cursor {
  cursor: pointer;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

#main_column::-webkit-scrollbar, .step_box_container::-webkit-scrollbar {
  width: 0 !important;
}

/*
*首頁
*/
.navbar_header .menu_icon {
  height: 42px;
}

.navbar_header .logo_icon {
  height: 42px;
}

.navbar_header .header_h {
  height: 68px;
  width: 94%;
  margin: 0 3%;
}

.overlay_width {
  width: 256px;
  height: 100%;
}

.overlay_width .left_aside_main {
  padding: 30px 0;
}

.overlay_width .left_aside_main .close_icon {
  width: 38px;
  height: 38px;
  margin-bottom: 129px;
  margin-left: 25px;
}

.overlay_width .left_aside_main .main_list {
  width: 100%;
  padding: 16px 0 16px 106px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #333;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.overlay_width .left_aside_main .main_list span {
  cursor: pointer;
}

.overlay_width .left_aside_main .line {
  display: none;
}

.overlay_width .left_aside_main .active {
  font-weight: bold;
  color: #E62129;
}

.overlay_width .left_aside_main .active .line {
  display: block;
  width: 16px;
  height: 4px;
  background: #E62129;
  position: absolute;
  top: 50%;
  left: 90px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.top_header_wrapper {
  padding-left: 6%;
}

.top_header_wrapper .span_back {
  width: 25px;
  height: 25px;
  background: #E62129;
}

.top_header_wrapper .title_company {
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 57px;
  letter-spacing: 1px;
  margin-left: 17px;
  margin-bottom: 4px;
}

.top_header_wrapper .p_desc {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 28px;
  margin-left: 44px;
}

.sales_region {
  padding-left: 6%;
  padding-top: 32px;
}

.header_title .span_region {
  width: 24px;
  height: 24px;
  background: url("../img/salesIcon.png") no-repeat;
  margin-right: 16px;
}

.sales_region .sales_region_info_first {
  margin-left: 40px;
}

.sales_region .sales_region_info {
  float: left;
  width: 295px;
  padding-top: 32px;
  margin-right: 20px;
}

.sales_region .sales_region_info img {
  width: 100%;
}

.sales_region .sales_region_info_msg {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sales_region .sales_region_title {
  font-size: 28px;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.sales_region .sales_region_info_title {
  font-size: 18px;
  color: #18191F;
  font-weight: 700;
  line-height: 40px;
}

.header_title_sales {
  margin-left: 4px;
}

.header_title {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  padding: 20px 0 20px 6%;
  margin-left: 44px;
}

.header_title span {
  font-size: 17px;
  font-weight: bold;
}

.header_title .t_corporate {
  color: #333;
  font-size: 28px;
  font-weight: 400;
  line-height: 68px;
  padding-right: 6px;
}

.header_title .t_corporate_desc {
  font-size: 22px;
  color: #999;
  line-height: 68px;
}

.main_wrapper {
  height: 100%;
}

.main_wrapper .banner_icon {
  width: 100%;
  height: calc(100vh - 69px);
}

.main_wrapper .text_icon {
  margin-bottom: 20px;
  height: 0.54rem;
}

.main_wrapper .center_icon {
  width: 18px;
  height: 18px;
  margin: 0.14rem 0 0;
}

.main_wrapper .p_h {
  height: 54px;
}

.main_wrapper .font {
  font-size: 17px;
}

.main_wrapper .btn_span {
  display: inline-block;
  border-radius: 4px;
  background: #E60012;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 9px 0;
  width: 55%;
  margin-top: 18px;
  margin-bottom: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.main_wrapper .btn_span_1 {
  display: inline-block;
  border-radius: 4px;
  background: #E60012;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 9px 0;
  width: 31.3%;
  margin-top: 18px;
  margin-bottom: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.main_wrapper .btn_span_2 {
  display: inline-block;
  border-radius: 4px;
  background: #E60012;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 9px 0;
  width: 31.3%;
  margin-top: 18px;
  margin-bottom: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.main_wrapper .w5 {
  width: 50%;
}

.main_wrapper .box_xs {
  width: 40%;
}

.main_wrapper .box_xs_1 {
  width: 70%;
}

.main_wrapper .item_list {
  height: calc(100vh - 95px);
  width: 100%;
}

.main_wrapper .item_list .item_li {
  float: right;
}

.main_wrapper .item_list .posi_ab {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.main_wrapper .item_list .posi_ab_right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.main_wrapper .mySwiper {
  width: 100%;
  height: 100%;
}

.main_wrapper .mySwiper .swiper-slide {
  height: 100%;
}

.main_wrapper .mySwiper .swiper-pagination {
  left: 20px;
  width: 20px;
}

.main_wrapper .mySwiper .swiper-pagination-bullet-active {
  background: #E60012;
}

.main_wrapper .box_about {
  margin-top: 0.26rem !important;
  width: 70% !important;
}

.main_wrapper .title_text {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.62rem;
  letter-spacing: 1px;
  font-family: "Source Han Sans CN";
}

.main_wrapper .title_desc {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.1rem;
}

.main_wrapper .btn_box_style {
  margin-top: 27px;
}

.main_wrapper .btn_box_style span {
  color: #E60012;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #E60012;
  width: 192px;
  height: 50px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main_wrapper .btn_box_style .mg_r {
  margin-right: 38px;
}

.main_wrapper .address_box {
  position: relative;
  margin-top: 0.3rem;
}

.main_wrapper .address_box span {
  display: inline-block;
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 1px;
}

.main_wrapper .address_box span:nth-of-type(2n-1) {
  margin-top: 0.1rem;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.main_wrapper .address_box span:nth-of-type(2n) {
  color: #666;
}

.main_wrapper .address_box + span {
  color: #999999;
  font-size: 0.14rem;
  position: absolute;
  bottom: 15px;
  left: 8%;
}

.main_wrapper .banner_icon_bottom {
  width: 100%;
  height: calc(100vh - 69px - 32px);
}

.ba_number {
  width: 100%;
  display: block;
  text-align: center;
  z-index: 99;
  height: 32px;
  line-height: 32px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.company_profile {
  padding-left: 6%;
}

.company_profile .main_profile {
  padding-left: 0;
}

.company_profile .p_content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  margin-top: 14px;
  margin-left: 44px;
  width: 84%;
}

.company_profile .p_content span {
  font-weight: bold;
}

.company_profile .p_content b {
  font-weight: bold;
}

.company_profile .data_box {
  margin-top: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.company_profile .data_box .num_size {
  font-size: 42px;
  color: #E62129;
  font-weight: bolder;
  line-height: 30px;
}

.company_profile .data_box .span {
  font-size: 16px;
  color: #E62129;
}

.company_profile .data_box .span_name {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.walk_company {
  padding-left: 6%;
}

.walk_company .banner_icon_1 {
  width: 100%;
  height: auto;
}

.walk_company .main_walk {
  padding-left: 0;
}

.walk_company .item_list {
  height: auto;
}

.walk_company .p_content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  margin-left: 44px;
  width: 84%;
  margin-top: 14px;
}

.walk_company .p_content b {
  font-weight: bold;
}

.walk_company .p_content span {
  font-weight: bold;
}

.walk_company .bg_right {
  background: url("../img/bg.png") no-repeat;
  width: 50%;
  height: 100%;
  background-size: 100% 100%;
}

.walk_company .wrap_box {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.walk_company .small_icon {
  width: 35.2%;
  margin-bottom: 35px;
}

.walk_company .small_icon:nth-of-type(2n-1) {
  margin-right: 30px;
}

.corporate_style {
  padding-left: 6%;
}

.corporate_style .main_corporate {
  padding-left: 0;
}

.corporate_style .header_title {
  margin-left: 0;
}

.corporate_style .p_content {
  width: 84%;
  margin-left: 44px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  padding-bottom: 15px;
  white-space: pre-wrap;
  word-break: break-all;
}

.corporate_style .p_content b {
  font-weight: bold;
}

.corporate_style .p_content span {
  font-size: 17px;
  font-weight: bold;
}

.site_color .main_box {
  width: 100%;
}

.site_color .main_box .style_icon {
  width: 74%;
}

.site_color .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 6%;
  margin-left: 44px;
}

.site_color .list_box .list {
  width: 22%;
  margin: 0 32px 50px 0;
}

.site_color .list_box .list_icon {
  width: 100%;
  height: 210px;
}

.site_color .list_box .s_t {
  color: #18191F;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 9px 0;
}

.site_color .list_box .s_d {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.activity_silhouette {
  padding-bottom: 24px;
}

.activity_silhouette .main_box {
  width: 100%;
}

.activity_silhouette .main_box .style_icon {
  width: 74%;
}

.activity_silhouette .main_active_list {
  padding: 0 44px 0 6%;
  margin-bottom: 40px;
  margin-left: 44px;
}

.activity_silhouette .active_img {
  width: 100%;
}

.activity_silhouette .left_w {
  width: 75%;
}

.activity_silhouette .right_w {
  width: 22%;
  margin-left: 3%;
}

.activity_silhouette .div_li {
  float: right;
}

.activity_silhouette .m_b13 {
  margin-bottom: 13px;
}

.activity_silhouette .span_line {
  width: 34px;
  height: 9px;
  background: #E62129;
  display: block;
  margin: 17px 0 13px;
}

.activity_silhouette .span_title {
  display: block;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.activity_silhouette .span_adress {
  color: #666666;
  font-size: 18px;
  margin-right: 40%;
}

.activity_silhouette .span_time {
  color: #999;
  font-size: 18x;
}

.activity_silhouette .span_content {
  font-size: 17px;
  color: #666666;
  line-height: 26px;
}

.box_img_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.box_img_div img {
  width: 22%;
  margin-left: 45px;
  margin-bottom: 34px;
}

.main_detail_info {
  width: 72%;
  margin: 0 auto;
}

.main_detail_info .go_back {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0 28px;
  color: #999;
  font-size: 15px;
  cursor: pointer;
}

.main_detail_info .detail_title {
  font-size: 30px;
  line-height: 34px;
  color: #333;
  font-weight: 500;
  margin-bottom: 7px;
}

.main_detail_info .b_b {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main_detail_info .detail_desc {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 34px;
  color: #999;
  font-weight: 500;
}

.main_detail_info .content_box {
  margin-bottom: 34px;
  text-indent: 34px;
  color: #666666;
  font-size: 17px;
  line-height: 38px;
  white-space: pre-wrap;
  word-break: break-all;
}

.main_detail_info .content_box b {
  font-weight: bold;
}

.main_detail_info .content_box p img {
  width: 100% !important;
}

.main_detail_info .content_box .active_img {
  width: 22%;
  margin-right: 45px;
  margin-bottom: 34px;
}

.main_detail_info .content_box .active_img:last-child {
  margin-right: 0;
}

.memorabilia .main_box {
  width: 100%;
}

.memorabilia .main_box .style_icon {
  width: 74%;
}

.memorabilia .main_memorabilia {
  width: 88%;
  margin: 60px auto;
}

.memorabilia .main_memorabilia .text-align {
  text-align: center !important;
}

.memorabilia .main_memorabilia .van-step__line {
  height: 4px !important;
  background: #dbdbdb;
}

.memorabilia .main_memorabilia .van-steps--horizontal .van-steps__items {
  max-width: 150%;
}

.memorabilia .main_memorabilia .van-step__circle {
  height: 20px !important;
  width: 20px !important;
  background: #dbdbdb;
}

.memorabilia .main_memorabilia .van-steps--horizontal {
  padding: 40px 100px 0;
  overflow-x: auto;
}

.memorabilia .main_memorabilia .van-step__circle-container {
  padding: 0 !important;
  background: transparent !important;
}

.memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_time {
  left: -69px;
}

.memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_desc {
  position: relative;
  left: -55px;
}

.memorabilia .main_memorabilia .van-step--horizontal:last-child .line_time {
  left: 64px;
}

.memorabilia .main_memorabilia .van-step--horizontal:last-child .line_desc {
  position: relative;
  right: -95px;
}

.memorabilia .main_memorabilia .line_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: bolder;
  width: 75px;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  top: -40px;
  left: -4px;
  max-height: 55px;
  overflow: hidden;
  color: #E62129;
}

.memorabilia .main_memorabilia .line_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  width: 140px;
  color: #666;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 19px;
}

.memorabilia .main_memorabilia .line_desc p {
  margin-bottom: 12px;
}

.results_show {
  margin-top: 40px;
  padding-bottom: 30px;
  margin-left: 44px;
  padding-left: 6%;
  width: 92%;
}

.results_show .p_title {
  color: #E62129;
  font-size: 30px;
  line-height: 50px;
  font-weight: bolder;
  margin: 10px 0;
}

.results_show .right_ul {
  margin-left: 45px;
}

.results_show .b_l {
  margin-left: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.results_show .right_box {
  border-left: 4px dashed rgba(0, 0, 0, 0.2);
}

.results_show .right_box p {
  min-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.results_show .right_box p:last-child {
  border-bottom: 0;
}

.results_show .right_box span {
  padding: 0 17px;
  font-size: 17px;
  width: 50%;
}

.results_show .right_box .s_t_0 {
  color: #000000;
}

.results_show .right_box .s_t_6 {
  color: #666666;
}

.sales_window {
  height: 90vh;
  width: 85%;
  margin: 0 auto;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .navbar_header .menu_icon {
    height: 38px;
  }
  .navbar_header .logo_icon {
    height: 32px;
  }
  .navbar_header .header_h {
    height: 52px;
  }
  .overlay_width {
    width: 144px;
    height: 100%;
  }
  .overlay_width .left_aside_main {
    padding: 30px 0;
  }
  .overlay_width .left_aside_main .close_icon {
    margin-left: 12px;
    margin-bottom: 50px;
  }
  .overlay_width .left_aside_main .main_list {
    padding: 16px 0 16px 45px;
  }
  .overlay_width .left_aside_main .active .line {
    left: 30px;
  }
  .main_wrapper {
    height: 100%;
  }
  .main_wrapper .banner_icon {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .main_wrapper .text_icon {
    margin-bottom: 14px;
    width: 90%;
    height: 34px;
  }
  .main_wrapper .center_icon {
    width: 18px;
    height: 18px;
    margin: 0.14rem 0 0;
  }
  .main_wrapper .p_h {
    height: 42px;
  }
  .main_wrapper .font {
    font-size: 16px;
  }
  .main_wrapper .box_xs {
    width: 45%;
  }
  .main_wrapper .box_xs_1 {
    width: 80%;
  }
  .main_wrapper .w_all {
    width: 100%;
  }
  .main_wrapper .btn_span {
    display: inline-block;
    border-radius: 4px;
    background: #E60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .main_wrapper .btn_span_1 {
    display: inline-block;
    border-radius: 4px;
    background: #E60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    width: 45%;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .main_wrapper .btn_span_2 {
    display: inline-block;
    border-radius: 4px;
    background: #E60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    width: 45%;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .main_wrapper .w5 {
    width: 100%;
  }
  .main_wrapper .item_list {
    height: auto;
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  .main_wrapper .item_list .item_li {
    float: none;
  }
  .main_wrapper .item_list .posi_ab {
    position: inherit;
    top: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
  .main_wrapper .item_list .posi_ab_right {
    position: inherit;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
  .main_wrapper .mySwiper {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .main_wrapper .mySwiper .swiper-slide {
    height: 100%;
    margin-bottom: 24px;
  }
  .main_wrapper .mySwiper .swiper-wrapper {
    display: inline-block !important;
    height: auto;
  }
  .main_wrapper .mySwiper .swiper-pagination {
    left: 20px;
    display: none;
  }
  .main_wrapper .box_about {
    margin-top: 32px !important;
    width: 100% !important;
  }
  .main_wrapper .title_text {
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
  }
  .main_wrapper .title_desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.3);
  }
  .main_wrapper .btn_box_style {
    margin-top: 22px;
  }
  .main_wrapper .btn_box_style span {
    font-size: 16px;
    width: 192px;
    height: 44px;
    margin-bottom: 18px;
  }
  .main_wrapper .btn_box_style span:nth-of-type(3), .main_wrapper .btn_box_style span:nth-of-type(4) {
    margin-bottom: 8px;
  }
  .main_wrapper .btn_box_style .mg_r {
    margin-right: 18px;
  }
  .main_wrapper .address_box {
    margin-bottom: 15px;
  }
  .main_wrapper .address_box span {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 10px 0;
  }
  .main_wrapper .address_box span:nth-of-type(2n-1) {
    margin-top: 5px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .main_wrapper .address_box span:nth-of-type(2n) {
    color: #666;
  }
  .main_wrapper .ba_number {
    color: #999999;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .company_profile {
    padding-left: 0%;
  }
  .company_profile .main_profile {
    padding: 12px 0;
  }
  .company_profile .p_content {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-left: 28px;
  }
  .company_profile .p_content span {
    font-weight: bold;
  }
  .company_profile .data_box {
    margin-top: 20px;
    padding: 0 10px 0 37px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_profile .data_box .num_size {
    font-size: 24px;
    color: #E62129;
    font-weight: bolder;
    line-height: 30px;
  }
  .company_profile .data_box .span {
    font-size: 14px;
    color: #E62129;
  }
  .company_profile .data_box .span_name {
    font-size: 14px;
    color: #666;
    line-height: 25px;
  }
  .walk_company {
    padding-left: 0;
  }
  .walk_company .main_walk {
    padding: 12px 0;
  }
  .walk_company .p_content {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-left: 28px;
    white-space: pre-wrap;
    word-break: break-all;
  }
  .walk_company .p_content b {
    font-weight: bold;
  }
  .walk_company .p_content span {
    font-weight: bold;
  }
  .corporate_style {
    padding-left: 0;
  }
  .corporate_style .main_corporate {
    padding: 12px 0;
  }
  .corporate_style .header_title {
    margin-left: 28px;
    margin-bottom: 12px;
  }
  .corporate_style .p_content {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-left: 28px;
  }
  .corporate_style .p_content span {
    font-size: 15px;
    font-weight: bold;
  }
  .top_header_wrapper {
    padding-left: 0;
  }
  .top_header_wrapper .span_back {
    width: 15px;
    height: 15px;
    background: #E62129;
  }
  .top_header_wrapper .title_company {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    margin-left: 12px;
    margin-bottom: 4px;
  }
  .top_header_wrapper .p_desc {
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-left: 28px;
  }
  .top_header_wrapper .padd_t {
    padding-top: 34px;
    padding-left: 16px;
  }
  .header_title {
    font-size: 16px;
    color: #666;
    padding-top: 12px;
    padding-bottom: 8px;
    line-height: 34px;
    margin-left: 44px;
    padding: 0;
  }
  .header_title span {
    font-size: 17px;
    font-weight: bold;
  }
  .header_title .t_corporate {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    padding-right: 6px;
  }
  .header_title .t_corporate_desc {
    font-size: 18px;
    color: #999;
    line-height: 44px;
  }
  .p_left {
    padding-left: 16px;
  }
  .site_color .item_list {
    width: 100%;
  }
  .site_color .main_box {
    padding: 0;
  }
  .site_color .main_box .style_icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .site_color .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 16px;
    padding: 8px 16px;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site_color .list_box .list {
    width: 47%;
    margin: 0 0 24px 0;
  }
  .site_color .list_box .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .site_color .list_box .list_icon {
    width: 100%;
    height: 110px;
  }
  .site_color .list_box .s_t {
    color: #18191F;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 9px 0;
  }
  .site_color .list_box .s_d {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
  }
  .activity_silhouette .item_list {
    width: 100%;
  }
  .activity_silhouette .main_box {
    padding: 0;
    width: 100%;
  }
  .activity_silhouette .main_box .style_icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .activity_silhouette .main_active_list {
    padding: 8px 16px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .activity_silhouette .active_img {
    width: 100%;
  }
  .activity_silhouette .left_w {
    width: 100%;
  }
  .activity_silhouette .right_w {
    width: 100%;
    margin-left: 0%;
  }
  .activity_silhouette .div_li {
    float: none;
  }
  .activity_silhouette .m_b13 {
    margin-bottom: 8px;
  }
  .activity_silhouette .span_line {
    width: 22px;
    height: 6px;
    background: #E62129;
    display: block;
    margin: 17px 0 13px;
  }
  .activity_silhouette .span_title {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
  }
  .activity_silhouette .span_adress {
    color: #666666;
    font-size: 16px;
    margin-right: 10%;
  }
  .activity_silhouette .span_time {
    color: #999;
    font-size: 16px;
  }
  .activity_silhouette .span_content {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
  }
  .main_detail_info {
    width: 88%;
    margin: 0 auto;
  }
  .main_detail_info .go_back {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 0 14px;
    color: #999;
    font-size: 15px;
  }
  .main_detail_info .detail_title {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 7px;
  }
  .main_detail_info .b_b {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main_detail_info .detail_desc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #999;
    font-weight: 500;
  }
  .main_detail_info .content_box p {
    margin-bottom: 16px;
    text-indent: 32px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
  }
  .main_detail_info .content_box .active_img {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  .main_detail_info .content_box .active_img:last-child {
    margin-right: 0;
  }
  .results_show {
    margin-top: 20px;
    padding-left: 16px;
    padding-bottom: 30px;
    margin-left: 0px;
    padding-right: 16px;
    width: 96%;
  }
  .results_show .p_title {
    color: #E62129;
    font-size: 18px;
    line-height: 38px;
    font-weight: bolder;
    margin: 10px 0;
  }
  .results_show .right_ul {
    margin-left: 27px;
  }
  .results_show .b_l {
    margin-left: 27px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .results_show .right_box {
    border-left: 4px dashed rgba(0, 0, 0, 0.2);
  }
  .results_show .right_box p {
    min-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .results_show .right_box p:last-child {
    border-bottom: 0;
  }
  .results_show .right_box span {
    padding: 8px;
    font-size: 14px;
    width: 50%;
  }
  .results_show .right_box .s_t_0 {
    color: #000000;
  }
  .results_show .right_box .s_t_6 {
    color: #666666;
  }
  .memorabilia {
    width: 100%;
  }
  .memorabilia .main_memorabilia {
    width: 92%;
    margin: 15px auto;
  }
  .memorabilia .main_memorabilia .text-align {
    text-align: left !important;
  }
  .memorabilia .main_memorabilia .van-step__line {
    width: 1px !important;
    height: 100% !important;
    background: #dbdbdb;
  }
  .memorabilia .main_memorabilia .van-step__circle {
    height: 12px !important;
    width: 12px !important;
    background: #dbdbdb;
  }
  .memorabilia .main_memorabilia .van-steps--horizontal {
    padding: 40px 40px 0;
  }
  .memorabilia .main_memorabilia .van-steps--vertical {
    padding: 0 0 0 90px;
  }
  .memorabilia .main_memorabilia .van-step {
    min-height: 60px !important;
  }
  .memorabilia .main_memorabilia .van-step__circle-container {
    padding: 0 !important;
    background: transparent !important;
  }
  .memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_time {
    left: -69px;
  }
  .memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_desc {
    position: relative;
    left: -69px;
  }
  .memorabilia .main_memorabilia .van-step--vertical:not(:last-child)::after {
    border-bottom-width: 0px;
  }
  .memorabilia .main_memorabilia .line_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bolder;
    color: #E62129;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    z-index: 111;
    position: absolute;
    top: 10px;
    left: -90px;
  }
  .memorabilia .main_memorabilia .line_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 100%;
    color: #666;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 10px;
  }
  .memorabilia .item_list {
    width: 100%;
  }
  .memorabilia .main_box {
    padding: 0;
  }
  .memorabilia .main_box .style_icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .sales_window {
    height: 240px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar_header .menu_icon {
    height: 50px;
  }
  .navbar_header .logo_icon {
    height: 50px;
  }
  .navbar_header .header_h {
    height: 88px;
  }
  .main_wrapper {
    height: 100%;
  }
  .main_wrapper .banner_icon {
    width: 100%;
    height: auto;
  }
  .main_wrapper .text_icon {
    margin-bottom: 20px;
    width: 90%;
    height: 36px;
  }
  .main_wrapper .center_icon {
    width: 18px;
    height: 18px;
    margin: 0.14rem 0 0;
  }
  .main_wrapper .p_h {
    height: 64px;
  }
  .main_wrapper .font {
    font-size: 16px;
  }
  .main_wrapper .w_all {
    width: 94%;
    margin: 0 auto;
  }
  .main_wrapper .btn_span {
    display: inline-block;
    border-radius: 4px;
    background: #E60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main_wrapper .w5 {
    width: 50%;
  }
  .main_wrapper .box_xs {
    width: 40%;
  }
  .main_wrapper .item_list {
    height: auto;
  }
  .main_wrapper .item_list .item_li {
    float: right;
  }
  .main_wrapper .item_list .posi_ab {
    position: absolute;
    top: calc(50% - 32px);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
  .main_wrapper .item_list .posi_ab_right {
    position: absolute;
    top: calc(50% - 32px);
    left: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
  .main_wrapper .mySwiper {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .main_wrapper .mySwiper .swiper-slide {
    height: 100%;
  }
  .main_wrapper .mySwiper .swiper-wrapper {
    display: inline-block !important;
  }
  .main_wrapper .mySwiper .swiper-pagination {
    left: 20px;
    display: none;
  }
  .main_wrapper .box_about {
    margin-top: 24px !important;
    width: 90% !important;
  }
  .main_wrapper .title_text {
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
  }
  .main_wrapper .title_desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.3);
  }
  .main_wrapper .btn_box_style {
    margin-top: 27px;
  }
  .main_wrapper .btn_box_style span {
    font-size: 16px;
    width: 192px;
    height: 50px;
    margin-bottom: 18px;
  }
  .main_wrapper .btn_box_style .mg_r {
    margin-right: 18px;
  }
  .main_wrapper .address_box {
    margin-bottom: 8px;
  }
  .main_wrapper .address_box span {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 0;
    letter-spacing: 1px;
  }
  .main_wrapper .address_box span:nth-of-type(2n-1) {
    margin-top: 0px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .main_wrapper .address_box span:nth-of-type(2n) {
    color: #666;
  }
  .main_wrapper .ba_number {
    color: #999999;
    font-size: 15px;
    margin: 12px 0;
    text-align: center;
  }
  .main_wrapper .item_list .banner_icon:last-child {
    min-height: 410px !important;
  }
  .company_profile .main_profile {
    padding: 0px 0;
  }
  .company_profile .p_content {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-left: 35px;
  }
  .company_profile .data_box {
    margin-top: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .company_profile .data_box .num_size {
    font-size: 24px;
    color: #E62129;
    font-weight: bolder;
    line-height: 30px;
  }
  .company_profile .data_box .span {
    font-size: 14px;
    color: #E62129;
  }
  .company_profile .data_box .span_name {
    font-size: 14px;
    color: #666;
    line-height: 25px;
  }
  .corporate_style .main_corporate {
    padding: 12px 0;
  }
  .corporate_style .header_title {
    margin-left: 16px;
    margin-bottom: 4px;
  }
  .corporate_style .p_content {
    font-size: 18px;
    color: #666;
    line-height: 34px;
    margin-left: 35px;
  }
  .corporate_style .p_content span {
    font-size: 19px;
  }
  .top_header_wrapper .span_back {
    width: 18px;
    height: 18px;
    background: #E62129;
  }
  .top_header_wrapper .title_company {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 1px;
    margin-left: 17px;
    margin-bottom: 4px;
  }
  .top_header_wrapper .p_desc {
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
    margin-left: 35px;
  }
  .header_title {
    font-size: 16px;
    color: #666;
    padding: 0px 0 8px 6%;
    line-height: 34px;
    margin-left: 35px;
  }
  .header_title span {
    font-size: 17px;
    font-weight: bold;
  }
  .header_title .t_corporate {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    padding-right: 6px;
  }
  .header_title .t_corporate_desc {
    font-size: 20px;
    color: #999;
    line-height: 44px;
  }
  .site_color .main_box {
    padding: 0;
    width: 100%;
    margin-left: 0%;
  }
  .site_color .main_box .style_icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .site_color .main_box .padd_t {
    padding-top: 76px;
    padding-left: 0;
  }
  .site_color .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 27px;
    margin-left: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site_color .list_box .list {
    width: 47%;
    margin: 0 0 24px 0;
  }
  .site_color .list_box .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .site_color .list_box .list_icon {
    width: 100%;
    height: 210px;
  }
  .site_color .list_box .s_t {
    color: #18191F;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin: 9px 0;
  }
  .site_color .list_box .s_d {
    color: #666666;
    font-size: 17px;
    line-height: 28px;
  }
  .walk_company .p_content {
    margin-left: 35px;
  }
  .activity_silhouette .main_active_list {
    padding: 15px 27px;
    margin-bottom: 10px;
    margin-left: 60px;
  }
  .activity_silhouette .active_img {
    width: 100%;
  }
  .activity_silhouette .left_w {
    width: 65%;
  }
  .activity_silhouette .right_w {
    width: 32%;
    margin-left: 3%;
  }
  .activity_silhouette .div_li {
    float: right;
  }
  .activity_silhouette .m_b13 {
    margin-bottom: 6px;
  }
  .activity_silhouette .span_line {
    width: 34px;
    height: 9px;
    background: #E62129;
    display: block;
    margin: 17px 0 13px;
  }
  .activity_silhouette .span_title {
    display: block;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
  }
  .activity_silhouette .span_adress {
    color: #666666;
    font-size: 19px;
    margin-right: 10%;
  }
  .activity_silhouette .span_time {
    color: #999;
    font-size: 19px;
  }
  .activity_silhouette .span_content {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
  }
  .main_detail_info {
    width: 88%;
    margin: 0 auto;
  }
  .main_detail_info .go_back {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 0 14px;
    color: #999;
    font-size: 16px;
  }
  .main_detail_info .detail_title {
    font-size: 26px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
    margin-bottom: 7px;
  }
  .main_detail_info .b_b {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main_detail_info .detail_desc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #999;
    font-weight: 500;
  }
  .main_detail_info .content_box p {
    margin-bottom: 18px;
    text-indent: 32px;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
  }
  .main_detail_info .content_box .active_img {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 18px;
  }
  .main_detail_info .content_box .active_img:last-child {
    margin-right: 0;
  }
  .results_show {
    margin-left: 35px;
    margin-top: 15px;
  }
  .memorabilia .main_box {
    padding: 0;
    width: 100%;
    margin-left: 0%;
  }
  .memorabilia .main_box .style_icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .memorabilia .main_box .padd_t {
    padding-top: 76px;
    padding-left: 0;
  }
  .memorabilia .main_memorabilia {
    width: 80%;
    margin: 15px auto;
  }
  .memorabilia .main_memorabilia .text-align {
    text-align: left !important;
  }
  .memorabilia .main_memorabilia .van-step__line {
    width: 1px !important;
    height: 100% !important;
    background: #dbdbdb;
  }
  .memorabilia .main_memorabilia .van-step__circle {
    height: 12px !important;
    width: 12px !important;
    background: #dbdbdb;
  }
  .memorabilia .main_memorabilia .van-steps--horizontal {
    padding: 40px 40px 0;
  }
  .memorabilia .main_memorabilia .van-steps--vertical {
    padding: 0 0 0 90px;
  }
  .memorabilia .main_memorabilia .van-step {
    min-height: 60px !important;
  }
  .memorabilia .main_memorabilia .van-step__circle-container {
    padding: 0 !important;
    background: transparent !important;
  }
  .memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_time {
    left: -69px;
  }
  .memorabilia .main_memorabilia .van-step--horizontal:nth-of-type(1) .line_desc {
    position: relative;
    left: -69px;
  }
  .memorabilia .main_memorabilia .van-step--vertical:not(:last-child)::after {
    border-bottom-width: 0px;
  }
  .memorabilia .main_memorabilia .line_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: bolder;
    color: #E62129;
    width: 64px;
    margin: 0 auto;
    text-align: center;
    z-index: 111;
    position: absolute;
    top: 0px;
    left: -90px;
  }
  .memorabilia .main_memorabilia .line_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    width: 100%;
    color: #666;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 10px;
  }
  .sales_window {
    height: 500px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) and (max-width: 1200px) {
  .main_wrapper .w_all {
    width: 90%;
    margin: 27px auto 0;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 768px) {
  .main_wrapper .w_all {
    width: 90%;
    margin: 27px auto 0;
  }
}
/*# sourceMappingURL=main.css.map */