 html,
 body,
 img {
     width: 100%;
     margin: 0;
     padding: 0;
 }

 .top {
     position: relative;
     background-size: cover;
     height: 666px;
     text-shadow: 0 0 5px #aaa;
     color: #fff;
     background: url("./images/login-bg.png") no-repeat center;
 }

 .top .bg {
     background: rgba(255, 255, 255, .6);
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
 }

 .logo {
     width: 200px;
     margin-top: 10px;
 }

 .carousel {
     height: 400px;
     margin-top: 40px;
 }

 .top h1 {
     font-size: 60px !important;
     font-weight: bold !important;
 }

 .top h5 {
     margin-top: 20px;
     font-weight: bold !important;
 }

 .carousel-item {
     justify-content: center;
     height: 300px;
     align-items: center;
     display: flex !important;
     flex-direction: column;
 }

 .ar {
     text-align: right;
 }

 .al .item {
     box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
     border: 1px solid #eee;
     padding: 50px 30px;
     margin-top: 30px;
     height: 300px;
 }

 .al .item p {
     font-size: 14px;
 }

 .al .item h5 {
     margin-top: 20px;
     font-weight: bold;
     font-size: 16px;
 }

 .al .item img {
     width: 55px;
 }

 p {
     color: #777777;
 }

 .title {
     margin: 100px auto 0;
     text-align: center;
 }

 .cy {
     color: #fff;
     text-align: center;
 }

 .cy .item {
     height: 500px;
     padding: 30px 50px;
     box-sizing: border-box;

     h4 {
         margin: 40px 0;
     }

     img {
         margin-top: 100px;
         width: 60px;
     }

     p {
         color: #fff;
     }
 }

 .gm {
     .item {
         background: #f9fafc;
         height: 350px;
         text-align: center;
         padding: 60px 40px;
         box-sizing: border-box;
     }

     h4 {
         margin: 40px 0 30px 0
     }

     bi:hover {
         color: #eee;
     }
 }

 .hb {
     margin-top: 100px;

     h1 {
         text-align: center;
     }

     p {
         text-align: center;
     }

     img {
         width: 300px;
         height: 100px;
     }
 }

 .lx {
     background: #262626;
     color: #fff;
     padding: 40px 0;
     overflow: hidden;

     p {
         margin: 0;
     }
 }

 .foot {
     background: #000;
     text-align: center;
     font-size: 12px;
     padding: 20px;
     color: #fff;
 }