.index .item-1 {
    padding: 26px 20px;
}

.index .item-1 a {
    display: block;
    width: 33.33%;
    float: left;
    height: 50px;
    line-height: 50px
}

.index .item-1 a img {
    vertical-align: middle;
    margin-top: -2px
}

.index .item-1 a div {
    display: inline-block;
    height: 50px;
    margin-left: 30px;
    vertical-align: top
}

.index .item-1 a div p {
    font-size: 16px;
    color: #73777A;
    line-height: 22px
}

.index .item-1 a div p:first-child {
    font-size: 20px;
    color: black;
    font-weight: bold;
    line-height: 28px
}

.index .item-2 {
    padding-top: 140px;
    padding-bottom: 90px
}

.index .item-2 .w1200 {
    margin-top: 70px
}

.index .item-2 .w1200 > div {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px
}

.index .item-2 dt {
    font-size: 20px;
    font-weight: bold
}

.index .item-2 dd {
    color: #6B798E;
    line-height: 27px;
    margin-top: 14px;
    width: 440px;
    display: inline-block
}

.index .item-2 dd a {
    color: #5F89F3;
    font-size: 16px;
    text-decoration: underline
}

.index .item-2 dd a:not(:last-child) {
    margin-right: 40px
}

.index .item-3 {
    padding: 60px 0
}

.index .item-3 .w1200 {
    margin-top: 0
}

.index .item-4 {
    padding-top: 140px
}

.index .item-4 .bg-black {
    background-color: #373D41;
    margin-top: 50px;
    margin-bottom: 130px
}

.index .item-4 li {
    width: 25%;
    height: 438px;
    float: left;
    text-align: center;
    color: white;
    position: relative
}

.index .item-4 li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 137, 243, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    z-index: 0
}

.index .item-4 li img {
    height: 28px
}

.index .item-4 li p {
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    position: relative;
    z-index: 10
}

.index .item-4 li p:nth-child(1) {
    margin-top: 160px
}

.index .item-4 li p:nth-child(1) span {
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px
}

.index .item-4 li p:nth-child(2) {
    font-size: 24px;
    margin-top: 30px
}

.index .item-4 li p:nth-child(3) {
    display: inline-block;
    width: 240px;
    font-size: 18px;
    margin-top: 20px;
    color: white;
    line-height: 30px;
    opacity: 0
}

.index .item-4 li:hover p:nth-child(1) {
    margin-top: 80px
}

.index .item-4 li:hover p:nth-child(3) {
    opacity: 1
}

.index .item-4 li:hover:before {
    opacity: 1
}

.index .item-4 li:nth-child(1) {
    background: url(../img/index/8.png) no-repeat center center;
    background-size: contain
}

.index .item-4 li:nth-child(2) {
    background: url(../img/index/9.png) no-repeat center center;
    background-size: contain
}

.index .item-4 li:nth-child(3) {
    background: url(../img/index/10.png) no-repeat center center;
    background-size: contain
}

.index .item-4 li:nth-child(4) {
    background: url(../img/index/11.png) no-repeat center center;
    background-size: contain
}

.index .item-5 {
    padding-bottom: 60px
}

.index .item-5 ul {
    margin-top: 50px
}

.index .item-5 li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px
}

.index .item-5 li p:nth-child(2) {
    margin-top: 10px
}

.index .item-6 .w1200 {
    margin-top: 50px
}

.index .item-7 .w1200 {
    margin-top: 50px
}

.index .item-7 dd {
    width: 33.33%;
    float: left;
    position: relative
}

.index .item-7 dd > img {
    position: absolute;
    right: -20px;
    top: 30%
}

.index .item-7 dd p:nth-child(1) {
    height: 44px;
    line-height: 44px
}

.index .item-7 dd p:nth-child(1) img {
    vertical-align: middle
}

.index .item-7 dd p:nth-child(2) {
    font-size: 22px;
    margin-top: 30px
}

.index .item-7 dd p:nth-child(3) {
    color: #6B798E;
    margin-top: 10px
}

.index .item-8 .w1200 {
    position: relative
}

.index .item-8 ul {
    width: 50%;
    margin-top: 50px
}

.index .item-8 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index .item-8 p span {
    display: inline-block;
    width: 130px
}

.index .item-8 a {
    display: block;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    font-size: 16px;
    color: #808080
}

.index .item-8 a:hover {
    color: #5F89F3
}

.index .item-8 li:first-child {
    position: absolute;
    left: 0;
    top: 50px;
    width: 50%
}

.index .item-8 li:first-child a {
    width: 455px
}

.index .item-8 li:first-child a img {
    width: 455px;
    height: 203px;
    border-radius: 8px
}

.index .item-8 li:first-child a:hover p:nth-child(2) {
    color: #5F89F3
}

.index .item-8 li:first-child p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.index .item-8 li:first-child p:nth-child(3) {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 20px;
    height: 40px
}

.index .item-8 li:not(:first-child) {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #D7D8D9
}

.index .item-8 li:last-child {
    border-bottom: none
}

.index .item-8 li:last-child a {
    color: #5F89F3
}

.product .banner .img {
    height: 800px;
    background-color: white;
    background-size: cover
}

.product .product-nav {
    color: white
}

.product .product-nav .w1200 {
    position: relative
}

.product .product-nav .wrap {
    position: absolute;
    left: 400px;
    top: 380px
}

.product .product-nav .wrap p:nth-child(1) {
    font-size: 40px;
    line-height: 55px
}

.product .product-nav .wrap p:nth-child(2) {
    font-size: 19px;
    line-height: 40px;
    margin-top: 16px
}

.product .product-nav .wrap a {
    display: block;
    font-size: 16px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid white;
    text-align: center;
    margin-top: 40px
}

.product .product-nav a {
    color: white
}

.product .product-nav dl {
    padding-top: 180px;
    width: 372px;
    font-size: 16px
}

.product .product-nav dl dt {
    background-color: #252B3A;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.8)
}

.product .product-nav dl dd {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    height: 112px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
    padding-top: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.product .product-nav dl dd p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold
}

