@font-face{
    font-family: '隶书';
    src:url(fonts/SIMLI.TTF)
}
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    color:#333;
    font-family: '隶书';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.cover{
    background: url(img/cover04.jpg) no-repeat top center;
    background-size:cover ;
    height: 100vh;
    overflow: hidden;
    font-family: '隶书';
    position: relative;

}
.cover:after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 3;
    box-shadow: 0px 20px 60px rgba(111, 138, 111,.4), 0px -20px 60px rgba(111, 138, 111,.4);
    transform: scale(.80,1);
    backdrop-filter:  blur(1px);
    background: rgba(0,0,0,0);
    border-radius: 80px;
}
.cover:before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: 0px 20px 60px rgba(111, 138, 111,.4), 0px -20px 60px rgba(111, 138, 111,.4);
    transform: scale(.90,1);
    backdrop-filter:  blur(1px);
    background: rgba(0,0,0,0);
    border-radius: 50px;
}
.bgImg{
    background-size:cover ;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    width: 80%;
    margin: 0 auto;
}


ul.list2{
    display: flex;
    font-size: 36px;
    
    justify-content: space-around;
    font-weight: bold;
    flex-wrap: wrap;
    width: 100%;
}
ul.list2 li{
    background: url(img/textBg.png) no-repeat center center ; 
    width: 238px;
    height: 314px;
    display: flex;
    justify-content: center;
    padding:88px 100px 0 108px;
    line-height: 1.6em;
    /* margin: 0 120px; */
    transition: transform .3s;
    /* transform: scale(1.1); */
}

@media (max-width: 1000px) {
    .cover{


    }
    .cover:after{
        height: 80%;
        top:10%;
        transform: scale(.94);
    }
    .cover:before{
        height: 92%;
        top:4%;
        transform: scale(.98);
    }
    .bgImg{
        width: 200%;
        left: -50%;
        transform: scale(.5);
    }
    ul.list2 {
        justify-content: center;
    }
}
ul.list2 li:hover{
    transform:  translateY(2px);
}
ul.list2 li a{
    color:#156070;
}

