.report-list {
  width: 100%;
}

.report-item {
  width: 100%;
  margin-bottom: 80px;
}

.report-item-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.report-item-images > img {
  width: 49%;
  margin-bottom: 20px;
  cursor: zoom-in;
}

.testone-advantages-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.testone-advantages-list > li:nth-child(even) {
  flex-direction: row-reverse;
}

.testone-advantages-list > li > img {
  width: 690px;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.slider-banner {
  position: relative;
}

.slider-banner-list {
  width: 725px;
  height: 454px;
  position: relative;
}

.slider-banner-list > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.slider-dot-list {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-dot-list > li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4080ff;
  cursor: pointer;
}

.slider-dot-list > li.current {
  width: 20px;
  background-color: #165dff;
  border-radius: 10px;
}

.slider-dot-list > li:not(:last-child) {
  margin-right: 20px;
}

.testone-advantages-list > li>.advantage-intro {
  display: flex;
  flex-direction: column;
  max-width: 410px;
}

.testone-advantages-list > li>.advantage-intro h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #1d2129;
  font-weight: 500;
}

.testone-advantages-list > li>.advantage-intro h3 img {
  margin-right: 12px;
}

.testone-advantages-list > li .advantage-intro p {
  color: #4e5969;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.testone-advantages-list > li>.advantage-intro > p {
  margin: 20px 0;
}

.testone-advantages-list > li>.advantage-intro > .advantage-intro-list {
  margin: 20px 0;
}

.testone-advantages-list > li>.advantage-intro > .advantage-intro-list > p {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.testone-advantages-list> li>.advantage-intro> .advantage-intro-list> p::before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #165dff;
  left: 0;
  top: 15px;
}

.account-layer {
    width: 100%;
    height: 100%;
    background: rgba(29, 33, 41, 0.50);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-700px, -50%);
    z-index: 1000000;
}

.arrow-right {
    right: 50%;
    transform: translate(600px, -50%) rotate(180deg);
}

.arrow>img {
    width: 100%;
    cursor: pointer;
}

.account-layer>img {
    max-width: 1200px;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    cursor: url('../images/small.svg') auto;
}

.new-process-items-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-process-item{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  background-color: #fff;
  border-radius: 5px;
  padding: 18px 20px 38px;
  box-sizing: border-box;
  position: relative;
}

.new-process-items-list>.new-process-item:nth-child(4){
  order: 2;
}

.new-process-items-list>.new-process-item:nth-child(5){
  order: 1;
}

.new-process-items-list>.new-process-item:last-child{
  background-color: transparent;
}


.new-process-item>img{
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}

.new-process-item>img.third-img{
  top: 100%;
  left: 50%;
  transform: rotate(90deg) translateY(50%) translateX(12px);
}

.new-process-item>img{
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}

.new-process-items-list>.new-process-item:nth-last-child(-n+3)>img{
  left: -8px;
  transform: translateX(-100%) translateY(-50%) rotate(-180deg);
}

.item-title{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.item-title>h3{
  color: #E0E8FD;
  font-size: 42px;
  font-weight: normal;
  margin-right: 5px;
}

.item-title>.right-title{
  display: flex;
  flex-direction: column;
}

.item-title>.right-title>span{
  color: #E0E8FD;
  font-size: 14px;
}

.item-title>.right-title>h4{
  color: #1D2129;
  font-size: 18px;
}

.new-process-item>p{
  color: #4E5969;
  font-size: 14px;
}

.testingVideo{
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.testingVideo>img:first-child{
  width: 100%;
}

.testingVideo>.video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
  .report-item {
    margin-bottom: 2rem;
  }

  .report-item-images > img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .testone-advantages-list > li {
    flex-direction: column-reverse !important;
    width: 100%;
    margin-bottom: 2rem;
    align-items: flex-start;
  }

  .slider-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10.5;
  }

  .slider-banner-list {
    width: 100%;
    height: auto;
  }

  .slider-banner-list > img {
    width: 100%;
  }

  .slider-dot-list {
    bottom: 2rem;
  }

  .slider-dot-list > li {
    width: 8px;
    height: 8px;
  }

  .slider-dot-list > li.current {
    width: 12px;
    background-color: #165dff;
    border-radius: 10px;
  }

  .slider-dot-list > li:not(:last-child) {
    margin-right: 20px;
  }

  .testone-advantages-list > li .advantage-intro h3 {
    font-size: 1.2rem;
  }

  .testone-advantages-list > li .advantage-intro h3 img {
    width: 1.5rem;
  }

  .testone-advantages-list > li .advantage-intro > .advantage-intro-list {
    margin: 0.5rem 0;
  }

  .testone-advantages-list > li .advantage-intro p {
    font-size: 0.9rem;
    line-height: 24px;
    margin: 0.5rem 0;
  }

  .testone-advantages-list > li .advantage-intro > .advantage-intro-list > p {
    font-size: 0.9rem;
    margin: 0;
  }

  .testone-advantages-list
    > li
    .advantage-intro
    > .advantage-intro-list
    > p::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }

  .account-layer > img {
    max-width: 96%;
  }

  .arrow {
    display: none;
  }
  
 
  .item-title{
    margin-bottom: 1rem;
  }

  .item-title>h3{
    font-size: 1.8rem;
  }
  
  .item-title>.right-title>span{
    font-size: .7rem;
  }
  
  .item-title>.right-title>h4{
    font-size: .9rem;
  }

  .new-process-item{
    width: 48%;
    padding: 10px;
    margin-bottom: 1rem;
  }

  .new-process-item>img{
    display: none;
  }

  .new-process-items-list>.new-process-item:nth-child(4){
    order: 0;
  }
  
  .new-process-items-list>.new-process-item:nth-child(5){
    order: 0;
  } 
}
