@charset "UTF-8";
.asking-m5 img {
  width: 100%;
}

.asking-m5 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* sosuke */
.asking-m5 .cp-sosuke {
  margin-top: 185px;
}

.asking-m5 .cp-sosuke h2 {
  font-size: 64px;
}

/* sosuke */
/* 公共 */
.asking-m5 .line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2C2C2C;
  border-left: 1px solid #2C2C2C;
  /* align-items: center; */
}

.asking-m5 .line .first-list {
  display: flex;
  align-items: center;
  /* flex: 0 0 300px; */
  flex-wrap: wrap;
  padding: 16px 32px;
  font-size: 14px;
  word-break: break-word;
  width: 213px;
}
.asking-m5 .line .list {
  display: flex;
  flex: 1;
  justify-content: space-between;
  border-right: 1px solid #2C2C2C;
  /* border-left: 1px solid #2C2C2C; */
}

/* 公共 */
/* header */
.asking-m5 .cp-header {
  background-color: #000;
  position: sticky;
  top:50px;
  z-index: 9;
}

.asking-m5 .cp-header .cp-header-note {
  padding-top: 40px;
  background: #000;
  border: none;
}

.asking-m5 .cp-header .note {
  margin-bottom: 24px;
  font-size: 12px;
  background-color: #000;
  color: #969699;
}

.asking-m5 .cp-header .line {
  font-size: 14px;
  /* align-items: center; */
}

