.container-box {
    width: 100%;
    background: #f5f5f5;
    padding-top: 95px;
    padding-bottom: 40px;
}


/* news */

.news-left {
    float: left;
    width: 820px;
    position: relative;
    overflow: hidden;
}

.news-right {
    float: right;
    width: 358px;
    position: relative;
    overflow: hidden;
}

.news-banner {
    width: 820px;
    height: 328px;
    position: relative;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    height: 100%;
}

.news-banner .swiper-container {
    width: 100%;
    height: 328px;
}

.news-banner .swiper-slide {
    width: 100%;
    height: 328px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    background-size: cover;
    ;
}

.news-box {
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.news-box .news-tabs {
    width: 100%;
    height: 60px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 0;
}

.news-box .news-tabs a {
    font-size: 16px;
    font-weight: bolder;
    display: block;
    float: left;
    padding: 0 10px;
    margin-right: 20px;
}

.news-box .news-tabs a.active {
    font-weight: bolder;
    color: #169BD5;
}

.news-box .news-tabs a:last-child {
    margin-right: 0;
}

.news-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-list .news-item {
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.news-list .news-item:last-child {
    border-bottom: 0;
}

.news-list .news-item .t {
    font-size: 24px;
    font-weight: inherit;
    color: #4a4f52;
    line-height: 1.3em;
}

.news-list .news-item:hover .t {
    color: #169BD5;
}

.news-list .news-item .desc {
    margin: 12px 0;
    font-size: 12px;
    color: #9b9ea0;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.news-list .news-item .less {
    line-height: 20px;
    color: #9b9ea0;
}

.news-list .news-item .less .time {
    margin-right: 20px;
}

.news-list .news-item.hasthumb .info {
    width: 100%;
    min-height: 150px;
    padding-right: 290px;
}

.news-list .news-item.hasthumb .thumb {
    width: 250px;
    height: 150px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.news-list .news-item.hasthumb .thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-detail {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.news-detail .tit {
    font-size: 24px;
    color: #000;
    line-height: 1.5em;
}

.news-detail .less {
    margin: 10px 0;
    color: #73777a;
}

.news-detail .less .time {
    margin-right: 20px;
}

.news-detail .content {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 2em;
    color: rgb(61, 70, 77);
    font-size: 14px;
    padding-top: 10px;
}

.news-detail .content img {
    max-width: 100%;
}

.news-detail .content p,
.news-detail .content div {
    color: rgb(61, 70, 77);
    margin-bottom: 10px;
}

.news-detail .pre-next {
    margin-top: 20px;
    margin-bottom: 15px;
}

.news-detail .pre-next li {
    margin-bottom: 3px;
}

.news-detail .pre-next a {
    color: #73777a;
}

.news-detail .pre-next a:hover {
    color: #169BD5;
}

.news-detail .more-tit {
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}

.news-detail .more-list {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.news-detail .more-list li {
    float: left;
    width: 50%;
}

.news-detail .more-list a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #73777a;
}

.news-detail .more-list a:hover {
    color: #169BD5;
}

.news-hot {
    width: 100%;
    background: #fff;
    padding: 15px 30px 10px;
}

.news-hot .tit {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.news-hot .list {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.news-hot .list li {
    line-height: 30px;
}

.news-hot .list a {
    color: #4d5356;
}

.news-hot .list a:hover {
    color: #169BD5;
}

.news-img {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.news-img img {
    width: 100%;
    display: block;
}

.detail-banner {
    width: 100%;
    min-width: 1200px;
    height: 670px;
    background-image: url("../images/api_banner.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: 100% 100%;
}

.detail-banner .tips {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .18);
    padding: 23px 0;
}

.detail-banner .tips-api .item {
    float: left;
    width: 140px;
    color: #fff;
    height: 44px;
    position: relative;
    overflow: hidden;
    padding-left: 60px;
    margin-right: 352px;
}

.detail-banner .tips-api .item:first-child {
    margin-left: 75px;
}

.detail-banner .tips-api .item:last-child {
    margin-right: 0;
}

.detail-banner .tips-api .item .icon {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
}

.detail-banner .tips-api .item .info {
    width: 100%;
}

.detail-banner .tips-api .item .info .t {
    display: block;
    width: 100%;
    font-size: 18px;
}

.detail-banner .tips-api .item .info .d {
    font-size: 14px;
}

.detail-banner .tips .txt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: lighter;
}

.detail-banner .tips .txt img {
    float: left;
    margin-right: 20px;
}

.detail-banner .tips .txt .img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.detail-banner .tips .txt i {
    font-size: 36px;
    font-style: normal;
}

.detail-banner .countrys {
    width: 100%;
    height: 44px;
    padding-top: 7px;
}

.detail-banner .tips-intl .tit {
    float: left;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    margin-right: 50px;
    margin-left: 65px;
}

.detail-banner .tips-intl .item {
    width: 165px;
    float: left;
    display: block;
    color: #fff;
    height: 30px;
    position: relative;
    overflow: hidden;
    padding-left: 55px;
}

.detail-banner .tips-intl .item .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 30px;
}

.detail-banner .tips-intl .item .icon img {
    display: block;
    height: 100%;
}

.detail-banner .tips-intl .item .un {
    display: block;
    width: 100%;
    height: 13px;
    line-height: 13px;
    margin-bottom: 5px;
}

.detail-banner .tips-intl .item .n {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 12px;
    line-height: 12px;
}

.detail-banner .btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #169BD5;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -60px;
}

.detail-banner .mobData {
    width: 452px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    background: url('../images/credit_banner_num_bg.png') no-repeat;
    bottom: 200px;
    overflow: hidden;
}

.detail-banner .mobData li {
    float: left;
    width: 32px;
    height: 48px;
    margin-right: 8px;
    ;
    background-image: url('../images/credit_banner_num.png');
    background-repeat: no-repeat;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.detail-banner .mobData li.d {
    margin-right: 28px;
}

.detail-banner .mobData li:last-child {
    margin-right: 0;
}

.api-test {
    width: 100%;
    min-width: 1200px;
    height: 270px;
    position: relative;
    overflow: hidden;
    background: url('../images/api_3.png') no-repeat center top;
    padding-top: 70px;
    background-size: 100% 100%;
}

.api-test.bg2 {
    background: url('test_bg2.png')/*tpa=https://www.cryun.com/themes/simpleboot3/public/assets/img/test_bg2.png*/
    ;
}

.api-test .tit {
    color: #333;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.api-test .cont {
    text-align: center;
    width: 468px;
    margin: 0 auto;
}

.api-test .input {
    width: 318px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    float: left;
}

.api-test .btn {
    width: 120px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #008fff;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    float: left;
    cursor: pointer;
}

#api-test-code {
    display: none;
    padding: 30px;
}

#api-test-code .list {
    width: 100%;
    height: 46px;
}

#api-test-code .list li {
    float: left;
}

#api-test-code .list .input {
    width: 240px;
    height: 46px;
    margin-right: 10px;
}

#api-test-code .list .input input {
    border: 1px solid #ddd;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    transition: all .3s ease 0s;
}

