.bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F5FAFF;
}
.bar .topsize {
    display: flex;
    justify-content: space-between;
}

.home-icon {
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    margin-right: 10px;
    color: #2F94FF;
    /* background: url(/images/new_index/home_icon.png) no-repeat left center/12px 12px; */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
    cursor: pointer;
}
.welcome-text, .newDatas {
    font-size: 14px;
    color: #646464;
}

.top-bar-left {
    display: flex;
    justify-content: start;
}
.page-container .header {
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.public-header {
    display: flex;
    /* width: 100%; */
    height: 120px;
    justify-content: space-between;
    align-items: center;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.public-header .text-logo {
    position: relative;
    height: 120px;
    color: #2F94FF;
    cursor: pointer;
    z-index: -999;
}
.public-header .text-logo img {
    margin-top: -50px;
    display: inline-block;
    /* width: 374px; */
    height: 220px;
}
img {
    vertical-align: middle;
    border: 0 none;
    outline-style: none;
}
.nav-bar {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    background-color: #2F94FF;
}
.nav-bar>div {
    display: flex;
    justify-content: start;
}

.catalogs-title {
    position: relative;
    width: 240px;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 36px center;
    background-size: 16px 16px;
    cursor: pointer;
}

#nav-list {
    display: flex;
    justify-content: start;
}
.nav-list-item a {
    color: #fff;
}
.nav-list-item>a {
    display: block;
    padding: 0 14px;
    box-sizing: border-box;
}
a:visited {
    /* color: #555555; */
    text-decoration: none;
}
a:link, a:visited {
    outline: none;
   
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.notification-container {
    /* height: 200px; */
    padding-bottom: 20px;
    color: #323232;
}
.notification-title {
    position: relative;
    width: 100%;
    height: 66px;
    font-weight: bold;
}
.notification-title .title-text {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
    font-size: 34px;
    background: url(../images/notification-title-bg.png) no-repeat center bottom/250px 32px;
}
.notification-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    cursor: pointer;
}
.notification-list {
    position: relative;
    width: 100%;
    margin-top: 32px;
}

.callbacks_container {
    position: relative;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.banner {
    background:  no-repeat 0px 0px;
    background-size: cover;
    min-height: 585px;
}

.callbacks li {
    position: absolute;
    left: 0;
    top: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 40%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 72px;
    width: 38px;
    background: transparent url(../images/sp.png) no-repeat -19px -7px;
}
.callbacks_nav.next {
    left: auto;
    background: transparent url(../images/sp.png) no-repeat -77px -7px;
    right: 0;
}

.show-right .main {
    width: 100%;
}
.show-right .main .goodss {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.show-right .main .goodss>li {
    float: left;
    width: 232px;
    border: 1px solid #E2E2E2;
    margin-bottom: 12px;
    margin-right: 6px;
}
.show-right .main .goodss>li .main-product {
    padding: 16px 18px;
    height: 290px;
}
.show-right .main .goodss>li .icon {
    display: flex;
    width: 100%;
    height: 28px;
    padding: 0 18px;
    margin-bottom: 10px;
    margin-top: 6px;
    justify-content: flex-start;
}
.show-right .main .goodss>li .operate {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-top: 1px solid #E2E2E2;
}
.show-right .main .goodss>li .main-product .pic {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
}
.show-right .main .goodss>li .main-product .product-name {
    width: 200px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.show-right .main .goodss>li .main-product .price-mall {
    margin-top: 8px;
    width: 202px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show-right .main .goodss>li .main-product .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.show-right .main .goodss>li .main-product .price-mall span:last-child {
    color: #646464;
    font-size: 14px;
    float: right;
}
.show-right .main .goodss>li .main-product .price-mall span:first-child {
    color: #F44336;
    font-size: 16px;
}
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.show-right .main .goodss>li .icon a {
    display: inline-block;
}
.icon .groupBuying {
    color: #01BBD0;
    border: 1px solid #01BBD0;
    background: #E5F8FA;
}
.show-right .main .goodss>li .operate .contrast {
    width: 49%;
    border-right: 1px solid #e2e2e2;
}
a {
    color: #333;
    text-decoration: none;
}
.footer {
    width: 100%;
}
.foot-box {
    width: 100%;
    padding: 30px 0;
    background: #1073dd;
    box-shadow: inset 0 1px 0 0 #c7c7c7;
    overflow: hidden;
}
/* .foot-box  img{
    width: 80px;
} */
.foot-content {
    width: 100%;
    height: 145px;
    margin-top: 20px;
    border-top: 1px dashed #fff;
}
.foot-box .blue-content {
    /* float: left; */
    width: 410px;
    height: 72px;
    margin: 24px auto;
}
.blue-content p {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    margin: 0;
}
.blue-content a{
    color: #ffffff;
}
.public-header .login-box {
    /* display: flex; */
    display: none;
    width: 200px;
    height: 110px;
    justify-content: start;
    align-items: center;
    border: 1px solid #2F94FF;
    border-radius: 4px;
    box-sizing: border-box;
}

.login-model-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 220px;
    height: 188px;
    padding: 10px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: linear-gradient(33deg, #4EBEFA 0%, #2689F3 100%);
}

.login-buttons .login-btn, .backend-logout .backend-btn {
    color: #2F94FF;
    background-color: #fff;
}
.login-buttons span {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.reginster-btn, .logout-btn {
    margin-left: 10px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.reginster-btn:hover, .login-btn:hover, .guide-btn:hover {
    transform: scale(1.1);
}
.login-box{
    display: none;
}