
@charset "utf-8";
/*
  Document   : CSS样式初始化
  Created on : 2016. 8. 7,09:41:00
  Author :
  Description:
  CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
      导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" /> */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {width:100%;height:100%;background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */
a {color:#666;text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */

/* 页面设置 */

/* 取消a标签点击后的虚线框 */
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
.home-icon{
    width: 39px;
    height: 39px;
    margin-left: 37px;
}
.home-icon img{
    width: 100%;
    height: 100%;
}
.home-nav-list{
    background: #222222;
}
.home-nav-item{
    box-sizing: border-box;
    padding-left: 50px;
    height: 125px;
    line-height: 125px;
    border-bottom: 2px solid #393836;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.home-exit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-left: 0;
}
.home-exit img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.el-drawer__header{
    display: none!important;
    padding: 0;
}
.el-icon-close{
    display: none;
}

.el-drawer{
    width: 400px!important;
}
.home-back{
    width: 47px;
    height: 36px;
    margin-left: 0;
}

.home-back img{
    width: 47px;
    height: 36px;
}
.home-nav img{
    width: 35px;
    height: 29px;
}


body{
    width: 100vw;
    min-width:1100px;
    min-height: 100vh;
    background: #222222;
}
.page-box{
    width: 100%;
    height: 100vh;
    padding-top: 44px;
    box-sizing: border-box;
   overflow: hidden;
}

.menu-content h1{
    height: 50px;
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E8B45E;
    text-align: center;
}

.menu-content{
    position:relative;
}
.menu-content:after{
    position: absolute;
    content: '';
    width: 272px;
    height: 61px;
    top: -30px;
    left: 50%;
    margin-left: -129px;
    background: url(../image/happy.png) 50% 50%;
    background-size: cover;
}


.page-box-scroll{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100vw - 50px);
    margin-left: 50px;
    box-sizing: border-box;
    height: calc(100vh - 155px);
    overflow: auto;
}
.page-box-search-scroll{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100vw - 50px);
    margin-left: 50px;
    box-sizing: border-box;
    height: calc(100vh - 100px);
    overflow: auto;
}
.page-box-list-scroll{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100vw - 50px);
    margin-left: 50px;
    box-sizing: border-box;
    height: calc(100vh - 225px);
    overflow: auto;
}
.page-box-scroll::-webkit-scrollbar{
    width:0px
}
.page-box-search-scroll::-webkit-scrollbar{
    width:0px
}
.page-box-list-scroll::-webkit-scrollbar{
    width:0px
}
.search-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 120px 10px 120px;
}
.search-nav{
    display: flex;
    align-items: center;
}
.header-search{
    display: flex;
    align-items: center;
    width: 170px;
    height: 50px;
    border: 2px solid #E7B35E;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 9px;

}
.header-search img{
    width: 21px;
    height: 21px;
}
.header-search p{
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4B4B4;
}
.scroll-tips{
    width: 100%;
    color:#fff;
    text-align: center;
}
.el-image-viewer__mask{
    opacity: 1!important;
}
.el-drawer{
    background: #222222!important;
}
.collect-icon{
    position:relative;
    width: 41px;
    height: 37px;
    margin-left: 37px;
}
.collect-icon img{
    width: 100%;
    height: 100%;
}
.collect-icon span{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #E8B45E;
    border-radius: 100%;
    color:#222222;
    text-align: center;
}