.asking-m5 .cp-header .line .list > div {
  display: flex;
  align-items: center;
  /* flex-basis: 100%; */
  flex-basis: auto;
  flex-shrink: 1;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .line .list > div:last-of-type {
  border-right: 0 !important;
}

.asking-m5 .cp-header .line.first-line {
  color: white;
  border-left: 1px solid #4c4c4c;
  background-color: #4c4c4c;
}

.asking-m5 .cp-header .line.first-line .list {
  font-size: 16px;
}

/* header */
.asking-m5 .line-grey {
  font-weight: bold;
  border-right: 1px solid #2C2C2C;
  background-color: #ededed;
}

/* .asking-m5 .cp-s1 .line, .asking-m5 .cp-s2 .line {
  align-items: center;
} */

.asking-m5 .cp-s1 .line .list, .asking-m5 .cp-s2 .line .list {
  flex: 1;
  flex-wrap: wrap;
  padding: 25px 45px;
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .cp-s1 .line .list > div, .asking-m5 .cp-s2 .line .list > div {
  /* width: 240px; */
  text-align: center;
}

.asking-m5 .cp-s1 .line .list > div p {
  margin-bottom: 16px;
}

.asking-m5 .cp-s1 .line .list > div p, .asking-m5 .cp-s2 .line .list > div p {
  margin-top: 16px;
  font-size: 16px;
}

.asking-m5 .line .list.one {
  /* align-items: center; */
  flex: 1;
  padding: 16px 0;
  font-size: 14px;
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .line .list.one > div {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-shrink: 1;
  justify-content: center;
  /* flex: 0 0 988px; */
  text-align: center;
}

.asking-m5 .line .list.three {
  /* align-items: center; */
  flex: 1;
  font-size: 14px;
}

.asking-m5 .line .list.three > div {
  display: flex;
  align-items: center;
  /* flex-basis: 100%; */
  flex-shrink: 1;
  justify-content: center;
  padding: 16px 5px;
  text-align: center;
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .cp-s7 .line .list.one {
  border-left: 0 solid #2C2C2C;
}

.mc-wrapper-1{
  border-bottom: 1px solid #2C2C2C;
}
.six-seat,
.five-seat,
.six-seat-title,
.five-seat-title {
    width: 50%;
}
.six-seat-car {
  width: calc(50% / 4);
}

.five-seat-car {
  width: calc(50% / 4);
}
.five-seat-car-2{
  width:calc(60% / 2)
}
.asking-m5 .last-line .first-list .last-title{
  padding: 16px 32px;
  width: 213px;
}
.asking-m5 .last-line .first-list .border-bottom{
  border-bottom: 1px solid #2C2C2C;
}
.asking-m5 .last-line .first-list{
  display: block;
    padding: 0;
}
@media (max-width: 1199.5px) {
  .asking-m5 {
    padding: 0;
  }
  .asking-m5 .cp-sosuke {
    margin: 126px 0 0 40px;
  }
  .asking-m5 .cp-sosuke h2 {
    font-size: 55px;
  }
  .asking-m5 .cp-header .cp-header-note {
    padding-top: 28px;
  }
  .asking-m5 .cp-header .note {
    margin-bottom: 16px;
    /* padding-left: 40px; */
  }
  .asking-m5 .cp-header .line.first-line .list {
    font-size: 14px;
  }
  .asking-m5 .line .line-head {
    flex: 0 0 213px;
    padding: 16px;
    padding: 14px;
  }
  .asking-m5 .asking-content .line .line-head{
    width: 180px;
  }
  .asking-m5 .line-grey .first-list{
    flex:1
  }
  .asking-m5 .last-line .first-list .last-title{
    padding:14px
  }
  .asking-m5 .last-line .first-list{
    padding: 0px;
  }
  .asking-m5 .cp-s1 .line .list {
    padding: 24px 18px;
  }
  .asking-m5 .cp-s2 .line .list {
    padding: 24px 35px;
  }
  /* .asking-m5 .cp-s2 .line .list > div {
    width: 200px;
  } */
}

@media (max-width: 991.5px) {
  .asking-m5 {
    padding: 0;
  }
  .asking-m5 .cp-sosuke {
    margin: 125px 0 0 24px;
  }
  .asking-m5 .cp-sosuke h2 {
    font-size: 32px;
  }
  .asking-m5 .cp-header .cp-header-note {
    padding-top: 33px;
  }
  /* .asking-m5 .cp-header .note {
    padding-left: 24px;
  } */
  .asking-m5 .line .first-list {
    flex: 0 0 88px;
    font-size: 12px;
  }
  .asking-m5 .line-grey .first-list{
    flex:1
  }
  .asking-m5 .line .list.three {
    font-size: 12px;
  }
  .asking-m5 .cp-s1 .line .list {
    padding: 24px 5px;
  }
  /* .asking-m5 .cp-s1 .line .list > div {
    width: 50%;
  } */
  .asking-m5 .cp-s1 .line .list > div p {
    margin-bottom: 24px;
  }
  .asking-m5 .cp-s2 .line .list > div {
    width: 100px;
  }
  .asking-m5 .cp-s2 .line .list {
    padding: 24px 17px 22px 21px;
  }
  .asking-m5 .line .list.three > div {
    padding: 16px 8px;
  }
  .asking-m5 .line .list.one {
    padding: 16px 8px;
  }
}

/* slash 表格分割线*/
.asking-m5 .first-list.slash {
  position: relative;
}

.asking-m5 .first-list.slash:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 210px;
  content: '';
  transform: rotate(-75deg);
  transform-origin: top;
  background-color: #2C2C2C;
}

.asking-m5 .first-list.slash p {
  font-size: 14px;
}

.asking-m5 .first-list.slash .left {
  position: absolute;
  top: 7.5px;
  right: 17.5px;
}

.asking-m5 .first-list.slash .right {
  position: absolute;
  bottom: 8px;
  left: 32px;
}

@media (max-width: 1199.5px) {
  .asking-m5 .first-list.slash:before {
    height: 186px;
    transform: rotate(-74deg);
  }
  .asking-m5 .first-list.slash p {
    font-size: 12px;
  }
  .asking-m5 .first-list.slash .left {
    top: 8px;
    right: 17px;
  }
  .asking-m5 .first-list.slash .right {
    bottom: 11px;
    left: 16px;
  }
}

@media (max-width: 991.5px) {
  .asking-m5 .first-list.slash:before {
    height: 102px;
    transform: rotate(-59.5deg);
  }
  .asking-m5 .first-list.slash .left {
    top: 3px;
    right: 7px;
    right: 4px;
  }
  .asking-m5 .first-list.slash .right {
    bottom: 2px;
    left: 3px;
  }
}

/* fixed二级导航定格 */

.m5-section.cp-header.fixed {
  position: fixed;
  z-index: 9;
  top: 64px;
  width: 100%;
  max-width: 1200px;
}

.asking-m5 .replce {
  display: none;
}

.asking-m5 .replce.show {
  display: block;
}

/* fixed */
/* inline */
.asking-m5 .first-list.slash:before {
  background-color: rgba(255, 255, 255, 0.5);
}

/* .asking-m5 .line .list {
  border-left: 1px solid #2C2C2C;
} */

.asking-m5 .cp-header .line .list > div {
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .line .list.two > div:first-of-type {
  /* flex-basis: 400%; */
  border-left: 2px solid transparent;
}

.mob-show {
  display: none;
}

/* .asking-m5 .line .list.three > div span {
  padding: 0 16px;
} */

@media (max-width: 991.5px) {
  .asking-m5 .line .list.three > div {
    padding: 16px 3px;
  }
  .asking-m5 .line .list.three > div span {
    padding: 0 6px;
  }
  .mob-show {
    display: block;
  }
}

@media (max-width: 991.5px) {
  .asking-m5 .line .list.three > div span {
    padding: 0 1px;
  }
}

/* .asking-m5 .cp-s1 .line .list > div {
  width: auto;
} */

.asking-m5 .cp-s1 .line .list {
  flex-wrap: nowrap;
  padding: 0;
}

/* .asking-m5 .first-list.slash:before {
       height: 245px;
       background-color: #E5E5E5;
       transform: rotate(-77deg);
       -webkit-transform: rotate(-77deg);
       -moz-transform: rotate(-77deg);
       -ms-transform: rotate(-77deg);
       -o-transform: rotate(-77deg);
     } */
.asking-m5 .first-list.slash:before {
  height: 331px;
  -webkit-transform: rotate(-64.8deg);
  -moz-transform: rotate(-64.8deg);
  -ms-transform: rotate(-64.8deg);
  -o-transform: rotate(-64.8deg);
  transform: rotate(-64.8deg);
  background-color: #2C2C2C;
  background-color: #fff;
}

/* .asking-m5 .line .first-list{
     border-right: 1px solid #E5E5E5;
   }

   .asking-m5 .line.line-grey .first-list,
   .asking-m5 .line .first-list.slash{
     border-right: none;
   } */
.asking-m5 .line .list {
  position: relative;
  overflow: hidden;
  /* border-left: 1px solid #2C2C2C; */
}

@media (max-width: 1199.5px) {
  .asking-m5 .first-list.slash:before {
    height: 223px;
    transform: rotate(-53.5deg);
  }
}

@media (max-width: 991.5px) {
  .asking-m5 .first-list.slash:before {
    height: 159px;
    transform: rotate(-33.5deg);
  }
}

@media (max-width: 410px) {
  .asking-m5 .cp-header .line .list > div {
      padding: 6px 0;
      font-size: 12px;
  }
  .asking-m5 .first-list.slash:before {
      height: 121px;
      transform: rotate(-46.5deg);
  }
}

@media (max-width: 350px) {
  .asking-m5 .cp-header .line .list > div span {
    transform: scale(0.9);
  }
}

@media (max-width: 359.9px) {
  .asking-m5 .cp-header .line:last-child .list {
    overflow: hidden;
    font-size: 10px;
  }
}

.nowrap {
  white-space: nowrap;
}

/*
 * Move Column
 * 2022/04/11
 */
.asking-m5 .mc-header-wrapper {
  position: relative;
  flex: 1;
}

.asking-m5 .header-containr {
  position: relative;
}

.asking-m5 .mc-wrapper {
  position: relative;
  overflow: hidden;
  /* height: 100%; */
  height:auto
}

.asking-m5 .mc-button-nav {
  position: absolute;
  z-index: 10;
  top: 68%;
  display: none;
  padding: 16px 8px;
  line-height: 0;
  transition: opacity .3s;
  transform: translateY(-50%);
}

.asking-m5 .mc-button-nav svg {
  width: 4.5px;
}

.asking-m5 .mc-button-left {
  left: 0;
}

.asking-m5 .mc-button-right {
  right: 0;
}

.asking-m5 .mc-header-list > div {
  border-right: 1px solid #2C2C2C !important;
}

.asking-m5 .mc-col-345 {
  flex-basis: 300% !important;
}

@media (max-width: 991.5px) {
  .asking-m5 .mc-header-wrapper{
    width: calc(100% - 213px);
  }
  .asking-m5 .mc-button-nav {
    display: block;
  }
  .asking-m5 .mc-col-1, .asking-m5 .mc-col-2, .asking-m5 .mc-col-21, .asking-m5 .mc-col-22, .asking-m5 .mc-col-23, .asking-m5 .mc-col-12, .asking-m5 .mc-col-123, .asking-m5 .mc-col-1234, .asking-m5 .mc-col-12345, .asking-m5 .mc-col-345, .asking-m5 .mc-col-5, .asking-m5 .mc-copy,.asking-m5 .mc-col-67{
    flex-basis: auto !important;
    flex-shrink: 0 !important;
    will-change: transform;
  }
  .asking-m5 .mc-col-1, .asking-m5 .mc-col-5, .asking-m5 .mc-col-67{
    width: 50% !important;
  }
  .asking-m5 .mc-col-12, .asking-m5 .mc-col-123, .asking-m5 .mc-col-1234, .asking-m5 .mc-col-12345, .asking-m5 .mc-col-345 {
    width: 100% !important;
  }
  .asking-m5 .mc-col-2,.asking-m5 .mc-col-21,.asking-m5 .mc-col-22,.asking-m5 .mc-col-23{
    width: 100%;
    will-change: width;
  }
  .asking-m5[data-id='1'] .mc-button-left {
    pointer-events: none;
    opacity: 0;
  }
  .asking-m5[data-id='1'] .mc-col-1 {
    transform: translateX(0);
  }
  .asking-m5[data-id='2'] .mc-col-12 {
    width: 50% !important;
  }
  .asking-m5[data-id='3'] .mc-col-12, .asking-m5[data-id='3'] .mc-col-123 {
    width: 50% !important;
  }
  .asking-m5[data-id='6'] .mc-button-right {
    opacity: 0;
  }
}



/**/

* {
  padding: 0;
  margin: 0;
}

.asking-main {
  width: 100%;
  height: 100%;
  background: #000;
  box-sizing: border-box;
}

.asking-main div {
  box-sizing: border-box;
}


/* ******导航******* */
/* ******导航******* */
html {
  scroll-behavior: auto !important;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-text-component {
  overflow: inherit;
}

.localnav-show .header-component nav.is-scrolled {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.localnav-show .header-component nav.is-scrolled.slide-up {
  transform: translateY(-100%);
}

.localnav-show #localnav {
  transform: translateY(0%);
}

#localnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 50px;
  line-height: 50px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #localnav {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
  }
}

#localnav button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: inherit;
  color: inherit;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

#localnav .ln-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
}

#localnav .ln-content::before, #localnav .ln-content::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #414141;
}

#localnav .ln-content::before {
  top: 50px;
}

