html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "微软雅黑", sans-serif;
    background:url(../images/selfServiceCenterBackground.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.container {
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    height: 100%;
}


.content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content:center;
    flex: 1;
    /*padding: 20px 0;*/
    overflow-y: auto;
}
@media screen and (max-height: 634px) {
    .content {
        margin-top: 40px;
    }
}
.content .content-body{
    overflow-y: auto;
}

.xk-header {
    max-width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.60);
}

.xk-header-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.xk-logo {
    margin-right: 24px;
    width: 166px;
    height: 34px;
    flex-shrink: 0;
}

.xk-header-title {
    color: #1D2129;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 90.909% */
}

.xk-header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.xk-lang-select {
    border: none;
    background: transparent;
    padding: 6px 18px 6px 16px;
    border-radius: 2px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0 0h10L5 6z' fill='%233c3c3c'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    cursor: pointer;

    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.xk-lang-select:focus {
    background-color: #eaf6ff;
}

/* 隐藏 select 原生箭头（部分浏览器） */
.xk-lang-select::-ms-expand {
    display: none;
}

/* 下拉项字体大小 */
.xk-lang-select option {
    font-size: 14px;
}

.xk-login-btn {
    background: #fff;
    color: #165DFF;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 2px;
    padding: 6px 16px;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.xk-login-btn svg {
    margin-left: 4px;
}

.xk-login-btn:hover {
    background: #eaf6ff;
}

.xk-arrow {
    font-size: 14px;
    vertical-align: middle;
}

/*语言切换下拉菜单*/
.language_switch {
    width: 500px;
    top: 24px;
}
.language_switch_list {
    margin-top: 10px;
}
.t_switch {
    height: 28px;
    position: absolute;
    text-align: right;
    cursor: pointer;
    border-radius: 3px;
    right: 0;
    border-radius: 4px;
    font-size: 14px;
}
.g-switch-btn {
    flex: 1;
    width: 0;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.g-language-switch{
    width: 110px;
    height: 32px;
    border-radius: 2px;
    /*color: #1D2129;*/
    float: right;
    border: none;

    background: transparent;
    padding: 6px 9px 6px 16px;
    /*border-radius: 2px;*/
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    /*background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0 0h10L5 6z' fill='%233c3c3c'/%3E%3C/svg%3E");*/
    background-repeat: no-repeat;
    background-position: right 0px center;
    cursor: pointer;

    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.g-switch-result{
    width: 100%;
    height: 28px;
    padding: 5px 0px;
    text-align: center;
    /*background: rgba(255, 255, 255, 0.5);*/
    background: transparent;
    border: 0px solid #DFE2E8;
    font-size: 14px;
    display: flex !important;
    align-items: center;
}
.g-switch-arrow{
    background: url(../images/back.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}
.item-show {
    padding: 7px 0px;
    display: none;
}
.g-switch-list{
    width: 120px;
    padding: 2px 0px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #EDEFF2;
    position: relative;
    z-index: 99;
    margin-block: 0;
    list-style-type: none;
    font-size: 14px;
}
.g-switch-list::before{
    content: '';
    position: absolute;
    top: -6px;
    right: 30px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}
.g-switch-list li{
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0px 0px 0px 12px;
    width: calc(100% - 12px);
    list-style: none;

    /*width: 100%;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    display: inline-block;

}
.g-switch-list li:hover {
    background-color: #F7F8FA;
}
.text_ellipsis{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    display: inline-block;
}

.welcome{
    margin: 0 auto;
    max-width: 1072px;
}
.welcome-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(0,0,0,1);

}

.welcome-title > span:nth-child(2) {
    background: linear-gradient(90deg, #165DFF 80.29%, #94BFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-desc {
    margin: 16px 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(78, 89, 105, 1);

}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1072px;
    margin: 0 auto;
    /*justify-content: center;*/
    /*gap: 20px;*/
}


.card {
    display: flex;
    /*gap: 12px;*/
    background: #fff;
    border-radius: 8px;
    width: 526px;
    height: 118px;
    text-align: left;
    padding: 20px;
    /*transition: 0.3s ease;*/
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    border: 1.6px solid transparent;
}
.card:nth-child(2n+1){
    margin-right: 20px;
    margin-bottom:20px ;
}
.card img{
    margin-right: 16px;
}
.card .right-cont{
    display: flex;
    flex-direction: column;
}
/*.card-grid .max-length{*/
/*    max-width: 270px;*/
/*}*/
.card:hover {
    border: 1.6px solid #165DFF;
    cursor: pointer;
}
.card:hover .card-title {
    color: #165DFF;
    font-weight: 700;
}
.card:hover .hover-arrow {
    display: block;
}

.card > img {
    height: 50px;
    width: 50px;
}
.card > .hover-arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}

.card .card-title {
    color: rgba(29, 33, 41, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}

.card .card-desc {
    color: #86909c;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.footer {
    color: rgba(78, 89, 105, 1);
    opacity: 0.5;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}