.common-page1 .page-wrap {
    position: relative;
}

.common-page1 .page-wrap .page-bg {}

.common-page1 .page-wrap::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -0.96rem;
    width: 42%;
    height: 1rem;
    background: #FFFFFF;
    transform: skew(135deg);
    z-index: 2;
}

.page-content {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
}

.title-box {}

.title-box h4 {
    font-family: 'Muli-Bold';
    font-size: 0.44rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title-box h4 .lines {
    display: inline-block;
    width: 0.28rem;
    height: 0.05rem;
    height: max(0.05rem, 2px);
    background: #FFFFFF;
    animation: myAnimation 1.8s infinite;
}

@keyframes myAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* part */

.page.part {
    position: relative;
}

.bg-line {
    position: absolute;
    left: 0;
    top: 0.82rem;
    width: 100%;
    height: 1.05rem;
    background: url(/src/img/download/nav-line2.svg) left center no-repeat;
    background-size: auto 100%;
    animation: lineAnamite 10s ease-in infinite;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #3B3B3B 8%, rgba(59, 59, 59, 0) 95%) 1;
    transform: skew(-45deg); */
}

@keyframes lineAnamite {
    0% {
        width: 0px;
    }
    40% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    60% {
        width: 100%;
    }
    100% {
        width: 0px;
    }
}


/* .page.part::before {
    content: '';
    position: absolute;
    left: 2.625rem;
    top: 5.25rem;
    width: 80%;
    height: 5.625rem;
    border-left: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #3B3B3B 8%, rgba(59, 59, 59, 0) 95%) 1;
    transform: skew(-45deg);
} */

.page-nav .nav-ul {
    overflow-x: hidden;
    overflow-x: scroll;
    width: 100%;
    height: 0.9rem;
    display: flex;
}

.page-nav .nav-ul::-webkit-scrollbar {
    display: none;
}

.page-nav .nav-ul li {
    cursor: pointer;
    white-space: nowrap;
    text-wrap: nowrap;
    font-family: 'Muli-Bold';
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.9rem;
    text-transform: uppercase;
    color: #494949;
    margin-right: 0.4rem;
}

.page-nav .nav-ul li.active {
    color: #16519F;
    position: relative;
}

.page-nav .nav-ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.12rem;
    height: max(0.12rem, 3px);
    background: #16519F;
}

.part-content {
    margin-bottom: 0.96rem;
}

.part-content .li {
    display: none !important;
}

.part-content .li.active {
    display: block !important;
}

.content-head {
    position: relative;
    margin-top: 0.9rem;
}

.part-title-box {}

.part-title-box .title {
    font-family: "Muli-Bold";
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 0.8rem;
    text-transform: uppercase;
    color: #494949;
}

.part-title-box .sub-title {
    font-family: "Muli-Bold";
    font-size: 0.2rem;
    font-size: max(0.2rem, 16px);
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #999999;
}

.part-contact {
    position: absolute;
    top: 0;
    right: 0;
    /* right: -12%;
    right: -9rem; */
}

.contact-box {
    /* width: 305px;
    height: 127px; */
    border-radius: 0.08rem;
    background: #16519F;
    padding: 0.16rem 0.32rem;
}

.contact-box .contact-title {
    font-family: "Muli-Bold";
    font-size: 0.18rem;
    font-size: max(0.18rem, 14px);
    font-weight: bold;
    line-height: 0.24rem;
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
    text-transform: capitalize;
    color: #FFFFFF;
}

.contact-box .contact-sub-title {
    font-family: "Muli-Bold";
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: normal;
    line-height: 0.24rem;
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
    text-transform: capitalize;
    color: #FFFFFF;
}

.contact-box .tel {
    font-family: Oswald;
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: 500;
    line-height: 0.24rem;
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
    text-transform: capitalize;
    color: #FFFFFF;
}

.contact-box .email a {
    font-family: "Muli-Bold";
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: bold;
    line-height: 0.24rem;
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
    text-decoration: underline;
    color: #FFFFFF;
    display: block;
}

.opinion {
    position: relative;
    margin-left: 0.2rem;
    width: 1.24rem;
    height: 1.27rem;
    border-radius: 0.08rem;
    opacity: 1;
    background: #16519F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-out !important;
    cursor: pointer;
    display: none;
}

