﻿#main{
    width: 100%;
    height: 3140px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/背景.png") no-repeat center;
}
.narTop{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: 58px;
    background: url('../img/header.png') no-repeat;
    background-position: center;
    position: absolute;
    display: flex;
    align-items: center;
}
.narTop_titile{
    width: 730px;
    margin: 0 auto;
    display: flex;
}
.anniu{
    width: 178px;
    cursor: pointer;
}
.fenge{
    width: 6px;
    height: 40px;
    background: url('../img/标题分割线.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.spl-logo{
    width: 609px;
    height: 344px;
    
    position: relative;
    margin: 0 auto;
    top: 300px;
}
.content1{
    width: 1200px;
    height: 342px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: 600px;
}
.content1-1{
    width: 625px;
    height: 342px;
    background: url('../img/chongzhi.png');
}
.content1-2{
    width: 518px;
    height: 300px;
    background: url('../img/gonggao.png') no-repeat;
    background-size: 518px 288px;
}
.content1-2-txt{
    margin-top: 79px;
    margin-left: 45px;
    line-height: 42px;
    letter-spacing: 1.5px;
    color: #7e4210;
    font-size: 20px;
}
.content2{
    width: 1200px;
    position: relative;
    top: 700px;
    margin: 0 auto;
}
.content2-title{
    width: 328px;
    height: 47px;
    background: url('../img/装备展示标题.png');
    margin: 0 auto;
}
.content2-swiper{
    position: relative;
    top: 100px;
    width: 990px;
    height: 400px;
    margin: 0 100px;
    overflow: hidden;
}
.zbimg{
    width: 330px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zbimg>img{
    border: 1px solid #998618;
    box-shadow: 0 0 10px rgba(133, 68, 15, 0.5);
}
.content2-dizuo{
    width: 836px;
    height: 352px;
    position: relative;
    top: 50px;
    margin: 0 auto;
    background: url('../img/装备展示底座.png');
}
.content3{
    width: 1200px;
    position: relative;
    top: 850px;
    margin: 0 auto;
}
.content3-title{
    width: 328px;
    height: 46px;
    background: url('../img/技能展示标题.png');
    margin: 0 auto;
}
.content3-jineng{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.content3-jineng>div{
    width: 330px;
}
.jn-title{
    width: 330px;
    height: 67px;
    margin: 50px auto;
}
.jntitle1{
    background:url('../img/zhanshi.png') no-repeat center;
    background-size: 204px 67px;
}
.jntitle2{
    background:url('../img/fashi.png') no-repeat center;
    background-size: 204px 67px;
}
.jntitle3{
    background:url('../img/daoshi.png') no-repeat center;
    background-size: 204px 67px;
}
.jn-img{
    width: 330px;
    height: 300px;
    border: 1px solid #998618;
}
.jnimg1{
    background: url('../img/jqb.gif') no-repeat center;
    background-size: 729px 485px;
}
.jnimg2{
    background: url('../img/fld.gif') no-repeat center;
    background-size: 729px 485px;
}
.jnimg3{
    background: url('../img/qx.gif') no-repeat center;
    background-size: 729px 485px;
}
.content-bottom{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: 216px;
    background-color: #000 ;
    background-position: center;
    position: relative;
    margin-top: 926px;
    display: flex;
    align-items: center;
}
.beianinfo{
    width: 1000px;
    margin-left: 700px;
    color: rgb(126, 126, 126);
    font-size: 14px;
    line-height: 24px;
}