.jiaoyuhangye-top{
    text-align: center;
    padding-top: 10vh;
}
.tel-collect>input{
    width: 300px;
    padding-left: 20px;
    height: 44px;
    background: rgba(242, 242, 242, 1);
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.tel-collect>input:focus{
    outline: none;
}
.jiaoyuhangye-intro-image{
    width: 50%;
    margin-top: -23vh;
    margin-left: 25%;
    margin-bottom: 15vh;
}
.jiaoyuhangye-intro-image>img{
    width: 100%;
}
.jiaoyuhangye-bg{
    height: 66vh;
    background:url(/assets/homepage/home_bg.jpg) no-repeat center;
    background-size: cover;
}
.provider{
    text-align: center;
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 40px;
    margin-top: 80px;
}
.provider::after{
    content: "";
    display: block;
    width: 64px;
    height: 6px;
    border-radius: 3px;
    background-image: linear-gradient(to right, rgb(210 86 246), rgb(157 78 233)) ;
    margin: 10px auto;
}
.provider-example{
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.provider-example>div{
    flex: 1;
}
.provider-example>div img{
    width: 76px;
}
.custom{
    display: flex;
    align-items: center;
    margin-top: 80px;
    background-color: rgb(38 37 37);
}
.custom-desc{
    flex: 1;
    padding: 50px;
    color: #fff !important;
}
.custom-data{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.custom-data>div{
    flex: 1;
}
.custom-data>div>p:nth-child(1){
    font-size: 28px;
    line-height: 40px;
}
.custom-data>div>p:nth-child(2){
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.custom-pic-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-pic-row>div{
    width: 33%;
    position: relative;
    text-align: center;
}
.custom-pic-row>div>img{
    width: 100%;
}
.custom-pic-row>div .view{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,.5);
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.custom-pic-row>div:hover .view{
    animation: fadeIn 1s forwards;
}
.custom-pic-row>div:hover .view p{
    animation: customFadeUp 1s forwards;
}
.custom-pic-row>div .view p{
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff;
    padding: 0 40px;
    display: inline-block;
    border-radius: 40px;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.custom-pic-row>div .view p:hover{
    cursor: pointer;
}
@keyframes customFadeUp {
    from {
        margin-top: 100%;
    }
    to {
        margin-top: 30%; /* 结束状态：完全不透明 */
    }
}
.school{
    text-align: center;
    margin-top: 80px;
}
.school .custom-pic-row>div{
    margin-bottom: 20px;
    width: calc(33% - 20px);
    margin: 10px;
}
/*.youshi {
    margin-top: 100px;
}*/
.youshi .title-bg{
   margin-right: 50%;
   height: 600px;
   padding:50px 5%;
   background-color: rgb(250 250 250);
}
.youshi-list{
    margin-top: -275px;
    margin-left: 5%;
    margin-right: 5%;
}
.youshi-list-row{
    display: flex;
    align-items: center;
}
.youshi-list-row>div{
    flex: 1;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin: 10px;
    box-shadow: 0px 0px 40px 4px rgb(237, 237, 237);
}
.youshi-list-row>div img{
    width: 60px;
    height: 60px;
}
/* 手机屏幕 */
@media screen and (max-width: 767px) {
    .provider-example{
        flex-wrap: wrap;
    }
    .provider-example>div{
        flex: unset;
        width: 50%;
        margin-top: 20px;
    }
    .provider-example>div .title-ms{
        margin-top: 20px;
    }
    .provider-example>div img{
        width: 35px;
    }
    .custom{
        display: block;
    }
    .custom-pic-row>div{
        flex: unset;
        width: 50%;
    }
    .school .custom-pic-row>div{
        width: calc(50% - 18px);
        margin: 8px;
    }
    .school .custom-pic-row>div:not(:first-child){
        margin-left:8px;
    }
    .custom-pic-row{
        flex-wrap: wrap;
    }
    .youshi-list-row{
        display: block;
    }
}
/* 手机屏幕 */
@media screen and (max-width: 767px) {
    .youshi-list {
        margin-top: -43vh;
    }
}
