/*--------第五个模块*/
.talent_module_h5{
    padding-bottom: 1.05rem;
    font-size: 1.1rem;
    color: #222222;
    font-weight: bold;
    text-align: center;
}
.talent_module_h5 i{
    display: inline-block;
    margin: 0 0.5rem;
    width: 1rem;
    height: 0.1rem;
    background: #EE5E57;
    vertical-align: middle;
}
.talent_module_h5 span{
    display: inline-block;
    width: 1.8rem;
    height: 0.1rem;
    background: #EE5E57;
    vertical-align: middle;
}
.talent_module_h5 span:nth-child(2){
    margin-right: 0.5rem;
}
.talent_module_h5 span:nth-child(3){
    margin-left: 0.5rem;
}
.talent_module5 .talent_module_h5{
    margin-top: 2.5rem;
    color: #666666;
}
.talent_module5 .talent_module_h5 i,.talent_module5 .talent_module_h5 span{
    background: #666;
}
.talent_module5_list{
    margin: 1.1rem 1rem 0;
}
.talent_module5_list li{
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
}
.talent_module5_list li img{
    display: block;
    width: 7.75rem;
}
.talent_module5_right{
    position: absolute;
    top: 0;
    right: 0.9rem;
    overflow: hidden;
}
.talent_list_h6{
    padding: 1.55rem 0;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
}
.talent_list_h6 span{
    font-size: 0.5rem;
}
.talent_module5_right>span{
    margin-right: 0.2rem;
    padding: 0.05rem 0.25rem;
    font-size: 0.5rem;
    color: #ffffff;
    border: 0.05rem solid #ffffff;
    float: right;
}
.talent_module5_right>span i{
    font-size: 0.5rem;
    margin-right: 0.1rem;
}

.talent_module5_list li.gradient_blue1{
    background:linear-gradient(left top,rgba(96,204,248,1) 0%,rgba(107,64,246,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(96,204,248,1) 0%,rgba(107,64,246,1) 100%);
}
.talent_module5_list li.gradient_yellow1{
    background:linear-gradient(left top,rgba(246,200,82,1) 0%,rgba(229,123,69,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(246,200,82,1) 0%,rgba(229,123,69,1) 100%);
}
.talent_module5_list li.gradient_blue2{
    background:linear-gradient(left top,rgba(112,237,233,1) 0%,rgba(73,174,226,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(112,237,233,1) 0%,rgba(73,174,226,1) 100%);
}
.talent_module5_list li.gradient_blue3{
    background:linear-gradient(left top,rgba(76,185,248,1) 0%,rgba(38,118,247,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(76,185,248,1) 0%,rgba(38,118,247,1) 100%);
}
.talent_module5_list li.gradient_purple1{
    background:linear-gradient(left top,rgba(190,104,234,1) 0%,rgba(110,132,241,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(190,104,234,1) 0%,rgba(110,132,241,1) 100%);
}
.talent_module5_list li.gradient_purple2{
    background:linear-gradient(left top,rgba(247,149,230,1) 0%,rgba(181,124,255,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(247,149,230,1) 0%,rgba(181,124,255,1) 100%);
}
.talent_module5_list li.gradient_red1{
    background:linear-gradient(left top,rgba(239,176,172,1) 0%,rgba(241,109,100,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(239,176,172,1) 0%,rgba(241,109,100,1) 100%);
}
.talent_module5_list li.gradient_green1{
    background:linear-gradient(left top,rgba(109,223,161,1) 0%,rgba(34,145,85,1) 100%);
    background:-webkit-linear-gradient(left top,rgba(109,223,161,1) 0%,rgba(34,145,85,1) 100%);
}