@charset "utf-8";
/* CSS Document */

/*fontface*/



@font-face {
    font-family: "nexzhu";
    src: url(../fontface/nexzhu/blockdole.woff2) format("woff2"),
    url(../fontface/nexzhu/blockdole.woff) format("woff"),
    url(../fontface/nexzhu/blockdole.ttf) format("truetype"),
    url(../fontface/nexzhu/blockdole.eot) format("embedded-opentype"),
    url(../fontface/nexzhu/blockdole.svg) format("svg");

}


*{
    margin: 0;
    padding: 0;
}
/*解决冲突*/
.nexfooter{
    margin-top: 30px !important;
}
.nex_fully_bg{
    height: 100% !important;
}


.baohe_home_page h3{
    font-size: 20px !important;
}
h3.left_title2{
    font-size: 18px !important;
}
.baohe_home_page a {
    color: black;
    text-decoration: none;
}

.baohe_home_page a:hover {
    color: #0056FF;
}
.baohe_home_page ul{
    list-style: none;
}
/* 公共样式 */
.baohe_home_page{
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
    height: 800px;
    border: 1px solid;

    display: flex;
    justify-content: space-around;
}
.baohe_left_title a{
    margin: 0 10px;
}
/* 左侧 主体部分新闻 */
.baohe_home_left{
    flex: 0 0 480px;
    width: 480px;
    height: 100%;
    padding: 10px;

    display: flex;
    flex-direction: column;
}
.baohe_home_left ul {
    list-style: none;
}
.baohe_left_title {
    width: 100%;
    height: 110px;
    flex: 0 0 110px;
    text-align: center;
}
.baohe_left_title h3:nth-of-type(2){
    margin-top: 10px;
}
.baohe_left_lists {
    height: 420px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.baohe_left_lists li {
    flex: 0 0 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.baohe_left_lists li:nth-child(5n) {
    border-bottom: 1px dashed;
    margin-bottom: 20px;
}
.baohe_lists_title{
    width: 24rem;
    display: flex;
    align-items: center;
}
.baohe_left_lists li .baohe_lists_title::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 4px;
    background-color: black;
}
.baohe_left_lists li .baohe_lists_title a{
    width: 24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.baohe_left_switch,
.home_right_switch{
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-bottom: 2px solid #c0c0c0;
    display: flex;
}
.baohe_left_switch > li,
.home_right_switch > li{
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.home_right_switch > li.tabsActive{
    justify-content: flex-start;
    font-size: 18px;
    border: none;
}
.baohe_left_switch > li:hover{
    cursor: pointer;
}
.home_right_switch > li:hover{
    cursor: default;
}
li.tabsActive{
    color: #0056FF;
    border-bottom: 2px solid #0056FF;
}
.toggle_doms{
    height: 100%;
    display: none;
}


/* 右侧 图片集 */
.baohe_home_right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.baohe_home_right>div{
    flex: 1;
}
.home_right_each{
    flex: 1;
}
/* 是否是切换类型的 */
.home_right_switch.isCheckout > li{
    flex: 1;
    justify-content: center;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.isCheckout > li.tabsActive{
    font-size: 1rem;
    color: #0056FF;
    border-bottom: 2px solid #0056FF;
}
.home_right_lists{
    width: 99%;
    display: grid;
    grid-template-columns: repeat(3, 231px);
    gap: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.home_right_lists.right_toggle_doms:nth-child(1){
    display: grid;
}
.home_right_lists li{
    height: 90px;
    /* border-radius: 6px; */
    overflow: hidden;
}
.home_right_lsItem{
    width: 100%;
    height: 100%;
}
.home_right_lsItem img{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.home_right_lsItem img:hover{
    opacity: .88;
}

/* 下部分 */
* {
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #0056FF;
}

.baohe_w1240 a{
    margin: 0 10px;
}
.baohe_w1240 {
    width: 1240px;
    height: 610px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

/* 板块布局 */
.home_left,
.home_center,
.home_right {
    height: 100%;
    padding: 10px;

    display: flex;
    flex-direction: column;
}
.home_left{
    flex: 0 0 350px;
    width: 350px;
}
.home_center{
    flex: 0 0 480px;
    width: 480px;
}
.home_right {
    flex: 0 0 350px;
    width: 370px;
}

.home_left h3,
.home_center h3,
.home_right h3 {
    flex: 0 0 30px;
    font-size: 20px !important;
}
/* 左侧 图片 */
.home_left .baohe_imgGroup {
    height: calc(100% - 30px);
    width: 100%;
}

.baohe_imgGroup_item {
    height: 180px;
    width: 350px;
    margin-bottom: 10px;
    overflow: hidden;
}

.baohe_imgGroup_item:nth-of-type(n+3){
    width: 170px;
    overflow: hidden;
    display: inline-block;
}
.baohe_imgGroup_item:nth-of-type(3){
    margin-right: 10px;
}

.home_left .baohe_imgGroup>.baohe_imgGroup_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_left .baohe_imgGroup>.baohe_imgGroup_item img:hover {
    cursor: pointer;
    transition: all .5s;
    transform: scale(1.08);
}

/* 中心部分 新闻 */
/* .home_center {} */
.home_center ul {
    list-style: none;
}
.baohe_center_title {
    width: 100%;
    height: 110px;
    text-align: center;
}
.baohe_center_title h3:nth-of-type(2){
    margin-top: 10px;
}
.baohe_center_lists {
    height: 420px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.baohe_center_lists li {
    flex: 0 0 26px;
    display: flex;
    justify-content: space-between;
}
.baohe_center_lists li:nth-child(5n) {
    border-bottom: 1px dashed;
    margin-bottom: 20px;
}
.baohe_lists_title{
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
}
.baohe_lists_date{
    flex: 0 0 50px;
}
.baohe_center_lists li .baohe_lists_title::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 4px;
    background-color: black;
}
.baohe_center_lists li .baohe_lists_title a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.baohe_center_switch{
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-bottom: 2px solid #c0c0c0;
    display: flex;
}
.baohe_center_switch > li{
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.baohe_center_switch > li:hover{
    cursor: pointer;
}
li.tabsActive{
    color: #0056FF;
    border-bottom: 2px solid #0056FF;
}
.toggle_doms{
    display: none;
}


/* 右侧 推荐列表 */
.home_right .baohe_video_lists{
    height: 610px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.home_right .baohe_video_lists .baohe_video_item{
    overflow: hidden;
    flex: 0 0 104px;
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.baohe_video_item .video_item_link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.video_item_title{
    width: 50%;
    padding: 0 10px;
}
.video_item_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_item_img img:hover{
    transition: all .5s;
    transform: scale(1.08);
}


/* 下方第二部分 攻略 */
.baohe_content{
    width: 1220px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.baohe_content p{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    height: 36px;
    border-bottom: 1px solid #c0c0c0;
    margin: 20px 0;
}
.baohe_content ul{
    list-style: none;
}
.content_pro,
.content_other,
.content_fuben{
    width: 100%;
    min-height: 400px;
    padding: 0 10px;
}
.content_other{
    min-height: 200px;
}
.content_fuben{
    min-height: 500px;
}



/* 职业攻略 */

/* tabs切换 */
.content_pro_switch,
.content_other_switch,
.content_fuben_switch{
    width: 100%;
    /* tabs高度 */
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #c0c0c0;
}
.content_pro_switch li,
.content_other_switch li ,
.content_fuben_switch li{
    flex: 0 0 122px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid transparent;
}
/* 公用激活样式 */
li.content_active,
li.other_active,
li.fuben_active
{
    color: #0056FF;
    border-bottom: 3px solid #0056FF;
}
.content_pro_switch li:hover,
li.other_active,
li.fuben_active
{
    cursor: pointer;
    color: #0056FF;
    border-bottom: 3px solid #0056FF;
}


.content_pro_tabItem,
.content_other_tabsCon .other_tabsItem{
    width: 100%;
    display: none;
}
.content_pro_tabItem.pro_tabsCon_active{
    width: 100%;
    display: block;
}
.content_pro_tabItem ul,
.other_tabsItem{
    width: 100%;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(8, 143px);
    gap: 10px;
}
.content_pro_tabItem > ul>li,
.other_tabsItem>li{
    height: 50px;
    border: 1px solid #e3e3e381;
    background-color: #f5f5f582;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}
.content_pro_tabItem > ul>li a,
.other_tabsItem>li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_pro_tabItem > ul>li a span,
.other_tabsItem>li a span{
    width: max-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content_pro_tabItem > ul>li:nth-child(1) {
    border: none;
}
.content_pro_tabItem > ul>li::after,
.other_tabsItem>li::after{
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #e3e3e3;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}
.content_pro_tabItem > ul>li:nth-child(n+2):hover,
.other_tabsItem>li:hover{
    transition: all .5s;
    cursor: pointer;
    background-color: royalblue;
    color: white;
}
.content_pro_tabItem > ul>li:nth-child(n+2):hover a,
.other_tabsItem>li:hover a{
    color: white;
}
.content_pro_tabItem > ul>li:hover::after,
.other_tabsItem>li:hover::after{
    transition: all .5s;
    background-color: rgb(51, 81, 171);
}
.content_pro_tabItem > ul>li:nth-child(1)::after{
    background-color: rgba(65, 105, 225, 0.5);
}


/* 其他攻略 */
.content_other_tabsCon .other_tabsCon_active{
    display: grid;
}



/* 副本攻略 */
.content_fuben_view{
    width: 100%;
    height: 100%;
    display: none;
}
.content_fuben_view.fuben_view_active{
    display: block;
}
.fuben_view_lists{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 290px);
    gap: 10px;
}
.fuben_view_lists li {
    width: 290px;
    height: 190px;
    border-radius: 5px;
    overflow: hidden;
}
.fuben_view_lists li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.fuben_item_title{
    display: inline-block;
    width: 100%;
    height: 36px;
    color: white;
    background: linear-gradient(180deg, transparent, black);
    font-size: 18px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 2;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fuben_item_img{
    width: 290px;
    height: 190px;
}
.fuben_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fuben_view_lists a:hover img{
    transition: all .5s;
    cursor: pointer;
    transform: scale(1.08);
}







/*解决冲突*/
.nexfooter{
    margin-top: 30px !important;
}
.nex_fully_bg{
    height: 100% !important;
}


.baohe_home_page h3{
    font-size: 22px !important;
}
h3.left_title2{
    font-size: 18px !important;
}
.baohe_home_page a {
    color: black;
    text-decoration: none;
}

.baohe_home_page a:hover {
    color: #0056FF;
}
.baohe_home_page ul{
    list-style: none;
}
/* 公共样式 */
.baohe_home_page{
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
    height: 800px;

    display: flex;
    justify-content: space-around;
}
.baohe_left_title a{
    margin: 0 10px;
}
/* 左侧 主体部分新闻 */
.baohe_home_left{
    flex: 0 0 480px;
    width: 480px;
    height: 100%;
    padding: 10px;

    display: flex;
    flex-direction: column;
}
.baohe_home_left ul {
    list-style: none;
}
.baohe_left_title {
    width: 100%;
    height: 110px;
    flex: 0 0 110px;
    text-align: center;
}
.baohe_left_title h3:nth-of-type(2){
    margin-top: 10px;
}
.baohe_left_lists {
    height: 420px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.baohe_left_lists li {
    flex: 0 0 37px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.baohe_left_lists li:nth-child(5n) {
    border-bottom: 1px dashed;
    margin-bottom: 20px;
}

.baohe_left_lists li .baohe_lists_title::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 4px;
    background-color: black;
}
.baohe_left_lists li .baohe_lists_title a{
    width: 420px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.baohe_left_switch,
.home_right_switch{
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-bottom: 2px solid #c0c0c0;
    display: flex;
}
.baohe_left_switch > li,
.home_right_switch > li{
    flex: 1;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.home_right_switch > li.tabsActive{
    justify-content: flex-start;
    font-size: 18px;
    border: none;
}
.baohe_left_switch > li:hover{
    cursor: pointer;
}
.home_right_switch > li:hover{
    cursor: default;
}
li.tabsActive{
    color: #0056FF;
    border-bottom: 2px solid #0056FF;
}
.toggle_doms{
    height: 100%;
    display: none;
}


/* 右侧 图片集 */
.baohe_home_right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.baohe_home_right>div{
    flex: 1;
}
.home_right_each{
    flex: 1;
}
/* 是否是切换类型的 */
.home_right_switch.isCheckout > li{
    flex: 1;
    justify-content: center;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.isCheckout > li.tabsActive{
    font-size: 1rem;
    color: #0056FF;
    border-bottom: 2px solid #0056FF;
}
.home_right_lists{
    width: 99%;
    display: grid;
    grid-template-columns: repeat(3, 231px);
    gap: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.home_right_lists.right_toggle_doms:nth-child(1){
    display: grid;
}
.home_right_lists li{
    height: 90px;
    /* border-radius: 6px; */
    overflow: hidden;
}
.home_right_lsItem{
    width: 100%;
    height: 100%;
}
.home_right_lsItem img{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.home_right_lsItem img:hover{
    opacity: .88;
}


@media screen and (max-width: 480px){
    .info_btn_group>.info_btn_item{
        min-width: 142px;
    }
}
.goods{
    width: 100%;
    min-height: 200px;
}
.goods a{
    color: white;
}
.goods_details{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
    padding: 30px 0;
    color: white;
    background-color: rgba(53, 50, 249, 0.7);
}
.goods_img{
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
}
.goods_img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.details_info{
    display: flex;
    flex-direction: column;
    /*flex: 0 0 400px;*/
    /*margin-left: 60px;*/
}
.details_info > div{
    margin-bottom: 30px;
}
.details_info > div:last-child{
    margin-bottom: 0;
}
.info_title{
    font-size: 24px;
    font-weight: 600;
    text-shadow: 8px 8px 20px blue;
}
.info_introduce{
    word-wrap: break-word;
}
.info_price{
    width: max-content;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}
.info_btn_group{
    display: flex;
    /* margin-top: 60px; */
    position: relative;
}
.info_btn_item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 40px;
    min-width: 165px;
    height: 52px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 0px blue;

    position: relative;
    z-index: 2;
}
.info_btn_item:hover{
    background: rgba(0, 0, 0, 0.6);
}
.buy_btn:hover{
    background-color: #007bffa6;
}
.buy_btn{
    background-color: #007bff;
}
.hide_img{
    width: 160px;
    height: 160px;
    position: absolute;
    top: -160px;
    right: 10%;
    transform: translate(0, 20px);
    transition: all .3s;
    opacity: 0;
}
.hide_img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
}






@media screen and (min-width:1200px){
    html{
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    html{
        font-size: 15px;
    }
    div.comiis_flxx_listbox.cl{
        grid-template-columns: repeat(2, 12rem);

    }
}
.comiis_flxx_listbox.cl li{
    list-style: none;
}
.comiis_flxx_listbox.cl a{
    color: white;
    text-decoration: none;
}
.comiis_flxx_listbox.cl{
    width: 100%;
    min-height: calc(12rem + 2.5rem);
    margin: 0 auto;
    /* overflow: hidden; */
    display: grid;
    grid-template-columns: repeat(4, 12rem);
    justify-content: center;
    gap: .5rem;
}
.baohe_images_lists #moderate a{
    color: white;
    text-decoration: none;
}
.baohe_images_lists #moderate{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 12rem);
    justify-content: center;
    gap: .5rem;
}

.comiis_flxx_listbox.cl li {
    width: 12rem;
    height: calc(12rem + 3rem);
}
.img_a{
    display: block;
    width: 100%;
    /* height: 100%; */
}
.img_item_title{
    display: inline-block;
    width: 100%;
    min-height: 2.5rem;
    color: white;
    background: linear-gradient(180deg, transparent, black);
    font-size: 18px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 2;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img_item_title>div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img_item{
    width: 12rem;
    height: 12rem;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_item_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 80%;
    height: 2rem;
    margin: 10px auto 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.img_item_btn:hover,
.img_a:hover + .img_item_btn{
    background-color: royalblue;
}
.img_item:hover {
    transition: all .5s;
    cursor: pointer;
    transform: scale(1.04);
}

/* 分享按钮样式 */
#p_btn a {
    min-width: 110px;
}
#p_btn a:last-child {
    min-width: 110px !important;
}