.content_index {
  width: 100%;
  font-size: 12px;
  background-color: #fefefe;
}
.content {
  background-color: #fafafa;
  font-size: 14px;
}
.subnav {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #707070;
  line-height: 50px;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.subnav .img {
  width: 20px;
  height: 20px;
}
.subnav .name {
  color: #000;
}
.subnav a {
  cursor: pointer;
}
.detail-box {
  display: flex;
  justify-content: space-between;
}
.detail-box .left {
  width: 890px;
}
.detail-box .left .section1 {
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.detail-box .left .section1 .img {
  min-width: 286px;
  width: 286px;
  height: 350px;
}
.detail-box .left .section1 .right {
  margin-left: 20px;
  flex: 1;
}
.detail-box .left .section1 .name {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-box .left .section1 .detail {
  width: 540px;
  height: 236px;
  background: rgba(var(--rgb-color), 0.04);
  border-radius: 2px;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
}
.detail-box .left .section1 .detail .desc {
  margin-top: 14px;
  margin-left: 20px;
}
.detail-box .left .section1 .detail .label {
  margin-top: 24px;
  margin-left: 20px;
}
.detail-box .left .section1 .detail .label-box {
  margin-left: 20px;
  margin-top: 13px;
}
.detail-box .left .section1 .detail .label-box .label-item {
  color: #7B511B;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #B5A694;
  border-radius: 2px;
  padding: 0 10px;
}
.detail-box .left .section1 .detail .share-box {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
.detail-box .left .section1 .detail .share-box .share-img {
  width: 20px;
  height: 20px;
}
.detail-box .left .section1 .btn-box {
  margin-top: 28px;
}
.detail-box .left .section1 .btn-box .btn {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #9933FF;
  background-color: #fff;
  color: var(--color);
}
.detail-box .left .section1 .btn-box .btn.active {
  color: #fff;
  background: var(--color);
  margin-right: 20px;
}
.detail-box .left .section2 {
  background-color: #fff;
  width: 100%;
  height: 180px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.detail-box .left .section2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6E6E6E;
}
.detail-box .left .section2 .top .iconfont {
  font-size: 14px;
}
.detail-box .left .section2 .top a {
  display: block;
  cursor: pointer;
}
.detail-box .left .section2 .bottom {
  padding: 18px 23px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.detail-box .left .section2 .bottom .left {
  display: flex;
  width: auto;
}
.detail-box .left .section2 .bottom .left .img-logo {
  width: 100px;
  height: 100px;
}
.detail-box .left .section2 .bottom .left .txt-box {
  margin-left: 43px;
  line-height: 24px;
}
.detail-box .left .section2 .bottom .left .txt-box .txt-dark {
  color: #666;
  margin-right: 10px;
}
.detail-box .left .section2 .bottom .left .txt-box .name {
  margin-top: 4px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
.detail-box .left .section2 .bottom .right {
  display: flex;
}
.detail-box .left .section2 .bottom .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 80px;
}
.detail-box .left .section2 .bottom .right .item .img {
  width: 40px;
  height: 40px;
  display: block;
}
.detail-box .left .section2 .bottom .right .item .desc {
  color: #333333;
  margin: 4px 0;
}
.detail-box .left .section2 .bottom .right .item .num {
  font-weight: 700;
}
.detail-box .left .section3 {
  background-color: #fff;
  margin-top: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.detail-box .left .section3 .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 740px;
  height: 863px;
}
.detail-box .left .section3 .swiper-button-next,
.detail-box .left .section3 .swiper-button-prev {
  width: 62px;
  height: 150px;
}
.detail-box .left .section3 .swiper-button-next:after,
.detail-box .left .section3 .swiper-button-prev:after {
  font-size: 80px;
  color: #6e6e6e;
}
.detail-box .left .section3 .swiper-button-next:hover:after,
.detail-box .left .section3 .swiper-button-prev:hover:after {
  color: #fff;
  background-color: #ccc;
}
.detail-box .left .section3 .swiper-button-next:after {
  margin-right: -40px;
}
.detail-box .left .section3 .swiper-button-prev:after {
  margin-left: -40px;
}
.detail-box .left .flex-center {
  display: flex;
  align-items: center;
}
.detail-box .left .img-icon {
  width: 30px;
  height: 30px;
}
.detail-box .left .title {
  font-size: 18px;
  margin-left: 3px;
  font-weight: 700;
  color: #000;
}
.detail-box .right {
  width: 300px;
}
.detail-box .right .section1 {
  background-color: #fff;
  padding: 18px;
  box-sizing: border-box;
}
.detail-box .right .section1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.detail-box .right .section1 .img-icon {
  width: 20px;
  height: 20px;
}
.detail-box .right .section1 .name {
  font-size: 18px;
  font-weight: 700;
}
.detail-box .right .section1 .item-box {
  overflow: hidden;
}
.detail-box .right .section1 .item-box .item {
  margin-bottom: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.detail-box .right .section1 .item-box .item:last-of-type {
  margin-bottom: 0;
}
.detail-box .right .section1 .item-box .item .img {
  width: 80px;
  height: 80px;
}
.detail-box .right .section1 .item-box .item .name-price {
  margin-left: 18px;
}
.detail-box .right .section1 .item-box .item .name {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 160px;
}
.detail-box .right .section1 .item-box .item .price {
  margin-top: 14px;
}
.detail-box .right .section1 .item-box .item .price a {
  color: var(--color);
}
.detail-box .right .section2 {
  padding: 20px;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.detail-box .right .section2 .flex-center {
  display: flex;
  align-items: center;
}
.detail-box .right .section2 .img-icon {
  width: 30px;
  height: 30px;
}
.detail-box .right .section2 .name {
  font-weight: 700;
  font-size: 18px;
}
.detail-box .right .section2 .require {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
.detail-box .right .section2 p {
  margin-top: 16px;
  color: #333333;
}
.right .section2 .leavingMsg-box {
  /* padding: 15px 18px; */
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  right: -281px;
  top: -180px;
  width: 254px;
  height: 521px;
}
.right .section2 .leavingMsg-box .p1 {
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: var(--color);
  border-bottom: solid 3px var(--color);
}
.right .section2 .leavingMsg-box .rows {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  position: relative;
}
.right .section2 .leavingMsg-box .rows span {
  width: 46px;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
}
.right .section2 .leavingMsg-box .rows .input1 {
  border: none;
  outline: none;
  background-color: #F5F5F5;
  padding-left: 10px;
  height: 30px;
  margin-left: 6px;
  width: 100%;
}
.right .section2 .leavingMsg-box .rows .sendCode {
  position: absolute;
  right: 24px;
  color: var(--color);
  font-size: 13px;
  cursor: pointer;
}
.right .section2 .leavingMsg-box .radio {
  width: 90%;
  margin: 0 auto;
  max-height: 180px;
  overflow: auto;
}
.right .section2 .leavingMsg-box .radio > div {
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 13px;
  color: #333333;
  background-color: #F5F5F5;
  margin-bottom: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
.right .section2 .leavingMsg-box .radio > div label {
  margin-left: 5px;
  cursor: pointer;
}
.right .section2 .leavingMsg-box .radio > div input {
  width: 20px;
  height: 20px;
  appearance: none;
  position: relative;
  outline: none;
}
.right .section2 .leavingMsg-box .option2 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.right .section2 .leavingMsg-box .option2 select {
  border: none;
  outline: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 5px;
  margin-left: 5px;
  background: #f5f5f5;
  color: #b3b3b3;
  height: 28px;
  font-size: 13px;
}
.right .section2 .leavingMsg-box .address-select select {
  padding-left: 5px;
}
.right .section2 .leavingMsg-box .option2 .input1 {
  border: none;
  outline: none;
  width: 81%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 16px;
  background: #f5f5f5;
  color: #b3b3b3;
  height: 28px;
  font-size: 13px;
}
.right .section2 .leavingMsg-box .radio > div input:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #6E6E6E;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.right .section2 .leavingMsg-box .radio > div input:checked:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #6E6E6E;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.right .section2 .leavingMsg-box .radio > div input:checked:after {
  content: "";
  width: 17px;
  height: 17px;
  text-align: center;
  background: var(--color);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.right .section2 .leavingMsg-box .btn {
  width: 219px;
  height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: var(--color);
}
