
.cookie-alert{
    /*cookie alert在policy页面不出现，否则会遮挡页面*/
    display: none !important;
}

.page-header.narrow{
    height: calc(400 * var(--rpx));
    margin-top: 0;
}

.page-header .wrapper{
    position: relative;
    z-index: 300;
    display: flex;
    flex-direction: column;
}

.page-header-back {
    background: var(--corner-gradient);
}

.main .wrapper{
    padding-top: calc(120 * var(--rpx-50));
    padding-bottom: calc(150 * var(--rpx-50));
}

.main .desc{
    text-wrap: unset;
}

table{
    border-radius: .75em;
    border: 1px solid #ececec;
    border-collapse: collapse;
    width: 100%;
}

table col{
    width: calc(100% / 3);
}

thead, tbody, tr{
    width: 100%;
}

th, td{
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: calc(12em / 16) calc(16em / 16);
    width: calc(100% / 3);
}

th:last-child, td:last-child{
    border-right: none;
}
tr:last-child td{
    border-bottom: none;
}

.desc a{
    color: var(--theme-navy);
}

.desc a:hover{
    text-decoration: underline;
}
