/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
  font-family: 'codropsicons';
  src:url('../fonts/codropsicons/codropsicons.eot');
  src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  height: 100%;
  background-color: #000;
}

::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.pl-15{
  padding-left: 15px;
}

.ml-10 {
  margin-left:-10px
}

#product {
  background-color:#000;
}

#product-container {
   padding-top: 5.5rem;
   display: flex;
   flex-direction: column;
   height: 100vh;
}


/*产品描述内容*/
#product-container .product-content{
  color: #fff;
  padding: 10px 16px 10px 16px;
}

/*产品描述内容中的图片*/
#product-container .product-content img{
    width: 100%;
}


#product-container #footer {
  background-color: rgb(68, 68, 68);
  background-image: url('../images/footer-background.jpg');
  background-repeat: no-repeat;
}

#product-container #footer h5 {
  color:#666;
  padding-left: 15px;
  display:none
}


#product-container #footer ul li img{
  width:22px;
  height:22px;
  margin-right:5px;
}


#product-container #footer .qrcode-box {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333;
}

#product-container #footer .qrcode-box img{
  width:110px;

}


#product-container #footer .qrcode-box .qrcode-img {
  box-sizing: border-box;
  flex: 1;
  text-align: center;

  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
  border-radius: 1px;
  /*padding: 5px;*/

  display: block;
}


#product-container #footer .qrcode-box .qrcode-img .qrcode-desc {
  padding-top: 8px;
  color:#fff;
}



#product-container .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@media (min-width: 768px) {
  #product-page .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


/**********************************************************/
/*#superl-kf {
  position: absolute; 
  z-index: 999; 
  right: 0px; 
  color:#fff;
}


#superl-kf .content {
  margin-top: -2px;
  display:block;
  border-radius:20px;
}

#superl-kf .content a {
  color:#fff;
}
*/

/**********************************************************/

#lean_overlay {    
  position: fixed;    
  z-index:100;    
  top: 0px;    
  left: 0px;    
  height:100%;    
  width:100%;    
  background: #000;    
  display: none;
}

#message-popup-modal {
  padding-bottom: 2px;
  display:none;
}


#message-popup-modal .modal-container {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 420px;
  min-width: 320px;
  height: auto;
  z-index: 2000;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


/* Content styles */
.modal-content {
  color: #fff;
  /*background: #e74c3c;*/
  background: #121212;
  background: rgba(0,0,0,0.6);
  position: relative;
  border-radius: 12px;
  margin: 0 auto;
  padding:20px;
}

.modal-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

.modal-content .header{
  height: 45px;
  line-height: 45px;
  width: 100%;
}

.modal-content .header .title {
  padding-top: 5px; 
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px solid gray;
  /*border-top: 0;*/
}

.modal-content .main {
  padding-top: 20px;
}

.modal-content > div {
  padding: 5px 20px 20px 20px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.modal-content > div p {
  margin: 0;
  padding: 10px 0;
}

.modal-content > div ul {
  margin: 0;
  padding: 0 0 20px 0px;
  list-style: none;
}

.modal-content > div ul li {
  padding: 0px 0;
  list-style: none;
}

.modal-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    width: 100%;
    border-radius: 10px;
    padding: 0.6em 1.2em;
    background: #B18C67;
    color: #fff;
}

/*****************************************************/

.index-container{
  position:relative;
  width:100%; 
  height:100%;

  overflow: hidden;
  transition: 0.5s;

  /*background: url(../../images/bg2.jpg) no-repeat fixed;*/
  
  background-position: center center;
  /*background-size:100% 100%;*/
  background-size: cover;
  min-height: 100vh;

  backdrop-filter: blur(15px);
}


.main-ccontent{
  text-align: center;
  color: #fff;
  margin-top:180px;
  padding: 30px;
}

@media (min-width: 768px) {
    .main-ccontent{
      text-align: center;
      color: #fff;
      margin-top:150px;
      padding: 30px;
    }
}

.searchbar {
  color: rgb(112, 112, 112);   /*设置提示文字颜色*/
  width: 93%;
  max-width: 480px;
  border: rgb(218, 218, 218) solid 1px;
  border-radius: 2em;    /*左右边框为半圆*/
  height: 42px;
  box-shadow: 0px 0px 5px rgb(212, 212, 212);
  margin: 0 auto;  /*重要！整个搜索框居中对齐*/
  margin-top: 80px;
  text-align: left;
  padding:5px;
}


.searchbar .span{

}

.searchbar input {
  padding-left: 20px;
  background: transparent;
  border: none;
  color: #fff;
  height: 30px;
  width: 80%;
  border: 0;
  outline: none;
}

.searchbar .right {
  vertical-align: middle;
  margin-right:6px;
  height: 30px;
  float: right;
}


.descrription {
  font-size: 16px;
  color: #eee;
  margin-top: 50px;
  text-align:center;
  text-shadow: 2px 2px 5px rgb(212, 212, 212);
  z-index:1
}