.tanma-top-container {
  width: 100%;
  height: 70px;
  min-width: 1200px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#008BFD), color-stop(49%, #0041BD), color-stop(100%, #103089), to(#046CFF));
  background: linear-gradient(270deg, #008BFD 0%, #0041BD 49%, #103089 100%, #046CFF 100%);
}
.tanma-top-container .tanma-top-navigator {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-size: 16px;
}
.tanma-top-container .tanma-top-navigator .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tanma-top-container .tanma-top-navigator .logo {
  float: left;
  line-height: 70px;
}
.tanma-top-container .tanma-top-navigator .logo img {
  width: 80px;
  vertical-align: middle;
  cursor: pointer;
}
.tanma-top-container .tanma-top-navigator .top-right {
  float: right;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu {
  height: 70px;
  line-height: 70px;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item {
  float: left;
  cursor: pointer;
  margin-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .alink {
  display: inline-block;
  color: #fff;
  height: 70px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .arrow {
  display: inline-block;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .arrow img {
  width: 12px;
  height: 12px;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:last-child {
  margin-right: 90px;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active {
  border-bottom: 2px solid #fff;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover .menu,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active .menu {
  position: absolute;
  top: 68px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: block;
  font-size: 13px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover .menu .menu-items,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active .menu .menu-items {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover .menu .menu-items a,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active .menu .menu-items a {
  color: #333;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover .menu .menu-items a:hover,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active .menu .menu-items a:hover {
  color: #1472FF;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .menu {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  font-size: 13px;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .menu .menu-items {
  width: 120px;
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .menu .menu-items a {
  color: #333;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .menu .menu-items a:hover {
  color: #1472FF;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .menu .menu-items a.active {
  color: #1472FF;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.tanma-loading-page-container {
  background: -webkit-gradient(linear, right top, left top, from(#008BFD), color-stop(49%, #0041BD), color-stop(100%, #103089), to(#046CFF));
  background: linear-gradient(270deg, #008BFD 0%, #0041BD 49%, #103089 100%, #046CFF 100%);
  width: 100%;
  min-width: 1200px;
  height: 450px;
}
.tanma-loading-page-container .tanma-banner {
  width: 1200px;
  height: 450px;
  background: url("../image/index_background.png")/*tpa=http://ccba-1.cn/static/image/index_background.png*/ no-repeat center / cover;
  margin: 0 auto;
}
.tanma-loading-page-container .tanma-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.tanma-loading-page-container .tanma-banner-basic-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 600px;
  color: #ffffff;
  margin-left: 52px;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-company {
  font-size: 42px;
  font-weight: 500;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-type {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 14px;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-tips {
  font-size: 18px;
  line-height: 18px;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 40px;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group > div a {
  text-decoration: none;
  color: #ffffff;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group .apply {
  background-color: #FFFFFF;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group .apply a {
  color: #046CFF;
}
.tanma-loading-page-container .tanma-banner-basic-info .tanma-banner-btn-group .online-consultation {
  margin-left: 20px;
  border: 1px solid #FFFFFF;
}
.tanma-loading-page-container .tanma-banner-swiper-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  overflow: hidden;
}
.tanma-loading-page-container .tanma-banner-swiper-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 400px;
  -webkit-transition: -webkit-transform 0.9s linear 0s;
  transition: -webkit-transform 0.9s linear 0s;
  transition: transform 0.9s linear 0s;
  transition: transform 0.9s linear 0s, -webkit-transform 0.9s linear 0s;
}
.tanma-loading-page-container .tanma-banner-swiper-area-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tanma-loading-page-container .tanma-banner-swiper-area-item .img-box {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.tanma-loading-page-container .tanma-banner-swiper-area-item .img-box img {
  height: 100%;
}
.tanma-loading-page-container .tanma-banner-swiper-area-item-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  padding: 0 26px;
  background-color: #1D73EC;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
}
.tanma-loading-page-container .tanma-banner-swiper-area-btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.tanma-loading-page-container .tanma-banner-swiper-area-btnGroup-item:not(:last-child) {
  margin-right: 10px;
}
.tanma-loading-page-container .tanma-banner-swiper-area-btnGroup-item {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 0.2;
  cursor: pointer;
}
.tanma-loading-page-container .tanma-banner-swiper-area-btnGroup-item-active {
  opacity: 1;
}
.second-container {
  width: 100%;
  height: 680px;
  background-color: #fff;
}
.second-container .second-wrap {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  padding: 70px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.second-container .second-wrap .img-box {
  width: 650px;
  height: 450px;
  float: left;
}
.second-container .second-wrap .img-box img {
  width: 100%;
  height: 100%;
}
.second-container .second-wrap .info-box {
  float: right;
  width: 480px;
}
.second-container .second-wrap .info-box .info-title {
  font-size: 30px;
  color: #161616;
  margin-top: 10px;
  font-weight: 500;
  line-height: 32px;
}
.second-container .second-wrap .info-box .info-content {
  margin-top: 24px;
}
.second-container .second-wrap .info-box .info-content .info-item {
  font-size: 14px;
  margin-bottom: 18px;
}
.second-container .second-wrap .info-box .info-content .info-item:last-child {
  margin-bottom: 0;
}
.second-container .second-wrap .info-box .info-content .info-item .sub-title {
  color: #161616;
  line-height: 14px;
}
.second-container .second-wrap .info-box .info-content .info-item .text {
  line-height: 24px;
  color: #979797;
  word-break: break-all;
  margin-top: 3px;
}
.second-container .second-wrap .btn-wrap .btn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(269deg, #00ACFF 0%, #046CFF 100%);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(15, 65, 146, 0.24);
  box-shadow: 0px 5px 10px 0px rgba(15, 65, 146, 0.24);
  border-radius: 5px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 24px;
  cursor: pointer;
}
.third-container {
  width: 100%;
  height: 620px;
  background-color: #F8FBFF;
}
.third-container .third-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.third-container .third-wrap .img-box {
  width: 650px;
  height: 450px;
  float: right;
}
.third-container .third-wrap .img-box img {
  width: 100%;
  height: 100%;
}
.third-container .third-wrap .info-box {
  float: left;
  width: 480px;
}
.third-container .third-wrap .info-box .info-title {
  font-size: 30px;
  color: #161616;
  margin-top: 10px;
  font-weight: 500;
  line-height: 32px;
}
.third-container .third-wrap .info-box .info-content {
  margin-top: 24px;
}
.third-container .third-wrap .info-box .info-content .info-item {
  font-size: 14px;
  margin-bottom: 18px;
}
.third-container .third-wrap .info-box .info-content .info-item:last-child {
  margin-bottom: 0;
}
.third-container .third-wrap .info-box .info-content .info-item .sub-title {
  color: #161616;
  line-height: 14px;
}
.third-container .third-wrap .info-box .info-content .info-item .text {
  color: #979797;
  margin-top: 3px;
  line-height: 24px;
  word-break: break-all;
}
.third-container .third-wrap .btn-wrap .btn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(269deg, #00ACFF 0%, #046CFF 100%);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(15, 65, 146, 0.24);
  box-shadow: 0px 5px 10px 0px rgba(15, 65, 146, 0.24);
  border-radius: 5px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 24px;
  cursor: pointer;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.customer-conatiner {
  width: 100%;
  background-color: #FFFFFF;
}
.customer-conatiner .customer-wrap {
  width: 1200px;
  height: 900px;
  margin: 0 auto;
  padding: 70px 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-conatiner .customer-wrap .title {
  font-size: 36px;
  color: #161616;
  font-weight: 500;
}
.customer-conatiner .customer-wrap .sub-title {
  font-size: 18px;
  color: #979797;
  margin-top: 8px;
}
.customer-conatiner .customer-wrap .img-box {
  width: 1110px;
  height: 630px;
  margin: 40px auto 0;
}
.customer-conatiner .customer-wrap .img-box img {
  width: 100%;
  height: 100%;
}
.tanma-bottom-container {
  width: 100%;
  background: #0C1A28;
}
.tanma-bottom-container .tanma-bottom-wrap {
  width: 1200px;
  height: 402px;
  margin: 0 auto;
  padding: 76px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-bottom-container .tanma-bottom-wrap .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tanma-bottom-container .tanma-bottom-wrap .left {
  float: left;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item {
  float: left;
  margin-right: 76px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .sub-title {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .sub-title img {
  width: 164px;
  height: 164px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link {
  margin-top: 20px;
  font-size: 12px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link > div,
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link div a {
  display: block;
  color: #aaaaaa;
  height: 40px;
  line-height: 20px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link .tip {
  text-align: center;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item:last-child {
  margin-right: 0;
}
.tanma-footer-container {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  background-color: #0C1A28;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #AAAAAA;
}
#tanma-qr-wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#tanma-qr-wrap .shade {
  width: 300px;
  height: 390px;
  display: none;
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../image/qr_background.png")/*tpa=http://ccba-1.cn/static/image/qr_background.png*/;
  background-size: 300px 390px;
  background-repeat: no-repeat;
}
#tanma-qr-wrap .shade .qr-content {
  width: 212px;
  height: 212px;
  margin: 0 auto;
  margin-top: 62px;
}
#tanma-qr-wrap .shade .qr-content img {
  width: 100%;
  height: 100%;
}
#tanma-qr-wrap .shade .qr-text {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
.f-csp {
  cursor: pointer;
}
.tanma-apply-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.2);
}
.tanma-apply-form > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.tanma-apply-form .apply-form-container {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 420px;
  padding: 36px 36px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
.tanma-apply-form .apply-form-header {
  position: relative;
}
.tanma-apply-form .apply-form-header .title {
  font-size: 20px;
  text-align: center;
  color: #161616;
  font-weight: 500;
}
.tanma-apply-form .apply-form-header .close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.tanma-apply-form .apply-form-mainbody {
  position: relative;
}
.tanma-apply-form .apply-form-mainbody .submit-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}
.tanma-apply-form .apply-form-content {
  margin: 32px 0 28px;
}
.tanma-apply-form .apply-form-content .applyForm > .form-input:not(:last-child) {
  margin-bottom: 24px;
}
.tanma-apply-form .apply-form-content .applyForm .form-input {
  position: relative;
}
.tanma-apply-form .apply-form-content .applyForm .form-input input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  color: #161616;
  font-size: 16px;
  margin-bottom: 0!important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-apply-form .apply-form-content .applyForm .form-input input:focus {
  outline: none;
  border-color: rgba(0, 102, 246, 0.6);
}
.tanma-apply-form .apply-form-content .applyForm .form-input input ::-webkit-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-apply-form .apply-form-content .applyForm .form-input input :-ms-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-apply-form .apply-form-content .applyForm .form-input input ::-ms-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-apply-form .apply-form-content .applyForm .form-input input ::placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-apply-form .apply-form-content .applyForm .form-input .form-input-error {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding-top: 3px;
  color: #FF4D4F;
  font-size: 14px;
}
.tanma-apply-form .apply-form-content .applyForm .is-error input {
  border-color: #FF4D4F;
}
.tanma-apply-form .apply-form-content .applyForm .is-error input:focus {
  border-color: #FF4D4F;
}
.tanma-apply-form .apply-form-content .applyForm .is-error .form-input-error {
  display: block!important;
}
.tanma-apply-form .apply-form-submit-btn {
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(269deg, #00acff 0%, #046cff 100%);
  border-radius: 5px;
}
.tanma-apply-form .submit-tips {
  width: 100%;
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.tanma-apply-form .submit-tips > div {
  display: none;
  margin-top: 13px;
  font-size: 16px;
}
.tanma-apply-form .submit-tips > div img,
.tanma-apply-form .submit-tips > div span {
  vertical-align: middle;
}
.tanma-apply-form .submit-tips > div img {
  margin-right: 10px;
}
.tanma-apply-form .submit-tips .success-tips {
  color: #0066F6;
  font-size: 16px;
}
.tanma-apply-form .submit-tips .error-tips {
  font-size: 16px;
  color: #FF4D4F;
}
.tanma-apply-form .submit-success .success-tips {
  display: block;
}
.tanma-apply-form .submit-error .error-tips {
  display: block;
}
.tanma-second-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.2);
}
.tanma-second-form > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.tanma-second-form .apply-second-container {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 420px;
  padding: 33px 36px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
}
.tanma-second-form .apply-second-header {
  position: relative;
}
.tanma-second-form .apply-second-header .title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #161616;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tanma-second-form .apply-second-header .title span {
  margin-left: 13px;
}
.tanma-second-form .apply-second-header .close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.tanma-second-form .apply-second-header .tips {
  color: #979797;
  font-size: 14px;
  margin-top: 13px;
}
.tanma-second-form .apply-second-mainbody {
  position: relative;
}
.tanma-second-form .apply-second-mainbody .submit-second-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}
.tanma-second-form .apply-second-content {
  margin: 28px 0 28px;
}
.tanma-second-form .apply-second-content .secapplyForm .tips {
  font-size: 16px;
  color: #161616;
  margin-bottom: 12px;
  font-weight: 500;
  position: relative;
}
.tanma-second-form .apply-second-content .secapplyForm .tips i {
  position: absolute;
  color: #FF4D4F;
  top: 5px;
  margin-left: 2px;
}
.tanma-second-form .apply-second-content .secapplyForm > .form-input:not(:last-child) {
  margin-bottom: 24px;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input {
  position: relative;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select {
  width: 100%;
  position: relative;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input {
  width: 100%;
  height: 40px;
  padding-left: 16px;
  color: #161616;
  font-size: 16px;
  margin-bottom: 0!important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input:focus {
  outline: none;
  border-color: rgba(0, 102, 246, 0.6);
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input ::-webkit-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input :-ms-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input ::-ms-input-placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select input ::placeholder {
  font-size: 16px;
  color: #979797;
  font-weight: 400;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .arrow {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 6px;
  right: 16px;
  top: 18px;
  background-size: 100%;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .slideDown {
  background: url("../image/arrow_down.png")/*tpa=http://ccba-1.cn/static/image/arrow_down.png*/ no-repeat center / cover;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .slideUp {
  background: url("../image/arrow_up.png")/*tpa=http://ccba-1.cn/static/image/arrow_up.png*/ no-repeat center / cover;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .city {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .city ul {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .city ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 16px;
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .city ul li:hover {
  background-color: #E6F0FE;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .form-input-error {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding-top: 3px;
  color: #FF4D4F;
  font-size: 14px;
}
.tanma-second-form .apply-second-content .secapplyForm .is-error input {
  border-color: #FF4D4F;
}
.tanma-second-form .apply-second-content .secapplyForm .is-error input:focus {
  border-color: #FF4D4F;
}
.tanma-second-form .apply-second-content .secapplyForm .is-error .form-input-error {
  display: block!important;
}
.tanma-second-form .apply-second-submit-btn {
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(269deg, #00acff 0%, #046cff 100%);
  border-radius: 5px;
}
.tanma-second-form .submit-second-tips {
  width: 100%;
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.tanma-second-form .submit-second-tips > div {
  display: none;
  margin-top: 12px;
  font-size: 16px;
}
.tanma-second-form .submit-second-tips > div img,
.tanma-second-form .submit-second-tips > div span {
  vertical-align: middle;
}
.tanma-second-form .submit-second-tips > div img {
  margin-right: 10px;
}
.tanma-second-form .submit-second-tips .success-tips {
  color: #0066F6;
  font-size: 16px;
}
.tanma-second-form .submit-second-tips .error-tips {
  font-size: 16px;
  color: #FF4D4F;
}
.tanma-second-form .submit-success .success-tips {
  display: block;
}
.tanma-second-form .submit-error .error-tips {
  display: block;
}
/* 客户服务样式 样式 */
.tanma-customer-service {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.tanma-customer-service .container .slibar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #0066F6;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #4B93F8;
  border-right: none;
  color: #ffffff;
  background-color: #0066F6;
}
.tanma-customer-service .container .slibar-box:hover {
  background-color: rgba(65, 143, 254);
}
.tanma-customer-service .container .slibar-box:hover .wechat-icon {
  border-color: rgba(65, 143, 254);
}
.tanma-customer-service .container .slibar-box:hover .customer-serveice-code {
  display: block;
}
.tanma-customer-service .container .slibar-box:hover .customer-phone {
  display: block;
}
.tanma-customer-service .container .slibar-box .phone-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background: url("../image/phone-icon.png")/*tpa=http://ccba-1.cn/static/image/phone-icon.png*/ no-repeat center / contain;
}
.tanma-customer-service .container .slibar-box .connect-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background: url("../image/connect-icon.png")/*tpa=http://ccba-1.cn/static/image/connect-icon.png*/ no-repeat center / contain;
}
.tanma-customer-service .container .slibar-box .wechat-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background: url("../image/weixin_white.png")/*tpa=http://ccba-1.cn/static/image/weixin_white.png*/ no-repeat center / contain;
}
.tanma-customer-service .container .slibar-box .customer-phone {
  position: absolute;
  display: none;
  padding: 22px 29px;
  color: #161616;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  left: -188px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 16px 0 rgba(38, 38, 38, 0.18);
  box-shadow: 0 5px 16px 0 rgba(38, 38, 38, 0.18);
}
.tanma-customer-service .container .slibar-box .customer-serveice-code {
  position: absolute;
  display: none;
  padding: 20px 16px;
  color: #161616;
  font-size: 14px;
  line-height: 17px;
  left: -188px;
  top: -40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 16px 0 rgba(38, 38, 38, 0.18);
  box-shadow: 0 5px 16px 0 rgba(38, 38, 38, 0.18);
  background-color: #ffffff;
}
.tanma-customer-service .container .slibar-box .customer-serveice-code img {
  width: 140px;
  margin-bottom: 6px;
}
.tanma-customer-service .container .slibar-box:nth-child(1) {
  margin-bottom: 1px;
}
.hide {
  display: none;
}
