.head-page .item:nth-child(5) span{
    background: linear-gradient(0deg, #D80C1E 0%, #F33344 100%);
    color: #fff;
}
.invite_idea01 .img{
    width: 45.3%;
}
.invite_idea01 .texts {
    width: 49.8%;
}
.invite_idea01 .texts p{
    margin-bottom: 16px;
}
.invite_idea01 .texts p:last-child{
    margin-bottom: 0;
}
.invite_idea02 .list{
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(25,27,35,0.08);
    border-radius: 15px 15px 0px 0px;
    width: 32.24%;
    margin-right: 1.64%;
    margin-top: 40px;
}
.invite_idea02 .list:nth-child(2),.invite_idea02 .list:nth-child(5){
    margin-right: 0;
}
.invite_idea02 .list:nth-child(1){
    width: 66.12%;
}
.invite_idea02 .list .img{
    height: 290px;
    border-radius: 10px 10px 0 0;
}
.invite_idea02 .list .text{
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.invite_idea02 .tit_desc {
    height: 54px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 16px;
}
.invite_idea03 .img {
    width: 45.3%;
}
.invite_idea03 .texts {
    width: 50.64%;
}
.invite_idea03 .texts .desc{
    margin: 21px 0 40px;
}
.invite_idea03 .texts p{
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}
.invite_idea03 .texts p::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #D80C1E;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 9px;
}
.invite_idea03 .texts p:last-child{
    margin-bottom: 0;
}
/* 浜烘墠鎷涜仒 */
.invite_talent01 .con-tit-l{
    padding: 25px 40px;
    box-sizing: border-box;
}
.invite_talent01 .talent02-con {
    margin-bottom: 30px;
    border: 1px solid #EBEBEB;
    transition: all .4s;
}
.invite_talent01 .con-tit .desc {
    margin: 15px 0;
}
.invite_talent01 .con-tit .desc p {
    padding-right: 20px;
    display: unset;
}
.invite_talent01 .con-tit .desc p:last-child{
    padding-right: 0;
}
.invite_talent01 .con-hidden {
    padding: 30px 40px;
    box-sizing: border-box;
    border-top: 1px solid #EBEBEB;
    display: none;
}
.invite_talent01 .text {
    margin-bottom: 30px;
}
.invite_talent01 .text span{
    font-size: 16px; 
    color: #333; 
    font-weight: 500;
}
.invite_talent01 .con-detail {
    display: flex;
    justify-content: center;
    width: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #EBEBEB;
    height: 156px;
    transition: all .4s;
}
.invite_talent01 .talent02-con .watch-detail{
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invite_talent01 .talent02-con .watch-detail::after{
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url(../img/watch-detail.png) no-repeat center/cover;
    margin-left: 15px;
}
.watch-up {
    display: none;
    color: #F81212;
    transition: all .4s;
    align-items: center;
    justify-content: center;
}
.watch-up::after{
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url(../img/watch-hdetail.png) no-repeat center/cover;
    margin-left: 15px;
}

.invite_talent01 .talent02-con.active {
    border: 1px solid #F81212;
}
.invite_talent01 .talent02-con.active .tit{
    color: #D80C1E;
 }
.invite_talent01 .talent02-con.active .watch-detail {
    display: none;
}
.invite_talent01 .talent02-con.active .watch-up {
    display: flex;
}
.deliver_btn{
    width: 140px;
    height: 40px;
    background: #D80C1E;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1440px) {
    .invite_idea02 .list .img {
        height: 245px;
    }
}
@media only screen and (max-width: 1366px) {
    .invite_idea02 .list .img {
        height: 220px;
    }
    .invite_idea02 .list .text {
        padding: 0 20px 0 30px;
        height: 152px;
    }
    .invite_idea02 .tit_desc{
        margin-top: 8px;
    }
}
@media only screen and (max-width: 1200px) {
    .invite_talent01 .con-detail{
        height: 151px;
    }
    .invite_idea02 .list .img {
        height: 204px;
    }
    .invite_idea03 .texts .desc {
        margin: 15px 0 20px;
    }
    .invite_idea02 .tit_desc{
        height: 48px;
    }
}
@media only screen and (max-width: 1024px) {
    .invite_idea02 .list .img {
        height: 175px;
    }
    .invite_idea02 .list .text {
        padding: 0 20px 0 20px;
        height: 136px;
    }
}
@media only screen and (max-width: 960px) {
    .invite_talent01 .con-detail {
        height: 137px;
        width: 165px;
    }
    .invite_talent01 .con-tit .desc {
        margin: 10px;
    }
    .invite_talent01 .con-tit .desc p{
        padding-right: 0;
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .invite_idea01 .img {
        width: 100%;
    }
    .invite_idea01 .texts {
        width: 100%;
        margin-top: 20px;
    }
    .invite_idea01 .texts p {
        margin-bottom: 10px;
    }
    .invite_idea02 .list {
        border-radius: 5px 5px 0px 0px;
        width: 48%;
        margin-right: 4%;
        margin-top: 20px;
    }
    .invite_idea02 .list:nth-child(2){
        margin-right: 4%;
    }
    .invite_idea02 .list:nth-child(3){
        margin-right: 0;
    }
    .invite_idea02 .list:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .invite_idea02 .list .img {
        height: 96px;
    }
    .invite_idea02 .tit_desc {
        margin-top: 3px;
    }
    .invite_idea02 .list .text {
        padding: 0 15px;
        height: 108px;
    }
    .invite_idea03 .img {
        width: 100%;
    }
    .invite_idea03 .texts {
        width: 100%;
        margin-top: 20px;
    }
    .invite_talent01 .con-tit-l{
        padding: 20px 0 15px;
    }
    .invite_talent01 .con-detail {
        height: auto;
        width: 100%;
        border-left: none;
        margin-bottom: 20px;
    }
    .invite_talent01 .con-hidden{
        padding: 20px 0 30px;
    }
    .invite_talent01 .talent02-con {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .invite_talent01 .text {
        margin-bottom: 15px;
    }
    .deliver_btn{
        width: 115px;
        margin: 0 auto;
    }
}