.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.img-main {
  position: relative;
  margin-top: 20px;
}
.img-main .main-inner {
  position: relative;
  width: 90%;
}
.imgtype-container {
  position: relative;
}
.imgtype-list {
  position: relative;
  margin-bottom: -10px;
}
.imgtype-list .item-container {
  position: relative;
  margin-bottom: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imgtype-list .item-container:nth-child(2n + 1) {
  padding-right: 5px;
}
.imgtype-list .item-container:nth-child(2n) {
  padding-left: 5px;
}
.imgtype-list .item-content {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #eaf4f7;
  cursor: pointer;
}
.imgtype-list .item-content .item-title {
  font-size: 16px;
  line-height: 2;
}
.imgtype-list .item-content .item-desc {
  font-size: 12px;
}
.imgtype-list .item-content.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.imgtype-list .item-content.item-content-active,
.imgtype-list .item-content:hover {
  background-color: #0099cc;
  color: #fff;
}
.main-left {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 678px;
  margin-right: 20px;
  overflow: hidden;
}
.main-left .img-view {
  position: relative;
  margin-bottom: 20px;
  width: calc(90vw - 297px);
  height: calc((90vw - 297px) / 4 * 3);
  max-height: calc(100vh - (150px + 20px));
  min-width: 100%;
  min-height: 508.5px;
  background-color: #efefef;
}
.main-left .img-view .swiper-container {
  width: 100%;
  height: 100%;
}
.main-left .img-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-left .img-view .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 8px;
  line-height: 1.5;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
}
.img-preview {
  position: relative;
  width: 100%;
  height: 150px;
}
.img-preview .swiper-container {
  width: 100%;
  height: 100%;
}
.img-preview .swiper-slide {
  position: relative;
  margin-right: 10px;
  width: 200px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ccc;
  overflow: hidden;
}
.img-preview .swiper-slide:last-child {
  margin-right: 0;
}
.img-preview .swiper-slide.swiper-slide-selected,
.img-preview .swiper-slide:hover {
  border-color: red;
}
.img-preview .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-right {
  position: relative;
  width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}
.main-right .main-right-module {
  margin-bottom: 20px;
}
.main-right .module-content {
  position: relative;
}
.main-right .module-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-right .module-top-title {
  position: relative;
  font-size: 18px;
  color: #0099cc;
}
.main-right .module-top-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0099cc;
  left: 0;
  bottom: 0;
}
.mainright-module {
  margin-bottom: 10px;
}
.serial-prop-container {
  padding: 10px;
  border: 1px solid #eaf4f7;
}
.serial-prop-container .title {
  font-size: 16px;
}
.serial-prop-container .serial-prop-items {
  font-size: 14px;
  color: #666;
}
.serial-prop-container .serial-prop-items .item-container {
  margin: 10px 0;
}
.serial-prop-container .serial-prop-items .item-container:last-child {
  margin-bottom: 0;
}
.serial-prop-container .serial-prop-items .item-icon {
  width: 20px;
  height: 20px;
}
.serial-prop-container .serial-prop-items .item-title {
  margin: 0 10px;
}
.other-serial-items {
  padding: 5px;
  border: 1px solid #eaf4f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.other-serial-items .item-container {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.other-serial-items .item-container .item-img-container {
  height: 86.25px;
  overflow: hidden;
}
.other-serial-items .item-container .item-img-container img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-serial-items .item-container .item-img-container img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.other-serial-items .item-container .item-desc {
  padding: 5px;
  text-align: center;
}
