@media(max-width:950px) {
    .rightImage>img:nth-child(1){
        display: none !important;
    }

}
@media(max-width:850px) {
    .twoBox{
        padding: 4rem 0 !important;
        padding-bottom: 1rem !important;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .twoBox>div{
        width: 70vw !important;
        margin-bottom: 2rem;
    }
    .info{
        justify-content: center !important;
    }

}
@media(max-width:550px) {
    .rightImage>img:nth-child(2){
        display: none !important;
    }
    .app{
        flex-wrap: wrap !important;
        justify-content: center;
        margin-bottom: 1rem !important;
        margin-top: 1rem;
    }
    .app>div{
        margin: 0.6rem !important;
    }
    .slogan{
        font-size: 1.8rem !important;
    }
    .slogan>div:nth-child(2) {
        margin-top: 2px;
        font-size: 1.4rem !important;
    }
    .content{
        font-size: 1.1rem !important;
    }
}

.downloadBox{
    padding: 0 4%;
}
.downloadBox>.app {
    display: flex;
    font-size: .8rem;
    color: #fff;
    cursor: pointer;
}

.mobileDownloadBox>.app>div:nth-child(2),
.downloadBox>.app>div:nth-child(2) {
    margin-left: 1.2rem;
}

.mobileDownloadBox>.app>div,
.downloadBox>.app>div {
    padding: 0.8rem .8rem;
    background-color: #000000;
    border-radius: .3rem;
    display: flex;
    align-items: center;
}

.mobileDownloadBox>.app>div>img,
.downloadBox>.app>div>img {
    width: 2rem;
    margin-left: .3rem;
    margin-right: 0.3rem;
}
.apptype {
    font-size: 1rem;
    margin-top: .26rem;
}

* {
    padding: 0;
    margin: 0;
    /* user-select: none; */
}

.header {
    background: #359C73;
    padding-bottom: 4rem;
}

.logo {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 1% 4%;
    font-weight: 550;
    font-size: 1.2rem;
}

.logo>img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.slogan {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150.5%;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 4%;
    padding-bottom: 1rem;
    
}

.slogan>div:nth-child(1)>span {
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.slogan>div:nth-child(2) {
    margin-top: 2px;
    font-size: 1.8rem;
}

.abbreviation {
    font-weight: normal;
    color: #ffffff7c;
    font-size: 1.46rem;
}

.content {
    padding: 4%;
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 1.26rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.title {
    color: rgb(48, 153, 117);
    font-family: Poppins;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2rem;
}

.titleEn {
    color: rgb(87, 87, 87);
    font-family: Poppins;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0.4rem;
}

.h5{
    margin-left: 1.4rem;
    background-color: rgb(218, 216, 115) !important;
    color: #359C73;
    font-weight: 550;
    padding: 0.8rem 2rem !important;
    text-align: center;
}

.twoBox {
    padding: 4rem 10vw;
    display: flex;
    justify-content: space-between;
}

.twoBox>div {
    width: 30vw;
    background-color: #FCFCF0;
    padding: 1rem 2rem;
}

.twoBox>div>div:nth-child(2) {
    font-size: 1.1rem;
}

.twoBoxTitle {
    background-color: #FFCDC2;
    display: inline-block;
    padding: .4rem 2rem;
    border-radius: .3rem;
    color: rgb(87, 87, 87);
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 550;
    margin-bottom: .6rem;

}

.dots {
    width: 10px;
    height: 10px;
    background-color: #575757;
    border-radius: 50%;
}

ul {
    margin: 0rem 1rem;
    margin-top: 0.8rem;
    color: rgb(87, 87, 87);
    font-size: .9rem;
}

li {
    margin-bottom: 0.2rem;
}
.btnBox{
    margin: 0 4%;
}
.btnBox>div {
    display: inline-block;
    border-radius: .4rem;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    background: rgb(218, 216, 115);
    padding: 0.6rem 1rem;
    color: rgb(48, 153, 117);
}

.rightImage{
    display: flex;
}
.rightImage>img:nth-child(1){
    width: 24rem;
    margin-top: -5rem;
    margin-right: -4rem;
}
.rightImage>img:nth-child(2){
    width: 20rem;
}

.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 11, 51, 1);
    width: 98vw;
    margin: auto;
    flex-wrap: wrap;
}

.info>div {
    display: flex;
    align-items: center;
}

.info>div>img {
    width: 4rem;
    margin-right: 1rem;
}

.info>a{
    border-bottom: none;
}

.icp {
    text-align: center;
    color: rgba(0, 11, 51, .9);
    border-top: 1px solid rgba(0, 11, 51, .15);
    padding: 1rem 0;
}