.section {
    padding: 284px 0 119px;
}
.section .joke {
    width: 1330px;
    margin: auto;
}
.section .joke .top {
    justify-content: space-between;
}
.section .joke .top .left .title   {
    align-items: center;
    margin-bottom: 117px;
}

.section .joke .top .left .title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}
.section .joke .top .left .title span {
    display: block;
    width: 497px;
    height: 2px;
    background: #00A5A9;
    margin-left: 26px;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
}
.section .joke .top .left .title span.aos-animate {
    transform: scaleX(1);
    opacity: 1;
}
.section .joke .top .left .info h5 {
    font-size: 26px;
    font-weight: 300;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.section .joke .top .left .info .item {
    align-items: center;
    margin-bottom: 25px;
}
.section .joke .top .left .info .item .iconfont {
    font-size: 20px;
    color: #00A5A9;
    margin-right: 12px;
}
.section .joke .top .left .info .item p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.section .joke .top .link .iconfont {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    position: relative;
    cursor: pointer;
    margin-left: 26px;
    transition: 0.4s;
}
.section .joke .top .link .iconfont .ewm {
    position: absolute;
    top: 0;
    padding-top: 60px;
    width: 400px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.section .joke .top .link .iconfont .ewm .ewm_box {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    padding: 10px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.section .joke .top .link .iconfont .ewm .ewm_box img {
    display: block;
    width: 49%;
}

.section .joke .top .link .iconfont:hover .ewm {
    opacity: 1;
    pointer-events: auto;
}
.section .joke .top .link .iconfont:hover {
    border: 1px solid #00A5A9;
    color: #00A5A9;
}
.section .joke .form {
    margin-top: 90px;
}
.section .joke .form .img {
    width: 50%;
    display: block;
}
.section .joke .form form {
    width: 50%;
    border: 1px solid #E6E6E6;
    border-left: none;
    padding: 50px 68px 0;
}
.section .joke .form form .form_title {
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
.section .joke .form form .form_title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 11px;
}
.section .joke .form form .form_title p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}
.section .joke .form form .item p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 1;
    margin-bottom: 9px;
}
.section .joke .form form .item p span {
    color: #FF0000;
}
.section .joke .form form .item {
    margin-bottom: 29px;
}
.section .joke .form form .item input {
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.section .joke .form form .item input::placeholder,.section .joke .form form .item textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}
.section .joke .form form .flex {
    justify-content: space-between;
}
.section .joke .form form .flex .item {
    width: 250px;
}
.section .joke .form form .item textarea {
    width: 100%;
    height: 150px;
    padding: 16px 13px;
    border: 1px solid #E6E6E6;
}
.section .joke .form form button {
    width: 100%;
    height: 56px;
    background: #00A5A9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .joke .form form button p {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}
.section .joke .top .link .iconfont:nth-child(1) .ewm .ewm_box img {
    width: 100%;
}
.section .joke .top .link .iconfont:nth-child(1) .ewm {
    width: 200px;
}
.section .joke .top .link .iconfont>img {
    max-width: 60%;
    max-height: 60%;
}
@media screen and (max-width: 1600px) {
    .section .joke {
        width: 90%;
    }
    .section .joke .top .left .title h1,.section .joke .form form .form_title h1 {
        font-size: 28px;
    }
    .section .joke .top .left .info h5 {
        font-size: 20px;
    }
    .section {
        padding: 184px 0 119px;
    }
    .section .joke .form .img img {
        width: 100%;
    }
    .section .joke .top .left .title {
        margin-bottom: 80px;
    }
    .section .joke .top .left .title span {
        width: 390px;
    }
    .section .joke .form form .item p {
        font-size: 14px;
    }
    .section .joke .form form .item input::placeholder {
        font-size: 14px;
    }
    .section .joke .form form .flex .item {
        width: 48%;
    }
}
@media screen and (max-width: 1400px) {
    .section .joke .top .left .title h1, .section .joke .form form .form_title h1 {
        font-size: 24px;
    }
    .section .joke .top .left .info h5 {
        font-size: 18px;
    }
    .section .joke .form form .form_title p,.section .joke .top .left .info .item p {
        font-size: 14px;
    }
    .section .joke .form form .item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .section .joke .form .img {
        display: none;
    }
    .section .joke .form form {
        width: 100%;
        border-left: 1px solid #E6E6E6;
        padding: 50px 68px;
    }
    .section .joke .form form .item {
        margin-bottom: 40px;
    }
    .section .joke .top .left .title span {
        width: 200px;
        height: 1px;
    }
    .section .joke .top .left .title h1, .section .joke .form form .form_title h1 {
        font-size: 20px;
    }
    .section .joke .top .left .info h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .section .joke .top .link {
        display: none;
    }
    .section {
        padding: 100px 0 60px;
    }
    .section .joke .top .left .title span {
        opacity: 1;
        transform: unset;
    }
    .section .joke .top .left .title {
        margin-bottom: 45px;
    }
    .section .joke .top .left .info .item p {
        font-size: 12px;
    }
    .section .joke .top .left .info h5 {
        font-size: 14px;
    }
    .section .joke .top .left .info .item .iconfont {
        font-size: 18px;
    }
    .section .joke .top .left .info .item {
        margin-bottom: 20px;
    }
    .section .joke .form {
        margin-top: 30px;
    }
    .section .joke .form form {
        padding: 40px 30px;
    }
    .section .joke .form form .flex .item {
        width: 100%;
    }
    .section .joke .form form .flex {
        display: block;
    }
    .section .joke .form form .item {
        margin-bottom: 30px;
    }
    .section .joke .form form .form_title {
        margin-bottom: 30px;
    }
    .section .joke .form form .item input {
        font-size: 12px;
    }
    .section .joke .form form .item input::placeholder,.section .joke .form form .item textarea,.section .joke .form form .item textarea::placeholder {
        font-size: 12px;
    }
    .section .joke .form form button p {
        font-size: 14px;
    }
    .section .joke .form form button {
        height: 45px;
    }
}
