
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.width-big {
  width: 60%;
  padding: 0 1.3rem;
  background: url(../images/bg-swiper.png) center top no-repeat;
  background-size: 90% 90%;
}

.width-min {
  width: 40%;
}

.swiper-title {
  display: none;
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-title::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.swiper-title .item {
  font-size: 1.125rem;
  border-radius: 3rem;
  color: #787a85;
  display: inline-block;
  width: auto;
  padding: 0 2.375rem;
  height: 3.25rem;
  line-height: 3.25rem;
  // transition: background-color 0.8s;
}

.swiper-title .active {
  color: #fff;
  background-color: #007fff;
}

.swiper-pagination{
  bottom: 0px !important;
  display: none;
}

.swiper-pagination-bullet-active{
  background: #ff8000;
}

.swiper-container {
  height: 100%;
  width: 80%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
}

.flash-item {
  position: relative;
  padding: 0.688rem 2.938rem;
  cursor: pointer;
}

.flash-item .title {
  font-size: 1.125rem;
  color: #6e707c;
  margin-bottom: 0.6rem;
}

.flash-item.active {
  background-color: #ffffff;
  box-shadow: 0 0.188rem 1.375rem 0 rgba(136, 136, 136, 0.08);
  margin-bottom: 1rem;
}

.flash-icon{
  margin-top: -4px;
  margin-right: 0.938rem;
  width: 1.8rem;
}

.flash-item.active::after {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #4f82fc;
  border-radius: 0.094rem;
}

.flash-left .flash-item.active::after {
  left: 0;
  right: unset;
}

.flash-item.active .title {
  font-size: 1.75rem;
  color: #0076fc;
}

.flash-list {
  display: none;
  font-size: 1rem;
  color: #555555;
  line-height: 1.625rem;
}

.flash-list li {
  position: relative;
  padding-left: 2rem;
}

.flash-list li::before {
  position: absolute;
  display: inline-block;
  content: ' ';
  width: 0.938rem;
  height: 3px;
  left: 1px;
  top: 0.7rem;
  background-color: #0080ff;
  margin-right: 0.813rem;
}

.flash-list li + li {
  margin-top: 1rem;
}

.list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list .item {
  width: 25%;
  position: relative;
  background-size: 100%;
  background-position: bottom center;
  // transition: all 0.5s;
  box-sizing: border-box;
  text-align: center;
}

.list .item.advantage {
  cursor: pointer;
  padding: 2.75rem 2.65rem;
}

.side-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 2px;
  cursor: pointer;
  background: url("../images/bg-logo.png") #007fff right bottom no-repeat;
  background-size: 60%;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(23, 34, 77, 0.06);
  margin-top: -6px;
  padding-bottom: 12px;
}

/*.item.advantage:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;*/
/*  transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;*/
/*  transition: background .3s ease, transform .3s ease, box-shadow .3s ease;*/
/*  transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;*/
/*  z-index: 0;*/
/*}*/

.item.advantage.active .title, .item.advantage.active .des {
  color: white;
  // transition: color 0.8s;
}

.advantage-bg{
  background-color: #f9faff;
}

.item.advantage img{
  position: relative;
  z-index: 10;
  width: 4.5rem;
}

.advantage-hover{
  display: none;
}

.item.advantage.active .advantage-icon{
  display: none;
}

.item.advantage.active .advantage-hover{
  display: inline-block;
}
/*.item.advantage:hover:after {*/
/*  background: #a51818;*/
/*  -webkit-transform: scaleY(1.08);*/
/*  transform: scaleY(1.08);*/
/*  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);*/
/*}*/

.item.safe {
  padding: 0 2.688rem;
}

.item.safe + .item {
  border-left: 0.0625rem solid rgba(62, 66, 106, 0.12);
}

.item .icon {
  height: 3rem;
  width:auto;
}

.item .title {
  position: relative;
  z-index: 2;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top:1.125rem;
  margin-bottom: 1.5rem;
}

.item .des {
  position: relative;
  z-index: 2;
  line-height: 1.5rem;
  font-size: .875rem;
  color: #9a9a9a;
}

.con-sub-title .wap{
  display: none;
}

.swiper-slide .pc {
  overflow: hidden;
}

.swiper-slide .pc picture {
  width: 100%;
}

.swiper-slide .pc picture img {

  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide .wap {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-slide .wap img {
  height: auto;
  width: 100%;
}


._con-title-box {
  padding: 5rem 0 3.75rem;
  text-align: center;
}
._con-title-box .con-title {
  font-size: 2.25rem;
  font-weight: 500;
}

/****************************************************************************/
@media (max-width: 700px) {
  .layui-form {
    display: block !important;
  }
  .layui-form-item {
    width: auto !important;
  }
}
.layui-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layui-form-item {
  width: 42.375rem;
}
.layui-form-item input,
.layui-form-item button {
  width: 42.375rem !important;
  height: 3.4375rem !important;
  border-radius: 0.4rem !important;
}

.layui-input-block {
  min-height: 36px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.layui-input-block img {
  width: 21%;
  height: 3.4375rem !important;
}

.layui-unselect {
  margin: 0 !important;
}
._show {
  height: 38.5rem;
  background: url("../images/bg@2x.png");
  background-size: 100% 100%;
}

/*# sourceMappingURL=HRO.css.map */


@media only screen and (min-width: 280px) and (max-width: 760px) {
  .flex {
    display: block;
  }
  .swiper-title {
    display: block;
  }
  .swiper-pagination{
    display: block;
  }

  .swiper-container {
    height: auto;
  }

  .con-sub-title .pc{
    display: none;
  }

  .con-sub-title .wap{
    display: block;
  }

  .swiper-slide .pc {
    display: none;
  }
  .swiper-slide .wap {
    display: block;
    overflow: hidden;
  }

  .flash-list{
    display: block;
    text-align: left;
    line-height: 1;
  }

  .flash-list li::before{
    top: 0.3rem;
  }

  .flash-item .title{
    font-weight: bold;
    color: black;
  }

  .width-big {
    width: 100%;
    padding: 0;
    background: url(../images/bg-swiper-wap.png) no-repeat;
    background-size: 70%;
  }

  .flash-item {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    margin-top: 1rem;
  }

  .width-min {
    display: none;
  }

  .side-line {
    margin-top: 0;
    padding-bottom: 0;
  }

  .advantage.item {
    width: 48%;
    box-shadow: 0 0.188rem 1.375rem 0 rgb(136 136 136 / 8%);
    padding-bottom: 1.563rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2.18rem;
  }

  .advantage-bg{
    background-color: #fff;
  }

  .safe.item {
    position: relative;
    width: 90%;
    left: 5%;
    padding-bottom: 2rem;
    text-align: left;
    padding-right: 0;
    padding-left: 4rem;
  }

  .item.safe + .item {
    border-top: 0.0625rem solid rgba(62, 66, 106, 0.12);
    border-left: none;
  }

  .safe.item .icon{
    position: absolute;
    top: 0.8rem;
    left: 0;
  }

  .list .item.advantage {
    cursor: pointer;
    padding: 0.75rem 1.4rem;
  }

  .item .title {
    margin-bottom: 1rem;
  }

  .advantage.item .title{
    font-size: 1.2rem;
  }

  ._show {
    margin-top: 0px;
  }
}
