/* 公共标题 */
.title {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
    height: 96px;
    background: url(https://resource.gximg.cn/7336b3_lwojpq3p15.png) top center no-repeat;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .title-word {
    width: fit-content;
    height: 44px;
    line-height: 44px;
    font-size: 38px;
    color: #172130;
    text-align: center;
    font-weight: 500;
    /* background: #FFFFFF; */
}
.common-btn {
    margin: 0 auto;
    width: 310px;
    height: 54px;
    text-align: center;
    font-size: 24px;
    color: #01A1AC;
    text-align: center;
    font-weight: 500;
    background-image: linear-gradient(90deg, #258FF0 5%, #0ECB93 97%);
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.common-btn .common-btn-bj {
    width: 308px;
    height: 52px;
    line-height: 52px;
    background: #FFFFFF;
    border-radius: 27px;
}
.common-btn:hover .common-btn-bj {
    width: 100%;
    height: 100%;
    line-height: 54px;
    background-image: linear-gradient(270deg, #0ECB93 5%, #258DF3 97%);
    color: #FFFFFF;
}

/* banner */
.banner {
    width: 100%;
    height: 479px;
    background: url(https://resource.gximg.cn/fd7bd4_lwojpri542.jpg) center no-repeat;
    background-size: 1920px;
}
.banner-cont {
    display: flex;
    width: 1164px;
    margin: 0 auto;
}
.banner-left {
    margin-right: 75px;
}
.banner-left .btn {
    margin-top: 44px;
    position: relative;
    width: 195px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(270deg, #0ECB93 5%, #258DF3 97%);
    border-radius: 27px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 64px;
}
.banner-left .btn::after {
    position: absolute;
    content: '';
    top: 9px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url(https://resource.gximg.cn/9fec85_lwojpq8v18.png) center no-repeat;
    background-size: 100%;
}
.banner-left img {
    margin-top: 100px;
    width: 506px;
    height: 210px;
}
.banner-right img {
    width: 582px;
    height: 482px;
}

/* 快速扫盲 */
.kssm {
    box-sizing: border-box;
    padding-top: 50px;
    background: url(https://resource.gximg.cn/eb6dc0_lwps9m2y14.png) top no-repeat;
    background-size: 1920px 100%;
}
.kssm .kssm-box {
    width: 1000px;
    margin: 0 auto;
}
.kssm .kssm-cont {
    margin-top: 22px;
}
.kssm .kssm-cont-top {
    display: flex;
    justify-content: space-between;
}
.kssm .kssm-cont-top-box {
    width: 491px;
    height: 248px;
    
    border-radius: 8px;
    display: flex;
    box-sizing: border-box;
    padding: 26px 0 26px 20px;
}
.kssm .kssm-cont-top-box:nth-child(1) {
    background: #ECFAF4;
}
.kssm .kssm-cont-top-box:nth-child(2) {
    background: #EBF4FF;
}
.kssm .kssm-cont-top-box img {
    margin-right: 15px;
    width: 153px;
    height: 196px;
    border-radius: 6px;
}
.kssm .kssm-cont-top-box .desc-title {
    margin-top: 18px;
    font-size: 22px;
    color: #172130;
    font-weight: 600;
}
.kssm .kssm-cont-top-box .p1 {
    margin-top: 10px;
}
.kssm .kssm-cont-top-box p {
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 24px;
}
.kssm .kssm-cont-top-box p::after {
    position: absolute;
    content: '';
    top: 18px;
    left: 0;
    width: 13px;
    height: 9px;
    background: url(https://resource.gximg.cn/15e7bb_lwojpqh420.png) center no-repeat;
    background-size: 100%;
}
.kssm .kssm-cont-bottom {
    margin-top: 16px;
    width: 100%;
    height: 187px;
    background: url(https://resource.gximg.cn/c39bd5_lwojpqlr22.png) center no-repeat;
    background-size: 100%;
    display: flex;
}
.kssm .kssm-cont-bottom-box {
    width: 336px;
    height: 100%;
    box-sizing: border-box;
    padding: 28px 0 0 50px;
}
.kssm .kssm-cont-bottom-box .p1 {
    font-size: 22px;
    color: #172130;
    font-weight: 600;
}
.kssm .kssm-cont-bottom-box .p2 {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    font-weight: 400;
}
.kssm .kssm-cont-bottom-box .p2 span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.kssm .kssm-cont-bottom-box .btn {
    margin-top: 14px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 16px;
}
.kssm .kssm-cont-bottom-box:nth-child(1) .btn {
    color: #4E63DF;
    border: 1px solid #4E63DF;
}
.kssm .kssm-cont-bottom-box:nth-child(2) .btn {
    color: #C5725A;
    border: 1px solid #C5725A;
}
.kssm .kssm-cont-bottom-box:nth-child(3) .btn {
    color: #F69E32;
    border: 1px solid #F69E32;
}
.kssm .common-btn {
    margin-top: 40px;
}
.kssm .kssm-cont-bottom-box:nth-child(1) .btn:hover {
    color: #FFFFFF;
    border: 1px solid #4E63DF;
    background: #4E63DF;
}
.kssm .kssm-cont-bottom-box:nth-child(2) .btn:hover {
    color: #FFFFFF;
    border: 1px solid #C5725A;
    background: #C5725A;
}
.kssm .kssm-cont-bottom-box:nth-child(3) .btn:hover {
    color: #FFFFFF;
    border: 1px solid #F69E32;
    background: #F69E32;
}

/* 体系比较 */
.txbj {
    margin-top: 70px;
    background: url(https://resource.gximg.cn/fd7bd4_lwojprjo43.jpg) top no-repeat;
    background-size: 1920px 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 70px;
}
.txbj .txbj-cont {
    width: 1000px;
    margin: 62px auto 0;
    display: flex;
}
.txbj .txbj-cont-left {
    margin-top: 57px;
    width: 180px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    background: #F8FFFC;
    border: 1px solid #60C6B5;
    border-right: 0;
}
.txbj .txbj-cont-left-table {
    text-align: center;
    width: 100%;
}
.txbj .txbj-cont-left-table tr:first-child {
    border-top: 0;
}
.txbj .txbj-cont-left-table tr {
    height: 84px;
    border-top: 1px solid #60C6B5;
    box-sizing: border-box;
}
.txbj .txbj-cont-left-table tr:first-child {
    height: 83px;
}
.txbj .txbj-cont-left-table tr td {
    font-size: 18px;
    color: #172130;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
}
.txbj .txbj-cont-left-table tr td:last-child {
    border-right: 0;
}
.txbj .txbj-cont-right {
    position: relative;
    width: 820px;
    border-radius: 8px 8px 8px 0;
    box-sizing: border-box;
    position: relative;
    background: #F8FFFC;
    border: 1px solid #60C6B5;
}
.txbj .txbj-cont-right::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 818px;
    height: 7px;
    background: #01AC8F;
    border-radius: 8px 8px 0 0;
}
.txbj .txbj-table {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
}
.txbj .txbj-table thead tr {
    height: 56px
}
.txbj .txbj-table thead tr th {
    font-size: 24px;
    color: #01AC8F;
    text-align: center;
    font-weight: 700;
}
.txbj .txbj-table thead tr th:nth-child(1) {
    width: 260px;
}
.txbj .txbj-table thead tr th:nth-child(3) {
    width: 250px;
}
.txbj .txbj-table tbody tr {
    height: 84px;
    border-top: 1px solid #60C6B5;
    box-sizing: border-box;
}
.txbj .txbj-table tbody tr td {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
}
.txbj .txbj-table tbody tr td:last-child {
    border-right: 0;
}
.txbj .txbj-cont-right-ul {
    width: 312px;
    height: 442px;
    position: absolute;
    top: -24px;
    left: 260px;
    background: #04BAA0;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.35);
    border-radius: 8px;
}
.txbj .txbj-cont-right-ul li {
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    border-top: 1px solid #60C6B5;
    box-sizing: border-box;
}
.txbj .txbj-cont-right-ul li:first-child {
    height: 80px;
    border-top: 0;
}
.txbj .common-btn {
    margin-top: 60px;
}

/* AP课程 */
.apkc {
    background: url(https://resource.gximg.cn/d48840_lwojpqnf23.jpg) top no-repeat;
    background-size: 1943px 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 70px;
}
.apkc .apkc-cont {
    margin: 30px auto 0;
    width: 1000px;
}
.apkc .apkc-cont-top {
    width: 1000px;
    height: 132px;
    background: #EDF2FE;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 18px 12px 0; 
}
.apkc .apkc-cont-top-title {
    font-size: 24px;
    color: #172130;
    text-align: center;
    font-weight: 600;
}
.apkc .apkc-cont-top-ul {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.apkc .apkc-cont-top-ul li {
    width: 112px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    color: #172130;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apkc .apkc-cont-top-ul li:hover {
    background: #F6F9FF;
}
.apkc .apkc-cont-top-ul li img {
    margin-right: 10px;
    width: 30px;
    height: 25px;
}
.apkc .apkc-cont-bottom {
    margin-top: 60px;
    display: flex;
    height: 350px;
}
.apkc .apkc-cont-bottom-left, .apkc .apkc-cont-bottom-right {
    width: 325px;
}
.apkc .apkc-cont-bottom-left li {
    margin-top: 70px;
    position: relative;
}
.apkc .apkc-cont-bottom-left li:first-child {
    margin-top: 0;
}
.apkc .apkc-cont-bottom-left li:nth-child(2) {
    padding-right: 66px;
}
.apkc .apkc-cont-bottom-left li:nth-child(3) {
    padding-right: 30px;
}
.apkc .apkc-cont-bottom-left li::after {
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    border-radius: 50%;
}
.apkc .apkc-cont-bottom-left li:nth-child(1)::after {
    top: -10px;
    right: -16px;
    background-image: linear-gradient(49deg, #F4FFFD 11%, #C3F2EB 100%);
}
.apkc .apkc-cont-bottom-left li:nth-child(2)::after {
    top: -10px;
    right: 50px;
    background-image: linear-gradient(36deg, #FFFDF5 20%, #FBE8A5 94%);
}
.apkc .apkc-cont-bottom-left li:nth-child(3)::after {
    top: -10px;
    right: 14px;
    background-image: linear-gradient(41deg, #F1F6FF 20%, #C9DCFF 94%);
}

.apkc .apkc-cont-bottom-left li .p1 {
    position: inherit;
    z-index: 2;
    font-size: 20px;
    color: #1B2E2B;
    text-align: right;
    font-weight: 500;
}
.apkc .apkc-cont-bottom-left li .p2 {
    position: inherit;
    z-index: 2;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    text-align: right;
    font-weight: 400;
}
.apkc .apkc-cont-bottom-center {
    width: 350px;
    background: url(https://resource.gximg.cn/aee3fc_lwojpqpd24.png) center no-repeat;
    background-size: 350px 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apkc .apkc-cont-bottom-center .center-box {
    font-size: 24px;
    color: #172130;
    text-align: center;
    line-height: 38px;
    font-weight: 600;
}
.apkc .apkc-cont-bottom-center .center-box p:first-child {
    color: #01AC8F;
}
.apkc .apkc-cont-bottom-right li {
    position: relative;
    margin-top: 70px;
}
.apkc .apkc-cont-bottom-right li:first-child {
    margin-top: 0;
}
.apkc .apkc-cont-bottom-right li:nth-child(2) {
    padding-left: 66px;
}
.apkc .apkc-cont-bottom-right li:nth-child(3) {
    padding-left: 30px;
}
.apkc .apkc-cont-bottom-right li::after {
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    border-radius: 50%;
}
.apkc .apkc-cont-bottom-right li:nth-child(1)::after {
    top: -10px;
    left: -16px;
    background-image: linear-gradient(-47deg, #F6FBFF 18%, #8ADBFB 99%);
}
.apkc .apkc-cont-bottom-right li:nth-child(2)::after {
    top: -10px;
    left: 50px;
    background-image: linear-gradient(-33deg, #FFEDEE 27%, #FCBABB 97%);
}
.apkc .apkc-cont-bottom-right li:nth-child(3)::after {
    top: -10px;
    left: 14px;
    background-image: linear-gradient(-38deg, #F5F3FF 7%, #D2C8FF 89%);
}
.apkc .apkc-cont-bottom-right li .p1 {
    position: inherit;
    z-index: 2;
    font-size: 20px;
    color: #1B2E2B;
    text-align: left;
    font-weight: 500;
}
.apkc .apkc-cont-bottom-right li .p2 {
    position: inherit;
    z-index: 2;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-weight: 400;
}
.apkc .common-btn {
    margin-top: 50px;
}

/* 优势 */
.youshi {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9m5t15.png) top no-repeat;
    background-size: 1920px 100%;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 70px;
}
.youshi .apkc-cont {
    width: 1000px;
    margin: 12px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.youshi .apkc-cont .apkc-cont-box {
    margin-top: 20px;
    margin-right: 12px;
    width: 238px;
    height: 189px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(126,160,177,0.42);
    border-radius: 8px;
}
.youshi .apkc-cont .apkc-cont-box:nth-child(4n) {
    margin-right: 0;
}
.youshi .apkc-cont-box-top {
    width: 100%;
    height: 78px;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    padding-top: 28px;
    padding-left: 12px;
}
.youshi .apkc-cont-box-top p {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.youshi .apkc-cont-box-bottom p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 5px 0;
}
.youshi .apkc-cont-box-bottom p span {
    color: #000000;
    font-weight: 500;
}
.youshi .apkc-cont-box:nth-child(1) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/51e234_lwps9lcc3.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(2) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/c39662_lwptikgg17.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(3) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9lhi5.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(4) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9ljs6.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(5) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9lm27.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(6) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9lof8.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(7) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9lrb9.png) center no-repeat;
    background-size: 100%;
}
.youshi .apkc-cont-box:nth-child(8) .apkc-cont-box-top {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9ltm10.png) center no-repeat;
    background-size: 100%;
}
.youshi .common-btn {
    margin-top: 50px;
}

/* 团队 */
.tuandui {
    padding-top: 60px;
    box-sizing: border-box;
    width: 100%;
    height: 852px;
    background: url(https://resource.gximg.cn/fd7bd4_lwojprl744.jpg) center no-repeat;
}
.tuandui .title .title-word {
    color: #FFFFFF;
}
.tuandui-cont {
    width: 1100px;
    margin: 42px auto 0;
    display: flex;
}
.tuandui-cont-left {
    width: 400px;
    height: 435px;
}
.tuandui-cont-left img {
    display: block;
}
.tuandui-cont-right {
    margin-left: 40px;
}
.tuandui-cont-right-box {
    display: flex;
    align-items: center;
    width: 659px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0 0 9px 1px #0FB6A9;
    border-radius: 0 10px 10px 0;
}
.tuandui-cont-right-box:nth-child(2) {
    margin: 22px 0;
}
.tuandui-cont-right-box-left {
    width: 126px;
    text-align: center;
    font-size: 58px;
    color: #2897FB;
    position: relative;
    margin-right: 20px;
    font-weight: 500;
}
.tuandui-cont-right-box-left:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 1px;
    height: 88px;
    background: #EFEDED;
}
.tuandui-cont-right-box-left img {
    margin: 0 auto;
    display: block;
    width: 98px;
    height: 77px;
}
.tuandui-cont-right-box-left span {
    font-size: 24px;
}
.tuandui-cont-right-box-right {
    width: 485px;
}
.tuandui-cont-right-box-right p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.tuandui-cont-right-box-right p:nth-child(2) {
    font-size: 17px;
    color: #666666;
    line-height: 30px;
}
.tuandui-bottom {
    width: 1100px;
    margin: 74px auto 0;
    height: 58px;
    display: flex;
    justify-content: center;
}
.tuandui-bottom-left {
    width: 310px;
    height: 54px;
    line-height: 54px;
    background-image: linear-gradient(270deg, #0ECB93 5%, #258DF3 97%);
    border-radius: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    margin-right: 110px;
}
.tuandui-bottom-left:hover {
    background: #FFFFFF;
    color: #01A1AC;
}
.tuandui-bottom-right {
    width: 310px;
    height: 54px;
    line-height: 54px;
    background: #FFFFFF;
    border-radius: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    color: #01A1AC;
    text-align: center;
    font-weight: 500;
}
.tuandui-bottom-right:hover {
    background-image: linear-gradient(270deg, #0ECB93 5%, #258DF3 97%);
    color: #FFFFFF;
}

/* 服务体系 */
.fwtx {
    margin: 70px auto 0;
    width: 1100px;
    box-sizing: border-box;
    padding-bottom: 70px;
}
.fwtx-cont {
    margin-top: 32px;
}
.fwtx-cont-top {
    display: flex;
}
.fwtx-cont-top-box {
    width: 272px;
    height: 208px;
}
.fwtx-cont-top-box:nth-child(1) {
    background: url(https://resource.gximg.cn/353e94_lwojppuf9.png) center no-repeat;
}
.fwtx-cont-top-box:nth-child(2) {
    margin: 0 58px;
    background: url(https://resource.gximg.cn/aa4f23_lwojppvv10.png) center no-repeat;
}
.fwtx-cont-top-box:nth-child(3) {
    background: url(https://resource.gximg.cn/aa4f23_lwojppxc11.png) center no-repeat;
}
.fwtx-cont-top-box p:nth-child(1) {
    margin-top: 26px;
    margin-left: 25px;
    height: 40px;
    font-size: 22px;
    color: #333333;
    position: relative;
    font-weight: 500;
}
.fwtx-cont-top-box p:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #03C3A7;
}
.fwtx-cont-top-box p:nth-child(2) {
    width: 215px;
    margin-top: 15px;
    margin-left: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.fwtx-cont-top .active1 {
    background: url(https://resource.gximg.cn/805b3f_lwojppki3.png) center no-repeat;
}
.fwtx-cont-top .active3 {
    background: url(https://resource.gximg.cn/400749_lwojppm54.png) center no-repeat;
}
.fwtx-cont-top .active5 {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9lye12.png) center no-repeat;
}
.fwtx-cont-center {
    margin: 10px 0;
    width: 1100px;
    height: 51px;
    background: url(https://resource.gximg.cn/fd7bd4_lwojprgm41.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-center ul {
    padding-top: 7.5px;
    margin-left: 118px;
    box-sizing: border-box;
    display: flex;
}
.fwtx-cont-center ul li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #63dfcd;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    color: #FFFFFF;
    margin-right: 130.3px;
    cursor: pointer;
}
.fwtx-cont-center ul li:last-child {
    margin-right: 0;
}
.fwtx-cont-center ul .active {
    background: #03c3a7;
}
.fwtx-cont-bottom {
    display: flex;
    margin-left: 164px;
}
.fwtx-cont-bottom-box {
    width: 272px;
    height: 173px;
}
.fwtx-cont-bottom-box:nth-child(1) {
    background: url(https://resource.gximg.cn/662dea_lwojppyw12.png) center no-repeat;
}
.fwtx-cont-bottom-box:nth-child(2) {
    margin: 0 58px;
    background: url(https://resource.gximg.cn/e82218_lwojpq0m13.png) center no-repeat;
}
.fwtx-cont-bottom-box:nth-child(3) {
    background: url(https://resource.gximg.cn/686f2f_lwojppsu8.png) center no-repeat;
}
.fwtx-cont-bottom-box p:nth-child(1) {
    margin-top: 40px;
    margin-left: 25px;
    height: 40px;
    font-size: 22px;
    color: #333333;
    position: relative;
    font-weight: 500;
}
.fwtx-cont-bottom-box p:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #03C3A7;
}
.fwtx-cont-bottom-box p:nth-child(2) {
    width: 215px;
    margin-top: 15px;
    margin-left: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.fwtx-cont-bottom .active2 {
    background: url(https://resource.gximg.cn/eb6dc0_lwps9m0q13.png) center no-repeat;
}
.fwtx-cont-bottom .active4 {
    background: url(https://resource.gximg.cn/fa5da9_lwojppqx7.png) center no-repeat;
}
.fwtx-cont-bottom .active6 {
    background: url(https://resource.gximg.cn/c39662_lwptikis18.png) center no-repeat;
}
.fwtx .common-btn {
    margin-top: 50px;
}