﻿body, html {
    background: #F5F5F5;
}

#elevator {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -675px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 100;
}

#elevator .elevator_item:hover a, #elevator .elevator_item a.active {
    background-color: #2161A5;
    color: #ffffff;
    border: 1px solid #2161A5;
    border-bottom: none;
}

#elevator .elevator_item a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    border: 1px solid #979797;
    border-bottom: none;
    padding: 10px;
    text-align: center;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    background: #fff;
    z-index: 1;
}

#elevator .elevator_item:last-child a{
    border-bottom: 1px solid #979797;
}

#elevator .elevator_item a .elevator_lk_bg {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    background: transparent;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

#elevator .elevator_item a .elevator_lk_txt {
    position: relative;
    z-index: 3;
}

#shortcut {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#header {
    background: #fff;
    /* border-bottom: 1px solid #979797; */
}

#header {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 9999;
}

#header.shadow {
    box-shadow: 0 .5rem .2rem rgba(0,0,0,.05)!important;
}

#header .w {
    position: relative;
    margin: auto;
    width: 1200px;
    z-index: 11;
    height: 120px;
    box-sizing: border-box;
}

#header .w #logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 30px;
    width: 120px;
}

#header .w #logo img {
    width: 100%;
    height: 100%;
    display: block;
}

#search .search-m {
    position: relative;
    z-index: 1;
    height: 60px;
}

#search .search-m .form {
    position: absolute;
    left: 147px;
    top: 40px;
    width: 840px;
    height: 40px;
    border: 3px solid #249467;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

#search .search-m .form .search_bg {
    left: 120px;
    padding: 10px;
    width: 600px;
    height: 58px;
    border: 1px solid transparent;
    line-height: 58px;
    font-size: 14px;
    box-sizing: border-box;
}

#search .search-m .form .primary-bg a {
    color: #ffffff;
}

#search .search-m .button, .search-m .search_bg, .search-m .text, .search-m .type {
    position: absolute;
    top: 0;
    outline: none;
}

#search .search-m .search_bg, .search-m .text {
    left: 120px;
    padding: 6px 10px 6px 50px;
    width: 600px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    box-sizing: border-box;
}

#search .search-m .text {
    background-color: #f4f4f4;
}

#search .search-m .check-icon {
    position: absolute;
    left: 139px;
    top: 8px;
    z-index: 99;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 20px;
    background: url('../assets/icon/cha.png') no-repeat;
    background-size: cover;
}

.search-m .button {
    border-radius: 0 0 8px 0;
    right: 0;
    width: 115px;
    height: 37px;
    line-height: 30px;
    border: none;
    font-size: 20px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.search-m .type {
    border-radius: 0 0 0 8px;
    left: 0;
    width: 120px;
    height: 37px;
    line-height: 37px;
    border: none;
    font-size: 20px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
}

.search-m .type .type-drawn {
    text-align: center;
}

.search-m .type .type-drawn .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../assets/icon/caret-down-filled.png') no-repeat;
    background-size: cover;
}

.search-m .type .type-drawn-wrap {
    text-align: center;
    width: 123px;
    position: relative;
    left: -3px;
    top: -5px;
}

.search-m .type:hover ul{
    display: block !important;
}

.search-m .type:hover ul li {
    height: 56px;
    line-height: 56px;
}

#navitems {
    margin-top: 150px;
}

#coupon-box {
    margin-top: 10px;
}

#coupon-box .w {
    margin: auto;
    width: 1200px;
    z-index: 12;
    height: 100px;
    background: #D8D8D8;
}

#coupon-box .w a {
    width: 100%;
    height: 100%;
}

#tool-bar-more {
    position: fixed;
    z-index: 99;
    right: 64px;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tool-bar-more .item {
    /* background-color: #D8D8D8; */
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tool-bar-more .item .icon {
    width: 30px;
    height: 30px;
}

#tool-bar-more .item .icon.customer {
    background: url(../assets/icon/xx_default.png) no-repeat center/cover;
}

#tool-bar-more .item .icon.order {
    background: url(../assets/icon/cp_default.png) no-repeat center/cover;
}

#tool-bar-more .item:hover {
    background-color: #666666;
}

#tool-bar-more .item:hover .icon.customer {
    background: url(../assets/icon/xx_block.png) no-repeat center/cover;
}

