.uploadmac_container::-webkit-scrollbar, .uploadmac_container::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 6px; /* 宽度 */
    border-radius: 3px; /* 圆角 */
}

/* 定制滚动条轨道 */
::-webkit-scrollbar-track {
     /* background-color: rgba(133, 133, 133, 0.2); !* 轨道颜色 *!*/
      background-color: transparent; /* 轨道颜色 */
    border-radius: 3px; /* 圆角 */
}

/* 定制滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgba(133, 133, 133, 0.49); /* 滑块颜色 */
    border-radius: 3px; /* 圆角 */
}



.uploadmac_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   align-content: flex-start;
   /* max-width: 1200px;*/

}
.uploadmac_contain{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    min-height: 100%;
}
.uploadmac_header{
    width: 100%;
    text-align: center;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
    margin-top: 35px;
    margin-bottom: 26px;
}
.macinputbox{
    width: 1000px;
    height: 500px;
    background: #F5F6F8;
    border-radius:20px;
    padding-top: 32px;
    padding-left: 47px;
    padding-right: 20px;
}

.macinputbox textarea {
    border: none!important;
    outline: none!important; /* 可选，去掉焦点时的轮廓 */
    background: #F5F6F8!important;
    resize: none!important;
    box-shadow: none!important;
}

.macinputbox textarea::placeholder-shown {
    color:rgba(133, 133, 133, 0.5);
     line-height: 55px;
}
.macinputbox textarea::-webkit-input-placeholder {
     color: rgba(133, 133, 133, 0.5);
     line-height: 55px;
}
.macinputbox textarea:-moz-placeholder {
    color: rgba(133, 133, 133, 0.5);/* 或其他颜色 */
    line-height: 55px;
}
.macinput{
    width:920px;
    height:430px;
    background: #F5F6F8!important;
    color: #4A4A4A;

    border: none!important;
    outline: none!important;
    resize: none!important;
    overflow: auto;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 26px;
    line-height: 55px;
    padding: 0px;
}
.uploadmac_btn{
    width: 239px;
    height: 64px;
    line-height: 64px;
    background: #CACACA;
    border-radius: 32px;
    font-family:  PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}
.iscount{
    background: linear-gradient(to bottom, #67CB6C, #56AA5A);
    cursor: pointer;
}
.uploadmac_text{
    width: 100%;
    text-align: center;
    margin-top: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #309B34;
    cursor: pointer;
    margin-bottom: 50px;
}
.uploadmac_success_icon{
    width:116px;
    margin-top: 78px;
}
.uploadmac_success_text{
    width: 100%;
    text-align: center;
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
    margin-top: 51px;
}
.uploadmac_success_num{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #858585;
}
.uploadmac_numred{
    color: #FF4D4D;
}
@media screen and (min-width: 1200px) {
    .uploadmac_container{
        max-width: 1200px;
    }

}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    .uploadmac_container{
        min-height: 80vh;
    }
    .macinputbox{
        width: 90%;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .macinput{
        width: 96%;
        height: 480px;
        margin-left: 2%;
    }
    .phone_macinput{
        background: #ffffff!important;
    }
}
@media screen and (max-width: 600px) {
.uploadmac_container{
    min-height: 90vh;
}


    .uploadmac_header{
        width: 100%;
        text-align: center;
        font-family: PingFangSC;
        font-weight: 600;
        font-size: 19px;
        color: #4A4A4A;
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .phone_macinput{
        background: #ffffff!important;
    }
   .macinputbox textarea::placeholder-shown {
        color:rgba(133, 133, 133, 0.5);
        line-height: 35px;
    }
    .macinputbox textarea::-webkit-input-placeholder {
        color: rgba(133, 133, 133, 0.5);
        line-height:35px;
    }
    .macinputbox textarea:-moz-placeholder {
        color: rgba(133, 133, 133, 0.5);/* 或其他颜色 */
        line-height: 35px;
    }
    textarea {
        border: none!important;
        outline: none!important; /* 可选，去掉焦点时的轮廓 */
        background: #F5F6F8!important;
        resize: none!important;
    }
    .macinputbox{
        width: 92%;
        height: 350px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .macinput{
        background: #ffffff!important;
        width: 90%;
        margin-left: 5%;
        height:310px;
        margin-top: 10px;
        color: #4A4A4A;
        border: none!important;
        outline: none!important;
        resize: none!important;
        overflow: auto;
        font-family: PingFangSC;
        font-weight: 400;
        font-size: 17px;
        line-height: 35px;
        border-radius:9px;
        box-shadow: 0px 1px 2px 2px rgba(154, 154, 154, 0.1);
    }
    .uploadmac_btn{
        width: 170px;
        height: 44px;
        line-height:44px;
        background: #CACACA;
        border-radius: 22px;
        font-family:  PingFang SC;
        font-weight: 500;
        font-size:18px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 20px;
    }
    .iscount{
        background: linear-gradient(to bottom, #67CB6C, #56AA5A);
        cursor: pointer;
    }
    .uploadmac_text{
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #309B34;
        cursor: pointer;
    }
    .uploadmac_success_icon{
         width: 70px;
         margin-top: 50px;
    }
    .uploadmac_success_text{
        width: 100%;
        text-align: center;
        font-family:  PingFang SC;
        font-weight: 600;
        font-size: 22px;
        color: #4A4A4A;
        margin-top: 30px;
    }
    .uploadmac_success_num{
        width: 100%;
        text-align: center;
        margin-top: 30px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #858585;
    }

    ::-webkit-scrollbar {
        width: 4px; /* 宽度 */
        border-radius: 2px; /* 圆角 */
    }

    /* 定制滚动条轨道 */
    ::-webkit-scrollbar-track {
      /*  background-color: rgba(133, 133, 133, 0.2); !* 轨道颜色 *!*/
        background-color: transparent; /* 轨道颜色 */
        border-radius: 2px; /* 圆角 */
    }

    /* 定制滚动条滑块 */
    ::-webkit-scrollbar-thumb {
        background-color: rgba(133, 133, 133, 0.49); /* 滑块颜色 */
        border-radius: 2px; /* 圆角 */
    }


}
