@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
body,
button,
input,
select,
textarea,
a {
  /*font-family: Arial,Helvetica,STHeiTi,sans-serif;*/
  font-family: PingFang SC, Helvetica Neue, Helvetica, Noto Sans CJK SC, Hiragino Sans GB, Arial, Microsoft YaHei, sans-serif !important;
  font-size: 14px;
  /* line-height: 1; */
  color: #002140;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* input[type='submit'],
textarea,
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='text'],
input[type='radio'],
input[type='button'],
select
{
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
} */
.no_data {
  line-height: 2;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #828282;
}
/* 隐藏百度商桥 */
ins {
  display: none!important;
}

header {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
header .trial-btn {
  width: 106px;
  height: 38px;
  background: #BA111E;
  box-sizing: border-box;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 21px;
}
header .trial-btn:active {
  border: none;
  background: #e5e5e5;
}
header img {
  vertical-align: middle;
}
.header-left {
  color: red;
  float: left;
  width: 130px;
}
.header-right {
  float: right;
  margin-top: 30px;
}
.header-right-qr {
  display: inline-block;
  position: relative;
}
.header-right-qr .hover {
  display: none;
  width: 110px;
  height: 110px;
  background: url("https://s3plus-shon.meituan.net/v1/mss_745278b3c232430ebce6c9f550614edd/publicresource/website/qr.jpeg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  bottom: -110px;
  z-index: 1;
}
.header-right-qr:hover .hover {
  display: block;
}
.header-menu {
  margin-left: 140px;
  margin-right: 245px;
  display: flex;
  color: #666666;
  font-weight: 400;
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  color: #333333;
}
.header-menu-item {
  z-index: 1;
  padding: 0 39px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  position: relative;
}
.header-menu-item a {
  display: block;
  height: 100%;
  font-size: 16px;
}
.header-menu-item .dorparrow {
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 39px;
  right: 25px;
  transform: rotate(-45deg);
}
.header-menu-item:hover {
  color: #BC0C16;
  cursor: pointer;
}
.header-menu-item:hover .dorparrow {
  border-left: solid 1px #BC0C16;
  border-bottom: solid 1px #BC0C16;
}
.header-menu-item:hover > a {
  color: #BC0C16;
}
.header-menu-item:hover .header-dropMenu {
  display: block;
}
.header-menu-item.select {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #BC0C16;
}
.header-menu-item.select .dorparrow {
  border-left: solid 1px #BC0C16;
  border-bottom: solid 1px #BC0C16;
}
.header-menu-item.select > a {
  color: #BC0C16;
}
.header-dropMenu {
  position: absolute;
  display: none;
  left: 20px;
  top: 85px;
  color: #000;
}
.header-dropMenu ul {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.header-dropMenu li {
  width: 134px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  background: #ffffff;
}
.header-dropMenu li:hover {
  background: #FEF3F3;
  font-weight: 500;
  font-family: PingFangSC-Medium;
  color: #BC0C16;
}
.header-dropMenu li:hover > a {
  color: #BC0C16;
}
.header-dropMenu li.select {
  background: #BA111E;
}
.header-dropMenu li.select > a {
  color: white;
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}

.fixSection {
  position: fixed;
  right: 0;
  top: 40%;
}
.fixSection ul {
  width: 100px;
}
.fixSection li {
  position: relative;
  cursor: pointer;
  margin-top: -43px;
}
.fixSection .online {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_consultation02.png");
  background-size: 100% 100%;
  background-position: center center;
}
.fixSection .online:hover {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_consultation02_hover.png");
  background-size: 100% 100%;
  background-position: center center;
}
.fixSection .phone {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_Contact us01.png");
  background-size: 100% 100%;
}
.fixSection .phone .hover {
  display: none;
  width: 260px;
  height: auto;
  padding-bottom: 200px;
  border-radius: 8px;
  float: left;
  margin: 10px 0 0 -240px;
}
.fixSection .phone .hover .hover_content {
  width: 260px;
  height: auto;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #ccc;
}
.fixSection .phone .hover .hover_content .hover_content_title {
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
}
.fixSection .phone .hover .hover_content .hover_content_item {
  position: relative;
  padding: 0 10px;
  margin-top: 13px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixSection .phone .hover .hover_content .hover_content_item input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 14px;
}
.fixSection .phone .hover .hover_content .hover_content_item input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 14px;
}
.fixSection .phone .hover .hover_content .hover_content_item input::-moz-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 14px;
}
.fixSection .phone .hover .hover_content .hover_content_item .hover_content_tag {
  width: 192px;
  color: #BA111E;
  margin-top: 5px;
  font-size: 12px;
}
.fixSection .phone .hover .hover_content .hover_content_item input {
  height: 35px;
  width: 195px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 6px;
}
.fixSection .phone .hover .hover_content .hover_content_item .hover_content_btn {
  background: #BA111E;
  color: #fff;
  width: 100px;
  display: flex;
  justify-content: center;
  height: 33px;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
}
.fixSection .phone .hover .hover_content .hover_content_item .hover_content_province {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 195px;
  height: 35px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding-left: 6px;
  font-size: 14px;
  color: #222222;
  justify-content: space-between;
}
.fixSection .phone .hover .hover_content .hover_content_item .hover_content_province .hover_content_right {
  width: 0;
  height: 0;
  border-top: 6px solid #333333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-right: 10px;
}
.fixSection .phone .hover .hover_content .hover_content_item .hover_content_province .hover_content_noData {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 34px;
}
.fixSection .phone:hover .hover {
  display: block;
}
.fixSection .phone:hover {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_Contact us01_hover.png");
  background-size: 100% 100%;
}
.fixSection .wx {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_wechat03.png");
  background-size: 100% 100%;
}
.fixSection .wx .hover {
  display: none;
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: -110px;
  background: url("https://pmscos.beyondh.com/fe/20230222/fe_website_wechatQRcode.png") center center no-repeat;
  background-size: 100% 100%;
}
.fixSection .wx:hover .hover {
  display: block;
}
.fixSection .wx:hover {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_wechat03_hover.png");
  background-size: 100% 100%;
}
.fixSection .scolltop {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_top04.png");
  background-size: 100% 100%;
  background-position: center center;
  display: none;
}
.fixSection .scolltop:hover {
  height: 100px;
  width: 100px;
  background: url("https://pmscos.beyondh.com/fe/20230306/fe_website_20230306_top04_hover.png");
  background-size: 100% 100%;
  background-position: center center;
}
.mobile_citys_pc {
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #fff;
  z-index: 3;
  height: 200px;
  width: auto;
  box-shadow: 0 0 0 4px 1px #ccc;
}
.mobile_citys_pc .mobile_citys_content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 1px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0px #ccc;
  border-radius: 4px;
  justify-content: space-between;
}
.mobile_citys_pc .mobile_citys_content .list:nth-of-type(2) {
  margin-left: 3px;
}
.mobile_citys_pc .mobile_citys_content .list {
  height: 176px;
  overflow: auto;
  padding: 12px 0px;
  box-shadow: 1px 1px 5px 0px #ccc;
  border-radius: 4px;
}
.mobile_citys_pc .mobile_citys_content .list .item,
.mobile_citys_pc .mobile_citys_content .list .city_item {
  font-size: 14px;
  color: #323233;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.mobile_citys_pc .mobile_citys_content .list .item > div,
.mobile_citys_pc .mobile_citys_content .list .city_item > div {
  display: flex;
  align-items: center;
  width: 162px;
}
.mobile_citys_pc .mobile_citys_content .list .city_item::after {
  visibility: hidden;
  content: '';
  width: 6px;
  height: 6px;
  display: block;
}
.mobile_citys_pc .mobile_citys_content .list .item:hover,
.mobile_citys_pc .mobile_citys_content .list .city_item:hover {
  background: #FFF5F5;
}
.mobile_citys_pc .mobile_citys_content .list .item::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #7D7E80;
  border-right: solid 1px #7D7E80;
  transform: rotate(45deg);
}
.mobile_citys_pc .mobile_citys_content .list .item_list_checked::after {
  content: '\2713';
  width: 6px;
  height: 6px;
  display: block;
  text-align: right;
  margin-right: 0px;
  color: #BC0C16;
  background: #FFF5F5;
  visibility: visible;
}
.mobile_citys_pc .mobile_citys_content .list .checked,
.mobile_citys_pc .mobile_citys_content .list .item_list_checked {
  background: #FFF5F5;
}
.pilot_retain-sucess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.55);
}
.pilot_retain-sucess > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pilot_retain-sucess > div .content {
  background-image: linear-gradient(0deg, #FFFFFF 50%, #E0FFF1 100%);
  border-radius: 8px ;
  width: 375px;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
}
.pilot_retain-sucess > div .content .title {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.pilot_retain-sucess > div .content .title > div {
  margin: 10px;
  font-size: 22px;
  color: #C8C9CC;
  width: 27px;
  height: 27px;
  text-align: center;
  cursor: pointer;
}
.pilot_retain-sucess > div .content .icon {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.pilot_retain-sucess > div .content .icon > div {
  background-image: url(https://pmscos.beyondh.com/fe/20230222/fe_website_ok.png);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}
.pilot_retain-sucess > div .content .des_content {
  font-size: 20px;
  color: #1C1C1C;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.pilot_retain-sucess > div .content .rqcode_tips {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0px 40px 10px 40px;
  text-align: center;
}
.pilot_retain-sucess > div .content .qrcode_span {
  display: flex;
  justify-content: center;
}
.pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode {
  width: 114px;
  height: 114px;
}
.pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode > img {
  width: 114px;
  height: 114px;
}
.pilot_retain-sucess > div .content .wechat_qrcode_title {
  text-align: center;
  color: #666666;
  margin: 20px 0;
  font-size: 14px;
}
.com_toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
}
.com_toast div {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  min-height: 30px;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333vw ;
  }
  * {
    padding: 0;
    margin: 0;
  }
  body {
    height: auto;
  }
  input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  input::-moz-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_retain-sucess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .24rem;
    background: rgba(0, 0, 0, 0.55);
  }
  .pilot_retain-sucess > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pilot_retain-sucess > div .content {
    background-image: linear-gradient(0deg, #FFFFFF 50%, #E0FFF1 100%);
    border-radius: 0.08rem ;
    width: 5rem;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem 0.3rem 0.1rem;
  }
  .pilot_retain-sucess > div .content .title {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .pilot_retain-sucess > div .content .title > div {
    margin: .10rem;
    font-size: 0.30rem;
    color: #C8C9CC;
    width: 0.27rem;
    height: 0.27rem;
    text-align: center;
    cursor: pointer;
  }
  .pilot_retain-sucess > div .content .icon {
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
  }
  .pilot_retain-sucess > div .content .icon > div {
    background-image: url(https://pmscos.beyondh.com/fe/20230222/fe_website_ok.png);
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.5rem;
  }
  .pilot_retain-sucess > div .content .des_content {
    font-size: 0.3rem;
    color: #1C1C1C;
    text-align: center;
    font-weight: bold;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }
  .pilot_retain-sucess > div .content .rqcode_tips {
    font-weight: 400;
    font-size: 0.20rem;
    color: #666666;
    line-height: 0.40rem;
    margin: 0.01rem 0.4rem 0.2rem 0.4rem;
    text-align: center;
  }
  .pilot_retain-sucess > div .content .qrcode_span {
    display: flex;
    justify-content: center;
  }
  .pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode {
    width: 2.88rem;
    height: 2.88rem;
  }
  .pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode > img {
    width: 2.88rem;
    height: 2.88rem;
  }
  .pilot_retain-sucess > div .content .wechat_qrcode_title {
    text-align: center;
    color: #666666;
    margin: 0.2rem 0;
    font-size: 0.20rem;
  }
  .com_toast {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .24rem;
  }
  .com_toast div {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: .1rem;
    border-radius: 0.16rem;
    min-height: .56rem;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30%;
  }
  .retain_mobile {
    box-sizing: border-box;
    background-image: linear-gradient(#FFE5E6, #FFFFFF) !important;
    background-repeat: no-repeat;
    height: auto;
  }
  .retain_mobile .title {
    font-size: 0.52rem;
    color: #1C1C1C;
    text-align: center;
    line-height: 0.64rem;
    padding-top: 1.14rem;
  }
  .retain_mobile .subtitle {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.34rem;
    text-align: center;
    margin-top: 0.16rem;
  }
  .retain_mobile .main {
    width: 6.86rem;
    margin: 0 auto;
    margin: 0 auto 0.5rem auto;
    background: #FFFFFF;
    border-radius: .32rem;
    margin-top: 0.6rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px #ebe9e9;
    padding: 0.58rem 0.32rem;
  }
  .retain_mobile .main .item {
    margin-bottom: 0.3rem;
  }
  .retain_mobile .main .item .label {
    font-size: .28rem;
    color: #777777;
    line-height: 0.40rem;
  }
  .retain_mobile .main .item .input {
    margin-top: 0.24rem;
  }
  .retain_mobile .main .item .input input {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    width: 100%;
    padding-left: 0.37rem;
    box-sizing: border-box;
    display: block;
  }
  .retain_mobile .main .item .radio-span {
    display: flex;
    align-items: center;
  }
  .retain_mobile .main .item .radioitem {
    display: flex;
    align-items: center;
    margin-right: 0.6rem;
    font-size: 0.28rem;
  }
  .retain_mobile .main .item .radioitem > div:nth-of-type(1) {
    margin-right: 0.08rem;
  }
  .retain_mobile .main .item .checked {
    font-weight: 600;
    font-size: 0.28rem;
    color: #333333;
  }
  .retain_mobile .main .item .checked .radioout {
    background: #FFFFFF;
    border: 0.01rem solid #BC0C16;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .retain_mobile .main .item .checked .radioin {
    width: 0.2rem;
    height: 0.2rem;
    background: #BC0C16;
    border-radius: 50%;
    opacity: 1;
  }
  .retain_mobile .main .item .radioout {
    background: #FFFFFF;
    border: 0.01rem solid #666;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .retain_mobile .main .item .radioin {
    width: 0.2rem;
    height: 0.2rem;
    background: #BC0C16;
    border-radius: 50%;
    opacity: 0;
  }
  .retain_mobile .main .item .products {
    display: flex;
    flex-wrap: wrap;
  }
  .retain_mobile .main .item .products .product-item {
    position: relative;
    border: 0.01rem solid #B4B4B4;
    border-radius: 0.08rem;
    width: 1.93rem;
    height: 0.78rem;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.28rem;
    color: #1C1C1C;
    margin-right: 0.16rem;
    margin-top: 0.16rem;
    text-align: center;
    padding: 0.06rem 0;
  }
  .retain_mobile .main .item .products .product-item:nth-of-type(3n ) {
    margin-right: 0rem;
    margin-right: 0;
  }
  .retain_mobile .main .item .products .checked {
    background: #FFF0F1;
    border: 0.01rem solid #BC0C16;
  }
  .retain_mobile .main .item .products .checked::after {
    display: block;
    content: ' ';
    width: 0.4rem;
    height: 0.4rem;
    background-image: url('https://pmscos.beyondh.com/fe/20230215/fe_website_ok.png');
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .retain_mobile .main .item .province {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    display: flex;
    align-items: center;
    padding-left: 0.37rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #222222;
    justify-content: space-between;
  }
  .retain_mobile .main .item .province .right {
    width: 0;
    height: 0;
    border-top: 0.12rem solid #333333;
    border-right: 0.12rem solid transparent;
    border-left: 0.12rem solid transparent;
    margin-right: 0.2rem;
  }
  .retain_mobile .main .item .province .noData {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .retain_mobile .main .bottom {
    background: #BC0C16;
    border-radius: 0.49rem;
    height: 0.9rem;
    width: 6.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.32rem;
  }
  .mobile_citys {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
  }
  .mobile_citys .mobile_citys_content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7.98rem;
    background: #FFFFFF;
    border-radius: .32rem .32rem 0 0;
    box-sizing: border-box;
    padding: 0rem 0.38rem;
  }
  .mobile_citys .mobile_citys_content .mobile_citys_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.44rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #323233;
    margin-top: 0.36rem;
  }
  .mobile_citys .mobile_citys_content .mobile_citys_title > div:nth-of-type(2) {
    color: #C8C9CC;
    font-size: 0.38rem;
  }
  .mobile_citys .mobile_citys_content .tabs {
    font-weight: 500;
    font-size: 0.28rem;
    color: #323233;
    display: flex;
    align-items: center;
    height: 0.96rem;
  }
  .mobile_citys .mobile_citys_content .tabs > div {
    height: 100%;
    padding: 0 0.22rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .mobile_citys .mobile_citys_content .tabs > div:nth-of-type(1) {
    margin-right: 0.84rem;
  }
  .mobile_citys .mobile_citys_content .tabs > div:nth-of-type(2) {
    margin-right: 0.84rem;
  }
  .mobile_citys .mobile_citys_content .tabs .checked {
    height: 100%;
    border-bottom: solid 0.06rem #BC0C16;
  }
  .mobile_citys .mobile_citys_content .list {
    height: 6.16rem;
    overflow: auto;
  }
  .mobile_citys .mobile_citys_content .list .item {
    height: 0.4rem;
    font-weight: 400;
    font-size: .28rem;
    color: #323233;
    margin-top: 0.4rem;
  }
  .mobile_citys .mobile_citys_content .list .checked {
    color: #BC0C16 ;
    display: flex;
    justify-content: space-between;
  }
  .mobile_citys .mobile_citys_content .list .checked::after {
    content: '\2713';
    width: 200px;
    height: 200px;
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #BC0C16;
  }
  .mobile-select-wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
  }
  .mobile-select-wrap .mobile_select_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.44rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #323233;
    margin-top: 0.36rem;
  }
  .mobile-select-wrap .mobile_select_title > div:nth-of-type(2) {
    color: #C8C9CC;
    font-size: 0.38rem;
  }
  .mobile-select-wrap .mobile-select-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7.98rem;
    background: #FFFFFF;
    border-radius: .32rem .32rem 0 0;
    box-sizing: border-box;
    padding: 0rem 0.38rem;
  }
  .mobile-select-wrap .list {
    height: 6.16rem;
    overflow: auto;
  }
  .mobile-select-wrap .list .item {
    height: 0.4rem;
    font-weight: 400;
    font-size: .28rem;
    color: #323233;
    margin-top: 0.4rem;
  }
  .mobile-select-wrap .list .checked {
    color: #BC0C16 ;
    display: flex;
    justify-content: space-between;
  }
  .mobile-select-wrap .list .checked::after {
    content: '\2713';
    width: 20px;
    height: 20px;
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #BC0C16;
  }
}

#root {
  min-width: 1280px;
}
body {
  background: white;
}
.home-partnerWall {
  width: 897px;
  background: white;
  margin: 0 auto;
  position: relative;
}
.home-partnerWall li {
  float: left;
  width: 100px;
  height: 80px;
  margin: 5px;
  border: 1px solid #cecece;
}
.home-partnerWall li:hover {
  background: rgba(218, 0, 0, 0.5);
}
.home-partnerWall li.empty {
  border-color: transparent;
}
.home-partnerWall-explainText {
  width: 436px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #cecece;
  position: absolute;
  left: 50%;
  top: 97px;
  transform: translateX(-50%);
  text-align: center;
}
.home-partnerWall-explainText p {
  font-size: 34px;
}
.home-video-section {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-video-section-placeHolder {
  width: 624px;
  height: 384px;
}
.home-video-section-modal {
  width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #000;
  z-index: 1;
}
.home-video-section-close {
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  color: white;
  position: absolute;
  right: 10px;
  top: 0;
}
.home-video-section video {
  outline: none;
}
.home-honour {
  padding: 48px 0 32px;
  background: white;
}
.home-honour-loop {
  width: 1080px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  height: 130px;
}
.home-honour-loop-box {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.home-honour-loop img {
  width: 175px;
  height: 130px;
  margin: 0 5px;
}
.home-comment {
  padding-top: 62px;
  height: 320px;
  box-sizing: border-box;
}
.home-comment-text {
  width: 870px;
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  line-height: 26px;
}
.home-comment-text h1 {
  text-align: right;
}
.home-capability {
  padding: 72px 0 20px;
  background: white;
  display: flex;
  justify-content: center;
}
.home-capability .item {
  font-size: 12px;
  width: 174px;
  text-align: center;
}
.home-capability .item + .item {
  margin-left: 80px;
}
.home-digBox .dig-cell {
  width: 440px;
  height: 296px;
  text-align: center;
  background: url('https://pmscos.beyondh.com/fe/20230620/home-dig01.png') center no-repeat;
  background-size: 100% 100%;
}
.home-advantage-left,
.home-advantage-right {
  width: 704px;
  height: 378px;
  text-align: center;
  background: url('https://pmscos.beyondh.com/fe/20230620/home-advantage-left.png') center no-repeat;
  background-size: 100% 100%;
  text-align: left;
}
.home-advantage-left .circle,
.home-advantage-right .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  border: 1px black solid;
  align-items: center;
  justify-content: center;
}
.home-advantage-left .circle .rect,
.home-advantage-right .circle .rect {
  width: 6px;
  height: 4px;
  border-top: 1px black solid;
  border-right: 1px black solid;
  transform: rotate(135deg);
  margin-top: -2px;
}
.home-advantage-right {
  width: 793px;
  height: 412px;
  background: url('https://pmscos.beyondh.com/fe/20230620/home-advantage-right.png') center no-repeat;
  background-size: 100% 100%;
  margin-left: 680px;
  margin-top: -240px;
}
.productPMS-content {
  width: 1000px;
  margin: 90px auto 0;
}
.productPMS-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productPMS-content > div:nth-of-type(1) > .productPMS-content-right img {
  width: 381px;
  height: 293px;
}
.productPMS-content > div:nth-of-type(2) > .productPMS-content-right img {
  width: 428px;
  height: 375px;
}
.productPMS-content > div:nth-of-type(3) > .productPMS-content-right img {
  width: 407px;
  height: 399px;
}
.productPMS-content > div:nth-of-type(4) > .productPMS-content-right img {
  width: 358px;
  height: 312px;
}
.productPMS-content > div:nth-of-type(5) > .productPMS-content-right img {
  width: 364px;
  height: 314px;
}
.productPMS-content > div:nth-of-type(6) > .productPMS-content-right img {
  width: 398px;
  height: 292px;
}
.productPMS-content > div:nth-of-type(7) > .productPMS-content-right img {
  width: 470px;
  height: 302px;
}
.productPMS-content > div:nth-of-type(8) > .productPMS-content-right img {
  width: 263px;
  height: 248px;
}
.productPMS-content-left {
  font-size: 16px;
  padding-left: 30px;
  flex: 1;
}
.productPMS-content-left .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: -30px;
}
.productPMS-content-left .text {
  line-height: 24px;
}
.productPMS-content-left .text-bold {
  font-weight: bold;
}
.productPMS-content-left .videoText {
  color: #C61A25;
  margin-top: 4px;
}
.productPMS-content-left .videoText > span {
  vertical-align: middle;
}
.productPMS-content-left img {
  width: 21px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.productPMS-content-left ul {
  list-style: disc;
  margin-left: 20px;
  line-height: 26px;
}
.productPMS-content-right {
  flex: 1;
  text-align: center;
}
.productRMS-content {
  width: 1000px;
  margin: 90px auto 0;
}
.productRMS-infoBox ul {
  list-style: disc;
  margin-left: 20px;
  color: #C61A25;
}
.productRMS-infoBox ul .text {
  color: #002140;
}
.productRMS-infoBox-banner {
  padding: 18px 58px 0;
  background: #fff9f5;
  border: 1px solid #ffcfb0;
  border-radius: 5px;
  display: flex;
  font-size: 16px;
}
.productRMS-infoBox-banner .left-box-img {
  width: 198px;
  height: 182px;
}
.productRMS-infoBox-banner .right-box .title {
  font-size: 30px;
  margin-bottom: 16px;
}
.productRMS-infoBox-banner .right-box .text {
  line-height: 26px;
}
.productRMS-infoBox-banner .right-box .videoText {
  color: #C61A25;
  vertical-align: middle;
}
.productRMS-infoBox-banner .right-box .videoText + img {
  vertical-align: middle;
  margin-left: 10px;
}
.productRMS-infoBox-info {
  padding: 30px;
  font-size: 16px;
}
.productRMS-infoBox-info img {
  float: right;
  width: 335px;
  height: 212px;
  margin-left: 20px;
}
.productRMS-infoBox-info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.productRMS-infoBox-info .text {
  line-height: 26px;
}
.productRMS-infoBox-info .item + .item {
  margin-top: 20px;
}
.productRMS-infoBox + .productRMS-infoBox {
  margin-top: 20px;
}
.analysis-content {
  width: 1000px;
  margin: 90px auto 0;
}
.analysis-content h1 {
  font-size: 30px;
  color: #3C2A04;
  margin-bottom: 10px;
}
.analysis-content p {
  color: #333;
  line-height: 26px;
  margin-bottom: 16px;
}
.analysis-content .videoText {
  color: #C61A25;
  vertical-align: middle;
  font-size: 16px;
}
.analysis-content .videoText + img {
  vertical-align: middle;
}
.analysis-content-feature {
  margin-top: 20px;
}
.analysis-content-feature img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.customCase-content {
  width: 1000px;
  margin: 90px auto 50px;
}
.customCase-item {
  display: flex;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.customCase-item .leftBox img {
  display: block;
  width: 300px;
  height: 220px;
}
.customCase-item .rightBox {
  position: relative;
  flex: 1;
  padding: 20px 20px;
}
.customCase-item .rightBox h1 {
  font-size: 18px;
  margin-bottom: 18px;
}
.customCase-item .rightBox p {
  font-size: 14px;
  line-height: 20px;
}
.customCase-item .rightBox a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 40px;
  background: #b1241a;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin-top: 40px;
}
.customCase-item + .customCase-item {
  margin-top: 30px;
}
.resolution-content {
  margin: 90px 0 50px;
}
.resolution-tool {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.resolution-tool-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.resolution-tool-titleExplain {
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.resolution-tool-bookExplain {
  line-height: 22px;
  color: #333;
}
.resolution-tool .videoText {
  color: #C61A25;
  vertical-align: middle;
  font-size: 16px;
}
.resolution-tool .videoText + img {
  vertical-align: middle;
}
.resolution-tool-right img {
  width: 402px;
  height: 330px;
}
.resolution-banner {
  background: #8C9AC8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 150px;
  font-size: 34px;
}
.resolution-banner img {
  width: 194px;
  height: 128px;
  margin-left: 50px;
}
.resolution-courseBox {
  margin-top: 60px;
  width: 1000px;
  margin: 0 auto;
}
.resolution-course {
  margin-top: 60px;
}
.resolution-course-title {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.resolution-course-title .more {
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
.resolution-course-title .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C8161D;
  display: inline-block;
  color: white;
  text-align: center;
  margin-left: 10px;
}
.resolution-course-item {
  display: flex;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.resolution-course-item .left-box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.resolution-course-item .left-box img {
  display: block;
  width: 300px;
}
.resolution-course-item .right-box {
  flex: 1;
  padding: 30px 50px 0;
}
.resolution-course-item .right-box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.resolution-course-item .right-box .text {
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.resolution-course-item + .resolution-course-item {
  margin-top: 30px;
}
.channel-logo {
  margin: 50px auto 30px;
  width: 250px;
  text-align: center;
}
.channel-logo:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(to right, #f2f2f2, #fff);
}
.channel-logo:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(to right, #fff, #f2f2f2);
}
.channel-logo img {
  vertical-align: middle;
}
.channel-reason-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
.channel-reason-box {
  display: flex;
  justify-content: center;
}
.channel-reason-box .board-box {
  width: 348px;
  padding: 5px 0 20px 30px;
  border-radius: 4px;
  font-size: 20px;
  color: white;
  background: #FC3F53;
}
.channel-reason-box .board-box-item {
  margin-top: 18px;
}
.channel-reason-box .board-box img {
  margin-right: 15px;
  vertical-align: middle;
}
.channel-advantage {
  background: #fafafa;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.channel-advantage-left {
  margin-right: 80px;
}
.channel-advantage-left li {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.channel-advantage-left li img {
  margin-left: 10px;
}
.channel-advantage-left li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.channel-advantage-right {
  margin-left: 80px;
}
.channel-advantage-right li {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.channel-advantage-right li img {
  margin-right: 10px;
}
.channel-advantage-right li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.channel-system {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.channel-system li {
  line-height: 48px;
}
.channel-system span {
  color: red;
  font-size: 24px;
}
.channel-text {
  padding: 50px 0;
  font-size: 30px;
  font-weight: bold;
  color: white;
  line-height: 2;
}
.channel-text p {
  width: 610px;
  margin: 0 auto;
}
.channel-promise {
  width: 440px;
  margin: 0 auto;
  font-size: 18px;
  color: #555;
  line-height: 2;
  font-weight: bold;
}
.channel-promise ul {
  list-style: disc;
}
.channel-promise ul li {
  margin-left: 20px;
}
.channel-recruit {
  height: 328px;
  text-align: center;
  margin-top: 30px;
}
.channel-recruit h1 {
  font-size: 36px;
  color: #FF687A;
}
.channel-recruit p {
  color: #FF687A;
  margin: 30px 0 60px;
}
.channel-recruit p span {
  vertical-align: middle;
  margin: 0 10px;
}
.channel-recruit p:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(to right, #FE677E, #FFDCE3);
  vertical-align: middle;
}
.channel-recruit p:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(to right, #FFDCE3, #FE677E);
  vertical-align: middle;
}
.channel-recruit a {
  display: inline-flex;
  width: 160px;
  height: 36px;
  font-weight: 300;
  font-size: 20px;
  align-items: center;
  background: #BA111E;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  background-image: linear-gradient(to right, #FF6B82, #FC3F53);
  justify-content: center;
}
.capability-imgWall img {
  width: calc(33.33333333%);
  height: 300px;
}
.capability-link {
  padding: 40px 0;
  text-align: center;
}
.capability-link a {
  padding: 0 10px;
  height: 22px;
  font-weight: 300;
  border: 1px solid #B70808;
  border-radius: 4px;
  color: #B70808;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.capability-link a.select {
  background: #B70808;
  color: white;
}
.capability-link a + a {
  margin-left: 20px;
}
.capability-common {
  width: 1000px;
  margin: 50px auto 0;
}
.capability-common h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.capability-common h1 + img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.capability-common p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 50px;
}
.capability-common p + p {
  margin-top: 10px;
}
.capability-common .iconWall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.capability-common .iconWall .imgBox {
  width: 80px;
  height: 60px;
  margin: 20px;
  display: flex;
  align-items: center;
}
.capability-common .iconWall .imgBox img {
  width: 100%;
}
.news-box {
  width: 1000px;
  margin: 50px auto 0;
}
.news-box-news {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.news-box-news img {
  width: 220px;
  height: 150px;
}
.news-box-news .right-box {
  flex: 1;
  margin-left: 20px;
}
.news-box-news .right-box a {
  font-size: 24px;
  color: #555;
  line-height: 30px;
}
.news-box-news .right-box a:hover {
  color: #B70808;
}
.news-box-news .right-box h1 {
  font-size: 8px;
  margin: 8px 0;
}
.news-box-news .right-box p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.news-box-news + .news-box-news {
  margin-top: 10px;
}
.tab_header_wrap {
  text-align: center;
}
.tab_header_wrap .tab_header_content {
  display: inline-block;
  padding: 8px 5px;
  background: #FFFFFF;
  border-radius: 32px;
}
.tab_header_wrap .tab_header_content .tab_item {
  padding: 12px 50px;
  color: #222;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  cursor: pointer;
}
.tab_header_wrap .tab_header_content .active {
  color: #fff;
  background-image: linear-gradient(152deg, #DF1C31 6%, #BC0C16 100%);
  border-radius: 32px;
}
@media screen and (max-width: 2300px) {
  .media_padding_top {
    padding-top: 12%;
  }
}
@media screen and (min-width: 2300px) {
  .media_padding_top {
    padding-top: 10%;
  }
}
.about_us .swiper-button-next::after,
.about_us .swiper-button-prev::after {
  font-size: initial;
}
.about_us .swiper-button-next,
.about_us .swiper-button-prev {
  border: 1px solid;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #666;
}
.about_us .swiper-button-next:hover,
.about_us .swiper-button-prev:hover {
  color: #000;
}
.news_wrap {
  width: 1200px;
  margin: 50px auto;
  overflow: auto;
  zoom: 1;
}
.news_wrap .news_item {
  float: left;
  width: 560px;
  margin: 20px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 15px #ccc;
}
.news_wrap .news_item .news_img {
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_wrap .news_item .news_content {
  height: 200px;
  padding: 30px;
  box-sizing: border-box;
}
.news_wrap .news_item .news_content .news_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_wrap .news_item .news_content .news_text {
  line-height: 2;
  margin-top: 10px;
  font-size: 13px;
  color: #999;
  height: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.resolution-cell {
  background: url('https://pmscos.beyondh.com/fe/20230620/single01.png') center no-repeat;
  background-size: 100% 100%;
  width: 582px;
  height: 303px;
  box-sizing: border-box;
  padding: 60px 0 0 50px;
  text-align: left;
}
.chain-bg1 {
  background: url('https://pmscos.beyondh.com/fe/20230625/chain01.png') center no-repeat;
  background-size: 100% 100%;
  width: 440px;
  height: 556px;
  box-sizing: border-box;
  padding: 80px 60px 0;
}
.chain-bg1 .center-float {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  padding: 10px 30px 30px;
  justify-content: space-between;
  border-radius: 10px;
  margin-top: 20px;
}
.chain-bg1 .center-float .item {
  display: flex;
  width: 40%;
  font-size: 20px;
  align-items: center;
  margin-top: 20px;
}
.chain-bg1 .center-float .rectIcon {
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px #146ad2 solid;
  border-bottom: 2px #146ad2 solid;
  transform: rotate(-45deg);
  margin-right: 8px;
}
.chain-bg1 + .chain-bg1 {
  margin-left: 30px;
}
.chain-bg2 {
  background: url('https://pmscos.beyondh.com/fe/20230625/esports04.png') center no-repeat;
  background-size: 100% 100%;
  width: 664px;
  height: 358px;
  box-sizing: border-box;
  padding: 80px 60px 0;
}

