.shopping_mail_box {
    width: 1100px;
    margin: 0 auto;
    display: none;
}

/** 账号积分 余额 **/
.account {
    font-size: 16px;
    color: #323232;
    height: 100px;
    background: #F4FCFF;
    padding: 14px 40px 10px 20px;
}

.account .order_see {
    color: #666;
    cursor: pointer;
}

.account .account_right {
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    align-items: center;
    -prefix-box-align-items: center;
    -webkit-box-align-items: center;
    -webkit-align-items: center;
    -moz-box-align-items: center;
    -ms-align-items: center;
}

.account .itemWrapper {
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    flex-direction: row;
    -prefix-box-flex-direction: row;
    -webkit-box-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;

    margin-top: 14px;
}

.itemWrapper .integral {
    margin-right: 60px;
}

.password_no {
    font-size: 24px;
    color: #323232;
    display: inline-block;
    padding-top: 5px;
}

.password_open {
    display: inline-block;
    font-size: 24px;
    color: #DF1515;
    font-weight: bold;
    padding-top: 0;
}

.account_left .title img {
    width: 20px;
    height: 20px;
}

.account_right img {
    margin-right: 6px;
    width: 21px;
    height: 22px;
}

/** 赛选条件 **/
.filter_selection {
    border: 1px solid #C8C7CC;
    padding: 20px 16px 20px 16px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}

.filter_selection .category {
    border-bottom: 2px dashed #E1E1E1;
    padding-bottom: 10px;
}

.category .class_content {
    flex: 1;
}

.filter_selection .class1_content {
    /*margin-bottom: 10px;*/
}
.class1_content .class_item{
    margin-bottom: 10px
}
.class1_content .class_item:hover, .paymethod_content .class_item, .type_list .sort_item{
    cursor: pointer;
}

.filter_selection .class_title {
    width: 90px;
}

.filter_selection .class_item {
    margin-right: 20px;
    padding: 0 10px;
    height: 26px;
}

.filter_selection .active {
    background: #088DE8;
    color: #FFFFFF;
    border-radius: 13px;
    cursor: pointer;
}

.filter_selection .class2_content {
    background: #F0F0F0;
    /*width: 978px;*/
    padding: 10px 10px 0 10px;
    border-radius: 4px;
}

.filter_selection .class2_content .class_item {
    margin-bottom: 16px;
}

.filter_selection .class2_content .class_item:hover {
    color: #088DE8;
    cursor: pointer;
}
.filter_selection .class2_content .active:hover {
    color: #FFFFFF!important;
}

.filter_selection .paymethod {
    margin-top: 10px;
}

/** 排序 **/
.sort_type {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #C8C7CC;
    margin-top: 20px;
}

.sort_type .sort_title {
    width: 100px;
    text-align: center;
    background: #F0F0F0;
    font-weight: bold;
    color: #323232;
}
.sort_type .sort_title_active{
    color: #088DE8;
    font-weight: bold;
}

.type_list {
    padding-left: 21px;
}

.type_list .sort_item {
    margin-right: 30px;
}

.icon_box {
    position: relative;
    width: 20px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.sort_type .filter_icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    cursor: pointer;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #909090;
    border-radius: 3px;
}

.sort_type .icon_down {
    border-color: #909090 transparent transparent;
    top: 20px;
}

.icon_box .filter_icon.active {
    border-color: transparent transparent #088de8;
}

.icon_box .icon_down.active {
    border-color: #088de8 transparent transparent;
}

/** 商城列表 **/
.mall {
    font-size: 0;
    padding-bottom: 40px;
}

.mall .mall_item {
    width: 260px;
    padding: 10px 9px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin: 20px 20px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.mall .mall_item:hover{
    cursor: pointer;
}

.mall .mall_item:nth-child(4n) {
    margin-right: 0 !important;
}

.mall_item .pic_wrapper {
    width: 240px;
    height: 160px;
}

.pic_wrapper img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.item_content .title {
    font-size: 16px;
    color: #323232;
    line-height: 21px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 42px;
}

.mall_item .price {
    margin-top: 10px;
    line-height: normal;
}

.price .mall_integral {
    color: #DF1515;
    font-size: 16px;
    line-height: 21px;
}

.price .mall_cny span:first-child {
    font-size: 12px;
    color: #323232;
    line-height: 16px;
}

.price .mall_cny span:last-child {
    font-size: 16px;
    color: #DF1515;
    line-height: 21px;
}

.price .original {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    padding-top: 5px;
}

/** 分页样式 **/
/* 外面盒子样式---自己定义 */
button{
    border: 0;
    background-color: transparent;
    outline: none;
}

.page_div {
    margin: 0px 10px 60px 0;
    color: #666;
    text-align: center;
}

/* 页数按钮样式 */
.page_div button, .ellipsis {
    display: inline-block;
    cursor: pointer;
    color: #646464;
    font-size: 22px;
    line-height: 26px;
    padding: 0 20px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: text-bottom;
}

.page_div .num{
    border-left: 2px solid #E1E1E1;
}
.page_div .num:nth-child(3){
    border-left: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
    width: 30px;
    height: 30px;
}

#prePage {
    background: url("../images/shopping_mall/prev_normal.png") 100% 100% no-repeat;
    margin-right: 10px;
}

#nextPage {
    background: url("../images/shopping_mall/next_normal.png") 100% 100% no-repeat;
}

#firstPage {
    background: url("../images/shopping_mall/first_normal.png") 100% 100% no-repeat;
}

#lastPage {
    background: url("../images/shopping_mall/last_normal.png") 100% 100% no-repeat;
}

.page_div .current {
    color: #4BC5F4
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span, .totalSize span {
    color: #0073A9;
    margin: 0 5px
}

/*button禁用*/
#prePage:disabled{
    background: url("../images/shopping_mall/prev_disabled.png") 100% 100% no-repeat;
}

#nextPage:disabled{
    background: url("../images/shopping_mall/next_disabled.png") 100% 100% no-repeat;
}

#firstPage:disabled{
    background: url("../images/shopping_mall/first_disabled.png") 100% 100% no-repeat;
}

#lastPage:disabled{
    background: url("../images/shopping_mall/last_disabled.png") 100% 100% no-repeat;
}
.page_div button:disabled {
    cursor: no-drop;
}

/** 公共样式 **/
.flex_between {
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    flex-direction: row;
    -prefix-box-flex-direction: row;
    -webkit-box-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: space-between;
    -prefix-box-justify-content: space-between;
    -webkit-box-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-justify-contentn: space-between;
    -ms-justify-content: space-between;
}

.flex_row {
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    flex-direction: row;
    -prefix-box-flex-direction: row;
    -webkit-box-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;

    flex-wrap: wrap;
    -prefix-box-flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
/** loading **/
.loading{
    margin-top: 100px;
    display: none;
}
.loading .img_icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.loading .img_icon img, .loading_bg .img_icon img{
    width: 100%;
    height: 100%;
}
.loading .tip_text{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 30px 0 100px 0;
}
/** 全屏loading **/
.loading_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(254, 252, 250);
    z-index: 999;
    overflow: hidden;
}
.loading_bg .img_icon{
    width: 50px;
    height: 50px;
    margin: 450px auto 30px auto;
}
.loading_bg .tip_text{
    text-align: center;
    color: #aaa;
    font-size: 15px;
}
/** 无数据时 **/
.empty_wrapper{
    display: none;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 130px 0;
}