 html,
 body {
     width: 100%;
     height: 100%;
     padding: 0px;
     margin: 0px;
 }

 ul,
 li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .login {
     width: 100%;
     height: 100%;
     background: url(../img/bg-loginPage.png) no-repeat;
     background-size: 100% 100%;
     display: flex;
     flex-direction: column;
     min-width: 800px;
     min-height: 600px;

 }

 .header {
     width: 100%;
     height: 16%;
     display: flex;
     align-items: center;
     margin: 0 auto;
     text-align: center;
 }

 .header_box {
     width: 82%;
     display: flex;
     margin: 0 auto;
     text-align: center;
     align-items: center;
 }

 .header_title {
     padding-left: 15px;
     color: white;
 }

 .header_title span:nth-child(1) {
     display: block;
     font-size: 2em;
 }

 .header_title span:nth-child(2) {
     display: block;
     font-size: 1.8em;
 }

 .header_name {
     font-size: 2.4em;
     color: white;
     padding-left: 50px;
 }

 .header img {
     width: 4em;
     height:  4em;

 }

 .main {
     width: 100%;
     flex: 1;
     display: flex;
 }

 .main_box {
     width:82%;
     display: flex;
     margin: 0 auto;
  position: relative;

 }

 .call-board {
     width: 65px;
     height: 33px;
     display: flex;
     flex-direction: column;
     color: #ffde43;
     font-size: 14px;
    position: absolute;
    top: 11%;
 }

 .border_bot {
     display: block;
     width:  2em;
     border-bottom: .3em solid #ffde43;
     margin: 0 auto;
     margin-top: 0.1em;
 }

 .bulletin_board {
     margin-top: 7%;
     margin-right: 2.6%;
     width: 56%;
     height: 32%;
     border-radius: 10px;
     background: #124991;

 }

 .bulletin_board ul li {
     display: flex;
     justify-content: space-between;
     font-size: 14px;
     color: #5c89c0;
     margin-top: 0.1em;
 }

 .bulletin_board ul li span:nth-child(1) {
     padding-left: 2%;
 }

 .bulletin_board ul li span:nth-child(2) {
     padding-right: 7%;
 }

 .bulletin_board ul li:nth-child(1) {
     padding-top: 3% !important;
 }

 .bulletin_board ul li {
     padding-top: 4%;
 }

 .register_module {
     width: 39%;
     height: 81%;
     background: white;
     border-radius: 10px;
 }

 .register_module {
     text-align: center;

     background-color: white;
 }

 .register_module img {
     width: 80%;
    height: 50%;
    padding-top: 20px;
     /* margin-top: 45px;
     margin-bottom: 20px; */
 }

 .register_module button {
     display: block;
     width: 98%;
     height: 8%;
     background: #2986ff;
     color: white;
     font-size: 1.4em;
     font-weight: 600;
     text-align: center;
     border-radius: 5px;
     border: 0;
     margin-bottom: 2%; 
      margin: 2% auto;
     cursor: pointer;
 }

 .footer {

     width: 100%;
     height: 5%;
     background-color: #0c356c;
     display: flex;
     justify-content: space-between;
 }

 .footer_box {
     width:82%;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
 }

 .ft_let {
     display: flex;
     align-items: center;
 }

 .footer_left {

     /* height: 45px; */
     color: #6c83a3;

 }

 .footer_right {
     /* height: 45px; */
     align-items: center;
     color: #6c83a3;
     display: flex;
     padding-right: 11%;
 }

 .footer_left span {
     padding-right: 25px;
 }

 .ft_top {
     display: flex;
     font-size: 12px;
     padding-top: 5px;

 }

 .ft_bot {
     padding-top: 5px;
     display: flex;
     font-size: 12px;
 }

 .logo_fot {
     padding-left: 20px;
     margin-top: 10px;
 }

 .footer_right p {
     padding-left: 10px;
     font-size: 12px;
 }
 
 .aty-menu-light {
  background: #fff;
}
.aty-menu-horizontal {
  height: 60px;
  line-height: 60px;
}
.aty-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  color: #657180;
  font-size: 14px;
  position: relative;
  z-index: 900;
}
.aty-menu-item {
  display: block;
  outline: none;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.active{
	float:left;
	width:50%;
	font-size: 1.5em;
	font-weight: bold;
	color: #3a9df1;
}
.freeze{
	float:left;
	width:50%;
	font-size: 1.5em;
	color: #b5bcc5;
	background-color: #e9f2ff;
}