.opinion:hover {
    background: #3085DB;
}

.opinion::after {
    content: '';
    position: absolute;
    top: -0.28rem;
    right: -2.08rem;
    width: 3.36rem;
    height: 0.92rem;
    background: url(../img/download/opinion_line.svg) right bottom no-repeat;
    background-size: auto 100%;
    z-index: -1;
    cursor: pointer;
    animation: afterAnimate 5s ease-in infinite;
}

@keyframes afterAnimate {
    0% {
        width: 0px;
    }
    40% {
        width: 3.36rem;
    }
    50% {
        width: 3.36rem;
    }
    60% {
        width: 3.36rem;
    }
    100% {
        width: 0px;
    }
}

.opinion img {
    cursor: pointer;
}

.opinion span {
    margin-top: 0.1rem;
    font-family: "Muli-Bold";
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: bold;
    line-height: 0.2rem;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
}


/* table */

.content-body {
    /* overflow-x: auto; */
    margin-top: 0.54rem;
}

@media screen and (max-width: 750px) {
    .content-body .table {
        overflow-x: auto;
    }
    .content-body .table .table-head,
    .content-body .table .table-body {
        width: 200% !important;
        min-width: 750px;
    }
}

.content-body .content-body-title {
    margin: 0.4rem 0 0.24rem;
}

.content-body .content-body-title .title,
.content-bot .content-bot-title .title {
    font-family: 'Muli-Bold';
    font-size: 0.24rem;
    font-size: max(0.24rem, 18px);
    font-weight: bold;
    line-height: 0.4rem;
    text-transform: uppercase;
    color: #494949;
}

.content-body .content-body-title .sub-title,
.content-bot .content-bot-title .sub-title {
    font-family: 'Muli-Bold';
    font-size: 0.18rem;
    font-size: max(0.18rem, 14px);
    font-weight: bold;
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
    text-transform: uppercase;
    color: #999999;
}

.content-bot .content-bot-title .sub-title {
    font-family: "Muli-Light";
    text-transform: capitalize;
}

.content-body .table .table-head {
    width: 100%;
    /* height: 0.58rem; */
    border-radius: 0.08rem;
    background: #EEEEEE;
    padding: 0.16rem 0.16rem;
    opacity: 0;
    position: absolute;
    z-index: 0;
}

