/* 公共样式及CSS重置 */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: 1.6rem;
}

ul {
    list-style: none;
}

a {
    color: #333333;
}

a:hover {
    color: #553b2a;
}

input {
    outline: none;
}

input::focus {
    border: none;
}

.color-set-1 {
    background-color: #553b2a;
}

.color-set-2 {
    background-color: #e29d35;
}

.hd {
    margin: 0 auto;
}

.layout-wrap {
    width: 100%;
}

.layout-navigation-wrap {
    width: 100%;
    background-color: #553b2a;
}

.layout-page-top {
    margin-bottom: 2rem;
}

/* 顶部LOGO */
.layout-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.layout-top-logo {
    width: 15%;
}

.layout-top-logo a img {
    max-width: 165px;
}

.layout-top-widget,
.layout-top-custom {
    width: 16%;
    font-size: 16px;
    white-space: nowrap;
    text-align: right;
    padding: 0 1%;
}

.user-btn {
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ff8016, #ffc99d);
}
.banner {
    width:65%;
    margin:0 60px;
}
.banner a img {
    height:80px;
    width:700px;
}
.btn img {
    width:auto;
    height:42px;
}
.btn1 {
    display: inline-block;
    margin-bottom: 5px;
}
.after-btn {
    width:20%;
}
.after-btn p {
    margin-top:10px;
    margin-bottom: 0;
}
.after-btn .jf {
    font-weight: bold;
    color:#ff0000;
}

/* 公共底部 */
.layout-footer {
    width: 100%;
    background-color: #0f0800;
    color: #fff;
}

