* {
    margin: 0;
    padding: 0;
}


.columnhide {
    position: fixed;
    z-index: 9999;
    visibility: hidden;
    right: -100%;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    overflow: hidden;
}

.columnShow {
    right: 0;
    top: 0px;
    visibility: visible;
}







.column-box .column-text span {
    font-family: Alibaba PuHuiTi-Medium;
}

.column-box .column-text p {
    font-family: Source Han Serif CN-Regular, Source Han Serif CN;
}

.column-box .column-banner {
    position: relative;
}

/* .banner2{
    display: none;
} */
.column-box .columnHover {
    height: 100%;
    width: 4.3rem !important;

    backdrop-filter: blur(20px);
    background: rgba(20, 66, 151, 0.05);
    position: absolute;
    bottom: 0;
    top: 0 !important;
    left: 0;
    z-index: 0;
    transition: all .3s ease;
    display: none;
}


.columnHover.active {
    opacity: 1;
}

.column-banner {
    position: relative;
    overflow: hidden; /* 防止hover元素溢出 */
}


.column-box .column-b-b {
    margin-bottom: 0.25rem;
}

.column-box .column-menu-box {
    height: 2.89rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.25rem;
}

.column-box .c-t-c-b div:hover {
    cursor: pointer;
}

.column-box .column-banner-main {
    display: flex;

}

.column-box .column-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-box .mainShow2 {
    color: #fff !important;
}

.column-box .mainShow2 .contraction {
    background: #fff;
}

.column-box .mainShow {
    color: #144297;
}

.column-box .column-menu-tips {
    position: absolute;
    top: -2.25rem;
    height: 2.25rem;
    width: 0.5rem;

    display: none;
}

.column-box .column-menu-tips.act {
    display: block
}

.column-box .tips-container {
    margin-bottom: 0.25rem;
    height: 2rem;
    width: 0.5rem;
    border-radius: 0.5rem;
    background: #144297;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.column-box .tips-container>div {
    height: fit-content;
    display: flex;
}

.column-box .column-phone svg:nth-child(1) {
    display: none;
}

.column-box .column-phone:hover svg:nth-child(1) {
    display: block;
}

.column-box .column-phone:hover svg:nth-child(2) {
    display: none;
}

.column-box .column-information svg:nth-child(1) {
    display: none;
}

.column-box .column-information:hover svg:nth-child(1) {
    display: block;
}

.column-box .column-information:hover svg:nth-child(2) {
    display: none;
}

.column-box .column-address svg:nth-child(1) {
    display: none;
}

.column-box .column-address:hover svg:nth-child(1) {
    display: block;
}

.column-box .column-address:hover svg:nth-child(2) {
    display: none;
}

.column-box .column-menu-tips svg {
    height: 0.3375rem;
    width: 0.3375rem;
}