.product .product-nav dl dd a, .product .product-nav dl dd span {
    display: inline-block;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.product .product-nav dl dd a:last-child {
    margin-right: 0
}

.product .product-nav dl dd nav {
    background-color: white;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    color: black
}

.product .product-nav dl dd nav a {
    display: block;
    margin-bottom: 14px;
    color: black
}

.product .product-nav dl dd nav a p {
    font-size: 16px
}

.product .product-nav dl dd nav a p:nth-child(2) {
    margin-top: 5px
}

.product .product-nav dl dd nav a p:nth-child(3) {
    margin-top: 5px;
    font-size: 14px;
    color: #5F89F3
}

.product .product-nav dl dd nav a:last-child {
    margin-bottom: 0
}

.product .product-nav dl dd nav > div {
    width: 454px;
    padding: 20px 0;
    padding-left: 28px
}

.product .product-nav dl dd nav > div > div {
    width: 227px;
    float: left
}

.product .product-nav dl dd:hover {
    background-color: white;
    color: black
}

.product .product-nav dl dd:hover a, .product .product-nav dl dd:hover span {
    color: black
}

.product .product-nav dl dd:hover nav {
    width: 454px
}

.product .product-nav dl dd a:hover {
    color: #5F89F3
}

.product .item-1 {
    margin-top: 20px
}

.product .item-1 .w1200 div {
    width: 390px;
    height: 180px;
    float: left;
    color: white;
    margin-right: 15px
}

.product .item-1 .w1200 div p {
    font-size: 24px;
    padding-left: 26px;
    margin-top: 40px
}

.product .item-1 .w1200 div p span {
    font-size: 16px
}

.product .item-1 .w1200 div p:last-child {
    font-size: 16px;
    margin-top: 20px
}

.product .item-1 .w1200 div:nth-child(1) {
    background: url(../img/product/2.png) no-repeat center center;
    background-size: contain;
    color: #373D41
}

.product .item-1 .w1200 div:nth-child(2) {
    background: url(../img/product/3.png) no-repeat center center;
    background-size: contain
}

.product .item-1 .w1200 div:nth-child(3) {
    background: url(../img/product/4.png) no-repeat center center;
    background-size: contain;
    margin-right: 0
}

.product .item-2 {
    padding: 140px 0
}

.product .item-2 .w1200 {
    margin-top: 50px
}

.product .item-2 .w1200 dd {
    width: 285px;
    height: 398px;
    float: left;
    box-shadow: 0px 0px 6px 0px rgba(95, 137, 243, 0.34);
    border-radius: 5px
}

.product .item-2 .w1200 dd p {
    padding-left: 15px
}

.product .item-2 .w1200 dd div:nth-child(1) {
    padding-top: 24px;
    height: 154px
}

.product .item-2 .w1200 dd div:nth-child(1) p:first-child {
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    background: url(../img/product/5.png) no-repeat left center;
    background-size: contain
}

.product .item-2 .w1200 dd div:nth-child(1) p:last-child {
    color: #B4B4B4;
    margin-top: 10px
}

.product .item-2 .w1200 dd li {
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 2px solid #DEE4EF;
    margin: 0 15px
}

.product .item-2 .w1200 dd li:last-child {
    border-bottom-style: dashed
}

.product .item-2 .w1200 dd div:nth-child(3) {
    margin-top: 20px
}

.product .item-2 .w1200 dd div:nth-child(3) p {
    display: inline-block;
    color: #B4B4B4
}

.product .item-2 .w1200 dd div:nth-child(3) p span {
    color: #5F89F3;
    font-size: 30px;
    font-weight: bold;
    margin-right: 5px
}

.product .item-2 .w1200 dd div:nth-child(3) a {
    display: block;
    float: right;
    width: 106px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(270deg, #ffcd86 0%, #ffdbb8 100%);
    border-radius: 21px;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 5px
}

.product .item-2 .w1200 dd:nth-child(4) div:nth-child(1) p:first-child {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    line-height: 24px;
    background: url(../img/product/6.png) no-repeat left center;
    background-size: contain;
    padding-top: 15px
}

.product .item-2 .w1200 dd:not(:last-child) {
    margin-right: 20px
}

.product .item-3 .main-title span {
    color: #F17161
}

.product .item-3 .w1200 {
    margin-top: 50px
}

.product .item-3 .w1200 dd {
    width: 287px;
    height: 293px;
    float: left;
    margin-right: 17px;
    margin-bottom: 17px;
    background: url(../img/product/8.png) #F7F8FA no-repeat top left;
    background-size: contain
}

.product .item-3 .w1200 dd:first-child {
    width: 592px;
    background: url(../img/product/7.jpg) no-repeat center center;
    background-size: contain
}

.product .item-3 .w1200 dd:first-child .hot {
    color: white;
    margin-top: 50px;
    margin-left: 30px
}

.product .item-3 .w1200 dd:first-child .hot a {
    display: block;
    color: #5F89F3;
    width: 73px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: white;
    border-radius: 3px
}

.product .item-3 .w1200 dd:first-child .hot p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    margin: 16px 0
}

.product .item-3 .w1200 dd:nth-child(3), .product .item-3 .w1200 dd:last-child {
    margin-right: 0
}

.product .item-3 .w1200 .product-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}

.product .item-3 .w1200 .product-item div:nth-child(1) {
    color: white;
    margin-top: 20px
}

.product .item-3 .w1200 .product-item div:nth-child(1) p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px
}

.product .item-3 .w1200 .product-item div:nth-child(1) p:nth-child(2) {
    font-size: 12px;
    line-height: 25px
}

.product .item-3 .w1200 .product-item ul {
    margin-top: 20px
}

.product .item-3 .w1200 .product-item li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #E6EAF2
}

.product .item-3 .w1200 .product-item li:last-child {
    border-bottom-style: dashed
}

.product .item-3 .w1200 .product-item div:nth-child(3) {
    color: #575757;
    margin-top: 15px
}

.product .item-3 .w1200 .product-item div:nth-child(3) span {
    color: #5F89F3;
    font-size: 30px;
    font-weight: bold
}

