.bottom_tools {
  position: fixed;
  z-index: 2147483647;
  right: 21px;
  bottom: 40px;
}
.bottom_tools > * {
  display: block;
  margin-top: 5px;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}
#scrollUp {
  width: 40px;
  height: 40px;
  margin-top: -1px;
  border: solid 1px #4ba3fa;
  background-image: url(../img/side-tools.png);
  background-color: #fff;
  background-position: 0 0;
  display: none;
  border-radius: 0 0 3px 3px;
}
#scrollUp:hover {
  background-image: url(../img/side-tools.png);
  background-position: 0 -40px;
  background-color: #4ba3fa;
  border: solid 1px #3db1fa;
}
#qr_code {
  width: 40px;
  height: 40px;
  border: solid 1px #4ba3fa;
  border-top: 0;
  background-image: url(../img/side-tools.png);
  background-color: #fff;
  background-position: -40px 0;
  margin-top: 0;
}
#qr_code:hover {
  background-image: url(../img/side-tools.png);
  background-position: -40px -41px;
  border: solid 1px #3db1fa;
  background-color: #4ba3fa;
}
#feedback {
  width: 40px;
  height: 40px;
  border: solid 1px #4ba3fa;
  background-image: url(../img/side-tools.png);
  background-color: #fff;
  background-position: -120px 0;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
  border-top: 0;
}
#feedback:hover {
  background-image: url(../img/side-tools.png);
  background-position: -121px -120px;
  border: solid 1px #3db1fa;
  background-color: #4ba3fa;
}
/* 客户服务 */
.code-tab {
  position: absolute;
  z-index: 9999;
  top: -170px;
  right: 45px;
  padding-bottom: 28px;
  background: url(../img/arrow-wq.png) no-repeat right bottom;
  display: none;
}
.code-tab .tab-wrapper {
  width: 380px;
  background: #fff;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.1);
}
.code-tab .nav-tabs > li > a {
  border-radius: 0px;
  border-top: none;
  font-size: 13px;
  color:#4d4d4d;
}
.code-tab .nav-tabs > li > a:hover {
  border-color: #fff #fff #eaeaea;
  color: #4d4d4d;
  background-color: #FFF;
}
.code-tab .nav-tabs > li.active > a,
.code-tab .nav-tabs > li.active > a:hover,
.code-tab .nav-tabs > li.active > a:focus {
  border-top: none;
  color: #179ef3;
}
.code-tab .nav-tabs > li.active :first-child a {
  border-left: solid 1px #fff;
}
.code-tab .nav-tabs .active > a:hover {
  background: none;
  border-color: #e4e4e4 #e4e4e4 #fff;
  cursor: pointer;
}
.code-tab .tab-content {
  padding: 20px 30px;
  border-color: #e4e4e4 #e4e4e4 #fff;
}
.code-tab .code-item {
  overflow: auto;
  zoom: 1;
}
.code-tab .code-item .code-img {
  float: left;
}
.code-tab .code-item .code-img img {
  float: left;
  width: 100px;
  height: 100px;
}
.code-tab .code-item .text {
  float: left;
  width: 188px;
  line-height: 24px;
  padding: 10px 0 0 15px;
  font-size: 13px;
  color: #5f5f5f;
}
#tell{
  width: 40px;
  height: 40px;
  border: solid 1px #4ba3fa;
  background-image: url(../img/side-tools.png);
  background-position: -80px -1px;
  background-color: #4ba3fa;
  /*background-color: #fff;*/
  /*background-position: -120px 0;*/
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}
/*客户服务*/
#service {
  width: 40px;
  height: 40px;
  border: solid 1px #4ba3fa;
  background: url(../img/tell.svg) no-repeat center;
  border-radius: 3px;
  margin: 0;
}
#service:hover {
  background: #4ba3fa url(../img/tell-hover.svg) no-repeat center;
  border: solid 1px #3db1fa;
}
.code-tab {
  top: -135px;
}
.service-home {
  top: -120px;
}
.service-home .tab-wrapper {
  width: 290px;
}
.service-home .tab-wrapper-service {
  color: #5f5f5f;
}
.service-home .tab-wrapper-service .tab-content > div {
  color: #4874e3;
  background-position: left top;
  padding-left: 30px;
}
.service-home .tab-wrapper-service .artboard-banner-aboutR-ph {
  background: url(../../bounties/img/artboard-icon-account.png) no-repeat;
  margin-bottom: 10px;
}
.service-home .tab-wrapper-service .artboard-banner-aboutR-em {
  background: url(../../bounties/img/artboard-icon-email.png) no-repeat;
  margin-bottom: 25px;
}
.service-home .tab-wrapper-service .artboard-banner-aboutR-tim {
  font-size: 12px;
  color: #9b9b9b;
  margin: 0;
}
.code-tab.feedback-con {
  top: -430px;
}
.feedback-con .tab-wrapper {
    width: 400px;
}
.feedback-form {
  position: relative;
}
.feedback-form .form-group label {
  color: #4d565f;
  font-weight: normal;
}
.feedback-form .verify-code .form-control {
  float: left;
  width: 225px
}
.feedback-form .verify-code .code-img {
  float: left;
  margin-left: 6px;
  height: 38px;
}
.barrating-con {
  padding: 10px 0;
  text-align: center;
}
.feedback-form .br-wrapper-f {
  position: inherit;
  left: auto;
  margin: 0 auto;
}
.barrating-con .text {
  padding-top: 10px;
  font-size: 12px;
  color: #c1c1c1;
}
.feedback-form .btn-box {
  padding-top: 3px;
}
.feedback-form .btn-box button {
  width: 80px;
}
.feedback-form .alert {
  padding: 8px 15px;
  border-radius: 2px;
}
.feedback-close {
  position: absolute;
  z-index: 2;
  right: -20px;
  top: -10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/close.png) no-repeat center;
  cursor: pointer;
}
.feedback-close:hover {
  background: url(../img/close-hover.png) no-repeat center;
}
.apply-test {
  padding: 100px 0;
}

