.ppp {
    height: 1000px;
}


a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.header-wrapper {
    position: relative;
    /* padding-top: 23px; */
    height: 96px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.navbar-wrap {
    position: relative;
    width: auto;
    padding-top: 23px;
    z-index: 99999;
}

.navbar-brand {
    margin-left: 35px;
}

.navbar-wrap.sticky .navbar-brand {
    margin-left: 0px;
}

.navbar-wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    z-index: 99999;
}

.header-wrapper .navbar-brand span {
    margin-top: 3px;
    display: block;
    height: 15px;
    line-height: 12px;
    overflow: hidden;
    font-size: 11px;
    color: #999;
}

.navbar-wrap.sticky .navbar-brand span {
    display: none;
}

.imput-wrapper1 {
    position: relative;
    width: auto;
    overflow: hidden;
    height: 36px;
    border: 2px solid #ff4747;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-control-1 {
    width: 400px !important;
    box-sizing: border-box;
    height: 100%;
    border: 0;
    line-height: 18px;
    font-size: 13px;
    border: 0;
    font-family: arial;
}

.select-wrapper-1 {
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid #eee;
    width: 130px !important;
    height: 32px;
    font-family: arial;
    z-index: 3;
    position: relative;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    padding: 0 10px !important;
}

.select-wrapper-1:focus {
    outline: none;
}

.sticky .select-wrapper-1 {
    display: none;
}

.icon-wrapper-3 {
    width: 40px;
    height: 36px;
    background-color: #ff4747;
    border-radius: 0;
    cursor: pointer;
}

.icon-wrapper-3 i {
    line-height: 36px;
    text-align: center;
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 18px;
}

.cart-box i {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    position: relative;
    color: #000;
}

.cart-box i:hover {
    color: #ff4747;
}

