.contrast .content-banner {
  padding-top: 200px;
  height: 600px;
}
.contrast .content-banner p {
  z-index: 2;
  position: relative;
  color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  width: 82%;
}
.contrast .content-banner .banner-btn {
  z-index: 2;
  position: relative;
  margin-top: 50px;
}
.contrast .clear-space {
  max-width: 1600px;
  margin: 0 auto;
}
.contrast .clear-space * {
  box-sizing: border-box;
}
.contrast .contrast-title {
  text-align: center;
  font-size: 36px;
  color: #353030;
  line-height: 46px;
  font-weight: 600;
  padding: 0 30px;
}
@media (max-width: 1150px) {
  .contrast .contrast-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .contrast .contrast-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .contrast .contrast-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.contrast .contrast-title-desc {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  width: 92%;
  max-width: 1280px;
  margin: 16px auto 64px;
}
@media (max-width: 768px) {
  .contrast .contrast-title-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.contrast .contrast-list {
  padding-top: 190px;
}
.contrast .contrast-list .contrast-content {
  overflow: hidden;
  margin: 90px auto 0;
  position: relative;
}
.contrast .contrast-list .contrast-content .pic {
  float: left;
  width: 50%;
}
.contrast .contrast-list .contrast-content .pic img {
  display: none;
  width: 100%;
}
.contrast .contrast-list .contrast-content .pic img.active {
  display: block;
}
.contrast .contrast-list .contrast-content .con {
  position: absolute;
  left: 50%;
  margin-left: 45px;
  right: 95px;
  top: 33px;
}
.contrast .contrast-list .contrast-content .con ul li {
  border-radius: 8px;
  padding: 24px 50px 0;
  margin-top: 0;
}
.contrast .contrast-list .contrast-content .con ul li span {
  display: block;
  font-size: 18px;
  color: #5c5758;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}
.contrast .contrast-list .contrast-content .con ul li span::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #fe4066;
  border-radius: 100%;
}
.contrast .contrast-list .contrast-content .con ul li .text {
  display: none;
  padding-top: 6px;
}
.contrast .contrast-list .contrast-content .con ul li .text p {
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
  margin-top: 6px;
}
.contrast .contrast-list .contrast-content .con ul li:not(.active) {
  cursor: pointer;
}
.contrast .contrast-list .contrast-content .con ul li.active {
  background: #f8f6f6;
  padding-bottom: 32px;
  margin-top: 22px;
}
.contrast .contrast-list .contrast-content .con ul li.active span {
  color: #353030;
}
.contrast .contrast-list .contrast-content .con ul > li:first-child {
  margin-top: 0;
}
.contrast .contrast-list .contrast-content .con .small-control {
  display: none;
  text-align: center;
  margin-bottom: 24px;
}
.contrast .contrast-list .contrast-content .con .small-control span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: 0.2s;
  background: #ffffff;
  border: 1px solid #fe4066;
  margin: 0 5px;
  cursor: pointer;
}
.contrast .contrast-list .contrast-content .con .small-control span.active {
  width: 25px;
  background: #fe4066;
}
.contrast .contrast-list .contrast-content .con .start-button {
  width: 200px;
  line-height: 40px;
  border-radius: 6px;
  background: #fe4066;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 50px 0 0 32px;
  transition: 0.2s;
}
.contrast .contrast-list .contrast-content .con .start-button:hover {
  background: #ff5476;
}
.contrast .contrast-list-two .contrast-content .pic {
  float: right;
}
.contrast .contrast-list-two .contrast-content .con {
  margin: 0 45px 0 0;
  left: 95px;
  right: 50%;
}
.contrast .people-text {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  margin-top: 128px;
  border-radius: 24px;
}
.contrast .people-text::before {
  content: "";
  width: 120px;
  height: 72px;
  background: url("../png/d_1.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 66px;
  top: 0;
}
.contrast .people-text::after {
  content: "";
  width: 177px;
  height: 108px;
  background: url("../png/d_2.png") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  right: 66px;
  bottom: 0;
}
.contrast .people-text .contents {
  position: relative;
  max-width: 1300px;
  padding-left: 330px;
  margin: 0 auto;
  min-height: 200px;
  padding-right: 30px;
}
.contrast .people-text .contents .pic {
  position: absolute;
  left: 110px;
  top: 0;
  box-shadow: 0 20px 30px 0 rgba(60, 58, 58, 0.2);
  border-radius: 75px;
  overflow: hidden;
}
.contrast .people-text .contents .con .text {
  font-size: 20px;
  color: #353030;
  line-height: 32px;
  font-weight: 600;
  max-width: 960px;
}
.contrast .people-text .contents .con .name {
  display: block;
  position: relative;
  margin-top: 32px;
  font-size: 18px;
  color: #353030;
  padding-left: 30px;
  background: url("../png/d_3.png") no-repeat left 3px;
  background-size: 14px;
  line-height: 22px;
}
.contrast .people-text .contents .con .post {
  padding-left: 30px;
  font-size: 14px;
  color: #8c8889;
}
.contrast .people-text-black .contents .con .text {
  color: #ffffff;
}
.contrast .people-text-black .contents .con .name {
  color: #ffffff;
  background-image: url("../png/d_4.png");
}
.contrast .people-text-black .contents .con .post {
  color: rgba(255, 255, 255, 0.5);
}
.contrast .designs {
  background: url("../png/z_bj.png") no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 128px;
  border-radius: 16px;
  padding: 90px 30px 80px;
  text-align: center;
  color: #ffffff;
}
.contrast .designs::before {
  width: 157px;
  height: 178px;
  background: url("../png/z_mark.png") no-repeat;
  background-size: 100% auto;
  content: "";
  left: 95px;
  top: 161px;
  position: absolute;
}
.contrast .designs .title span {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.contrast .designs .title span::before {
  width: 70px;
  height: 83px;
  background: url("../png/z_allen.png") no-repeat;
  background-size: 100% auto;
  content: "";
  left: 100%;
  bottom: 3px;
  position: absolute;
  margin-left: 9px;
}
.contrast .designs p {
  margin: 20px auto 43px;
  max-width: 910px;
  line-height: 24px;
  font-size: 16px;
}
.contrast .designs .buttons {
  position: relative;
  background: url("../png/z_james1.png") no-repeat center;
  background-size: 100% 100%;
  padding: 16px;
  display: inline-block;
}
.contrast .designs .buttons::before {
  width: 79px;
  height: 39px;
  background: url("../png/z_james2.png") no-repeat;
  background-size: 100% auto;
  content: "";
  left: 100%;
  top: 100%;
  position: absolute;
  margin: -6px 0 0 -4px;
}
.contrast .designs .buttons a {
  display: block;
  width: 240px;
  line-height: 56px;
  border-radius: 6px;
  font-size: 16px;
  background: #fe4066;
  transition: 0.2s;
  color: #ffffff;
}
.contrast .designs .buttons a:hover {
  background: #ff5476;
}
.contrast .contrast-table {
  margin: 235px auto 195px;
  max-width: 1080px;
}
.contrast .contrast-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 90px;
}
.contrast .contrast-table table thead tr td {
  line-height: 64px;
  font-weight: 600;
  font-size: 24px;
  min-width: 75px;
}
.contrast .contrast-table table thead tr > td:nth-child(2) {
  border-radius: 8px 8px 0 0;
  background: #fe4066;
  color: #ffffff;
}
.contrast .contrast-table table thead tr > td:last-child {
  padding-right: 60px;
}
.contrast .contrast-table table tbody {
  border-radius: 17px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.contrast .contrast-table table tbody tr {
  position: relative;
}
.contrast .contrast-table table tbody tr td {
  font-size: 14px;
  line-height: 21px;
  color: #5c5758;
  padding: 17px 10px;
  max-width: 260px;
  position: relative;
}
.contrast .contrast-table table tbody tr td::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  left: 0;
  bottom: 0;
}
.contrast .contrast-table table tbody tr td br {
  display: none;
}
.contrast .contrast-table table tbody tr td .icon_price_tick {
  color: #fe4066;
}
.contrast .contrast-table table tbody tr td .icon_menu_close {
  color: #8c8889;
}
.contrast .contrast-table table tbody tr td a {
  padding-left: 5px;
}
.contrast .contrast-table table tbody tr td a i {
  vertical-align: bottom;
  transition: 0.2s;
  color: #5c5758;
}
.contrast .contrast-table table tbody tr td a i:hover {
  color: #fe4066;
}
.contrast .contrast-table table tbody tr > td:first-child {
  padding-right: 60px;
}
.contrast .contrast-table table tbody tr > td:first-child::before {
  width: calc(100% - 55px);
  left: auto;
  right: 0;
}
.contrast .contrast-table table tbody tr > td:last-child {
  padding-right: 50px;
}
.contrast .contrast-table table tbody tr > td:last-child::before {
  width: calc(100% - 55px);
}
.contrast .contrast-table table tbody tr.category-tr td::before,
.contrast .contrast-table table tbody tr.category-tr-before td::before,
.contrast .contrast-table table tbody tr.category-tr td::after,
.contrast .contrast-table table tbody tr.category-tr-before td::after {
  display: none;
}
.contrast .contrast-table table tbody tr.category-tr-before td {
  padding-bottom: 27px;
}
.contrast .contrast-table table tbody tr .category {
  font-size: 24px;
  color: #353030;
  padding: 49px 10px 19px;
  line-height: 34px;
  font-weight: 600;
}
.contrast .contrast-table table tbody tr > td:first-child {
  text-align: left;
  padding-left: 96px;
}
.contrast .contrast-table table tbody tr > td:nth-child(2) {
  background: #f8f6f6;
}
.contrast .contrast-table table tbody > tr:first-child td {
  padding-top: 49px;
}
.contrast .contrast-table table tbody > tr:last-child td {
  padding-bottom: 57px;
}
.contrast .used-mockplus-con {
  overflow: hidden;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.contrast .used-mockplus-con .list {
  width: calc(202px * 10 + 24px * 9);
  animation: left-effect 20s linear infinite;
  display: flex !important;
  margin-top: 64px;
}
.contrast .used-mockplus-con .list:hover {
  animation-play-state: paused;
}
.contrast .used-mockplus-con .list img {
  display: block;
  width: 202px;
  margin-right: 24px;
  border-radius: 16px;
  transition: transform 400ms ease-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.contrast .used-mockplus-con .list img:hover {
  transform: scale(1.05);
}
.contrast .used-mockplus-con .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.contrast.axure .button-wrap {
  margin: auto;
}
.contrast.axure .button-wrap a {
  width: 200px;
  height: 56px;
  background: #296DF2;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.axure .button-wrap a.border {
  border: 2px solid #ffffff;
  background-color: inherit;
  line-height: 52px;
  margin-left: 24px;
}
.contrast.axure .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.axure .axure-banner {
  background: url('../svg/banner-bg.svg') no-repeat top center;
  padding-top: 152px;
  text-align: center;
}
.contrast.axure .axure-banner h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 56px;
  width: 92%;
  margin: auto;
}
.contrast.axure .axure-banner .banner-desc {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  margin: 16px auto 48px;
  width: 92%;
  max-width: 956px;
}
.contrast.axure .axure-banner .banner-pic {
  margin: 64px auto 0;
  width: 92%;
  max-width: 1320px;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(13, 17, 27, 0.15);
  overflow: hidden;
}
.contrast.axure .axure-con {
  padding: 192px 0;
  position: relative;
  text-align: center;
}
.contrast.axure .axure-con h2 {
  font-size: 40px;
  color: #353030;
  line-height: 48px;
  width: 92%;
  margin: auto;
  font-weight: bold;
}
.contrast.axure .axure-con .con-p-desc {
  font-size: 20px;
  width: 92%;
  margin: 16px auto 0;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
}
.contrast.axure .axure-con .free-use-btn {
  width: 200px;
  height: 48px;
  background: #296df2;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}
.contrast.axure .axure-con .free-use-btn:hover {
  opacity: 0.8;
}
.contrast.axure .axure-con.content2 .con2-box li {
  margin-top: 64px;
  padding: 0 12px;
  display: inline-block;
  width: 25%;
  max-width: 256px;
}
.contrast.axure .axure-con.content2 .con2-box li h3 {
  font-size: 20px;
  font-weight: 400;
  color: #353030;
  line-height: 28px;
  margin: 16px auto;
  font-weight: bold;
}
.contrast.axure .axure-con.content2 .con2-box li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 200px;
  margin: auto;
}
.contrast.axure .axure-con.content3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #296DF2;
  z-index: -1;
}
.contrast.axure .axure-con.content3 .con3-box {
  display: flex;
  width: 92%;
  max-width: 1320px;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.contrast.axure .axure-con.content3 .con3-box .left-box {
  width: 58%;
}
.contrast.axure .axure-con.content3 .con3-box .left-box li {
  display: none;
}
.contrast.axure .axure-con.content3 .con3-box .left-box li.active {
  display: block;
}
.contrast.axure .axure-con.content3 .con3-box .left-box li img {
  vertical-align: middle;
  border-radius: 32px;
  width: 100%;
  max-width: 760px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
}
.contrast.axure .axure-con.content3 .con3-box .left-box.pos {
  position: absolute;
  bottom: 0;
}
.contrast.axure .axure-con.content3 .con3-box .right-box {
  width: 38%;
  margin-left: 4%;
  text-align: left;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word {
  max-width: 424px;
  margin-left: 10%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 20vh;
  opacity: 0.4;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word h2 {
  width: 100%;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word ul {
  margin: 48px auto;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word ul li {
  padding-left: 16px;
  position: relative;
  font-size: 20px;
  color: #353030;
  line-height: 28px;
  margin-bottom: 16px;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #296df2;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 10px;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word.active {
  opacity: 1;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word:last-of-type {
  margin-bottom: 10vh;
}
.contrast.axure .axure-con.content3 .con3-box .right-box .right-word:first-of-type {
  margin-top: 10vh;
}
.contrast.axure .axure-con.content3.fixed .left-box {
  position: fixed;
}
.contrast.axure .axure-con.content3.fixed .right-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
}
.contrast.axure .axure-con.content3.fixed .right-box .right-con {
  width: 38%;
}
.contrast.axure .axure-con.content3-phone {
  background-color: #296DF2;
  padding: 100px 0;
  display: none;
}
.contrast.axure .axure-con.content3-phone .con3-box {
  width: 92%;
  max-width: 1320px;
  margin: auto;
  text-align: center;
}
.contrast.axure .axure-con.content3-phone .con3-box li {
  display: none;
}
.contrast.axure .axure-con.content3-phone .con3-box li.active {
  display: block;
}
.contrast.axure .axure-con.content3-phone .con3-box li img {
  vertical-align: middle;
  border-radius: 32px;
  width: 100%;
  max-width: 760px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word {
  max-width: 424px;
  margin: 48px auto 0;
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word h2 {
  width: 100%;
  color: #fff;
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word ul {
  margin: 48px auto 32px;
  text-align: left;
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word ul li {
  padding-left: 16px;
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 16px;
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 10px;
}
.contrast.axure .axure-con.content3-phone .con3-box li .right-word a {
  border: 2px solid #fff;
  line-height: 44px;
}
.contrast.axure .axure-con.content3-phone .list-pagination {
  text-align: center;
  height: 20px;
  margin-top: 48px;
}
.contrast.axure .axure-con.content3-phone .list-pagination span {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ffffff;
  margin: 0 5px;
  opacity: 0.2;
}
.contrast.axure .axure-con.content3-phone .list-pagination span.active {
  opacity: 1;
}
.contrast.axure .axure-con.content4 {
  background-color: #F8F6F6;
  padding: 96px 0;
}
.contrast.axure .axure-con.content4 .con4-left {
  display: inline-block;
  width: 430px;
  text-align: left;
  vertical-align: middle;
  margin-right: 10%;
}
.contrast.axure .axure-con.content4 .con4-left h2 {
  width: 100%;
}
.contrast.axure .axure-con.content4 .con4-left .h-desc {
  font-size: 20px;
  color: #353030;
  line-height: 28px;
  margin-top: 8px;
}
.contrast.axure .axure-con.content4 .con4-left .con-desc-p {
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin: 24px auto 48px;
}
.contrast.axure .axure-con.content4 .con4-right {
  max-width: 672px;
  width: 50%;
  display: inline-block;
  background-color: #fff;
  padding: 16px 32px;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  height: 768px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
}
.contrast.axure .axure-con.content4 .con4-right tbody {
  text-align: center;
}
.contrast.axure .axure-con.content4 .con4-right tbody tr:hover {
  background-color: #F8F6F6;
}
.contrast.axure .axure-con.content4 .con4-right tbody td {
  border-bottom: 1px solid #F0EEEE;
  height: 56px;
  font-size: 16px;
  color: #353030;
  padding: 16px 0;
}
.contrast.axure .axure-con.content4 .con4-right tbody td:first-of-type {
  text-align: left;
  width: 48%;
  padding-left: 24px;
  line-height: 24px;
}
.contrast.axure .axure-con.content4 .con4-right tbody td img {
  height: 20px;
  vertical-align: middle;
}
.contrast.axure .axure-con.content4 .con4-right .expand-btn {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  margin-top: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
.contrast.axure .axure-con.content4 .con4-right .expand-btn .icon20_icon_Scrolldown {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
}
.contrast.axure .axure-con.content4 .con4-right .expand-btn .icon20_icon_Scrolldown.rotate {
  transform: rotate(180deg);
}
.contrast.axure .axure-con.content4 .con4-right .expand-btn.expand {
  position: relative;
  height: auto;
  line-height: 24px;
}
.contrast.axure .axure-con.content5 {
  padding: 128px 0;
}
.contrast.axure .axure-con.content5 .con5-box {
  width: 92%;
  margin: 64px auto 0;
  max-width: 1208px;
}
.contrast.axure .axure-con.content5 .con5-box li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(117deg, #15294d, #08152b 100%);
  border-radius: 24px;
  text-align: left;
  padding: 0 56px 0 88px;
}
.contrast.axure .axure-con.content5 .con5-box li .right {
  width: 40%;
  max-width: 320px;
  display: flex;
  align-items: center;
}
.contrast.axure .axure-con.content5 .con5-box li .right img {
  width: 100%;
}
.contrast.axure .axure-con.content5 .con5-box li .left {
  width: 60%;
  text-align: left;
  padding: 56px 0;
  display: inline-block;
  vertical-align: middle;
}
.contrast.axure .axure-con.content5 .con5-box li .left h3 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
.contrast.axure .axure-con.content5 .con5-box li .left p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  margin: 24px auto 48px;
}
.contrast.axure .axure-con.content5 .con5-box li .left a {
  width: 200px;
  height: 48px;
  background: #296df2;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  line-height: 48px;
  display: inline-block;
  cursor: default;
}
.contrast.axure .axure-con.content5 .con5-box li .left a:hover {
  opacity: 0.8;
}
.contrast.axure .axure-con.content5 .con5-box li:last-of-type {
  margin-top: 24px;
  background: #f8f6f6 linear-gradient(117deg, #f8faff, #e3edff 100%);
}
.contrast.axure .axure-con.content5 .con5-box li:last-of-type .left h3 {
  color: #353030;
}
.contrast.axure .axure-con.content5 .con5-box li:last-of-type .left p {
  color: rgba(53, 48, 48, 0.7);
  margin-bottom: 36px;
}
.contrast.axure .axure-con.footer {
  padding: 146px 0;
  background: url('../svg/footer-bg.svg') no-repeat top center;
  background-size: cover;
}
.contrast.axure .axure-con.footer h2 {
  color: #fff;
  width: 92%;
  margin: auto;
}
.contrast.axure .axure-con.footer p {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  margin: 16px auto 48px;
  width: 92%;
}
.contrast.sketch .banner-con {
  background: url('../webp/banner-bg.webp') no-repeat top center;
  text-align: center;
  background-size: cover;
  padding: 188px 0 160px;
}
.contrast.sketch .banner-con .con-left {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 46%;
  max-width: 648px;
  margin-right: 80px;
}
.contrast.sketch .banner-con .con-left .logo-vs {
  overflow: hidden;
  margin-bottom: 24px;
}
.contrast.sketch .banner-con .con-left .logo-vs .list {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 24px;
  line-height: 32px;
  color: #353030;
  font-weight: bold;
}
.contrast.sketch .banner-con .con-left .logo-vs .list img {
  display: block;
  width: 32px;
  float: left;
  margin-right: 8px;
}
.contrast.sketch .banner-con .con-left .logo-vs i {
  margin: 0 24px;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  float: left;
  color: rgba(53, 48, 48, 0.7);
}
.contrast.sketch .banner-con .con-left h1 {
  font-size: 48px;
  font-weight: 600;
  color: #353030;
  line-height: 56px;
}
.contrast.sketch .banner-con .con-left h1 span {
  color: #FFB300;
}
.contrast.sketch .banner-con .con-left .banner-desc {
  font-size: 24px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 32px;
  margin: 16px auto 48px;
}
.contrast.sketch .banner-con .con-left .button-wrap a {
  text-align: center;
  width: 200px;
  height: 56px;
  background: #353030;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.sketch .banner-con .con-left .button-wrap a.border {
  border: 2px solid #353030;
  color: #353030;
  background-color: inherit;
  line-height: 52px;
  margin-left: 24px;
}
.contrast.sketch .banner-con .con-left .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.sketch .banner-con .con-right {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  max-width: 336px;
}
.contrast.sketch .banner-con .con-right img {
  width: 100%;
}
.contrast.sketch .footer-con {
  background: url('../svg/dt-footer-bg.svg') no-repeat center;
  background-size: cover;
  padding: 146px 0;
  text-align: center;
}
.contrast.sketch .footer-con h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 56px;
  width: 92%;
  margin: auto;
}
.contrast.sketch .footer-con p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  width: 92%;
  margin: 16px auto 48px;
}
.contrast.sketch .footer-con .button-wrap {
  text-align: center;
  margin: auto;
}
.contrast.sketch .footer-con .button-wrap a {
  width: 200px;
  height: 56px;
  background: #ffb300;
  border-radius: 8px;
  color: #353030;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.sketch .footer-con .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.sketch .sketch-con {
  text-align: center;
  padding-top: 128px;
}
.contrast.sketch .sketch-con h2 {
  font-size: 40px;
  font-weight: 600;
  color: #353030;
  line-height: 48px;
  width: 92%;
  margin: auto;
}
.contrast.sketch .sketch-con .con-desc {
  font-size: 20px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  width: 92%;
  margin: 16px auto 64px;
}
.contrast.sketch .sketch-con .sketch-con-box {
  width: 92%;
  max-width: 1144px;
  min-height: 376px;
  background-color: #e9faf0;
  border-radius: 32px;
  margin: auto;
  padding-left: 80px;
  position: relative;
}
.contrast.sketch .sketch-con .sketch-con-box .box-left {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: LEFT;
  width: 648px;
  vertical-align: top;
}
.contrast.sketch .sketch-con .sketch-con-box .box-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #353030;
  line-height: 32px;
  margin-bottom: 24px;
}
.contrast.sketch .sketch-con .sketch-con-box .box-left li {
  padding: 16px 18px 16px 50px;
  text-align: LEFT;
  background-color: #fff;
  margin-top: 8px;
  border-radius: 16px;
  position: relative;
}
.contrast.sketch .sketch-con .sketch-con-box .box-left li .list-style {
  width: 24px;
  height: 24px;
  background-color: #3fc095;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  line-height: 24px;
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 16px;
}
.contrast.sketch .sketch-con .sketch-con-box .box-left li .list-word {
  font-size: 16px;
  color: #353030;
  line-height: 24px;
  vertical-align: middle;
}
.contrast.sketch .sketch-con .sketch-con-box .box-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 448px;
}
.contrast.sketch .sketch-con .sketch-con-box .box-right img {
  width: 100%;
}
.contrast.sketch .sketch-con .sketch-con-box2 {
  width: 92%;
  max-width: 1144px;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0;
  align-items: center;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-img {
  width: 560px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  border-radius: 24px;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-word {
  width: 480px;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-word li {
  padding: 24px 56px 24px 32px;
  text-align: LEFT;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-word li h3 {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #353030;
  line-height: 28px;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-word li h3::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #3fc095;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 8px;
  margin-top: 10px;
}
.contrast.sketch .sketch-con .sketch-con-box2 .box-word li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin-top: 8px;
}
.contrast.sketch .sketch-con.con1 {
  margin-top: -90px;
  padding-top: 0;
}
.contrast.sketch .sketch-con.con2 .sketch-con-box {
  background-color: #FEF8EA;
}
.contrast.sketch .sketch-con.con2 .sketch-con-box .box-left li .list-style {
  background-color: #FFB300;
}
.contrast.sketch .sketch-con.con2 .sketch-con-box2 .box-word li h3::before {
  background-color: #FFB300;
}
.contrast.sketch .sketch-con.con3 {
  padding-bottom: 128px;
}
.contrast.sketch .sketch-con.con3 .sketch-con-box {
  background-color: #E3F2FC;
}
.contrast.sketch .sketch-con.con3 .sketch-con-box .box-left li .list-style {
  background-color: #009DFF;
}
.contrast.sketch .sketch-con.con3 .sketch-con-box2 .box-word li h3::before {
  background-color: #009DFF;
}
.contrast.sketch .sketch-con.con4 {
  background: url('../svg/con-bg.svg') no-repeat top center;
  background-size: cover;
}
.contrast.sketch .sketch-con.con4 .con4-box {
  margin: 64px auto 0;
  position: relative;
  width: 92%;
  max-width: 920px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  padding: 16px 56px 20px;
  height: 886px;
  overflow: hidden;
  transition: 0.3;
}
.contrast.sketch .sketch-con.con4 .con4-box th {
  border-bottom: 1px solid #F0EEEE;
  padding-bottom: 16px;
}
.contrast.sketch .sketch-con.con4 .con4-box tbody {
  text-align: center;
}
.contrast.sketch .sketch-con.con4 .con4-box tbody td {
  border-bottom: 1px solid #F0EEEE;
  height: 56px;
  font-size: 16px;
  color: #353030;
  padding: 16px 0;
}
.contrast.sketch .sketch-con.con4 .con4-box tbody td.t-desc {
  text-align: left;
  width: 40%;
  padding-left: 24px;
  line-height: 24px;
}
.contrast.sketch .sketch-con.con4 .con4-box tbody td img {
  height: 20px;
  vertical-align: middle;
}
.contrast.sketch .sketch-con.con4 .con4-box tbody td span {
  font-size: 12px;
  color: rgba(53, 48, 48, 0.7);
}
.contrast.sketch .sketch-con.con4 .con4-box tbody td.t-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  width: 30%;
}
.contrast.sketch .sketch-con.con4 .con4-box .expand-btn {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
.contrast.sketch .sketch-con.con4 .con4-box .expand-btn .icon20_icon_Scrolldown {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
}
.contrast.sketch .sketch-con.con4 .con4-box .expand-btn .icon20_icon_Scrolldown.rotate {
  transform: rotate(180deg);
}
.contrast.sketch .sketch-con.con4 .con4-box .expand-btn.expand {
  position: relative;
  height: auto;
  line-height: 24px;
}
.contrast.sketch .sketch-con.con5 {
  padding-bottom: 128px;
}
.contrast.sketch .sketch-con.con6 {
  padding-top: 0;
  padding-bottom: 128px;
}
.contrast.sketch .sketch-con.con6 .con-box {
  margin: 64px auto 0;
  width: 92%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.contrast.sketch .sketch-con.con6 .con-box li {
  width: calc((100% - 24px)/2);
  max-width: 648px;
  position: relative;
  background: linear-gradient(109deg, #f9fdff, #e0f3ff 100%);
  border-radius: 24px;
  padding: 0 32px 0 56px;
}
.contrast.sketch .sketch-con.con6 .con-box li .left-word {
  text-align: left;
  padding: 40px 0;
  display: inline-block;
  max-width: 256px;
  vertical-align: middle;
}
.contrast.sketch .sketch-con.con6 .con-box li .left-word h3 {
  font-size: 24px;
  font-weight: 600;
  color: #353030;
  line-height: 32px;
}
.contrast.sketch .sketch-con.con6 .con-box li .left-word p {
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin: 8px auto 24px;
}
.contrast.sketch .sketch-con.con6 .con-box li .left-word a {
  width: 144px;
  height: 40px;
  background: #009dff;
  border-radius: 8px;
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.contrast.sketch .sketch-con.con6 .con-box li .left-word a:hover {
  opacity: 0.8;
}
.contrast.sketch .sketch-con.con6 .con-box li > img {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}
.contrast.sketch .sketch-con.con6 .con-box li:last-of-type {
  background: linear-gradient(111deg, #f4f7ff, #e9eeff 100%);
}
.contrast.sketch .sketch-con.con6 .con-box li:last-of-type .left-word a {
  background-color: #7188D9;
}
.contrast.invision .banner-con {
  text-align: center;
  padding-top: 152px;
  position: relative;
}
.contrast.invision .banner-con::before {
  content: '';
  width: 100%;
  height: 60%;
  background-color: #5001AB;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contrast.invision .banner-con h1 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 56px;
  width: 92%;
  margin: auto;
}
.contrast.invision .banner-con h4 {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  margin: 16px auto 48px;
  width: 92%;
  max-width: 1032px;
}
.contrast.invision .banner-con .button-wrap {
  text-align: center;
  margin: auto;
}
.contrast.invision .banner-con .button-wrap a {
  min-width: 200px;
  height: 56px;
  background: #fe4066;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
  padding: 0 16px;
}
.contrast.invision .banner-con .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.invision .banner-con .button-wrap a.border {
  border: 2px solid #ffffff;
  background-color: inherit;
  line-height: 52px;
  margin-left: 24px;
  position: relative;
  padding-right: 40px;
}
.contrast.invision .banner-con .button-wrap a.border:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.contrast.invision .banner-con .help-tip {
  position: absolute;
  right: 16px;
  top: -2px;
}
.contrast.invision .banner-con .help-tip span {
  width: 16px;
  height: 16px;
  background: #ffb300;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
}
.contrast.invision .banner-con .help-tip span:hover + p {
  display: block;
}
.contrast.invision .banner-con .help-tip p {
  width: 256px;
  height: 72px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #353030;
  line-height: 16px;
  padding: 12px 16px;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.contrast.invision .banner-con .help-tip p b {
  color: #fe4066;
}
.contrast.invision .banner-con .help-tip p::after {
  content: '';
  display: block;
  background: #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -4px;
  left: 122px;
  transform: rotate(45deg);
}
.contrast.invision .banner-con .banner-pic {
  margin: 64px auto 0;
  width: 92%;
  max-width: 1320px;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(13, 17, 27, 0.15);
  overflow: hidden;
}
.contrast.invision .section-one-type {
  overflow: hidden;
  padding-bottom: 64px;
}
.contrast.invision .section-one-type .list {
  overflow: hidden;
  position: relative;
  max-width: 1230px;
  margin: 128px auto 0;
  width: 92%;
}
.contrast.invision .section-one-type .list .pic {
  display: block;
  border: 1px solid #E9EEF2;
  border-radius: 32px;
  float: right;
  width: 55%;
  max-width: 662px;
}
.contrast.invision .section-one-type .list .text {
  position: absolute;
  left: 0;
  width: 45%;
  max-width: 460px;
  top: 50%;
  transform: translateY(-50%);
}
.contrast.invision .section-one-type .list .text h3 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  color: #353030;
  display: block;
}
.contrast.invision .section-one-type .list .text p {
  font-size: 16px;
  color: #5c5758;
  line-height: 24px;
}
.contrast.invision .section-one-type .list .text ul {
  padding-left: 18px;
  text-align: left;
}
.contrast.invision .section-one-type .list .text ul li {
  list-style: disc;
}
.contrast.invision .section-one-type .list:nth-child(2n) .pic {
  float: left;
}
.contrast.invision .section-one-type .list:nth-child(2n) .text {
  left: auto;
  right: 0;
}
.contrast.invision .con1 {
  max-width: 1600px;
  margin: auto;
  padding: 128px 0 64px;
}
.contrast.invision .con2 {
  background: url('../png/pic23.png') no-repeat center;
  position: relative;
  background-size: cover;
  padding: 128px 0;
}
.contrast.invision .con2 .contents {
  width: 92%;
  max-width: 1096px;
  position: relative;
  margin: 0 auto;
}
.contrast.invision .con2 .contents .pic {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  border-radius: 16px;
  margin-right: 75px;
}
.contrast.invision .con2 .contents .home-text {
  font-weight: 700;
  text-align: left;
  max-width: 790px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}
.contrast.invision .con3 {
  max-width: 1600px;
  margin: auto;
  padding: 128px 0 80px;
}
.contrast.invision .con3.contrast-list-two .contrast-content {
  margin-top: 45px;
  padding: 45px 0;
}
.contrast.invision .con3.contrast-list-two .contrast-content .pic {
  margin-right: 95px;
  width: calc(50% - 95px);
  max-width: 660px;
  border-radius: 24px;
  border: 1px solid #E9EEF2;
  overflow: hidden;
}
.contrast.invision .con3.contrast-list-two .contrast-content .con ul li span::before {
  width: 8px;
  height: 8px;
  border: 2px solid #fe4066;
  border-radius: 50%;
  background-color: inherit;
  left: -20px;
  top: 8px;
}
.contrast.invision .con3.contrast-list-two .contrast-content .con ul li.active span::before {
  background-color: #fe4066;
}
.contrast.invision .con4 {
  padding-top: 128px;
  background: linear-gradient(180deg, #ecedff, #ffffff 100%);
}
.contrast.invision .con4 .list {
  overflow: hidden;
  width: 92%;
  max-width: 1368px;
  margin: 64px auto 0;
}
.contrast.invision .con4 .list li {
  width: 25%;
  float: left;
  padding: 32px 15px 0;
}
.contrast.invision .con4 .list li .con {
  max-width: 277px;
  margin: 0 auto;
  text-align: center;
}
.contrast.invision .con4 .list li .con .pic {
  display: block;
  width: 100%;
  border: 1px solid #E9EEF2;
  border-radius: 16px;
}
.contrast.invision .con4 .list li .con span {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #353030;
  margin: 16px 0 8px;
  font-weight: bold;
}
.contrast.invision .con4 .list li .con p {
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
}
.contrast.invision .con4 .list li .con .button {
  display: block;
  width: 112px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  line-height: 40px;
  margin: 32px auto 0;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  font-size: 14px;
}
.contrast.invision .con4 .list li .con .button:hover {
  background-color: #ff5476;
}
.contrast.invision .con5 {
  padding-bottom: 128px;
}
.contrast.invision .con5 .con-box {
  max-width: 1320px;
  margin: auto;
}
.contrast.invision .con5 .con-box ul {
  display: flex;
  justify-content: space-around;
}
.contrast.invision .con5 .con-box ul li {
  margin-bottom: 64px;
}
.contrast.invision .con5 .con-box ul li img {
  width: 100%;
  max-width: 424px;
  border-radius: 16px;
}
.contrast.invision .con5 .con-box .btn-a {
  width: 200px;
  height: 48px;
  background: #fe4066;
  border-radius: 8px;
  display: block;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  text-align: CENTER;
  color: #ffffff;
  line-height: 48px;
}
.contrast.invision .con5 .con-box .btn-a:hover {
  opacity: 0.8;
}
.contrast.invision .contrast-table {
  margin: 128px auto;
}
.contrast.figma .vs-figma-banner {
  background-color: #C7B9FF;
  padding: 122px 0 100px;
  position: relative;
  overflow: hidden;
}
.contrast.figma .vs-figma-banner .banner-content {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 3;
}
.contrast.figma .vs-figma-banner .banner-content::after {
  clear: both;
  display: block;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
}
.contrast.figma .vs-figma-banner .banner-content .left-con {
  width: 60%;
  float: left;
  max-width: 770px;
  padding-top: 58px;
}
.contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs {
  overflow: hidden;
  margin-bottom: 24px;
}
.contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 24px;
  line-height: 32px;
  color: #353030;
  font-weight: bold;
}
.contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list img {
  display: block;
  width: 32px;
  float: left;
  margin-right: 8px;
}
.contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs i {
  margin: 0 24px;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  float: left;
  color: rgba(53, 48, 48, 0.7);
}
.contrast.figma .vs-figma-banner .banner-content .left-con h1 {
  font-size: 44px;
  line-height: 52px;
  color: #353030;
  font-weight: bold;
}
.contrast.figma .vs-figma-banner .banner-content .left-con p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(53, 48, 48, 0.7);
  margin: 24px 0 48px;
}
.contrast.figma .vs-figma-banner .banner-content .left-con a {
  background-color: #fe4066;
  font-size: 16px;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  width: 240px;
  font-weight: bold;
  border-radius: 8px;
  display: block;
}
.contrast.figma .vs-figma-banner .banner-content .pic1 {
  width: 40%;
  max-width: 514px;
  float: right;
  margin-right: -39px;
  display: block;
}
.contrast.figma .con1 {
  padding: 128px 0;
}
.contrast.figma .con1 .img-title-desc-con {
  max-width: 1344px;
  width: 92%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box {
  width: 50%;
  display: inline-block;
  padding: 64px 0 0;
  vertical-align: top;
  max-width: 538px;
  margin: 0 auto;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box:nth-of-type(even) {
  margin-left: 6%;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box .b-img {
  border-radius: 24px;
  border: 1px solid #E9EEF2;
  overflow: hidden;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box .b-img img {
  width: 100%;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box .b-img video {
  width: 100%;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box .b-title {
  font-size: 24px;
  line-height: 32px;
  color: #353030;
  font-weight: bold;
  margin: 32px auto 16px;
}
.contrast.figma .con1 .img-title-desc-con .img-title-desc-box .b-desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  max-width: 312px;
  margin: auto;
}
.contrast.figma .con2 {
  padding-bottom: 128px;
}
.contrast.figma .con2 .section-one-type {
  overflow: hidden;
}
.contrast.figma .con2 .section-one-type .list {
  overflow: hidden;
  position: relative;
  max-width: 1230px;
  margin: 128px auto 0;
  width: 92%;
}
.contrast.figma .con2 .section-one-type .list .pic {
  display: block;
  border: 1px solid #E9EEF2;
  border-radius: 32px;
  float: right;
  width: 55%;
  max-width: 662px;
}
.contrast.figma .con2 .section-one-type .list .text {
  position: absolute;
  left: 0;
  width: 45%;
  max-width: 460px;
  top: 50%;
  transform: translateY(-50%);
}
.contrast.figma .con2 .section-one-type .list .text h3 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  color: #353030;
  display: block;
}
.contrast.figma .con2 .section-one-type .list .text p {
  font-size: 16px;
  color: #5c5758;
  line-height: 24px;
}
.contrast.figma .con2 .section-one-type .list .text ul {
  padding-left: 18px;
  text-align: left;
}
.contrast.figma .con2 .section-one-type .list .text ul li {
  list-style: disc;
}
.contrast.figma .con2 .section-one-type .list .text a {
  width: 200px;
  height: 48px;
  background: #353030;
  border-radius: 8px;
  display: inline-block;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-top: 48px;
}
.contrast.figma .con2 .section-one-type .list:nth-child(2n) .pic {
  float: left;
}
.contrast.figma .con2 .section-one-type .list:nth-child(2n) .text {
  left: auto;
  right: 0;
}
.contrast.figma .con3 {
  padding: 128px 0;
  background-color: #C7B9FF;
}
.contrast.figma .con3 .contrast-table {
  margin: auto;
}
.contrast.figma .con3 .contrast-table table {
  margin-top: 64px;
  border-collapse: separate;
  border-spacing: 0;
}
.contrast.figma .con3 .contrast-table table tbody {
  background-color: #fff;
}
.contrast.figma .con3 .contrast-table table tbody tr:first-child td:first-child {
  border-top-left-radius: 32px;
}
.contrast.figma .con3 .contrast-table table tbody tr:first-child td:last-child {
  border-top-right-radius: 32px;
}
.contrast.figma .con3 .contrast-table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 32px;
}
.contrast.figma .con3 .contrast-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 32px;
}
.contrast.figma .section-faq {
  padding-top: 128px;
}
.contrast.figma .section-faq .list {
  max-width: 1120px;
  width: 92%;
  margin: 32px auto 0;
}
.contrast.figma .section-faq .list li {
  padding: 32px 70px 32px 80px;
  transition: 0.3s;
  border-bottom: 1px solid #f0f0f0;
  background: url('../png/web-q.png') no-repeat 32px 32px;
  background-size: 32px;
}
.contrast.figma .section-faq .list li span {
  display: block;
  font-size: 22px;
  color: #353030;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
}
.contrast.figma .section-faq .list li .text {
  max-width: 956px;
  display: none;
}
.contrast.figma .section-faq .list li .text p {
  font-size: 16px;
  line-height: 24px;
  color: #5c5758;
  margin-top: 8px;
}
.contrast.figma .section-faq .list li .text p:first-child {
  margin-top: 0;
}
.contrast.figma .section-faq .list li .text p a {
  color: #fe4066;
}
.contrast.figma .section-faq .list li .text p .spot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 8px;
  vertical-align: top;
  background-color: #000;
  margin-right: 8px;
  border-radius: 100%;
}
.contrast.figma .section-faq .list li.active {
  background-color: #f8f6f6;
}
.contrast.figma .section-faq .list li.active .text {
  margin-top: 16px;
}
.contrast.figma .con5 {
  padding: 128px 0;
}
.contrast.figma .con5 .con-box {
  margin: 64px auto 0;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.contrast.figma .con5 .con-box li {
  width: calc((100% - 24px)/2);
  max-width: 648px;
  position: relative;
  background: linear-gradient(111deg, #fffcf5, #fff6e1 100%);
  border-radius: 24px;
  padding: 0 32px 0 56px;
}
.contrast.figma .con5 .con-box li .left-word {
  text-align: left;
  padding: 40px 0;
  display: inline-block;
  max-width: 256px;
  vertical-align: middle;
}
.contrast.figma .con5 .con-box li .left-word h3 {
  font-size: 24px;
  font-weight: 600;
  color: #353030;
  line-height: 32px;
}
.contrast.figma .con5 .con-box li .left-word p {
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin: 8px auto 24px;
}
.contrast.figma .con5 .con-box li .left-word a {
  min-width: 144px;
  padding: 0 16px;
  height: 40px;
  background: #FFB300;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.contrast.figma .con5 .con-box li .left-word a:hover {
  opacity: 0.8;
}
.contrast.figma .con5 .con-box li > img {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}
.contrast.figma .con5 .con-box li:last-of-type {
  background: linear-gradient(111deg, #f4f7ff, #e9eeff 100%);
}
.contrast.figma .con5 .con-box li:last-of-type .left-word a {
  background-color: #7188D9;
}
.contrast.figma .used-mockplus-con {
  padding-bottom: 128px;
}
.contrast.figma .footer-con {
  background: url('../svg/dt-footer-bg.svg') no-repeat center;
  background-size: cover;
  padding: 146px 0;
  text-align: center;
}
.contrast.figma .footer-con h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 56px;
  width: 92%;
  margin: auto;
}
.contrast.figma .footer-con p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  width: 92%;
  margin: 16px auto 48px;
}
.contrast.figma .footer-con .button-wrap {
  text-align: center;
  margin: auto;
}
.contrast.figma .footer-con .button-wrap a {
  width: 200px;
  height: 56px;
  background: #ffb300;
  border-radius: 8px;
  color: #353030;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.figma .footer-con .button-wrap a.mockplusDTDownload {
  border: 2px solid #ffffff;
  background-color: inherit;
  line-height: 52px;
  color: #fff;
  margin-left: 24px;
}
.contrast.figma .footer-con .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.xd {
  font-size: 0;
}
.contrast.xd .banner-con {
  background: url('../svg/banner-bg-2.svg') no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 180px 0;
}
.contrast.xd .banner-con .con-left {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  max-width: 648px;
  margin-right: 80px;
}
.contrast.xd .banner-con .con-left .logo-vs-img {
  width: 100%;
  max-width: 424px;
}
.contrast.xd .banner-con .con-left h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
}
.contrast.xd .banner-con .con-left h1 span {
  color: #FE3C8B;
}
.contrast.xd .banner-con .con-left .banner-desc {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  margin: 16px auto 48px;
}
.contrast.xd .banner-con .con-left .button-wrap a {
  text-align: center;
  width: 200px;
  height: 56px;
  background: linear-gradient(105deg, #fe60fe, #fe3c8b 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.xd .banner-con .con-left .button-wrap a.border {
  border: 2px solid #fff;
  background: inherit;
  line-height: 52px;
  margin-left: 24px;
}
.contrast.xd .banner-con .con-left .button-wrap a:hover {
  opacity: 0.8;
}
.contrast.xd .banner-con .con-right {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  max-width: 568px;
}
.contrast.xd .banner-con .con-right img {
  width: 100%;
}
.contrast.xd .xd-con {
  text-align: center;
  padding-top: 128px;
}
.contrast.xd .xd-con h2 {
  font-size: 40px;
  font-weight: 600;
  color: #353030;
  line-height: 48px;
  width: 92%;
  margin: auto;
}
.contrast.xd .xd-con .con-desc {
  font-size: 20px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  width: 92%;
  margin: 16px auto 64px;
}
.contrast.xd .xd-con.con1 {
  background-color: #EDF5FF;
  padding: 24px 16px;
}
.contrast.xd .xd-con.con1 p {
  text-align: CENTER;
  color: #353030;
  font-size: 16px;
}
.contrast.xd .xd-con.con1 p i {
  color: #FFB300;
  margin-right: 8px;
}
.contrast.xd .xd-con .con2-box {
  padding: 120px 0;
  position: relative;
}
.contrast.xd .xd-con .con2-box::before {
  width: 50%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
}
.contrast.xd .xd-con .con2-box .box-con {
  width: 92%;
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word {
  text-align: left;
  max-width: 368px;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word h3 {
  font-size: 32px;
  font-weight: 600;
  color: #353030;
  line-height: 40px;
  margin: 32px auto 64px;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word h3 b {
  display: inline-block;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word ul > li {
  margin-top: 32px;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word ul > li h4 {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #353030;
  line-height: 28px;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word ul > li h4::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
}
.contrast.xd .xd-con .con2-box .box-con .box-con-word ul > li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin: 8px auto 16px;
}
.contrast.xd .xd-con .con2-box .box-con > img {
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  border-radius: 32px;
  width: 60%;
  max-width: 760px;
  display: block;
}
.contrast.xd .xd-con .con2-box.box-left::before {
  left: 0;
}
.contrast.xd .xd-con .con2-box.box-right::before {
  right: 0;
}
.contrast.xd .xd-con .con2-box.box-right .box-con .box-con-word {
  position: absolute;
  left: 0;
}
.contrast.xd .xd-con .con2-box.box-right .box-con > img {
  margin-left: auto;
}
.contrast.xd .xd-con .con2-box.color1::before {
  background-color: #3FC095;
}
.contrast.xd .xd-con .con2-box.color1 .box-con .box-con-word h3 b {
  color: #3FC095;
}
.contrast.xd .xd-con .con2-box.color1 .box-con .box-con-word ul > li h4::before {
  background-color: #3FC095;
}
.contrast.xd .xd-con .con2-box.color2::before {
  background-color: #FFB300;
}
.contrast.xd .xd-con .con2-box.color2 .box-con .box-con-word h3 b {
  color: #FFB300;
}
.contrast.xd .xd-con .con2-box.color2 .box-con .box-con-word ul > li h4::before {
  background-color: #FFB300;
}
.contrast.xd .xd-con .con2-box.color3::before {
  background-color: #1473E6;
}
.contrast.xd .xd-con .con2-box.color3 .box-con .box-con-word h3 b {
  color: #1473E6;
}
.contrast.xd .xd-con .con2-box.color3 .box-con .box-con-word ul > li h4::before {
  background-color: #1473E6;
}
.contrast.xd .xd-con .con2-box.color4 {
  padding: 170px 0;
}
.contrast.xd .xd-con .con2-box.color4::before {
  background-color: #F53DA3;
}
.contrast.xd .xd-con .con2-box.color4 .box-con .box-con-word h3 b {
  color: #F53DA3;
}
.contrast.xd .xd-con .con2-box.color4 .box-con .box-con-word ul > li h4::before {
  background-color: #F53DA3;
}
.contrast.xd .xd-con .con2-footer {
  background-color: #F8F6F6;
  padding: 64px 0 0;
}
.contrast.xd .xd-con .con2-footer ul {
  width: 92%;
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.contrast.xd .xd-con .con2-footer ul li {
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 24px;
  max-width: 592px;
  text-align: LEFT;
  margin-bottom: 64px;
}
.contrast.xd .xd-con .con2-footer ul li img {
  width: 88px;
  margin-right: 24px;
  vertical-align: middle;
}
.contrast.xd .xd-con .con2-footer ul li p {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  display: inline-block;
  width: calc(100% - 88px - 24px);
  vertical-align: middle;
}
.contrast.xd .xd-con.con3 {
  padding-bottom: 128px;
}
.contrast.xd .xd-con.con3 .list {
  margin: 24px auto 0;
}
.contrast.xd .xd-con.con3 .list.list1 {
  margin-top: 64px;
}
.contrast.xd .xd-con.con4 {
  padding-bottom: 128px;
  padding-top: 0;
}
.contrast.xd .xd-con.con4 .con-box {
  margin: 64px auto 0;
  width: 92%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.contrast.xd .xd-con.con4 .con-box li {
  width: calc((100% - 24px)/2);
  max-width: 648px;
  position: relative;
  background: linear-gradient(109deg, #f9fdff, #e0f3ff 100%);
  border-radius: 24px;
  padding: 0 32px 0 56px;
}
.contrast.xd .xd-con.con4 .con-box li .left-word {
  text-align: left;
  padding: 40px 0;
  display: inline-block;
  max-width: 256px;
  vertical-align: middle;
}
.contrast.xd .xd-con.con4 .con-box li .left-word h3 {
  font-size: 24px;
  font-weight: 600;
  color: #353030;
  line-height: 32px;
}
.contrast.xd .xd-con.con4 .con-box li .left-word p {
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin: 8px auto 24px;
}
.contrast.xd .xd-con.con4 .con-box li .left-word a {
  width: 144px;
  height: 40px;
  background: #009dff;
  border-radius: 8px;
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.contrast.xd .xd-con.con4 .con-box li .left-word a:hover {
  opacity: 0.8;
}
.contrast.xd .xd-con.con4 .con-box li > img {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}
.contrast.xd .xd-con.con4 .con-box li:last-of-type {
  background: linear-gradient(111deg, #f4f7ff, #e9eeff 100%);
}
.contrast.xd .xd-con.con4 .con-box li:last-of-type .left-word a {
  background-color: #7188D9;
}
.contrast.xd .footer-con {
  background: url('../svg/dt-footer-bg.svg') no-repeat center;
  background-size: cover;
  padding: 146px 0;
  text-align: center;
}
.contrast.xd .footer-con h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 56px;
  width: 92%;
  margin: auto;
}
.contrast.xd .footer-con p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  width: 92%;
  margin: 16px auto 48px;
}
.contrast.xd .footer-con .button-wrap {
  text-align: center;
  margin: auto;
}
.contrast.xd .footer-con .button-wrap a {
  width: 200px;
  height: 56px;
  background: #ffb300;
  border-radius: 8px;
  color: #353030;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  font-weight: bold;
}
.contrast.xd .footer-con .button-wrap a:hover {
  opacity: 0.8;
}
@media (min-width: 1921px) {
  .contrast.axure .axure-banner {
    background-size: cover;
  }
}
@media (max-width: 1700px) {
  .contrast .clear-space .people-text,
  .contrast .clear-space .designs {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 1599px) {
  .contrast .clear-space .contrast-list .contrast-content .con {
    right: 45px;
    margin-left: 15px;
    top: 10px;
  }
  .contrast .clear-space .contrast-list .contrast-content .con ul li {
    padding: 20px 20px 0 30px;
  }
  .contrast .clear-space .contrast-list .contrast-content .con ul li.active {
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .contrast .clear-space .contrast-list .contrast-content .con ul > li:first-child.active {
    margin-top: 0;
  }
  .contrast .clear-space .contrast-list-two .contrast-content .con {
    right: 50%;
    left: 45px;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1499px) {
  .contrast .clear-space .people-text::before {
    display: none;
  }
  .contrast .clear-space .people-text .contents {
    padding: 0 40px 0 240px;
    max-width: 100%;
  }
  .contrast .clear-space .people-text .contents .pic {
    left: 50px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con {
    max-width: 640px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1399px) {
  .contrast .contrast-list {
    padding-top: 128px;
  }
  .contrast .contrast-list .contrast-content {
    max-width: 800px;
    margin-top: 60px;
  }
  .contrast .contrast-list .contrast-content .pic {
    float: none;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  .contrast .contrast-list .contrast-content .con {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    top: auto;
    text-align: center;
  }
  .contrast .contrast-list .contrast-content .con ul li {
    padding: 0 30px 0;
    display: none;
  }
  .contrast .contrast-list .contrast-content .con ul li span::before {
    display: none;
  }
  .contrast .contrast-list .contrast-content .con ul li .text {
    display: block;
  }
  .contrast .contrast-list .contrast-content .con ul li.active {
    background: #ffffff;
    display: block;
    padding-bottom: 0;
  }
  .contrast .contrast-list .contrast-content .con .start-button {
    margin: 48px auto 0;
  }
  .contrast .contrast-list .contrast-content .con .small-control {
    display: block;
  }
  .contrast .designs::before {
    left: 50px;
  }
  .contrast .contrast-table {
    margin: 128px auto;
  }
  .contrast .contrast-table table {
    margin-top: 64px;
  }
  .contrast .designs {
    margin-top: 128px;
  }
  .contrast.sketch .sketch-con.con6 .con-box li {
    padding: 0 16px 0 32px;
  }
  .contrast.invision .con3.contrast-list-two .contrast-content .pic {
    float: none;
    max-width: 660px;
    margin: 0 auto 24px;
    width: 92%;
  }
  .contrast.figma .con5 .con-box {
    width: 92%;
  }
  .contrast.figma .con5 .con-box li {
    padding: 0 16px 0 32px;
  }
  .contrast.xd .xd-con.con4 .con-box li {
    padding: 0 16px 0 32px;
  }
}
@media (max-width: 1320px) {
  .contrast.sketch .sketch-con.con6 .con-box {
    display: block;
  }
  .contrast.sketch .sketch-con.con6 .con-box li {
    margin: auto;
    width: 100%;
  }
  .contrast.sketch .sketch-con.con6 .con-box li:last-of-type {
    margin-top: 32px;
  }
  .contrast.invision .con4 .list {
    margin-top: 0;
  }
  .contrast.invision .con4 .list li {
    width: 50%;
    padding: 64px 10px 0;
  }
  .contrast.invision .con5 .con-box {
    width: 92%;
  }
  .contrast.invision .con5 .con-box ul {
    display: block;
    text-align: center;
  }
  .contrast.figma .con5 .con-box {
    display: block;
  }
  .contrast.figma .con5 .con-box li {
    margin: auto;
    width: 100%;
  }
  .contrast.figma .con5 .con-box li:last-of-type {
    margin-top: 32px;
  }
  .contrast.xd .xd-con.con4 .con-box {
    display: block;
  }
  .contrast.xd .xd-con.con4 .con-box li {
    margin: auto;
    padding: 0 32px;
    width: 100%;
  }
  .contrast.xd .xd-con.con4 .con-box li:last-of-type {
    margin-top: 32px;
  }
}
@media (max-width: 1280px) {
  .contrast.sketch .sketch-con .sketch-con-box {
    max-width: 808px;
    height: auto;
    padding: 32px 80px;
  }
  .contrast.sketch .sketch-con .sketch-con-box .box-right {
    width: 100%;
    max-width: 448px;
    margin: auto;
    position: static;
  }
  .contrast.sketch .sketch-con .sketch-con-box .box-left {
    width: 100%;
  }
  .contrast.figma .vs-figma-banner {
    padding-bottom: 128px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con {
    max-width: 740px;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs {
    text-align: center;
    font-size: 0;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list {
    float: none;
    display: inline-block;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs i {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con a {
    margin: 0 auto;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con p {
    max-width: 100%;
  }
  .contrast.figma .vs-figma-banner .banner-content .pic1 {
    display: none;
  }
  .contrast.figma .con1 .img-title-desc-con .img-title-desc-box {
    display: block;
    width: 100%;
  }
  .contrast.figma .con1 .img-title-desc-con .img-title-desc-box:nth-of-type(even) {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .contrast .clear-space .people-text .contents .con .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .contrast .clear-space .designs::before {
    display: none;
  }
  .contrast .clear-space .contrast-table table tbody {
    border-radius: 0;
  }
  .contrast.axure .axure-con.content4 .con4-left {
    width: 92%;
    text-align: center;
    display: block;
    margin: auto;
  }
  .contrast.axure .axure-con.content4 .con4-right {
    display: block;
    width: 92%;
    margin: 48px auto 0;
  }
  .contrast.invision .con1 .section-one-type .list .pic {
    float: none !important;
    width: 100%;
    margin: 0 auto;
  }
  .contrast.invision .con1 .section-one-type .list .text {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    text-align: center;
    max-width: 662px;
    margin: 50px auto 0;
    transform: translateY(0);
  }
  .contrast.invision .con1 .section-one-type .list .text h3 {
    font-size: 36px;
  }
  .contrast.invision .con2 .contents .pic {
    display: block;
    margin: 0 auto 64px;
  }
  .contrast.invision .con2 .contents .home-text {
    margin: auto;
    max-width: 100%;
    text-align: center;
  }
  .contrast.figma .con2 .section-one-type .list .pic {
    float: none !important;
    width: 100%;
    margin: 0 auto;
  }
  .contrast.figma .con2 .section-one-type .list .text {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    text-align: center;
    max-width: 662px;
    margin: 50px auto 0;
    transform: translateY(0);
  }
  .contrast.figma .con2 .section-one-type .list .text h3 {
    font-size: 36px;
  }
}
@media (max-width: 1080px) {
  .contrast.xd .xd-con .con2-box::before {
    width: 100%;
    height: 32%;
    content: '';
    position: absolute;
    top: 0;
  }
  .contrast.xd .xd-con .con2-box .box-con {
    display: block;
  }
  .contrast.xd .xd-con .con2-box .box-con .box-con-word {
    margin: 48px auto 0;
    max-width: 760px;
  }
  .contrast.xd .xd-con .con2-box .box-con .box-con-word h3 {
    font-size: 28px;
  }
  .contrast.xd .xd-con .con2-box .box-con > img {
    width: 100%;
    margin: auto;
  }
  .contrast.xd .xd-con .con2-box.box-right .box-con .box-con-word {
    position: static;
  }
  .contrast.xd .xd-con .con2-box.color4 {
    padding: 120px 0;
  }
}
@media (max-width: 999px) {
  .contrast .clear-space .people-text {
    padding: 0;
  }
  .contrast .clear-space .people-text::after {
    width: 80px;
  }
  .contrast .clear-space .people-text .contents {
    overflow: hidden;
    padding: 50px 50px;
  }
  .contrast .clear-space .people-text .contents .pic {
    margin: 0 auto 90px;
    position: relative;
    left: auto;
    top: auto;
    display: block;
  }
  .contrast .clear-space .people-text .contents .con {
    text-align: center;
  }
  .contrast .clear-space .people-text .contents .con .name {
    background: none;
    padding-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 280px;
    margin-top: 0;
  }
  .contrast .clear-space .people-text .contents .con .post {
    padding-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 305px;
  }
  .contrast .clear-space .designs p {
    max-width: 700px;
  }
  .contrast .clear-space .designs .title span::before {
    display: none;
  }
  .contrast.axure .axure-banner h1 {
    font-size: 40px;
  }
  .contrast.axure .axure-banner .banner-desc {
    font-size: 18px;
  }
  .contrast.axure .axure-con h2 {
    font-size: 32px;
  }
  .contrast.axure .axure-con.content2 .con2-box {
    max-width: 700px;
    margin: auto;
  }
  .contrast.axure .axure-con.content2 .con2-box li {
    width: 50%;
  }
  .contrast.axure .axure-con.content3 {
    display: none;
  }
  .contrast.axure .axure-con.content3-phone {
    display: block;
  }
  .contrast.axure .axure-con.content5 .con5-box li {
    padding: 0 36px 0 56px;
  }
  .contrast.axure .axure-con.content5 .con5-box li .left h3 {
    font-size: 28px;
  }
  .contrast.axure .axure-con.content5 .con5-box li .left p {
    font-size: 16px;
  }
  .contrast.sketch .banner-con {
    padding: 128px 0;
  }
  .contrast.sketch .banner-con .con-left {
    display: block;
    width: 92%;
    text-align: center;
    margin: auto;
    max-width: 92%;
  }
  .contrast.sketch .banner-con .con-left .logo-vs {
    text-align: center;
    font-size: 0;
  }
  .contrast.sketch .banner-con .con-left .logo-vs .list {
    float: none;
    display: inline-block;
  }
  .contrast.sketch .banner-con .con-left .logo-vs i {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .contrast.sketch .banner-con .con-left h1 {
    font-size: 40px;
  }
  .contrast.sketch .banner-con .con-right {
    width: 92%;
    margin-top: 24px;
  }
  .contrast.sketch .sketch-con h2 {
    font-size: 32px;
  }
  .contrast.sketch .sketch-con .con-desc {
    font-size: 18px;
  }
  .contrast.sketch .sketch-con.con1 {
    margin-top: 0;
  }
  .contrast.sketch .sketch-con .sketch-con-box {
    padding: 32px 40px;
  }
  .contrast.sketch .sketch-con .sketch-con-box .box-left h3 {
    font-size: 20px;
  }
  .contrast.sketch .sketch-con .sketch-con-box2 {
    display: block;
    max-width: 808px;
  }
  .contrast.sketch .sketch-con .sketch-con-box2 .box-img {
    width: 100%;
    max-width: 560px;
    margin: auto;
  }
  .contrast.sketch .sketch-con .sketch-con-box2 .box-word {
    width: 100%;
    margin-top: 32px;
  }
  .contrast.sketch .sketch-con .sketch-con-box2 .box-word li h3 {
    font-size: 18px;
  }
  .contrast.sketch .sketch-con.con4 .con4-box th img {
    height: 52px;
  }
  .contrast.sketch .sketch-con.con4 .con4-box tbody td.t-title {
    font-size: 18px;
  }
  .contrast.sketch .footer-con h2 {
    font-size: 40px;
  }
  .contrast.invision .banner-con::before {
    height: 100%;
  }
  .contrast.invision .banner-con h1 {
    font-size: 36px;
  }
  .contrast.invision .banner-con h4 {
    font-size: 18px;
  }
  .contrast.figma .vs-figma-banner {
    padding: 90px 0;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con {
    padding-top: 0;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list {
    font-size: 20px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs i {
    font-size: 20px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con p {
    font-size: 18px;
    line-height: 26px;
  }
  .contrast.xd .banner-con {
    padding: 128px 0;
  }
  .contrast.xd .banner-con .con-left {
    display: block;
    width: 92%;
    text-align: center;
    margin: auto;
    max-width: 92%;
  }
  .contrast.xd .banner-con .con-left h1 {
    font-size: 40px;
  }
  .contrast.xd .banner-con .con-right {
    width: 92%;
    margin-top: 24px;
  }
  .contrast.xd .xd-con h2 {
    font-size: 32px;
  }
  .contrast.xd .xd-con .con-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contrast .clear-space .people-text {
    margin: 80px 0 0;
    border-radius: 0;
  }
  .contrast .clear-space .people-text .contents {
    padding: 50px 30px;
  }
  .contrast .clear-space .people-text .contents .con .text {
    font-size: 14px;
    line-height: 24px;
  }
  .contrast .clear-space .people-text .contents .con .name {
    top: 275px;
  }
  .contrast .clear-space .people-text .contents .con .post {
    top: 295px;
    font-size: 14px;
  }
  .contrast .clear-space .designs {
    margin: 80px 0 0;
    border-radius: 0;
    background-color: #34383f;
    padding: 50px 30px 40px;
  }
  .contrast .clear-space .designs .buttons::before {
    display: none;
  }
  .contrast .clear-space .designs .buttons a {
    width: 180px;
    line-height: 46px;
  }
  .contrast .clear-space .contrast-table table {
    margin-top: 60px;
  }
  .contrast .clear-space .contrast-table table thead tr td {
    font-size: 20px;
  }
  .contrast .clear-space .contrast-table table tbody tr .category {
    font-size: 20px;
    line-height: 30px;
  }
  .contrast .clear-space .contrast-table table tbody tr > td:first-child {
    padding-left: 50px;
  }
  .contrast.axure .axure-banner h1 {
    font-size: 32px;
  }
  .contrast.axure .axure-banner .banner-desc {
    font-size: 16px;
  }
  .contrast.axure .axure-con h2 {
    font-size: 28px;
  }
  .contrast.axure .axure-con.content4 .con4-right th img {
    height: 52px;
  }
  .contrast.axure .axure-con.content5 .con5-box li .left h3 {
    font-size: 24px;
  }
  .contrast.sketch .banner-con .con-left .logo-vs .list {
    font-size: 16px;
    line-height: 24px;
  }
  .contrast.sketch .banner-con .con-left .logo-vs .list img {
    width: 24px;
  }
  .contrast.sketch .banner-con .con-left .logo-vs i {
    font-size: 16px;
    line-height: 24px;
  }
  .contrast.sketch .sketch-con.con6 .con-box li .left-word {
    text-align: center;
    max-width: 100%;
    display: block;
  }
  .contrast.sketch .sketch-con.con6 .con-box li .left-word a {
    margin: auto;
  }
  .contrast.invision .banner-con .button-wrap a.border {
    margin: 32px auto 0;
    display: block;
    max-width: 278px;
  }
  .contrast.invision .con1 .section-one-type {
    padding-bottom: 32px;
  }
  .contrast.invision .con1 .section-one-type .list {
    margin-top: 88px;
  }
  .contrast.invision .con1 .section-one-type .list .pic {
    border-radius: 16px;
  }
  .contrast.invision .con1 .section-one-type .list .text {
    margin-top: 30px;
  }
  .contrast.invision .con1 .section-one-type .list .text h3 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }
  .contrast.invision .con1 .section-one-type .list .text p {
    font-size: 14px;
  }
  .contrast.invision .con1 .section-one-type .first-list {
    margin-top: 20px;
  }
  .contrast.invision .con4 .list {
    margin-top: 0;
  }
  .contrast.invision .con4 .list li {
    float: none;
    width: 100%;
    padding-top: 42px;
  }
  .contrast.figma .vs-figma-banner {
    padding-bottom: 48px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list {
    font-size: 16px;
    line-height: 24px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs .list img {
    width: 24px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con .logo-vs i {
    font-size: 16px;
    line-height: 24px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con a {
    width: 200px;
    line-height: 48px;
  }
  .contrast.figma .vs-figma-banner .banner-content .left-con p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 24px;
  }
  .contrast.figma .con2 .section-one-type {
    padding-bottom: 32px;
  }
  .contrast.figma .con2 .section-one-type .list {
    margin-top: 88px;
  }
  .contrast.figma .con2 .section-one-type .list .pic {
    border-radius: 16px;
  }
  .contrast.figma .con2 .section-one-type .list .text {
    margin-top: 30px;
  }
  .contrast.figma .con2 .section-one-type .list .text h3 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }
  .contrast.figma .con2 .section-one-type .list .text p {
    font-size: 14px;
  }
  .contrast.figma .con2 .section-one-type .first-list {
    margin-top: 20px;
  }
  .contrast.figma .section-faq .list {
    margin-top: 16px;
  }
  .contrast.figma .section-faq .list li {
    padding: 22px 30px;
    background-size: 16px auto;
    background-position: 30px 26px;
  }
  .contrast.figma .section-faq .list li span {
    font-size: 16px;
    padding-left: 22px;
    line-height: 24px;
  }
  .contrast.figma .section-faq .list li .text p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .contrast.figma .con5 .con-box li {
    text-align: center;
  }
  .contrast.figma .con5 .con-box li .left-word {
    text-align: center;
    max-width: 100%;
    display: block;
  }
  .contrast.figma .con5 .con-box li .left-word a {
    margin: auto;
  }
  .contrast.xd .xd-con.con4 .con-box li .left-word {
    text-align: center;
    max-width: 100%;
    display: block;
  }
  .contrast.xd .xd-con.con4 .con-box li .left-word a {
    margin: auto;
  }
}
@media (max-width: 599px) {
  .contrast .clear-space .contrast-table {
    margin: 64px auto;
  }
  .contrast .clear-space .contrast-table table {
    margin-top: 32px;
  }
  .contrast .clear-space .contrast-table table thead tr td {
    font-size: 16px;
    padding-right: 5px;
  }
  .contrast .clear-space .contrast-table table tbody {
    border-top: 1px solid #f0f0f0;
    box-shadow: none;
  }
  .contrast .clear-space .contrast-table table tbody tr td {
    padding: 10px 5px;
  }
  .contrast .clear-space .contrast-table table tbody tr td br {
    display: block;
  }
  .contrast .clear-space .contrast-table table tbody tr .category {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
  }
  .contrast .clear-space .contrast-table table tbody tr > td:first-child {
    padding-left: 25px;
  }
  .contrast .clear-space .contrast-table table tbody tr > td:first-child::before {
    width: 100%;
  }
  .contrast .clear-space .contrast-table table tbody tr > td:last-child::before {
    width: 100%;
  }
  .contrast .clear-space .contrast-list {
    padding-top: 64px;
  }
  .contrast .clear-space .contrast-list .contrast-content {
    margin-top: 32px;
  }
  .contrast .clear-space .people-text .contents .pic {
    width: 120px;
    margin-bottom: 80px;
  }
  .contrast .clear-space .people-text .contents .con .name {
    top: 240px;
  }
  .contrast .clear-space .people-text .contents .con .post {
    top: 265px;
  }
  .contrast .content-banner p {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .contrast.axure .button-wrap a {
    display: block;
    margin: auto;
  }
  .contrast.axure .button-wrap a.border {
    margin: 24px auto 0;
  }
  .contrast.axure .axure-con.content2 .con2-box li {
    width: 100%;
    display: block;
    margin: 48px auto 0;
  }
  .contrast.axure .axure-con.content4 .con4-right th img {
    height: 32px;
  }
  .contrast.axure .axure-con.content5 .con5-box li {
    padding: 0 36px 32px;
    display: block;
    text-align: center;
  }
  .contrast.axure .axure-con.content5 .con5-box li .left {
    width: 100%;
    text-align: center;
  }
  .contrast.axure .axure-con.content5 .con5-box li .right {
    width: 100%;
    display: inline-block;
  }
  .contrast.sketch .banner-con .con-left .button-wrap a {
    display: block;
    margin: auto;
  }
  .contrast.sketch .banner-con .con-left .button-wrap a.border {
    margin: 24px auto 0;
  }
  .contrast.sketch .sketch-con.con4 .con4-box {
    min-width: 480px;
    overflow-x: auto;
  }
  .contrast.sketch .footer-con .button-wrap a {
    display: block;
    margin: auto;
  }
  .contrast.sketch .footer-con .button-wrap a.mockplusDTDownload {
    margin: 24px auto 0;
  }
  .contrast.xd .banner-con .con-left .button-wrap a {
    display: block;
    margin: auto;
  }
  .contrast.xd .banner-con .con-left .button-wrap a.border {
    margin: 24px auto 0;
  }
}