.column-box .column-menu {
    position: relative;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-box .column-menu:hover {
    cursor: pointer;
}

.column-box .quanbu {
    height: 0.25rem;
    width: 0.25rem;
}

.column-box .column-logo img {
    margin-top: 0.25rem;
    height: 1rem;
    width: 1rem;
}

.column-box {
    background:#f3f7fd url(../img/_20230331164705.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.column-box .column-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 1.25rem;
}

.column-box .column-title {
    padding-top: 2.7rem;
    width: 100%;
}

.column-box .column-title-container {
    padding-left: 0.3625rem;
    font-size: 0.175rem;
    color: #728ec1;

    position: relative;
}

.column-box .main-column {
    width: 100%;
    padding-bottom: 0.0875rem;
}

.column-box .xian {
    width: 100%;
    height: 1px;
    background: #144297;
    display: flex;
    align-items: center;
    justify-content: end;
}

.column-box .main-column:hover {
    cursor: pointer;
}

.column-box .sub-column {
    padding-top: 0.0875rem;
}

.column-box .sub-column {
    cursor: pointer;
}

.column-box .youxian {
    width: 100%;
    height: 1px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
}

.column-box .youkuai {
    border: 2px solid #fff;
    height: 0;
    width: 0;
    transform: rotate(45deg);
    position: absolute;
    margin-left: -1px;
}

.column-box .title-square {
    border: 2px solid #144297;
    height: 0;
    width: 0;
    transform: rotate(45deg);
    position: absolute;
    margin-right: -1px;
}

.column-box .column-banner {
    display: flex;
}

.column-box .column-banner-main {
    width: 4.3rem;
    height: 100%;
    border-left: 1px solid #d9e3ef;
    z-index: 5;
    box-sizing: border-box;
}

.column-box .column-banner-container {
    padding-left: 1.35rem;
}

.column-box .column-text {
    color: #144297;

}

.column-box .column-text span {
    font-size: 0.3rem;
    font-weight: 500;
}

.column-box .column-text p {
    font-size: 0.3rem;
}

.column-box .c-t-c-b {
    padding-top: 1.4375rem;
    font-size: 0.225rem;
    color: #4368ac;
    height: 2.5rem;
}

.column-box .c-t-c-b div {
    margin-bottom: 0.2rem;
}

.column-box .column-banner-main:last-child {
    border-right: 1px solid #d9e3ef;
}

.column-box .column-right {
    height: 100%;
    background: linear-gradient(360deg, #144297 0%, #4368ac 100%);
    width: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column-box .column-t {
    padding-top: 0.25rem;
    padding-left: 0.375rem;
}

.column-box .column-t-container {
    height: 0.5rem;
    width: 0.5rem;
    background: rgba(217, 227, 239, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-box .column-t-container svg {
    height: 0.25rem;
    width: 0.25rem;
}

.column-box .column-t-container:hover {
    cursor: pointer;
}

.column-box .column-r {
    padding-right: 0.3125rem;
    padding-top: 3.5rem;

}

.column-box .c-t-c-b div {
    position: relative;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
}

.column-box .c-t-c-b div::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #144297;
    border-radius: 50%;
    left: -10px;
    top: calc(50% - 2px);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
    transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
}

.column-box .c-t-c-b div:hover::before {
    opacity: 1;
}

.column-box .c-t-c-b div:hover {
    color: #144297;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
}

.column-box .column-r-t {
    display: flex;

    border-bottom: 1px solid #fff;
    font-size: 0.175rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    align-items: center;
    padding-left: 0.2125rem;
    padding-bottom: 0.0875rem;
}

.column-box .column-r-t div {
    height: 0.175rem;
    width: 0.175rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    color: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.0375rem;
}

.column-box .column-r-t:hover {
    cursor: pointer;
}

.column-box .column-r-b:hover {
    cursor: pointer;
}

.column-box .column-r-b {
    padding-top: 0.0875rem;
    display: flex;
    font-size: 0.175rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    align-items: center;
    padding-left: 0.2125rem;
}

.column-box .column-r-b div {
    height: 0.175rem;
    width: 0.175rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    color: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.0375rem;
}

.column-box .column-b {
    padding-left: 0.375rem;

}

.column-box .column-b-t {
    height: 1.3875rem;
    width: 0.5rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.2rem;
    color: #fff;
    padding-bottom: 0.1rem;
}

.column-box .column-login {
    padding-top: 0.1rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.075rem;
}

.column-box .column-login:hover {
    cursor: pointer;
}

.column-box .column-register:hover {
    cursor: pointer;
}

.column-box .column-register {
    padding-top: 0.075rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.column-box .column-b-c {
    padding-top: 0.25rem;
}

.column-box .search {
    height: 0.5rem;
    width: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-box .search:hover {
    cursor: pointer;
}

.column-box .search svg {
    height: 0.2125rem;
    width: 0.2125rem;
}

.column-box .column-b-b {
    padding-top: 0.25rem;
}

.column-box .shoop {
    height: 0.5rem;
    width: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.column-box .shoop:hover {
    cursor: pointer;
}

.column-box .shoop img {
    height: 0.25rem;
    width: 0.25rem;
}

@font-face{
    font-family: 'source-bold';  
    src: url('/assets/fonts/source-bold.otf');
}

.container-title-background>span{
    font-family:'source-bold' ;
}





@media (max-width: 1042px) {
    .column-box .columnHover{
        display: none !important;
    }
    .column-box .column-banner{
        flex-wrap: wrap;
        overflow-y: auto;
        /*align-content: center;*/
        width: 80%;
        /* padding-top: 4rem; */
    }
    .column-box .column-banner-main {
        width: 100%;
        height: auto;
        border: none;
    }
    .column-box .column-banner-main:first-child{
        padding-top: 0rem;
    }
    .column-box .column-banner-container{
        padding-left: 0;
        border-bottom: 1px dashed #d9e3ef;
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        padding-bottom: 20px;
    }
    .column-box .column-text{
        flex-wrap: wrap;
        padding-bottom: 0;
        border-top: none !important;
    }
    .column-box .column-text span,
    .column-box .column-text p{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .column-box .c-t-c-b{
        padding-top: 0.4rem;
        height: auto;
        padding-bottom: 0;
    }
    .column-box .c-t-c-b div{
        line-height: normal;
        text-align: center;
        font-size: 14px;
    }

    
    .column-box .column-left,
    .column-box .column-right{
        width: 20%;
        border-right: 1px solid #d9e3ef;
    }

    
    .column-box .sub-column,
    .column-box .main-column,
    .column-box .column-r-t,
    .column-box .column-r-b{
        font-size: 12px;
    }
    .column-box .column-menu-box,
    .column-box .column-b-b{
        margin-bottom: 1rem;
    }
    .column-box .column-menu,
    .column-box .column-t-container,
    .column-box .search{
        width: 0.8rem;
        height: 0.8rem;
    }
    .column-box .quanbu {
        height: 0.4rem;
        width: 0.4rem;
    }
    .column-box .column-menu-tips{
        width: 0.8rem;
        top: -2.85rem;
        height: 2.85rem;
    }
    .column-box .tips-container{
        width: 100%;
        height: 2.6rem;
    }
    .column-box .column-menu-tips svg,
    .column-box .column-t-container svg,
    .column-box .search svg{
        width: 0.5rem;
        height: 0.5rem;
    }
    .column-box .column-b-t{
       width: 0.8rem;
        height: auto;
        padding: 0.2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .column-box .column-login,
    .column-box .column-register{
        margin: 0;
        writing-mode: tb;
        padding: 0.2rem 0;
        font-size: 13px;
    }
    
    .column-box .column-r-t div,
    .column-box .column-r-b div{
        height: 0.3rem;
        width: 0.3rem;    
        line-height: 1;
    }
}










