* {margin:0;padding:0;}

input[type=number] {
  -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button:focus,a:focus{
  box-shadow: none !important;
}

/* 侧边导航栏 */
#lx-Navigation-right{
  position: fixed;
  bottom: 100px;
}
#lx-Navigation-right li{
  list-style: none;
  position: relative;
}
#lx-Navigation-right .conent-box{
  border-radius: 8px;
  background-color: #cf261d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#lx-Navigation-right .conent-box > div:nth-child(1){
  margin: auto;
  background-image: url('/img/rightnavigation-icons.png?v=202206231');
  background-repeat: no-repeat;
  background-size: 100%;
}
#lx-Navigation-right .onlineinquiry .conent-box >  div:nth-child(1){
  background-position: 0 3px;
}

#lx-Navigation-right li .hoveImg{
  display: none;
  height: 120px;
  width: 120px;
  background-position: center;
  background-size: 100%;
  position: absolute;

}
#lx-Navigation-right ul .addwechat:hover .hoveImg{
  background-image: url('/img/wechat_img.png?v=202206231');
  display: block;
}
#lx-Navigation-right ul .telephone:hover .hoveImg{
  background-image: url('/img/tel_img.png');
  display: block;
}
#lx-Navigation-right ul .follow:hover .hoveImg{
  background-image: url('/img/Official_Accounts_Img.png');
  display: block;
}
#lx-Navigation-right ul li .showImg{
  display: block;
  background-image: url('/img/wechat_img.png?v=202206231');
}

#lx-Navigation-right .conent-box> div:nth-child(2){
  margin-bottom: 5px;
}

/* 隐藏百度在线咨询 */
#newBridge #nb_icon_wrap{
  display: none;
}

/* 顶部导航 */
.container-lx-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.headBoxShadow{
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.container-lx-head.light,
.container-lx-head.show-collapse {
  background: rgba(255,255,255,.98);
  transition: all 0.4s ease 0s;
}

.lx-head {
  white-space: nowrap;
  color:#595655;
}
.lx-head, .lx-head > div, .lx-head .navbar {
  height: 60px;
}
.lx-content {
  padding-top: 60px;
}

.lx-head div {
  display: inline-block;
  vertical-align: top;
}

.lx-head .wxlogo{
  background: url('../img/wxlogo.png') center no-repeat;
}

.lx-head .lxlogo,.lx-head .wxlogo{
  height: 56px;
  margin-right: 2%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.lx-head .logo-box a{
  display: block;
  width: 100%;
  height: 100%;
}

.lx-head .navbar {
  padding: 0;
}

.lx-head .navbar .navbar-nav {
  width:100%;
  height: 100%;
}

.lx-head .navbar .navbar-nav .nav-item{
  position: relative;
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
}

.lx-head .navbar .nav-item .nav-child-link{
  font-weight: normal;
}

.lx-head .navbar .navbar-nav .nav-item:hover{
  /* border-bottom: 3px solid #cf261d; */
  color:#cf261d;
  transition: all 0.3s;
}

.lx-head .navbar .navbar-nav .nav-item::after{
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #cf261d;
  opacity: 0;
  transition: transform 0.2s ease-out,opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01,1);
}
.lx-head .navbar .navbar-nav .nav-item:hover::after{
  transform: scale(1,1);
  opacity: 1;
}

.lx-head .navbar .navbar-nav .nav-item:hover .nav-link{
  transition: all 0.3s;
  color:#cf261d;
}

.lx-head .navbar .navbar-nav:not(:hover) .nav-item.active{
  border-bottom: 3px solid #cf261d;
  color:#cf261d;
  transition: all 0.3s;
}

.lx-head .navbar .navbar-nav .nav-item .nav-link{
  padding: .9rem 1rem;
  color:#595655;
}

.lx-head .navbar .navbar-nav:not(:hover) .nav-item.active .nav-link{
  transition: all 0.3s;
  color:#cf261d;
}

.lx-head .navbar .nav-item:hover .nav-child {
  display: block;
}

.lx-head .navbar .nav-child {
  width: calc(600% - 32px);
  height: 240px;
  display: none;
  margin-left: -64px;
  position: absolute;
  top: 60px;
  background-color: #fff;
  text-align: center;
}

.lx-head .navbar .nav-child ul {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  list-style: none;
}

.lx-head .navbar .nav-child ul li {
  margin-top: 20px;
}

.lx-head .navbar .nav-child ul li:first-of-type {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000 !important;
}

.lx-head .navbar .nav-child ul li .nav-child-link{
  text-decoration: none;
  color: #595655;
  font-size: 14px;
}

.lx-head .navbar .nav-child li:hover .nav-child-link{
  color: #cf261d;
}

.lx-head .navbar .nav-child:not(:hover) ul li.active .nav-child-link{
  color: #cf261d;
}

.lx-head .contact-us .phone{
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 8px;
}

.lx-head .contact-us .phone span{
  display: inline-block;
}

.lx-head .contact-us .phone span:last-of-type{
  padding-bottom: 3px;
}

.lx-head .contact-us .btn{
  width: 100px;
  height: 28px;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 1px;
  display: inline-block;
  border-radius: 20px;
  line-height: 26px;
  vertical-align: bottom;
}

.lx-head .navbar-box-phone {
    height: 32px;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(0, -50%);
}


.lx-head .navbar-box-phone button,
.lx-head .navbar-box-phone button:focus{
  color:#fff;
  outline: none;
}

.container-lx-head.light .lx-head .navbar-box-phone button{
  color:#000;
}

.lx-head .navbar-box-phone button .bi-x{
  display: none;
}

.lx-head .navbar-box-phone button.active .bi-justify {
  display: none;
}

.lx-head .navbar-box-phone button.active .bi-x{
  display: block;
  font-size: 20px;
  color:#cf261d;
}

.container-lx-head #navbarToggleExternalContent {
  width: 100%;
  height: calc(100vh - 56px);
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  transition: all 0.4s ease 0s;
}

