.hidden-bar{
    display:none !important;
}
a{
    text-decoration: none;
}
.dropdown-toggle::after{
    display: none;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
        width: 100%;
        padding-left: 180px;
        padding-right: 180px;
  }
}

@media (min-width: 1440px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 140px;
        padding-right: 140px;
    }
}
.main-header.header-style-two{
    height: 130px;
}
.main-header.header-style-two::before {
    border: 1px solid #efefef;
    content: '';
    position: absolute;
    top: 57%;
    width: 100%;
    z-index: 9;
}
.logo.section{
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 16px;
}
.login-menu.section{
    border-left:0;
    min-height:inherit;
}
.newnavbar.navbar.navbar-inverse {
    background: #fff;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    margin-top: -2px;
    border-bottom: 0;
    margin-bottom: 0;
}

.newnavbar.navbar.navbar-inverse .container-fluid,
.newnavbar .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

.newnavbar .nav.navbar-nav ul{

}

.newnavbar .nav.navbar-nav ul li{

}

.newnavbar .nav.navbar-nav ul li a{

}

.newnavbar.navbar-inverse .navbar-nav>.active>a,
.newnavbar.navbar-inverse .navbar-nav>.active>a:focus,
.newnavbar.navbar-inverse .navbar-nav>.active>a:hover,
.newnavbar.navbar-inverse .navbar-nav>li>a:focus,
.newnavbar.navbar-inverse .navbar-nav>li>a:hover{
    background: #feae00;
    color: #000;;
}

.newnavbar.navbar-inverse .navbar-nav a{
    font-size: 16px;
    font-weight: 500;
}
.newnavbar .flex-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.newnavbar .flex-container li {
    flex: 1;
    text-align: center;
    box-shadow: none;

}
.newnavbar .flex-container li a{
    box-shadow: none !important;
}
.newnavbar .flex-container li:last-child{
    border-right: 0;
}

ul.navbar-nav{
    width: 100%;
    background-color:#fff;
}

ul.navbar-nav li{
    flex: 1;
    text-align: center;
    box-shadow: none;
    position: relative;
}

ul.navbar-nav li.nav-item:after {
    content: '';
    border-left: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
}

ul.navbar-nav li.nav-item:first-child:after {
    content: '';
    border-right: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
}

ul.navbar-nav li>a{
    color: #9d9d9d;
    font-size: 17px;
}

ul.navbar-nav li.active>a,
ul.navbar-nav li.active>a:focus,
ul.navbar-nav li.active>a:hover {
    background: #feae00;
    color: #000;
}
ul.navbar-nav li.nav-item:hover>a::after {
    content: '';
    border-bottom: 2px solid #feae00;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.navbar-nav li>ul>li a{
    text-align: left;
    width: 100%;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}
ul.navbar-nav li>ul>li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

ul.navbar-nav li>ul>li {
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
}

ul.navbar-nav li>ul>li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
}
ul.dropdown-menu{
    border: 0;
}
ul.navbar-nav li>ul>li:first-child a{
    margin-top: 10px;
}

ul.navbar-nav li>ul>li:last-child a {
    margin-bottom: 5px;
}
ul.navbar-nav li{
    background-color: #ffffff;    
}

ul.navbar-nav li>ul>li ul.dropdown-menu{
    padding-top: 0 !important;
}

ul.navbar-nav li>ul>li ul.dropdown-menu li{

}

ul.navbar-nav li>ul>li ul.dropdown-menu li a{

}

ul.navbar-nav li.nav-item>ul.dropdown-menu::before{
    content: '';
    width: 0;
    height: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
}

ul.navbar-nav li.nav-item>ul li{
    padding-top: 3px;
    padding-bottom: 3px;
}
.dropdown-item.active,
.dropdown-item:active{
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    padding-top: 15px;
    background: none;
    padding-bottom: 0;
}

.dropend .dropdown-toggle::after{
    float: right;
    margin-top: 5px;
}
.dropend .dropdown-menu[data-bs-popper]{
    margin-left: 0;
}

