/******思源黑体********/
@charset "UTF-8";

@media screen and (min-width: 768px) {
  .only-down-768 {
    display: none !important;
  }

  .footer {
    /* padding-top: 52px; */
  }
  .banner-item {
    height: 60rem;
  }
}

@media screen and (max-width: 768px) {
  .only-up-768 {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

* {
  font-family: '黑体';
}

.w1440 {
  max-width: 144rem;
  width: 96%;
  margin: 0 auto;
}

.w1280 {
  max-width: 128rem;
  width: 96%;
  margin: 0 auto;
}


@font-face {
  font-family: "思源黑体";
  /* src: url("../iconfont/siyuan/sourcehansans.woff2") format("woff2"),
    url("../iconfont/siyuan/sourcehansans.woff") format("woff"),
    url("../iconfont/siyuan/sourcehansans.ttf") format("truetype"),
    url("../iconfont/siyuan/sourcehansans.eot") format("embedded-opentype"),
    url("../iconfont/siyuan/sourcehansans.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}

/************/
.flex-column {
  flex-direction: column;
  display: flex;
}

.flex-row {
  flex-direction: row;
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-justify {
  display: flex;
  justify-content: center;
}

.flex-center-align {
  display: flex;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  font-family: "思源黑体";

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

h3 {
  font-size: 27px;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  /* color: #000; */
}

.container1 {
  margin: auto;
}

.container2 {
  margin: auto;
}

/* .container1 {
    width: 1440px;
}

.container2 {
    width: 1280px;
}

.container3 {
    width: 1000px;
}

.container1_div_left {
    width: 600px;
}

.container2_div_left {
    width: 600px;
}

.container3_div_left {
    width: 600px;
} */
.container3_div_left {
  width: 60%;
}

.container3_div_right {
  width: 40%;
}

@media screen and (min-width: 1441px) {
  .container1 {
    /* max-width: 1500px; */
    width: 80vw;
  }

  .container2 {
    width: 70vw;
    /* max-width: 1440px; */
  }

  .container3 {
    width: 60vw;

    /* max-width: 1200px; */
  }

  .container1_div_left {
    width: 600px;
  }

  .container2_div_left {
    width: 600px;
  }
}

@media screen and (max-width: 1441px) {
  .container1 {
    width: 90vw;
  }

  .container2 {
    width: 80vw;
  }

  .container3 {
    width: 70vw;
  }

  .container1_div_left {
    width: 600px;
  }

  .container2_div_left {
    width: 600px;
  }
}

.page_main {
  flex: 1;
}

/***************************header*********************************/

/* 

.header .site-nav {
  height: 92px;
}



header .site-menu {
  margin-left: 56px;
}

header .site-nav-ul {
  height: 92px;
  width: 710px;
  justify-content: space-around;
}

header .site-nav-ul li {
  font-size: 16px;
  height: 100%;
  border-bottom: transparent 3px solid;
  box-sizing: border-box;
  color: rgb(60, 60, 60);
  font-weight: 600;

}

header .site-nav-ul li:hover {
  border-bottom: #2371cc 2px solid;
  color: #0068b7;
  font-weight: 600;
}

header .site-nav-ul li.active {
  border-bottom: #2371cc 3px solid;
  color: #0068b7;
  font-weight: 600;

}

 
*/

header {}

header .logo {
  width: 16rem;
}

header .logo img {
  width: 100%;
  height: 100%;
}

.header-container {
  width: 100%;
  max-width: 160rem;

  background: #FFFFFF;
  padding: 2.2rem 1.8rem;
}

.header-container nav {
  flex: 1;
  max-width: 80rem;
  margin-left: 8.7rem;
  justify-content: space-evenly;
}

header .menu-item {
  
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #666666;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 5rem;
}

header .menu-item.checked {
  color: #000;
  border-bottom: #666666 2px solid;
}

header .menu-item:hover {
  color: #000;
}

header .sub-menu {
  position: relative;
  height: 100%;

}

header .panel {
  width: 16rem;
  background-color: #fff;
  box-shadow: 0 .2rem 1.2rem 0 rgba(0, 0, 0, .2);
  position: absolute;
  top: 5.7rem;
  display: none;
  left: 0;
  color: #525a66;
  cursor: text;
  z-index: 2020;
  border-radius: .4rem;
  overflow: hidden;
}

header .panel .child-item {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0 1rem;
  color: #525a66;
  line-height: 4rem;
  align-items: center;
}

header .panel .child-item:hover {
  background: #f5f7fa;
  color: #2B85FB;
}

header .panel .left {
  flex-shrink: 0;
  align-self: center;
}

header .panel .right {
  border-left: .1rem solid #DCDFE6;
  margin-left: 3.6rem;
  padding-left: 2.4rem;
  flex-grow: 1;
  color: #C0C4CC;
  font-size: 1.4rem;
}

header .panel .right>div {
  margin: 1.2rem 0;
}

header .panel .right>div:first-child {
  margin-top: .4rem;
}

header .panel .right>div:last-child {
  margin-bottom: .4rem;
}

header .btn_login,
.btn_register {
  border: .2rem solid #D2D2D2;
  border-radius: 1.2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #666666;
  padding: 1.1rem 2.5rem;
  box-sizing: border-box;
}

header .btn_login {}

header .btn_register {
  background: #FF5C55;
  margin-left: 2.4rem;
  color: #fff;
}

header .action-box {
  margin-left: auto;

}

header .user-nav a {
  font-size: 1.6rem;
  color: #4e4c4c;
  margin-left: 20px;

}
header .user-nav a:hover {
  color: #2D7EFC;
}
/****************footer*************************/

.foot-copyright {
  background: #222938;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
  color: #7a7d80;
  overflow: hidden;
}

.foot-copyright p {
  line-height: 24px;
  font-size: 12px;
}

.foot-copyright p a {
  color: #7a7d80;
}

.foot-copyright p a:hover {
  color: #fff;
}

.footer {
  background: #2F3A4F;
  overflow: hidden;
  margin-top: auto;
}

.footer .foot-menu {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 52px;
}

.footer .foot-menu li {
  color: #fff;
}

.footer .foot-menu h4 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #525c66;
}

.footer a:hover {
  color: #fff;
}

.footer .show-icon-wrap {
  margin-bottom: 36px;
}

.footer .show-icon-wrap ul {
  display: flex;
  justify-content: space-around;
}

.show-icon-wrap ul li .icon-bg {
  display: inline-block;
  width: 36px;
  height: 36px;
  float: left;
}

.show-icon-wrap ul li .show-title {
  vertical-align: middle;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
}

.show-icon-wrap ul li .icon-1 {
  background: url("../img/product_footer_1.png") no-repeat center;
}

.show-icon-wrap ul li .icon-2 {
  background: url("../img/product_footer_2.png") no-repeat center;
}

.show-icon-wrap ul li .icon-3 {
  background: url("../img/product_footer_3.png") no-repeat center;
}

.show-icon-wrap ul li .icon-4 {
  background: url("../img/product_footer_4.png") no-repeat center;
}

.show-icon-wrap ul li .icon-5 {
  background: url("../img/product_footer_5.png") no-repeat center;
}

.footer-guarantee .show-title {
  color: #fff;
}

.blogroll {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*********streamer*************************/
.streamer {
  margin-top: 10px;
  background-color: #2371cc;
}

.streamer-div {
  height: 20vh;
  margin: auto auto;
  min-height: 160px;
}

.streamer-div p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.streamer-regist {
  background: #fff;
  font-size: 12px;
  color: #000;
  height: 38px;
  margin-top: 21px;
  width: 105px;
}

.banner {
  background-size: 100% 100%;
}



 

/*-----------------------------------*/
.header-top {

  width: 100%;
  height: 60px;
  color: #fff;
  z-index: 100;
}

.header-top.fixed {
  position: fixed;
  background-color: #1f2533;
}

.header-top.plain {
  background-color: #1f2533;
  position: static;
}

.header-top .flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-top .menu-item {
  /* font-size: 16px; */
  padding: 0 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;

  margin: 0 10px;
}

.header-top .menu-item:hover {
  opacity: 1;
}

.header-top .menu-item.checked {
  opacity: 1;
}

.header-top .menu-item.checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.header-top.plain .menu-item:hover {
  opacity: 1;
  color: #2B85FB;
}

.header-top.plain .menu-item.checked {
  color: #2B85FB;
  opacity: 1;
}

.header-top.plain .menu-item.checked:before {
  background-color: #2B85FB;
}

header .logo {
  width: 145px;
  height: 38px;
}

.header-top a.center {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.header-top .sub-menu {
  position: relative;
  height: 100%;
}

.header-top .panel {
  width: 160px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
  position: absolute;
  top: 57px;
  display: none;
  left: 0;
  color: #525a66;
  cursor: text;
  z-index: 2020;
  border-radius: 4px;
  overflow: hidden;
}

.header-top .panel .child-item {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  color: #525a66;
  line-height: 40px;
  align-items: center;
}

.header-top .panel .child-item:hover {
  background: #f5f7fa;
  color: #2B85FB;
}

.header-top .panel .left {
  flex-shrink: 0;
  align-self: center;
}

.header-top .panel .right {
  border-left: 1px solid #DCDFE6;
  margin-left: 36px;
  padding-left: 24px;
  flex-grow: 1;
  color: #C0C4CC;
  font-size: 14px;
}

.header-top .panel .right>div {
  margin: 12px 0;
}

.header-top .panel .right>div:first-child {
  margin-top: 4px;
}

.header-top .panel .right>div:last-child {
  margin-bottom: 4px;
}

.header-top .register-btn {
  margin-left: 16px;
  background-color: #f03131 !important;
  color: #fff !important;
  border-color: #f03131 !important;
}

.header-top .hot {
  background: #f03131;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  line-height: 1;
  padding: 2px 2px;
  border-radius: 4px;
  position: relative;
  transform: scale(.8) translateY(-16px);
}

.header-top .hot:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
  border-top-color: #f03131;
  border-bottom-width: 0;
  transform: translateY(-3px) rotate(155deg);
  top: 100%;
  left: 4px;
}

/* =========================== page-header =========================== */
/* =========================== page-consult =========================== */

.page-consult {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 2020;
  transform: translateY(-50%);
}

.page-consult .activity {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  cursor: pointer;
}

.page-consult .activity img {
  width: 50px;
}

.page-consult .row-custom {
  width: 50px;
  background-color: #ff8800;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  justify-content: center;
  padding: 0 2px;
}

.page-consult .row-custom.phone {
  background: #ff8800;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1px;
  position: relative;
}

.page-consult .row-custom.phone .phone-popover {
  position: absolute;
  right: 100%;
  display: none;
  top: 0;
  padding-right: 10px;
}

.page-consult .row-custom.phone .phone-popover .text {
  white-space: nowrap;
  background-color: #f3f3f3;
  color: #333;
  padding: 0 24px;
  top: 0;
  line-height: 20px;
  cursor: text;
  font-size: 20px;
  position: relative;
  height: 48px;
  border-radius: 4px;
}

.page-consult .row-custom.phone .phone-popover .text:before {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #f3f3f3;
  border-style: solid;
  left: 100%;
  top: 18px
}

.page-consult .row-custom.phone:hover .phone-popover {
  display: block;
}

.page-consult .row-custom.qq {
  background: #00B4FF;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1px;
}

.page-consult .row-custom.support {
  background: #7EA3FF;
  text-align: left;
  padding: 12px 0;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.page-consult .row-custom.support .phone-popover .text {
  height: auto;
  display: block;
  padding: 12px 0;
}

.page-consult .support .title {
  padding: 0 24px 12px 24px;
  font-size: 16px;
  border-bottom: 1px solid #9b9db4;
  margin-bottom: 8px;
}

.page-consult .support .popover-row {
  display: flex;
  padding: 8px 24px;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: #303133;
}

.page-consult .support .popover-row .img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.page-consult .support .popover-row .top {
  font-weight: 600;
  margin-bottom: 4px;
}

.page-consult .support .popover-row:hover .bottom {
  color: #409eff;
}

.page-consult .back-top {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  width: 50px;
  background-color: #000;
  border: 1px solid #fff;
  box-sizing: content-box;
  left: -1px;
  bottom: 0;
}

.page-consult .back-top:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.page-consult .danger {
  position: absolute;
  color: white;
  right: -2px;
  top: -4px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
}

.page-consult:hover .danger {
  opacity: 1;
}

#customer-chat {
  width: 50px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(80px);
}

.page-consult .channel {
  background: #f4c93a !important;
}

.page-consult .channel .text {
  flex-direction: column;
  height: auto !important;
  padding: 16px !important;
}

.page-consult .channel .service-row {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 4px 0;
}

.page-consult .channel .service-row .img {
  flex-shrink: 0;
}

.page-consult .channel .service-row .name {
  min-width: 130px;
  display: block;
  text-align: start;
  padding-left: 12px;
}

.page-consult .channel .service-row .num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.page-consult .channel .service-row .num img {
  margin-right: 4px;
}

/* =========================== hny页面公共模块 =========================== */


body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #303133;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  text-align: inherit;
}

h1 {
  font-size: 2.5vmax;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

a {
  text-decoration: none;
}

.yIcon {
  position: relative;
}

svg.iconfont {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}

.white-btn {
  border: 1px solid #fff;
  color: #2B85FB !important;
  background: #fff !important;
}

.white-btn.plain {
  background: transparent !important;
  color: #fff !important;
}

.white-btn.plain2 {
  background: transparent !important;
  color: #fff !important;
  margin-bottom: 16px;
}

.plain-button {
  border: 1px solid #2B85FB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 4px;
  color: #2B85FB;
  cursor: pointer;
  font-weight: 500 !important;
  margin-bottom: 16px;
}

.module-title {
  font-size: 28px;
  text-align: center;
  position: relative;
  color: #292D33;
  line-height: 1;
  margin-bottom: 50px;
}

.module-title>div {
  font-size: 14px;
  color: #7A8799;
  padding-top: 24px;
  line-height: 24px;
}

.module-title.line:before,
.module-title.line:after {
  content: '';
  position: absolute;
  width: 35%;
  height: 1px;
  background: #ddd;
  top: 50%
}

.module-title.line:before {
  left: 0;
}

.module-title.line:after {
  right: 0;
}

.w1200 {
  max-width: 1200px;
  /* min-width: 1100px; */
  width: 96%;
  margin: 0 auto;
}

.page-main {
  min-height: calc(100vh - 332px);
}

.tooltip {
  position: relative;
}

.tooltip .panel {
  background-color: #505255;
  position: absolute;
  color: #fff;
  padding: 8px;
  border-radius: 2px;
  left: calc(100% + 6px);
  top: -6px;
  display: none;
  z-index: 2020;
}

.tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 0;
  border-style: solid;
  border-color: transparent #505255 transparent transparent;
  bottom: calc(50% - 6px);
  left: 100%;
  display: none;
}

.tooltip:hover .panel,
.tooltip:hover:before {
  display: block;
}

.connect {
  display: flex !important;
}

.connect .input[inner] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 1;
}

.connect a[yui-button] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-shrink: 0;
}

.layui-slider-wrap-btn {
  width: 6px;
  height: 16px;
  border-radius: 0;
  background-color: #2B85FB;
}

.num-input input[inner] {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.num-input a[prepend],
.num-input a[suffix] {
  position: absolute;
  width: 25%;
  max-width: 30px;
  height: 100%;
  top: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.num-input a[prepend] {
  left: 0;
  border-right: 1px solid #dcdfe6;
}

.num-input a[suffix] {
  border-left: 1px solid #dcdfe6;
  right: 0;
}

.layui-slider-input {
  width: 80px !important;
  height: 34px !important;
  border: 1px solid #dcdfe6;
}

.layui-slider-input .layui-slider-input-txt {
  margin-right: 30px;
}

.layui-slider-input input {
  padding: 0;
}

.swiper-pagination-bullet {
  width: 24px !important;
  height: 3px !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-container {
  --swiper-navigation-color: #C0C4CC;
  --swiper-navigation-size: 26px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .2);
  display: none !important;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  display: flex !important;
}

.right-top-tip {
  position: relative;
}

.right-top-tip:before {
  content: '优惠';
  position: absolute;
  padding: 2px;
  background-color: #f03131;
  font-size: 12px;
  color: #fff;
  bottom: calc(100% + 3px);
  border-radius: 2px;
  left: 70%;
}

.right-top-tip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px 4px 0;
  border-color: #f03131 transparent transparent;
  border-style: solid;
  bottom: 100%;
  border-radius: 2px;
  right: 10%;
}

.right-top-ribbon {
  position: relative;
  overflow: hidden;
}

.right-top-ribbon:after {
  content: '优惠';
  position: absolute;
  background-color: #f03131;
  color: #fff;
  transform: rotate(45deg);
  padding: 4px 0;
  width: 120px;
  text-align: center;
  right: -55px;
  top: -20px;
  transform-origin: 0 0;
  font-size: 12px;
}

.phone-pre {
  display: flex;
}

.phone-pre .pre {
  width: 120px;
}

.phone-pre .pre [inner] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-pre .input {
  flex-grow: 1;
}

.phone-pre .input input[inner] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.crumbs {
  padding: 16px 0;
}

.crumbs>.icon-arrow-left {
  font-size: 12px;
  margin: 0 2px;
}

.crumbs>a {
  color: #7a8799 !important;
}

.crumbs>a:last-child {
  color: #292d33 !important;
  cursor: text;
}

.crumbs>a.only-text {
  color: #7a8799 !important;
  cursor: text;
}

.first-show-g {
  transition: 1s;
}

.layui-slider-step.first,
.layui-slider-step.last {
  background-color: transparent;
}

.layui-slider-step>div {
  font-size: 12px;
  color: #999;
  top: 9px;
  position: absolute;
  transform: translateX(-50%);
}

.image-preview-g {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  z-index: 2021;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.image-preview-g.show {
  display: flex;
}

.image-preview-g .yui-icon.closed {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  font-weight: 600;
}



/* =========================== 公共模块 =========================== */
.small-logo {
  width: 145px;
  height: 38px;
}

.small-logo img {
  width: 100%;
  height: 100%;
}

.header-small-container {
  width: 100%;
  padding: 2rem  1rem;
}

.menu-dropdown {
  margin-left: auto;
  margin-right: 20px;
}

.btn-secondary {
  border-radius: 5px;

}

.header-small-container .dropdown-item {
  font-size: 1.5rem;
  padding: 1rem 3rem;
}

/**************hot-recommend******************************/
.hot-recommend {
  padding: 64px 0;
  background-color: #fafafc;
}

.hot-recommend .card .right-top-ribbon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.hot-recommend .card:before {
  z-index: 1;
}

.hot-recommend .card {
  border-radius: 1rem;
}

.hot-recommend .card .right-top-ribbon:after {
  content: 'HOT';
  right: -70px;
  top: -32px;
  background: #f03131;
  z-index: 0;
}

.hot-recommend .card .title {
  font-size: 18px;
  font-weight: 600;
}

.hot-recommend .card .desc {
  margin-bottom: 24px;
  font-size: 12px;
  padding: 16px 0;
  color: #7a8799;
  line-height: 22px;
  border-bottom: 1px solid #e3e4e5;
}

.hot-recommend .card .price .tip {
  font-size: 12px;
  color: #f23c3c;
  display: inline-block;
  border: 1px solid #f23c3c;
  border-radius: 4px;
  margin-left: 4px;
  padding: 2px 4px;
}

.hot-recommend .card .row-custom {
  height: 40px;
  display: flex;
  align-items: center;
}

.hot-recommend .card .row-custom>div:first-child {
  color: #7a8799;
  width: 30%;
  text-align: right;
  margin-right: 2%;
}

.hot-recommend .card .row-custom>div:last-child {
  font-weight: 600;
}

.hot-recommend .card .btn {
  width: 100%;
  margin: 24px 0 16px;
  background-color: #F4514A;
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
}
.hot-recommend .card .btn:disabled{
  background-color: #292d33;
}
.hot-recommend .card .price span {
  font-size: 24px;
}

.hot-recommend .remark {
  color: #f23c3c;
  padding-top: 24px;
}

.block-radio {
  padding-top: 24px;
  display: block !important;
  height: auto !important;
}

.block-radio .common-radio-part {
  width: 100% !important;
}

.block-radio .common-radio-group {
  border-color: #F4514A;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.block-radio .common-radio {
  padding: 6px 0;
  position: relative;
  min-width: 50px;
  text-align: center;
  flex: 1;
  color: #F4514A;
}

.block-radio .common-radio+.common-radio {
  border-color: #F4514A;
  border-style: solid;
  border-width: 0 0 0 1px;
}

.block-radio .common-radio.checked {
  background: #F4514A;
  color: #fff;
}

.block-radio .common-radio .cut-tag {
  position: absolute;
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  white-space: nowrap;
  background: linear-gradient(to right, #ecc081, #f7e7ce);
  border-radius: 0 4px;
  line-height: 1;
  top: 0;
  right: -1px;
  color: #b26800;
  transform: translateY(-70%);
  font-weight: normal;
}

.block-radio .three-year {
  display: none;
}

.block-radio .arrow-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #F4514A;
  border-bottom-width: 0;
  transform: translateY(-50%);
}

.block-radio .common-radio.checked .arrow-icon {
  border-top-color: #fff;
}

.block-radio .dropdown-panel {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  border: 1px solid #F4514A;
  color: #F4514A;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
}

.block-radio .common-radio:hover .dropdown-panel {
  display: block;
}


.hover-cards .card {
  margin-top: 10px;
  position: relative;
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
  border-left: 1px solid #e3e4e5;
  transition: .3s;
}



.hover-cards .card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
  z-index: 1;
  border-left-color: transparent;
}

.hover-cards .card:hover+.card {
  border-left-color: transparent;
}

.hover-cards .card:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: -1px;
  left: 0;
  background-color: #F4514A;
}

.hover-cards .card:hover .btn {
  background-color: #F4514A;
  color: #fff;
}

.hover-cards2 {
  /* display: flex;
  flex-wrap: wrap;*/
}

.hover-cards2 .card {
  position: relative;
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
  border-left: 1px solid #e3e4e5;
  transition: .3s;

}

.hover-cards2 .support-box {
  padding: 1.5rem;
}

.hover-cards2 .card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
  z-index: 1;
  border-left-color: transparent;
}

.hover-cards2 .card:hover+.card {
  border-left-color: transparent;
}

.hover-cards2 .card:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: -1px;
  left: 0;
  background-color: #F4514A;
}

