@charset "UTF-8";

/**!
 * 安徽建工集团全流程招投标电子化平台项目
 * date:2021-10-18
 * author: gaojian&zsy;
 */
.com-header {
    position: absolute;
    height: 153px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: none;
}

.com-hd {
    position: relative;
    height: 70px;
    line-height: 69px;
    padding: 0 6px 0 55px;
    background-repeat: no-repeat;
    background-position: left center;
}

.com-hd:before,
.com-hd:after {
    position: absolute;
    content: "";
}

.com-hd:before {
    width: calc(100% - 40px);
    height: 0;
    bottom: -2px;
    left: 40px;
    border-bottom: 1px solid #fcd0cc;
    z-index: 2;
}

.com-hd:after {
    width: 34px;
    top: 0;
    left: 0;
    height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d7083c;
}

.com-tt {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: 24px;
}

/* banner轮播 */
.banner-swiper {
    position: relative;
    height: 515px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 0.7;
    background: #fff;
}

.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 13px;
}

.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3.5px;
}

.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 27px;
    border-radius: 3px;
    opacity: 1;
    background: #fff;
}

.swiper-slide a {
    display: block;
    height: 515px;
}

/*招标采购*/
.floor1 {
    height: 477px;
    padding-top: 38px;
    background-color: #f8f4f4;
}

.notice {
    height: 440px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(185, 197, 209, 0.21);
    box-shadow: 0px 3px 13px 0px rgba(185, 197, 209, 0.21);
    border-radius: 5px;
}

.notice-hd {
    width: 160px;
}

.notice-hd .notice-item {
    height: 220px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ba2b2c;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.notice-hd .notice-item h2 {
    font-family: 'SourceHanSerifCN-Heavy';
    height: 96px;
    line-height: 96px;
}

.notice-hd .notice-item .more {
    display: block;
    width: 130px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #ba2b2c;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    margin: 50px auto;
}

.notice-hd .notice-item:nth-child(1) {
    background: url("../images/notice_item1.png");
}

.notice-hd .notice-item:nth-child(1).active {
    color: #fff;
    background: url("../images/notice_item1h.png");
}

.notice-hd .notice-item:nth-child(1).active:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -14px;
    content: '';
    width: 16px;
    height: 27px;
    background: url("../images/tabarr.png") no-repeat;
}

.notice-hd .notice-item:nth-child(2) {
    background: url("../images/notice_item2.png");
}

.notice-hd .notice-item:nth-child(2).active {
    color: #fff;
    background: url("../images/notice_item2h.png");
}

.notice-hd .notice-item:nth-child(2).active:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -14px;
    content: '';
    width: 16px;
    height: 27px;
    background: url("../images/tabarr.png") no-repeat;
}

.notice-hd .notice-item:nth-child(3) {
    background: url("../images/notice_item3.png");
}

.notice-hd .notice-item:nth-child(3).active {
    color: #fff;
    background: url("../images/notice_item3h.png");
}

.notice-hd .notice-item:nth-child(3).active:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -14px;
    content: '';
    width: 16px;
    height: 27px;
    background: url("../images/tabarr.png") no-repeat;
}

.notice-bd {
    margin-left: 160px;
    padding: 26px 27px 0 32px;
}

.bdl {
    display: none;
}

.second-hd {
    font-size: 0;
    border-radius: 25px;
}

