@import url(./font.css);


.total_mode{
    /* display: block; */
    display: none;
}


.total_mode > .top > .category_1{ width: 198px; }
.total_mode > .top > .category_2{ width: 287px; }
.total_mode > .top > .category_3{ width: 380px; }
.total_mode > .top > .category_4{ width: 384px; }

.total_mode > .top > .top_category > .icon{
    width: 28px;
    height: 28px;
    background-position: center;
}
.total_mode > .top > .category_1 > .icon{ background: url(../img/UI/top_icon_1.png) no-repeat; }
.total_mode > .top > .category_2 > .icon{ background: url(../img/UI/top_icon_2.png) no-repeat; }
.total_mode > .top > .category_3 > .icon{ background: url(../img/UI/top_icon_3.png) no-repeat; }
.total_mode > .top > .category_4 > .icon{ background: url(../img/UI/top_icon_4.png) no-repeat; }

.total_mode > .top > .top_category > .text{
    line-height: 550%;
}


.total_middle{
    width: 1240px;
    margin: 0 50px;
    height: 710px;
    position: relative;
    overflow: hidden;
}
.total_middle > .page{
    position: absolute;
    display: none;
}
.total_middle > .page_1{
    display: block;
}

.total_middle > .page > .section{
    position: relative;
}
.section > .item_wrap{
    position: relative;
    height: fit-content;
    padding: 4.2px 0px;
    display: flex;
}
.item_wrap > .item{
    position: relative;
    display: flex;
}
.item_wrap > .item_depth_1{     
    width: 185px; 
    color: #fff;
}
.item_wrap > .item_depth_2{     width: 286px; }
.item_wrap > .item_depth_3{     width: 378px; }
.item_wrap > .item_depth_4{     
    width: 378px; 
    cursor: pointer;
    border: 0;
    background: none;
}
.item_depth_4 > .text{
    font-size: 16px;
}
/* .item_wrap > .item_depth_4:hover{     
    
    top: 1px;
} */
/* .item_wrap > .item_depth_4:active{     
    top: 1px;
} */


