/* Show it is fixed to the top */
.shadowTop {
  box-shadow: 0 0 15px 4px #f7f7f7;
}
.telltalk {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.triangle-right {
  top: 50%;
    position: absolute;
    right: -11px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 13px solid #fff;

}
.tooltip2 {
  display: flex;
  align-items: center;
    visibility: hidden;
    height: 50px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    position: absolute;
    top: 32%;
    z-index: 100;
    bottom: 100%;
    left: -184%;
    opacity: 1;
    transition: opacity 0.3s;
     white-space: nowrap;
}
.consult{
  display: flex;
  align-items: center;
    visibility: hidden;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 60%;
    z-index: 100;
    bottom: 100%;
    left: -166%;
    opacity: 1;
    transition: opacity 0.3s;
     white-space: nowrap;
}
.popups:hover + div{
  visibility: visible;
  opacity: 1;
}
.telltalk:hover + .tooltip2 {
  visibility: visible;
  opacity: 1;
}
.bottom-Index li{
  border-bottom: 1px solid #e4e4e4;
  border-image:linear-gradient(to right, white, transparent) 1;
}
.nav-item-index {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
.index1 {
  color: #000 !important;
}

.index2 {
  color: #000 !important;
}
.nav-item {
  position: relative;
}
.index1:after {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  right: auto;
  height: 2px;
  width: 0px;
  background-color: #2e4fc3;
}

.index1:hover {
  color: #2e4fc3 !important;
  font-weight: 600;
  /* background: #cccccc; */
}
.index2:hover {
  /* background: #cccccc; */
  color: #2e4fc3 !important;
  font-weight: 600;
}

.index1:hover::after {
  width: 64px;
  transition: all 0.5s ease 0s;
}

.index2:after {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  right: auto;
  height: 2px;
  width: 0px;
  background-color: #2e4fc3;
}
.index2:hover::after {
  width: 96px;
  transition: all 0.5s ease 0s;
}
/* .navbar {
  box-shadow: 0 0 15px 10px #f7f7f7;
} */
.nav .navbar-brand {
  margin-left: 5.9rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: inherit;
  align-items: center;
}
.btnlive {
  margin-top: 0.3rem;
  color: aliceblue;
  width: 162px;
  height: 86px;
  border: 0;
  border-radius:0px;
  background: #3059DA !important;
}
.btnsys {
  font-weight: normal !important;

  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); /*firefox*/

  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); /*safari或chrome*/

  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); /*opera或ie9*/
}

.container {
  max-width: 1200px;
  padding: 0;
}

.orange {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 960px) {
  .btnsys {
    font-family: Microsoft YaHei;
    font-size: 18px;
    border-radius: 3.95px;
    width: 140px;
    height: 75px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    background: #ffffff;
  }
}
@media (max-width: 640px) {
  .btnsys {
    font-family: Microsoft YaHei;
    font-size: 17px;
    border-radius: 3.95px;
    width: 110px;
    height: 75px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    background: #ffffff;
  }
}

.btnsys:active {
  color: #ef8360;
}
.btnsys:hover {
  color: #ef8360;
}
.datatitle {
  font-size: 20px !important;
  font-family: Microsoft YaHei !important;
  font-weight: 500 !important;
  color: #ef8360;
}
.datacontent {
  font-weight: 550 !important;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
}
.datacontent2 {
  font-weight: normal !important;
  line-height: 1.7rem;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666666;
}
.btn-flow {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 10px;
  border-radius: 17.95px;
  background-color: #eeeeee;
  color: #333333;
  width: 105px;
  height: 33px;
  border: 0;
}

.btn-detail {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 10px;
  border-radius: 10.95px;
  background-color: #0083c6;
  color: white;
  width: 145px;
  height: 40px;
  border: 0;
}

.bg {
  height: 551px;
  width: 100%;
  background: url(../img/index/message.jpg) no-repeat center;
}

