html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'HONOR Sans CN';
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
.h5 {
  display: none;
}
.button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  color: #fff;
  background-color: #979797;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s;
  box-sizing: border-box;
}
.button_primary {
  color: #fff;
  background-color: #377CF7;
}
.button:hover {
  background-color: #383838;
}
.button_primary:hover {
  cursor: pointer;
  background-color: #005eff;
}
.hk_container {
  background-color: #FFFFFF;
}
.hk_container .banner {
  padding: 0 10px;
}
.hk_container .banner_mo,
.hk_container .banner_hk {
  background: url(../imgs/banner_hk_new.png) no-repeat;
  background-size: auto 100%;
  position: relative;
}
.hk_container .banner_mo .mask,
.hk_container .banner_hk .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.hk_container .banner_mo .banner-info,
.hk_container .banner_hk .banner-info {
  visibility: hidden;
  position: relative;
  margin: 0 auto;
  height: 300px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 80px;
  width: 100%;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 9;
}
.hk_container .banner_mo .banner-info .banner-info_border,
.hk_container .banner_hk .banner-info .banner-info_border {
  margin-bottom: 22px;
  width: 180px;
  height: 4px;
  background-color: #ffffff;
}
.hk_container .banner_mo .banner-info .banner-info_subtitle,
.hk_container .banner_hk .banner-info .banner-info_subtitle {
  font-size: 15px;
}
.hk_container .banner_mo .banner-info .banner-info_title,
.hk_container .banner_hk .banner-info .banner-info_title {
  font-size: 38px;
}
.hk_container .content {
  position: relative;
  /* 更多服务 */
}
.hk_container .content .tab-radio {
  display: none;
}
.hk_container .content .tab-item {
  color: #4B4C52;
  border-top: none;
}
.hk_container .content .introduce {
  display: flex;
}
.hk_container .content .introduce .box_content {
  flex: 1;
}
.hk_container .content .introduce .box_content-info {
  width: 100%;
}
.hk_container .content .tab-radio:nth-of-type(1):checked ~ .tab .tab-item:nth-child(1) {
  color: #377CF7;
  border-top: 2px solid #377CF7;
  background-color: #fff;
}
.hk_container .content .tab-radio:nth-of-type(1):checked ~ div .introduce {
  display: none;
}
.hk_container .content .tab-radio:nth-of-type(1):checked ~ div .introduce:nth-of-type(1) {
  display: flex;
}
.hk_container .content .tab-radio:nth-of-type(2):checked ~ .tab .tab-item:nth-child(2) {
  color: #377CF7;
  border-top: 2px solid #377CF7;
  background-color: #fff;
}
.hk_container .content .tab-radio:nth-of-type(2):checked ~ div .introduce {
  display: none;
}
.hk_container .content .tab-radio:nth-of-type(2):checked ~ div .introduce:nth-of-type(2) {
  display: flex;
}
.hk_container .content .tab-radio:nth-of-type(3):checked ~ .tab .tab-item:nth-child(3) {
  color: #377CF7;
  border-top: 2px solid #377CF7;
  background-color: #fff;
}
.hk_container .content .tab-radio:nth-of-type(3):checked ~ div .introduce {
  display: none;
}
.hk_container .content .tab-radio:nth-of-type(3):checked ~ div .introduce:nth-of-type(3) {
  display: flex;
}
.hk_container .content .box_content-info {
  padding: 35px 51px;
  background-color: #F8F8F8;
}
.hk_container .content .info_title {
  color: #333;
}
.hk_container .content .info_content {
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.hk_container .content .info_title-bottom {
  margin: 16px 0;
  height: 2px;
  width: 24px;
  background-color: #377CF7;
}
.hk_container .content .more_server {
  padding: 92px 0 82px;
}
.hk_container .content .more_server .level1 {
  padding-bottom: 43px;
  text-align: center;
  color: #333;
  font-size: 32px;
}
.hk_container .content .more_server .level1 div {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.hk_container .content .more_server .server_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hk_container .tab {
  margin: 30px auto;
  user-select: none;
  display: flex;
  height: 67px;
  max-width: 1200px;
  background-color: #f8f8f8;
}
.hk_container .tab .tab-item {
  cursor: pointer;
  display: flex;
  width: calc(100% / 3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border-right: 1px solid #f1f1f1;
}
.hk_container .tab .tab-item:last-child {
  border-right: 0;
}
.hk_container .box .box_title {
  margin-bottom: 33px;
  text-align: center;
}
.hk_container .box .box_title .box_title-main {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  color: #4B4C52;
}
.hk_container .box .box_title .box_title-sub {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.hk_container .box .box_content {
  display: flex;
}
.hk_container .box .box_content .box_content-img {
  position: relative;
  height: 280px;
}
.hk_container .box .box_content .left_content {
  margin-right: 25px;
  position: relative;
}
.hk_container .box .box_content .left_content .left_banner {
  height: 515px;
}
.hk_container .box .box_content .left_content::before {
  position: absolute;
  top: 51px;
  right: -47px;
  display: block;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 24px  solid transparent;
  border-left: 24px solid #127AF3;
}
.hk_container .box .box_content .left_content .left_info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hk_container .box .box_content .left_content .left_info .left_info-icon {
  margin: 20px 20px 5px 20px;
  height: 40px;
}
.hk_container .box .box_content .left_content .left_info .left_info-bottom {
  background-color: #FFFFFF;
  height: 3px;
  width: 96%;
}
.hk_container .box .box_content .left_content .left_info .left_info-name {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.hk_container .box .box_content .left_content .left_info .left_info-label {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.hk_container .box .box_content .left_content .left_info .left_info-number {
  margin-left: 15px;
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
}
.hk_container .box .box_content .left_content .left_info .left_info-number .left_info-price {
  font-size: 27px;
  line-height: 27px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F7E907;
}
.hk_container .box .box_content .left_content .left_info .left_info-number .left_info-unit {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.hk_container .box .box_content .left_content .left_info .left_info-tips {
  margin-left: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.hk_container .box .box_content .right_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.hk_container .box .box_content .right_content-item {
  display: flex;
  max-width: 590px;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 7px 0px rgba(148, 143, 143, 0.11);
  transition: all 0.5s;
}
.hk_container .box .box_content .right_content-item:hover {
  box-shadow: 0px 3px 7px 0px rgba(148, 143, 143, 0.84);
}
.hk_container .box .box_content .right_content-item .item-head {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #F1F1F1;
}
.hk_container .box .box_content .right_content-item .item-head img {
  width: 100%;
}
.hk_container .box .box_content .right_content-item .item-head .item-head-title {
  display: none;
  position: absolute;
  top: 28px;
  left: 32px;
  color: #0E69D7;
  font-size: 22px;
  font-weight: 500;
}
.hk_container .box .box_content .right_content-item .item-head .item-head-tag span {
  padding: 4px 10px;
  color: #5D626E;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #DBDFE9;
  border-radius: 2px;
}
.hk_container .box .box_content .right_content-item .item-content {
  flex: 1;
  padding: 22px 33px;
}
.hk_container .box .box_content .right_content-item .item-content .item-content-info .item-txt {
  display: flex;
  gap: 16px;
  font-size: 14px;
  line-height: 2;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.hk_container .box .box_content .right_content-item .item-content .item-content-info .item-txt::before {
  content: url('../imgs/tick_icon_f60.png');
}
.hk_container .box .box_content .right_content-item .item-bottom {
  padding: 0 10px;
  padding: 19px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
}
.hk_container .box .box_content .right_content-item .item-bottom .item-bottom-unit {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 14px;
  color: #666;
}
.hk_container .box .box_content .right_content-item .item-bottom .price {
  color: #FF6600;
  font-size: 26px;
}
.hk_container .box .box_content .right_content-item .item-bottom .unit {
  color: #888;
}
.hk_container .box .box_content .right_content-item .item-bottom .button {
  width: 240px;
}
.hk_container .box .box_content .relevant-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.hk_container .box .box_content .relevant-content .relevant-item {
  position: relative;
  padding: 26px 16px;
  max-width: 590px;
  border-top: 3px solid #377CF7;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 #06295010;
}
.hk_container .box .box_content .relevant-content .relevant-item:last-child {
  border-top: 3px solid #FF6600;
}
.hk_container .box .box_content .relevant-content .relevant-item:last-child .relevant-item-head {
  background-color: #FF6600;
}
.hk_container .box .box_content .relevant-content .relevant-item:last-child .relevant-item-content {
  background-image: linear-gradient(to bottom, #FEFBF5, #f5f9fe00);
}
.hk_container .box .box_content .relevant-content .relevant-item-title {
  padding-left: 5px;
  color: #333;
  font-weight: 500;
}
.hk_container .box .box_content .relevant-content .relevant-item-head {
  margin: 18px 0 18px 5px;
  width: 24px;
  height: 2px;
  background-color: #377CF7;
  opacity: 0.2;
}
.hk_container .box .box_content .relevant-content .head_icon {
  position: absolute;
  top: 26px;
  right: 61px;
}
.hk_container .box .box_content .relevant-content .relevant-item-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 14px 6px;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #F5F9FE, #f5f9fe00);
}
.hk_container .box .box_content .relevant-content .info-item {
  display: flex;
  gap: 10px;
  flex-basis: 50%;
  line-height: 2;
}
.hk_container .box .box_content .relevant-content .info-item:hover a {
  color: #377CF7;
}
.hk_container .box .box_content .relevant-content .info-item-raius {
  flex-shrink: 0;
  margin-top: 13px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #666;
}
.hk_container .box .box_content .relevant-content .relevant-item-bottom {
  margin-top: 9px;
  padding: 0 35px;
}
.hk_container .box .box_content .relevant-content .relevant-item-bottom a {
  color: #377CF7;
}
.hk_container .box_fff {
  background: #ffffff;
}
.hk_container .box_fafafa {
  background-color: #fafafa;
}
.hk_container .mg_bg {
  width: 1200px;
  margin: 0 auto;
}
.hk_container .service_content {
  padding: 58px 0 136px;
}
.hk_container .about {
  padding: 69px 0 92px;
}
.hk_container .partner {
  position: relative;
  padding: 53px 0;
  background: url('../imgs/hk_partner_bg.png') no-repeat;
  color: #fff;
}
.hk_container .partner .mg_bg {
  position: relative;
}
.hk_container .partner .content_container {
  max-width: 794px;
}
.hk_container .partner .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff2d;
}
.hk_container .partner .title h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
}
.hk_container .partner .title span {
  font-size: 14px;
}
.hk_container .partner .partner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin-top: 20px;
}
.hk_container .partner .partner_list .tag {
  padding: 2px 10px;
  width: 248px;
  text-align: center;
  line-height: 2;
  background-color: #ffffff3d;
  transition: all 0.3s;
  cursor: pointer;
}
.hk_container .partner .partner_list .tag:hover {
  background-color: #ffffff7e;
}
.hk_container .partner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #1c3666ec 4%, #071a3dc4 46%, #071a3d00 75%, transparent 75% 90%, #1736707a);
  content: '';
  z-index: 0;
}
.hk_container .advantage_hk {
  padding-top: 86px;
}
.hk_container .banner_mo {
  background-image: url('../imgs/Mobanner_new.png');
}
.hk_container .service_mo {
  padding: 58px 0 83px;
}
.hk_container .service_mo .box_content {
  justify-content: space-between;
  box-shadow: 0 1px 8px #112d571c;
}
.hk_container .service_mo .content_left {
  position: relative;
}
.hk_container .service_mo .content_left img {
  vertical-align: bottom;
}
.hk_container .service_mo .content_left > div {
  position: absolute;
  top: 49px;
  left: 31px;
}
.hk_container .service_mo .content_left h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}
.hk_container .service_mo .content_left .item-txt {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.hk_container .service_mo .content_left .item-txt::before {
  content: url('../imgs/tick_icon_f60.png');
}
.hk_container .service_mo .content_center {
  flex: 1;
  padding: 27px 43px;
}
.hk_container .service_mo .content_center div:first-child {
  color: #666;
}
.hk_container .service_mo .content_center div:last-child {
  display: inline-block;
  margin-top: 15px;
  padding: 9px 28px;
  line-height: 1;
  color: #377CF7;
  border: 1px solid #377CF7;
}
.hk_container .service_mo .content_right {
  padding: 45px 33px;
  width: 308px;
  color: #666;
  font-size: 14px;
  border-left: 1px solid #EBECEC;
}
.hk_container .service_mo .content_right .price {
  margin-top: 37px;
}
.hk_container .service_mo .content_right .amount {
  color: #FF6600;
}
.hk_container .service_mo .content_right .amount span {
  font-size: 32px;
}
.hk_container .service_mo .content_right .bottom_button {
  margin-top: 21px;
}
.hk_container .service_mo .content_right .button {
  padding: 9px;
  width: 100%;
}
.hk_container .normal_problem {
  padding: 62px 0 45px;
}
.hk_container .normal_problem .problem_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hk_container .normal_problem .friendA {
  display: flex;
  gap: 14px;
  padding: 32px 36px;
  width: 590px;
  color: #4B4C52;
  background-color: #fff;
  cursor: pointer;
}
.hk_container .normal_problem .friendPoint::before {
  font-family: "Arial";
  display: inline-block;
  content: 'Q';
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  background: #377CF7;
  text-align: center;
  line-height: 1.5;
}
.hk_container .normal_problem .friendText {
  flex: 1;
}
.hk_container .normal_problem .friendRight {
  color: #ADB6BF;
}
.hk_container .normal_problem .check_more {
  margin-top: 44px;
  text-align: center;
}
.hk_container .advantage {
  padding-top: 83px;
}
@media screen and (max-width: 1200px) {
  .hk_container .mg_bg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hk_container .box .box_title .box_title-main {
    font-size: 20px;
  }
  .hk_container .box .box_title .box_title-sub {
    font-size: 12px;
  }
  .hk_container .box .box_content .right_content {
    justify-content: center;
  }
  .hk_container .box .box_content .right_content-item .item-bottom {
    flex-direction: column;
    align-items: start;
  }
  .hk_container .box .box_content .right_content-item .item-bottom .button {
    width: 100%;
  }
  .hk_container .box .box_content .item-bottom-btn {
    width: 100%;
  }
  .hk_container .box .box_content .relevant-content .relevant-item-content {
    flex-wrap: wrap;
  }
  .hk_container .box .box_content .relevant-content .info-item {
    flex-basis: 100%;
  }
  .hk_container .box .box_content .relevant-content .relevant-item-bottom {
    padding: 0 25px;
  }
  .hk_container .box_fafafa {
    padding: 0 16px 50px;
  }
  .hk_container .bg_fff {
    padding: 0 16px;
  }
  .hk_container .partner {
    background-image: url('../imgs/hk_partner_mc_bg.png');
    background-size: 100% 100%;
  }
  .hk_container .partner .content_container {
    padding: 0 16px;
  }
  .hk_container .partner .content_container .title h2 {
    font-size: 24px;
  }
  .hk_container .partner .content_container .title span {
    font-size: 10px;
  }
  .hk_container .partner .partner_list .tag {
    flex-basis: 100%;
    background-color: #ffffff3d;
  }
  .hk_container .partner::before {
    background-image: linear-gradient(to bottom, #1c3666ec 50%, #1c36666e);
  }
  .hk_container .tab {
    flex-direction: column;
    margin: 0;
    height: unset;
  }
  .hk_container .tab .tab-item {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }
  .hk_container .tab .tab-item:first-child {
    border-radius: 5px 5px 0 0;
  }
  .hk_container .content .box_content-info {
    padding: 20px 23px;
  }
  .hk_container .content .more_server {
    padding: 0;
  }
  .hk_container .content .more_server .mg_bg .level1 {
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
  }
  .hk_container .content .more_server .mg_bg .level1 div {
    font-size: 12px;
  }
  .hk_container .content .more_server .mg_bg {
    padding: 48px 16px 33px;
  }
  .hk_container .service_content {
    padding: 30px 16px 41px;
  }
  .hk_container .service_content .right_content-item {
    width: 100%;
  }
  .hk_container .service_content .button {
    margin-top: 22px;
  }
  .hk_container .about {
    padding: 59px 16px 46px;
  }
  .hk_container .advantage_hk {
    padding-top: 89px;
  }
  .hk_container .service_mo {
    padding: 30px 18px;
  }
  .hk_container .service_mo .box_content {
    flex-direction: column;
  }
  .hk_container .service_mo .content_left > div {
    top: 27px;
    left: 20px;
  }
  .hk_container .service_mo .content_center {
    flex: none;
    padding: 25px 28px;
  }
  .hk_container .service_mo .content_right {
    padding: 43px 33px 20px;
    margin: 0 18px;
    width: auto;
    border: none;
    border-top: 1px solid #EBECEC;
  }
  .hk_container .service_mo .content_right .price {
    margin-top: 15px;
  }
  .hk_container .normal_problem {
    padding: 42px 16px 45px;
  }
  .hk_container .normal_problem .friendA {
    padding: 16px;
  }
  .hk_container .advantage {
    padding-top: 60px;
  }
  .server_box img {
    width: 100%;
  }
  .introduce {
    flex-wrap: wrap;
  }
  .introduce img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .item-head-img {
    display: none;
  }
  .h5 {
    display: block;
  }
  .hk_container .banner_hk {
    background: url(../imgs/banner_hk_mc_new.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 120px;
  }
  .hk_container .banner_mo {
    background: url(../imgs/Mobanner_mc_new.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 120px;
  }
  .hk_container .service_mo .content_left img {
    width: 100%;
  }
}
