﻿/* CSS Document */
.main{width:100%;height:auto;box-sizing:border-box;margin:0.3rem 0;padding: 0 0.3rem;}
 .catemain   .one_bar {
        display: block;
        font-size: 0.3rem;
        background-color: #fff;
        border-radius: 0.1rem;
        /*line-height:0.9rem;*/
        overflow: hidden;
        height: 0.9rem;
        width: 100%;
        padding: 0 0.2rem;
        margin-bottom: 0.1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.catemain .top_bar{width:100%;height: auto;padding: 0 0.3rem;box-sizing: border-box;}
.catemain .two_bar {
	display:none;
	width:100%;height: auto;
}
.catemain .two_bar .fs_14_333{width:100%;height:auto;line-height:0.6rem;box-sizing: border-box;padding: 0 0.2rem;}
.catemain .two_bar .fs_14_999{width:100%;line-height:0.6rem;box-sizing: border-box;padding: 0 0.2rem;}
.catemain .two_bar li ,.two_bar .one_bar1{background: #e6e6e6;margin-bottom: 0.1rem;line-height: 0.8rem;width: 100%;border-radius: 0.1rem;box-sizing: border-box;padding: 0 0 0 0.2rem;}
.catemain .two_bar li a{color: #000;font-size: 0.3rem;display:block; width:100%}
   .catemain .two_bar li a .icn {
        margin-top: 0.35rem;
        margin-right: 0.2rem;
    }

.main .icn{width: 0.2rem;height: 0.2rem;float: right;display: inline-block;background-image: url("../images/icn-09.png");background-size: contain;background-position: center;background-repeat: no-repeat;transform:rotate(0deg)}
.catemain .currnt-cate .icn{transform:rotate(90deg)}