.dropend .dropdown-menu.show{
    margin-left: 0;
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 1px;
}

.navbar{
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 300;
}

.newadjustment.login-menu.section{
    width: auto;
    padding-bottom: 25px;
    padding-right: 0;
}

.newadjustment.login-menu.section .each-col{
    display: inline-block;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 0;
}

.newadjustment.login-menu.section .each-col.newhyperlink{
    float: left;
}
.newadjustment.login-menu.section .each-col.newhyperlink a,
.newadjustment.login-menu.section .each-col .txtlink{
    color: #333;
    font-size: 14px;
}

.fullwidth.container-fluid{
    width: 100%;
    margin: 0;
    padding: 0;
}

.desktopimg{
    width: 100%;
}
.mbimg {
    width: 100%;
}

.newbgyellow{

}

.click-me-register{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
    background-color: #feae00;
    margin-top: 20px;
}

.click-me-register a{
    color: #000;
}

.click-me-register a:hover {
    text-decoration: underline;
}

.newfooter{
    overflow: hidden;
}

.footer-widget{
    background-color: #444444;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-widget h1 {
    font-size: 22px;
    font-weight: 600;
}

.footer-widget ul {
    padding-left: 0;
    margin-top: 15px;
}

.footer-widget ul li {
    list-style: none;
    padding-bottom: 1px;
}

.footer-widget ul li a{
    color: #000;
    font-size: 16px;
}


.copyright{
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.copyright .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copyright .row {
    flex: 1;
    /* 使行扩展以填满可用空间 */
    display: flex;
}

.copyright address{

}
.copyright address ul{
    padding-left: 0;
}
.copyright address ul li{
    list-style: none;
    color: #fff;
    padding-bottom: 6px;
    font-size: 14px;
}
.copyright address ul li a{

}

.copyright .copyrighttxt{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
}

.sixIconlist{
    display: none;
}

.floatingsction{
    display: none;
}

.dropdown-submenu ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.dropdown-submenu ul.dropdown-menu li{
    border-right: 0;
}

.mySwiperColx4,
.mySwiperColx3x1{

}

.mySwiperColx4 a,
.mySwiperColx4x2 a,
.mySwiperColx3x2 a,
.mySwiperColx3x1 a{
    position: relative;
    display: block;
}

.mySwiperColx4 a .phoneCallcount,
.mySwiperColx4x2 a .phoneCallcount,
.mySwiperColx3x2 a .phoneCallcount,
.mySwiperColx3x1 a .phoneCallcount{
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
}

.mySwiperColx4 a,
.mySwiperColx4x2 a,
.mySwiperColx3x2 a,
.mySwiperColx3x1 a
{
    text-decoration: none;
}


.mySwiperColx4 h1,
.mySwiperColx4x2 h1,
.mySwiperColx3x2 h1,
.mySwiperColx4 p,
.mySwiperColx4x2 p,
.mySwiperColx3x2 p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.mySwiperColx4 h1,
.mySwiperColx4 p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.mySwiperColx3x1 h1,
.mySwiperColx3x1 p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    line-height: 22px;
}

.mySwiperColx3x1 .itemcontent{
    padding: 10px 15px;
}