/* 申请提测 */
.bg-apply {
  background: #f4f4f4 url(../img/apply-bg.png) no-repeat top center;
}
.apply-bg {
  background: #F5F9FC;
}
.apply-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 80px auto;
}
.apply-wrapper .apply-inner {
  width:900px;
  padding-top: 20px;
  background:#fff;
  box-shadow:0px 6px 12px 0px rgba(32,123,229,0.08);
  border-radius:4px;
}
.apply-wrapper .apply-inner h2 {
  display: none;
  margin: 0;
  padding: 40px 40px 10px;
  font-size: 20px;
  color: #2A2F3C;
}
.apply-wrapper .apply-form {
  padding: 30px 40px;
}
.apply-wrapper .apply-form form {
  width: 580px;
}
.apply-wrapper .apply-form .form-item {
  padding-bottom: 25px;
}
.apply-wrapper .apply-form .control-label {
  float: left;
  width: 70px;
  line-height: 40px;
  color: #5D606B;
}
.apply-wrapper .apply-form .input-con {
  margin-left: 70px;
}
.apply-wrapper .apply-form .form-control {
  padding: 6px 15px;
  border: 1px solid #dce1e8;
  border-radius: 4px;
  box-shadow: none;
}
.apply-wrapper .apply-form input.form-control {
  height: 40px;
}
.apply-wrapper .apply-form textarea.form-control {
  padding: 10px 15px;
}
.apply-wrapper .apply-form .form-control:focus {
  border: 1px solid #339AFF;
}
.btn-applt-test {
  font-size: 14px;
  width: 340px;
  height: 40px;
  border-radius: 4px;
}
.btn-primary-alt {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border: solid 1px #4874e3;
  color: #4874e3;
  background: #fff;
}
.btn-primary-alt:hover {
  border: solid 1px #4874e3;
  color: #fff;
  background: #4874e3;
}
.apply-top-tab {
  font-size: 22px;
  padding-bottom: 30px;
  overflow: hidden;
  font-weight: 600;
}
.apply-top-tab li {
  float: left;
  position: relative;
}
.apply-top-tab li:nth-child(2) {
  padding: 0 10px;
}
.apply-top-tab .active a {
  color: #4874e3;
}
.apply-top-tab .active:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #CBD9FD;
}
.apply-wrapper .apply-process {
  position: absolute;
  right: 0;
  top: 110px;
  width: 380px;
  height: 420px;
  padding: 40px 0 0 60px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg,#98B2FB 0,#5986F9 60%);
}
.apply-wrapper .apply-process h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.apply-wrapper .apply-process ul {
  padding-left: 76px;
  background: url(../img/apply-step.png) no-repeat left top;
}
.apply-wrapper .apply-process ul li {
  line-height: 44px;
  font-size: 16px;
  padding-bottom: 22px;
}
.apply-wrapper .apply-process .img1 {
  float: right;
  margin-right: 30px;
}
.apply-wrapper .tell {
  font-size: 17px;
  margin-top: 10px;
}
.photo-code {
  position: relative;
}
.apply-wrapper .code-input {
  float: inherit;
  width: auto;
  padding-right: 150px;
}
.apply-wrapper .code-img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 50px;
  float: right;
}

