.aaa {
    height: 100%;
    white-space: nowrap;
}

.aaa_12{
    height: 100%;
    display: inline-block;
width: 100%;
    padding-left: 0px;
    border-radius: 5px;
    background-size: cover;
}

.aaa_1 {
    background-image: url("/img/index/cc.jpg");


}

.aaa_2 {
    background-image: url("/img/index/bb.jpg");
}
.box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .box {
    width: 300px;
    height: 140px;
    /*background: linear-gradient(to right,#6dd8f5,#89c2f7);*/
    margin: 15px; /* Adjust the margin as needed for spacing */
    border-radius: 10px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    display: flex
  }
.aaa_3 {
    background-image: url("/img/index/aa.jpg");
}

.aaa_4 {


    background-image: url("/img/index/dd.png");

}

.bbb {
    height: 82%;
    margin-top: 15px;
    white-space: nowrap;
}

.bbb_1 {
    height: 100%;
    display: inline-block;
    padding-left: 0px;
}

.bbb_1_1{
    background-color: #FFFFFF;
    /*background-size: cover;*/
    /*background-image: url("/img/index/exch.jpg");*/
    height: 48%;
    width:100%;
    padding: 0px;
    border-radius: 5px;
}
.bbb_1_2{
    height: 49.6%;
    margin-top: 15px;
    white-space: nowrap;
    padding: 0px;
}
.bbb_2 {
    /*background-color: rgba(58, 122, 254, 0.94);*/

    /*background-image: url("/img/index/xdx.jpg");*/

    background-color: #FFF;
    height: 100%;
    display: inline-block;
    overflow: auto;
    border-radius: 5px;
    background-size: cover;
}

.ccc {
    height: 130px;

}

.aaa_title{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 3.75px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    top: 30px;
    position: absolute;
    left: 30px;
}
.aaa_text{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    letter-spacing: 3.75px;
    font-family: Helvetica;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    top: 60px;
    position: absolute;
    left: 30px;
    font-weight: bold;
}

.aaa_dw {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-family: Helvetica;
    text-align: left;
    white-space: nowrap;
    line-height: 34px;
}

.jdttext{
    color: #FFF;
    position: absolute;
    right: 25px;
    bottom: -5px;
    font-size: 15px;
}
.fff{
    height: 100%;width: 100%;   border-radius: 5px;
    background-color: #FFFFFF;
}










.card-header {
    border-color: #d7dae3;
    position: relative;
    background: transparent;
    padding: 1.25rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

.card-body {
    padding: 15px;
}

.widget-media .timeline .timeline-panel {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-color: rgba(255,255,255,0.2)!important;
}


.widget-media .timeline .timeline-panel .media {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 12px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}

h5, .h5 {
    font-size: 1rem;
}

.text-white {
    color: #4f4f4f!important;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
    color: #FFF;
}

.widget-media .timeline .timeline-panel .media-info {
    background: #e0f7ff;
    color: #00afef;
}

.widget-media .timeline .timeline-panel .media-success {
    background: #d3fcf0;
    color: #10ca93;
}


.light.btn-info {
    background-color: #e0f7ff;
    border-color: #e0f7ff;
    color: #00afef;
}

.light.btn-info {
    background-color: #e0f7ff;
    border-color: #e0f7ff;
    color: #00afef;
}

.light.btn-primary {
    background-color: #ecf2ff;
    border-color: #ecf2ff;
    color: #3a7afe;
}

.light.btn-success {
    background-color: #d3fcf0;
    border-color: #d3fcf0;
    color: #10ca93;
}

.light.btn-success g [fill] {
    fill: #10ca93;
}

.light.btn-info g [fill] {
    fill: #00afef;
}

.light.btn-primary g [fill] {
    fill: #3a7afe;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .875rem;
    color: #89879f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.375rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #89879f;
    padding: 0.438rem 1.5rem;
}

.sharp {
    min-width: 33px;
    padding: 5px;
    height: 33px;
    min-height: 33px;
}

.tsjytx{
    height: 100%;
}