body {
    margin: 0!important;
    overflow-x: hidden;
    /*font-family: PingFang SC, serif;*/
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.justify-start {
    justify-content: start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

a {
    text-decoration: none !important;
}

.text-right {
    text-align: right;
}

.bg-white {
    background-color: #FFFFFF;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-29 {
    margin-top: 29px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-28 {
    margin-bottom: 28px !important;
}
.h1des{text-align:center;font-size:16px; line-height:200%;margin-bottom: 93px; margin-top:20px; color:#979797}
.h1des2{text-align:center;font-size:16px; line-height:200%;margin-bottom: 50px; margin-top:20px; color:#979797}
fieldset {border:none;}
