@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
/* @font-face {
  font-family: noto;
  src: url("/fonts/NotoSansSC-Regular.otf");
} */

/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  background-color:white;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
  
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1111111;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}
/*-------------------------------*/
/*    top nav styles        */
/*-------------------------------*/
.navbar {
  transition: top .5s ease;
}
.navbar-hidden {
  top: -94px;
}
.navbar-default{
  background-color:white;
  border: 0ch;
}
#top-logo {
  height: 64px;
}
#top-logo a{
  margin-left: calc(50% - 80px); 
  
}
#top-logo img{
  height: 100%;
}
#top-a a{
color: rgb(46, 46, 46);
text-decoration: none;
}
#top-a a:hover{
  opacity: 46%;
}
/*-------------------------------*/
/*    small nav styles        */
/*-------------------------------*/
#logo-mini{
  position: fixed;
  top: 0;
  background-color:white;
  z-index: 1111;
}
#mid-logo {
  height: 64px;
  
}
#mid-logo a{
  margin-left: calc(50% - 77px); 
}
#mid-logo img{
  height: 100%;
}
#top-spacing{
  z-index: 1;
  background-color: transparent;
  height: 64px;
}
.nav-top-link{
  margin-top: 10px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;  
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #5c4c2d;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #6d6736;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #7e6f3e;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #8f8246;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #a0864f;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #ae935a;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #b6a26c;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #bfa27d;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before{
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 21px;
  margin-left: 16px;
  position: fixed;
  top: 22px;
  width: 30px;
  z-index: 1111111;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
/* .hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color:white;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
} */
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: black;


}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color:white;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color:white;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color:  white;
  margin-top: -2px;
  top: 50%;
}
/* .hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
} */
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11111;
}
/* SOME DEMO STYLES - NOT REQUIRED */
body {
  position: relative;
}
body,
html {
  background-color:white;
}
body h1,
body h2,
body h3,
body h4 {
  color: rgba(46, 46, 46, 0.9);
}
body p,
body blockquote {
  color: rgba(4, 4, 4, 0.7);
}
body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
body a:hover {
  color: #ffffff;
}



/* new */
[class^="col"]{
  /* border: 1px solid pink; */
} 
.content-img{
  width: 100%;
}
#main-content .media-object{
height: 100%;
}
.head h1{
  position: fixed;
  top: 230px;
  right: -2px; 
  margin: 0;
  line-height: 32px;  
  font-size: 18px; 
  width: 26px; 
  z-index: 1111;
  font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}
#marketicon{
  position: fixed;
  bottom: 64px;
  right: 26px;
  z-index: 1111;
  background-color: transparent;
}
#marketicon img{
  width: 32px;
  opacity: 40%;
  background-color: transparent;
  /* filter: drop-shadow(0 0 1px #000000) ;
  -webkit-filter: drop-shadow(0 0 1px #000000) ; */
}
#marketicon img:hover{
  opacity: 100%;
}
#bottom-content {
  font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
  font-size: 8px;
  color: gray;
  text-align: center;
  margin-top: 46px;
  padding-bottom: 46px;
}
#bottom-content a{
  text-decoration: none;
  color: gray;
}


/* index */
#index-jbt{
  padding: 0px;
  margin-bottom: 20px;
}
#index-jumbotron{
background-color: transparent;
padding: 0px;
margin-bottom: 46px;
}
#index-jumbotron img{
width: 100%;
}
#index-row1{
  margin-top:16px;
  margin-bottom: 55px;
}
#index-row1 p{
  text-align:center;
}
#index-img1 img{
  width: 100%;
}
#index-row2{
  margin-bottom: 55px;
}
#index-row2-1 dt{
  margin-bottom: 20px;
}
#index-row2-1 dd{
  margin-bottom: 30px;
}

/* about */
#about{
  margin-left: 46px;
  margin-right: 46px;
  padding: 0px;
}

.about-img{
  display: flex;
  align-content:center;
  align-items: center;
  justify-content: center;
  color: gray;
}
.about-img img{
  height: 120px;
  margin: 20px;
}
.about-people{
  margin: 20px;
  padding:0px;
  color: gray;
  display: flex;
  align-content:center;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.about-people dl{
  margin-top: 30px;
}
.about-people dl dd{
  /* display: flex;
  align-content:center;
  align-items: center;
  justify-content: center; */
  margin-bottom: 5px;
  letter-spacing: 1px;
}

/* euforia */
.euforia-spec-content{
  display: flex;
  flex-flow: row wrap;
  align-content:center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing:1px;
}
.euforia-spec-content dt{
  font-size: 16px;
  margin-bottom: 20px;
}
.euforia-spec-content dl{
  /* margin-left: 20%; */
  /* float: none;
  display: inline-block;
  vertical-align: middle; */
  width: 100%;
  text-align: center;
}
.euforia-img{
  margin: 0px;
}
.euforia-img img{
  width: 100%;
  margin-bottom: 10px;
}
/* 居中 */
@media (min-width: 992px) {
  #euforia-spec .row-vertical-center {
    display: flex;
  }
  .row-vertical-center {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
}

#to-about-us {
margin-bottom: 30px;
}
#to-about-us a{
  color:rgb(0, 0, 0);
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
#to-about-us a:hover{
opacity: 60%;
}

/* share */
/* #euforia-spec-share{
  padding-left: 46px;
  padding-bottom: 30px;
  margin-top: 46px;
}
.share-platform .bds_weixin{
  background-image: url('/images/css-bg.png');
  background-position: -13px -7px !important;
}
.share-platform .bds_tsina{
  background-image: url('/images/css-bg.png');
  background-position: -57px -7px !important;
}
.share-platform .bds_sqq{
  background-image: url('/images/css-bg.png');
  background-position: -101px -7px !important;
}
.share-platform .bds_qzone{
  background-image: url('/images/css-bg.png');
  background-position: -146px -7px !important;
  
} */





