* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  width: 100%;
  min-width: 1200px;
  font-family: Microsoft YaHei;
}
body header .top-tip {
  width: 100%;
  background: #f7f8fa;
}
body header .top-tip .tip-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 11px 0;
}
body header .top-tip .tip-content .company {
  display: inline-block;
  font-size: 14px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #7c7c7c;
  border-right: 1px solid #5ba7f6;
  padding-right: 7px;
}
body header .top-tip .tip-content .tencent {
  padding-left: 7px;
  display: inline-block;
  font-size: 14px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #3691ef;
}
body header .top-tip .tip-content .tellme {
  text-align: right;
  font-size: 14px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #7c7c7c;
  display: flex;
}
body header .nav-wrap {
  height: 74px;
  background: #ffffff;
  position: relative;
}
body header .nav-wrap .nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body header .nav-wrap .nav .logo-wrap img {
  margin: 17px 0;
}
body header .nav-wrap .nav .nav-list {
  margin: 28px 0;
}
body header .nav-wrap .nav .nav-list > span > a {
  font-size: 18px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}
body header .nav-wrap .nav .nav-list > span {
  padding: 28px 19px;
}
body header .nav-wrap .nav .nav-list > span:hover a {
  color: #3691ef;
}
body header .nav-wrap .nav .nav-list .login {
  display: inline-block;
  color: #fff;
}
body header .nav-wrap .nav .nav-list .login a {
  color: #fff;
  text-decoration: none;
}
body header .nav-wrap .nav .nav-list .login:hover {
  cursor: pointer;
}
body header .nav-wrap .nav .nav-list .login > span:nth-child(1) {
  display: inline-block;
  width: 53px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #3691ef;
  opacity: 0.72;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 19px;
}
body header .nav-wrap .nav .nav-list .login > span:nth-child(2) {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  width: 53px;
  height: 25px;
  background: #ff8d00;
  opacity: 0.72;
  border-radius: 4px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list {
  width: 100%;
  height: 280px;
  background: #f7f8fa;
  opacity: 0.96;
  position: absolute;
  top: 100%;
  left: 0;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  height: 200px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info {
  width: 510px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item {
  display: flex;
  align-items: center;
  width: 231px;
  margin-bottom: 30px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item .active {
  display: none;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item a {
  font-size: 16px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  line-height: 20px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item a span {
  font-size: 14px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item:hover a,
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item:hover span {
  color: #3691ef;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item:hover .active {
  display: block;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info > .info-item:hover .default {
  display: none;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .info .img-wrap {
  width: 35px;
  margin-right: 14px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .system {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 590px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .system .kuaiz {
  height: 200px;
  position: relative;
}
body header .kuaiz .kuaizfc {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  background: #333333;
  padding: 11px 16px 11px 16px;
  width: 278px;
  border-radius: 0 0 7px 7px;
}
body header .kuaiz .kuaizfc .dispart2,
body header .kuaiz .kuaizfc:hover .dispart {
  display: none;
}
body header .kuaiz .kuaizfc:hover .dispart2 {
  display: inline;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .system > .sys-item {
  display: block;
  width: 280px;
  text-decoration: none;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap > .system > .sys-item:hover {
  cursor: pointer;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap .system .sys-item p {
  font-size: 16px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #dce2ee;
  line-height: 20px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list .drop-wrap .system .sys-item span {
  font-size: 12px;
  /*font-family:SourceHanSansCN-Regular;*/
  font-weight: 400;
  color: #dce2ee;
  line-height: 20px;
}
body header .nav-wrap .nav .nav-list > span > .drop-list {
  display: none;
  transition: 1s;
  box-shadow: inset 0px 0px 8px 0px rgba(89, 89, 89, 0.25);
  z-index: 9999;
}
body header .nav-wrap .nav .nav-list > span:hover .drop-list {
  display: block;
  transition: 1s;
}
body .home_img {
  width: 100%;
  height: 552px;
  position: relative;
  overflow: hidden;
}
body .home_img img {
  height: 552px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body section {
  color: #333333;
  width: 100%;
}
body .mod_1 {
  background-color: #fff;
}
body .mod_1 .cont {
  width: 1200px;
  margin: 0 auto;
}
body .mod_1 .cont .cont_title {
  margin: 55px auto;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
}
body .mod_1 .cont .sub {
  width: 1200px;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
body .mod_1 .cont .sub .img {
  width: 370px;
  height: 346px;
  margin: 6px 120px 45px 111px;
}
body .mod_1 .cont .sub .img img {
  width: 100%;
  height: 100%;
}
body .mod_1 .cont .sub .describe {
  margin-top: 50px;
  width: 545px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  font-weight: 500;
}
body .mod_1 .cont .sub .describe div:nth-child(1) {
  margin-bottom: 40px;
}
body .mod_1 .cont .sub .describe span {
  font-weight: 600;
}
body .mod_2 {
  width: 100%;
  height: 1621px;
  overflow: hidden;
  background-color: #fbfbfc;
  background-image: url(/cs/v2/images/duanshipin/矢量智能对象6\ 拷贝@2x.png);
  background-repeat: no-repeat;
  background-size: 1810px 1566px;
  background-position: center top;
  padding-bottom: 55px;
}
body .mod_2 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
body .mod_2 .cont .cont_title {
  width: 292px;
  height: 37px;
  font-size: 36px;
  line-height: 48px;
  margin: 0 auto;
  padding: 54px 0;
}
body .mod_2 .cont .title {
  width: 240px;
  height: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
body .mod_2 .cont .cont {
  width: 384px;
  height: 82px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-top: 28px;
}
body .mod_2 .cont .obtain {
  position: absolute;
  top: 213px;
  left: 165px;
}
body .mod_2 .cont .ranking {
  position: absolute;
  top: 663px;
  left: 655px;
}
body .mod_2 .cont .marketing {
  position: absolute;
  top: 983px;
  left: 165px;
}
body .mod_2 .cont .operate {
  position: absolute;
  top: 1373px;
  left: 655px;
}
body .mod_3 {
  background-color: #f7f7f7;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
}
body .mod_3 .cont {
  width: 1200px;
  height: 100%;
}
body .mod_3 .cont .title {
  width: 100%;
  height: 36px;
  font-size: 36px;
  color: #333;
  line-height: 36px;
  display: flex;
  justify-content: center;
  margin: 55px 0;
}
body .mod_3 .cont .est_meal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .mod_3 .cont .est_meal > div {
  width: 370px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
body .mod_3 .cont .est_meal .basics .basics_title,
body .mod_3 .cont .est_meal .senior .basics_title,
body .mod_3 .cont .est_meal .ultimate .basics_title,
body .mod_3 .cont .est_meal .basics .senior_title,
body .mod_3 .cont .est_meal .senior .senior_title,
body .mod_3 .cont .est_meal .ultimate .senior_title,
body .mod_3 .cont .est_meal .basics .ultimate_title,
body .mod_3 .cont .est_meal .senior .ultimate_title,
body .mod_3 .cont .est_meal .ultimate .ultimate_title {
  width: 100%;
  height: 90px;
  background-color: #794aef;
  color: #f0f0f0;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mod_3 .cont .est_meal .basics .privilege,
body .mod_3 .cont .est_meal .senior .privilege,
body .mod_3 .cont .est_meal .ultimate .privilege {
  padding: 50px 35px;
}
body .mod_3 .cont .est_meal .basics .privilege ul,
body .mod_3 .cont .est_meal .senior .privilege ul,
body .mod_3 .cont .est_meal .ultimate .privilege ul {
  height: 58px;
  display: flex;
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
}
body .mod_3 .cont .est_meal .basics .privilege ul li,
body .mod_3 .cont .est_meal .senior .privilege ul li,
body .mod_3 .cont .est_meal .ultimate .privilege ul li {
  list-style-position: inside;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 17px;
  position: relative;
}
body .mod_3 .cont .est_meal .basics .privilege ul li div::before,
body .mod_3 .cont .est_meal .senior .privilege ul li div::before,
body .mod_3 .cont .est_meal .ultimate .privilege ul li div::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(-50%, -50%);
}
body .mod_3 .cont .est_meal .basics .privilege ul li div span,
body .mod_3 .cont .est_meal .senior .privilege ul li div span,
body .mod_3 .cont .est_meal .ultimate .privilege ul li div span {
  font-weight: bold;
}
body .mod_3 .cont .est_meal .basics .privilege ul li img,
body .mod_3 .cont .est_meal .senior .privilege ul li img,
body .mod_3 .cont .est_meal .ultimate .privilege ul li img {
  width: 26px;
  height: 20px;
}
body .mod_3 .cont .est_meal .basics .price,
body .mod_3 .cont .est_meal .senior .price,
body .mod_3 .cont .est_meal .ultimate .price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .mod_3 .cont .est_meal .basics .price .new_price,
body .mod_3 .cont .est_meal .senior .price .new_price,
body .mod_3 .cont .est_meal .ultimate .price .new_price {
  width: 120px;
  height: 29px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 29px;
}
body .mod_3 .cont .est_meal .basics .price .new_price span,
body .mod_3 .cont .est_meal .senior .price .new_price span,
body .mod_3 .cont .est_meal .ultimate .price .new_price span {
  font-size: 30px;
  font-weight: bold;
}
body .mod_3 .cont .est_meal .basics .price .old_price,
body .mod_3 .cont .est_meal .senior .price .old_price,
body .mod_3 .cont .est_meal .ultimate .price .old_price {
  width: 64px;
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #999;
  margin: 13px 0 25px;
}
body .mod_3 .cont .est_meal .basics .price .old_price s,
body .mod_3 .cont .est_meal .senior .price .old_price s,
body .mod_3 .cont .est_meal .ultimate .price .old_price s {
  text-decoration: line-through;
}
body .mod_3 .cont .est_meal .basics .go_buy,
body .mod_3 .cont .est_meal .senior .go_buy,
body .mod_3 .cont .est_meal .ultimate .go_buy {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .mod_3 .cont .est_meal .basics .go_buy button,
body .mod_3 .cont .est_meal .senior .go_buy button,
body .mod_3 .cont .est_meal .ultimate .go_buy button {
  width: 200px;
  height: 50px;
  background-color: #794aef;
  outline: none;
  border: 0;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
body .mod_3 .cont .est_meal .ultimate .ultimate_title {
  background-color: #f25766 !important;
  display: flex;
  flex-direction: column;
}
body .mod_3 .cont .est_meal .ultimate .ultimate_title .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #ffe57d;
  margin-top: 3px;
}
body .mod_3 .cont .est_meal .ultimate button {
  background-color: #f25766 !important;
}
footer {
  width: 100%;
  background: #1d273a;
}
footer .cont {
  width: 1200px;
  margin: 0 auto;
}
footer .cont .part1 {
  display: flex;
  flex-direction: column;
}
footer .cont .part1 .part1-inner {
  display: flex;
}
footer .cont {
  display: flex;
  flex-wrap: wrap;
}
footer .cont .part3 {
  margin-left: 70px;
}
footer .cont .part1 .part1-inner .call {
  width: 276px;
  height: 49px;
  border: 1px solid #ffffff;
  opacity: 0.5;
  border-radius: 25px;
  font-size: 16px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
footer .cont .part1 .part1-inner .call:nth-child(1) {
  margin-right: 79px;
}
footer .cont .part1 .part1-inner .call img {
  margin: 12px 21px 12px 0px;
}
footer .cont .part1 .part1-inner .call > span {
  display: inline-block;
  width: 88px;
  height: 21px;
  background: #ffffff;
  box-shadow: 0px -2px 6px 0px #a8a9a9;
  border-radius: 2px;
  font-size: 14px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
  text-align: center;
}
footer .cont .part1 .part1-inner .call > span:hover {
  cursor: pointer;
}
footer .cont .part1 .part1-inner .call > .qq1 {
  margin-right: 30px;
}
footer .cont .part1 .part1-inner .call > .qq1 img,
footer .cont .part1 .part1-inner .call > .qq1 + span img {
  margin: 0;
}
footer .cont .part1 .part1-list {
  display: flex;
  margin-top: 40px;
}
footer .cont .part1 .part1-list .list-item {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
footer .cont .part1 .part1-list .list-item1 {
  width: 1px;
  height: 140px;
  background: #475673;
}
footer .cont .part1 .part1-list .list-item p {
  font-size: 16px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  margin-bottom: 15px;
  color: #a9bbdc;
}
footer .cont .part1 .part1-list .list-item .txt {
  font-size: 14px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  color: #798bad;
  line-height: 24px;
}
footer .cont .part1 .part1-list .list-item .txt:hover {
  color: #ff9a1c;
  cursor: pointer;
}
footer .part2 {
  border-top: 1px solid #313d56;
  font-size: 12px;
  width: 1200px;
  color: #52668b;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin: 50px auto 0;
}
footer .part2 .copyright {
  text-align: center;
}
footer .part2 .copyright a {
  color: #08c;
}
footer .part2 .link {
  margin-bottom: 18px;
}
footer .part2 .link span {
  display: inline-block;
  padding: 0 11px;
  border-right: 1px solid #fff;
}
footer .part2 .link span:hover {
  cursor: pointer;
}
footer .part2 .link span:last-child {
  border-right: none;
}
footer .cont .part3 .part1-list {
  margin-top: 40px;
}
footer .cont .part3 .part1-list .list-item {
  font-size: 16px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  margin-bottom: 15px;
  color: #798bad;
  height: 40px;
}
footer .cont .part3 .part1-list .list-item p {
  font-size: 16px;
  /*font-family:Source Han Sans CN;*/
  font-weight: 400;
  margin-bottom: 15px;
  color: #798bad;
}
footer .cont .part3 .part1-list .list-item p span {
  font-size: 24px;
  font-weight: bold;
  color: #f59c00;
  line-height: 24px;
}
footer .cont .part3 .part1-list .list-item .txt {
  float: left;
  width: 90px;
  font-size: 12px;
  font-weight: 400;
  color: #798bad;
  line-height: 16px;
}
footer .cont .part3 .part1-list .list-item .txt1 {
  float: left;
  width: 205px;
  font-size: 24px;
  font-weight: bold;
  color: #f59c00;
  line-height: 24px;
  margin-top: 8px;
}
footer .cont .part4 {
  margin-left: 80px;
  margin-top: 40px;
}
footer .cont .part4 img {
  width: 92px;
  height: 92px;
}
footer .cont .part4 .txt {
  font-size: 12px;
  font-weight: 400;
  color: #798bad;
  text-align: center;
}
.rightNav {
  position: fixed;
  top: 18%;
  right: 0px;
  background-color: transparent;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 99999;
  box-shadow: 0px 6px 24px 0px rgba(16, 32, 73, 0.22);
}
.rightNav li {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  padding: 16px 0 16px 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.rightNav li span {
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.rightNav li > span {
  margin-top: 10px;
}
.rightNav li hr {
  margin-top: 18px;
  width: 90px;
  border-top: 1px solid #599df8;
  margin: 18px auto 0;
}
.rightNav li .rightNav_left {
  position: absolute;
  right: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #808080;
  border-radius: 8px;
  background: #fff;
  width: 120px;
  height: 120px;
  z-index: 99999;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  line-height: 35px;
  display: none;
}
.rightNav li .rightNav_left img {
  max-width: 20px;
}
.rightNav li .rightNav_left span {
  display: inline-block;
  padding-left: 6px;
  font-size: 13px;
  color: #000;
}
.rightNav li .rightNav_left.right_qr {
  padding: 10px;
}
.rightNav li .rightNav_left.right_qr img {
  width: 100px;
  max-width: 100px;
}
.rightNav li:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 70px;
  height: 80px;
}
.rightNav li:first-child:after {
  display: none;
}
.rightNav li:nth-child(3):after {
  display: none;
}
.rightNav li + li + li:after {
  display: none;
}
.rightNav .lastnav:after {
  display: none;
}
.rightNav li:hover .rightNav_left {
  display: block;
}
.rightNav .huidian {
  height: 130px;
}
.rightNav .huidian img {
  float: left;
  margin-left: 10px;
}
.rightNav .huidian span {
  float: left;
  margin: 0 0 10px 10px;
}
.rightNav .rightNav-input {
  width: 90px;
  height: 25px;
  background: #ffffff;
  border: 2px solid #599df8;
  box-shadow: 0px 3px 7px 0px rgba(96, 93, 114, 0.14);
  /* margin-top: 15px; */
  font-size: 11px;
  text-align: center;
}
.rightNav .rightNav-input-right {
  margin-top: 15px;
}
.rightNav .rightNav-button {
  width: 90px;
  height: 25px;
  background: #00da7c;
  box-shadow: 0px 3px 7px 0px rgba(96, 93, 114, 0.14);
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  color: white;
  border: none;
  margin: 0 10px;
  border-radius: 5px;
}
.float {
  width: 200px;
  height: 588px;
  background: url(/cs/v2/images/components/sidebar/float-11.1.png) no-repeat center center;
  position: fixed;
  right: 0%;
  top: 3%;
}
.float ul,
.float ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.float ul li {
  width: 128px;
  height: 32px;
  line-height: 32px;
  background: #ff2231;
  font-size: 22px;
  color: #fff;
  font-family: 'sy_Regular';
  margin: 7px auto;
  text-align: center;
}
.float a {
  text-decoration: none;
}
.float .shou {
  display: block;
  width: 18px;
  position: absolute;
  top: 25%;
  right: 18%;
}
.float .img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.float .saoma {
  color: #fff;
  font-size: 24px;
  font-family: 'sy_Regular';
  text-align: center;
  line-height: 1.5;
  margin-top: 3px;
}
.float .wxh {
  color: #ff0002;
  font-size: 24px;
  font-family: 'sy_Bold';
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
