html {
    color: #fff;
}
.navigator {
    background: #fff;
}
.nav-bar__item {
    color: #333333;
}
.law-title {
    text-align: center;
}
.title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.title-bg {
    position: relative;
    /* top: 8px; */
    margin: 18px 23px 0 23px;
}
.title-bg > div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width:240px;
    height:33px; */
    font-size:24px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    /* line-height:33px; */
    white-space: nowrap;
}
.row {
    /* margin-bottom: 47px; */
    color: #fff;
}
.support-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    overflow: hidden;
}
.support-item {
    position: relative;
    width: 245px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(180deg,rgba(14,37,27,1) 0%,rgba(2,9,6,1) 100%);
    border-radius:4px;
    border:1px solid;
    border-image:linear-gradient(148deg, rgba(91,213,163,1), rgba(41,142,96,1)) 1 1;
    margin: 50px 20px;
}
.support-item > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.support-item > div {
    width:88px;
    height:36px;
    font-size:22px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:36px;
    margin: 6px 0 15px 0;
}
.support-item > span {
    height:64px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(192,235,214,1);
    line-height:32px;
    text-align: center;
}
.outer-container {
    position: relative;
    width:1084px;
    height:448px;
    margin: 0 auto 90px auto;
    background:linear-gradient(180deg,rgba(14,37,27,.7) 0%,rgba(2,9,6,.7) 100%);
    border-radius:4px;
    border:1px solid;
    border-image:linear-gradient(148deg, rgba(91,213,163,.7), rgba(41,142,96,.7)) 1 1;
}
.inner-container {
    position: absolute;
    top: -27px;
    left: -22px;
    width:1084px;
    height:448px;
    background:linear-gradient(270deg,rgba(12,30,31,1) 0%,rgba(26,31,49,1) 100%);
    border-radius:4px;
    padding: 45px 56px;
}
.inner-container > div{
    display: flex;
    align-items: center;
    color: rgba(232,255,244,1);
}
.inner-container > div > div{
    margin-left: 26px;
    font-size:20px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(232,255,244,1);
    line-height:64px;
    letter-spacing:2px;
}
.advertisement-row {
    padding: 40px 100px;
    margin: 0 auto;
    z-index: 2;
}
.advertisement-row p {
    width:900px;
    height:100px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(192,235,214,1);
    line-height:36px;
    margin-bottom: 20px;
}
.advertisement-row .row {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertisement-row .row:first-child {
    margin-bottom: 44px;
}
.advertisement-row .row span {
    font-size:18px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
}
.bottom-container {
    position: relative;
    padding-bottom: 190px;
    overflow: hidden;
}
.bottom {
    position: absolute;
    bottom: 0;
    /* z-index: -1; */
}
.bottom-btn {
    position: absolute;
    left: 50%;
    bottom: 82px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    transform: translate(-50%, -50%);
    background-image: url(../images/partner/bg_btn.png);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}
.container-fluid {
    padding: 0;
    overflow: hidden;
}

.container-fluid {
    background: radial-gradient(#131420, #0E1B1C);
}

.support-item {
    color: #C0EBD6;
}

.what-is {
    width: 1000px;
    height: 72px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 auto 60px auto;
}

.img-div__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.img-div__container:first-child {
    margin-right: 68px;
}

.img-div__container > div {
    width: 320px;
    height: 72px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 24px;
}

.row-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-col > div {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 6px;
}

.row-bigimg {
    margin: 0 20px;
}

.row-col__2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 44px;
}

.row-col__2:not(:nth-child(3n)) {
    margin-right: 105px;
}

.row-col__2 > span {
    display: inline-block;
    width: 90px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-left: 21px;
    white-space: nowrap;
}