.second-hdl {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.second-hdl:nth-child(1) {
    border-radius: 25px 0 0 25px;
}

.second-hdl:nth-child(4) {
    border-radius: 0 25px 25px 0;
}

.second-hdl>a {
    font-size: 18px;
    color: #333;
}

.second-hdl.active {
    border-color: #e2aca9;
    background-color: #f9efef;
}

.second-hdl.active>a {
    font-weight: 600;
    color: #d7083c;
}

.second-bd {
    margin-top: 13px;
}

/* 平台公告 */
.floor2 {
    height: 358px;
    padding-top: 8px;
}

.plat-box {
    width: 816px;
}

.plat-box .com-hd {
    background-image: url("../images/plat_tt.png");
}

.plat-box .com-hd .com-tt>a {
    color: #888888;
}

.plat-box .com-hd .com-tt.active>a {
    color: #333333;
}

.plat-box .com-hd .com-tt+.com-tt {
    margin-left: 26px;
}

.plat-bd {
    margin-top: 3px;
}

.plat-bd .bdl {
    position: relative;
}

.plat-bd .bdl .more {
    position: absolute;
    right: 6px;
    top: -38px;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    border-radius: 15px;
    color: #9fa6c3;
    background-color: #edeef4;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#edeef4));
    background-image: linear-gradient(to right, #fff, #edeef4);
}

.quick-login {
    width: 316px;
}

.quick-login .com-hd {
    background-image: url("../images/login_tt.png");
}

.login-list {
    margin: 18px 0 0 -8px;
}

.login-item {
    height: 229px;
    width: calc(33.33% - 8px);
    margin-left: 8px;
}

.login-item>a {
    display: block;
    border-radius: 6px;
    height: 100%;
    text-align: center;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-item>a>span {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: 'SourceHanSerifCN-Heavy';
}

.login-item:nth-child(1) span {
    color: #6e4338;
}

.login-item:nth-child(2) span {
    color: #6f3e42;
}

.login-item:nth-child(3) span {
    color: #15415e;
}

.login-item:nth-child(1)>a {
    background: url("../images/login_bg1.png") no-repeat;
}

.login-item:nth-child(2)>a {
    background: url("../images/login_bg2.png") no-repeat;
}

.login-item:nth-child(3)>a {
    background: url("../images/login_bg3.png") no-repeat;
}

/* 数据分析 */
.floor3 {
    height: 462px;
    padding-top: 15px;
    background: url("../images/data_bg.jpg") no-repeat center top;
}

.floor3 .com-hd {
    background-image: url("../images/data_tt.png");
}

.date-select {
    width: 140px;
    margin-left: 24px;
}

.data-sel {
    display: none;
}

.date-select .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    padding-left: 16px;
    border-color: #fccfcb;
    border-radius: 15px;
    background: #f7f7f7;
}

.date-select .chosen-container-single .chosen-single div {
    right: 10px;
}

.date-select .chosen-container-single .chosen-single div b {
    background: url("../images/footersel_down.png") no-repeat center;
}

.date-select .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/footersel_up.png");
}

.date-select .chosen-container .chosen-drop {
    border: none;
    background: #f7f7f7;
}

.date-select .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.date-select .chosen-container .chosen-results li {
    padding: 5px 17px;
}

.data-to {
    line-height: 24px;
    margin-top: 28px;
    font-size: 16px;
    color: #6f433a;
}

.data-bd {
    margin-top: 38px;
}

.data-box {
    height: 304px;
    border-top: 1px solid #d7083c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(206, 185, 185, 0.24), inset 0px 1px 0px 0px rgba(215, 8, 60, 0.004);
    box-shadow: 0px 3px 18px 0px rgba(206, 185, 185, 0.24), inset 0px 1px 0px 0px rgba(215, 8, 60, 0.004);
    background-color: #fff;
    overflow: hidden;
}

.data-box:nth-child(1) {
    width: 440px;
}

.data-box:nth-child(2) {
    width: 725px;
}

.data-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.data-list:before,
.data-list:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    content: "";
    background-color: #fef5f4;
    background-image: -webkit-gradient(linear, left top, right top, from(#fef5f4), color-stop(#fff), to(#fff));
    background-image: linear-gradient(to right, #fef5f4, #fff, #fff);
    z-index: -1;
}

.data-list:after {
    left: 50%;
}

.data-item {
    width: 50%;
    padding: 35px 0 10px 110px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.data-tt {
    line-height: 24px;
}

.data-num {
    height: 30px;
    margin-top: 5px;
    color: #d7083c;
}

.data-num>span {
    font-family: 'OPPOSans-Bold';
    font-size: 24px;
    margin-right: 13px;
}

.data-item:nth-child(1) {
    background: url("../images/data_ico1.png") no-repeat 23px 30px;
}

.data-item:nth-child(2) {
    background: url("../images/data_ico2.png") no-repeat 23px 30px;
}

.data-item:nth-child(3) {
    background: url("../images/data_ico3.png") no-repeat 23px 30px;
}

.data-item:nth-child(4) {
    background: url("../images/data_ico4.png") no-repeat 23px 30px;
}

.tooltip-name {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'D-DIN';
    font-weight: 600;
}

.series-name {
    margin-right: 15px;
}


/* 2021-1-4修改 */
.floor1 {
    background: url("../images/part1-bg.jpg") top center;
}

/* 2021-1-4修改 */

.info-item>a {
    padding: 0 22px;
}

.plat-bd .bdl .more {
    background-image: none;
    padding-right: 25px;
    background: url("../images/get-more.png") no-repeat right center;
}

.login-item:nth-child(1)>a:hover {
    box-shadow: 0px 4px 12px 0px rgba(215, 128, 109, 0.33);
}

.login-item:nth-child(2)>a:hover {
    box-shadow: 0px 4px 12px 0px rgba(213, 126, 135, 0.33);
}

.login-item:nth-child(3)>a:hover {
    box-shadow: 0px 4px 12px 0px rgba(116, 188, 199, 0.33);
}

.tooltips {
    width: 80px;
    text-align: left;
}

.tooltip-name {
    display: inline-block;
    width: 40px;
}


/* 2022-01-07 zsy */

.date-select .chosen-container .chosen-drop {
    top: calc(100% + 4px);
    border: 1px solid rgb(252, 207, 203);
    border-radius: 10px;
    font-size: 16px;
    background-color: rgb(247, 247, 247);
    overflow: hidden;
}

.date-select .chosen-container .chosen-results li {
    line-height: 20px;
    padding: 3px 17px;
}

.date-select .chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
    color: #d7083c;
    background: transparent;
}

.date-select .chosen-container .chosen-results {
    margin: 4px 8px 4px 0;
    max-height: 117px !important;
}


/* 下拉框滚动条样式调整 */

.date-select .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
}

.date-select .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #faa59d;
}

.date-select .chosen-container .chosen-results::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #fccfcb;
}

