* {
  margin: 0px;
  padding: 0px;
}

/* 去除浏览器滚动条 代表浏览器：Chrome Edge浏览器 360浏览器 百度浏览器*/

/* ::-webkit-scrollbar {
    display: none
} */
body {
  overflow-x: hidden;
}
/* 去除浏览器滚动条 火狐浏览器 */

/* html {
    scrollbar-width: none;
} */

a {
  /* font-size: 14px;
    color: #303441 !important; */
  text-decoration: none !important;
}

/* 公共的flex属性 */

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

/* 图片公有属性 */

.common-image {
  width: 100%;
  height: 100% !important;
}

/* 超过规定限制的字数用...显示 */

.ellipsis {
  width: 100%;
  height: 40px;
  /* float: left;
    white-space: nowrap;
    overflow: hidden; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 公共样式的button */

.set-button {
  width: 130px;
  height: 100%;
  border: 1px solid #2472fe;
  background-color: #fff;
  border-radius: 3px;
}

/* 带有背景渐变图片的button */

.set-back-button {
  width: 180px;
  height: 42px;
  border-radius: 2px;
  background: url("../img/buttonBack.png");
  background-size: cover;
  margin-top: 56px;
  margin-left: 125px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

/* 了解更多 文字公共样式 */

.set-button-font {
  color: #2472fe;
}

body {
  height: auto;
}

/* 去掉轮播图左右翻页的背景图片 */

.left {
  text-shadow: none;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

/* 头部导航栏样式 */
.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #ffffff;
  font-size: 16px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffffff !important;
}

/* a:hover{
    background-color: #FFFFFF !important;
} */
.navbar-default {
  background-color: #ffffff !important;
}

/* .dropdown-menu{
    left:-50% ;
    top:118% !important;
} */

.second-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.dropdown:hover > .dropdown-menu {
  display: block !important;
}
.dropdown-menu {
  display: none !important;
}
/* 尾部样式 */
.set-foot {
  width: 100vw;
  /* height:279px; */
  /* background: url(../img/foot.png) no-repeat; */
  /* background-size:cover; */
  /* background-position: -30px; */
  position: relative;
}
.foot-font {
  width: 15%;
  height: auto;
  position: absolute;
  top: 110px;
  left: 288px;
}
.foot-font-set {
  font-size: 12px;
  color: #9e9696;
}
.foot-mobile {
  width: 30%;
  position: absolute;
  top: 176px;
  left: 544px;
}
.set-code {
  width: 7%;
  height: 130px;
  position: absolute;
  top: 90px;
  left: 1400px;
  margin-right: 30px;
}

.set-service-two {
  width: 100%;
}

#popover-target {
  width: 130px;
  height: 130px;
  display: none;
}
/* 申请适用部分 */
.set-free {
  width: 100vw;
  height: 200px;
  background-image: url(../img/free.png);
}

/* 将div block属性变为 inline-block属性*/
.trans-inline-block {
  display: inline-block;
}

/* 控制元素不可粘贴复制属性 */
.refuse-ctrl {
  -moz-user-select: none; /* Firefox私有属性 */
  -webkit-user-select: none; /* WebKit内核私有属性 */
  -ms-user-select: none; /* IE私有属性(IE10及以后) */
  -khtml-user-select: none; /* KHTML内核私有属性 */
  -o-user-select: none; /* Opera私有属性 */
  user-select: none; /* CSS3属性 */
}

/* 给所有li加小手样式 */
li {
  cursor: pointer;
}

/* 二级菜单字体样式 */
.second-title-space {
  margin-bottom: 23px;
}

/* 申请使用弹框样式 */
.modal-content {
  width: 551px;
  height: 694px;
  background: url("../img/model1.png") no-repeat;
  background-position-x: -381px;
  background-position-y: -10px;
}
.model-logo {
  width: 82px;
  height: 22px;
}
.modal-header {
  border: none !important;
}
.modal-content-other {
  width: 80%;
  margin-bottom: 21px;
}
.modal-content-border {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.modal-input-title {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  color: #666666;
  text-align: right;
  margin-right: 14px;
}
.get-code {
  width: 90px;
  height: 28px;
  background-image: linear-gradient(180deg, #5baafd 0%, #2e71fb 100%);
  border: none !important;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 3px;
}
.model-img {
  width: 61px;
  height: 12px;
}
.respact-product {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
.form-checkbox {
  width: 80%;
}
.checkbox-label {
  width: 145px;
  overflow: hidden;
  margin-bottom: 14px;
}
.checkbox-font {
  font-size: 14px;
  color: #333333;
  margin-left: 8px !important;
  overflow: hidden;
}
/* input[type="checkbox"]{
    outline:none;
    border:none !important;
    outline: 1px solid #2874FE;
}
input[type="checkbox"]:checked{
    outline:none;
} */

.submit-modal-button {
  width: 80%;
  height: 40px;
  background-image: linear-gradient(180deg, #5baafd 0%, #2e71fb 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

/* 申请试用弹框 */
.input-red {
  border: 1px solid red !important;
}
/* 显示关于号码的提示 */
.postion-number {
  display: none;
  color: #333;
  position: absolute;
  top: 37px;
  left: 107px;
  font-size: 5px;
  color: red;
}
.show-tip {
  display: block;
}

.active-child:hover {
  background-color: red;
}

/* 通用显示联系方式 */
.contact-box {
  position: fixed;
  right: 0;
  top: 200px;
  width: 170px;
  background-color: #3f52c7;
  box-shadow: 0 0 10px rgba(23, 72, 203, 0.3);
  border-radius: 15px;
  padding: 20px 0 6px;
  z-index: 99;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  transform: translateX(170px);
  opacity: 0;
}

.contact-box-title {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-box-img {
  width: 82%;
}
.contact-box-text {
  font-size: 12px;
  color: #fff;
  margin: 10px 0;
  line-height: 24px;
  background: #fe735b;
}
.contact-box-tips {
  font-size: 14px;
  color: #fff;
  margin: 8px 0 2px;
}
.contact-box-num {
  color: #da5935;
  font-size: 20px;
  font-weight: bold;
}

.fade-in {
  opacity: 0;
 animation: fadeIn 0.3s ease-in forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in.show {
  opacity: 1;
}

.close_btn {
  position: absolute;
  background: #3f52c7;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  left: -20px;
  height: 70px;
  border-radius: 5px 0 0 5px;
  line-height: 70px;
  cursor: pointer;
}
 .close_btn.rotated img {
        transform: rotate(180deg);
      }

/* 预留 */
.reserved-box {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 280px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(23, 72, 203, 0.3);
  border-radius: 15px;
  padding: 20px 20px 6px;
  z-index: 99;
  text-align: center;
}
.reserved-box-title {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px;
  border-bottom: 1px solid #ccc;
}
.reserved-box-tips {
  background: #e7e7e7;
  margin: 10px;
  border-radius: 10px;
  line-height: 28px;
}
.reserved-box-input {
  display: flex;
  padding: 0 10px 10px;
}
.reserved-box-input span {
  width: 86px;
  background: #3478f6;
  color: #fff;
  text-align: center;
  padding: 6px 2px;
  font-size: 12px;
}
.reserved-box-input input {
  width: 100%;
  border: 1px solid #3478f6;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
}
.reserved-box-input textarea {
  width: 100%;
  border: 1px solid #3478f6;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
}
.reserved-box-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 20px;
}
.reserved-box-btn .btn {
  width: 80px;
  height: 34px;
  background: #3478f6;
  border-radius: 10px;
  border: none;
}
.reserved-box-btn .btn:hover {
  background: #588fffff;
  border: none;
}
.reserved-box-btn .btn:focus {
  background: #588fffff;
  border: none;
  outline: none;
}
.reserved-box-btn > p {
  width: calc(100% - 90px);
  text-align: left;
  border-radius: 10px;
  background: #f1f7fc;
  height: 34px;
  margin: 0;
  line-height: 34px;
  padding-left: 10px;
  color: #333;
}

.collapse-box {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 280px;
  background-color: #3478f6;
  box-shadow: 0 0 10px rgba(23, 72, 203, 0.3);
  border-radius: 15px;
  padding: 15px 20px;
  z-index: 99;
}
.collapse-box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
