.vip .content {
    padding-top: 0;
}

.content-bd {
    padding: 0;
}
.grp-userinfo {
    position: relative;
    float: left;
    display: inline;
    padding: 17px 0 0 21px;
    width: 373px;
    height: 116px;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.vip-userinfo-avatar {
    position: relative;
    float: left;
    display: inline;
    margin-right: 19px;
    width: 78px;
    height: 78px;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #EBEBEB;

    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    overflow: hidden;
}

.vip-userinfo-bd {
    position: relative;
    float: left;
    display: inline;
}

.vip-userinfo-bd span {
    float: left;
    display: inline;
}

.vip-userinfo-username {
    margin-right: 8px;
    font-size: 17px;
    line-height: 20px;
    height: 20px;
}

.vip-certification {
    width: 20px;
    height: 20px;
}

.vip-certification-light {
    background: url("images/certification_light.png") transparent no-repeat;
}

.vip-certification-dark {
    background: url("images/certification_dark.png") transparent no-repeat;
}

.vip-userinfo-company {
    margin-top: 9px;
}

/*==============================================================
 *
 * .grp-balance
 *
 */

.grp-balance {
    position: relative;
    float: left;
    display: inline;
    padding: 17px 0 0 18px;
    width: 220px;
    height: 116px;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.grp-balance h3,
.grp-point h3,
.mall-order-notice-bd h3,
.mall-message-notice-bd h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
}

.vip-userinfo-balance,
.vip-userinfo-point {
    display: block;
    margin-bottom: 21px;
    height: 27px;
    line-height: 27px;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 27px;
}

/*==============================================================
 *
 * .grp-point
 *
 */

.grp-point {
    position: relative;
    float: left;
    display: inline;
    padding: 17px 22px 0 0;
    width: 378px;
    height: 116px;
    border-bottom: 1px solid #EBEBEB;
    text-align: right;
}

/*==============================================================
 *
 * .grp-order-notice
 *
 */

.grp-order-notice {
    float: left;
    display: inline;
    padding: 20px 0 20px 20px;
    width: 1014px;
}

.current-date {
    float: left;
    display: inline;
    padding-top: 19px;
    width: 118px;
    height: 70px;
    border-right: 1px solid #EBEBEB;
}

.current-date span {
    display: block;
}

.current-date-year-month,
.current-date-day-of-week {
    color: #B1B1B1;
}

.current-date-day {
    color: #666;
    font-size: 24px;
}

.mall-order-notice {
    position: relative;
    float: left;
    display: inline;
    padding-top: 19px;
    padding-left: 27px;
    width: 228px;
    height: 70px;
    border-right: 1px solid #EBEBEB;
}

.mall-order-notice-bd,
.mall-message-notice-bd {
    float: left;
    display: inline;
}

.mall-order-notice-bd h3,
.mall-message-notice-bd h3 {
    margin-bottom: 10px;
}

.mall-order-notice-item,
.mall-message-notice-item {
    display: block;
    color: #808080;
    width: 130px;
}

.mall-order-notice-item:hover,
.mall-message-notice-item:hover {
    color: #F50;
    text-decoration: none;
}

.mall-order-notice-item .quantity,
.mall-message-notice-item .quantity {
    color: #F50;
    font-size: 14px;
}

.mall-message-notice {
    position: relative;
    float: left;
    display: inline;
    padding-top: 19px;
    padding-left: 27px;
    width: 211px;
    height: 70px;
    border-right: 1px solid #EBEBEB;
}

/*==============================================================
 *
 * .grp-nearest-order-notice
 *
 */

.grp-nearest-order-notice {
    position: relative;
    float: left;
    display: inline;
    width: 1034px;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    z-index: 10;
}

.grp-nearest-order-notice h3 {
    width: 125px;
    height: 34px;
    line-height: 34px;
    background: #D7D7D7;
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
}

.grp-nearest-order-notice.active {
    height: 491px;
    border-color: #3a83e8;
}

.grp-nearest-order-notice.active h3 {
    background: #3a83e8;
    color: #fff;
}

.tb-nearset-order-notice-have-order {
    table-layout: fixed;
}

.tb-nearset-order-notice-have-order th {
    height: 46px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 46px;
    color: #666;
    font-weight: normal;
    text-align: left;
}

.tb-nearset-order-notice-have-order td {
    height: 40px;
    padding: 0 0 0 15px;
    border-bottom: 1px dashed #ebebeb;
    color: #666;
}

.tb-nearset-order-notice-have-order td .name {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.tb-nearset-order-notice-have-order td .name .top span {
    margin: 0 0 0 10px;
    color: #999;
}

.tb-nearset-order-notice-have-order td .name .top span b {
    margin: 0 2px;
    color: #f00;
    font-weight: normal;
}

.tb-nearset-order-notice-have-order td .name .top .icon_arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 5px;
    background: url(images/zg_icon.png) no-repeat -177px -44px;
    overflow: hidden;
}

.tb-nearset-order-notice-have-order td .name .total {
    position: relative;
    z-index: 10;
}

.tb-nearset-order-notice-have-order td .name .total h4 {
    position: absolute;
    top: -20px;
    left: 0;
    width: 460px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #eae9e9;
    border-bottom: 0;
    background: #fff;
    font-size: 12px;
}

.tb-nearset-order-notice-have-order td .name .total h4 .top {
    display: block;
    height: 29px;
    border-bottom: 1px solid #eae9e9;
    line-height: 29px;
}

.tb-nearset-order-notice-have-order td .name .total h4 .top span {
    margin: 0 0 0 10px;
    color: #999;
}

.tb-nearset-order-notice-have-order td .name .total h4 .top span b {
    margin: 0 2px;
    color: #f00;
    font-weight: normal;
}

.tb-nearset-order-notice-have-order td .name .total .list {
    position: absolute;
    top: 11px;
    left: 0;
    width: 490px;
    padding: 5px 0;
    border: 1px solid #eae9e9;
    border-top: 0;
    background: #fff;
}

.tb-nearset-order-notice-have-order td .name .total .list li {
    height: 24px;
    padding: 0 15px;
    line-height: 24px;
    color: #999;
}

.tb-nearset-order-notice-have-order td .name .total .list li span {
    margin: 0 10px 0 0;
}

.tb-nearset-order-notice-have-not {
    width: 1034px;
    margin-bottom: 90px;
}

.tb-nearset-order-notice-have-not td {
    text-align: center;
    color: #777;
    font-size: 17px;
}

/*==============================================================
 *
 * .grp-help-center
 *
 */

.grp-help-center {
    position: relative;
    float: left;
    display: inline;
    padding: 12px 0 30px 19px;
    width: 472px;
    border-right: 1px solid #EBEBEB;
}

.grp-help-center h3 {
    color: #4D4D4D;
    font-size: 14px;
}

.grp-help-center ul {
    float: left;
    display: inline;
    width: 194px;
    margin: 0 21px;
}

.grp-help-center ul li {
    display: block;
    height: 24px;
    line-height: 24px;
}

.grp-help-center ul li i {
    font-style: normal;
    color: #C2C2C2;
    margin-right: 11px;
}

.grp-help-center ul li a {
    color: #646464;
}

/*==============================================================
 *
 * .grp-special-performance
 *
 */

.grp-special-performance {
    float: left;
    position: relative;
    width: 342px;
    height: 175px;
    overflow: hidden;
}

.spicial-company-bd {
    position: relative;
    margin: 66px auto 0;
    width: 342px;
    height: 90px;
}

.spicial-company-list {
    overflow: hidden;
    width: 9999px;
    height: 90px;
}

.spicial-company-list li {
    float: left;
    display: inline;
    overflow: hidden;
    width: 342px;
    height: 90px;
}

.spicial-company-item {
    display: block;
    padding-left: 62px;
    width: 280px;
    height: 90px;
    color: #666;
    cursor: pointer;
}

.spicial-company-item:hover {
    text-decoration: none;
}

.spicial-company-enter {
    color: #F50;
}

.spicial-company-enter:hover {
    text-decoration: underline;
}

.spicial-company-logo {
    float: left;
    display: inline;
    margin-right: 32px;
    width: 60px;
    text-align: center;
}

.spicial-company-name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.spicial-company-item-bd {
    float: left;
    display: inline;
}

.spicial-company-item-bd h3 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #F50;
    font-weight: 700;
}

