html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

body {
  font: 12px/1.5 Tahoma, PingFangSC-Regular, "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", "\5b8b\4f53", Arial, Helvetica, STHeiti;
  padding-top: 68px;
}

input,
select,
textarea {
  font-size: 100%
}

img,
fieldset,
abbr,
acronym {
  border: 0
}

ol,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

a {
  text-decoration: none;
  outline: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

input,
textarea {
  outline: none
}

/*------- 清除浮动 -------*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.header-wrapper {
  min-width: 1200px;
  width: 58%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wb-banner {
  width: 100%;
  height: 600px;
  background: url('../images/weibao/banner.png') center 0 no-repeat;
  /* display: inline-block; */
  background-color: #001034;
  overflow: hidden;
}

.header_image img {
  height: 50px;
}

.wb-banner-cont {
  width: 1200px;
  margin: 171px auto 0 auto;
  color: #fff;
}

.wb-banner-cont h2 {
  /* margin-top: 57px; */
  font-size: 36px;
  font-weight: 600;
}

.wb-banner-cont p {
  font-size: 16px;
  width: 583px;
  line-height: 1.5;
  margin-top: 28px;
}

/* 提交按钮 */
.wb-tt-submit {
  width: 376px;
  margin-top: 48px;
  height: 48px;
  border: 1px solid #00CA8D;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.wb-tt-submit input {
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding-left: 32px;
  background-color: transparent;
  flex: 1;
}

.wb-tt-submit input::placeholder {
  color: #57769C;
}

.wb-use-btn {
  display: inline-block;
  width: 150px;
  height: 100%;
  font-size: 18px;
  /* font-weight: 600; */
  text-align: center;
  background: #00CA8D;
  line-height: 48px;
}

.section-content {
  width: 1200px;
  margin: 0 auto;
  padding: 76px 0;
  min-height: 200px;
  color: rgba(75, 87, 110, 1);
}

.center-content {
  width: 100%;
  text-align: center;
}

.center-content .t2 {
  font-size: 28px;
  font-weight: bold;
}

.center-content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 34px;
  font-weight: 400;
  color: #828282;
}

/* 售后问题 */
.section-person {
  width: 630px;
  height: 630px;
  margin: 69px auto 0 auto;
  background: url('../images/weibao/person.png')center 0 no-repeat;
  position: relative;
}

.person-item {
  width: 120px;
  text-align: center;
  position: absolute;
}

.person-item img {
  width: 62px;
  height: 62px;
}

.person-item p {
  font-size: 18px;
  color: #313131;
  margin-top: 10px;
}

.person-item-1 {
  top: 22px;
  left: 84px;
}

.person-item-2 {
  top: 137px;
  left: 8px;
}

.person-item-3 {
  top: 300px;
  left: -52px;
}

.person-item-4 {
  bottom: 51px;
  left: 14px;
}

.person-item-5 {
  top: 26px;
  right: 84px;
}

.person-item-6 {
  top: 137px;
  right: 8px;
}

.person-item-7 {
  bottom: 51px;
  right: 11px;
}

.person-item-8 {
  top: 298px;
  right: -29px;

}

.section-list {
  display: flex;
  margin-top: 95px;
  align-items: center;
}

.section-imgs {
  display: flex;
  align-items: center;
}

.section-item1 {
  width: 217px;
  height: 439px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -50px;
}

