.topBox {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    z-index: 9;
}

.topNavWrapper {
    width: 100%;
    box-shadow: 0px -1px 0px 0px #f4f4f4 inset;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.topNav {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

.loginBox {
    font-size: 14px;
    text-align: left;
    color: #333333;
    ;
    line-height: 14px;
}

.navBox>a {
    color: #00d323;
    cursor: pointer;
}

.navBox {
    display: flex;
    align-items: center;
}

.order {
    margin-left: 40px;
    cursor: pointer;
}

.order>img {
    margin-left: 4px;
    margin-bottom: 2px;
    width: 10px;
    height: 6px;
}

.navItem {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
}

.divider {
    margin: 0 12px;
    width: 1px;
    height: 12px;
    background: #4e5963;
    border-radius: 1px;
}

.navIcon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.topContentWrapper {
    width: 100%;
}

.topContent {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
}

.topLogo {
    width: 172px;
    height: 56px;
}

.searchBox {
    display: flex;
}

.inputBoxWrapper {}

.inputContainer {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 591px;
    height: 44px;
    background: #ffffff;
    border: 2px solid #00d323;
    border-radius: 28px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.inputBox {
    width: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.inputStyle {
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.inputStyle::placeholder {
    color: #999999;
}

.searchBtton {
    margin-right: 2px;
    width: 90px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    background: #00d323;
    border-radius: 18px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.cartBox>a {
    width: 156px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #00d323;
    background: #ffffff;
    border: 2px solid #00d323;
    border-radius: 28px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.cartBox>a>img {
    margin-right: 9px;
    width: 30px;
    height: 27px;
}

.keyword {
    display: flex;
}

.keyItem {
    margin: 10px 15px 0;
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keyItem>img {
    margin-left: 2px;
    width: 12px;
    height: 14px;
}

.classifyContainer {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.draw {
    padding: 0 30px;
    position: relative;
    width: 260px;
    height: 42px;
    display: flex;
    align-items: center;
    background: #00d323;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
}

.drawTxt {
    font-size: 18px;
    /* font-weight: bold; */
    color: #ffffff;
}

.drawIcon {
    margin-right: 9px;
    width: 20px;
    height: 20px;
}

.classifyArrow {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 8px;
    height: 12px;
}

.topicSpecial {
    margin-left: 40px;
    display: flex;
}

.topicItem {
    display: flex;
    align-items: center;
    margin-right: 59px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.topicItem>img {
    display: none;
}

.hotIcon {
    margin-left: 3px;
    width: 38px;
    height: 16px;
}

.hot {
    color: #f44122;
}

.hot>img {
    display: block;
}

/* 分类drawer */
.categoryNavBoxInner {
    height: 452px;
    display: flex;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 2;
    background: #f3f6f8;
}

.categoryNavListInner {
    width: 260px;
    height: 432px;
    border-radius: 0px 0px 10px 10px;
    overflow-y: auto;
    /*background-color: #fff;*/
}

.cNavInner {
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 30px;
    justify-content: space-between;
    font-size: 14px;
    position: relative;
    /* background-color: #f3f6f8; */
}

.cNavInner::after {
    content: "";
    background: url(../img/icon/arrow-right.png) no-repeat;
    background-size: 8px;
    position: absolute;
    right: 30px;
    width: 8px;
    height: 12px;
}

.cNavInner:hover,
.cNavInner.active {
    color: #1FA74A;
    background-color: #fff;
}

.cNavInner:hover::after,
.cNavInner.active::after {
    background-image: url(../img/icon/arrow-right-green.png);
}

.navCategoryExpandInner {
    position: absolute;
    left: 260px;
    top: 0;
    width: 650px;
    height: 432px;
    background: #ffffff;
    border: 1px solid #00d323;
    border-radius: 0px 0px 10px 10px;
    display: none;
}

.navCategoryExpandListInner {
    padding: 27px 21px;
    min-height: 100%;
    width: 100%;
    display: none;
}

.navCategoryExpandInner.active,
.navCategoryExpandListInner.active {
    display: block;
}

.navCategoryExpandInner .navCategoryHeaderInner {
    display: flex;
    align-items: center;
    height: 15px;
    letter-spacing: 0.7px;
    font-weight: bold;
    margin-bottom: 30px;
}

.navCategoryExpandInner .navCategoryHeaderInner .label {
    width: 18px;
    height: 6px;
    background: #00d323;
    margin-right: 22px;
}

.navCategoryExpandInner .navCategoryChildsInner {
    padding-left: 0;
    overflow-y: auto;
    margin-left: -10px;
}

.navCategoryExpandInner .navCategoryChildsInner .child {
    margin-bottom: 30px;
    font-size: 12px;
    color: #666666;
    margin-left: 48px;
    white-space: nowrap;
    display: inline-block;
}

.navCategoryExpandInner .navCategoryChildsInner .child:hover {
    color: #00d323;
}