@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/WPyx/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 240px;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title p {
    width: 1021px;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 56px;
    display: block;
    border: none;
    outline: none;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
    background-color: #f0fff7;
    padding: 73px 0 0 0;
  }
  .box .Content .one {
    height: 954px;
    position: relative;
  }
  .box .Content .one .img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .one .img .img {
    width: 519px;
    height: auto;
  }
  .box .Content .one .img .report {
    position: absolute;
    top: 54px;
    left: 359px;
  }
  .box .Content .one .img p {
    width: 855px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one .tree {
    width: 100%;
    height: 442px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 30px;
    padding: 60px 0 0 0;
    margin-top: 40px;
    position: relative;
  }
  .box .Content .one .tree .content {
    width: 1366px;
    height: 343px;
    background-color: #f0f1f3;
    border: solid 1px #ffffff;
    margin: 0 auto;
    padding: 44px 0 0 0;
  }
  .box .Content .one .tree .content img {
    width: 1307px;
    height: 257px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .box .Content .one .tree .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .tree .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .tree .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .tree .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/WPyx/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 190px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title p {
    width: 1021px;
    font-size: 18px;
    line-height: 29px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
    padding: 73px 0 0 0;
  }
  .box .Content .one {
    height: 894px;
  }
  .box .Content .one .img {
    width: 100%;
  }
  .box .Content .one .img .img {
    width: 45%;
    height: auto;
  }
  .box .Content .one .img .report {
    width: 14%;
    position: absolute;
    top: 54px;
    left: 359px;
  }
  .box .Content .one .img p {
    width: 52%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one .tree {
    width: 100%;
    height: auto;
    padding: 60px 0 40px 0;
    margin-top: 40px;
  }
  .box .Content .one .tree .content {
    width: 95%;
    height: auto;
    padding: 44px 0 0 0;
  }
  .box .Content .one .tree .content img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .tree .color {
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .tree .color .round {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/WPyx/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 170px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title p {
    width: 1021px;
    font-size: 18px;
    line-height: 29px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
    padding: 73px 0 0 0;
  }
  .box .Content .one {
    height: 754px;
  }
  .box .Content .one .img {
    width: 100%;
  }
  .box .Content .one .img .img {
    width: 45%;
    height: auto;
  }
  .box .Content .one .img .report {
    width: 14%;
    position: absolute;
    top: 5%;
    left: 30%;
  }
  .box .Content .one .img p {
    width: 52%;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
  }
  .box .Content .one .tree {
    width: 100%;
    height: auto;
    padding: 60px 0 40px 0;
    margin-top: 40px;
  }
  .box .Content .one .tree .content {
    width: 95%;
    height: auto;
    padding: 44px 0 0 0;
  }
  .box .Content .one .tree .content img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .tree .color {
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .tree .color .round {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/WPyx/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 125px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title p {
    width: 85%;
    font-size: 18px;
    line-height: 29px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 40px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
    padding: 73px 0 0 0;
  }
  .box .Content .one {
    height: 654px;
  }
  .box .Content .one .img {
    width: 100%;
  }
  .box .Content .one .img .img {
    width: 45%;
    height: auto;
  }
  .box .Content .one .img .report {
    width: 14%;
    position: absolute;
    top: 5%;
    left: 30%;
  }
  .box .Content .one .img p {
    width: 52%;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
  }
  .box .Content .one .tree {
    width: 100%;
    height: auto;
    padding: 60px 0 40px 0;
    margin-top: 40px;
  }
  .box .Content .one .tree .content {
    width: 95%;
    height: auto;
    padding: 44px 0 0 0;
  }
  .box .Content .one .tree .content img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .tree .color {
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .tree .color .round {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-zwcp/WPyx/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 21.33333333vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    text-align: center;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title p {
    font-family: 'PingFang';
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-top: 4vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Top .Bgc .Title button {
    width: 26.66666667vw;
    height: 8vw;
    background-color: #049963;
    border-radius: 1.6vw;
    display: block;
    border: none;
    outline: none;
    margin: 2.66666667vw auto 0;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
    background-color: #f0fff7;
    padding: 13.33333333vw 0 0 0;
  }
  .box .Content .one {
    height: auto;
    position: relative;
    padding-bottom: 13.33333333vw;
  }
  .box .Content .one .img .img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .img .report {
    width: 26.66666667vw;
    position: absolute;
    top: 14.4vw;
    left: 69.33333333vw;
  }
  .box .Content .one .img p {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #333333;
  }
  .box .Content .one .tree {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 8vw;
    padding: 16vw 0 16vw 0;
    margin-top: 6.66666667vw;
    position: relative;
  }
  .box .Content .one .tree .content {
    width: 100%;
    height: auto;
    background-color: #f0f1f3;
    border: solid 0.26666667vw #ffffff;
    margin: 0 auto;
    padding: 11.73333333vw 0 13.33333333vw 0;
  }
  .box .Content .one .tree .content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .box .Content .one .tree .color {
    position: absolute;
    width: 13.6vw;
    height: 3.46666667vw;
    top: 5.33333333vw;
    right: 8.26666667vw;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .tree .color .round {
    width: 3.46666667vw;
    height: 3.46666667vw;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .tree .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .tree .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
