.mt2 {
    margin-top: 2rem;
}

.text {
    width: 30rem;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    /* background-image: -webkit-linear-gradient(left, blue, #66ffff 10%, #cc00ff 20%, #CC00CC 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%); */
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    /* -webkit-animation: masked-animation 4s linear infinite; */
    font-size: 3rem;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

@keyframes frame {
    from {
        top: 100%;
    }

    to {
        top: 50%;
    }
}

.show {
    width: 36.5rem;
    height: 13.1rem;
    border-radius: 10px;
    text-align: center;
}

.con-top {
    width: 36.5rem;
    height: 13.1rem;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 3rem; */
    position: relative;
    margin-bottom: 2rem;
}

.con-t {
    text-align: center;
    font-size: 2rem;
    color: #101010;
    margin-bottom: 0;
    /* background-image: -webkit-linear-gradient(left, rgb(47, 47, 60), #263333 10%, #453b48 20%, #584158 30%, #CCCCFF 40%, #385656 50%, #CCCCFF 60%, #69cc11 70%, #e89f03 80%, #3a2a08 90%, rgb(200, 133, 18) 100%); */
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    /* -webkit-animation: masked-animation 4s linear infinite; */
}

.con-b {
    text-align: center;
    font-size: 1.4rem;
    color: #999999;
    margin: 0 auto;

    margin-bottom: 0;
    width: 33rem;

}

.con-mlmd {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.2rem;
}

.mlmdimg {
    width: 35rem;
    height: 16rem;
    margin-top: 1.4rem;
}

.mlxtimg {
    width: 17.8rem;
    height: 12.4rem;
    margin-top: 1.4rem;
}


.overflow-div {
    margin-top: 2rem;
    width: 37rem;
    overflow-x: auto;
    margin-left: 0.5rem;

}

.con-mlmd-div {
    width: 120rem;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.con-mlmd-item {
    width: 18.2rem;
    height: auto;
    border-radius: 10px;
    background-color: #FBFBFB;
    text-align: left;
    margin-right: 1rem;
    padding: 1rem;
}

.mlmd-i-tit {
    font-size: 1.4rem;
}

.mlmd-i-b {
    color: rgba(153, 153, 153, 1);
    font-size: 1.2rem;
}

.mlmd-b {
    margin-top: 2rem;
    width: 36.5rem;
    height: 10rem;
    border-radius: 10px;
    background-color: rgba(251, 251, 251, 1);
    color: rgba(51, 51, 51, 1);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
}

.overflow-mlcx {
    width: 37rem;
    overflow-x: auto;
    margin: 2rem auto 0 auto;
}

.con-mlcx-div {
    width: 120rem;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.con-mlcx-item {
    width: 24rem;
    height: auto;
    border-radius: 10px;
    background-color: #FBFBFB;
    text-align: left;
    margin-left: 2rem;
}

.con-mlcx-item img {
    width: 24rem;
    height: 8.3rem;
}

.con-mfzx {
    text-align: center;
    font-size: 1.4rem;

}

input {
    width: 34rem;
    height: 4rem;
    color: rgba(136, 136, 136, 1);
    border: 1px solid rgba(187, 187, 187, 1);
    padding: 0.5rem 1rem;
    margin-top: 2rem;
}

textarea {
    width: 34rem;
    height: 10rem;
    color: rgba(136, 136, 136, 1);
    border: 1px solid rgba(187, 187, 187, 1);
    padding: 0.5rem 1rem;
    margin-top: 2rem;
}

.mfzx-btn {
    width: 34rem;
    height: 4.4rem;
    border-radius: 4px;
    background-color: rgba(255, 132, 53, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.4rem;
}

.mfzx-select {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 2rem;
    margin-left: 2rem;
}

.overflow-mlgw {
    width: 37rem;
    overflow-x: auto;
    margin: 2rem auto 0 auto;
}

.con-mlgw-div {
    width: 50rem;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.con-mlgw-item {
    width: 11rem;
    height: 14.8rem;
    border-radius: 10px;
    text-align: left;
    margin-right: 1rem;
    background-color: rgba(251, 251, 251, 1);

    display: flex;
    align-items: center;
    padding: 0.5rem;

}

.itemp {
    font-size: 2rem;
    color: rgba(255, 116, 27, 1);
    /* font-weight: bold; */
}

itemc {
    margin-top: 2rem;
}

.clcx-p-t {
    color: rgba(16, 16, 16, 1);
    font-size: 1.6rem;
    margin: 0;
    margin-top: 1.2rem;
    padding: 0 0.5rem;
    font-weight: bold;
}

.clcx-p-c {
    color: rgba(153, 153, 153, 1);
    font-size: 1.2rem;
    margin: 0;
    padding: 0 1.5rem;

}