/*按钮*/
.fancy {
	 background-color: transparent;
	 border: 2px solid #fd6627;
	 border-radius: 0;
	 box-sizing: border-box;
	 color: #fd6627;
	 cursor: pointer;
	 display: inline-block;
	 font-weight: 700;
	 letter-spacing: 0.05em;
	 margin: 0;
	 outline: none;
	 overflow: visible;
	 padding: 0.5em 2em;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 text-transform: none;
	 transition: all 0.3s ease-in-out;
	 user-select: none;
	 font-size: 10px;
}

.fancy::before {
	 content: " ";
	 width: 1.5625rem;
	 height: 2px;
	 background: #fd6627;
	 top: 50%;
	 left: 1.5em;
	 position: absolute;
	 transform: translateY(-50%);
	 transform-origin: center;
	 transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
 	font-size: 1.125em;
 	line-height: 1.33333em;
 	padding-left: 2em;
 	display: block;
 	text-align: left;
 	transition: all 0.3s ease-in-out;
 	text-transform: uppercase;
 	text-decoration: none;
 	color: #fd6627;
}

.fancy .top-key {
 	height: 2px;
 	width: 1.5625rem;
 	top: -2px;
 	left: 0.625rem;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
 	height: 2px;
 	width: 1.5625rem;
 	right: 1.875rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
 	height: 2px;
 	width: 0.625rem;
 	right: 0.625rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover ,.fancy.active{
 	color: white;
 	background: #fd6627;
}

.fancy:hover::before ,.fancy.active::before{
 	width: 0.9375rem;
 	background: white;
}

.fancy:hover .text, .fancy.active .text{
 	color: white;
 	padding-left: 1.5em;
}

.fancy:hover .top-key,.fancy.active .top-key {
	left: -2px;
 	width: 0px;
}

.fancy:hover .bottom-key-1,.fancy:hover .bottom-key-2 ,.fancy.active .bottom-key-1,.fancy.active .bottom-key-2{
 	right: 0;
 	width: 0;
}


.fancy2 {
	 background-color: transparent;
	 border: 2px solid #002052;
	 border-radius: 0;
	 box-sizing: border-box;
	 color: #002052;
	 cursor: pointer;
	 display: inline-block;
	 font-weight: 700;
	 letter-spacing: 0.05em;
	 margin: 0;
	 outline: none;
	 overflow: visible;
	 padding: 0.5em 2em;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 text-transform: none;
	 transition: all 0.3s ease-in-out;
	 user-select: none;
	 font-size: 10px;
}

.fancy2::before {
	 content: " ";
	 width: 1.5625rem;
	 height: 2px;
	 background: #002052;
	 top: 50%;
	 left: 1.5em;
	 position: absolute;
	 transform: translateY(-50%);
	 transform-origin: center;
	 transition: background 0.3s linear, width 0.3s linear;
}

.fancy2 .text {
 	font-size: 1.5em;
 	line-height: 2em;
 	padding-left: 2em;
 	display: block;
 	text-align: left;
 	transition: all 0.3s ease-in-out;
 	text-transform: uppercase;
 	text-decoration: none;
 	color: #002052;
}

.fancy2 .top-key {
 	height: 2px;
 	width: 1.5625rem;
 	top: -2px;
 	left: 0.625rem;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy2 .bottom-key-1 {
 	height: 2px;
 	width: 1.5625rem;
 	right: 1.875rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy2 .bottom-key-2 {
 	height: 2px;
 	width: 0.625rem;
 	right: 0.625rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy2:hover ,.fancy2.active{
 	color: white;
 	background: #002052;
}

.fancy2:hover::before ,.fancy2.active::before{
 	width: 0.9375rem;
 	background: white;
}

.fancy2:hover .text, .fancy2.active .text{
 	color: white;
 	padding-left: 1.5em;
}

.fancy2:hover .top-key,.fancy2.active .top-key {
	left: -2px;
 	width: 0px;
}

.fancy2:hover .bottom-key-1,.fancy2:hover .bottom-key-2 ,.fancy2.active .bottom-key-1,.fancy2.active .bottom-key-2{
 	right: 0;
 	width: 0;
}

.fancy3 {
	 background-color: transparent;
	 border: 2px solid #fff;
	 border-radius: 0;
	 box-sizing: border-box;
	 color: #fff;
	 cursor: pointer;
	 display: inline-block;
	 font-weight: 700;
	 letter-spacing: 0.05em;
	 margin: 0;
	 outline: none;
	 overflow: visible;
	 padding: 0.5em 2em;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 text-transform: none;
	 transition: all 0.3s ease-in-out;
	 user-select: none;
	 font-size: 10px;
}

.fancy3::before {
	 content: " ";
	 width: 1.5625rem;
	 height: 2px;
	 background: #fff;
	 top: 50%;
	 left: 1.5em;
	 position: absolute;
	 transform: translateY(-50%);
	 transform-origin: center;
	 transition: background 0.3s linear, width 0.3s linear;
}

.fancy3 .text {
 	font-size: 1.125em;
 	line-height: 1.33333em;
 	padding-left: 2em;
 	display: block;
 	text-align: left;
 	transition: all 0.3s ease-in-out;
 	text-transform: uppercase;
 	text-decoration: none;
 	color: #fff;
}

.fancy3 .top-key {
 	height: 2px;
 	width: 1.5625rem;
 	top: -2px;
 	left: 0.625rem;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy3 .top-key {
 	height: 2px;
 	width: 1.5625rem;
 	top: -2px;
 	left: 0.625rem;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy3 .bottom-key-1 {
 	height: 2px;
 	width: 1.5625rem;
 	right: 1.875rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy3 .bottom-key-2 {
 	height: 2px;
 	width: 0.625rem;
 	right: 0.625rem;
 	bottom: -2px;
 	position: absolute;
 	background: #e8e8e8;
 	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy3:hover ,.fancy3.active{
 	color: white;
 	background: #fff;
}

.fancy3:hover::before ,.fancy3.active::before{
 	width: 0.9375rem;
 	background: #fd6627;
}

.fancy3:hover .text, .fancy3.active .text{
 	color: #fd6627;
 	padding-left: 1.5em;
}

.fancy3:hover .top-key,.fancy3.active .top-key {
	left: -2px;
 	width: 0px;
}

.fancy3:hover .bottom-key-1,.fancy3:hover .bottom-key-2 ,.fancy3.active .bottom-key-1,.fancy3.active .bottom-key-2{
 	right: 0;
 	width: 0;
}

/*板块标题*/
.section-area .section-area-title{
	position: relative;
	margin: 20px 0;
	width: 100%;
}

.section-area .section-area-title h1 {
	font-size: 80px;
	line-height: 70px;
	color: rgb(180, 27, 34);
	opacity: 0.2;
	text-transform: uppercase;
	-webkit-text-stroke: 2px #f1f1f1;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	z-index: -1;
}

.section-area .section-area-title h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -45px;
	margin-left: 10px;
	color: #002052;
	position: relative;
}

.section-area .section-area-title h2:before{
	position: absolute;
	left: 0;
	bottom:-20px;
	width: 100px;
	height: 5px;
	background-color: rgb(180, 27, 34);
	content: "";
}

.detaildiv img{max-width: 100%}

.b-game{
    border:5px solid rgb(192,129,54);
}