.container-lx-head #navbarToggleExternalContent .nav-item{
  width: 100%;
  min-height: 50px;
  margin-left: 4%;
  position: relative;
  line-height: 50px;
  color:#000;
}

.container-lx-head #navbarToggleExternalContent .nav-item.nav-item-products.show{
  border-bottom: none !important;
}

.container-lx-head #navbarToggleExternalContent .nav-item.active,
.container-lx-head #navbarToggleExternalContent .nav-item.active .nav-link{
  color:#cf261d;
}

.container-lx-head #navbarToggleExternalContent .nav-item .nav-link{
  padding: 0;
  color:#000;
}

.container-lx-head #navbarToggleExternalContent .nav-item .navbar-toggler{
  position: absolute;
  top: 8px;
  right: 5%;
  transition: all 0.4s ease 0s;
}

.container-lx-head #navbarToggleExternalContent .nav-item .navbar-toggler:focus{
  outline: none;
}

.container-lx-head #navbarToggleExternalContent .nav-item.show .navbar-toggler{
  transform: rotate(180deg);
}

.container-lx-head #navbarToggleExternalContent .nav-item.active .navbar-toggler{
  color:#cf261d;
}

.container-lx-head #navbarToggleExternalContent .nav-item.show .products{
  display: block;
  transition: all 0.4s ease 0s;
  white-space: initial;
}

.container-lx-head #navbarToggleExternalContent .nav-item .products{
  width: 100%;
  height: 150px;
  display: none;
  margin-left: -4%;
  background-color: #f7f7f7;
  list-style-type: none;
}

.container-lx-head #navbarToggleExternalContent .nav-item .products .nav-item {
  width: 32%;
  display: inline-block;
  margin: 0;
  padding-left: 6%;
}

.container-lx-head #navbarToggleExternalContent .nav-item .products .nav-item .nav-link{
  color: #777;
}

.container-lx-head #navbarToggleExternalContent .products .nav-item.active .nav-link{
  color:#cf261d;
}

.phone-logo{
  vertical-align: bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
background-image: url('/img/index/phone-logo.png');
margin-left:60px;
}

