html,body{
    min-width: 1600px;
}

.w{
    margin: 0 auto;
    width: 12rem;
}
.l{
    float: left;
}
.r{
    float: right;
}
a{
    cursor: pointer;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.header-pos{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header{
    overflow: hidden;
    width: 100%;
    height: 1rem;
    border-bottom: 2px solid #cacccd;
    background-color: #fff;
}
.header-con{
    display: flex;
    justify-content: space-between;
    height: 1rem;
}
.header-left{
    width: 2.2rem;
    height: 1rem;
}
.header-left img{
    width: 100%;
    height: 100%;
}
.header-right{
    /* width: 7.3rem; */
    height: 1rem;
    font-size: 0.2rem;
}
.header-right ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-right ul li{
    margin-left: 0.3rem;
}
.header-right ul li a{
    color: #999;
}
.header-right ul li .selected{
    display: inline-block;
    padding-bottom: 0.03rem;
    border-bottom: 0.02rem solid #2b2b2b;
    color: #222;
}
.footer{
    padding-bottom: 0.2rem;
    width: 100%;
    height: 4.65rem;
    background-color: #2b2b2b;
}
.footer-con{
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    height: 100%;
    font-size: 0.2rem;
}
.footer-left{
    margin-top: 2.8rem;
    height: 1.4rem;
    color: #fff;
}
.footer-left p{
    line-height: 0.4rem;
}
.footer-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.05rem;
}
.footer-right-top{
    margin-top: 0.5rem;
    margin-bottom: 0.36rem;
    width: 1.6rem;
    height: 1.4rem;
    text-align: center;
}
.footer-right-top img{
    width: 100%;
    height: 100%;
}
.footer-right-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.footer-right-bottom-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.74rem;
    height: 1.74rem;
    color: #fff;
}
.footer-right-bottom-item .ewm-wrap{
    width: 1.74rem;
    height: 1.74rem;
}
.footer-right-bottom-item img{
    width: 100%;
    height: 100%;
    margin-bottom: 0.15rem;
}


@media screen and (max-width:1600px) {
	html, body{
		min-width: 320px !important;
	}
	
}


@media screen and (max-width:1280px) {
	.w{
		width: 9.6rem;
	}
	.header-right ul li{
		margin-left: 0.2rem;
	}
	.header-right ul li a{
		font-size: 16px;
	}
}


@media screen and (max-width:980px) {
	.w{
		width: 100%;
	}
	.header{
		height: auto;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
	}
	body{
		padding-top: 0.56rem;
	}
	.header-con{
		height: auto;
		position: relative;
	}
	.header-right{
		display: none;
		position: fixed;
		top: 0.56rem;
		left: 0;
		width: 100%;
		height: calc(100% - 0.56rem);
		background-color: rgba(0,0,0,0.88);
		z-index: 100;
	}
	.header-left{
		margin-left: 0.2rem;
		width: 1.4rem;
		height: auto;
	}
	.header-left img{
		height: auto;
	}
	.header-right ul{
		display: block;
		padding: 0.3rem 0rem;
		box-sizing: border-box;
	}
	.header-right ul li{
		margin: 0;
		text-align: center;
		margin-bottom: 0.04rem;
	}
	.header-right ul li a{
		display: block;
		width: 100%;
		color: #fff;
		font-weight: bold;
		font-size: 0.18rem;
		padding: 0.1rem 0rem;
	}
	.header-right ul li .selected{
		display: block;
		padding: 0.1rem 0rem;
		border: none;
		color: #fff;
		background-color: #e81f1e;
	}
	
	.menuBtn-con{line-height: 56px;display: none;margin-left: 20px;}
	.menuBtn{width: 30px;height: 30px;cursor: pointer;position: absolute;right: 0.2rem;top: 50%;transform: translateY(-50%);}
	.menuBtn em{display: block;height: 3px;background-color: #0d0d3b;margin: 5px 0px;}
	.menuBtn.active{background-image: url(../image/icon/menu_close.png);background-size: 30px 30px;background-repeat: no-repeat;}
	.menuBtn em.active{display: none;}
}


@media screen and (max-width:750px) {
	.header-left{
		width: 1.1rem;
	}
	body{
		padding-top: 0.52rem;
	}
	.footer-con{
		display: block;
		position: relative;
		padding-top: 0.9rem;
	}
	.footer-left{
		margin: 0;
		padding: 0.2rem;
		font-size: 0.14rem;
		height: auto;
	}
	.footer-right{
		display: block;
		width: 100%;
	}
	.footer-right-top{
		margin: 0px auto;
		width: 1rem;
		height: auto;
		position: absolute;
		top: 0.2rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer-right-bottom-item{
		width: 1.4rem;
		height: 1.4rem;
		font-size: 0.16rem;
	}
	.footer-right-bottom{
		justify-content: space-around;
	}
	.header-right{
		top: 0.52rem;
	}
}


@media screen and (min-width:751px) {
	
}