/* 内页公共部分开始 */

.body {
    padding: 0.3rem 0;
    box-sizing: border-box;
    background: url(../img/body_bg.png);
}

.body .body_page {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 14.7rem;
    width: 100%;
}

.body .body_page .page_top,
.body .body_page .page_bottom {
    width: 100%;
}

.body .body_page .page_center {
    background-image: url(../img/body_cn.png);
    background-size: contain;
    min-height: 5.5rem;
    width: 100%;
}
.body .body_page .page_moble{
    display: none;
    margin-top: 0.2rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
    overflow: hidden;
}
.page_moble .moble_more{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.page_moble .navitem{
    width: calc(100% - 0.25rem);
    height: auto!important;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    display: flex;
}
.page_moble .navitem::-webkit-scrollbar {
    height: 0.05rem;    
    /*height: 4px;*/
}
.page_moble .navitem::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #999;
    background: #999;
}
.page_moble .navitem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);
}
.page_moble .navitem a{
    border: 0.01rem solid #aaa;
    color: #000;
    margin-right: 0.15rem;
    padding: 0.05rem 0.1rem;
    white-space: nowrap;
    font-size: 0.16rem;
    width: auto;
    height: auto;
    margin-bottom: 0.1rem;
}
.page_moble .navitem a.active{
    background: #b4343b;
    border: 0.01rem solid #b4343b;
    color: #fff;
}
.body .body_page .page_pc {
    box-sizing: border-box;
    display: flex;
    gap: 0.2rem;
    height: 100%;
    padding: 0 0.4rem;
    width: 100%;
}

.charmL {
    min-height: 5.6rem;
    position: relative;
    width: 2.5rem;
}

.charmL img {
    bottom: -0.2rem;
    height: 4.2rem;
    left: -0.4rem;
    position: absolute;
    width: 3rem;
}

.charmL .charmL_title {
    align-items: center;
    display: flex;
    gap: 0.1rem;
}

.charmL .charmL_title .charmL_icon {
    align-items: center;
    border: 0.015rem solid #b4343b;
    border-radius: 50%;
    display: flex;
    height: 0.24rem;
    justify-content: center;
    width: 0.24rem;
}

.charmL .charmL_title .charmL_icon div {
    background: #9d2128;
    border: 0.01rem solid #b4343b;
    border-radius: 50%;
    box-sizing: border-box;
    height: 0.16rem;
    width: 0.16rem;
}

.charmL .charmL_title .charmL_txt {
    line-height: 0.29rem;
    color: #b4343b;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 700;
}

.charmL .charmL_list {
    margin-top: 0.3rem;
    position: relative;
    z-index: 10;
}

.charmL .charmL_list a {
    align-items: center;
    border-radius: 0.05rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.1rem;
    padding: 0.18rem 0.2rem;
}

.charmL .charmL_list .list_item {
    align-items: center;
    display: flex;
    gap: 0.1rem;
}

.charmL .charmL_list .list_item .list_item_icon {
    background: #9a6b6e;
    border-radius: 0.01rem;
    height: 0.12rem;
    width: 0.03rem;
}

.charmL .charmL_list .list_item .list_item_title {
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.24rem;
    color: #9a6b6e;
}

.charmL .charmL_list a img {
    height: auto;
    object-fit: contain;
    width: 0.17rem;
    position: initial;
}

.charmL .charmL_list a.active {
    background: #b4343b;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .5);
}

.charmL .charmL_list a.active .list_item .list_item_icon {
    background: #fdf2d6;
}

.charmL .charmL_list a.active .list_item .list_item_title {
    color: #f6f2e9;
}

.charmR {
    flex: 1;
    min-height: 5.6rem;
    overflow: hidden;
}


.charmR_title {
    align-items: center;
    border-bottom: 0.01rem solid #ddd;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 0.24rem;
    margin-bottom: 0.18rem;
    padding-bottom: 0.2rem;
}

.charmR_title .nav_title {
    color: #b4343b;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.24rem;
}

.charmR_title .position {
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    color: #828282;
}

@media (max-width: 990px) {
    .body .body_page .page_pc .charmL{
        display: none;
    }
    .page_moble{
        display: flex !important;
    }
    .page_moble.flex .navitem{
        flex-wrap: wrap;
    }
    .page_moble.flex .moble_more{
        transform: rotate(90deg);
    }
}
@media (max-width: 768px) {
    .body .body_page .page_pc{
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
}
/* 内页公共部分结束 */






