/* 商城平台通用底部 */
body {
    background-color: #fbf2ec;
    font-family: "Microsoft JhengHei", sans-serif, 'Titillium Web', "Arial Black";
    /* 	fbf2ec

	fef2f1 */
}

a {
    color: #333;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

label {
    font-weight: 400;
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

.dn {
    display: none;
}

.db {
    display: block;
}

strong {
    font-weight: 400;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*表格ios 滚动条*/
.table-container {
    width: 100%;
    -webkit-overflow-scrolling: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

table {
    border: 0;
    border-collapse: collapse;
}

table td,
table th {
    padding: 5px 10px !important
}

.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

/* 侧边栏 */
.mobile-head {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.mobile-head .icondaohang {
    font-size: 30px;
    color: #db4d28;
    cursor: pointer;
}

.close-side {
    font-size: 26px !important;
    padding: 20px 15px;
    cursor: pointer;
    display: block;
    color: #db4d28;
    text-align: right;
}

.navset {
    padding-top: 15px;
}

.modal-show {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.common-sidebar {
    background-color: rgba(255, 255, 255, 0.9);
    width: 260px;
    position: fixed;
    overflow-y: auto;
    z-index: 9999;
    left: -260px;
    height: 100%;
    top: 0;
}

.sidebar-bottom li a {
    display: block;
    padding: 13px 20px 13px 20px;
    border-top: 1px solid #ccc;
    background: url(../images/bgright.png) no-repeat 220px 11px;
    background-size: 26px;
    font-size: 16px;
    color: #333;
}

.sidebar-bottom li.mobile-menushow>a {
    background: url(../images/bgdown.png) no-repeat 220px 11px;
    background-size: 26px;
}

.sidebar-bottom li.mobile-menushow ul {
    display: block;
}

.sidebar-bottom li ul {
    display: none;
}

.sidebar-bottom li ul {
    display: none;
}

.sidebar-bottom .mobile-menushow li a {
    border-top: 0;
    padding-left: 55px;
    background: none;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.usercenter {
    background: #fff;
    padding: 90px 30px;
    color: #333;
}

.usercenter-left {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    border: 1px solid #db4d28;
}

.usercenter-left h4 {
    text-align: center;
    padding-top: 30px;
    margin: 0;
    margin-bottom: 20px;
}

.usercenter-left li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}

.usercenter-left li a {
    color: #333;
}

.usercenter-left li.active a {
    color: #db4d28;
}

.usercenter-right {
    background: #fff;
    border: 1px solid #db4d28;
    border-radius: 5px;
}

.us-page-rtop {
    background-color: #db4d28;
    padding: 30px 0;
    text-align: center;
}

.us-page-rtop a {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #e4eaec;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.us-page-rtop a img {
    border-radius: 50%;
}

.us-page-rtop h4 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.us-page-rtop h5 {
    color: #fff;
    margin-bottom: 0;
}

.us-page-rcenter {
    text-align: center;
}

.us-page-rcenter .counter {
    padding: 20px 0;
}

.us-page-rcenter .counter-number a {
    font-size: 20px;
    color: #57c7d4;
}

.us-page-rright li {
    list-style-type: none;
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #ddd;
}

.us-page-rright li a {
    color: #333;
    display: block;
    position: relative;
    padding: 0 15px;
}

.us-page-rright li i {
    margin-right: 10px;
}

.us-page-rright .site-menu-arrow {
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0px;
}

.user-pr {
    padding: 30px;
}

.user-pr-nav {
    border-bottom: 1px solid #ccc;
}

.user-pr-nav li {
    float: left;
    margin-right: 5px;
}

.user-pr li {
    list-style: none;
}

.user-pr-nav li.active a {
    padding-top: 10px;
    min-width: 100px;
    text-align: center;
    border-bottom: 2px solid #db4d28;
    display: block;
    padding-bottom: 10px;
    color: #db4d28;
}

.user-pr-nav li a {
    padding-top: 10px;
    min-width: 100px;
    text-align: center;
    border-bottom: 2px solid #fff;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}

.coupon-list {
    margin-top: 30px;
}

.coupon-listitem {
    background: #db4d28 url(../images/coupon.png);
    background-position: -123px 0;
    width: 241px;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.coupon-listitem.hasuse {
    background: #999 url(../images/coupon.png);
    background-position: -123px 0;
    width: 241px;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.coupon-upper .amount {
    top: 15px;
    left: 9px;
    font-size: 30px;
    font-weight: 400;
}

.coupon-listitem a {
    color: #fff;
    display: block;
    position: absolute;
}

.coupon-upper .scope {
    top: 15px;
    right: 20px;
    font-weight: 400;
}

.coupon-upper .lb-use-cond {
    top: 50px;
    left: 9px;
    font-size: 14px;
}

.coupon-upper .use-cond {
    top: 50px;
    left: 74px;
    font-size: 14px;
}

.coupon-upper .lb-valid-date {
    top: 80px;
    left: 9px;
    font-size: 14px;
}

.coupon-upper .valid-date {
    top: 80px;
    left: 74px;
    font-size: 14px;
}

.coupon-upper .lb-shop-name {
    top: 110px;
    left: 9px;
    font-size: 14px;
}

.coupon-upper .shop-name {
    top: 110px;
    left: 85px;
    color: #fff;
    font-size: 14px;
}

.coupon-listitem:hover {
    background: #22A8AA url(../images/coupon.png);
    background-position: -123px 0;
    width: 241px;
    height: 150px;
    position: relative;
}

.shop-order-keyword {
    margin-top: 20px;
}

.input-search {
    position: relative;
}

.input-search-btn {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
    color: #333;
    outline: none;
}

.input-search .form-control {
    border-radius: 200px;
    height: 42px;
    line-height: 42px;
    padding-left: 25px;
}

.input-search-btn+.form-control {
    padding-right: 50px;
}

.shop-order-list.state-1 {
    border-color: #999;
    padding: 0 15px;
    margin-bottom: 30px;
}

.shop-order-list.state-1 .shop-order-top {
    border: 1px solid #999;
    padding-top: 20px;
}

.shop-order-list .ting {
    padding-bottom: 20px;
}

.shop-order-list.state-1 .ting h4 {
    color: #333;
}

.shop-order-list .ting .info {
    margin-right: 10px;
}

.shop-order-list .price {
    font-size: 18px;
    color: #ff6060;
}

.shop-order-bottom img {
    width: 100px;
}

.shop-order-list.state-1 .shop-order-bottom {
    border: 1px solid #999;
    border-top: 0;
    padding: 20px;
}

.shop-order-bottom .media-body {
    float: left;
    overflow: hidden;
    max-width: 300px;
    margin-left: 10px;
}

.shop-order-bottom .media-left {
    float: left;
}

.modal label {
    font-weight: 400;
    color: #ff6060;
}

.shop-order-more-body th {
    font-weight: 400;
    text-align: center;
    padding: 10px !important;
    border-bottom-width: 1px !important;
}

.shop-order-more-body td {
    font-weight: 400;
    text-align: center;
    padding: 8px !important;
    vertical-align: middle;
    background: #fff !important;
}

.myinfo-right .panel-default {
    border: 1px solid #db4d28;
    margin-bottom: 20px;
}

.myinfo-right .panel-body {
    padding: 15px;
}

.myinfo-right .myinfo-right-li {
    height: 40px;
    line-height: 40px;
}

.myinfo-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #db4d28;
    color: #fff;
    cursor: pointer;
    margin: 30px auto 10px auto;
    outline: none;
    border: 0;
    font-size: 16px;
    display: block;
}

.paym-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #db4d28;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 0;
    font-size: 16px;
    display: block;
}

.payment-top-address {
    padding: 20px;
    min-height: 400px;
}

.payment-top-address button {
    margin-left: 100px;
}

.address-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #db4d28;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 0;
    font-size: 16px;
}

.address-listing.active {
    background-color: #f5f5f5;
    border: 1px solid #db4d28;
}

.address-listing {
    background: #fff;
    padding: 25px 15px;
    position: relative;
    margin: 20px 0 0px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.address-listing h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.address-listing p {
    margin-bottom: 0;
}

.address-remove {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
}

#confirmBox {
    width: 280px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -140px;
    height: 140px;
}

#confirmBox p {
    font-size: 16px;
    height: 100px;
    background: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    border-radius: 6px 6px 0 0;
    padding: 40px 20px 0 20px;
}

#confirmButtons {
    text-align: center;
    background: #fff;
    border-radius: 0 0 6px 6px
}

#confirmBox .button {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

#confirmBox .button.blue {
    border-right: 1px solid #ccc;
}

#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index: 100000;
}

#confirmBox .delete-btn {
    background: #fff;
    color: #db4d28;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    width: 49%;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

#confirmBox .delete-btn1 {
    border-right: 1px solid #ccc;
}

.sec-story {
    padding-top: 100px;
    /*   padding-bottom: 100px; */
}

.pay-success h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.pay-success p {
    margin-bottom: 10px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.red-600 {
    color: #db4d28 !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.pay-success img {
    width: 100px;
    margin: 30px auto;
}

.payment-main {
    padding-top: 40px;
    padding-bottom: 20px;
}

.payment-type {
    margin-bottom: 20px;
}

.payment-type h4 {
    margin-bottom: 20px;
}

.payment-type ul {
    margin-bottom: 10px;
    padding: 0;
}

.payment-type li {
    width: 160px;
    float: left;
    margin-right: 15px;
    list-style: none;
}

.payment-type label {
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

.payment-type input.labelauty+label {
    padding: 10px 0;
    display: block;
    text-align: center;
}

.payment-type label.active {
    border: 1px solid #db4d28;
}

.payment-total {
    margin-top: 30px;
}

.payment-total span {
    color: #db4d28;
    margin: 0 5px;
}

.product-infos {
    margin: 80px 0 60px 0;
}

.panel-heading {
    height: 40px;
    line-height: 40px;
    background: #db4d28;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
}

.youhui {
    margin-top: 20px;
}

.mt-loginset {
    margin: 80px 0 100px 0;
}

.login-area {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
    color: #333;
}

.login-info {
    margin-top: 40px;
}

.login-btn,
.register-btn {
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background: #db4d28;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
}

.login-area h4 {
    font-size: 34px;
    color: #2b2b2b;
}

.mt-loginset h5 {
    font-size: 18px;
    margin-top: 40px;
}

.mt-loginset img {
    width: 240px;
}

.login-info .right a {
    color: #ff6060;
}

.mt-product-table th {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    color: #e98417;
    font-weight: 400;
    border-bottom: 1px solid #ccc !important;
    vertical-align: middle !important;
}

.mt-product-table td {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: middle !important;
}

.mt-product-table .pname {
    font-size: 16px;
}

.mt-product-table img {
    width: 106px;
    overflow: hidden;
    padding: 10px 0;
}

.mt-product-table .product-name {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 69px 0 0;
    color: #757575;
}

strong {
    font-weight: 400;
}

.mt-product-table .price {
    font-size: 16px;
    line-height: 20px;
    float: left;
    padding: 81px 0 0;
    color: #494949;
}

.mt-product-table .product-number {
    font-size: 16px;
    display: block;
    color: #757575;
}

.mt-product-table .product-number input {
    min-width: 120px;
    max-width: 180px;
}

.payment-top-address {
    margin-bottom: 40px;
}

.paym-btn:hover {
    color: #fff;
}

.mt-product-table .iconshanchu {
    font-size: 16px;
    line-height: 20px;
    color: #ff6060;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.setheight {
    margin-bottom: 80px;
}

@media(max-width:767px) {
    .setheight {
        margin-bottom: 30px;
    }

    iframe {
        height: 250px !important;
    }

    .mt-loginset {
        margin-top: 0;
    }

    .cart-update {
        margin-bottom: 30px;
    }

    .login-area {
        margin-bottom: 15px;
    }

    .mb-50 {
        margin-bottom: 20px !important;
    }

    .payment-type li {
        width: 130px;
    }

    .payment-type {
        margin-top: 20px;
    }

    .usercenter {
        padding: 30px 15px;
    }

    .usercenter-left {
        margin-bottom: 20px;
    }

    .user-pr {
        padding: 15px 0;
    }

    .related-products .mt-product1 {
        width: 49%;
        padding-right: 1%;
    }

    .sec-story {
        padding: 40px 0;
    }

    .mt-about-sec {
        padding: 40px 0 0 0;
    }

    .portfolio-filter li a {
        font-size: 14px !important;
        padding: 3px 10px !important;
    }
}