.friend-link-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.friend-link {
    width: 100%;
    background: url(../images/friendly_link.png) top center no-repeat;
    height: 75px;
    text-align: center;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.friend-ul {
    width: 75%;
    border-bottom: #666 solid 1px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.ful-list {
    padding: 0 2rem;
    white-space: nowrap;
}

.ful-list a {
    font-size: 1.2rem;
    color: #999;
}

.fn-ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fn-ul-list {
    padding: 0 2rem;
    white-space: nowrap;
}

.fn-ul-list a,
.fnl-ul-list a {
    font-size: 1.4rem;
    color: #999;
}

.fn-ul-list a:hover,
.fnl-ul-list a:hover {
    text-decoration: underline;
}

.fnl-ul {
    width: 75%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fnl-ul-list {
    padding: 0 1.2rem;
    white-space: nowrap;
}

.footer-auth-list {
    text-align: center;
}

.footer-auth-list img {
    margin: 0 5px;
}

.copyright {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 0.6rem;
}

.copyright a {
    color: #999;
    margin-right: 8px;
}

.copyright a:hover {
    text-decoration: underline;
}

.footer-push {
    color: #adce03;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.25rem;
    margin-top: 1rem;
}

.footer-push a {
    color: #adce03;
}

.footer-push a:hover {
    text-decoration: underline;
}

/* 导航 */
.layout-navigation {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.ln-flow {
    text-align: center;
    white-space: nowrap;
    padding: 1rem 0;
    width: 14.285%;
}

.ln-index {
    overflow: hidden;
}

.ln-flow-alink {
    display: block;
    font-size: 16px;
    padding: 0 1.5rem;
    color: #FFFFFF;
    border-left: #0f0800 solid 1px;
    margin-left: -1px;
}

.ln-flow-alink:hover {
    color: #e29d35;
}

/* 图文展示公共样式 */
.subpage-list-title {
    margin: 10px 0;
    line-height: 1.5rem;
    padding: 0;
    color: #333333;
    overflow: hidden;
    height: 3rem;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a:hover .subpage-list-title:hover {
    color: #553b2a;
}

.subpage-list-desc {
    line-height: 1.5rem;
    padding: 0;
    color: #CCCCCC;
    margin: 0 0 1rem 0;
    overflow: hidden;
    height: 3rem;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.extra-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.extra-content .am-icon-yen::before {
    padding-right: 4px;
    font-weight: 400;
    font-size: 1.2rem;
}

.extra-content .am-icon-eye::before {
    padding-right: 4px;
    font-weight: 400;
}

.extra-content p {
    margin: 0;
}

.ec-price {
    color: #f08300;
    font-size: 16px;
}

.page-views {
    color: #CCCCCC;
    font-size: 16px;
}

/* 全局浮动模块 */
.float-widget {
    width: 80px;
    height: 300px;
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 999;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
}

.fw-link {
    padding: 1.2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    border: #ddd solid 1px;
    background-color: #fff;
    margin: -1px;
    position: relative;
}

.fw-qrcode {
    width: 200px;
    border: #553b2a solid 1px;
    position: absolute;
    right: 100px;
    top: -1px;
    z-index: 1099;
    display: none;
}

.fw-link:hover {
    border: #553b2a solid 1px;
    background-color: #553b2a;
}

.fw-link:hover .fw-icon {
    color: #fff;
}

.fw-link:hover .fw-link-title {
    color: #fff;
}

.fw-icon {
    color: #ccc;
    font-size: 2.4rem;
}

.fw-link-title {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
}

.fw-back-to-top {
    font-size: 3.2rem;
    padding: 0.4rem 1.75rem;
}

.fw-contact-container {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 60px;
    z-index: 1099;
    display: none;
}

.fw-contact {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fw-clipboard-m {
    width: 90%;
    padding: 0.5rem 1rem;
    background-color: #553b2a;
    border-radius: 10px;
}

.fw-cm-close {
    color: #fff;
    font-size: 2rem;
    text-align: right;
    margin-bottom: 10px;
}

.fw-cm-wechat {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.fw-cm-alink {
    display: block;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    color: #553b2a;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 1.6rem;
}

/* 面包屑导航 */
.am-breadcrumb {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-breadcrumb {
    padding: 1rem 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    border: #e9e9e9 solid 1px;
    background-color: #fff;
}

/* 全局推广位、橱窗位（猜你喜欢） */
.global-push {
    border: #E9E9E9 solid 1px;
    background-color: #fff;
    padding-top: 1.6rem;
}

.gp-title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: #E9E9E9 solid 1px;
}

.gp-title strong {
    display: inline-block;
    border-bottom: #553b2a solid 3px;
    padding: 0 1.6rem 1rem 1.6rem;
    color: #553b2a;
    margin-bottom: -2px;
}

.gp-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin: 0;
}

.gp-ul-list {
    width: 25%;
}

.gp-alink {
    display: block;
    margin: 0 0.8rem 1.6rem 0.8rem;
}

.gp-ul-list-text {
    width: 25%;
    overflow: hidden;
    border-right: #e9e9e9 solid 1px;
    padding: 1.6rem 0;
}

.gp-ul-list-text:last-child {
    border-right: none;
}

.gp-alink-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    padding: 0 1rem;
}

.gp-ul-views-text {
    display: block;
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
    text-align: right;
}

/* 通用表单样式 */
.general-form-input {
    border: #E9E9E9 solid 1px;
    margin: 0;
    padding: 12px;
    background-color: #fff;
    min-width: 80%;
    font-size: 14px;
}

.general-form-input-s {
    border: #E9E9E9 solid 1px;
    margin: 0;
    padding: 12px;
    background-color: #fff;
    max-width: 60%;
}

.general-form-file {
    padding: 6px 12px;
    position: relative;
    color: #999;
    background-color: #fafafa;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.general-form-file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.general-form-radio {
    margin-right: 1.6rem;
}

.am-btn-group .general-form-radio {
    width: 98px;
    font-size: 14px;
    text-align: center;
    border: #E9E9E9 solid 1px;
    background-color: #fff;
    color: #666;
    white-space: nowrap;
    padding: 10px 0;
}

.am-btn:active,
.am-btn.am-active {
    box-shadow: none;
    background-color: #553b2a;
    color: #fff;
}

/* 列表页 */
.hot-word {
    background-color: #fff;
    border: #E9E9E9 solid 1px;
    border-top: none;
    height: 50px;
    overflow: hidden;
    font-size: 85%;
}

.hw-tip {
    float: left;
    display: block;
    background-color: #fafafa;
    width: 10rem;
    text-align: center;
    line-height: 50px;
    border-right: #E9E9E9 solid 1px;
    margin-right: 1.6rem;
}

.hot-word a {
    white-space: nowrap;
    line-height: 50px;
    margin-right: 2rem;
    color: #666;
}

.hot-word a:hover {
    color: #553b2a;
}

.data-filter {
    border: #E9E9E9 solid 1px;
    background-color: #fff;
    margin-bottom: 5rem;
    position: relative;
}

.df-title {
    border-bottom: #E9E9E9 solid 1px;
    color: #553b2a;
    line-height: 60px;
    padding: 0 25px;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.df-list {
    padding: 0 25px;
}

.df-dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.df-dl-meta,
.df-dl-val {
    margin-top: 0;
}

.df-dl-meta {
    width: 8%;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
}

.df-dl-val {
    /*width: 90%;*/
    font-size: 13px;
}

.df-dl-lit {
    line-height: 30px;
    white-space: nowrap;
    margin-right: 10px;
    color: #999;
    display:inline-block !important;
    width:90px !important;
    height:30px !important;
    text-align:center;
}

.df-dl-lit-a-select {
    display:inline-block !important;
    width:90px !important;
    height:30px !important;
	background:#553b2a !important;
    color:#fff !important;
    text-align:center;
}

.df-dl-active {
    color: #553b2a;
}

.flexible-panel {
    background-color: #fff;
    width: 100px;
    height: 36px;
    overflow: hidden;
    margin-left: -50px;
    border-top: #fff solid 1px;
    border-left: #E9E9E9 solid 1px;
    border-right: #E9E9E9 solid 1px;
    border-bottom: #E9E9E9 solid 1px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    z-index: 99;
    line-height: 36px;
    text-align: center;
    font-size: 1.4rem;
}

.fp-alink {
    display: block;
    width: 100%;
    font-size: 12px;
}

.fp-alink i {
    margin-left: 3px;
}

/* 图文列表 */
.list-drawing {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.ld-item-padding {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.ld-item {
    background-color: #fff;
    width: 24%;
    margin-bottom: 1.4rem;
    border: #E9E9E9 solid 1px;
}

.ld-item img {
    width: 280px;
    height: 210px;
}

.ld-content {
    padding: 1rem 1rem 0 1rem;
}

/* 页码 */
.pagination-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pg-ul-list {
    margin: 0 3px;
    padding: 0;
}

.pagination-ul .pg-ul-list a:hover {
    background-color: #fafafa;
}

.pagination-ul .am-active a {
    background-color: #553b2a;
    border: #553b2a solid 1px;
}

.pagination-ul .am-active a:hover,
.pagination-ul .am-active a::selection {
    border: #553b2a solid 1px;
    background-color: #553b2a;
}

/* 详情部分 */
.md-container {
    background-color: #fff;
    border: #E9E9E9 solid 1px;
}

.md-title-nav {
    border-bottom: #E9E9E9 solid 1px;
    max-height: 4rem;
    overflow: hidden;
}

.md-tn-name {
    float: left;
    display: block;
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    background-color: #fafafa;
    border-right: #E9E9E9 solid 1px;
    color: #553b2a;
}

.md-title-nav .md-tn-active {
    background-color: #553b2a;
    color: #fff;
}

.md-share {
    line-height: 4rem;
    margin-right: 1.6rem;
}

.md-content h5 {
    font-weight: 400;
    margin-top: 0;
    border-bottom: #E9E9E9 solid 1px;
}

.md-content h2 span {
    display: inline-block;
    border-bottom: #553b2a solid 3px;
    padding: 0 1.6rem 1rem 1.6rem;
    color: #553b2a;
    margin-bottom: -2px;
    font-size: 16px;
}
.md-content h5 span {
    display: inline-block;
    border-bottom: #553b2a solid 3px;
    padding: 0 1.6rem 1rem 1.6rem;
    color: #553b2a;
    margin-bottom: -2px;
}

.md-content p {
    margin: 0;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
}

/* 遮罩层 */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2019;
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.mask-shutdown {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right: 1.6rem;
    top: 1.6rem;
    z-index: 2029;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    border-radius: 50%;
    border: #fff solid 3px;
    cursor: pointer;
}

.app-footer{ display: none;}

.down_arrow{
	font-size: 1.4rem;
}

@media (max-width: 1200px) {
    .layout-footer {
        height: 50px;
        position: fixed;
        bottom: 50px;
        margin-top: 10px;
		
		background: #908478;
		
		z-index: 100;
    }
	
	.app-footer{ display: block;}
}

/* 自适应样式 */
@media only screen and (max-width: 1200px) {
    .layout-top-logo {
        width: 35%;
        margin: 0;
    }

    .layout-top-logo a img {
        width: 100%;
		
    }

    .layout-top-widget,
    .layout-top-custom {
        width: 30%;
        font-size: 1.2rem;
        padding: 0;
    }

    .ln-index,
    .friend-link-container,
    .footer-nav-links,
    .footer-auth-list,
    .copyright,
	.app-copyright,
    .footer-push {
        display: none !important;
    }

    .ln-flow-alink {
        border-left: 1px solid #c1c1c1;
        padding: 0;
        font-size: 1.4rem;
    }

    .ln-flow {
        width: 33.333%;
        border-top: #0f0800 solid 1px;
        margin-top: -1px;
    }
    .fn-ul {
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .fn-ul-list {
        padding: 0rem;
        width: 25%;
        text-align: center;
        line-height: 50px;
    }
	
	.app-fn-ul-list{
		display: none;
	}
	
	.fn-ul-list a {
		display: block;
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
	    font-size: 1.4rem;
	    color: #fff;
		border-right: 1px solid #c1c1c1;
	}

    .float-widget {
        width: 100%;
        height: 40px;
        background: rgba(48, 24, 0, 0.8);
        flex-flow: row nowrap;
        bottom: 0;
        right: auto;
        left: 0;
        border-top: #fff solid 1px;
    }

    .fw-link {
        padding: 0;
        width: 45%;
        flex-flow: row nowrap;
        justify-content: center;
        border-top: none;
        border-left: none;
        border-right: none;
        border-right: #fff solid 1px;
        background: none;
        line-height: 40px;
    }

    .fw-btt {
        width: 10%;
        overflow: hidden;
    }

    .fw-icon,
    .fw-link-title {
        color: #fff;
        padding: 0 5px;
    }

    .fw-back-to-top {
        font-size: 2.4rem;
        border-right: none;
        padding: 0;
    }

    .gp-ul-list {
        width: 100%;
    }

    .gp-alink {
        display: block;
        margin: 0 0.8rem 1.6rem 0.8rem;
    }

    .am-btn-group .general-form-radio {
        margin: 0.5rem 1rem 0.5rem 0;
        font-size: 1.2rem;
    }

    .general-form-input {
        font-size: 1.2rem;
    }

    .general-form-input-s {
        font-size: 1.2rem;
        max-width: 40%;
    }

    .general-form-file {
        font-size: 1.2rem;
        margin-top: 0.6rem;
    }

    .hot-word {
        height: 40px;
    }

    .hw-tip {
        width: 6rem;
        font-size: 1.2rem;
        line-height: 40px;
    }

    .hot-word a {
        font-size: 1.2rem;
        line-height: 40px;
    }

    .df-title {
        font-size: 1.6rem;
        line-height: 50px;
    }

    .df-dl-meta {
        width: 100%;
        font-size: 1.4rem;
    }

    .df-dl-lit {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .ld-item {
        width: 50%;
    }

    .ld-item a img {        width: 100%;
        height: 105px;
        padding: 1.2rem 1.2rem 0 1.2rem;
    }

    .ld-content {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: #E9E9E9 solid 1px;
    }

    .pagination-ul .pg-ul-list a {
        font-size: 1.4rem;
    }

    .md-share {
        display: none;
    }

    .md-tn-name {
        font-size: 1.4rem;
    }

    .md-content h5 span {
        font-size: 1.4rem;
        padding-bottom: 6px;
    }

    .md-content p {
        font-size: 1.2rem;
    }

    .md-content img {
        width: 100%;
        margin: 1rem 0;
    }

    .gp-ul-list-text {
        width: 100%;
        margin-bottom: 1.2rem;
        border-right: none;
        border-bottom: #E9E9E9 solid 1px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .gp-ul-list-text:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .gp-alink-text,
    .gp-ul-views-text {
        font-size: 1.2rem;
    }
    .banner {        width: 65%;
        display: block;
		margin: 0 20px;
    }
	
	.banner a{
		width: 100%;
		display: block;
	}
	
	.banner a img{
		display: block;
		max-width: 100%;
		height: 50px;
	}
    .btn {
        position: relative;
        left: 80px;
    }
    .after-btn {
        /*width:50%;
        position: relative;
        left: 30px;*/
		display: none;
    }
	
	.app-btn{
		display: none;
	}
	
	.subpage-list-title{
		height: auto;
	}
	
	.subpage-list-desc{
		height: auto;
	}
	
	.down_arrow{
		font-size: 1.4rem;
	}
}
