.only-pc {
  display: block !important;
}

.nav li.only-pc{
  display: inline-block !important;
}

.only-sp {
  display: none !important;
}
div.burger {
    cursor: pointer;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
} 

div.x, div.y, div.z {
 	position: relative; 
    background: #fff;
    border-radius: 1px;
    flex:0.1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.collapses {
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}
div.rotate45 {
	top: 33.33%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	bottom:33.33%;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
@media screen and (max-width: 750px) {
	html,body{
		width: 100%;
		overflow:auto;
		overflow-x: hidden;
		font-size: 100%!important;
	}
	.only-pc {
	  display: none !important;
	}
	.nav li.only-pc{
	  display: none !important;
	}
	.only-sp {
	  display: block !important;
	}
}
@media (max-width: 768px) {
	.header{
		width: 100%;
		height: 4rem;
		z-index: 9999;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background: rgba(109, 8, 8, 1);
		padding: 0 1rem;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: linear-gradient(rgba(109, 8, 8,0.98), rgba(109, 8, 8, 0.98)), url(../images/bg-repeat-grey.png);
	    background-size: 3rem;
	    background-position: center;
	}
	
	.header-logo {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	    height: 100%;
	}
	
	.header-logo a{
	    height: 70%;
	}
	
	.header-logo img {
		height: 100%;
	}
	
	.header-tools{
		display: flex;
		align-items: center;
	}
	.header-tools-btn{
		margin: 0 .5rem;
	}
	.header-tools-btn:first-child{
		margin-left: 0;
	}
	.header-tools-btn:last-child{
		margin-right: 0;
	}
	.header-tools-btn_language{
		font-size: 1.2rem;
	}
	.header .nav {
		overflow: hidden;
	    overflow-y: auto;
	    position: fixed;
	    top: 4rem;
	    right: -100%;
	    width: 100vw;
	    height: calc(100vh - 4rem);
	    background: linear-gradient(rgba(109, 8, 8,0.98), rgba(109, 8, 8, 0.94)), url(../images/bg-repeat-grey.png);
	    background-size: 3rem;
	    background-position: center;
	    z-index: 1000;
	    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header .nav.animate{
		right: 0;
		-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header .nav ul{
		margin: 0;
		padding: 0;
	}
	.header .nav-child-wrap {
		display: none;
	}
	
	.header .nav li .nav-child-wrap {
		display: block;
	}
	
	.header .nav li>a{
		color:#ffd89b;
		display: block;
		font-size: 0.68rem;
	    padding: 0.6rem 1rem;
	    margin: 0.2rem 0 0;
	    font-weight: 600;
    	letter-spacing: 2px;
	}
	
	.header .nav-child-wrap .nav-chlid-item
	{
		display: flex;
	    justify-content: space-evenly;
	    background-color: rgb(255 255 255 / 9%);
	    padding: 0.8rem;
	}
	
	.header .nav-child-wrap .nav-chlid-item a
	{
		font-size: 0.64rem;
		color:#d9b57c;
	}
	
	.page {
    	padding-top: 4rem;
	}
	.pager{
		height: auto;
		margin-top:4rem;
	}
	.page-info{
		display: block;
	}
	.page-title {
	    padding: 1.4rem 0!important;
	}
	.article .article-title h3, .page-title h3 {
	    padding: 0 0.2rem!important;
	    font-size: 1.17rem!important;
	    line-height: 1.5rem!important;
	}
	.card {
	    padding: 6vw!important;
	}
	.pagination>li>a, .pagination>li>span {
	    padding: 5px 10px!important;
	    font-size: 12px!important;
	    line-height: 1.5!important;
	    border: none;
	    background-color: #dcdcdc!important;
	    color: #474747!important;
	}
	
	.pagination>li:first-child>a, .pagination>li:first-child>span {
	    border-top-left-radius: 3px;
	    border-bottom-left-radius: 3px;
	}
	.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	    color:#fff!important;
	    background-color: #b75a46!important;
	}
}

@media (min-width: 768px) {
	.header {
		width: 100%;
		height: 0.68rem;
		z-index: 9999;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background: rgba(109, 8, 8, 0.8);
		padding: 0 2.5vw;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.header-logo {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;
		flex:1;
	}
	
	.header-logo a{
	    height: 80%;
	}
	
	.header-logo img {
		height: 100%;
	}
	
	.header .nav {
		color: #FFFFFF;
		text-align: center;
		height: 100%;
	}
	
	.header .nav ul {
		clear: both;
	}
	
	.header .nav li {
		display: inline-block;
	}
	
	.header .nav .nav-father {
		font-size: 0.16rem;
		line-height: 0.68rem;
		padding: 0 0.35rem;
		display: inline-block;
		color:#fff;
		position: relative;
	}
	
	.header .nav li.active .nav-father:after{
		content: '';
		position: absolute;
		height: 0.16rem;
		width:0.16rem;
		bottom: 0;
		left:50%;
		margin-left:-0.08rem;
		background-image: url("../images/up.png");
		background-size: contain;
		background-position: bottom center;
		opacity: 0.5;
		background-repeat: no-repeat;
	}
	
	.header .nav li.active a.nav-father {
		color: #d9b57c;
	}
	
	.header .nav-child-wrap {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}
	
	.header .nav-child-wrap .nav-child {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		text-align: left;
		height: 0px;
		overflow: hidden;
		line-height: 0.5rem;
		z-index: 9999;
		background-color: rgba(199, 179, 153, 0.8);
	}
	
	.header .nav-child-wrap .nav-child.now {
		transition: all 0.2s ease-out 0s;
		-webkit-transition: all 0.2s ease-out 0s;
		height: 0.5rem;
	}
	
	.header .nav-chlid-item{
		color:#fff;
		display: inline-flex;
		position: relative;
	}
	
	.header .nav-chlid-item a{
		color:#fff;
		position: relative;
		margin:0 0.2rem;
		padding: 0;
		line-height: inherit;
	}
	.header .nav-chlid-item a:first-child{
		position: relative;
		margin-left: 0;
	}
	.header .nav-chlid-item a:last-child{
		position: relative;
		margin-right: 0;
	}
	.header .nav-child-wrap .nav-child a:hover,.header .nav-child-wrap .nav-child a.active{
	    color: #b58641;
	    text-shadow: 1px 1px 1px #775015;
	}
	.header .nav-chlid-item a:not(:last-child):after{
		content: '|';
	    position: absolute;
	    right: -0.2rem;
	    background-size: contain;
	    background-position: center;
	    font-size: 0.1rem;
	    color: #fff;
	    font-weight: normal;
	    opacity: 0.5;
	}
	.header-tools{
		flex:1;
		display: flex;
		align-items:center;
	    justify-content: flex-end;
	}
	
	.header .header-tools a{
	    margin:0 0.1rem;
	}
	
	.header-tools-btn_language{
		font-size: 0.21rem;
	}
	
	.header .header-tools a:hover,.header .header-tools a.active{
	    color: #b58641;
	    text-shadow: 1px 1px 1px #775015;
	}
	
	.header .burger{
		display: none;
	}
	
	.pagination>li>a, .pagination>li>span {
		line-height: 1.3333333;
	    padding: 10px 32px;
	    border: none;
	    background-color: #dcdcdc;
	    color: #474747;
	    font-size: 14px;
	    border-radius: 4px;
	}
	
	.pagination>li:first-child>a, .pagination>li:first-child>span {
	    border-top-left-radius: 6px;
	    border-bottom-left-radius: 6px;
	}
}