#api-test-code .list .input input:focus {
    border-color: #169BD5;
}

#api-test-code .list .img {
    width: 190px;
}

#api-test-code .list .img img {
    display: block;
    border-radius: 5px;
}

#api-test-code .tool {
    margin-top: 20px;
}

#api-test-code .btn_submit {
    width: 100%;
    height: 46px;
    border: 0;
    background: #169BD5;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.layui-layer-close {
    transition: none;
}


/* api */

.api-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.api-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.api-info .desc {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.api-info .list {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.api-info .list .item {
    float: left;
    width: 410px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    box-shadow: 0 0 12px #d1def0;
    transition: all .3s ease 0s;
}

.api-info .list .item.fr {
    float: right;
}

.api-info .list .item:hover {
    box-shadow: 0 15px 30px 0 #d6e6fb;
    transform: translate3d(0, -2px, 0);
}

.api-info .list .item .icon {
    display: flex;
    float: left;
    width: 180px;
    height: 190px;
    line-height: 190px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.api-info .list .item .info {
    display: block;
    float: left;
    width: 170px;
    height: 190px;
}

.api-info .list .item .info .t {
    font-size: 20px;
    margin-top: 37px;
    line-height: 20px;
    margin-bottom: 25px;
}

.api-info .list .item .info .d {
    font-size: 12px;
    color: #4d5356;
}

.api-info .list .thumb {
    width: 280px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -140px;
}

.api-advantage {
    width: 100%;
    min-width: 1200px;
    height: 540px;
    text-align: center;
    background: url('../images/bg2.png') no-repeat center bottom #5e5b5b;
    background-size: 100% 100%;
}

.api-advantage .tit {
    font-size: 28px;
    line-height: 30px;
    padding-top: 100px;
    padding-bottom: 80px;
}

.api-advantage .list {
    position: relative;
}

.api-advantage .list li {
    float: left;
    width: 25%;
    text-align: center;
}

.api-advantage .list .icon,
.api-advantage .list .t,
.api-advantage .list .desc {
    display: block;
    width: 100%;
}

.api-advantage .list .icon {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.api-advantage .list .icon img {
    display: block;
    margin: 0 auto;
    width: 23%;
    height: 95%;
}

.api-advantage .list .t {
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 20px;
}

.api-advantage .list .desc {
    color: #666;
    font-size: 14px;
}


/* .api-advantage .container{width:1200px;height:300px;padding-top:60px;background-image: url('../images/api_11.jpg');box-shadow: 0 0 30px #162030;} */

.api-case {
    width: 100%;
    padding: 100px 0 80px;
}

.api-case .tit {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 80px;
}

.case-details .item {
    width: 100%;
    height: 456px;
    position: relative;
    overflow: hidden;
}

.case-details .item .thumb {
    float: right;
    width: 700px;
}

.case-details .item .thumb img {
    display: block;
}

.case-details .item .info {
    width: 600px;
    height: 360px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 30px;
    box-shadow: 0 0 6px #ddd;
    border: 1px solid #f1f1f1;
    padding: 60px 80px 0 50px;
}

.case-details .item .info .t {
    color: #444;
    margin-bottom: 15px;
}

.case-details .item .info .txt {
    font-size: 14px;
    color: #444;
    margin-bottom: 40px;
    padding-left: 40px;
}

.case-details .item .info .user {
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-bottom: 24px;
}

.case-details .item .info .logo {
    text-align: right;
}


/* 关于我们 */

.about-info {
    padding-bottom: 100px;
}

.about-info .tit {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 80px;
    padding-top: 100px;
}

.about-info .container {
    height: 242px;
    position: relative;
}

.about-info .time-box {
    width: 267px;
    float: left;
    height: 242px;
    border-right: 1px solid #f5f5f5;
}

.about-info .time-box li {
    width: 100%;
    height: 121px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.about-info .time-box li:last-child {
    border-bottom: 0;
    padding-top: 30px;
}

.about-info .time-box .t {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}

.about-info .time-box .icon {
    display: block;
    width: 58px;
    height: 63px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.about-info .time-box .time {
    display: block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 30px;
    font-size: 20px;
    color: #169BD5;
}

.about-info .time-box .time i {
    font-size: 35px;
    font-style: normal;
    margin-right: 5px;
}

.about-info .time-box .addr {
    margin-top: 15px;
    display: block;
}

.about-info .time-box .addr a {
    color: #169BD5;
    font-size: 14px;
}

.about-info .time-box .addr a:hover {
    text-decoration: underline;
}

.about-info .info {
    width: 900px;
    float: left;
    padding: 10px 40px 0;
}

.about-info .info p {
    text-indent: 25px;
    margin-bottom: 10px;
    line-height: 30px
}

.about-info .thumb {
    float: right;
    width: 300px;
    padding-top: 15px;
}

.about-info .thumb img {
    display: block;
}

.about-lc {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.about-lc .tit {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 80px;
    padding-top: 100px;
}

.about-history-list {
    width: 100%;
    height: 260px;
    position: relative;
}

.about-history-list .line {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    top: 50%;
}

.about-history-list .slides {
    width: auto;
    padding: 0 30px;
}

.about-history-list .slides li {
    float: left;
    width: 180px;
    position: relative;
    height: 260px;
}

.about-history-list .slides li:nth-of-type(even) .slides-item {
    position: absolute;
    bottom: 0;
}


/*偶数行*/

.about-history-list .slides li:nth-of-type(even) .slides-item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-history-list .slides li:nth-of-type(even) .slides-item .time {
    position: absolute;
    left: 0;
    bottom: 66px;
}

.about-history-list .slides-item {
    width: 240px;
    margin-left: -30px;
    user-select: none;
}

.about-history-list .slides-item .txt {
    width: 100%;
    background: #fff;
    height: 66px;
    padding: 15px;
    color: #565656;
}

.about-history-list .slides-item .time {
    width: 100%;
    height: 30px;
    background: #e8e8e8;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.about-history-list .slides-item:hover .time {
    color: #169BD5;
}

.about-history-list .flex-direction-nav {
    width: 100%;
    height: 0;
    position: absolute;
}

.about-history-list .flex-direction-nav .flex-nav-prev,
.about-history-list .flex-direction-nav .flex-nav-next {
    width: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -155px;
    font-size: 50px;
    font-family: 'simsun';
}

.about-history-list .flex-direction-nav a {
    color: #999;
}

.about-history-list .flex-direction-nav a:hover {
    color: #169BD5;
}

.about-history-list .flex-direction-nav .flex-nav-prev {
    left: -80px;
}

.about-history-list .flex-direction-nav .flex-nav-next {
    right: -80px;
}

.about-news .tit {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 80px;
    padding-top: 100px;
}

.about-news .list {
    margin-bottom: 80px;
}

.about-news .list .item {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .3s ease 0s;
}

.about-news .list .item:hover {
    transform: translate3d(0, -2px, 0);
}

.about-news .list .item:last-child {
    margin-bottom: 0;
}

.about-news .list .item .time {
    display: block;
    float: left;
    width: 90px;
    height: 160px;
    background: #169BD5;
    border-radius: 5px;
    color: #fff;
    padding: 30px 20px;
}

.about-news .list .item .time .d {
    display: block;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    position: relative;
}

.about-news .list .item .time .d::after {
    content: ' ';
    position: absolute;
    left: 2px;
    bottom: -5px;
    width: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.about-news .list .item .time .m {
    font-size: 20px;
}

.about-news .list .item .info {
    float: right;
    width: 1090px;
    background: #f5f5f5;
    height: 160px;
    overflow: hidden;
    position: relative;
    padding: 35px 140px 35px 35px;
    border-radius: 5px;
}

.about-news .list .item .info h4 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.about-news .list .item .info h4::before {
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dbdbdb;
    content: " ";
}

.about-news .list .item .info p {
    color: #565656;
}

.about-news .list .item .info .more {
    display: block;
    width: 36px;
    height: 36px;
    background: url('icon_more.png');
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -18px;
}

.about-news .list .item:hover .info a {
    color: #169BD5;
}

.help-banner {
    width: 100%;
    margin-top: 65px;
}

.help-banner .tit {
    line-height: 220px;
    color: #fff;
    font-size: 38px;
    display: block;
    width: 100%;
    text-align: center;
}

.help-banner .search-form {
    float: left;
    padding-top: 90px;
    margin-left: 100px;
}

.help-banner .search-form input {
    width: 600px;
    height: 40px;
    padding: 5px 10px;
    line-height: 26px;
    border: 2px solid #169BD5;
    float: left;
    font-size: 14px;
}

.help-banner .search-form button {
    width: 100px;
    height: 40px;
    background: #169BD5;
    border: 0;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.tabs {
    width: 100%;
    height: 51px;
    line-height: 50px;
    border-bottom: 1px solid #d7d8d9;
    text-align: center;
}

.tabs li {
    display: inline-block;
    width: 400px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: -2px;
}

.tabs li:hover {
    color: #169BD5;
}

.tabs .active {
    border-bottom: 2px solid #169BD5;
    color: #169BD5;
}

#docs,
#tool,
#demo {
    padding: 30px 0 50px;
    display: none;
}

#docs.active,
#tool.active,
#demo.active {
    display: block;
}

.docs-row {
    margin-bottom: 40px;
}

.docs-item {
    width: 217px;
    margin-right: 110px;
    float: left;
    overflow: hidden;
}

.docs-item:last-child {
    margin-right: 0;
}

.docs-item h3 {
    font-size: 18px;
    margin: 24px 0 6px;
}

.docs-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.docs-list li a {
    font-size: 14px;
    color: #169BD5;
}

.docs-list li a:hover {
    text-decoration: underline;
}

.plat-info {
    width: 100%;
    position: relative;
    padding: 100px 0 90px;
}

.plat-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
}

.plat-info .desc {
    text-align: center;
    font-size: 14px;
    color: #4d5356;
    margin-bottom: 110px;
}

.plat-info .info-left {
    width: 200px;
    float: left;
}

.plat-info .info-right {
    width: 200px;
    float: right;
}

.plat-info .info-item {
    width: 200px;
    height: 80px;
    margin-bottom: 50px;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
}

.plat-info .info-item:last-child {
    margin-bottom: 0;
}

.plat-info .info-item:hover,
.plat-info .info-item.active {
    background: url('../images/plat_info1.png') no-repeat;
    background-size: 100% 100%;
    color: white;
}

.plat-info .info-item .icon {
    display: flex;
    float: left;
    width: 50px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.plat-info .info-detail {
    width: 270px;
    height: 506px;
    position: relative;
    overflow: hidden;
    background: url('../images/shouji.png') no-repeat;
    background-size: 270px 100%;
    float: left;
    margin-left: 240px;
    margin-top: -5px;
    padding-top: 125px;
}

.plat-info .info-detail .info-mms {
    padding: 10px 13px;
    position: relative;
    width: 210px;
    margin: 0 auto;
    margin-left: 18px;
}

.plat-info .info-detail .info-mms .txt {
    width: 100%;
    position: relative;
    margin: 0 auto;
    line-height: 20px;
    background: #ebebeb;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.plat-info .info-detail .info-mms .arrow {
    display: block;
    width: 13px;
    height: 13px;
    background: url('sms-arrow.jpg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.plat-data {
    width: 100%;
    min-width: 1200px;
    height: 443px;
    background: url('plat_data_bg.jpg') no-repeat center top;
}

.plat-data .tit {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 60px;
    padding-top: 80px;
}

.plat-data .swiper-container {
    width: 100%;
    height: 170px;
}

.plat-data .txt {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.plat-data .tips {
    text-align: center;
    color: #008fff;
}

.intl-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.intl-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.intl-info .desc {
    text-align: center;
    font-size: 14px;
    color: #4d5356;
    margin-bottom: 80px;
}

.intl-info .item {
    float: left;
    width: 25%;
    text-align: center;
}

.intl-info .item .num {
    display: block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.intl-info .item .num i {
    font-size: 16px;
    font-style: normal;
    margin-left: 8px;
}

.intl-info .item .txt {
    font-size: 16px;
    color: #666;
}

.intl-global {
    width: 100%;
    min-width: 1200px;
    height: 680px;
    position: relative;
    overflow: hidden;
    background: url('../images/map.png') no-repeat center top;
    background-size: 100% 100%;
}


/* animation: breath 3s infinite ease-in-out alternate; */

.intl-global .container {
    position: relative;
    height: 582px;
}

.intl-global .tit {
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding-top: 50px;
    margin-bottom: 20px;
}

.intl-global .desc {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.intl-global .item {
    color: rgba(255, 255, 255, .7);
    width: 230px;
    position: absolute;
}

.intl-global .item .txt {
    padding: 10px;
    line-height: 1.3em;
    background: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 3px;
    transition: all .3s ease 0s;
}

.intl-global .item .txt:hover {
    background: rgb(3, 209, 216);
}

.intl-global .line {
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42), transparent 50.5%);
    position: absolute;
}

.intl-global .line::after {
    content: ' ';
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    border-top: 1px solid rgba(255, 255, 255, .42);
}

.intl-global .point-box {
    width: 100px;
    height: 100px;
    position: absolute;
}

.intl-global .point-dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(6, 253, 241);
    border: 1px solid rgba(0, 205, 236, 0.37);
    display: block;
    z-index: 0;
    margin: auto;
}

.intl-global .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
    z-index: 1;
}

.intl-global .point::after {
    z-index: 9;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid rgb(6, 253, 241);
    opacity: 0;
}

.intl-global .point-10::after {
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}

.intl-global .point-40::after {
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}

.intl-global .point-80::after {
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}

.intl-global .line2 {
    background: linear-gradient(-45deg, transparent 49.5%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42), transparent 50.5%);
    position: absolute;
}

.intl-global .line2::after {
    content: ' ';
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    border-top: 1px solid rgba(255, 255, 255, .42);
}

.intl-global .global-de {
    top: 70px;
    left: 320px;
}

.intl-global .global-de .line {
    width: 56px;
    height: 56px;
    left: 260px;
    top: 37px;
}

.intl-global .global-de .point-box {
    right: -140px;
    top: 45px;
}

.intl-global .global-kr {
    top: 136px;
    left: 655px;
}

.intl-global .global-kr .line {
    width: 45px;
    height: 45px;
    left: 240px;
    top: 33px;
}

.intl-global .global-kr .line::after {
    width: 10px;
    left: -10px;
}

.intl-global .global-kr .point-box {
    right: -105px;
    top: 30px;
}

.intl-global .global-jp {
    top: 267px;
    left: 989px;
}

.intl-global .global-jp .line {
    width: 50px;
    height: 50px;
    left: 0;
    top: -50px;
}

.intl-global .global-jp .line::after {
    width: 15px;
    left: -15px;
}

.intl-global .global-jp .point-box {
    left: -70px;
    top: -98px;
}

.intl-global .global-us {
    top: 255px;
    left: 80px;
}

.intl-global .global-us .line2 {
    width: 50px;
    height: 50px;
    right: 2px;
    top: -50px;
}

.intl-global .global-us .line2::after {
    width: 45px;
    left: 50px;
}

.intl-global .global-us .point-box {
    right: -90px;
    top: -99px;
}

.intl-global .global-nf {
    bottom: 77px;
    left: 170px;
}

.intl-global .global-nf .line2 {
    width: 50px;
    height: 50px;
    right: 2px;
    top: -50px;
}

.intl-global .global-nf .line2::after {
    width: 45px;
    left: 50px;
}

.intl-global .global-nf .point-box {
    right: -90px;
    top: -100px;
}

.intl-global .global-dubai {
    top: 295px;
    left: 440px;
}

.intl-global .global-dubai .line2 {
    width: 50px;
    height: 50px;
    right: 2px;
    top: -50px;
}

.intl-global .global-dubai .line2::after {
    width: 45px;
    left: 50px;
}

.intl-global .global-dubai .point-box {
    right: -90px;
    top: -99px;
}

.intl-global .global-hk {
    top: 353px;
    left: 640px;
    width: 240px;
}

.intl-global .global-hk .line2 {
    width: 95px;
    height: 95px;
    right: 2px;
    top: -95px;
}

.intl-global .global-hk .line2::after {
    width: 35px;
    left: 95px;
}

.intl-global .global-hk .point-box {
    right: -85px;
    top: -143px;
}

.intl-test {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.intl-test .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.intl-test .desc {
    text-align: center;
    font-size: 14px;
    color: #4d5356;
    margin-bottom: 80px;
}

.intl-test .list {
    width: auto;
}

.intl-test .list li {
    width: 123px;
    float: left;
    margin-right: 146px;
}

.intl-test .list li:last-child {
    margin-right: 0;
}

.intl-test .list em {
    font-size: 18px;
    font-weight: bolder;
    font-style: normal;
    line-height: 18px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    display: block;
}

.intl-test .list em::after {
    content: ' ';
    border-left: 3px solid #008fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
    height: 15px;
}

.intl-test .list p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #444;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.intl-test .list p span {
    display: block;
    float: left;
}

.intl-test .list p span img {
    width: 20px;
    margin-right: 5px;
    float: left;
    margin-top: 8px;
}

.intl-test .form {
    width: 100%;
    height: 34px;
    margin-top: 60px;
    text-align: center;
}

.intl-test .form li {
    display: inline-block;
}

.intl-test .form select,
.intl-test .form input,
.intl-test .form button {
    float: left;
    height: 34px;
    line-height: 34px;
}

.intl-test .form .input {
    width: 280px;
    border: 1px solid #ededed;
    background: #f9f9f9;
    padding: 0 10px;
    color: #444;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 14px;
}

.intl-test .form .btn {
    width: 100px;
    border: 0;
    background: #169BD5;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    border-radius: 5px;
}

.intl-test .form .btn:hover {
    background: rgb(44, 165, 216);
}

.mms-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.mms-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 50px;
}

.mms-info .desc {
    text-align: center;
    font-size: 14px;
    color: #4d5356;
    margin-bottom: 80px;
}

.mms-info .thumbs {
    width: 270px;
    height: 520px;
    background: url('../images/shouji.png') no-repeat;
    background-size: 100% 100%;
    float: left;
    padding: 70px 26px 0;
}

.mms-info .thumbs img {
    width: 90%;
    height: 88%;
}

.mms-info .info {
    float: left;
    margin-left: 80px;
    padding-top: 70px;
}

.mms-info .info .name {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
}

.mms-info .info .txt {
    font-size: 16px;
    line-height: 1.5em;
}

.mms-info .info .tool {
    margin-top: 110px;
    user-select: none;
}

.mms-info .info .tool span {
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s ease 0s;
}

.mms-info .info .tool span:hover,
.mms-info .info .tool span.active {
    background: #169BD5;
    color: #fff;
    border-color: #169BD5;
}

.mobile-test-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.mobile-test-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.mobile-test-info .list {
    padding-top: 60px;
    width: 960px;
    margin: 0 auto;
}

.mobile-test-info .item {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    transition: all .3s ease 0s
}

.mobile-test-info .item:hover {
    box-shadow: 0 15px 30px 0 #d6e6fb;
    transform: translate3d(0, -2px, 0);
}

.mobile-test-info .item:last-child {
    border-bottom: 0;
}

.mobile-test-info .item .icon {
    float: left;
    display: block;
}

.mobile-test-info .item .info {
    float: right;
    width: 640px;
}

.mobile-test-info .item .info .t {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
}

.mobile-test-info .item .info .t::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 18px;
    border-left: 4px solid #008fff;
}

.mobile-test-info .item .info .d {
    font-size: 16px;
    padding-left: 15px;
}

.mobile-test-info .item.fr .icon {
    float: right;
}

.mobile-test-info .item.fr .info {
    float: left;
}

.voice-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.voice-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
}

.voice-info .thumb {
    float: left;
    margin-right: 100px;
    width: 600px;
    height: 500px;
    margin-top: -30px;
}

.voice-info .thumb img {
    width: 520px;
    height: 480px;
}

.voice-info .list {
    float: left;
    padding-top: 100px;
}

.voice-info .list .item {
    margin-bottom: 30px;
    list-style: initial;
}

.voice-info .list .t {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
}

.voice-info .list .d {
    font-size: 16px;
}

.voice-info .list .tool a {
    font-size: 16px;
    color: #169BD5;
}

.voice-info .list .tool a:hover {
    text-decoration: underline;
}

.voice-advantage {
    width: 100%;
    min-width: 1200px;
    height: 480px;
    position: relative;
    background: rgb(69, 91, 133);
    /*background:url('../images/voice_bg.jpg');background-size: 100% 100%;*/
    no-repeat center top;
    padding-top: 100px;
}

.voice-advantage.bg2 {
    background: rgb(69, 91, 133);
}

.voice-advantage.bg2 .cover-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    text-align: center;
}

.voice-advantage .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 100px;
    color: #fff;
}

.voice-advantage .list {
    width: 956px;
    height: 162px;
    background: url('voice_bg12.png') no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.voice-advantage .list li {
    width: 33.33%;
    float: left;
    color: #fff;
    padding: 20px 38px 0 50px;
}

.voice-advantage .list .name {
    height: 18px;
    line-height: 18px;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

.voice-advantage .list .name::after {
    width: 0;
    height: 16px;
    border-left: 6px solid #008fff;
    content: ' ';
    position: absolute;
    left: -20px;
    top: 1px;
}

.voice-advantage .list .desc {
    font-size: 14px;
}


/* .zeren-box{width:100%;position: relative;overflow:hidden;background:url('../images/zeren_bg.jpg') no-repeat center top;background-size:100% 100%;margin-top:65px;min-height:1000px;}
.zeren-box2{width:100%;position: relative;background:url('../images/zeren_bg2.png') no-repeat center bottom;background-size:100% auto;min-height:1000px;padding-bottom:180px;}
.zeren-box .container{width:880px;margin:0 auto;padding-top:85px;}
.zeren-box .tit{font-size:30px;line-height:30px;text-align:center;margin-bottom:40px;}
.zeren-box .desc{font-size:20px;text-align:center;margin-bottom:70px;color:#444;}
.zeren-box .txt{color:#666;font-size:14px;line-height:2em;margin-bottom:45px;}
.zeren-box .item{width:100%;border-radius:3px;background:#9cd553;color:#fff;text-align:center;padding:40px 30px 30px;}
.zeren-box .item .name{font-size:20px;margin-bottom:15px;}
.zeren-box .item .p{font-size:14px;}
.zeren-box .form-box{margin:50px auto 0;width:300px;}
.zeren-box .form-box .name{font-size:20px;line-height:50px;border-bottom:1px solid #e5e5e5;text-align:center;}
.zeren-box .form{margin-top:20px;}
.zeren-box .form li{margin-bottom:16px;}
.zeren-box .form .label{font-size:16px;margin-bottom:10px;line-height:25px;}
.zeren-box .form .label i{color:#f00; display:inline-block;line-height:25px;}
.zeren-box .form .label-option label{display:block;float:left;line-height:25px;margin-right:20px;font-size:14px;}
.zeren-box .form .label-option label input{float:left;margin-top:5px;margin-right:5px;}
.zeren-box .form .input{width:300px;height:40px;line-height:40px;padding:0 10px;border-radius:5px;border:1px solid #ddd;}
.zeren-box .form .tool{margin-top:40px;text-align:center;}
.zeren-box .form .tool .btn{width:100px;height:40px;line-height:40px;background:#169BD5;color:#fff;border:0; cursor: pointer;border-radius:3px;font-size:14px;} */

.about-jzg {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background: url('../images/bg.jpg') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}

.about-jzg .tit {
    font-size: 28px;
    line-height: 28px;
    font-size: 28px;
    padding-top: 90px;
    margin-bottom: 40px;
}

.about-jzg .desc {
    font-size: 20px;
}

.about-bg {
    position: relative;
}

.about-bg .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    padding-top: 100px;
    margin-bottom: 80px;
}

.about-bg .list {
    padding-bottom: 50px;
}

.about-bg .list li {
    width: 33.33%;
    float: left;
    padding: 0 25px 50px;
    overflow: hidden;
}

.about-bg .list .thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-bg .list img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.about-bg .list img:hover {
    transform: scale(1.2);
}

.about-family {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
    background: url('../images/family.jpg') no-repeat center top fixed;
    color: #fff;
}

.about-family .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    padding-top: 100px;
    margin-bottom: 60px;
}

.about-family .desc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px;
}

