.tab .addhover {
  border-bottom: 2px solid #0028c9;
}
.banner {
  width: 100%;
  height: 400px;
}
.banner-pic {
  width: 100%;
  height: 400px;
  background: url("../images/ai-banner.webp") no-repeat center top;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w-1200 .h-title {
  padding-top: 45px;
  font-size: 30px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.w-1200 .demo-box {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 100%;
}
.demo-box .tab_list {
  height: 40px;
  display: flex;
  justify-content: center;
}
.demo-box .tab_con {
  margin-top: 10px;
  border: 1px solid #e8e9eb;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}
.tab_list li {
  line-height: 40px;
  box-sizing: border-box;
  margin-right: 24px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.tab_list .current {
  font-weight: 600;
  color: #036fe2;
}
.tab_con .item {
  display: none;
}
.tab_con .item .item-box {
  display: flex;
  justify-content: space-between;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.item-box .image-box {
  width: 840px;
  /* width: 70%; */
  height: 524px;
  position: relative;
  background: #343434;
}
.item-box .text-box {
  width: 360px;
  /* width: 30%; */
  height: 524px;
  color: #333;
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.item-box .text-box .text-title {
  padding: 15px;
}
.item-box .text-box .text-title h1 {
  font-size: 20px;
}
.item-box .text-box .text-title p {
  margin-top: 10px;
  font-size: 16px;
}

.item-box .text-box .text-p {
  padding: 0 15px 15px;
}
.item-box .text-box .text-p p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.item-box .image-input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  color: #ccc;
}
.image-input .image-input-container {
  display: flex;
  align-items: center;
}
.image-input .image-input-container .image-url {
  width: 492px;
  font-size: 14px;
  height: 36px;
  outline: none;
  text-indent: 11px;
  border-right: none;
  border: 1px solid #666;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.image-input .image-input-container .image-button {
  min-width: 116px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #666;
  background: rgba(0, 0, 0, 0.5);
}
.image-input .image-input-container .image-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  font-size: 16px;
  line-height: 38px;
  background: transparent;
  border: none;
}
.image-input .image-input-container .image-local {
  width: 116px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #0073eb;
  border: none;
}
.image-input .image-notice {
  font-size: 12px;
}
.demo-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.demo-loading-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url("../images/loading.png");
}
.demo-loading-text {
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.demo-data-error-msg {
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.demo-data-error-msg img {
  width: 90px;
}
.image-local-input {
  width: 100%;
  height: 100%;
  display: none;
}
.demo-data-error-msg .error-text {
  max-width: 416px;
  margin-top: 12px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}
.tech-recognition-scan {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 840px;
  border-bottom: 3px solid #3e88f1;
  -webkit-animation: scan 1.2s infinite;
  -moz-animation: scan 1.2s infinite;
  animation: scan 1.2s infinite;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#3e88f1)
  );
  background: -webkit-linear-gradient(top, transparent, #3e88f1);
  background: -moz-linear-gradient(top, transparent, #3e88f1);
  background: linear-gradient(180deg, transparent, #3e88f1);
}
@keyframes scan {
  0% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 500px;
  }
}
.none {
  position: absolute;
  top: 300px;
}
/* You can remove this page div in your website */
#page {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Our normalize css */
* {
  margin: 0;
  box-sizing: border-box;
}
/* Our wrapper */
.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}

/* Our image information */
.before,
.after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /* background-color: white; */
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.before::after {
  content: "转换前";
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: 30px;
}
.content-image {
  height: 100%;
}

.after {
  width: 125px;
  display: none;
}
.after-animation {
  display: block;
  animation-name: move;
  animation-duration: 3s;
  animation-iteration-count: 1;
}
.scroller {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 75%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}
.scroller-animation {
  display: block;
  animation-name: move1;
  animation-duration: 3s;
  animation-iteration-count: 1;
}
.scroller:hover {
  opacity: 1;
}

.scrolling {
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}

.scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}
.scroller:before {
  top: 100%;
}
.scroller:after {
  bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after {
  background: #fff;
}
@keyframes move {
  0% {
    width: 25px;
  }
  50% {
    width: calc(50%+25);
  }
}
@keyframes move1 {
  0% {
    left: 0px;
  }
  50% {
    left: calc(50%+25);
  }
}
.before-tips {
  position: relative;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: -411px;
  left: 25px;
  color: #fff;
  font-size: 18px;
}
.after-tips {
  position: absolute;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: 5px;
  left: 0;
  color: #fff;
  font-size: 18px;
}
.drag-tips {
  display: none;
  position: relative;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: -82px;
  left: 75px;
  color: #fff;
  font-size: 15px;
}
.drag-tips::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 13px;
  left: -8px;
}
.select-style {
  padding: 15px;
  display: none;
}
#selects {
  display: flex;
  flex-wrap: wrap;
}
.select-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 10px 0;
  cursor: pointer;
}
.select-item label {
  cursor: pointer;
}
.select-item input {
  margin-right: 5px;
  cursor: pointer;
}
.download-img:hover {
  cursor: pointer;
  color: #036FE2;
  border-bottom: 1px solid #036FE2;
}
