* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
}

body {
    background: #0f0d0a;
    min-height: 100%;
}

input,
select {
    border: 0;
    outline: none;
}

#toTop {
    position: fixed;
    right: 50px;
    top: 60%;
    z-index: 99;
    width: 42px;
    height: 42px;
    background: url(../images/totop.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}


/**/

.hjNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.hjNav .center {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.hjNav .center .logo {
    float: left;
    padding-top: 10px;
}

.hjNav .center .rightNav {
    float: right;
}

.hjNav .center .rightNav a {
    display: block;
    float: left;
    width: 109px;
    height: 81px;
    text-align: center;
}

.hjNav .center .rightNav a:hover {
    transition: all 0.2s ease-out 0s;
    background-color: rgb(255, 185, 32);
}

.hjNav .center .rightNav a .text {
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.hjNav .center .rightNav a .text.el {
    font-size: 12px;
    color: #9d9d9d;
    padding: 0;
    margin: 0;
}

.hjNav .center .rightNav a.active {
    background-color: rgb(255, 185, 32);
}

.hjNav .center .rightNav a.active .text,
.hjNav .center .rightNav a:hover .text,
.hjNav .center .rightNav a:hover .text.el {
    transition: all 0.2s ease-out 0s;
    color: #000;
}


/*底部css*/

.destructionGod_foot {
    width: 100%;
    height: 250px;
    padding: 30px 0;
    background: #000;
    text-align: center;
    box-sizing: border-box;
}

.destructionGod_foot .center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}

.destructionGod_foot .center * {
    color: inherit;
    display: block;
    margin: 0 auto;
}

.destructionGod_foot .center .text {
    margin-bottom: 30px;
}

/* .destructionGod_foot .center .top {
    overflow: hidden;
}

.destructionGod_foot .center .bottomLogo {
    float: left;
    padding: 54px 0 0 122px;
}

.destructionGod_foot .center ._main {
    width: 462px;
    float: left;
    overflow: hidden;
    margin-left: 52px;
}

.destructionGod_foot .center ._main .list {
    margin: 46px 0 10px;
    overflow: hidden;
    height: 26px;
}

.destructionGod_foot .center ._main .list a {
    display: block;
    height: 26px;
    line-height: 26px;
    float: left;
    color: #eeeeee;
    font-size: 14px;
    margin-right: 32px;
}

.destructionGod_foot .center ._main .list a:hover {
    text-decoration: underline;
}

.destructionGod_foot .center ._main .text {
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

.destructionGod_foot .center .rightcode {
    float: right;
    margin-top: 20px;
} */

/*侧边css*/
._rightNav_2 {
    position: fixed;
    z-index: 99;
    right: 80px;
    top: 20%;
    width: 199px;
    height: 366px;
    color: #FFF;
    background-size: 199px 366px;
}

._rightNav {
    position: fixed;
    z-index: 99;
    /* left: 80px;
    top: 20%; */
    right: 80px;
    top: 40%;
    width: 150px;
    background: url(../../images/newEdition/fixed_func_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #FFF;
    padding-bottom: 28px;
}

._rightNav .img_top {
    width: 100%;
    position: absolute;
    transform: translateY(-100%);
}

._rightNav .leftFlot {
    position: absolute;
    left: -70px;
    top: 64px;
    width: 38px;
    height: 122px;
}

._rightNav .erweima {
    aspect-ratio: 1 / 1;
    margin: 14px;
    padding: 16px;
    background: url(../../images/newEdition/qrcode_border_bg.png) no-repeat center;
    background-size: 100% 100%;
}

._rightNav .erweima img {
    width: 90px;
    height: 90px;
}

._rightNav .tip {
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}

._rightNav .title {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 14px;
}

._rightNav .__btn {
    display: block;
    aspect-ratio: 222 / 50;
    margin: 14px 14px 0;
    padding-left: 25px;
    background: url(../../images/newEdition/tab_bg_medium.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    font-size: 14px;
    color: #4F2B0F;
    font-weight: 500;
    line-height: 28px;
}

._rightNav .btn17173 {
    display: block;
    padding-top: 6px;
    width: 148px;
    height: 40px;
    margin: 0 auto;
}

._rightNav #toTop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
}