@media (min-width: 320px)  {
  #lx-Navigation-right{
    display: none;
  }

  .container-lx-head {
    background-color: transparent;
  }

  .lx-head .lxlogo{
    width: 100px;
    background-image: url('../img/logo-red.png');

  }
  .lx-head .wxlogo{
    width: 100px;
  }

  .container-lx-head.light .lx-head .logo,
  .container-lx-head.show-collapse .lx-head .logo{
    background: url('../img/logo.png') center no-repeat;
    background-size: contain;
  }

  .lx-head .navbar-box,
  .lx-head .contact-us {
    display: none;
  }

  .lx-head .navbar-box-phone {
    display: block;
  }

  .lx-content {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  #lx-Navigation-right{
    display: block;
    right: 10px;
  }
  #lx-Navigation-right .conent-box{
    width: 50px;
    height: 50px;
  }
  #lx-Navigation-right li .conent-box> div:nth-child(1){
    height: 25px;
    width: 25px;
  }
  #lx-Navigation-right .addwechat .conent-box> div:nth-child(1) {
    background-position: 0 -22px;
  }
  #lx-Navigation-right .telephone .conent-box> div:nth-child(1) {
    background-position: 0 -48px;
  }
  #lx-Navigation-right .follow .conent-box> div:nth-child(1) {
    background-position: 0 -73px;
  }
  #lx-Navigation-right ul li .hoveImg{
    height: 150px;
    width: 150px;
    left: -153px;
    top: -105px;
  }
  .container-lx-head {
    background-color: #fff;
  }

  .container-lx-head.light{
    transition: unset;
  }

  .lx-head .lxlogo,.lx-head .wxlogo{
    width: 20%;
  }

  .lx-head .lxlogo{
    max-width: 90px;
    background-image: url('../img/logo.png');
  }

  .lx-head .wxlogo{
    max-width: 70px;
  }

  .lx-head .navbar-box {
    display: inline-block;
    width: calc(80% - 20px);
    font-size: 12px;
  }
  
  .lx-head .navbar-box .navbar-nav{
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lx-head .navbar .navbar-nav .nav-item .nav-link {
    padding: 1.3rem 0.5rem;
  }

  .lx-head .navbar-box-phone {
    display: none;
  }

  .lx-content {
    display: block;
    padding-top: 56px;
  }
}

@media (min-width: 768px) {
  .lx-head .lxlogo{
    max-width: 130px;
  }
  .lx-head .wxlogo{
    max-width: 90px;
  }
  .lx-head .navbar-box {
    width: calc(80% - 80px);
    font-size: 12px;
  }

  .lx-head .navbar .navbar-nav .nav-item .nav-link {
    padding: 1.3rem 1rem;
  }

  .lx-head .contact-us {
    width: 60px;
    display: inline-block;
  }

  .lx-head .contact-us,
  .lx-head .navbar-box-phone {
    display: none;
  }

  .lx-head .contact-us .btn {
    width: 60px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .container-lx-head .container{
    max-width: 990px;
  }
  #lx-Navigation-right{
    right: 20px;
  }
  #lx-Navigation-right .conent-box{
    width: 64px;
    height: 64px;
  }
  #lx-Navigation-right li .conent-box> div:nth-child(1){
    height: 30px;
    width: 30px;
  }
  #lx-Navigation-right .addwechat .conent-box> div:nth-child(1) {
    background-position: 0 -26px;
  }
  #lx-Navigation-right .telephone .conent-box> div:nth-child(1) {
    background-position: 0 -56px;
  }
  #lx-Navigation-right .follow .conent-box> div:nth-child(1) {
    background-position: 0 -87px;
  }
  #lx-Navigation-right ul li .hoveImg{
    height: 200px;
    width: 200px;
    left: -203px;
    top: -140px;
  }
  .lx-head .lxlogo{
    max-width: 150px;
  }
  .lx-head .wxlogo{
    max-width: 110px;
  }

  .lx-head .navbar-box, 
  .lx-head .contact-us .phone span  {
    font-size: 12px;
  }

  .lx-head .navbar-box {
    width: calc(100% - 500px);
  }

  .lx-head .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }

  .lx-head .contact-us {
    width: 250px;
    display: inline-block;
  }

  .lx-head .contact-us .phone {
    display: inline-block;
  }

  .lx-head .contact-us .btn {
    width: 80px;
  }
  .lx-head .contact-us .phone-logo{
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1200px) {
  /* .lx-head, .lx-head > div, .lx-head .navbar {
    height: 60px;
  } */
  .container-lx-head .container{
    max-width: 1200px;
  }

  .lx-head .lxlogo{
    max-width: 170px;
  }

  .lx-head .wxlogo{
    max-width: 130px;
  }

  .lx-head .navbar-box,
  .lx-head .contact-us .phone span  {
    font-size: 1em;
  }
  .lx-head .navbar-box{
    width: calc(100% - 610px);
  }
  .lx-head .contact-us .btn {
    width: 100px;
    font-size: 1em;
  }

  .lx-head .contact-us .phone-logo{
    height: 35px;
    width: 35px;
  }
}

/* 顶部导航 end */

/* 底部 */
.lx-foot{
  background-color: #4f4f4f;
  color: #fff;
}

