

.pc{
    position: fixed;
}
.warp{
    /* position: fixed; */
    top:60px;
}
.partner-page {
    /* padding-top: 6rem; */
    background-color: white;
    /* margin-top: 60px; */
    /* position: absolute; */
}

/*banner*/
.partner-img-box {
    position: relative;
}
.partner-img {
    width: 100%;
    max-width: 192rem;
    max-height: 84rem;
}
.partner-title {
    position: absolute;
    top: 40%;
    left: 20%;
}
.partner-title p {
    font-size: 6rem;
    /*font-weight: bold;*/
    /* font-family: Rany-Medium; */
    color: #ffffff;
}
.partner-content-box {
    width: 100%;
    height: 28.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partner-content {
    width: 40%;
}
.partner-content p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    /* font-family: Roboto-Light; */
    text-align: center;
}

/*program*/
.program-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.program-container {
    width: 80%;
    padding-bottom: 3rem;
}
.program-title {
    padding: 3rem 1rem 3rem 10%;
    width: 100%;
    background-color: white;
}
.program-title p{
    font-size: 4.8rem;
    color: #000000;
    /* font-family: Rany-Bold; */
}
.program-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.program-main-img, .partnership-main-img {
    width: 46.2%;
    max-width: 71rem;
    max-height: 50rem;
    border-radius: 3rem;
}
.program-content-des, .partnership-content-des {
    padding: 0 6%;
}
.program-content-des-title, .partnership-content-des-title {
    padding: 3% 0;
    width: 75%;
}
.program-content-des-title p, .partnership-content-des-title p {
    font-size: 3rem;
    color: #000000;
    /* font-family: Rany-Regular; */
}
.program-content-des-detail p, .partnership-content-des-detail p {
    font-size: 2.4rem;
    /* font-family: Roboto-Light; */
    line-height: 3.6rem;
    color: #535353;
}

/*partnership*/
.partnership-box {
    width: 100%;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partnership-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.phone-table {
    display: none;
}

/*requirements-container*/
.requirements-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
.requirements-title {
    width: 100%;
    padding: 7rem 0;
}
.requirements-title p {
    font-size: 4.8rem;
    color: #000000;
    /* font-family: Rany-Bold; */
    text-align: center;
}
.partner-table {
    position: relative;
}
.partner-table-box {
    max-width: 80%;
    background-color: #ffffff;
    border-radius: 2rem;
    position: relative;
    margin: auto;
    margin-top: 6rem;
    padding-left: 2%;
    box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.15);
}
.partner-table-head-box {
    width: 100%;
    position: absolute;
    right: 0;
    top: -6rem;
}
.partner-table-head-des {
    float: right;
    position: relative;
    width: 16.3%;
    background-color: #FA820A;
    border: 1px #ffffff solid;
}
/*.partner-table-head-des img {*/
/*    width: 23.6rem;*/
/*    height: 12rem;*/
/*}*/

