.all-content {
  position: relative;
}

.banner-title {
  position: absolute;
  top: 23%;
  left: 16%;
  color: #ffffff;
  width: 84%;
}

.banner-title-fir {
  font-size: 58px;
  font-weight: bold;
}

.banner-title-sec {
  font-size: 22px;
}

.banner-title-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  background: #ffffff;
  color: #105baa;
  border-radius: 30px;
  height: 50px;
  width: 15%;
  white-space: nowrap;
}

.detail-content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.left-menu {
  width: 18%;
  margin-right: 5%;
}

.left-menu-sp {
  display: none;
  width: 100%;
}

.right-content {
  width: 77%;
}

.left-menu li,
.left-menu-sp li {
  background-color: #f0f0f0;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #000000;
}

.left-menu li:not(.menu-title):hover {
  border: 1px solid #105baa;
  color: #105baa;
  background-color: #e3f1ff;
  cursor: pointer;
}

.left-menu .menu-title,
.left-menu-sp .menu-title-sp {
  background-color: #105baa;
  background-image: url("https://www.yamaha-motor.com.cn/marine/product/accessories/img/title-bc.png");
  background-position: right;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 22px;
}

.left-menu .menu-active,
.left-menu-sp .menu-active {
  background-color: #105baa;
  color: #ffffff;
}

.title-sty {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
}

.fg-sty {
  width: 100%;
  height: 4px;
  background-color: #aec4de;
}

