@media (min-width: 1201px){

    .aboutUs_hire{
        width: 73vw;
        margin: 0 auto;
    }

    .enterpriseChannel_bid{
        width: 73vw;
        margin: 0 auto;
    }

    .enterPriceChannel_brand{
        line-height: 4vw;
        display: flex;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 0.8vw;
        height: 0.8vw;
        margin-top: 1.6vw;
    }

    /* 英才 */
    .hire{
        width: 71vw;
        margin: 0 auto;
        padding-top: 1vw;
        padding-bottom: 3vw;
    }

    .hire_title{
        font-size: 1.2vw;
        font-weight: 900;
        margin-bottom: 1vw;
    }

    .hire_innerBox{
        height: 3vw;
        overflow: hidden;
        padding: 2vw;
        border-radius: 0.5vw;
        transition: 0.3s;
        margin-bottom: 2vw;
        box-shadow: 0 0.1vw 0.1vw 0 rgba(0,0,0,0.2);
    }

    .hire_showBoxBtn{
        display: flex;
        justify-content: space-between;
        margin-bottom: 2vw;
        cursor: pointer;
    }

    .hire_showBoxBtn_left{
        display: flex;
    }

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

    .hire_showBoxBtn_left_img img{
        width: 2.5vw;
        height: 2.5vw;
        margin-right: 2vw;
        object-fit: contain;
    }

    .hire_showBoxBtn_left_word_name{
        font-size: 1.2vw;
        font-weight: 900;
        margin-bottom: 0.5vw;
    }

    .hire_showBoxBtn_left_word_content{
        font-size: 0.8vw;
        color: #666666;
    }

    .hire_showBoxBtn_right{
        position: relative;
    }

    .hire_showBoxBtn_right .icon{
        width: 1vw;
        height: 1vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .open_box{
        padding-top: 2vw;
        padding-bottom: 2vw;
        display: flex;
        justify-content: space-between;
        border-top: 0.1vw solid gray;
    }

    .open_box_left_title{
        font-size: 1vw;
        font-weight: 900;
        margin-bottom: 1vw;
    }

    .open_box_left_word{
        color: #666666;
        font-size: 0.8vw;
        margin-bottom: 1vw;
    }

    .open_box_left_word2{
        color: #666666;
        font-size: 0.8vw;
    }

    .open_box_left_emial{
        margin-bottom: 1vw;
    }

    .open_box_left_emial span:nth-child(1){
        font-size: 0.9vw;
    }

    .open_box_left_emial span:nth-child(2){
        font-size: 0.8vw;
        color: #f07455;
    }
}

@media (max-width: 1200px){


    .enterPriceChannel_brand{
        width: 95%;
        margin: 0 auto;
        margin-top: 10vw;
        margin-bottom: 2vw;
        display: flex;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 1vw;
        margin-right: 1vw;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 4vw;
        height: 4vw;
        margin-top: 1.2vw;
    }

        /* 英才 */
        .hire{
            width: 95%;
            margin: 0 auto;
            padding-top: 2vw;
            padding-bottom: 6vw;
        }
    
        .hire_title{
            font-size: 4vw;
            font-weight: 900;
            margin-bottom: 2vw;
        }
    
        .hire_innerBox{
            height: 12vw;
            overflow: hidden;
            padding: 4vw;
            border-radius: 1vw;
            transition: 0.3s;
            margin-bottom: 4vw;
            box-shadow: 0 0.2vw 0.2vw 0 rgba(0,0,0,0.2);
        }
    
        .hire_showBoxBtn{
            display: flex;
            justify-content: space-between;
            margin-bottom: 4vw;
            cursor: pointer;
        }
    
        .hire_showBoxBtn_left{
            display: flex;
        }
    
        .hire_showBoxBtn_left_img{
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .hire_showBoxBtn_left_img img{
            width: 5vw;
            height: 5vw;
            margin-right: 4vw;
            object-fit: contain;
        }
    
        .hire_showBoxBtn_left_word_name{
            font-size: 3vw;
            font-weight: 900;
            margin-bottom: 1vw;
        }
    
        .hire_showBoxBtn_left_word_content{
            font-size: 3vw;
            color: #666666;
        }
    
        .hire_showBoxBtn_right{
            position: relative;
        }
    
        .hire_showBoxBtn_right .icon{
            width: 2vw;
            height: 2vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
    
        .open_box{
            padding-top: 4vw;
            padding-bottom: 4vw;
            display: flex;
            justify-content: space-between;
            border-top: 0.2vw solid gray;
        }
    
        .open_box_left_title{
            font-size: 4vw;
            font-weight: 900;
            margin-bottom: 2vw;
        }
    
        .open_box_left_word{
            color: #666666;
            font-size: 3vw;
            margin-bottom: 2vw;
        }
    
        .open_box_left_word2{
            color: #666666;
            font-size: 3vw;
        }
    
        .open_box_left_emial{
            margin-bottom: 2vw;
        }
    
        .open_box_left_emial span:nth-child(1){
            font-size: 3.5vw;
        }
    
        .open_box_left_emial span:nth-child(2){
            font-size: 3vw;
            color: #f07455;
        }
}

.hire_showBoxBtn:hover{
    color: #3c5b80;
}

.add{
    display: block;
}

.last{
    display: none;
}