@charset "UTF-8";

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.woff") format("woff"),
       url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.svg") format("svg"),
       url("../../font/SourceHanSansCN/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body, html {
  -webkit-tap-highlight-color: transparent;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font-family:"SourceHanSansCN-Normal","Microsoft YaHei" !important;
  /*vertical-align: baseline;*/
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;  
}
.clear{clear:both}
.f-r{float:right}
.f-l{float:left}
.pt10{padding-top:10vw;}
.weui-search-bar{z-index:100000}
/**页面样式**/

@font-face {
    font-family: 'iconfont';  /* project id 956109 */
    src: url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.eot');
    src: url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.woff') format('woff'),
    url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_956109_2o9ohf7g3r5.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:6vw;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.bottom-nav{display: flex; align-items: center; padding: 0 7vw;height: 14vw; justify-content: space-between; background: #c5aa7d}
.bottom-nav .logimg{height: 7vw;}
.bottom-nav .menuimg{ width: 5.2vw; height: 4.2vw }
.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.omit2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    overflow: hidden;
}
.search_box{
    display: flex;
    align-items: center;
    height: 42px;
}
.search_box input {
    background: #fff;
    flex: 1;
    border: 1px solid #c5aa7d;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
}
.search_box .searchbut{width: 86px; margin-left: auto; background: #c5aa7d; display: flex; align-items: center; justify-content: center; height: 42px;}
.search_box .searchbut img{width: 28px; height: 28px}
.guess_like {
    font-size: 3.7vw;
    font-weight: bold;
    color: #c5aa7d;
    margin: 0 3vw;
    display: flex;
    padding: 1vw 2vw;
    position: relative;
    border-left: 10px solid #c5aa7d;
}
.guess_like .more{margin-left: auto; font-weight: 400; font-size:3.2vw; color: #c5aa7d; display: flex; align-items: center;}
.guess_like .more img{width: 4.6vw; height: 1.2vw; margin-left: 5px}
.nav_view{ width: 100%; height: 100vh; position: fixed; right: 0; top:0; background: rgba(0,0,0,.4); line-height: 2; z-index: 1000; display: none}
.nav_view .ulVidw{width: 35vw; height: 100vh; background: #fff; right: 0; top:0; position: absolute; padding:20px}
.nav_view div{margin-bottom: 10px; text-align: left}
.nav_view div a{color: #555; font-size: 3.4vw}
.nextPage{color: #999; font-size: 3.4vw; margin: 5vw auto; display: table}