body {
    width: 100%;
    height: 100%;

    box-sizing: border-box;
}

.main-page {
    width: 100%;
    height: 100%;
    background: #67B39F;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.main-content-pic {
    width: 720px;
    margin-right: 94px;
}

.main-content-r {
    margin-top: -10px;
}

.main-content-title {
    width: 540px;
}

.system-app {
    display: flex;
    margin-top: 65px;
    position: relative;
}

.app {
    /* height: 60px; */
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #3C3C3C;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    padding: 10px 0px;
}

.app-text{
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;

}
.icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.ios {
    width: 200px;
    margin-right: 30px;
    left: 0;
}

.android {
    width: 220px;
    left: 250px;
}
.download{
    /* position: absolute;
    bottom: -180px;
    width: 160px;
    height: 160px;
    background: #FFFFFF; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.eCode{
    width: 150px;
}