html, body {
    width: 100%;
}
*{
    padding:0;
    margin:0;
}
#app {
    width: 100%;
    height: 100vh;
}
.hy_content {
    /*width: 1200px;*/
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
}
.hy_header {
    position: relative;
    width: 100%;
    height: 88px;
    background: #fff;
}
.logo_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}
.logo_header img {
    width: 52px;
    height: 52px;
}
.logo_header .title {
    font-weight: 600;
    font-size: 28px;
    color: #5864ff;
}
.qrcode_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    height: 56px;
    align-items: center;
}
.qrcode_box #qrcode {
    width: 56px;
    height: 56px;
    margin-right: 8px;
}
.qrcode_box p:first-child {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.qrcode_box p:last-child {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
}
.nav-box{
    width: 1200px;
    margin:0 auto;
}
.nav-box>ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    color: black;
}
.nav-box ul li{
    display: flex;
    align-items: center;
}
.nav-box ul li p{
    color: black;
    margin-left: 10px;
}
.nav-box ul li div img{
    width: 24px;
    height: 24px;
}
.login{
    width: 348px;
    height: 318px;
    border-radius: 4px;
    background: #00000040;
    position: absolute;
    top:20px;
    right:300px;
}
.swiper{
    position: relative;
    background: url("/assets/img/banner.png");
    background-size: 100% 125%;
    /*width: 1200px;*/
    height:350px;
    margin: 0 auto;
}
.login>div{
    padding: 20px 20px;
}
label{
    font-size: 16px;
    color:#fff;
}
.input-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 8px;
}
.input-box>input{
    width: 310px;
    height: 48px;
    background: #fff;
    margin:16px 0;
    padding-left:30px ;
    border:0;

}
.input-box>.username{
    background: url("/assets/img/login/user.png") no-repeat 2% center  #fff;
    width: 310px;
    height: 48px;
    margin:16px 0;
    padding-left:30px;
    border:0;
    outline: 0;
    box-sizing: border-box;
}

