.container {
    width: 100%;
    letter-spacing: -1px;
}

.text-center {
    text-align: center;
}

.pa10 {
    padding: 10px;
}

.font-s1 {
    font-size: 57px;
}

.font-s2 {
    font-size: 50px;
}

.font-s3 {
    font-size: 30px;
}

.font-s4 {
    font-size: 26px;
}

.font-s5 {
    font-size: 20px;
}

.font-s6 {
    font-size: 16px;
}

.font-s7 {
    font-size: 12px;
}

@media (max-width: 767px) {
    .m-font-s1 {
        font-size: 47px;
    }
    .m-font-s2 {
        font-size: 40px;
    }
    .m-font-s3 {
        font-size: 25px;
    }
    .m-font-s4 {
        font-size: 22px;
    }
    .m-font-s5 {
        font-size: 18px;
    }
    .m-font-s6 {
        font-size: 14px;
    }
}

.font-bold {
    font-weight: bold;
}

.font-c1 {
    color: #3C3C44;
}

.font-c2 {
    color: #FC4F38;
}

.font-c3 {
    color: #676767;
}

.font-c4 {
    color: #F5A623;
}

.font-c5 {
    color: #FFFFFF;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt2 {
    margin-top: 2px;
}

.mt100 {
    margin-top: 100px;
}

.line-h {
    line-height: 28px;
}

.line-h50 {
    line-height: 50px;
}

.f-weight {
    font-weight: 600;
}

img {
    width: 100%;
}

p {
    text-align: justify;
}

.odd {
    position: relative;
  box-shadow: 0px 10px 20px 0px rgba(230, 230, 230, 1);
}
.shadow{
    box-shadow: 0px 10px 20px 0px rgba(230, 230, 230, 1);
}
.even {

    background: rgba(243, 243, 243, 1);
    box-shadow: 0px 10px 20px 0px rgba(230, 230, 230, 1);
}

/*  版心设计为1000px */

.w {
    max-width: 1000px;
}

.s1 {
    background-color: #FFFFFF;
}

.s1-d1 {
    float: left;
    margin-top: 100px;
}

.s1-d1 h3:nth-child(3) {
    width: 278px;
}

.s1d1-icon {
    display: block;
    width: 50px;
    height: 5px;
    background: linear-gradient(135deg, rgba(255, 95, 21, 1), rgba(255, 55, 83, 1));
}

.s1d1-block {
    width: 100%;
    position: relative;
    width: 278px;
    height: 110px;
}

.s1d1-block>div:nth-child(1) {
    background: url("../img/appload.png") no-repeat 100% 100%/100% 100%;
    width: 110px;
    height: 110px;
    float: left;
}

.s1-d2 {
    margin-top: 76px;
    float: right;
    margin-bottom: 20px;
    text-align: center;
}

.s2 {
    background: #F3F3F3;
}

.s2-d1 {
    margin-top: 113px;
    float: left;
}

.s2-d1-p {
    margin-top: 30px;
}

.s2-d1-h2 {
    display: inline;
    width: 350px;
    border-bottom: solid 2px #3C3C44;
    padding-left: -5px;
}

.s2-d2 {
    float: right;
    position: relative;
    background: url(../img/tv.png) no-repeat top center/100% auto;
    margin-top: 69px;
}

.s2-d2:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.s2-d2 video:nth-child(1) {
    position: absolute;
    width: 70%;
    top: 10%;
    left: 50%;
    transform: translateX(-52%);
    /* width: 388px;
    height: 218px; */
    background: url(../img/inner_bg.png) no-repeat top center/100% auto;
}

.s2-d2-img {
    padding: 0px 30px;
}

.s2-2-d1 ul>li {
    cursor: pointer;
    padding: 10px 20px;
}

.s2-2-d1 ul>li:nth-child(1) {
    margin-top: 8%;
}

.s2-2-d1 ul>li:not(:nth-child(1)) {
    margin-top: 15%;
}

.s2-2-d1 ul>li.active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 8px 0px rgba(230, 230, 230, 1);
    border-radius: 3px;
    position: relative;
}

.s2-2-d1 ul>li.active.left::after {
    content: '';
    background: url("../img/path_2.png") no-repeat center center/16px 26px;
    position: absolute;
    display: block;
    width: 16px;
    height: 26px;
    right: -8px;
    bottom: 50%;
    transform: translateY(6.5px)
}

.s2-2-d1 ul>li.active.right::after {
    content: '';
    background: url("../img/path_2.png") no-repeat center center/8px 13px;
    position: absolute;
    display: block;
    width: 8px;
    height: 13px;
    left: -8px;
    bottom: 50%;
    transform: translateY(6.5px) rotate(180deg);
}

.s2-2-d1 ul>li.active>h3 {
    color: #FC4F38;
}

