/* pc端 */
*{
	padding: 0;
	margin: 0;
}

html {
	font-size: 76.1px !important;
}
.pc-exist{
	display: none !important;
}

.pc_big {
	width: 14.7rem;
	height: 7.5rem;
}

.pc-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* background: url(../../images/border-box.png) no-repeat; */
	background-size: 90% 100%;
}

.pc-inner {
	width: 90%;
}

.pc-inner .pc-title {
	font-size: 0.525rem;
	color: #EB6100;
	font-weight: 600;
	text-align: center;
	padding: 0.9rem 0;
}

.pc-inner .pc-btnBox {
	width: 3.416rem;
	margin: 0 auto;
}

.pc-inner .pc-btnBox .pc-btnitem {
	width: 100%;
	height: 0.63rem;
	text-align: center;
	line-height: .63rem;
	margin: 0.22rem 0;
	border-radius: 5px;
	border: 1px solid #EB6100;
	user-select: none;
	font-size: 0.23rem;
	color: #EB6100;
}

.pc-inner .pc-btnBox .pc-btnitem:hover {
	background-image: linear-gradient(135deg, #FCCF31 10%, #F55555 100%);
	border: 1px solid #fff;
}

.pc-inner .pc-btnBox .pc-btnitem img {
	width: 0.3rem;
	height: 0.3rem;
	position: relative;
	top: 0.052rem;
	left: -0.039rem;
}

.pc-inner .pc-btnBox .pc-btnitem .img3 {
	width: 0.25rem;
	height: 0.25rem;
	top: 0.026rem;
}

.pc-inner .pc-btnBox .pc-btnitem .sp3 {
	margin-right: -0.197rem;
}
.pc-footer{
    
    position: fixed;
    bottom: -2.33rem;
}
a:link{color:#000000}