#tool-bar-more .item:hover .icon.order {
    background: url(../assets/icon/cp_block.png) no-repeat center/cover;
}

#tool-bar-more .islogin1 {
    display:none !important;
}

.auth .islogin1 {
    display:none !important;
}

#banner-box {
    margin: 4px 0 2px 0;
}

#banner-box .w {
    display: flex;
    position: relative;
    margin: auto;
    width: 1200px;
    z-index: 12;
    height: 264px;
}

#banner-box .fs_col1 {
    /* height: 348px; */
    width: 200px;
    margin-right: 10px;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item {
    position: relative;
    background: linear-gradient(342deg, #459AD1 0%, #2161A5 100%);
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2px;
    padding: 0 10px 0 25px;
    box-sizing: border-box;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item:last-child {
    margin-bottom: 0;
    border-radius: 0px 0px 0px 10px;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item.toatal {
    border-radius: 10px 0px 0px 0px;
    height: 40px;
    line-height: 40px;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%;
    height: 100%; */
    color: #ffffff;
    display: flex;
    align-items: center;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu {
    display: none;
    box-sizing: border-box;
    overflow: auto;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .submenu{
    display: block;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu {
    position: absolute;
    left: 200px;
    top: 0;
    width: 695px;
    height: 264px;
    background-color: #ffffff;
    z-index: 999;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist {
    padding: 28px 36px 0;
    box-sizing: border-box;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem {
    font-size: 12px;
    line-height: 24px;
    color: #6d7278;
    margin-bottom: 8px;
    display: flex;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem > a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column-reverse;
    font-weight: 700;
    margin-right: 24px;
    min-width: 56px;
    color: #1c1f21;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem ul {
    flex: 1;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem ul li {
    float: left;
    margin-right: 24px;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem ul li a {
    color: #6d7278;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .submenu .toplist .topitem ul li ul {
    display: none
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .icon  {
    background-size: cover !important;
    width: 30px;
    height: 30px;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover, #banner-box .fs_col1 .cate_menu .cate_menu_item:hover .cate_menu_lk {
    background: #fff;
    color: #2161A5;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .total {
    background: url('../assets/icon/total.png') no-repeat;
    width: 20px;
    height: 20px;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .yp {
    background: url('../assets/icon/link_default.png') no-repeat;
    width: 30px;
    height: 30px;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .yp  {
    background: url('../assets/icon/link_hover.png') no-repeat;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .yp  {
    background: url('../assets/icon/link_click.png') no-repeat;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .bj {
    background: url('../assets/icon/bj_default.png') no-repeat;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .bj  {
    background: url('../assets/icon/bj_hover.png') no-repeat;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .bj  {
    background: url('../assets/icon/bj_click.png') no-repeat;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .zy {
    background: url('../assets/icon/zy_default.png') no-repeat;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .zy  {
    background: url('../assets/icon/zy_hover.png') no-repeat;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .zy  {
    background: url('../assets/icon/zy_click.png') no-repeat;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .ys {
    background: url('../assets/icon/ys_default.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .ys  {
    background: url('../assets/icon/ys_hover.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .ys  {
    background: url('../assets/icon/ys_click.png');
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .hl {
    background: url('../assets/icon/hl_default.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .hl  {
    background: url('../assets/icon/hl_hover.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .hl  {
    background: url('../assets/icon/hl_click.png');
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .bh {
    background: url('../assets/icon/bh_default.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .bh  {
    background: url('../assets/icon/bh_hover.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .bh  {
    background: url('../assets/icon/bh_click.png');
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .sp {
    background: url('../assets/icon/sp_default.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .sp  {
    background: url('../assets/icon/sp_hover.png');
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .sp  {
    background: url('../assets/icon/sp_click.png');
}

#banner-box .fs_col1 .cate_menu .cate_menu_item .icon.left {
    background: url('../assets/icon/left-square_default.png');
    width: 16px !important;
    height: 16px !important;
}

#banner-box .fs_col1 .cate_menu .cate_menu_item:hover .icon.left {
    background: url('../assets/icon/round_down.png');
    width: 16px !important;
    height: 16px !important;
}
#banner-box .fs_col1 .cate_menu .cate_menu_item:active .icon.left {
    background: url('../assets/icon/left-square_click.png');
}

#banner-box .fs_col2 {
    background-color: #999999;
    flex: auto;
}

#banner-box .fs_col2 .carousel {
    width: 100%;
    width: 100%;
    height: 100%;
}

#banner-box .fs_col2 .carousel .slide {
    width: 100%;
    height: 100%;
}

#banner-box .fs_col3 {
    background: linear-gradient(134deg, rgba(237,243,246,0.1) 0%, rgba(107,144,182,0.18) 100%);
    width: 295px;
    margin-left: 10px;
    border-radius: 0px 10px 10px 0px;
}

#banner-box .fs_col3 .wrap {
    padding: 5px 14px;
}

#banner-box .fs_col3 .wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}

#banner-box .fs_col3 .wrap .item .icon {
    display: inline-block;
    background-size: contain !important;
    width: 40px;
    height: 40px;
}

#banner-box .fs_col3 .wrap .item .icon.order {
    background: url('../assets//icon/order_default.png') no-repeat;
}
/* #banner-box .fs_col3 .wrap .item:hover .icon.order {
    background: url('../assets//icon/order_blue.png') no-repeat;
} */

#banner-box .fs_col3 .wrap .item .icon.yhq {
    background: url('../assets//icon/youhuiquan_default.png') no-repeat;
    margin-bottom: 9px;
}

#banner-box .fs_col3 .wrap .item .icon.setting {
    background: url('../assets//icon/setting_default.png') no-repeat;
}

#banner-box .fs_col3 .coupon-wrap {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

#banner-box .fs_col3 .coupon-wrap .nodata {
    display: none;
}

#container {
    /* background-color: #ffffff; */
}

#container .w {
    margin: auto;
    width: 1200px;
}

#container  .row {
    display: flex;
}

#container .floor2 .row .card {
    margin: 0 12px 10px 0;
}

#container .floor2 .row .card:nth-child(6n) {
    margin-right: 0;
}

#container .floor {
    margin-bottom: 10px;
}

#container .floor1 {
    /*margin-bottom: -20px;*/
}

#container .floor1 .row {
    flex-wrap: wrap;
}

#container .floor1 .row .card {
    margin: 0 12px 0 0;
}

#container .floor1 .row .card:nth-child(5n) {
    margin-right: 0;
}

#container .floor1 .row .card:nth-child(n+6) {
    margin-top: 10px;
}

#container .floor.ms {
    background: url('../assets/ms_bg2.jpg') no-repeat center top;
    width: 1200px;
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

#container .floor.ms .list-title {
    position: absolute;
    top: 90px;
    right: 15px;
    width: 100%;
    justify-content: right;
}

#container .floor.ms .list-title .l{
    width: 420px;
    height: 120px;
    margin-right: 60px;
    background: url('../assets/ms_start_title.png') no-repeat center top;
}

#container .floor.ms .list-title .l.started1{
    background: url('../assets/ms_end_title.png') no-repeat center top;
}

#container .floor.ms .list-title .l .counter {
    color: #fffcdb;
    overflow: hidden;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

#container .floor.ms .list-title .l .counter span {
    text-align: center;
}

#container .floor.ms .list-title .l .counter span.separator {
    font-size: 50px;
    height: 57px;
    line-height: 45px;
    padding: 0 5px;
}

#container .floor.ms .list-title .l .counter i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #ef9289;
    border-radius: 10px;
    background-color: #fffcdb;
    color: #e43944;
    font-size: 30px;
}

#container .floor.ms .list-title .r a {
    color: #ffffff;
}

#container .floor.ms .ms-bg-repeat {
    background: url('../assets/ms_bg_b.jpg') no-repeat center bottom;
}

