.protal-btn {
  display: inline-block;
  width: 176px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  margin: 0 17px 0 0;
  cursor: pointer;
}
.protal-btn-green {
  background-color: #20b09f;
  border-color: #20b09f;
  color: #fff;
}

.protal-btn-green:hover {
  background-color: #1aa090;
  border-color: #1aa090;
  color: #fff;
}

/* 专属需求 公用的*/
.demand-box {
  padding: 60px 0 58px;
  background: url(../images/menhuyun/demand-bg.png) center bottom no-repeat #f9f9f9;
}

.demand-box .header {
  position: relative;
  width: 602px;
  height: 50px;
  margin: 0 auto 40px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #20b09f;
  border-radius: 31px;
  text-align: center;
}

.demand-box .header:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -10px;
  font: 0/0 arial;
  border: 10px dashed transparent;
  border-top: 10px solid #20b09f;
}

.form-item {
  position: relative;
  width: 682px;
  min-height: 42px;
  padding: 0 130px;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: bold;
}

.form-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  text-align: right;
  font-weight: bold;
  line-height: 42px;
}

.form-input {
  width: 290px;
  height: 30px;
  padding: 5px 14px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  resize: none;
  font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
  vertical-align: middle;
}

.form-input.verify-input {
  width: 110px;
}

.form-textarea {
  width: 652px;
  height: 160px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  resize: none;
  font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
  overflow-y: auto;
}

.form-text {
  margin: 0 0 0 16px;
}

.demand-box .protal-btn {
  display: block;
  margin: 36px auto 0;
}


.back-gray {
  margin: 0 auto;
  background: #F9F9F9;
}

.back-white {
  margin: 0 auto;
  background: white;
}

