﻿/* 头部 */
.header{
	height: 80px;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.header .headcon{
	max-width: 1200px;
	margin: 0 auto;
	/* display: flex;
	align-items: center;
	justify-content : space-between; */
	padding: 0 20px;
	margin: 0 auto;
}
.header .logo{
	float: left;
	margin-top: 12px;
}
.header .logo img{
	width: 124px;
	height: 57px;
	cursor: pointer;
}
.headcon ul{
	float: right;
	margin-top: 28px;
}
.headcon li{
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
	height: 55px;
	padding: 0px 40px;
}
.headcon li:last-child{
	padding-right: 0px;
}
.headcon .active{
	color: #333333;
}
.headcon .active:after{
	content:" ";
	width: 26px;
	height: 4px;
	background: #000000;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.headcon .hover:after{
	content:" ";
	width: 26px;
	height: 4px;
	background: #000000;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.headcon .navcon{
	position: absolute;
	left: 0px;
	top: 73px;
	width: 100%;
	/* min-height: 147px; */
	background: #fff;
	/* border-top: 2px solid #ff6700; */
	padding-bottom: 63px;
	display: none;
	max-height: calc(80vh - 80px);
	overflow-y: auto;
}

.fbutimg{
    width:30px;
    margin-left:10px
}
/*滚动条整体宽度*/
.headcon .navcon::-webkit-scrollbar{
	 width: 0px;
}
/*轨道*/
.headcon .navcon::-webkit-scrollbar-track{
	background: #fff;
}
/*滑块*/
.headcon .navcon::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: #c1c1c1;
}