.content-sty {
  width: 100%;
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.content-list .list-detail {
  width: 31%;
  margin-bottom: 25px;
  margin-right: 3.5%;
}

.content-list .list-detail:nth-child(3n),
.content-list .list-detail:last-child {
  margin-right: unset;
}

.list-detail {
  display: block;
  cursor: pointer;
}

.detail-img,
.modal-img {
  position: relative;
  padding: 20px;
  background: linear-gradient(0deg, #f7f7f7, #e6e6e6, #d1d1d1, #f0f0f0);
  text-align: center;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}

.new-sty {
  width: 65px;
  height: 25px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 25px;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #105baa, #007eff);
}

.list-detail img {
  width: 100%;
}

.detail-info {
  margin-top: 10px;
  font-size: 16px;
  padding-left: 15px;
  display: block;
}

.info-name {
  font-weight: bold;
  color: #000000;
}

.info-id {
  color: #666464;
}

.info-dec {
  display: none;
}

#pj-modal {
  overflow: hidden;
}

.pj-zz {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 998;
}

.modal-img img {
  width: 100%;
}

.detail-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-img {
  width: 42%;
}

.modal-right {
  width: 54%;
}

.modal-dialog {
  max-width: 53%;
  margin-left: 31%;
}

.modal-header {
  border-bottom: unset;
  padding: 15px 20px 0;
}

.modal-body {
  padding: 20px 20px 50px;
}

.modal-bc {
  width: 100%;
  height: 40px;
  background-image: url("https://www.yamaha-motor.com.cn/marine/product/accessories/img/modal-bc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-proname {
  color: #105baa;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.modal-proid {
  font-weight: bold;
}

.modal-proid,
.modal-prodec {
  color: #272823;
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-content {
  border: unset;
  border-radius: unset;
  background: #ffffff;
  box-shadow: 0px 8px 55px 10px rgba(0, 0, 0, 0.39);
}

.btn-close {
  color: #272823;
  opacity: 1;
  font-size: 22px;
}

.left-menu-sp .down-sty,
.left-menu-sp .up-sty {
  position: absolute;
  right: 10px;
}

.up-sty {
  display: none;
}

.rec-menu {
  width: 100%;
  height: 80px;
  background-image: url("https://www.yamaha-motor.com.cn/marine/product/accessories/img/rec-bc.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rec-sty {
  display: flex;
  justify-content: space-between;
}

.rec-detail {
  position: relative;
  width: 24.5%;
  height: 60px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rectangle::before,
.rectangle::after,
.rectangle-left::before,
.rectangle-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rectangle::before,
.rectangle-left::before {
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e4e4e6;
}

.rectangle::after,
.rectangle-right::after {
  right: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f7f7f7;
}

.rec-active {
  background-color: #105baa;
}

.rec-active::after {
  border-left: 8px solid #105baa;
}

.rec-title-num {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #bababa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  font-weight: bold;
}

.rec-title-font {
  color: #bababa;
  font-size: 26px;
  font-weight: bold;
}

.rec-active .rec-title-num {
  background-color: #ffffff;
  color: #105baa;
}

.rec-active .rec-title-font {
  color: #ffffff;
}

.sec-content {
  margin-top: 60px;
  padding-bottom: 50px;
}

.boat-title {
  font-size: 20px;
  color: #105baa;
  font-weight: bold;
}

.boat-dec {
  font-size: 15px;
  color: #666464;
  margin-top: 10px;
}

.boat-type,
.engines-type,
.horsepower,
.helm-location,
.control-type,
.rec-rig,
.controls-op,
.gua-op,
.swi-op,
.tou-op {
  margin-bottom: 50px;
}

.boat-length,
.num-engines,
.instru,
.other-op {
  margin-bottom: 55px;
}

.engines-type .boat-select,
.horsepower .boat-select,
.num-engines .boat-select {
  display: none;
}

.boat-action {
  display: flex;
  flex-wrap: wrap;
}

.boat-next,
.boat-prev,
.restart-btn,
.back-list {
  /* padding: 10px 25px; */
  background: #105baa;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.boat-next {
  display: none;
}

.boat-prev,
.restart-btn,
.back-list {
  background-color: #e3f1ff;
  color: #105baa;
  margin-right: 1%;
}

.boat-next .next-icon,
.boat-prev .prev-icon,
.restart-btn .prev-icon,
.banner-icon,
.back-list .prev-icon {
  width: 12px;
}

.banner-icon {
  margin-left: 10px;
}

.next-font,
.prev-font {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

.prev-font {
  margin-left: 8px;
  margin-right: unset;
}

.boat-select {
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  height: 50px;
  width: 31%;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.block-choose,.control-detail {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.select-icon {
  background: #e4e4e6;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #e5e5e5;
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-font,
.block-sty,
.radio-sty .form-check-label{
  font-size: 17px;
  color: #000000;
}

.bi-chevron-down::before,
.bi-chevron-up::before {
  font-weight: bold !important;
}

.select-content {
  width: 100%;
  display: none;
  position: absolute;
  top: 52px;
  overflow-y: auto;
  max-height: 170px;
  left: 0;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* 针对整个页面的滚动条 */
.select-content::-webkit-scrollbar {
  width: 10px; /* 滚动条的宽度 */
}

/* 滚动条滑块 */
.select-content::-webkit-scrollbar-thumb {
  background: #105baa; /* 滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}

/* 滚动条轨道 */
.select-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
  border-radius: 10px; /* 轨道圆角 */
}

.select-content ul li {
  padding: 5px 0 5px 30px;
}

.select-content ul li:hover {
  background-color: #e6edf7;
  color: #105baa;
}

.step-sty {
  display: none;
}

.first-step {
  display: block;
}

.block-sty {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  width: 15%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1%;
  cursor: pointer;
}

.block-sty:last-child {
  margin-right: unset;
}

/* .block-sty:hover {
  border: 2px solid #105BAA;
  color: #105BAA;
  background-color: #e3f1ff;
} */

.block-active,.control-detail-active {
  color: #ffffff;
  border: unset;
  background-color: #105baa;
}

.control-list,
.choose-list,
.rig-result,
.op-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.control-list {
  margin-top: unset;
}

.instru-detail,
.rig-detail,
.op-detail {
  width: 23%;
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid #e5e5e5;
  padding: 5px;
  margin-right: 2.66%;
  cursor: pointer;
}

.op-detail {
  width: 100%;
}

.control-detail:last-child,
.instru-detail:last-child,
.rig-detail:last-child {
  margin-right: unset;
}

.instru-detail-active {
  border: 2px solid #105baa;
}

.control-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 5px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.control-img {
  padding: 10px 20px;
  background: linear-gradient(0deg, #f7f7f7, #e6e6e6, #d1d1d1, #f0f0f0);
  text-align: center;
}

.instru-check {
  display: flex;
  margin-top: 20px;
}

.radio-sty {
  margin-right: 80px;
}

.radio-sty:last-child {
  margin-right: unset;
}

.radio-sty .form-check-input:checked {
  background-color: #105baa;
  border-color: #105baa;
}

.radio-sty .form-check-input {
  margin-right: 5px;
}

.no-find {
  font-size: 13px;
  color: #666464;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
}

.rig-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  margin-top: 5px;
}

.rig-id,
.rig-name {
  font-size: 14px;
  color: #666464;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rig-name {
  font-weight: bold;
  color: #000000;
}

.result-id {
  font-size: 14px;
  color: #666464;
  margin: 10px 0 5px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr-sty {
  height: 1px;
  background: #bababa;
  opacity: 0.5;
  width: 100%;
  margin-bottom: 40px;
}

.op-result .swiper-wrapper {
  width: 100%;
}

.op-result .swiper-button-prev,
.op-result .swiper-button-prev2,
.op-result .swiper-button-prev3,
.op-result .swiper-button-prev4,
.op-result .swiper-button-prev5,
.op-result .swiper-button-next,
.op-result .swiper-button-next2,
.op-result .swiper-button-next3,
.op-result .swiper-button-next4,
.op-result .swiper-button-next5 {
  color: #105baa;
}

@media screen and (max-width: 992px) {
  .left-menu {
    display: none;
  }

  .left-menu-sp {
    display: block;
  }

  .left-menu-sp li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .left-menu-sp .menu-title-sp {
    background-position: 140%;
    position: relative;
  }

  .right-content {
    width: 100%;
    margin-top: 20px;
  }

  .title-sty {
    font-size: 22px;
  }

  .content-list .list-detail {
    width: 100%;
    margin-right: unset;
  }

  .left-menu-sp .select-list {
    display: none;
  }

  .content-list .list-detail:last-child {
    margin-bottom: unset;
  }

  .right-content .content-sty {
    margin-bottom: 30px;
  }

  .right-content .content-sty:last-child {
    margin-bottom: unset;
  }

  .detail-content {
    margin-top: 20px;
  }

  .banner-title {
    position: absolute;
    top: 12%;
    left: 8%;
    color: #ffffff;
  }

  .banner-title-fir {
    font-size: 35px;
    font-weight: bold;
  }

  .banner-title-sec {
    font-size: 16px;
  }

  .modal-dialog {
    max-width: 100%;
    margin: 5%;
  }

  .detail-modal {
    flex-direction: column;
  }

  .modal-img {
    width: 100%;
  }

  .modal-body {
    padding: 20px 20px 35px;
  }

  .btn-close {
    font-size: 20px;
  }

  .modal-proname {
    margin-top: 20px;
  }

  .modal-bc {
    background-image: url("https://www.yamaha-motor.com.cn/marine/product/accessories/img/modal-bc-sp.png");
  }

  .modal-right {
    width: 100%;
  }

  .banner-title-btn {
    height: 44px;
    width: 55%;
    font-size: 15px;
  }

  .rec-title-num {
    font-size: 11px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
  }

  .rec-title-font {
    font-size: 14px;
  }

  .rec-menu {
    background-image: url("https://www.yamaha-motor.com.cn/marine/product/accessories/img/rec-bc-sp.png");
    background-position: center;
    background-size: cover;
    height: 48px;
  }

  .rec-detail {
    height: 38px;
    width: 23.5%;
  }

  .boat-select {
    width: 100%;
  }

  .block-sty {
    width: 49.5%;
    margin-bottom: 1%;
  }

  .boat-title {
    font-size: 16px;
  }

  .boat-dec {
    font-size: 14px;
    margin-top: 5px;
  }

  .boat-select {
    height: 40px;
    padding-left: 20px;
    margin-top: 15px;
  }

  .block-choose,.control-detail {
    margin-top: 15px;
  }

  .select-content ul li {
    padding-left: 20px;
    font-size: 15px;
  }

  .boat-next,
  .boat-prev,
  .restart-btn,
  .back-list {
    width: 32%;
  }

  .boat-action {
    justify-content: center;
  }

  .sec-content {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .boat-length,
  .num-engines,
  .instru,
  .other-op {
    margin-bottom: 45px;
  }

  .boat-type,
  .engines-type,
  .horsepower,
  .helm-location,
  .control-type,
  .rec-rig,
  .controls-op,
  .gua-op,
  .swi-op,
  .tou-op {
    margin-bottom: 40px;
  }

  .hr-sty {
    margin-bottom: 30px;
  }

  .prev-font {
    margin-left: 4px;
  }

  .next-font {
    margin-right: 4px;
  }

  .next-font,
  .prev-font,
  .select-font,
  .block-sty,
  .radio-sty .form-check-label {
    font-size: 15px;
  }

  .instru-detail,
  .rig-detail{
    width: 48.5%;
    margin-right: 3%;
  }

  .block-sty:nth-child(2n) {
    margin-right: unset;
  }

  .rig-detail {
    margin-bottom: 3%;
  }

  .rig-detail:nth-last-child(2),.rig-detail:last-child,.block-sty:nth-child(2),.block-sty:last-child{
    margin-bottom: unset;
  }

  .control-detail:nth-child(2n),
  .instru-detail:nth-child(2n),
  .rig-detail:nth-child(2n) {
    margin-right: unset;
  }
  
  .control-title {
    margin: 0 0 5px;
    font-size: 12px;
  }

  .select-content {
    top: 42px;
  }

  .rig-id, .rig-name,.no-find{
    font-size: 12px;
  }

  .result-id {
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px)  {
  .left-menu li,.left-menu-sp li {
    font-size: 15px;
  }

}