.login-title {
  font-style: 30px;
  font-weight: normal !important;
  color: #ffffff;
}
.login-con {
  margin-top: 30px;
  font-style: 16px;
  color: #ffffff;
}
.cardadvantage {
  height: 350px;
}
.advtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  color: #0083c6;
}
.advcon {
  line-height: 20px !important;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
.advnum {
  position: absolute;
  font-size: 60px;
  right: 10px;
  bottom: 8px;
  color: #e4f7ff;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #ef8360;
}
.divid {
  margin-left: 20px;
  margin-right: 20px;
}
.comadd {
  color: #333333;
  font-style: 3px;
}

.buttbottom {
  font-family: Microsoft YaHei;
  border-radius: 10.95px;
  background-color: #0083c6;
  color: white;
  font-size: 20px;
  width: 145px;
  height: 40px;
  border: 0;
}
.index1 {
  color: #333333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  padding: 1rem 1rem;
  text-decoration: none !important;
}

.index2 {
  color: #333333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  padding: 1rem 1rem;
  text-decoration: none !important;
}

.section h1 {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: scale(1, 1);
}
.section .active h1 {
  opacity: 1;
  transform: scale(0, 0);
  transition-delay: 0.5s;
}
@media (min-width: 960px) {
  .collapse {
    /* margin-right: 200px; */
  }
  .experience {
    height: 30px;
  }
  .experience-name {
    margin-top: 30px;
  }
  .experience-email {
    margin-top: 30px;
  }

  .entry3 {
    margin-top: 20px;
  }
  .entry4 {
    margin-top: 20px;
  }
  .login-title {
    margin-top: 80px;
  }
  .entrybutton {
    border: 0;
    height: 30px;
    margin-top: 50px;
  }
  .navbar-brand {
    margin-left: 130px;
  }
}
@media (max-width: 640px) {
  .experience {
    height: 30px;
  }

  .experience-company {
    margin-top: 20px;
  }
  .experience-name {
    margin-top: 20px;
  }
  .experience-email {
    margin-top: 20px;
  }
  .login-title {
    margin-top: 10px;
  }
  .login-con {
    margin-top: 10px;
  }

  .entry2 {
    margin-top: 20px;
  }
  .entry3 {
    margin-top: 20px;
  }
  .entry4 {
    margin-top: 20px;
  }
  .entrybutton {
    border: 0;
    height: 30px;
    margin-top: 50px;
  }
}

.product-sa {
  box-shadow: 0 0 15px 10px #f7f7f7;
  margin-bottom: 30px;
}
.swiper-wrapper {
  justify-content: space-between;
}
.card-title {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 18rem;
  font-size: 18px;
}
/* .card {
  height: 370px;
} */
.card-desc {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20rem;
  font-size: 14px;
  color: #666666;
}
.dsn {
  display: none;
}
#newil {
  border-radius: 5px;
  box-shadow: 0px 0px 10px #d5d6d7;
  display: block;
  right: 0;
  opacity: 1;
  height: 394px;
  float: right;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#newil li {
  height: 60px;
  line-height: 73px;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  margin: 0px 20px;
  text-indent: 24px;
  position: relative;
  zoom: 1;
}
#newil li i {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4d96fc;
  position: absolute;
  top: 35px;

  left: 0;
}
#newil li a {
  display: block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  font-size: 14px;
  color: #464a55;
}
#newil li a:hover {
  color: #4d96fc !important;
}
#newir .bignew {
  display: block;
  height: 394px;
  left: 0px;
  opacity: 1;
  position: relative;
  float: left;
  overflow: hidden;
}
#newir .bignew img {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0px;
}
#newir .bigNewC {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 134px;
  background: rgba(0, 0, 0, 0.5);
}
#newir .bigNewC .bp1 {
  height: 50px;
  border-bottom: 1px solid #8f8c8b;
  line-height: 60px;
  font-size: 1.2em;
  padding-bottom: 10px;
  overflow: hidden;
  color: #fef1e2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#newir .bigNewC .bp1:hover {
  color: #4d96fc !important;
}
#newir .bigNewC .bp2:hover {
  color: #4d96fc !important;
}
#newir .bigNewC .bp2 {
  line-height: 22px;
  margin-top: 8px;
  font-size: 13px;
  color: #fef1e2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nav-item  a{
  padding: 2rem 1rem !important;
}
.navbar{
  padding: 0;
}
.seeMore:hover{
  color: #2e4fc3;
}
.seeMoreButton:hover{
  background-color:#2e4fc3 ;
}
.seeMoreButton:hover img{
  filter: invert(100%) brightness(200%) contrast(800%);
}
.trade-box .seeDetail a{
  color: #fff;
}
.seeDetail{
  background-color: #4274d9;
  position: absolute;
  bottom: 10px;
  right: 51%;
  padding: 5px 10px;
  font-size: 12px;
}

.seeDetail a:hover{
  color: #fff;
}
/* 申请试用 */

.content {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}


