.navigation .tab-list div {
    margin-right: 190px;
}

.navigation .tab-list div:last-child {
    margin-right: 0;
}

.section-0 .btn-wrap p {
    letter-spacing: 10px;
}

* {
    font-family: PingFang SC;
}

.navigation .tab-list div {
    width: auto;
}

.section-0 {
    height: 300px;
    background: url(../images/00-banner29.jpg) no-repeat center top;
    background-size: cover;
}

.section-0 .btn-wrap {
    text-align: center;
    color: #FFFFFF;
    margin-top: 83px;
}

.section-0 .btn-wrap h1 {
    font-size: 44px;
}

.section-0 .btn-wrap p {
    font-size: 24px;
    margin-top: 17px;
}

.section-2 {
    padding-bottom: 110px;
}

.section-2 .section-title {
    padding-top: 10px;
}

.section-2 .list {
    display: inline-block;
    text-align: center;
}

.section-2 .list .item {
    display: inline-block;
    width: 214px;
    height: 265px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 27px;
    box-shadow: 0px 10px 30px 0px #00000008;
}

.section-2 .list .item:last-child {
    margin-right: 0;
}

.section-2 .list .item:hover {
    box-shadow: 0px 10px 30px 0px #0000001c;
}

.section-2 .list .item:hover .card p {
    background: linear-gradient(-45deg, #0066ff 0%, #246FDC 99.5849609375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-2 .list .item img {
    position: absolute;
    top: 170px;
    right: 30px;
}

.section-2 .list .item .bg-img {
    width: 214px;
    height: 183px;
}

.section-2 .list .item-1 .bg-img {
    background: url(../images/1f-img12.jpg) no-repeat center top;
}

.section-2 .list .item-2 .bg-img {
    background: url(../images/1f-img22.jpg) no-repeat center top;
}

.section-2 .list .item-3 .bg-img {
    background: url(../images/1f-img32.jpg) no-repeat center top;
}

.section-2 .list .item-4 .bg-img {
    background: url(../images/1f-img41.jpg) no-repeat center top;
}

.section-2 .list li:nth-child(5) .bg-img {
    background: url(../images/1f-img5.jpg) no-repeat center top;
}

.section-2 .list .item .card {
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
}

.section-2 .list .item .card .title-div {
    margin-top: 15px;
}

.section-2 .list .item .card .title-div h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    display: inline-block;
}

.section-2 .list .item .card .title-div p {
    display: inline-block;
    float: right;
    font-size: 32px;
    font-weight: bold;
    color: #85b6fd;
    line-height: 48px;
    margin-top: -10px;
}

.section-2 .list .item .card a {
    background: linear-gradient(90deg, #246FDC, #0066ff);
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 33px;
    top: 1px;
    display: inline-block;
    margin: 25px 0;
}

.section-2 .list .item .card .desc {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
    margin-top: 15px;
}

.section-2 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.section-3 {
    height: 522px;
}

.section-3 table {
    border-top: 2px solid #0066ff;
    font-size: 16px;
    background: #ffffff;
}

.section-3 table th {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #0066ff;
}

.section-3 table td, table th {
    border: 1px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.section-3 table tr .desc {
    color: #666666;
    text-align: left;
    padding-left: 45px;
}

.section-3 table tr td:first-child {
    background: #fff4f4;
}

.section-3 table th:nth-child(1) {
    width: 400px;
}

.section-3 table th:nth-child(2) {
    width: 400px;
}

.section-3 table th:nth-child(3) {
    width: 600px;
}

.section-3 .remind {
    text-align: center;
    padding: 6px;
    color: #246FDC;
    font-size: 16px;
    background: none !important;
}

.section-4 .content {
    height: 720px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 5px 10px 0px rgba(44, 46, 51, 0.1);
    border-radius: 5px;
}

.table {
    margin: 60px 85px;
}

.table tr {
    margin-top: 52px;
    padding-bottom: 55px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.table tr:first-child {
    margin-top: 0;
}

.table tr:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.table tr td:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    width: 200px;
    float: left;
    line-height: 22px;
    position: relative;
    padding-left: 36px;
    font-weight: bold;
}

.table tr td:nth-child(1):before {
    content: '';
    position: absolute;
    width: 31px;
    height: 29px;
    left: -6px;
    top: -5px;
}

.table tr:nth-child(1) td:nth-child(1):before {
    background: url("../images/num-1.png") no-repeat center left;
    width: 24px;
    left: 0;
}

.table tr:nth-child(2) td:nth-child(1):before {
    background: url("../images/num-2.png") no-repeat center left;
}

.table tr:nth-child(3) td:nth-child(1):before {
    background: url("../images/num-3.png") no-repeat center left;
}

.table tr:nth-child(4) td:nth-child(1):before {
    background: url("../images/num-4.png") no-repeat center left;
}

.table tr td:nth-child(2) {
    font-size: 16px;
    color: #666666;
}

.section-4 .table tr td .title {
    color: #333;
    padding-left: 20px;
    position: relative;
}

.section-4 .table tr td .title:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background: #246FDC;
    top: 9px;
}

.section-4 .config-div .play span {
    display: inline-block;
    margin-right: 105px;
    font-size: 14px;
}

.section-4 .config-div .play span:nth-child(1) {
    width: 107px;
}

.section-4 .config-div .play span:nth-child(2) {
    width: 265px;
}

.section-4 .config-div .play span:last-child {
    margin-right: 0;
}

.section-4 .table tr .remind {
    color: #246FDC;
    font-size: 14px;
    margin-top: 53px;
}

.section-5 .content-div {
    height: 1119px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 5px 10px 0px rgba(44, 46, 51, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

.section-5 .table tr td:nth-child(1) {
    width: 100%;
}

.section-5 td .content {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-top: 40px;
    line-height: 36px;
}

.section-5 td .content .title {
    padding-left: 20px;
    position: relative;
}

.section-5 td .content .title:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background: #246FDC;
    top: 15px;
}

.section-5 .more-div {
    text-align: center;
    padding-top: 25px;
}

.section-5 .more-div span {
    text-align: center;
    color: #246FDC;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}

.section-2 .container {
    opacity: 0;
}

.section-3 .container {
    opacity: 0;
}

.section-4 .container {
    opacity: 0;
}

.section-5 .container {
    opacity: 0;
}

.section-5 .more-div span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #246FDC;
    border-bottom: 2px solid #246FDC;
    transform: rotate(225deg);
}