.total_middle > .middle_arrow{
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 688px;
    opacity: 0.5;
    cursor: pointer;
}
.total_middle > .arrow_left_1{
    background: url(../img/UI/arrow_left_1.png) no-repeat;
    left: 0px;
    display: none;

}
.total_middle > .arrow_left_1:hover{
    background: url(../img/UI/arrow_left_1.png) no-repeat;
    background-position: -90px 0;
    opacity: 1;
}
.total_middle > .arrow_right_1{
    background: url(../img/UI/arrow_right_1.png) no-repeat;
    right: 4px;
}
.total_middle > .arrow_right_1:hover{
    background: url(../img/UI/arrow_right_1.png) no-repeat;
    background-position: -90px 0;
    opacity: 1;
}
.bottom_wrap{
    position: absolute;
    height: 31px;
    bottom: 0;
    /* display: flex; */
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}
.bottom_wrap > div{
    margin: 0 3px;
}
.bottom_wrap > .bottom_arrow{
    position: absolute;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.bottom_wrap > .arrow_left_2{
    background: url(../img/UI/arrow_left_2.png) no-repeat;
    left: -30px;
    display: none;
}
.bottom_wrap > .arrow_right_2{
    background: url(../img/UI/arrow_right_2.png) no-repeat;  
    right: -18px;
}
.bottom_wrap > .num_wrap{
    position: absolute;
    font-size: 21px;
    /* display: inline-block; */
    left: 0;
    width: fit-content;
    text-align: center;
}
.bottom_wrap > .num_wrap > div{
    margin: 0 4px;
    float: left;
    position: relative;
}
.bottom_wrap > .num_wrap > .current_page{
    
}
.bottom_wrap > .num_wrap > .slash{
    
}
.bottom_wrap > .num_wrap > .total_page{
    
}


.item > .icon{
    width: 15px;
    height: 16px;
    background: url(../img/UI/left_angle_1.png) no-repeat;
    background-position: -15px 0;
    margin: 0 4px;
    float: left;
    top: 2px;
    position: relative;
}
.item > .text{
    position: relative;
    line-height: 24px;
    padding: 0 3px 0 1px;
}

.section > .section_bg{
    position: absolute;
    height: 100%;
    width: 101%;
}
.section_bg > div{
    height: 100%;
    position: relative;
    float: left;
}
.section_bg > .bg_1{
    width: 185px;
    margin-right: 1px;
 }
 .section_bg > .bg_2{
    width: 285px;
    margin-right: 1px;
 }
 .section_bg > .bg_3{
    width: 378px;
    margin-right: 1px;
 }
 .section_bg > .bg_4{
    width: 386px;
 }

 .section_1 > .section_bg > .bg_1{ background-color: #728fc9; }
 .section_1 > .section_bg > .bg_2{ background-color: #869dd0; }
 .section_1 > .section_bg > .bg_3{ background-color: #b3c0e1; }
 .section_1 > .section_bg > .bg_4{ background-color: #cad2ea; }
 
 .section_2 > .section_bg > .bg_1{ background-color: #28bec3; }
 .section_2 > .section_bg > .bg_2{ background-color: #66c8cd; }
 .section_2 > .section_bg > .bg_3{ background-color: #a8dcdf; }
 .section_2 > .section_bg > .bg_4{ background-color: #c3e6e9; }
 
 .section_3 > .section_bg > .bg_1{ background-color: #a25ea6; }
 .section_3 > .section_bg > .bg_2{ background-color: #b079b4; }
 .section_3 > .section_bg > .bg_3{ background-color: #cba9cf; }
 .section_3 > .section_bg > .bg_4{ background-color: #f3ecf4; }
 
 .section_4 > .section_bg > .bg_1{ background-color: #6e9518; }
 .section_4 > .section_bg > .bg_2{ background-color: #92b532; }
 .section_4 > .section_bg > .bg_3{ background-color: #d5e6ae; }
 .section_4 > .section_bg > .bg_4{ background-color: #e1edc7; }
 
 .section_5 > .section_bg > .bg_1{ background-color: #e57f3e; }
 .section_5 > .section_bg > .bg_2{ background-color: #f3a074; }
 .section_5 > .section_bg > .bg_3{ background-color: #f8ad8d; }
 .section_5 > .section_bg > .bg_4{ background-color: #fcceb7; }
 
 .section_6 > .section_bg > .bg_1{ background-color: #f16b91; }
 .section_6 > .section_bg > .bg_2{ background-color: #f389a3; }
 .section_6 > .section_bg > .bg_3{ background-color: #f9ced6; }
 .section_6 > .section_bg > .bg_4{ background-color: #fdeff2; }
 
 .section_7 > .section_bg > .bg_1{ background-color: #f19b1f; }
 .section_7 > .section_bg > .bg_2{ background-color: #fbae3f; }
 .section_7 > .section_bg > .bg_3{ background-color: #fdd5a0; }
 .section_7 > .section_bg > .bg_4{ background-color: #fee2bc; }


 .section_1 > .item_wrap > .item_depth_4:hover > .text,
 .section_2 > .item_wrap > .item_depth_4:hover > .text,
 .section_3 > .item_wrap > .item_depth_4:hover > .text,
 .section_4 > .item_wrap > .item_depth_4:hover > .text,
 .section_5 > .item_wrap > .item_depth_4:hover > .text,
 .section_6 > .item_wrap > .item_depth_4:hover > .text,
 .section_7 > .item_wrap > .item_depth_4:hover > .text,
 .section_8 > .item_wrap > .item_depth_4:hover > .text {
    background: #fff;
    border-radius: 5px;
}
/* .section_1 > .item_wrap > .item_depth_4:hover > .text{

}

.wraper[data-state="5"] > .depth_4_wrap > .depth_button[data-state="toggle"], .wraper[data-state="5"] > .depth_4_wrap > .depth_button:hover {
    background: #fff;
} */




.total_detail_wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}

.detail_wrap_dim{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
}

.total_detail_layer{
    position: absolute;
    width: 600px;
    height: auto;
    max-height: 100%;
    min-height: 600px;
    background: #fff;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.total_detail_layer > div{
    position: relative;
}
.total_detail_layer > .detail_title{
    height: 57px;
    width: 100%;
    background-color: #b3e6ff;
}
.detail_title > .icon{
    position: absolute;
    background: url(../img/UI/detail_icon.png);
    width: 32px;
    height: 32px;
    left: 23px;
    top: 12px;
}
.detail_title > .text{
    position: absolute;
    font-size: 28px;
    top: 16px;
    left: 60px;
}
.total_detail_layer > .detail_item_wrap{
    width: 96%;
    margin: 11px 2%;
}

.detail_item_wrap > .title{
    position: relative;
}

.total_detail_layer > .data_wrap > .substance > div {
    width: 90px;
    height: 89px;
    position: relative;
    float: left;
    margin: 0 21px;
    cursor: pointer;
}
.total_detail_layer > .data_wrap > .substance > div:hover {
    background-position: 100% 0;
}
.total_detail_layer > .level_wrap > .substance > .level {
    padding: 4px 66px;
}