@charset "UTF-8";

.tone-banner {
  width: 100%;
  background-size: cover;
  background-image: url(../../images/testone/new-banner.png);
  box-sizing: border-box;
  padding: 60px 0;
}

.new-banner {
  background: #e6f2fd;
  background-image: none;
  padding: 20px 0;
  height: auto !important;
}

.new-wrap {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.banner-content {
  display: flex;
  align-items: flex-start;
}

.new-banner-content {
  align-items: center;
  justify-content: space-between;
}

.banner-content-left h2 {
  color: #1d2129;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  padding-top:48px
}

.banner-content-left p {
  color: #1d2129;
  font-size: 20px;
  margin: 12px 0 36px;
}

.new-banner-content-left p {
  font-size: 18px;
  color: #4e5969;
  line-height: 26px;
  max-width: 550px;
}

.banner-content-left .action-buttons {
  display: flex;
}

.banner-content-left .action-buttons a {
  display: flex;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 12px;
  white-space:nowrap
}

.banner-content-left .action-buttons a {
  background: #165dff;
  color: #fff;
  border: 1px solid #165dff;
}

.banner-content-left .action-buttons a.new-button {
  background: #fff;
  color: #165dff;
  border: 1px solid #fff;
}

.banner-content-left .action-buttons a:hover {
  background-color: #4080ff;
  border: 1px solid #4080ff;
}

.banner-content-left .action-buttons a.new-button:hover {
  background-color: #165dff;
  border: 1px solid #165dff;
  color: #fff;
}

.more-source {
  display: flex;
  align-items: center;
  margin-top: 65px;
}

.more-source a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 162px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.13);
  color: #4e5969;
  font-size: 16px;
  margin-right: 18px;
  padding: 0 20px;
  box-sizing: border-box;
}

.video-right {
  width: 620px;
  margin-left: 30px;
  box-sizing: border-box;
  border-radius: 4px;
}

.video-right img {
    max-width:100%;
}

.img-right img {
  width: 360px;
}

.content-item {
  padding-top: 80px;
}

.new-content-item {
  padding-top: 0;
}

.new-content-item-02 {
  padding: 30px 0 80px;
}

.about-testone {
  width: 100%;
}

.about-testone > p {
  color: #4e5969;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  padding: 20px 110px 50px;
  line-height: 32px;
}

.about-testone > img {
  max-width: 100%;
}

.content-item h2 {
  font-size: 42px;
  color: #1d2129;
  text-align: center;
}

.testone-advantages-list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 66px;
}

.testone-advantages-list > li:nth-child(even) {
  flex-direction: row-reverse;
}

.testone-advantages-list > li > img {
  width: 720px;
  height: 400px;
  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: 80px;
  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;
  margin-top: 50px;
}

.testone-advantages-list > li .advantage-intro h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #1d2129;
  font-weight: 500;
  max-width: 403px;
}

.testone-advantages-list > li .advantage-intro h3 img {
  margin-right: 12px;
}

.testone-advantages-list > li .advantage-intro p {
  color: #4e5969;
  font-size: 16px;
  line-height: 26px;
  max-width: 403px;
  margin: 20px 0;
  font-weight: 400;
}

.testone-advantages-list > li .advantage-intro a {
  color: #165dff;
  font-size: 16px;
  cursor: pointer;
}

.testone-advantages-list > li .advantage-intro a.information {
  background-color: #165dff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 120px;
  height: 36px;
}

.content-item > .all-case {
  font-size: 22px;
  color: #165dff;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.case-list {
  width: 100%;
  padding: 50px 0 96px;
  position: relative;
}

.case-list::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 200px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f2f2f2, transparent);
}

.case-list::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 200px;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent, #f2f2f2);
}

.case-list-item {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 26px;
}

.case-list > .case-list-item:nth-child(even) {
  flex-direction: row-reverse;
  white-space: nowrap;
  width: 100%;
}

.case-list-item-img {
  display: flex;
  height: 52px;
}

.case-list > .case-list-item:nth-child(odd) .case-list-item-img-second {
  padding-left: 20px;
}

.case-list > .case-list-item:nth-child(even) .case-list-item-img-second {
  padding-right: 20px;
}

.value-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
  padding-bottom: 50px;
}

.value-list > li {
  width: 23%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  height: 360px;
  box-sizing: border-box;
  padding: 30px 33px 30px;
}

.value-list > li:hover {
  background: linear-gradient(150deg, #165dff 0.06%, #2faaef 104.05%);
}

.value-list > li > img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.value-list > li:hover > img {
  display: none;
}

.value-list > li > h3 {
  color: #1d2129;
  font-size: 20px;
}

.value-list > li:hover > h3 {
  color: #fff;
  font-size: 28px;
}

.value-list > li > .value-intro {
  display: none;
}

.value-list > li:hover > .value-intro {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}

.value-list > li:hover > .value-intro > p {
  line-height: 30px;
}

.course-videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 68px 0;
}

