html {
    font-family: "Myriad Pro", "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma,
        Arial, STXihei, sans-serif, helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
}

/* 1 */
.cnt-bnr {
    background: linear-gradient(to right, #0d81f8, #1f1998);
    color: #fff;
    padding: 50px 0;
}

.cnt-bnr .g-cnt {
    display: flex;
    align-items: center;
}

.cnt-bnr .txt-box {
    margin-left: 6.6%;
}

.cnt-bnr h1 {
    font-size: 7.2rem;
}

.cnt-bnr h2 {
    font-size: 5.2rem;
}

@media all and (max-width: 991px) {
    .cnt-bnr .g-cnt {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* 2 */
.cnt-intro {
    padding: 50px 0 40px;
}

.cnt-intro .intro-txt .g-it {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.cnt-intro .intro-txt .g-it:nth-child(even) {
    flex-direction: row-reverse;
}

.cnt-intro .intro-txt .g-it:last-child {
    margin-bottom: 80px;
}

.cnt-intro .intro-txt .g-it > div {
    width: 50%;
}

.cnt-intro .intro-txt .img-box {
    text-align: center;
}

.cnt-intro .intro-txt h4 {
    font-size: 3rem;
    margin-bottom: 5px;
}

/* 下 */
.cnt-intro .intro-data h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
}

.cnt-intro .intro-data .txt-ln::after {
    border-color: #1840bc;
}

.cnt-intro .intro-data .g-ls {
    margin: 40px 5.8% 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cnt-intro .intro-data .g-it {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    width: 40%;
}

.cnt-intro .intro-data .txt {
    margin-left: 30px;
    max-width: 335px;
}

.cnt-intro .intro-data .txt em {
    font-size: 3rem;
    color: #1843be;
}

.cnt-intro .intro-data .btm-des {
    color: #4d4d4d;
    text-align: center;
}

@media all and (max-width: 991px) {
    .cnt-intro .intro-txt .g-it {
        flex-direction: column !important;
    }

    .cnt-intro .intro-txt .g-it > div {
        width: 100%;
        text-align: center;
    }

    .cnt-intro .intro-txt .g-it .txt {
        margin-bottom: 10px;
    }

    .cnt-intro .txt-ln {
        text-align: center;
    }

    .cnt-intro .txt-ln::after {
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    .cnt-intro .intro-data .g-it {
        width: 100%;
        justify-content: center;
    }
}

/* cnt-why-solut */
.cnt-why-solut .tog-btn {
    padding-bottom: 50px;
    background-color: #f8f8f8;
    overflow: hidden;
}

/* 3 */
.cnt-why {
    background-color: #f8f8f8;
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.cnt-why::before {
    content: "";
    display: block;
    width: 268px;
    height: 660px;
    background: url(/assets/images/misc/di-left-lang.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.cnt-why::after {
    content: "";
    display: block;
    width: 255px;
    height: 692px;
    background: url(/assets/images/misc/di-right-lang.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -120px;
}

.cnt-why .g-cnt {
    position: relative;
    z-index: 2;
}

.tog-btn-bx li {
    width: 230px;
    font-size: 3rem;
    font-weight: normal;
}

.cnt-why h4 {
    text-align: left;
    color: #1a1a1a;
    font-size: 2.8rem;
    margin: 20px 0 30px;
}

.cnt-why h5 {
    text-align: left;
}

.cnt-why .des p {
    text-align: left;
    margin-bottom: 10px;
    color: #4d4d4d;
    line-height: 26px;
}

.cnt-why .des p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1700px) {
    .cnt-why::before,
    .cnt-why::after {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .cnt-why .des p,
    .cnt-why h5,
    .cnt-why h4 {
        text-align: center;
    }
}

/* cnt-why-solut */
/* 4 */
.cnt-type {
    background-color: #e1eafb;
    padding: 40px 0 85px;
    color: #4d4d4d;
    position: relative;
    overflow: hidden;
}

.cnt-type::after {
    content: "";
    display: block;
    width: 1542px;
    height: 872px;
    position: absolute;
    background: url(/assets/images/misc/di-lang.png) no-repeat center;
    top: 470px;
    right: -50px;
    z-index: 1;
}

.cnt-type .g-cnt {
    position: relative;
    z-index: 2;
}

.cnt-type h2 {
    font-size: 2.8rem;
    text-align: center;
}

.cnt-type .g-ls {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 60px 5.4% 0;
}

.cnt-type .g-it {
    background-color: #fff;
    width: 460px;
    box-shadow: 0px 3px 18px 0px rgba(24, 62, 186, 0.35);
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 30px 10px;
}

.cnt-type .g-it h5 {
    margin-bottom: 12px;
    line-height: 54px;
    text-align: center;
    position: relative;
}

[class*="tp-ic"] {
    display: inline-block;
    width: 54px;
    height: 44px;
    background: url(/assets/images/icon/AT-allin-1.png);
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.tp-ic1 {
    background-position: 0 -863px;
}

.tp-ic2 {
    background-position: -85px -862px;
}

.tp-ic3 {
    background-position: -178px -864px;
}

.tp-ic4 {
    background-position: -262px -863px;
}

.tp-ic5 {
    background-position: -346px -863px;
}

.tp-ic6 {
    background-position: -438px -863px;
}

/* btm-case */
.btm-case {
    background-color: #fff;
    box-shadow: 0px 3px 18px 0px rgba(24, 62, 186, 0.35);
    border-radius: 10px;
    padding: 30px;
}

.btm-case h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.8rem;
}

.btm-case .case-mn {
    display: flex;
    justify-content: space-between;
}

.btm-case .case-mn > div {
    width: 366px;
}

.btm-case p:not(:last-child) {
    margin-bottom: 15px;
}

@media all and (max-width: 991px) {
    .cnt-type {
        text-align: center;
    }

    .btm-case .case-mn {
        flex-direction: column;
    }

    .btm-case .case-mn > div {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .cnt-type .g-it [class*="tp-ic"] {
        position: static;
    }

    .cnt-type .g-it h5 {
        line-height: 1;
    }

    .cnt-type .g-ls {
        margin: 60px 0;
    }
}

/* 5 */
.cnt-solut {
    text-align: center;
    padding: 70px 0 55px;
}

.cnt-solut h2 {
    color: #1a1a1a;
}

.cnt-solut .des {
    max-width: 1100px;
    margin: 30px auto 25px auto;
    color: #4d4d4d;
}

.cnt-solut .tb-tt {
    color: #1a1a1a;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 40px;
}

.cnt-solut .tb-tt strong {
    font-size: 3.6rem;
    font-weight: bold;
    color: #1840bc;
}

.cnt-solut .strong {
    font-weight: bold;
}

.cnt-solut .table-box {
    max-width: 1085px;
    margin: 0 auto;
}

.cnt-solut .table {
    border: 1px solid #eaf4fc;
    color: #3f3f3f;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.cnt-solut .table thead th,
.cnt-solut .table tfoot td {
    background-color: #afc4ef;
    color: #000;
    height: 60px;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.cnt-solut .table td {
    height: 40px;
    vertical-align: middle;
    padding: 0 10px;
}

.cnt-solut .table thead th {
    font-size: 18px;
    vertical-align: middle;
}

.cnt-solut .table tfoot td:not(:first-child) {
    font-size: 20px;
}

.cnt-solut .table .f-fc-org {
    color: #ff6600;
}

@media all and (max-width: 767px) {
    .cnt-solut .table {
        zoom: 0.7;
    }
}

@media all and (max-width: 479px) {
    .cnt-solut .table-box {
        overflow-y: hidden;
    }

    .cnt-solut .table {
        width: 650px;
    }
}

/* 6 */
.cnt-ins {
    padding: 35px 0 10px;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgba(14, 227, 255, 1) 0%,
        rgba(91, 37, 255, 1) 100%
    );
    color: #fff;
}

.cnt-ins h3 {
    font-style: 3rem;
}

.cnt-ins h3 small {
    font-weight: normal;
}

.btn-purple {
    background-color: #4e47ff;
    min-width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.btn-purple:hover {
    background-color: #2118fd;
}