.calendar{
    width: 658px;
    height: 607px;
    background: url(img/rlBg.png) ;
    padding:196px 66px 0;
    margin: 16px auto 0;
    position: relative;
    top:-20px;
}
.calendar table{
    width: 100%;
    text-align: center;
    line-height: 36px;
    color:burlywood;
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar table tr th{
    font-size: 20px;
    line-height: 60px;
    color:#156070;
}
.calendar table tr th span{
    font-size: 12px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #156070;
    color:#fff;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    position: relative;
    top:-3px;
    left:8px;
}
.calendar table tr td,
.calendar table tr td a{
    font-size: 20px;
    line-height: 56px;
    color:#156070;
    position: relative;
    cursor: pointer;
}
.calendar table tr td.b{
    opacity: .6;
}
.calendar table tr td.cur a{
    font-weight: bold;
    color:#d91e19
}
.calendar table tr td span{
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    position: relative;
    top:0px;
    left:2px;
    color:#156070;
}
.calendar table tr td i{
    width: 6px;
    height: 6px;
    border:1px solid green;
    display: block;
    position: absolute;
    top:16px;
    left:68px;
    border-radius: 50%;
}
.calendar table tr td i.t{
    border:1px solid red;
}
.dateBox{
    position: absolute;
    text-align: center;
    font-size: 20px;
    text-indent: 1px;
    top:92px;
    left:0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.dateBox span{
    color:#fffbd5;
    margin: 0 2px;
}
.dateBox span.time1{
    background: #d91e19;
    color:#fff;
    font-size: 12px;
    padding:2px 4px;
}
.dateBox span.time2{
    font-size: 22px;
    transform: scaleY(1.2) scaleX(.9);
}
.dateBox span.date1{
    font-size: 16px;
    font-weight: 100;
}
.table{
    position: relative;
    top:-20px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table .curMonth{
    position: absolute;
    right:6px;
    top:0px;
    cursor: pointer; 
    font-size: 22px;
    color:#fff;
    background: #156070;
    padding:0 5px;
    width: 80px;
    text-align: center;
}
.table .btn{
    position: absolute;
    right:86px;
    top:0px;
    cursor: pointer;
    border: 1px solid #156070;
    padding:0 12px;
    /* background: #fff; */
    height: 25px;
}
.table .btn span{
    position: relative;
    top:1px;
    font-size: 14px;
    color:#156070;
}
.table .btn span:hover{
    -webkit-text-stroke: 1px #156070;
}
.calendar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.calendar ul.dates{
    height: 318px;
    position: relative;
    top:10px;
}
.calendar ul li{
    width: calc(100% / 7);
    text-align: center;
}
.calendar ul li,
.calendar ul li a{
    font-size: 20px;
    /* line-height: 36px; */
    color:#156070;
    position: relative;
    cursor: pointer;
}
.calendar ul li.b{
    opacity: .6;
}
.calendar ul li a.cur{
    font-weight: bold;
    color:#d91e19
}
.calendar ul li span{
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    position: relative;
    top:0px;
    left:2px;
    color:#156070;
}
.calendar ul li i{
    width: 6px;
    height: 6px;
    border:1px solid green;
    display: block;
    position: absolute;
    top:2px;
    left:64px;
    border-radius: 50%;
}
.calendar ul li i.t{
    border:1px solid red;
}

.calendar ul.days li{
    font-size: 20px;
    line-height: 60px;
    color:#156070;
}
.el-message-box{
    font-family: '';
}
.calendar ul.days li span{
    font-size: 12px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #156070;
    color:#fff;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    position: relative;
    top:-3px;
    left:8px;
}
.v-modal{
    background: rgba(0,0,0,0) !important;
    backdrop-filter: blur(15px);
}
.el-message-box{
    background-color: rgba(255,255,255,.8) !important;
    backdrop-filter: blur(15px);
    padding:16px 10px 26px !important;
}
.el-message-box__headerbtn .el-message-box__close{
    display: none;
}
.el-message-box__title{
    text-align: center;
}
.el-message-box__btns{
    text-align: center !important;
}
.el-button--primary{
    font-size: 16px  !important;
    /* width: 66px; */
    padding:0 20px  !important;
    line-height: 32px  !important;
    text-align: center  !important;
    border-width: 1px  !important;
    color: #fff  !important;
    border-color: #599bb3  !important;
    font-weight: bold  !important;
    border-top-left-radius: 8px  !important;
    border-top-right-radius: 8px  !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 0px 10px 14px -7px #276873  !important;
    text-shadow: 0px 1px 0px #3d768a  !important;
    background: linear-gradient(#599bb3, #408c99) !important;
    cursor: pointer !important;
    margin-left: 16px !important;
    
}
.el-button--primary span{
    color:#fff;
}
.el-message-box__message p {
    text-align: center;
    font-size: 33px;
    line-height: 1.5em !important;
    color:#276873;
}

.loginWrap{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    box-shadow: 0px 20px 60px rgba(111, 138, 111, .4), 0px -20px 60px rgba(111, 138, 111, .4);
}
@media (max-width:800px) {
    .loginWrap{
        transform: scale(1.16);
    }
}
.loginWrap .loginBox{
    padding:50px 40px 80px;
}
.loginWrap .title{
    background: url(../cover/img/login.png) no-repeat center 65%;
    background-size:120% ;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:rgb(59, 63, 71);
    font-size: 40px;
    text-indent: .2em;
    letter-spacing: .2em;
    padding-bottom: 6px;
    /* font-weight: bold; */
    text-shadow: 3px 3px 3px #599bb3;
    border-radius: 50px 50px ;
    box-shadow: 0px 10px 20px rgba(111, 138, 111, .4), 0px -10px 20px rgba(111, 138, 111, .4);
    margin:-50px 0px 0;
    transform: scale(1.02);
    border:1px solid rgba(0,0,0,.3);
    position: relative;
}
.loginBox .el-form-item{
    margin-bottom: 36px;
}
.loginWrap .title img{
    position: absolute;
    bottom:-36px;
    left:50%;
    width: 120px;
}
.loginBox .el-input__inner{
    background-color: rgba(0,0,0,0);
    border: 1px solid #599bb3;
    font-size: 18px;
    color:#599bb3;
    padding-left: 36px !important;
    line-height: 50px !important;
    height:50px;
}
.loginBox input::placeholder{
	color:#666;
}
.loginBox .el-input__prefix{
    margin-right: 22px;
}   
.loginBox .el-input__icon{
    font-size: 18px;
    color:#599bb3;

}
.loginBox .el-button {
    display: block;
    width: 100%;
    margin-left: 0 !important;
}
.loginBox .el-button span{
    display: block;
    font-size: 20px;
    line-height: 50px;
}