.cart-box span {
    position: absolute;
    background: #ff4747;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    top: 0px;
    left: 35px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.navbar-wrap.sticky .menu {
    opacity: 0;
}

.menu .nav li a {
    position: relative;
    float: left;
    padding: 0 8px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.menu .nav li a:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    font-size: 0;
    overflow: hidden;
    background-color: #e9e9e9;
}

.menu .nav li a:hover {
    color: #ff4747;
}

.bars {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 5px;
    display: none;
    cursor: pointer;
    position: relative;
}

.bars i {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #797979;
}

.sticky .bars {
    display: block;
}

.bars-menu {
    position: absolute;
    top: 40px;
    right: 9999999px;
    display: block;
    z-index: 20;
    box-shadow: 0 3px 5px 0 rgba(51, 51, 51, .3);
    width: 240px;
    background-color: #fff;
    font-size: 13px;
    box-sizing: border-box;
}

.bars:hover .bars-menu {
    right: -15px;
}

.bar-top-icon {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10;
    font-size: 14px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bar-top-icon span {
    font-size: 14px;
    font-weight: 700;
    font-family: OpenSans, Open Sans, Arial, Helvetica, sans-serif, SimSun, 宋体;
    margin: 0;
    color: #333;
}

.container-bg {
    padding-top: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .08);
}

.mega-menu-part {
    position: relative;
}

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper1 {
    background-color: #fff;
    height: 40px;
    /* margin-top: -1px; */
    z-index: 2;
    padding-top: 5px;
    margin-left: 300px;
}

.wrapper1 .nav li {}

.wrapper1 .nav li a {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.wrapper1 .nav li a:hover {
    color: #ff4747;
    text-decoration: none;
}

/******************** nice menu css ********************/
.nicemenu {
    position: relative;
    display: block;
    width: 250px;
    background-color: #FFF;
}

.nicemenu-item {
    display: inline-block;
    z-index: 11;
    height: 35px;
    padding-left: 10px;
    overflow: hidden;
}

.nicemenu-item.active {
    box-shadow: -2px 1px 2.5px rgba(0, 0, 0, .1);
    cursor: pointer;
    z-index: 99999;
}

.nicemenu-item.active a {
    font-weight: 900;
    overflow: hidden;
    cursor: pointer;
    color: #e62e04;
}

.verticle>.nicemenu-item {
    display: block !important;
}

.nicemenu-sub {
    position: absolute;
    z-index: 12;
    top: 20px;
    display: none;
    background-color: #FFF;
    padding: 16px;
    overflow: hidden;
    color: #000;
    width: 850px;
    height: auto;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.nicemenu-sub.active {
    display: block;
}

.nicemenu-item h6 a {
    line-height: 35px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.nicemenu-item h6 a img {
    width: 20px !important;
    height: 22px !important;
    margin-right: 10px;
}

.nicemenu-sub h5 {
    font-size: 1.2em;
}

.nicemenu-sub h6 {
    color: #333 !important;
    font-size: 14px;
    font-weight: 700;
}

.nicemenu-sub h6:hover {
    color: #f60 !important;
}

.nicemenu-sub a {
    font-size: 12px;
    color: #b7b7b7 !important;
    font-weight: normal !important;
    display: block;
    line-height: 26px;
}

.nicemenu-sub a:hover {
    color: #f60 !important;
    text-decoration: underline !important;
}

.w-3-1 {
    position: relative;
    float: left;
    width: 25%;
}

.shadow-left-bottom {
    box-shadow: -5px 5px 5px #888888;
}

.mega-footer-content {
    display: block;
    width: 180px;
    height: 60px;
    border: 1px solid #e9e9e9;
}

.mega-footer-content span {
    position: absolute;
    width: 115px;
    height: 42px;
    font-weight: 900;
    left: 20px;
    bottom: 10px;
    color: #b7b7b7;
}

.mega-footer-content span:hover {
    color: #f60 !important;
}

.mega-footer-content img {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 26px;
    bottom: 7px;
}

.sup-brand-item {
    width: 100px;
    height: 50px;
    border: 1px solid #e9e9e9;
    float: left;
    list-style: none;
    padding: 5px 10px;
    margin: 2px 1px 0;
    /* overflow: hidden; */
    background-color: #fff;
}

.margin-1 {
    margin-top: 8px;
}

.margin-2 {
    margin-top: 60px;
}

.margin-3 {
    margin-top: 8px;
}
.margin-9 {
    margin-top: 4px;
}
.margin-10,
.margin-11 {
    margin-top: 26px;
}
.margin-15 {
    margin-top: 26px;
}
.margin-17 {
    margin-top: 26px;
}
.margin-19 {
    margin-top: 47px;
}
.margin-21 {
    margin-top: 23px;
}
.margin-23 {
    margin-top: 27px;
}
.margin-25 {
    margin-top: 78px;
}
.margin-26 {
    margin-top: 57px;
}
.margin-31,
.margin-32 {
    margin-top: 22px;
}
.margin-34,
.margin-35 {
    margin-top: 16px;
}
.margin-38 {
    margin-top: 26px;
}

.owl-carousel1 img{
    border-radius: 10px;
}
.owl-carousel1 .owl-nav button.owl-next,
.owl-carousel1 .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #FFF;
    position: absolute;
    top: 90px;
    transform: scaleY(-50%);
    background-color: #000;
    opacity: .2;
    padding: 0;
    border: none;
}
.owl-carousel1 .owl-nav button.owl-prev{
    left: 0px;
}
.owl-carousel1 .owl-nav button.owl-next{
    right: 0px;
}
.owl-carousel1 button.owl-dot{
    background-color: rgba(0,0,0,.32);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-carousel1 button.owl-dot:focus{
    outline: none;
}
.owl-carousel1 button.owl-dot.active{
    background: #ff4747;
    border-color: #fff;
    animation: zoom .3s cubic-bezier(.86,0,.07,1);
}
.owl-carousel1 .owl-dots{
    position: absolute;
    bottom: 12px;
    left: 275px;
}



.banner-bottom-slider{
    background: url(images/slider-img/banner-bottom-slider-bg.webp) 0px 0px / cover no-repeat rgb(255, 245, 245);
    width: 100%;
    height: 180px;
    border-radius: 8px;
    background-color: #ff4747;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-top: 20px;
}
.bottom-slider-left{
    position: relative;
}
.bottom-slider-left h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    margin: 4px 0;
    color: #FFF;
}
.bottom-slider-left p{
    font-size: 13px;
    color: #FFF;
}
.bottom-slider-left img{
    margin-top: 25px;
}
.bottom-slider-left .bottom-over-content{
    position: absolute;
    bottom: -11px;
    left: 26px;
}
.bottom-slider-left .bottom-over-content h3{
    font-size: 20px;
    line-height: 17px;
    margin: 11px 0 4px;
    color: #fff;
    width: 100%;
}
.bottom-slider-left .bottom-over-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
}
.owl-moritemes{
    width: 100%;
    height: 140px!important;
    position: relative;
}
.owl-moritemes img{
    width: 100%;
    height: 140px!important;
}
.owl-moritemes .moritemes-span{
    position: absolute;
    bottom: 5px;
    left: 12px;
    border-radius: 12.22px;
    align-self: center;
    background-color: #ff4747;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 2px 8px;
    display: inline-block;
}
.owl-carousel2 .owl-nav button.owl-next,
.owl-carousel2 .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #FFF;
    position: absolute;
    top: 47px;
    transform: scaleY(-50%);
    background-color: #000;
    opacity: .2;
    padding: 0;
    border: none;
}
.owl-carousel2 .owl-nav button.owl-prev{
    left: 0px;
}
.owl-carousel2 .owl-nav button.owl-next{
    right: 0px;
}

.banner-slider-login{
    height: 192px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}
.banner-slider-2{
    display: none!important;
}
.banner-slider-login .login-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 10px;
}
.banner-slider-login .welcome-text{
    font-size: 13px;
    color: #000;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    font-weight: 900;
    cursor: pointer;
    display: block;
    text-align: center;
}
.banner-slider-login .login-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.banner-slider-login .join-btn,
.banner-slider-login .sign-btn{
    display: block;
    float: left;
    width: 75px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    background-color: #ff4747;
    text-align: center;
    cursor: pointer;
}
.banner-slider-login .login-btn .img-text .img-fluid {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.banner-slider-login .login-btn .img-text p{
    height: 34px;
    position: relative;
    width: auto;
    display: block;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
}
.banner-slider-login .sign-btn{
    color: #666;
    background-color: #f9f9f9;
    text-align: center;
}
.slider-text1{
    display: flex;
}
.slider-text1 img{
    display: inline-block;
    width: 15px;
    height: 15px;
}
.slider-text1 p{
    font-size: 11px;
    margin-left: 5px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.timer{
    display: flex;
}
.myClass-hours{
    color: #ff4747;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ffecec;
    margin-right: 5px;
}
.myClass-minutes{
    color: #ff4747;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ffecec;
    margin-right: 5px;
}
.myClass-seconds{
    color: #ff4747;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ffecec;
}
.countdown-slider{
        margin-top: 16px;
        height: 246px;
        background: #fff;
        padding: 12px;
        border-radius: 8px;
}
.counter-content {
    position: relative;
}
.counter-content .counter-img img{
    height: 85px;
    width: 100%;
}
.counter-content .counter-img p{
    position: absolute;
    background: #f90;
    border-radius: 6px 0 6px 0;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 0 4px;
}
.counter-content .counter-bottom-content p,
.counter-content .counter-bottom-content span {
        font-size: 13px;
        font-weight: 700;
        margin-top: 2px;
}
.counter-content .counter-bottom-content .progress{
    width: 100%;
    height: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 6px;
}
.counter-content .counter-bottom-content .progress .progress-bar{
    background-co
}
.owl-carousel3 .owl-nav button.owl-next,
.owl-carousel3 .owl-nav button.owl-prev {
    font-size: 40px;
    width: 28px;
    height: 56px;
    line-height: 56px;
    color: #FFF;
    position: absolute;
    top: 47px;
    transform: scaleY(-50%);
    background-color: #000;
    opacity: .2;
    padding: 0;
    border: none;
}

.owl-carousel3 .owl-nav button.owl-prev {
    left: -12px;
}

.owl-carousel3 .owl-nav button.owl-next {
    right: -12px;
}
.owl-carousel3 button.owl-dot {
    background-color: rgba(0, 0, 0, .32);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-carousel3 button.owl-dot:focus {
    outline: none;
}

.owl-carousel3 button.owl-dot.active {
    background: #ff4747;
    border-color: #fff;
    animation: zoom .3s cubic-bezier(.86, 0, .07, 1);
}

.owl-carousel3 .owl-dots {
    position: absolute;
    bottom: -22px;
    left: 60px;
}