.feature-survey-top {
  height: 510px;
  background-image: linear-gradient(to right, #0085ff 50%, #0098ff 50%);
}
.feature-survey-top .survey-top-bg-box {
  width: 1200px;
  height: 100%;
  background: url("https://linkfit-pro.oss-cn-hangzhou.aliyuncs.com/Images/guanwang/feature_survey_top.png") no-repeat center center;
}
.feature-survey-top .survey-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding-top: 110px;
  padding-left: 28px;
  padding-right: 64px;
}
.feature-survey-top .survey-top-box .des {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
  /* margin-top: 118px; */
}
.feature-survey-top .survey-top-box .des span {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.feature-survey-top .survey-top-box .des .line {
  width: 480px;
  /* width: 45px; */
  height: 4px;
  margin-top: 5px;
  /* margin-top: 51px; */
  background: #ffffff;
  border-radius: 2px;
}
/* 新增 */
.feature-survey-top .survey-top-box .des .code-img-box{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img1{
	width: 130px;
	color: #ffffff;
	
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img1 img{
	width: 130px;
	height: 130px;
	border-radius: 5px;
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img1 span{
	font-size: 24px;
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img2{
	width: 130px;
	width: 130px;
	height: 130px;
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img2 img{
	width: 130px;
	height: 130px;
	border-radius: 5px;
}
.feature-survey-top .survey-top-box .des .code-img-box .code-img2 span{
	font-size: 24px;
}

.pc-container .siteTestImage{
	width: 987px;
	position: relative;
	left: calc(50% - 494px);
}
/* 新增结束 */

.pc-container .des-item {
  display: flex;
}
.pc-container .des-item .des-detail {
  width: 1200px;
  margin: 0 auto;
}
.pc-container .des-item .des-detail .feature-survey-title-box {
  text-align: center;
  padding-top: 104px;
  margin-bottom: 102px;
}
.pc-container .des-item .des-detail .feature-survey-title-box .line {
  width: 45px;
  height: 4px;
  background: #69a4fb;
  border-radius: 2px;
  margin: 0 auto 69px;
}
.pc-container .des-item .des-detail .feature-survey-title-box .feature-survey-title-name {
  font-size: 31px;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
}
.pc-container .item-01 {
  height: 1421px;
  background: #f5f5f5;
}
.pc-container .item-01 .second-title {
  font-size: 30px;
  font-weight: 500;
  color: #69a4fb;
  line-height: 48px;
  text-align: center;
  margin-bottom: 28px;
}
.pc-container .item-01 .second-title .title-triangle {
  width: 33px;
  height: 15px;
  display: block;
  margin: 13px auto 0;
}
.pc-container .item-01 .feature-survey-form {
  width: 987px;
  height: 829px;
  margin: 0 auto;
  background: url("https://linkfit-pro.oss-cn-hangzhou.aliyuncs.com/Images/guanwang/feature_survey_form_bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 147px;
  box-sizing: border-box;
}
.pc-container .item-01 .feature-survey-form form {
  width: 506px;
  margin: 0 auto;
}
.pc-container .item-01 .feature-survey-form .input-item {
  width: 506px;
  height: 60px;
  background: #f8f8f8;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 34px;
  overflow: hidden;
}
.pc-container .item-01 .feature-survey-form .input-item img {
  width: 36px;
  height: 35px;
  margin-right: 16px;
}
.pc-container .item-01 .feature-survey-form .input-item input {
  flex: 1;
  height: 50px;
  line-height: 49px;
  border: none;
  outline: none;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 500;
}
.pc-container .item-01 .feature-survey-form .input-item .input-name {
  white-space: nowrap;
}
.pc-container .item-01 .feature-survey-form .input-textarea {
  width: 506px;
  height: 305px;
  background: #f8f8f8;
  border-radius: 13px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 67px;
}
.pc-container .item-01 .feature-survey-form .input-textarea .input-item {
  margin-bottom: 0;
}
.pc-container .item-01 .feature-survey-form .input-textarea textarea {
  margin-left: 77px;
  width: 376px;
  height: 190px;
  border: none;
  outline: none;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 500;
  font-family: Pingfang SC, Microsoft YaHei, Helvetica, STHeiti, Verdana, Arial, Tahoma, sans-serif;
  overflow: auto;
}
.pc-container .item-01 .feature-survey-form .submit-btn {
  width: 174px;
  height: 49px;
  background: #69a4fb;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.pc-container .item-01 .feature-survey-form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.pc-container .item-01 .feature-survey-form input::-moz-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.pc-container .item-01 .feature-survey-form input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.pc-container .item-02 {
  height: 533px;
  background: #eaf3fa;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.pc-container .item-02 .des-detail {
  position: absolute;
  top: 187px;
  text-align: left;
  padding-left: 52px;
  box-sizing: border-box;
}
.pc-container .item-02 .des-detail .des-title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-bottom: 44px;
}
.pc-container .item-02 .des-detail .second-title {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 73px;
}
.pc-container .item-02 .des-detail .btn-list {
  display: flex;
}
.pc-container .item-02 .des-detail .btn-list .btn-item {
  width: 170px;
  height: 55px;
  line-height: 49px;
  border: 3px solid #3f7bec;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.pc-container .item-02 .des-detail .btn-list .left-btn {
  margin-right: 42px;
  color: #3f7bec;
}
.pc-container .item-02 .des-detail .btn-list .right-btn {
  color: #ffffff;
  background: #3f7bec;
}
.pc-container .item-02 img {
  width: 569px;
  height: 489px;
  margin-top: 71px;
  margin-right: 52px;
}

/*# sourceMappingURL=feature-survey.css.map */