.content-body .table .table-head.pos {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.content-body .table {
    /* min-width: 78.5rem; */
    width: 100%;
}

.table .table-head .table-head-ul {
    /* width: 100%;
    height: 3.625rem;
    border-radius: .5rem;
    background: #EEEEEE; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.table .table-head .table-head-ul li {
    background: #EEEEEE;
    text-wrap: nowrap;
    /* width:76px; */
    height: 100%;
    font-family: "Muli-Bold";
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: bold;
    line-height: 0.58rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    text-transform: capitalize;
    color: #3D3D3D;
    flex: 2;
    white-space: nowrap;
}

.table .table-head .table-head-ul li:last-child {
    flex: 1;
    text-align: center;
}

.table .table-body .table-item .table-item-ul {
    width: 100%;
    padding: 0.16rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.table .table-body .table-item .table-item-ul li {
    /* text-wrap: nowrap; */
    font-family: 'Muli-Light';
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: 300;
    line-height: normal;
    color: #3D3D3D;
    flex: 2;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.table .table-head .table-head-ul li:nth-of-type(2),
.table .table-body .table-item .table-item-ul li:nth-of-type(2) {
    word-break: break-all;
}

.table .table-head .table-head-ul li:nth-of-type(1),
.table .table-body .table-item .table-item-ul li:nth-of-type(1) {
    flex: 2.5;
}

.table .table-head .table-head-ul li:nth-of-type(4),
.table .table-body .table-item .table-item-ul li:nth-of-type(4) {
    flex: 4;
}

.table .table-head .table-head-ul li:nth-of-type(2),
.table .table-body .table-item .table-item-ul li:nth-of-type(2) {
    flex: 5;
}

.table .table-body .table-item {
    padding: 0 0.16rem;
}

.table .table-body .table-item:nth-of-type(even) {
    background: #EEEEEE;
    border-radius: 0.08rem;
}

.table .table-body .table-item .table-item-ul li {}

.table .table-body .table-item .table-item-ul li .down {
    display: block;
    /* width: 1.15rem; */
    height: 0.38rem;
    border-radius: 0.04rem;
    background: #F9A61A;
    font-family: "Muli-Light";
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: 300;
    line-height: 0.38rem;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
}

.table .table-body .table-item .table-item-ul li .down:hover {
    background: #D38B11;
}

.table .table-body .table-item .table-item-ul li .down.nodown {
    background: #999;
    cursor: no-drop;
}

.table .table-body .table-item .table-item-ul li .down .down-select {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 100%;
    /* min-height: 1.5rem; */
    background-color: #fff;
    box-shadow: 0px 0.1rem 0.12rem 0px rgba(0, 0, 0, 0.17);
    border-radius: 0.04rem;
    padding: 0.05rem;
    z-index: 1;
    display: none;
}

.down-select .option {
    width: 100%;
    padding: 0.1rem 0.1rem 0.1rem 0;
    display: flex;
    align-items: center;
}

.down-select .option:hover {
    border-radius: 5px;
    background: #E2E2E2;
}

.down-select .option p {
    font-family: Muna;
    font-family: 'Muli-Bold';
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: normal;
    line-height: 0.16rem;
    text-transform: capitalize;
    color: #434343;
}

.table .table-body .table-item .table-item-ul li.down-arrow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-content {
    display: none;
    border-top: 1px solid #dbdbdb;
    padding: 0.2rem 0;
}

.alert-content .alert-content-ul>li {
    margin-left: 0.2rem;
    list-style-type: disc;
    font-family: 'Muli-Bold';
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-size: max(0.18rem, 15px);
    font-weight: bold;
    line-height: normal;
    /* text-transform: capitalize; */
    color: #3D3D3D;
    margin-bottom: 0.16rem;
}

.alert-content .alert-content-ul>li .sub-p {
    display: block;
    font-family: 'Muli-Light';
    font-size: 12px;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-size: max(0.16rem, 14px);
    font-weight: 300;
    line-height: normal;
    /* text-transform: capitalize; */
    color: #3D3D3D;
}

.alert-content .alert-content-ul>li ol {
    list-style: decimal;
}

.alert-content .alert-content-ul li p {
    text-align: left;
}
.alert-content .alert-content-ul li a,
.alert-content .alert-content-ul li span,
.alert-content .alert-content-ul li * {
    font-family: 'Muli-Light';
    font-weight: 300;
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    /* color: #3D3D3D; */
}

.alert-content .alert-content-ul li a[href] {
    color: #0075ff!important;
}

.alert-content .alert-content-ul li a[href]::after {
    content: ' \e823';
    font-family: "iconfont" !important;
    /* margin-left: 2px; */
    margin-right: 4px;
    color: #0075ff!important;
}

.alert-content .alert-content-ul li a[href]:hover {
    text-decoration: underline;
}

.content-bot .content-bot-title {
    margin-top: 1rem;
    position: relative;
}

.content-bot .content-bot-title::before {
    content: '';
    position: absolute;
    left: -28%;
    top: 0;
    width: 20%;
    height: 0.94rem;
    background: url(/src/img/download/content-bot-bg1.png) no-repeat;
    background-size: auto 100%;
    animation: afterAnimate 5s ease-in infinite;
}

.content-bot .content-bot-title::after {
    content: '';
    position: absolute;
    right: -30%;
    top: 0;
    width: 75%;
    height: 0.94rem;
    background: url(/src/img/download/content-bot-bg2.png) right bottom no-repeat;
    background-size: auto 100%;
    animation: lineAnamiteBottom 10s ease-in infinite;
}

@keyframes lineAnamiteBottom {
    0% {
        width: 0px;
    }
    40% {
        width: 75%;
    }
    50% {
        width: 75%;
    }
    60% {
        width: 75%;
    }
    100% {
        width: 0px;
    }
}

.content-bot .content-box .myswiper {
    overflow: visible;
    padding: 1rem 0;
}

.content-bot .content-box {
    position: relative;
}

.content-bot .content-box::before,
.content-bot .content-box::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0%;
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.content-bot .content-box::after {
    left: auto;
    right: -1px;
    transform: rotate(180deg);
}

.myswiper .swiper-slide {}

.myswiper .swiper-slide .items {
    padding: 0.2rem;
    /* width: 32.9375rem; */
    /* height: 11.75rem; */
    border-radius: 0.08rem;
    background: #DFEDFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myswiper .swiper-slide .items .img-box {
    width: 1.4rem;
    /* height: 8.8125rem; */
    border-radius: 0.08rem;
    overflow: hidden;
}

.myswiper .swiper-slide .items .img-box img {
    width: 100%;
}

.myswiper .swiper-slide .items .message {
    flex: 1;
    margin-left: 0.2rem;
}

.myswiper .swiper-slide .items .message h4 {
    font-family: 'Muli-Bold';
    font-size: 0.18rem;
    font-size: max(0.18rem, 14px);
    font-weight: 600;
    line-height: 0.4rem;
    text-transform: capitalize;
    color: #494949;
}

.myswiper .swiper-slide .items .message p {
    font-family: 'Muli-Bold';
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: normal;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.myswiper .swiper-slide .items .message .download {
    margin-top: 0.2rem;
    float: right;
    font-family: 'Muli-Bold';
    font-size: 0.14rem;
    font-size: 0.14rem;
    font-size: max(0.14rem, 12px);
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    color: #16519F;
    border-bottom: 1px solid #16519F;
}

.swiper-button-next-0,
.swiper-button-prev-0 {
    /* top: auto;
    bottom: -40%; */
}

.swiper-button-next-0::after,
.swiper-button-prev-0::after {
    font-size: 0.24rem;
    font-size: max(0.24rem, 18px);
    font-weight: bold;
    color: #575757;
}


/* .swiper-button-prev-0::before,
.swiper-button-next-0::before {
    content: '';
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17.625rem;
    height: 22rem;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;    
}

.swiper-button-prev-0::before{
    left: 46%;
    transform: translate(-50%, -50%) rotate(180deg);
} */

.swiper-button-next-0 {
    left: auto;
    right: 6%;
}

.swiper-button-prev-0 {
    left: 6%;
}

@media screen and (max-width: 1600px) {
    .part-contact {
        position: static;
    }
    .part-title-box {
        flex: 1;
    }
}

@media screen and (max-width: 1560px) {
    .bg-line {
        height: 0.58rem !important;
    }
}

@media screen and (max-width: 1440px) {
    .container-body {
        width: 90%;
    }
    .container-body2 {
        width: 90%;
    }
    .part-contact {
        right: -1.12rem !important;
    }
    .part-title-box .title {
        font-size: 0.32rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .bg-line {}
    .part-contact {
        right: -0.16rem !important;
    }
}

@media screen and (max-width: 1000px) {
    .part-content .li .content-head .part-contact {
        width: 100%;
    }
    .bg-line {
        height: 0.48rem !important;
    }
    .part-contact {
        position: static !important;
        margin-top: 0.2rem;
    }
    .opinion::after {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .bg-line {
        display: none;
    }
    .page-nav .nav-ul li {
        font-size: 0.14rem;
        font-size: max(0.14rem, 14px);
        line-height: 0.24rem;
        line-height: max(0.24rem, 24px);
        margin-right: 0.2rem;
    }
    .page-nav .nav-ul li:last-child {
        margin-right: 0;
    }
    .page-nav .nav-ul {
        height: 0.5rem;
        margin-top: 0.4rem;
    }
    .content-head {
        margin-top: 0.3rem;
    }
    .page-nav .nav-ul li.active::after {
        height: 0.06rem;
        height: max(0.06rem, 3px);
    }
    .table .table-body .table-item .table-item-ul li,
    .table .table-body .table-item .table-item-ul li .down {
        font-size: 0.12rem;
        font-size: max(0.12rem, 12px);
    }
}

@media screen and (max-width: 720px) {
    .common-page1 .page-wrap .page-bg img {
        width: auto !important;
        height: 300px;
    }
}

@media screen and (max-width: 640px) {
    .common-page1 .page-wrap .page-bg img {
        width: auto !important;
        height: 300px;
    }
    .page-nav .nav-ul li {
        margin-right: 0.32rem !important;
    }
    .part-title-box .title {
        font-size: 16px !important;
    }
    .part-title-box .sub-title {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 500px) {
    .part-contact {
        width: 100%;
    }
}