.qwshch-container {
  margin: 0 auto;
}
.qwshch-container p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.qwshch-container .first-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #323232;
}
.qwshch-container .second-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 21px;
  margin-bottom: 60px;
}
.qwshch-container .content {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  padding: 60px 0;
}
.qwshch-container .gray-content {
  margin: 0 auto;
  padding: 60px 0;
  background: #F9F9F9;
}
.qwshch-container .banner {
  background: url("../images/qwshch/banner.png") no-repeat 50% 50%;
  height: 314px;
  color: #FFF;
  background-size: cover;
}
.qwshch-container .banner a {
  text-decoration: none;
  color: white;
  background: #22AF9F;
  width: 176px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  left: 0;
  bottom: 48px;
  position: absolute;
  text-align: center;
}
.qwshch-container .tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #f9f9f9;
}
.qwshch-container .tab-item {
  width: 400px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
}
.qwshch-container .tab-item-active {
  background: white;
  color: #22AF9F;
  border: none;
  border-top: 4px solid #22AF9F;
}
.qwshch-container .image1 {
  width: 1200px;
  height: 560px;
}
.qwshch-container .image2 {
  width: 1200px;
  height: 899px;
}
.qwshch-container .image3 {
  width: 628px;
  height: 460px;
}
.qwshch-container .image4 {
  width: 719px;
  height: 514px;
}
.qwshch-container .row {
  display: flex;
  flex-direction: row;
}
.qwshch-container .row .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 125px;
}
.qwshch-container .check-detail {
  margin-top: 45px;
  font-size: 22px;
  font-weight: 400;
  color: #4d4d4d;
  position: relative;
}
.qwshch-container .check-detail:before {
  content: ' ';
  background: url("../images/qwshch/check.png");
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  border-radius: 6px;
  left: -40px;
}
.qwshch-container .level-title {
  color: #22AF9F;
  font-size: 24px;
  margin-top: 60px;
  margin-left: 100px;
}
.qwshch-container .level-detail {
  color: #808080;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 100px;
}
.qwshch-container .support {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  margin-top: 100px;
}
.qwshch-container .support .support-column {
  width: 25%;
}
.qwshch-container .support .support-title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-top: 76px;
}
.qwshch-container .support .support-detail {
  font-size: 22px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 40px;
}
.qwshch-container .safe {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qwshch-container .safe .safe-img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 25px;
  top: 80px;
}
.qwshch-container .safe .safe-column {
  position: relative;
  width: 390px;
  height: 248px;
  background: white;
  box-shadow: 0px 13px 44px 5px rgba(82, 82, 82, 0.21);
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qwshch-container .safe .title, .qwshch-container .safe .detail {
  margin-left: 150px;
}
.qwshch-container .safe .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.qwshch-container .safe .detail {
  font-size: 22px;
  font-weight: 400;
  color: gray;
  margin-top: 10px;
}
.qwshch-container .sample {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 13px 44px 5px rgba(82, 82, 82, 0.21);
  border-radius: 8px;
  margin-bottom: 80px;
}
.qwshch-container .sample .left {
  width: 50%;
  margin-left: 64px;
  margin-top: 52px;
}
.qwshch-container .sample .right {
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}
.qwshch-container .sample .right img {
  transition: all .3s ease;
}
.qwshch-container .sample .right:hover img {
  transform: scale(1.1, 1.1);
}
.qwshch-container .sample .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 17px;
}
.qwshch-container .sample .detail {
  font-size: 16px;
  color: #666666;
}
.qwshch-container .sample .link {
  color: #22AF9F;
  margin-top: 13px;
}
.qwshch-container .func {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 18px 34px 9px rgba(156, 156, 156, 0.18);
  border-radius: 8px;
  background: white;
  color: #4D4D4D;
  font-size: 22px;
}
.qwshch-container .func .left .switch {
  width: 149px;
  height: 150px;
  background: whitesmoke;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  cursor: pointer;
}
.qwshch-container .func .left .switch-active {
  border: none;
  border-left: 3px solid #22AF9F;
  background: white;
}
.qwshch-container .func .right {
  flex: 1;
  position: relative;
}
.qwshch-container .func .switch-content {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
}
.qwshch-container .func .switch-content .detail {
  font-size: 18px;
  font-weight: 400;
  color: gray;
}
.qwshch-container .func .switch-content .content-left {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 25px;
  width: 595px;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 30px;
  box-sizing: border-box;
}
.qwshch-container .func .switch-content .content-left .sub {
  width: 286px;
  height: 123px;
  border: 1px solid #cccccc;
  position: relative;
}
.qwshch-container .func .switch-content .content-left .sub .sub-img {
  position: absolute;
  left: 16px;
  top: 45px;
}
.qwshch-container .func .switch-content .content-left .sub p {
  margin-left: 68px;
  margin-top: 32px;
  margin-bottom: -20px;
}
.qwshch-container .func .switch-content .right-detail {
  font-size: 18px;
  font-weight: 400;
  color: gray;
  position: relative;
  margin-left: 52px;
}
.qwshch-container .func .switch-content .right-detail:before {
  content: ' ';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABbElEQVQ4T2NUWj//PwMVAOOoQRihWKljwuAmKc/guHstWI6sMIpSUGdoNrBk2PP8EUP6yX3kGWQlKskw39KV4e6Xjwyhh7YxfP3zm3SDlHj4GNbYeTP8+f+PIfDgFoan377CvQz3mhQnN8Obn98Zfv37hzVVCbCyM6y192aQ5ORmiDm6g+Hcu9co6uAGXfaJZrjy4S1D8vE9DN/+/kFRxMLIxLDQypXBXESCofjcYYaNj+9hWAY3qEDDkCFXQ5/h3LtXDInHdjN8gfodpKPNwIohXEGNYerNiwx9189jdTFKrOWo6zMUahoyXHz/miHh2G6GT79/MSSraDNU6ZgybH/6gCH39AEGXPkJI/oz1HQZSrWMGS6/f8Ow8N51hi4jG4arH98yRBzezvDj71+cuRJrOkpR0WGo0DFhYGRgYHjx/StD0MGtDC9/fMObtXEmyFglDYZcdX2GxON7GK5+eEuwfCArZWMzdfAZBABN9p7hGe07JwAAAABJRU5ErkJggg==);
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  border-radius: 6px;
  left: -25px;
  top: 3px;
}
.qwshch-container .func .switch-content .content-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 60px;
  box-sizing: border-box;
}
.qwshch-container .func .switch-content .content-right2 {
  position: absolute;
  right: 100px;
  top: 0;
  width: 300px;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 220px;
  padding-top: 220px;
  box-sizing: border-box;
}
.qwshch-container .func .switch-content .content-right23 {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 120px;
  padding-top: 120px;
  box-sizing: border-box;
}
.qwshch-container .func .switch-content .content-left2 {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 25px;
  width: 595px;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 30px;
  box-sizing: border-box;
}
.qwshch-container .func .switch-content .content-left2 .sub {
  width: 275px;
  height: 123px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 19px;
}
.qwshch-container .func .switch-content .content-left2 .sub:nth-child(1) {
  border-right: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}
.qwshch-container .func .switch-content .content-left2 .sub:nth-child(2) {
  border-bottom: 1px dashed #cccccc;
}
.qwshch-container .func .switch-content .content-left2 .sub:nth-child(3) {
  border-right: 1px dashed #cccccc;
}
.qwshch-container .func .switch-content .content-left2 .sub .sub-img {
  position: absolute;
  left: 36px;
  top: 80px;
}
.qwshch-container .func .switch-content .content-left2 .sub p {
  margin-left: 68px;
  margin-top: 32px;
  margin-bottom: -20px;
}
