<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 62.5%;
    margin: 60px auto 0 auto;
    padding-bottom: 1px;
}

/*åˆä½œæ¡ˆä¾‹*/
.cooperation_case {
    background-color: #eef0f8;
}

.cooperation_case .cooperation_case_title {
    text-align: center;
    background-color: white;
}

.cooperation_case .cooperation_case_title span {
    color: red;
    font-size: 26px;
    line-height: 60px;
}

.cooperation_case .wrap .case_item {
    background-color: white;
    padding: 42px 35px 60px 35px;
    margin-bottom: 60px;
}

.cooperation_case .wrap .case_item span {
    color: red;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.cooperation_case .wrap .case_item p {
    font-size: 14px;
    line-height: 36px;
    color: #8d8c8c;
}

.cooperation_case .wrap .case_item p img {
    float: right;
    margin-left: 35px;
    padding-top: 10px;
	width:30%;
	height:auto
}

/*PHONEå±å¹•ä¸‹çš„ä¸“ç”¨æ&nbsp;·å¼*/
@media screen and (max-width:767px) {
    .height {
        height: 60px;
    }
    .wrap {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .cooperation_case .cooperation_case_title span {
        font-size: 20px;
        font-weight: normal;
        line-height: 50px;
    }
    .cooperation_case .wrap .case_item {
        margin-bottom: 20px;
    }
    .cooperation_case .wrap .case_item span {
        font-size: 16px;
        font-weight: bold;
    }
}
/*PADå±å¹•ä¸‹çš„ä¸“ç”¨æ&nbsp;·å¼*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .wrap {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .cooperation_case .cooperation_case_title span {
        font-size: 24px;
        line-height: 60px;
    }
    .cooperation_case .wrap .case_item span {
         font-size: 26px;
    }
     .cooperation_case .wrap .case_item span {
        font-size: 16px;
        font-weight: normal;
    }
}
/*ä¸­ç­‰PCå±å¹•ä¸‹çš„ä¸“ç”¨æ&nbsp;·å¼*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .wrap {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .cooperation_case .cooperation_case_title span {
        font-size: 24px;
        line-height: 60px;
    }
     .cooperation_case .wrap .case_item span {
        font-size: 16px;
        font-weight: normal;
    }
}
/*è¶…å¤§PCå±å¹•ä¸‹çš„ä¸“ç”¨æ&nbsp;·å¼*/
@media screen and (min-width:1200px) {

}</pre></body></html>