@media only screen and (max-width: 768px) {
    .cooperate{
        cursor: pointer;
        width: 33.3%
    }
    .cha{
        width: 30px;
        position: absolute;
        right: 6px;
        /*left: 563px;*/
        /*bottom: 803px;*/
    }
    .form-container {
        width: 300px;
        height: 300px;
        overflow-y: scroll; /* 使用滚动条 */
        border: 1px solid #ccc;
        padding: 10px;
    }
    .form-content {
        overflow-y: auto; /* 使用滚动条 */
        max-height: 100%;
    }
    input {
        display: block;
        margin-bottom: 10px;
    }
    .indexline{
        -width: 580px;
        height: 1px;
        background-color: #CECECE
    }


    .down_text{
        font-size: 17px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        letter-spacing: 7px;
        color: #19443d;
        margin-top: 31px;
        margin-left: 100px;
        /*padding-bottom: 80px;*/
    }
    .cooperate_but{
        width: 70px;
        height: 35px;
        background-color: #19443d;
        border-radius: 5px;
        color: #FFFFFF;
        margin-left: 41%;
        margin-top: 43px;
    }
    .cooperate_input{
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        letter-spacing: 7px;
        /*color: #cecece;*/
        border: none;
        border-bottom: 1px solid #999;
        background-color: transparent;
        outline: none;
        margin-top: 28px;
    }
    .cooperate_textarea{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        /*color: #cecece;*/
        height: 100px;
        width: 100%;
        border: solid 1px #cecece;
        padding-top: 6px;
        padding-left: 9px;
        resize: none;
        margin-top: 20px;
    }
    .cooperate_title{
        position: absolute;
        left: 37%;
        top: 16%;
        font-size: 25px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 153px;
        letter-spacing: 3px;
        color: #19443d;
    }
    .cooperate_text{
        position: relative;
        /*left: 18%;*/
    }
    .cooperate_com img{
        border-radius: 18px
    }
    .tan{
        width: 100%;
    }
    .cooperate_com{
        position: absolute;
        width: 100%;
        /*height: 772px;*/
        background-color: #FFFFFF;
        box-shadow: 5px 7px 40px 11px
        rgba(0, 0, 0, 0.29);
        border-radius: 18px;
        /*position: fixed;*/
        top: 8%;
        left: 0;
    }
    .cooperate_tan{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        height: 100%;
        z-index: 999999999999;
        overflow-y: auto; /* 使用滚动条 */
        overflow-x: hidden;
        max-height: 100%;
    }
    .bodys{
        margin-top: 22px;
    }
    .bannerpc{
        /*width: 200px;*/
    }
    .logoList{
        /*width: 100%;*/
    }
    .paybut{
        width: 60px;
        height: 20px;
        background-color: #ff6600;
        border-radius: 10px;

        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 21px;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
    }
    .p_com{
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #010101;
        padding: 10px;
        height: 56px;
        /* text-overflow: ellipsis; */
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .p_time{
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #686868;
        padding: 10px 0px 10px 10px
    }
    .p_paybut{
        float: right;
        padding-top: 10px;
        padding-right: 10px;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
    .p_type{
        width: 60px;
        height: 20px;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 110px;*/
        letter-spacing: 2px;
        color: #fefefe;
        position: absolute;
        background-color: #27B8A0;
        left: 5px;
        top: 5px;
        border-radius: 5px;
        text-align: center;
    }
    .p_type2{
        width: 94px;
        height: 20px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 110px;*/
        letter-spacing: 2px;
        color: #fefefe;
        position: absolute;
        background-color: #FF0000;
        right: 6px;
        bottom: 3px;
        border-radius: 5px;
        text-align: center;
    }
    .com_div{
        position: relative;
    }

    #image-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
    }

    #modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90%;
    }

    #modal-image {
        width: 100%;
        height: auto;
    }





    .awards-containerdiv {
        width: 100%;
        overflow: hidden;
        cursor: pointer;
    }

    .awards-container {
        display: flex;
        /*width: calc(100% * 5); !* 假设每张图片占20%，这里是4张图+1张克隆图 *!*/
        animation: scroll 60s linear infinite; /* 动画时间是轮播一轮的时间 */
    }

    .awards-wrapper {
        /*width: calc(100% / 4); !* 由于有4张图片，每张图片占25% *!*/
        flex-shrink: 0;
        /*overflow: hidden;*/
    }

    img {
        /*width: 100%;*/
        /*vertical-align: top;*/
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}