.headcon .navcon i{
	display: block;
	width: 100%;
	height: 2px;
	background: #ff6700;
	margin-top: 10px;
}
.headcon .navcon .list{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0px 20px;
}
.headcon .navcon .list p{
	font-size: 18px;
	color: #333333;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.headcon .navcon .lists{
	font-size: 18px;
	color: #333333;
	letter-spacing: 4px;
	margin-top: 82px;
	margin-left: 140px;
}
.headcon .navcon .list_end{
	font-size: 18px;
	color: #333333;
	letter-spacing: 4px;
	margin-left: 99px;
	position: relative;
}
.headcon .clist .li{
	margin: 30px 60px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	position: relative;
	width: 180px;
	height: 32px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headcon .clist .li a{
	position: relative;
}
.headcon .navcon .active{
	color: #FF6700;
}
.headcon .navcon .active:after{
	content:" ";
	width: 100%;
	height: 2px;
	background: #ff6700;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	position: absolute;
}
.headmodel{
	position: fixed;
	background: rgb(0,0,0,0.4);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 80px;
	z-index: 10;
	display: none;
}
.mheader{
	display: none;
}


/* 底部 */
/* 底部 */
.footer{
	min-height: 638px;
	background: #253244;
}
.footer .con{
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0 auto;
}
.ftop {
	border-bottom: 1px solid #4d5766;
}
.ftop .flist strong{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	display: block;
	padding: 47px 0px 7px 0px;
}
.ftop .flist li{
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #a0a9b4;
	line-height: 12px;
	margin-top: 23px;
	cursor: pointer;
}
.ftop i{
	display: block;
	margin: 56px 0px 30px 0px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #a0a9b4;
}
.fcon{
	border-bottom: 1px solid #4d5766;
}
.fcon .left .logo{
	/* width: 342px; */
	height: 70px;
	margin-top: 40px;
}
.fcon .left .iimg{
	margin: 41px 0px 46px 0px;
}
.fcon .left .iimg img{
	width: 30px;
	/* margin-right: 30px; */
	cursor: pointer;
}
.fcon .right .txt{
	font-size: 18px;
	text-align: right;
	color: #ffffff;
	line-height: 24px;
	margin: 53px 0px 18px 0px;
}
.fcon .right select{
	width: 306px;
	height: 42px;
	background: #324155;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #9da3ad;
	border-width: 0;
	padding: 0px 18px;
}
.fbut{
	padding: 22px 0px 27px 0px;
}
.fbut span{
	font-size: 14px;
	text-align: left;
	color: #a0a9b4;
	/* margin-right: 8px; */
}
.fcon .cons{
	position: relative;
	margin-right: 30px;
}
.fcon .cons .code{
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	max-width: unset;
	max-height: unset;
	display: none;
	z-index: 10;
}

/* 手机端 */
@media screen and (max-width: 768px){
	.header{
		display: none;
	}
	.headmodel{
		display: none;
	}
	.mheader{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
		display: block;
		z-index: 99;
	}
	.mheader .heng{
		position: absolute;
		width: 21px;
		left: 20px;
		top: 22px;
	}
	.mheader .logo{
		width: 80px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.mheader .mbghei{
		background: rgb(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 99;
		display: none;
	}
	.mheader .m_content{
		position: fixed;
		background: #fff;
		left: 0px;
		top: 0px;
		z-index: 99;
		width: 80%;
		height: 100%;
		left: -80%;
		overflow-y: auto;
	}
	.m_content .m_top{
		position: absolute;
		height: 40px;
		/* border-bottom: 1px solid #d9d9d9; */
		width: 100%;
		left: 0px;
		top: 0px;
		background: #fff;
		z-index: 99;
	}
	.m_content .m_top .name{
		font-size: 16px;
	}
	.m_content .m_close{
		position: absolute;
		width: 20px;
		right: 20px;
	}
	.m_list{
		margin-top: 55px;
		font-size: 16px;
	}
	.m_list ul{
		position: relative;
		/* padding: 20px; */
	}
	.m_list ul li{
		background: #ffffff;
	}
	.m_list ul li .title{
		width: 100%;
		height: 40px;
		text-align: center;
		border-bottom: 1px solid #ebebeb;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
	.m_list ul li .title a{
		color: #000;
	}
	.m_list li .two{
		background: #ffffff;
		display: none;
	}
	.m_list li .ul{
		background: #ffffff;
		display: none;
	}
	.m_list .mtwo{
		font-size: 14px;
		font-weight: bold;
		justify-content: left !important;
	}
	.m_list .mtwo p{
		padding-left: 20px;
	}
	.m_list .mtwo a{
		padding-left: 20px;
	}
	.m_list li .ul .title{
		font-size: 12px;
		justify-content: unset !important; 
		border-bottom: 1px solid #dddddd;
		font-weight: 500;
	}
	.m_list li .ul .title a{
		margin-left: 40px;
	}
	.m_list img{
		width: 20px;
		position: absolute;
		right: 20px;
	}
	.m_list .but{
		display: block;
	}
	.m_list .up{
		display: none;
	}
	/* 底部 */
	.ftop .ul{
		flex-wrap: wrap;
	}
	.ftop .flist{
		width: 50%;
		float: left;
	}
	.ftop .flist strong{
		text-align: center;
	}
	.ftop .flist li{
		text-align: center;
		cursor: pointer;
	}
	.ftop i{
		text-align: center;
	}
	.flexbets{
		flex-wrap: wrap;
	}
	.fcon .left .logo{
		width: 60%;
		height: unset;
		margin: 40px auto 0px auto;
	}
	.fcon .left .iimg{
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.fcon .left .iimg img{
		margin-bottom: 20px;
	}
	.fcon .right{
		width: 100%;
	}
	.fbut{
		display: block;
	}
	.fbut span{
		display: block;
		text-align: center;
	}
	.fcon .right select{
		width: 100%;
	}
	.fcon .left .iimg img{
		margin-right: 25px;
	}
}
@media screen and (max-width: 992px) {
	.fbutimg{
        display:block;
        margin:0 auto;
        margin-top:20px
	}
}
.fcon .left .iimg img{ width:34px}
.fcon .left .iimg .cons:nth-child(1) img,.fcon .left .iimg .cons:nth-child(2) img,.fcon .left .iimg .cons:nth-child(3) img,.fcon .left .iimg .cons:nth-child(4) img{ width:auto; height:23px}