html {
font-size: 12px;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
a:hover
{
    text-decoration: none;
}
nav.navbar {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background-color: white;
    height: 90px;
    box-shadow: 0px 4px 10px rgb(108 108 108 / 20%);
}

nav.navbar button {
border: none;
}
nav.navbar .search {
    height: 25px;
    display: block;
    width: 100%;
    position: relative;
}

nav.navbar .search input[type=search] {
    border-radius: 7px;
    border: 1px solid #ccc;
    height: 27px;
    width: 100%;
    padding: 1px 30px;
    letter-spacing: 1px;
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    color: inherit;
    background: transparent url("../images/search.png") no-repeat 9px center;     
    background-size: 15px;
}

nav.navbar .search input[type=search]:focus-visible {
outline: none;
}

nav.navbar .search input[type=search]::-ms-clear {
display: none;
width: 0;
height: 0;
}

nav.navbar .search input[type=search]::-ms-reveal {
display: none;
width: 0;
height: 0;
}

nav.navbar .search input[type="search"]::-webkit-search-decoration,
nav.navbar .search input[type="search"]::-webkit-search-cancel-button,
nav.navbar .search input[type="search"]::-webkit-search-results-button,
nav.navbar .search input[type="search"]::-webkit-search-results-decoration {
display: none;
}

nav.navbar .search button {
position: absolute;
width: 25px;
left: 5px;
top: 2px;
background-color: #fff;
}

.header-up
{
    height: 45px;
    display: block;
    width: 100%;
}

.header-up .left
{
    width: 20%;
    display: inline-block;
    height: 45px;
}

.header-up .left a
{

    width: 100%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid;
    padding: 5px 5px;
    color: #65300b !important;
    font-size: 14px;
    border-radius: 6px;
}

.header-up .center
{
    display: inline-block;
    width: 65%;
    height: 45px;
    padding: 2% 3%;
}
.header-up .center .logo1
{
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 5px;
}
.header-up .center .logo2
{
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 5px;
}
.header-up .center .logo3
{
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 5px;
}

.header-up .right
{
    position: absolute;
    width: 10%;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 40px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}
.header-up .right a
{
    display: inline-block;
}
.header-up .right a img
{
    height: 25px;
    width: auto;
}
.logo1 img
{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.logo2 img
{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.logo3 img
{
    width: 100%;
    height: 100%;
    display: inline-block;
}

body section:first-of-type
{
    margin-top: 90px !important;
}
.function .col {
    padding: 0 0.5rem;
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}
.function .col img {
    display: block;
    margin-bottom: 0.25rem;
    border-radius: 50%;
}
.function .col span {
    color: #4a4a4a;
}
.function2 .row {
    padding: 0 12px;
   
}
.function2 .col {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0 10px;
}
.function2 .col img {
    display: block;
    margin-bottom: 0.25rem;
}
.function2 .col span {
    color: #4a4a4a;
}
.se-category
{
    box-shadow: inset 0px 1px 10px #c2c2c2;
}
.se-category .container
{
    padding: 2%;
}
.category-sin
{
    padding: 2%;
    text-align: center;
}
.category-sin-img
{
    margin-bottom: 0.25rem;
    border-radius: 50%;
}
.category-sin-span 
{
    color: #000;
}
.se-banner
{
    display: inline-block;
}
.se-banner .banner-left
{
    width: 66.5%;
    float: left;
}
.se-banner .banner-right
{
    width: 33.3%;
    float: left;
}
.se-banner .banner
{
    width: 100%;
}

.se-banner2
{
    margin-top: 5px;
}

.hot-title
{
    height: 40px;
}
.hot-title-live
{
    width: 42%;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #fff;
    background-color: #393939;
}
.hot-title-goods
{
    width: 57%;
    display: inline-block;
}
.se-ads .ads-div
{
    margin: 5%;
}
.se-fb-videos
{
    margin: 0 5% 100px 5%;
}
.se-fb-videos .fb-videos
{
    width: 100%;
    border-radius: 5%;
    background-color: #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.se-fb-videos a
{
    text-decoration: none !important;
    color: black !important;
    font-size: 14px;
}
.fb-videos-title
{
    padding: 5px;
    font-size: 15px;
}
.bottom-nav {
    position: fixed;
    box-shadow: 0 -6px 15px rgb(202 202 202 / 50%);
    bottom: 0px;
    background-color: white;
    z-index: 1040;
    width: 100%;
    transition: 0.2s;
    height: 60px;
}
.bottom-nav .bn-row {
    margin: 0;
}
.bottom-nav .bn-col {
    padding: 0.75rem 0 0;
    float: left;
    width: 20%;
}
.bottom-nav a {
    position: relative;
    display: block;
    width: 100%;
}
.bottom-nav img {
    max-height: 23px;
    max-width: 23px;
    height: 100%;
    display: block;
    margin: auto;
}
.bottom-nav .bn-col.active p {
    color: #4071dc;
    font-weight: 600;
}
.bottom-nav p {
    margin: 0;
    color: #3d3d3d;
}
@media (min-width: 992px)
{
    .navbar-expand-lg {
        -ms-flex-flow: wrap !important;
        flex-flow: wrap !important;

        justify-content: space-between !important;
    }
}

.hot-title-goods span
{
    letter-spacing: 1px;
    color: #9a9a9a;
}
.view-all
{
    float: right;
    color: #0062ca;
    padding-right: 5px;
}
.view-all span
{
    color: #0062ca;
}
.hot-goods 
{
    padding: 10px 0;
    background-color: #ebebeb;
}

.se-ct-goods
{
    background-color: #ebebeb;
    padding-bottom: 100px;
}
.se-ct-sin
{
    margin-bottom: 10px;
    background-color: #ffffff;
}
.se-ct-goods-bar
{
    height: 30px;
  
    line-height: 30px;
}
.se-ct-goods-title
{
    font-weight: bolder;
    color: #7d7d7d;
    padding-left: 5px;
    font-size: 15px;
    letter-spacing: 2px;
}
.se-ct-sin .col-12
{
    border-top: 3px solid #ededed;
}
.se-ct-goods-area
{
    padding: 1%;
    border-right: 1px solid #ededed;
}
.se-ct-goods-show
{
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.se-ct-goods-show .owl-stage
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ct-goods-item .item-pic
{
    position: relative;
    margin: 1%;
}
.ct-goods-item .item-pic .cart-btn
{
    width: 22px;
    height: 22px;
    border: 1px solid #efefef;
    background-color: white;
    position: absolute;
    font-size: 11px;
    padding: 1px;
    border-radius: 50%;
    right: -5px;
    text-align: center;
    bottom: -5px;
}
.ct-goods-item .item-name
{
    font-size: 12px;
    height: 34px;
    overflow: hidden;
}
.ct-goods-item .discount-text
{
    color: #F00;
    font-weight: bolder;
}
.ct-goods-item .discount-pa
{
    font-weight: 700;
    color: #000;
}
.ct-goods-item .so-name
{
    color: #727272;
}
.home-sellout-img
{
    width: 100%;
    opacity: 0.8;
    position: absolute;
    z-index: 100;
}
.se-goods-list
{
    background-color: #ebebeb;
    padding-bottom: 100px;
}
.se-goods-list-filter
{
    background-color: white;
    border-bottom: 3px solid #ededed;
    padding: 2% 2% 0 2%;
}
.se-goods-list-filter .filter-con
{
    text-align: right;
    padding-right: 1%;
}
.filter-con select
{
    border: none;
}
.se-goods-list .se-ct-goods-area
{
    border-bottom: 3px solid #ededed;
}
.se-goods-list-show
{
    background-color: white;
}
.se-categories
{
    /*padding: 1rem;*/
}
section:nth-last-of-type(2)
{
    padding-bottom: 100px !important;
}
.inp-focus
{
    border: 2px solid #ffc710 !important;
}
.bd-title
{
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: rgb(98 98 98 / 22%) 1px 0px 6px 0px inset;
    border: 1px solid #e9ecef;
  
    border-radius: 0.25rem;
}
.bd-text
{
    color: #636363;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 10px;
    border-left: 1px solid #636363;
    border-left-width: 4px;
    /* border-right: none; */
    /* border-radius: 0.25rem; */
    padding: 0 3%;
}
.table-store-order
{
    text-align: center;
}
.table-store-order thead th
{
    text-align: center;
}
.table-store-order td
{
    padding: 5px 0 !important;
}

.se-goods-list-pager
{
    margin-bottom: 70px;
}
.page .inner
{
    padding: 0 !important;
}

.you-btn
{
	cursor: pointer;
	position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 63;
	outline: 0;
	border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.you-btn svg
{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
	
}

.you-btn-path-bg
{
	-moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #212121;
    fill-opacity: .8;
	transform-origin: 0px 0px;
}

.you-btn:hover svg .you-btn-path-bg
{
	-moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill: #f00;
	fill-opacity: 1;
}