/**!
 * 数据统计
 * author: gaoli
 * date:2021-10-27
 */
.notice-wrap {
    box-sizing: border-box;
    padding: 0 20px 20px;
    position: relative;
    border: 1px solid #c6c6c6;
    background-color: #fff;
}

.corner {
    position: absolute;
    width: 40px;
    height: 37px;
}

.corner1 {
    left: 0;
    top: 0;
    background: url("../images/corner01.png") center no-repeat;
}

.corner2 {
    right: 0;
    top: 0;
    background: url("../images/corner02.png") center no-repeat;
}

.corner3 {
    left: 0;
    bottom: 0;
    background: url("../images/corner03.png") center no-repeat;
}

.corner4 {
    right: 0;
    bottom: 0;
    background: url("../images/corner04.png") center no-repeat;
}


.data-head {
    position: relative;
    z-index: 999;
    height: 48px;
    border-bottom: 1px solid #d7d7d7;
}

.data-name {
    margin-left: 20px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #0b62c6;
}

.data-num {
    padding-top: 12px;
}

.data-num>li {
    float: left;
    margin-left: 4px;
    width: 21px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 22px;
    color: #0b62c6;
    font-weight: bold;
    background-color: #c3e3ff;
}

.date-items {
    padding-top: 2px;
    margin-right: 6px;
}

.date-items>li {
    float: left;
    margin-left: 20px;
}

.date-items>li>a {
    display: block;
    line-height: 44px;
    padding: 0 14px;
    color: #666;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.date-items>li.current>a {
    color: #0b62c6;
    font-weight: bold;
    border-color: #0b62c6;
}

.mod-half {
    box-sizing: border-box;
    width: 50%;
}

/* 地图 */
.map-chart {
    height: 628px;
}

/* 地图右侧数据 */
.num-items {
    padding-top: 20px;
}

.num-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
    /*margin-left: 35px;*/
    margin-left: 15px;
}

.num-item:first-child {
    margin-left: 0;
}

.num-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #0b62c6;
}

.num-item>span {
    font-family: "OPPOSans-B";
    font-size: 18px;
    color: #0b62c6;
    margin-left: 10px;
    letter-spacing: -1px;
    margin-right: 2px;
}

.card {
    position: relative;
    height: 150px;
    padding: 0 29px;
    margin-top: 20px;
    overflow: hidden;
}

.card>a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d9d9d9;
}

.card>a.arrow-left {
    left: 0;
    background-image: url("../images/data/btn_l.png");
}

.card>a.arrow-right {
    right: 0;
    background-image: url("../images/data/btn_r.png");
}

.card .swiper-container {
    height: 150px;
}

.card .swiper-slide {
    box-sizing: border-box;
    padding: 0 7px;
    height: 150px;
}

.card-hd {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: url("../images/data/card_bg.png") no-repeat center top /100% 100%;
}

.card-hd>h3 {
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 17px center;
}

.card .icon-1 .card-hd>h3 {
    background-image: url("../images/data/card_ico1.png");
}

.card .icon-2 .card-hd>h3 {
    background-image: url("../images/data/card_ico2.png");
}

.card .icon-3 .card-hd>h3 {
    background-image: url("../images/data/card_ico3.png");
}

.card .icon-4 .card-hd>h3 {
    background-image: url("../images/data/card_ico4.png");
}

.card .icon-5 .card-hd>h3 {
    background-image: url("../images/data/card_ico5.png");
}

.card .icon-6 .card-hd>h3 {
    background-image: url("../images/data/card_ico6.png");
}

.card .icon-7 .card-hd>h3 {
    background-image: url("../images/data/card_ico7.png");
}

.card-bd {
    box-sizing: border-box;
    height: calc(100% - 45px);
    padding: 7px 15px;
    background-color: #f7f7f7;
}

.card-item {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.card-item .num>span {
    font-family: "OPPOSans-B";
    color: #0b62c6;
    font-size: 16px;
}

/* 各行业交易额 */
.industry-tt {
    text-align: center;
    margin-top: 20px;
}

.industry-tt>span {
    position: relative;
    font-size: 16px;
    color: #0b62c6;
    font-weight: 600;
}

.industry-tt>span:before,
.industry-tt>span:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 26px;
    height: 1px;
    transform: translateY(-50%);
    background-color: #0b62c6;
}

.industry-tt>span:before {
    left: -34px;
}

.industry-tt>span:after {
    right: -34px;
}

.industry-chart {
    height: 350px;
}

/* 近三年交易额 */
.box {
    border: 1px solid #b6cbe3;
}

.box-hd {
    height: 39px;
    padding-left: 12px;
    background-color: #e5eef7;
}

.box-hd>li {
    float: left;
    margin-left: 50px;
}

.box-hd>li:first-child {
    margin-left: 0;
}

.box-hd>li>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #718bae;
    border-bottom: 3px solid transparent;
}

.box-hd>li.current>a {
    font-size: 18px;
    font-weight: bold;
    color: #5075d4;
    border-bottom-color: #5075d4;
}

.quota-bd {
    height: 305px;
}

.quota-bd>div {
    height: 305px;
}

.threeyearquota-chart {
    width: 500px;
}

.threeyeartype-chart {
    width: 656px;
}

.thisyearquota-chart {
    width: 714px;
}

.thisyeartype-chart {
    width: 442px;
}

.contrast {
    margin-top: 30px;
}

.contrast-wrap {
    height: 312px;
}

.contrast-chart {
    height: 290px;
}

/* 2021-12-14 zsy 增加广告横幅 */

.advertise-img {
    display: block;
    height: 129px;
    margin-bottom: 17px;
    border-radius: 4px;
    overflow: hidden;
}

.advertise-img>img {
    width: 100%;
    height: 100%;
}