html{
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
}
[v-clock]{
  opacity: 0;
}
*{
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}
body::::-webkit-scrollbar{
    width:auto;
    height:auto;
}
*::-webkit-scrollbar{
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-thumb{
  height: 10px;
  width: 10px;
  background-color: #b29774;
  border-radius: 2px;
}
body::-webkit-scrollbar-thumb{
  height: auto;
  width: auto;
  background:#fff;
  border-radius: 0;
}
a{
  text-decoration: none;
  color: #333;
}
h1,h2,h3,h4,h5{
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
textarea::placeholder,
input::placeholder{
  color: #999;
}
select,
input,
button{
  border: 0;
}
body{
  background-color: #F5F6F6;
  font-size: 14px;
  margin: 0;
}
input, button{
  outline: unset;
}
button{
  cursor: pointer;
}
.wrap{padding:0 6.25%;box-sizing:border-box;width: 100%;  max-width: 1650px;margin:0 auto}
.common-container{
  min-height: 100vh;
  /* background-color: #ffffff; */
  min-width: 960px;
}
.common-container.header-wrap{
  padding-top: 82px;
}
.common-container:after {
  display: table;
  content: "";
  clear: both;
}
.common-header{
  background-color: #fff;
  height: 82px;
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 960px;
}
.header-menu-wrap{
  height: 82px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow .2s;
  position: relative;
  z-index: 1;
  padding: 0 6.25%;
}

.common-header.shadow .header-menu-wrap{
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.logo{
  width: auto;height: 40px;
  object-fit: contain;
  margin-right: auto;
}
.header-menu{
  display: flex;
  height: 100%;
}
.header-menu .el-dropdown{
  display: flex;
  align-items: center;
}
.header-menu li{
 
  margin: 0 10px;
  color: #333;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-menu li a{ padding: 12px 8px;display:flex;align-items:center;position:relative;height:100%;}
.header-menu li::after{
  position: absolute;
  content: '';
  width: 100%;
  bottom: 14px;
  left: 0;
  display: inline-block;
  border-radius: 2px;
  height: 3px;
  transition: all .2s linear;
  background-color: transparent;
}

.header-menu li.active::after{
  background-color: #b29774;
}
.header-menu li.hightlight a{
  color: #b29774;
}
.header-menu li a{
  transition: all .2s;
}
.header-menu li .icon{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.header-menu li .arrow{
  width: 10px;
  height: 6px;
  object-fit: contain;
  margin-left: 6px;
}
.header-menu li .arrow.active{
  display: none;
}
.header-menu li:hover .arrow.active{
  display: inline-block;
}
.header-menu li:hover .arrow{
  display: none;
}
.header-menu li:hover a{
  color: #b29774;
}
.header-menu li:last-child{
  margin-left: 2px;
  padding-left: 20px;
}
.header-menu li:last-child::before{
  content: '';
  display: inline-block;
  height: 14px;
  width: 2px;
  position: absolute;
  margin-top: 2px;
  left: -2px;
  background-color: #ccc;
  
}
.header-menu li span,
.header-menu li a{
  white-space: nowrap;
}
.header-menu li.active{
  color: #b29774;
  border-bottom-color: #b29774;
}
.header-menu li.active a{
  color: #b29774;
}
.common-footer{
  padding: 4.6%;
  width: 100%;
  font-size: 14px;
  color:#fff;
  background-color: rgb(80, 82, 76);
  text-align: center;
  line-height: 34px;
  white-space: pre-line;
}
.common-header .search-block,
.common-header .business-block{
  background-color: rgba(255,255,255,0.96);
  width: 100%;
  min-width: 960px;
  position: absolute;
  top: 82px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 12%;
}
.common-header .business-block .enterprise-menu{
  width: 100%;
  padding: 12px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #999;
  transition: all .2s;
}
.common-header .business-block .enterprise-menu:hover{
  color: #b9a17e;
}
.common-header .business-block h2{
  color: #b9a17e;
  font-size: 20px;
  white-space: nowrap;
  padding-right: 4%;
}
.common-header .business-block .business-col{
  padding: 0 2%;
  border-left: 1px solid #eee;
  height: 100%;
  align-self: flex-start;
  flex: 1;
}
.common-header .business-block h3{
  color: #b9a17e;
  font-size: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-header .business-block .menu{
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #999;
  transition: all .2s;
}
.common-header .business-block .menu:hover{
  color: #b9a17e;
}
.common-header .business-block .business-icon{
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.common-header .business-pic{
  width: 210px;
  height: 260px;
  object-fit: cover;
}

.search-block .input-wrap{
  height: 58px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid #b9a17e;
  background-color: #fff;
  
}
.search-block .input-wrap .txt{
  padding: 24px;
  font-size: 16px;
  color: #b9a17e;
  cursor: pointer;
}
.search-block .title{
  color: #a3a3a3;
  padding-right: 32px;
  font-size: 16px;
  text-align: left;
}
.search-block .search-history{
  padding: 20px 0 14px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  width: 100%;
  align-items: center;
}
.search-block .history-menu{
  padding: 8px 20px;
  padding-right: 9px;
  color: #333;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  
}
.search-block .history-menu:hover{
  background-color: #999;

  color: #fff;
}
.history-menu .close{
  width: 10px;
  padding: 6px;
  height: 10px;
  margin-left: 6px;
  box-sizing: content-box;
  border-radius: 16px;
  background-color: #fff;
}
.common-header .search-block{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-block .search-hot{
  margin-left: -24px;
  margin-right: -24px;
  white-space: pre-line;
  overflow: hidden;

}
.search-block .search-icon{
  width: 16px;
  height: 16px;
  padding: 0 20px;
  box-sizing: content-box;
  border-right: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
}
.search-block .search-npt{
  flex: 1;
  padding: 0 20px;
  font-size: 16px;
  height: 100%;
  color: #333;
}
.hot-title{
  padding: 22px 0 10px;
  width: 100%;
}
.search-block .hot-menu{
  font-size: 14px;
  color: #333;
  margin: 12px 24px;
  margin-right: 0;
  word-wrap: break-word;
  float: left;
  cursor: pointer;
}
.search-block .hot-menu:hover{
  text-decoration: underline;
  color: #666;
}
.common-secretary{
  position: fixed;
  right: 12px;
  bottom: 100px;
  z-index: 100;
}

.common-chat-wrap{
  width: 500px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 110px;
  bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.common-chat-wrap a{
  color: #b9a17e;
  line-height: 32px;
  font-size: 14px;
}
.common-chat-wrap a:hover{
  cursor: pointer;
  text-decoration: underline;
}
.common-chat-wrap .header{
  height: 58px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  padding-left: 12px;
  background-color: #4f524b;
}
.common-chat-wrap .chat-wrap{
  background-color: #fff;
  padding: 28px 20px 0;
  flex: 1;
  border-radius: 4px;
  height: 0;
}
.chat-wrap .chat-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 22px 0;
}
.chat-wrap .chat-item:last-child{
  padding-bottom: 20px;
}
.chat-wrap .chat-item.me{
  flex-direction: row-reverse;
}
.chat-wrap .chat-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.chat-wrap .chat-item .content{
  padding: 12px 18px;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  margin-right: 64px;
  margin-left: 12px;
}
.chat-wrap .chat-item.me .content{
  margin-left: 64px;
  margin-right: 12px;
}
.common-chat-wrap .chat-list{
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  overflow: auto;
}
.common-chat-wrap .header img{
  width: 16px;
  height: 16px;
  margin-right: 12px;
  cursor: pointer;
  margin-left: auto;
}
.secretary-btn-wrap{
  width: 98px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(70%);
  transition: all .2s;
}
.secretary-btn-wrap.active,
.secretary-btn-wrap:hover{
  transform: translateX(0);
}
.secretary-btn-wrap button {
  width: 100%;
  border-radius: 18px;
  color: #6e4c1c;
  border: 1px solid #b89158;
  font-size: 16px;
  line-height: 30px;
  background: linear-gradient(to right, #f5debc, #deb16f);
  margin-top: -10px;
  cursor: pointer;
}
.secretary-btn-wrap img{
  width: 98px;
  height: 112px;
  display: block;
  margin-left: 8px;
}
.common-chat-wrap .footer-btn{
  display: flex;
  align-items: flex-end;
  padding: 0 20px 20px;
  height: 116px;
}
.common-chat-wrap textarea{
  resize: none;
  font-size: 16px;
  border: 0px;
  padding-top: 12px;
  flex:1;
  height: 100%;
}
.common-chat-wrap .send{
  width: 100px;
  height: 38px;
  background-color: #4f524b;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.question-wrap{
  background-color: rgba(255,255,255,.9);
  width: 60%;
  min-width: 636px;
  position: fixed;
  left: 20%;
  padding: 12px 7%;
  height: 126px;
  bottom: 41px;
  border-radius: 20px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 10;
  transform: translateY(92%);
  transition: transform .2s 1s linear;
}
.question-wrap:focus-within,
.question-wrap:active,
.question-wrap:hover{
  transform: translateY(0);
  transition: transform .2s  linear;
}
.question-wrap .histories{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.question-wrap .histories .tip{
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 17px;
  color: #666;
  background-color: #e1e1e1;
  margin-right: 12px;
  cursor: pointer;
}
.question-wrap .histories .more{
  margin-left: auto;
  font-size: 12px;
  color: #666;
}
.question-wrap .question-box{
  height: 41px;
  padding-bottom: .918%;
  padding-top: .24%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
  background-image: url(../imgs/-s-img_search.png);
  background-size: 100% 100%;
}
.question-box .tip{
  font-size: 14px;
  width: 120px;
  text-align: center;
  border-right: 2px solid #e1e1e1;
  cursor: pointer;
}
.question-box{
  background-color: #fff;
}
.question-box input{
  flex: 1;
  height: 90%;
  font-size: 14px;
  padding: 0 8px;
}
.question-box .btn{
  width: 80px;
  height: 26px;
  border-radius: 4px;
  background-color: #50524b;
  color: #fff;
  margin-right: 12px;
  font-size: 12px;
  cursor: pointer;
}
.question-box .btn:hover{
  background-color: #686b61;
}

@media screen  and (max-width: 1366px){
  .question-wrap{
    height: 96px;
    border-radius: 8px;
  }
  .question-wrap .question-box{
    height: 32px;
    padding-top: .2%;
  }
  .question-box .btn{
    width: 60px;
    height: 22px;
    margin-right: 6px;
  }
  .question-box .tip{
    width: 80px;
  }
  .question-box .tip,
  .question-box input{
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px){
  .logo{
    display: none;
  }
  .header-menu-wrap{
    padding: 0 12px;
    justify-content: center;
  }
  
}