.about-family .list li {
    float: left;
    width: 300px;
    margin-right: 150px;
}

.about-family .list li:last-child {
    margin-right: 0;
}

.about-family .list .name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
}

.about-family .list .name::after {
    content: ' ';
    position: absolute;
    left: -10px;
    top: 3px;
    width: 0;
    height: 14px;
    border-left: 4px solid rgb(31, 181, 245);
}

.about-family .list .name span {
    font-weight: bolder;
}

.about-family .list .txt {
    font-size: 14px;
}

.about-contact {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    background: url('../images/contact.jpg');
    background-size: 100% 100%;
    no-repeat center top;
}

.about-contact .info {
    padding-top: 90px;
}

.about-contact .info .name {
    font-size: 24px;
    margin-bottom: 48px;
}

.about-contact .info p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #565656;
}

.about-contact .info p i {
    margin-right: 10px;
    color: #565656;
}

.credit-info {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 100px 0 90px;
}

.credit-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.credit-info .desc {
    text-align: center;
    font-size: 14px;
    color: #4d5356;
    margin-bottom: 80px;
}

.credit-info .cont {
    text-align: center;
}

.mobile-info {
    margin-bottom: 100px;
}

.mobile-info .tit {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    padding-top: 100px;
    margin-bottom: 60px;
}

