@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;
}
.new{
    display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  border-radius: 6px;
  background: #2EE671;
  margin-left: 4px;
}
.improved{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  width: 70px;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  background: #FF7E46;
  margin-left: 4px;
}
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 .left { margin: 176px 0 0 55px; }
.banner .right {
  min-width: 540px;
  color: #fff;
  margin: 160px 0 0 154px;
}
.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 .5s;
          transition: all .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;align-items: center;margin: 40px 0 30px;}
.content .partone >img {margin-top: 50px;margin-left: 20px;}
.content .list p {font-size: 20px;line-height: 24px;font-weight: 600;color: #080808;margin-bottom: 18px;display: flex;align-items: center;}
.content .list p img {margin-right: 8px;}
.content .list ul {font-size: 14px;line-height: 24px;color: #5B5B5B;}
.content .list ul li {position: relative;padding-left: 17px;box-sizing: border-box;}
.content .list ul li::before {content: "";width:10px;height:10px;background-color:#9ABBFF;border-radius:50%;position:absolute;left:0;top:7px;}
.content .partwo {width: 490px;margin: -15px auto 0;}
.content .smart-pc-care {
  width: 490px;
  margin: 34px auto 24px;
  padding-left: 50px;
}
/* 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: 535px;padding-left: 25px;box-sizing: border-box;}
.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: 681px;
    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: 705px;
    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 .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.floatlayer.on {
	bottom: 0;
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .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;}
