.header {
  height: 80px;
  padding: 0 120px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
}
.content {
  width: 100%;
}

.trial {
  width: 100%;
  height: 617px;
  background: url(../images/背景波浪.jpg) no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-position: center center;
}

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

.trialProduct {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(39, 163, 255, 1);
  border-radius: 22px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2652A0;
  cursor: pointer;
  font-weight: 500;
}

.trialtext {
  /* height: 28px; */
  line-height: 28px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
}

.waveImg {
  position: relative;
  height: 154px;
  width: 100%;
  top: 475px;
}

.solution {
  width: 100%;
}

.solution-content {
  padding: 40px 110px 0px;
}

.solution-text {
  height: 36px;
  font-family: PingFangSC-Medium;
  font-size: 29px;
  color: #172340;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 100px;
  text-align: center;
}

.solution-block {
  flex: 1;
  position: relative;
  min-height: 226px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(238, 240, 245, 1);
  box-shadow: 0px 5px 30px 0px rgba(239, 239, 239, 0.75);
  border-radius: 2px;
  margin-right: 24px;
  text-align: center;
  cursor:pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.solution-block:hover {
  border: 1px solid #2652A0;
  box-shadow:  0px 5px 30px 0px rgba(239, 239, 239, 0.75);
}
.solution-block-img {
  margin-top: -50px;
  width: 100px;
  height: 100px;
}

.circle {
  width: 5px;
  height: 5px;
  background: rgba(23, 35, 64, 0.30);
  border-radius: 50%;
  margin-right: 8px;
}

.solution-block-firsttext {
  height: 28px;
  line-height: 28px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: rgba(23, 35, 64, 0.85);
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 24px;
}

.solution-block-secondtext {
  height: 22px;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(23, 35, 64, 0.85);
  letter-spacing: 0;
  font-weight: 400;

}

.secondtext {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.brand {
  height: 65px;
  background: #FFFFFF;
  border: 1px solid rgba(238, 240, 245, 1);
  margin-bottom: 40px;
  padding: 20px 0;
}
.brand img {
  height: 65px;
  width: 11.8%;
  margin-right: 3px;
}
.understand {
  height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}

.order {
  /* width: 256px;
  height: 48px;
  background: #2652A0;
  border-radius: 2px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;

  */

  width: 156px;
  height: 48px;
  padding: 0px 24px 0px 24px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  cursor:pointer;
}

.order-text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}

.right_nav {
  right: 21px;
  top: 275px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 101;

}

.right_nav li {
  width: 54px;
  height: 54px;
  background: #E9F3FF;
  border-radius: 6px;
  margin: 16px 0;
  padding: 10px;
  cursor: pointer;
  position: relative;
  right: 0;
}

.right_nav li .iconBox {
  text-align: center;
}

.right_nav li img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;

}

.right_nav li h4 {
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #2652A0;
  letter-spacing: 0;
  font-weight: 400;
}

.personality {
  background: rgba(244, 245, 249, 1);
  width: 100%;
}

.report_msg {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 32px;
}
.personality p {
  /* height: 36px; */
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  line-height: 39.5px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 44px;
}

.personalitytext {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(23, 35, 64, 0.65);
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}

.lookProduct {
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #2652A0;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  cursor:pointer;
}
.LearnMore {
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color:rgba(38, 82, 160, 1);
  letter-spacing: 0;
  font-weight: 500;
  cursor:pointer;
  margin-left: 26px;
}
.spot {
  width: 6px;
  height: 6px;
  background: #2652A0;
  margin-right: 9px;
  /* border-radius: 50%; */
  margin-top: 10px;
  position:absolute;
}

.report {
  display: flex;
  position: relative;
  /* align-items: center; */
}

.reporttext {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  margin-left: 14px;
}

.testBlock {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ygqImg {
  width: 100%;
  height: 250px;
  background: url(../images/央国企选额配图@2x.png) no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-position: center center;
}

.ygqImg-title {
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-top: 65px;
  text-align: center;
}

.immediatelyorder {
  width: 190px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 2px;
  cursor:pointer;
}

.immediatelyorder span {
  height: 22px;
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2652A0;
  font-weight: 500;
  margin-right: 8px;
}

#myModel {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(9, 9, 9, 0.63);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.model-content {
  width:72%;
  background: #ffffff;
  border-radius: 3px;
  margin: 100px auto;
  height: 80%;
  /* padding: 20px; */
  z-index: 10001;
}
.modelRight {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  cursor: pointer;
}
.modelRight>img {
  width: 12px;
  height: 12px;
}
.company {
  width: 100%;
  /* height: 328px; */
  
background: #FFFFFF;
}
.companyBlock {
  width: 20%;
  background: #FFFFFF;
  border: 1px solid rgba(238,240,245,1);
  box-shadow: 0px 5px 30px 0px rgba(239,239,239,0.75);
  border-radius: 2px;
  padding:32px 16px 32px;
  margin-right: 13px;
}
.img {
  height: 66px;
  background: red;
  margin-bottom: 16px;
}
.line {
  height: 1px;
  background: #EEF0F5;
  width: 100%;
  margin-bottom: 16px;
}
.companytitle {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(23,35,64,0.85);
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}
.companytext {
  line-height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(23,35,64,0.65);
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 20px;
}
/* 气泡 */
.tip-bubble {
  position:fixed;
  right: 95px;
  top: 280px;
  display:none;
  background-color:#fff;
  border: 1px solid #EEF0F5;
  box-shadow: 0 5px 30px 0 rgba(239,239,239,0.75);
  text-align:center;
  font-family: PingFangSC-Regular;
  border-radius:6px;
  margin:10px;
  padding:16px;
}
.tip-bubble:before{
  content:'';
  position:absolute;
  width:0;
  height:0;
  border:10px solid;
  border-left-color:#EEF0F5;
  color:transparent;
  right: -20px;
  top: 15%;
}
.tipheader {
  display: flex;
  align-items: center;
  color:rgba(23, 35, 64, 0.85);
  letter-spacing: 2px;
  font-size:14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.tipheader>img {
  width: 16px !important;
  height: 16px !important;
  margin:0 8px 0 0 !important;
}
.tiptext {
  color:rgba(23, 35, 64, 0.65);
  letter-spacing: 0px;
  font-size:13px;
}

.clickProduct {
  position: relative;
}
.Product-explain {
  width: 200px;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #EEF0F5;
  text-align:center;
  font-family: PingFangSC-Regular;
  border-radius:6px;
  left: -80px;
  top: 88px;
  padding: 10px 0;

  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.05s ease;
  visibility: hidden;
}
.Product-explain > div {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0px;
  color: rgba(0, 0, 0, 0.65);

}
.Product-explain > div:hover {
  color: #2652A0;
}
.Product-explain:before{
  content:'';
  position:absolute;
  width:0;
  height:14px;
  border: 7px solid;
  border-bottom-color: rgba(255, 255, 255, 1);
  color: transparent;
  left: 90px;
  top: -27px
}
.clickProduct:hover .Product-explain {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.05s ease;
  visibility: visible;
}