.web {
  display: block;
}
.web-top {
  height: 90px;
  min-width: 1200px;
  background-color: #222;
}
.web-nav {
  font-size: 16px;
  width: 1300px;
  margin: 0 auto;
  padding: 0px 0;
  display: flex;
}
.web-nav-item {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 20px 0;
  color: #3c3c3c;
}
.web-nav-item a {
  color: #3c3c3c;
}
.web-nav-item.active {
  color: #e62734;
}
.web-nav-item.active a {
  color: #e62734;
}
.web-nav-item.bdl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1px;
  background-color: #e0e0e0;
}
.web-footer {
  height: 430px;
  min-width: 1200px;
  margin: 0 auto;
}
.web-footer-tel,
.web-footer-qrcode,
.web-footer-tip,
.web-footer-nav,
.web-footer-extra {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
}
.web-footer-tel {
  top: 35px;
  width: 500px;
}
.web-footer-qrcode {
  width: 110px;
  top: 140px;
}
.web-footer-tip {
  top: 260px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.web-footer-nav {
  top: 315px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.web-footer-nav-item {
  color: #fff;
}
.web-footer-nav-gap {
  width: 2px;
  height: 16px;
  background-color: #fff;
  margin: 0 20px;
}
.web-footer-extra {
  color: #fff;
  text-align: center;
  bottom: 20px;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
}
.web-concat {
  margin-top: 80px;
  height: 530px;
}
.web-concat-title {
  width: 163px;
  position: absolute;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
}
.web-concat-team {
  position: absolute;
  left: 50%;
  top: 178px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 28px;
}
.web-concat-team strong {
  font-size: 62px;
  color: #e62734;
}
.web-concat-types {
  position: absolute;
  left: 50%;
  top: 290px;
  transform: translateX(-50%);
  min-width: 810px;
  display: flex;
  justify-content: space-between;
}
.web-concat-types-item {
  color: #fff;
  background-color: #e62734;
  font-size: 22px;
  line-height: 28;
  height: 44px;
  min-width: 154px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-concat-form {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 400px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.web-concat-form-item {
  width: 424px;
}
.web-concat-form-btn {
  width: 290px;
}
.us-banner {
  min-width: 1200px;
  background-color: #e62734;
}
.us-banner img {
  display: block;
  width: 100%;
}
.us-nav {
  padding-top: 20px;
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e62734;
}
.us-nav-left {
  display: flex;
}
.us-nav-left-item {
  color: #3c3c3c;
  font-size: 20px;
  background-color: #eaeaea;
  width: 162px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  margin-right: 28px;
}
.us-nav-left .active {
  color: #fff;
  background-color: #e62734;
}
.us-nav-right {
  display: flex;
  align-items: center;
  color: #666;
}
.us-nav-right a {
  color: #666;
}
.us-nav-right-token {
  width: 22px;
  margin-right: 4px;
}
.us-nav-right small {
  margin: 0 2px;
}
.us-tip {
  padding: 46px 0;
  margin: 0 auto;
  width: 808px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.us-title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.us-title-img {
  width: 566px;
}
.us-chapt {
  padding-top: 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.us-chapt-item {
  width: 550px;
}
.us-chapt-item-title,
.us-chapt-item-h4,
.us-chapt-item-p {
  width: 443px;
  margin: 0 auto;
}
.us-chapt-item-title {
  text-align: right;
  padding: 20px 0;
}
.us-chapt-item-h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.us-chapt-item-p {
  line-height: 32px;
  text-indent: 2em;
  color: #666;
}
.us-chapt-img {
  text-align: right;
}
.us-chapt-img-cover {
  width: 614px;
}
.us-chapt-2 {
  position: relative;
  padding-bottom: 90px;
}
.us-chapt-bg {
  width: 1200px;
}
.us-chapt-img-2 {
  width: 606px;
  position: absolute;
  left: 24px;
  top: 140px;
}
.us-chapt-main {
  position: absolute;
  top: 820px;
  right: -20px;
  width: 1020px;
  display: flex;
  justify-content: space-between;
}
.us-chapt-aside {
  width: 421px;
  color: #fff;
  font-size: 20px;
}
.us-chapt-aside-p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.us-chapt-aside-title,
.us-chapt-aside-name {
  text-align: center;
}
.us-chapt-article img {
  display: block;
  margin-bottom: 20px;
  width: 554px;
}
.us-address {
  width: 1200px;
  position: relative;
  margin: 20px auto;
  padding-bottom: 20px;
  background: url(../images/us-company-address-bg.png) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: 0px 25px;
}
.us-address-box {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.us-address-row {
  display: flex;
  color: #fff;
  font-size: 20px;
}
.us-address-row img {
  width: 19px;
  margin-right: 2px;
}
.us-address-col {
  padding: 20px 0;
}
.us-address .w260 {
  width: 260px;
  text-indent: 2em;
}
.us-address .w540 {
  width: 540px;
}
.us-address .w274 {
  width: 274px;
}
.us-address .fs22 {
  font-size: 22px;
}
.us-address .token {
  position: relative;
}
.us-address .token::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 2px;
  background-color: #fff;
}
.culture-banner {
  width: 1200px;
  height: 398px;
  margin: 20px auto 0;
  background-color: #eaeaea;
  position: relative;
}
.culture-banner-tag {
  position: absolute;
  right: 50px;
  top: 40px;
}
.culture-banner-tag-count,
.culture-banner-tag-task {
  position: absolute;
  color: #3c3c3c;
  font-size: 18px;
  left: 58px;
}
.culture-banner-tag-count {
  top: 94px;
}
.culture-banner-tag-count span {
  color: #e62734;
}
.culture-banner-tag-task {
  top: 200px;
}
.culture-idea {
  width: 1200px;
  margin: 0 auto;
}
.culture-idea img {
  width: 1200px;
}
.culture-article {
  width: 1200px;
  margin: 20px auto;
  display: flex;
}
.culture-aside {
  width: 226px;
  text-align: center;
}
.culture-main {
  margin: 0 8px;
  flex: 1;
  font-size: 18px;
}
.culture-main-title {
  color: #e62734;
  line-height: 48px;
}
.culture-main-item {
  color: #666;
  line-height: 34px;
  display: flex;
  font-size: 16px;
}
.culture-main-item img {
  height: 8px;
  width: 8px;
  margin-top: 13px;
  margin-right: 15px;
}
.culture-extra {
  display: flex;
  align-items: flex-end;
}
.culture-extra-item {
  width: 100px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #e62734;
  font-size: 20px;
  background-color: #d4d4d4;
}
.culture-extra-item.active {
  background-color: #e62734;
  color: #fff;
}
.figure-imgs {
  padding-top: 20px;
  width: 1200px;
  margin: 20px auto;
  display: flex;
}
.figure-imgs img {
  width: 600px;
}
img.figure-imgs-tag {
  width: 563px;
  margin: 0 auto;
}
.figure-zz img {
  width: 1200px;
}
.figure-story {
  background-color: #eaeaea;
  width: 1200px;
  margin: 20px auto 0;
  padding: 12px 0;
  border-bottom: 1px dashed #e62734;
}
.figure-story-main {
  padding: 24px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.figure-story-main-txt {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 34px;
}
.figure-story-main-logo {
  width: 529px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figure-story-main-logo img {
  width: 227px;
}
.figure-adv {
  background-color: #eaeaea;
  width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.figure-adv-title {
  padding: 0 15px 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 34px;
  color: #e62734;
}
.figure-adv-title img {
  width: 7px;
  margin-right: 4px;
}
.figure-adv-box {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.figure-adv-box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.figure-adv-box-left-top {
  display: flex;
  justify-content: space-between;
}
.figure-jxw {
  background-color: #eaeaea;
  width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.figure-jxw-imgs {
  width: 985px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.figure-imgs {
  width: 1200px;
  margin: 0px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.figure-imgs img {
  height: 288px;
}
.figure-imgs-video {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 305px;
  width: 521px;
}
.figure-imgs-video video {
  width: 100%;
  height: 100%;
}
img.figure-imgs-video-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.team-banner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}
.team-banner-txt {
  background-color: #e62734;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-banner-txt p {
  width: 542px;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  text-indent: 2em;
}
.team-good {
  width: 1200px;
  margin: 0 auto;
}
.team-good-title {
  padding: 10px 0;
  border-bottom: 2px solid #e62734;
}
.team-good-main {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #666;
}
.team-good-three-title {
  text-align: center;
  padding: 10px 0 30px;
}
.team-good-three-working {
  display: flex;
}
.team-good-brand {
  width: 90px;
}
.team-good .brand-bd {
  position: relative;
}
.team-good .brand-bd::before {
  content: "";
  border: 2px solid #e62734;
  position: absolute;
  z-index: -1;
}
.team-good .brand-bd-1::before {
  left: 45px;
  top: -20px;
  height: 782px;
  width: 744px;
}
.team-good .brand-bd-2::before {
  width: 1132px;
  height: 338px;
  left: 45px;
  bottom: -20px;
  border-top: 0;
}
.team-good .brand-bd-3::before {
  width: 1097px;
  height: 274px;
  left: 45px;
  bottom: -20px;
  border-top: 0;
}
.team-good .brand-bd-4::before {
  width: 1145px;
  height: 155px;
  left: 45px;
  bottom: -20px;
  border-top: 0;
  border-right: 0;
}
.team-good-user {
  position: relative;
  width: 1110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-good-user.aliic {
  align-items: flex-start;
}
.team-good-user img,
.team-good-user-extra {
  margin-bottom: 2px;
}
.team-good-user-extra {
  background-color: #e62734;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-good-user-extra p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.team-good-user .extra-1 {
  width: 553px;
}
.team-good-user .extra-1 p {
  width: 514px;
}
.team-good-user .extra-2 {
  width: 739px;
}
.team-good-user .extra-2 p {
  width: 670px;
}
.team-good-user .extra-3 {
  width: 374px;
  height: 240px;
}
.team-good-user .extra-3 p {
  width: 331px;
}
.team-good-user .extra-4 {
  position: absolute;
  bottom: -63px;
  right: 0;
  width: 843px;
  height: 81px;
}
.team-good-user .extra-4 p {
  width: 800px;
}
.team-good-photo-title {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #666;
  font-weight: normal;
}
.team-good-photo-imgs {
  background-color: #eaeaea;
  padding: 4px 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-good-photo-imgs img {
  margin-bottom: 4px;
}
.team-good-photo-task {
  padding: 12px 0;
}
.foods-banner {
  height: 350px;
  min-width: 1200px;
  background-color: #e62734;
}
.foods-nav {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foods-nav-left {
  flex: 1;
  display: flex;
  justify-content: center;
}
.foods-nav-left-item {
  color: #3c3c3c;
  font-size: 20px;
  background-color: #eaeaea;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 28px;
  border-radius: 25px;
}
.foods-nav-left .active {
  color: #fff;
  background-color: #e62734;
}
.foods-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #666;
  width: 1200px;
  margin: 20px auto;
}
.foods-nav-right-token {
  width: 22px;
  margin-right: 4px;
}
.foods-nav-right small {
  margin: 0 2px;
}
.foods-task {
  padding: 20px 0;
}
.foods-news-bill {
  width: 1200px;
  height: 444px;
  margin: 0 auto;
}
.foods-news-recomment {
  padding: 12px 0;
  width: 1200px;
  margin: 0 auto;
}
.foods-news-story {
  position: relative;
  width: 1200px;
  margin: 0 auto 50px;
}
.foods-news-story-txt {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.foods-news-banner {
  height: 525px;
}
.foods-news-imgs {
  width: 1200px;
  margin: 20px auto auto auto;
}
.foods-news-imgs-item {
  width: 1113px;
  margin: 0 auto;
  display: flex;
}
.foods-news-imgs-item-txt {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foods-news-imgs-item-txt-box {
  width: 230px;
}
.foods-news-imgs-item-txt .w323 {
  width: 323px;
}
.foods-news-imgs-item-txt-author {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.foods-news-imgs-item-txt-author::before {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #000;
  margin-right: 4px;
}
.foods-vip-welcome {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.foods-vip-welcome-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foods-vip-welcome-info p,
.foods-vip-welcome-info h4 {
  width: 335px;
}
.foods-vip-welcome-info p {
  text-indent: 2em;
  align-self: flex-end;
  font-size: 18px;
  line-height: 30px;
  color: #7f8080;
}
.foods-vip-welcome-info img {
  align-self: flex-end;
}
.foods-vip-welfare {
  width: 1200px;
  margin: 0 auto;
  padding: 14px 0;
}
.foods-vip-welfare-box {
  padding: 12px 0;
  width: 660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foods-vip-activity {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 18px 0 40px;
}
.foods-vip-activity .van-swipe {
  width: 100%;
  margin: 0 10px;
}
.foods-vip-activity-info {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  margin-left: 115px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.foods-vip-activity-info-txt {
  padding: 20px 0;
}
.foods-vip-activity-info .time {
  font-size: 20px;
}
.foods-vip-swipe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foods-vip-swipe .action {
  cursor: pointer;
}
.foods-vip-swipe .van-swipe {
  width: 998px;
  margin: 0 10px;
}
.foods-vip-swipe .van-swipe-item {
  display: flex;
  justify-content: space-between;
}
.foods-vip-table {
  width: 850px;
  margin: 30px auto 0;
}
.foods-vip-table .rows {
  display: flex;
}
.foods-vip-table .cols {
  flex: 1;
  padding: 8px 0;
  text-align: center;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}
.foods-vip-table .bg1 {
  background-color: #ffa900;
}
.foods-vip-table .bg2 {
  background-color: #ffce6e;
}
.foods-vip-table .bg3 {
  background-color: #ffebc4;
}
.foods-vip-table .bg4 {
  background-color: #afafaf;
}
.foods-vip-table .bg5 {
  background-color: #d1d1d1;
}
.foods-vip-table .bg6 {
  background-color: #e3e3e3;
}
.foods-vip-banner {
  height: 448px;
}
.foods-show-nav {
  width: 380px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.foods-show-nav a {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}
.foods-show-nav a.active {
  color: #e62734;
}
.foods-show-banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.foods-show-banner img {
  width: 100%;
  display: block;
}
.foods-show-banner-box {
  position: absolute;
  right: -420px;
  top: 0;
  height: 100%;
  width: 420px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
  box-sizing: border-box;
  display: none;
  transition: all 0.5s linear;
}
.foods-show-banner-box p {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
.foods-show-banner-box-title {
  font-size: 40px;
  font-weight: bold;
}
.foods-show-banner-box-title p {
  font-size: 16px;
}
.foods-show-banner:hover .foods-show-banner-box {
  display: flex;
  right: 0;
  transition: all 0.5s linear;
}
.foods-show-demo {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  border: 1px solid rgba(55, 55, 55, 0.2);
  box-sizing: border-box;
}
.foods-show-demo-box {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foods-show-demo-box img {
  width: 300px;
}
.foods-show-demos {
  padding: 40px 0 20px;
  width: 1200px;
  margin: 0 auto;
}
.foods-show-demos-title {
  padding: 20px 0 30px;
}
.foods-show-demos-box {
  padding: 20px 0;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foods-show-demos-item {
  margin-bottom: 40px;
  min-height: 190px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #8d8787;
}
.foods-show-demos-item img {
  width: 100%;
}
.foods-show-task {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  text-align: center;
}
.foods-show-footer {
  height: 384px;
}
.linkus-banner {
  height: 350px;
  min-width: 1200px;
  background-color: #e62734;
}
.linkus-nav {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.linkus-nav-left {
  flex: 1;
}
.linkus-nav-right {
  display: flex;
  align-items: center;
  color: #666;
}
.linkus-nav-right-token {
  width: 22px;
  margin-right: 4px;
}
.linkus-nav-right small {
  margin: 0 2px;
}
.linkus-linkus,
.linkus-line,
.linkus-message {
  width: 1200px;
  margin: 0 auto;
}
.linkus-linkus-list {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}
.linkus-linkus-list-item {
  width: 347px;
  height: 169px;
  border: 1px solid rgba(161, 161, 161, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: transform 0.25s linear;
}
.linkus-linkus-list-item:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.linkus-linkus-list-item .title {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.linkus-linkus-list-item .title img {
  margin-right: 8px;
}
.linkus-linkus-list-item .side,
.linkus-linkus-list-item .tel,
.linkus-linkus-list-item .rich {
  font-size: 18px;
  line-height: 24px;
  color: #585858;
}
.linkus-linkus-list-item .side {
  width: 300px;
  text-align: center;
}
.linkus-linkus-list-item .tel {
  line-height: 26px;
}
.linkus-linkus-list-item .rich {
  display: flex;
  align-items: flex-end;
}
.linkus-line {
  padding-bottom: 50px;
}
.linkus-line-map {
  padding: 20px 0;
}
.linkus-line-info {
  display: flex;
}
.linkus-line-info-left {
  flex: 1;
}
.linkus-line-info-left .item {
  margin-bottom: 30px;
}
.linkus-line-info-left .item-title {
  display: flex;
  align-items: center;
}
.linkus-line-info-left .item-title img {
  margin-right: 6px;
}
.linkus-line-info-left .item-txt {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
}
.linkus-line-info-right {
  position: relative;
}
.linkus-line-info-right::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 280px;
  border: 2px solid #e62734;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.linkus-message-box {
  padding: 20px 30px 10px;
  width: 1200px;
  box-sizing: border-box;
  margin: 20px auto 40px;
  border: 1px solid #eaeaea;
}
.linkus-message-box .input-row {
  display: flex;
  margin-bottom: 10px;
}
.linkus-message-box .input-row-text,
.linkus-message-box .input-row textarea {
  flex: 1;
  line-height: 24px;
  box-sizing: border-box;
  padding: 4px 20px;
  background-color: #eaeaea;
  outline: 0;
  border: 0;
}
.linkus-message-box .input-row textarea {
  resize: none;
}
.linkus-message-box .btn {
  justify-content: center;
}
.news-banner {
  height: 350px;
  min-width: 1200px;
  background-color: #e62734;
}
.news-nav {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news-nav-left {
  flex: 1;
}
.news-nav-right {
  display: flex;
  align-items: center;
  color: #666;
}
.news-nav-right a {
  color: #666;
}
.news-nav-right-token {
  width: 22px;
  margin-right: 4px;
}
.news-nav-right small {
  margin: 0 2px;
}
.news-title,
.news-main,
.news-type,
.news-list,
.news-pages {
  width: 1200px;
  margin: 0 auto;
}
.news-title img {
  display: block;
}
.news-main {
  display: flex;
  padding: 20px 0;
}
.news-main-gap {
  width: 4px;
  background-color: #e62734;
  margin-left: 4px;
}
.news-main .bd {
  border: 2px solid #e62734;
}
.news-main .mr20 {
  margin-right: 20px;
}
.news-main .p-relative {
  position: relative;
}
.news-main .p-relative-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(80%, -50%);
}
.news-main-info {
  box-sizing: border-box;
  flex: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-main-info-name {
  font-size: 22px;
  color: #3c3c3c;
  line-height: 28px;
}
.news-main-info-base {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  display: flex;
  flex-direction: column;
}
.news-main-info-base-jump {
  margin-top: 20px;
  font-size: 18px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  background-color: #e62734;
  color: #fff;
}
.news-main-info-extra {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
}
.news-main-info-extra-date {
  margin-right: 40px;
}
.news-main-info-extra-date,
.news-main-info-extra-times {
  display: flex;
  align-items: center;
}
.news-main-info-extra-date img,
.news-main-info-extra-times img {
  margin-right: 5px;
  width: 16px;
}
.news-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  box-shadow: 0 0 3px 0 rgba(161, 161, 161, 0.57);
}
.news-type-box {
  width: 446px;
  display: flex;
  justify-content: space-between;
}
.news-type-box a {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}
.news-type-box a.active {
  color: #e62734;
}
.news-list-item {
  display: flex;
  padding: 30px;
  position: relative;
  cursor: pointer;
}
.news-list-item .lt,
.news-list-item .rb {
  display: none;
  position: absolute;
}
.news-list-item .lt {
  left: 0;
  top: 0;
  transform: translate(-1px, -1px);
}
.news-list-item .rb {
  right: 0;
  bottom: 0;
  transform: translate(1px, 1px);
}
.news-list-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #e62734;
}
.news-list-item:hover::before {
  content: "";
}
.news-list-item:hover .lt,
.news-list-item:hover .rb {
  display: block;
}
.news-list-item:hover .news-list-item-info-action {
  color: #e62734;
  border-color: #e62734;
}
.news-list-item-info {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list-item-info-name {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-size: 22px;
  line-height: 26px;
}
.news-list-item-info-remarks {
  padding: 12px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news-list-item-info-action {
  margin: 40px 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #989898;
  border: 1px solid rgba(166, 166, 166, 0.4);
}
.news-list-item-info-extra {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
}
.news-list-item-info-extra-date {
  margin-right: 40px;
}
.news-list-item-info-extra-date,
.news-list-item-info-extra-times {
  display: flex;
  align-items: center;
}
.news-list-item-info-extra-date img,
.news-list-item-info-extra-times img {
  margin-right: 5px;
  width: 16px;
}
.news-pages {
  padding: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.service-banner {
  height: 350px;
  min-width: 1200px;
  background-color: #e62734;
}
.service-nav {
  padding-top: 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e62734;
}
.service-nav-left {
  display: flex;
}
.service-nav-left-item {
  color: #3c3c3c;
  font-size: 20px;
  background-color: #eaeaea;
  width: 162px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  margin-right: 28px;
}
.service-nav-left .active {
  color: #fff;
  background-color: #e62734;
}
.service-nav-right {
  display: flex;
  align-items: center;
  color: #666;
}
.service-nav-right-token {
  width: 22px;
  margin-right: 4px;
}
.service-nav-right small {
  margin: 0 2px;
}
.service-scqjfx {
  width: 1200px;
  margin: 0 auto;
}
.service-scqjfx-title {
  padding: 20px 0;
  text-align: center;
}
.service-scqjfx-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-scqjfx-imgs .mb10 {
  margin-bottom: 10px;
}
.service-scqjfx-imgs-box {
  height: 241px;
  width: 661px;
  background-color: #e62734;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-scqjfx-imgs-box p {
  width: 627px;
  margin: 0;
  text-indent: 2em;
}
.service-scqjfx-imgs-box span {
  font-size: 24px;
}
.service-index-banner {
  height: 213px;
  padding: 80px 0 20px;
}
.service-some {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.service-some-tip {
  width: 698px;
}
.service-some-tip-title {
  text-align: center;
  padding: 20px 0;
}
.service-some-tip-p {
  text-indent: 2em;
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
.service-some-tip-video {
  width: 698px;
  height: 367px;
  position: relative;
}
.service-some-tip-video video {
  width: 100%;
  height: 100%;
}
.service-some-tip-video-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-adv-banner {
  background-color: #eaeaea;
}
.service-xmys {
  width: 1200px;
  margin: 0 auto 80px;
}
.service-xmys-title {
  padding: 40px 0 30px;
  text-align: center;
}
.service-xmys-box {
  display: flex;
}
.service-xmys-box-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.service-xmys-box-col-item {
  padding-left: 12px;
  position: relative;
}
.service-xmys-box-col-item-dot {
  position: absolute;
  left: 2px;
  top: 8px;
}
.service-xmys-box-col-item div {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.service-xmys-box-col-item p {
  margin: 10px 0;
  font-size: 15px;
  color: #686868;
  line-height: 24px;
}
.service-wyjm {
  width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
}
.service-type-intro {
  width: 1200px;
  margin: 30px auto 0;
  box-sizing: border-box;
  border: 1px solid #91000a;
  height: 795px;
  position: relative;
}
.service-type-intro::before,
.service-type-intro::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 70px;
  background-color: #91000a;
}
.service-type-intro::after {
  right: -1px;
  bottom: -10px;
}
.service-type-intro::before {
  right: 74px;
  bottom: -80px;
}
.service-type-intro-top {
  width: 100%;
  height: 413px;
  background-color: #91000a;
  color: #fff;
  font-size: 18px;
}
.service-type-intro-top-title {
  padding: 50px 20px 15px;
  display: flex;
  align-items: center;
}
.service-type-intro-top-title img {
  width: 8px;
  margin-right: 4px;
}
.service-type-intro-top-p {
  text-indent: 2em;
  padding: 10px 40px;
}
.service-type-intro-img {
  position: absolute;
  left: 40px;
  bottom: 44px;
}
.service-type-intro-tag {
  position: absolute;
  bottom: -208px;
  left: 60px;
  z-index: 9;
}
.service-type-store {
  height: 759px;
  padding-top: 80px;
  box-sizing: border-box;
  margin-top: 170px;
}
.service-type-store-imgs {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.service-type-store-imgs-name {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
.service-type-store-imgs .spared {
  padding: 10px;
  background-color: #91000a;
  display: inline-block;
}
.service-type-store-imgs-1 {
  position: relative;
}
.service-type-store-imgs-1-txt {
  position: absolute;
  right: 0;
  top: 14%;
  transform: translateX(100%);
  background-color: rgba(145, 0, 10, 0.57);
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 608px;
  min-height: 175px;
}
.service-type-store-imgs-1-txt p {
  text-indent: 2em;
  margin: 0;
  width: 536px;
}
.service-type-store-imgs-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(68%);
}
.service-type-fill {
  display: flex;
}
.service-type-fill .fill-left {
  background-color: #91000a;
}
.service-type-fill-1 {
  flex: 1;
}
.service-type-imgs {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  padding: 90px 0 50px 46px;
}
.service-type-imgs::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 770px;
  left: 0;
  top: 0;
  background-color: #91000a;
}
.service-type-imgs-box {
  height: 528px;
  width: 1154px;
  box-sizing: border-box;
  padding-left: 42px;
  background-color: #37312a;
  position: relative;
  display: flex;
  align-items: center;
}
.service-type-imgs-box::before,
.service-type-imgs-box::after {
  content: "";
  position: absolute;
  background-color: #91000a;
}
.service-type-imgs-box::before {
  right: 30px;
  top: -36px;
  width: 219px;
  height: 72px;
}
.service-type-imgs-box::after {
  right: 0;
  bottom: -27px;
  width: 74px;
  height: 54px;
}
.service-type-imgs-box-title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -30%);
  z-index: 9;
}
.service-type-imgs-box-swipe,
.service-type-imgs-box .van-swipe {
  width: 644px;
  height: 443px;
}
.service-type-imgs-txt {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  background-color: #91000a;
  padding: 30px 46px;
}
.service-type-imgs-ct {
  margin-top: 60px;
  position: relative;
}
.service-type-imgs-ct::before,
.service-type-imgs-ct::after {
  content: "";
  position: absolute;
  background-color: #37312a;
}
.service-type-imgs-ct::before {
  width: 108px;
  height: 54px;
  bottom: -27px;
  left: 26px;
  z-index: 9;
}
.service-type-imgs-ct::after {
  width: 494px;
  height: 58px;
  top: -40px;
  left: 229px;
}
.service-type-imgs-ct-hover {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 9;
}
.service-type-imgs-ct-swipe {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.service-type-imgs-ct-swipe-txt {
  width: 354px;
  background-color: #91000a;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-type-imgs-ct-swipe-txt-remark {
  text-indent: 2em;
  background-color: #37312a;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 30px;
}
.service-type-imgs-ct-swipe .van-swipe {
  width: 796px;
  height: 394px;
}
.service-task {
  padding: 85px 0;
  text-align: center;
}
.service-condition-ly {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.service-condition-ly-img {
  position: absolute;
  right: 34px;
  bottom: 110px;
}
.service-condition-start {
  position: relative;
  width: 1200px;
  margin: 20px auto 0;
}
.service-condition-start::after {
  content: "";
  width: 1190px;
  height: 90%;
  position: absolute;
  left: 5px;
  top: 98px;
  z-index: -1;
  border: 1px solid #eaeaea;
}
.service-condition-start-imgs {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-condition-start-imgs img {
  margin-bottom: 12px;
}
.service-condition-banner {
  margin-top: 30px;
  background-color: #eaeaea;
}
.service-procedure-li,
.service-procedure-imgs,
.service-procedure-list,
.service-procedure-group,
.service-procedure-join,
.service-procedure-user {
  width: 1200px;
  margin: 0 auto;
}
.service-procedure-imgs {
  padding: 30px 0 20px;
  display: flex;
  justify-content: space-between;
}
.service-procedure-list {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-procedure-list img {
  margin-bottom: 14px;
}
.service-procedure-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-procedure-group img {
  margin-bottom: 4px;
}
.service-procedure-banner {
  margin-top: 20px;
  background-color: #eaeaea;
}
.service-procedure-join-title {
  padding: 20px 0;
  text-align: center;
}
.service-procedure-join-remarks {
  width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.service-procedure-user {
  position: relative;
  padding-top: 30px;
  background: url("/images/service-procedure-user-bg.png") no-repeat;
  background-size: 100% 100%;
  height: 400px;
}
.service-procedure-user-box {
  position: absolute;
  width: 1138px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.web-banner {
  height: 500px;
}
.web-links {
  width: 1200px;
  margin: 50px auto;
  padding: 36px 0 95px;
  display: flex;
  justify-content: space-between;
}
.web-links-item {
  width: 294px;
  height: 137px;
}
.web-links-item img {
  width: 100%;
  height: 100%;
}
.web-goods-item {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.web-goods-item-cover {
  width: 598px;
}
.web-goods-item-info {
  width: 600px;
  display: flex;
  align-items: center;
}
.web-goods-item-info-token {
  width: 164px;
  padding-top: 24px;
  position: absolute;
  top: 0;
  left: -164px;
  display: flex;
  justify-content: center;
}
.web-goods-item-info-token::after {
  content: "";
  background-color: #e62734;
  width: 84px;
  height: 4px;
}
.web-goods-item-info-base {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 164px;
}
.web-goods-item-info-base .title {
  position: relative;
}
.web-goods-item-info-base .title h3 {
  font-size: 40px;
  color: #3c3c3c;
  margin: 0;
}
.web-goods-item-info-base .title small {
  font-size: 14px;
  color: #969696;
}
.web-goods-item-info-base .remarks {
  line-height: 32px;
  font-size: 18px;
  color: #666;
  margin: 40px 0;
}
.web-goods-item-info-base .btn-item {
  height: 65px;
  width: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #e62734;
  border: 1px solid #e62734;
}
.web-goods-item-info-base .btn-item-arrow {
  margin-left: 4px;
  transition: transform 0.25s linear;
}
.web-goods-item-info-base .btn-item:hover img {
  transform: translateX(6px);
}
.web-introduce {
  height: 704px;
  width: 100%;
  position: relative;
}
.web-introduce-title {
  height: 112px;
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
}
.web-introduce-swiper {
  height: 436px;
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 236px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-introduce-swiper-action {
  padding: 4px 6px;
  cursor: pointer;
}
.web-introduce-swiper-item .cover {
  height: 304px;
  display: block;
}
.web-introduce-swiper-item .text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background-color: #e62734;
  color: #fff;
  font-size: 28px;
}
.web-introduce-swiper .van-swipe {
  flex: 1;
}
.web-introduce-swiper .swiper-box {
  display: flex;
  justify-content: space-between;
}
.web-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 1160px;
  padding: 20px;
  margin: 70px auto 0;
  border-radius: 6px;
  box-shadow: 0 0 13px 0 rgba(184, 184, 184, 0.37);
}
.web-imgs-item img {
  width: 227px;
}
.web-title {
  margin-top: 100px;
  text-align: center;
}
.web-title img {
  width: 968px;
}
.web-news {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.web-news-item {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 290px;
  max-height: 500px;
  padding: 14px 10px;
}
.web-news-item img {
  width: 100%;
}
.web-news-item .plr {
  padding: 0 10px;
}
.web-news-item h3 {
  font-size: 18px;
  color: #3c3c3c;
}
.web-news-item time {
  font-size: 12px;
  color: #858585;
}
.web-news-item p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 95px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.web-news-item a {
  font-size: 18px;
  color: #e62734;
  display: flex;
  align-items: center;
}
.web-news-item .img {
  display: inline-block;
  margin-left: 10px;
  width: 19px;
  height: 15px;
  background-image: url(../images/news-arrow-red.png);
}
.web-news-item:hover {
  background-color: #e62734;
}
.web-news-item:hover h3,
.web-news-item:hover time,
.web-news-item:hover p,
.web-news-item:hover a {
  color: #fff;
}
.web-news-item:hover .img {
  background-image: url(../images/news-arrow-white.png);
}
