.container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background-color: #FAFAFA;
}


/* banner部分 */

.banner {
    height: 530px;
    background: #FFFFFF;
}
.login_msg {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 20px;
}
.banner_r {
    width: 270px;
    height: 290px;
    line-height: 30px;
    z-index: 5;
    background: #ffffff;
    float: right;
    position: absolute;
    top: 10px;
    right: 300px;
}
.text_center {
    text-align: center;
    height: 40px;
}
.green_button {
    color: #dcbf84;
    height: 28px;
    border: 1px solid #dcbf84;
    margin-left: 8px;
    width: 100px;
    border-radius:5px;
}
/* 楼层部分 */

.floor {
    margin: 20px auto;
}

.floor .floor_nav {
    height: 50px;
}


/* .floor{
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(100,100,100,1);
    line-height:14px;
 } */

.floor .floor_nav .floor_num {
    width: 204px;
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.floor:nth-child(3n+3) .floor_nav .floor_num {
    color: #00BD9C;
}

.floor:nth-child(3n+1) .floor_nav .floor_num {
    color: #13C2C2;
}

.floor:nth-child(3n+2) .floor_nav .floor_num {
    color: #1AAF5D;
}

.floor .floor_nav .floor_num span {
    display: inline-block;
    left: 0;
    top: 0;
    margin-right: 15px;
}

.floor .floor_nav .right {
    height: 50px;
    line-height: 50px;
    width: 942px;
    overflow: hidden;
}

.floor .floor_nav .right ul {
    height: 50px;
    display: flex;
    justify-content: space-around;
}

.floor .floor_nav .right ul li {
    float: left;
    padding: 0 20px;
}

.floor .floor_nav .right ul li a {
    display: inline-block;
    height: 40px;
}

.floor .floor_nav .right ul li a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(100, 100, 100, 1);
}

.floor:nth-child(3n+1) .floor_nav .right ul li.active a {
    color: #13C2C2;
}

.floor:nth-child(3n+1) .floor_nav .right a.more:hover {
    color: #13C2C2;
}

.floor:nth-child(3n+2) .floor_nav .right ul li.active a {
    color: #1AAF5D;
}

.floor:nth-child(3n+2) .floor_nav .right a.more:hover {
    color: #1AAF5D;
}

.floor:nth-child(3n+3) .floor_nav .right ul li.active a {
    color: #00BD9C;
}

.floor:nth-child(3n+3) .floor_nav .right a.more:hover {
    color: #00BD9C;
}

.floor .floor_nav .right .more {
    cursor: pointer;
    line-height: 50px;
    float: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(100, 100, 100, 1);
}

.floor .floor_nav .right .more a {
    font-size: 14px;
    color: #646464;
}

.floor .floor_nav .right ul li:first-child {
    padding: 0;
}

.floor .floor_nav .right ul li:first-child a.hotG {
    background: url(../images/imgsIndex/hotbg.png) no-repeat 100%/100%;
    display: inline-block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    text-indent: 33px;
    letter-spacing: 2px;
}