.nav {
    z-index: 111;
    width: 80px;
    height: 240px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -2px 4px 10px 0px rgba(230, 230, 230, 0.5);
    border-radius: 3px;
    position: fixed;
    top: 50%;
    right: 0;
    display: none;
    transform: translateY(-50%);
    border-radius: 5px;
}

.nav>:nth-child(1) {
    background: url("../img/combined_shape.png") no-repeat center center /20px 36px;
    width: 100%;
    height: 80px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FC4F38;
}

.nav-qq {
    display: block;
    background: url("../img/shape.png") no-repeat center center /25px 26px;
    width: 100%;
    height: 80px;
}

.nav-qq:hover {
    background: url("../img/wqq@2x.png") no-repeat center center /25px 26px #FC4F38;
}

.nav>:nth-child(3) {
    background: url("../img/shape1.png") no-repeat center center /32px 26px;
    width: 100%;
    height: 80px;
}

.nav>:nth-child(3):hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url("../img/wwx@2x.png") no-repeat center center /32px 26px #FC4F38;
    background-color: #FC4F38;
}

.s3 {
    padding-bottom: 97px;
}

.s3-d2-table {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.s3-d2-table,
.s3-d2-table td {
    border: 1px solid #E6E6E6;
}



.s3-d2-table td {
    height: 52px;
}

.s3-d2-table tr:nth-child(odd)>td:nth-child(1) {
    background: rgba(243, 243, 243, 1);
}

.s3-d2-table tr:nth-child(even)>td:nth-child(1) {
    background: #FFFFFF;
}

.s3-d2-td {
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.s3-d2-gou {
    background: url('../img/combined_shape copy.png') no-repeat center center/31px 22px
}

.s3-d2-table {
    margin-top: 33px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 20px 0px rgba(243, 243, 243, 1)
}

.s3-d2-table th {
    text-align: center;
    height: 120px;
}

.s3-d2-table th:nth-child(2) {
    background: linear-gradient(135deg, rgba(250, 217, 97, 1), rgba(247, 107, 28, 1));
}

.s3-d2-table th:nth-child(3) {
    background: rgba(0, 0, 0, 1);
}

.s3-d2-table th:nth-child(4) {
    background: linear-gradient(135deg, rgba(255, 95, 21, 1), rgba(255, 55, 83, 1));
}

.s3-d2-table th:nth-child(2)>i {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 27px;
    background: url('../img/group_4 copy.png') no-repeat center center/40px 27px;
}

.s3-d2-table th:nth-child(3)>i {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 27px;
    background: url('../img/group_4.png') no-repeat center center/40px 27px;
}

.s3-d2-table th:nth-child(4)>i {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/king.png') no-repeat center center/40px 40px;
}

.s3-d2-out {
    position: relative;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    background: #E6E6E6;
}

.s3-d2-out::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 49px solid transparent;
    border-left: 49px solid #E6E6E6;
    border-bottom: 49px solid #E6E6E6;
}

.s3-d2-out::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 48px solid transparent;
    border-left: 48px solid #fff;
    border-bottom: 48px solid #fff;
}

.s3-d2-out b {
    font-style: normal;
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
}

.txt-justify {
    text-align: justify;
    word-break: break-all;
}

.s3-d2-out em {
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 27px;
    z-index: 1;
}

.s5-d1-h2 {
    border-bottom: black 2px solid;
    padding-bottom: 5px;
}

.s5-wx-public-num {
    margin-bottom: 45px;
}

.s5-wx-public-num>i {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-right: 15px;
    background: url("../img/wx.png") no-repeat center center/100% 100%;
}

.s5-wx-public-num>div>p:nth-child(1) {
    margin-left: 10px;
}

.s5-wx-public-num>div>p:nth-child(3) {
    text-align: center;
}

.s5-wx-public-num>div {
    float: left;
}

.s5-wx-public-num>div>div {
    width: 100px;
    height: 100px;
    background: url("../img/app-public-number.jpg") no-repeat center center/100% 100%;
}

.s5-qq>i,
.s5-qqgoup>i {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-right: 15px;
    background: url("../img/qqx.png") no-repeat center center/100% 100%;
}

.s5-qq>div,
.s5-qqgoup>div {
    float: left
}

.s5-qq>div>p {}

.s5-qqgoup {}

.s5-d2 {
    color: rgba(60, 60, 68, 1);
    line-height: 17px;
    transform: translateY(50%)
}

.s5-d2 p:nth-child(1) {
    text-align: center;
    margin-bottom: 8px;
}

.s5-d2 p:nth-child(2) {
    text-align: center;
    margin-bottom: 29px;
}

.s5-d2 div:nth-child(2) {
    background: url("../img/appload.png") no-repeat center center/100% 100%;
    width: 160px;
    margin: 0 auto;
    height: 160px;
}

.s5-d2 p:nth-child(3) {
    text-align: center;
}