<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*iphone remove highlight*/
html{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    font-size: 10px;
}
*{
    --theme-color: rgb(153, 122, 92);
    --top-shadow: 0 0.5rem 2.2rem 0 rgba(179, 157, 147, 0.1);
    --name-card-bg: linear-gradient(0deg, #FAF5F0, #FAF5F0), #FFFFFF;
    --border-left: #997A5C;
    --species-learn-more-btn: linear-gradient(90deg, #BF2626 1.78%, #F2A230 100%);
    --foot-bg: #FAF5F0;
    --foot-btn-bg: linear-gradient(270deg, #B39C86 0%, #997A5C 100%);
    --foot-btn-shadow: 0px 7px 10px rgba(154, 123, 93, 0.15);
}

@media all and (max-width : 980px) {
    html {
        font-size: calc(100vw * (10 / 375));
    }
}

a:visited{
   color: unset;
}
a{
    color: unset;
    text-decoration: none;
}
h1,h2, h3, h4, h5{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h2{
    font-weight: normal;
}
*{
    margin: 0;
    padding: 0;
}
ol,ul{
    padding-left: 2rem;
}

html{
    font-family: SFProText-Regular,helvetica;
    color: #666666;
}
.title_font{
    font-family: SFProText-Medium,helvetica;
    font-weight: bold;
    color: #333333;
}
/*top_nav*/
.top_nav{
    width: 100%;
    margin: auto;
    box-shadow: var(--top-shadow);
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
}
.top_nav_content{
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_nav_content_left{
    min-width: 120rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_nav_content_left_en{
    min-width: 94rem;
}

.top_nav_icon_arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;
    font-size: 0;
    line-height: 0;
    margin-left: 4px;
}
.top_nav_icon_slide_arrow{
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
}

.top_nav_icon{
    height: 4.4rem;
    margin-right: 3rem;
}

.top_nav_list_icon{
    width: 2.2rem;
    height: 2.2rem;
    display: none;
}
.mobile-login-vip{
    display: none;
}
.top_nav_list{
    font-size: 1.6rem;
    display: flex;
    margin-right: 3rem;
    position: relative;
}
.top-nav-list-btn{
    position: relative;
}
.list-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    padding: 0 1.8rem;
    color: #333;
    cursor: pointer;
}
.top-nav-icon-arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;
    font-size: 0;
    line-height: 0;
    margin-left: 4px;
}
.list-btn-wrap-hover{
    color: var(--theme-color);
}
.list-btn-wrap-hover .top-nav-icon-arrow{
    border-top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid var(--theme-color);
}

.top-arrow-list{
    top: 2.3rem;
    position: absolute;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: #fff;
    border-radius: 2px;
    color: rgba(0,0,0,.85);
    box-shadow: 0 3px 6px -4px #000000;
    font-weight: normal;
    display: none;
    outline: unset;
    left: -1.6rem;
    padding: 1.6rem;
}
.top-arrow-list-item {
    box-sizing: border-box;
    padding: 1rem 1.6rem;
    text-align: left;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    color: #666666;
}
.top-arrow-list-item:hover{
    color: var(--theme-color);
}
.top-arrow-list-item-click{
    color: var(--theme-color);
}
.top-arrow-list-category .top-arrow-list-item {
    white-space: nowrap;
    word-break: keep-all;
}

.top_nav_list &gt;a, .top_nav_list &gt;span{
    padding: 0 1.8rem;
    line-height: 2.3rem;
    position: relative;
    cursor: pointer;
    color: #333;
}
.top_nav_list &gt;a:hover, .top_nav_list &gt;span:hover{
    color: var(--theme-color);
    text-decoration: none;
}
.search-icon{
    cursor: pointer;
    width: 2.3rem;
    height: 2.3rem;
    margin-left: 2rem;
}

.top_nav_search{
    width: 30rem;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    display: none;
    height: 4.3rem;
}

.top_nav_search_icon{
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
}

.top-mask{
    display: none;
    width: 100vw;
    height: calc(100vh - 7.3rem);
    opacity: 0.4;
    position: fixed;
    top: 7.3rem;
    background: #999999;
    z-index: 997;
}

#search_clear{
    display: none;
}
.top_nav_search_warp{
    flex: 1;
    margin: 0 1.6rem;
}
.top_nav_search_input{
    border: 0;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    color: #333333;
    margin: 0 auto;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0.8rem 1rem 0.8rem;
}

.top_nav_search_input::-webkit-input-placeholder {
    color: #333333;
}

.top_nav_search_input::-moz-placeholder {
    color: #333333;
}

.top_nav_search_input:-ms-input-placeholder {
    color: #333333;
}

.top_nav_search_input:focus {
    outline: none;
}


.search_result_list{
    top: 5.6rem;
    position: absolute;
    background: #FFFFFF;
    border-radius: 1.4rem;
    box-shadow: 0 0.5rem 2.2rem 0 rgba(184,204,199,0.25);
    padding: 2rem;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    display: none;
}
.search_result_item{
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    cursor: pointer;
}
.search_result_list .search_result_item:first-child{
    margin-top: 0;
}

.search_result_item_cover{
    width: 4.2rem;
    height: 4.2rem;
    object-fit: cover;
    border-radius: 0.8rem;
}
.search_result_item_name{
    margin-left: 1rem;
    flex: 1;
}
.search_result_best_name{
    font-size: 1.4rem;
    font-weight: 500;
}
.search_result_best_name span{
    color: var(--theme-color);
}
.search_result_la_name{
    font-style: italic;
    font-size: 1.4rem;
    color: #999999;
    margin-top: 0.4rem;
}

.mobile_search{
    padding: 7.2rem 1.6rem 0 1.6rem;
    width: 100%;
    box-sizing: border-box;
    display: none;
    align-items: center;
}

.search_loading_item{
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.search_loading_item:first-child{
    margin-top: 0;
}
.search_loading_item_cover{
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 0.8rem;
    background: #F0F5F4;
}
.search_loading_item_name{
    flex: 1;
    margin-left: 1rem;
}
.search_loading_best_name{
    width: 8.8rem;
    height: 1.2rem;
    background: #F0F5F4;
    border-radius: 0.6rem;
}
.search_loading_la_name{
    width: 15.8rem;
    height: 1.2rem;
    background: #F0F5F4;
    border-radius: 0.6rem;
    margin-top: 1rem;
}


@media (max-width:980px){
    .top_nav{
        box-shadow: none;
    }
    .top_nav_list_icon{
        display: block;
    }
    .top_nav_content{
        padding: 0.6rem 1.1rem 0.6rem 1.1rem;
        width: 100%;
    }
    .top_nav_list, .top_nav_search{
        display: none;
    }
    .mobile_search{
        display: flex;
    }
    .mobile_search .top_nav_search{
        display: flex;
    }
    .top_nav_search{
        padding: 1rem 1.5rem;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #E4E4E4;
        border-radius: 2.4rem;
    }
    .mobile_search .top_nav_search .top_nav_search_input{
        width: 100%;
        border: 0;
        font-size: 1.6rem;
        color: #999999;
        margin: 0 0.8rem;
        padding: 0;
    }
    .top_nav_content_left{
        min-width: unset;
        width: 100%;
    }
}


/*directory_mobile*/
.directory_mobile{
    width: 100%;
    height: 100vh;
    padding: 0 3.5rem;
    display: none;
    box-sizing: border-box;
}
.list_mobile_container{
    margin: auto;
    width: 100%;
}
.list_mobile_item{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 2rem 0;
    box-shadow: 0 1px 0 0 rgba(230,233,235,1);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.list_mobile_item_languages{
    top: 2rem;
    right: -2rem;
    position: absolute;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 0.4rem 0;
    color: rgba(0,0,0,.85);
    box-shadow: 0 3px 6px -4px #000000;
    font-weight: normal;
    display: none;
    outline: unset;
}
.list_mobile_item_language{
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    width: 13.8rem;
    text-align: center;
    cursor: pointer;
}
.list_mobile_item_language_click{
    color: var(--theme-color);
}
.list_mobile_item_language:hover{
    background: #f5f5f5;
}


.search_result_mobile{
    padding: 0 1.6rem;
    display: none;
}
.search_result_item_mobile{
    margin-top: 2rem;
    display: flex;
}
.search_result_item_cover_mobile{
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 0.8rem;
    object-fit: cover;
}
.search_result_species_mobile{
    flex: 1;
    display: flex;
    border-bottom: 1px solid #F2F2F2;
    padding: 0.3rem 0 2rem 0;
    align-items: center;
}
.search_result_species_content_mobile{
    margin: 0 1rem;
    flex: 1;
    position: relative;
    height: 5.6rem;
}
.search_result_species_content_common_name_mobile{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
}
.search_result_species_content_common_name_mobile span{
    color: var(--theme-color);
}

.search_result_species_content_la_mobile{
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #999999;
    font-style: italic;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    bottom: 0;
    position: absolute;
}


.search_result_item_icon_mobile{
    width: 1.6rem;
    height: 1.6rem;
}


/*language slide*/
.language_mask{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 1002;
    display: none;
}
.language_slide{
    width: 100%;
    max-height: 40rem;
    background: #FFFFFF;
    border-radius: 2rem 2rem 0 0;
    overflow-y: scroll;
    padding-top: 1.2rem;
    position: absolute;
    bottom: 0;
}
.language_item{
    text-align: center;
    padding: 1.4rem 0;
    font-size: 1.8rem;
    color: #333333;
    font-weight: 600;
}
.language_item_select{
    box-sizing: border-box;
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3.5rem;
}
.language_item_select img{
    width: 1.1rem;
    height: 0.8rem;
    margin-left: 3.5rem;
}


/*search mobile result empty*/
.search_result_empty{
    height: calc(100vh - 12rem);
    align-items: center;
    padding: 0 2.4rem;
    display: none;
}

.search_result_empty_description{
    text-align: center;
    font-size: 1.6rem;
    color: #333333;
}

.search_result_empty_img{
    width: 100%;
    margin-top: 4rem;
}



/*main*/
.main{
    padding: 11rem 0 0 0 ;
    width: 100%;
    margin: auto;
    min-width: 120rem;
}
.content{
    box-sizing: border-box;
    width: 120rem;
    margin: auto;
    position: relative;
}
.hidden{
    display: none;
}

@media (max-width:980px){
    .main{
        min-width: unset;
        padding: unset;
    }
    .content{
        width: 100%;
        padding: 0 1.6rem;
    }
}
/*learnMore*/
.learn_mode_placeholder{
    width: 100%;
    height: 4rem;
}
.learn_more{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.learn_more_shadow{
    height: 6rem;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.80) 40%, #FFFFFF 76%);
}
.learn_more_description{
    height: 3.3rem;
    font-size: 1.6rem;
    text-align: center;
    color: var(--theme-color);
    background: #FFFFFF;
}
.learn_more_icon{
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.3rem 0.2rem;
    transform: rotate(45deg);
}


/*nav*/
.nav{
    width: 100%;
    height: 3.6rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;

}
.nav a,.nav a:visited{
    text-decoration: none;
    color: #333333;
}

.nav span{
    color: #999999;
    line-height: 2.2rem;
}

.nav_article{
    width: 100%;
    height: 3.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
}
.nav_article a,.nav_article a:visited{
    text-decoration: none;
    color: #333333;
}
.nav_article span{
    color: #999999;
    line-height: 2.2rem;
}

@media (max-width:980px){
    .nav{
        display: none;
    }
    .nav_article{
        font-size: 1.4rem;
        height: unset;
        padding: 6.2rem 0 0 0;
    }
}


/*name_card*/
.name_card{
    width: 100%;
    background: var(--name-card-bg);
    border-radius: 0.8rem;
    margin-top: 3.5rem;
    padding: 3rem;
    box-sizing: border-box;
}
.name_card_name{
    font-size: 3.6rem;
}
.name_card_names{
    margin-top: 2.5rem;
    font-size: 1.6rem;
    color: #999999;
    line-height: 2.1rem;
}
.name_card_names span{
    font-size: 1.8rem;
    color: #333333;
}
.name_la{
    margin-top: 1.6rem;
}
.name_general{
    margin-left: 5rem;
    color: #999999;
}
.name_general span{
    color: var(--theme-color);
}
.name_card_mobile{
    width: 100%;
    margin-top: 1.5rem;
    background: white;
    display: none;
}
.name_card_name_mobile{
    font-size: 1.5rem;
    color: #999999;
}
.name_card_name_mobile span{
    color: #333333;
    font-size: 2rem;
    font-weight: 600;
}
.name_card_name_item_mobile{
    margin-top: 0.6rem;
    font-size: 1.4rem;
    color: #999999;
    line-height: 2rem;
}
.name_card_name_item_mobile div, .name_card_name_item_mobile span{
    color: #333333;
    font-weight: 500;
    font-size: 1.5rem;
}
.name_card_name_item_mobile .genus_name{
    color: var(--theme-color);
    font-style: italic;
}

@media (max-width:980px){
    .name_card{
        display: none;
    }
    .name_card_mobile{
        display: block;
    }
}


/*name_card_parent*/
.name_card_parent{
    width: 100%;
    margin-top: 3.5rem;
}
.name_card_name_parent{
    font-size: 3.6rem;
}
.name_la_parent{
    margin-top: 1.6rem;
    color: #999999;
    font-size: 1.6rem;
}
.name_la_parent span{
    font-style: italic;
    margin-left: 0.4rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
}
@media (max-width:980px){
    .name_card_parent{
        margin-top: 1.2rem;
        box-sizing: border-box;
        display: none;
    }
    .name_card_name_parent{
        font-size: 1.8rem;
    }
}


/*name_detail*/
.name_detail{
    border-top: solid 1px #E6E9EB;
    padding: 3rem 0 0 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
/*detail_content*/
.detail_content{
    width: 78rem;
}
@media (max-width:980px){
    .name_detail{
        border: unset;
        padding: 0;
        margin-top: 0;
    }
    .detail_content{
        width: 100%;
    }
}
/*nav*/
.detail_content_nav{
    background: #F7F9FC;
    border-radius: 0.8rem;
    padding: 2rem;
    box-sizing: border-box;
}
.detail_content_nav_title{
    font-size: 2.4rem;
}
.detail_content_nav_list{
    margin-top: 1.5rem;
}
.detail_content_nav_list a{
    font-size: 1.6rem;
    color: var(--theme-color);
    padding: 0 2rem;
    border-left: solid 1px #B8C5D9;
    text-decoration: unset;
}
.detail_content_nav_list a:first-child{
    border: 0;
    padding-left: 0;
}
.detail_content_field{
    margin-top: 4rem;
}
.field_title{
    display: flex;
    align-items: center;
}
.field_icon{
    width: 2.5rem;
    height: 2.5rem;
}
.field_arrow_icon{
    width: 1.6rem;
    height: 1.6rem;
    display: none;
}
.field_title_text{
    font-size: 2.4rem;
    flex: 1;
    margin: 0 1rem;
}
.field_value{
    margin-top: 2rem;
}
.field_value_description{
    font-size: 1.5rem;
}
.field_anchor_point{
    position: absolute;
    margin-top: -90px;
}

.cover_mobile{
    width: 100%;
    height: 34.3rem;
    object-fit: cover;
    border-radius: 0.8rem;
    display: none;
    margin-top: 2rem;
}

@media (max-width:980px){
    .detail_content_nav{
        display: none;
    }
    .detail_content_field{
        margin-top: 2.5rem;
    }
    .cover_mobile{
        display: block;
    }
    .field_icon{
        width: 2rem;
        height: 2rem;
    }
    .field_title_text{
        font-size: 1.8rem;
        margin: 0 0.8rem;
        line-height: 2rem;
    }
    .field_value{
        margin-top: 1.5rem;
    }
    .field_arrow_icon{
        display: block;
    }
}
/*gird*/
.gird_item_title{
    margin-top: 2rem;
    padding-left: 0.7rem;
    border-left: 3px solid var(--border-left);
    font-size: 2rem;
}

.gird_item{
    display: flex;
    box-sizing: border-box;
    padding: 2rem;
    align-items: center;
    font-size: 1.4rem;
    border-radius: 0.8rem;
}

.field_value_gird .gird_item:nth-child(2n+1){
    background: #F7F9FC;
}
.gird_item_label{
    width: 19.2rem;
}
.gird_item_content{
    flex: 1;
    color: #333333;
    font-weight: bold;
    font-size: 1.4rem;
}
.gird_item_colors{
    flex: 1;
    float: left;
    color: #333333;
    font-size: 1.2rem;
}
.gird_item_img{
    flex: 1;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.7rem;
}

.gird_item_more{
    float: right;
    height: 2.2rem;
    font-size: 1.4rem;
    color: var(--theme-color);
    letter-spacing: 0;
    line-height: 2.2rem;
    font-weight: bold;
    cursor: pointer;
}
.gird_item_more span{
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.2rem 0;
    transform: rotate(45deg);
}
.gird_item_more_mobile{
    display: none;
}

.gird_item_color{
    float: left;
    margin: 0 0.6rem 0.6rem 0;
    padding: 0.6rem;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E6E9EB;
    border-radius: 0.4rem;
    align-items: center;
}
.color{
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    margin-right: 0.6rem;
}
.color_comment{
    flex: 1;
}
.white_color{
    border: 1px solid #E6E9EB;
    background: #FFFFFF;
}
.yellow_color{
    border: 1px solid #FFE900;
    background: #FFE900;
}

.red_color{
    background: #F0666F;
    border: 1px solid #F0666F;
}

.purple_color{
    background: #AC49A3;
    border: 1px solid #AC49A3;
}

.orange_color{
    background: #FF8600;
    border: 1px solid #FF8600;
}

.pink_color{
    background: #FF888C;
    border: 1px solid #FF888C;
}

.gold_color{
    background: #FBBB00;
    border: 1px solid #FBBB00;
}

.green_color{
    background: #5BC59B;
    border: 1px solid #5BC59B;
}

.variegated_color{
    background-image: conic-gradient(#FF8600 0%, #F8CD00 31%, #A1D66F 51%, #AC49A3 74%, #FF3139 100%);
}

.black_color{
    background: #333333;
    border: 1px solid #333333;
}

.cream_color{
    background: #FAFFF0;
    border: 1px solid #ACBF86;
}
.brown_color{
    background: #A36215;
    border: 1px solid #A36215;
}
.gray_color{
    background: #AAAAAA;
    border: 1px solid #AAAAAA;
}
.grey_color{
    background: #AAAAAA;
    border: 1px solid #AAAAAA;
}
.blue_color{
    background: #66BFF0;
    border: 1px solid #66BFF0;
}
.cyan_color{
    background: #54EBD6;
    border: 1px solid #54EBD6;
}
.bronze_color{
    background: #DA8444;
    border: 1px solid #DA8444;
}
.silver_color{
    background: #E6E9EB;
    border: 1px solid #E6E9EB;
}



.field_value_warning{
    font-size: 1.4rem;
}
.field_value_warning span{
    color: #333333;
    font-weight: 700;
}

@media (max-width:980px){
    .gird_item_label{
        flex: 1;
    }
    .gird_item{
        padding: 1.6rem;
    }
    .field_value_warning{
        display: none;
    }
    .gird_item_more_mobile{
        display: unset;
    }
    .gird_item_more_web{
        display: none;
    }
}

/*mobile download*/
.download_mobile{
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.8rem;
    display: none;
}
@media (max-width:980px){
    .download_mobile{
        display: block;
    }
}


/*FAQ*/
.field_value_faq_item{
    margin-top: 2rem;
}
.field_value_faq_q{
    border: 1px solid #E6E9EB;
    border-radius: 0.8rem;
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.field_value_faq_q_text{
    font-size: 1.6rem;
    line-height: 1.9rem;
    flex: 1;
    font-weight: normal;
}
.field_value_faq_q_icon{
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(90deg);
}

.field_value_faq_a{
    margin-top: 2rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
    position: relative;

}
.field_value_faq_a_text{
    font-size: 1.5rem;
}
@media (max-width:980px){
    .field_value_faq_q{
        padding: 1.6rem;
    }
}

/*Section*/
.field_section{
    background: #F7F9FC;
    border-radius: 0.8rem;
    padding: 2rem;
    margin-top: 1.5rem;
}
.detail_content_field .field_section:first-child{
    margin-top: 2rem;
}
.field_section_title_level1{
    padding-left: 0.7rem;
    border-left: 3px solid var(--border-left);
    font-size: 2rem;
}
.field_section_title_level2{
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.field_section_img{
    width: 10rem;
    height: 10rem;
    margin-top: 1rem;
    object-fit: cover;
}
.video_title{
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #333333;
}
.voice_audio{
    margin-top: 1rem;
    width: 45rem;
}
.field_section_text{
    margin-top: 1rem;
    font-size: 1.5rem;
}

@media (max-width:980px){
    .field_section{
        padding: 1.5rem;
        margin-top: 1rem;
    }
    .detail_content_field .field_section:first-child{
        margin-top: 1.5rem;
    }
    .field_section_title_level1{
        font-size: 1.7rem;
    }
    .field_section_title_level2{
        margin-top: 1.4rem;
    }
    .field_section_text{
        margin-top: 0.7rem;
    }
    .field_section div:nth-child(2){
        margin-top: 1.5rem;
    }
    .voice_audio{
        width: 100%;
    }

}

/*identify*/
.identify_part_tag{
    padding-left: 3.5rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: var(--theme-color);
    margin-top: 1.6rem;
    cursor: pointer;
    display: block;
}
.identify_part_tag:visited{
    color: var(--theme-color);
}
@media (max-width:980px){
    .identify_part_tag{
        padding-left: 1rem;
        margin-top: 1.6rem;
    }
}

/*similar_species*/
.similar_species_wrap{
    margin: 4rem 0 0 0;
    width: 100%;
    display: block;
}
.similar_species_wrap_mobile{
    display: none;
}
.similar_species{
    display: flex;
    flex-wrap: wrap;
}
.similar_species_item{
    width: 27.7rem;
    height: 30.4rem;
    border-radius: 1.2rem;
    box-shadow: 0rem 0.5rem 2.2rem 0rem rgba(184, 204, 199, 0.25);
    margin: 0 2rem 2rem 0;
    cursor: pointer;
}
.similar_species_item:nth-child(4n){
    margin: 0 0 2rem 0;
}

.similar_species_item_cover{
    border-radius: 1.2rem 1.2rem 0 0;
    width: 27.7rem;
    height: 22rem;
    object-fit: cover;
}
.similar_species_item_name{
    width: 27.7rem;
    height: 8.4rem;
    box-sizing: border-box;
    padding: 1.5rem;
}
.similar_species_item_common_name{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    height: 2.6rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.similar_species_item_latin_name{
    font-style: italic;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    height: 2.6rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

@media (max-width:980px){
    .similar_species_wrap{
        display: none;
    }
    .similar_species_wrap_mobile{
        display: block;
    }
    .similar_species{
        justify-content: space-between;
    }
    .similar_species_item{
        width:16.4rem;
        height: 17.4rem;
        border-radius: 1rem;
        box-shadow: 0px 5px 22px rgba(192, 204, 201, 0.25);
        margin: 0 0 1.5rem 0;
    }
    .similar_species_item:nth-child(4n){
        margin-bottom: 1.5rem;
    }

    .similar_species_item_cover{
        border-radius: 1rem 1rem 0 0;
        width:16.4rem;
        height: 12rem;
        object-fit: cover;
    }
    .similar_species_item_name{
        width:16.4rem;
        height: 5.4rem;
        box-sizing: border-box;
        padding: 0.8rem;
    }
    .similar_species_item_common_name{
        font-size: 1.4rem;
        line-height: 1.8rem;
        height: 1.8rem;
    }
    .similar_species_item_latin_name{
        font-size: 1.2rem;
        line-height: 1.6rem;
        height: 1.6rem;
    }
}
/*species_list*/
.field_string_species_list{
}
.field_string_species_item{
    margin-top: 2.5rem;
    font-size: 1.6rem;
    cursor: pointer;
}
.field_string_species_text{
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.field_string_species_img{
    position: absolute;
    display: none;
    width: 15rem;
    height: 15rem;
    top: -13rem;
    right: -16rem;
    object-fit: cover;
    border-radius: 0.8rem;
}
.field_string_species_text:hover{
    text-decoration: underline;
}
.field_string_species_text:visited{
    color: var(--theme-color);
}

.field_string_species_text:hover .field_string_species_img{
    display: block;
}
.field_string_species_item_btn{
    background-image: var(--species-learn-more-btn);
    border-radius: 1.8rem;
    text-align: center;
    padding: 0.9rem 1.8rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
}
/*similar_wrap*/
.similar_wrap{
    width: 100%;
    margin-top: 3.6rem;
}
.similar_wrap_item{
    width: 100%;
    margin-top: 4rem;
}
.similar_wrap_item:first-child{
    margin-top: 0;
}
.similar_wrap_item_title{
    height: 4rem;
}
.similar_wrap_item_text{
    background: #F7DFE3;
    border-radius: 1.6rem 0.2rem;
    padding: 1rem 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #F22447;
}
.similar_item_content{
    width: 100%;
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.similar_item_content_species{
    width: 55rem;
}
.similar_species_name{
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #333333;
}
.similar_species_cover{
    margin-top: 2rem;
    border-radius: 2.4rem;
    width: 55rem;
    height: 35rem;
    object-fit: cover;
}
.similar_species_description{
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #666666;
}



.mobile-tabs{
    margin-top: 2rem;
    width: 100%;
    height: 3.2rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: hidden;
    display: none;
    padding-right: 1.6rem;
    margin-right: -1.6rem;
}

.tab{
    border-radius: 1.8rem;
    padding: 0.7rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background: #F5F5F5;
    color: #666666;
    margin-right: 1.2rem;
    white-space: nowrap;
}
.tab-click{
    background: var(--theme-color);
    color: #FFFFFF;
}
.mobile-tabs::-webkit-scrollbar{
    background-color: transparent;
    display: none;
    width: 0;
}

@media (max-width:980px){
    .mobile-tabs{
        display: flex;
    }
   .similar_wrap_item_title{
       display: none;
   }
   .similar_wrap_item:nth-child(n+2){
       display: none;
   }
   .similar_item_content_species{
       width: 100%;
   }
   .similar_species_name{
       font-weight: 600;
       font-size: 1.6rem;
       line-height: 1.9rem;
   }
   .similar_species_cover{
       margin-top: 1rem;
       border-radius: 1rem;
       width: 34.3rem;
       height: 22rem;
   }
   .similar_item_content_species:nth-child(2){
       margin-top: 2.4rem;
   }
}


/*filed_value_gird*/
.field_string_gird{
    box-sizing: border-box;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E9EB;
}
.field_string_gird_click{
    cursor: pointer;
}

.detail_content_field .field_string_gird:first-child{
    margin-top: 2rem;
}
.field_string_gird_icon{
    width: 2.5rem;
    height: 2.5rem;
}
.field_string_gird_content{
    flex: 1;
    margin: 0 0.8rem;
}
.field_string_gird_content_title{
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.field_string_gird_content_text{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #999999;
    word-break: break-word;
}

/*related topic*/
.related_topic{
    margin: 4rem 0 0 0;
    width: 100%;
    display: block;
}

.topics{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.topic_item{
    width: calc(25% - 3rem);
    height: 30.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.5rem 2.2rem 0rem rgba(192,204,201,0.25);
    border-radius: 1.2rem;
    margin: 0 3rem 3rem 0;
    cursor: pointer;
    text-decoration: none;
}
.topic_item_cover{
    display: block;
    border-radius: 1.2rem 1.2rem 0 0;
    object-fit: cover;
    width: 100%;
    height: 22rem;
}
.topic_item_content{
    padding: 1.5rem;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 1.8rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 2.6rem;
    font-weight: 500;
}
.topic_item:hover{
    text-decoration: underline;
}
.topics .topic_item:nth-child(4n){
    margin-right: 0;
}

@media (max-width:980px){
    .related_topic{
        margin: 2.5rem 0 1.5rem 0;
    }
    .topics{
        margin: 0;
    }
    .topic_item{
        width: 100%;
        margin: 1.5rem 0 0 0;
        height: 24.8rem;
    }
    .topic_item_content{
        padding: 1rem;
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .topic_item_cover{
        height: 18rem;
    }
}



/*detail_description*/
.detail_description{
    width: 36rem;
}
.detail_description_img{
    position: relative;
    width: 100%;
    height: 36rem;
}
.detail_description_main_img{
    width: 100%;
    height: 36rem;
    border-radius: 1.5rem;
    object-fit: cover;
    cursor: pointer;
}
.detail_description_icon{
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: 1.9rem;
    right: 2.2rem;
    display: none;
}
.detail_description_main_img:hover + .detail_description_icon{
    display: block;
}

.detail_description_main_img_zoom{
    width: 66rem;
    height: 46rem;
    position: absolute;
    top: -9rem;
    left: -15rem;
    border-radius: 1.5rem;
    object-fit: cover;
    display: none;
    cursor: pointer;
}
@media (max-width:980px){
    .detail_description{
        width: 100%;
    }
    .detail_description_img{
        display: none;
    }
}

/*toxonomy*/
.taxonomy{
    margin-top: 3.5rem;
}
.taxonomy_header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.taxonomy_icon{
    width: 2.5rem;
    height: 2.5rem;
}
.taxonomy_title{
    font-size: 2.4rem;
    margin: 0 1rem;;
    white-space: nowrap;
}
.taxonomy_gird{
    margin-top: 2rem;
}
.taxonomy_gird .gird_item:nth-child(2n+1){
    background: #F7F9FC;
}
.taxonomy_gird .gird_item:nth-child(even):nth-last-child(1){
    box-shadow: 0 1px 0 0 rgba(230,233,235,1);
}

.gird_item_text{
    flex: 1;
    color: #333333;
    font-style: italic;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: SFProText-Medium,helvetica;
    cursor: pointer;
}

.taxonomy_gird .gird_item:nth-child(n+5) .gird_item_text{
    color: var(--theme-color);
}

@media (max-width:980px){
    .taxonomy{
        margin-top: 2.5rem;
    }
    .taxonomy_header{
        justify-content: unset;
    }
    .taxonomy_icon{
        width: 2rem;
        height: 2rem;
    }
    .taxonomy_title{
        font-size: 1.8rem;
        margin: 0 0.8rem;
        flex: 1;
    }
}

/*download*/
.download{
    margin-top: 6rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 2.2rem 0 rgba(192,204,201,0.25);
    border-radius: 0.8rem;
}
.download_product_img{
    height: 4rem;
    width: 21rem;
}
.download_product_description{
    margin-top: 3rem;
    font-family: SFProText-Semibold;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333333;
}

.download_product_type_main{
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}
.download_product_type_qr_code{
    width: 12rem;
    height: 12rem;
}
.download_product_types{
    width: 15.6rem;
    margin-left: 2.4rem;
}
.download_product_types .download_product_type:first-child{
    margin-bottom: 1.5rem;
}
.download_product_type{
    cursor: pointer;
    width: 15.6rem;
    height: 5.2rem;
}

.download_product_type_qr_code_comment{
    margin-top: 1.5rem;
    font-size: 1.4rem;
    word-break: break-word;
    width: 12rem;
    color: #333333;
}
@media (max-width:980px){
    .download{
        display: none;
    }
}


/*plant_care*/

/*plant_detail_content*/
.plant_care_detail_content{
    width: 73.4rem;
}

.plant_care_detail_content_item{
    box-sizing: border-box;
    margin-top: 4rem;
}
.plant_care_cover{
    margin-top: 1rem;
    width: 100%;
    border-radius: 1rem;
    height: 20rem;
    object-fit: cover;
    display: none;
}

.plant_care_detail_content_item_title{
    display: inline-block;
    padding: 0.8rem 2rem;
    text-align: left;
    background: var(--theme-color);
    border-radius: 0.6rem 2rem 2rem 0.6rem;
    color: #FFFFFF;
    font-size: 2rem;
}
.plant_care_detail_content_item_title_level{
    font-size: 2rem;
    margin-top: 2rem;
}
.plant_care_detail_content_item_value{
    font-size: 1.6rem;
    color: #333333;
    margin-top: 2rem;
}
.plant_care_detail_content_item_value a{
    color: var(--theme-color);
}
.plant_care_detail_content_item_value_img{
    width: 100%;
    height: 50rem;
    object-fit: cover;
    border-radius: 2rem;
}
.plant_care_detail_content_item_value div{
    margin-bottom: 1rem;
}
.plant_care_detail_content_item_value div:last-child{
    margin-bottom: 0;
}


@media (max-width:980px){
    .plant_care_cover{
        display: block;
    }
    .plant_care_detail_content{
        width: 100%;
        margin-top: 1rem;
    }
    .plant_care_detail_content_item{
        margin-top: 2rem;
    }
    .plant_care_detail_content_item_title{
        padding: 0.8rem 1.2rem;
        font-size: 1.6rem;
    }
    .plant_care_detail_content_item_title_level{
        margin-top: 1.5rem;
        font-size: 1.8rem;
    }
    .plant_care_detail_content_item_value{
        margin-top: 1.5rem;
    }
    .plant_care_detail_content_item_value_img{
        height: 20rem;
        border-radius: 1rem;
    }
}
.plant_care_detail_content .plant_care_detail_content_item:first-child{
    margin-top: 0;
}
.plant_care_detail_content .plant_care_detail_content_item:first-child .plant_care_detail_content_item_value:first-child{
    margin-top: 0;
}


/*plant_detail_img*/
.plant_care_description{
    width: 40rem;
}
.plant_care_description_img{
    position: relative;
    width: 100%;
    height: 30rem;
}
.plant_care_description_main_img{
    width: 100%;
    height: 30rem;
    border-radius: 1.5rem;
    object-fit: cover;
    cursor: pointer;
}
.plant_care_description_icon{
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: 1.9rem;
    right: 2.2rem;
    display: none;
}
.plant_care_description_main_img:hover + .plant_care_description_icon{
    display: block;
}

.plant_care_description_main_img_zoom{
    width: 66rem;
    height: 46rem;
    position: absolute;
    top: -9rem;
    left: -15rem;
    border-radius: 1.5rem;
    object-fit: cover;
    display: none;
}

@media (max-width:980px){
    .plant_care_description{
        display: none;
    }
}

/*foot*/
.foot-fix{
    display: none;
}

.iframe_foot{
    margin-top: 1.5rem;
    border: 0;
    width: calc(100vw - 2rem);
    height: 41rem;
    margin-bottom: -1rem;
}

@media (max-width:980px){
    .iframe_foot{
        height: 600px;
        width: 100vw;
    }
    .foot-fix{
        position: fixed;
        bottom: -1px;
        width: 100%;
        z-index: 1001;
        display: block;
    }
    .foot-fix &gt; .download-wrap {
        display: flex;
        padding: 1.6rem;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        background: var(--foot-bg);
    }
    .foot-download{
        height: 4.3rem;
    }
    .foot-btn{
        background-image: var(--foot-btn-bg);
        box-shadow: var(--foot-btn-shadow);
        border-radius: 1.8rem;
        text-align: center;
        padding: 0.9rem 1.8rem;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 500;
        text-decoration: none;
    }
}

/*popup*/
.popup_all{
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup_all_content{
    width: 90rem;
    height: 70rem;
    background: #FFFFFF;
    box-shadow: 0 0.4rem 1.3rem 0 rgba(41,48,51,0.08);
    border-radius: 0.8rem;
    padding: 1.6rem;
    box-sizing: border-box;
}
.popup_all_content_item{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.popup_all_content_item_close_icon{
    float: right;
    width: 1.2rem;
    height: 1.2rem;
}
.popup_all_content_item_pt_icon{
    margin-top: 1.2rem;
    width: 14.8rem;
    height: 14.8rem;
}
.popup_all_content_item_title{
    font-size: 3.2rem;
    margin-top: 2rem;
}
.popup_all_content_item_description{
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 2.5rem;
    width: 54.7rem;
}

.popup_all_content_item_download{
    margin-top: 6.1rem;
    width: 32.6rem;
    height: 13.6rem;
    display: flex;
    justify-content: space-between;
    justify-items: center;
}
.popup_all_content_item_cover{
    width: 13.6rem;
    height: 13.6rem;
}
.popup_all_content_item_types{
    width: 17.4rem;
    height: 13.6rem;
}
.popup_all_content_item_types img{
    width: 17.4rem;
    height: 5.8rem;
}

.popup_all_content_item_types img:first-child{
    margin-bottom: 2rem;
}
.popup_all_content_item_comment{
    margin-top: 2.2rem;
    font-size: 1.6rem;
}

/*theme*/

.theme_text_color{
    color: var(--theme-color);
}
</pre></body></html>