@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul li {
  list-style-type: none;
}
img {
  border: none;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.main {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 700px;
  background: url(../images/bg.png) top center no-repeat;
}
.banner .logo {
  display: block;
  padding-top: 28px;
  width: 56px;
  text-align: left;
}
.banner h1 {
  height: 100px;
  background: url(../images/title.png) no-repeat center;
}
.banner .left {
  margin: 86px 0 0 55px;
}
.banner .right {
  min-width: 540px;
  color: #fff;
  float: right;
  margin: 80px -35px 0 0;
}
.banner .right > h2 {
  font-size: 34px;
  line-height: 42px;
}
.banner .right p.last {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.banner .right > p {
  font-size: 20px;
  line-height: 24px;
  color: #ff9c00;
  margin: 12px 0 70px;
}
.banner .price .count {
  margin: 11px 0 70px;
}
.price p.watching {
  font-size: 14px;
  color: #a8a7a7;
  font-weight: 400;
}
.price p.watching .icon {
  width: 10px;
  height: 12px;
  background: url(../images/icon.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
}
.packimg {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
}
.packbox {
  display: inline-block;
  overflow: hidden;
  width: 22px;
  height: 16px;
}
.viewNum {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.packbox .list {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 18px;
  position: relative;
  float: left;
}
.packbox .list strong {
  display: block;
  width: 10px;
  height: 34px;
  font-size: 14px;
}
.progressbar {
  position: relative;
  margin: 10px 0 8px;
  width: 467px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #4c5054;
  background: #313740;
}
.progressbar span {
  position: absolute;
  left: 3px;
  top: 1px;
  display: block;
  width: 167px;
  height: 10px;
  background-color: #ff9c00;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: transparent linear-gradient(270deg, #ff9c00 0%, #fe7d00 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.progressbar span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -5px;
  width: 3px;
  height: 20px;
  background-color: #ff9c00;
}
.progressbar span .reduce {
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -8px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  width: 13px;
  height: 14px;
  background: url(../images/reduce.png) no-repeat;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.progressbar span .reduce.zoomout {
  top: -24px;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.price p strong {
  font-size: 16px;
  font-weight: 600;
}

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  width: 280px;
  height: 53px;
  line-height: 57px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  background: url(../images/btn.svg) no-repeat;
}
.buybtn:hover {
  background: #fda824;
}
/* partTwo */
.content {
  width: 100%;
  padding-top: 94px;
  box-sizing: border-box;
}
.urapper {
  width: 1260px;
  margin: 0 auto;
}
.content .title {
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  text-align: center;
  font-weight: 600;
}
.content .partone {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 30px;
  align-items: flex-start;
  margin: 40px 0 30px;
}
.content .partone > img {
  margin-top: 40px;
}
.content .partone .list {
  width: 320px;
}
.content .partone dl {
  margin-top: -30px;
}
.content .partone dl dt {
  position: relative;
  padding-left: 25px;
  font: normal normal 600 16px/19px Montserrat;
}
.content .partone dl dt::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  left: 0;
  top: 2px;
  background: url(../images/list-bg.png);
}
.content .partone dl dt sup {
  display: inline-block;
  width: 74px;
  height: 19px;
  text-indent: -9999px;
  background: url(../images/improved.png);
}
.content .partone dl dt sup.new {
  width: 43px;
  background: url(../images/new.png);
}
.content .partone dl dt sup.larger {
  width: 154px;
  height: 18px;
  background: url(../images/larger.png);
}
.content .partone dl dd {
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #5b5b5b;
  font: normal normal 600 14px/22px Montserrat;
}
.content .partone .list03 {
  text-align: center;
  width: fit-content;
  margin-top: -120px;
}
.content .partone .list03 .list_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.content .partone .list03 .list_box dl{
  width: 25%;
  text-align: left;
}
.content .partone .list03 .list_box dl dt::after{
  top: 6px;
}
/* comparison */
.comparison {
  width: 100%;
  background: url(../images/table-bg.png) no-repeat;
  padding-top: 197px;
  box-sizing: border-box;
  color: #333;
}
.comparison .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  box-sizing: border-box;
}
.comparison h2 {
  width: 606px;
  text-align: left;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 auto 110px;
}
.comparison table {
  background-color: #fff;
}
.comparison table thead tr {
  height: 54px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.comparison table td {
  height: 54px;
  line-height: 54px;
}
.comparison .gray {
  background: #ececec;
}
.comparison .deep {
  background: #2566e9 !important;
}
.comparison table .no {
  display: block;
  width: 10px;
  height: 3px;
  background: url(../images/no.svg) no-repeat;
  margin: 0 auto;
}
.comparison table .yes {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/yes.svg) no-repeat;
  margin: 0 auto;
}
.comparison table .yse-y {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/yes-y.svg) no-repeat;
  margin: 0 auto;
}
.comparison .virtue {
  width: 504px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
.comparison .virtue > img {
  margin-right: 10px;
  vertical-align: middle;
}
.comparison .virtue > img.icon2 {
  margin-left: 4px;
  margin-right: 18px;
}
.comparison .virtue > img.icon5 {
  margin-right: 14px;
}
.comparison .itema {
  width: 260px;
  font-weight: 600;
}
.comparison .itemb {
  width: 356px;
  background: #4783ff;
}
.comparison .pro {
  position: relative;
  z-index: 9;
  color: #ffe600;
}
.comparison .pro > div {
  position: absolute;
  width: 356px;
  height: 34px;
  background: #4783ff;
  top: -33px;
  left: 0;
  line-height: 98px;
}
.comparison .text {
  background-color: #fafcff;
  position: relative;
}
.comparison .border-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.comparison .border-bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.comparison thead th.pro:before {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  right: 0px;
  z-index: 0;
  width: 356px;
  height: 897px;
  border-radius: 16px;
  box-shadow: 0px 3px 42px 0px #2566e9;
}
.comparison thead th.text:before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
  left: 0px;
  z-index: -1;
  width: 504px;
  height: 635px;
  border-radius: 16px;
  box-shadow: 0px 3px 25px 0px #999;
}
.comparison thead th.itema:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  width: 260px;
  height: 864px;
  border-radius: 16px;
  box-shadow: 0px 3px 42px -8px #999;
}

/* user */
.user {
  height: 495px;
  background: url("../images/user-bg.png") center center;
  margin-top: 102px;
  text-align: center;
}
.user .wrapper {
  overflow: hidden;
}
.user .user_title {
  color: #e2e2e2;
  font-size: 28px;
  font-weight: 600;
  margin-top: 64px;
}
.user .user_text {
  font-size: 15px;
  color: #959ba2;
  width: 68%;
  margin: 40px auto 0;
  overflow: hidden;
}
.user .user_text .user_textlists {
  display: flex;
  width: 5700px;
}
.user .user_text .user_textlists li {
  width: 100%;
  line-height: 24px;
  font-weight: normal;
}
.user .user_box {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 68%;
}
.user .user_box a.changebtn {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  margin-top: 36px;
}
.user .user_box a.prevbtn {
  background: url("../images/prevbtn.png") center center;
}
.user .user_box a.nextbtn {
  background: url("../images/nextbtn.png") center center;
}
.user .user_avatar {
  width: 75%;
  overflow: hidden;
}
.user .user_avatar .user_lists {
  display: flex;
  width: 3762px;
  position: relative;
  left: 0;
}
.user .user_avatar .user_lists li {
  width: 537px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user .user_avatar .user_lists .user_name {
  font-size: 20px;
  color: #e2e2e2;
  font-weight: normal;
}
.user .user_avatar .user_lists li img {
  width: 112px;
  margin: 0 auto;
}

/* world-wide */
.award {
  height: 323px;
  overflow: hidden;
}
.award .wrapper {
  width: 1110px;
  min-width: 1110px;
  margin: 0 auto;
}
.award .award_title {
  text-align: center;
  font-size: 28px;
  color: #333333;
  margin-top: 80px;
  font-weight: 600;
}
.award p {
  color: #a7a7a7;
  font: normal normal normal 18px/22px Montserrat;
  margin: 6px 0 36px;
}
.award img {
  width: 967px;
  margin: 0 auto;
  display: block;
}

/* footer */
.footer {
  width: 100%;
  height: 255px;
  background: #131824;
  color: #717171;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  padding-top: 20px;
}
.footer .urapper {
  width: 800px;
  margin: 0 auto;
}
.footer .final {
  margin: 12px 0 24px;
}
.footer p {
  margin-left: 240px;
}

.floatlayer {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 111px;
  bottom: 0px;
  left: 0;
  color: #fff;
  font-weight: 400;
  background: url(../images/float-bg.svg) no-repeat;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.floatlayer.on {
  bottom: 0;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.floatlayer img {
  margin-top: -44px;
  margin-right: 100px;
}
.floatlayer h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 11px;
}
.floatlayer .exc {
  margin-right: 198px;
}
.floatlayer .watching {
  text-align: center;
}
.floatlayer .price {
  margin-top: 33px;
}
.floatlayer .viewNum {
  color: #ffe600;
  font-size: 18px;
  font-weight: 400;
}
.floatlayer .packbox {
  vertical-align: bottom;
  width: 22px;
}
.floatlayer .packbox .list strong {
  color: #ffe600;
  font-size: 18px;
  font-weight: 400;
}
