html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  font-size: 12px;
}

.flexl {
  display: flex;
  justify-content: left;
}

.flexcl {
  display: flex;
  align-items: center;
  justify-content: left;
}

.flexcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexcr {
  display: flex;
  align-items: center;
  justify-content: right;
}

.flexcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flexcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@font-face {
  font-family: PingFangSC;
  src: url("../font/PingFang_Regular.ttf");
}


/* 公共头部 */
.header-wrap {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header {
  width: 1242px;
  height: 70px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-logo {
  height: 48px;
  vertical-align: middle;
}

.hw_img {
  height: 42px;
  vertical-align: middle;
  margin-left: 10px;
}

.product-arrow {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.product-modal {
  position: absolute;
  left: -200px;
  top: 70px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-modal[style*='display:none'] {
  display: none !important;
}

.modal-content {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 168px);
  gap: 20px 47px;
  justify-content: center;
  padding:  25px;
}

.product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.product-item:hover div {
  font-weight: 600;
  color: #006EFE;

}

.product-item img {
  width: 26px;
  margin-right: 9px;
}

.product-item div {
  width: 64px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #747FA5;
  line-height: 18px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  text-align: center;
}

.phoneimg {
  width: 31px;

}

.phonenumber1 {
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #006EFE;
  line-height: 25px;
  margin: 0 24px 0 6px;

}

.Loginbtn {
  width: 90px;
  height: 36px;
  background: #006EFE;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  margin-left: 9px;
}

.fw {
  font-weight: 500;
}

.header-logo-info {
  height: 100%;
  position: relative;
}

.header-logo-info .menu {
  width:  500px;
  height: 100%;
  font-size: 16px;
  color: #006EFE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: #006EFE;
}

/* 公共头部 */

.banner-btn {
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  text-shadow: 0px 12px 42px rgba(24, 39, 75, 0.12), 0px 8px 18px rgba(24, 39, 75, 0.12);
  text-align: center;
  cursor: pointer;
  /* user-select: none; */
  position: relative;
}

.btn-primary {
  width: 120px;
  height: 36px;
  background: #006EFE;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 16px;
  position: relative;
  user-select: text;
}
.btn-primary:hover .phone_list{
  display: block;
}

/* 底部 */
.freeuse-wrap {
  background: #006EFE;
}

.freeuse {
  padding: 60px 0 25px 0;
  width: 1242px;
  margin: 0 auto;
}

.freeuse-top {}

.freeuse-top-img {
  height: 56px;
}

.freeuse-top-line {
  width: 2px;
  height: 36px;
  border: 2px solid #FFFFFF;
  margin: 0 25px;
}

.freeuse-top-h1 {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}


.phonenumber-input {
  width: 580px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 29px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.phonenumber {
  width: 391px;
  border-radius: 65px;
  border: none;
  outline: none;
  padding-left: 34px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
}

.phonetext {
  color: red;
  text-align: center;
  font-size: 25px;
  padding-right: 170px;
  margin-top: 15px;
  display: none;
}

.freetrial {
  width: 140px;
  height: 42px;
  background: #006EFE;
  border-radius: 21px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  user-select: none;

}


.codeimg {
  width: 115px;
  height: 115px;
  border-radius: 4px;
  margin: 0 auto;
}

.bottom-wrap {
  background: #fff;
}

.bottom {
  width: 1242px;
  margin: 0 auto;
  height: 32px;
  font-size: 12px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  text-align: center;
}

.link {
  color: #fff;
  font-size: 13px;
  margin-right: 25px;
}

.link p {
  /* margin-right: 30px; */
  font-size: 14px;
  margin-bottom: 5px;
}

.link a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
}
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex .flex-col span {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-top: 8px;
}
.flexcc.flex-start {
  align-items: flex-start;
}
/* 底部 */



/* title */
.title {
  margin-bottom: 56px;
}

.title h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.line {
  width: 59px;
  height: 4px;
  background: #006EFE;
  margin: 0 auto;
  margin-top: 20px;
}
/* title */



.banner-btn:hover .phone_list {
    display: block;

}

.phone_list {
    width: 360px;
    height: 150px;
    background: linear-gradient(180deg, #F4EFFA 0%, #FFFFFF 48%, #E6EEFF 100%);
    box-shadow: 0px 3px 16px 0px rgba(18, 10, 91, 0.2);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: -360px;
    top: 0;
    padding: 20px 22px;
    display: none;
    z-index: 1200;
}

.phone_item {
    display: flex;
}

.phone_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
    width: 133px;
    text-align: right;
}

.phone_h2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #61718F;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.phone_h3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #61718F;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.phone_title img {
    width: 15px;
    margin-right: 8px;
    vertical-align: baseline
}

/*  */
.right-nav {
    width: 70px;
    height: 280px;
    position: fixed;
    right: 0;
    top: 20%;
    background-color: #fff;
    z-index: 4;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}

.nav-item {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #377CFD;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.nav-item:hover {
    background: #7ba5f4;
    cursor: pointer;
}

.nav-item img {
    height: 30px;
}

.tophone {
    position: relative;
}

.reddot {
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    right: 13px;
}

.tophone:hover .tophonebox {
    display: block;
}

.tophonebox p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.tophonebox p:nth-child(1) {
    margin: 12px 0 6px 0;
}

.tophonebox {
    padding: 10px 11px 0 11px;
    width: 168px;
    height: 160px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: -190px;
    top: 0;
    overflow: hidden;
    display: none;
}

.phoneImgbox {
    width: 12px;
    height: 12px;
    background: #3bc491;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.phoneImgbox>img {
    height: 10px;
    height: 10px;
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: left;
}

.timeBox {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 17px;
}

.phonenumberTxt {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
    margin: 6px 0 0 14px;
}

.custerSline {
    border: 1px dashed rgba(59, 196, 146, 0.5);
    margin: 7px 0;
}

.custerSinfo {
    padding: 0 3px;
    font-size: 10px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 14px;
}

.tovx {
    position: relative;
}

.tovx:hover .vxbox {
    display: block;
}

.vxbox {
    width: 280px;
    height: 160px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    display: none;
    left: -300px;
    top: 0;
}

.vxbox div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxbox div :nth-child(1) {
    margin-right: 20px;
}

.vxbox img {
    display: block;
    width: 112px;
    height: 112px;
    /* margin: 0 auto; */
    margin-top: 7px;
}

.vxbox p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    text-align: center;
}

.qqa {
    display: block;
}

.toqq {
    position: relative;
}

.toqq:hover .qqbox {
    display: block;
}

.qqbox {
    width: 180px;
    height:70px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: -200px;
    top: 0;
    padding-left: 19px;
    display: none;
}

.qqbox p:nth-child(1) {
    margin: 12px 0 6px 0;
}

.qqbox p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

/*  */


@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../font/YouSheBiaoTiHei.ttf') format('truetype');
}