#localnav .ln-content::after {
  bottom: 0;
}

#localnav .ln-title {
  flex-grow: 1;
  height: 50px;
  padding-left: 160px;
}

#localnav .ln-title .ln-link {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

#localnav svg {
  display: block;
}

#localnav .ln-menu-trigger {
  width: 40px;
  display: none;
  padding: 16px 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#localnav .ln-menu {
  display: flex;
  margin-left: 12px;
}

#localnav .ln-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#localnav .ln-link {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  color: #fff;
}

#localnav .ln-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  margin-left: 20px;
  padding-right: 160px;
}

/* #localnav .ln-button {
  display: inline-block;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  transition: all .3s ease-out;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

#localnav .ln-button:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.2);
} */

#localnav.ln-wrap {
  max-height: 56px;
  line-height: 56px;
}

#localnav.ln-wrap .ln-content {
  height: 100%;
}

#localnav.ln-wrap .ln-content::before {
  top: 56px;
}

#localnav.ln-wrap .ln-title {
  display: flex;
  flex-grow: 0;
  height: 56px;
  padding-left: 24px;
}

#localnav.ln-wrap .ln-menu {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-right: 16px;
  padding-left: 16px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#localnav.ln-wrap .ln-menu::-webkit-scrollbar {
  display: none;
}

