.banner-about {
    width: 100%;
    display: block
}

.about-introduce {
    width: 1000px;
    height: 975px;
    position: relative;
    margin: 30px auto 82px auto;
    background: #fffcf6
}

.about-introduce h3 {
    padding-top: 65px
}

.about-introduce .text-wrap {
    padding-top: 35px
}

.about-introduce .text-wrap p {
    margin-bottom: 50px;
    font-size: 17px;
    padding: 0 46px;
    font-weight: 400;
    color: #666;
    line-height: 32px
}

.about-honor h3 {
    margin-bottom: 85px
}

.about-honor .img {
    display: block;
    margin: 0 auto;
    padding: 0 0 177px 25px
}

.cooperate {
    width: 100%;
    height: 830px;
    background: url(/public/about/images/cooperate-banner.cb3abc8c.hashed.png) no-repeat;
    background-size: 100% 100%
}

.cooperate .form {
    position: relative;
    top: 160px;
    margin: 0 auto;
    width: 643px;
    padding: 0 65px;
    height: 521px;
    background: #fff;
    box-shadow: 0 5px 40px 0 rgba(85, 85, 85, .8)
}

.common-title {
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4d4d4d;
    padding: 52px 0 48px 0;
    text-align: center
}

.common-title span {
    position: relative
}

.common-title span::before {
    position: absolute;
    left: -69px;
    top: 14px;
    content: "";
    width: 58px;
    height: 8.5px;
    background: url(/public/about/images/line.1161ffff.hashed.png) no-repeat center center
}

.common-title span::after {
    position: absolute;
    right: -69px;
    top: 14px;
    content: "";
    width: 58px;
    height: 8.5px;
    background: url(/public/about/images/line.1161ffff.hashed.png) no-repeat center center;
    transform: rotate(-180deg)
}

.cooperate .form input {
    padding: 0 29px;
    margin-bottom: 29px;
    width: 592px;
    height: 53px;
    line-height: 53px;
    background: #fff;
    border: 1px solid #d9dce2;
    border-radius: 12px
}

.cooperate .form textarea {
    width: 591px;
    height: 132px;
    padding: 18px 29px;
    background: #fff;
    border: 1px solid #d9dce2;
    border-radius: 12px;
    resize: none
}

.cooperate .form input:focus,
.cooperate .form textarea:focus {
    outline: 0;
    border: 1px solid #0d84f0;
    box-shadow: 0 0 9px 0 rgba(13, 132, 240, .2);
    border-radius: 12px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

.cooperate .tip {
    width: 250px;
    height: 43px;
    background: #f9f0e3;
    border-radius: 30px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 32px;
    position: absolute;
    top: 68px;
    display: none
}

.cooperate .tip span {
    position: absolute;
    left: 32px;
    top: 43px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #f9f0e3
}

.cooperate .form input:focus+.tip {
    display: block
}

.cooperate .form button {
    width: 191px;
    height: 44px;
    border: none;
    cursor: pointer;
    margin: 48px auto 0 auto;
    display: block;
    background: linear-gradient(81deg, #dfa34c, #c18733);
    border-radius: 22px;
    font-size: 17px;
    font-weight: 400;
    color: #fff
}

.cover {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.cover.hide {
    display: none
}

.cover .popup {
    width: 300px;
    height: 150px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: 0 0 20px #999;
    color: #666;
    font-size: 20px;
    text-align: center;
    padding-top: 30px
}

.cover .popup button {
    background-color: #0d84f0;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 40px;
    cursor: pointer
}

.busi-cooperation .cover .popup button:focus {
    outline: 0
}

.about-honor-content {
    width: 100%;
    margin: 63px 0 0 22px;

}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .picture {
    height: 600px;
    margin: 10px;
}

.box .picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}