@import "dark-background.css";

a, abbr, address, blockquote, body, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, object, p, pre, q, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr {
    
    border: 0;
    margin: 0;
    padding: 0;

}

a {

	text-decoration:none;

}

img {

	border:none;

}

button {

	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color:transparent;

}

body {

	overflow: auto;
	overflow-x: hidden;
	min-width: 0;
    margin: 0;
    padding: 0;
    height: 100%;
	color: #e0e0e0;

}

.table{

	color: #e0e0e0;

}

h1{

	font-size: 60px;
	color: #fff;

}

.hero-main-image{
	
	width: 95%;

}

.menu .menu-text{

	font-size: 18px;

}

.main a{

	color: #f7931e;

}

.main-content a{

	color: #ca791b;

}

.main a:hover{

	color: #f9b361;

}

.introduction{
	
	margin-top: 30px;

}

.hero-name{
	
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 67px;

}

.auxiliary-positioning{

	position: relative;
	display: unset;
	top: -72px;

}

.first-title{
	
	position: relative;
	font-size: 19px;
	height: 36px;
	color: #f7931e;
	background: #343a40;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 4px solid #f7931e; 
	margin-bottom: 0.6rem;

}

@media screen and (max-width: 991px){
	
	.hero-main-image{
		margin-bottom: 20px;
	}
	
}

.first-title > span{

	position: absolute;
	padding-left: 23px;
	top: 50%;
	transform: translateY(-50%);

}

.first-title ~ .container{

	margin-bottom: 1rem;
	padding-left: 5px;
	padding-right: 5px;

}

.first-title ~ .text, .second-title ~ .text{

	line-height: 29px;

}

.second-title{
	
	display: inline-block;
	margin-left: 3px;
	margin-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 17px;
	border-radius: 5px;

}

.second-subtitle{

	display: inline-block;
	margin-left: 8px;
	color: rgba(255,255,255,0.8);

}

.second-subtitle .fa-calendar{

	margin: auto 5px;

}

.text{

	padding-left: 5px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 15px;

}

.fixed-menu{
	
	position: static;

}

.hero-info{

	margin-top: 15px;
    line-height: 35px;

}

.hero-info > div{
	
	display: inline-block;
	line-height: 35px;

}

.hero-info .information-title{
	
	padding: 3px 8px;
	border-radius: 3px;

}

.hero-info .information-value{
	
	padding-left: 5px;

}

.hero-info .hero-description{
	
	border-left: 4px solid #555d66;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	padding-left: 15px;
	padding-right: 30px;
	margin: 17px 30px 12px 15px;
	line-height: 25px;

}

.skill-description{
	
	border-left: 4px solid #555d66;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	padding-left: 15px;
	margin: 17px 30px 12px 15px;
	line-height: 25px;

}

.hero-health{

    margin-top: 15px;

}

.hero-health{

	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	width: 100%;

}

.health-bar, .armor-bar, .shield-bar{

	padding: 0;

}

.pre{
	display: flex;
}
.other{
	display: flex;
}

