/* 头部登陆和登出按钮样式 */
.loginBnt {
    width: 90px;
    height: 48px;
    background: #e0f0ef;
    border: none;
    margin-right: 3%;
}
.registerBnt {
    width: 108px;
    height: 48px;
    background: #1dcaab !important;
    border: none;
    margin-left: 0px !important;
}
.a {
    text-decoration: none;
    list-style: none;
}
.registerBnt a {
    color: #ffff;
}
.loginBnt a {
    color: #023936;
}
.nav .box .right .login{
  background: #e0f0ef !important;
}
.login a {
  color: #023936 !important;
}
.marginTop20{
    margin-top: 20px !important;
}
@media (min-width: 1200px){
    .container {
      width: 1110px;
      padding-left: 0px;
      padding-right: 0px;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
      color: #555;
      background-color: transparent;
    }
    .navbar-default .navbar-nav>.active>.a:hover{
      background-color: transparent !important;
    }
  }

  .unactive .aboutusBorder{
    display: inline-block;
    width: 100%;
    /* height: 0.0625em; */
    height: 1px !important;
    min-height: 1px;
    position: absolute;
    bottom: -0.1875em;
    left: 0;
    background-color: #1dcaab;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    top: 20px !important;
  }
  .active1 .aboutusBorder{
    display: inline-block;
    width: 100%;
    /* height: 0.0625em; */
    height: 1px !important;
    min-height: 1px;
    position: absolute;
    bottom: -0.1875em;
    left: 0;
    background-color: #1dcaab;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    top: 20px !important;
  }
  .dropdown-menu{
    top: 40px !important;
  }
  /*.nav .navLi  {*/
  /*  margin-right: 25px !important;*/
  /*}*/
  .navbar ul>li{
    margin-right:0px !important;
  }
 .aboutusBorder{
      bottom: 0px !important;
      left: 0px !important;
      width: 100% !important;
      top: 20px !important;
      background-color: #1dcaab;
      height: 1px !important;
      position: absolute;
    }
    :active>a:hover{
      background: transparent !important;
    }

  .headerNav li{
    padding: 15px;

  }
  .headerNav a.active{
    border-bottom: 4px solid #1dcaab;
    padding-bottom: 10px;
  }
  .headerNav li a{
    padding: 0px;
  }

  .middle, .right {
    margin-top: 20px !important;
    box-sizing: border-box;
}
p{
  margin: 0px 0px;
}

.footer .footerBottom .line {
  border-right: 1px solid #D8D8D8;
  height: 250px;
}

.footer ul a img{
  width: 34px;
  height: 34px;
}
.footer .container .footerBottom .navigate {
  padding-left: 40px !important;
}