#container .floor.ms .ms-wrapper {
    width: 100%;
    margin-top: 158px;
    background-color: #fff;
    background: url('../assets/ms_bg_repeat.jpg') repeat-y right center;
    background-color: #fff
}

#container .floor.ms .ms-wrapper .card {
    margin: 10px 12px 0 0 !important;
}

#container .floor.ms .ms-wrapper .card:nth-child(6n) {
    margin-right: 0 !important;
}

#container .floor.ms .row {
    border-radius: 8px;
    padding: 22px 30px;
    flex-wrap: wrap;
}

#container .floor.ms .row .card.small {
    width: 180px;
    height: 300px;
}

#container .floor.ms .row .card.vertical.small .ab-wrap {
    width: 180px;
    height: 300px;
}

#container .floor.ms .row .card .price {
    background: url('../assets/ms_price_bg.png') no-repeat;
    background-size: 170px 33px;
    color: #ffffff;
    height: 35px;
    line-height: 32px;
}

#container .floor.ms .row .card .price span {
    width: 90px;
    height: 35px;
    margin-left: 90px;
    text-align: center;
    height: 35px;
    line-height: 32px;
}

#container .floor1 .list-title {
    background: url('../assets/images/0F.png') no-repeat;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    width: 1190px;
    height: 40px;
}