.product .buy-btn {
    display: block;
    width: 64px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(270deg, #ffcd86 0%, #ffdbb8 100%);
    border-radius: 21px
}

.product .item-4 {
    margin: 140px 0
}

.product .item-4 .main-title span {
    color: #5F89F3
}

.product .item-4 .w1200 li {
    margin-top: 50px;
    height: 300px;
    box-shadow: 0px 0px 15px 2px rgba(95, 137, 243, 0.08)
}

.product .item-4 .w1200 li > div {
    float: left;
    height: 100%
}

.product .item-4 .w1200 li > div:nth-child(1) {
    position: relative;
    width: 350px
}

.product .item-4 .w1200 li > div:nth-child(1) p {
    padding-left: 27px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product .item-4 .w1200 li > div:nth-child(1) p:nth-child(1) {
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    background: url(../img/product/5.png) no-repeat left center;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 20px
}

.product .item-4 .w1200 li > div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
    line-height: 26px
}

.product .item-4 .w1200 li > div:nth-child(1) p:nth-child(3) {
    color: #575757;
    line-height: 26px;
    margin-top: 5px
}

.product .item-4 .w1200 li > div:nth-child(1) p:nth-child(4) {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 33px
}

.product .item-4 .w1200 li > div:nth-child(1) p:nth-child(4) span {
    color: #F43F2C;
    font-size: 24px
}

.product .item-4 .w1200 li .package-item {
    width: 243px;
    height: 236px;
    background: url(../img/product/9.png) no-repeat center center;
    background-size: contain;
    margin-top: 30px;
    margin-left: 30px
}

.product .item-4 .w1200 li .package-item p {
    padding-left: 17px;
    font-size: 16px
}

.product .item-4 .w1200 li .package-item p:nth-child(1) {
    color: white;
    margin-top: 36px;
    line-height: 26px;
    font-weight: bold
}

.product .item-4 .w1200 li .package-item p:nth-child(2) {
    line-height: 26px;
    margin-top: 38px
}

.product .item-4 .w1200 li .package-item p:nth-child(2) font {
    font-size: 20px;
    color: #5F89F3
}

.product .item-4 .w1200 li .package-item p:nth-child(2) span {
    color: #575757;
    margin-right: 10px
}

.product .item-4 .w1200 li .package-item p:nth-child(3) {
    margin-top: 38px
}

.product .item-4 .w1200 li .package-item p:nth-child(3) span {
    color: #464F62;
    font-size: 24px
}

.product .item-4 .w1200 li .package-item p:nth-child(3) s {
    color: #B4B4B4;
    font-size: 14px
}

.product .item-4 .w1200 li .package-item p:nth-child(3) a {
    font-size: 18px;
    font-weight: bold;
    color: #5F89F3;
    margin-right: 14px;
    margin-top: 10px
}

.product .item-4 .w1200 li:nth-child(2) .package-item {
    background: url(../img/product/10.png) no-repeat center center
}

.product .item-4 .w1200 li:nth-child(3) .package-item {
    background: url(../img/product/11.png) no-repeat center center
}

.product .item-5 {
    padding-bottom: 70px
}

.product .item-5 ul {
    margin-top: 50px
}

.product .item-5 li {
    width: 50%;
    height: 137px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product .item-5 li:nth-child(1) {
    padding-left: 160px;
    padding-top: 10px
}

.product .item-5 li:nth-child(1) div {
    width: 220px;
    float: left;
    height: 54px;
    line-height: 54px
}

.product .item-5 li:nth-child(1) div img {
    vertical-align: middle;
    margin-right: 10px
}

.product .item-5 li:nth-child(2) {
    width: 460px;
    background: url(../img/product/16.png) no-repeat left center;
    background-size: contain;
    color: white
}

.product .item-5 li:nth-child(2) p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 40px
}

.product .item-5 li:nth-child(2) a {
    color: white;
    font-size: 16px;
    margin-right: 20px
}

.product .item-6 .w1200 {
    margin-top: 90px
}

.product .item-6 .w1200 > div {
    width: 50%;
    float: left
}

.product .item-6 .w1200 > div:nth-child(1) p {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 44px
}

.product .item-6 .w1200 > div:nth-child(1) span {
    display: block;
    font-size: 30px;
    color: #5F89F3
}

.product .item-6 .w1200 img {
    display: block
}

.product .item-6 .w1200 div:nth-child(2) {
    width: 539px;
    height: 412px;
    background: url(../img/product/17.png) no-repeat center center;
    position: relative
}

.product .item-6 .w1200 div:nth-child(2) p {
    font-size: 12px;
    color: #464F62;
    position: absolute;
    z-index: 10
}

.product .item-6 .w1200 div:nth-child(2) p:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5F89F3;
    margin-right: 2px
}

.about .banner .img {
    height: 550px;
    background-size: cover
}

.about .banner .img p {
    padding-top: 250px;
    color: white;
    font-size: 18px
}

.about .banner .img p span {
    font-size: 34px;
    font-weight: bold
}

.about .banner .img a {
    display: block;
    width: 123px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    color: white;
    border: 1px solid white;
    font-size: 20px;
    margin-top: 70px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.about .banner .img a:hover {
    color: #5F89F3;
    border-color: #5F89F3
}

.about .item-1 {
    padding-top: 140px;
    padding-bottom: 100px
}

.about .item-1 ul {
    margin-top: 50px
}

.about .item-1 li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px
}

.about .item-1 li p:nth-child(2) {
    margin-top: 10px
}

.about .item-1 .introduction {
    width: 1097px;
    margin: 0 auto;
    margin-top: 50px;
    color: #575757;
    line-height: 31px;
    text-indent: 2em;
}

.about .item-2 {
    padding-bottom: 100px
}

.about .item-2 ul {
    margin-top: 50px
}

.about .item-2 li {
    width: 50%;
    float: left
}

.about .item-2 .right p {
    margin-left: 50px;
    color: #575757;
    font-size: 16px
}

.about .item-2 .right p:nth-child(1) {
    width: 95px;
    height: 8px;
    background: #5F89F3;
    margin-top: 20px;
    margin-bottom: 54px
}

.about .item-2 .right .text {
    line-height: 26px;
    margin-bottom: 18px;
    margin-top: 4px
}

.about .item-3 {
    padding-bottom: 70px
}

.about .item-3 img {
    vertical-align: middle;
    margin-right: 10px
}

.about .item-3 li {
    width: 50%;
    float: left;
    margin-top: 50px
}

.about .item-3 li p {
    width: 380px;
    padding-left: 100px
}

.about .item-3 li p:nth-child(1) {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold
}

.about .item-3 li p:nth-child(2) {
    padding-left: 144px;
    color: #6B798E;
    margin-top: 4px
}

.about .item-4 {
    padding-bottom: 140px
}

.about .item-4 .w1200 {
    margin-top: 50px
}

.about .item-4 ul {
    width: 720px;
    display: inline-block
}

.about .item-4 li {
    width: 50%;
    float: left;
    height: 54px;
    line-height: 54px;
    font-size: 16px
}

.about .item-4 li img {
    vertical-align: middle
}

.about .item-4 li span {
    margin: 0 5px;
    font-weight: bold
}

.about .item-4 li:last-child font {
    display: inline-block;
    width: 230px;
    line-height: 33px;
    vertical-align: text-top;
    margin-top: -6px
}

.product-detail .banner .img {
    height: 547px;
    background-size: cover
}

.product-detail .banner .img p {
    padding-top: 240px;
    color: white;
    font-size: 18px
}

.product-detail .banner .img p span {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 5px
}

.product-detail .banner .img .btn {
    position: relative;
    margin-top: 100px
}

.product-detail .banner .img a {
    display: inline-block;
    width: 123px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    color: white;
    border: 1px solid white;
    font-size: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-detail .banner .img a:hover {
    color: #5F89F3;
    border-color: #5F89F3
}

.product-detail .banner .img a:nth-child(1) {
    background: linear-gradient(270deg, #ffcd86 0%, #ffdbb8 100%);
    color: black;
    border-color: transparent;
    margin-right: 30px
}

.product-detail .top-nav a {
    display: block;
    width: 16.66%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    float: left;
    font-size: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.product-detail .top-nav a:hover {
    color: #5F89F3
}

.product-detail .top-nav .active {
    color: #5F89F3
}

.product-detail .length5 a {
    width: 20%
}

.product-detail .item-1 {
    padding: 140px 0;
    padding-bottom: 70px
}

.product-detail .item-1 .w1200 {
    margin-top: 50px;
    height: 293px;
    background: url(../img/voice/1.png) no-repeat center center
}

.product-detail .item-1 .fr {
    width: 466px;
    margin-top: 35px;
    margin-right: 70px;
    color: #49576B
}

.product-detail .item-1 .fr p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #465467
}

.product-detail .item-1 .fr p:not(:first-child) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
    line-height: 25px;
    margin-top: 20px
}

.product-detail .item-1 .fr p:not(:first-child) span {
    font-weight: bold
}

.product-detail .item-1 .fr p:not(:first-child) img {
    position: absolute;
    left: 0;
    top: 3px
}

.product-detail .item-2 {
    padding: 70px 0
}

.product-detail .item-2 .page-top {
    margin-top: 50px
}

.product-detail .item-2 .page-top li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 22px;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer
}

