* {
    margin: 0;
    padding: 0
}

.home {
    height: 100%;
    overflow: hidden;
}
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}
.modalShow{
    display: block;
}
.modalHideen{
    display: none;
}
.modal .container{
    width: 9.0rem;
    height: 5.12rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: .25rem;
    padding: .5rem .7rem;
}

.modal .container .close{
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    position: absolute;
    right: -.4rem;
    top: -.2rem;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    line-height: .3rem;
    font-size: .2rem;
}
.close img{
    width: .5rem;
}
.pFlex{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: .4rem 0;
}

.pFlex span{
    margin: 0 0.3rem 0 .1rem;
}
.pFlex span:hover{
    color:blue;
    text-decoration:underline;
}
.modalIcon{
    width: .3rem;
    height: .3rem;
}
.content {
    width: 100%;
    position: relative;
}
.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #FFFFFF;
    height:1rem
}
.logo{
    height: .7rem;
    z-index: 1;

}
.navigationBar{
    display: flex;
    align-items: center;
    margin-left:1.9rem;
    margin-top:0.31rem;
}
.nav{
    box-sizing: border-box;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
li{
    font-size: .2rem;
    color:#FFFFFF;
    padding: .2rem 0;
    margin: 0 .3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}
.historyChildren{
    position: absolute;
    top:.6rem;
    left: 0rem;
    width: 1.2rem;
    text-align: center;
    background-color:#FFFFFF;
    color:#316FF6;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.show{
    display: block;
}
.hidden{
    display: none;
}
.iconMore{
    width: .15rem;
    margin: 0 .05rem;
}
.blue{
    width: 1rem;
    height: 0.35rem;
    background: #28618a;
    font-size: .18rem;
    color:#FFFFFF;
    text-align: center;
    line-height: 0.35rem;
    cursor: pointer;
    margin-left:3.6rem;
    border: 1px solid #FFFFFF;

}
.white{
    width: 0.7rem;
    height: 0.35rem;
    background: #FFFFFF;
    font-size: .18rem;
    color:#316FF6;
    text-align: center;
    line-height: 0.35rem;
    cursor: pointer;
        border: 1px solid #FFFFFF;

}
.text{
    font-size: 1rem;
}
.active{
  border-bottom: 2px solid #FFFFFF;
}
.datafather{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 1.8rem;
    z-index: 199;
    margin-top: -.8rem;
    position:absolute;
}
.data{
    width: 12rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0px -3px 30px 0px rgba(0,0,0,0.1);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.dataFlex{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.iconData{
    width: 1.24rem;
    height: 1.24rem;
}
.dataBlue{
    font-size: .6rem;
    font-weight: bold;
    font-family: Alimama ShuHeiTi;
    color: #316FF6;
    margin: 0 .2rem;
}
.dataOrange{
    font-size: .6rem;
    font-weight: bold;
    font-family: Alimama ShuHeiTi;
    color: #F59103;
    margin: 0 .2rem;
}
.attiveState{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 1.5rem;
}
.iconTitle{
    width: 7.5rem;
}
.attiveStateContent{
    display: flex;
    margin-top: .5rem;
}
.picture{
    width: 3.84rem;
    height: 2.72rem;
}
.contentCard{
    display: flex;
    flex-direction: column;
    font-size: .23rem;
    border-radius: 8px;
    height: 4.2rem;
    background: #FFFFFF;
    margin: 0 .12rem;
}
.contentCardSpan{
    margin-top: .4rem;
    width: 3.44rem;
    display:inline-block;
    word-wrap:break-word;
    white-space:normal;
    margin: .4rem .2rem;
}
.knowMore{
    width: 3.82rem;
    height: .6rem;
    background: linear-gradient(174deg, #3069F3 0%, #5B9AF5 100%);
    border-radius: 30px;
    color: #FFF;
    font-size: .2rem;
    text-align: center;
    line-height: .6rem;
    margin-top: .79rem;
    cursor: pointer;
}
.areaCommunication{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 0;
    background-color: #fff;
    padding: 0;
}
.school{
    width: 12rem;
    text-align: center;
    margin-top: .5rem;
    font-size: .2rem;
    position: relative;
}
.schollItem{
    display: flex;
    position: absolute;
    top: 0;
}
.left{
    width: 1.3rem;
    /* padding:0 .6rem; */
    font-size: .24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    color:#316FF6;
    font-weight: bold;
}
.right{
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
}
.schoolLogo{
    width: 4rem;
}
.iconSmall{
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}
.spanFlex{
    display: flex;
    align-items: center;
}
.marlr{
    margin: 0 .6rem;
}
.schoolShow{
    display: block;
}
.schoolHideen{
    display: none;
}
.foot{
    height: 0.8rem;
    overflow: hidden;
    position: relative;
}
.footContent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: space-evenly;
    top:0
}
.top{
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: .2rem;
    color: #FFF;
    align-items: center;
    padding: .3rem 0 .2rem;
    border-bottom: 1px solid #4575d9;
}
.bottom{
    width: 100%;
    font-size: .18rem;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:0.3rem
}
.fixed{
    position: fixed;
    right: .1rem;
    top: 50%;
    width: .34rem;
    padding: .1rem .1rem;
    text-align: center;
    height: 1.6rem;
    font-size: .22rem;
    cursor: pointer;
    color:#316FF6;
    background: #FFFFFF;
    box-shadow: 0px -.03rem .3rem 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.technicalModal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}
.technicalModal .container{
    width: 10.0rem;
    height: 8.86rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: .25rem;
    padding: .5rem .7rem;
}

.technicalModal .container .close{
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    position: absolute;
    right: -.4rem;
    top: -.2rem;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    line-height: .3rem;
    font-size: .2rem;
}
.technicalModal .container .title{
   width: 100%;
   text-align: center;
   color: #316FF6;
   font-weight: 600;
   font-size: .4rem;
   margin-bottom: .4rem;
}
.technicalModal .container .flex-js{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .3rem 0;
 }
 .technicalModal .container .flex-js .flex{
    display: flex;
    align-items: center;
    width: 50%;
 }
 .technicalModal .container .flex-js .input{
    width: 40%;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: .2rem;
    color: #918E96;
    padding: .16rem .3rem;
 }
 .technicalModal .container .flex-js .input .realinput{
   border: none;
   font-size: .2rem;
   height: 100%;
   outline: none;
   background: #F8F8F8;
   width: 80%;
 }
 .technicalModal .container .flex-js .input .textarea{
    border: none;
    font-size: .2rem;
    height: 100%;
    outline: none;
    background: #F8F8F8;
    width: 100%;
  }
  textarea[class='textarea']::-webkit-input-placeholder {
    color:#918E96;
}
.subBtn{
    margin: .3rem auto;
    width: 3.82rem;
    height: .6rem;
    background: linear-gradient(174deg, #3069F3 0%, #5B9AF5 100%);
    border-radius: .3rem;
    text-align: center;
    line-height: .6rem;
    color: #FFF;
    cursor: pointer;
}
 .technicalModal .container .flex-js .flex .flex-y{
    display: flex;
    flex-direction: column;
    margin-left: .2rem;
    justify-content: space-evenly;
 }
 .technicalModal .container .flex-js .flex .flex-y p{
    font-size: .26rem;
 }
 .technicalModal .container .flex-js .flex .flex-y p:nth-of-type(1){
    color: #9B9CA8;
    font-size: .22rem;

 }
 .technicalModal .container .flex-js img{
    width: .9rem;
    height: .9rem;
 }
/* 7.17 */
.btngroup{width: 10rem;height: 1.5rem;margin: 0 auto; position: absolute;top: -0.5rem; background: linear-gradient(to right ,#ECC128,#FF9B0B);border-radius: .4rem;box-shadow: 0 7px 0 #E16215;margin-bottom: 50px;}
.btngroup .btn{font-size: .4rem;font-weight: bold;color: #fff;display: block;flex: 1;padding-left: .3rem;text-align: center;}
.btngroup .btn:hover{color: #fdeba6;}
.btngroup .btn_upload{background: url(../images/btn_upload.png) no-repeat 1.3rem center;background-size: auto .4rem;}
.btngroup .btn_download{background: url(../images/btn_download.png) no-repeat 1.3rem center;background-size: auto .4rem;border-left: 2px solid #fff;}
.gdflex{display: flex;justify-content: space-around;align-items: center;}
.areaCommunication{position: relative;padding-top: 1.2rem;}
