.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: 10000;
  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,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover .menu .menu-items a .active,
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active .menu .menu-items a .active {
  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: 10000;
  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.active {
  color: #1472FF;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.banner-container {
  width: 100%;
  height: 450px;
  background: -webkit-gradient(linear, right top, left top, from(#008BFD), color-stop(50%, #008BFD), color-stop(60%, #103089), to(#103089));
  background: linear-gradient(270deg, #008BFD 0%, #008BFD 50%, #103089 60%, #103089 100%);
}
.banner-container .banner-box {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  color: #FFFFFF;
  background: url("../images/about_bg.png") no-repeat center / cover;
}
.banner-container .banner-box .title {
  font-size: 42px;
  text-align: center;
  font-weight: 500;
  padding-top: 100px;
}
.banner-container .banner-box .text {
  width: 942px;
  margin: 38px auto 0;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}
.tanma-tab-container {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.tanma-tab-container .tanma-tab-box {
  width: 1200px;
  margin: 0 auto;
}
.tanma-tab-container .tanma-qyhhzj {
  height: 704px;
}
.tanma-tab-container .tanma-qyhhzj-title {
  padding-top: 70px;
  line-height: 56px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #161616;
}
.tanma-tab-container .tanma-qyhhzj-tabs {
  margin-top: 40px;
}
.tanma-tab-container .tanma-qyhhzj-tabs > div {
  margin: 0 auto;
}
.tanma-tab-container .tanma-qyhhzj-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  height: 42px;
  margin-top: 21px;
}
.tanma-tab-container .tanma-qyhhzj-tabs-header-item:not(:last-child) {
  margin-right: 215px;
}
.tanma-tab-container .tanma-qyhhzj-tabs-header-item {
  min-width: 132px;
  font-size: 18px;
  font-weight: 500;
  color: #161616;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.tanma-tab-container .tanma-qyhhzj-tabs-header-item-active {
  position: relative;
  color: #046CFF;
}
.tanma-tab-container .tanma-qyhhzj-tabs-header-item-active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 132px;
  height: 2px;
  background-color: #1472FF;
  background-color: #046CFF;
}
.tanma-jieshao-containner {
  width: 100%;
  height: 1185px;
}
.tanma-jieshao-containner .tanma-jieshao-box {
  width: 1200px;
  margin: 0 auto;
  height: 1185px;
}
.tanma-jieshao-containner .tanma-jieshao-box .title {
  font-size: 36px;
  color: #161616;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding-top: 70px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content {
  padding: 0 100px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .left-content {
  width: 40px;
  height: 647px;
  margin-right: 23px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .left-content img {
  width: 100%;
  height: 100%;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item:nth-child(1) {
  margin-top: 0;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item:nth-child(2) {
  margin-top: 38px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item:nth-child(3) {
  margin-top: 52px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item:nth-child(4) {
  margin-top: 40px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item:nth-child(5) {
  margin-top: 38px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item .subtitle {
  font-size: 24px;
  color: #161616;
  font-weight: 500px;
}
.tanma-jieshao-containner .tanma-jieshao-box .text-content .right-content .right-item .tips {
  font-size: 16px;
  color: #979797;
  line-height: 26px;
  margin-top: 20px;
  word-break: break-all;
}
.tanma-jieshao-containner .clas {
  height: 210px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.tanma-jieshao-containner .clas .btn {
  display: inline-block;
  width: 36px;
  height: 40px;
  z-index: 4;
  cursor: pointer;
}
.tanma-jieshao-containner .clas .leftbtn {
  background-image: url("../images/arrow_left.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 82px;
  left: 0px;
}
.tanma-jieshao-containner .clas .gaozhong {
  width: 1200px;
  height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-jieshao-containner .clas .people-list {
  width: 1580px;
  height: 210px;
  z-index: 3;
  position: absolute;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-jieshao-containner .clas .people-list .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tanma-jieshao-containner .clas .people-list li {
  width: 267px;
  height: 210px;
  border: 1px solid #e1e1e1;
  float: left;
  margin: 0 0px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.tanma-jieshao-containner .clas .people-list li img {
  width: 267px;
  height: 210px;
}
.tanma-jieshao-containner .clas .rigbtn {
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 82px;
  right: 0px;
}
.tanma-team-container {
  width: 100%;
  height: 500px;
  background-color: #F8FBFF;
  background-image: url("../images/icon_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -100px;
}
.tanma-team-container .tanma-team-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.tanma-team-container .tanma-team-box .title {
  font-size: 36px;
  color: #161616;
  font-weight: 500px;
  padding-top: 70px;
}
.tanma-team-container .tanma-team-box .text {
  font-size: 18px;
  color: #979797;
  margin-top: 12px;
}
.tanma-team-container .tanma-team-box .icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.tanma-team-container .tanma-team-box .icon-content .team-item {
  width: 220px;
  height: 200px;
  background-color: aqua;
  text-align: center;
  -webkit-box-shadow: 0 2px 12px 0 rgba(21, 50, 90, 0.1);
  box-shadow: 0 2px 12px 0 rgba(21, 50, 90, 0.1);
  border-radius: 10px;
}
.tanma-team-container .tanma-team-box .icon-content .team-item .text {
  margin-top: 132px;
  font-size: 24px;
  color: #161616;
}
.tanma-team-container .tanma-team-box .icon-content .img1 {
  background: url("../images/about_icon1.png") no-repeat center / cover;
}
.tanma-team-container .tanma-team-box .icon-content .img2 {
  background: url("../images/about_icon2.png") no-repeat center / cover;
}
.tanma-team-container .tanma-team-box .icon-content .img3 {
  background: url("../images/about_icon3.png") no-repeat center / cover;
}
.tanma-team-container .tanma-team-box .icon-content .img4 {
  background: url("../images/about_icon4.png") no-repeat center / cover;
}
.tanma-team-container .tanma-team-box .icon-content .img5 {
  background: url("../images/about_icon5.png") no-repeat center / cover;
}
.tanma-contact-container {
  width: 100%;
  height: 330px;
  background-color: #fff;
}
.tanma-contact-container .tanma-contact-box {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: #161616;
}
.tanma-contact-container .tanma-contact-box .contact-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.tanma-contact-container .tanma-contact-box .contact-left .title {
  margin-top: 51px;
}
.tanma-contact-container .tanma-contact-box .contact-left .img-content {
  margin-top: 32px;
}
.tanma-contact-container .tanma-contact-box .contact-left .tips {
  margin-top: 18px;
}
.tanma-contact-container .tanma-contact-box .contact-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.tanma-contact-container .tanma-contact-box .contact-right .title {
  margin-top: 51px;
}
.tanma-contact-container .tanma-contact-box .contact-right .img-content {
  margin-top: 18px;
}
.tanma-contact-container .tanma-contact-box .contact-right .img-content img {
  width: 160px;
  height: 160px;
}
.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;
}
.tanma-btn-container {
  height: 250px;
  background: url("../images/botbackground.jpeg") no-repeat center / cover;
}
.tanma-btn-container .tanma-btn-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-btn-container .tanma-btn-wrap .title {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.tanma-btn-container .tanma-btn-wrap .btn-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tanma-btn-container .tanma-btn-wrap .btn-box .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  margin-top: 34px;
  cursor: pointer;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tanma-btn-container .tanma-btn-wrap .btn-box .apply {
  background: #FFFFFF;
  color: #046CFF;
}
.tanma-btn-container .tanma-btn-wrap .btn-box .more {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-left: 30px;
}
.tanma-bottom-container {
  width: 100%;
  background: #0C1A28;
}
.tanma-bottom-container .tanma-bottom-wrap {
  width: 1200px;
  height: 402px;
  margin: 0 auto;
  padding: 76px 0 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('../images/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("../images/arrow_down.png") no-repeat center / cover;
}
.tanma-second-form .apply-second-content .secapplyForm .form-input .select .slideUp {
  background: url("../images/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 .connect-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background: url(../images/connect-icon.png) no-repeat center / contain;
}
.tanma-customer-service .container .slibar-box .wechat-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background: url(../images/weixin_white.png) no-repeat center / contain;
}
.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;
}
