@charset "utf-8";
/*公共样式*/
.banner-wrap {
  width: 100%;
  height: 600px;
  background: url(../images/heming_imgs/banner.jpg) no-repeat center center;
}
.banner {
  height: 600px;
  position: relative;
}
.banner-input {
  padding: 380px 0 0 0;
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-input-con {
  height: 60px;
  width: calc(100% - 18%);
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 14px;
}
.banner-city {
  width: 18%;
  padding-left: 20px;
  height: 60px;
  color: #3d4450;
  position: relative;
}
.banner-city div span {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-city-img {
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 28px;
  right: 10px;
}
#formCityMock4 {
  font-size: 14px;
  color: #3d4450;
  height: 60px;
}
.banner-name {
  width: 40%;
}
.banner-name .banner-name-input {
  border: none;
  outline: 0;
  border-left: 1px solid #d2d2d2;
  padding-left: 30px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  color: #3d4450;
  font-size: 14px;
}
.banner-trade {
  width: 24%;
  position: relative;
}
.banner-trade .banner-trade-input {
  border: none;
  outline: 0;
  border-left: 1px solid #d2d2d2;
  padding-left: 18px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  color: #3d4450;
  font-size: 14px;
}
.banner-trade-img {
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 28px;
  right: 42px;
}
.banner-suffix {
  width: 25%;
  position: relative;
}
.banner-suffix .banner-suffix-input {
  border: none;
  outline: none;
  border-left: 1px solid #d2d2d2;
  padding-left: 18px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #3d4450;
}
.banner-suffix-img {
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 28px;
  right: 45px;
}
.banner-btn {
  width: 18%;
  height: 60px;
  line-height: 60px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #6bf9c2, #088cc3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6bf9c2, #088cc3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6bf9c2, #088cc3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6bf9c2, #088cc3);
  /* 标准的语法 */
}
.banner-hint {
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  letter-spacing: 1px;
}
.banner-hint-icon {
  display: inline-block;
  width: 13px;
  height: 17px;
  background: url(../images/heming_imgs/icon_position.png) no-repeat;
  padding-left: 6px;
  vertical-align: bottom;
}
.banner-trade-select {
  width: 84%;
  height: unset;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 454px;
  padding-bottom: 30px;
  left: 8%;
  box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
  display: none;
}
.banner-trade-select .lists {
  padding-left: 100px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.banner-trade-select:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 520px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.banner-trade-select .lists li.actived {
  width: 64px;
  height: 26px;
  background: #e8effc;
  margin: 0 18px 0 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-trade-select .lists li {
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 24px;
  font-size: 14px;
  color: #3d4450;
}
.banner-trade-select .lists6 li.hint {
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding-left: 16px;
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}
.banner-trade-select .lists6 li i {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 8px;
  vertical-align: middle;
  background: url(../images/heming_imgs/hm-friendly-hint.png) no-repeat;
}
.banner-trade-select .lists li a {
  font-size: 14px;
  color: #3d4450;
}
.banner-trade-select .lists li a:hover {
  color: #64a6fe;
}
.banner-trade-select .lists1 {
  margin-top: 24px;
}
.banner-trade-select .lists2,
.banner-trade-select .lists3,
.banner-trade-select .lists4,
.banner-trade-select .lists5 {
  margin-top: 10px;
}
.banner-suffix-select {
  width: 153px;
  height: 173px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: -24px;
  right: 290px;
  font-size: 14px;
  color: #3d4450;
  box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
  display: none;
}
.banner-suffix-select:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 65px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.banner-suffix-select li {
  height: 33px;
  line-height: 33px;
  padding-left: 25px;
  font-size: 14px;
  color: #3d4450;
  cursor: pointer;
}
.banner-suffix-select li:first-child {
  margin-top: 22px;
}
.banner-suffix-select li.suffix-actived {
  background: #eef4ff;
  color: #64a6fe;
}
.attention-wrap {
  width: 100%;
}
.attention-title-wrap {
  width: 100%;
  padding: 110px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attention-line {
  width: 110px;
  height: 1px;
  background: #b1b4b9;
}
.attention-line1 {
  margin: 0px 32px 0 32px;
}
.attention-line2 {
  margin-left: 32px;
  margin-top: 0px;
}
.attention-title {
  font-size: 36px;
  color: #3d4450;
}
.attention-title span {
  color: #64a6fe;
}
.attention-con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.attention-con li {
  width: 16.6%;
  position: relative;
}
.attention-con .attention-img {
  width: 100%;
  height: auto;
}
.attention-con .attention-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.attention-list-title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 65px 0 36px;
}
.attention-list-title1 {
  padding: 63px 0 10px;
}
.attention-list-title2 {
  padding: 0 0 18px;
}
.attention-list-con {
  width: 150px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  text-align: justify;
}
.notice-wrap {
  width: 100%;
  padding-bottom: 90px;
}
.notice-title-wrap {
  width: 100%;
  padding: 110px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-line {
  width: 110px;
  height: 1px;
  background: #b1b4b9;
}
.notice-line1 {
  margin: 0px 32px 0 32px;
}
.notice-line2 {
  margin-left: 32px;
  margin-top: 0px;
}
.notice-title {
  font-size: 36px;
  color: #3d4450;
}
.notice-title span {
  color: #64a6fe;
}
.notice-con {
  width: 100%;
}
.notice-con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notice-con ul li {
  width: 16.6%;
  margin: 0 0 50px 0;
}
.notice-con li a:hover p {
  color: #5c7aff;
}
.notice-con li img {
  display: block;
  width: 78px;
  height: auto;
  margin: 0 auto 26px;
}
.notice-con li p {
  text-align: center;
  font-size: 16px;
  color: #3d4450;
}
.notice-con li p.p1 {
  margin-bottom: 10px;
}
.notice-button {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: -webkit-linear-gradient(left, #6bf9c2, #088cc3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6bf9c2, #088cc3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6bf9c2, #088cc3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6bf9c2, #088cc3);
  /* 标准的语法 */
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}
.channel-wrap {
  width: 100%;
  height: 390px;
  background: url(../images/heming_imgs/banner_2.jpg) no-repeat center center;
}
.channel-title-wrap {
  width: 100%;
  padding: 98px 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.channel-line {
  width: 110px;
  height: 1px;
  background: #6673b7;
}
.channel-line1 {
  margin: 0px 32px 0 32px;
}
.channel-line2 {
  margin-left: 32px;
  margin-top: 0px;
}
.channel-title {
  font-size: 36px;
  color: #fff;
}
.channel-des {
  font-size: 16px;
  color: #1ee9c6;
  text-align: center;
}
.channel-person {
  width: 700px;
  padding-top: 64px;
  margin: 0 auto;
}
.channel-company {
  width: 523px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  position: relative;
}
.channel-company input {
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding-left: 58px;
  font-size: 14px;
  color: #3d4450;
}
.channel-button {
  display: block;
  width: 172px;
  height: 58px;
  line-height: 60px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #6bf9c2, #088cc3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6bf9c2, #088cc3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6bf9c2, #088cc3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6bf9c2, #088cc3);
  /* 标准的语法 */
}
.channel-icon {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../images/heming_imgs/icon_check.png) no-repeat;
  position: absolute;
  left: 26px;
  top: 17px;
}
.service-wrap-hm {
  width: 100%;
  padding-bottom: 40px;
}
.service-wrap-hm .service-hm {
  margin: 0 auto;
}
.service-wrap-hm .service-hm .service-lists {
  width: 100%;
  position: relative;
}
.service-wrap-hm .service-hm .service-lists ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-wrap-hm .service-hm .service-lists ul li {
  width: 32%;
  height: 320px;
  margin-bottom: 46px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 2%;
}
.service-wrap-hm .service-hm .service-lists ul li img {
  display: inline-block;
  width: 118px;
  height: 121px;
  margin: 0 auto;
}
.service-wrap-hm .service-hm .service-lists ul li.list6 img {
  display: inline-block;
  width: 120%;
  height: auto;
  max-width: 402px;
  min-width: 360px;
}
.service-title-wrap {
  width: 100%;
  padding: 108px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-line {
  width: 110px;
  height: 1px;
  background: #b1b4b9;
}
.service-line1 {
  margin: 0px 32px 0 32px;
}
.service-line2 {
  margin-left: 32px;
  margin-top: 0px;
}
.service-title {
  font-size: 36px;
  color: #3d4450;
}
.service-des {
  font-size: 16px;
  color: #7e808a;
  text-align: center;
  padding-bottom: 80px;
  padding-left: 25px;
}
.service-lists .list-title {
  font-size: 18px;
  color: #3d4450;
  width: 100%;
  text-align: center;
  padding: 20px 0 13px;
}
.service-lists .list-con {
  font-size: 14px;
  width: 100%;
  color: #888f9b;
  line-height: 24px;
  text-align: justify;
}
.provider-wrap {
  width: 100%;
  background: #f5f9ff;
  padding-bottom: 102px;
}
.provider-title-wrap {
  width: 100%;
  padding: 120px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.provider-line {
  width: 110px;
  height: 1px;
  background: #b1b4b9;
}
.provider-line1 {
  margin: 17px 32px 0 310px;
}
.provider-line2 {
  margin-left: 32px;
  margin-top: 17px;
}
.provider-title {
  font-size: 36px;
  color: #3d4450;
}
.provider-des {
  font-size: 16px;
  color: #7e808a;
  text-align: center;
  padding-bottom: 80px;
  padding-left: 25px;
}
.provider-con {
  width: 100%;
}
.provider-con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.provider-con ul li {
  width: 18.8%;
  height: 180px;
  background: #fff;
  position: relative;
  margin: 0 1.5% 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.provider-con ul li:nth-child(5n) {
  margin: 0;
}
.provider-con ul li img {
  display: inline-block;
  margin: 0px auto 20px auto;
}
.provider-con ul li p {
  font-size: 18px;
  color: #3d4450;
  text-align: center;
}
.provider-con ul li .line-bottom {
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.provider-con ul li:hover {
  box-shadow: 0 6px 30px 0 rgba(172, 196, 216, 0.27);
}
.provider-con ul li:hover .line-bottom {
  background: -webkit-linear-gradient(left, #46c3aa, #4399f9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #46c3aa, #4399f9);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #46c3aa, #4399f9);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #46c3aa, #4399f9);
  /* 标准的语法 */
}
.provider-button {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50PX;
  background: -webkit-linear-gradient(left, #6bf9c2, #088cc3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6bf9c2, #088cc3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6bf9c2, #088cc3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6bf9c2, #088cc3);
  /* 标准的语法 */
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .attention-list-title {
    padding: 44px 0 20px 0;
  }
  .attention-list-title1 {
    padding: 44px 0 4px;
  }
  .attention-list-title2 {
    padding: 0px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    background: #2345c1;
  }
  .content-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 1rem;
  }
  .content {
    background-color: #f4f4f4;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .banner-hm {
    width: 100%;
    background: url(../images/heming_imgs/bg_banner.png) no-repeat 0 1.78666667rem;
    background-color: #2345c1;
    background-size: 100% auto;
  }
  /*核名模块部分start*/
  .hm-wrap {
    width: 100%;
    padding: 11rem 0.6rem 2rem 0.6rem;
  }
  .hm-city-wrap,
  .hm-name-wrap {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.2rem;
    background: #fff;
    margin: 0 auto;
    font-size: 0.6rem;
    color: #3d4450;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    position: relative;
  }
  .hm-city {
    height: 1.2rem;
    padding-left: 0.34666667rem;
  }
  .hm-city-wrap .pick-area {
    width: 100% !important;
    background: #f7f5f4;
    height: 2rem;
    border-radius: 0.25rem;
    margin-bottom: 0.4rem;
  }
  .hm-city-wrap .pick-area .pick-list {
    width: 100% !important;
    max-height: 8.5rem !important;
  }
  .hm-city-wrap .pick-area .pick-show {
    width: 100%;
    height: 2rem;
    padding: 0 0.6rem !important;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 0.6rem !important;
  }
  .hm-city-wrap .pick-area .pick-show span {
    padding: 0 !important;
    margin: 0;
    line-height: 2rem;
    height: 2rem;
    background: transparent !important;
    color: #333 !important;
    max-width: 4.5rem;
    font-size: 0.6rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hm-city-wrap .pick-area .pick-show .pick-arrow {
    border: none;
    width: 0.65rem;
    height: 0.65rem;
    background: url(../images/heming_imgs/arrow_down.png) no-repeat center right;
    background-size: 0.65rem auto;
    top: 0.65rem;
    right: 0.5rem !important;
  }
  .hm-name-wrap .hm-name {
    display: block;
    width: 100%;
    height: 2rem;
    border: none;
    outline: none;
    font-size: 0.6rem;
    color: #3d4450;
    padding: 0;
    padding: 0 0.6rem;
    background: transparent;
  }
  .hm-tc-wrap {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto 0.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hm-company {
    width: 48.5%;
    height: 2rem;
    border-radius: 0.2rem;
    background: #fff;
    box-sizing: border-box;
    font-size: 0.6rem;
    color: #888b93;
    position: relative;
    padding-left: 0.6rem;
  }
  /*修改*/
  .hm-trade-wrap {
    width: 48.5%;
    height: 2rem;
    border-radius: 0.2rem;
    background: #fff;
    padding-left: 0.6rem;
    box-sizing: border-box;
    font-size: 0.6rem;
    color: #888b93;
    position: relative;
  }
  /*修改*/
  .hm-trade-wrap .hm-trade {
    display: block;
    width: 100%;
    height: 2rem;
    border: none;
    outline: none;
    font-size: 0.6rem;
    background: transparent;
    color: #888b93;
    padding: 0;
  }
  .hm-trade-wrap img {
    width: 0.65rem;
    height: auto;
    position: absolute;
    right: 0.5rem;
    top: 0.85rem;
  }
  .hm-trade img,
  .hm-company img {
    width: 0.65rem;
    height: auto;
    position: absolute;
    right: 0.5rem;
    top: 0.85rem;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #888b93;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #888b93;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #888b93;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #888b93;
  }
  .hm-button {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(left, #5efec3, #009edb);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #5efec3, #009edb);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #5efec3, #009edb);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #5efec3, #009edb);
    /* 标准的语法 */
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .hm-company-select {
    display: none;
    width: 100%;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 18.15rem;
    left: 0;
    padding: 0 0.6rem;
  }
  .hm-company-select div {
    color: #3d4450;
    font-size: 0.6rem;
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    border-bottom: 0.025rem solid #ececec;
    margin: 0 auto;
    text-align: center;
  }
  .hm-company-select div:last-child {
    border: none;
  }
  .hm-trade-select {
    display: none;
    width: 100%;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 18.15rem;
    left: 0rem;
  }
  .hm-cover {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
  }
  #hm-tabs {
    border-bottom: 0.025rem solid #d9d9dd;
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
  }
  #hm-tabs li {
    font-size: 0.6rem;
  }
  #hm-tabs li a {
    display: block;
    color: #3d4450;
    width: 100%;
    text-align: center;
    padding: 0.6rem 0 0.4rem;
  }
  #hm-tabs li a.clicklist {
    border-bottom: 0.075rem solid #64a6fe;
  }
  #hm-tab-content {
    width: 100%;
    padding: 0 0.6rem 0.6rem 0.6rem;
  }
  #hm-tab-content ul {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #hm-tab-content ul li {
    width: 32%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    border: 0.025rem solid #d9d9dd;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    color: #3d4450;
    margin: 0 2% 0.4rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.15rem;
  }
  #hm-tab-content ul li:nth-child(3n) {
    margin-right: 0;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  /*核名模块部分end*/
  .attention {
    width: 100%;
    background: #2345c1;
    padding: 0 0.6rem;
  }
  .attention .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .attention .title-wrap .title-line {
    display: inline-block;
    width: 1rem;
    height: 0.025rem;
    margin: 0 0.3rem;
  }
  .attention .title-wrap .title {
    width: auto;
    border: none;
    padding: 0;
    font-size: 0.8rem;
    color: #fff;
    line-height: 0.9rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
  }
  .attention .attention-con {
    width: 100%;
    border-radius: 0.2rem;
    background: #fff;
    padding: 0.7rem 0.5rem 0.55rem 0.5rem;
  }
  .title-wrap {
    margin-bottom: 0.64rem;
  }
  .title-line {
    width: 0.61333333rem;
    height: 1px;
    background: #fff;
    margin-top: 0.26666667rem;
  }
  .title-line-l {
    margin-left: 1.6rem;
  }
  .title-wrap .title {
    font-size: 0.53333333rem;
    color: #fff;
    margin: 0 0.18666667rem;
  }
  .attention ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .attention ul li {
    width: 31%;
    text-align: center;
    color: #fff;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
  }
  .attention ul li.list1 {
    background: #7358ff;
  }
  .attention ul li.list2 {
    background: #2cd7fb;
  }
  .attention ul li.list3 {
    background: #008dff;
  }
  .attention-name {
    line-height: 0.7rem;
    font-size: 0.65rem;
    color: #fff;
    height: 0.7rem;
    border-left: 0.05rem solid #2ba0ff;
    padding-left: 0.3rem;
    margin: 1rem 0 0.4rem 0rem;
  }
  .attention-con-page {
    margin: 0 auto;
    width: 100%;
    height: 8.5rem;
    overflow: auto;
  }
  .attention-con-page .title {
    text-align: left;
  }
  .attention-con-page p {
    font-size: 0.55rem;
    color: #3d4450;
    line-height: 0.75rem;
    padding: 0 0 0.3rem 0;
  }
  .attention-rule {
    line-height: 0.7rem;
    font-size: 0.65rem;
    color: #fff;
    height: 0.7rem;
    border-left: 0.05rem solid #2ba0ff;
    padding-left: 0.3rem;
    margin: 1rem 0 0.4rem 0rem;
  }
  /*滚动条样式*/
  .attention-con-page::-webkit-scrollbar {
    width: 0.13333333rem;
    height: 5.33333333rem;
    background: #eceff3;
    border-radius: 0.06666667rem;
  }
  .attention-con-page::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.06666667rem;
    -webkit-box-shadow: inset 0 0 0.06666667rem rgba(0, 0, 0, 0.2);
    background: #6987f7;
  }
}
