html, body {
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    font-family: "Microsoft YaHei UI";
    overflow-x: hidden;
    cursor: default;

}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.inflex {
    display: inline-flex;
}

.flex-st {
    justify-content: flex-start;
}

.flex-sb {
    justify-content: space-between;
}

.fl-cm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fl-row {
    flex-direction: row;
}

.al {
    align-items: center;
}

.pd16 {
    padding: 16px;
}

.pd32 {
    padding: 32px;
}

.m16 {
    margin: 16px;
}

.m26 {
    margin: 26px;
}

.m42 {
    margin: 42px;
}

.ptb20 {
    padding: 20px 0;
}

.color-f {
    color: #fff;
}

.colorg1 {
    color: #6eff29;
}

.color-red {
    color: #ff5454;
}

.tc {
    text-align: center;
}

.box-s {
    box-shadow: 0px 4px 4px rgba(83, 146, 86, 0.3); /* 设置上边投影效果 */
}

.box-s1 {
    box-shadow: 0px 10px 10px rgba(83, 146, 86, 0.3); /* 设置上边投影效果 */
}

.headers {
    background-color: #3baa7d;
    height: 150px;
    width: 100%;

}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.color-g {
    color: #3baa7d;
}

.color-guy {
    color: #6c6c6c;
}

.color-000 {
    color: #282828;
}

.fz-m {
    font-size: 44px;
}

.fz-mx {
    font-size: 52px;
    font-weight: bold;
}

.fz-mxx {
    font-size: 72px;
    font-weight: bold;
}

.fz-min {
    font-size: 32px;
}

.fz-min-1 {
    font-size: 24px;
}

.icon60 {
    width: 60px;
    height: 60px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2); /* 设置上边投影效果 */
    background-color: #fff;
    z-index: 99999;
    width: 100%;
}

.bottom div {
    width: 20%;
}

.wrap {
    white-space: normal;
    flex-wrap: wrap;
}

.nwrap {
    white-space: nowrap;
    flex-wrap: nowrap;
}

.bottom div img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding-top: 20px;

}

.fb {
    font-weight: bold;
}

.w100 {
    width: 100%;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.my-input {
    background-color: #3baa7d;
    border-radius: 99px;
    height: 120px;
    border-color: unset;
    margin-top: 40px;
    width: 90%;
    font-size: 40px;
    color: #fff;
    text-indent: 20px;
}

.selects {
    background-color: #3baa7d;
    border-radius: 99px;
    height: 140px;
    border-color: unset;
    margin-top: 40px;
    width: 90%;
    font-size: 40px;
    color: #fff;
    text-indent: 20px;
}

selects::-ms-expand {
    display: none;
}

selects option {
    background-color: #ffffff;
    font-size: 30px;
}

.my-input:focus {
    outline: solid 2px #fff; /*替换为您想要的边框样式和颜色*/
}

.my-input::placeholder {
    color: rgba(255, 255, 255, .4); /* 替换为您想要的颜色值 */
}

.avtor {
    width: 180px;
    height: 180px;
    border-radius: 999px;
    border: 2px solid #fff;
}

.meun-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.border-r {
    border: 1px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-right-u {
    border-right: unset;
}

.border-bottom-u {
    border-bottom: unset;
}

.select-tb {
    color: #348369;
    border-bottom: 4px solid #348369;
}

.flex-end {
    justify-content: flex-end;
}

.w50 {
    width: 40%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: none;

}

.al-st {
    align-items: flex-start;
}

th, td {
    padding: 24px 14px;
    text-align: center;
    font-size: 32px;
}

.ellipsis {
    white-space: nowrap; /* 确保文本不换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.btn {
    width: 280px;
    height: 100px;
    background-color: #3baa7d;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dis-none {
    display: none
}
