

em.date{font-style: normal;}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Boldsvg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100vw;
  color: #4A4A4A;
  font-family: "Roboto-Regular","Microsoft JhengHei";
  font-size: 16px;
  font-weight: 600;
  overflow-x: hidden;
}
html[lang='zh-HK'] body{
  font-family: "微軟正黑體";
}
.Roboto-Bold{
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}
.white{color: #fff;}
.gary92{color: #929292;}
.garya5{color: #A5A5A5;}
.title{
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}
.Roboto-Regular{
  font-family: 'Roboto-Regular','Microsoft JhengHei';
}
a{transition: all 0.35s ease;}
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
}

body .py-6 {
  padding: 6rem 0;
}

body .team_pic .swiper-wrapper {
  justify-content: center;
}

body a {
  color: #707070;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #0E6780;
}

@media (max-width: 575.98px) {
  body .pc {
    display: none;
  }
}

body .mobile {
  display: none;
}

@media (max-width: 575.98px) {
  body .mobile {
    display: block;
  }
}

body img {
  max-width: 100%;
}

body .Montserrat-Bold {
  font-family: 'Montserrat-Bold';
}

body .white {
  color: #ffffff;
}

body .pink {
  color: #EC1B30;
}

body .red {
  color: #EC1B30;
}


body .whiteText {
  color: #ffffff;
}

body .greenHeav {
  color: #3AB452 !important;
}

body .bold {
  font-weight: bold !important;
}

.display-block{
  display: block;
}

body .fs12 {
  font-size: 12px;
}

body .fs14 {
  font-size: 14px;
}
body .fs16 {
  font-size: 16px;
}

body .fs18 {
  font-size: 18px;
}

body .fs20 {
  font-size: 20px;
}
body .fs21 {
  font-size: 1.09vw;
}
body .fs22 {
  font-size: 22px;
}
body .fs24 {
  font-size: 24px;
  line-height: 1.2;
}
body .fs28 {
  font-size: 1.45vw;
  line-height: 1.6;
}
body .fs30 {
  font-size: 1.56vw;
  line-height: 1.6;
}

body .fs32 {
  font-size: 1.7vw;
}
body .fs36 {
  font-size: 1.875vw;
}
body .fs60 {
  font-size: 3.125vw;
}
body .fs64 {
  font-size: 3.425vw;
}
body .fs38 {
  font-size: 1.98vw;
}
body .fs40 {
  font-size: 2.08vw;
}
body .fs42 {
  font-size: 2.1875vw;
}
body .fs46 {
  font-size: 2.4vw;
}
body .fs48 {
  font-size: 2.5vw;
}

body .fs50 {
  font-size: 2.6vw;
}
body .fs68 {
  font-size: 3.5vw;
}
body .fs120 {
  font-size: 6.25vw;
}

ul, ol{margin-left: 0;}

.form-control:-moz-placeholder {   
    color: #CCCCCC;   
}   
  
.form-control:-ms-input-placeholder {   
    color: #CCCCCC;   
}   
  
.form-control::-webkit-input-placeholder {   
    color: #CCCCCC;   
}

.form-control:disabled:-moz-placeholder {   
  color: #31aa49;   
}   

.form-control:disabled:-ms-input-placeholder {   
  color: #31aa49;   
}   

.form-control:disabled::-webkit-input-placeholder {   
  color: #31aa49;   
}
.form-control:disabled{background: none;}
.Publications-blcok form .form-control:-moz-placeholder {   
  color: #79CB5C;   
}   

.Publications-blcok form .form-control:-ms-input-placeholder {   
  color: #79CB5C;   
}   

.Publications-blcok form .form-control::-webkit-input-placeholder {   
  color: #79CB5C;   
}
a:visited{color: #929292;}
body .more {
  display: block;
  color: #3AB452;
  font-size: 18px;
  position: relative;
  text-decoration: underline;
  text-align: center;
  
}

body .more:hover{color: #1D9336;}
body .more:hover i{
  animation:fadenum 1s;
}
@keyframes fadenum{
  100%{transform:rotate(360deg);}
}

.text-under{
  text-decoration: underline;
}



body .pr-2 {
  padding-right: 2rem;
}

@media (max-width: 575.98px) {
  body .pr-2 {
    padding-right: 0;
  }
}

body .row {
  --bs-gutter-x: 1rem;
}




.size .small {
  background-color: #0E6780;
  color: #fff;
}



.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

.container {
  max-width: 83%;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 96% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1680px) {
  .container-xl {
    max-width: 1400px;
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1400px;
  }
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: all 0.5s ease 0s ;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
header .topbar{width: 100%;}
header .topmenu{background: #F3F3F3;}
header .header {
  position: relative;
}

header .header .logo{width: 40%;}
header .header .logo a{margin-right: 30px;}
header .header .right{width: 70%;}
header .header .right .nav-box{width: 100%;}
header dl{margin: 0 2rem; display: flex;align-items: center;justify-content: space-between;margin-bottom: 0;}
header dl dd{}
header dl dd a{color: #A7A7A7;width: 50px;height: 50px;margin: 0 0.2rem; border-radius: 50%;display: flex;align-items: center;justify-content: center;}
header dl dd.active a,header dl dd a:hover{background: transparent linear-gradient(90deg, #3AB452 0%, #85D968 100%) 0% 0% no-repeat padding-box;color: #fff;}
.btnmore{display: inline-block;font-size: 18px; padding: 0.8rem 3rem;height: 54px; transition: all 0.5s ease 0s ; border-radius: 30px; background: transparent linear-gradient(90deg, #3AB452 0%, #85D968 100%) 0% 0% no-repeat padding-box;color: #fff !important;white-space: nowrap;}
.btnmore:hover{background: transparent linear-gradient(90deg, #85D968 0%, #3AB452 100%) 0% 0% no-repeat padding-box;color: #fff;}
.btnmore img{display: inline-block;margin-right: 0.6rem;margin-top: -5px;}




@media (max-width: 1024px) {
  header .header {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  header .header .left{width: 40%;}
  header .header .right{justify-content: flex-end;}
}

@media (max-width: 992px) {
 
  
}

header .header .left .logo {

}

header .header .left .logo img {
  max-width: 100%;
  box-sizing: border-box;

}

@media (max-width: 992px) {
  header .header .left .icon-box {
    display: flex !important;
    width: 100%;
    padding: 0rem 0;
    align-items: center;
  }

  
}

header .header .left .icon-box a {
  margin-left: 2vmin;
}

@media (max-width: 992px) {
  header .header .left .icon-box .lang {
    display: none;
  }
}



@media (max-width: 992px) {
  
}

header .header .right .icon-box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

@media (max-width: 1024px) {
  header .header .right .icon-box {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
  }
}



header .header .right .icon-box .lang {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0 1rem;
  box-sizing: border-box;
}

header .header .right .icon-box .lang a {
  margin-right: 1rem;
}

header .nav-box .container {
  padding-right: 0;
}

header .nav-box .logo {
  width: 85%;
}
.toptextright{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 999;
  position: relative;
}
.toptextright span i{margin-left: 5px;position: relative;margin-top: -5px;}
.toptextright span{display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;white-space: nowrap;}
.toptextright span img{margin-right: 5px;}
.toptextright .icos{margin: 0 2rem;vertical-align: middle;position: relative;}
.toptextright .icos span{padding: 0 2rem;}
.toptextright .icos span::before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 3px;

}
.toptextright .icos span::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 3px;
}
.toptextright .icos .items{position: relative;border-left: 1px solid rgb(112, 112, 112, 25%);margin-left: 1rem;padding-left: 1rem;}
.toptextright .icos .items form{display: none;}
.toptextright .icos .items span{display: flex;align-items: center;justify-content: center;color: #fff; cursor: pointer;width: 24px;height: 24px;background: #B5B5B5;border-radius: 50%;}
.toptextright .icos a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
  height: 40px;

  
}
.toptextright .icos .active a{background: #0E6780;color: #fff;}
.toptextright .icos dd:nth-child(1) a{margin-left: 0;}
.toptextright .icos dl{display: none; position: absolute;left: 0;top: 30px;width: 120px;background: #fff;box-shadow: 0 6px 22px rgb(0 0 0 / 10%);}
.toptextright .icos dl dd{margin-bottom: 0;margin: 0;}


.toptextright  form{position: fixed;width: 100vw;height: 100vh;left: 0;top: 0; background: rgb(0 0 0 / 60%);z-index: 999;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;}
.toptextright .show{opacity: 1;visibility: visible;}
.toptextright  form .form-group{display: flex;width: 50%; background: #fff;border-radius: 20px;padding: 15px;}
.toptextright  form .form-group input{background: none;border: none;box-shadow: none;}
.menu-main_zh-container{width: 100%;display: flex;justify-content: space-between;align-items: center;}

header .nav-box .nav {
  align-items: center;
  margin-top: 0;
  width: 100%;
  justify-content: space-between;
  
}
.menu-main_zh-container .more{padding: 0 2rem 0 1rem; height: 32px;line-height: 30px; border-color: #CDE2E8;background: #E4F9FF;}
.menu-main_zh-container .more i{height: 32px;width: 34px;background-size: contain;right: -10px;}
header .nav-box .nav .menu{display: flex;justify-content: space-between;margin-bottom: 0;width: 80%;}
header .nav-box .nav .nav-item:nth-child(1) {
   background: #FF8533;
}
.main-navigation .menu-item .sub-menu{display: none;}
.main-navigation .open .sub-menu{display: block;}
header .nav-box .nav li{position: relative;list-style: none !important;cursor: pointer;}
header .nav-box .nav li a {
  white-space: normal;
  word-wrap: break-word;
  /* word-break: break-all; */
  color: #333333;


}
@media (max-width: 1024px) {
  header .nav-box .nav .nav-item .nav-link {
    padding-left: 0.5rem;
  }
}

header .nav-box .nav li a:hover {
  color: #2A839B;
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}

header .nav-box .nav .nav-item .active .nav-link {
  color: #2A839B;
  font-weight: bold;
}




header .member {
  display: flex;
  margin-left: 1rem;
}

header .member i {
  margin-right: 0.5rem;
}
header .nav-box .nav li a:hover{background: none;}
.main-navigation .menu-item .sub-menu {
  border-radius: 15px; 
  width: auto;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 1rem 0;

}
.main-navigation .menu-item .sub-menu .menu-item a{color: #333;padding: 0.5rem 1rem;position: relative;color: #999;font-family: 'JosefinSans-Bold';white-space: nowrap;}
.main-navigation .menu-item .sub-menu .menu-item a:hover{}

.main-navigation .menu-item-has-children > a:hover{background: none;}
header .nav-box .nav li a{position: relative;}
header .nav-box .nav li a:hover:before{width: 30%;display: none;}
header .nav-box .nav li a:hover:after{width: 30%;display: none;}
header.sticky{background: #fff;}
header.sticky .topbar{}
.sub-menu-pc{
  position: absolute;
  width: 1400px !important;
  padding-left: 5rem;
  padding-right: 5rem;
  left: 50%;
  transform: translateX(-420px);
}
header.sticky .sub-menu-pc{top: 110px;}
.sub-menu-pc .inner{
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  
}
.sub-menu-pc .inner .left{
  width: 35%;
  box-sizing: border-box;
  padding:  0 2rem;
  border-right: 1px solid #ececec;
  display: block;
}
.sub-menu-pc .inner .left a{
  display: block;
  border-radius: 10px;
  padding: 1rem;
  font-family: 'JosefinSans-Bold';
  color: #999;
  text-transform: uppercase;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.sub-menu-pc .inner .left a::after{
  content: "\f105";
  font-family:'FontAwesome';
  
}
.sub-menu-pc .inner .left a:hover{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .left .active{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right{
  width: 65%;
  display: flex;
}
.sub-menu-pc .inner .right .list{width: 100%;display: none;}
.sub-menu-pc .inner .right .list:nth-child(1){display: block;}
.sub-menu-pc .inner .right .list .in{display: flex;}
.sub-menu-pc .inner .right .second{width: 45%;margin-left: 2rem;}
.sub-menu-pc .inner .right .second a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 1rem;
  font-family: 'JosefinSans-Bold';
  color: #999;
  text-transform: uppercase;
  margin: 1rem 0;
}
.sub-menu-pc .inner .right .second a::after{
  content: "\f105";
  font-family:'FontAwesome';
  
}
.sub-menu-pc .inner .right .second a:hover{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right .second a.active{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right .third{width: 50%;box-sizing: border-box;padding-left: 2rem;}
.sub-menu-pc .inner .right .row{padding: 0;margin: 0;}
.sub-menu-pc .inner .right .col-md-2{padding: 0;width: 20%;}
.sub-menu-pc .inner .right .items{display: none;}
.sub-menu-pc .inner .right .items:nth-child(1){display: block;}
.sub-menu-pc .inner .right .items h6{font-family: 'JosefinSans-Bold';background: #ececec; box-sizing: border-box;padding: 2rem 1.5rem;font-size: 14px;}
.sub-menu-pc .inner .right .items ul{padding-left: 0;margin-bottom: 4rem;}
.sub-menu-pc .inner .right .items ul li{list-style: square;margin: 2rem 1rem;}
.sub-menu-pc .inner .right .items ul li a{color: #999;position: relative;font-size: 12px;font-family: 'JosefinSans-Bold';padding: 0.5rem 0;}
.sub-menu-pc .inner .right .items ul li a:hover{color: #000;}

.sub-menu-pc .inner .right .items ul li a::before{
	  content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #FF9A01;
    transition: all 0.3s ease-in-out;
}
.sub-menu-pc .inner .right .items ul li a::after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #FF9A01;
    transition: all 0.3s ease-in-out;
}

.sub-menu-pc .inner .right .items ul li a:hover:before{width: 50%}
.sub-menu-pc .inner .right .items ul li a:hover:after{width: 50%}




.swiper-button-next, .swiper-button-prev {
  color: #fff;
  top: 50%;
  transition: all 0.35s ease;
  outline: none;
}



@media (max-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-next::after {

}

.swiper-button-prev::after {

}

@media (max-width: 575.98px) {
  .swiper-button-prev {
    left: 0;
  }
}
.orange{color: #F19710;}
.white{color: #fff;}
.green{color: #31aa49;}
.greenlight{color: #85D968;}
footer{
  position: relative;
  color: #fff;
  display: none;
}

.footer{
  position: relative;
  
  
}
footer {position: relative;padding: 7rem 0;margin-top: -19rem;}
footer .flo{position: absolute;left: 0;top: 0;width: 100%;}
.footer .container {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.footer .footer-inner{background: #fff;box-shadow: 0 6px 12px rgb(0 0 0 / 16%);border-radius: 15px;}
hr{margin: 2rem 0;}





/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  overflow: hidden;
  pointer-events: none;
}

@-webkit-keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@-moz-keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@-webkit-keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}

@-moz-keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}

@keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}



.bubble {
  position: absolute;
  border-radius: 50%;
  box-shadow: none;
  width: 5px;
  height: 5px;
}

.pageinfo .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.pageinfo .wp-pagenavi li{list-style: none;}
.pageinfo  a,.pageinfo  span{color: #A8A8A8;margin: 1rem;border: none;}


.pageinfo .current {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #79CB5C;
  box-shadow: 0 6px 22px rgb(0 0 0 / 10%);
  
}
@media (max-width: 1440px) {
  body .fs68{font-size: 48px;}
}
@media (max-width: 1024px) {
  body .fs48{font-size: 36px;}
  body .fs36{font-size: 28px;}
  body .fs18 {
    font-size: 18px;
  }
  body .fs24{font-size: 20px;}
  body .fs28{font-size: 24px;}
  body .fs30{font-size: 26px;}
  body .fs20{font-size: 16px;}
  body .fs22{font-size: 17px;}
  .first-block .mx-lg-5{margin: 0 !important;padding: 0 !important;}
}
@media (max-width: 767px) {
  body .fs68{font-size: 30px;}
  body .fs30{font-size: 20px;}
  .Publications-blcok form .col-md-7{display: none;}

}
.form-control{padding-left: 0;padding-right: 0;}
.form-control::placeholder{
  color:#CCCCCC;
}
.form-control::-webkit-input-placeholder{
  color:#CCCCCC;
}
  
.form-control:-moz-placeholder {
  color:#CCCCCC;
}
  
.form-control::-moz-placeholder{
  color:#CCCCCC;
}
  
.form-control:-ms-input-placeholder{
  color:#CCCCCC;
}
.dropdown-toggle::after{display: none;}
.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  background: #fff;
  border-radius: 6px;
  border: none !important;
  color: #ffffff;
  display: block !important;
  text-align: center;
  padding: 10px 0;
}
.dropdown-submenu::before,.dropdown-submenu::after{display: none;}
.dropdown-submenu a{display: block;padding: 10px;}
i{font-style: normal;}


.radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 0px;
  cursor: pointer;
  line-height: 1;
}

.radioboxlist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid#A1A1A1;
  cursor: pointer;
}

.radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #3AB452;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}
.hei100{height: 100%;}
.indexmenu{width: 100%;height: 100vh;background: #fff;position: fixed;left: 0;top: 0;right: -100%;opacity: 0;visibility: hidden;transition: all 0.35s ease;display: none;}
.indexmenu.open{right: 0;opacity: 1;visibility: visible;display: block;}
.indexmenu ul{padding-left: 0;}
.indexmenu ul li{list-style: none;}
.indexmenu ul li a{display: flex;align-items: center; color: #929292;font-size: 18px;padding: 0.5rem 0;}
.indexmenu ul li a img{margin-right: 0.5rem;}
.indexmenu ul li{
  visibility: hidden;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.indexmenu ul li:nth-child(2){
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.indexmenu ul li:nth-child(3){
  animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.indexmenu ul li:nth-child(4){
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.indexmenu .answer{display: flex;align-items: center;border-bottom: 1px solid #E1E1E1;padding-bottom: 1.5rem;margin-bottom: 1.5rem;margin-top: 20rem;}
.indexmenu .answer .y{width: 93px;height: 93px;border-radius: 50%;background: #EEFFE8;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
.indexmenu .logo{width: 70%;}
.relative.noselect{position: relative;}
.table>:not(:first-child) {
  border-top: 1px solid #dee2e6;
}

.logout{display: flex;align-items: center;justify-content: center;}
.pageinfo ul{display: flex;align-items: center;justify-content: center;width: 100% !important;padding-left: 0;}
.pageinfo ul li{
  margin: 0 1rem;
  list-style: none;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.pageinfo ul li .active{
  width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(90deg, #3AB452 0%, #85D968 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.pup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 60%);z-index: 9999;display: none;align-items: center;justify-content: center;}
.pup.show{display: flex;}
.pup .container{background: #fff;padding-top: 1rem;padding-bottom: 1rem;}
.pup .video{height: 100%;display: flex;align-items: center;}
.pup .video img,.pup .video iframe,.pup .video video{
  width: 100%;
  /* height: 100%;object-fit: cover; */
}
.pup .txt *{font-weight: normal;}
.pup .online p{color: #A1A1A1;}
.pup .online .items{padding: 1rem; background: #F8FCFF;border-bottom: 1px solid #EFEFEF;display: flex;/*align-items: center;flex-wrap: wrap;*/}
.pup .online .items .icos{width: 10%;}
.pup .online .items .right{width: 85%;margin-left: 1rem;}
.pup .online .items .right b{color: #A1A1A1;}
.pup .online .items .right .date{color: #A1A1A1;font-weight: normal;}
.pup .online .items .right span{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
  font-weight: normal;
}
.pup .online .items .right .reply{
  font-weight: normal;
  padding: .25rem 1rem;
  border-radius: 1rem;
}
.pup .online .items .right .reply:hover,.pup .online .items .right .reply:active,.pup .online .items .right .reply:focus{
  background-color: #eee;
  color: #3AB452;
}
.pup .online .items a:focus{outline: none;color: inherit;}
.pup .online .items a.del-msg{display: none;font-size: 14px;font-weight: normal;border-radius: 3px;position: relative;background-color: #f0f0f0;}
.pup .online .items a.del-msg::before{
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: -10px;
  right: 40%;
  border-width: 5px;
  border-top-color: transparent;
  border-bottom-color: #f0f0f0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
}
.pup .online .items a.del-msg:hover{color: #fff;background: transparent linear-gradient(90deg, #3AB452 0%, #85D968 100%) 0% 0% no-repeat padding-box;}
.pup .online .items a.del-msg:hover::before{
  border-bottom-color: #3AB452;
}
.pup form .form-group{display: flex;align-items: center;justify-content: space-between;}
.pup form .form-group input{padding: 0.8rem;}
.pup form .form-group button{margin-left: 1rem;width: 103px;height: 44px;display: flex;align-items: center;justify-content: center; padding-left: 0;padding-right: 0;}
.pup .prev,.pup .next{height: 44px;width: 124px;display: flex;align-items: center;justify-content: center;padding: 0;}
.pup .disable{background: transparent linear-gradient(90deg, #B4B4B4 0%, #D6D6D6 100%) 0% 0% no-repeat padding-box;cursor: default;}
.pup .prev::before{content: "\f104";display: inline-block;font-family: 'FontAwesome';margin-right: 5px;}
.pup .next::after{content: "\f105";display: inline-block;font-family: 'FontAwesome';margin-left: 5px;}
.pup .sc{height: 445px;overflow-y: scroll;width: 100%;box-sizing: border-box;padding-right: 1.5rem;}
.pup .box{border-radius: 20px;}
.pup .box table{}
.pup .box table tr th{color: #3AB452;padding: 1rem;}
.pup .box table tr td{padding: 1rem;}
.pup .box table tr td:nth-child(2){text-decoration: underline;}
.pup .box table tr td:nth-child(4){text-decoration: underline;}
.pup .table-striped>tbody>tr:nth-of-type(odd)>*{background: #F6FEF3;}
.pup form .reply-tip a{font-weight: normal;color: #0d6efd;font-size: 14px;}
@media (max-width: 1024px) {
  footer{display: block;}
  .logout span{display: none;}
  .logout img{margin-right: 0;}
  .logout {width: 50px !important;height: 50px !important;border-radius: 50%;padding-left: 0 !important;padding-right: 0 !important;}
  .home-block .Sta{display: none;}
  .login-block .bar .row .col-md-4{width: 100%;}
  .login-block .bar .row .col-md-4:nth-last-child(1){display: none;}
  header dl{margin: 2rem 0;justify-content: flex-start;}
  /* .pup .online .items .icos{width: 100%;margin-bottom: 1rem;} */
  /* .pup .online .items .right{width: 100%;margin-left: 0;} */
  .pup .prev, .pup .next{width: 105px;}
}
@media (max-width: 768px) {

  footer{margin-top: -10rem;}
  .pup .container{
    max-height: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {

  footer{margin-top: -7rem;padding: 5rem 0;}
  header .header .logo{width: 80%;}
  .pup .sc{height: 250px;}
  .pup .video{padding-top: 3rem;}
  .indexmenu .answer{margin-top: 10rem;}
}

.pup .nav-tabs .nav-link{
  color:#666;
}
.pup .nav-tabs .nav-link.active{
  color:#3AB452;
}



img.fr-rounded{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: solid 5px #CCC;
}
img.fr-shadow{
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}


#course-timestamp .jump-to{
  color: #31AA49;
  cursor: pointer;
}