.titleH {
  font-size: 44px;
  line-height: 56px;
  text-align: center;
}

.titleSub {
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  margin-top: 10px;
}


@keyframes ad_width {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.advertising {
  background-image: url(/html/images/xiaohongshu/bannerBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 450px;
  position: relative;
  overflow: hidden;
  z-index: 6;
}

.advertising .wrap {
  padding-left: 100px;
  padding-top: 60px;
  position: relative;
}

.advertising .titleSub {
  margin-top: 0px;
}

.advertising img {
  position: absolute;
  left: 550px;
  top: 0;
}

.advertising h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.advertising p {
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 30px;
}

.advertising a {
  display: inline-block;
  padding: 0 65px;
  height: 58px;
  line-height: 58px;
  background: #FFFFFF;
  border-radius: 29px;
  font-size: 24px;
  color: #F73239;
  border: none;
}

.advertising a:hover {
  background: #F73239;
  color: #fff;
  border: 1px solid #fff;
  transition: color ease-in 0.3s, background ease-out 0.3s, border ease-out 0.3s;
}

.advertising .left {
  width: 470px;
}

.dividend {
  padding: 120px 0 60px 0;
  background-color: #FFF;
}

.dividend img {
  width: 40%;
  object-fit: contain;
}

.dividend .right {
  width: 50%;
}

.dividend .wrap {
  display: flex;
  justify-content: space-between;
}

.dividend .textCont p {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.dividend .titleH,
.dividend .titleSub {
  text-align: left;
}

.advantage {
  padding: 100px 0 120px 0;
  background-color: #FFF;
}

.advantage h4 {
  margin-bottom: 15px;
}

.advantage ul {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.advantage li {
  width: 150px;
  text-align: center;
  position: relative;
}

.advantage li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.advantage .imgBox {
  width: 75px;
  height: 55px;
  background: url(/html/images/xiaohongshu/advantage.png) no-repeat center center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.advantage .imgBox1 {
  background-position: 0 0px;
}

.advantage .imgBox2 {
  background-position: 0 -55px;
}

.advantage .imgBox3 {
  background-position: 0 -110px;
}

.advantage .imgBox4 {
  background-position: 0 -165px;
}

.advantage .imgBox5 {
  background-position: 0 -220px;
}

.function {
  background: #FBFBFB;
  padding: 80px 0 100px 0;
}

.function .ulBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.function .liBox {
  display: inline-block;
  width: 204px;
  min-height: 190px;
  position: relative;
}

.function .liBox .cont {
  padding: 25px 15px 25px 25px;
  background: #fff;
  box-shadow: 0px 5px 49px 0px rgba(161, 125, 129, 0.18);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  transform: translateY(0px);
  transition: transform ease-in 0.3s;
}

.function .liBox .cont::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #F73239;
  bottom: -38px;
  right: -38px;
  opacity: 0.27;
  transition: opacity ease-in 0.3s;
}

.function .liBox .cont p {
  font-size: 16px;
  margin-bottom: 10px;
}

.function .liBox li {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.function .liBox:hover .cont {
  transform: translateY(-27px);
  transition: transform ease-in 0.3s;
}

.function .liBox:hover .cont::after {
  opacity: 1;
  transition: opacity ease-in 0.3s;
}

.function .liBox:hover h4 {
  color: #F73239;
}

.function .liBox:hover .imgBox {
  max-height: 55px;
  margin-bottom: 20px;
  transition: max-height ease-in 0.3s, margin-bottom ease-out 0.3s;
}

.function .imgBox {
  max-height: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
  transition: max-height ease-out 0.3s, margin-bottom ease-out 0.3s;
}

.function h4 {
  margin-bottom: 8px;
}

.account {
  padding: 110px 0;
  background-color: #FFF;
}

.account .titleSub span {
  color: #F73239;
}

.account ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.account li {
  border: 1px solid #FAF4F4;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 46px;
  margin-bottom: 40px;
}

.account li:nth-of-type(5n) {
  margin-right: 0;
}

.account li img {
  vertical-align: top;
  width: 200px;
  height: 126px;
}

.select {
  background: #F2454A url(/html/images/xiaohongshu/selectBg.png) no-repeat center 0;
  color: #fff;
  padding: 60px 0;
}

.select ul {
  padding-left: 360px;
  margin-top: 70px;
}

.select li {
  position: relative;
  padding-left: 60px;
  min-height: 136px;
}

.select li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 29px;
  font-weight: bold;
}

.select li:nth-of-type(1)::before {
  content: "01";
}

.select li:nth-of-type(2)::before {
  content: "02";
}

.select li:nth-of-type(3)::before {
  content: "03";
}

.select li:hover .title {
  font-size: 44px;
  transition: font-size ease-in 0.3s, line-height ease-in 0.3s;
  line-height: 76px;
}

.select li:hover .title::after {
  width: 100%;
  transition: width ease-in 0.3s;
}

.select .title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  transition: font-size ease-out 0.3s, line-height ease-out 0.3s;
  line-height: 56px;
}

.select .title::after {
  content: "";
  width: 140px;
  transition: width ease-out 0.3s;
  height: 3px;
  background: #FFF;
  bottom: 3px;
  left: 0;
  position: absolute;
}

.select .textCont {
  font-size: 20px;
  line-height: 30px;
  color: #FEFEFE;
}

.select a {
  margin-top: 30px;
  width: 230px;
  line-height: 58px;
  border: 2px solid #FBFBFB;
  border-radius: 29px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  transition: color ease-out 0.3s, background ease-out 0.3s;
  background: none;
}

.select a:hover {
  background: #fff;
  color: #F73239;
  transition: color ease-in 0.3s, background ease-out 0.3s;
}

.bottomBox {
  background: #262836;
  color: #fff;
}

.bottomBox .wrap {
  padding: 70px 60px;
  display: flex;
}

.bottomBox .hotline {
  font-size: 14px;
  opacity: 0.6;
  margin-top: 10px;
}

.bottomBox .logoBox {
  margin-right: 130px;
}

.bottomBox ul {
  margin-right: 120px;
}

.bottomBox li a {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  opacity: 0.8;
}

.bottomBox li a:hover {
  opacity: 1;
}

.bottomBox .codeBox {
  margin-right: 200px;
}

.bottomBox .codeBox img {
  width: 108px;
  height: 108px;
}

.bottomBox .consult .name {
  font-size: 18px;
  color: #9a9a9a;
  margin-bottom: 10px;
}

.bottomBox .consult .phone {
  font-size: 33px;
  color: #F73239;
  margin-bottom: 20px;
}

.bottomBox .consult a {
  display: flex;
  width: 165px;
  height: 42px;
  background: #F73239;
  border-radius: 21px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.bottomBox .consult a:hover {
  opacity: 0.8;
}

.bottomBox .consult img {
  margin-right: 10px;
}

.bottomBox .copyright {
  line-height: 52px;
  text-align: center;
  border-top: 1px solid rgba(154, 154, 154, 0.2);
  font-size: 14px;
  opacity: 0.6;
}

.floating {
  position: fixed;
  right: 15px;
  top: 520px;
  background: #fff;
  background: #FBFBFB;
  border-radius: 20px;
  width: 204px;
  text-align: center;
  box-shadow: -1px 7px 18px 0px rgba(229, 163, 166, 0.29);
  padding: 12px;
  z-index: 15;
}

.floating .title {
  position: relative;
  margin-top: -30px;
}

.floating .title p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 14px;
  color: #fff;
  width: 100%;
  line-height: 1;
}

.floating .cont {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.floating .cont .phone {
  flex: 1;
  overflow: hidden;
  text-align: right;
}

.floating .cont .name {
  color: #666;
  font-size: 10px;
  margin-bottom: 5px;
}

.floating .cont .number {
  color: #F73239;
  font-size: 20px;
  font-family: Impact;
}

.floating .subtitle {
  color: #9A9A9A;
  font-size: 10px;
  margin-top: 10px;
}

.floating a {
  display: inline-block;
  margin-top: 10px;
  width: 182px;
  line-height: 32px;
  background: #F73239;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.floating a:hover {
  opacity: 0.8;
}

.contactTck {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.2);
  padding: 30px;
  z-index: 20;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  color: #F73239;
  display: none;
  margin: -214px 0 0 -156px;
}

.contactTck .code {
  width: 260px;
  height: 260px;
}

.contactTck .code img {
  width: 100%;
  height: 100%;
}

.contactTck .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1045 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M282.517333 213.376l-45.354666 45.162667L489.472 512 237.162667 765.461333l45.354666 45.162667L534.613333 557.354667l252.096 253.269333 45.354667-45.162667-252.288-253.44 252.288-253.482666-45.354667-45.162667L534.613333 466.624l-252.096-253.226667z' %3E%3C/path%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% auto;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.contactTck .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .8;
}

.contactTck .phone {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}