.course-videos > li {
  width: 31%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 48px;
}

.course-videos > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.course-videos > li > .top-bg {
  width: 100%;
  height: 266px;
  background-size: cover;
}

.course-videos > li:first-child > .top-bg {
  background-image: url(../../images/testone/video-bg-01.png);
}

.course-videos > li:nth-child(2) > .top-bg {
  background-image: url(../../images/testone/video-bg-02.png);
}

.course-videos > li:nth-child(3) > .top-bg {
  background-image: url(../../images/testone/video-bg-03.png);
}

.course-videos > li:nth-child(4) > .top-bg {
  background-image: url(../../images/testone/video-bg-04.png);
}

.course-videos > li:nth-child(5) > .top-bg {
  background-image: url(../../images/testone/video-bg-05.png);
}

.course-videos > li:nth-child(6) > .top-bg {
  background-image: url(../../images/testone/video-bg-06.png);
}

.course-videos > li:nth-child(7) > .top-bg {
  background-image: url(../../images/testone/video-bg-07.png);
}

.course-videos > li:nth-child(8) > .top-bg {
  background-image: url(../../images/testone/video-bg-08.png);
}

.course-videos > li:last-child > .top-bg {
  background-image: url(../../images/testone/video-bg-09.png);
}

.course-videos > li > p {
  flex: 1;
  color: #1d2129;
  font-size: 20px;
  box-sizing: border-box;
  padding: 20px 16px 30px;
  text-align: center;
}

