* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
@media screen and (min-width:1200px){
    html {
        font-size: 20px;
        background: #000;
    }
    .equip_center{
        margin: 0 6rem !important;
    }
}
/*1200>=pc>=992 大屏，字体红色，背景黑色*/
@media screen and (min-width:992px) and (max-width: 1199px){
    html {
        background: #000;
    }
}
/*768<=pad<992 中屏，字体黄色，背景红色*/
@media screen and (min-width: 768px) and (max-width: 991px) {

}
/* 超小屏，字体黑色，背景蓝色*/
@media screen and (max-width: 480px){
    html {
        font-size: 11px;
        background: #366197;
    }
}
body{
    font-size: .8rem;
}
.baohe_equip{
    width: 100%;
    height: 100%;
    background-color: #366197;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.baohe_equip a{
    color: white;
    text-decoration: none;
}
.baohe_equip ul{
    list-style: none;
}
.equip_nav {
    width: 100%;
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4vw;
}
.equip_nav > h1{
    font-size: 1.4rem;
    font-weight: 500;
}
.equip_nav > p{
    width: 100%;
    color: #9d9d9d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.equip_checkout{
    width: 100%;
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.equip_checkoutLists1,
.equip_checkoutLists2{
    min-width: 90%;
    height: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
}
.equip_checkoutLists1 li,
.equip_checkoutLists2 li{
    flex: 0 0 6rem;
    width: 5rem;
    height: 2.5rem;
    box-sizing: border-box;
    border: 1px solid;
}
.equip_checkoutLists1 li:hover,
.equip_checkoutLists2 li:hover{
    background-color: royalblue;
    border: 2px solid gold;
}
li.equip_active{
    background-color: royalblue;
    border: 2px solid gold;
}

.equip_checkoutLists1 li a,
.equip_checkoutLists2 li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equip_checkout_job,
.equip_checkout_major{
    width: 100%;
    height: 100%;
}
.equip_checkout_job p,
.equip_checkout_major p,
.equip_checkout_camp p{
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.equip_checkout_major{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout_job_lists{
    min-height: 2.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.checkout_major_lists,
.checkout_camp_lists{
    height: 2rem;
    display: flex;
    justify-content: center;
}
.checkout_job_lists li,
.checkout_major_lists li,
.checkout_camp_lists li{
    flex: 0 0 3.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout_job_lists li{
    flex: 0 0 3.5rem;
    height: 2.5rem;
}
.checkout_major_lists li a,
.checkout_camp_lists li a{
    width: 2.5rem;
    height: 100%;
}
.checkout_camp_lists li a{
    position: relative;
}
.checkout_job_lists li a{
    width: 2.5rem;
    height: 2.5rem;
}
.checkout_job_lists li a:hover,
.checkout_major_lists li a:hover,
.checkout_camp_lists li a:hover{
    border: 2px solid gold;
}
.jobActive,
.majorActive{
    border: 2px solid gold;
}
.checkout_job_lists li a,
.checkout_major_lists li a,
.checkout_camp_lists li a{
    display: block;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
}

.checkout_job_lists li a img,
.checkout_major_lists li a img,
.checkout_camp_lists li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .checkout_camp_lists li a span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


/* 装备查询 - 主体内容 */
.equip_content{
    min-height: 30rem;
    box-sizing: border-box;
    display: flex;
    /* margin: 0 auto; */
    margin-top: 4vh;
    border-radius: 6px;
}
.equip_content.equip_hidden > div{
    display: none;
}

.equip_left,
.equip_center,
.equip_right{
    flex: 1;
    height: 100%;
}

.equip_left{
    display: flex;
    justify-content: center;
}
.equip_left ul{
    display: grid;
    grid-template-rows: repeat(6, 3rem);
    gap: 1rem;
}
.equip_left ul li{
    width: 3rem;
    cursor: pointer;
}
.equip_left ul li img{
    width: 100%;
    height: 100%;
}

.equip_center{
    width: 16.5rem;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.equip_center_lists{
    width: 16.5rem;
    display: flex;
    justify-content: center;
}
.equip_center_lists li{
    flex: 0 0 4rem;
    width: 4rem;
    height: 3rem;
    display: flex;
    justify-content: center;
}


.equip_center_lists li div img{
    width: 100%;
    height: 100%;
}
.equip_center_content,
.equip_center_content_fumo{
    width: 16.5rem;
    margin-top: 10px;
    padding: 10px;
    font-size: 0.65rem !important;
    border: 1px solid;
    background-color: #090C1E;
    color: white;
    border-radius: 6px;
    display: none;
    position: relative;
}
/* 标题 */
.equip_center_content table,
.equip_center_content_fumo table{
    width: 100%;
}
.equip_center_content th,
.equip_center_content_fumo th{
    padding: 0 0 0 4em;
    text-align: right;
    font-weight: normal;
}
.equip_center_content td,
.equip_center_content_fumo td{

    font-family: Verdana, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}
.center_content_title{
    height: 2.5rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.center_content_title a{
    position: relative;
    left: .4rem;
}
.center_content_title a:hover{
    color: #0070dd;
}
.id_position{
    position: absolute;
    right: .8rem;
    top: 2.25rem;
}


.equip_right{
    display: flex;
    justify-content: center;
}
.equip_right_lists{
    width: 3rem;
    /* height: 100%; */
    height: 24rem;
    display: grid;
    grid-template-rows: repeat(6, 3rem);
    gap: 1rem;
}

/* 装备 */
.equip_right_lists li div,
.equip_center_lists li div,
.equip_left ul li div{
    height: 3rem;
    width: 3rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid;
    overflow: hidden;
    box-sizing: border-box;
}
.equip_right_lists li img,
.equip_right_lists li:nth-child(n+5) div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.equip_right_lists li:hover,
.equip_right_lists li:nth-child(n+5) div:hover{
    cursor: pointer;
}
.equip_right_lists li:nth-child(n+5) {
    width: 6.5rem;
    display: flex;
    border: none;
    justify-content: space-between;
}






















.moneygold {
    padding-right: 15px;
    margin-right: .5rem;
    background: no-repeat right center;
    background-image: url('./images/money-gold.gif');
}
.moneysilver {
    padding-right: 15px;
    margin-right: .5rem;
    background: no-repeat right center;
    background-image: url('./images/money-silver.gif');
}
.moneycopper {
    padding-right: 15px;
    margin-right: .5rem;
    background: no-repeat right center;
    background-image: url('./images/money-copper.gif');
}

.q,   .q  a, .color-q,   .wowhead-tooltip .q   a { color: #ffd100 !important } /* Default (yellow) */
.q0,  .q0 a, .color-q0,  .wowhead-tooltip .q0  a { color: #9d9d9d !important } /* Poor */
.q1,  .q1 a, .color-q1,  .wowhead-tooltip .q1  a { color: #ffffff !important } /* Common */
.q2,  .q2 a, .color-q2,  .wowhead-tooltip .q2  a { color: #1eff00 !important } /* Uncommon */
.q3,  .q3 a, .color-q3,  .wowhead-tooltip .q3  a { color: #0070dd !important } /* Rare */
.q4,  .q4 a, .color-q4,  .wowhead-tooltip .q4  a { color: #a335ee !important } /* Epic */
.q5,  .q5 a, .color-q5,  .wowhead-tooltip .q5  a { color: #ff8000 !important } /* Legendary */
.q6,  .q6 a, .color-q6,  .wowhead-tooltip .q6  a { color: #e5cc80 !important } /* Artifact */
.q7,  .q7 a, .color-q7,  .wowhead-tooltip .q7  a { color: #e5cc80 !important } /* Heirloom */
.q8,  .q8 a, .color-q8,  .wowhead-tooltip .q8  a { color: #ffff98 !important } /* Light yellow (item set bonuses) */
.q9,  .q9 a, .color-q9,  .wowhead-tooltip .q9  a { color: #71d5ff !important } /* Light blue (glyph type) */
.q10, .q10 a, .color-q10, .wowhead-tooltip .q10 a { color: #ff4040 !important } /* Red (requirement not met, error) */
.q13, .q13 a, .color-q13, .wowhead-tooltip .q13 a { color: #ffff98 !important }