#localnav.ln-wrap .ln-link {
  height: 56px;
  line-height: 56px;
}

#localnav.ln-wrap .ln-action {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 56px;
  margin-left: 0;
  padding-right: 24px;
}

#localnav.ln-wrap .ln-button {
  padding-right: 15px;
  padding-left: 15px;
}

#localnav.ln-wrap .ln-menu-item {
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}

#localnav.ln-wrap .ln-menu-item .ln-link {
  padding: 0 8px;
}

#localnav.ln-wrap .ln-menu-trigger {
  display: block;
}

#localnav.ln-expanded {
  max-height: 100%;
}

#localnav.ln-expanded .ln-menu-trigger {
  transform: rotate(180deg);
}

#localnav.ln-expanded .ln-menu {
  visibility: visible;
  transition-delay: 0s;
}

#localnav.ln-expanded .ln-menu-item {
  opacity: 1;
}

@media only screen and (min-width: 1200.01px) {
  #localnav .ln-link::after {
    position: absolute;
    right: 20px;
    bottom: 1px;
    left: 20px;
    height: 2px;
    content: '';
    transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    transform-origin: center;
    background-color: #fff;
  }

  #localnav .ln-link:hover::after {
    transform: scaleX(1);
  }

  #localnav .ln-title .ln-link::after {
    display: none;
  }
}

