/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */


/* eighth */
#eighth {
	width: 100%;
	height: 377px;
	min-width: 1200px;
	overflow: hidden;
	background-image: url('../images/quanyu_01.jpg');
}

.eighth {
	width: 590px;
	height: 185px;
	margin: 130px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.eighth span {
	font-size: 28px;
	color: #ffffff;
}

.ea {
	min-width: 160px;
	height: 60px;
	background-color: #12a6eb;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 40px auto;
	padding: 0 20px;
}

.ea img {
	position: absolute;
	left: 100%;
	top: -50%;
	transform: scale(0);
	transition: transform .5s;
}

.ea:hover img {
	transform: scale(1);
}

/* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.tancll {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10001;
	display: none;
}

.tanc {
	width: 80%;
	height: 90%;
	background: #fff;
	position: relative;
	/* top: 0px; */
	/* left: 0px; */
	/* right: 0px; */
	/* bottom: 0px; */
	margin: 1% auto;
	text-align: center;
	padding: 2% 0;
	
	max-width: 900px;
	border-radius: 15px;
}
.tanca {
	/* width: 70%; */
	height: 70vh;
	max-width: 800px;
}

.tanc_01 {
	width: 16px;
	height: 16px;
	cursor: pointer;
	/* float: right; */
	margin-top: 20px;
	margin-right: 20px;
	/* margin-bottom: 70px; */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999999;
}

.tanc_02 {
	width: 90%;
	/* height: 90%; */
	/* position: absolute; */
	/* top: -70px; */
	/* left: 0px;
	right: 0px;
	bottom: 0px; */
	margin: auto;
	object-fit: cover;
	/* margin-top: 70px; */
}

/* .tanc div {
	float: left;
	font-size: 18px;
	width: 100%;
	margin-top: 265px;
	font-weight: bold;
} */

.tancb{width: 100%; height: 100%;overflow-y: scroll;}

.tanc span {
	float: left;
	font-size: 14px;
	width: 100%;
	margin-top: 15px;
}

.brand-card h1{font-size: 4rem;/* line-height: 1.2; */margin-bottom: 0.5rem;}
 .brand-card h1 sup{
            /* margin-top: 10px; */
            font-size: 2rem;
            vertical-align: super;
            /* line-height: 20px; */
            font-weight: bold;
        }

 .brand-card h1 span{
            font-size: 1.6rem;
            font-weight: bold;
            /* line-height: 1.5; */
            /* margin-bottom: 10px; */
        }