@charset "utf-8";

.content-section{
    box-sizing: border-box;
    min-height: 100vh;
    padding: 1.5rem 0.75rem 0;
    background-color: #f3f3f3;

    /* background-image: url(../images/common/1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.card-div{
    box-sizing: border-box;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.5rem #ccc;
    /* background-image: url(../images/common/2.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-color: #0084cd;
}
.card-header-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.8rem;
    padding: 0 0.7rem;
    color: #fff;
    background-color: #0084cd;
    /* background: linear-gradient(to bottom,#c8171f,#d64121); */
}
.card-header-div>span{
    
    font-weight: bold;
}
.logo-div{
    display: flex;
    align-items: center;
}
.logo-div>div{
    margin-left: 0.5rem;
    text-align: left;
}
.logo-div>div>span{
    font-size: 0.7rem;
    /* font-weight: bold; */
}
.logo-div>div>p{
    font-size: 0.45rem;
    
}

.card-content-div{
    position: relative;
    background-image: url(../images/common/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #fff;
    background-color: #a0d9f6;
}
.box-div{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.8rem 0.7rem;
}
.card-content-div .bg-div{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #fff;
}

.head-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 6.6rem;
    overflow: hidden;
    border: 3px solid #0084cd;
    border-radius: 0.2rem;
    background-color: #fff;
}
.head-img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.seal-img{
    display: block;
    width: 1.5rem;
}
.info-div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
}
.info-div>p{
    margin-top: 10px;
    font-weight: bold;
}

.card-footer-div{
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 1.8rem;
    /* background: linear-gradient(to bottom,#e7977a,#d64121); */
    background-color: #0084cd;
}
.card-footer-div .txt-div{
    flex-grow: 1;
}
.card-footer-div .txt-div>img{
    display: block;
    width: 80%;
    margin: auto;
}

.card-footer-div .icon-div{
    position: relative;
    flex-shrink: 0;
    padding: 0 0.5rem 0 0.8rem;
    background-color: #0084cd;
}
.card-footer-div .icon-div>img{
    position: relative;
    z-index: 10;
    display: block;
    width: 4.5rem;
}

.geometry-div{
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: calc(100% + 0.5rem);
    padding-left: 1rem;
    /* background-color: #f00; */
    
    overflow: hidden;
}
.triangle-ele{
    z-index: 10;
    position: absolute;
    left: -0.5rem;
    bottom: -0.5rem;
    transform: rotateZ(10deg);
    width: 2rem;
    height: 3rem;
    background-color: #a0d9f6;
}
.square-ele{
    position: relative;
    width: 100%;
    height: 110%;
    background-color: #a0d9f6;
}

.btn-div{
    margin-top: 2rem;
 }
.btn-div>a{
    display: block;
    width:100%;
    line-height: 2.7rem;
    font-size: 0.8rem;
    background-color: var(--main-bg-color);
    color: #fff;
    border-radius: 3px;
    text-align: center;
}


.status-1{
    color: var(--primary-text-color);
}
.status-2{
    color: #185AB2;
}
.status-3,.status-4{
    color: #999;
}