.floor-list {
    height: 410px;
    background-image: linear-gradient(90deg, #DBAB4C 0%, #F0CE8A 100%);
}

.floor-list img {
    width: 190px;
    height: 190px;
    margin: 5px 3px;
}

.floor-list > div {
    width: 50%;
    height: 100%;
    padding: 5px;
    padding-right: 0;
}

.floor-list img.big {
    width: 380px;
}

.floor-list img.rightbig {
    width: 390px;
}

.floor-list img.hig {
    height: 390px;
}

.floor-list .floor-list-right {
    position: relative;
}

.floor-list .floor-list-right > a {
    position: absolute;
}

.floor-list .floor-list-right > a:first-child {
    left: -5px;
    top: 5px;
}

.floor-list .floor-list-right > a:nth-child(2) {
    right: 8px;
    top: 5px;
}

.floor-list .floor-list-right > a:nth-child(3) {
    top: 205px;
    left: -5px;
}

.floor-list .floor-list-right > a:nth-child(4) {
    top: 205px;
    left: 195px;
}

.floor-list .floor-list-right > a:last-child {
    bottom: 5px;
    right: 8px;
}


/* 楼层部分--楼层box */


/* 楼层box左边 */

.floor .floor_box.clearfix {
    height: 620px;
}

.floor .floor_box .left_box {
    /* width: 83%; */
    /* width: 962px; */
    width: 100%;
    height: 100%;
    position: relative;
}

.floor .floor_box .left_box .hotBrands {
    width: 240px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    padding: 20px 29px 0 29px;
}

.floor:nth-child(3n+1) .floor_box .left_box .hotBrands {
    background: #13C2C2;
}

.floor:nth-child(3n+2) .floor_box .left_box .hotBrands {
    background: #1AAF5D;
}

.floor:nth-child(3n+3) .floor_box .left_box .hotBrands {
    background: #00BD9C;
}

.fl.left_box .hotBrands > div > div {
    position: relative;
    float: left;
    margin: 0 24px 24px 0;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: none;
}

.fl.left_box .hotBrands > div > div:nth-child(3n+1) {
    margin-right: 0;
}

.fl.left_box .hotBrands > div > p {
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.fl.left_box .hotBrands > div > div h2 {
    word-break: break-all;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.floor .floor_box .left_box ul {
    width: 100%;
    display: none;
}

.floor .floor_box .left_box ul.active {
    display: block;
}

.floor .floor_box .left_box ul li {
    float: left;
    width: 220px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.floor .floor_box .left_box ul li:nth-child(5n) {
    margin-right: 0;
}

.floor .floor_box .left_box ul li:nth-last-child(1) {
    margin-right: 0;
}

.floor .floor_box .left_box ul li:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
}

.floor .floor_box .left_box ul li .cheap_icon {
    text-align: center;
    width: 62px;
    height: 40px;
    position: absolute;
    margin-left: 80px;
    margin-top: -15px;
}

.floor .floor_box .left_box ul li .cheap_icon h3 {
    color: #fff;
}

.floor .floor_box .left_box ul li .cheap_icon1 {
    background: url(../images/index-images/icon_01.png) no-repeat;
}

.floor .floor_box .left_box ul li:first-child {
    height: 420px;
    width: 240px;
    padding: 0;
}

.floor .floor_box .left_box ul li a img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.floor .floor_box .left_box ul li a .words {
    width: 100%;
    height: 35px;
    line-height: 1.3;
    color: #323232;
    margin-bottom: 15px;
}

.floor .floor_box .left_box ul li a .price {
    width: 100%;
    height: 20px;
}

.floor .floor_box .left_box ul li a .price .now {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(245, 34, 45, 1);
}

.floor .floor_box .left_box ul li a .price .old {
    font-size: 12px;
    color: #646464;
    text-decoration-line: line-through;
    float: right;
}


/* 楼层box右边 */

.floor .floor_box .right_box {
    /* width: 15.8%; */
    /* width: 183px; */
    margin-left: 10px;
    height: 540px;
    overflow: hidden;
}

.floor .floor_box .right_box h1 {
    width: 100%;
    text-align: center;
    color: #323232;
    margin-bottom: 15px;
}

.floor .floor_box .right_box h1 span {
    display: inline-block;
    width: 10px;
    border: 1px solid #323232;
    margin-right: 10px;
    vertical-align: middle;
}

.floor .floor_box .right_box h1 span:last-child {
    margin-right: 0px;
    margin-left: 10px;
}

.floor .floor_box .right_box .discounts_items {
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.floor .floor_box .right_box .discounts_items:last-child {
    margin-bottom: 0px;
}

.floor .floor_box .right_box .discounts_items a img {
    width: 58px;
    height: 58px;
    margin-bottom: 6px;
    display: block;
}

.floor .floor_box .right_box .discounts_items a .discounts {
    width: 58px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-image: linear-gradient(-90deg, #F4B129 0%, #EFA02F 100%);
}

.floor .floor_box .right_box .discounts_items .words {
    height: 32px;
    margin-top: 6px;
    /* height: 40px; */
    height: 32px;
    width: 112px;
    margin-bottom: 19px;
    font-size: 12px;
    color: #323232;
}

.floor .floor_box .right_box .discounts_items .words:hover {
    color: #0973B1;
}

.floor .floor_box .right_box .discounts_items .price {
    text-align: right;
    color: #F5222D;
}


/* 左 */

.banner_left {
    position: absolute;
    z-index: 2;
    width: 210px;
    height: 530px;
    position: relative;
}

.banner_left .left_bottom {
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
    width: 210px;
    overflow-y: scroll;
    height: 100%;
}

.banner_left .left_bottom::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, .7);
}

.banner_left .left_bottom::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ddd;
}

.banner_left .left_bottom .left_nav {
    display: none;
}

.banner_left .left_bottom .left_nav.active {
    display: block;
    padding: 4px 0;
}

.banner_left .left_bottom .left_nav li {
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
    font-size: 14px;
    color: #141414;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_left .left_bottom .left_nav li a {
    color: #fff;
}

.banner_left .left_bottom .left_nav li.active a {
    color: #1AAF5D;
}

.banner_left .left_bottom .left_nav li:last-child {
    border-bottom: none;
}

.banner_left .left_bottom .left_nav li.active {
    background-color: #FFFFFF;
    color: #1AAF5D;
}


/* 中间 */

.banner_middle {
    width: 990px;
    position: relative;
}

.banner_middle .middle_up {
    width: 990px;
    height: 370px;
}

.banner_middle .middle_up img {
    width: 100%;
    height: 100%;
}


/* banner右侧  登录前*/

.banner .w .banner_right {
    width: 210px;
    height: 370px;
    position: relative;
}

.banner .w .banner_right .banner_right-right {
    width: 210px;
    height: 370px;
    background: url(../images/imgsIndex/bg-img.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 999;
}

.banner_right-right .brl-top {
    width: 170px;
    height: 160px;
    margin: 0 20px;
    border-bottom: 1px dashed #E2E2E2;
}

.banner_right-right .brl-top div {
    margin-top: 22px;
    text-align: center;
}

.banner_right-right .brl-top .brlTime {
    font-size: 18px;
    color: #F39800;
    margin: 12px 0;
}

.banner_right-right .brl-top span {
    font-size: 18px;
    color: #F39800;
    padding-left: 10px;
}

.banner_right-right .brl-top p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
}

.banner_right-right .brl-bottom {
    width: 100%;
}

.banner_right-right .brl-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_right-right .brl-bottom ul li {
    width: 50%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_right-right .brl-bottom ul li > a {
    text-align: center;
}

.banner_right-right .brl-bottom ul li div img {
    width: 40px;
    height: 40px;
    padding-top: 26px;
}

.banner_right-right .brl-bottom ul li p {
    font-size: 14px;
    color: #323232;
    padding-top: 10px;
}


/* banner右侧登陆后通知公告开始 */

.banner .w #banner_right1 {
    background: rgba(255, 255, 250, .4);
    width: 210px;
    height: 370px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.banner .w #banner_right1 .banner_right-inform {
    width: 210px;
    height: 370px;
    background-size: 100% 100%;
    padding: 0 12px 0 22px;
}

.inform-title {
    width: 100%;
    height: 52px;
    text-align: center;
    line-height: 52px;
}

.inform-title p {
    font-size: 16px;
    color: #F5222D;
    font-weight: bold;
}

.inform-title span {
    width: 17px;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
}

.inform-title .i-left {
    background: url("../images/imgsIndex/inform-l.png") no-repeat;
    background-size: 100%;
}

.inform-title .i-right {
    background: url("../images/imgsIndex/inform-r.png") no-repeat;
    background-size: 100%;
}

.inform-content {
    width: 100%;
    height: 318px;
    padding-bottom: 18px;
}

.inform-content ul {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.inform-content ul li {
    width: 100%;
    height: 75px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-bottom: 1px dashed #E2E2E2;
}

#inform-content .inform-box .tempWrap {
    height: 290px !important;
}

.inform-content ul li:last-child {
    border-bottom: none;
}

.inform-content ul li a {
    font-size: 14px;
    color: #141414;
}

.inform-content ul li span {
    color: #FF920D;
}

.inform-content ul li i {
    display: inline-block;
    border-color: #AFAFAF;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin: 3px 2px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* banner右侧登陆后通知公告结束 */

.header_nav > li {
    background: none;
    color: #1AAF5D;
}

.header_nav > li.active {
    color: #1AAF5D;
}

.banner_left .perform .perform_item {
    width: 990px;
    height: 370px;
    position: absolute;
    top: 0;
    left: 190px;
    min-height: 550px;
    display: none;
}

.banner_left .perform .perform_item .wrap {
    width: 990px;
    height: 530px;
    padding: 17px;
    padding-left: 0px;
    margin-left: 20px;
    box-sizing: border-box;
    border: 1px solid #F5222D;
    background-color: #fff;
    overflow-y: auto;
}

.banner_left .perform .perform_item.active {
    display: block;
    z-index: 100;
}

.banner_left .perform dl {
    cursor: pointer;
}

.banner_left .perform dt {
    float: left;
    width: 170px;
    text-align: right;
    font-weight: 600;
    margin-right: 10px;
    padding-bottom: 6px;
    font-size: 12px;
}

.banner_left .perform dt span {
    width: 130px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.banner_left .perform dd {
    float: left;
    width: 720px;
    border-bottom: 1px dashed #E2E2E2;
    /* padding-bottom: 6px; */
    /* font-size: 12px; */
    margin-bottom: 10px;
}

.banner_left .perform dd span {
    display: inline-block;
    border-right: 1px solid #909090;
    padding: 0 10px;
    margin-bottom: 10px;
}

.banner_left .perform dd span:first-child {
    padding-left: 0;
}

.banner_left .perform dd span:last-child {
    border-right: 0;
}


/* 轮播图部分 */


/* 本例子css */

.slideBox {
    position: absolute;
    width: 100%;
    height: 530px;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 20px;
    margin-left: -370px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    background: #E2E2E2;
    cursor: pointer;
}

.slideBox .hd ul li:last-child {
    margin-right: 15px;
}

.slideBox .hd ul li.on {
    background: #FFFFFF;
    box-shadow: 0 0 10px #E2E2E2;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    height: 530px;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li div {
    width: 100%;
    height: 100%;;
}

.slideBox .bd img {
    height: 100%;
    width: 100%;
    display: block;
}


/* 采购流程 */

.procurement_process {
    height: 360px;
}

.process-container .process li div:first-child {
    width: 70px;
    height: 70px;
    margin: 0px 47px;
}


/* 采购流程图片1-7 */

.process-container .process li .process_pic img {
    width: 100%;
    height: 100%;
}

.process-container .process li .process_pic1 {
    background: url("../images/imgsIndex/1.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic2 {
    background: url("../images/imgsIndex/2.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic3 {
    background: url("../images/imgsIndex/3.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic4 {
    background: url("../images/imgsIndex/4.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic5 {
    background: url("../images/imgsIndex/5.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic6 {
    background: url("../images/imgsIndex/6.png") no-repeat center;
    background-size: 100%;
}

.process-container .process li .process_pic7 {
    background: url("../images/imgsIndex/7.png") no-repeat center;
    background-size: 100%;
}


/* 总标题样式 */

.process-title {
    width: 100%;
    text-align: center;
    padding: 30px 0 20px 0;
}

.process-title p {
    font-size: 12px;
    color: #909090;
}

.process-title h2 {
    font-size: 24px;
    color: #323232;
}

.process-title h2 span {
    color: #C7C7C7;
    font-size: 12px;
    padding: 0 20px;
}

.process-container {
    width: 100%;
    height: 234px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 0 4px 0 #E2E2E2;
}

.process-container .process {
    width: 1160px;
    height: 194px;
    margin: 20px;
    background: #FAFAFA;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px dashed #E2E2E2;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.process-container .process li {
    float: left;
    width: 165px;
    position: relative;
    cursor: default;
}

.process-container .process li img {
    width: 70px;
    height: 70px;
}

.process-container .process li div:nth-child(2) {
    width: 20px;
    height: 20px;
    background: #5A5A5A;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 99;
    margin: 11px 73px;
}

.process-container .process li .process_line {
    width: 1px;
    height: 30px;
    background: #F5222D;
    position: absolute;
    left: 83px;
    top: 70px;
}

.process-container .process li p {
    height: 75px;
    padding: 35px 0;
}

.process-container .process li p a {
    font-size: 14px;
    color: #323232;
}

.process-container .process .line {
    width: 1160px;
    height: 0;
    border-bottom: 2px solid #F5222D;
    position: absolute;
    top: 123px;
    left: 0;
}


/* 统计数据 */

.statistical_data {
    min-height: 282px;
    background: #FAFAFA;
}

.statistical_data .statistical_data-container {
    height: 160px;
    display: flex;
    padding-top: 10px;
    justify-content: space-around;
    align-items: center;
}

.statistical_data .statistical_data-container dl {
    width: 390px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #E2E2E2;
}

.statistical_data .statistical_data-container dl:nth-child(1) dt {
    width: 100%;
    height: 40px;
    background: #CBEADF;
    text-align: center;
    line-height: 40px;
    color: #F5222D;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #F5222D;
}

.statistical_data .statistical_data-container dl:nth-child(2) dt {
    width: 100%;
    height: 40px;
    background: #FDEBCC;
    text-align: center;
    line-height: 40px;
    color: #F39800;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #F39800;
}

.statistical_data .statistical_data-container dl:nth-child(3) dt {
    width: 100%;
    height: 40px;
    background: #FEE0E0;
    text-align: center;
    line-height: 40px;
    color: #FF5555;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #FF5555;
}

.statistical_data .statistical_data-container dl dt span {
    padding: 0 10px;
}

.statistical_data .statistical_data-container dl dd {
    padding: 15px 30px;
}

.statistical_data .statistical_data-container dl dd span:nth-child(1) i {
    padding: 0 10px;
}

.statistical_data .statistical_data-container dl:nth-child(1) dd i {
    color: #F5222D;
}

.statistical_data .statistical_data-container dl:nth-child(2) dd i {
    color: #F39800;
}

.statistical_data .statistical_data-container dl:nth-child(3) dd i {
    color: #FF5555;
}

.statistical_data .statistical_data-container dl:nth-child(1) dd b {
    display: inline-block;
    border-color: #F5222D;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.statistical_data .statistical_data-container dl:nth-child(2) dd b {
    display: inline-block;
    border-color: #F39800;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.statistical_data .statistical_data-container dl:nth-child(3) dd b {
    display: inline-block;
    border-color: #FF5555;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 热销品目 */

.hot_selling_items {
    min-height: 465px;
}

.hot_selling_items-container {
    width: 100%;
    min-height: 360px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 0 4px 0 #E2E2E2;
}

.hot_selling_items-container ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px 20px 20px;
}

.hot_selling_items-container ul li {
    width: 275px;
    height: 320px;
    margin-right: 20px;
    cursor: default;
}


/* 奇数 */

.hot_selling_items-container ul li .hot-odd1 {
    width: 275px;
    height: 320px;
    background: #F5F5F5;
    position: relative;
}

.hot_selling_items-container ul li .hot-odd1 div:first-child {
    width: 36px;
    height: auto;
    margin-left: 20px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.7em;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 530;
    color: #F5222D;
    border: 1px dashed #F5222D;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_selling_items-container ul li .hot-odd1 div:last-child {
    width: 157px;
    height: 320px;
    margin-right: 20px;
    position: relative;
}

.hot_selling_items-container ul li .hot-odd1 div:last-child img {
    width: 157px;
    height: 172px;
    position: absolute;
    bottom: 20px;
    right: 0;
}


/* 偶数 */

.hot_selling_items-container ul li .hot-even1 {
    width: 275px;
    height: 150px;
    background: #F5F5F5;
    margin-bottom: 20px;
    position: relative;
}

.hot_selling_items-container ul li .hot-even1 div:first-child {
    width: 80px;
    height: 34px;
    letter-spacing: 0.46em;
    font-weight: 530;
    padding: 5px;
    color: #646464;
    border: 1px dashed #646464;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 20px;
}

.hot_selling_items-container ul li:nth-child(2) .hot-even1 div:first-child {
    width: 100px;
}

.hot_selling_items-container ul li .hot-even1 div:last-child {
    width: 120px;
    height: 150px;
    margin-right: 20px;
    position: relative;
}

.hot_selling_items-container ul li .hot-even1 div:last-child img {
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.hot_selling_items-container ul li .hot-even2 {
    width: 275px;
    height: 150px;
    background: #F5F5F5;
}

.EnglishFont2 {
    font-size: 12px;
    color: #909090;
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.EnglishFont1 {
    width: 15px;
    height: 320px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #33AF82;
    position: absolute;
    top: 30px;
    left: 65px;
}


/* 询比价采购公告*/


/* 协议采购成交 */

.purchasing_content {
    width: 100%;
    min-height: 295px;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #E2E2E2;
}

.purchasing_content .content_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F1FAF7;
    border-top: 2px solid #F5222D;
    padding: 0px 30px;
}

.purchasing_content .content_tab h1 {
    height: 46px;
    font-weight: normal;
    font-size: 16px;
}

.purchasing_content .content_tab .more a {
    font-size: 14px;
    color: #646464;
}

.purchasing_content .content_table {
    width: 100%;
    padding: 0 20px;
}

.purchasing_content .content_table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.purchasing_content .content_table table tbody {
    padding: 14px 0;
}

.purchasing_content .content_table table tbody tr {
    height: 40px;
    line-height: 40px;
}

.purchasing_content .content_table table tr td,
.purchasing_content .content_table table tr th {
    text-align: center;
    box-sizing: border-box;
}

.purchasing_content .content_table table tr td a {
    font-size: 14px;
    color: #323232;
}

.purchasing_content .content_table table thead tr {
    border-bottom: 1px dashed #E2E2E2;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.purchasing_content .content_table table thead tr th,
.purchasing_content .content_table table tbody tr td {
    width: 180px;
}

.purchasing_content .content_table table thead tr th:nth-child(1),
.purchasing_content .content_table table tbody tr td:nth-child(1) {
    width: 220px;
}

.purchasing_content .content_table table thead tr th:nth-child(2),
.purchasing_content .content_table table tbody tr td:nth-child(2),
.purchasing_content .content_table table tbody tr td:nth-child(3) {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 询比价采购公告*/

.contrast_purchase {
    background: #FAFAFA;
    min-height: 450px;
}

.bidding {
    margin-top: 15px;
    background: #FAFAFA;
}

.bidding .bidding_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    /* background: url("../images/imgsPortal/yellow.png") no-repeat left; */
    margin-bottom: 15px;
}

.bidding .bidding_title i {
    font-family: PingFang-SC-Medium;
    font-size: 12px;
    color: #909090;
    opacity: 0.6;
    margin-left: 10px;
}

.bidding_content {
    width: 100%;
    min-height: 295px;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #E2E2E2;
}

.bidding_content .content_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FEF9F2;
    border-top: 2px solid #F39800;
    padding-right: 30px;
}

.bidding_content .content_tab li {
    float: left;
    width: 140px;
    height: 50px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.bidding_content .content_tab li.active {
    float: left;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background-color: #F39800;
    text-align: center;
}

.bidding_content .content_tab .more a {
    font-size: 14px;
    color: #646464;
    display: none;
}

.bidding_content .content_tab .more a.active {
    display: block;
}

.bidding_content .content_table {
    width: 100%;
    padding: 0 20px;
}

.bidding_content .content_table > div {
    display: none;
}

.bidding_content .content_table > div.active {
    display: block;
}

.bidding_content .content_table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0 20px;
}

.bidding_content .content_table table tbody {
    padding: 14px 0;
}

.bidding_content .content_table table tbody tr {
    height: 40px;
    line-height: 40px;
}

.bidding_content .content_table table tr td,
.bidding_content .content_table table tr th {
    text-align: center;
    box-sizing: border-box;
}

.bidding_content .content_table table tr td a {
    font-size: 14px;
    color: #323232;
}

.bidding_content .content_table table thead tr {
    border-bottom: 1px dashed #E2E2E2;
    height: 50px;
}

.bidding_content .content_table table thead tr th {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
}

.bidding_content .content_table table thead tr th:nth-child(1) {
    width: 360px;
}

.bidding_content .content_table table tbody tr th {
    width: 200px;
}

.bidding_content .content_table table tbody tr th:nth-child(2) {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bidding_content .content_table table tbody tr th:nth-child(1) {
    width: 360px;
}


/* 登录入口 */

.banner_right .brl-bottom .loginTitle {
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    color: #F5222D;
    text-align: center;
    font-weight: 700;
}

.banner_right .brl-bottom .loginTitle > span {
    margin: 0 14px;
}

.banner_right .brl-bottom .loginTitle > img {
    width: 17px;
    height: 10px;
}

.banner_right .brl-bottom .loginEntry {
    width: 170px;
    height: 60px;
    padding: 6px;
    background: #E5F5EF;
    margin: 20px 18px;
    text-align: center;
}

.banner_right .brl-bottom .loginEntryBtn {
    width: 158px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px dashed #8EC1AE;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
}

.banner_right .brl-bottom .loginEntryBtn > a > img {
    width: 30px;
    height: 30px;
}

.banner_right .brl-bottom .loginEntryBtn > a > span {
    margin-left: 17px;
    font-size: 14px;
    color: #323232;
}

#selectValue {
    display: inline-block;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(./../images/imgsIndex/xia.png) no-repeat center right;
    background-position: 60px 15px;
    color: #000;
    padding-right: 14px;
    box-sizing: border-box;
}

.searchUl {
    position: absolute;
    display: none;
    width: 58px;
    border: 1px solid #1AAF5D;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    z-index: 8;
}

.searchUl > li {
    width: 100% !important;
}

.searchUl > li.active {
    opacity: 0.97;
    color: #1AAF5D;
}

.side-bar {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 100vh;
    float: right;
    /*background: #343537;*/
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.10);
}

.side-bar .content {
    width: 100%;
}

.side-bar .content a {
    /*width: 40px;*/
    padding: 10px 0;
    width: 100%;
    /*margin: auto;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0 -1px 0 0 #E2E2E2, 0 1px 0 0 #E2E2E2;
}

.side-bar .content a:hover {
    /*background: #1AAF5D;*/
    /*color: #fff;*/
}

.side-bar .content a img {
    width: fit-content;
    height: fit-content;
    margin-bottom: 5px;
}

.side-bar .content a span {
    width: 100%;
    text-align: center;
    font-size: 12px;
    /*color: #fff;*/
    color: #646464;
}

.side-bar .content a span:hover {
    /*color: #fff;*/
}

.side-bar .bot {
    width: 100%;
    margin-top: -60px;
    position: relative;
    /*float: bottom;*/
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 8px;
    background: #fff;
    color: #646464;
    /*color: #fff;*/
    font-size: 12px;
    box-shadow: 0 -1px 0 0 #E2E2E2, 0 1px 0 0 #E2E2E2;
}

.side-bar .bot:hover {
    /*background: #1AAF5D;*/
    color: #1AAF5D;
}

.side-bar .bot img {
    width: fit-content;
    height: fit-content;
    margin-bottom: 7px;
}

.side-bar .bot span {
    font-size: 12px;
    color: #646464;
}

.side-bar .bot span:hover {
    /*color: #fff;*/
}