.input-box>.upwd{
    background: url("/assets/img/login/pwd.png") no-repeat 2% center  #fff;
    width: 310px;
    height: 48px;
    margin:16px 0;
    padding-left:30px ;
    border:0;
    outline: 0;
    box-sizing: border-box;
}
.bottom{
    margin-top: 8px;

}
.bottom label{
    color:#fff;
    font-size: 12px;
}
.bottom>p{
    float: right;
    color: #fff;
    font-size: 12px;
}
.query{
    width: 310px;
    height: 48px;
    border-radius: 4px;
    background: #5864ff;
    box-shadow: 0 4px 8px #5864ff33;
    text-align: center;
    line-height: 48px;
    color:#FFFF;
    border:0;
    margin-top: 10px;
}
.platform{
    width: 1200px;
    margin:0 auto;
}
.bestApplication{
    background: #f1f1f1;
    width:100%;
    height:auto;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
    position: relative;
}
.swiperBox{
    width: 1200px;
    height: 250px;
    /*background: mediumvioletred;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiperBoxMax{
    /*width: 7220px;*/
    height: 150px;
    margin-top: 100px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transition: 2s;
}
.swiperBoxMaxItem{
    width: 285px;
    /*height: 100px;*/
    height: 100%;
    background: #fff;
    margin-right: 20px;
    border-radius: 8px;
    position: relative;
}
.swiperBoxMaxItem img{
    border-radius: 50%;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #e5eeff;
}
.swiperBoxMaxItem p{
    margin-top: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.leftBtn{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #d2d2d2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    left: 8%;
    top: 50%;
    transform: translateX(-50%);
}
.rightBtn{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #d2d2d2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    right: 4%;
    top: 50%;
    transform: translateX(-50%);
}
.bestApplication>.title,.platform>.title{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #0c1f32;
    padding-top: 56px;
    position: relative;
}
.allIcon{
    position: absolute;
    right: 15%;
    font-size: 14px;
}
.icon_group{
    margin-top:50px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*width:1300px;*/
}

/*.icon_group>div {*/
/*    margin: 0 48px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width:140px;*/
/*    margin:32px;*/
/*}*/
/*.icon_group>div{*/
/*    opacity:1;*/
/*    transform: translateY(0) rotateX(0);*/
/*    transition: all 0.6s ease-in-out 0s;*/
/*}*/
/*.icon_group>div:hover{*/
/*    transform: translateY(-100%) rotateX(90deg);*/
/*    transform-origin:bottom center;*/
/*    opacity:1;*/
/*}*/
/*.icon_group>div>.over-layer {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    background: #333d4b;*/
/*    text-align: center;*/
/*    padding: 0 20px;*/
/*    transition: all 0.60s ease-in-out 0s;*/
/*}*/
/*.icon_group>div:hover.over-layer{*/
/*    opacity: 1;*/
/*}*/
.icon_group>div>p{
    text-align: center;
    padding-top:8px;
}
.icon_group>div>img{
    width: 72px;
    height: 72px;
}

div>img{
    width: 72px;
    height: 72px;
}
.icon_group2>.teacher,.icon_group2>.zichan,.icon_group2>.bigdata,.icon_group2>.zhihuibangong{
    margin-left:75px;
}
.platform>ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 48px;
}
.count{
    color:#34DAA9;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    padding-bottom: 6px;
}
.xiaoxue{
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color:#F3853F;
    padding-bottom: 6px;
}
.higscool{
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #fbbb32;
    padding-bottom: 6px;
}
.senior{
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #b761f8;
    padding-bottom:6px;
}
.other{
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #00abff;
    padding-bottom:6px;
}
.schoolTotal{
    text-align: center;
}
.hy_echarts {
    width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
    background: #fafafa;

}
.hy_echarts_header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 114px;
    border-bottom: 1px solid #e9e9e9;
}
.echarts_header_item {
    flex: 1;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.echarts_header_item p{
    width: 100%;
}
.echarts_header_item p:first-child {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.echarts_header_item p:last-child {
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.hy_echarts_content {
    display: flex;
    width: 100%;
    height: 233px;
}
.hy_echarts_content section {
    flex: 1;
    height: 100%;
}
.echarts_info {
    display: flex;
    align-content: center;
    justify-content: space-around;
    border-right: 1px solid #e9e9e9;
}
.echarts_info_item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: 52px;
    margin-bottom: 16px;
    overflow: hidden;
}
.echarts_info_item p {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #ff7d00;
}
.echarts_info_item p:last-child {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
}
.echarts_apply {
    border-right: 1px solid #e9e9e9;
}

.zixun>h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #0c1f32;
}
.zixun{
    width: 1200px;

    /*margin-top:56px;*/
    margin: 56px auto 0 auto;
}
.tabs_group{
    display: flex;
    justify-content: center;
    margin:24px 20px;
    align-items: center;
}
.tabs_group>.edu-1{
    width: 104px;
    height: 32px;
    border-radius: 4px;
    background: #fafafa;
    text-align: center;
    line-height: 32px;
    color: #000000;

}
.tabs_group>.active{
    background: #5864FF;
    color: #fff;
}

.tabs_group>.edu-2{
    width: 104px;
    height: 32px;
    border-radius: 4px;
    background: #fafafa;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #00000073;
    text-align: center;
    margin: 0 20px;
}

.desc>ul{
    display: flex;
    justify-content: space-around;
    margin: 40px;
    list-style: none;
}
.desc-1{
    display: flex;
    align-items: center;
}

.desc-1>p{
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-left: 10px;
}
.desc-1>img{
    width: 24px;
    height: 24px;
    background: transparent;
}
.link{
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #5864ff;
    margin-bottom:20px;
}
.text{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #000000d9;
}
.context{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #000000d9;
    margin:10px 0;
}
.jishu {
    text-align: center;
}
.footer{
    margin-top:64px;
}
.carousel-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width:600px;
}
carousel-box>.box-1{
    margin-top:20px;
    display: none;
}
.carousel-box>.box-1>.title-1{
    width: 285px;
    height: 46px;
    font-weight: bolder;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #000000d9;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* 实现限制文字显示多少行,也就是说要多少行是出现省略号,我这里设置三行就让文本出现省略号 */
    -webkit-line-clamp: 3;
    margin-top: 12px;
}
.carousel-box>.box-1>.title-2{
    width: 285px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #00000073;
    margin-top: 18px;
}
.carousel-box>.box-1{
    margin-top: 20px;
}
.carousel-box>.box-1>img{
    width: 285px;
    height: 160px;
    border-radius: 4px;
}
.self-tip {
    margin-bottom: 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bolder;
}
.bottom .code-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 75px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
    color:#333;
}
.code-div{
    margin-left: 112px;
    min-height: 36px
}
.code-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    width: 196px;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 8px;
}
.getCode{
    margin-left: 56px;
    height: 28px;
    margin-top: 8px;
    transform: translate(-50%, 0);
    border-radius: 2px;
    background: #1890ff;
    font-size: 12px;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;
    width:100px;
    text-align: center;
}
.hy-red::-webkit-input-placeholder {
    /* WebKit browsers */
    color: red;
}
.hy-red:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
}
.hy-red::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
}
.hy-red:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: red;
}
.hy-red-2::-webkit-input-placeholder {
    /* WebKit browsers */
    color: red;
}
.hy-red-2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
}
.hy-red-2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
}
.hy-red-2:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: red;
}
.con-active{
    display: block;
}

.finger{
    cursor: pointer;
}
.codeTime{
    text-align: center;
    line-height: 28px;
}

.iconAll{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.iconAll >div{
    width: 247px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-content: center;*/
    align-items: center;
}

.application{
    width: 300px;
    height: 300px;
    background: red;
}