@media only screen and (max-width: 1919px) {
  #localnav .ln-title {
    padding-left: 80px;
  }

  #localnav .ln-action {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  #localnav .ln-title {
    padding-left: 32px;
  }

  #localnav .ln-menu {
    margin-left: 20px;
  }

  #localnav .ln-link {
    padding: 0 12px;
  }

  #localnav .ln-link.current::after {
    right: 12px;
    left: 12px;
  }

  #localnav .ln-action {
    margin-left: 12px;
    padding-right: 32px;
  }

  #localnav .ln-menu-trigger {
    left: 0;
  }
}

/* ***************** */
.asking-main .asking-m5 {
  max-width: 1040px;
  padding: 0 80px;
  margin: 0 auto;
  background: #000;
  box-sizing: content-box;
}

.asking-main sup {
  font-size: 0.6em;
  align-self: normal;
}

.asking-main .nowrap {
  white-space: nowrap;
  align-self: normal;
}

.asking-m5 h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 168px;
  color: #F5F5F7;
  font-weight: bold;
}
.asking-m5 .cp-sosuke h2{
    margin-top: 0px;
    padding-top: 168px;
}
.asking-m5 .asking-pour {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #969699;
}

.asking-m5 .asking-s {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  color: #F5F5F7;
  margin-top: 40px;
  margin-bottom: 16px;
}

/* 二级导航定格 */

.asking-content.cp-header.fixed {
  position: fixed;
  width: 1040px;
  top: 50px;
  z-index: 9;
  background: #000;
}

.asking-content .replce {
  display: none;
}

.asking-content .replce.show {
  display: block;
}

/* ******* */

.asking-m5 .asking-content:nth-of-type(1) .line {
  border-top: .5px solid #2C2C2C;
  border-left: .5px solid #2C2C2C;
}

.asking-m5 .asking-content:nth-of-type(1) {
  width: 100%;
  max-width: 1040px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.asking-m5 .asking-content:nth-of-type(2) {
  /* width: 100%; */
  border-top: 0;
}

.asking-m5 .asking-content .line {
  font-size: 14px;
  /* max-width: 1040px; */
  display: flex;
  line-height: 1.6;
  color: #F5F5F7;
  background: #000;
  /* border-right: .5px solid #2C2C2C; */
}

.asking-m5 .asking-content .line-header {
  font-size: 16px;
  line-height: 1.25;
  color: #F5F5F7;
  background: #414141;
  font-weight: bold;
}

.asking-m5 .asking-content .line .line-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 213px;
  /* white-space: nowrap; */
  padding: 16px 32px;
  /* border-bottom: .5px solid #2C2C2C; */
  border-right: 1px solid #2C2C2C;
}

.asking-m5 .asking-content .line .list {
  display: flex;
  /* justify-content: center; */
  text-align: center;
  flex: 1;
  /* border-bottom: .5px solid #2C2C2C; */
  align-items: stretch;
}

