

.box{
    min-height: 100%;
	background: url(../images/bg.png) 0 0 no-repeat;
    background-color: #333fff;
    background-size: 100%;
    text-align: center;
    padding: 0 20% 100px;
}
/*
    background: url(../images/boxbg.png) 0 0 repeat-x;
    background-color: rgb(4,104,239);
    background-size: 100%;*/
.logo{
    margin: 20px 0 0;
}
.titlebox>div{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 20px;
}
/*.titlebox>div::before{
    content: " ";
    background: url(../images/pen.png) no-repeat;
    width: 215px;
    background-size: 80%;
    height: 200px;
    display: inline-block;
    position: absolute;
    left: -210px;
    top: -20px;
}*/
/* .titlebox>div:nth-child(1){
    width: 25%;
} */
/* .titlebox>div:nth-child(2){
    margin-top: 10px;
    width: 72%;
} */
.titlebox .pen{
    width: 100%;
    max-width: 200px;
    float: right;
}
.titlebox .title{
    font-size: 44px;
    color: white;
    font-weight: bold;
}
.time{
    margin: 40px auto;
}
.time span{
    
	background: url(../images/timebg.png) no-repeat no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}/*background: white;
    color: rgb(3,98,238);*/
.content{
    margin: 40px auto;
    font-size: 18px;
    color: white;
    text-align: left;
    line-height: 26px;
}
.qr{
    height: 200px;
}
.qrimg{
    width: 200px;
    display: inline-block;
}
.qrcontent{
    font-size: 16px;
    background: rgb(230,240,253);
    width: calc(100% - 200px);
    min-height: 150px;
    margin-top: 18px;
    border-radius: 0 20px 20px 0;
    margin-left: -10px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.qrcontent .dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(3,98,238);
    border-radius: 50%;
}
.schoolBox{
    margin-top: 30px;
}
.schoolBox .title{
    color: white;
    font-weight: bold;
    font-size: 26px;
    margin: 50px 0;
}
.schoolBox .title span{
    margin-top: -5px;
    display: inline-block;
    padding: 0 30px;
}
.schoolBox .title img{
    width: 100px;
    vertical-align: bottom;
}
.schoolBox .title .img2{width:80%;}
.schoolBox ul{
    width: 100%;

}
.schoolBox ul li{
    width: 30%;
    float: left;
    margin-bottom: 20px;
}
.schoolBox ul li+li{
    margin-left: 5%;
}
.schoolBox ul li+li:nth-child(3n+1){
    margin-left: 0;
}
.schoolBox .schoolItem{
    position: relative;
}
.schoolBox .schoolTitle{
    height: 50px;
    background: url(../images/orange.jpg) no-repeat;
    background-size: 100% 100%;
    line-height: 50px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.schoolBox .smaller{
    font-size: 18px;}
.schoolBox .schoolLine{
    position: absolute;
    border-top: 2px dotted rgb(3,98,238);
    width: 100%;
    top: 48px;
    box-sizing: border-box;
    top: 48px;
}
.schoolBox .schoolLine .dot{
    background: rgb(3,98,238);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    top: -5px;
    left: -5px;
}
.schoolBox .schoolLine .dot:nth-child(2){
    left: 5px;
}
.schoolBox .schoolContent{
    height: 120px;
    background: white;
    border-radius: 0 0 10px 10px;
    padding-top: 25px;
    box-sizing: border-box;
}
.schoolBox .schoolContent>div:nth-child(1){
    width: 30%;
    height: 100%;
    box-sizing: border-box;
}
.schoolBox .schoolContent>div:nth-child(2){
    width: 68%;
    height: 100%;
    box-sizing: border-box;
}
.schoolBox .schoolContent .schoolLogo{
    width: 100%;
    max-width: 96px;
    padding-left: 10%;
}
.schoolBox .schoolContent .blue{
    background: url(../images/blue.jpg) no-repeat;
    background-size: 100% 100%;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: white;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
}
.schoolBox .schoolContent .blue i{
    background: url(../images/bluelogo.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    margin-right: 10px;
}
.schoolBox .schoolContent .orange{
    background: url(../images/orange.jpg) no-repeat;
    background-size: 100% 100%;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: white;
    width: 80%;
    margin: 10px auto 0;
    font-weight: bold;
}
.schoolBox .schoolContent .orange i{
    background: url(../images/orangelogo.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    margin-right: 10px;
}
.schoolBox .schoolContent .blue a,
.schoolBox .schoolContent .orange a{
    font-size: 16px;
}

/* 版权 */
.pc{
    background: rgb(67,131,248);
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 15px 0;
}

/* 弹窗 */
.pop{
    padding-top: 200px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.popbox{
    position: relative;
    background: url(../images/popbg.png) no-repeat;
    background-size: 100% 100%;
    height: 470px;
    width: 400px;
    min-width: 400px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.popbox>p{
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.popcloose{
    position: absolute;
    background: url(../images/popcloose.png) no-repeat;
    background-size: 100%;
    top: -60px;
    left: 180px;
    width: 50px;
    height: 50px;
}
.popmid{
    background: url(../images/popmid.png) no-repeat;
    background-size: 100%;
    color: rgb(3,98,238);
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    font-size: 26px;
    padding: 15px 0;
}