.content {
  width: 100%;
  height: calc(100% - 36px);
  background-color: #f4f4f4;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.content .left_box {
  float: left;
  width: 60%;
  height: 100%;
  overflow: auto;
  line-height: 22px;
}
.content .left_box .scene {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 166px;
  display: flex;
}
.content .left_box .scene .img_box {
  width: 272px;
  height: 170px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content .left_box .scene .img_box img {
  width: 100%;
}
.content .left_box .scene .use_scene {
  margin-left: 20px;
  width: calc(100% - 126px);
}
.content .left_box .scene .use_scene p {
  margin: 8px 0 0 0;
}
.content .left_box .scene .use_scene .title_tag {
  font-weight: bold;
}
.content .left_box .scene .my_tabs .el-tabs__nav-wrap:after {
  display: none;
}
.content .left_box .scene .my_tabs .el-tabs__item {
  width: auto;
  height: auto !important;
  padding: 7px 16px !important;
}
.content .left_box .scene .my_tabs .el-tabs__content .el-tab-pane figure table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content .left_box .scene .my_tabs .el-tabs__content .el-tab-pane figure table td {
  padding: 0;
  border: 1px solid #bfbfbf;
}
.content .left_box .scene .top_banner {
  margin: 20px 0 8px 0;
}
.content .left_box .scene .top_banner .prev,
.content .left_box .scene .top_banner .next {
  width: 34px;
  height: 34px;
  background: rgba(82, 85, 103, 0.05);
  border-radius: 50%;
  color: rgba(82, 85, 103, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content .left_box .scene .top_banner .img_show {
  width: calc(100% - 92px);
  height: 512px;
  margin: 0 12px;
  position: relative;
  cursor: pointer;
}
.content .left_box .scene .top_banner .img_show img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.content .left_box .scene .bottom_banner {
  margin: 0 12px;
  width: calc(100% - 24px);
}
.content .left_box .scene .bottom_banner .prev,
.content .left_box .scene .bottom_banner .next {
  width: 22px;
  height: 100px;
  background: rgba(82, 85, 103, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content .left_box .scene .bottom_banner .img_wrap {
  width: calc(100% - 52px);
  height: 100px;
  background: rgba(82, 85, 103, 0.05);
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}
.content .left_box .scene .bottom_banner .img_wrap .move_box {
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .left_box .scene .bottom_banner .img_wrap .move_box img {
  height: 88px;
  margin-right: 4px;
  cursor: pointer;
}
.content .left_box .scene .bottom_banner .img_wrap .move_box img:last-of-type {
  margin-right: 0;
}
.content .left_box .scene .video_use {
  line-height: 22px;
  color: rgba(82, 85, 103, 0.8);
}
.content .left_box .scene .video_use p {
  margin: 20px 0 4px 0;
}
.content .left_box .scene .video_use a {
  color: #324BE2;
  text-decoration: underline;
}
.content .left_box .scene .video_use .video_box {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(82, 85, 103, 0.05);
  margin: 0 auto;
}
.content .left_box .scene .video_use .video_box video {
  width: 95%;
}
.content .left_box .scene .el-table {
  margin-top: 20px;
}
.content .left_box .scene .el-table a {
  text-decoration: none;
  color: #525567;
}
.content .left_box .scene .pagination_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.content .right_box {
  float: left;
  width: 322px;
  margin-left: 20px;
}
.content .right_box .right_wrap {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.content .right_box .right_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content .right_box .right_wrap .component_name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 12px 0;
}
.content .right_box .right_wrap .price_wrap {
  font-weight: bold;
  font-size: 18px;
  color: #DE1421;
  line-height: 22px;
}
.content .right_box .right_wrap .price_wrap span {
  font-weight: 400;
  font-size: 14px;
  color: #525567;
  line-height: 22px;
  margin-left: 4px;
}
.content .right_box .right_wrap .time_wrap {
  color: rgba(82, 85, 103, 0.4);
  margin: 14px 0 20px 0;
}
.content .right_box .right_wrap .time_wrap div .el-icon {
  margin-right: 4px;
}
.content .right_box .right_wrap .time_wrap div .el-icon:nth-of-type(2) {
  margin-left: 12px;
}
.content .right_box .right_wrap .time_wrap span,
.content .right_box .right_wrap .time_wrap p {
  cursor: pointer;
}
.content .right_box .right_wrap .tag_box div {
  float: left;
  line-height: 22px;
  background: rgba(82, 85, 103, 0.08);
  border-radius: 2px;
  padding: 0 2px;
  margin: 0 4px 4px 0;
}
.content .right_box .right_wrap .line {
  width: 100%;
  height: 1px;
  background: rgba(82, 85, 103, 0.1);
  margin: 20px 0 18px 0;
}
.content .right_box .right_wrap .similar {
  line-height: 22px;
  margin-bottom: 12px;
}
.content .right_box .right_wrap .similar span {
  color: rgba(82, 85, 103, 0.8);
}
.content .right_box .right_wrap .similar a {
  color: #525567;
  text-decoration: none;
}
.content .right_box .right_wrap .similar_wrap {
  width: 100%;
  min-height: 184px;
}
.content .right_box .right_wrap .similar_wrap .similar_list {
  width: 100%;
  margin-top: 20px;
}
.content .right_box .right_wrap .similar_wrap .similar_list .similar_info,
.content .right_box .right_wrap .similar_wrap .similar_list .similar_img {
  float: left;
}
.content .right_box .right_wrap .similar_wrap .similar_list .similar_img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-right: 10px;
  object-fit: contain;
  overflow: hidden;
}
.content .right_box .right_wrap .similar_wrap .similar_list .similar_img img {
  width: 100%;
  height: 100%;
}
.content .right_box .right_wrap .similar_wrap .similar_list p {
  font-weight: bold;
  line-height: 22px;
  color: #525567;
}
.content .right_box .right_wrap .similar_wrap .similar_list p:nth-of-type(2) {
  color: #DE1421;
  margin-top: 4px;
}
.content .right_box .right_wrap .similar_wrap .similar_list p:nth-of-type(2) span {
  font-weight: 400;
  margin-left: 4px;
  color: #525567;
}
.content .right_box .right_wrap .author_name {
  color: rgba(82, 85, 103, 0.8);
  line-height: 22px;
  display: flex;
  align-items: center;
}
.content .right_box .right_wrap .author_name img:nth-of-type(1) {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.content .right_box .right_wrap .author_name span {
  margin: 0 4px 0 8px;
}
.img_preview {
  position: fixed;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  left: 50px;
  top: 50px;
  z-index: 10;
  background: rgba(82, 85, 103, 0.5);
  padding: 42px 32px 32px 32px;
  box-sizing: border-box;
}
.img_preview .close_box {
  position: absolute;
  right: 32px;
  top: 32px;
}
.img_preview p {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}
.img_preview .show_box {
  height: calc(100% - 92px);
  margin: 20px 0 50px 0;
}
.img_preview .show_box .img_show {
  width: calc(100% - 340px);
  height: 100%;
  overflow: hidden;
}
.img_preview .show_box .img_show .container,
.img_preview .show_box .img_show img {
  width: 100%;
  cursor: pointer;
}
.img_preview .prev,
.img_preview .next,
.img_preview .close_box {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  text-align: center;
  line-height: 55px;
  font-size: 21px;
  cursor: pointer;
}
