@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-yqcp/caseLibrary/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 h2 {
    width: 1067px;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 29px;
    font-weight: normal;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 27px;
    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%;
  }
  .box .Content .one {
    height: 100%;
    background-color: #f0fff7;
    padding: 71px 0 55px 0;
  }
  .box .Content .one .container {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .container .left {
    width: 416px;
    height: 600px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 20px;
    padding: 0 26px 0 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .one .container .left li {
    flex: 1;
    padding-top: 37px;
    border-bottom: 1px solid #bedccc;
  }
  .box .Content .one .container .left li div {
    display: flex;
    align-items: center;
  }
  .box .Content .one .container .left li div p {
    font-size: 22px;
    line-height: 22px;
    color: #049963;
    margin-left: 11px;
    font-weight: bold;
  }
  .box .Content .one .container .left li span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .one .container .left li:nth-child(4) {
    border-bottom: none;
  }
  .box .Content .one .container .right {
    width: 949px;
    height: 600px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 30px;
    padding: 52px 31px 0;
    position: relative;
  }
  .box .Content .one .container .right .img {
    width: 887px;
    height: 517px;
  }
  .box .Content .one .container .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .one .container .right .color {
    position: absolute;
    top: 20px;
    right: 31px;
    display: flex;
  }
  .box .Content .one .container .right .color .round {
    margin-left: 7px;
    width: 13px;
    height: 13px;
    background-color: #fd5e55;
    border-radius: 50%;
  }
  .box .Content .one .container .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .container .right .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-yqcp/caseLibrary/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 160px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title h2 {
    width: 85%;
    font-size: 18px;
    line-height: 29px;
    margin-top: 29px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 27px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 100%;
    padding: 71px 0 55px 0;
  }
  .box .Content .one .container .left {
    width: 24%;
    height: 600px;
    border-radius: 20px;
    padding: 0 26px 0 23px;
  }
  .box .Content .one .container .left li {
    flex: 1;
    padding-top: 37px;
  }
  .box .Content .one .container .left li div p {
    font-size: 22px;
    line-height: 22px;
    margin-left: 11px;
  }
  .box .Content .one .container .left li span {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .box .Content .one .container .right {
    width: 74%;
    height: 600px;
    border-radius: 30px;
    padding: 52px 20px 0;
  }
  .box .Content .one .container .right .img {
    width: 100%;
    height: 517px;
  }
  .box .Content .one .container .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .one .container .right .color {
    top: 20px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    margin-left: 7px;
    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-yqcp/caseLibrary/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 170px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 150px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .box .Top .Bgc .Title h2 {
    width: 85%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 29px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 27px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 100%;
    padding: 71px 0 55px 0;
  }
  .box .Content .one .container .left {
    width: 24%;
    height: 500px;
    border-radius: 20px;
    padding: 0 26px 0 23px;
  }
  .box .Content .one .container .left li {
    flex: 1;
    padding-top: 37px;
  }
  .box .Content .one .container .left li div p {
    font-size: 18px;
    line-height: 18px;
    margin-left: 7px;
  }
  .box .Content .one .container .left li span {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .box .Content .one .container .right {
    width: 74%;
    height: 500px;
    border-radius: 30px;
    padding: 52px 20px 0;
  }
  .box .Content .one .container .right .img {
    width: 100%;
    height: 417px;
  }
  .box .Content .one .container .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .one .container .right .color {
    top: 20px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    margin-left: 7px;
    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-yqcp/caseLibrary/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 170px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 120px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .box .Top .Bgc .Title h2 {
    width: 85%;
    font-size: 15px;
    line-height: 22px;
    margin-top: 29px;
  }
  .box .Top .Bgc .Title button {
    width: 120px;
    height: 35px;
    border-radius: 6px;
    margin-top: 27px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 35px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 100%;
    padding: 71px 0 55px 0;
  }
  .box .Content .one .container .left {
    width: 24%;
    height: 400px;
    border-radius: 20px;
    padding: 0 26px 0 23px;
  }
  .box .Content .one .container .left li {
    flex: 1;
    padding-top: 20px;
  }
  .box .Content .one .container .left li div p {
    font-size: 16px;
    line-height: 16px;
    margin-left: 5px;
  }
  .box .Content .one .container .left li span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .box .Content .one .container .right {
    width: 74%;
    height: 400px;
    border-radius: 30px;
    padding: 32px 20px 0;
  }
  .box .Content .one .container .right .img {
    width: 100%;
    height: 347px;
  }
  .box .Content .one .container .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .one .container .right .color {
    top: 12px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    margin-left: 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-yqcp/caseLibrary/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 21.33333333vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 9.6vw;
    line-height: 9.6vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-top: 4vw;
    font-weight: normal;
    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%;
  }
  .box .Content .one {
    height: 100%;
    background-color: #f0fff7;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .one .container .left {
    width: 100%;
    height: 133.33333333vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 5.33333333vw;
    padding: 0 4vw 0 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .one .container .left li {
    flex: 1;
    padding-top: 9.33333333vw;
    border-bottom: 0.26666667vw solid #bedccc;
  }
  .box .Content .one .container .left li div {
    display: flex;
    align-items: center;
  }
  .box .Content .one .container .left li div p {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #049963;
    margin-left: 2.93333333vw;
    font-weight: bold;
  }
  .box .Content .one .container .left li span {
    display: block;
    margin-top: 3.2vw;
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #616161;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .one .container .left li:nth-child(4) {
    border-bottom: none;
  }
  .box .Content .one .container .right {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 5.33333333vw;
    padding: 9.33333333vw 0 4vw 0;
    position: relative;
    margin-top: 4vw;
  }
  .box .Content .one .container .right .img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .box .Content .one .container .right .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .box .Content .one .container .right .color {
    position: absolute;
    top: 4vw;
    right: 5.33333333vw;
    display: flex;
  }
  .box .Content .one .container .right .color .round {
    margin-left: 1.33333333vw;
    width: 2.13333333vw;
    height: 2.13333333vw;
    background-color: #fd5e55;
    border-radius: 50%;
  }
  .box .Content .one .container .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .container .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