.spicial-company-item-bd span {
    display: block;
}

.spicial-company-spec {
    margin-bottom: 15px;
}

.spicial-company-nav {
    position: absolute;
    top: 15px;
    right: 19px;
    z-index: 10;
}

.spicial-company-nav li {
    float: left;
    display: inline;
    width: 5px;
    height: 5px;
    margin-left: 7px;
    overflow: visible;
    cursor: pointer;
    background: url("images/spicial_company_nav_dark.png") transparent no-repeat;
}

.spicial-company-nav li.first {
    margin-left: 0;
}

.spicial-company-nav li.selected {
    background: url("images/spicial_company_nav_light.png") transparent no-repeat;
}

/*==============================================================
 *
 * .icon
 *
 */

.icon-info {
    display: inline-block;
    float: left;
    margin-right: 24px;
    width: 44px;
    height: 44px;
    background: url("images/info.png") transparent no-repeat;
}

.icon-message {
    display: inline-block;
    float: left;
    margin-right: 24px;
    width: 49px;
    height: 45px;
    background: url("images/message.png") transparent no-repeat;
}

.icon-have-not-list {
    display: block;
    margin: 0 auto 20px;
    width: 130px;
    height: 130px;
    background: url("images/have_not.png") transparent no-repeat;
}

.mall-cat-white {
    position: relative;
    float: left;
    display: inline;
    padding-left: 27px;
    width: 400px;
    height: 115px;
}

.icon-cat {
    display: inline-block;
    float: left;
    margin-right: 24px;
    width: 84px;
    height: 105px;
    background: url(images/zg_icon1.png) no-repeat -67px 0;
}

.mall-cat-white .text {
    line-height: 30px;
    color: #4d4d4d;
}

.mall-cat-white .text span {
    font-size: 18px;
    color: #f50000;
}