.form-container {
  position: relative;
  width: 633px;
    height: 391px;
  background:rgba(0, 0, 0, 0.2982223930708859);
  padding: 20px;
  border-radius: 8px;
  /* max-width: 400px; */
  flex: 1;
  /* min-width: 250px; */
}
.form_container{
font-size: 14px;
  color: rgba(255, 255, 255, 1);
  position: relative;
margin-top: 10px;
}
.form_item .title {
  font-weight: normal !important;
  color: rgba(255, 255, 255, 1);
  float: left;
  line-height: 36px;
  margin: 0;
  text-align: right;
  width: 20%;
}
.form_item .title {
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title {
  font-size: 14px;
}
.form_item .title {
  float: left;
  line-height: 36px;
  margin: 0;
  text-align: right;
  width: 20%;
}
.form_item .content_wrap {
  float: left;
  margin-left: 2%;
  width: 68%;
}
.form_item .content {
  float: left;
  width: 93%;
  _width: 90%;
}
.form-container input[type="text"]{
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: 微软雅黑;
  background: rgba(255, 255, 255, 0.1467889908)
}
.g_itext {
  border-color: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 微软雅黑;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-indent: 6px;
  width: 100%;
  border: 1px solid #fff;
}
.form_item .star {
  color: red;
  float: left;
  font-family: 微软雅黑;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  margin-left: 2.5%;
  vertical-align: top;
}
 .item_0 {
  position: absolute;
  top: 6px;
  left: -93.5px;
  width: 722px;
}
.item_1 {
  position: absolute;
  top: 74px;
  left: -17.5px;
  width: 350px;
}
.item_2 {
  position: absolute;
  top: 72px;
  left: 310px;
  width: 247px;
}
.item_3 {

  position: absolute;
  top: 148.98751831054688px;
  left: -100.6875px;
  width: 781px;
}
.form_item .item_checkbox.content {
  max-width: 93%;
  width: auto;
}
.item_checkbox .checkbox_wrap {
  margin-top: 11px;
}

.checkbox_item {
  width: 25%;
  box-sizing: border-box;
  float: left;
  line-height: 1;
  list-style-type: none;
  padding-bottom: 5px;
  padding-right: 28px;
}
.item_checkbox .checkbox_item input[type=checkbox] {
  margin: 0 3px 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.item_checkbox .checkbox_residue {
  color: #999;
  margin-left: 10px;
  vertical-align: baseline;
}
 .item_checkbox .checkbox_wrap {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.phone_number_area{
  width: 100%;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 5px;
}
.item_Submit {
  width: 245px;
  position: absolute;
  top: 234.98751831054688px;
  left: 194px;
}
#regBtn .submit {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-top: 18px;
  max-width: 245px;
  min-width: 140px;
  text-align: center;
  vertical-align: top;
  width: 38.5%;
  background: rgba(249, 190, 15, 1);

  margin: 0;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
}
#regBtn .submit div {
  background: initial;
  background-color: initial;
}
#regBtn .submit .l, .m_siteform #regBtn .submit .r {
  cursor: pointer;
  float: left;
  height: 44px;
  width: 2%;
}
#regBtn .submit div[data-formid] {
  position: relative;
  overflow: hidden;
}
#regBtn .submit .m {
  color: #fff;
  cursor: pointer;
  float: left;
  font: 14px 微软雅黑;
  height: 44px;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}
#regBtn .submit .l,#regBtn .submit .r {
  cursor: pointer;
  float: left;
  height: 44px;
  width: 2%;
}
/* button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #ffc107;
  color: black;
  font-size: 18px;
  cursor: pointer;
} */
.number-container {
  width: 30%;
  /* margin-left: 20%; */
  padding-bottom: 20px;
  display: flex;
  align-items: baseline;
  font-family: Arial, sans-serif;
}

.large-number {

  font-weight: 600;
text-align: center;display: inline-block;
overflow: hidden;
line-height: 1;
vertical-align: text-bottom; 
  font-size: 48px; /* Adjust the size as needed */
  color: white; /* Adjust the color as needed */
  margin-right: 10px; /* Space between the number and the text */
}

.small-text {
  position: relative;
  right: 0;
  top: -26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.447);
}


/* 提示框 */
#tipBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  position: fixed;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
#tipBox.success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

#tipBox.error {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#tipBox.warn {
  background: #fef5df;
  border-color: #faebcc;
  color: #f1933e;
}