.section-item {
  width: 275px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.section-item3 {
  margin-right: 0;
  margin-left: -50px;
}

.section-item1 img,
.section-item img {
  width: 100%;
  max-height: 100%;
}

.section-steps {
  margin-left: 70px;
}

.section-step {
  float: left;
  width: 33.33%;
  padding: 28px 0;
  text-align: center;
  font-size: 16px;
  color: #828282;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.list-icon img {
  width: 62px;
  height: 62px;
  /* margin-right: 17px; */
}

.list-icon p {
  font-size: 18px;
  color: #313131;
  margin-top: 10px;
}

.wb-banner-use {
  width: 100%;
  height: 1008px;
  background: url('../images/weibao/banner_bg.png') center 0 no-repeat;
  /* background-size: 100% auto; */
  padding-top: 79px;
  box-sizing: border-box;
  background-color: #001034;
}

.wb-font {
  color: #fff;
}

.web-banner-content {}

.web-banner-item {
  padding-left: 88px;
  padding-right: 88px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 145px;
}

.web-banner-left {
  display: flex;
  justify-content: flex-end;
}

.web-banner-left .web-img {
  margin-left: 20px;
}

.web-banner-right .web-img {
  margin-right: 20px;
}

.web-img {
  width: 116px;
  height: 116px;
}

.web-img img {
  width: 100%;
  max-height: 100%;
}

.web-title {
  font-size: 20px;
  color: #00C98D;
}

.web-top {
  padding-top: 255px;
}

.wb-use-btn-o {
  font-size: 24px;
  text-align: center;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  color: #fff;
  background: #FF9B26;
  margin-top: 60px;
}

.content-center {
  text-align: center;
  font-weight: 600;
}

/*  */
.tt-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.card {
  width: 529px;
  height: 337px;
  margin-right: 176px;
}

.card img {
  width: 100%;
  max-height: 100%;
}

.tt-card-item {
  display: flex;
  margin-bottom: 90px;
}

.tt-card-item:last-child {
  margin-bottom: 0;
}

.tt-card-sub {
  margin-right: 100px;
}

.tt-card-sub h4 {
  color: #00C78B;
  font-weight: bold;
  font-size: 48px;
}

.tt-card-sub strong {
  font-size: 30px;
  font-weight: 500;
}

.tt-card-sub p {
  font-size: 16px;
  color: #828282;
}


.center-content .sub-t2-font {
  color: #fff;
}

.weibao-serve-list {
  width: 1200px;
  padding: 50px 15px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.weibao-serve-list li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  color: #4D6688;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.weibao-serve-list li .serve-list-item {
  padding: 20px 0 70px 0;
  width: 270px;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}


.weibao-serve-list li .serve-list-item:hover {
  box-shadow: 0 7px 29px 0 rgba(0, 23, 55, 0.23);
  color: #fff;
  background-color: #031F45;
  border-radius: 8px;
}

.weibao-serve-list li img {
  width: 108px;
}

.weibao-serve-list li p {
  padding: 10px 0 5px;
  font-size: 20px;
  color: #fff;
}

.weibao-price-wrap {
  background: #001034;
}

.weibao-serve-wrap {
  padding: 50px 15px 40px;
}

.weibao-serve-wrap li {
  float: left;
  width: 25%;
  padding: 45px 0;
  height: 200px;
  text-align: center;
  font-size: 14px;
  color: #828282;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.weibao-serve-wrap li p {
  padding: 10px 0 5px;
  font-size: 20px;
  color: #313131;
}

.weibao-serve-wrap li img {
  width: 82px;
}

.weibao-serve-wrap li:hover {
  box-shadow: 0 7px 29px 0 rgba(152, 152, 152, 0.23);
  border-radius: 8px;
  background-color: #fff;
  color: #313131;
}

.weibao-price-wrap .center-content,
.weibao-price-wrap .center-content h4 {
  color: #FFF;
}

/*  轮播图 */
.ry-content {
  position: relative;
  margin-top: 100px;
}

.ry-swiper {
  width: 980px;
  cursor: pointer;
  height: 460px;
}

.ry-swiper .swiper-slide {
  width: 300px;
  height: 400px;
  background-color: #fff;
  /* opacity: .7; */
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
}

.ry-swiper .swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}

.ry-swiper .swiper-slide.swiper-slide-prev {
  transform: scale(0.8);
}

.ry-swiper .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
}

.ry-item {
  width: 300px;
  font-size: 16px;
  border-top: 5px solid #00CA8D;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url('../images/weibao/arrow_r.png') no-repeat;
  background-size: 100% auto;
  left: 0;
}

.swiper-button-next {
  width: 48px;
  height: 48px;
  background: url('../images/weibao/arrow_l.png') no-repeat;
  background-size: 100% auto;
  right: 0;
}

.ry-pagination {
  margin-top: 60px;
}

.swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background-color: #B4B8BB;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #00CA8D;
}

.ry-item-title {
  font-size: 14px;
  color: #333333;
}

.ry-item-price {
  font-size: 40px;
  color: #333333;
  margin: 15px 0 16px 0;
}

.ry-item-price span {
  font-size: 18px;
}

.ry-item-btn {
  color: #fff;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #00CA8D;
  border-radius: 28px;
  margin-bottom: 27px;
}

.ry-item-login {
  font-size: 14px;
  color: #828282;
}

.ry-item-login a {
  color: #00CA8D;
}

/*  */
.tt-web {
  width: 100%;
  height: 250px;
  background: url('../images/weibao/tt-bg.png') center 0 no-repeat;
  padding-top: 57px;
  padding-bottom: 78px;
  box-sizing: border-box;
  background-color: #001034;
}

.tt-web-t2 {
  font-size: 24px;
  color: #fff;
  /* text-align: center; */
  width: 838px;
  margin: 0 auto;
}

.tt-web-submit {
  width: 90%;
  margin: 30px auto 0 auto;
  color: #fff;
  font-size: 18px;
}

.tt-input {
  /* overflow: hidden;   */
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-input-left {
  width: 566px;
  height: 61px;
  line-height: 59px;
  border: 1px solid #00CA8D;
  color: 18px;
  padding-left: 42px;
  color: #4A6384;
  box-sizing: border-box;
  position: relative;
}

.tt-input-left input {
  border-radius: 0;
  appearance: none;
  outline: none;
  border: none;
  display: inline-block;
  background-color: transparent;
  width: 100%;
  color: #fff;
}

.tt-input-left input::placeholder {
  color: #496383;
}

.left-tip {
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;

}

.tt-input-btn {
  height: 61px;
  line-height: 61px;
  background-color: #00CA8D;
  width: 272px;
  text-align: center;
  cursor: pointer;
  display: block;
}

/*  */

.section-footer {
  display: flex;
}

.row-left {
  margin-left: 148px;
}

.footer-title {
  font-size: 15px;
}

.footer-tel {
  font-size: 28px;
}

.footer-time {
  font-size: 15px;
}

.footer-online {
  width: 145px;
  text-align: center;
  height: 41px;
  border: 1px solid #424242;
  color: #424242;
  font-size: 15px;
  display: inline-block;
  line-height: 41px;
  border-radius: 5px;
}

.online-user {
  width: 97px;
  height: 112px;
  background: url('../images/weibao/kf.png') no-repeat;
  background-size: 100% auto;
  position: fixed;
  bottom: 20%;
  right: 40px;
  cursor: pointer;
}

.app-font {
  color: #333333;
  margin-right: 20px;
}