.mobile-info .cont {
    width: 920px;
    margin: 0 auto;
    height: 400px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efeeee;
}

.mobile-info .thumb {
    float: left;
    width: 233px;
    height: 398px;
    overflow: hidden;
}

.mobile-info .thumb img {
    display: block;
}

.mobile-info .list {
    width: 685px;
    float: left;
}

.mobile-info .list li {
    float: left;
    width: 20%;
    overflow: hidden;
    height: 136px;
    border-left: 1px solid #efeeee;
    border-top: 1px solid #efeeee;
    margin-top: -1px;
}

.mobile-info .list .icon {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
}

.mobile-info .list .txt {
    display: block;
    text-align: center;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes breath {
    0% {
        opacity: .2
    }
    70% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}


/* .mobData{width:100%;height:60px;}
.mobData .list{height:60px;}
.mobData li{width:70px;height:60px;float:left;background-image: url('../img/num.png'); background-repeat:no-repeat;-webkit-transition: all .6s linear;
    transition: all .6s linear;} */

.mobData .num-0 {
    background-position: 0px 0px;
}

.mobData .num-1 {
    background-position: 0px -48px;
}

.mobData .num-2 {
    background-position: 0px -96px;
}

.mobData .num-3 {
    background-position: 0px -144px;
}

.mobData .num-4 {
    background-position: 0px -192px;
}

.mobData .num-5 {
    background-position: 0px -240px;
}

.mobData .num-6 {
    background-position: 0px -288px;
}

.mobData .num-7 {
    background-position: 0px -336px;
}

.mobData .num-8 {
    background-position: 0px -384px;
}

.mobData .num-9 {
    background-position: 0px -432px;
}

.mobData .num-0 {
    -webkit-animation: num-0 2s;
    animation: num-0 2s;
}

.mobData .num-1 {
    -webkit-animation: num-1 1.9s;
    animation: num-1 1.9s;
}

.mobData .num-2 {
    -webkit-animation: num-2 1.8s;
    animation: num-2 1.8s;
}

.mobData .num-3 {
    -webkit-animation: num-3 1.7s;
    animation: num-3 1.7s;
}

.mobData .num-4 {
    -webkit-animation: num-4 1.6s;
    animation: num-4 1.6s;
}

.mobData .num-5 {
    -webkit-animation: num-5 1.6s;
    animation: num-5 1.6s;
}

.mobData .num-6 {
    -webkit-animation: num-6 1.7s;
    animation: num-6 1.7s;
}

.mobData .num-7 {
    -webkit-animation: num-7 1.8s;
    animation: num-7 1.8s;
}

.mobData .num-8 {
    -webkit-animation: num-8 1.9s;
    animation: num-8 1.9s;
}

.mobData .num-9 {
    -webkit-animation: num-9 2s;
    animation: num-9 2s;
}

@-webkit-keyframes num-0 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes num-0 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes num-1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -48px;
    }
}

@keyframes num-1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -48px;
    }
}

@-webkit-keyframes num-2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -96px;
    }
}

@keyframes num-2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -96px;
    }
}

@-webkit-keyframes num-3 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -144px;
    }
}

@keyframes num-3 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -144px;
    }
}

@-webkit-keyframes num-4 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -192px;
    }
}

@keyframes num-4 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -192px;
    }
}

@-webkit-keyframes num-5 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -240px;
    }
}

@keyframes num-5 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -240px;
    }
}

@-webkit-keyframes num-6 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -288px;
    }
}

@keyframes num-6 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -288px;
    }
}

@-webkit-keyframes num-7 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -336px;
    }
}

@keyframes num-7 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -336px;
    }
}

@-webkit-keyframes num-8 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -384px;
    }
}

@keyframes num-8 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -384px;
    }
}

@-webkit-keyframes num-9 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -432px;
    }
}

@keyframes num-9 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -432px;
    }
}