.model_datail {
  padding-top: 70px;
  font-size: 14px;
}
.model_datail .detail {
  margin: 0 100px;
}
.model_datail ul.order {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  background: #FF8000;
  height: 59px;
}
.model_datail ul.order li {
  font-size: 22px;
  line-height: 59px;
  padding: 0px 40px;
  margin: 0 30px;
  color: #fff;
  cursor: pointer;
}
.model_datail ul.order li i {
  color: #fff;
  font-size: 24px;
  padding-right: 6px;
}
.model_datail ul.order li:hover {
  background-color: #E37201;
  color: #fff;
}
.model_datail ul.order li.active {
  background-color: #E37201;
  color: #fff;
}
.model_datail ul.detail li {
  display: none;
}
.model_datail ul.detail li.active {
  display: block;
}
.model_datail ul.detail li table {
  width: 100%;
}
.model_datail ul.detail li table .content-top th,
.model_datail ul.detail li table .content-top td {
  text-align: center;
  border-color: 1px solid #ddd;
}
.model_datail ul.detail li table .content-top th:first-child,
.model_datail ul.detail li table .content-top td:first-child {
  width: 300px;
}
.model_datail ul.detail li table .content-top td {
  vertical-align: middle;
  font-size: 18px;
}
.model_datail ul.detail li table .content-top td p img {
  max-height: 200px;
  width: auto;
  cursor: pointer;
}
.model_datail ul.detail li table .content-top th {
  font-size: 18px;
}
.model_datail ul.detail li table .content-bottom th,
.model_datail ul.detail li table .content-bottom td {
  text-align: center;
}
.model_datail ul.detail li table .content-bottom th:first-child,
.model_datail ul.detail li table .content-bottom td:first-child {
  width: 100px;
}
.model_datail ul.detail li table .content-bottom td {
  vertical-align: middle;
  font-size: 18px;
}
.model_datail ul.detail li table .content-bottom td p .icon-wancheng {
  color: #6DD46E;
  font-size: 18px;
}
.model_datail ul.detail li table .content-bottom td p .icon-guanbi {
  color: #F94A51;
  font-size: 18px;
}
.model_datail ul.detail li table .content-bottom td p img {
  max-height: 200px;
  width: auto;
  cursor: pointer;
}
.model_datail ul.detail li table .content-bottom th {
  width: 120px;
  font-size: 18px;
}
.model_datail .rebox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(26, 25, 25, 0.747);
}
.model_datail .rebox-loading-center {
  display: none;
}
.model_datail .rebox-loading-center .rebox-loading {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model_datail .rebox-loading-center .rebox-loading .rebox-loading-content {
  position: relative;
  transform: scale(0);
}
.model_datail .rebox-loading-center .rebox-loading .rebox-loading-content img {
  display: block;
  margin: 0 auto;
}
.model_datail .rebox-loading-center .rebox-loading .clear {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
}
.model_datail .rebox-loading-center .rebox-loading .clear i {
  color: #CCCCCC;
  font-weight: bold;
  font-size: 24px;
  padding: 6px;
  background: #292929;
}
.model_datail .rebox-loading-center .rebox-loading .clear i:hover {
  background: #414141;
}
.model_datail .rebox-loading-center .rebox-loading .click-img-left,
.model_datail .rebox-loading-center .rebox-loading .click-img-right {
  width: 90px;
  height: 126px;
  background-color: rgba(41, 41, 41, 0.9);
  color: #CCCCCC;
  font-size: 18px;
  text-align: center;
  line-height: 126px;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.model_datail .rebox-loading-center .rebox-loading .click-img-left i,
.model_datail .rebox-loading-center .rebox-loading .click-img-right i {
  font-size: 50px;
  font-weight: bold;
}
.model_datail .rebox-loading-center .rebox-loading .click-img-left:hover,
.model_datail .rebox-loading-center .rebox-loading .click-img-right:hover {
  background-color: rgba(65, 65, 65, 0.9);
  color: #CCCCCC;
}
.model_datail .rebox-loading-center .rebox-loading .click-img-left {
  left: 0px;
  top: 50%;
}
.model_datail .rebox-loading-center .rebox-loading .click-img-right {
  right: 0px;
  top: 50%;
}
.model_datail .rebox-loading-center .rebox-loading .click-style {
  background-color: rgba(41, 41, 41, 0.1);
  cursor: no-drop;
  color: rgba(190, 190, 190, 0.1);
}
.model_datail .rebox-loading-center .rebox-loading .click-style:hover {
  background-color: rgba(41, 41, 41, 0.1);
  cursor: no-drop;
  color: rgba(190, 190, 190, 0.1);
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box {
  width: 100%;
  height: 80%;
  position: relative;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen .screen-crumbs {
  z-index: 2;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen .content-box-screen {
  width: 30%;
  display: flex;
  flex-flow: column;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen .content-box-screen .three-img-screen-box {
  width: 100%;
  margin: 20px;
  display: flex;
  align-items: center;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen .content-box-screen .three-img-screen-box img {
  width: 100%;
  max-height: 800px;
  transform: scale(1);
  transition: all 0.1s;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .three-img-screen .content-box-screen .three-img-screen-box:hover img {
  z-index: 1;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .like-terms {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-box .like-terms span {
  color: #fff;
  font-size: 20px;
}
.model_datail .rebox-loading-center .rebox-loading .three-img-screen-click {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 10px 25px;
  background-color: #ff7f00;
  border-radius: 50px;
  cursor: pointer;
  z-index: 2;
}
.model_datail .add-video-play {
  transform: scale(1) !important;
  animation: popupVideo 0.5s ease 0s;
}
.model_datail .remove-video-play-two {
  transform: scale(0) !important;
  animation: packUpVideo 0.5s ease 0s;
}
@keyframes popupVideo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes packUpVideo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
