body {
    background-size: 100%;
    overflow: hidden;
    /* background-image: url(./home/bgimage1.png); */
    background-color:#e6f7fe !important;
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color:#4d3989db !important; }
.bg-hero { background-color: #45a976bf; }

/* Nav */
#mynav{
    height: 32px;
    width: 100px;
    font: size 32px;
    z-index: 100;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

#mynavbg{
    position: fixed;
    left:0;
    bottom: 23%;
    height: 27px;
    width: 113px;
    background-image: url(./home/logo.png) !important;
    z-index: 100;
    
}

      /* shape  css*/
      .mbox1{
        width:100%;
        height:50px;
        line-height:50px;
        text-align:center;
        color:#FFF;
   
        background-color:#3598dc;
        background: radial-gradient( circle at top left, transparent 8px,#3598dc 0 ) top left,
                           radial-gradient( circle at top right, transparent 8px,#3598dc 0 ) top right,
                           radial-gradient( circle at bottom right,transparent 8px, #3598dc 0 ) bottom right,
                           radial-gradient( circle at bottom left, transparent 8px,#3598dc 0 ) bottom left;
        background-size:50% 50%;
        background-repeat:no-repeat;
   }

   .mnavbox1{
    width:100%;
    height:150px;
    line-height:50px;
    text-align:left;
    text-indent: 24px;
    color:black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    background-color:#fff;
    border-radius: 20px 20px 20px 20px;
    background-size:50% 50%;
    background-repeat:no-repeat;
    padding-left: 20px;

}

.mnavbox2{
  width:100%;
  height:50px;
  line-height:50px;
  text-align:left;
  color:black;

  background-color:#fff;
  border-radius: 20px 20px 20px 20px;
  background-size:50% 50%;
  background-repeat:no-repeat;
}
   
   .mbox2{
        width:100%;
        height:70px;  /*改变高度不同的效果哦*/
        line-height:70px;
        color:#FFF;
        text-align:center;
   
        background: #8BC34A;
        background: linear-gradient(135deg, transparent 15px, #8BC34A 0) top left,
                           linear-gradient(-135deg, transparent 15px, #8BC34A 0) top right,
                           linear-gradient(-45deg, transparent 15px, #8BC34A 0) bottom right,
                           linear-gradient(45deg, transparent 15px, #8BC34A 0) bottom left;
        background-size: 50% 50%;
        background-repeat: no-repeat;    
   }
   

   .mbox4{
    width:100%;
    height: 80px;
    left:50%;
    line-height:72px;
    text-align:center;
    color:#fff;

    background-color:#378abf;
    border-radius: 20px 20px 20px 20px;
    background-size:50% 50%;
    background-size:50% 50%;
    background-repeat:no-repeat;
}

/* foot nav */
#footnav{
  position:fixed;
  bottom: 10%;
  right:0
}

a{
  text-decoration:none;
}


/* other */
li{
  list-style-type:none;
  font-family:Verdana, Geneva, Tahoma, sans-serif
}

/* screen move */
.scrollspy-example-2 {
    position: relative;
    height: 800px;
    overflow: auto;
    scroll-behavior: smooth;
}


.contantTotal{
    margin:auto;
    height: 850px;
    width: 100%;
    background-color: #fff;
  }
  .contantTop{
    margin-top: 100px;
  }

  .active{
    background-color:powderblue!important;
  }

  p{
    font-family: 'Times New Roman',Cambria, Cochin, Georgia, Times, serif;
    font-size: 1.2em;
  }
  h4{
    font-family: 'Times New Roman',Cambria, Cochin, Georgia, Times, serif;
  }
  span{
    color:dodgerblue;
    font-family: 'Times New Roman',Cambria, Cochin, Georgia, Times, serif;
    font-size: larger;
  }
  @media screen and (max-width: 540px){
    .nav li {
      float: left;

    }
    .nav li p{
      display:none;

    }
    #navbar-example3 li span{
      display:none;
    }
  }


/* header */
.text {
  letter-spacing: 0.2rem;
  background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
 }

@keyframes maskedAnimation {
 0% {
  background-position: 0 0;
 }

 100% {
  background-position: -100% 0;
 }
}



/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #4a594c; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: rgb(192, 184, 225); font-weight: bold; text-decoration: none; }
footer a:hover { color: rgb(191, 218, 141); text-decoration: underline; }
footer{
    background-image: url(#);
    background-repeat: no-repeat;
    background-position:top;
    width: 100%;
}
#footbg{
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#c2ebef;
}

/* foot_cus */
.cus{
    cursor: pointer;
    .one{display: none;}
  .tow{display: block;}
    
    &:hover{
      .one{display: block;}
      .tow{display: none;}
     }
  }
#footertotal{
  background-color:black;
  width: 100%;
}




/* Description */


img {
    max-width: 100%;
    height: auto;
}

.changeColor {
    height: 50px;
    width: 100%;
    background-image: linear-gradient(125deg,hsla(114, 21%, 83%, 0.674), #cf8727b8, #142aecac, #cadd1fa1, #8fc9a690, #83c48d90);
    background-size: 400%;
    font-family: "montserrat";
    animation: bganimation 30s infinite;
    }
    
 @keyframes bganimation {
    0% {
        background-position: 0% 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    
    100% {
        background-position: 0% 50%;
    }
    } 

    .loading-div {
        width: 100%;
        height:auto;
        background-color: #fff;
        display: table-cell;
        vertical-align: middle;
        color:deepskyblue;
        overflow: hidden;
        text-align: center;
      }
      .loading-div::before {
        display: inline-block;
        vertical-align: middle;
      } 


