/* public */
.m-content,
.m-page-content {
    box-sizing: border-box;
    width: auto;
}
.m-content img,
.m-page-content img {
	height: auto !important;
}
.m-page-content {
	padding-left: 0;
}

.m-textarea {
    line-height: .52rem;
    font-size: .28rem;
}
/* end public */

/* head */
.m-head {
    z-index: 99;
    position: sticky;
    top: 0;
    height: .88rem;
	padding: 0;
    line-height: .88rem;
	background: #C2A867;
}
.m-head .logo {
    width: auto;
    height: .8rem;
    margin-left: .1rem;
    margin-top: .04rem;
}
.m-head .logo .pc {
	display: none;
}
.m-head .logo .h5 {
	display: initial;
}

.m-head .link {
    display: none;
}

.m-head .menu {
    display: block;
    height: .8rem;
    padding: 0 .40rem;
    font-size: .40rem;
    color: #fff;
}
.m-head .menu .tf-cross,
.m-head .menu.z-close .tf-menu {
    display: none;
}
.m-head .menu.z-close {
    color: #C71608;
}
.m-head .menu.z-close .tf-cross {
    display: inline-block;
}
/* end head */

/* nav */
.m-nav {
    z-index: 98;
    position: fixed;
    left: -7.50rem;
    top: .87rem;
    bottom: 0;
    width: 7.50rem;
    overflow: auto;
    background: #CAB37A;
    transition: left .5s ease;
}
.m-nav.z-show {
    left: 0;
}

.m-nav dl {
    float: none;
    margin: 0 .22rem;
    color: #fff;
}
.m-nav dl:nth-child(1) {
	margin-top: .46rem;
}
.m-nav dt {
    height: 1rem;
    padding: 0 .12rem 0 .4rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .36rem;
}
.m-nav dl dt .angle {
    padding-left: .80rem;
}
.m-nav dl dt .tf {
    transition: all .3s ease;
}
.m-nav dl.z-show dt .tf {
    transform: rotate(180deg);
}

.m-nav dd {
    height: 0;
    overflow: hidden;
    transition: height .2s linear;
}
.m-nav ul {
    padding-bottom: .3rem;
}
.m-nav li {
    line-height: .72rem;
    font-size: .3rem;
    text-indent: .65rem;
}
.m-nav li .tf {
	display: none;
}
/* end nav */

/* sub-nav */
.m-sub-nav .banner {
    height: 2rem;
}
.m-sub-nav .nav dt,
.m-sub-nav .nav .title {
	display: none;
}

.m-sub-nav .nav {
	height: 1rem;
}
.m-sub-nav .nav dl {
	float: none;
	width: auto;
	margin: 0;
}
.m-sub-nav .nav dd {
	float: none;
	position: relative;
	padding: 0;
}

.m-sub-nav .nav dd ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.m-sub-nav .nav dd li {
	display: inline-block;
	height: 1rem;
	border: none;
	padding: 0 .28rem;
	line-height: 1rem;
	font-size: .32rem;
}
.m-sub-nav .nav dd a:nth-child(n+2) li {
	margin-left: .5rem;
}
.m-sub-nav .nav dd li.z-crt {
	font-size: .4rem;
	background: none;
}
.m-sub-nav .nav dd li.z-crt .tf {
	display: none;
}
/* end sub-nav */

/* tab-list */
.m-tab-list ul {
	height: auto;
}
.m-tab-list li {
	height: 1rem;
	padding: 0 .28rem;
	line-height: 1rem;
	font-size: .32rem;
}
.m-tab-list a:nth-child(n+2) li {
	margin-left: .5rem;
}
.m-tab-list li.z-crt {
	font-size: .4rem;
}
.m-tab-list li.z-crt:after {
	width: .6rem;
	height: .05rem;
	margin-left: -.3rem;
}
/* end tab-list */

/* foot */
.m-sidebar {
	display: none;
}
.m-foot .menu dl:nth-last-child(n+2) {
    display: none;
}

.m-foot .main {
	height: auto;
	padding: .4rem .5rem 0;
	overflow: hidden;
}
.m-foot .menu dt {
	display: none;
}
.m-foot .menu li {
	padding: .05rem 0;
    line-height: .4rem;
    font-size: .26rem;
    color: #fff;
}

.m-foot .contact {
    width: 100%;
	margin-top: .4rem;
}

.m-foot .contact .qrcode {
    margin-right: .48rem;
}
.m-foot .contact .qrcode div {
    width: 2.4rem;
    height: 2.4rem;
}
.m-foot .contact .qrcode p {
    margin: .24em 0 .5rem;
    font-size: .28rem;
}
.m-foot .share {
	display: none;
}

.copyright {
    padding: .2rem 0;
    line-height: .44rem;
}
.copyright p {
    width: 100%;
    font-size: .24rem;
    text-align: center;
}
.copyright p:nth-child(2) {
	display: none;
}
/* end foot */

/* pagination */
.m-pagination {
    padding: .30rem 0;
}
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: .80rem;
    padding: 0 1.5em;
    margin-right: .20rem;
    line-height: .80rem;
    font-size: .26rem;
}
/* end pagination */