@font-face {
  font-family: 'Regular';
  src: url('../woff2/metropolis-regular.woff2');
}
body {
  font-family: 'Regular';
}
.contrast-container .clear-space * {
  box-sizing: border-box;
}
.contrast-container .common-titles {
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  color: #353030;
  display: block;
}
.contrast-container .commons {
  padding: 128px 0 32px;
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
.contrast-container .commons p {
  font-size: 18px;
  color: #8c8889;
  line-height: 24px;
  margin-top: 16px;
}
.contrast-container .section-one-type {
  overflow: hidden;
  padding-bottom: 64px;
}
.contrast-container .section-one-type .list {
  overflow: hidden;
  position: relative;
  max-width: 1230px;
  margin: 128px auto 0;
  width: 92%;
}
.contrast-container .section-one-type .list .pic {
  display: block;
  border: 1px solid #E9EEF2;
  border-radius: 32px;
  float: right;
  width: 55%;
  max-width: 662px;
}
.contrast-container .section-one-type .list .text {
  position: absolute;
  left: 0;
  width: 45%;
  max-width: 460px;
  top: 50%;
  transform: translateY(-50%);
}
.contrast-container .section-one-type .list .text h3 {
  margin-bottom: 24px;
}
.contrast-container .section-one-type .list .text span {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #353030;
  margin: 24px 0 8px;
  font-weight: bold;
}
.contrast-container .section-one-type .list .text p {
  font-size: 16px;
  color: #5c5758;
  line-height: 24px;
}
.contrast-container .section-one-type .list .text p b {
  font-weight: bold;
}
.contrast-container .section-one-type .list .text p i.red {
  font-style: normal;
  color: #fe4066;
}
.contrast-container .section-one-type .list .text p i.br {
  display: block;
  width: 100%;
  height: 8px;
}
.contrast-container .section-one-type .list .text .button {
  display: block;
  width: 130px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  line-height: 40px;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 24px;
}
.contrast-container .section-one-type .list .text .button:hover {
  background-color: #ff5476;
}
.contrast-container .section-one-type .list:nth-child(2n) .pic {
  float: left;
}
.contrast-container .section-one-type .list:nth-child(2n) .text {
  left: auto;
  right: 0;
}
.contrast-container .section-three-type {
  padding-bottom: 64px;
}
.contrast-container .section-three-type .list {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto 0;
  font-size: 0;
  margin-top: -32px;
}
.contrast-container .section-three-type .list li {
  display: inline-block;
  vertical-align: top;
  padding-top: 64px;
  width: 33.333%;
  padding: 32px 20px 0;
}
.contrast-container .section-three-type .list li .con {
  max-width: 352px;
  margin: 0 auto;
  display: block;
}
.contrast-container .section-three-type .list li .con .title1 {
  font-size: 24px;
  line-height: 36px;
  color: #353030;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.contrast-container .section-three-type .list li .con .title1.title3 {
  margin: 16px 0 -8px;
  font-size: 20px;
  line-height: 32px;
}
.contrast-container .section-three-type .list li .con img {
  display: block;
  border: 1px solid #E9EEF2;
  border-radius: 16px;
  width: 100%;
}
.contrast-container .section-three-type .list li .con .text1 {
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
  margin-top: 16px;
  text-align: center;
}
.contrast-container .section-three-type .list li .con .icon1 {
  max-width: 88px;
  margin: 0 auto;
  border: none;
}
.contrast-container .section-three-type .list li .con .cover {
  border: 1px solid #E9EEF2;
  border-radius: 16px;
  height: 186px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contrast-container .section-three-type .list li .con .title2 {
  display: block;
  font-size: 16px;
  margin: 16px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #353030;
}
.contrast-container .section-three-type .list li .con .other {
  overflow: hidden;
  font-size: 14px;
  color: #8c8889;
  line-height: 22px;
}
.contrast-container .section-three-type .list li .con .other .iconfont {
  vertical-align: top;
  padding-top: 2px;
  display: inline-block;
  line-height: 16px;
  padding-right: 2px;
}
.contrast-container .section-three-type .list li .con .other .right {
  float: right;
  font-size: 12px;
}
.contrast-container .section-three-type .list li .con .button {
  border-radius: 8px;
  line-height: 40px;
  background: #fe4066;
  color: #ffffff;
  width: 185px;
  font-size: 14px;
  text-align: center;
  margin: 32px auto 0;
  display: block;
  transition: 0.3s;
}
.contrast-container .section-three-type .list li .con .button:hover {
  background: #ff5476;
}
.contrast-container .section-table-type {
  margin-top: 32px;
}
.contrast-container .section-table-type .table-list {
  width: 92%;
  max-width: 1080px;
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto;
}
.contrast-container .section-table-type .table-list thead tr th {
  line-height: 64px;
  font-weight: 600;
  font-size: 24px;
  min-width: 75px;
}
.contrast-container .section-table-type .table-list thead tr > th:nth-child(2) {
  border-radius: 16px 16px 0 0;
  background: #fe4066;
  color: #ffffff;
}
.contrast-container .section-table-type .table-list thead tr > th:last-child {
  padding-right: 50px;
}
.contrast-container .section-table-type .table-list tbody {
  border-radius: 32px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
}
.contrast-container .section-table-type .table-list tbody tr {
  position: relative;
}
.contrast-container .section-table-type .table-list tbody tr td {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  padding: 19px 10px 21px;
  max-width: 260px;
  position: relative;
}
.contrast-container .section-table-type .table-list tbody tr td::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  left: 0;
  bottom: 0;
}
.contrast-container .section-table-type .table-list tbody tr td br {
  display: none;
}
.contrast-container .section-table-type .table-list tbody tr td .icon_price_tick {
  color: #fe4066;
}
.contrast-container .section-table-type .table-list tbody tr td .icon_menu_close {
  color: #8c8889;
}
.contrast-container .section-table-type .table-list tbody tr td a {
  padding-left: 5px;
}
.contrast-container .section-table-type .table-list tbody tr td a i {
  vertical-align: bottom;
  transition: 0.2s;
  color: #5c5758;
}
.contrast-container .section-table-type .table-list tbody tr td a i:hover {
  color: #fe4066;
}
.contrast-container .section-table-type .table-list tbody tr > td:first-child {
  padding-right: 60px;
}
.contrast-container .section-table-type .table-list tbody tr > td:first-child::before {
  width: calc(100% - 55px);
  left: auto;
  right: 0;
}
.contrast-container .section-table-type .table-list tbody tr > td:last-child {
  padding-right: 50px;
}
.contrast-container .section-table-type .table-list tbody tr > td:last-child::before {
  width: calc(100% - 55px);
}
.contrast-container .section-table-type .table-list tbody tr > td:first-child {
  text-align: left;
  padding-left: 96px;
}
.contrast-container .section-table-type .table-list tbody tr > td:nth-child(2) {
  background: #f8f6f6;
}
.contrast-container .section-table-type .table-list tbody > tr:first-child td {
  padding-top: 74px;
}
.contrast-container .section-table-type .table-list tbody > tr:last-child td {
  padding-bottom: 57px;
}
.contrast-container .section-table-type .table-list tbody > tr:last-child td::before {
  display: none;
}
.contrast-container .vs-just-container1 {
  background-color: #FA6977;
  margin-top: 64px;
}
.contrast-container .vs-just-container1 .contents {
  width: 92%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 96px 0;
  background: url('../png/vs-just-pic15.png') no-repeat right top;
  background-size: 220px auto;
}
.contrast-container .vs-just-container1 .contents p {
  color: #ffffff;
}
.mockplus-vs-just .vs-just-banner {
  background-color: #9D40FF;
  padding: 122px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mockplus-vs-just .vs-just-banner .banner-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  overflow: hidden;
  width: 100%;
  min-width: 1800px;
}
.mockplus-vs-just .vs-just-banner .banner-bg .bg-con {
  position: relative;
  height: 100%;
}
.mockplus-vs-just .vs-just-banner .banner-bg .bg-con img {
  display: block;
  width: 310px;
  position: absolute;
}
.mockplus-vs-just .vs-just-banner .banner-bg .bg-con .left {
  left: 0;
  top: 0;
}
.mockplus-vs-just .vs-just-banner .banner-bg .bg-con .right {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mockplus-vs-just .vs-just-banner .banner-content {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 3;
}
.mockplus-vs-just .vs-just-banner .banner-content::after {
  clear: both;
  display: block;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con {
  width: 57%;
  float: left;
  max-width: 735px;
  padding-top: 58px;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs {
  overflow: hidden;
  margin-bottom: 24px;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list img {
  display: block;
  width: 32px;
  float: left;
  margin-right: 8px;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs i {
  margin: 0 24px;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  float: left;
  color: rgba(255, 255, 255, 0.7);
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con h1 {
  font-size: 44px;
  line-height: 52px;
  color: #ffffff;
  font-weight: bold;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin: 24px 0 48px;
  max-width: 684px;
}
.mockplus-vs-just .vs-just-banner .banner-content .left-con a {
  background-color: #353030;
  font-size: 16px;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  width: 240px;
  font-weight: bold;
  border-radius: 8px;
  display: block;
}
.mockplus-vs-just .vs-just-banner .banner-content .pic1 {
  width: 46%;
  max-width: 508px;
  float: right;
  display: block;
}
.mockplus-vs-just .vs-just-container2 {
  background-color: #CAE6FF;
  margin-top: 64px;
  padding-top: 72px;
  padding-bottom: 128px;
  position: relative;
  overflow: hidden;
}
.mockplus-vs-just .vs-just-container2::before {
  content: '';
  height: 72px;
  right: 0;
  left: 0;
  top: -1px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #ffffff;
}
.mockplus-vs-just .vs-just-container2::after {
  content: '';
  width: 100%;
  min-width: 1800px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  height: 269px;
  bottom: 0;
  background: url('../png/vs-just-pic18.png') no-repeat left bottom;
  background-size: auto 100%;
}
.mockplus-vs-just .vs-just-container2 .section-table-type {
  width: 92%;
  max-width: 1080px;
  position: relative;
  margin: 32px auto 0;
  z-index: 2;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .bg1 {
  position: absolute;
  display: block;
  width: 102px;
  right: -214px;
  top: 91px;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list {
  width: 100%;
  margin-top: 0;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr td {
  background-color: #ffffff;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr td:nth-child(2) {
  background-color: #F8F6F6;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:first-child td:first-child {
  border-radius: 24px 0 0 0;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:first-child td:last-child {
  border-radius: 0 24px 0 0;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
.mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}
.mockplus-vs-just .section-three-type .list {
  margin-top: -8px;
}
.mockplus-vs-just .section-three-type .list li .con .text1 {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.mockplus-vs-just .section-three-type .list li .con .text1 .iconfont {
  vertical-align: top;
  line-height: 16px;
  margin: 2px 2px 0 0;
  display: inline-block;
}
.mockplus-vs-just .section-three-type .list li .con .text1 .right {
  float: right;
}
.mockplus-vs-just .content-red {
  margin-top: 64px;
}
@media (max-width: 1499px) {
  .mockplus-vs-just .vs-just-banner .banner-content .left-con {
    max-width: 640px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1299px) {
  .mockplus-vs-just .vs-just-banner {
    padding-bottom: 128px;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg {
    min-width: 0;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg .bg-con::before {
    width: 100px;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg .bg-con img {
    width: 240px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con {
    max-width: 740px;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs {
    text-align: center;
    font-size: 0;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list {
    float: none;
    display: inline-block;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs i {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con a {
    margin: 0 auto;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con p {
    max-width: 100%;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .pic1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contrast-container .section-one-type .list .pic {
    float: none !important;
    width: 100%;
    margin: 0 auto;
  }
  .contrast-container .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-container .section-table-type .table-list tbody {
    border-radius: 0;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody {
    border-top: none;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
}
@media (max-width: 1130px) {
  .contrast-container .common-titles {
    font-size: 38px;
  }
  .contrast-container .section-three-type .list {
    margin-top: 0;
  }
  .contrast-container .section-three-type .list li {
    float: none;
    width: 100%;
    padding: 64px 0 0;
  }
}
@media (max-width: 999px) {
  .contrast-container .common-titles {
    font-size: 32px;
    line-height: 40px;
  }
  .mockplus-vs-just .vs-just-banner {
    padding: 90px 0;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg .bg-con::before {
    display: none;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg .bg-con img {
    width: 120px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con {
    padding-top: 0;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list {
    font-size: 20px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs i {
    font-size: 20px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con p {
    font-size: 18px;
    line-height: 26px;
  }
  .mockplus-vs-just .vs-just-container1 .contents {
    background-size: 110px auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contrast-container .common-titles {
    font-size: 30px;
    line-height: 38px;
  }
  .contrast-container .commons {
    padding-top: 88px;
  }
  .contrast-container .commons p {
    font-size: 16px;
  }
  .contrast-container .section-table-type .table-list {
    margin-top: 60px;
  }
  .contrast-container .section-table-type .table-list thead tr th {
    font-size: 20px;
  }
  .contrast-container .section-table-type .table-list tbody tr > td:first-child {
    padding-left: 50px;
  }
  .mockplus-vs-just .vs-just-container2 {
    padding-bottom: 88px;
  }
}
@media (max-width: 650px) {
  .contrast-container .common-titles {
    font-size: 28px;
  }
  .contrast-container .commons {
    padding-top: 68px;
    padding-bottom: 20px;
  }
  .contrast-container .section-one-type {
    padding-bottom: 32px;
  }
  .contrast-container .section-one-type .list {
    margin-top: 88px;
  }
  .contrast-container .section-one-type .list .pic {
    border-radius: 16px;
  }
  .contrast-container .section-one-type .list .text {
    margin-top: 30px;
  }
  .contrast-container .section-one-type .list .text h2 {
    margin-bottom: 18px;
  }
  .contrast-container .section-one-type .list .text p {
    font-size: 14px;
  }
  .contrast-container .section-one-type .first-list {
    margin-top: 20px;
  }
  .contrast-container .section-three-type {
    padding-bottom: 16px;
  }
  .contrast-container .section-three-type .list li .con .title1 {
    font-size: 18px;
    line-height: 26px;
  }
  .mockplus-vs-just .vs-just-banner {
    padding-bottom: 48px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list {
    font-size: 16px;
    line-height: 24px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs .list img {
    width: 24px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con .logo-vs i {
    font-size: 16px;
    line-height: 24px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con a {
    width: 200px;
    line-height: 48px;
  }
  .mockplus-vs-just .vs-just-banner .banner-content .left-con p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 24px;
  }
  .mockplus-vs-just .vs-just-container1 .contents {
    padding: 68px 0;
  }
}
@media (max-width: 599px) {
  .contrast-container .section-table-type {
    padding-bottom: 20px;
  }
  .contrast-container .section-table-type .table-list {
    margin-top: 32px;
  }
  .contrast-container .section-table-type .table-list thead tr th {
    font-size: 16px;
    padding: 0 5px;
    min-width: 100px;
    white-space: nowrap;
  }
  .contrast-container .section-table-type .table-list thead tr th:last-child {
    padding-right: 20px;
  }
  .contrast-container .section-table-type .table-list tbody {
    border-top: 1px solid #f0f0f0;
    box-shadow: none;
  }
  .contrast-container .section-table-type .table-list tbody tr td {
    padding: 10px 5px;
    font-size: 14px;
  }
  .contrast-container .section-table-type .table-list tbody tr td br {
    display: block;
  }
  .contrast-container .section-table-type .table-list tbody tr > td:first-child {
    padding-left: 15px;
    padding-right: 20px;
  }
  .contrast-container .section-table-type .table-list tbody tr > td:first-child::before {
    width: 100%;
  }
  .contrast-container .section-table-type .table-list tbody tr > td:last-child {
    padding-right: 20px;
  }
  .contrast-container .section-table-type .table-list tbody tr > td:last-child::before {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .contrast-container .common-titles {
    font-size: 22px;
    line-height: 30px;
  }
  .mockplus-vs-just .vs-just-banner .banner-bg .bg-con .right {
    width: 80px;
  }
  .mockplus-vs-just .vs-just-container2 {
    margin-top: 32px;
    padding-top: 32px;
  }
  .mockplus-vs-just .vs-just-container2::before {
    height: 40px;
    top: -1px;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type {
    margin-top: 0;
  }
  .mockplus-vs-just .vs-just-container2 .section-table-type .table-list tbody tr:first-child td {
    padding-top: 24px;
  }
}