.health-bar .number{

    display: inline-block;
    width: 100%;
    padding: 2px 0 2px 2px;
    -webkit-transform: skew(-0.25rad);
    -moz-transform: skew(-0.25rad);
    -ms-transform: skew(-0.25rad);
    -o-transform: skew(-0.25rad);
    transform: skew(-0.25rad);
    border: 1px solid #d6d6d6;
	border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.health-bar .number div{

    line-height: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    background: #d6d6d6;

}

.bar-title{

	font-size: 13px;
    font-weight: 600;
	text-align: center;
}

.armor-bar .number{

    display: inline-block;
    width: 100%;
    padding: 2px 0;
    -webkit-transform: skew(-0.25rad);
    -moz-transform: skew(-0.25rad);
    -ms-transform: skew(-0.25rad);
    -o-transform: skew(-0.25rad);
    transform: skew(-0.25rad);
    border-top: 1px solid #ffc70e;
    border-bottom: 1px solid #ffc70e;

}

.armor-bar .number div{

    line-height: 25px;
    height: 25px;
    text-align: center;
    color: #323232;
    background: #ffc70e;

}

.shield-bar .number{

    display: inline-block;
    width: 100%;
    padding: 2px 2px 2px 0;
    -webkit-transform: skew(-0.25rad);
    -moz-transform: skew(-0.25rad);
    -ms-transform: skew(-0.25rad);
    -o-transform: skew(-0.25rad);
    transform: skew(-0.25rad);
    border: 1px solid #00c3ff;
	border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.shield-bar .number div{

    line-height: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #00c3ff;

}

.hero-skill .main-table-cells{
	
	min-height: 100px;

}

.hero-skill .table{

	margin-left: 0;
	margin-right: 0;
	padding-left: 3px;
	padding-right: 3px;

}

.table-second-title{

	padding-left: 13px;
	padding-right: 13px;
	background: #ababab;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

}

.second-title-background-color,
.information-title{

	background-color: #40474f;
	color: #fff

}



.table-border-color .table-cell{

	border-color: #40474f;

}

.hero-skill .table-cell{
	
	text-align: center;
	font-size: 15px;
	padding: 0;
	border-style: solid;
	border-width: 2px;

}

.hero-skill .table .col1 > div{

	position: absolute;
	right: 0;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;

}

.hero-skill .table .col2 > div,
.hero-skill .table .col3 > div{

	width: 90%;
	margin: auto;

}

.hero-skill .table .col3 > div{

	width: 100%;

}

.hero-skill .table .col1,
.hero-skill .table .col2,
.hero-skill .table .col3{

	min-height: 100px;

}

.hero-skill .table{

	min-width: 380px;

}

.hero-skill .skill-summary{

	border-top: none;
	padding: 5px;

}

.hyperlink .fa{
	
	position: relative;
	top: -1px;
	margin-right: 3px;
	margin-left: 3px;

}

.hyperlink:hover{
	
	color: #007bff;
	text-decoration: underline;

}

.skill-information{
	
	overflow: auto;
	margin-bottom: 3px;
	border: none;

}

.skill-information .information-title{
	
	float: left;
	text-align: right;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-flex;
}

.skill-information .information-text{
	
	overflow:auto;/*重点，创建BFC*/
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;

}

.have-span-title{
	
	cursor:help; 
	border-bottom:1px dotted;
	
}

.hero-skill .table .col3 video{

	width: 100%;
	margin-bottom: -5px;

}

.hero-skill .table .col2 > div{

	text-align: left;

}

.hero-skill .table .col2{
	
	padding-bottom: 15px;
	padding-top: 15px;

}

.hero-skill .table .col2,
.hero-skill .table .col3{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.hero-items .table{
	
	min-height: 100px;

}

.hero-items .row{

	margin-left: 0;
	margin-right: 0;
	padding-left: 3px;
	padding-right: 3px;

}

.hero-items .table > div{
	
	text-align: center;
	font-size: 15px;
	padding: 0;
	border-style: solid;
	border-width: 2px;

}

.hero-items .table > div > div{

	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	margin: 0 auto;

}

.hero-skill .table .col1 > div{

	position: absolute;

}

.skill-background div{
	
	width: 68px; 
	height: 68px;
	border-radius: 50%;
	background: #4b5c7c;

}

.skill-background{
	
	position: absolute;
	width: 80px; 
	height: 80px;
	border-radius: 50%;
	border: solid 3px #4b5c7c;

}

.skill-icon{

    max-height: 75%;
    max-width: 150%;

}

.extensible-box .extensible-head{

	display: inline-block;
	cursor: pointer;
	user-select: none;

}


.extensible-box .extensible-head:before{

	content: '';
	display: inline-block;
	background-image: url('../images/arrow/right-arrow.svg');
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	background-size: 9px 9px;
	position: relative;
	top: -1px;
	left: 3px;
	transition: transform 0.15s;

}

.extensible-box .extensible-head.show:before{

	transform: rotate(90deg);

}

.extensible-box .extensible-body{

	display: none;

}

.extensible-box .extensible-head.show ~ .extensible-body{

	display: block;

}

.hero-skill-extensible-box .extensible-head{

	font-size: 15px;
	color: #f7931e;

}
.hero-skill-extensible-box .extensible-ctrlAll{

	display: inline-block;
    margin: 3px 5px;
    background-color: #3a4046;
    color: #ddd;
    cursor: pointer;
    padding: 1px 7px;
    text-align: center;
    transition: all 0.2s;
	white-space: nowrap;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0);
    border-radius: 1px;

}

.extensible-ctrlAll:hover{
	border: 1px solid #f7931e;
}

.hero-skill-extensible-box .extensible-head:before{

	background-image: url('../images/arrow/right-arrow-f7931e.png');

}

.update-history-extensible-box .extensible-head:before{

	width: 11px;
	height: 11px;
	background-size: 11px 11px;
	margin-right: 5px;

}

.update-history{

	padding-bottom: 20px;

}

.patchCtrl{

	display: flex;
}

.patchSwitch{
    margin: 3px 5px;
    background-color: #3a4046;
    color: #ddd;
    cursor: pointer;
    padding: 1px 7px;
    flex: 1 0 auto;
    max-width: 120px;
    text-align: center;
    transition: all 0.2s;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0);
    border-radius: 1px;
}

.patchSwitch:hover{
	box-sizing: border-box;
	border: 1px solid #f7931e ;
}

.detailed-data{

	margin-top: -13px;
	margin-bottom: 13px;

}

.show-detail.show:before{

	transform: rotate(90deg);

}

.detailed-data .text{

	line-height: 25px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 5px;

}

.detailed-data .text > ul > li,
.detailed-data .text > span > ul > li{

	margin-left: -12px;

}

.game-achievement .table{

	min-width: 300px;
	font-size: 16px;

}

.game-achievement{

	margin-bottom: 15px;

}

.game-achievement .table .col1{

	font-size: 17px;

}

.game-achievement .table .col2 > div{

	text-align: left;

}

.game-achievement .table .col2{
	
	padding-bottom: 15px;
	padding-top: 15px;

}

.game-achievement .table .col3 img{
	
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 120px;

}

.game-achievement .w-100 ~ .table > div{

	border-top: none;

}

.game-achievement .table{

	margin-bottom: 0;

}

.game-achievement .col3 img{

	width: 90%;
	max-width: 150px;
	max-height: 150px;

}

.game-achievement .table .col1, .game-achievement .table .col2{

	border-right: none;
	line-height: 30px;

}

.text-wait{

	width: 100%;

}

.titleAttr{

	display: none;
	position: absolute;
	z-index: 99;
	padding: 1px 8px;
	background: #646464;
	color: #fff;
	font-size: 15px;
	box-shadow: 2px 2px 4px 0.4px rgba(20, 20, 20, 0.7);

}

/*min*/
@media screen and (min-width: 576px){
}
@media screen and (min-width: 768px){
	.hero-skill .table .col2{/*并排排列时取消右侧边框*/
		border-right: none;
		border-left: none;
	}
	.hero-skill .table .col4{
		border-top: none;
	}
	.hero-skill .table .col5{
		border-left: none;
	}
}

/*max*/
@media screen and (max-width: 305px){
}
@media screen and (max-width: 423px){
	.hero-skill .content{
		overflow: auto;
	}
}
@media screen and (max-width: 575px){
}
@media screen and (max-width: 767px){
	.hero-skill .table .col2{
		border-left: none;
	}
	.hero-skill .table .col3{
		border-top: none;
	}
}
@media screen and (max-width: 991px){
	.menu{
		cursor: pointer;
	}
	.hero-main-image{
		width: 100%;
	}
}
@media screen and (max-width: 1199px){
}

li.lower-size,
span.lower-size{
	
	font-size: 13px !important;
	
}

.skill-summary .inner-text{
	
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

.all-relative-center > *{
	
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.all-absolute-center > *{
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.lastModifiedBox{
	font-size: 15px;
	color: #b0b3b5;
	left: 100px;
}
.lastModifiedBox > svg{
	width: 15px;
	height: 15px;
	fill: currentColor;
	margin: 5px;
}

.lastModifiedBox > span{
	position: relative;
	top: 3px;
}
.backTop{
	display: none;
	position:fixed;
	bottom: 3%;
	right: 3%;
	cursor: pointer;
	opacity: 0.8;
}

.ver{
	margin-left: 3px;
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 17px;
	/*order-radius: 5px;
    background-color: #40474f;
    color: #fff;*/
}