@media (min-width: 501px) {
  body {
    padding-top: 1.41rem;
    position: relative;
    background: #153282;
  }
  body .imgbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .page {
    position: relative;
    z-index: 1;
    padding-top: 1.21rem;
  }
  .page .inner {
    width: 16.38rem;
    margin: 0 auto;
  }
  .page .section0 {
    margin-bottom: 1.32rem;
    display: flex;
  }
  .page .section0 .item {
    font-size: 0.42rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    margin-right: 0.82rem;
    position: relative;
    cursor: pointer;
  }
  .page .section0 .item .lan-en {
    font-family: "OPPOSans-R";
  }
  .page .section0 .item.curr .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section0 .item.curr .lan-en {
    font-family: "OPPOSans-M";
  }
  .page .section0 .item.curr::before {
    content: '';
    height: 0.04rem;
    background: #FFFFFF;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
  }
  .page .section1 {
    display: block;
    width: 4.58rem;
    height: 0.73rem;
    font-size: 0.37rem;
    color: #FFFFFF;
    line-height: 0.73rem;
    cursor: pointer;
    margin-bottom: 0.73rem;
  }
  .page .section2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .page .section2 .item {
    width: 3.94rem;
    height: 3.94rem;
    margin-right: 0.2rem;
    margin-bottom: 0.14rem;
    position: relative;
    cursor: pointer;
  }
  .page .section2 .item:nth-child(4n) {
    margin-right: 0;
  }
  .page .section2 .item:nth-child(2n) .content {
    background-color: #cb4349;
  }
  .page .section2 .item .logobox {
    width: 100%;
    he2222ight: 100%;
  }
  .page .section2 .item .logobox .logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page .section2 .item .content {
    width: 3.94rem;
    height: 3.94rem;
    background-color: #3f42cd;
    padding: 0.41rem 0.39rem 0;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page .section2 .item .content .text0 {
    font-size: 0.25rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    line-height: 0.25rem;
  }
  .page .section2 .item .content .text1 {
    font-size: 0.2rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    margin: 0.22rem 0 0.11rem;
    width: 3.3rem;
  }
  .page .section2 .item .content .text2 {
    font-size: 0.2rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    line-height: 0.2rem;
    border-bottom: 0.01rem solid #ffffff;
    margin-bottom: 0.18rem;
    padding-bottom: 0.22rem;
  }
  .page .section2 .item .content .text3box {
    height: 1.7rem;
    overflow: hidden;
  }
  .page .section2 .item .content .text3box .text3 {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.34rem;
  }
  .page .section2 .item .content .text3box .text3.wordsLoop {
    animation: 8s wordsLoop linear infinite normal;
  }
  @keyframes wordsLoop {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  .page .section2 .item .content .text4 {
    text-align: right;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    margin-top: 0.2rem;
  }
  .page .section2 .item .content.company {
    padding: 0.3rem 0.39rem 0;
  }
  .page .section2 .item .content.company .text3box {
    height: 1.4rem;
  }
  .page .section2 .item .content.lan-ch .text0 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-ch .text1 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-ch .text2 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-en .text0 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text1 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text2 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text3box .text3 {
    font-family: "OPPOSans-R";
  }
  .page .section2 .item .content.lan-en .text4 {
    font-family: "OPPOSans-R";
  }
  .page .section3 {
    display: none;
  }
  .page .section3 .box1 {
    border-top: 0.01rem solid #68a9cf;
    cursor: pointer;
  }
  .page .section3 .box1:hover {
    border-top: 0.01rem solid #fff;
  }
  .page .section3 .box1 .inner {
    width: 16.38rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding-top: 0.63rem;
  }
  .page .section3 .box1 .inner .leftbox {
    margin-right: 1.91rem;
    padding-bottom: 0.3rem;
    position: relative;
  }
  .page .section3 .box1 .inner .leftbox .leftinner {
    padding: 1.2rem 0;
  }
  .page .section3 .box1 .inner .leftbox .imglogo {
    height: 2.76rem;
    position: absolute;
    top: -1.2rem;
  }
  .page .section3 .box1 .inner .leftbox .img0 {
    width: 0.32rem;
    margin-bottom: 0.28rem;
  }
  .page .section3 .box1 .inner .leftbox .text {
    width: 7.48rem;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.49rem;
  }
  .page .section3 .box1 .inner .leftbox .text.lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section3 .box1 .inner .leftbox .text.lan-en {
    font-family: "OPPOSans-M";
  }
  .page .section3 .box1 .inner .leftbox .text:hover {
    color: #68A9CF;
  }
  .page .section3 .box1 .inner .leftbox .img1 {
    width: 0.32rem;
    margin-top: -0.3rem;
    margin-left: auto;
  }
  .page .section3 .box1 .inner .leftbox .more {
    font-size: 0.24rem;
    font-family: "OPPOSans-R";
    color: #7593D9;
    line-height: 0.24rem;
  }
  .page .section3 .box1 .inner .rightbox {
    width: 5.47rem;
    height: 5.8rem;
    position: relative;
  }
  .page .section3 .box1 .inner .rightbox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page .section3 .box1 .inner .rightbox .textbox {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 0.55rem;
    right: -0.94rem;
  }
  .page .section3 .box1 .inner .rightbox .textbox .text0 {
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    margin-bottom: 0.18rem;
  }
  .page .section3 .box1 .inner .rightbox .textbox .text1 {
    white-space: nowrap;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.34rem;
  }
  .page .section3 .box1 .inner .rightbox .textbox.lan-ch .text0,
  .page .section3 .box1 .inner .rightbox .textbox.lan-ch .text1 {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section3 .box1 .inner .rightbox .textbox.lan-en .text0,
  .page .section3 .box1 .inner .rightbox .textbox.lan-en .text1 {
    font-family: "OPPOSans-M";
  }
}
@media (max-width: 500px) {
  body {
    padding-top: 50px;
    position: relative;
    background: #153282;
  }
  body .imgbg {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
  }
  .page {
    position: relative;
    z-index: 1;
    padding-top: 20px;
  }
  .page .inner {
    width: 295px;
    margin: 0 auto;
  }
  .page .section0 {
    margin-bottom: 27px;
    display: flex;
  }
  .page .section0 .item {
    font-size: 17px;
    color: #FFFFFF;
    line-height: 17px;
    margin-right: 24px;
    position: relative;
  }
  .page .section0 .item .lan-en {
    font-family: "OPPOSans-R";
  }
  .page .section0 .item.curr .lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section0 .item.curr .lan-en {
    font-family: "OPPOSans-M";
  }
  .page .section0 .item.curr::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #FFFFFF;
  }
  .page .section2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .page .section2 .item {
    width: 90px;
    height: 90px;
    margin-right: 12px;
    margin-bottom: 5px;
    position: relative;
  }
  .page .section2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .page .section2 .item .content {
    background-color: #cb4349;
  }
  .page .section2 .item .logobox {
    width: 100%;
    height: 100%;
  }
  .page .section2 .item .logobox .logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page .section2 .item .content {
    width: 293px;
    border: 1px solid #000000;
    padding: 30px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  .page .section2 .item .content .close {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
  }
  .page .section2 .item .content .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  .page .section2 .item .content .text0 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content .text1 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    margin: 21px 0 9px;
  }
  .page .section2 .item .content .text2 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    padding-bottom: 26px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 26px;
  }
  .page .section2 .item .content .text3box {
    overflow: hidden;
  }
  .page .section2 .item .content .text3box .text3 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .page .section2 .item .content .text4 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: right;
    margin-top: 20px;
  }
  .page .section2 .item .content.lan-ch .text0 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-ch .text1 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-ch .text2 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .page .section2 .item .content.lan-en .text0 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text1 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text2 {
    font-family: "OPPOSans-M";
  }
  .page .section2 .item .content.lan-en .text3box .text3 {
    font-family: "OPPOSans-R";
  }
  .page .section2 .item .content.lan-en .text4 {
    font-family: "OPPOSans-R";
  }
  .page .section3 {
    display: none;
  }
  .page .section3 .box1 {
    border-top: 1px solid #68a9cf;
    padding-top: 29px;
  }
  .page .section3 .box1:hover {
    border-top: 1px solid #fff;
  }
  .page .section3 .box1 .inner {
    width: 295px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page .section3 .box1 .inner .leftbox {
    position: relative;
    padding-bottom: 16px;
  }
  .page .section3 .box1 .inner .leftbox .imglogo {
    height: 80px;
    position: absolute;
    top: -60px;
  }
  .page .section3 .box1 .inner .leftbox .img0 {
    width: 20px;
    height: 18px;
    margin-bottom: 7px;
  }
  .page .section3 .box1 .inner .leftbox .text {
    width: 141px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .page .section3 .box1 .inner .leftbox .text.lan-ch {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section3 .box1 .inner .leftbox .text.lan-en {
    font-family: "OPPOSans-M";
  }
  .page .section3 .box1 .inner .leftbox .text:hover {
    color: #68A9CF;
  }
  .page .section3 .box1 .inner .leftbox .img1 {
    width: 20px;
    height: 18px;
    margin-top: 7px;
    margin-left: auto;
  }
  .page .section3 .box1 .inner .leftbox .more {
    margin-top: 3px;
    font-size: 10px;
    color: #7593D9;
    line-height: 10px;
  }
  .page .section3 .box1 .inner .rightbox {
    width: 129px;
    height: 136px;
    position: relative;
  }
  .page .section3 .box1 .inner .rightbox .img {
    width: 100%;
    height: 100%;
  }
  .page .section3 .box1 .inner .rightbox .textbox {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 15px;
    right: 0;
  }
  .page .section3 .box1 .inner .rightbox .textbox .text0 {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 13px;
    margin-bottom: 5px;
  }
  .page .section3 .box1 .inner .rightbox .textbox .text1 {
    white-space: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
  }
  .page .section3 .box1 .inner .rightbox .textbox.lan-ch .text0,
  .page .section3 .box1 .inner .rightbox .textbox.lan-ch .text0 {
    font-family: "AlibabaPuHuiTi_2_65_Medium";
  }
  .page .section3 .box1 .inner .rightbox .textbox.lan-en .text0,
  .page .section3 .box1 .inner .rightbox .textbox.lan-en .text0 {
    font-family: "OPPOSans-M";
  }
}
