.threeBox {
    width: 100%;
    box-sizing: border-box;
    min-width: 1300px;
    height: 120px;
    background-color: #2F2929;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  

}

.threeBoxTitle{
    font-size: 14px;
    color: rgb(151, 148, 148);
    padding-bottom: 0px;
    font-weight: 400;
}
.twoBox {
    width: 100%;
    height: 850px;
    min-width: 1300px;
    box-sizing: border-box;
    padding-top: 80px;
}

.twoMain {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
}

.twoLeft {
    flex: 1;
    padding-left: 40px;
    padding-right: 160px;
}

.twotTitle {
    margin-bottom: 38px;

}

p {
    font-size: 18px;
    font-weight: 700;
    color: #049080;
    padding-bottom: 15px;
}

ul {
    padding-left: 47px;

}

li {
    font-size: 14px;
    color: #5D5D5D;

}

.twoRight {
    width: 567px;
    height: 444px;
}

.twoRightImg {
    width: 100%;
    height: 100%;
}

.twoTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
}
.TitleChinese{
    font-size: 32px;
    font-weight: 700;
    color: #049080;
    padding-bottom: 0px;
}
.TitleEnglish{
    font-size: 28px;
    font-weight: 700;
    color: rgb(230, 244, 243);
}
.oneBox{
    background-image: url('./img/BackgroundColor.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 730px;
    min-width: 1300px;
    box-sizing: border-box;
    padding-top: 20px;

}
.mainBox{
    width: 1300px;
    margin: 0 auto;
    margin-top: 140px;
    display: flex;
}
.right{

}
.img{
    width: 550px;
    height: 395px;
}
.left{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 40px;
    padding-right: 60px;

}
.titleBox{
    color: #049080;
    font-weight: 700;
    font-size: 32px;

}
.version{
    color: #B8B8B8;
    font-size: 14px;
    margin-top: 20px;
}
.company {
    color: #B8B8B8;
    font-size: 14px;
    margin-top: 5px;
}
.downloadBox{
    display: flex;
    margin-top: 90px;
}
.appDownload{
    width: 150px;
    height: 44px;
    border-radius: 5px;
    background-color: #30A698;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.ClientDownload{
    width: 150px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #30A698;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #30A698;
    margin-left: 50px;
}
.mainCharacters{
    color: #5D5D5D;
    font-size: 14px;
    margin-top: 40px;
}
.headBox{
    width: 1300px;
        margin: 0 auto;
}
.headTitle{
    display: flex;
            align-items: center;
            justify-content: space-between;
}
.headTitleimg{

}
.characters{
    color: #A3A3A3;
    font-size: 14px;

}