.content-of-interest {
  background: linear-gradient(95deg, #eef4ff -17.99%, #f1f7ff 114.34%);
  margin-top: 44px;
}

.interest-content-list {
  display: flex;
  padding: 72px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interest-content-list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 40px 46px;
}

/* .interest-content-list>li:hover {
    margin-top:-20px
    transition-duration: 300ms;
} */

.interest-content-list > li > h3 {
  color: #1d2129;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 20px 0 30px;
}

.interest-content-list > li > p {
  color: #4e5969;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.interest-content-list > li > a {
  color: #165dff;
  font-size: 16px;
  margin-top: 40px;
  text-align: left;
  display: inline-flex;
  width: 100%;
}

.update-log {
  width: 100%;
  display: flex;
  padding: 10px 0;
}

.update-log-first {
  margin-top:50px
}


.update-log-left {
  width: calc(50vw - 350px);
  background: #f8f9fd;
  box-sizing: border-box;
  padding: 45px;
  text-align: right;
}

.update-log-left h3 {
  color: #1d2129;
  font-size: 30px;
}

.update-log-left p {
  color: #4e5969;
  font-size: 16px;
}

.update-log-right {
  flex: 1;
  background: linear-gradient(90deg, #d4e1ff 0%, rgba(253, 255, 255, 0) 100%);
  box-sizing: border-box;
  padding: 45px;
}

.log-list p {
  max-width: 838px;
  color: #1d2129;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}

.log-list p::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #165dff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.account-layer {
  width: 100%;
  height: 100%;
  background: rgba(29, 33, 41, 0.5);
  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/testone/small.svg) auto;
}

.account-content {
  width: 900px;
  height: 392px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 46px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.account-content h3 {
  color: #1d2129;
  font-size: 30px;
  margin-bottom: 38px;
}

.account-content p {
  color: #4e5969;
  font-size: 16px;
  margin-bottom: 30px;
}

.account-tit {
  display: flex;
  align-items: center;
  color: #4e5969;
  font-size: 20px;
  margin-bottom: 8px;
}

.account-tit img {
  margin-right: 8px;
}

.account-content a {
  display: flex;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(---primary-6, #165dff);
  color: var(---White, #fff);
  font-size: 16px;
}

.account-content .img-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.ceiling-navigation {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navigation-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-content > a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 66px;
  color: #1d2129;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.navigation-content > a.current {
  color: #165dff;
  font-weight: 550;
}

.fixed-top {
  top: 70px;
  position: fixed;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 100;
}

html {
  scroll-padding-top: 70px;
}

.more-function-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}

.more-function-list > a {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background: #f3f6fa;
  border-radius: 5px;
  font-size: 18px;
  color: #4e5969;
  line-height: 28px;
}

.more-function-list > a > .tit {
  display: flex;
  font-size: 16px;
  color: #1d2129;
  font-weight: 560;
  align-items: center;
  margin-bottom: 20px;
}

.more-function-list > a > .tit > img {
  margin-right: 10px;
}

.more-function-list > a > .tit > span {
  margin-left: auto;
}

.jmzdh-test-list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 10px;
}

.jmzdh-test-list>a {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 36px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid transparent;
  box-shadow: 0px 6px 24px 0px rgba(19, 11, 112, 0.04);
}

.jmzdh-test-list>a:hover {
border: 1px solid #165DFF;
background: #FFF;
box-shadow: 0px 6px 24px 0px rgba(22, 93, 255, 0.08);
box-sizing: border-box;

}

.jmzdh-test-list>a:hover .jmzdh-test-title {
color:  #165DFF;
}

.jmzdh-test-title {
  color: #1D2026;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 12px;

}

.jmzdh-test-content {
  color: #4E5969;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .ceiling-navigation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 1rem 0;
	min-width:100% !important;
	height: auto !important;
  }
  
  .tone-banner {
	height: auto;
	padding: 1rem 0;
}

  .img-right img {
    display: none;
  }

  .new-wrap {
    width: 100%;
    padding: 1rem;
  }

  .banner-content {
    flex-direction: column;
  }

  .banner-content-left h2 {
    font-size: 1.5rem;
	padding-top:0
  }

  .banner-content-left p {
    color: #1d2129;
    font-size: 1.2rem;
    margin: 1rem 0;
  }

  .banner-content-left .action-buttons a {
    display: flex;
    padding: 5px 8px;
    font-size: 0.9rem;
    margin: 1rem 0;
    margin-right: 0.5rem;
  }

  .more-source {
    justify-content: space-between;
    margin: 1rem 0 2rem;
  }

  .more-source a {
    width: 30%;
    height: auto;
    margin-right: 0;
    padding: 5px;
    font-size: 0.8rem;
    border-radius: 3rem;
  }

  .more-source a img {
    width: 1rem;
  }

  .video-right {
    width: 100%;
    margin-left: auto;
  }

  .content-item {
    padding-top: 3rem;
  }

  .about-testone > p {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 24px;
    text-align: left;
  }

  .content-item h2 {
    font-size: 1.8rem;
  }

  .testone-advantages-list > li {
    flex-direction: column !important;
    margin-top: 2.5rem;
    width: 100%;
  }

  /* .testone-advantages-list>li>img {
        width: 100%;
        margin-bottom: 1rem;
    } */

  .slider-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .slider-banner-list {
    width: 100%;
    height: auto;
  }

  .slider-banner-list > img {
    width: 100%;
  }

  .slider-dot-list {
    bottom: -0.5rem;
  }

  .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 {
    margin-top: 1rem;
  }

  .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 p {
    font-size: 1rem;
    line-height: 24px;
    margin: 0.5rem 0;
  }

  .testone-advantages-list > li .advantage-intro a {
    font-size: 0.9rem;
  }

  .content-item > .all-case {
    font-size: 1rem;
  }

  .case-list {
    padding: 2rem 0;
  }

  .value-list > li {
    width: 48%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .value-list > li:hover > .value-intro {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-top: 1rem;
  }

  .value-list > li:hover > .value-intro > p {
    line-height: 25px;
  }

  .value-list > li:hover > h3 {
    color: #fff;
    font-size: 1.5rem;
  }

  .course-videos {
    padding: 1rem 0;
  }

  .interest-content-list {
    padding: 1rem 0;
  }

  .update-log {
    width: 100%;
    display: flex;
    padding: 2rem 0 0;
    flex-direction: column;
  }
  
  .update-log-first {
  margin-top:1rem
}
  
  .update-log+.update-log {
    margin-top:-.5rem;
    padding-bottom: 0;
  }

  .course-videos > li {
    width: 48%;
    margin-bottom: 1rem;
  }

  .course-videos > li > .top-bg {
    height: 8rem;
  }

  .course-videos > li > p {
    font-size: 0.9rem;
    box-sizing: border-box;
    padding: 0.8rem;
  }

  .interest-content-list > li {
    width: 48%;
    padding: 1rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }

  .interest-content-list > li > h3 {
    color: #1d2129;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    margin: 1rem 0;
  }

  .interest-content-list > li > a {
    font-size: 0.9rem;
    margin-top: 1rem;
  }

  .update-log-left {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
  }

  .update-log-left h3 {
    color: #1d2129;
    font-size: 1.4rem;
  }

  .update-log-right {
    padding: 1rem;
  }

  .log-list p {
    max-width: 838px;
    color: #1d2129;
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 30px;
    position: relative;
    padding-left: 1rem;
  }

  .account-content {
    width: 90%;
    height: auto;
    padding: 2rem 1rem;
  }

  .account-content h3 {
    color: #1d2129;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .account-content p {
    color: #4e5969;
    font-size: 16px;
    margin-bottom: 1.5rem;
  }

  .account-tit {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .account-content a {
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: var(---primary-6, #165dff);
    color: var(---White, #fff);
    font-size: 16px;
  }

  .account-layer > img {
    max-width: 96%;
  }

  .arrow {
    display: none;
  }

  .more-function-list {
    padding: 1rem 0 0;
  }

  .more-function-list > a {
    width: 100%;
    margin-bottom: 1rem;
  }

    .jmzdh-test-list {
      width: 100%;
      margin: 1rem auto .5rem;
    }
  
    .jmzdh-test-list>a {
      width: 49%;
      padding: 2rem 1rem;
      margin-bottom: .8rem;
    }

}
