.header{
  background: rgba(119,20,22,1);
  width: 100%;
  height: 60px;
  top: 0;
}
.header .logo{
  width: 200px;
  height: 60px;
  float: left;
  text-align: center;
}
.header .logo a{
  font-size: 50px;
  color: #FFF;
  line-height: 60px;
}

.header .nav{
  float: left;
  /* 默认居左，可调整为居右模式 */
  /* float: right;  */
 
}
.header .nav ul.layui-nav {
	 background: rgba(119,20,22,1);
	
}
.nav.layui-nav-bar{
	
	
}
.mobile-icon{
  display: none;
}

.header .nav ul.layui-nav .layui-this:after, .nav .layui-nav-bar{
	    background-color: #fdeabe;
}
.body-container .layui-btn-normal {
    background-color: #c73f42;
}
@media screen and (max-width: 1024px) {
  .header .logo{
    text-align: left;
  }
  .header .nav{
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 61px; /* 如果需要缝隙，可将值调至61px */
    margin-left: -15px;
  }
  .layui-nav{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .header .nav li{
    width: 100%;
    text-align: center;
  }
  .mobile-icon{
    display: block;
    color: #FFF;
    font-size: 30px;
    float: right;
    margin-top: 15px;
  }
  .layui-nav .layui-this:after,
  .layui-nav-bar,
  .layui-nav-tree .layui-nav-itemed:after {
    height: 1px;
    background-color: #c73f42;
  }
}

.highlight {
  position: relative;
  z-index: 0
}
.highlight:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 217, 82, .4);
  left: 0;
  bottom: 1px;
  z-index: -1
}
html {
  font-size: 14px;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, select, td, textarea, th, ul {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0
}
body, input, textarea {
  font: 14px/1 Microsoft Yahei, Helvetica, PingFang SC, Helvetica Neue, sans-serif, Arial, Verdana;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
input, textarea {
  outline: none;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  box-sizing: content-box
}
select{
  height: 40px;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0
}
input::-webkit-search-cancel-button {
  display: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset {
  border: 0
}
abbr, acronym {
  border: 0;
  font-feature-settings: normal;
  font-variant: normal
}
del {
  text-decoration: line-through
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500
}
q:after, q:before {
  content: ""
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
li {
  list-style: none
}
a, ins {
  text-decoration: none;
  color: inherit
}
i {
  font-style: normal
}
b {
  font-weight: 400
}
img {
  border: none
}
img[src=""] {
  opacity: 0
}
main {
  padding-top: 50px;
  min-height: calc(100vh - 90px)
}


/*footer*/
.record.jsx-201403790 {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background-color:rgba(119,20,22,1);
	text-align: center;
	bottom: 0px;
	/*position: fixed;*/
	width: 100%;
  overflow: hidden;
}
.record.jsx-201403790 a{
	color: #fff;
}
.guohui.jsx-201403790 {
	vertical-align: sub;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.more{
  white-space: pre-line;
  line-height: 30px;
}


.nav2{
	background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

.nav2 a {
    display: inline-block;
    padding: 5px 18px;

    margin-bottom: 10px;
    border-radius: 35px;
    color: #333;
    margin: 3px 8px;
    border: 1px solid #ececec;
}


.nav2 a:hover , .nav2 a.on{
	background: #c73f42;
    color: #fff;
    border-block-color: #c73f42;
}
.fmpic {
    width: 138px;
    height: 168px;
    margin-right: 15px;
    float: left;
}
.fmpic img {
    width: 138px;
    height: 168px;
    border: 0;
}
.m-summary {
    min-height: 120px;
    line-height: 20px;
}
.m-btn {
    height: 40px;
    float: left;
    margin-top: 12px;
}
.m-btn a {
    padding-right: 0px;
}
.vv-pailie {
    border-top: 1px solid #ebebeb;
}

.m-cover h3 {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 10px 10px;
    clear: both;
    background: #f4f3db;
    margin: 0px;
}


.content .alert{background: #fff;border-left: none;border-right: none;border-radius: 0;padding: 10px 15px;margin-bottom: 0;border-color: #ebebeb;}


#breadcrumb{ padding-top: 10px;}

.bookurl{
	
	font-size: 18px;font-weight: bold
}

.detail-body{
	
	padding-top: 10px;
}
.detail-body>p{
	
	
	    text-indent: 2em;
}

.layui-row .tj{
	
	margin-top: 5px;font-size: 16px;padding: 10px;line-height: 24px;color: #009E94
}

.fly-list-one dd{
	
	width: 41%;float: left;
}


.clear{clear: both;
    height: 20px;}


.click_more {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 16px;
    color: #666;
    margin-top: 16px;
    padding: 13px 0;
    position: relative;
    cursor: pointer;
    clear: both;
	margin-bottom: 38px;
}
.click_more .msk {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    height: 90px;
    background: -webkit-linear-gradient(to bottom,hsla(0,0%,100%,0),#fff);
    background: linear-gradient(to bottom,hsla(0,0%,100%,0),#fff);
    content: "";
}

.click_more i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    font-size: 0;
    line-height: 0;
    vertical-align: 3px;
    position: relative;
    top: 0;
    margin-left: 6px;
}
.detail-body.morecont{
	
	height: 486px;
	overflow: hidden;
}

.header-top{ height: 30px; line-height: 30px; background: #fff; width: 100%;}

.header-top .login{ display: inline-block; float: right;}
.header-top .login a{ display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    padding: 0px 8px;
    border: 1px solid #dd6d70;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #dd6d70;}
.header-top .login a.my{
	 border: 1px solid #009E94;
	 color: #009E94;
}

.header-top .layui-icon-read{
	float: left;
     height: 16px; 
     width: 16px; 
     display: block; 
    margin-top: 0px;
    color: red;
    margin-left: 0px;
    font-size: 20px;
    margin-right: 5px;
}

.header-top .by{
	
	font-size: 12px;
    margin-left: 5px;
    color: #888;
    float: left;
}
.header .layui-icon {
   
    font-size: 28px;
   
}
