@charset "UTF-8";

img {
    display: block;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    position: relative;
}

.box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.nav_bg .box {
    width: 1400px;
}

.last {
    margin-right: 0 !important;
}

/*导航*/

.nav_bg {
    width: 100%;
    height: 90px;
    background: url(../images/official/nav_bg.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.nav_bg .logo_op {
    background: url(../images/official/logo_op.png) no-repeat;
    width: 323px;
    height: 221px;
    position: absolute;
    top: 30px;
    left: -40px;
}

.nav_bg .nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 960px;
    text-align: center;
}

.nav_btn a {
    float: left;
    width: 200px;
    height: 100%;
    background-image: url(../images/official/nav_btnbbd5bbd5.png?v=2021);
    background-repeat: no-repeat;
    display: inline-block;
}

.nav_btn .btn_home {
    background-position: 0 -90px;
}

.nav_btn .btn_news {
    background-position: -200px -90px;
}

.nav_btn .btn_ucenter {
    background-position: -400px -90px;
}

.nav_btn .btn_data {
    background-position: -600px -90px;
    display: none;
}

.nav_btn .btn_bbs {
    background-position: -800px -90px;
}

.nav_btn .btn_talk {
    background-position: -1000px -90px;
}

.nav_btn .btn_home:hover, .nav_btn .btn_home.ac {
    background-position: 0 0;
}

.nav_btn .btn_news:hover, .nav_btn .btn_news.ac {
    background-position: -200px 0;
}

.nav_btn .btn_ucenter:hover, .nav_btn .btn_ucenter.ac {
    background-position: -400px 0;
}

.nav_btn .btn_data:hover, .nav_btn .btn_data.ac {
    background-position: -600px 0;
}

.nav_btn .btn_bbs:hover, .nav_btn .btn_bbs.ac {
    background-position: -800px 0;
}

.nav_btn .btn_talk:hover, .nav_btn .btn_bbs.ac {
    background-position: -1000px 0;
}

/* .nav_btn a {
    float: left;
    width: 192px;
    height: 100%;
    background-image: url(./static1/web/onepiece/images/official/nav_btn1.png?v=20181022);
    background-repeat: no-repeat;
    display: inline-block;
}

.nav_btn .btn_home {
    background-position: 0 -90px;
}

.nav_btn .btn_news {
    background-position: -192px -90px;
}

.nav_btn .btn_ucenter {
    background-position: -384px -90px;
}

.nav_btn .btn_data {
    background-position: -576px -90px;
    display: none;
}

.nav_btn .btn_bbs {
    background-position: -768px -90px;
}

.nav_btn .btn_talk {
    background-position: -1000px -90px;
}

.nav_btn .btn_home:hover,
.nav_btn .btn_home.ac {
    background-position: 0 0;
}

.nav_btn .btn_news:hover,
.nav_btn .btn_news.ac {
    background-position: -192px 0;
}

.nav_btn .btn_ucenter:hover,
.nav_btn .btn_ucenter.ac {
    background-position: -384px 0;
}

.nav_btn .btn_data:hover,
.nav_btn .btn_data.ac {
    background-position: -576px 0;
}

.nav_btn .btn_bbs:hover,
.nav_btn .btn_bbs.ac {
    background-position: -768px 0;
}

.nav_btn .btn_talk:hover,
.nav_btn .btn_bbs.ac {
    background-position: -1000px 0;
} */

/*页脚*/

.footer {
    width: 100%;
    min-width: 1200px;
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/official/footer_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    display: none !important;
}

.footer .foot_img {
    display: block;
    margin-top: 5px;
}

.footer .foot_img > img {
    display: inline-block;
}

.footer table {
    width: 100%;
    height: 100%;
}

.footer table div {
    width: 100%;
    position: relative;
}

.footer .foot_bq {
    width: 320px;
    margin: 0 auto;
    text-align: left;
    margin-left: 50 p;
    padding-left: 89px;
}

/*弹窗*/

.dia_wrap {
    width: 100%;
    height: 100%;
    background: url(../images/official/opacity_bg.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

* html .dia_wrap {
    /*position fixed*/
    position: absolute;
    top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}

.dia {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    border: 5px solid #000;
}

.btn_close {
    position: absolute;
    background: url(../images/official/btn_close.png) no-repeat;
    width: 18px;
    height: 19px;
    top: 10px;
    right: 10px;
}

.fenliu {
    width: 500px;
    height: 230px;
    margin-left: -250px;
    margin-top: -150px;
    background: #fff;
    border: 5px solid #000;
    padding-top: 70px;
}

.fenliu .link {
    background-image: url(../images/official/btn_fenliu.jpg);
    background-repeat: no-repeat;
    width: 354px;
    height: 65px;
    display: block;
    margin: 0 auto 20px;
}

.fenliu .btn_ios {
    background-position: 0 -65px;
}

.dia_msg {
    background: url(../images/official/dia_down.png) no-repeat;
    width: 529px;
    height: 307px;
    margin-left: -264.5px;
    margin-top: -153.5px;
    border: none;
    z-index: 9999;
}

.dia_msg table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.dia_msg table p {
    padding: 0 50px;
    font-size: 20px;
}

.dia_msg .btn_close {
    top: 20px;
    right: 40px;
}

.dia_login {
    width: 500px;
    top: 10%;
    margin-left: -250px;
    font-size: 14px;
}

.dia_login .tab {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    background: #eee;
}

.dia_login .tab .tab_btn {
    float: left;
    width: 50%;
    text-align: center;
    color: #171717;
    height: 40px;
}

.dia_login .tab .ac {
    border-bottom: 3px solid #ff6600;
    color: #ff6600;
    height: 37px;
}

.dia_login .tab_con {
    padding: 30px 0;
    margin: 0 20px;
    height: 420px;
}

.dia_login form .div {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.dia_login form .div label {
    width: 140px;
    text-align: right;
    margin-right: 10px;
    float: left;
    display: inline;
    height: 100%;
}

.dia_login form .div input {
    border: 1px solid #dfdfdf;
    text-indent: 5px;
    color: #8f8f8f;
    width: 180px;
    height: 28px;
    float: left;
    display: inline;
    color: #171717;
    font-size: 12px;
}

.dia_login #dia_login {
    padding-top: 80px;
}

.dia_login .div.img_code {
    margin-bottom: 0;
}

.dia_login .div.img_code input {
    width: 100px;
}

.dia_login .div.img_code img {
    float: left;
    margin: 0;
    height: 30px;
    width: 100px;
}

.dia_login .forget {
    color: blue;
    font-size: 12px;
    margin: 10px 0;
}

.dia_login .forget a {
    float: right;
    margin-right: 120px;
}

.dia_login .btn_submit {
    width: 208px;
    height: 39px;
    display: block;
    margin: 0 auto;
    background: url(../images/official/btn_log.jpg) no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
}

.dia_login .agree * {
    float: left;
}

.dia_login .agree {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 230px;
    margin: 10px auto;
}

.dia_login .agree input {
    width: 15px;
    height: 15px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.dia_login .agree a {
    float: right;
    width: 10px;
    height: 10px;
    margin-top: 8px;
}

.dia_login .swiper-slide {
    position: relative;
}

.dia_login .logo_lvbing {
    background: url(../images/official/logo_lvbing.jpg) no-repeat;
    width: 90px;
    height: 25px;
    position: absolute;
    bottom: -20px;
    right: 5px;
}