.footer {
    position: relative;
    width: 100% !important;
    /* height: 820px; */
    color: #fff;
    padding: 60px 0 0;
    background: url(../images/footer.png) no-repeat 50%;
    background-size: 100% 100%;
}

.footer .footer-box {
    width: 62%;
    min-width: 1147px;
    margin: 0 auto;
}

.footer .tit {
    font-size: 30px;
    line-height: 40px;
    float: left;
    width: 100%;
}

.footer .desc {
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
    float: left;
    width: 100%;    
}

.footer .btn-group {
    height: 40px;
    margin-top: 23px;
}

.footer .btn-group .experience-btn {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 130px;
    font-size: 18px;
    border-radius: 20px;
    margin-right: 26px;
    overflow: hidden;
}

.footer .btn-group .experience-btn a {
    background-image: linear-gradient(-90deg,#f26060,#e72828);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#f26060",endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.footer .footer-nav {
    margin-top: 60px;
    overflow: hidden; 
    float: left;
    width: 100%;      
}

.footer .footer-nav .nav-item {
    width: 13%;
    float: left;
}

.footer .footer-nav .font-icon .fot-icon1,
.footer .footer-nav .font-icon .fot-icon2,
.footer .footer-nav .font-icon .fot-icon3,
.footer .footer-nav .font-icon .fot-icon4 {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    margin-bottom: 12px;
    background:rgba(54,60,71,1);
    opacity: 1 !important;
    /* box-shadow:0px 1px 28px 2px rgba(228,228,228,0.3); */
}

.font-icon .item:hover {
  /* background: #384050 !important; */
}

.footer .footer-nav .font-icon .fot {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  margin-right: 12px;
}
/* .footer .footer-nav .fot-icon1::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background: url("../images/icon_android.png") no-repeat center center;
}

.footer .footer-nav .fot-icon2::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background: url("../images/icon_app.png") no-repeat center center;
}

.footer .footer-nav .fot-icon3::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background: url("../images/icon_win.png") no-repeat center center;
}

.footer .footer-nav .fot-icon4::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background: url("../images/icon_mac.png") no-repeat center center;
} */

.footer .footer-nav .nav-item .nav-title {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer .footer-nav .nav-item .item {
    line-height: 36px;
    opacity: .6;
    cursor: pointer;
    font-size:13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .link-box {
  font-size:13px;
    margin-top: 40px;
	line-height:35px;
  float: left;
  width: 100%;  
}

.footer .link-box span {
    margin-right: 10px;
    color: hsla(0,0%,100%,.4);
}

.footer .link-box a {
    font-family: PingFang-SC-Regular;
    color: hsla(0,0%,100%,.4);
    margin-right: 20px;
}

.footer .copyright {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    font-size: 13px;
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-top: 1px solid hsla(223,4%,64%,.13);
    color: #747474;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.footer .copyright a {
    padding: 0 6px;
}

.footer .footer-nav .nav-item .item-num {
    line-height: 36px;
    cursor: pointer;
    float: left;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffa128;
}

.footer .footer-nav .nav-item .img-box {
    margin-top: 20px;
    width: 100px;
}


/* 弹框 */
.online-experience {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 38, 49, 0.4);
    z-index: 99;
  }
  
  .online-experience .text-box {
    width: 600px;
    height: 540px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    text-align: center;
    padding: 40px 90px 0;
  }
  
  .online-experience .text-box .experience {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .online-experience .text-box .close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9;
    cursor: pointer;
  }
  
  .online-experience .text-box .title {
    font-size: 20px;
    color: #111;
    margin-bottom: 7px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin-top: 27px;
  }
  
  .online-experience .text-box .text {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-bottom: 36px;
  }
  
  .online-experience .text-box .text-btn {
    font-size: 18px;
    color: #fff;
  }
  
  .online-experience .text-box .el-icon-close {
    float: right;
    font-size: 26px;
    color: #7a8599;
    padding: 23px 19px 0 0;
    cursor: pointer;
    margin-top: -60px;
  }
  
  .online-experience .text-box .apply-closed-btn {
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  
  .online-experience .text-box .apply-closed-btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  
  .online-experience .form-box .code {
    text-align: left;
  }
  
  .online-experience .form-box .code .el-input {
    width: 290px;
    vertical-align: middle;
  }
  
  .online-experience .form-box .code .linear-btn {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 3px;
    vertical-align: middle;
    border-radius: 4px;
  }
  
  .online-experience .form-box .code .linear-btn .text-btn {
    font-size: 14px;
  }
  
  .online-experience .form-box .code .linear-btn-def .text-btn {
    background: #e5e5e5;
    color: #b4b4b4;
  }
  
  .online-experience .form-box .code .verification {
    float: right;
    width: 100px;
    padding: 0 17px;
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin-top: 3px;
  }
  
  .online-experience .form-box .code .verification span {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #75554f;
    font-size: 16px;
    font-weight: bold;
  }
  
  .online-experience .form-box .code .verification .code-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .online-experience .form-box .code .el-form-item {
    margin-bottom: 19px;
  }
  
  .online-experience .form-box .prefix-img .el-input__inner {
    padding-left: 40px;
  }
  
  .online-experience .form-box .el-input img {
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .online-experience .text-box-two {
    width: 580px;
    height: 500px;
  }
  
  .online-experience .text-box-two .title {
    margin-bottom: 30px;
  }

  *, :after, :before {
    box-sizing: border-box;
}

  .el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-form-item__content:before {
    display: table;
    content: "";
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.online-experience .form-box .prefix-img[data-v-28fd3f99] .el-input__inner {
    padding-left: 40px;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
input, textarea {
    color: #666;
}
button, input, textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    border-style: none;
    outline-style: none;
    background: 0 0;
    -webkit-appearance: none;
}
input, select {
    vertical-align: middle;
}

.el-input__prefix {
    left: 5px;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}

.online-experience .form-box .el-input[data-v-28fd3f99] img {
    vertical-align: middle;
    margin-left: 10px;
}

.el-form-item__content:after {
    clear: both;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}

.el-form-item:after {
    clear: both;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}

.el-form-item {
    margin-bottom: 22px;
  }

  .online-experience .form-box .code .linear-btn[data-v-28fd3f99] {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 3px;
    vertical-align: middle;
    border-radius: 4px;
}
.linear-btn {
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.online-experience .form-box .code .linear-btn .text-btn[data-v-28fd3f99] {
    font-size: 14px;
}
.online-experience .text-box .text-btn[data-v-28fd3f99] {
    font-size: 18px;
    color: #fff;
}
.linear-btn .text-btn {
    font-size: 16px;
    height: 100%;
    background-image: linear-gradient(90deg,#e72828,#f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}


.online-experience .text-box .apply-closed-btn[data-v-28fd3f99] {
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.linear-btn {
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.online-experience .text-box .text-btn[data-v-28fd3f99] {
    font-size: 18px;
    color: #fff;
}
.linear-btn .text-btn {
    font-size: 16px;
    height: 100%;
    background-image: linear-gradient(90deg,#e72828,#f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}

.many-copyright {
  width: 834px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 10px;
}

.copyright-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.copyright-item:hover {
  color: #fff;
}

.copyright-txt {
  opacity: .6;
  font-size: 13px;
}

.copyright-pic {
  width: 60px;
}