.lx-foot .informarion{
  height: 500px;
}

.lx-foot .informarion .informarion-title{
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 30px;
}

.lx-foot .informarion .content {
  margin: 10px 0;
}

.lx-foot .informarion .content > div {
  height: 360px;
  display: inline-block;
  vertical-align: top;
}

.lx-foot .informarion .content .content_left {
  width: 160px;
  display: inline-block;
  text-align: center;
}

.lx-foot .informarion .content .content_left img{
  width: 130px;
}

.lx-foot .informarion .content .content_left span{
  display: block;
  font-size: 14px;
}

.lx-foot .informarion .content .content_left span:first-of-type{
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}

.lx-foot .informarion .content .content_right{
  width: calc(100% - 180px);
}

.lx-foot .informarion .content .content_right > div {
  width: calc(50% - 90px);
  height: 180px;
  display: inline-block;
  margin-left: 80px;
  vertical-align: top;
  font-size: 14px;
}

.lx-foot .informarion .content .content_right .content_img-box {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  background: url('../img/right-dimension-code.png?v=202206231') center no-repeat;
  background-size: cover;
}

.lx-foot .informarion .content .content_right .content_text-box {
  display: inline-block;
}

.lx-foot .informarion .content .content_right .content_text-box .title {
  height: 35px;
  display: inline-block;
  padding-right: 75px;
  font-size: 16px;
}

.lx-foot .informarion .content .content_right .content_text-box p {
  margin-bottom: 8px;
}

.lx-foot .informarion .content .content_right .content_text-box p.link {
  font-style: oblique;
  cursor: pointer;
}

.lx-foot .informarion .content .content_right .content_text-box p.link img {
  margin-top: -4px;
  margin-right: 6px;
  animation: ping_icon 1s infinite ease-in-out alternate;
}

@keyframes ping_icon{
  from{
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px);
  }
  to{
      -webkit-transform: translateY(4px);
      -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
      -o-transform: translateY(4px);
      transform: translateY(4px);
  }
}

.lx-foot .informarion .content .content_right .content_text-box p.link a {
  color: #fff;
  text-decoration:underline;
}

