@import './base.css';

/*start----头部----start*/
.header {
  /* height: 449px; */
  padding-bottom: 30px;
}

.header .filter {
  width: 1400px;
  padding-top: 50px;
}
.header .filter .btn-list{
  display: flex;
}
.header .filter .btn-list .btn{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 239, 243, 1);            
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
  color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  user-select: none;
  cursor: pointer;
}
.header .filter .btn-list .btn.active{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: linear-gradient(171.97deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  color: #ffffff;
}


.content{
  padding-bottom: 65px;
}


.content .crumbs{
  padding: 20px 0;
}
.content .crumbs ul{
  display: flex;
}
.content .crumbs ul li{
  margin-right: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 100;
}
.content .crumbs ul li::after{
  content: '';
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url('../assets/icons/右三角.png');
  margin-left: 8px;
}
.content .crumbs ul li:nth-last-of-type(1):after{
  display: none;
}

.content .content-wrap{
  display: flex;
  height: 641px;
  margin-top: 20px;
}
.content .content-wrap .wrap-left{
  width: 443px;
  height: 100%;
  color: #ffffff;
  background: url('../assets/images/tffyBg.png') no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-left: 50px;
}
.content .content-wrap .wrap-left h1{
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
.content .content-wrap .wrap-left p{
  font-size: 15px;
  line-height: 22px;
  width: 200px;
}
.content .content-wrap .wrap-left h2{
  font-size: 28px;
  font-family: 'Arial';
  margin-top: 320px;
}
.content .content-wrap .wrap-left .num-text{
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  font-weight: 100;
}
.content .content-wrap .wrap-form{
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-wrap .wrap-form .form{
  width: 700px;
}
.content .content-wrap .wrap-form .form-row{
  display: flex;
}
.content .content-wrap .wrap-form .form-row .input-box{
  flex: 1;
  padding-right: 20px;
  padding-bottom: 15px;
  position: relative;
}
.content .content-wrap .wrap-form .form-row .input-box p{
  padding-bottom: 5px;
  font-size: 14px;
}
.content .content-wrap .wrap-form .form-row .input-box p span{
  color: red;
}
.content .content-wrap .wrap-form .form-row .input-box label.error{
  color: red;
  font-size: 14px;
  display: block;
  height: 0px;
  right: 20px;
  position: absolute;
}
.content .content-wrap .wrap-form .form-row .input-box input,
.content .content-wrap .wrap-form .form-row .input-box textarea{
  width: 100%;
  height: 58px;
  border-radius: 20px;
  border:1px solid #cedae0;
  outline: none;
  padding: 0 20px;
}
.content .content-wrap .wrap-form .form-row .input-box textarea{
  padding-top: 15px;
  line-height: 24px;
  height: 120px;
}
.content .content-wrap .wrap-form .form-row .input-box img{
  display: inline-block;
  width: 100px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 35px;
}
.content .content-wrap .wrap-form .submit{
  margin-top: 30px;
  width: 180px;
  height: 52px;
  font-size: 16px;
  border-radius: 26px;
  border: none;
  background: linear-gradient(10deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  /* box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41); */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.content-placeholder{
  position: absolute;
  top: 43px;
  left: 20px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 16px;
}