.input-email-icon{
  position: absolute;
  left: 10px;
  z-index: 100;
  width: 20px !important;
  top: 17px;
}
.footer .container .footerBottom .signUp .inpborder{
  padding-left: 17px;
  padding-right: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .container .footerBottom .signUp{
  padding-right: 38px !important;
}
.footer .container .footerBottom .signUp .inpborder::-webkit-input-placeholder ,.footer .container .footerBottom .signUp .inpborder:focus {  /* WebKit browsers*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* color: red; */
}
.header{
  padding-top: 15px !important;
}
.mobile_top_box{
  display: none;
}
@media (min-width: 768px){

  .mobile_nav_header{
    width: 100%;
    height: 118px;
    background: #fff;
  }
  .navbar-nav {
    float: right;
    padding-right: 0px;
  }

}
.header>.nav .btn1 button{
  border-radius: 4px;
}
.header>.nav .btn1 .loginBnt{
  margin-left: 7px;
}
.navbar ul>li:last-child{
  margin-right: 0px !important;
}
.header>.nav .btn1{
  padding-left: 0px;
  width: auto;
  float: right;
}
.nav .middle {
  float: right;
  width: auto !important;
}
.dropdown .pulldown{
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}

.nav2 .dropdown-menu{
  display: block;
  top: 0px;
  position: relative;
}
.nav2 .lia{
  display: none;
}
/* bg_grey 开始 */
.bg_grey{
  background-color: #f2f2f2;
}
.main_wrapper {
  width: 1110px;
  margin: 0 auto;
}
.bg_grey .top_title_box {
  padding: 0;
}
.jc-sb {
  justify-content: space-between;
}
.ai-c {
  align-items: center;
}
.d-f {
  display: flex;
}
.top_title_box .title {
  font-size: 40px !important;
  line-height: 60px !important;
  color: #333 !important;
  font-weight: bold !important;
}
.bg_grey .describe {
  margin-top: 30px;
  font-size: 15px !important;
  line-height: 26px !important;
  color: #333 !important;
  font-weight: 300 !important;
}
/* bg_grey 结束 */


.describe p{
  margin-bottom: 0px !important;
}

.glyphicon {
  font-family: "Manrope script=latin rev=1" !important;
}

.nav2 img{
  width: 30px;
  /* position: absolute;
  top: 46px;
  right: 15px; */
}
.calendar-title-box .glyphicon{
  font-family: "Glyphicons Halflings"!important;
}
.calendarDay .note .leftTime{
  font-size: 24px;
}
.navbar-default .navbar-nav>li>a{
  color: #8B9695;
    font-weight: bold;
    font-family: "Manrope script=latin rev=1" !important;
}
.rowM .glyphicon{
  font-family: "Glyphicons Halflings" !important;
}

.header > .nav .btn1 button{
  background: #1dcaab !important;
}
.header > .nav .btn1 button a{
  color: #fff;
    font-weight: bold;
    font-family: "Manrope script=latin rev=1" !important;
}

.footer-join-us{
  margin-top: 40px;
  width: 100%;
  height: 244px;
  background: linear-gradient(90deg, #28BCBA 0%, #4E3AB5 100%);
}
.footer-join-us-left{
  font-size: 48px;
/* font-family: Montserrat-Medium, Montserrat; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 58px;
}
.footer-join-us .container{
  display: flex;
  height: 100%;
  align-items: center;
}
.footer-join-us-right{
  width: 184px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 14px;
  /* font-family: Montserrat-Bold, Montserrat; */
  font-weight: bold;
  color: #1DCAAB;
  margin-left: auto;
  margin-right: 40px;
}
.footer-join-us-right:hover{
  color: #1DCAAB;
}

.footer{
  margin-top: 0px !important;
}

.mark-info{
  padding: 0 !important;
}
.mark-info li{
  padding: 0;
}
.mark-info li a {
  padding: 15px !important;
}
.footerMsg{
  color: #7D8385;
}
.bh{
  font-size: 40px;
  line-height: 50px;
}
.cont{
  font-size: 20px;
  line-height: 28px;
}
.con{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.allbtn{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.special{
  font-size: 24px;
  line-height: 36px;
}
.con18{
  font-size: 18px;
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 767px){
  /* .header .nav{
    display: none;
  } */
  .lia {
    padding-left: 20px;
  }
  .lia a {
    font-size: 14px;
    color:#000;
  }
  #bs-example-navbar-collapse-1{
    display: none !important;
  }
  #side-menu{
    opacity: 1;
  }
  .mobile_social{
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    width: 100%;
  }
  .mobile_social ul{
    width: 180px;
    margin: 0 auto;
  }
  .mobile_social li{
    float: left;
  }
  .mobile_social img{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;

  }
  .mobile_social  a{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main_wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .footer-join-us-left{
    font-size: 14px !important;
  }
  .footer-join-us-right{
    margin-left: 0px;
  }
  /* .mark-info{
    padding: 0 !important;
  } */
  .mark-info li{
    margin-top: 0px !important;
  }
  .mark-info li a {
    padding: 15px 10px 15px 10px !important;
  }
  .lia a{
    font-size: 14px !important;
  }
  .footer-join-us-right{
    margin-left: 15px;
  }
  .m_selected{
    color: #1dcaab !important;
  }
  .footer-join-us{
    height: 180px;
    margin-top: 20px;
  }
  .footer-join-us .container{
    display: block;

  }
  .footer-join-us-left{
    line-height: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-join-us-right{
    /* padding: 10px; */
    line-height: 36px;
    float: left;
    width: 100px;
    margin-top: 15px;
    margin-left: 30px;
    height: 36px;
  }
  .joinUs .thumbnail{
    padding-top: 0px;
  }
  .joinUs .joinUsBox{
    padding-left: 1%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .navigate{
    height: 170px !important;
  }
  .web_top_box{
    display: none;
  }
  .mobile_top_box{
    display: block;
    margin-left: 15px;
    margin-top: 0px;
  }
  .exchange{
    position: absolute;
    top: 46px;
    right: 15px;
  }
  .mobile_nav_logo img{
    width: 200px;
    height: auto;
    margin-top:15px;
    margin-left: 12px;

  }
  .mobile_nav_header{
    width: 100%;
    height: 118px;
    background: #fff;
  }
  .container {
    width: 100%;
    box-shadow: 0px 1px 4px #eeeeee !important;
  }
  .footer .container .footerBottom .ipt{
    width: 100%;;
  }
  .subscript_box{
    height: 180px !important;
  }
}
.copyright a {
  color: #999;
}

.edit_content ul{
  padding-inline-start: 40px;
  margin-top:10px;
}
.edit_content ul li{
  list-style:disc;
  margin-top: 10px 0;
}
.point a {
  color: #1dcaab;
}
