.nav{
    padding: 0;
}
.content,.nav,.hero-banner{
    width: 1120px;
    margin: 0 auto;
}
.hero-banner {
    height: 525px;
    position: relative;
    background: #f7f7f7;
    margin: 50px auto 62px;
}
.hero-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 357px;
    background: url(../img/mask5.png);
    color: #fff;
    text-align: left;
}
.detail-data {
    padding: 76px 42px 0;
}
.data-desc {
    font-size: 30px;
}
.data-name {
    font-size: 60px;
    margin: 9px 0;
    font-weight: bold;
}
.data-class {
    font-size: 16px;
    border-radius: 4px;
    background: #4688dc;
    padding: 2px 5px;
}
.hero-ability {
    font-size: 16px;
    line-height: 28px;
    margin-top: 120px;
}
.hero-ability div span {
    float: left;
}
.progress {
    float: left;
    height: 12px;
    width: 105px;
    background: #363c3c;
    position: relative;
    margin: 9px 0 0 11px;
}
.progress i {
    height: 100%;
    position: absolute;
}
.progress.is-life i {
    background: #f2c600;
}
.progress.is-physical i {
    background: #f59c00;
}
.progress.is-magic i {
    background: #2d97e0;
}
.progress.is-difficulty i {
    background: #1eca6c;
}
.content{
    color: #8e8e8e;
    text-align: left;
    font-size: 16px;
}
.content .section{
    margin-bottom: 62px;
}
h2{
    font-size: 32px;
    color: #000;
}
.left-content{
    float: left;
    width: 48.215%;
}
.right-content{
    float:right;
    width: 48.215%;
}
.skill-wrap,.talent-list,.outfit-wrap,.tips-wrap{
    margin-top: 20px;
}
.tab-menu{
    width: 100%;
    position: relative;
}
.tab-menu li{
    width: 92px;
    padding-top: 99px;
    position: relative;
    float: left;
    margin-right: 57px;
}
.tab-menu li.last{
    margin-right: 0;
}
.tab-menu li.cur{
    background-image: url(../img/herobg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover\9;
}
.tab-menu li.cur .arrow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00b8ff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.tab-menu li.cur .arrow:after {
    border: 7px solid transparent;
    border-top: 9px solid #00b8ff;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 91px;
    margin-left: -6px;
}
.img-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78px;
    height: 78px;
    margin: -45px 0 0 -39px;
    z-index: 1;
}
.img-wrap img{
    width: 100%;
}
.skill-content{
    background: #f7f7f7;
    padding: 25px 21px 38px;
    margin-top: 15px;
    position: relative;
    min-height: 197px;
}
.skill-name{
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
}
.skill-desc{
    line-height: 30px;
}
.skill-more{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    background:  url(../img/arrow-down.png);
}
.talent-wrap{
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 18px;
}
.talent-wrap::after,.talent-list::after{
    display: block;
    content: '';
    clear: both;
}
.talent-icon{
    width: 70px;
    height: 70px;
    margin-left: 12px;
    padding: 16px 0;
    float: left;
}
.talent-icon img{
    width: 100%;
    height: 100%;
}
.talent-desc{
    float: right;
    width: 440px;
    text-align: left;
    padding: 20px 0;
}
.talent-desc .name{
    font-size: 22px;
    color: #000;
    margin-bottom: 7px;
}
.talent-desc .desc{
    line-height: 30px;
}
.add-wrap{
    background: #f7f7f7;
    margin-top: 20px;
}
.add-title{
    color: #000;
    font-size: 22px;
    text-align: left;
    padding: 13px 0 13px 12px;
}
.add-box{
    padding-bottom: 12px;
}
.add-box ul li{
    width: 70px;
    height: 70px;
    position: relative;
    float: left;
    margin:0 7px 0 12px;
}
.add-box li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.outfit-wrap{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    min-height: 374px;
}
.hero-box{
    margin-bottom: 15px;
    position: relative;
}
.hero-box-hd{
    font-size: 22px;
    color: #000;
    width: 178px;
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.hero-box-hd span {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
}
.hero-box-bd{
    background-color: #f7f7f7;
    width: 360px;
    float: right;
}
.hero-equip{
    padding: 0 3px 12px;
}
.hero-equip li{
    width: 65px;
    height: 65px;
    position: relative;
    float: left;
    margin: 12px 0 0 19px;
}
.hero-equip li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.tips-wrap{
    background: #f7f7f7;
    padding: 21px 21px 38px;
    margin-top: 20px;
    line-height: 30px;
    min-height: 165px;
}
.tips-wrap p {
    text-align: left;
    margin-top: 1.5%;
}
.tips-comment{
    min-height: 383px;
}