.fl {
    float: left;
}

.fr {
    float: right;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.mb12 {
    margin-bottom: 12px;
}

.text-center {
    text-align: center;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix:before {
    content: '';
    display: table;
    clear: both;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}


/*头部*/

.newlayout-header {
    width: 100%;
    background-color: transparent;
    height: 85px;
    position: fixed;
    z-index: 99999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-image: url(../images/bgred.jpeg);
    background-repeat: repeat;
    background-size: 100% 100%;
}

.newlayout-header .layout-wrap {
    position: relative;
    width: 1124px;
    margin: 0 auto;
}

.newlayout-header .layout-wrap .logo-shop {
    position: absolute;
    top: 7px;
    height: 45px;
}

.newlayout-header .layout-wrap .logo-shop .logo {
    margin-right: 12px;
}

.newlayout-header .layout-wrap .logo-shop .logo img {
    display: block;
    width: 12%;
   /* height: 45px;*/
   margin-top:10px;
}

.newlayout-header .layout-wrap .logo-shop .mylocation {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    color: #c8a279;
}

.newlayout-header .layout-wrap .logo-shop .mylocation::before {
    position: absolute;
    top: 4px;
    left: 6px;
    content: '';
    width: 9px;
    height: 12px;
    background: url(../images/local.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.newlayout-header .layout-wrap .logo-shop .shop-name {
    height: 20px;
    width: 129px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-indent: 9px;
    position: relative;
    cursor: pointer;
    background: url(../images/hdbg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.newlayout-header .layout-wrap .logo-shop .shop-name h3 {
    margin-top: 6px;
    font-size: 16px;
    height: 20px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list {
    background-color: #000000;
    position: absolute;
    top: 36px;
    left: -90px;
    z-index: 10000;
    color: #fff;
    width: 347px;
    padding: 0 10px;
    display: none;
    height: 630px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-big {
    width: 100%;
    max-height: 580px;
    overflow-y: auto;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-big ul {
    float: left;
    margin-top: 5px;
    width: 164px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-big ul::nth-child(2n) {
    margin-left: 10px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list li {
    line-height: 25px;
    font-size: 13px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list li a {
    color: #fff;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-list-1 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-list-2 a {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    opacity: 0.8;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .shop-list-2:hover>a:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #bc0000;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .more {
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    width: 50%;
    position: relative;
    top: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    bottom: -20px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .more a {
    color: #fff;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men {
    position: absolute;
    width: 268px;
    height: 380px;
    background: #FFFFFF;
    left: 100%;
    top: 8%;
    border-radius: 10px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod {
    margin: 14px auto 0;
    width: 249px;
    height: 165px;
    background: black;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod img {
    display: block;
    width: 100%;
    height: 100%;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-a {
    width: 234px;
    height: 44px;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-b {
    width: 223px;
    text-indent: 0px;
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    color: #000000;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-b>span:first-child {
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-b>span:first-child img {
    width: 14px;
    height: 14px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-c {
    display: inline-block;
    width: 180px;
    float: left;
    margin-left: 8px;
    overflow: hidden;
    font-weight: normal;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .rod-bto {
    margin-top: 23px;
    width: 150px;
    height: 32px;
    display: inline-block;
    color: #FFFFFF !important;
    background: #DC0000;
    margin-left: 58px;
    text-align: center;
    line-height: 32px;
    border-radius: 32px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .aaa {
    margin-top: 17px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .bbb {
    margin-top: 10px;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .pppp {
    width: 14px !important;
    height: 18px !important;
}

.newlayout-header .layout-wrap .logo-shop .shop-name .shop-list .men .pppp img {
    width: 14px;
    height: 18px!important;
}

.newlayout-header .layout-wrap .logo-shop .icon-arrow-down-black {
    display: inline-block;
    width: 18px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/down.png) center no-repeat;
}

.newlayout-header .layout-wrap .nav-wrap {
    position: relative;
    margin-left: 248px;
    display: flex;
    align-items: center;
}

.newlayout-header .layout-wrap .nav-wrap .nav {
    padding-top: 31px;
    z-index: 10000;
}

.newlayout-header .layout-wrap .nav-wrap .nav .item {
    float: left;
    position: relative;
    width: 150px;
}

.newlayout-header .layout-wrap .nav-wrap .nav .item a {
    padding-right: 36px;
    display: block;
    font-size: 18px;
    color: #dcba98;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px 4px;
}

.newlayout-header .layout-wrap .nav-wrap .nav .item a .hot {
    margin-left: 4px;
    display: inline-block;
    width: 28px;
    height: 11px;
    background: url(../images/hot.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.newlayout-header .layout-wrap .nav-wrap .nav .item a .ma {
    position: absolute;
    display: none;
    z-index: 99999;
    width: 117px;
    height: 117px;
    background: #fff;
    left: -20px;
    top: 26px;
}

.newlayout-header .layout-wrap .nav-wrap .nav .item a .ma img {
    display: block;
    width: 117px;
    height: 117px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight {
    position: absolute;
    top: 14px;
    right: 6px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info {
    padding-top: 18px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item {
    float: left;
    cursor: pointer;
    margin-left: 16px;
    font-size: 12px;
    color: #c8a279;
    font-weight: bold;
    position: relative;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item a {
    color: #c8a279;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item .ma {
    position: absolute;
    display: none;
    z-index: 99999;
    width: 127px;
    height: 127px;
    background: #fff;
    left: -40px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item .icon.icon-wx {
    width: 17px;
    height: 21px;
    background: url(../images/hdicon1.png) center no-repeat;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item .icon.icon-jd {
    width: 17px;
    height: 21px;
    background: url(../images/hdicon2.png) center no-repeat;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .sign-info .item .icon.icon-tm {
    width: 17px;
    height: 21px;
    background: url(../images/hdicon1.png) center no-repeat;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .tel {
    margin-top: 10px;
    text-align: right;
    width: 100%;
    height: 21px;
}

.newlayout-header .layout-wrap .nav-wrap .navRight .tel img {
    width: 158px;
}

.shop-name .shop-list .shop-big::-webkit-scrollbar,
.mylocation .citylist::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.shop-name .shop-list .shop-big::-webkit-scrollbar-thumb,
.mylocation .citylist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #a5a5a5;
}

.shop-name .shop-list .shop-big::-webkit-scrollbar-track,
.mylocation .citylist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}


/*轮播*/

.newlayout-banner {
    position: relative;
    width: 100%;
    height: 702px;
    margin-top: 85px;
}

.newlayout-banner .slide {
    width: 100%;
    height: 700px;
    background-size: 100% 100%;
}

.newlayout-banner .prev,
.newlayout-banner .next {
    width: 20px;
    height: 33px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
}

.newlayout-banner .prev {
    left: 10%;
    background: url(../images/ind_left.png) no-repeat;
}

.newlayout-banner .next {
    right: 10%;
    background: url(../images/ind_right.png) no-repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 55px;
    left: auto;
    width: 100%;
    text-align: center;
    right: auto;
    top: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 27px 0 0!important;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 13px!important;
    height: 13px!important;
    cursor: pointer;
    opacity: 1;
    background: url(../images/circle.png) no-repeat;
}

.swiper-pagination-bullet-active {
    background: url(../images/circle-on.png) no-repeat;
}


/*右侧工具栏*/

.newlayout-kf {
    box-sizing: border-box;
    position: fixed;
    right: 15px;
    top: 50%;
    margin-top: -233px;
    width: 78px;
    height: 466px;
    background: url(../images/kfbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1999;
    padding: 15px;
}

.newlayout-kf .item {
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.newlayout-kf .item:last-child {
    cursor: pointer;
}

.newlayout-kf .item p {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2px;
    line-height: 1;
}

.newlayout-kf .item .w44 {
    width: 44px;
    height: 44px;
}

.w100p {
    width: 100%;
}

.newlayout-kf .item.contact-ewm img {
    margin-left: -5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/*四种提货方式*/

.fourways {
    width: 100%;
    height: 700px;
    padding-top: 89px;
    box-sizing: border-box;
    background: url(../images/banner/waybg.jpg) bottom center no-repeat;
}

.fourways .tt {
    text-align: center;
}

.fourways .content {
    margin: 50px auto 0;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    width: 1180px;
    height: 407px;
}

.fourways .content .way-item {
    box-sizing: border-box;
    width: 25%;
    float: left;
    text-align: center;
    color: black;
    padding-top: 10px;
    border: 1px solid none;
    padding: 0px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.fourways .content .way-item.on {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
}

.fourways .content .way-item .p2 {
    font-size: 24px;
    margin: 60px 0 20px;
    font-weight: bold;
}

.fourways .content .way-item .p3 {
    padding: 0 30px;
    margin-bottom: 10px;
}

.fourways .content .way-item .str {
    font-size: 18px;
}

.category-banner {
    margin-top: 50px;
    height: 38px;
}

.about-card-list .item:first-child {
    background: url(../images/foot-bg1.png) no-repeat;
}

.about-card-list .item:last-child {
    background: url(../images/foot-bg3.png) no-repeat;
}

.about-card-list .item {
    float: left;
    width: 20%;
    background: url(../images/foot-bg2.png) no-repeat;
    line-height: 37px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.about-card-list .item .icon {
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.about-card-list .item .icon-1 {
    width: 34px;
    background: url(../images/foot-icon1.png) left center no-repeat;
}

.about-card-list .item .icon-2 {
    width: 29px;
    background: url(../images/foot-icon2.png) left center no-repeat;
}

.about-card-list .item .icon-3 {
    width: 27px;
    background: url(../images/foot-icon3.png) left center no-repeat;
}

.about-card-list .item .icon-4 {
    width: 40px;
    background: url(../images/foot-icon4.png) left center no-repeat;
}

.about-card-list .item .icon-5 {
    width: 40px;
    background: url(../images/foot-icon5.png) left center no-repeat;
}

.about-card-list .item .icon-6 {
    width: 30px;
    background: url(../images/foot-icon6.png) left center no-repeat;
}

.about-card-list .item .icon-7 {
    width: 33px;
    background: url(../images/foot-icon7.png) left center no-repeat;
}

.about-card-list .item .icon-8 {
    width: 27px;
    background: url(../images/foot-icon8.png) left center no-repeat;
}

.about-card-list .item .icon-9 {
    width: 24px;
    background: url(../images/foot-icon9.png) left center no-repeat;
}

.about-card-list .item .icon-10 {
    width: 30px;
    background: url(../images/foot-icon10.png) left center no-repeat;
}


/*底部*/

.newlayout-footer {
    background-color: rgb(0, 0, 0);
}

.newlayout-footer .layout-wrap {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 34px;
    padding-top: 47px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info,
.newlayout-footer .layout-wrap .about-text-list .text-list {
    margin-top: 44px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    /*四栏样式*/
}

.newlayout-footer .layout-wrap .about-text-list .contact-info.fourTab,
.newlayout-footer .layout-wrap .about-text-list .text-list.fourTab {
    padding-left: 80px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info.fourTab .item,
.newlayout-footer .layout-wrap .about-text-list .text-list.fourTab .item {
    padding-left: 60px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info .contact-qrcode,
.newlayout-footer .layout-wrap .about-text-list .text-list .contact-qrcode {
    position: relative;
    height: 123px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info .contact-qrcode .qrcode-img,
.newlayout-footer .layout-wrap .about-text-list .text-list .contact-qrcode .qrcode-img {
    display: block;
    width: 101px;
    height: 101px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info .contact-qrcode .phone-shake,
.newlayout-footer .layout-wrap .about-text-list .text-list .contact-qrcode .phone-shake {
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 34px;
}

.newlayout-footer .layout-wrap .about-text-list .contact-info .contact-qrcode .phone-num,
.newlayout-footer .layout-wrap .about-text-list .text-list .contact-qrcode .phone-num {
    margin-top: 24px;
}

.newlayout-footer .layout-wrap .about-text-list .text-list {
    padding-left: 50px;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item:first-child {
    padding-left: 0;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item {
    float: left;
    padding-left: 22px;
    text-align: right;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item .text-size-lger {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item li {
    line-height: 30px;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item li a {
    font-size: 16px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #acacac;
}

.newlayout-footer .layout-wrap .about-text-list .text-list .item li a:hover {
    color: #ddbf9d;
}

.newlayout-footer .layout-wrap .security-symbol {
    margin-top: 30px;
    padding: 0 20px;
}

.newlayout-footer .layout-wrap .security-symbol .item {
    float: left;
    display: block;
    padding: 0 44px;
    text-align: center;
    color: #686868;
    font-size: 14px;
    border-right: 1px solid #686868;
}

.newlayout-footer .layout-wrap .security-symbol .item p {
    margin-bottom: 5px;
}

.newlayout-footer .layout-wrap .security-symbol .item p.desc {
    margin-bottom: 5px;
    height: 24px;
    overflow: hidden;
}

.newlayout-footer .layout-wrap .security-symbol .item .icon-edage-1 {
    display: block;
    height: 48px;
    background: url(../images/foot-ba1.png) center no-repeat;
}

.newlayout-footer .layout-wrap .security-symbol .item .icon-edage-2 {
    display: block;
    height: 48px;
    background: url(../images/foot-ba2.png) center no-repeat;
}

.newlayout-footer .layout-wrap .security-symbol .item .icon-edage-3 {
    display: block;
    height: 48px;
    background: url(../images/foot-ba3.png) center no-repeat;
}

.newlayout-footer .layout-wrap .security-symbol .item .icon-edage-4 {
    display: block;
    height: 48px;
    background: url(../images/foot-ba4.png) center no-repeat;
}

.newlayout-footer .layout-wrap .security-symbol .item:hover {
    color: #ddbf9d;
}

.newlayout-footer .layout-wrap .security-symbol .item:last-child {
    border-right: none;
}

.newlayout-footer .layout-wrap .company {
    margin-top: 34px;
    text-align: center;
    font-size: 14px;
    color: #686868;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px;
}

.newlayout-footer .layout-wrap .company a {
    color: #686868;
}


/*大闸蟹*/

.f30 {
    font-size: 30px;
}

.bold {
    font-weight: bold;
}

.ml10 {
    margin-left: 10px;
}

.newlayout-category {
    width: 100%;
    height: auto;
    background: #f2ebe5;
}

.newlayout-category .layout-wrap {
    width: 1120px;
    padding-top: 60px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.newlayout-category .layout-wrap .category-content {
    position: relative;
    height: 587px;
}

.newlayout-category .layout-wrap .category-content .content {
    position: absolute;
    width: 1120px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item {
    float: left;
    width: 353px;
    margin: 57px 0 0;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img {
    position: relative;
    height: 164px;
    text-align: center;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img img:first-child {
    width: 230px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img .decorate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt {
    margin-top: 7px;
    font-size: 24px;
    height: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt.red {
    color: #bc0000;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt .hot {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(../images/fire-all.png) 0 -18px no-repeat;
    margin-right: 10px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .showmore {
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap {
    padding-left: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info {
    position: relative;
    padding: 18px 0 22px 5px;
    border-bottom: 1px dotted #999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 40px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .pro-text {
    margin-right: 10px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .pro-list {
    border-right: 1px solid #000;
    padding-right: 12px;
    margin-top: 1px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info a {
    color: #000000;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .pro-list li {
    font-size: 18px;
    color: #000000;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .newPrice {
    font-size: 18px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .oldPrice {
    font-size: 14px;
    color: #686868;
    text-decoration: line-through;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .clock {
    position: absolute;
    bottom: 5px;
    left: 56px;
    font-size: 12px;
    color: #bd0505;
    letter-spacing: 2px;
    text-indent: 16px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .clock::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url(../images/clock-on.png) no-repeat;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .pro-shop {
    position: absolute;
    right: 4px;
    top: 27px;
    cursor: pointer;
    background: url(../images/car.png) no-repeat;
    height: 28px;
    width: 28px;
    background-position: 0 0;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info .pro-shop.red {
    background-position: 0 -32px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info:hover .oldPrice {
    color: #bd0505;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info:hover .pro-list {
    border-right: 1px solid #bd0505;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info:hover a {
    color: #bd0505;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info:hover .pro-list li {
    color: #bd0505;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap .pro-info:hover .pro-shop {
    background-position: 0 -32px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-info-wrap.short {
    width: 284px;
    margin: 0 auto;
    height: 324px;
    overflow: hidden;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item:first-child {
    margin-right: 33px;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item:last-child {
    margin-left: 20px;
}

.newlayout-category .layout-wrap .category-text {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.newlayout-category .layout-wrap .category-text span {
    padding-right: 10px;
}


/*海鲜页面*/

.hxfresh {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 0px 20px 0;
    justify-content: space-between;
}

.hxfresh div {
    cursor: pointer;
}

.hxfresh div:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
}

.hxfresh img {
    max-width: 100%;
    display: block;
}

.hxmain {
    width: 100%;
    background: #fff url(../images/chinaback-2.png) top center no-repeat;
}

.hxmain .sec {
    width: 1120px;
    margin: auto;
}

.hxmain .sec .tt {
    padding-top: 77px;
    text-align: center;
}

.hxmain .sec .bigbox {
    width: 1200px;
    height: 431px;
    /* overflow: hidden; */
    margin: 50px auto 0;
    position: relative;
}

.hxmain .sec .bigbox .col-lg-2 {
    float: left;
    width: 167px;
    margin-right: 30px;
}

.hxmain .sec .bigbox .col-lg-2:last-child {
    margin-right: 0;
}

.hxmain .sec .bigbox .big {
    width: 138px;
    font-size: 24px;
    color: #000;
    letter-spacing: 3px;
    text-align: center;
}

.hxmain .sec .bigbox .title {
    margin: 12px 0 20px 6px;
    width: 117px;
    height: 30px;
    background: url(../images/hxtab-bg.png) no-repeat;
}

.hxmain .sec .bigbox .title li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.hxmain .sec .bigbox .title li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.hxmain .sec .bigbox .title li.hover {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    color: #fff;
}

.hxmain .sec .bigbox .title li:first-child.hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hxmain .sec .bigbox .title li:last-child.hover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hxmain .sec .bigbox .hov {
    position: relative;
    border-bottom: 1px dotted black;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 26px;
}

.hxmain .sec .bigbox .hov .hovdtl {
    position: absolute;
    bottom: -82px;
    left: 0;
    width: 100%;
    height: 82px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.hxmain .sec .bigbox .hov .hovdtl img {
    max-width: 100%;
}

.hxmain .sec .bigbox .sale {
    margin-top: 40px;
}

.hxmain .sec .bigbox .sale .newPrice {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #bc0000;
}

.hxmain .sec .bigbox .sale .newPrice .cx {
    position: absolute;
    top: -23px;
    left: 0;
    display: block;
    width: 58px;
    height: 25px;
    background: url(../images/xs.png) no-repeat;
    background-size: 100% 100%;
}

.hxmain .sec .bigbox .sale .newPrice .pro-shop {
    cursor: pointer;
    background: url(../images/car.png) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-position: 0 0;
    margin-left: 8px;
    vertical-align: middle;
}

.hxmain .sec .bigbox .sale .newPrice .pro-shop.red {
    background-position: 0 -32px;
}

.hxmain .sec .bigbox .sale .oldPrice {
    font-size: 14px;
    color: #686868;
    text-decoration: line-through;
}

.hxmain .sec .bigbox .sale .showmore {
    margin-left: -4px;
    margin-top: 25px;
    cursor: pointer;
}

.hxmain .tc {
    width: 100%;
    height: 300px;
    /*height: 428px;
  background: url(../images/foodpack.png) center no-repeat;*/
}

.hxmain .tc.np {
    background: url(../images/foodpack2.png) center no-repeat;
}

.hxmain-zy {
    width: 100%;
    height: 583px;
    padding-top: 72px;
    background: url(../images/hxbg-1.png) no-repeat;
    text-align: center;
}

.hxmain-zy .zybox {
    width: 834px;
    margin: 84px auto 87px;
}

.hxmain-zy .zybox li {
    float: left;
    margin-right: 75px;
    position: relative;
}

.hxmain-zy .zybox li .num {
    cursor: pointer;
    position: absolute;
    width: 150px;
    height: 83px;
    top: -8px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hxmain-zy .zybox li .num.num1 {
    background: url(../images/zynum1.png) center no-repeat;
}

.hxmain-zy .zybox li .num.num2 {
    background: url(../images/zynum2.png) center no-repeat;
}

.hxmain-zy .zybox li .num.num3 {
    background: url(../images/zynum3.png) center no-repeat;
}

.hxmain-zy .zybox li .num.num4 {
    background: url(../images/zynum4.png) center no-repeat;
}

.hxmain-zy .zybox li:last-child {
    margin-right: 0;
}

.hxmain-food {
    width: 100%;
    margin-bottom: -2px;
    box-sizing: border-box;
    /* height: 797px; */
    padding-top: 45px;
    background: url(../images/hxbg-2.png) no-repeat;
    text-align: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.hxmain-food .hxmain-foodbox {
    width: 1106px;
    background: #fff;
    margin: 43px auto 0;
    padding: 26px 68px 32px 32px;
    border-radius: 12px;
}

.hxmain-food .hxmain-foodbox .boxL {
    float: left;
    width: 467px;
    overflow: hidden;
}

.hxmain-food .hxmain-foodbox .boxL .slide {
    position: relative;
    width: 467px;
    height: 537px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.hxmain-food .hxmain-foodbox .boxL .slide .mask {
    position: absolute;
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 54px;
    bottom: 0;
    color: #ffffff;
}

.hxmain-food .hxmain-foodbox .boxR {
    float: right;
    margin-top: 10px;
    width: 582px;
}

.hxmain-food .hxmain-foodbox .boxR li {
    border-bottom: 1px dotted black;
    padding: 19px 0;
    cursor: pointer;
}

.hxmain-food .hxmain-foodbox .boxR li .tt {
    float: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: left;
    width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hxmain-food .hxmain-foodbox .boxR li .img {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.hxmain-food .hxmain-foodbox .boxR li .sub {
    margin-top: 16px;
    font-size: 18px;
    text-align: left;
}

.hxmain-food .hxmain-foodbox .boxR li a {
    display: block;
    border-bottom: 1px dotted black;
    padding: 28px 0 22px;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.hxmain-food .hxmain-foodbox .boxR li:hover,
.hxmain-food .hxmain-foodbox .boxR li a:hover {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
}

.hxmain-food .hxmain-foodbox .boxR li.more {
    cursor: pointer;
    margin-top: 6px;
    text-align: right;
    margin-right: 5px;
    border-bottom: none;
}

.mt30 {
    margin-top: 30px!important;
}

.category-tab {
    margin: 0 auto;
    width: 562px;
}

.category-tab li {
    margin-right: 50px;
    cursor: pointer;
    float: left;
    color: #ddbf9d;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 154px;
    height: 36px;
    line-height: 31px;
    background: url(../images/ind_tab.png) no-repeat;
    background-position: 0 -36px;
}

.category-tab li.current {
    background-position: 0 0;
    color: #fff;
}

.category-tab li:last-child {
    margin-right: 0;
}


/*首页*/

.ind_sub {
    margin: 0 auto;
    width: 1080px;
}

.ind_sub li {
    float: left;
    margin: 27px 0 0;
}

.ind_sub li a {
    display: block;
}

.ind_sub li:nth-child(2) {
    margin-left: 39px;
    margin-right: 39px;
}

.newlayout-category .ind_tt {
    text-align: center;
    padding-top: 93px;
    margin-bottom: -30px;
}

.newlayout-category .ind_tt_banner_tips {
    text-align: center;
    margin-top: 60px;
    font-size: 24px;
    line-height: 35px;
}


/*优势*/

.ind_ys {
    width: 100%;
    padding-top: 80px;
    height: 730px;
    background: url(../images/sx-bg.png) top center no-repeat;
}

.ind_ys .ind_tt {
    text-align: center;
    /*margin-bottom: 92px;*/
}

.ind_ys ul {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.ind_ys ul li {
    float: left;
    width: 273px;
    height: 450px;
    margin-right: 33px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    cursor: pointer;
    transform: rotateY(0deg);
}

.ind_ys ul li:last-child {
    margin-right: 0;
}


/*新闻快报*/

.ind_news {
    width: 100%;
    padding-top: 80px;
    height: 730px;
    background: url(../images/ind_newsbg.png) top center no-repeat;
}

.ind_news .ind_tt {
    text-align: center;
}

.ind_news .newstab {
    width: 1180px;
    margin: 46px auto 40px;
}

.ind_news .newstab li {
    position: relative;
    float: left;
    margin-left: 68px;
    box-sizing: border-box;
    text-align: center;
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.ind_news .newstab li:first-child {
    margin-left: 7px;
}

.ind_news .newstab li.on {
    border-bottom: 2px solid #bc0000;
    color: #bc0000;
}

.ind_news .ind-newsbox {
    float: left;
    width: 694px;
    background: #fff;
    padding: 25px 46px 37px 24px;
    border-radius: 12px;
}

.ind_news .ind-newsbox .boxL {
    float: left;
    width: 327px;
    overflow: hidden;
}

.ind_news .ind-newsbox .boxL .slide {
    position: relative;
    width: 327px;
    height: 422px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.ind_news .ind-newsbox .boxL .slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.ind_news .ind-newsbox .boxL .slide .mask {
    position: absolute;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 45px;
    bottom: 0;
    color: #ffffff;
}

.ind_news .ind-newsbox .boxR {
    float: right;
    position: relative;
    width: 318px;
    height: 422px;
}

.ind_news .ind-newsbox .boxR ul li a {
    display: block;
    border-bottom: 1px dotted black;
    padding: 16px 0 18px;
    font-size: 18px;
    color: #000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_news .ind-newsbox .boxR ul li a:hover {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
}

.ind_news .ind-newsbox .boxR .more {
    position: absolute;
    right: 2px;
    bottom: -23px;
    cursor: pointer;
    text-align: right;
}

.ind_news .ind-newsbox-step {
    position: relative;
    float: left;
    width: 328px;
    padding-top: 20px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    margin-left: 27px;
    padding-left: 26px;
    padding-right: 30px;
    height: 464px;
}

.ind_news .ind-newsbox-step .tab li {
    width: 57px;
    height: 56px;
    background: url(../images/ind_new_tab.png) no-repeat;
    font-size: 22px;
    color: #fff;
    line-height: 56px;
    float: left;
    color: #ddbf9d;
    margin-left: 24px;
    cursor: pointer;
}

.ind_news .ind-newsbox-step .tab li.on {
    background: url(../images/ind_tab_on.png) no-repeat;
    color: #fff;
}

.ind_news .ind-newsbox-step .img {
    position: relative;
    bottom: 0;
    width: 327px;
    height: 193px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
}

.ind_news .ind-newsbox-step .img img {
    max-width: 100%;
}

.ind_news .ind-newsbox-step .img .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    line-height: 30px;
    text-indent: 12px;
    text-align: left;
    font-size: 16px;
}

.ind_news .ind-newsbox-step .text li a {
    display: block;
    border-bottom: 1px dotted black;
    padding: 20px 0 16px;
    font-size: 18px;
    color: #000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_news .ind-newsbox-step .text li a:hover {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
}

.ind_news .ind-newsbox-step .more {
    position: absolute;
    right: 2px;
    bottom: 16px;
    cursor: pointer;
    text-align: right;
    right: 40px;
}


/*右侧导航栏*/

.contact-tel .contact-tel-back,
.contact-ewm .contact-ewm-back {
    display: none;
    z-index: 3;
    position: absolute;
    width: 242px;
    right: -300px;
    padding: 16px 18px;
    font-size: 24px;
    top: 12px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-tel .contact-tel-back span,
.contact-ewm .contact-ewm-back span {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
}

.contact-tel .contact-tel-back .left,
.contact-ewm .contact-ewm-back .left {
    float: left;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.margin-right-lg {
    margin-right: 10px;
}

.left {
    float: left;
}

.contact-ewm .contact-ewm-back {
    top: 0;
    width: 180px;
    padding: 3px 14px 3px 14px;
}

.contact-ewm .contact-ewm-back span {
    font-size: 24px;
    width: 60px;
    margin-top: 24px;
}

.mr16 {
    margin-right: 16px;
}


/*subBanner*/

.subBanner {
    width: 100%;
    overflow: hidden;
    /*height: 632px;*/
    position: relative;
}

.subBanner img {
    width: 100%;
}

.subBanner .hd {
    position: absolute;
    width: 100%;
    height: 62px;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    left: 0;
    z-index: 199;
}

.subBanner .hd ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.subBanner .hd ul li {
    box-sizing: border-box;
    margin-top: 17px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
    padding: 0 12px;
}

.subBanner .hd ul li.on {
    box-sizing: border-box;
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    border: 1px solid #ddbf9d;
    border-radius: 30px;
    padding: 0 12px;
}


/*海鲜内页内容样式们*/

.hxmainSub {
    width: 1120px;
    margin: 0 auto;
    color: #000;
    font-size: 24px;
}

.hxmainSub .hxmainSub-1 {
    margin-top: 60px;
    text-align: center;
}

.hxmainSub .hxmainSub-1 .tt {
    font-size: 48px;
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.1;
    font-weight: bold;
}

.hxmainSub .hxmainSub-1 .subtt {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 16px;
    line-height: 1;
}

.hxmainSub .hxmainSub-1 .text {
    line-height: 34px;
    letter-spacing: 4px;
}

.hxmainSub .hxmainSub-2 {
    width: 100%;
    margin-top: 100px;
}

.hxmainSub .hxmainSub-2 .tt {
    text-align: center;
    font-size: 36px;
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 2px;
}

.hxmainSub .hxmainSub-3 {
    margin-top: 74px;
}

.hxmainSub .hxmainSub-3 img {
    display: block;
    width: 355px;
    height: 267px;
    border-radius: 12px;
    margin-right: 32px;
}

.hxmainSub .hxmainSub-3 .item {
    box-sizing: border-box;
    padding-left: 16px;
    width: 716px;
    border-bottom: 1px solid #e0e0e0;
}

.hxmainSub .hxmainSub-3 .item .tt {
    margin-top: -8px;
    margin-bottom: 4px;
    font-size: 28px;
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 2px;
}

.hxmainSub .hxmainSub-3 .item .text {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-bottom: 24px;
}

.hxmainSub .hxmainSub-3 .item:nth-child(2) .tt {
    margin-top: 10px;
}

.hxmainSub .hxmainSub-4 {
    margin-top: 68px;
    margin-bottom: 20px;
}

.hxmainSub .hxmainSub-4 .subL {
    width: 720px;
    font-size: 22px;
    color: #4f4f4f;
}

.hxmainSub .hxmainSub-4 .subL .tt {
    margin-bottom: 20px;
    font-size: 28px;
}


/*20200428 推荐做法标题调整*/

.hxmainSub .hxmainSub-4 .subL .ttbold {
    background-image: linear-gradient(#ddbf9d, #a6876a);
    -webkit-background-clip: text;
    color: transparent;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 2px;
}

.hxmainSub .hxmainSub-4 .subL .tt .sub {
    font-size: 21px;
    font-weight: bold;
    color: #4f4f4f;
}

.hxmainSub .hxmainSub-4 .subL .line {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 3px;
}

.hxmainSub .hxmainSub-4 .subL p {
    line-height: 26px;
    text-indent: 51px;
}

.hxmainSub .hxmainSub-4 .subL .L-1 {
    margin-top: 20px;
    text-indent: 17px;
}

.hxmainSub .hxmainSub-4 .subR {
    width: 353px;
    height: 267px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 58px;
    margin-left: 46px;
}

.hxmainSub .hxmainSub-4 .subR img {
    display: block;
    max-width: 100%;
    border-radius: 12px;
    height: 100%;
}


/*小轮播*/

.hxmainSub-banner {
    margin-top: 25px;
    height: 210px;
    position: relative;
    padding: 0 16px;
    right: 0;
}

.hxmainSub-banner .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.hxmainSub-banner .swiper-slide img {
    width: 236px;
    height: 170px;
    border-radius: 12px;
}

.hxmainSub-banner .swiper-slide p {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.1;
}

.hxmainSub-banner .prev,
.hxmainSub-banner .next {
    width: 20px;
    height: 33px;
    position: absolute;
    top: 83px;
    cursor: pointer;
    z-index: 99;
}

.hxmainSub-banner .prev {
    left: 0;
    background: url(../images/ind_left.png) no-repeat;
}

.hxmainSub-banner .next {
    right: 0;
    background: url(../images/ind_right.png) no-repeat;
}


/*头部城市切换*/

.newlayout-header .citylist {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 366px;
    padding: 10px 13px 4px 18px;
    height: 552px;
    overflow-y: auto;
    background: #000;
    z-index: 9999;
    top: 22px;
    left: -4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.newlayout-header .citylist ul li {
    width: 335px;
    padding: 12px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 18px;
}

.newlayout-header .citylist ul li:last-child {
    border-bottom: none;
}

.newlayout-header .citylist ul li .tt {
    font-weight: bold;
}

.newlayout-header .citylist ul li .city {
    position: relative;
    font-weight: normal;
    margin-right: 4px;
    color: #fff;
    cursor: pointer;
}

.newlayout-header .citylist ul li .city:last-child {
    margin-right: 0;
}

.newlayout-header .citylist ul li .city:hover:after,
.citylist ul li .city.on:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #bc0000;
}

.newlayout-header .citylist ul li .mt {
    margin-top: 8px;
}

.newlayout-header .layout-wrap .logo-shop .mylocation .changeCity {
    cursor: pointer;
}


/*20200803*/

.newlayout-banner .swiper_bottom_banner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*padding:10px 0;*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.linkaImg {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    cursor: pointer;
}

.linkaImg:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.ind_ys .ind_tt_tips {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}

.ind_ys {
    width: 100%;
    padding-top: 80px;
    height: 730px;
    background: url(../images/banner/sx-bg-banner.jpg) top center no-repeat;
}

.hxmain-zy {
    width: 100%;
    height: 400px;
    /* padding-top: 390px;*/
    background: url(../images/hxbg-1.jpg) no-repeat;
    text-align: center;
}

.hxmain-zy .zybox {
    width: 860px;
}

.newlayout-footer .layout-wrap .security-symbol .item p.desc {
    color: #acacac
}

.newlayout-footer .layout-wrap .security-symbol .item p.desc:hover {
    color: #ddbf9d;
}

.index_fg_bg {
    background: url(../images/banner/index_fg.jpg) center no-repeat;
    height: 828px;
    width: 100%;
}

.index_fg_bg .index_fg_con {
    width: 1240px;
    margin: 0 auto;
    padding-top: 60px;
    height: 768px;
    position: relative;
    background: url(../images/banner/index_fg_line.png) center no-repeat;
    background-size: 100%;
}

.index_fg_bg .index_fg_con .title {
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    color: #fff
}

.index_fg_bg .index_fg_con div.point {
    position: absolute;
    width: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.index_fg_bg .index_fg_con div.point i {
    display: inline-block;
    width: 35px;
    height: 40px;
    background: url(../images/banner/point.png) no-repeat;
    cursor: pointer;
}

.index_fg_bg .index_fg_con div.point i:hover {
    animation-name: pointCur;
    transform-origin: center bottom;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

.index_fg_bg .index_fg_con div.point.sh {
    left: 497px;
    top: 331px;
}

.index_fg_bg .index_fg_con div.point.bj {
    left: 595px;
    top: 288px;
}

.index_fg_bg .index_fg_con div.point.xn {
    left: 706px;
    top: 384px;
}

.index_fg_bg .index_fg_con div.point.xian {
    left: 878px;
    top: 322px;
}

.index_fg_bg .index_fg_con div.point.hf {
    left: 420px;
    top: 450px;
}

.index_fg_bg .index_fg_con div.point.jx {
    left: 214px;
    top: 386px;
}

.index_fg_bg .index_fg_con div.point.cs {
    left: 299px;
    top: 479px;
}

.index_fg_bg .index_fg_con div.point.gz {
    left: 105px;
    top: 603px;
}

.index_fg_bg .index_fg_con div.point.fj {
    left: 52px;
    top: 553px;
}

.index_fg_bg .index_fg_con div.point.jn {
    left: 380px;
    top: 589px;
}

.index_fg_bg .index_fg_con div.point.cq {
    left: 478px;
    top: 530px;
}

.index_fg_bg .index_fg_con div.point.nj {
    left: 606px;
    top: 500px;
}

.index_fg_bg .index_fg_con div.point.zj {
    left: 718px;
    top: 511px;
}

.index_fg_bg .index_fg_con div.point.yn {
    left: 799px;
    top: 574px;
}

.index_fg_bg .index_fg_con div.point.sy {
    left: 925px;
    top: 560px;
}

.index_fg_bg .index_fg_con div.point.sc {
    left: 1022px;
    top: 463px;
}

.index_fg_bg .index_fg_con div.point.tj {
    left: 1157px;
    top: 512px;
}

.fourways .fourways_title {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

@keyframes pointCur {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes pointCur {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@-moz-keyframes pointCur {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}


/*20200917*/

.gift {
    background: #f2ebe5;
}

.gift_box {
    width: 1200px;
    margin: 70px auto 0;
    position: relative;
}

.bus_service {
    position: absolute;
    width: 500px;
    height: 630px;
    right: 0;
    top: 38px;
}

.gift_title {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.gift_title>span {
    display: inline-block;
    margin-left: 40px;
    background: url("../images/gift_ico.png") no-repeat;
    width: 102px;
    height: 96px;
    padding: 8px 18px 12px;
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.gift_title>span.on {
    background-image: url("../images/gift_ico_on.png");
}

.gift_show_box>div {
    display: none;
}