/* 2022-01-21 zsy */

.login-list {
    margin-top: 10px;
}

.login-item {
    height: 140px;
    margin-top: 8px;
    border-radius: 6px;
    background-repeat: no-repeat;
}

.login-item>a {
    position: relative;
    padding-top: 97px;
    transition: all .1s;
}

.login-list .login-item>a {
    background: none;
}

.login-item>a:after,
.login-item>a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.login-item>a:before {
    top: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
}

.login-item>a:after {
    position: absolute;
    top: 48px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center;
}

.login-item>a>span {
    width: auto;
    line-height: 22px;
}

.login-item:nth-child(1) {
    background-color: #f8d7cf;
    background-image: linear-gradient(to bottom, #f8d7cf, #fdf5f1);
}

.login-item:nth-child(2) {
    background-color: #ffd6da;
    background-image: linear-gradient(to bottom, #ffd6da, #fdf2f2);
}

.login-item:nth-child(3) {
    background-color: #cfe4f6;
    background-image: linear-gradient(to bottom, #cfe4f6, #ebf8fe);
}

.login-item:nth-child(4) {
    background-color: #ecebfd;
    background-image: linear-gradient(to bottom, #ecebfd, #f7f7fe);
}

.login-item:nth-child(5) {
    background-color: #ddeeff;
    background-image: linear-gradient(to bottom, #ddeeff, #eef6ff);
}

.login-item:nth-child(6) {
    background-color: #d3f6ec;
    background-image: linear-gradient(to bottom, #d3f6ec, #edfffa);
}

.login-item:nth-child(4)>a:hover {
    box-shadow: 0 4px 12px 0 #ecebfd;
}

.login-item:nth-child(5)>a:hover {
    box-shadow: 0 4px 12px 0 #ddeeff;
}

.login-item:nth-child(6)>a:hover {
    box-shadow: 0 4px 12px 0 #d3f6ec;
}

.floor2 {
    height: auto;
    padding-bottom: 40px;
}

.login-item:nth-child(4)>a {
    color: #7460e8;
}

.login-item:nth-child(5)>a {
    color: #1289ff;
}

.login-item:nth-child(6)>a {
    color: #107f5d;
}

.login-item:nth-child(1)>a:after {
    background-image: url("../images/login_ico1.png");
}

.login-item:nth-child(2)>a:after {
    background-image: url("../images/login_ico2.png");
}

.login-item:nth-child(3)>a:after {
    background-image: url("../images/login_ico3.png");
}

.login-item:nth-child(4)>a:after {
    background-image: url("../images/login_ico4.png");
}

.login-item:nth-child(5)>a:after {
    background-image: url("../images/login_ico5.png");
}

.login-item:nth-child(6)>a:after {
    background-image: url("../images/login_ico6.png");
}

.floor1 {
    position: relative;
    height: 480px;
    padding-top: 400px;
}

.info {
    position: absolute;
    left: 50%;
    top: -52px;
    margin-left: -600px;
    height: 420px;
    width: 1200px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 9999999;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;

}

.info>h2 {
    padding-top: 37px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

.info>h2>span {
    color: #e69247;
}

.info>h3 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #666;
}

.info-btn {
    padding-top: 20px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.info-btn a {
    display: inline-block;
    width: 180px;
    height: 68px;
    padding-top: 152px;
    line-height: 58px;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff8f2;
    margin: 0 5px;
    color: #333;
    background-position: center center;
    background-repeat: no-repeat;
}

.info-btn a:nth-child(1) {
    background-image: url('../images/info_btn1.png');
}

.info-btn a:nth-child(2) {
    background-image: url('../images/info_btn2.png');
}

.info-btn a:nth-child(3) {
    background-image: url('../images/info_btn3.png');
}

.info-btn a:nth-child(4) {
    background-image: url('../images/info_btn4.png');
}

.info-btn a:nth-child(5) {
    background-image: url('../images/info_btn5.png');
}

.info-btn a:nth-child(6) {
    background-image: url('../images/info_btn6.png');
}



/* 2022-3-25新增 */

.floor4 {
    height: 530px;
    padding-top: 8px;
    background-color: #fff;
}

.floor4 * {
    box-sizing: border-box;
}

.floor4 .com-hd {
    background-image: url('../images/floor4-hd.png');
}

.floor4-swiper {
    position: relative;
    height: 385px;
    margin-top: 26px;
}

.floor4 .swiper-container {
    width: 640px;
    margin-left: -10px;
}

.floor4 .swiper-pagination {
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.floor4 .swiper-link {
    display: block;
    height: 160px;
    padding: 13px 16px 0 16px;
    box-shadow: 0px 3px 18px 0px rgba(206, 185, 185, 0.24);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 10px;
}

.floor4 .swiper-link:hover {
    border-color: #d7083c;
}

.floor4 .sweiper-tt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333;
}

.floor4 .swiper-room,
.floor4 .swiper-date {
    color: #999;
    line-height: 30px;
}

.floor4 .swiper-room {
    margin-top: 13px;
}

.floor4 .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    border-radius: 3px;
    background-color: #fae1e7;
    opacity: 1;
    margin: 0 5px;
    vertical-align: top;
}

.floor4 .swiper-pagination-bullet-active {
    background-color: #d7083c;
}

.date-box {
    width: 545px;
    height: 384px;
    box-shadow: 0px 3px 18px 0px rgba(206, 185, 185, 0.24);
    margin-top: 36px;
}

.date-hd {
    height: 55px;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    background-image: linear-gradient(#fff, #fef7f5);
    border-bottom: 1px solid #fccfcb;
    font-size: 0;
    position: relative;
}

.date-render {
    height: 54px;
}

.now-date {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #d7083c;
    width: 62px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #fcd3cf;
    border-radius: 14px;
    right: 16px;
    top: 14px;
    cursor: pointer;
}

.date-render i {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.date-number {
    font-size: 18px;
    margin: 0 20px;
}

.last-year {
    background-image: url('../images/last-year.png');
}
.last-month {
    background-image: url('../images/last-month.png');
}
.next-month {
    background-image: url('../images/next-month.png');
}
.next-year {
    background-image: url('../images/next-year.png');
}

.date-bd {
    height: calc(100% - 47px);
}

.datetimepicker {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑';
}

.table-condensed thead tr:first-child {
    display: none;
}

.datetimepicker .dow {
    font-size: 18px;
    color: #999;
}

.datetimepicker-numDay {
    font-size: 16px;
    color: #999;
}

.day .datetimepicker-numDay {
    color: #333;
}

.day.old .datetimepicker-numDay,
.day.new .datetimepicker-numDay {
    color: #999;
}

.datetimepicker table tr td.old p,
.datetimepicker table tr td.new p {
    font-size: 14px;
    color: #999;
}

.datetimepicker td,
.datetimepicker th {
    height: 45px;
}

.day .datetimepicker-content {
    height: 100%;
    line-height: 21px;
    padding-top: 2px;
}

.day.active .datetimepicker-content,
.day.today-box .datetimepicker-content {
    background: url('../images/date-active.png') no-repeat center center;
    background-size: 42px 42px;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: url('../images/date-active.png') no-repeat center center;
    background-size: 42px 42px;
}

.table-condensed > tbody > tr > td {
    padding: 0;
}

.datetimepicker table tr td.active p {
    color: #333;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: transparent;
}

.day {
    position: relative;
}

.datetimepicker-numDay i {
    position: absolute;
    top: 0;
    right: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #d7083c;
    color: #fff;
    font-style: normal;
}


/* 20220509新增侧边栏 */

.sider {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    box-shadow: 0 0 57px rgba(219, 235, 255, 0.43);
    z-index: 99999999;
}

.sider-item {
    width: 103px;
    height: 92px;
    background: #fff;
}

.sider-card {
    display: block;
    height: 100%;
    padding-top: 57px;
    background-repeat: no-repeat;
    background-position: center calc(100% - 36px);
    box-sizing: border-box;
}

.sider-name {
    line-height: 28px;
    color: #666;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.sider-item:hover {
    background: #f44455 url("../images/sider_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.sider-item:hover .sider-name {
    color: #fff;
}

.sider-item.supplier1 .sider-card {
    background-image: url("../images/supplier_ico.png");
}

.sider-item.supplier1:hover .sider-card {
    background-image: url("../images/supplier_icoh.png");
}

.sider-item.supplier2 .sider-card {
    background-image: url("../images/group_ico.png");
}

.sider-item.supplier2:hover .sider-card {
    background-image: url("../images/group_icoh.png");
}

.sider-item.supplier3 .sider-card {
    background-image: url("../images/expert_ico.png");
}

.sider-item.supplier3:hover .sider-card {
    background-image: url("../images/expert_icoh.png");
}

.sider-item.supplier4 .sider-card {
    background-image: url("../images/expert_ico.png");
}

.sider-item.supplier4:hover .sider-card {
    background-image: url("../images/expert_icoh.png");
}

.sider-item.supplier5 .sider-card {
    background-image: url("../images/agency_ico.png");
}

.sider-item.supplier5:hover .sider-card {
    background-image: url("../images/agency_icoh.png");
}

.sider-item.supplier6 .sider-card {
    background-image: url("../images/purchase_ico.png");
}

.sider-item.supplier6:hover .sider-card {
    background-image: url("../images/purchase_icoh.png");
}

.sider-item.supplier7 .sider-card {
    background-image: url("../images/regulator_ico.png");
}

.sider-item.supplier7:hover .sider-card {
    background-image: url("../images/regulator_icoh.png");
}

.sider-item.totop .sider-card {
    background-image: url("../images/totop_ico.png");
}

.sider-item.totop:hover .sider-card {
    background-image: url("../images/totop_icoh.png");
}