.product-detail .item-2 .page-top li p:nth-child(1) {
    height: 48px;
    line-height: 48px;
    margin-bottom: 14px
}

.product-detail .item-2 .page-top li p:nth-child(1) img {
    vertical-align: middle
}

.product-detail .item-2 .page-top li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #5F89F3
}

.product-detail .item-2 .page-top .active:before {
    height: 6px
}

.product-detail .item-2 .sw-scenes {
    height: 407px;
    box-shadow: 0px 0px 7px 0px rgba(95, 137, 243, 0.32)
}

.product-detail .item-2 .sw-scenes .swiper-slide {
    background: url(../img/voice/9.png) #fff no-repeat 152px 50px
}

.product-detail .item-2 .sw-scenes .swiper-button-prev, .product-detail .item-2 .sw-scenes .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px
}

.product-detail .item-2 .sw-scenes .swiper-button-prev {
    background-image: url(../img/voice/10.png);
    left: 40px
}

.product-detail .item-2 .sw-scenes .swiper-button-next {
    background-image: url(../img/voice/11.png);
    right: 40px
}

.product-detail .item-2 .sw-scenes .fr {
    width: 500px;
    padding-top: 100px;
    padding-right: 80px
}

.product-detail .item-2 .sw-scenes .fr p:nth-child(1) {
    font-size: 24px
}

.product-detail .item-2 .sw-scenes .fr p:nth-child(2) {
    color: #6B798E;
    font-size: 18px;
    line-height: 31px;
    margin-top: 20px
}

.product-detail .item-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 407px;
    background: url(../img/voice/12.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 70px
}

.product-detail .item-3 ul {
    margin-top: 50px
}

.product-detail .item-3 li {
    width: 25%;
    float: left;
    text-align: center
}

.product-detail .item-3 li img {
    height: 30px;
    margin-bottom: 10px
}

.product-detail .item-3 li p:nth-child(2) {
    font-size: 18px
}

.product-detail .item-3 li i {
    display: block;
    width: 26px;
    height: 2px;
    background: white;
    margin: 10px auto
}

.product-detail .item-3 li p:nth-child(4) {
    width: 200px;
    margin: 0 auto;
    line-height: 25px;
    margin-top: 25px
}

.product-detail .item-4 {
    padding-bottom: 0
}

.product-detail .item-4 ul {
    margin-top: 50px
}

.product-detail .item-4 li {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px
}

.product-detail .item-4 img {
    display: block
}

.product-detail .item-4 .verify-wrap {
    height: 64px;
    font-size: 22px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-detail .item-4 .verify-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-detail .item-4 .verify-wrap .drag-btn {
    width: 64px;
    height: 64px;
    background: url(../img/voice/18.png) #5F89F3 no-repeat center center;
    background-size: 24px
}

.product-detail .item-4 .verify-wrap .suc-drag-btn {
    background: url(../img/voice/19.png) #5F89F3 no-repeat center center;
    background-size: 22px
}

.product-detail .item-4 .verify-wrap .fix-tips, .product-detail .item-4 .verify-wrap .verify-msg {
    font-size: 22px;
    line-height: 64px
}

.product-detail .item-4 .verify-wrap .verify-msg {
    background: #E5ECFF;
    color: #5F89F3
}

.product-detail .item-4 .verify-wrap .drag-progress {
    height: 64px;
    background: #E5ECFF;
    border-top: none
}

.product-detail .item-4 .form {
    margin-top: 100px
}

.product-detail .item-4 .form > p {
    font-size: 20px;
    line-height: 33px
}

.product-detail .item-4 .form > p span {
    font-size: 22px
}

.product-detail .item-4 .form input {
    display: block;
    width: 470px;
    height: 64px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D7D8D9;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px
}

.product-detail .item-5 {
    padding: 100px 0
}

.product-detail .item-5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-detail .item-5 ul {
    margin-top: 50px
}

.product-detail .item-5 li {
    width: 370px;
    float: left;
    border: 1px solid #DBDCDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-detail .item-5 li img {
    display: block
}

.product-detail .item-5 li > div {
    height: 173px;
    position: relative;
    margin-bottom: 10px
}

.product-detail .item-5 li > div a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(95, 137, 243, 0.6);
    position: absolute;
    left: 0;
    bottom: 2px;
    color: white;
    font-size: 18px;
    padding: 0 14px
}

.product-detail .item-5 li > a {
    display: block;
    font-size: 18px;
    line-height: 39px;
    color: #575757;
    padding: 0 14px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.product-detail .item-5 li > a:hover {
    color: #5F89F3
}

.product-detail .item-5 li > a:last-child {
    color: #6B798E;
    font-size: 16px
}

.product-detail .item-5 li:not(:last-child) {
    margin-right: 43px
}

.product-smsmsgnotify .item-1 .w1200 {
    background: url(../img/product/smsmsgnotify/2.png) no-repeat center center
}

.product-smsmsgnotify .item-1 .fr {
    margin-top: 84px
}

.product-smsmsgnotify .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/smsmsgnotify/3.png) #fff no-repeat 152px 57px
}

.product-smsmsgnotify .item-2 .left {
    width: 250px;
    line-height: 31px;
    color: white;
    position: absolute;
    top: 206px;
    left: 236px
}

.product-smsmsgnotify .item-4 li {
    position: relative
}

.product-smsmsgnotify .item-4 li .right {
    width: 250px;
    line-height: 31px;
    color: white;
    position: absolute;
    top: 247px;
    left: 140px
}

.product-smsmsgnotify .item-4 img {
    margin-top: 70px
}

.product-vsms .item-1 .w1200 {
    background: url(../img/product/vsms/13.png) no-repeat center center
}

.product-vsms .item-2 .sw-scenes {
    height: 484px
}

.product-vsms .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/vsms/8.png) #fff no-repeat 139px 53px
}

.product-vsms .item-2 .sw-scenes .fr {
    padding-top: 120px
}

.product-vsms .item-2 .sw-scenes .fr p:nth-child(2) {
    font-size: 18px;
    line-height: 31px;
    color: black;
    margin-top: 30px
}

.product-vsms .item-2 .sw-scenes .fr p:nth-child(3) {
    color: #6B798E;
    font-size: 18px;
    line-height: 31px;
    margin-top: 10px
}

.product-vsms .item-2 .left {
    width: 328px;
    position: absolute;
    top: 190px;
    left: 170px;
    height: 290px;
    overflow-y: auto
}

.product-vsms .item-2 .left p {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 6px
}

.product-vsms .item-2 .left * {
    max-width: 100%;
    margin-bottom: 10px
}

.product-vsms .item-4 li {
    padding-left: 80px;
    position: relative
}

.product-vsms .item-4 .right {
    width: 328px;
    position: absolute;
    left: 110px;
    top: 130px
}

.product-vsms .item-4 .right p:nth-child(1) {
    font-size: 12px;
    color: #838383;
    text-align: center;
    margin-bottom: 20px
}

.product-vsms .item-4 .right div {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 10px
}