.partner-table>thead {
    position: absolute;
    top: -12rem;
    right: 0;
    z-index: 0;
}
.partner-table>thead>tr {
    border: 0;
}
.partner-table>thead>tr>td:nth-child(2) {
    background: url("/assets/img/partner/rectangle.jpg");
    background-size: 100%;
}
.partner-table>thead>tr>td:nth-child(3) {
    background: url("/assets/img/partner/rectangle1.jpg");
    background-size: 100%;
}
.partner-table>thead>tr>td:nth-child(4) {
    background: url("/assets/img/partner/rectangle2.jpg");
    background-size: 100%;
}
.partner-table>thead>tr>td:nth-child(5) {
    background: url("/assets/img/partner/rectangle3.jpg");
    background-size: 100%;
}
.partner-table>thead>tr>td:first-child {
    background:none;
}
.partner-table>thead>tr>td p {
    font-size: 2rem;
    /* font-family: OPPOSans-B; */
    color: #ffffff;
    text-align: left;
    padding-left: 2rem;
}
.partner-table-des-content {
    width: 100%;
    height: 12rem;
    /*position: absolute;*/
    /*top: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partner-table {
    /*width: 100%;*/
    border-radius: 2rem;
    margin-top: 6rem;
    float: right;
}
.partner-table tr {
    height: 12rem;
    border: 1px #eeeeee solid;
    border-left: 0;
    border-right: 0;
}
.partner-table tr:nth-child(2n-1) {
    background-color: #eeeeee;
}
.partner-table tr>td:first-child{
    width: 46.5rem;
    background-color: #ffffff;
}
.partner-table tr>td:first-child > p{
    width: 85%;
    font-size: 2.4rem;
    /* font-family: OPPOSans-R; */
    color: #000000;
}
.partner-table tr>td:not(:first-child){
    width: 23.6rem;
    text-align: center;
    border:1px #ffffff solid;
}
.partner-table tr td img {
    width: 4.5rem;
    height: 4.5rem;
}
.partner-table-title {
    font-weight: bold;
}
.partner-table-line {
    width: 4.5rem;
    border: 2px #AAAAAA solid;
    margin: auto;
}
.partner-table-text {
    font-size: 1.8rem;
    color: #AAAAAA;
    /* font-family: OPPOSans-R; */
}

/*benefits*/
.benefits-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12rem;
}
.benefits-des-box {
    width: 80%;
    margin: auto;
    padding: 2%;
}
.benefits-des-box p {
    font-size: 2rem;
    /* font-family: Rany-Regular; */
    line-height: 3.6rem;
}

.phone-table, .phone-table1 {
    display: none;
}

/*become-partner*/
.become-box {
    width: 100%;
    height: 100%;
    /*max-height: 81rem;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.become-content {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 10rem;
}
.become-container {
    max-width: 71rem;
    max-height: 80rem;
    width: 46.2%;
    height: 100%;
    box-shadow: 0 0 32px 1px rgba(0, 0, 0, 0.13);
    border-radius: 2rem;
}
.become-container img {
    width: 100%;
    max-width: 71rem;
    max-height: 48rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.become-des {
    height: 41%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    /*padding-bottom: 5%;*/
}
.become-des-content {
    width: 70%;
    padding: 2rem 0;
}
.become-des-content p {
    font-size: 3.6rem;
    color: #000000;
    /* font-family: Rany-Bold; */
    text-align: center;
}
.become-des-button-box {
    width: 100%;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.become-des-button {
    max-width: 27.6rem;
    max-height: 6.6rem;
    width: 39%;
    border: 1px #000000 solid;
    border-radius: 3.3rem;
    font-size: 2.4rem;
    /* font-family: Roboto-Regular; */
    line-height: 5.4rem;
    background-color: white;
}
.become-des-button:hover {
    background-color: #FA820A;
    border: 1px #FA820A solid;
    color: #ffffff;
}

/*akubela*/
.akubela-main-box {
    margin-top: 10rem;
    width: 100%;
    height: 92rem;
    background-color: #ffffff;
}
.akubela-box {
    width: 100%;
    height: 92rem;
    background: rgba(0,0,0,0.9);
    position: relative;
}
.akubela-container {
    max-width: 160.9rem;
    max-height: 55.9rem;
    width: 84%;
    height: 51.8%;
    border-radius: 1.5rem;
    background: rgba(255,255,255, 0.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border: 1px rgba(255,255,255,0.2) solid;
}
.akubela-logo {
    z-index: 2;
    position: absolute;
    width: 31.3rem;
    height: 9.4rem;
    top: 35%;
    left: 16%;
}
.akubela-logo1 {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 25%;
}
.akubela-des-box {
    width: 68.7rem;
    height: 55rem;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px rgba(255,255,255,0.22) solid;
    background: rgba(255,255,255,0.12);
}
.akubela-des-line {
    width: 31.7rem;
    border: 1px #ffffff solid;
    margin-bottom: 1rem;
}
.akubela-des-content {
    width: 80%;
}
.akubela-des-content p {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #ffffff;
    /* font-family: OPPOSans-L; */
}
/* .footerTable{
    display: none !important;
} */