.hover-cards2 .card:hover .btn {
  background-color: #F4514A;
  color: #fff;
}

.common-radio-part .common-radio-group {
  display: flex;
}

.common-radio-part .common-radio-group .common-radio {
  /* cursor: pointer; */
}

.common-radio-part .common-radio-group .common-radio.disabled {
  cursor: not-allowed;
}

.common-radio-part .common-radio-panel-group {
  margin-top: 24px;
}

.common-radio-part .common-radio-panel:not(.checked) {
  display: none;
}

.cloud-server-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 24px;
  line-height: 1;
  border-top: 1px solid #e3e4e5;
  padding-top: 20px;
}

.cloud-server-price .now {
  color: #d7001d;
}

.cloud-server-price .now .num {
  font-size: 28px;
  font-weight: 600;
}

.cloud-server-price .old {
  margin-left: 12px;
  text-decoration: line-through;
  color: #cccccc;
  transform: translateY(-1px);
}

.hot-recommend .title {}

.hot-recommend .title-shadow {
  font-size: 7.2rem;
  font-weight: bold;
  color: #EFEFEF;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 3rem;
}

.hot-recommend .title-text {
  font-size: 4rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  text-align: center;
  z-index: 3;
  position: relative;
}

.hot-recommend .title-small {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  color: #818191;
  line-height: 1;
  margin-top: 3.5rem;
}
/*****************/