/* 入驻src */
.form-src {
  width: 580px;
  margin: 30px 0px 0px 30px;
  padding-bottom: 50px;
}
.form-src .form-item {
  padding-bottom: 25px;
  margin: 0px;
}
.form-src > .form-item:last-child {
  padding-bottom: 0;
}
.form-src .form-label {
  float: left;
  line-height: 42px;
}
.form-src .input-con {
  padding-left: 10px;
}
.input-con .radio-list {
  margin-top: 12px;
}
.form-src .form-control {
  height: 42px;
}
.form-src textarea.form-control {
  height: auto;
}
.form-src .choose-package ul {
  margin: 0 -10px;
  /* overflow: hidden; */
}
.form-src .choose-package ul li {
  position: relative;
  padding: 0 10px;
  float: left;
  width: 33.33%;
}
.form-src .choose-package .card-item {
  border: solid 1px #DBDCDE;
  border-radius: 3px;
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
}
.form-src .choose-package ul .active .card-item,.form-src .choose-package .card-item:hover {
  background: #F9FBFF;
  border: solid 1px #4874e3;
}
.form-src .choose-package ul .active::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -2px;
  top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-choose.png) no-repeat left top;
}
.form-src .choose-package .card-item h4 {
  color: #2A2F3C;
  font-size: 14px;
  margin-top: 20px;
}
.form-src .choose-package .card-item p {
  color: #5D606B;
  margin-bottom: 0;
}
.form-src .btns-box a {
  margin: 0 6px;
}
.captcha-box {
  overflow: hidden;
}
.captcha-box .code-img {
  position: relative;
  float: right;
  height: 42px;;
}
.apply-wrapper .apply-process .src-step {
  background: url(../img/src-step.png) no-repeat left top;
}
.captcha-box .code-ipt {
  margin-right: 150px;
}
.label-right .form-label {
  text-align: right;
}
.label-four .form-label {
  width: 70px;
}
.label-four .input-con {
  margin-left: 70px;
}
.label-five .form-label {
  width: 70px;
}
.label-five .input-con {
  margin-left: 70px;
}
.form-star {
  display: inline-block;
  padding-right: 5px;
  color: #f34646;
}
.pt5 {
  padding-top: 5px;
}

/* 媒体查询 */
@media all and (max-width: 1200px) {
  .apply-wrapper {
    margin: 40px auto;
  }
  .apply-top-tab {
    width: 90%;
    margin: 0 auto;
  }
  .apply-wrapper .apply-inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .apply-wrapper .apply-inner h2 {
    padding: 40px 30px 10px;
  }
  .apply-wrapper .apply-form {
    padding: 30px;
  }
  .apply-wrapper .apply-form form {
    width: 100%;
  }
  .apply-process {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .apply-top-tab {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .apply-wrapper .apply-inner {
    padding-top: 1px;
  }
  .apply-wrapper .apply-inner h2 {
    display: none;
  }
  .apply-wrapper .apply-form .form-control {
    height: 40px;
  }
  .btn-applt-test {
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
  .apply-wrapper .code-img {
    height: 40px;
  }
  .form-src {
    width: 100%;
    margin: 20px 0;
    padding: 0 30px;
  }
  .form-src .form-item:nth-child(1) .input-con {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .form-src .form-item:nth-child(1) .text-right.pt5 {
    padding: 0;
    margin-top: -60px;
  }
  .form-src .choose-package ul li:last-child {
    padding-bottom: 0;
  }
  .form-src .choose-package ul .card-item {
    padding: 7px 10px;
  }
  .form-src .choose-package ul .card-item img {
    display: none;
  }
  .form-src .choose-package ul .card-item p {
    display: none;
  }
  .form-src .choose-package ul .card-item h4 {
    margin-top: 0;
  }
  .form-src .choose-package ul .card-item h4 {
    padding-left: 0px;
    margin: 0;
    text-align: center;
  }
  .captcha-box .code-ipt {
    margin-right: 100px;
  }
}