.lx-foot .copyright{
  height: 36px;
  background-color: #3f3f3f;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

.lx-foot .copyright label {
  font-size: 16px;
}

.lx-foot-phone .copyright {
  width: 260px;
  height: 45px;
  margin: 0 auto 44px;
  padding-top: 10px;
  line-height: 10px;
  font-size: 12px;
  text-align: center;
  color:#ccc;
}

.lx-foot-phone .copyright label{
  font-size: 14px;
}

.lx-foot-phone .btns {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  z-index: 998;
}

.lx-foot-phone .btns > button{
  height: 44px;
  border-radius: 0;
  border: none;
  background-color:#fff;
  font-size: 14px;
  color: #555;
}

.lx-foot-phone .btns > button:last-child{
  background-color:#cf261d;
  color: #fff;
}

@media (min-width: 320px) {
  .lx-foot {
    display: none;
  }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
  .lx-foot {
    display: block;
  }

  .lx-foot-phone {
    display: none;
  }

  .lx-foot .informarion .content .content_right > div {
    width: calc(50% - 35px);
    margin-left: 25px;
  }

  .lx-foot .informarion .content .content_right .content_img-box {
    display: none;
  }

  .lx-foot .informarion .content .content_right .content_text-box .content_img-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
  }
  
  .lx-foot .informarion .content .content_right .content_text-box .title {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .lx-foot {
    display: block;
  }

  .lx-foot .informarion .content .content_right > div {
    width: calc(50% - 30px);
    margin-left: 20px;
  }

  .lx-foot .informarion .content .content_right .content_img-box {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }

  .lx-foot .informarion .content .content_right .content_text-box .content_img-box {
    display: none;
  }

  .lx-foot .informarion .content .content_right .content_text-box .title {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .lx-foot .informarion .content .content_right > div {
    width: calc(50% - 90px);
    margin-left: 80px;
  }
}
/* 底部 end */

/* 申请试用 */
.popuo-applyForm{
  width: 620px !important;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%,-50%);
}

.popuo-applyForm .title{
  height: 70px;
  position: relative;
  line-height: 70px;
  text-align: center;
}

.popuo-applyForm .title button{
  padding: 0;
  position: absolute;
  right: 2%;
  border:none;
  background: none;
  margin-right: 2%;
  line-height: 70px;
  font-size: 20px;
  color:#777;
}

.popuo-applyForm .title button:focus {
  box-shadow:none;
}

.popuo-applyForm .form-group {
  padding: 0 10%;
}

.popuo-applyForm .form-group > label{
  width: 22%;
  display: inline-block;
  padding-right: 2%;
  text-align: right;
}

.popuo-applyForm .form-group > label span{
  margin-left: 8px;
  color:#cf261d;
}

.popuo-applyForm .form-group > div {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.popuo-applyForm .form-group .form-check > div {
  width: 100px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}

.popuo-applyForm .form-group input:focus {
  outline: none;
  box-shadow: none;
  border-color: #777;
}

.popuo-applyForm .form-group .form-check-input[type="checkbox"]{
  -webkit-appearance: none;
  vertical-align:middle;
  background:#fff;
  margin-top: 6px;
  border:#c1bfbf solid 1px;
  border-radius: 3px;
  min-height: 14px;
  min-width: 14px;
  outline: none;
}

.popuo-applyForm .form-group .form-check-input[type="checkbox"]:checked {
  background: #cf261d;
  border: 0;
}

.popuo-applyForm .form-group .form-check-input[type=checkbox]:checked::after{
  content: '';
  top: 3px;
  left: 2.5px;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  height: 5px;
  width: 9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}

.popuo-applyForm .form-group.btns {
  text-align: center;
}

.popuo-applyForm .form-group.btns .btn{
  width: 92px;
  height: 32px;
  margin: 0 20px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0;
  border-color:#989594;
  color:#989594;
  outline: none;
}

.popuo-applyForm .form-group.btns .btn:last-of-type{
  background-color: #cf261d;
  border-color:#cf261d;
  color:#fff;
}

.popuo-applyForm .form-group.btns .tips{
  margin-top: 22px;
  color:#989594;
}

.popuo-applyForm .form-group.btns .tips label{
  color:#000;
}

@media (min-width: 320px)  {
  .popuo-applyForm{
    width: 100% !important;
    height: 100%;
    background-color: #efeff4 !important;
  }
  
  .popuo-applyForm .title{
    height: 40px;
    position: relative;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
  }
  
  .popuo-applyForm .title button{
    display: none;
  }

  .popuo-applyForm .title button.phone{
    display: inline-block;
    left: 2%;
    right:unset;
    line-height: 40px;
    padding: 0;
    color: #000;
  }

  .popuo-applyForm .from {
    margin-top: 10px;
    background-color: #fff;
  }

  .popuo-applyForm .form-group {
    margin-left: 5%;
    padding: 0 5% 0 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
  }

  .popuo-applyForm .form-group:first-of-type {
    padding-top: 1rem;
  }

  .popuo-applyForm .form-group.form-group2-pcStyle {
    margin-bottom: 0;
    border-bottom: none;
  }

  .popuo-applyForm .form-group.form-group3-pcStyle{
    padding: 0;
    margin-bottom: 44px;
    border-bottom: none;
  }

  .popuo-applyForm .form-group.form-group3-pcStyle > label{
    display:none;
  }

  .popuo-applyForm .form-group > label {
    line-height: calc(1.5em + .75rem + 2px);
    text-align: left;
  }

  .popuo-applyForm .form-group > label span {
    display: none;
  }

  .popuo-applyForm .form-group > label span.phoneStyle {
    display: inline;
    margin-left: 0;
    margin-right: 8px;
  }

  .popuo-applyForm .form-group:last-child > label {
    line-height: 0;
  }

  .popuo-applyForm .form-group input {
    border: none;
    font-size: 12px;
  }

  .popuo-applyForm .form-group .form-check {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .popuo-applyForm .form-group .form-check > div {
    width: 100%;
    height: 40px;
    display: block;
    padding-left: 6%;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
  }

  .popuo-applyForm .form-group .form-check > div:last-child {
    margin-bottom: 0;
  }

  .popuo-applyForm .form-group .form-check-input[type="checkbox"]{
    min-height: 16px;
    min-width: 16px;
    margin-left: -6%;
    margin-top: 12px;
    border-radius: 50%;
  }

  .popuo-applyForm .form-group .form-check-input[type="checkbox"]:checked {
    background: #09bb07;
  }
  
  .popuo-applyForm .form-group .form-check-input[type=checkbox]:checked::after{
    top: 5px;
    left: 4px;
    width: 8px;
    height: 4px;
  }

  .popuo-applyForm .form-group .form-check-label {
    width: 100%;
  }

  .popuo-applyForm .phoneStyle-title {
    height: 40px;
    padding-left: 5%;
    background-color: #efeff4;
    line-height: 40px;
    font-size: 12px;
    color: #888;
  }

  .popuo-applyForm .form-group.btns {
    display: none;
  }

  .popuo-applyForm .form-group.btns.phoneStyle {
    width: 100%;
    height: 44px;
    display: flex;
    margin:0;
    padding:0;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    line-height: 44px;
  }

  .popuo-applyForm .form-group.btns.phoneStyle .btn {
    width: 50%;
    height: 44px;
    display: inline-block;
    margin: 0;
    line-height: 44px;
    border-radius: 0;
    border: none;
    color: #555;
  }

  .popuo-applyForm .form-group.btns.phoneStyle .btn:last-child {
    color: #fff;
  }
}

@media (min-width: 576px) {
  .popuo-applyForm{
    width: 420px !important;
    height: auto;
    background-color: #fff !important;
  }

  .popuo-applyForm .title {
    height: 70px;
    line-height: 70px;
  }

  .popuo-applyForm .title button{
    display: inline-block;
  }

  .popuo-applyForm .title button.phone{
    display: none;
  }

  .popuo-applyForm .from {
    margin-top: 0px;
  }

  .popuo-applyForm .form-group {
    margin-left: 0;
    margin-bottom: 1rem !important;
    padding: 0 5% !important;
    border-bottom: none;
    font-size: 12px;
  }

  .popuo-applyForm .form-group.form-group3-pcStyle > label{
    display: inline-block;
  }

  .popuo-applyForm .form-group > label {
    text-align: right;
  }

  .popuo-applyForm .form-group > label span {
    display: inline;
  }

  .popuo-applyForm .form-group > label span.phoneStyle {
    display: none;
  }

  .popuo-applyForm .form-group input {
    border: 1px solid #ced4da;
  }

  .popuo-applyForm .form-group .form-check {
    width: 70%;
  }

  .popuo-applyForm .form-group .form-check > div {
    width: 100px;
    height: auto;
    display: inline-block;
    line-height: unset;
    border-bottom: none;
  }

  .popuo-applyForm .form-group .form-check-input[type="checkbox"]{
    min-height: 14px;
    min-width: 14px;
    margin-top: 3px;
    border-radius: 3px;
  }

  .popuo-applyForm .form-group .form-check-input[type="checkbox"]:checked {
    background: #cf261d;
  }
  
  .popuo-applyForm .form-group .form-check-input[type=checkbox]:checked::after{
    top: 4px;
    left: 3px;
  }

  .popuo-applyForm .form-group .form-check-label {
    width: auto;
  }

  .popuo-applyForm .phoneStyle-title {
    display: none;
  }

  .popuo-applyForm .form-group.btns {
    display: block;
  }

  .popuo-applyForm .form-group.btns.phoneStyle {
    display: none;
  }

  .popuo-applyForm .form-group.btns .btn{
    width: 80px;
    height: 28px;
    line-height: 20px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .popuo-applyForm{
    width: 620px !important;
  }

  .popuo-applyForm .title{
    font-size: 16px;
  }

  .popuo-applyForm .form-group {
    padding: 0 10%;
    font-size: 14px;
  }

  .popuo-applyForm .form-group input {
    font-size: 14px;
  }

  .popuo-applyForm .form-group.btns .btn{
    width: 92px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/* 申请试用 end */

/* 企业微信联系 */
@media (min-width: 320px)  {
  .popuo-wxwork-contact{
    width: 80%;
    height: auto;
    top:50% !important;
    left:50% !important;
    transform: translate(-50%,-50%);
    background-color: #f5f5f5 !important;
    text-align: center;
    font-size: 12px;
    color: #999;
  }

  .popuo-wxwork-contact .popuo-wxwork-contact_img {
    width: 80%;
    margin: 20% auto 10%;
    border-radius: 10px;
    -moz-box-shadow:0px 4px 5px 0px #E3E3E3;
    -webkit-box-shadow:0px 4px 5px 0px #E3E3E3;
    box-shadow:0px 4px 5px 0px #E3E3E3;
  }
  .popuo-wxwork-contact .popuo-wxwork-contact_img img{
    width: 100%;
  }
  .popuo-wxwork-contact .popuo-wxwork-contact_text{
    margin-bottom: 30px;
    font-size: 12px;
    color: #999;
  }
}
/* 企业微信联系 end */