.asking-m5 .asking-content .line .list .list-two {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: .5px solid #2C2C2C;
  padding: 16px 16px;
}

.asking-m5 .asking-content .line .list .list-third {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: .5px solid #2C2C2C;
  padding: 16px 16px;
}

/* .asking-m5 .asking-content .list div:nth-of-type(2) {
  border-right: 0;
} */

.asking-m5 .asking-content .line .list .list-first {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: .5px solid #2C2C2C;
  padding: 16px 5px;
  white-space: wrap;
}

.asking-m5 .asking-content .line .list .list-left {
  width: 50%;
  text-align: center;
  border-right: .5px solid #2C2C2C;
  padding: 16px 16px;
}

.asking-m5 .asking-content .line .list .list-right {
  width: 50%;
  text-align: center;
  padding: 16px 16px;
}

.asking-m5 .asking-content .line-one {
  background: rgba(64, 64, 64, 30%);
  font-weight: bold;
  border-bottom: .5px solid #2C2C2C;
  border-right: .5px solid #2C2C2C;
}

.asking-m5 .asking-content .line-one .line-head {
  border: 0;
}

.asking-m5 .asking-content .line .list-two {
  padding: 16px 2px;
  border-right: .5px solid #2C2C2C;
}

.asking-m5 .footer {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
}

.asking-m5 .footer ul {
  margin-left: 2em;
}

.asking-m5 .footer li {
  font-size: 14px;
  color: #969699;
  line-height: 1.6;
  list-style: decimal;
}

.asking-m5 .footer p {
  font-size: 14px;
  color: #969699;
  line-height: 1.6;
  margin-left: 2em;
}

.asking-m5 .footer p:nth-child(1) {
  margin-bottom: 1.5625vw;
  margin-left: 0;
}

@media (max-width: 767px) {
  .asking-m5 h2 {
    margin-top: 56px;
    font-size: 24px;
  }

  .asking-main .asking-m5 {
    padding: 0 16px;
    /* max-width: 328px; */
  }

  .asking-m5 .asking-content .line-price .list-first {
    font-size: 11px;
  }

  .asking-m5 .asking-s {
    font-size: 16px;
  }

  .asking-m5 .asking-content .line .list {
    width: auto;
  }

  .asking-m5 .asking-content .line-header {
    font-size: 14px;
  }

  .asking-m5 .asking-content .line .line-head {
    width: 104px;
    flex: 0 0 104px;
    white-space: wrap;
    padding: 10px 16px;
  }

  .asking-m5 .last-line .first-list .last-title {
    width: 104px;
  }

  .asking-m5 .asking-content .line-header {
    white-space: wrap;
  }

  /* 二级导航定格 */
  .asking-content.cp-header.fixed {
    position: fixed;
    max-width: calc(100% - 32px);
    top: 50px;
    z-index: 9;
    background: #000;

  }

  .asking-content .replce {
    display: none;
  }

  .asking-content .replce.show {
    display: block;
  }

  .asking-m5 .asking-content:nth-of-type(1) {
    width: 100%;
    /* max-width: 328px; */
  }

  /* ******* */
}

@media (min-width: 1104px) and (max-width: 1199px) {

  .asking-main .asking-m5 {
    max-width: 100%;
    padding: 0 32px;
  }

  .asking-m5 .asking-content:nth-of-type(1) {
    max-width: 100%;
  }

  .asking-content.cp-header.fixed {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1104px) {
  .asking-m5 h2 {
    margin-top: 56px;
  }

  .asking-main .asking-m5 {
    padding: 0 32px;
  }

  .asking-content.cp-header.fixed {
    position: fixed;
    top: 50px;
    z-index: 9;
    background: #000;
  }

  .asking-m5 .asking-content:nth-of-type(1) {
    width: 100%;
  }

  .asking-content.cp-header.fixed {
    max-width: calc(100% - 64px);
  }
}

@media (max-width: 1200px) {
  .asking-m5 h2 {
    margin-top: 120px;
  }
  .asking-m5 .cp-sosuke h2 {
    margin-top: 0px;
    padding-top: 120px;
  }
}