.mySwiperColx3x1 .itemcontent h1.descdislay,
.mySwiperColx3x1 .itemcontent p.descdislay{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.mySwiperColx3x1 a.viewnow{
    color: #015bd6;
    display: inline-block;
}

.mySwiperColx3x1 a.viewnow::after{
    border-left: 8px solid #015bd6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
    width: 0;
    height: 0;
    top: 8px;
    position: absolute;
    right: -14px;
}

.mySwiperColx3x1 .detailContent{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

.mySwiperColx4 h1 span,
.mySwiperColx4x2 h1 span,
.mySwiperColx3x2 h1 span,
.mySwiperColx3x1 h1 span{
    color: #9e9e9e;
}


.mySwiperColx4 .priceDisplay,
.mySwiperColx4x2 .priceDisplay,
.mySwiperColx3x2 .priceDisplay,
.mySwiperColx3x1 .priceDisplay{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.mySwiperColx4 .yeardetail,
.mySwiperColx4x2 .yeardetail,
.mySwiperColx3x2 .yeardetail,
.mySwiperColx3x1 .yeardetail{
    color: #a48d6a;
}

.mySwiperColx4 .detailContent,
.mySwiperColx4x2 .detailContent,
.mySwiperColx3x2 .detailContent,
.mySwiperColx3x1 .detailContent{
    margin-bottom: 25px;
}
.mySwiperColx4x2 a{
    display:block;
}
.mySwiperColx4x2 .detailContent h1.title,
.mySwiperColx3x1 .detailContent h1.title{
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}


.mySwiperColx4x2 .detailContent .area {
    color: #727272;
    font-weight: 500;
    display: block;
    padding-top: 10px;
}

.mySwiperColx4x2 .detailContent .priceDisplay {
    color: #f00;
    font-size: 24px;
    margin-top: 0;
}


.mySwiperColx4x2 .detailContent .priceDisplay .smcurrency,
.mySwiperColx4 .detailContent .priceDisplay .smcurrency{
    font-size: 15px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.mySwiperColx4x2 .detailContent .labelpromotion.green {
    background-color: #67ad6e;
}

.mySwiperColx4x2 .detailContent .labelpromotion.orange {
    background-color: #ff642e;
}

.mySwiperColx4x2 .detailContent .labelpromotion{
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
    position: relative;
    margin-left: 10px;
    top: -3px;
}

.mySwiperColx4x2 .detailContent .labelpromotion.green::before {
    height: 0;
    width: 0;
    border-top: 8px solid #67ad6e;
    border-left: 8px solid transparent;
    top: 0px;
    position: absolute;
    content: "";
    left: -7px;
}

.mySwiperColx4x2 .detailContent .labelpromotion.orange::before {
    height: 0;
    width: 0;
    border-top: 8px solid #ff642e;
    border-left: 8px solid transparent;
    top: 0px;
    position: absolute;
    content: "";
    left: -7px;
}







.mySwiperColx3x2 a .labelDisplay {
    position: absolute;
    top: 20px;
    background: rgb(245 115 2);
    padding: 5px 15px 5px 20px;
    color: #fff;
    font-weight: 500;
    left: -10px;
}

.mySwiperColx3x2 a .labelDisplay::after{
    content: '';
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    right: -14px;
    border-right: 15px solid rgb(245 115 2 / 0%);
    border-top: 19px solid rgb(245 115 2);
    border-bottom: 15px solid rgb(245 115 2);
}

.mySwiperColx3x2 a .labelDisplay::before{
    height: 0;
    width: 0;
    border-bottom: 10px solid #8e6e63;
    border-left: 10px solid transparent;
    top: -8px;
    position: absolute;
    content: "";
    left: 0;
}

.mySwiperColx3x2 .detailContentx3x2 h1 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.mySwiperColx3x2 .detailContentx3x2 p {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    font-weight: 600;
}


.mySwiperColx3x2 .detailContentx3x2 p {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.mySwiperColx3x2 .detailContentx3x2 a span{
    color: #333;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.mySwiperColx3x2 .detailContentx3x2 .remarkisplay {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ff0000;
    display: inline-block;
    margin-bottom: 15px;
}

.mySwiperColx3x2 .detailContentx3x2{
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}
.mySwiperColx3x2 .detailContentx3x2 img{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.mySwiperColx3x2 .detailContentx3x2 .itemcontent{
    padding: 15px 15px 0 15px;
}

.filter-btn.btn.active{
    background: #feae00;
}


.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 25px;
}


.themelist .swiper-button-next,
.themelist .swiper-button-prev{
    color: #555555;
}
.themelist .swiper-button-next{
    right: 5%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    color: #666;
    height: 45px;
    text-align: center;
    width: 45px;
}
.themelist .swiper-button-prev{
    left: 5%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    color: #666;
    height: 45px;
    text-align: center;
    width: 45px;
}

.themelist .container{
    position: relative;
}

.themelist h1.titleh1,
.themelist h2.titleh2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.themelist, .sharingelist{
    padding-bottom: 50px;
    padding-top: 20px;
}

.sharingelist{

}

.sharingelist h1.titleh1{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sharingelist .sharingelistsection{
    border: 1px solid #5d5d5d;
}

.sharingelist .sharingelistsection .itemlIst{
    padding: 20px;
    margin-bottom: 15px;
}

.sharingelist .sharingelistsection .detail h1{
    margin-top: 0;
    color: #5d5d5d;
    font-size: 22px;
    font-weight: 600;
}

.sharingelist .sharingelistsection .detail h1 a,
.sharingelist .sharingelistsection .detail h1 a:hover,
.sharingelist .sharingelistsection .detail h2 a,
.sharingelist .sharingelistsection .detail h2 a:hover{
    color: #5d5d5d;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.sharingelist .sharingelistsection .detail p.desc {
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.footer-widget p,
.footer-widget address,
.footer-widget ul li a {
    color: #fff;
    font-size: 14px;
}


@media screen and (max-width:767px) {
    body{
        padding-top: 60px !important;
    }
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .newadjustment.login-menu.section .each-col.newhyperlink,
    .newnavbar.navbar.navbar-inverse,
    .subheader{
        display: none !important;
    }
    .newadjustment.login-menu.section .each-col{
        margin: inherit;
    }
    .click-me-register, .footer-widget{
        padding-left: 18px;
        padding-right: 18px;
    }
    .copyright{
        display: inline-block;
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }
    .copyright .row{
        display: inline-block;
    }
    .copyright .copyrighttxt{
        text-align: left;       
    }

    .footer-widget{
        background: #000;
        text-align: center;
        border-bottom: 1px solid #efefef;
        padding-top: 30px;
    }
    
    .footer-widget h1,
    .footer-widget address{
        color: #fff;
    }

    .footer-widget ul li a {
        color: #fff;
    }
    .mobilefooter{
        padding-bottom: 50px;
    }
    .widget a{
        right: 25px;
        bottom: 75px;
    }
    .mobilefooter .footer-widget:last-child{
        background: none;
        padding-bottom: 35px;
        padding-top: 20px;
    }

    .mobilefooter .footer-widget:last-child img{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .click-me-register{
        border-radius: 15px;
        margin-bottom: 5px;
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .sixIconlist {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    
    .kanban_main .sixIconlist {
        display: inline-block;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 20px;
    }


    .sixIconlist a {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .sixIconlist a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .sixIconlist a h2{
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .floatingsction{
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: -20%;
        z-index: 10;
        background-color: #fff;
        padding: 10px 15px;
        transition: 0.5s;
    }

    .floatingsction.showfloatingsction{
        bottom: 0%;
        transition: 0.5s;
    }

    .floatingsction a{
        width: 100%;
        display: inline-block;
        color: #000;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .floatingsction .col-6:nth-child(2) a{
        background-color: #feae00;
        color: #fff;
        width: 100%;
        display: inline-block;
        text-align: right;
        height: 40px;
        font-size: 18px;
        line-height: 20px;
        border: 1px solid #feae00;
    }

    .floatingsction a img{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border: 1px solid #999;
    }
    .main-header.header-style-two{
            height: 65px;
    }

    .main-header.header-style-two::before{
        border: 0;
    }
    .logo.section{
        width: 50%;
    }

    .navbar{
        position: relative;
        top: -10px;
        min-height: auto;
    }

    .hidden-bar.right-align.visible-sidebar{
        display: none;
    }
    .sidebar-menu.section{
        margin-right: -15px;
    }
    .sidebar-menu.section{
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow:none;
    }
    .login-icon .btn-login {
        position: relative;
        left: 10px;
        top: 2px;
    }
    .mySwiperColx4x2 .detailContent .labelpromotion{
        display: inline-block;
        clear: both;
        margin-left: 0;
    }
    .mySwiperColx3x2 .detailContentx3x2 h1{
        font-size: 16px;
        height: 38px;
    }
    .mySwiperColx3x2 .detailContentx3x2 a span {
        font-size: 16px;
    }
    .mySwiperColx3x2 .detailContentx3x2 .remarkisplay {
        margin-top: 3px;
        font-size: 17px;
    }
    ul.navbar-nav li.nav-item>ul.dropdown-menu::before{
        display: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        padding-top: 0;
    }

    a.askingbtn{
        background-color: #fead00;
        padding: 5px 0;
        width: 100%;
        display: inline-block;
        color: #000;
        font-size: 20px;
        line-height: 40px;
    }

    .footer-widget.addresswidget{
        line-height: 22px;
    }

    ul.firtrow{
        margin-bottom: 0;
        margin-top: 25px;
    }

    ul.firtrow li,
    ul.secondrow li{
        display: inline-block;
        padding: 0 5px;
    }
    ul.firtrow li:nth-child(2){
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding-left: 8px;
        padding-right: 8px;
    }
    ul.firtrow li:nth-child(1),
    ul.secondrow li:nth-child(1){
        padding-left: 0;
    }
    ul.firtrow li:nth-child(3),
    ul.secondrow li:nth-child(4){
        padding-right: 0;
    }

    ul.firtrow li a{
        
    }

    ul.secondrow li:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding-left: 5px;
    }
    ul.secondrow li:nth-child(3) {
        border-right: 1px solid #fff;
        padding-left: 5px;
    }
    ul.secondrow li:nth-child(2),
    ul.secondrow li:nth-child(3){
        padding-right: 8px;
    }

    .footer-widget.addresswidget ul li{
        color: #fff;
    }
}


.navbarnew2 {
    margin-top: 0;
}

.nav-listnew2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-itemnew2 {
    position: relative;
    flex: 1;
}

.nav-itemnew2 a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: #9d9d9d;
    font-size: 17px;
    text-align: center;
}

.nav-itemnew2 a:hover {
    background: rgba(0, 0, 0, .04);
    color: #000;
}
.submenunew2.secondsub li.nav-itemnew2 a{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 15px;
}

.submenunew2.secondsub li.nav-itemnew2 {
    padding: 0 15px;
}
.nav-itemnew2:hover li{
    background: #fff;
}
.nav-itemnew2:hover ul li > a:hover{
    background: rgba(0, 0, 0, .04);
    color: #000;
}
.submenunew2.secondsub li.nav-itemnew2:hover>a{
    background: rgba(0, 0, 0, .04);
    color: #000;
}

/* 二级菜单样式，默认隐藏 */
.submenunew2 {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    padding-left: 0;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(38, 50, 56, .12);
}

.submenunew2 a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0;
}

.submenunew2 a:hover {
}

ul li.mainsub:first-child:after{
    content: '';
    border-right: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
}

ul li.mainsub:before {
    content: '';
    border-left: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
}

.nav-itemnew2:hover{
    background-color: #feae00;
    color: #000;
}


.nav-itemnew2:hover a{
    color: #000;
}
/* 移动端样式 */
.mobile-menu-toggle {
    display: none;
    font-size: 30px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
}
li.nav-itemnew2 li{
    background-color: #fff;
    padding: 5px 15px;
}
.nav-itemnew2 .submenunew2.secondsub::before{
    content: '';
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    left: 15px;
    box-shadow: 0 1px 4px 0 rgba(38, 50, 56, .22);
    z-index: -1;
}


@media (min-width: 769px) {
    .nav-itemnew2 .submenunew2{
        width: 220px;
    }
    .nav-itemnew2:hover > .submenunew2 {
        display: block;
    }

    .nav-itemnew2:hover > .submenunew2.secondsub {
        padding-top: 10px;
    }

    .nav-itemnew2 .submenunew2 li:first-child{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-top: 10px;
    }
    .nav-itemnew2 .submenunew2 li:last-child{
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding-bottom: 10px;
    }

    .submenunew2 .submenunew2 {
        left: 100%;
        top: 0;
    }

    .submenunew2 .nav-itemnew2:hover>.submenunew2 {
        display: block;
    }
}

@media (max-width: 768px) {
    .nav-itemnew2.mainsub.open{
        background-color: #feae00;
        color: #000;
    }
     .nav-itemnew2.mainsub a{
        color: #000;
    }
    .submenunew2 a{
    color: #000;
    }
    .nav-listnew2 {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 9999;
        box-shadow: 0 3px 10px 0px #efefef;
    }

    .nav-itemnew2 {
        width: 100%;
    }

    .nav-itemnew2 a {
        padding: 14px 14px 14px 20px;
        text-align: left;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-listnew2.open {
        display: flex;
    }

    /* 移动端点击时显示子菜单 */
    .nav-itemnew2.open .submenunew2 {
        display: block;
    }

    /* .nav-itemnew2.open>a::after {
        content: " ▼";
    } */
    .nav-itemnew2.open .submenunew2{

    }

    .nav-itemnew2.open .hassubmenu .submenunew2{
        display: none;
    }
    .nav-itemnew2.open .hassubmenu.open .submenunew2{
        display: block;
    }
    .nav-itemnew2.open .hassubmenu.open .submenunew2 li{
        padding-left: 20px;
    }

    .nav-itemnew2.mainsub a +.carcet{
        position: absolute;
        right: 5px;
        top: 10px;
        z-index: 5;
        padding: 5px 15px;
    }

    .nav-itemnew2.mainsub a +.carcet .downcarcet{
       
        border-top: 8px solid transparent;
        border-right: 0;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #333333;
        width: 10px;
        height: 10px;
        text-align: center;
        display: inline-block;
    }

    .nav-itemnew2.open .hassubmenu a +.carcet .downcarcet{
        transform: rotate(0);
        top: 0;
    }

    .nav-itemnew2.open a +.carcet .downcarcet{
        transform: rotate(90deg);
        position: relative;
        top: 3px;
     }
     
    .nav-itemnew2.open .hassubmenu.open a +.carcet .downcarcet{
        transform: rotate(90deg);
        position: relative;
        top: -5px;
        right: 5px;
     }
     .nav-itemnew2 .submenunew2.secondsub::before{
        display: none;
     }
    .submenunew2.secondsub li.nav-itemnew2 a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .submenunew2{
        position: relative;
    }
}


.mobilemenu{
    display: none;
}
body.addbgblack::after{
    content: '';
    background: rgba(0, 0, 0, .4);
    height: 100%;
    z-index: 10;
    position: fixed;
    top:0;
    width: 100%;
}
@media (max-width: 768px) {
    .mobilemenu {
        display: block;
        position: fixed;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        bottom: -20%;
        padding: 20px;
        width: 100%;
        left: 0;
        transition: 0.5s;
    }
    .mobilemenu.showmenufooter{
        bottom: 0;
        transition: 0.5s;
    }

    .nested-list{
        display: none;
    }

    .mobilemenu .nested-list h4{
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .mobilemenu .back-button{
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .mobilemenu .list-item{
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #efefef;
    }
    .mobilemenu .list-item:last-child{
        border-bottom: 0;
    }

    .mobilemenu .list-item a {
        color: #000;    
        width:100%;
        display: inline-block;
    }

   .mobilemenu .list-item .morepagebtn{
        border-top: 6px solid transparent;
        border-right: 0;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #333333;
        width: 10px;
        height: 10px;
        text-align: center;
        display: inline-block;
        float: right;
    }
}