.rzon-footer {
  color: #fff;
}

.rzon-footer-top {
  width: 100%;
  height: 301px;
}

.rzon-contact_us_bg {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.rzon-contact_us_btn_group {
  margin-top: 30px;
}

.rzon-contact_us_btn_group button {
  border-radius: 2px;
  text-align: center;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 164px;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  position: relative;
}

button.button_bg_org {
  background: #FF6F00;
}

button.button_bg_white {
  color: #FF6F00;
  background-color: #fff;
  margin-left: 23px;
}

button.button_bg_white:hover,
button.button_bg_white:active {
  color: #E56400;
}

.rzon-contact_us_btn_group button:hover::after,
.rzon-contact_us_btn_group button:active::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.rzon-contact_us_btn {
  margin-top: 46px;
  text-align: center;
}

.rzon-contact_us_Txt {
  padding-top: 95px;
}

.rzon-contact_us_Txt h3 {
  color: #505079;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
}

.rzon-contact_us_Txt h4 {
  color: #505079;
  font-weight: 400;
  font-size: 24px;
  line-height: 55px;
  letter-spacing: 4px;
}

.rzon-footer .rzon-footer-content_item li a {
  display: flex;
  align-items: center;
  padding-top: 12px;
  color: #767493;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
}

.rzon-footer .rzon-footer-content_item li a:hover {
  color: #fff;
}

.rzon-footer .copy li a {
  cursor: text;
}

.rzon-footer .hot li a:hover::before {
  color: #fff;
}

.rzon-footer .hot li a::before {
  content: 'RZON';
  color: #767493;
  font-size: 16px;
  line-height: 22px;
  padding-right: 16px;
}

.rzon-footer .hot li a::after {
  background-image: url("/wp-content/themes/pure-blog-child/images/rFooter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 14px;
  width: 11px;
  height: 11px;
  left: 47px;
}
.rzon-footer .hot li a:hover::after {
  background-image: url("/wp-content/themes/pure-blog-child/images/rWhite.svg");
}

.rzon-footer-bottom {
  background-color: rgba(42, 27, 74, 1);
  position: relative;
  box-sizing: border-box;
}

.rzon-footer_bg {
  position: absolute;
}

.rzon-footer_bg_left {
  left: 0;
  bottom: 0;
}

.rzon-footer_bg_right {
  bottom: 38px;
  right: 0;
}

.rzon-footer_bg_top {
  top: 0;
  max-width: 100%;
}

.rzon-footer-bottom::before {
  top: -6px;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #000000 0%, #7966D1 11%, #E9437C 28%, #FF6F00 54%, #66488E 75%, #8330F2 100%);
}

.rzon-footer-wrap_content {
  display: flex;
}

.rzon-footer-content_item:last-child {
  padding-right: 0px;
}

.rzon-footer-item_title {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
}

.rzon-footer-item_link {
  display: flex;
  align-items: center;
  padding-top: 12px;
  color: #767493;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.contact-us-qrcode-wrap {
  display: flex;
  justify-content: flex-start;
  padding-top: 38px;
}

.contact-us-qrcode-wrap .qr-code-item .qr-code {
  height: 102px;
  width: 102px;
  border-radius: 4px;
  background-image: url('/wp-content/themes/pure-blog-child/images/rzon-tech-qrcode.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-qrcode-wrap .qr-code-item .label {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #767493;
  line-height: 20px;
}

.divide-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

.rzon-copyright {
  color: #767493;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}

.rzon-copyright a.ib {
  padding-left: 8px;
  color: #767493;
}

.rzon-copyright a.ib:hover,
.rzon-copyright a.ib:active {
  color: #FFFFFF;
}

.rzon_backtop {
  right: 24px;
  bottom: 170px;
  position: fixed;
  z-index: 10;
}

.rzon_backtop_content {
  width: 48px;
  height: 48px;
  background-color: #505078;
  box-shadow: 0px 0px 26px 3px rgba(81, 78, 123, 0.06);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.rzon_backtop_content .icon {
  display: inline-block;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rzon_backtop_content:hover {
  background-color: #FF6F00;
}

.rzon_backtop_btn .icon {
  width: 19px;
  background-image: url("/wp-content/themes/pure-blog-child/images/toTop.svg");
}

.rzon_backtop_contact {
  margin-top: 5px;
}

.rzon_backtop_contact .icon {
  width: 18px;
  background-image: url("/wp-content/themes/pure-blog-child/images/phone1.svg");
}

.rzon_backtop_contact:hover .rzon_backtop_contact_phone {
  display: block;
}

.rzon_backtop_contact_phone {
  display: none;
  position: absolute;
  border: none;
  line-height: 48px;
  padding: 0px;
  margin-right: -8px;
  width: 204px !important;
  height: 48px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 2px rgba(22, 68, 115, 0.06);
  border-radius: 0;
  inset: 0px 63px auto auto;
}

.rzon_tip-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 8px;
}

.rzon_tip-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-image: url("/wp-content/themes/pure-blog-child/images/DrShilai.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rzon_tip-phone {
  padding-left: 8px;
  cursor: text;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .rzon-footer-wrap_content{
    flex-direction: column;
    padding: 35px 30px;
  }
  .divide-line{
    margin: 0 24px;
  }
  .rzon-copyright{
    padding: 24px 24px 40px 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .rzon-footer .rzon-footer-content_item{
    padding-bottom: 32px;
  }
  .rzon-footer .rzon-footer-content_item:first-child{
    order: 1;
  }
  .rzon-footer .rzon-footer-content_item:nth-child(2){
    order: 3;
    padding-bottom: 0px;
  }
  .rzon-footer .rzon-footer-content_item:last-child{
    order: 2;
  }
  .rzon-footer-item_title{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding-bottom: 4px;
  }
  .rzon-footer .rzon-footer-content_item li a{
    font-size: 16px;
    font-weight: 400;
    /* color: #182A4E; */
    line-height: 22px;
    padding-top: 25px;
  }
  .rzon-footer .hot li a::before {
	  font-size: 16px;
	  padding-right: 17px;
  }
  .rzon-footer .hot li a::after{
    top: 27px;
	left: 46px;
  }
  .contact-us-qrcode-wrap{
    padding-top: 23px;
  }
}
@media screen and (min-width: 769px) {
  .rzon-footer-bottom {
    height: 517px;
    padding: 80px 78px;
  }

  .divide-line {
    margin: 40px auto 48px auto;
  }

  .rzon-footer-content_item {
    padding-right: 124px;
  }

  .rzon-footer-top {
    background: url('https://topic.rzon.cloud:8449/wp-content/uploads/2024/01/contact_us_1024.png') no-repeat;
    background-size: cover;
  }

  .rzon-contact_us_bg {
    width: 935px;
  }

  .rzon-footer_bg_top {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .rzon-footer-bottom {
    height: 517px;
    padding: 80px 190px 0px 190px;
  }

  .divide-line {
    margin: 40px auto 48px auto;
  }

  .rzon-footer-content_item {
    padding-right: 172px;
  }

  .rzon-footer-top {
    background: url('https://topic.rzon.cloud:8449/wp-content/uploads/2024/01/contact_us_1440.png') no-repeat;
    background-size: cover;
  }

  .rzon-contact_us_bg {
    width: 1080px;
  }

  .rzon-footer_bg_top {
    right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .rzon-footer-top {
    background: url('https://topic.rzon.cloud:8449/wp-content/uploads/2024/01/contact_us_1920.png') no-repeat;
    background-size: cover;
  }

  .rzon-contact_us_bg {
    width: 1182px;
  }

  .rzon-footer_bg_top {
    left: 58%;
  }
}