body
{
    padding: 0;
    margin: 0;
    width: 100%;
    background: #05082c;
}
.home-box {
    width: 100%;
    min-width: 1920px;
    height: 1080px;
    background: url("../../image/bg1.png") no-repeat;
    background-size: 100% 1080px;
    overflow: hidden;

}
.home-t{
    width: 100%;
    height: 120px;
    position: relative;
}
.home-t img{
    width: 338px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
}
.b-title{
    width: 1040px;
    height: 109px;
    background: url("../../image/titlebg.png") no-repeat;
    background-size: 100% 109px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #01EEDE;
    line-height: 90px;
}
.home-b{
    display: flex;
    min-width: 1080px;
    justify-content: space-around;
    height: 100%;
}
.home-b-l{
    width: calc((100% - 80px) / 10 * 3);
    min-width: 300px;
}
.home-b-m{
    width: calc((100% - 80px) / 10 * 4);
    min-width: 400px;
}
.home-b-r{
    width: calc((100% - 80px) / 10 * 3);
    min-width: 300px;
}
.major-rank{
    width: calc(100% - 40px);
    height: 433px;
    padding: 20px;
    background: url("../../image/box_bg.png") no-repeat;
    background-size: 100% 473px;
    position: relative;
}
.rank-tag{
    width: 237px;
    height: 130px;
    position: absolute;
    right: 3px;
    top: 2px;
    -webkit-animation:flashing1 5s linear infinite;
}
.sou-col{
    margin: 20px 0;
    width: calc(100% - 40px);
    height: 122px;
    padding: 10px 20px;
    background: url("../../image/collegedata_bg2.png") no-repeat;
    background-size: 100% 142px;
    position: relative;
    overflow: hidden;
}
.sou-tag{
    width: 171px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation:toRight 8s linear infinite;
}
.stu-dyn{
    width: calc(100% - 40px);
    height: 250px;
    padding: 10px 20px;
    background: url("../../image/box_bg.png") no-repeat;
    background-size: 100% 270px;
}
.main-map{
    width: calc(100% - 40px);
    height: 595px;
    padding: 20px;
}
.hot-sea{
    margin-top: 20px;
    width: calc(100% - 40px);
    height: 250px;
    background: url("../../image/box_bg.png") no-repeat;
    background-size: 100% 270px;
    padding: 10px 20px;
    position: relative;
}
.int-industry{
    width: calc(100% - 40px);
    height: 406px;
    padding: 20px;
    background: url("../../image/box_bg.png") no-repeat;
    background-size: 100% 446px;
    position: relative;
}
.int-salary{
    margin-top: 20px;
    width: calc(100% - 40px);
    height: 420px;
    background: url("../../image/box_bg.png") no-repeat;
    background-size: 100% 460px;
    padding: 20px;
    position: relative;
}
.major-rank-t{

}
.title{
    display: flex;
    align-items: center;
}
.title .tag{
    width: 3px;
    height: 20px;
    border-radius: 1px;
    background: #01EEDE;

}
.title .text{
    font-size: 22px;
    color: #01EEDE;
    margin-left: 10px;
    font-weight: bold;
}
.title .text1{
    font-size: 18px;
    color: #01EEDE;
    margin-left: 10px;
    font-weight: bold;
}
#rank{
    width: 100%;
    height: 200px;
}
.sex-area{
    width: 100%;
    height: 180px;
    display: flex;
    position: relative;
}
.map-area{
    position: relative;
}
.map-rank{
    width: 150px;
    height: 332px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tit-tag{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.tit-tag-l {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #01EEDE;
    margin-right: 20px;
}
.tit-tag-l .img{
    width: 12px;
    height: 12px;
    background:linear-gradient(180deg,rgba(249,136,195,1) 0%,rgba(240,80,144,1) 100%);
    margin-right: 5px;
}
.tit-tag-r{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #01EEDE;
    margin-right: 20px;
}
.tit-tag-r .img{
    width: 12px;
    height: 12px;
    background:linear-gradient(180deg,rgba(71,183,250,1) 0%,rgba(34,129,243,1) 100%);
    margin-right: 5px;
}
.sex-area .tip2{
    font-size: 12px;
    color: #01EEDE;
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.sex-area .tip1{
    font-size: 12px;
    color: #01EEDE;
    position: absolute;
    bottom: 10px;
    right: 50%;
}
#sex-l{
    width: 50%;
    height: 180px;
    position: relative;
}
#sex-r{
    width: 50%;
    height: 180px;
    position: relative;
}
#salary{
    width: 100%;
    height: 160px;
}
#industry{
    width: 100%;
    height: 200px;
}
#want{
    width: 100%;
    height: 180px;
}
#hot-sea{
    width: 100%;
    height: 200px;
}
.area{
    width: 100%;
    height: 220px;
    display: flex;
}
#area-l{
    width: 50%;
    height: 220px;
}
#area-r{
    width: 100%;
    height: 220px;
    position: relative;
}
.area-r-tip{
    position: absolute;
    bottom: 0;
    right: 0;
}
#b-map{
    width: 82%;
    height: 480px;
}
.sch-list{
    width: 100%;
    height: 84px;
    overflow-y: scroll;
    padding: 10px 0;
}
::-webkit-scrollbar {display:none}
.sch-list .item{
    font-size: 12px;
    color: #84C7F7;
    padding: 4px 6px;
}
.sch-list :nth-child(2n - 1){
    background:rgba(19,43,108,0.5);
}
.stu-list{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 10px 0;
}
.stu-list .item{
    font-size: 12px;
    color: #84C7F7;
    padding: 4px 6px;
}
.stu-list :nth-child(2n - 1){
    background:rgba(19,43,108,0.5);
}
.map-data{
    width: 100%;
    height: 120px;
    display: flex;
}
.map-data-l{
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map-data-l .tit{
    font-size: 20px;
    color: #84C7F7;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.map-data-l .tit span{
    font-size: 30px;
    font-weight: bold;
    margin-left: 2px;
    background:linear-gradient(180deg, rgba(101,255,252,1) 0%, rgba(0,211,255,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.b-tit{
    font-size: 40px;
    color: #65FFFC;
    font-weight: bold;
    margin-top: 10px;
}
.area-r-ani{
    width: 50%;
    height: 220px;
    position: relative;
}
.area-r-ani img{
    width: 216px;
    height: 216px;
    position: absolute;
    top: 2px;
    left: 6px;
    -webkit-animation:rotating 5s linear infinite;
}
@-webkit-keyframes rotating{

    0%{-webkit-transform:rotate(0deg);}

    100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes flashing{

    0%{opacity:0;}
    50%{opacity:1}
    100%{opacity:0}
}
@-webkit-keyframes toRight{

    0%{left:-20px;
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    100%{left:80%;
        opacity: 0;
    }
}
@-webkit-keyframes toRight1{

    0%{left:-10px;
        opacity: .5;}
    75%{
        opacity: .5;
    }
    100%{left:570px;
        opacity: 0;}
}
@-webkit-keyframes toRight2{

    0%{left:-10px;
        opacity: .5;}
    75%{
        opacity: .5;
    }
    100%{left:520px;
        opacity: 0;}
}
@-webkit-keyframes flashing1{

    0%{opacity:1;}
    50%{opacity:0}
    100%{opacity:1}
}
.sex-ani-l{
    width: 190px;
    height: 190px;
    border: 1px solid rgba(48,150,245,0.4);
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation:flashing 2s linear infinite;
}
.sex-ani-l .item1{
    width: 170px;
    height: 170px;
    border: 1px solid rgba(48,150,245,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sex-ani-l .item2{
    width: 150px;
    height: 150px;
    border: 1px solid rgba(48,150,245,1);
    border-radius: 50%;
}
.sex-ani-r{
    width: 190px;
    height: 190px;
    border: 1px solid rgba(241,85,149,0.4);
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation:flashing1 2s linear infinite;
}
.sex-ani-r .item1{
    width: 170px;
    height: 170px;
    border: 1px solid rgba(241,85,149,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sex-ani-r .item2{
    width: 150px;
    height: 150px;
    border: 1px solid rgba(241,85,149,1);
    border-radius: 50%;
}
.zhu-chart{
    display: flex;
    flex-direction: column;
}
.zhu-chart .item{
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: space-between;
}
.zhu-chart .item .tag{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background:linear-gradient(90deg,rgba(248,147,145,1) 0%,rgba(239,88,93,1) 100%);
    border-radius:2px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.zhu-chart .item .tag1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background:linear-gradient(226deg,rgba(36,160,205,1) 0%,rgba(59,59,227,1) 100%);
    border-radius:2px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.zhu-chart .item .text{
    font-size: 12px;
    color: #84C7F7;
    margin-left: 4px;
}
.zhu-chart .item .width{
    width: 60px;
    height: 5px;
    background: #666666;
    border-radius: 2px;
    margin-left: 12px;
}
.width-item{
    background:linear-gradient(90deg,rgba(248,147,145,1) 0%,rgba(239,88,93,1) 100%);
    height: 5px;
    border-radius: 2px;
}
.width-item1{
    background:linear-gradient(226deg,rgba(36,160,205,1) 0%,rgba(59,59,227,1) 100%);
    height: 5px;
    border-radius: 2px;
}
.hot-bg{
    width: 100%;
    height: 147px;
    position: absolute;
    left: 3px;
    bottom: 3px;
    opacity: .6;
}
.hot-bg1{
    width: 210px;
    height: 63px;
    position: absolute;
    left: 0;
    top: -29px;
    opacity: .5;
    -webkit-animation:toRight2 8s linear infinite;
}
