.land-block .content {
    width: 33.125rem;
    margin: 0 auto;
    position: relative;
    padding: 2.2rem 0;
}

.land-block.aigc-block .content {
    padding: 1rem 0;
}

@media screen and (max-width:1360px){
    .land-block .content {
        width: auto;
    }
}

a:hover {
    text-decoration: none;
}

.hover-menu {
    position: relative;
}

.hover-menu.pricing .pricing-menu-c {
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

.hover-menu.product-menu {
    display: none !important;
}

.hover-menu-c {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -22px;
    background-color: #fdf6f0;
    color: #333;
    border-bottom: 2px solid #fb840e;
    z-index: -1;
    padding-top: 62px;
}

.hover-menu-c li {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    background: #fff;
}

.hover-menu-c li a.hover-menu-item {
    color: #333333;
    padding: 0;
}

.hover-menu-c li a.hover-menu-item.active {
    color: #fb840e;
}

.hover-menu-c li a:hover {
    color: #fb840e;
}

.qt-menu .hover-menu-c .hover-menu-item a{
    font-size: 14px !important;
}

.user-online-status {
    cursor: pointer;
}

.user-icon {
    background: url(/img/landing/new/user-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.user-icon.user-icon-profile {
    margin-left: 14px;
    vertical-align: middle;
}

.user-online-status .go-background {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 4px;
}

.user-icon.user-icon-arrows {
    vertical-align: middle;
    background-position: -9px 5px;
    margin-left: 2px;
    background-size: auto 10px;
}


.user-online-status-menuer {
    padding: 0;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 0;
    margin-top: 10px;
    border-radius: 3%;
}

.user-online-status-menuer li.line {
    margin: 0;
}

.user-online-status-menuer li {
    padding: 16px 0;
}

.user-online-status-menuer a {
    display: block;
}

.trial-btn {
    background: #FB820E;
    background: -moz-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#fe9c29),color-stop(100%,#ec7504));
    background: -webkit-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -o-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -ms-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: linear-gradient(to right,#fe9c29 0,#ec7504 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9c29', endColorstr='#ec7504', GradientType=0);
}

.trial-btn:hover {
    text-decoration: none;
    background: #ec7504;
    background: -moz-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#ec7504),color-stop(100%,#ef4419));
    background: -webkit-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -o-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -ms-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: linear-gradient(to right,#ec7504 0,#ef4419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7504', endColorstr='#ef4419', GradientType=0);
}


.free-try-btn {
    background: #FB820E;
    background: -moz-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#FB820E),color-stop(100%,#F15731));
    background: -webkit-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -o-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -ms-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: linear-gradient(to right,#FB820E 0,#F15731 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB820E', endColorstr='#F15731', GradientType=0);
}

.free-try-btn:hover {
    background: #ec7504;
    background: -moz-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#ec7504),color-stop(100%,#ef4419));
    background: -webkit-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -o-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -ms-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: linear-gradient(to right,#ec7504 0,#ef4419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7504', endColorstr='#ef4419', GradientType=0);
}

.scan-detail-btn {
    color: #FB830D;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #FB830D;
    border-radius: 5px;
    background: #FFFFFF;
}

.scan-detail-btn:hover {
    text-decoration: none;
    color: #FF6600;
    border: 1px solid #FF6600;
}

.seller-feedback-block {
    position: relative;
    background: linear-gradient(to bottom right, #f76c41, #f8b447, #f9ea84);
    overflow: hidden;
    margin-top: -1px;
}

.seller-feedback-block:after {
    content: " ";
    position: absolute;
    height: 20%;
    right: 0;
    top: -4%;
    z-index: 9;
    left: -4%;
    background: linear-gradient(to bottom right, rgba(247, 108, 65, 0.8) , rgba(247, 144, 61, 0.5), rgba(247, 180, 73, 0.2));
    filter: blur(10px);
}

.seller-feedback-block:before {
    content: " ";
    position: absolute;
    height: 20%;
    right: 0;
    bottom: -4%;
    left: -10%;
    z-index: 9;
    background: linear-gradient(to right, rgba(249, 175, 78, .8), rgba(246, 182, 69, .5), rgba(247, 230, 123, 0.2));
    filter: blur(10px);
}

.language-switch {
    padding: 0px 20px;
    border-right: 1px solid #e1e1e1;
    cursor:  pointer;
    margin-top: -3px;
}

.language-switch .ico-language {
    background: url(/img/landing/new/ico-language.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: auto 16px;
    display: inline-block;
    vertical-align: middle;
}

.language-switch .select-language {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 4px;
}

.land-block.seller-feedback-block .content {
    padding: 0;
    height: 610px;
    position: relative;
}

.seller-feedback-block .seller-feedback-content {
    height: 100%;
    position: relative;
    outline: none;
}

.seller-feedback-block .seller-feedback-slider {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    outline: none;
}

.seller-feedback-block .seller-feedback-content .seller-feedback-slider-c.animation {
    transition: transform 1s;
}

.seller-feedback-block .seller-feedback-content .seller-feedback-slider-item {
    border-bottom: 1px solid rgba(238, 238, 238, .25);
    display: flex;
    height: 220px;
}

.seller-feedback-slider-item-c {
    align-self: center;
    display: block;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

.seller-feedback-block .content-left {
    width: 49%;
    height: 522px;
    display: inline-block;
    vertical-align: middle;
    overflow-y: hidden;
    color: #fff;
}

.seller-feedback-block .content-right {
    width: 50%;
    height: 522px;
    display: inline-block;
    vertical-align: middle;
}

.seller-feedback-block .case-more {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 135px;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    text-align: center;
    color: #F3933D;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    left: 50%;
    margin-left: -67.5px;
    border: 1px solid #f3933d;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #f3933d;
    font-family: 'PingFangSC-Light', 'PingFang SC Light', 'PingFang SC';
    font-weight: 200;
    margin-top: 20px;
}

.seller-feedback-block .case-more .icon-more-case {
    background: url(/img/landing/new/more-case-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-size: 14px auto;
    background-position: center;
    margin-top: -4px;
    margin-left: 5px;
}

.seller-feedback-block .seller-feedback-slider-item .feedback-content-item {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.seller-feedback-block .seller-intro {
    display: flex;
    line-height: 1.5;
    padding-top: 20px;
    position: relative;
}

.seller-feedback-block .seller-photo {
    display: inline-block;
    vertical-align: middle;
}

.seller-feedback-block .seller-photo img{
    height: 54px;
    width: auto;
}

.seller-feedback-block .seller-intro-c {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.seller-feedback-block .seller-intro-c .seller-name {
    text-align: left;
}

.seller-feedback-block .seller-feedback-btn-c {
    width: 40px;
    height: 94px;
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -52px;
}

.seller-feedback-block .carousel-btn {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background: url(/img/landing/new/ico_downarrowoff.png) no-repeat;
    cursor: pointer;
}

.seller-feedback-block .carousel-btn.carousel-btn-up {
    background-position: -32px 0;
}

.seller-feedback-block .carousel-btn.carousel-btn-up:hover {
    background-position: -32px -32px;
}

.seller-feedback-block .carousel-btn.carousel-btn-down{
    margin: 30px auto 0;
}

.seller-feedback-block .carousel-btn.carousel-btn-down:hover {
    background-position: 0px -32px;
}

.seller-feedback-block .content-right .logo-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.seller-feedback-block .seller-logo-item {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 50%;
    margin-top: -64px;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0px 5px 50px rgba(247, 109, 65, 0.8);
}

.seller-feedback-block .seller-logo-item.animation {
    transition: transform 1s;
}

.seller-feedback-block .seller-logo-item.animation.floating .picture {
    animation: floating 2s;
    -moz-animation: floating 2s;	/* Firefox */
    -webkit-animation: floating 2s;	/* Safari 和 Chrome */
    -o-animation: floating 2s;	/* Opera */
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.seller-feedback-block .seller-logo-item .picture {
    width: 100%;
    height: 100%;
    background: url("/img/landing/new/enterprise_logo.png") no-repeat;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.seller-feedback-block .seller-logo-item.shs {
    width: 118px;
    height: 118px;
}

.seller-feedback-block .seller-logo-item.shs .picture {
    background-position: 8px center;
}

.seller-feedback-block .animation.shs{
    transform: translate(200px, -180px);
}

.seller-feedback-block .seller-logo-item.gl {
    width: 120px;
    height: 120px;
}

.seller-feedback-block .seller-logo-item.gl .picture {
    background-position: -151px center;
}

.seller-feedback-block .animation.gl{
    transform: translate(222px, 15px);
}

.seller-feedback-block .seller-logo-item.box {
    width: 132px;
    height: 132px;
    z-index: 11;
}

.seller-feedback-block .seller-logo-item.box .picture {
    background-position: -303px center;
}

.seller-feedback-block .animation.box{
    transform: translate(-15px, -84px);
}

.seller-feedback-block .seller-logo-item.yn {
    width: 90px;
    height: 90px;

}

.seller-feedback-block .seller-logo-item.yn .picture {
    background-position: -481px center;
}

.seller-feedback-block .animation.yn{
    transform: translate(-162px, -162px);
}

.seller-feedback-block .seller-logo-item.hqyg {
    width: 102px;
    height: 102px;
}

.seller-feedback-block .seller-logo-item.hqyg .picture {
    background-position: -632px center;
}

.seller-feedback-block .animation.hqyg{
    transform: translate(80px, 90px);
}

.seller-feedback-block .seller-logo-item.atc {
    background-position: -776px center;
    width: 120px;
    height: 120px;
}

.seller-feedback-block .seller-logo-item.atc .picture {
    background-position: -782px center;
}

.seller-feedback-block .animation.atc{
    transform: translate(-190px, 41px);
}

.seller-feedback-block .seller-logo-item.wl {
    width: 114px;
    height: 114px;
}

.seller-feedback-block .seller-logo-item.wl .picture {
    background-position: -914px center;
}

.seller-feedback-block .animation.wl{
    transform: translate(-20px, 252px);
}

.seller-feedback-block .seller-logo-item.ydl {
    width: 122px;
    height: 122px;
}

.seller-feedback-block .seller-logo-item.ydl .picture {
    background-position: -1069px center;
}

.seller-feedback-block .animation.ydl{
    transform: translate(198px, 205px);
}

/*渐显  浮动 */
@keyframes floating
{
    0% { transform: translateY(-3px);}

    100% {transform: translateY(3px);}
}

@-moz-keyframes floating /* Firefox */
{
    0% { transform: translateY(-3px);}

    100% {transform: translateY(3px);}
}

@-webkit-keyframes floating /* Safari 和 Chrome */
{
    0% { transform: translateY(-3px);}

    100% {transform: translateY(3px);}
}

@-o-keyframes floating /* Opera */
{
    0% { transform: translateY(-3px);}

    100% {transform: translateY(3px);}
}

/*
.number-block
*/
.number-block .content .block-container {
    vertical-align: middle;
    padding: 0px 0px .515rem 0px;
}

.number-block ul {
    list-style: none;
    text-align: center;
    vertical-align: middle;
}

.number-block ul li {
    float: left;
    width: 25%;
    padding: .615rem 0px 0px 0px;
}

.number-block ul li .num {
    display: inline-block;
    margin-right: auto;
    color: #ffffff;
    white-space: nowrap;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 4rem;
    margin-left: 0;
    line-height: 3.5rem;
    font-size: .8rem;
    position: relative;
}

.number-block ul li .num1 {
    background-color: #fdad0e;
    border-color: #ffefc4;
}

.number-block ul li .num2 {
    background-color: #6fb20a;
    border-color: #e0efc3;
}

.number-block ul li .num3 {
    background-color: #1494eb;
    border-color: #c3e9fc;
}

.number-block ul li .num4 {
    background-color: #ed3c1d;
    border-color: #fbd4c9;
}

.number-block ul li .txt-h4 {
    margin-top: 1.325rem;
    font-weight: normal;
    font-size: .5rem;
}

.number-block ul li .num-desc {
    text-align: left;
    padding: 0 0.6rem;
    margin-top: 0.6rem;
}

.number-block ul li small {
    text-align: left;
    color: #999;
    font-size: 14px;
}

.number-block ul li .num1:after {
    box-shadow-color: #ffefc4;
}

.number-block ul li .num2:after {
    box-shadow-color: #e0efc3;
}

.number-block ul li .num3:after {
    box-shadow-color: #c3e9fc;
}

.number-block ul li .num4:after {
    box-shadow-color: #fbd4c9;
}

.number-block ul li .num4 {
    animation: breath1 6s ease-out infinite;
}

.number-block ul li .num3 {
    animation: breath3 6s ease-out infinite;
}

.number-block ul li .num2 {
    animation: breath5 6s ease-out infinite;
}

.number-block ul li .num1 {
    animation: breath7 6s ease-out infinite;
}

.number-block ul li .num4 .breath {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    animation: breath2 9s linear infinite;
}

.number-block ul li .num4 .breath:nth-child(2) {
    animation-delay: 3s;
}

.number-block ul li .num4 .breath:nth-child(3) {
    animation-delay: 6s;
}

.number-block ul li .num3 .breath {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    animation: breath4 9s linear infinite;
    z-index: -1;
}

.number-block ul li .num3 .breath:nth-child(2) {
    animation-delay: 3s;
}

.number-block ul li .num3 .breath:nth-child(3) {
    animation-delay: 6s;
}

.number-block ul li .num2 .breath {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    animation: breath6 9s linear infinite;
    z-index: -1;
}

.number-block ul li .num2 .breath:nth-child(2) {
    animation-delay: 3s;
}

.number-block ul li .num2 .breath:nth-child(3) {
    animation-delay: 6s;
}

.number-block ul li .num1 .breath {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    animation: breath8 9s linear infinite;
    z-index: -1;
}

.number-block ul li .num1 .breath:nth-child(2) {
    animation-delay: 3s;
}

.number-block ul li .num1 .breath:nth-child(3) {
    animation-delay: 6s;
}


.contact-block {
    background-color: #3c3c3c;
}

.contact-block .content .block-container {
    padding: 0.468rem 0px;
}

.contact-block ul {
    width: 100%;
}

.contact-block ul li {
    float:left;
    position: relative;
    width: 33.3%;
    text-align: center;
}

.contact-block ul li:after {
    content: '';
    width: 1px;
    background-color: #595964;
    height: 100%;
    position: absolute;
    right: 0;
}

.contact-block ul li:last-child:after {
    width: 0;
}

.contact-block ul .join-li .join-li-div {
    display: inline-block;
}

.contact-block ul .join-li .join-li-div .join-logo {
    display: inline-block;
    float: left;
}

.contact-block ul .join-li .join-li-div .join-txt {
    text-align: left;
    display: inline-block;
    margin-left: 1.8rem;
}

.contact-block ul .join-li .join-li-div .join-txt a {
    color: #97979d;
    text-decoration: none;
}

.contact-block ul .join-li .join-li-div .join-txt a:hover {
    color: #fb830d;
}

.contact-block .block-item-name {
    color: #ffffff;
    font-size: 22px;
}

.contact-block ul li .bottom-item {
    margin-top: .328rem;
}

.contact-block ul li .bottom-item .bottom-item-s {
    margin-top: .434rem;
    font-size: 15px;
}

.contact-block ul .contact-li .contact-li-div {
    text-align: left;
    display: inline-block;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom {
    padding-left: 26px;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .text {
    color: #97979d;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .text a {
    color: #97979d;
    text-decoration: none;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .text a:hover {
    color: #FB830D;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .text:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: -26px;
    vertical-align: middle;
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .phone .text:before {
    background-image: url(/img/landing/v2/ico_7.png);
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .email .text:before {
    background-image: url(/img/landing/v2/ico_8.png);
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .qqmm .text:before {
    background-image: url(/img/landing/v2/ico_10.png);
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .qqqq .text:before {
    background-image: url(/img/landing/v2/ico_9.png);
}

.contact-block ul .contact-li .contact-li-div .contact-bottom .address .text:before {
    background-image: url(/img/landing/v2/ico_11.png);
}

.contact-block ul .weixin-li .tip {
    color: #97979d;
    margin-top: .234rem;
}

.contact-block ul li.weixin-li:after {
    display: none;
}

/*
foot
*/

.copyright-block {
    background-color: #000000;
}

.copyright-block .content {
    padding: 0;
}

.copyright-block .content .block-container {
    width: 100%;
    text-align: center;
    padding: .281rem 0;
    font-size: 15px;
}

.copyright-block ul {
    display: inline-block;
    vertical-align: middle;
}

.copyright-block ul li {
    float: left;
    color: #97979d;
    position: relative;
    padding: 0 .140rem;
}

.copyright-block ul li:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: #595964;
    right: 0;
}

.copyright-block .company-name:after {
    display: none;
}

.copyright-block ul li:last-child:after {
    width: 0;
}

.copyright-block ul li div {
    display: inline-block;
}

.copyright-block ul li .beian {
    color: #97979d;
}

.copyright-block ul li .beian:hover {
    color: #fb830d;
}


.menu-mobile-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.48);
    z-index: 99;
    display: none;
}

.menu-mobile-model .logo {
    background: #ffffff;
    padding: 10px;
}

.menu-mobile-model .logo img {
    width: 8rem;
}

.menu-mobile-model .close {
    font-size: 30px;
    font-weight: 300;
    line-height: 25px;
}

.menu-mobile-model ul {
    background: #ffffff;
    padding: 20px 0;
    margin-top: -2px;
}

.menu-mobile-model ul li {
    width: 80%;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-model ul li a{
    color: #333333;
    display: block;
}

.menu-mobile-model ul li.last {
    border-bottom: 0;
}

.overflow-hide {
    height: 100%;
    overflow: hidden;
}


@keyframes breath1 {
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, .5);
    }
}

@-moz-keyframes breath1 /* Firefox */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, .5);
    }
}

@-webkit-keyframes breath1 /* Safari 和 Chrome */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, .5);
    }
}

@-o-keyframes breath1 /* Opera */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 255, 255, .5);
    }
}

@keyframes breath2 {
    33% {
        box-shadow: 0 0 0 .4rem rgba(251, 212, 201, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(251, 212, 201, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(251, 212, 201, 0);
    }
}

@-moz-keyframes breath2 /* Firefox */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(251, 212, 201, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(251, 212, 201, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(251, 212, 201, 0);
    }
}

@-webkit-keyframes breath2 /* Safari 和 Chrome */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(251, 212, 201, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(251, 212, 201, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(251, 212, 201, 0);
    }
}

@-o-keyframes breath2 /* Opera */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(251, 212, 201, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(251, 212, 201, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(251, 212, 201, 0);
    }
}



@keyframes breath3 {
    50% {
        box-shadow: 0 0 6px 2px rgba(195, 233, 252, .5);
    }
}

@-moz-keyframes breath3 /* Firefox */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(195, 233, 252, .5);
    }
}

@-webkit-keyframes breath3 /* Safari 和 Chrome */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(195, 233, 252, .5);
    }
}

@-o-keyframes breath3 /* Opera */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(195, 233, 252, .5);
    }
}

@keyframes breath4 {
    33% {
        box-shadow: 0 0 0 .4rem rgba(195, 233, 252, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(195, 233, 252, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(195, 233, 252, .0);
    }
}

@-moz-keyframes breath4 /* Firefox */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(195, 233, 252, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(195, 233, 252, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(195, 233, 252, .0);
    }
}

@-webkit-keyframes breath4 /* Safari 和 Chrome */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(195, 233, 252, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(195, 233, 252, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(195, 233, 252, .0);
    }
}

@-o-keyframes breath4 /* Opera */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(195, 233, 252, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(195, 233, 252, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(195, 233, 252, .0);
    }
}

@keyframes breath5 {
    50% {
        box-shadow: 0 0 6px 2px rgba(224, 239, 195, .5);
    }
}

@-moz-keyframes breath5 /* Firefox */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(224, 239, 195, .5);
    }
}

@-webkit-keyframes breath5 /* Safari 和 Chrome */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(224, 239, 195, .5);
    }
}

@-o-keyframes breath5 /* Opera */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(224, 239, 195, .5);
    }
}

@keyframes breath6 {
    33% {
        box-shadow: 0 0 0 .4rem rgba(224, 239, 195, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(224, 239, 195, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(224, 239, 195, .0);
    }
}

@-moz-keyframes breath6 /* Firefox */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(224, 239, 195, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(224, 239, 195, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(224, 239, 195, .0);
    }
}

@-webkit-keyframes breath6 /* Safari 和 Chrome */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(224, 239, 195, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(224, 239, 195, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(224, 239, 195, .0);
    }
}

@-o-keyframes breath6 /* Opera */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(224, 239, 195, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(224, 239, 195, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(224, 239, 195, .0);
    }
}

@keyframes breath7 {
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 239, 196, .5);
    }
}

@-moz-keyframes breath7 /* Firefox */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 239, 196, .5);
    }
}

