@charset 'utf-8';



body {
    background-color: #ffca14;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}

.m_banner {
    height: 308px;
    background: url(http://i.huim.com/zhuanti/20171212/1212bc_pc_top.png) no-repeat center center;
}


.item_nav a {
    float: left;
    display: inline-block;
    width: 224px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-size: 15px;
    color: #ff3131;
    text-align: center;
    font-weight: 700;
}

.item_nav a:hover,
.item_nav a.current {
    color: #fff;
    background-color: #ff3131;
}

.item_nav a i {
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-right: 4px;
    vertical-align: -1px;
    opacity: 0;
}

.item_nav a:hover i,
.item_nav a.current i {
    background: url(http://i.huim.com/zhuanti/20171212/1212_pc_nav.png) no-repeat 0 0;
}

.item_nav a.current i {
    opacity: 1;
}

.jingxuan_content ul {
    width: 1205px;
    padding-top: 8px;
    padding-bottom: 15px;
    overflow: hidden;
}

.jingxuan_content li {
    position: relative;
    float: left;
    width: 220px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.jingxuan_content li a {
    width: 220px;
    display: block;
    background-image: url(about:blank);
    overflow: hidden;
}

.jingxuan_content .date_tiem {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    text-align: center;
    height: 37px;
    padding-top: 3px;
    line-height: 16px;
    font-size: 14px;
    background: #ff4366;
    color: #fff;
}

.jingxuan_content .g_img {
    display: block;
    height: 220px;
    width: 220px;
}

.jingxuan_content .g_img img {
    display: block;
    height: 220px;
    width: 220px;
}

.jingxuan_content .g_title {
    margin: 10px 10px 15px 10px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jingxuan_content .g_price {
    margin: 0 9px;
    color: #ee0a3b;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jingxuan_content .g_title span {
    color: red;
}

.jingxuan_content .g_info {
    margin: 0 10px 14px 10px;
}

.jingxuan_content .price {
    color: #f54e54;
    font-size: 12px;
}

.jingxuan_content .price span {
    font-size: 18px;
    line-height: 100%;
}

.jingxuan_content .number {
    color: #a6a4b2;
}

.common_btn {
    background: #ff3a25;
    width: 200px;
    height: 32px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}



/* 导航 */

.partyon_nav {
    display: none;
    background-color: #8035fb;
}

.partyon_nav .partyon_nav_tit {
    background-color: #663fe1;
}

.partyon_nav li a {
    border-top: 1px solid #6a45de;
}

.partyon_nav li a:hover {
    background-color: #3b267b;
}

.partyon_nav .gotop {
    border-top: 1px solid #6a45de;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
}

.partyon_nav .partyon_nav_tit a {
    font-size: 14px;
}

.app_download {
    background: url(http://i.huim.com/zhuanti/20171212/1212_pc_appdown.png) no-repeat;
    height: 405px;
}

.item_btn_box .item_coupon {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 96px;
    border: 1px dotted #ff3a25;
    color: #ff3a25;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.item_btn_box .item_coupon .quan {
    float: left;
    display: inline-block;
    width: 30px;
    font-size: 13px;
    text-align: center;
    border-right: 1px dotted #ff3a25;
}

.item_btn_box .item_btn {
    float: right;
    margin-right: 10px;
    width: 96px;
    height: 32px;
    line-height: 32px;
    background-color: #ff3a25;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.item_nav a {
    cursor: pointer;
}