#container .floor1 .list-title .text > a {
    color: rgba(36, 148, 103, 0.8);
}
#container .floor1 .list-title .text > a::after {
    content: "›";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    background: rgba(36, 148, 103, 0.6);
    margin-left: 2px;
}

#container .floor1 .list-title .line {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    height: 6px;
    /* background: linear-gradient(357deg, #4AC6A0 0%, #249467 100%); */
    border-radius: 0px 3px 3px 0px;
}

#container .floor1 .list-title .fc {
    width: 690px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #2161A5;
    line-height: 25px;
    text-align: center;
    flex: auto;
    margin-top: 10px;
}

#container .floor1 .ad {
    width: 519px;
    height: 347px;
    background: #000000;
    border-radius: 10px 0px 0px 10px;
}
#container .floor1 .ad div {
    height: 100%;
}
#container .floor1 .ad #myVideo {
    width: 100%;
    height: 100%;
}
#container .floor1 .an {
    width: 662px;
    height: 347px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid rgba(36, 148, 103, 0.5);
    /* border-image: linear-gradient(135deg, rgba(74, 198, 160, 0.2), rgba(36, 148, 103, 0.5)) 1 1; */
}

#container .floor1 .row {
    margin-bottom: 10px;
}


#container .floor1 .row .card:last-child {
    margin-right: 0;
}

#container .floor2 .list-title {
    display: flex;
    margin-bottom: 10px;
}

#container .floor2 .list-title .title {
    flex: 0 0 472px;
}

#container .floor2 .list-title .left  {
    display: flex;
    margin-right: 10px;
    width: 355px;
    position: relative;
}

#container .floor2 .list-title .left .f {
    position: absolute;
    bottom: 7px;
    left: 19px;
    right: 0;
    width: 20px;
    height: 14px;
    background: url('../assets//images/1F.png') no-repeat;
}
#container .floor3 .list-title .left .f {
    background: url('../assets//images/2F.png') no-repeat;
}
#container .floor4 .list-title .left .f {
    background: url('../assets//images/3F.png') no-repeat;
}

#container .floor2 .list-title .left .t {
    position: absolute;
    bottom: 4px;
    left: 75px;
    right: 0;
    width: 79px;
    height: 20px;
    background: url('../assets//images/1Ft.png') no-repeat;
}
#container .floor3 .list-title .left .t {
    background: url('../assets//images/2Ft.png') no-repeat;
}
#container .floor4 .list-title .left .t {
    background: url('../assets//images/3Ft.png') no-repeat;
}

#container .floor2 .list-title .left .line {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 356px;
    height: 12px;
    background: url('../assets//images/1Fd.png') no-repeat;
}
#container .floor3 .list-title .left .line {
    background: url('../assets//images/2Fd.png') no-repeat;
}
#container .floor4 .list-title .left .line {
    background: url('../assets//images/3Fd.png') no-repeat;
}

#container .floor2 .list-title .actions {
    position: relative;
    flex: auto;
}

#container .floor2 .list-title .actions .wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5px;
}

#container .floor2 .list-title .actions .wrap .btn {
    min-width: 80px;
    height: 22px;
    line-height: 22px;
    background: linear-gradient(231deg, #28e2c6 0%, #02A289 100%);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

#container .floor2 .list-title .actions .line {
    /* position: absolute; */
    height: 2px;
    background: linear-gradient(357deg, #00C0A3 0%, #3B7A6C 100%);
    border-radius: 3px;
}

#container .floor3 .list-title .actions .line {
    background: linear-gradient(357deg, #0091FF 0%, #39607D 100%);
}

#container .floor2 .row .fr{
    display: flex;
    flex-wrap: wrap;
}

#container .floor2 .row .fr .card {
    margin: 0 12px 10px 0;
}

#container .floor2 .row .fr .card:nth-child(4n) {
    margin-right: 0;
}