@-webkit-keyframes breath7 /* Safari 和 Chrome */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 239, 196, .5);
    }
}

@-o-keyframes breath7 /* Opera */
{
    50% {
        box-shadow: 0 0 6px 2px rgba(255, 239, 196, .5);
    }
}

@keyframes breath8 {
    33% {
        box-shadow: 0 0 0 .4rem rgba(255, 239, 196, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(255, 239, 196, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(255, 239, 196, .0);
    }
}

@-moz-keyframes breath8 /* Firefox */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(255, 239, 196, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(255, 239, 196, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(255, 239, 196, .0);
    }
}

@-webkit-keyframes breath8 /* Safari 和 Chrome */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(255, 239, 196, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(255, 239, 196, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(255, 239, 196, .0);
    }
}

@-o-keyframes breath8 /* Opera */
{
    33% {
        box-shadow: 0 0 0 .4rem rgba(255, 239, 196, .8);
    }
    66% {
        box-shadow: 0 0 0 .6rem rgba(255, 239, 196, .4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(255, 239, 196, .0);
    }
}

@media screen and (min-width: 376px) and (max-width:393px) {
    html {
        font-size:52.4px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 394px) and (max-width:412px) {
    html {
        font-size:54.93px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 413px) and (max-width:414px) {
    html {
        font-size:55.2px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 415px) and (max-width:480px) {
    html {
        font-size:64px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 481px) and (max-width:540px) {
    html {
        font-size:72px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 541px) and (max-width:640px) {
    html {
        font-size:85.33px;
        font-size: 3.23333vw
    }
}

@media screen and (min-width: 641px) and (max-width:720px) {
    html {
        font-size:96px;
        font-size: 3.23333vw
    }

}

@media screen and (max-width:780px) {
    html {
        font-size:10px;
        font-size: 3.5556vw;
    }

    .land-block .content {
        width: 100% !important;
    }

    .head-block .menu-mobile {
        display: block;
        width: 1.5rem;
        padding-right: .2rem;
    }

    .number-block ul li {
        display: inline-block;
        width: 49%;
        padding: 2.615rem 0px 0px 0px;
        float: none;
        vertical-align: top;
    }
    .number-block ul li .num1-c, .number-block ul li .num3-c {
        padding-left: 0;
    }
    .number-block ul li .num-desc {
        text-align: left;
        padding: 0 2rem;
        margin-top: 0.6rem;
    }
    .number-block ul li .num {
        width: 6.5rem;
        height: 6.5rem;
        line-height: 6.8rem;
        font-size: 1.6rem;
    }
    .number-block ul li .txt-h4 {
        margin-top: 1.48rem;
        font-size: 1.2rem;
    }

    .number-block ul li small {
        font-size: 1rem
    }

    .contact-block ul li:after {
        display: none;
    }

    .contact-block ul li {
        width: 100%;
        text-align: left;
        margin-bottom: 1rem;
        text-align: center;
    }

    .contact-block .block-item-name {
        font-size: 1.2rem;
        text-align: center;
    }

    .contact-block ul .join-li .join-li-div .join-txt a {
        font-size: 1rem;
    }

    .contact-block ul li .bottom-item .bottom-item-s {
        font-size: 1rem;
    }

    .contact-block ul .weixin-li .tip {
        font-size: 1rem;
        /* margin-left: 1.8rem; */
    }

    .contact-block ul .join-li .join-li-div .join-txt {
        text-align: center;
        margin-left: 0rem;
    }

    .contact-block ul .join-li .join-li-div .join-logo {
        display: inline-block;
        vertical-align: top;
        /* margin-left: 1rem; */
        width: 100%;
    }

    .contact-block .company-bottom .bottom-item-s {
        display: inline-block;
    }

    .contact-block ul .contact-li .contact-li-div {
        /* margin-left: 1.8rem; */
        margin-top: 30px;
    }

    .contact-block .block-container .weixin-li img {
        /* margin-left: 1.8rem; */
    }

    .copyright-block ul li:after {
        display: none;
    }

    .copyright-block .block-container ul {
        text-align: center;
    }

    .copyright-block ul li {
        display: inline-block;
        padding: 0 .140rem;
        float: none;
        line-height: 140%;
    }

    .copyright-block .content .block-container {
        font-size: 1rem;
    }

    .copyright-block .copyright-name {
        width: 99%;
    }

    .copyright-block .company-name {
        width: 45%;
        text-align: right;
    }

    .bottom-head-block .img-c img {
        width: 5rem;
    }

    .bottom-head-block .scan-detail-btn {
        display: none !important;
    }

    .bottom-head-block .free-try-btn{
        font-size: 1rem;
        padding: 0.35rem 1rem;
    }

    .free-try-btn .icon-arrow {
        display: none;
    }

    .top-head-block .menu-center {
        display: none !important;
    }

    .top-head-block .menu-right {
        display: none !important;
    }

    .bottom-head-block .line {
        height: 10.8rem;
    }

    .fun-body .menu {
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: 1rem;
        font-size: 1rem;
        width: 90%;
        margin: 0 auto;
    }

    .fun-body .menu-show {
        height: 35rem !important;
        width: 100% !important;
    }

    .fun-body .menu-show .show-item {
        height: 30rem;
    }

    .fun-body .menu-show .show-item .function-menu-img {
        display: inline-block;
        vertical-align: middle;
        background-size: 70% auto !important;
        width: 100%;
        height: 20rem;
    }
    .fun-body .menu-show .show-item .function-menu-text {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        float:  none;
    }

    .fun-body .function-menu-text ul li {
        padding: 0 4rem;
        list-style: none;
        line-height: 2rem;
    }

    .system-block .content-text {
        width: 100% !important;
        text-align: center !important;
    }

    .system-block .system-c {
        padding: 1.2rem 1rem;
        line-height: 1.6rem;
        font-size: 0.98rem;
        text-align: center !important;
    }

    .system-block .system-title1 {
        font-size: 1.4rem;
    }

    .system-block .system-title2 {
        font-size: .85rem;
    }

    .data-system-block .scan-detail-btn {
        float: none;
    }

    .system-block .content-img {
        height: 22rem;
        text-align: center;
        width: 100%;
    }

    .system-block.data-system-block .content-img {
        padding-left: 0;
        overflow: hidden;
    }

    .system-block .content-right .system-title {
        text-align: center;
    }

    .trial-block .trial-title {
        padding: 0 4rem;
        font-size: 1.2rem;
    }

    .land-block.trial-block .content {
        padding-top: 3rem;
    }

    .trial-block .exchange-btn {
        border-radius: 2px;
        display: none;
    }

    .trial-block .exchange-btn.hide {
        display: inline-block !important;
        padding: .5rem .8rem;
        font-size: 1.05rem;
    }

    .trial-block .exchange-btn .icon-arrows-right {
        width: .8rem;
        height: .6rem;
        margin-top: .242rem;
    }

    .contact-block ul .contact-li .contact-li-div .contact-bottom .text:before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        left: -27px;
        top: -1px;
        vertical-align: middle;
    }

    .contact-block ul .contact-li .contact-li-div .contact-bottom .phone .text:before {
        background: url(/img/landing/v2/ico_7.png) no-repeat;
        background-size: auto 18px;
    }

    .contact-block ul .contact-li .contact-li-div .contact-bottom .email .text:before {
        background: url(/img/landing/v2/ico_8.png) no-repeat;
        background-size: auto 18px;
    }

    .contact-block ul .contact-li .contact-li-div .contact-bottom .qqmm .text:before {
        background: url(/img/landing/v2/ico_10.png) no-repeat;
        background-size: auto 18px;
    }

    .contact-block ul .contact-li .contact-li-div .contact-bottom .qqqq .text:before {
        background: url(/img/landing/v2/ico_9.png) no-repeat;
        background-size: auto 18px;
    }

    .contact-block.land-block .content {
        width: 100%;
        padding-bottom: 0;
    }

    .number-block.land-block .content {
        width: 100%;
    }

    .copyright-block.land-block .content {
        width: 100%;
    }

    .number-block ul li .num{
        animation: none;
    }

    .number-block ul li .num .breath {
        position: absolute;
        width: 120%;
        height: 120%;
        border-radius: 50%;
        top: -10%;
        right: -10%;
        z-index: -1;
        animation: none;
    }

    .number-block ul li .num1 .breath {
        background: rgba(255, 239, 196, .5);
    }

    .number-block ul li .num2 .breath {
        background: rgba(224, 239, 195, .5);
    }

    .number-block ul li .num3 .breath {
        background: rgba(195, 233, 252, .5);
    }

    .number-block ul li .num4 .breath {
        background: rgba(255, 158, 141, 0.5);
    }


    .seller-feedback-block .content-left {
        width: 100%;
        height: 302px;
        display: block;
        border-bottom: 1px solid rgba(238, 238, 238, .25);
    }

    .seller-feedback-block .seller-feedback-content .seller-feedback-slider-item {
        padding: 1rem 0.61rem 1rem 0.61rem;
        border-bottom: none;
        box-sizing: inherit;
        min-height: 197px;
    }

    .seller-feedback-block .content-right {
        width: 100%;
        height: 14rem;
    }

    .land-block.seller-feedback-block .content {
        height: 56rem;
    }

    .seller-feedback-block .animation.shs {
        transform: translate(-92px, -18px);
        display: none;
    }

    .seller-feedback-block .animation.gl {
        transform: translate(70%, 10%);
    }

    .seller-feedback-block .animation.box {
        transform: translate(-80%, 125%);
    }

    .seller-feedback-block .animation.yn {
        transform: translate(54%, 304%);
        display: none;
    }

    .seller-feedback-block .animation.hqyg {
        transform: translate(132%, 140%);
    }

    .seller-feedback-block .animation.atc {
        transform: translate(-80%, 5%);
    }

    .seller-feedback-block .animation.wl {
        transform: translate(20%, 240%);
    }

    .seller-feedback-block .seller-logo-item.ydl .picture {
        background-size: 750px auto;
        background-position: -668px center;
    }

    .seller-feedback-block .animation.ydl {
        transform: translate(10px, 117px);
        width: 80px;
        height: 80px;
    }

    .seller-feedback-block .seller-feedback-btn-c {
        width: 40px;
        height: 94px;
        left: 50%;
        position: absolute;
        bottom: -24px;
        margin-left: -20px;
        transform: rotate(90deg);
        top: unset;
    }

    .seller-feedback-block .seller-feedback-slider {
        z-index: 12;
        padding-left: 0;
    }

    .seller-feedback-block .seller-intro {
    }
}

@media screen and (min-width: 721px) and (max-width:768px) {
    html {
        font-size: 3.23333vw;
    }

    .bottom-head-block .systems {
        top: -6rem;
    }

    .top-head-block .menu-center .menu-li {
        padding: 0 0.3rem;
    }

}

@media screen and (min-width: 768px) and (max-width:1200px) {
    html {
        font-size: 3.23333vw;
        font-size: 29.667px;
    }

    .seller-feedback-block .content-left {
        width: 100%;
        height: 220px;
        display: block;
    }

    .seller-feedback-block .seller-feedback-content .seller-feedback-slider-item {padding: .25rem 1.5rem;height: 204px;}

    .seller-feedback-slider-item-c {
        padding: 0 0 10px;
    }

    .seller-feedback-block .content-right {
        width: 100%;
        height: 14rem;
    }

    .land-block.seller-feedback-block .content {
        height: 22.4rem;
        width: 98%;
    }

    .seller-feedback-block .animation.shs {
        transform: translate(240%, -50%);
    }

    .seller-feedback-block .animation.gl {
        transform: translate(160%, 60%);
    }

    .seller-feedback-block .animation.box {
        transform: translate(-15px, -20%);
    }

    .seller-feedback-block .animation.yn {
        transform: translate(-162px, -100%);
    }

    .seller-feedback-block .animation.hqyg {
        transform: translate(-100%, 150%);
    }

    .seller-feedback-block .animation.atc {
        transform: translate(-300%, -4px);
    }

    .seller-feedback-block .animation.wl {
        transform: translate(300%, 166px);
    }

    .seller-feedback-block .animation.ydl {
        transform: translate(-300%, 166px);
    }

    .seller-feedback-block .seller-feedback-btn-c {
        width: 40px;
        height: 94px;
        left: 50%;
        position: absolute;
        bottom: -18px;
        margin-left: -20px;
        transform: rotate(90deg);
        top: unset;
    }

    .seller-feedback-block .seller-feedback-slider {
        z-index: 12;
        width: 100%;
        padding-left: 0;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width:1350px) {
    html {
        font-size: 3.23333vw;
        font-size: 34.667px
    }
}

@media screen and (max-width: 1200px) {
    .head-block.land-block .menubar-c .menu-center .common-price-menu {
        display: none !important;
    }
}

@media screen and (min-width:780px) and (max-width: 1360px) {
    .head-block.land-block .menubar-c .menu-center .report-menu {
        display: none !important;
    }

    .head-block.land-block .menubar-c .menu-center .common-price-menu {
        display: none !important;
    }
}

@media screen and (max-width:1366px) {
    .hover-menu.product-menu {
        display: inline-block !important;
    }

}

@media screen and (min-width: 1350px) and (max-width:1650px) {
    html {
        font-size: 3.23333vw;
        font-size: 36.667px;
    }

    .head-block.land-block .menubar-c .menu-center .report-menu {
        display: none !important;
    }

    .head-block.land-block .menubar-c .menu-center .common-price-menu {
        display: none !important;
    }
}

@media screen and (min-width: 1650px) {
    html {
        font-size: 3.23333vw;
        font-size: 42.667px;
    }
}