.product-smsmark .item-1 .w1200 {
    background: url(../img/product/smsmark/4.png) no-repeat center center
}

.product-smsmark .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/smsmark/10.png) #fff no-repeat 139px 57px
}

.product-smsmark .item-2 .left {
    width: 328px;
    position: absolute;
    top: 240px;
    left: 170px
}

.product-smsmark .item-2 .left p {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 6px
}

.product-smsmark .item-4 li {
    position: relative
}

.product-smsmark .item-4 li > img {
    margin-top: 50px
}

.product-smsmark .item-4 .right {
    width: 328px;
    position: absolute;
    left: 90px;
    top: 240px
}

.product-smsmark .item-4 .right div {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 10px
}

.product-smsnotify .top-nav a {
    width: 20%
}

.product-smsnotify .item-2 {
    padding-top: 140px
}

.product-smsnotify .item-3 li {
    width: 20%
}

.not-online {
    padding: 140px 0
}

.not-online p {
    font-size: 22px;
    color: #575757;
    line-height: 33px;
    margin-top: 34px
}

.not-online a {
    display: inline-block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    background: #5F89F3;
    border-radius: 3px;
    color: white;
    font-size: 22px;
    margin-top: 50px
}

.league .banner .img {
    height: 547px;
    background-size: cover
}

.league .item-1 {
    padding: 140px 0
}

.league .item-1 ul {
    margin-top: 80px
}

.league .item-1 li {
    width: 373px;
    height: 152px;
    background: #EBF0FC;
    border-radius: 5px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 77px;
    padding-right: 36px;
    padding-top: 36px;
    position: relative
}

.league .item-1 li p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px
}

.league .item-1 li p:nth-child(3) {
    color: #6B798E;
    margin-top: 10px
}

.league .item-1 img {
    position: absolute;
    left: 0;
    top: -30px
}

.league .item-1 li:not(:last-child) {
    margin-right: 40px
}

.league .item-2 {
    padding-bottom: 140px
}

.league .item-2 ul {
    margin-top: 50px
}

.league .item-2 li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative
}

.league .item-2 li img:nth-child(1) {
    height: 37px
}

.league .item-2 li p {
    margin-top: 24px;
    font-size: 22px
}

.league .item-2 li .icon {
    position: absolute;
    top: 40%;
    right: -22px
}

.league .item-4 {
    padding-bottom: 140px
}

.league .item-4 dd {
    margin-top: 50px
}

.league .item-4 dd p {
    width: 412px
}

.league .item-4 dd div {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.league .item-4 dd div:nth-child(2) {
    padding-left: 50px
}

.league .item-4 .text {
    padding-top: 56px
}

.league .item-4 .text p:nth-child(1) {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold
}

.league .item-4 .text p:nth-child(1) img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px
}

.league .item-4 .text p:nth-child(2) {
    color: #6B798E;
    line-height: 27px;
    margin-top: 20px
}

.league .item-3 {
    padding-bottom: 140px
}

.league .item-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 500px;
    padding: 50px 0;
    background: url(../img/league/16.jpg) #123459 no-repeat center center;
    color: white
}

.league .item-5 .league-form {
    display: block;
    width: 460px;
    margin-left: 130px
}

.league .item-5 .league-form span, .league .item-5 .league-form input {
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    height: 25px;
    line-height: 25px
}

.league .item-5 .league-form span {
    width: 100px
}

.league .item-5 .league-form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 360px;
    float: right
}

