.page-home {
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(206deg, #FFECE3 0%, #FFFFFF 33%); */
    margin: 0;
    position: relative;
}

.page-home-bjs {
    width: 100%;
    height: 403px;
    background: linear-gradient(180deg, #FB4765 0%, rgba(238, 238, 238, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.page-home-wz {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 19px;
}

.page-home-wz .wz {
    width: 193px;
    height: 27px;
}

.page-home-ss {
    position: relative;
    margin-top: 9px;
    margin-bottom: 10px;
}

#fileInput {
    display: none;
  }
.page-home-ss .imgsys {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 9px;
    z-index: 999;
}

.page-home-ss .imgewm{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 70px;
    z-index: 999;
}

.page-home-ss .inputpoy {
    width: calc(100% - 36px);
    height: 34px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 0px;
    padding-left: 35px;
    outline: none;

}

.page-home-ss button {
    width: 55px;
    height: 26px;
    background: linear-gradient(145deg, #FFA87E 0%, #FF4F31 100%);
    box-shadow: inset 0px -1px 3px 0px rgba(255, 207, 171, 0.78);
    border-radius: 13px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    border: 0px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.page-home-ss input::placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

.lunbotu {
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
}

.public {
    width: 100%;
    height: 34px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    backdrop-filter: blur(3px);
    font-size: 14px;
    color: #393330;
    /* padding-left: 12px; */
}

.public img {
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

.home-hw-xx {
    width: 100%;
    justify-content: space-between;
    margin-top: 7px;
}

.home-hw-xx-nr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-hw-xx-nr img {
    width: 68px;
    height: 68px;
}

.home-hw-xx-nr div {
    font-size: 12px;
    color: #303139;
}

.video_dr {
    width: 100%;
    height: 69px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.home-team {
    width: 100%;
    height: 220px;
    background: #FFFFFF;
    border-radius: 8px;
}

.team-bt {
    justify-content: space-between;
    padding: 10px;
}

.team-bt-dy {
    font-size: 16px;
    color: #303139;
    font-weight: bold;
}

.team-bt-de {
    color: #616161 !important;
    font-size: 14px;
}

.team-bt-de img {
    width: 13px;
    height: 13px;
    margin-left: 4px;
}

.home-team .container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px 10px 10px;
}

.home-team .slide {
    display: inline-block;
    width: 102px;
    height: 168px;
    background-color: #F3F3F3;
    margin-right: 7px;
}

.home-team .slide .imgspo {
    width: 100%;
    height: 116px;
    position: relative;
}

.home-team .slide .imgspo img {
    width: 102px;
    height: 116px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.home-team .slide .imgspo .home-bzzx {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 13px;
    background: linear-gradient(145deg, #FFA87E 0%, #FF4F31 100%);
    box-shadow: inset 0px -1px 3px 0px rgba(255, 207, 171, 0.78);
    border-radius: 10px;
    font-size: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 13px;
}

.home-team .slide .imgspo .home-yyxx {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 13px;
    background: linear-gradient(145deg, #E67EFF 0%, #A631FF 100%);
    box-shadow: inset 0px -1px 3px 0px rgba(255, 207, 171, 0.78);
    border-radius: 10px;
    font-size: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 13px;
}

.home-team .slide .home-team-js {
    width: 92px;
    margin: 0 auto;
    margin-top: 5px;
}

.home-team .slide .home-team-js :nth-child(1) {
    width: 100%;
    font-size: 14px;
    color: #303139;
    font-weight: bold;
    margin-bottom: 2px;
}

.home-team .slide .home-team-js :nth-child(2) {
    width: 100%;
    font-size: 10px;
    color: #7c7f8a;
}

.hmoe-rankings {
    width: 100%;
    height: 136px;
    justify-content: space-between;
}

.home-rankings-list {
    width: 50%;
    height: 136px;
    background: linear-gradient(180deg, #FA7B40 0%, #FFAC85 100%);
    border-radius: 8px;
    backdrop-filter: blur(3px);
    position: relative;
}

.hmoe-rankings-bt {
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 10px;
}

.hmoe-rankings-bt :nth-child(1) {
    font-weight: 600;
    font-size: 16px;
}

.hmoe-rankings-bt :nth-child(2) {
    font-weight: 400;
    font-size: 10px;
    font-family: cursive;
    margin-top: 5px;
}

.hmoe-rankings-dr {
    width: 100%;
    height: 77px;
    background: #FFFFFF;
    border-radius: 8px;
    background-color: rgba(253, 253, 253, 0.2);
    backdrop-filter: blur(3px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.hmoe-rankings-name {
    font-size: 13px;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 11px;
}

.hmoe-rankings-tx {
    width: 90%;
    margin: 0 auto;
    /* justify-content: space-between; */
}

.toxiang {
    width: 33px;
    height: 33px;
    border-radius: 4px;
    margin-right: 10px;
}

.hmoe-rankings-gd {
    width: 33px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 4px;
    /* opacity: 0.3; */
    background-color: rgba(253, 253, 253, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hmoe-rankings-gd img {
    width: 20px;
    height: 20px;

}

.home-secier {
    width: 48%;
}

.home-zbliek {
    width: 100%;
    height: 57px;
    background: #FAECDF;
    border-radius: 8px;
    backdrop-filter: blur(3px);
}

.toxiang-shuan {
    width: 40px;
    position: relative;
    

}

.toxiang-shuan img {
    width: 24px;
    height: 24px;
    border-radius: 50px;
}

.toxiang-shuan :nth-child(1) {
    /* margin-top: 11px; */
    margin-left: 10px;
}

.toxiang-shuan :nth-child(2) {
    position: absolute;
    top: 10px;
    left: 24px;
}

.home-zbliek-xx {
    color: #DE6B17;
    margin-left: 14px;
}

.home-zbliek-xx .poxolifk {
    font-weight: 600;
    font-size: 12px;
}

.home-zbliek-xx .poxolifk img {
    width: 6px;
    height: 6px;
    /* background-color: #A631FF; */
    margin-left: 4px;
}

.home-zbliek-xx .jckals {
    font-weight: 400;
    font-size: 10px;
    margin-top: 2px;
}

.home-material {
    width: 100%;
    height: 74px;
    /* padding-top: 15px; */
    /* margin-top: 10px; */
    justify-content: space-between;
}

.home-pocoll-dynam {
    width: 49%;
    height: 64px;
    border-radius: 8px;
    backdrop-filter: blur(3px);
    position: relative; 
    margin-top: 15px;
}

.home-pocoll-dynam .itdyn-xue {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-college {
    background: #E6E9FA !important;
}

.home-college:active, .home-college:focus,.home-college:hover, .home-college:link, .home-college:visited {
    background: #E6E9FA !important;
}

.home-college-xy {
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #8057B8;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}

.home-college-xy div{
    width: 60px;
}

.home-dynamic {
    background: #DFF4FA !important;
}
.home-dynamic:active, .home-dynamic:focus,.home-dynamic:hover, .home-dynamic:link, .home-dynamic:visited{
    background: #DFF4FA !important;
}

.home-dynamic-dt {
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #56AEB0;

    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}

.home-dynamic-dt div {
    width: 60px;
}

.home_poclo_dyna {
    width: 6px;
    height: 6px;
    margin-left: 5px;
}

.home-strategy:nth-child(2n){
    background-color: #fdf4f0;
}
.home-strategy {
    /*width: calc(100% - 20px);*/
    height: 92px;
    /*border-radius: 8px;*/
    /* background: #FFFFFF; */
    /* border-radius: 8px;
    backdrop-filter: blur(3px); */
    
    margin: 0 auto;
}
/* 第一个不显示 */
.home-video-b-b:nth-child(n + 2) {
    border-top: 1px solid #F5F5F5 !important;
}

.home-imgae {
    width: 96px;
    height: 72px;
    /* background: #FFF0EB; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    /* position: relative; */
    /* margin: 10px; */
    margin: 10px 10px 10px 0;
}

/* .home-imgae img {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.home-video-nr-hz{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    backdrop-filter: blur(3px);
}

.home-video-bt{
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 16px;
    color: #303139;
    padding-top: 8px;
    font-weight: bold;
}

.home-video-xq {
    width: calc(100% - 106px);
    font-size: 16px;
    color: #303139;
}

.home-gongyv img {
    width: 13px;
    height: 13px;
    margin-left: 4px;
}

.home-video-nr {
    /* width: 232px; */
    font-size: 12px;
    color: #8e8f96;
    margin-top: 4px;
}

.home-video-sj{
    text-align: right;
    font-size: 12px;
    color: #8e8f96;
    margin-right: 5px;
    margin-top: 3px;
    margin-right: 10px;
}

.material-dtbt {
    width: calc(100% - 30px);
    height: 175px;
    position: relative;
    border-radius: 5px;
    margin-top: 25px;
}

.material-dtbt img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.material-dtbt-nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.3);
}

.material-dtbt-nr-xq {
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 7px;
}

.material-dtbt-nr-xq :nth-child(1) {
    font-weight: 500;
    font-size: 18px;
}

.material-dtbt-nr-xq :nth-child(2) {
    width: 100%;
    color: #9b9898;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
}

.material-dtbt-nr-xq .material-dtbt-nr-xq-xx :nth-child(1) {
    width: 236px;
    font-weight: 500;
    font-size: 18px;
}

.material-dtbt-nr-xq .material-dtbt-nr-xq-xx :nth-child(2) {
    width: 256px;
    color: #9b9898;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
}

.material-dtbt-wa {
    width: calc(100% - 30px);
    height: 100px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
    justify-content: space-around;
}

.material-dtbt-wa-zt {
    font-weight: 600;
    font-size: 16px;
    width: 215px;
    height: 44px;
}

.material-dtbt-wa-yd {
    width: 215px;
    justify-content: space-between;
    font-weight: 500;
    font-size: 10px;
    color: #7C7C7C;
    margin-top: 16px;
}

.material-dtbt-wa-image {
    width: 96px;
    height: 73px;
    border-radius: 5px;
}

.ligtCrea_image {
    width: 32px !important;
    height: 32px !important;
}

.ligtCrea_form{
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.ligtCrea_form li {
    list-style-type:none;
    margin-bottom: 10px;
}

.ligtCrea_nr {
    width: 166px;
    height: 181px;
    background: #FFFFFF !important;
    border-radius: 5px;
    display: inline-block;
}

.ligtCrea_nr_image {
    width: 166px;
    height: 99px;
}

.ligtCrea_nr_bt {
    width: 150px;
    height: 40px;
    /* text-align: center; */
    margin-top: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #2C303F;
}

.ligtCrea_nr_bt :nth-child(1) {
    display: inline-block;
    width: 42px;
    height: 14px;
    background: #d3e6fc;
    border-radius: 2px;
    font-weight: 500;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    color: #4DA2FF;
    margin-right: 5px;
    
}

.ligtCrea_nr_an {
    width: 146px;
    height: 24px;
    background: linear-gradient(145deg, #FFA87E 0%, #FF4F31 100%);
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 auto;
}

.elite_team{
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 26px;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-between;

}
.elite_team:after{  
    content: "";
    height: 0;
    width: 102px;
}
.elite_team_nr {
    width: 110px;
    height: 184px;
    background: #FFFFFF;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    margin-bottom: 15px;

}

.elite_team_nr :nth-child(1){
    width: 110px;
    height: 140px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.elite_team_nr :nth-child(2){
    width: 88px;
    font-size: 14px;
    margin: 0 auto;
    color: #303139;
}
.elite_team_nr :nth-child(3){
    width: 88px;
    font-size: 10px;
    margin: 0 auto;
    color: #AAAAAA;
}