.mainBox {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1200px;
    height: auto;
}

.mainRow {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}

/* 新菜单 start*/

.menuListBox {
    width: 197px;
    height: auto;
    background-color: #fff;
    position: relative;
}

.menuListBox .menuListItem {
    cursor: pointer;
    width: 100%;
    height: 72.78px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.menuActive {
    border-left: 5px solid #9CC776;
    border-top: 1px solid #9CC776;
    border-bottom: 1px solid #9CC776 !important;
    background-color: #FBFEFA;
}

.menuActive > .menuCont {
    position: relative;
}

.menuActive > .menuCont::before {
    content: '';
    margin-left: -6px;
    width: 8px;
    height: 100%;
    background-color: #FBFEFA;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

.menuListBox .menuListItem > .menuCont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuListBox .menuListItem > .menuCont > span {
    padding-left: 15px;
    width: 80px;
    font-size: 16px;
    color: #616161;
    white-space: nowrap;
}

.menuListBox .menuListItem > .menuCont > img:first-child {
    width: 18px;
    height: auto;
}

.menuListBox .menuListItem > .menuCont > img:last-child {
    width: 18px;
    height: auto;
}

.menuListBox .menuListItem > .menuChildrenBox {
    display: none;
    padding: 0 30px;
    width: 795px;
    height: 436.8px;
    border: 1px solid #9CC776;
    background-color: #FBFEFA;
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.menuListBox .menuListItem > .menuChildrenBox > div {
    width: 100%;
    height: 100%;
}

.menuListBox .menuListItem > .menuChildrenBox > div > span {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: bold;
    color: #56A824;
    font-size: 15px;
    overflow: hidden;
    border-bottom: 1px dotted #EFEFEF;
}

.menuListBox .menuListItem > .menuChildrenBox > div > div {
    display: flex;
    flex-wrap: wrap;
}

.menuListBox .menuListItem > .menuChildrenBox > div > div > a {
    margin-top: 18px;
    padding: 0 20px;
    min-width: 88px;
    font-size: 12px;
    text-align: center;
    color: #6C6C6C;
    border-right: 1px solid #6C6C6C;
    box-sizing: border-box;
    position: relative;
}

.menuListBox .menuListItem > .menuChildrenBox > div > div > a:nth-child(8n) {
    border-right: 0;
}

.menuListBox .menuListItem > .menuChildrenBox > div > div > a:hover {
    color: #65B336;
}

/* end */

.swiperBigBox {
    flex: 1;
    /*padding: 8px;*/
    padding: 7.5px;
    padding-top: 6.8px;
    padding-bottom: 0;
}

.entryBox {
    width: 208px;
    height: 436.8px;
    background-color: #FEFFF6;
    display: flex;
    flex-direction: column;
}

.entryBox > div {
    flex: 1;
}

.entryBox > .entryOpera {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.entryBox > .entryOpera > .headImgBox {
    margin-bottom: 16px;
    width: 57px;
    height: 57px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entryBox > .entryOpera > .headImgBox > img {
    width: 100%;
    height: auto;
}

/* 更新 */
.entryBox > .entryOpera > .span {
    font-size: 14px;
    color: #333;
}

.entryBox > .entryOpera .entryBt {
    display: block;
    margin-bottom: 10px;
    width: 114px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.loginBt {
    background-color: #65B336;
    color: #fff;
}

.rgtBt {
    background-color: #E2E2E2;
    color: #65B336;
}

.entryBox > .entryImgBox {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entryBox > .entryImgBox > img {
    width: 100%;
    height: auto;
}

.hotOrderBox {
    flex: 1;
    margin-right: 10px;
    padding: 0 26px;
    padding-top: 23px;
    background-color: #fff;
}

.hotGoodsBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.hotGoodItem {
    flex: 1;
    padding-bottom: 30px;
}

.hotGoodItem + .hotGoodItem {
    margin-left: 20px;
}

.hotGoodItem > .hotGoodsImgBox {
    width: 100%;
    height: 164px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotGoodItem > .hotGoodsImgBox > img {
    width: 100%;
    height: auto;
}

.hotGoodsInfo > .hgiTitle {
    padding-top: 12px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hotGoodsInfo > .hgiPrice {
    margin-bottom: 12px;
    line-height: 22px;
    border: 1px solid #65B336;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.hotGoodsInfo > .hgiPrice > span {
    flex-shrink: 0;
    width: 54px;
    color: #65B336;
    text-align: center;
}

.hotGoodsInfo > .hgiPrice > b {
    flex: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #65B336;
}

.hotGoodsInfo > .hgiCurrent {
    font-size: 13px;
    color: #929292;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotGoodsInfo > .hgiCurrent > div {
    margin-right: 10px;
}

.hotGoodsInfo > .hgiCurrent > span {
    color: #FF2900;
}

.buyPlayBox {
    flex: 1;
    padding: 26px;
    padding-top: 18px;
    background-color: #fff;
}

.buyPlayCont {
    display: flex;
}

.buyPlayItem {
    flex: 1;
    border: 1px solid #E9F3E8;
    border-radius: 3px;
}

.buyPlayItem + .buyPlayItem {
    margin-left: 10px;
}

.buyPlayItem .bpiTitle {
    padding-left: 18px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #3D9C32;
    font-weight: bold;
    background-color: #E9F3E8;
}

.buyPlayItem .bpiInfo {
    padding-right: 16px;
}

.buyPlayItem .bpiData {
    padding-left: 18px;
    line-height: 43px;
    font-size: 12px;
    color: #7B7B7B;
    border-bottom: 1px dotted #F3F3F3;
}

.buyPlayItem .bpiData > span {
    color: #535353;
}

.recommendBox {
    flex: 1;
}

.recommendBox .titleBox {
    padding-top: 10px;
}

.goodsBox {
    width: 100%;
    display: flex;
}

.goodsItem {
    flex: 1;
    border: 1px solid #E3E3E3;
    background-color: #fff;
}

.goodsItem + .goodsItem {
    margin-left: 10px;
}

.goodsItem .goodsImgBox {
    width: 100%;
    height: 208px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.goodsItem .goodsImgBox > img {
    width: 100%;
    height: auto;
}

.goodsItem .goodsImgBox > div {
    padding-right: 14px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.goodsItem .gbInfo {
    padding: 16px;
}

.goodsItem .gbPrice {
    margin-bottom: 12px;
    font-size: 16px;
    color: #FF6600;
}

.goodsItem .gbTitle {
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.goodsItem .gbRow {
    margin-bottom: 10px;
    font-size: 12px;
    color: #737373;
    display: flex;
    align-items: center;
}

.goodsItem .jgbRow {
    margin-bottom: 10px;
    font-size: 12px;
    color: #737373;
    display: flex;
    align-items: center;
    height: 32px;
}

.goodsItem .gbRow > .gbRz {
    margin-right: 4px;
    width: 17px;
    height: auto;
    cursor: pointer;
    position: relative;
}

.goodsItem .gbRow > .gbRz > img {
    width: 100%;
    height: auto;
}

.goodsItem .gbRow > .gbRz > div {
    display: none;
    margin-top: 6px;
    padding: 0 4px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    color: #BB7E25;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.goodsItem .gbRemind {
    display: flex;
}

.goodsItem .gbRemind > img {
    margin-right: 4px;
    width: auto;
    height: 14px;
}

.goodsItem .gbRemind > div {
    font-size: 12px;
    color: #B2B2B2;
}

.goodsItem .gbLoginBt {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 26px;
    width: 123px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #64BF2E;
    border: 1px solid #64BF2E;
    border-radius: 50px;
    cursor: pointer;
}

.businessBox {
    flex: 1;
}

.businessBox .titleBox {
    padding-top: 8px;
}

.businessGoodsBox {
    display: flex;
}

.businessTypeBox {
    padding: 0 20px;
    padding-top: 30px;
    width: 148px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.businessTypeBox .gtbTitle {
    margin-bottom: 16px;
    width: 147px;
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

.businessTypeBox .gtbList {
    padding-left: 16px;
}

.businessTypeBox .gtbList > a {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #454545;
    white-space: nowrap;
}

.businessGoodsList {
    flex: 1;
    display: flex;
}

.businessGoodsList .goodsItem + .goodsItem {
    margin-left: 0;
    border-left: none;
}

.businessGoodsList .gbLoginBt {
    margin-top: 14px;
    margin-bottom: 16px;
}

.businessGoodsList .gbInfo {
    padding: 12px 16px;
}

.businessGoodsList .gbPrice {
    margin-bottom: 10px;
}

.businessGoodsList .gbTitle {
    margin-bottom: 8px;
}

.businessGoodsList .gbRow {
    margin-bottom: 8px;
}

.hotBiddingBox {
    flex: 1;
    padding: 0 20px;
    padding-top: 23px;
    background-color: #fff;
}

.biddingBox {
    padding: 0 20px;
    background-color: #F8F8F8;
}

.biddingItem {
    padding: 16px 0;
    border-bottom: 1px solid #EBEBEB;
}

.biddingItem:last-child {
    border: none;
}

.biddingItem > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.biddingItem .bddiTitle {
    white-space: nowrap;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.biddingItem .bddiTitle > span {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #65B336;
    border: 1px solid #65B336;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biddingItem .bddiJoinBt {
    margin-bottom: 10px;
    width: 83px;
    height: 23px;
    font-size: 13px;
    color: #65B336;
    border: 1px solid #65B336;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biddingItem .bddiCount {
    font-size: 14px;
    color: #929292;
}

.biddingItem .bddiCount > span {
    color: #FF8A00;
}

.biddingItem .bddiJoinCount {
    font-size: 14px;
    color: #929292;
    white-space: nowrap;
}

.supportHomeBox {
    padding-top: 8px;
    width: 100%;
}

.swiperSmallBox {
    flex: 1;
    height: 134px;
}

/* 登录 start */
.loginBts {
    display: none;
}

.loginBox {
    display: none;
    margin-left: -214px;
    width: 428px;
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.loginBox .loginLogo {
    margin-bottom: 50px;
    width: 100%;
    height: 60px;
    background-color: #77c166;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginBox .loginLogo > img {
    width: 129px;
    height: auto;
}

.loginBox .loginIpt {
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 0 12px;
    width: 338px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.loginBox .loginIpt > img {
    width: 19px;
    height: auto;
}

.loginBox .loginIpt > div {
    flex: 1;
}

.loginBox .loginIpt > div input {
    border: none;
    background-color: transparent;
}

.loginBox .loginBt {
    margin: 0 auto;
    margin-top: 26px;
    width: 338px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #77c166;
    cursor: pointer;
}

.green05 {
    background-color: rgba(119, 193, 102, 0.5) !important;
}

.loginBox .loginForget {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 30px;
    padding-left: 8px;
    width: 338px;
    font-size: 12px;
    color: #77c166;
    box-sizing: border-box;
}

.loginBox .loginRgt {
    padding-right: 18px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: right;
    background-color: #eef5e9;
}

.loginBox .loginRgt > a {
    margin-left: 6px;
    color: #77c166;
}

.cover {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
/* end */

a {
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}