.league .item-5 .league-form p {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.league .item-5 .league-form button {
    display: block;
    width: 123px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    background: linear-gradient(270deg, #ffcd86 0%, #ffdbb8 100%);
    color: black;
    margin: 50px auto;
    margin-bottom: 0;
    font-size: 20px;
    border: none;
    cursor: pointer
}

.doc .banner .img {
    height: 350px;
    background-size: cover
}

.doc .banner .img .w1200 {
    color: white;
    padding-top: 200px
}

.doc .banner .img p {
    font-size: 32px;
    line-height: 45px
}

.doc .banner .img .form {
    display: block;
    width: 715px;
    margin: 20px auto;
    position: relative
}

.doc .banner .img .form input {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: white;
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 15px
}

.doc .banner .img .form button {
    display: block;
    border: none;
    background: none;
    font-size: 22px;
    color: #5F89F3;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 8px
}

.doc .banner .img .hot {
    width: 715px;
    margin: 0 auto;
    font-size: 20px;
    color: #DDDDDD
}

.doc .banner .img .hot a {
    font-size: 20px;
    color: white;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.doc .banner .img .hot a:hover {
    color: #5F89F3
}

.doc .item-1 {
    background: linear-gradient(to right, #F7F8FA 50%, #fff 50%)
}

.doc .item-1 .w1200 > div {
    float: left;
    padding: 70px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.doc .item-1 .left {
    width: 328px;
    background: #F7F8FA;
    border-right: 1px solid #E6E7E7
}

.doc .item-1 .left p {
    font-size: 20px;
    font-weight: bold
}

.doc .item-1 .left .form-name {
    width: 218px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E7E7;
    margin-top: 20px;
    position: relative
}

.doc .item-1 .left .form-name input {
    display: block;
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E7E7;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 34px
}

.doc .item-1 .left .form-name button {
    display: block;
    background: none;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 13px;
    cursor: pointer
}

.doc .item-1 .left div {
    margin-top: 10px
}

.doc .item-1 .left a, .doc .item-1 .left p {
    display: block;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.doc .item-1 .left a:hover {
    color: #5F89F3
}

.doc .item-1 .right {
    width: 872px;
    background: white
}

.doc .item-1 .right dl {
    margin-left: 45px
}

.doc .item-1 .right dd {
    border: 1px solid #D7D8D9;
    padding: 20px
}

.doc .item-1 .right dd:not(:last-child) {
    margin-bottom: 50px
}

.doc .item-1 .right p {
    font-size: 20px;
    height: 30px;
    line-height: 30px
}

.doc .item-1 .right p img {
    vertical-align: middle;
    margin-top: -6px
}

.doc .item-1 .right a, .doc .item-1 .right span {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    margin-right: 50px
}

.doc .item-1 .right a {
    color: #575757;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.doc .item-1 .right a:hover {
    color: #5F89F3
}

.doc .item-1 .right span {
    color: #D3D3D3
}

.docdetail .item-2 {
    background: linear-gradient(to right, #F7F8FA 50%, #fff 50%)
}

.docdetail .item-2 .w1200 > div {
    float: right;
    padding: 70px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.docdetail .item-2 .w1200 .left {
    width: 328px;
    background: #F7F8FA;
    border-right: 1px solid #E6E7E7
}

.docdetail .item-2 .w1200 .left p {
    font-size: 20px;
    font-weight: bold;
    width: 218px
}

.docdetail .item-2 .w1200 .left p a {
    font-size: 20px;
    height: auto;
    line-height: normal;
    margin-top: 3px
}

.docdetail .item-2 .w1200 .left .form-name {
    width: 218px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E7E7;
    margin-top: 20px;
    position: relative
}

.docdetail .item-2 .w1200 .left .form-name input {
    display: block;
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E7E7;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 34px
}

.docdetail .item-2 .w1200 .left .form-name button {
    display: block;
    background: none;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 13px;
    cursor: pointer
}

.docdetail .item-2 .w1200 .fixed-left {
    position: fixed;
    top: 70px;
    max-height: calc(100vh - 160px);
    overflow-y: auto
}

.docdetail .item-2 .w1200 .right {
    width: 872px;
    background: white;
    padding-left: 45px
}

.docdetail .item-2 .w1200 .right .top-nav {
    font-size: 18px
}

.docdetail .item-2 .w1200 .right .top-nav a {
    font-size: 18px
}

.docdetail .item-2 .w1200 .right .top-nav span {
    color: #575757
}

.docdetail .item-2 .w1200 .right .title {
    margin-top: 30px
}

.docdetail .item-2 .w1200 .right .title h1 {
    font-size: 24px;
    font-weight: bold
}

.docdetail .item-2 .w1200 .right .title p:nth-child(2) {
    color: #D3D3D3;
    margin-top: 4px
}

.docdetail .article {
    padding-top: 20px
}

.docdetail .article * {
    max-width: 100% !important;
    word-wrap: break-word;
    white-space: normal
}

.docdetail .article h2 {
    margin: 0.75em 0
}

.docdetail .article h3 {
    margin: 0.83em 0
}

.docdetail .article p {
    line-height: 27px;
    margin: 1.12em 0
}

.docdetail .col-right a {
    display: block;
    width: 218px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.docdetail .col-right a i {
    font-size: 18px
}

.docdetail .col-right .title a {
    font-size: 18px;
    height: 40px;
    line-height: 40px
}

.docdetail .col-right .dropdown a {
    font-size: 16px;
    color: #575757;
    padding-left: 20px;
    height: 26px;
    line-height: 26px
}

.docdetail .col-right .subdirectories a {
    font-size: 14px;
    color: #575757;
    padding-left: 50px;
    height: 22px;
    line-height: 22px
}

.docdetail .col-right .active a {
    color: #5F89F3
}

.hydt .item-1 {
    padding-top: 50px;
    padding-bottom: 50px
}

.hydt .item-1 dd {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hydt .item-1 .sw-hydt {
    width: 492px;
    margin-left: 30px
}

.hydt .item-1 .sw-hydt img {
    display: block;
    width: 492px;
    height: 278px
}

.hydt .item-1 .sw-hydt .swiper-pagination-bullet {
    height: 6px;
    border-radius: 0;
    background: white;
    opacity: 1
}

.hydt .item-1 .sw-hydt .swiper-pagination-bullet-active {
    background: #5F89F3;
    width: 22px
}

.hydt .item-1 .right a {
    display: block;
    width: 524px;
    border-bottom: 1px solid #E6E7E7
}

.hydt .item-1 .right a p:nth-child(1) {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hydt .item-1 .right a p:nth-child(2) {
    display: none
}

.hydt .item-1 .right .active p:nth-child(2) {
    display: block;
    font-size: 18px;
    color: #73777A;
    line-height: 30px;
    margin-bottom: 8px;
    max-height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.hydt .item-2 {
    padding-bottom: 50px
}

.hydt .item-2 .w1200 > div {
    float: left
}

.hydt .item-2 .w1200 .left {
    width: 795px;
    min-height: 1000px
}

.hydt .item-2 .w1200 .right {
    width: 385px;
    margin-left: 20px
}

.hydt .item-2 .article-lists a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDEE0
}

.hydt .item-2 .article-lists a > div {
    float: left
}

.hydt .item-2 .article-lists a div:nth-child(1) {
    width: 513px
}

.hydt .item-2 .article-lists a p:nth-child(1) {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.hydt .item-2 .article-lists a p:nth-child(2) {
    color: #D6D6D6;
    font-size: 12px
}

.hydt .item-2 .article-lists a p:nth-child(3) {
    margin-top: 20px;
    color: #919191;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.hydt .item-2 .article-lists a div:nth-child(2) {
    width: 254px;
    height: 140px;
    margin-left: 26px
}

.hydt .item-2 .article-lists a div:nth-child(2) img {
    display: block;
    width: 100%;
    height: 100%
}

.hydt .item-2 .article-lists a:not(:first-child) {
    padding-top: 30px
}

.hydt .item-2 .right > div {
    padding: 20px;
    padding-bottom: 0;
    margin-top: 30px
}

.hydt .item-2 .right > div:first-child {
    margin-top: 0
}

.hydt .item-2 .right .title {
    font-size: 20px;
    font-weight: bold
}

.hydt .item-2 .search-news {
    padding: 20px !important
}

.hydt .item-2 .search-news form {
    position: relative
}

.hydt .item-2 .search-news input {
    display: block;
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E7E7;
    background: white;
    padding-left: 12px;
    padding-right: 34px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.hydt .item-2 .search-news input:focus {
    border-color: #5F89F3;
    box-shadow: 0px 0px 4px 0px #5f89f3
}

.hydt .item-2 .search-news button {
    display: block;
    background: none;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 13px;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.hydt .item-2 .search-news input:focus + button {
    color: #5F89F3
}

.hydt .item-2 .hot-tag div {
    padding-top: 20px
}

.hydt .item-2 .hot-tag a {
    display: block;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #E5E5E5;
    background: white;
    color: #7C7C7C;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.hydt .item-2 .hot-tag a:hover {
    color: #5F89F3;
    border-color: #5F89F3
}

.hydt .item-2 .hot-news div {
    padding: 20px 0
}

.hydt .item-2 .hot-news a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #7C7C7C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    position: relative
}

.hydt .item-2 .hot-news a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #7C7C7C;
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: top;
    margin-top: 13px
}

.hydt .item-2 .hot-news a:hover {
    color: #5F89F3
}

.hydt .item-2 .hot-news a:hover:before {
    background: #5F89F3
}

.pagination {
    margin-top: 44px
}

.pagination a, .pagination span, .pagination .ellipsis {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #DDDEE1;
    border-radius: 5px;
    margin: 0 4px
}

.pagination .active span {
    background: #5F89F3;
    border-color: #5F89F3;
    color: white
}

.pagination .jump {
    display: inline-block;
    color: #808080;
    vertical-align: top
}

.pagination .jump input {
    display: inline-block;
    width: 50px;
    height: 32px;
    border: 1px solid #DDDEE1;
    border-radius: 5px;
    text-align: center
}

.hydt-detail .item-2 {
    padding-top: 50px
}

.hydt-detail .item-2 .detail-title {
    border-bottom: 1px solid #DCDEE0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.hydt-detail .item-2 .detail-title h1 {
    font-size: 25px;
    font-weight: 450
}

.hydt-detail .item-2 .detail-title div {
    margin-top: 10px;
    color: #7C7C7C
}

.hydt-detail .item-2 .detail-title div a {
    color: #7C7C7C;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.hydt-detail .item-2 .detail-title div a:hover {
    color: #5F89F3
}

.hydt-detail .item-2 .bdsharebuttonbox {
    margin-left: 10px;
    margin-top: -7px
}

.hydt-detail .item-2 .article {
    margin-top: 20px;
    border-bottom: 1px solid #DCDEE0;
    padding-bottom: 20px;
}

.hydt-detail .item-2 .article * {
    max-width: 100% !important;
    word-wrap: break-word;
    white-space: normal
}

.hydt-detail .item-2 .page-turner {
    margin-top: 30px;
}

.hydt-detail .item-2 .page-turner a {
    color: #5F89F3;
    font-size: 14px;
}

.product-mmsmark .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/vsms/8.png) #fff no-repeat 139px 53px
}

.product-mmsmark .item-2 .left {
    width: 328px;
    position: absolute;
    top: 190px;
    left: 170px;
    height: 210px;
    overflow-y: auto
}

.product-mmsmark .item-2 .left p {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 6px
}

.product-mmsmark .item-2 .left * {
    max-width: 100%;
    margin-bottom: 10px
}

.product-mmsmark .item-4 ul {
    margin-top: 80px
}

.product-mmsmark .item-4 .form {
    margin-top: 0
}

.product-mmsmark .item-4 .form > p {
    font-size: 18px
}

.product-voiceverify .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/voiceverify/1.png) #fff no-repeat 139px 57px
}

.product-voiceverify .item-2 .left {
    width: 319px;
    position: absolute;
    top: 200px;
    left: 170px;
    overflow-y: auto;
    background: #f1f1f1;
    padding: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.product-voiceverify .item-2 .left p {
    margin-top: 10px;
    line-height: 30px;
    color: #464F62;
    font-size: 16px
}

.product-voiceverify .item-4 .form {
    margin-top: 50px
}

.product-voiceverify .item-4 .t-c img {
    display: inline-block
}

.product-voiceverify .item-4 li {
    position: relative
}

.product-voiceverify .item-4 .right {
    width: 319px;
    position: absolute;
    top: 140px;
    left: 90px;
    overflow-y: auto;
    background: #f1f1f1;
    padding: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.product-voiceverify .item-4 .right p {
    margin-top: 10px;
    line-height: 30px;
    color: #464F62;
    font-size: 16px
}

.product-card .item-1 .fr {
    margin-top: 70px
}

.product-card .item-1 .w1200 {
    background: url(../img/product/card/1.png) no-repeat center center
}

.product-card .item-2 .page-top li {
    width: 33.33%
}

.product-card .item-2 .sw-scenes .swiper-slide {
    background: white
}

.product-card .item-2 .sw-scenes .swiper-slide .left {
    position: absolute;
    bottom: 0;
    left: 150px
}

.product-card .item-2 .sw-scenes .swiper-slide .left img {
    display: block
}

.product-card .item-7 table {
    display: block;
    width: 100%;
    border-top: 1px solid #E0E5EF;
    border-left: 1px solid #E0E5EF;
    margin-top: 50px
}

.product-card .item-7 td {
    width: 50%;
    border-right: 1px solid #E0E5EF;
    border-bottom: 1px solid #E0E5EF;
    font-size: 20px;
    color: #464F62;
    position: relative
}

.product-card .item-7 tr:first-child td {
    font-size: 24px;
    font-weight: bold;
    color: black;
    padding: 20px;
    padding-left: 50px;
    background-color: #F9FAFF
}

.product-card .item-7 tr:nth-child(2) td {
    padding: 20px;
    padding-left: 50px;
    line-height: 33px
}

.product-card .item-7 tr:nth-child(3) td {
    padding-top: 30px
}

.product-card .item-7 tr:nth-child(3) td img {
    display: block;
    margin: 0 auto
}

.product-card .item-7 .bg {
    background: #F9FAFF
}

.product-card .item-7 tr td.left {
    padding-left: 120px
}

.product-card .item-7 i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/product/card/icon-7.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 45px
}

.product-hangup .item-1 .fr {
    margin-top: 70px
}

.product-hangup .item-1 .w1200 {
    background: url(../img/product/hangup/1.png) no-repeat center center
}

.product-hangup .item-2 .bg {
    background: #F9FAFF
}

.product-hangup .item-2 table {
    display: block;
    width: 100%;
    border-top: 1px solid #E0E5EF;
    border-left: 1px solid #E0E5EF;
    margin-top: 50px
}

.product-hangup .item-2 td {
    border-right: 1px solid #E0E5EF;
    border-bottom: 1px solid #E0E5EF;
    font-size: 20px;
    color: #464F62;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.product-hangup .item-2 tr:first-child td {
    font-size: 24px;
    font-weight: bold;
    color: black
}

.product-hangup .item-2 td:first-child {
    padding-left: 85px
}

.product-hangup .item-2 i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/product/card/icon-7.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    left: 30px
}

.product-hangup .item-4 .form {
    margin-top: 50px
}

.product-smsflash .item-1 .w1200 {
    background: url(../img/product/smsflash/1.png) no-repeat center center
}

.product-smsflash .item-2 .page-top li {
    width: 25%
}

.product-smsflash .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/smsflash/2.png) #fff no-repeat 152px 50px
}

.product-smsflash .item-2 .left {
    width: 290px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    position: absolute;
    top: 190px;
    left: 200px
}

.product-smsflash .item-2 .left p {
    padding: 15px;
    line-height: 25px
}

.product-smsflash .item-2 .left div {
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-top: 1px solid #E6E6E6
}

.product-smsflash .item-6 {
    padding-top: 70px;
    padding-bottom: 70px
}

.product-smsflash .item-6 .bg {
    background: #F9FAFF
}

.product-smsflash .item-6 table {
    display: block;
    width: 100%;
    border-top: 1px solid #E0E5EF;
    border-left: 1px solid #E0E5EF;
    margin-top: 50px
}

.product-smsflash .item-6 td {
    border-right: 1px solid #E0E5EF;
    border-bottom: 1px solid #E0E5EF;
    font-size: 20px;
    color: #464F62;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.product-smsflash .item-6 tr:first-child td {
    font-size: 24px;
    font-weight: bold;
    color: black
}

.product-smsflash .item-6 td:first-child {
    padding-left: 85px
}

.product-smsflash .item-6 i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/product/card/icon-7.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    left: 30px
}

.product-smsgzh .item-8 .w1200 {
    background: white;
    height: auto;
    position: relative
}

.product-smsgzh .item-8 .w1200 p {
    width: 173px;
    text-align: center;
    color: #5F89F3;
    border-bottom: 2px dashed #5F89F3;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    position: absolute;
    left: -195px
}

.product-smsgzh .item-8 .w1200 li {
    color: #464F62;
    line-height: 36px
}

.product-smsgzh .item-8 .w1200 div {
    position: absolute;
    left: 838px
}

.product-smsgzh .item-8 .w1200 div:nth-child(2) {
    top: 50px
}

.product-smsgzh .item-8 .w1200 div:nth-child(2) p {
    top: 12px
}

.product-smsgzh .item-8 .w1200 div:nth-child(3) {
    top: 290px
}

.product-smsgzh .item-8 .w1200 div:nth-child(3) p {
    top: 50px
}

.product-smsgzh .item-8 .w1200 div:nth-child(4) {
    top: 590px
}

.product-smsgzh .item-8 .w1200 div:nth-child(4) p {
    top: 64px
}

.product-smsgzh .item-2 .page-top li {
    width: 20%
}

.product-smsgzh .item-4 .form {
    margin-top: 50px
}

.product-insmsg .top-nav a {
    width: 20%
}

.product-insmsg .item-1 .w1200 {
    background: url(../img/product/insmsg/1.png) no-repeat center center
}

.product-insmsg .item-1 .fr p:not(:first-child) {
    line-height: 40px;
    margin-top: 54px
}

.product-insmsg .item-2 .page-top li {
    width: 33.33%
}

.product-insmsg .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/insmsg/5.png) #fff no-repeat 152px 50px
}

.product-insmsg .item-2 .left {
    width: 320px;
    position: absolute;
    left: 190px;
    top: 315px
}

.product-telverified .item-1 .w1200 {
    background: url(../img/product/telverified/1.png) no-repeat center center
}

.product-telverified .item-2 .sw-scenes .swiper-slide {
    background: url(../img/product/telverified/5.png) #fff no-repeat 152px 50px
}

.product-telfind .item-2 .left {
    width: 466px;
    left: 113px;
    top: 24px
}

.product-telfind .item-2 .sw-scenes .swiper-slide {
    background: #fff
}

.product-small .top-nav a {
    width: 20%
}

.product-small .item-1 {
    padding-bottom: 0
}

.product-small .item-1 .w1200 {
    background: white;
    height: auto
}

.product-small .item-1 dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    height: 254px;
    padding: 40px 0;
    padding-left: 40px
}

.product-small .item-1 dd p img {
    height: 18px;
    vertical-align: middle;
    margin-top: -6px
}

.product-small .item-1 dd p span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px
}

.product-small .item-1 dd > img {
    margin-top: 30px
}

.product-small .item-1 dd:nth-child(1) {
    background: url(../img/product/small/5.png) no-repeat
}

.product-small .item-1 dd:nth-child(2) {
    border-top: 2px solid #ECECEC;
    border-bottom: 2px solid #ECECEC
}

.product-small .item-1 dd:nth-child(3) {
    border-bottom: 2px solid #ECECEC
}

.product-small .item-2 .page-top li {
    width: 33.33%
}

.product-small .item-2 .sw-scenes .swiper-slide {
    background: white
}

.product-small .item-2 .sw-scenes .swiper-slide .left {
    position: absolute;
    top: 50px;
    left: 110px
}

.product-small .item-2 .sw-scenes .fr p:nth-child(2) {
    color: black;
    font-size: 18px;
    line-height: 31px;
    margin-top: 10px
}

.product-small .item-2 .sw-scenes .fr p:nth-child(3) {
    color: #6B798E;
    font-size: 18px;
    line-height: 31px;
    margin-top: 20px
}

.product-big .top-nav a {
    width: 20%
}

.product-big .item-1 .w1200 {
    background: url(../img/product/big/1.png) no-repeat center center
}

.product-big .item-1 .fr p:not(:first-child) {
    line-height: 40px;
    margin-top: 10px
}

.product-big .item-2 .page-top li {
    width: 25%
}

.product-big .item-2 .sw-scenes .swiper-slide {
    background: white
}

.product-big .item-2 .sw-scenes .swiper-slide .left {
    position: absolute;
    top: 60px;
    left: 190px
}

.product-big .item-7 dd {
    width: 25%
}

.product-big .item-7 dd p:nth-child(2) {
    font-size: 18px
}

.des-wrap {
    padding: 30px 0;
    background: #f6f8fa;
    color: #3e464c;
    border-bottom: 1px solid #9da6ae;
}

.des-wrap p:nth-child(2) {
    font-size: 14px;
    margin-top: 9px;
    color: #9da6ae;
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

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

.flex-1 {
    flex: 1;
}

.plat {
    border-bottom: 1px solid #9da6ae;
    margin-bottom: 30px;
}

.plat ul {
    display: flex;
}

.plat ul li {
    font-size: 18px;
    margin-right: 100px;
    line-height: 40px;
    color: #575757;
    cursor: pointer;
}

.plat .active {
    color: #5F89F3;
    border-bottom: 2px solid #5F89F3;
}

.plat-link {
    margin-bottom: 100px;
}

.plat-link ul {
    display: flex;
    flex-wrap: wrap;
}

.plat-link ul li {
    width: 200px;
    font-size: 16px;
    line-height: 30px;
}

.plat-link a {
    color: #9da6ae;
}

.introduction p {
    text-indent: 2em;
    font-size: 18px;
    color: #575757;
}

.hydt .header1 {
    background-image: url(/assets/web/img/doc/banner.jpg);
    height: 240px;
}

.hydt .header1 .title {
    font-size: 32px;
    color: #FFFFFF;
    padding-top: 140px;
    text-align: center;
}

.article h2 {
    font-size: 20px !important;
    font-weight: 450;
    margin: 5px 0;
}

.article img {
    margin: 10px 0;
}

.article h3 {
    font-weight: 400;
}

.article p {
    line-height: 24px;
    font-size: 16px;
}

.article .hr {
    color: #DCDEE0 !important;
}

.doc.docdetail .article p {
    font-size: 14px;
    color: rgb(38, 38, 38);
    letter-spacing: 0.05em;
    outline-style: none;
    overflow-wrap: break-word;
    line-height: 1.74;
    margin: 0;
}

.doc.docdetail .article h2 {
    padding: 7px 0;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.doc.docdetail .article h3 {
    padding: 7px 0;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

/* 针对含有 language-markup 的 pre/code 做强制覆盖 */
pre.language-markup.pretty-json,
pre.pretty-json {
    background-color: #f5f7fa !important;
    color: #111 !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
    font-size: 14px !important;
    line-height: 1.55 !important;

    /* 保留原始换行和缩进，不自动换行 */
    white-space: pre !important; /* 保留空格与换行 */
    white-space: pre !important; /* 双写以保证被其他规则覆盖的情况也能生效 */

    /* 溢出时显示滚动条（横向与纵向） */
    overflow-x: auto !important;
    overflow-y: auto !important;

    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset !important;
}

/* 确保 <code> 本身不改变布局（有些库会把 code 设为 inline） */
pre.language-markup.pretty-json > code,
pre.pretty-json > code {
    display: block !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    white-space: inherit !important;
}

/* 当你希望纵向高度受限并出现内部滚动时（可选） */
pre.pretty-json.limited {
    max-height: 240px;
    overflow: auto;
}

.styled-table {
    width: 100%;
    border-collapse: collapse; /* 合并边框 */
    border: 1px solid #ccc; /* 外层边框颜色 */
    font-family: "Segoe UI", "PingFang SC", sans-serif;
    font-size: 14px;
}

.styled-table th,
.styled-table td {
    border: 1px solid #ccc; /* 单元格边框颜色 */
    padding: 8px 12px;
    text-align: left;
}

.styled-table thead {
    background-color: #ecf5ff; /* 表头背景色 */
    color: #333;
}

.styled-table tbody tr:nth-child(even) {
    /*background-color: #f9f9f9; */
}

/*# sourceMappingURL=style.css.map */
