.why {
  width: 1200px;
  height: 322px;
  background: #ffffff;
  box-shadow: 0px 3px 20px #e9edf3;
  opacity: 1;
  border-radius: 0px;
}
.why .w-i {
  width: 300px;
  height: 322px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0px;
  padding: 30px;
  text-align: center;
  border-right: 1px solid #edeef2;
  float: left;
}
.why .w-i:nth-child(4) {
  border-right: none;
}
.why .w-i img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.why .w-i .name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #63b358;
  margin-bottom: 10px;
}
.why .w-i .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
.coop {
  width: 100%;
  height: 520px;
  opacity: 1;
  border-radius: 0px;
  text-align: center;
}
.coop .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 36px;
  color: #000000;
  padding: 80px 0px 60px 0px;
}
.coop .liucheng {
  width: 100%;
  height: 148px;
}
.pop-up-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
}
.pop-up-box .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.pop-up-box .pop-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  background-color: #fff;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}
.pop-up-box .pop-cont .wrap{
  padding: 40px 30px;
}
.pop-up-box .close{
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 40px;
  height: 40px;
  /* background: url(../img/close.png) no-repeat center center / 100% 100%; */
  cursor: pointer;
  transform: translate(-50%, 0);
}
.pop-up-box .pop-in{
  max-height: 75vh;
  overflow: auto;
}





.yuyue-pop .pop-cont{
  width: 480px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.yuyue-pop .title{
  color: #80B341;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.yuyue-pop form{
  display: block;
}
.yuyue-pop form input{
  display: block;
  width: 385px;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.yuyue-pop form .vcode{
  display: flex;
  margin-bottom: 16px;
}
.yuyue-pop form .vcode input{
  margin-bottom: 0px;
}
.yuyue-pop form .vcode button{
  flex-shrink: 0;
  width: 120px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-width: 0;
  background-color: #80B341;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.yuyue-pop form textarea{
  width: 385px;
  height: 90px;
  padding: 15px 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  border-radius: 4px;
}
.yuyue-pop form .submit{
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #80B341;
  border-width: 0;
  border-radius: 4px;
  cursor: pointer;
}