body {
    background: #f7f7f7;
}

.btn-primary {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}

.product-add-to-cart {
    margin-top: 30px;
}

.product-list .product-item {
    background: #ffffff;
    margin-left: 10px;
    width: 260px;
    height: 355px;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}

.product-list {
    margin-left: -10px;
}

.product-list .product-price .price,
.product-detail-price-value .price {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    color: #f40;
}

.product-list .product-price .i,
.product-detail-price-value .i {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    color: #f40;
    margin-left: 10px;
}

.product-list .product-title {
    padding-left: 10px;
    margin-top: 10px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.product-list .product-image img {
    width: 260px;
    height: 260px;
}
.product-list .product-image{
    position: relative;
}
.product-list .product-image .video-icon {
    position: absolute;
    right: 10px;
    top:10px;
    font-size:18px;
}

.product-detail-header {
    display: flex;
    margin-top: 20px;
}

.product-detail-content {
    margin-top: 20px;
}

.product-detail-header .product-detail-info {
    padding-left: 60px;
}

.product-detail-header .product-detail-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-thumb-scroll .active {
    border: 2px solid #f40 !important;
}

.product-thumb-scroll .click_product_thumb {
    margin-top: 5px;
    border: 2px solid #f7f7f7;
    padding: 2px;
}

.product-active-spec {
    color: #f40 !important;
    border: 1px solid #f40 !important;
}

.product-spec-name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.product-spec-row {
    clear: both;
    margin-top: 20px !important;
}

.block {
    clear: both;
}

.product-spec-value {
    margin-right: 12px;
    margin-top: 10px;
    line-height: 42px;
    height: 42px;
    position: relative;
    border: 1px solid #e0e0e0;
    list-style: none;
    cursor: pointer;
    transition: all .2s ease;
    float: left;
    width: 292px;
    font-size: 16px;
    text-align: center;
}

.like-btn {
    border: 1px solid #b0b0b0 !important;
    background: #b0b0b0 !important;
    height: 52px;
    line-height: 52px;
    margin-left: 30px;
    width: 130px;
}

.like-btn i {
    font-size: 26px !important;
}

.like-btn .active {
    color: #f40 !important;
}

.sale-btn {
    width: 298px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

#header .navbar-light {
    border-bottom: 1px solid #999;
}

.product-page {
    clear: both;
    display: block;
}

.pagination li.active a,
.pagination li a:hover {
    background-color: #f40 !important;
}

.btn-primary:hover {
    background-color: #f40 !important;
    border-color: #f40 !important;
}

.link {
    color: #000 !important;
}

.login-title {
    margin-bottom: 20px;
}

.user_center_left_menu {
    width: 260px;
    margin: 16px;
    margin-top: 0px;
    float: left;
}

.user_center_left_menu .layui-menu {
    width: 260px;
    margin-top: 0px;
}

.user_center_right_content {
    float: left;
    width: calc(100% - 300px);
    padding: 20px;
    background: #fff;
}

.address-select-widget {
    display: flex;
    align-items: center;
}

.address-select-widget .city-select {
    margin-right: 10px;
}

.favorite-product-list .product-item {
    width: 178px;
    height: 265px;
}

.favorite-product-list .product-item .product-image img {
    width: 178px;
    height: 178px;
}

.profile-ul li {
    line-height: 35px;
    height: 35px;
}

.member-profile .profile-content {
    display: flex;
    justify-content: space-between;
    height: 35px;
    line-height: 35px;
}

.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #f40 !important;
    background: #fff;
}

.layui-menu .layui-menu-item-checked:after {
    border-right: 3px solid #f40 !important;
}

.cancel-account-text {
    width: 100%;
    height: calc(100vh - 300px);
    border: 1px solid #eee;
    padding: 20px;
    overflow-y: scroll;
}

.cancel-account-btn {
    margin-top: 10px;
}

.real_name_authentication_card {
    display: flex;
    justify-content: space-between;
    width: 500px;
    padding: 20px;
}

.real_name_authentication_card td {
    height: 35px;
    line-height: 35px;
}

.oauth-login {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    justify-content: center;
}

.oauth-login .oauth-login-item {
    margin-right: 20px;
}

.user-oauth .user-oauth-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-box {
    width: 130px;
    margin-left: 10px;
    text-align: center;
}

.header-end {
    display: flex;
    align-items: center;
}

.cart-widget {
    position: absolute;
    right: 0px;
    top: 53px;
    background: #fff;
    padding: 30px;
    z-index: 99;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    min-width: 260px;
}

.cart-widget .cart-item-image img {
    width: 60px;
    height: 60px;
}

.cart-widget .cart-item-title {
    max-width: 200px;
    /**
    * 文字过长时显示省略号
    */
    overflow: hidden;
    text-overflow: ellipsis;
    /**
    * 强制不换行
    */
    white-space: nowrap;
}

.cart-widget .cart-item {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
}

.cart-header {
    position: relative;
}

.order-pre-left-table {
    width: 60%;
    margin-right: 20px;
}

.order-pre-right {
    width: 40%;
}

.payment-error {
    margin: auto;
    width: 960px;
    text-align: center;
    font-size: 22px;
}

.payment-success {
    margin: auto;
    width: 960px;
    text-align: center;
    font-size: 22px;
}

.order-statistics-row i {
    font-size: 45px;
}

.order-statistics-row i:hover {
    color: rgb(182, 40, 40);
}

.order-statistics-row .icon {
    position: relative;
}

.cart-seller {
    margin-top: 20px;
}

.cart-seller .img {
    width: 32px;
}

#header .bg-light {
    background-color: #111 !important;
    color: #ddd !important;
    height: 36px;
}

#header .bg-light a {
    color: #ddd !important;
}

.nav_container {
    max-width: 1368px;
    margin: 0 auto;
    width: 100%;
}

.nav_container ul li.nav-item:first-child a {
    padding-left: 0 !important;
}