#container .floor2 .row .fr .card:nth-child(4n+1){
    width: 472px;
    height: 230px;
}

#container .floor2 .row .fr .card:nth-child(4n+1) .ab-wrap {
    position: absolute;
    width: 472px;
    height: 230px;
    background: #FFFFFF;
    background: #fff;
    /* transition: all .2s; */
    box-sizing: border-box;
    /* border: 1px solid #979797; */
    border-radius: 10px;
}

#container .floor2 .row .fr .card:nth-child(4n+1) .ab-wrap {
    display: flex;
    padding: 14px 15px;
}

#container .floor2 .row .fr .card:nth-child(4n+1) .content {
    padding: 15px 0;
    flex: 1;
}

#container .floor2 .row .fr .card:nth-child(4n+1) .img{
    margin: 0 10px 0 0;
} 

#container .floor2 .row .fr .card:nth-child(4n+1) .title, #container .floor2 .row .fr .card:nth-child(4n+1) .price, #container .floor2 .row .fr .card:nth-child(4n+1) .spec, #container .floor2 .row .fr .card:nth-child(4n+1) .company {
    padding: 0;
    margin-bottom: 15px;
}

#container .floor2 .row .fr .card:nth-child(4n+1) .botton {
    padding: 0;
}

#container .floor2 .row .fr .card:nth-child(4n+1):hover .ab-wrap {
    /* height: 290px !important; */
    width: 472px;
    /* border: 1px solid #249467; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


#container .floor2 .row .fr .card:nth-child(4n+1):hover .ab-wrap .add {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #DFDFDF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: row;
}

#container .floor2 .row .fr .card:nth-child(4n+1):hover .ab-wrap .add .left, #container .floor2 .row .fr .card:nth-child(4n+1):hover .ab-wrap .add .right {
    width: 50%;
    margin-bottom: 0;
}

#container .floor2 .row .fr .card:nth-child(4n+1):hover .ab-wrap .add .left {
    margin-right: 10px;
}

#container .floor2 .row .fr .card:nth-child(5) {
    margin-top: -120px;
}

#container .floor2 .row .fr .card:nth-child(9) {
    margin-top: -240px;
}

#container .floor2 .row .fr .card:nth-child(13) {
    margin-top: -360px;
}

#container .floor2 .row .fr .card:nth-child(17) {
    margin-top: -480px;
}

#container .floor2 .row .fr .card:nth-child(31) {
    margin-top: -600px;
}


#container .floor3 .list-title .actions .wrap .btn {
    background: linear-gradient(231deg, #4cadf8 0%, #0091FF 100%);
}



#container .floor4 {
    margin-bottom: 0;
}

#container .floor4 .row {
    flex-wrap: wrap;
}

#container .floor4 .left .identification, #container .floor4 .left .title{
    color: #6236FF !important;
}

#container .floor4 .list-title .actions .line {
    background: linear-gradient(357deg, #6236FF, #231458 100%) !important;
}

#container .floor4 .list-title .actions .wrap .btn {
    background: linear-gradient(231deg, #6236FF 0%, #0091FF 100%);
}

#container .floor4 .row .card:nth-child(6n) {
    margin-right: 12px !important;
}
#container .floor4 .row .card:nth-child(5n) {
    margin-right: 0 !important;
}

#container .card .origin-price{
    padding: 0 15px;
    height: 22px;
    font-size: 14px;
    color: #fd3f31;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
    text-decoration: line-through;
}

#container .card .origin-price0{
    display: none !important;
}

#container .card .price{
    color: #F96401;
}


#loading-more {
    display: none;
    margin: 30px 0;
}
#loading-more .btn {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
}

#footer {
    margin-top: 20px;
    padding: 30px 0 0 0;
    background: #D8D8D8;
}

#footer .w {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    width: 1200px;
    z-index: 12;
    padding: 10px 0;
    text-align: center;
}

#footer .w .tit {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    line-height: 20px;
    margin-bottom: 16px;
}

#container #floor0 {
    display: none;
}

#container #floor0 .list-title {
    background: url('../assets/images/0L.png') no-repeat;
}

.lowpriceflag-true {
    display: block !important
}

.outpatientflag-true {
    display: block !important
}

.outpatientflag-true .list-title {
    background: url('../assets/images/0O.png') no-repeat !important;
}