@CHARSET "UTF-8";

/*clear default css*/

::-ms-clear,
 ::-ms-reveal {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font: inherit
}
del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


body {
    font-size: 14px; 
    font-family: 'OpenSans';
}

h1 {
    font-family: 'OpenSansSemibold';
    color: #fefeff;
    font-size: .42rem;
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    font-family: 'OpenSansSemibold';
    color: #FFF;
    font-size: .36rem;
}

h3 {
    font-family: 'OpenSansSemibold';
    font-size: .30rem;
    color: #333;
}

h4 {
    font-family: 'OpenSansSemibold';
    font-size: .24rem;
    color: #999;
    line-height: .24rem;
}

h5 {
    font-family: 'OpenSans';
    font-size: .20rem;
    color: #333;
}

h6 {
    font-family: 'OpenSansSemibold';
    font-size: .18rem;
    color: #FFF;
    line-height: .24rem; 
}

span {
    font-size: .14rem;
    color: #747474;
    line-height: .15rem;
}

::-webkit-input-placeholder {
    color: #929292;
    font-family: 'OpenSansLightItalic';
    font-style: 'italic';
    font-size: 0.24rem;
}

:-moz-placeholder {
    color: #929292;
    font-family: 'OpenSansLightItalic';
    font-style: italic;
    font-size: 0.24rem;
    
}

::-moz-placeholder {
    color: #929292;
    font-family: 'OpenSansLightItalic';
    font-style: italic;
    font-size: 0.24rem;
    
}

:-ms-input-placeholder {
    color: #929292;
    font-family: 'OpenSansLightItalic';
    font-style: italic;
    font-size: 0.24rem;
}
p {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin: 0;
    margin-bottom: 5px;
    color: #929292;
    text-align: center;
    padding: 0px 3px;
}
.chosen-container-single .chosen-single span{
    font-size: 0.24rem!important;
}
.chosen-container .chosen-results li.active-result{
    font-size: 0.24rem!important;
}

/* mobile  */
@media screen and (min-width: 460px){
    h1 {
        font-family: 'OpenSansSemibold';
        color: #fefeff;
        font-size: 48px;
        max-width: 1000px;
        margin: 0 auto;
    }

    h2 {
        font-family: 'OpenSansSemibold';
        color: #FFF;
        font-size: 36px;
    }

    h3 {
        font-family: 'OpenSansSemibold';
        font-size: 30px;
        color: #333;
    }

    h4 {
        font-family: 'OpenSansSemibold';
        font-size: 24px;
        color: #333;
        line-height: 24px;
    }

    h5 {
        font-family: 'OpenSans';
        font-size: 20px;
        color: #333;
    }

    h6 {
        font-family: 'OpenSansSemibold';
        font-size: 18px;
        color: #FFF;
        line-height: 24px; 
    }
    span {
        font-size: 14px;
        color: #747474;
        line-height: 15px;
    }
    ::-webkit-input-placeholder {
        color: #929292;
        font-family: 'OpenSansLightItalic';
        font-style: 'italic';
        font-size: 14px;
    }

    :-moz-placeholder {
        color: #929292;
        font-family: 'OpenSansLightItalic';
        font-style: italic;
        font-size: 14px;
    }

    ::-moz-placeholder {
        color: #929292;
        font-family: 'OpenSansLightItalic';
        font-style: italic;
        font-size: 14px;
    }

    :-ms-input-placeholder {
        color: #929292;
        font-family: 'OpenSansLightItalic';
        font-style: italic;
        font-size: 14px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }
    .chosen-container-single .chosen-single span{
        font-size: 14px!important;
    }
    .chosen-container .chosen-results li.active-result{
        font-size: 14px!important;
    }
}

.clear {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    overflow: hidden
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.last {
    margin: 0!important;
    padding: 0!important;
}

.offer-left {
    float: left
}

.offer-right {
    float: right
}

.loading-container {
    text-align: center;
    padding-top: 100px !important;
}

.plan-explain {
    display: block;
    font-family: 'LatoWebLight';
    font-style: italic;
    color: #DDDDDD;
    /* font-size: 1.4em; */
    font-size: 14px;
    padding-top: 5px;
}

.learn-more-link {
    color: #0BACD7;
    /* font-size: 1.6em; */
    font-size: 16px;
    padding: 50px 0;
}

.learn-more-link a:hover,
.learn-more-link a:focus {
    text-decoration: underline;
}

.icon-right {
    background: url("../images/others.png") no-repeat -2px -128px;
    display: inline-block;
    height: 7px;
    margin-left: 4px;
    width: 9px;
}

.align-center {
    text-align: center;
}

.dark-logo {
    width: 148px;
    height: 43px;
    background: url("../images/others.png") no-repeat -2px -81px;
}

.dis-table {
    content: "";
    display: table;
}

.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.btn {
    background-image: none;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFF;
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
}

.b-btn {
    background-color: #00b0f5;
}

.b-btn:hover,
.b-btn:focus {
    background-color: #00a2e1;
    outline: none;
}

.g-btn {
    background-color: #2770dd;
}

.g-btn:hover,
.g-btn:focus {
    background-color: #0090e2; /*button*/
    outline: none;
}

.t-btn {
    border: 1px solid #FFF;
    border-radius: 5px;
    background-color: transparent;
}

.t-btn:hover,
.t-btn:focus {
    background-color: transparent;
    outline: none;
}

.btn.disabled,
.btn[disabled] {
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

input,
textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #444;
    font-size: 14px;
    padding: 0 14px;
    resize: none;
    width: 418px;
    height: 40px;
    line-height: 40px;
}

input:focus,
textarea:focus {
    border: 1px solid #0bacd7;
    outline: none;
}

input.input-md {
    width: 200px;
}

input.before-input-md {
    margin-right: 15px;
}

select {
    width: 434px;
    height: 46px;
}

textarea {
    height: 120px;
    padding-top: 10px;
    line-height: 15px;
}
.none{
    display: none!important;
}
.block{
    display: block;
}
.inline{
    display: inline;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.inner-width {
    max-width: 6.6rem;
    height: 100%;
    margin: 0px auto;
}
@media screen and (max-width: 400px){
    .inner-width{
        width: 100%;
    }
}
@media screen and (min-width: 460px){
    .inner-width {
        max-width: 1170px;
        height: 100%;
        margin: 0px auto;
    }
    #feature .inner-width,
    #about .inner-width{
        min-width: 1170px;
        max-width: 1170px;
        width: 1170px;
    }
    
}
@media screen and (max-width: 1340px){
    #feature .inner-width{
    }
}
@media screen and (max-width: 460px){
    #feature .inner-width{
        max-width: 6.3rem;
    }
}


img.sm{
    width: 75%!important;
}
.spinner{text-align:center;font-weight:700}
.spinner>div{width:8px;height:8px;background-color:#FFF;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;behavior:url(/fonts/PIE.php);position:relative\9}
.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}
.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}
@-webkit-keyframes bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}
40%{-webkit-transform:scale(1)}
}
@keyframes bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}
40%{transform:scale(1);-webkit-transform:scale(1)}
}
.error{
    border: 1px solid #f6511d;
    color: #f6511d;
}
input .error{
    border: 1px solid #f6511d;
    color: #f6511d;
}

    ination-bullet{
    width: .16rem;
    height: .16rem;
}
.swiper-pagination-bullet-active{
    background-color: #00b0f5!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 3px!important;
}

@media screen and (min-width: 460px){
    .btn {
        background-image: none;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        line-height: 1.42857;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        color: #FFF;
        padding: 16px 20px!important;
        font-size: 18px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0px 3px!important;
    }
}



/*clear default css end*/


/*** header css ***/
#m-head{
    width: 100%;
    height: 0.88rem;
}
#head{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
#header {
    width: 100%;
    height: 0.88rem;
    background-color: #0b1e46; 
    color: #FFF;
    font-family: 'OpenSans';
    position:relative;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}

.offer-logo {
    float: left;
    width: 1.52rem;
    height: .49rem;
    margin-top: .2rem;
    vertical-align: center;
}
.offer-logo img{
    width: 100%;
}
.m-more{
    display:inline-block;
    float: right;
    width: .52rem;
    height: .44rem;
    margin-top: .2rem;
}
.m-more img{
    width: 100%;
}
.offer-nav{
    width: 100%;
    position: fixed;
    background-color: #FFF;
    top: .88rem;
    left: 0px;
    z-index:1000;
    padding-bottom: 0.25rem;
    -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
}
.m-offer-nav{
    display: none;
}
.offer-nav ul {
    width: 100%;
}
.offer-nav ul li {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
}  
.offer-nav ul .m-active{
    background-color: #00b0f5;
}
.offer-nav ul .m-active {
    color: #FFF;
}
.offer-nav ul li {
    font-size: 0.32rem;
    color: #0b1e46;
}
.offer-nav ul .line{
    display:none;
}
.offer-nav ul .sign-up a{
    display: inline-block;
    width: 6.5rem;
    border-radius: 5px;
    background-color: #0b1e46;
    color: #FFF;
}
@media screen and (min-width: 460px){
    #m-head{
        display: none;
    }
    #head{
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10000;
    }
    #head .space{
        width: 100%;
        height: 87px;
        background-color: #0b1e46;
    }
    .m-header{
        position: static;
    }
    #header {
        height: 87px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 1px;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 1px;
    }
    
    .offer-logo {
        float: left;
        width: 152px;
        height: 49px;
        /*margin-top: 20px;*/
    }
    .footer .offer-logo{
        margin-top: 8px;
        background: url('../images/footer/p_footer_logo.png') no-repeat 0px 0px;
        background-size: 88%;
    }
    .footer .last-pa{
        margin-bottom: 13px;
    }
    .m-more{
        display:none;
    }
    .offer-nav {
        width: auto;
        height: 100%;
        float: right;
        font-size: 100%;
        padding: 29px 0px 0px 0px;
        background-color:transparent;
        position: static;
        -webkit-box-shadow:none;
                box-shadow:none;
    }
    .offer-nav ul {
        width: 100%;
    }
    .offer-nav ul li {
        float: left;
        font-size: 16px;
        padding: 3px 16px 3px 16px;
        height: 100%;
        line-height: 20px;
        width: auto;
    }
    .offer-nav ul li {
        font-size: 16px;
        color: #FFF;
    }
    .offer-nav ul .line{
        display:inline-block;
        padding: 2px 0px;
    }
    .offer-nav ul .sign-up{
        border-radius: 5px;
        border: 1px solid #FFF;
        padding: 2px 20px 3px 20px; 
        margin-left:5px;
    }
    .offer-nav ul .sign-up a{
        display: inline;
        border-radius: 0px;
        background-color: transparent;
    }
    .offer-nav ul .sign-up:hover{
        background-color: #FFF;
    }
    .offer-nav ul .sign-up:hover a{
        color: #666;
    }
    #head .fixed-header{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        height: 52px;
        opacity:0.8;
    }
    .fixed-header .offer-logo{
        margin-top: 10px;
        background-size: 100px;
        background-image: url("");  
    }
    .fixed-header .offer-nav{
        padding-top: 10px;
    }
}

.offer-nav ul .nav-active{
    position: relative;
}
.offer-nav ul .nav-active{
    position: relative;
}
.offer-nav ul .nav-active::after{
    content: "";
    position: absolute;
    width: 28%;
    height: 2px;
    background-color: #FFF;
    bottom: -4px;
    left:58%;
    -webkit-animation: navAnimate 200ms ;
            animation: navAnimate 200ms ;
}
.offer-nav ul .nav-active::before{
    content: "";
    position: absolute;
    width: 41%;
    height: 2px;
    background-color: #FFF;
    bottom: -4px;
    right:42%;
    -webkit-animation: navAnimate2 200ms ;
            animation: navAnimate2 200ms ;
}
@-webkit-keyframes navAnimate{
    from{
        width: 0%;
    }
    to{
        width: 28%;
    }
}
@keyframes navAnimate{
    from{
        width: 0%;
    }
    to{
        width: 28%;
    }
}
@-webkit-keyframes navAnimate2{
    from{
        width: 0%;
    }
    to{
        width: 42%;
    }
}
@keyframes navAnimate2{
    from{
        width: 0%;
    }
    to{
        width: 42%;
    }
}

.send-email-result {
	min-height: 470px;	
	text-align: center;
	padding-top: 175px;
}
.send-email-result > label {
	
	display: block;	
	font-size: 46px;
	color: #646464;	
}

.send-email-result {
    min-height: 470px;	
    text-align: center;
    padding-top: 175px;
}
.send-email-result > label {
    
    display: block;	
    font-size: 46px;
    color: #646464;	
    font-family: 'LatoWebBold';
}
label > em {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background:url("../images/others.png") -2px -156px no-repeat;	
}
.send-email-error > label > em {
    background-position: -42px -156px;	
}
.send-email-result .success-info {
    font-size: 18px;	
}
/*** header css end ***/



/*** footer css ***/
.footer{
    width: 100%;
    /* height: 649px;  */
    background-color: #0b1e46 !important;
    background-size: cover;
    position: relative;
    color: #DDD;
    font-size: 100%;
    font-family: 'OpenSans';
}
.footer .foot-content{
    display: none;
}

.footer span {
    color: inherit;
}
.footer .m-bg{
    width: 7.5rem;
    height: 1.27rem;
    /*background: url("../images/footer/p_footer_bg.png") no-repeat 0px 0px;*/
    background-size: cover;
}

.footer .m-foot-content{
    background-color: #0562ce;
    padding: 0px 0.3rem 0.15rem 0.3rem;
    text-align: center;
}
.footer .m-foot-content .m-logo-box{
    margin-bottom: 0.35rem;
}
.footer .m-foot-content .m-logo{
    display: block;
    width: 1.76rem;
    height: 0.54rem;
    background: url('../images/footer/p_footer_logo.png') no-repeat 0px 0px;
    background-size: cover;
    margin: 0px auto;
}
.footer .m-item{
    margin-bottom: 0.35rem;
}
.footer .m-item .title{
    font-size: 0.22rem;
    color: #FFF;
    margin-bottom: 0.15rem;
}
.footer .m-item li{
    padding: 0.03rem 0px;
}
.footer .m-item a{
    color: #DDD;
    font-size: 0.2rem;
}
.footer .m-contact ul{
    width: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
}
.footer .m-contact li {
    width: 0.38rem;
    height: 0.38rem;
}
.footer .m-contact li a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .m-contact li a img{
    width: 100%;
}
.footer .m-info ul span{
    font-size: 0.2rem;
    color: #DDD;
}
.footer .m-info .title span{
    font-size: 0.22rem;
    color: #FFF;
}
.footer .m-info .con{
    font-size: 0.2rem;
    color: #DDD;
    line-height: 0.3rem;
    margin-top: 0.10rem;
    margin-bottom: 0.18rem;
    text-align: center;
}

.footer .offer-tc {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    background-color: #001027; /*footer*/
}
.footer .offer-tc span{
    font-size: 0.22rem;
}
.footer .offer-tc .terms a,
.footer .offer-tc .privacy a{
    color: #FFF;
}
@media screen and (min-width: 460px){
    .footer {
        width: 100%;
        /*height: 595px;*/
        /*background: url("../images/footer_bg.png") no-repeat 50% 50%;*/
        background-color: #f6f8f9;
        background-size: cover;
        position: relative;
        font-size: 100%;
    }
    .footer .m-bg{
        display: none;
    }
    .footer span {
        color: inherit;
    }

    .footer .foot-content {
        height: 100%;
        padding: 10px 10px;
        display: block;
    }
    .footer .m-foot-content{
        display: none;
    }
    .footer-item {
        float: left;
        padding: 0px 30px;
    }

    .footer-item .title {
        font-family: 'OpenSansSemibold';
        margin-bottom: 20px;
    }

    .footer-item a {
        font-size: 14px; 
    }


    .foot-content .info ul {
        margin-top: 70px;
    }

    .footer .product,
    .footer .community,
    .footer .contact {
        margin-top: 20px;
    }

    .footer .product ul li,
    .footer .community ul li,
    .footer .contact ul li {
        padding: 6px 0px;
    }

    .footer .product ul li a:hover,
    .footer .community ul li a:hover,
    .footer .contact ul li a:hover {
        color: #FFF;
        text-decoration: underline;
    }
    .footer .contact ul li {
        padding-left: 25px;
        position: relative;
    }
    .footer .contact ul li i{
        display: block;
        width: 18px;
        height: 18px;
        background: url('../images/footer/footer_contact.png') no-repeat -2px -2px;
        top: 8px;
        left:0px;
        position: absolute;
    }
    .footer .contact ul li:nth-child(1) i{
        top: 7px;
        left:0px;
    }
    .footer .contact ul li:nth-child(2) i{
        top: 7px;
        left:0px;
    }
    .footer .contact ul li:nth-child(3) i{
        top: 7px;
        left:0px;
    }

    .footer .contact ul li:nth-child(1) i{}
    .footer .contact ul li:nth-child(2) i{background-position: -22px -2px}
    .footer .contact ul li:nth-child(3) i{background-position: -42px -2px}

    .footer .product,
    .footer .community,
    .footer .contact{
        padding-left: 150px;
        padding-right: 0px;
    }
    @media screen and (max-width: 1125px){
        .footer .product, .footer .community, .footer .contact{
            padding-left: 80px;
        }
    }
    @media screen and (max-width: 960px){
        .footer .product, .footer .community, .footer .contact{
            padding-left: 40px;
        }
    }
    .footer .offer-tc {
        width: 100%;
        height: 75px;
        font-size: 100%;
        line-height: 75px;
        text-align: center;
        background-color: #001027; /*footer*/
    }
    .footer .offer-tc span{
        font-size: 14px;
    }
    .footer .offer-tc .terms a:hover,
    .footer .offer-tc .privacy a:hover{
        color: #FFF;
        text-decoration: underline;
    }
    
}

/*** footer css end ***/




/*** homepage css ***/
/* home mobile start */
#home input::-webkit-input-placeholder {
    color: #929292;
    font-size: 16px;
}

#home input:-moz-placeholder {
    color: #929292;
    font-size: 16px;
}

#home input::-moz-placeholder {
    color: #929292;
    font-size: 16px;
}

#home input:-ms-input-placeholder {
    color: #929292;
    font-size: 16px;
}


#home .banner {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #f6f8f9;
    /*border-bottom: 80px solid  #001252;*/
}
#home .banner .swiper-container .swiper-slide img{
    width: 100%;
}
#home .banner .btn-box{
    font-size: 0.24rem;
    margin-top: 10px;

}
#home .banner .slide1{
    height: 7.3rem;
    background: url('../images/home/p_home_ban_1.png') no-repeat 0px 0px;
    background-size: 100%;
}
#home .banner .slide2{
    height: 7.3rem;
    background: url('../images/home/p_home_ban_2.png') no-repeat 0px 0px;
    background-size: 100%;
}

#home .banner .title {
    padding:0.8rem 0rem 0rem 0rem;
    position: relative;
    top: 5%;
    left:1%;
}
#home .banner .title h2 {
    color: #FFF;
    text-align: center;
    padding: 0.1rem 0px;
    font-size: 0.36rem;
}

#home .banner .title p {
    text-align: center;
    color: #FFF;
    font-size: 0.26rem;
    margin: 0.1rem 0px;
} 
#home .banner .slide2 .btn-box{
    top: 44%;
    left: 28%;
}

#home .client{
    width: 100%;
}
#home .client .title{
    padding: 0.5rem 0.3rem 0.2rem 0.3rem ;
}
#home .client .title h3{
    text-align: center;
}
#home .client .client-items,
#home .client .m-client-items{
    padding: 0.1rem 0rem;
    width: 100%;
}
#home .client .client-items li,
#home .client .m-client-items li{
    float: left;
}

/* home mobile css  */
@media screen and (max-width: 460px){
    #home .client .m-client-items{
        padding-top:0px!important;
        padding-left: 30px;
        padding-right: 30px;
    }
    #home .client .lg{
        display: none;
    }
    #home .clent .lg .client-items{
        padding: 0px;
    }
    #home .client .sm{
        padding-bottom: 0.4rem;
    }
    #home .client .sm .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -3px;
    }
    #home .sm .swiper-container{
        padding-bottom: 10px;
    }
    #home .client .m-client-item{
        width:50%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0.1rem 0px;
    }
    #home .client .m-client-item:nth-child(odd){
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }
    #home .client .m-client-item:nth-child(even){
        -webkit-box-pack: right;
            -ms-flex-pack: right;
                justify-content: right;
    }
    #home .client .slide1 .m-client-item a,
    #home .client .slide2 .m-client-item a{
        background: url('../images/home/clients.png') no-repeat -2px -2px;
        width: 140px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #home .client .slide1 .m-client-item:nth-child(1) a{
        background-position: -48px -23px;
    }
    #home .client .slide1 .m-client-item:nth-child(2) a{
        background-position: -227px -23px;
    }
    #home .client .slide1 .m-client-item:nth-child(3) a{
        background-position: -406px -23px;
    }
    #home .client .slide1 .m-client-item:nth-child(4) a{
        background-position: -574px -94px;
    }
    #home .client .slide1 .m-client-item:nth-child(5) a{
        background-position: -583px -16px;
    }
    #home .client .slide1 .m-client-item:nth-child(6) a{
        background-position: -956px -20px;
    }
    #home .client .slide2 .m-client-item:nth-child(1) a{
        background-position: -1114px -19px;
    }
    #home .client .slide2 .m-client-item:nth-child(2) a{
        background-position: -1121px -94px
    }
    #home .client .slide2 .m-client-item:nth-child(3) a{
        background-position: -44px -230px
    }
    #home .client .slide2 .m-client-item:nth-child(4) a{
        background-image: url('../images/home/home-client.png');
        background-position: -680px -231px;
    }
    #home .client .slide2 .m-client-item:nth-child(5) a{
         background-position: -765px -23px 
    }
    #home .client .slide2 .m-client-item:nth-child(6) a{
         background-position: -44px -162px 
    }

    #home .client .slide3 .m-client-item a,
    #home .client .slide4 .m-client-item a{
        background: url('../images/home/home-client.png') no-repeat 0px 0px;
        width: 140px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #home .client .slide3 .m-client-item:nth-child(1) a{
         background-position: -855px -95px 
    }
    #home .client .slide3 .m-client-item:nth-child(2) a{
        background-position: -340px -170px ;
    }
    #home .client .slide3 .m-client-item:nth-child(3) a{
        background-position: -834px -235px;
    }
    #home .client .slide3 .m-client-item:nth-child(4) a{
        background-position: 20px -168px;
    }
    #home .client .slide3 .m-client-item:nth-child(5) a{
        background-position: -151px -235px;
    }
    #home .client .slide3 .m-client-item:nth-child(6) a{
        background-position: -334px -238px;
    }
    #home .client .slide4 .m-client-item:nth-child(1) a{
        background-position: -160px -290px;
    }
    #home .client .slide4 .m-client-item:nth-child(2) a{
        background-position: -710px -167px;
    }
    #home .client .slide4 .m-client-item:nth-child(3) a{
        background-position: -165px -168px;
    }
    #home .client .slide4 .m-client-item:nth-child(4) a{
        background-position: -505px -233px;
    }
    #home .client .slide4 .m-client-item:nth-child(5) a{
        background-position: 10px -295px;
    }
    #home .client .slide4 .m-client-item:nth-child(6) a{
        background-position: 20px -231px;
    }

}
#home .feature {
    font-family: 'OpenSans';
    background-color: #f6f8f9;
    padding-top: 50px;
}
#home .feature .des h3,
#home .map .des h3,
#home .partner h3,
#home .trust h3{
    text-align: center;
    padding: 0.7rem 1rem 0.2rem 1rem;
}
#home .map .des h3{
    padding-top: 0.4rem;
}
#home .trust h3{
    padding-top: 0.5rem;
}
#home .partner h3{
    padding-top: 0.2rem;
}
#home .feature .des p,
#home .map .des p,
#home .trust p {
    font-size: 0.24rem; 
    text-align: justify;
    text-indent: 0px;
    line-height: 0.4rem;
    padding: 0.15rem 0px;
    word-spacing: -0.5px
}
#home .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.2rem;
}
#home .feature .feature-item {
    width: 100%;
    margin-bottom: 0.3rem;
}
#home .feature .feature-item h4{
    font-family:'OpenSans';
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    padding: 0.15rem 0px;
    font-weight: 700;
}
#home .feature .feature-item p{
    font-size: 0.24rem;
    text-align: center;
    padding: 0px 0.2rem;
    color: #333;
}
#home .feature .feature-item a{
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    margin: 0 18px;
}
#home .feature .feature-item:nth-child(1) a {
    background: url('../images/home/feature_1.png') no-repeat 0px 0px;
}
#home .feature .feature-item:nth-child(2) a {
    background: url('../images/home/feature_2.png') no-repeat 0px 0px;
}
#home .feature .feature-item:nth-child(3) a {
    background: url('../images/home/feature_3.png') no-repeat 0px 0px;
}

#home .feature .feature-item:nth-child(4) a {
    background: url('../images/home/feature_4.png') no-repeat 0px 0px;
}

#home .feature .feature-item:nth-child(5) a {
    background: url('../images/home/feature_5.png') no-repeat 0px 11px;
}

#home .feature .feature-item:nth-child(6) a {
    background: url('../images/home/feature_6.png') no-repeat 0px 9px;
}
.more-f-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.2rem 0.2rem 0.6rem 0.2rem;
}
.more-f-box a{
    display: block;
    width: 100%;
    text-align: center;
}
.more-f-box .btn{
    width: 100%;
    padding: 0.3rem 0.6rem;
}
#home .map .map-bg {
    width: 100%;
    height: 3.88rem;
    background: url('../images/home/p_home_map.png') no-repeat 0px 0px;
    background-size: contain;
}
.explore {
    width: 100%;
    padding: 20px;
    background-color: #001252;
    position: relative;
}

.explore .blank {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #FFF;
}

.explore .title h3 {
    color: #FFF;
    text-align: center;
}

.explore .title p {
    color: #FFF;
    text-align: center;
    font-size: 0.24rem;
    margin: 0.15rem 0px 0.3rem 0px;
}
.explore .our-advantage-container {
    margin: 0 auto;
}
.explore .our-advantage-container li.advantage-item {
    width: 100%;
    text-align: center;
    padding: 4px 0px 0.6rem 0px;
    position: relative;
}

@media screen and (max-width: 460px){
#home .feature .feature-item a{
	margin: 0;
	background-position: center!important;	
}	
    .explore .our-advantage-container li.advantage-item::after{
        content: "";
        width: 3.8rem;
        height: 4px;
        background: url('../images/home/p_home_explore_line.png') no-repeat 20px 0px;
        position: absolute;
        top: -19%;
        left: 18%;
        background-size: contain;
    }
    .explore .our-advantage-container li.advantage-item:nth-child(1)::after{
        content: "";
        background: url('') no-repeat 0px 0px;
        position: absolute;
    }
}
.explore .our-advantage-container li.advantage-item label.data {
    font-size: 0.42rem;
    color: #fff;
}
.explore .our-advantage-container li.advantage-item label.unit {
    font-size: 24px;
    color: #fff;
}
.explore .our-advantage-container li.advantage-item span {
    font-size: 0.36rem;
    color: #fff;
    display: block;
    line-height: 0.6rem;
}
.explore .our-advantage-container li.advantage-item label,
.explore .our-advantage-container li.advantage-item span {
    position: relative;
    top: -6px;
}
.explore .our-advantage-container li.advantage-item span {
    top: -10px;
}
.explore .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.explore .btn-box a  {
    display: block;
    width: 100%;
    margin: 0.1rem;
    font-size: 0.24rem;
}
.explore .btn-box button{
    width: 100%;
}

#home .trust {
    width: 100%;
    padding-bottom: 0.5rem;
}

#home .trust p {
    text-align: center;
}

#home .trust .swiper-container{
    height: 400px;
    padding-top: 20px;
}
#home .trust .swiper-pagination-bullet-active{
    background-color: #00b0f5;
}
#home .trust .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -3px;
}
#home .trust .des {
    position: relative;
    display: table;
}

#home .trust .des .left-mark {
    position: absolute;
    top: 40%;
    left: 2%;
    width: 0.56rem;
    height: 0.43rem;
    background: url("../images/home/p_home_trust_left.png") no-repeat 0px 0px;
    background-size: contain;
    opacity: 0.4;
}

#home .trust .des .right-mark {
    position: absolute;
    top: 40%;
    right: 0%;
    width: 0.56rem;
    height: 0.43rem;
    background: url("../images/home/p_home_trust_right.png") no-repeat 0px 0px;
    background-size: contain;
    opacity: 0.4;
}

#home .trust .des p {
    height: 3rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.85rem;
    color: #929292;
    display: table-cell;
    vertical-align: middle;
}

#home .trust .line {
    width: 2.7rem;
    height: 20px;
    margin: 0.3rem auto;
    background: url("../images/home/p_home_trust_line.png") no-repeat 42% 0px;
}

#home .trust .post {
    padding: 0px 20px;
}

#home .trust .name {
    color: #00b0f5;
    padding: 0px 20px;
}

#home .trust .Avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.2);
    position:relative;
    background: url("../images/home/trust_user.png") no-repeat 0px 0px;
    background-color: #FFF;
}
#home .trust .baidu .Avatar{
    background-position: -338px 28px;
}
#home .trust .leadhug .Avatar{
    background-position: -83px 32px;
}
#home .trust .blackfox .Avatar{
    background-position: -168px 35px;
}
#home .trust .Mobifyn .Avatar{
    background-position: -512px 30px;
}
#home .trust .Approach-X .Avatar{
    background-position: -590px 30px;
}
#home .trust .adstacks_media .Avatar{
    background-position: -670px 30px;
}



#home .trust .Appcoachs .Avatar{
    background-position: -249px 31px;
}
#home .trust .mach .Avatar{
    background-position: -425px 25px;
}
#home .trust .phone .Avatar{
    background-position: -1px 25px;
}

#home .partner {
    padding: 0.2rem 0.4rem;
}

#home .partner .title h3 {
    text-align: center;
    margin: 0.1rem 0px 0.25rem 0px;
}
#home .partner .title{
    padding: 0.2rem;
}
#home .send-email {
    position: relative;
}

#home input[data-name='email_from'],
#home input[name='company'] {
    height: 0.9rem;
    font-size: 0.22rem;
    margin-bottom: 0.4rem;
}

#home input[data-name='email_from'] {
    width: 100%;
}

#home input[name='company'] {
    width: 100%;
}

#home .send-email button {
    padding: 14px 60px;
    position: relative;
    width: 100%;

}

#home .partner .partner-logo {
    padding: 0.1rem 0px;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    
}
@media screen and (max-width: 460px){
	#home .trust .swiper-container{
		height: 430px;	
	}
    #home .partner .partner-logo li {
        width: 30%;
        height: 0.85rem;
        margin: 0.1rem;
    }
    #home .partner .partner-logo li a {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    	background-position: center center;
    }

    #home .partner .partner-logo li:nth-child(1) a {
        background-image: url('../images/home/partner/p_home_partner_logo_07.png');
    }
    #home .partner .partner-logo li:nth-child(2) a {
        background-image: url('../images/home/partner/p_home_partner_logo_09.png');
        background-position: 21% 1%;
    }
    #home .partner .partner-logo li:nth-child(3) a {
        background-image: url('../images/home/partner/p_home_partner_logo_11.png');
        background-position: 31% 1%;
    }

    #home .partner .partner-logo li:nth-child(4) a {
        background-image: url('../images/home/partner/p_home_partner_logo_13.png');
    }

    #home .partner .partner-logo li:nth-child(5) a {
        background-image: url('../images/home/partner/p_home_partner_logo_15.png');
    }

    #home .partner .partner-logo li:nth-child(6) a {
        background-image: url('../images/home/partner/p_home_partner_logo_17.png');
        background-position: 31% 1%;
    }
    #home .partner .partner-logo li:nth-child(7) a {
        
        background-image: url("../images/home/forensiq.png");
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center center;
    }
    #home .explore .swiper-slide img{
        margin-left: 0px;
    }
}


#home .explore .poster-main .poster-list .list-item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 3px 5px 17px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 17px -2px rgba(0, 0, 0, 0.2);
}

#home .explore .list-item a,
.list-item a img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.explore .btn-box {
    padding: 0px 0px 1rem 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.explore .swiper-slide{
    padding-bottom: 10px;
}
#home .explore .swiper-slide img{
    width: 4.5rem;
    margin-left: 14%;
    -webkit-box-shadow: 0px 3px 24px -7px rgba(0, 0, 0, 1);
            box-shadow: 0px 3px 24px -7px rgba(0, 0, 0, 1);
}
#home .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background-image: url('');
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#home .explore .swiper-button-prev:hover{
    background: #82be00;
}
#home .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next{
    width: 10px;
    height: 14px;
    content: "";
    position: absolute;
    top: 16%;
    left: 20%;
    background: url("../images/home_manage/p_home_arrow_left.png") no-repeat 0px 0px;
    background-size: contain;
}
#home .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background-image: url('');
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#home .explore .swiper-button-next:hover{
    background: #82be00; /*button css*/
}
#home .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
    width: 10px;
    height: 14px;
    content: "";
    position: absolute;
    top: 16%;
    left: 30%;
    background: url("../images/home_manage/p_home_arrow_right.png") no-repeat 0px 0px;
    background-size: contain;
}
    #home .client .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    #home .client .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 20px;
        height: 56px;
        border-radius: 0;
        margin-top: -43px;
        background: rgba(0,0,0,0.1);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    #home .client .swiper-button-prev:hover,#home .client  .swiper-button-next:hover{
        background: rgba(0,0,0,0.2);
    }
    #home .client .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next,
    #home .client .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
        width: 13px;
        height: 17px;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 4px;
        background: url("../images/home_manage/p_home_arrow_left.png") no-repeat 0 0;
    }
    #home .client .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
        background: url("../images/home_manage/p_home_arrow_right.png") no-repeat 0 0;
    }
 .explore .blank {
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #FFF;
}
/* home mobile end */


@media screen and (min-width: 460px){

    #home .client .sm{
        display: none;
    }
    #home .partner .title{
        padding: 0px;
    }
    #home .client .title {
        padding: 45px 0px 10px 0px;
    }
    #home .banner {
        width: 100%;
        height: 630px;
        position: relative;
        background: url('') no-repeat 0px 0px;
        background-color: #f6f8f9;
    }
    #home .banner .swiper-container{
        width: 100%;
        height: 100%;
        margin: 0px;
    }
    #home .banner .swiper-container .swiper-slide img{
        width: 100%;
    }

    #home .banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        width: 69px;
        height: 117px;
        background-image: url('');
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        border-radius: 0px;
    }
    #home .banner .swiper-button-prev:hover{
        background: rgba(0,0,0,0.1);
    }
    #home .banner .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next{
        width: 33px;
        height: 60px;
        content: "";
        position: absolute;
        top: 28px;
        left: 18px;
        background: url("../images/home/home_ban_arrow.png") no-repeat 0px 0px;
    }
    #home .banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 69px;
        height: 117px;
        background-image: url('');
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        border-radius: 0px;
    }
    #home .banner  .swiper-button-next:hover{
        background: rgba(0,0,0,0.1);
    }
    #home .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 10px;
    }
    #home .banner .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
        width: 33px;
        height: 60px;
        content: "";
        position: absolute;
        top: 28px;
        left: 18px;
        background: url("../images/home/home_ban_arrow.png") no-repeat 0px 0px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    #home .banner .title{
        position: relative;
        z-index: 20;
    }
    #home .banner .slide1 .title {
        padding:0px 0.8rem;
        position: static;
        overflow: hidden;
        margin-top: 40px;
    }
    #home .banner .slide1 .title h2 {
        color: #FFF;
        text-align: center;
        font-size: 36px;
        padding: 0px;
        margin-top: 0px;
    }
    #home .banner .slide1 .title p {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        margin: 10px 0px;
    } 
    #home .banner .slide2 .title {
        display: inline-block;
        width: 2.2rem;
        padding:0px 0rem;
        position: relative;
        top: 20%;
        left: 23%;
    }
    #home .banner .slide2 .title h2 {
        color: #FFF;
        text-align: center;
        padding: 10px 0px;
        font-size: 36px;
        text-align: left;
    }

    #home .banner .slide2 .title p {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0px;
        text-align: left;
    } 
    #home .banner .btn-box{
        font-size: 18px;
    }
    #home .banner img{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    #home .banner .slide1{
        height:100%;
        background: url('') no-repeat 0px 0%;
    }
    #home .banner .slide1-bg{
        position: absolute;
        top: 0px;
        left: 0px;
        background: url('../images/home/ban_bg.png') no-repeat center 0px;
        width: 100%;
        height: 100%;
    }
    #home .banner .slide1 .computer{
        width: 860px;
        height: 393px;
        position: absolute;
        background: url('../images/home/home_ban_1.svg') no-repeat center 0%;
        /* background-size: 45%; */
        background-size: 100%;
        top: 240px;
        left: 50%;
        margin-left: -430px;
        z-index: 10;
    }
    #home .banner .slide2{
        height: 100%;
        /* background: url('../images/home/home_ban_2.png') no-repeat 50% 50%; */
        background-size: cover;
    }
    #home .banner .slide1 .btn-box{
        position: relative;
        left: 0px;
        width: 218px;
        top: 23px;
        margin: 0px auto;
    }
    #home .banner .slide2 .btn-box{
        top: 55%;
        left: 23%;
    }
   
    #home .client .client-items{
        padding: 0px 46px 0 66px;
    }
    #home .client .client-item{
        width:16.6%;
        height: 70px;
    }
    #home .client .slide1 .client-item.client-mobking,
    #home .client .slide1 .client-item.client-candyadz{
    	width: 15%;}
    #home .client .slide1 .client-item.client-braveymob,
    #home .client .slide1 .client-item.client-phoenix
    {width: 15%;}
    #home .client .slide1 .client-item.client-sparkle,
    #home .client .slide1 .client-item.client-promorich
    {width: 13.4%;}
    #home .client .slide1 .client-item.client-blackfox,
    #home .client .slide1 .client-item.client-adpotato
    {
    	width: 16%;
        margin-left: 20px;
    }
	#home .client .slide1 .client-item.client-adpotato{
        margin-left: 37px;
 	}
    #home .client .slide1 .client-item a{
        display: block;
        width: 100%;
        height: 100%;
        background: url('../images/home/home-client.png') no-repeat -2px -2px;
    }
    #home .client .slide1 .client-item.client-appcoach a{
        background-position: 12px -12px;
    }
    #home .client .slide1 .client-item.client-mobking a{
        background-position: -170px -12px;
    }
    #home .client .slide1 .client-item.client-qnewangmobi a{
        background-position: -330px -10px;
    }
    #home .client .slide1 .client-item.client-braveymob a{
        background-position: -522px -12px;
    }
    #home .client .slide1 .client-item.client-sparkle a{
        background-position: -689px -5px;
    }
    #home .client .slide1 .client-item.client-blackfox a{
        background-position: -828px -12px;
    }
    #home .client .slide1 .client-item.client-mobifyn a{
        background-position: 20px -88px;
    }
    #home .client .slide1 .client-item.client-candyadz a{
        background-position: -166px -88px;
    }
    #home .client .slide1 .client-item.client-madata a{
        background-position: -337px -88px;
    }
    #home .client .slide1 .client-item.client-phoenix a{
        background-position: -690px -226px
    }
    #home .client .slide1 .client-item.client-promorich a{
         background-position: -512px -88px; 
    }
    #home .client .slide1 .client-item.client-adpotato a{
          background-position: -677px -88px;  
        
    }
    /*slide2  */
    #home .client .slide2 .client-item a{
        display: block;
        width: 100%;
        height: 100%;
        background: url('../images/home/home-client.png') no-repeat -2px -2px;
    }
    
    #home .client .slide2 .client-item.client-mena a{
        background-position: -844px -83px;
    }
    #home .client .slide2 .client-item.client-baidu a{
        background-position: -334px -158px;
    }
    #home .client .slide2 .client-item.client-rs a{
        background-position: -820px -220px;
    }
    #home .client .slide2 .client-item.client-expletus a{
        background-position: 20px -158px;
    }
    #home .client .slide2 .client-item.client-mobisummer a{
        background-position: -140px -225px;
    }
    #home .client .slide2 .client-item.client-ouucun a{
        background-position: -330px -225px;
    }
    #home .client .slide2 .client-item.client-super a{
        background-position: -155px -280px;
    }
    #home .client .slide2 .client-item.client-uc a{
        background-position: -702px -155px;
    }
    #home .client .slide2 .client-item.client-mobitwo a{
        background-position: -153px -158px;
    }
    #home .client .slide2 .client-item.client-rodi a{
        background-position: -503px -225px;
    }
    #home .client .slide2 .client-item.client-mo a{
        background-position: 10px -280px;
    }
    #home .client .slide2 .client-item.client-menamobile a{
        background-position: 30px -225px;
    }
    #home .feature .slide1 .feature-item a{
        margin-bottom: 40px;
    }
    #home .feature .des h3,
    #home .map .des h3,
    #home .partner h3,
    #home .trust h3 {
        text-align: center;
        padding: 10px 0px;
    }
    #home .map{
        padding-top: 20px;
    }
    #home .feature .des {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    #home .feature .des p,
    #home .map .des p{
        font-size: 16px;
        text-indent: 0px;
        line-height: 27px;
        padding: 10px 22px;
        text-align: justify;
    }
    #home .feature ul {
        padding: 0px 40px
    }
    #home .trust p {
        font-size: 16px;
        text-indent: 0px;
        line-height: 27px;
        padding: 10px 22px;
    }
    #home .feature .feature-item {
        width: 31.5%;
        margin-bottom: 60px;
    }
    #home .feature .feature-item h4{
        font-size: 24px;
        font-family:'OpenSans';
        text-align: left;
        padding: 10px 0px 8px 18px;
    }
     #home .feature .feature-item h4.left{
        text-align: left;
        padding-left: 18px;
    }
    #home .feature .feature-item p{
        font-size: 14px;
        padding: 0px 18px;
        text-align:left;
        margin-bottom: 0px;
        word-spacing: 0;
    }
    .more-f-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: -30px 0px 50px 0px;
    }
    .more-f-box .btn{
        width: auto;
    }
    #home .map .map-bg {
        width: 782px;
        height: 400px;
        margin: 0px auto;
        background: url('../images/home/map.png') no-repeat 0px 0px;
    }
    .explore {
        width: 100%;
        padding: 40px 20px 20px 20px;
        background-color: #001252;
        position: relative;
    }
    .explore a.price{
        margin-left: 30px;
    }
    .explore .blank {
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: #FFF;
    }
    .explore .title p {
        color: #FFF;
        text-align: center;
        font-size:16px;
        margin: 15px 0px 30px 0px;
    }
    .explore .our-advantage-container {
        margin: 0 auto;
        padding-left: 52px;
    }
    .explore .our-advantage-container li.advantage-item {
        float: left;
        width: auto;
        text-align: initial;
        border-left: 3px solid #fff;
        padding: 0px 27px 0px 12px;
        height: 70px;
    }
    .explore .our-advantage-container li.advantage-item label.data {
        font-size: 48px;
        color: #fff;
    }
    .explore .our-advantage-container li.advantage-item label.unit {
        font-size: 24px;
        color: #fff;
    }
    .explore .our-advantage-container li.advantage-item span {
        font-size: 18px;
        color: #fff;
        display: block;
        line-height: 12px;
    }
    .explore .btn-box {
        padding: 45px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .explore .btn-box a  {
        display: inline-block;
        width: auto;
        margin: 10px;
        position: relative;
        font-size: 18px;
    }
    .explore .btn-box a:hover{
        background-color: #FFF;
        color: #666;
    }
    
    /* trust  */
    
    #home .trust {
        width: 100%;
        padding: 20px 40px 50px 40px;
    }
    #home .trust .des  {
        font-size: 20px;
        padding: 10px 200px;
        line-height: 27px;
        display: block; 
    }
    #home .trust .des .left-mark {
        top: 29%;
        left: 8%;
        width: 48px;
        height: 36px;
        opacity: 0.4;
    }

    #home .trust .des .right-mark {
        top: 29%;
        right: 7%;
        width: 48px;
        height: 36px;
        opacity: 0.4;
    }
    #home .trust .des p {
        height: 100%;
        font-size: 14px;
        padding: 0px;
        line-height: 27px; 
        display: block; 
    	width: 80%;
    	margin: 0 auto;
    }
    #home .trust .des .align{
        line-height: 120px;
    }
    #home .trust .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -4px;
    }
    #home .trust .line {
        width: 278px;
        height: 20px;
        margin: 15px auto;
        background: url("../images/home/trust.PNG") no-repeat -1px -69px;
    }
    #home .trust .swiper-container .swiper-slide {
        height: 350px;
    }
    
    /* partner  */
    #home .partner {
        padding: 30px 30px 0px 30px;
    }
    #home .partner .title h3 {
       margin: 0px;
    }

    
    #home .title{
        padding: 0px;
    }
    #home .send-email {
        padding: 10px 80px;
    }
    #home input[data-name='email_from'],
    #home input[name='company'] {
        height: 56px;
        font-size: 18px;
        margin-bottom: 0px;
    }
    #home input[data-name='email_from'] {
        width: 26%;
    }

    #home input[name='company'] {
        width: 50%;
        margin: 0px 10px;
    }
    #home .send-email button {
        padding: 14px 0px!important;
        position: relative;
        top: -4px;
        width: 210px;
        
    }
    #home .partner .partner-logo {
        padding: 10px 80px 20px 80px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #home .partner .partner-logo li {
        width: 25%;
        height: 61px;
    }
    #home .partner .partner-logo li a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0px auto;
        background-image: url("../images/home/partners_logo.png");
        background-repeat: no-repeat;
    }

    #home .partner .partner-logo li:nth-child(1) a {
        background-position: -30px 0px;
    }
    #home .partner .partner-logo li:nth-child(2) a {
        width: 90%;
        background-position: -255px 0px;
    }
    #home .partner .partner-logo li:nth-child(3) a {
        background-position: -475px 0px;
    }

    #home .partner .partner-logo li:nth-child(4) a {
        background-position: -700px 0px;
    }

    #home .partner .partner-logo li:nth-child(5) a {
        background-position: -30px -53px;
    }

    #home .partner .partner-logo li:nth-child(6) a {
        width: 90%;
        background-position: -251px -53px;
    }
    #home .partner .partner-logo li:nth-child(7) a {
        background-image: url("../images/home/forensiq.png");
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center center;
    }
    #home .partner .partner-logo li:nth-child(8) a {
        background-position: -470px -53px;
    }

    #home .explore .poster-main .poster-list .list-item {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 3px 5px 17px -2px rgba(0, 0, 0, 0.2);
                box-shadow: 3px 5px 17px -2px rgba(0, 0, 0, 0.2);
    }

    #home .explore .list-item a,
    .list-item a img {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }
    /* 轮播  */
    #home .explore .swiper-slide img{
        width: 722px;
        margin-left: 20%;
    }

    #home .client .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    #home .client .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 30px;
        height: 86px;
        border-radius: 0;
        margin-top: -43px;
        background: rgba(0,0,0,0.1);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    #home .client .swiper-button-prev:hover,#home .client  .swiper-button-next:hover{
        background: rgba(0,0,0,0.2);
    }
    #home .client .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next,
    #home .client .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
        width: 13px;
        height: 17px;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 8px;
        background: url("../images/home_manage/home_arrow.png") no-repeat -1px -1px;
    }
    #home .client .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev{
        background: url("../images/home_manage/home_arrow.png") no-repeat -15px -1px;
    }
}

/* ** homepage css end ** */






/*** features  css  ***/
#feature .banner {
    position: relative;
    line-height: normal;
    height: 1.49rem;
}
#feature .banner .title {
    text-align: center;
    padding: 0.2rem 0.4rem;
}
#feature .point{
    display: none;
}
#feature .m-point{
    display: block;
    position: relative;
}
#feature .chosen-box{
    padding: 0.3rem 0.1rem;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}
#feature .chosen{
    width: 90%;
    height: 0.93rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.1rem;
    margin: 0px auto;
    background-color: #FFF;
    padding: 0.05rem 0.15rem;
    color: #929292;
    line-height: 0.83rem;
    position: relative;
}
#feature .chosen span{
    font-size: 0.28rem;
}
#feature .m-arrow{
    float: right;
    width: 0.48rem;
    height: 0.29rem;
}
#feature .m-arrow img{
    width: 0.48rem;;
}
#feature .m-point .m-point-items{
    position: fixed;
    height: 0px;
    z-index: 1000;
    bottom: 0rem;
    left: 0%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fbfbfb;
        -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 400ms;
        transition: all 400ms;
}
#feature .m-point .m-point-item{
    width: 100%;
    padding: 0.2rem 0.15rem;
    text-align: center;
}
#feature .m-point .m-point-item.active{
    background: #00b0f5;
}

#feature .m-point .m-point-item a{
    font-size: 0.24rem;
    color: #929292;
}
#feature .m-point .m-point-item.active a{
    color: #FFF;
}
#feature .con ul {
    padding: 1rem 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

#feature .con .con-item {
    width: 100%;
    margin-bottom: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
}


#feature .con .con-item .info {
    width: 95.5%;
    margin-left:0px;
}

#feature .con .con-item .info h6 {
    text-align: left;
    color: #666;
    font-size: 0.28rem;
    position: relative;
    left: 12%;
    top: -0.12rem;
    font-family:'OpenSans';
}

#feature .con .con-item .info p {
    text-align: justify;
    font-size: 14px;
    color: #999;
    padding-right: 0px;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}
#feature .con .con-item .info p.space{
    word-spacing: -1.5px;
}
#feature .con ul {
    display: none;
}

#feature .con .none {
    display: none;
}

#feature .con .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
}

/* 图片  */

@media screen and (max-width: 460px){
    #feature .con .con-item .img-box {
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        top: -0.3rem;
        left: 3%;
    }
    #feature .con .con-item .img {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px 0px;
        position: relative;
    }
    /* tracking  */
    #feature .con .con-tracking .con-item:nth-child(1) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_03.png');
    }
    #feature .con .con-tracking .con-item:nth-child(2) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_06.png');
        top: 4px;
    }
     #feature .con .con-tracking .con-item:nth-child(3) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_09.png');
    }
    #feature .con .con-tracking .con-item:nth-child(4) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_11.png');
    }
    #feature .con .con-tracking .con-item:nth-child(5) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_13.png');
    }
    #feature .con .con-tracking .con-item:nth-child(6) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_15.png');
    }
    #feature .con .con-tracking .con-item:nth-child(7) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_17.png');
    }
    #feature .con .con-tracking .con-item:nth-child(8) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_19.png');
    }
    #feature .con .con-tracking .con-item:nth-child(9) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_21.png');
    }
    #feature .con .con-tracking .con-item:nth-child(10) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_23.png');
        top: 0.12rem;
    }
    #feature .con .con-tracking .con-item:nth-child(11) .img {
        background-image: url('../images/feature/tracking/p_feature_tracking_27.png');
        top: 0.12rem;
    }
    /* network  */
    #feature .con .con-network .con-item:nth-child(1) .img {
        background-image: url('../images/feature/network/p_feature_network_09.png');
    }
    #feature .con .con-network .con-item:nth-child(2) .img {
        background-image: url('../images/feature/network/p_feature_network_11.png');
    }
    #feature .con .con-network .con-item:nth-child(3) .img {
        background-image: url('../images/feature/network/p_feature_network_24.png');
    }
    #feature .con .con-network .con-item:nth-child(4) .img {
        background-image: url('../images/feature/network/p_feature_network_26.png');
    }
    #feature .con .con-network .con-item:nth-child(5) .img {
        background-image: url('../images/feature/network/p_feature_network_02.png');
    }
    #feature .con .con-network .con-item:nth-child(6) .img {
        background-image: url('../images/feature/network/p_feature_network_14.png');
    }
    #feature .con .con-network .con-item:nth-child(7) .img {
        background-image: url('../images/feature/network/p_feature_network_16.png');
    }
    #feature .con .con-network .con-item:nth-child(8) .img {
        background-image: url('../images/feature/network/p_feature_network_18.png');
    }
    #feature .con .con-network .con-item:nth-child(9) .img {
        background-image: url('../images/feature/network/p_feature_network_20.png');
    }
    #feature .con .con-network .con-item:nth-child(10) .img {
        background-image: url('../images/feature/network/p_feature_network_22.png');
    }
    #feature .con .con-network .con-item:nth-child(11) .img {
        background-image: url('../images/feature/network/p_feature_network_04.png');
    }
    #feature .con .con-network .con-item:nth-child(12) .img {
        background-image: url('../images/feature/network/p_feature_network_06.png');
    }
    /*  anti */
    #feature .con .con-anti .con-item:nth-child(1) .img {
        background-image: url('../images/feature/anti/p_feature_anti_03.png');
    }
    #feature .con .con-anti .con-item:nth-child(2) .img {
        background-image: url('../images/feature/anti/p_feature_anti_05.png');
    }
    #feature .con .con-anti .con-item:nth-child(3) .img {
        background-image: url('../images/feature/anti/p_feature_anti_07.png');
    }
    #feature .con .con-anti .con-item:nth-child(4) .img {
        background-image: url('../images/feature/anti/p_feature_anti_09.png');
    }
    #feature .con .con-anti .con-item:nth-child(5) .img {
        background-image: url('../images/feature/anti/p_feature_anti_11.png');
    }
    #feature .con .con-anti .con-item:nth-child(6) .img {
        background-image: url('../images/feature/anti/p_feature_anti_13.png');
    }
    #feature .con .con-anti .con-item:nth-child(7) .img {
        background-image: url('../images/feature/anti/p_feature_anti_15.png');
    }
    /* report  */
    #feature .con .con-report .con-item:nth-child(1) .img {
        background-image: url('../images/feature/report/p_feature_report_03.png');
    }
    #feature .con .con-report .con-item:nth-child(2) .img {
        background-image: url('../images/feature/report/p_feature_report_05.png');
    }
    #feature .con .con-report .con-item:nth-child(3) .img {
        background-image: url('../images/feature/report/p_feature_report_07.png');
    }
    #feature .con .con-report .con-item:nth-child(4) .img {
        background-image: url('../images/feature/report/p_feature_report_09.png');
    }
    /* billing */
    #feature .con .con-billing .con-item:nth-child(1) .img {
         background-image: url('../images/feature/billing/p_feature_billing_03.png');
    }
    #feature .con .con-billing .con-item:nth-child(2) .img {
         background-image: url('../images/feature/billing/p_feature_billing_05.png');
    }
    /* portal */
    #feature .con .con-portal .con-item:nth-child(1) .img {
        background-image: url('../images/feature/portal/p_feature_portal_05.png');
    }
    #feature .con .con-portal .con-item:nth-child(2) .img {
        background-image: url('../images/feature/portal/p_feature_portal_07.png');
    }
    #feature .con .con-portal .con-item:nth-child(3) .img {
        background-image: url('../images/feature/portal/p_feature_portal_09.png');
    }
    #feature .con .con-portal .con-item:nth-child(4) .img {
        background-image: url('../images/feature/portal/p_feature_portal_02.png');
    }
    #feature .con .con-portal .con-item:nth-child(5) .img {
        background-image: url('../images/feature/portal/p_feature_portal_12.png');
    }
    #feature .con .con-portal .con-item:nth-child(6) .img {
        
        background-image: url('../images/feature/portal/p_feature_portal_14.png');
        background-size: 90%;
    }
    #feature .con .con-portal .con-item:nth-child(7) .img {
        background-image: url('../images/feature/portal/p_feature_portal_16.png');
    }
    #feature .con .con-portal .con-item:nth-child(8) .img {
        background-image: url('../images/feature/portal/p_feature_portal_18.png');
    }
    /* api */
    #feature .con .con-api .con-item:nth-child(1) .img {
        background-image: url('../images/feature/api/p_feature_api_07.png');
    }
    #feature .con .con-api .con-item:nth-child(2) .img {
        background-image: url('../images/feature/api/p_feature_api_02.png');
    }
    #feature .con .con-api .con-item:nth-child(3) .img {
        background-image: url('../images/feature/api/p_feature_api_10.png');
        background-size: 90%;
    }
    #feature .con .con-api .con-item:nth-child(4) .img {
        background-image: url('../images/feature/api/p_feature_api_04.png');
    }
    /* advance */
    #feature .con .con-advance .con-item:nth-child(1) .img {
        background-image: url('../images/feature/advance/p_feature_advance_05.png');
        top: 0.15rem;
    }
    #feature .con .con-advance .con-item:nth-child(2) .img {
        background-image: url('../images/feature/advance/p_feature_advance_02.png');
        top: 0.15rem;
    }
    #feature .con .con-advance .con-item:nth-child(3) .img {
        background-image: url('../images/feature/advance/p_feature_advance_08.png');
        top: 0.1rem;
    }
    #feature .con .con-advance .con-item:nth-child(4) .img {
        background-image: url('../images/feature/advance/p_feature_advance_10.png');
    }
    #feature .con .con-advance .con-item:nth-child(5) .img {
        background-image: url('../images/feature/advance/p_feature_advance_14.png');
    }
    #feature .con .con-advance .con-item:nth-child(6) .img {
        background-image: url('../images/feature/advance/p_feature_advance_12.png');
        top: 0.12rem;
    }
}

@media screen and (min-width: 460px){
    #feature .banner {
        position: relative;
        line-height: normal;
        height: 149px;
    }
    #feature .banner .title h2{
        font-size: 48px;
    }
    #feature .banner .title {
        float: left;
        width: 100%;
        padding: 30px 0px 0px 0px ;
    }
    #feature .point{
        display: block;
        background-color: #fbfbfb;
        -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    }
    #feature .m-point{
        display: none;
    }
     #feature .point .point-items{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 20px;
        color: #929292;
     }
    #feature .point .point-item {
        position: relative;
        width: 12.5%;
        padding: 30px 15px;
        text-align: center;
    }
    #feature .point .point-item:hover{
        background-color: #00b0f5;
        color: #FFF;
    }
    #feature .point .point-items .active::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #00b0f5;
    }

    #feature .point .point-items .active a {
        color: #FFF;
    }
    #feature .point-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
        font-size: 18px;
    }

    #feature .point-item .row {
        line-height: 54px;
    }
    #feature .con ul {
        padding: 50px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    #feature .con .con-item {
        width: 50%;
        margin-bottom: 30px;
        ;
        display: -webkit-box;
        ;
        display: -ms-flexbox;
        ;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    #feature .con .con-item .img-box {
        width: 20%;
    }

    #feature .con .con-item .img {
        display: block;
        width: 40px;
        height: 45px;
        margin: 5px auto;
        background-repeat: no-repeat;
    }
    #feature .con .con-item .info {
        width: 72.5%;
        margin-left:-50px;
    }

    #feature .con .con-item .info h6 {
        color: #666;
        font-size: 18px;
        left: 0px;
        top: 0px;
        padding-left: 3px;
    }

    #feature .con .con-item .info p {
        font-size: 14px;
        color: #999;
        padding-right: 0px;
        font-size: 14px;
        text-align: justify;
        margin-top: 0px;
    }

    #feature .con ul {
        display: none;
    }

    #feature .con .none {
        display: none;
    }

    #feature .con .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /* 图片 */

    /*tracking*/

    #feature .con .con-tracking .img {
        background-image: url('../images/feature/feature_tracking.png');
    }

    #feature .con .con-tracking .con-item:nth-child(1) .img {
        background-position: 0px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(2) .img {
        background-position: -42px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(3) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(4) .img {
        background-position: -130px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(5) .img {
        background-position: -176px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(6) .img {
        background-position: -224px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(7) .img {
        background-position: -272px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(8) .img {
        background-position: -323px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(9) .img {
        background-position: -372px 0px;
    }

    #feature .con .con-tracking .con-item:nth-child(10) .img {
        background-position: -428px 0px;
    }
    #feature .con .con-tracking .con-item:nth-child(11) .img {
        background-position: -480px 0px;
    }

    /*network*/

    #feature .con .con-network .img {
        background-image: url('../images/feature/feature_network.png');
    }

    #feature .con .con-network .con-item:nth-child(1) .img {
        background-position: -1px 0px;
    }

    #feature .con .con-network .con-item:nth-child(2) .img {
        background-position: -44px 0px;
    }
    #feature .con .con-network .con-item:nth-child(3) .img {
        background-position: -485px 0px;
    }
    #feature .con .con-network .con-item:nth-child(4) .img {
        background-position: -536px 0px;
    }
    #feature .con .con-network .con-item:nth-child(5) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-network .con-item:nth-child(6) .img {
        background-position: -130px 0px;
    }

    #feature .con .con-network .con-item:nth-child(7) .img {
        background-position: -177px 0px;
    }

    #feature .con .con-network .con-item:nth-child(8) .img {
        background-position: -228px 0px;
    }

    #feature .con .con-network .con-item:nth-child(9) .img {
        background-position: -272px 0px;
    }

    #feature .con .con-network .con-item:nth-child(10) .img {
        background-position: -323px 0px;
    }

    #feature .con .con-network .con-item:nth-child(11) .img {
        background-position: -372px 0px;
    }

    #feature .con .con-network .con-item:nth-child(12) .img {
        background-position: -428px 0px;
    }


    /*anti*/

    #feature .con .con-anti .img {
        background-image: url('../images/feature/feature_anti.png');
    }

    #feature .con .con-anti .con-item:nth-child(1) .img {
        background-position: -2px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(2) .img {
        background-position: -42px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(3) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(4) .img {
        background-position: -130px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(5) .img {
        background-position: -177px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(6) .img {
        background-position: -224px 0px;
    }

    #feature .con .con-anti .con-item:nth-child(7) .img {
        background-position: -272px 0px;
    }


    /*report*/

    #feature .con .con-report .img {
        background-image: url('../images/feature/feature_report.png');
    }

    #feature .con .con-report .con-item:nth-child(1) .img {
        background-position: 0px 0px;
    }

    #feature .con .con-report .con-item:nth-child(2) .img {
        background-position: -43px 0px;
    }

    #feature .con .con-report .con-item:nth-child(3) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-report .con-item:nth-child(4) .img {
        background-position: -130px 0px;
    }


    /*billing*/

    #feature .con .con-billing .img {
        width: 41px;
        height: 45px;
        background-image: url('../images/feature/feature_billing.png');
    }

    #feature .con .con-billing .con-item:nth-child(1) .img {
        background-position: 0px 0px;
    }

    #feature .con .con-billing .con-item:nth-child(2) .img {
        width: 52px;
        height: 66px;
        background-position: -45px 0px;
    }


    /*portal*/

    #feature .con .con-portal .img {
        background-image: url('../images/feature/feature_portal.png');
    }

    #feature .con .con-portal .con-item:nth-child(1) .img {
        background-position: 0px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(2) .img {
        background-position: -43px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(3) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(4) .img {
        background-position: -131px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(5) .img {
        background-position: -176px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(6) .img {
        background-position: -225px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(7) .img {
        background-position: -272px 0px;
    }

    #feature .con .con-portal .con-item:nth-child(8) .img {
        background-position: -323px 0px;
    }


    /*api*/

    #feature .con .con-api .img {
        background-image: url('../images/feature/feature_api.png');
    }

    #feature .con .con-api .con-item:nth-child(1) .img {
        background-position: -2px 0px;
    }

    #feature .con .con-api .con-item:nth-child(2) .img {
        background-position: -42px 0px;
    }

    #feature .con .con-api .con-item:nth-child(3) .img {
        background-position: -87px 0px;
    }

    #feature .con .con-api .con-item:nth-child(4) .img {
        background-position: -131px 0px;
    }


    /*advance*/

    #feature .con .con-advance .img {
        background-image: url('../images/feature/feature_advance.png');
    }

    #feature .con .con-advance .con-item:nth-child(1) .img {
        background-position: -1px 0px;
    }

    #feature .con .con-advance .con-item:nth-child(2) .img {
        background-position: -42px 0px;
    }

    #feature .con .con-advance .con-item:nth-child(3) .img {
        background-position: -88px 0px;
    }

    #feature .con .con-advance .con-item:nth-child(4) .img {
        background-position: -130px 0px;
    }

    #feature .con .con-advance .con-item:nth-child(6) .img {
        background-position: -177px 0px;
    }

    #feature .con .con-advance .con-item:nth-child(5) .img {
        background-position: -225px 0px;
    }


    /* 图片 end*/
}
@media screen and (max-width: 1200px){
    #feature .point .point-items{
        /* width: 1200px; */
    }
    #feature .point .point-item{
        padding: 15px 10px;
    }

}



/*** features css end ***/


/*** sign css ***/
#sign .title{
    margin-bottom: 0.35rem;
}
#sign .title h3{
    text-align: center;
    font-size: 0.3rem;
    margin: 0.30rem 0px 0.15rem 0px;
}
#sign .contact-info,
#sign .payment-information{
    margin: .65rem 0px 0px 0px ;
}
#sign input,
#contact input,
#email input,
#sign .chosen-container {
    width: 100%;
    height: 0.91rem;
    padding-right: 40px;
}

#sign .row,
#contact .row,
#email .row  {
    padding: 0.2rem 0px;
    position: relative;
}
#sign .row .first-name,
#sign .row .last-name,
#contact .row .first-name,
#contact .row .last-name{
    position: relative;
}
#sign .row .first-name i.error-info ,
#sign .row .last-name i.error-info{
    width: 300px;
    text-align: right;
    color: #a80000;
    bottom: -6px;
    font-size: 12px;
    position: absolute;
    bottom:-23px;
    right: 0px;
}
#sign .row .first-name i.error-info::after ,
#sign .row .last-name i.error-info::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/errorlogo.png') no-repeat 0px 0px;
    text-align: center;
    left: 273px;
    top: -33px;
}

#sign i.error-info {
    width: 300px;
    text-align:right;
    color: #a80000;
    bottom: -6px;
    font-size: 12px;
    position: absolute;
    right: 0px;
}
#sign i.error-info::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    background: url('../images/errorlogo.png') no-repeat 0px 0px;
    left: 273px;
    top: -33px;
}
#sign .network_id i.error-info::after{
    left: 174px;
}

#sign .chosen-container-single .chosen-single {
    height: 41px;
    background: -webkit-linear-gradient(top, #FFF, #FFF);
}

#sign .chosen-container-single .chosen-single span {
    line-height: 41px;
}

#sign .chosen-container-single .chosen-drop{
    width:85%;
}
#sign .form-box .btn {
    padding: 10px 20px;
    width: 100%;
}
#sign .form-box div[data-type='first_name'],
#sign .form-box div[data-type='last_name'] ,
#contact .form-box div[data-type='first_name'],
#contact .form-box div[data-type='last_name'] {
}
#sign .form-box div[data-type='im'] {
    float: left;
    width: 40%;
}
#sign .form-box div[data-type='im'] select{
    width: 84%;
    height: 0.91rem;
    font-size: 0.24rem;
}
#sign .form-box div[data-type='account'] {
    float: right;
    width: 60%;
}
#sign .form-box div[data-type='network_id'] {
    position: relative;
}
#sign .form-box div[data-type='network_id'] .error-logo{
    right: 105px;
}

#sign .form-box div[data-type='network_id'] input {
    padding-right: 100px;
}

#sign .form-box div[data-type='network_id']  b{
    position: absolute;
    top: 26px;
    right: 10px;
    color: #999;font-size: 14px;
}
#sign .form-box .privacy {
    height: 25px;
    margin: 10px 0px;
}

#sign .form-box .privacy span {
    display: inline-block;
    height: 100%;
    width: 87%;
    line-height: 14px;
    font-size: 12px;
}

#sign .form-box .privacy span a {
    color: #00b0f5;
    font-size:12px;
}

#sign .form-box .privacy input[data-name='privacy'] {
    display: none;
}

#sign .form-box .privacy .privacy-checkbox {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 0px 8px 0px 0px;
}
#sign .form-box .privacy .privacy-checked::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    background: url('../images/signup/right_arrow.png') no-repeat center center;
    background-size: cover;
}
#sign .title p span{
	color: #00b0f5;
	font-size: 0.24rem;
	font-weight: 700;
	font-family: 'OpenSansLightItalic';
}
@media screen and (max-width: 460px){
    /* sign credit card  */
    #sign .form-box .card-number{
        float: left;
        width: 70%;
    }
    #sign .form-box .cvv{
        float: right;
        width: 28%;
    }

    #sign .form-box .month .chosen-container,
    #sign .form-box .year  .chosen-container{
        width: 100%;
        padding-right: 0px;
    }
    #sign .form-box .month{
        float: left;
        width: 49%;
    }
    #sign .form-box .year{
        float: right;
        width: 49%;
    }
    #sign .month select,
    #sign .year select{
        width: 100%;
    }
    #sign .month .chosen-container-single .chosen-drop,
    #sign .year .chosen-container-single .chosen-drop{
        width: 100%;
    }
}
@media screen and (min-width: 460px){
    #sign .title{
        margin-bottom: 0px;
    }
    #sign .title h3{
        text-align: left;
        font-size: 30px;
        margin: 0px;
    }
    #sign .title p{
        margin:10px 0px 25px 0px;
        font-size: 18px;
        line-height: 27px;
    }
     #sign .title p span{
        color: #00b0f5;
		font-size: 18px;
		font-weight: 700;
        font-family: 'OpenSansLightItalic';
    }
    #sign .contact-info,
    #sign .payment-information{
        margin: 0px 0px 0px 0px ;
    }
    #sign input,
    #contact input,
    #email input,
    #sign .chosen-container {
        width: 100%;
        height: 41px;
        padding-right: 40px;
    }
    #sign .row,
    #contact .row,
    #email .row {
        padding: 15px 0px;
        position: relative;
    }
    #sign .form-box div[data-type='first_name'],
    #sign .form-box div[data-type='last_name'] ,
    #contact .form-box div[data-type='first_name'],
    #contact .form-box div[data-type='last_name'],
    #email .form-box div[data-type='first_name'],
    #email .form-box div[data-type='last_name']{
        float: left;
        width: 48%;
    }
    #sign .form-box div[data-type='last_name'],
    #contact .form-box div[data-type='last_name'],
    #email .form-box div[data-type='last_name']{
        float: right;
    }
    #sign .form-box .privacy .privacy-checkbox {
        float: left;
        width: 25px;
        height: 25px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
        margin: 0px 8px 0px 0px;
    }
    #sign .form-box .privacy .privacy-checked::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 26px;
        height: 26px;
        background: url('../images/signup/right_arrow.png') no-repeat center center;
        background-size: cover;
    }
    #sign .form-box .privacy .privacy-checked::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 26px;
        height: 26px;
        background: url('../images/signup/right_arrow.png') no-repeat center center;
        background-size: cover;
    }
    /* sign credit card  */
    #sign .form-box .card-number{
        float: left;
        width: 70%;
    }
    #sign .form-box .cvv{
        float: right;
        width: 28%;
    }

    #sign .form-box .month .chosen-container,
    #sign .form-box .year  .chosen-container{
        width: 100%;
        padding-right: 0px;
    }

    #sign .form-box .month{
        float: left;
        width: 49%;
    }
    #sign .form-box .year{
        float: right;
        width: 49%;
    }
    #sign .month .chosen-container-single .chosen-drop,
    #sign .year .chosen-container-single .chosen-drop{
        width: 100%;
    }
}
#sign .form-box .privacy .privacy-checked {
    background-color: #00b0f5;
    border: 1px solid #00b0f5;
    color: #929292;
}
#sign .chosen-container-single .chosen-single span{
    font-size: 14px;
}
/*** sign css end ***/



/*** pricing css ***/
#pricing .switch-base-wrapper{
	display: none;
    width: 310px;
    height: 40px;
    border: 1px solid #d4d4d4;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px #ddd inset;
    -moz-box-shadow: 0px 0px 5px 0px #ddd inset;
    -webkit-box-shadow: 0px 0px 5px 0px #ddd inset;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
}
#pricing .plan-feature-switch .switch-base-wrapper{
	display: table;
}
#pricing .additional-unit-clicks{
    display: none;
}
#pricing .btn-box-click{
	display: none;
}
#pricing .switch-base-wrapper .switch-conversion-base,
#pricing .switch-base-wrapper .switch-click-base{
	width: 50%;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #7f7f7f;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#pricing .plan-feature .plan-feature-child{
	background: #fcfcfc;	
	box-shadow: 0px 2px 3px 0px #b3bfca inset;
    margin-left: -20px;
    padding-left: 20px;
	
}
#pricing .plan-feature .plan-feature-child p{
	color: #999
}
#pricing .switch-base-wrapper .switch-conversion-base.active,
#pricing .switch-base-wrapper .switch-click-base.active{
	color: #fff;
}
#pricing .plan-feature .plan-feature-wrapper{
	border: 1px solid #ccc;
	padding-left: 20px;
    background: #59ace3;	
}
#pricing .sub-info-item{
	background: #fcfcfc;
    display: none;
    border-color: #eee!important;
}
#pricing .plan-feature{
 	position: absolute;
    top: 0;
	width: 100%;		
}
#pricing .plan-feature-switch{
	height: 270px;
	background: #fbfbfb;
	width: 25.5%;
	padding: 30px;	
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    border-radius: 4px 4px 0 0;	
}
#pricing .fixed-pricing .plan-feature-switch{
	float:left;
}
#pricing .plan-feature-switch .switch-base-wrapper{
	margin-top: 0;	
	width: 100%;
	z-index: 1;
}
#pricing .plan-feature-switch .pricing-table-title{
    color: #999;
    text-align: center;
    padding: 10px 0 60px 0;
}
#pricing .plan-feature-item p{font-size: 14px;}
#pricing .plan-feature-item .js-change-height{border-bottom: 1px solid #eee;}
#pricing .plan-feature-child{
	display: none;
}
#pricing .plan-feature-item.active .plan-feature-child{
	display: block;
}
#pricing .plan-feature li.plan-feature-item{
	display: block;
	border-bottom: 1px solid #75b7e2;	
	cursor: pointer;
}
#pricing .plan-feature li p{
	line-height: 38px;
	margin: 0;
	max-width: 24%;
}
#pricing .plan-feature li p.top-level{
	position: relative;
}
#pricing .plan-feature p{
	color: #fff;
}


#pricing .switch-base-wrapper .switch-masking{
    position: absolute;
    width: 50%;
    background: #666666;
    height: 38px;
    top: 1px;
    border-radius: 5px;	
    z-index: -1;		
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#pricing .switch-base-wrapper .conversion-masking{
	left: 1px;
	right: unset;
	right: none;
}
#pricing .switch-base-wrapper .click-masking{ left: 153px; } 
#pricing .plan-feature-switch .switch-base-wrapper .click-masking{ left: 116.5px; } 
@-moz-document url-prefix() { 
	#pricing .switch-base-wrapper .conversion-masking{ left: 2px; } 
	#pricing .switch-base-wrapper .click-masking{ left: 153px; } 
	#pricing .switch-base-wrapper .switch-masking{top: 2px;}
	#pricing .plan-feature-switch .switch-base-wrapper .click-masking{ left: 115.5px; } 
}
#pricing .con{
    padding-bottom: 0.1rem;
}
#pricing  .basic .title{
    margin: 0.7rem 0px 0.4rem 0px;
}
#pricing  .basic .title h3,
#pricing  .faq .title h3{
    margin-bottom: 0.08rem;
}
#pricing .banner .title {
    text-align: center;
}

#pricing .basic h3,
#pricing .basic p,
#pricing .faq h3,
#pricing .faq p {
    text-align: center;
}

#pricing .price .btn-box {
    margin: .4rem 0.18rem 0px 0.18rem;
}

#pricing .basic h5 {
    text-align: center;
    font-family:'OpenSansSemibold';
}
#pricing .basic ul {
    position: relative;
}
#pricing .basic .line {
    background: url("../images/pricing/p_pricing_line.png") no-repeat 0px 0px;
    background-size: contain;
    width: 3.93rem;
    height: 4px;
    position: absolute;
    top: 44.3%;
    left:20%;
}
#pricing .basic-item {
    padding:0.11rem 0.4rem 0.7rem 0.4rem;
}
#pricing .basic-item .title {
    text-align: center;
    margin: 0px;
}
#pricing .basic-item .title h1,
#pricing .basic-item .title span {
    color: #00b0f5;
    display: inline-block;
    font-size: .6rem;
}
#pricing .basic-item .title span{
    font-size: 1rem;
}
#pricing .faq{
    padding: 0px 0.2rem;    
}
#pricing .faq .title{
    padding: 0px 0px 0.3rem 0px;
}
#pricing .faq p a {
    color: #001252;
}
#pricing .faq .question {
    color: #333;
    font-size: 0.24rem;
}
#pricing .faq .question::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/pricing/pricing_qa.png') no-repeat 0px 0px;
    top: 1px;
    left: -25px;
}
#pricing .faq .solution {
    color: #929292;
    text-align: justify;
    font-size: 0.22rem;
}
#pricing .faq p.first{
    padding-top: 15px;
}
#pricing .faq .solution::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/pricing/pricing_qa.png') no-repeat 0px -27px;
    top: 35px;  
    left: -24px;
    background-size: 90%;
}
#pricing .faq li {
    margin: 0px 0px 20px 0px;
    position: relative;
}
#pricing .faq li:nth-child(2) .solution::after{
    top: 35px;  
}
#pricing .faq li:nth-child(3) .solution::after{
    top: 61px;  
}

#pricing .btn-box {
    padding: 30px;  
}
#pricing .plan-con .btn-box a{
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0px!important;
}
#pricing .plan-con .fixed-btn-box{
    border: 1px solid #d4d4d4;
    border-top: none;
    border-bottom: 1px solid #f7f7f8;
    margin: 0;	
}
#pricing .plan-con.active .fixed-btn-box{
    border: 1px solid #28b9f2;
    border-top: none;
    border-bottom: 1px solid #f7f7f8;	
}
#pricing .plan-con.plan-one .fixed-btn-box,
#pricing .plan-con.plan-thr .fixed-btn-box{
	border-right: none;
}
#pricing .plan-con.plan-thr .fixed-btn-box{
	border-left: none;
}
#pricing .plan-con .btn-box a.btn-outline{
    background: transparent;
    border: 1px solid #ccc;
    color: #82be00;
}
#pricing .plan-con .btn-box a.btn-outline:hover,
#pricing .plan-con .btn-box a.btn-outline:focus
{
    background-color: #76ac00;
    outline: none;
    border: none;
    color: #fff;
}
#pricing .con .head .btn-box.single-line{
    margin-top: 0px;
}
#pricing .masking-plan{
	display: none;	
}

@media screen and  (max-width: 460px){
	#pricing .plan-feature{
		display: none;	
	}
	#pricing .switch-base-wrapper{
		display: table;	
	}
    /* new price plan */
    #pricing .confirm-color{
        color: #929292;
    }
    #pricing .unconfirm-color{
        color:#DDD;
    }
    #pricing .special-color{
        color: #00b0f5;
        font-size: 0.24rem;
    }
    
    #pricing .normal-color{
        color: #ddd;
        font-size: 0.24rem;    	
    }

    #pricing .plan-box{
        margin-top: 0.4rem;
    }
    #pricing .plan-box .title{
    }
    #pricing .plan-box .title h3{
        text-align: center;
    }
    #pricing .plan-box .title p{
        text-align: center;
        margin-top: 10px;
    }
    #pricing .plan-box .title p span{
        font-size: 0.24rem;
    }
    #pricing .plan{
        overflow: hidden;
        padding: 0px 0px;
        margin-top: 0px;
        position: relative;
    }
    #pricing .plan-con{
        width: 70%;
        float: left;
        position: relative;
        margin-top: 0.4rem;
    }
    #pricing .plan-con.plan-two{
        margin: 0px 0px;
        margin-top: 0.4rem;
    }
    #pricing .lab{
        width: 181px;
        height: 34px;
        margin: 0px auto;
        position: relative;
        z-index: 5;
        background: url('../images/pricing/sprite.png') no-repeat -1px -1px;
    }
    #pricing .lab h6{
        height: 100%;
        line-height: 34px;
        font-size: 0.28rem;
        font-family: 'OpenSans';
        text-align: center;
    }
    #pricing .plan .con {
        top: -6px;
        min-height: 200px;
        position: relative;
        z-index: 10;
        border: 1px solid #d4d4d4;
        background-color: #FFF;
    }
    #pricing .con .head{
        height: 142px;
        background-color: #f6f6f6;
    }
    #pricing .con .head .unit-price{
        padding: 15px 0px 0px 0px;
        position: relative;
    }
  
    #pricing .con .head .unit-price.single-line{
        padding: 0px 0px 0px 0px;
        height: 88px;
        line-height: 88px;
    }

    #pricing .con .head .unit-price h2,
    #pricing .con .head .unit-price h3,
    #pricing .con .head .unit-price p{
        text-align: center;
        margin: 0px;
    }
    #pricing .con .head .unit-price h2{
        font-size: 0.62rem;
    }
    #pricing .con .head .unit-price h3{
        font-size: 0.54rem;
    }
    #pricing .con .head .unit-price p{
        font-size: 0.26rem;
    }
    #pricing .con .head .unit-price p{
        position: relative;
        top: -8px;
    }
    #pricing .con .head .btn-box{
        width: 180px;
        height: 40px;
        margin: 0px auto;
        margin-top: 0px;
        position: relative;
    }
    #pricing .con .head .btn-box a{
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0px!important;
    }
    #pricing .con .head .btn-box.single-line{
        margin-top: -5px;
    }
    /* #pricing .con .head .btn-box button{
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0px!important;
    } */
    #pricing .con .info{
        min-height: 100px;
        padding: 0px 10px;
    }
    #pricing .con .info p{
        font-size:14px;
    }
    
    #pricing .con li.info-item{
        border-bottom: 1px dashed #d4d4d4;
    }
    #pricing .con li.info-item.last,
    #pricing .con li.info-item:last-child{
        border-bottom: 0px;
    }
    #pricing .con li.info-item a{
        text-decoration: underline;
        color: #00b0f5;
    }
    #pricing .con li.info-item .btn-box a{
        text-decoration: none;
        color: #fff;        
    }
    #pricing .con li.info-item .btn-box a.btn-outline{
    	color: #82be00;	
    }
	#pricing .con li.info-item .btn-box a.btn-outline:hover, 
	#pricing .con li.info-item .btn-box a.btn-outline:focus{
        color: #fff;        
	}    
    #pricing .con li.explan{
        position: relative;

    }
    #pricing .con li.explan i{
        width: 17px;
        height: 18px;
        position: absolute;
        top: 0.22rem;
        right: 0.45rem;
        background: url('../images/pricing/sprite.png') -1px -89px;
    }
    #pricing .con li.explan .hide-msg{
        width: 3.66rem;
        border-radius: 5px;
        position: absolute;
        z-index: 100;
        top: 0.66rem;
        left: 0.55rem;
        background-color: rgba(51,51,51,0.7);
        display: none;
    }
    #pricing .con li.explan .hide-msg p{
        color: #FFF;
        padding: 1px 8px;
        height: auto;
        line-height: 20px;
        font-size: 12px;
    }
    #pricing .con li.explan .hide-msg .Triangle{
        width: 0px;
        height: 0px;
        border-top: 0px;
        border-bottom: 5px solid rgba(51,51,51,0.7);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: -5px;
        right: 24px;
    }
    #pricing .con li.info-item p{
        margin: 0px;
        text-align: center;
        line-height: 1.4;
        font-size: 0.24rem;
        padding: 0.16rem 0;
    }
    #pricing .con li.info-item p.click{
        padding-top: 0.16rem;
        line-height: 0.3rem;
    }
    /*  hover  效果 */


    #pricing .active.plan-con .lab{
        background-position: -1px -45px;
        z-index: 15;
    }
    #pricing .active.plan-con .con{
        border-color: #28b9f2;
        -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
                box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
    }
    #pricing .active.plan-con .head{
        background-color: #e3f4ff;
        border-color: #28b9f2;
    }
    /* #pricing .plan-con:hover .lab{
        background-position: -1px -45px;
        z-index: 15;
    }
    #pricing .plan-con:hover .con{
        border-color: #28b9f2;
        box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
    }
    #pricing .plan-con:hover .head{
        background-color: #e3f4ff;
        border-color: #28b9f2;
    } */
    /* #pricing .con li.explan i:hover{
        background-position: -1px -109px;
    } */
    #pricing .con li.explan i.active:hover{
        background-position: -1px -109px;
    }

    #pricing .btn-box {
        padding: 0.24rem;  
    }   
    #pricing .fixed-pricing{
        display: none;
    }
    .pc-show,.pc-block-show{
        display: none;
    }
    .mobile-show{
        display: inline;
    }
    .mobile-block-show{
    	display: block;	
    }

}
@media screen and (max-width: 320px){
    #pricing .con li.explan i {
        width: 17px;
        height: 18px;
        position: absolute;
        top: 0.22rem;
        right: 0.1rem;
        background: url(../images/pricing/sprite.png) -1px -89px;
    }
}
@media screen and (max-width: 320px){
    #pricing .con li.explan i {
        width: 17px;
        height: 18px;
        position: absolute;
        top: 0.22rem;
        right: 0.1rem;
        background: url(../images/pricing/sprite.png) -1px -89px;
    }
}


@media screen and (min-width: 460px){
	#pricing .masking-plan{
	    position: fixed;
	    height: 323px;
	    width: 100%;
	    z-index: 3;
	    background: #fff;
	    top: 0;
	    left: 0;
	    display: none;		
	}
    #pricing .plan-fourthly h3{
        font-size: 26px;
     }    
    #pricing .con{
        padding-bottom: 0rem;
    }
    #pricing .title{
        margin: 0px;
    }
    #pricing  .basic .title h3,
    #pricing  .faq .title h3{
        margin-bottom: 15px;
    }
    #pricing .banner .title {
        padding: 30px;
    }
    #pricing .banner .title h2{
        font-size: 48px;
    }
    #pricing .basic h3{
        margin-bottom: 10px;
    }
    #pricing .basic .title,
    #pricing .faq .title {
        margin: 10px 0px 20px 0px;
    }
    #pricing .basic {
        padding: 20px 140px;
    }
    #pricing .additional-unit-wrapper .additional-unit{
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
        line-height: 1.4;
    }
    #pricing .basic .line {
        background: url("../images/pricing/Pricing_line.png") no-repeat 0px 0px;
        background-size: contain;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        top:1%;
    }
    #pricing .basic-item {
        width: 40%;
        float: left;
        padding:0px;
    }
    #pricing .basic-item:last-child {
        float: right;
    }
    #pricing .basic-item .title h1,
    #pricing .basic-item .title a {
        color: #00b0f5;
        display: inline-block;
        font-size: 60px;
    }
    #pricing .basic-item .title a{
        font-size: 100px;
    }
    
    #pricing .faq {
        padding: 20px 120px;
    }
    #pricing .faq .title{
        padding: 0px;
    }
    
    #pricing .faq .question {
        color: #333;
        font-size: 14px;
    }
    #pricing .faq .question::after{
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: url('../images/pricing/pricing_qa.png') no-repeat 0px 0px;
        top: 1px;
        left: -25px;
    }
    #pricing .fixed-pricing {
        position: fixed;
        background: #fff;
        z-index: 13;
        top: 52px;
        display: none;
    }
     #pricing .fixed-pricing .head{
        border: 1px solid #d4d4d4;
    }
    #pricing .faq .solution {
        color: #929292;
        text-align: left;
        font-size: 14px;
        text-align: justify;
    }
    #pricing .faq p.first{
        padding-top: 15px;
    }
    #pricing .faq .solution::after{
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: url('../images/pricing/pricing_qa.png') no-repeat 0px -31px;
        top: 35px;  
        left: -24px;
    }
    #pricing .faq li:nth-child(2) .solution::after{
        top: 36px;
    }
    #pricing .faq li:nth-child(3) .solution::after{
        top: 42px;
    }
    /* new price plan */
    #pricing .confirm-color{
        color: #929292;
    }
    #pricing .unconfirm-color{
        color: #DDD;
    }
    #pricing .special-color{
        color: #00b0f5;
    }
    #pricing .special-color.mark-plan{
        font-size: 20px;
        position: relative;
    	top: 3px;
    }
    #pricing .sub-info-item .special-color.mark-plan{
    	color: #999;
    }
    
    #pricing .normal-color.line-horizontal{
        color: #bcbcbc;
    }
    
    #pricing .plan-feature-item .top-level:after{
    	content: ' ';
    	display: block;
    	background-image: url('../images/icon-arrow-fc.png');
    	background-repeat: no-repeat;
    	background-position: -1px -1px;
    	width: 17px;
    	height: 9px;
    	position: absolute;
	    top: 15px;
	    right: 8px;
    	
    }
	#pricing .plan-feature-item .top-level.alone:after{
		display: none;	
	}
    #pricing .plan-feature-item.active .top-level:after{
    		background-position: -1px -19px;
    }
	
    #pricing .plan-box{
        margin-top: 45px;
        min-width: 1170px;
        position: relative;
    }
    #pricing .plan-box .title{
    }
    #pricing .plan-box .title h3{
        text-align: center;
    }
    #pricing .plan-box .title p{
        text-align: center;
        margin-top: 10px;
    }
    #pricing .plan{
	    overflow: hidden;
	    margin-top: 40px;
	    float: right;
	    width: 100%;
	    position: relative;
    }
    #pricing .plan .plan-wrapper{
	    float: right;
	    margin-right: 2.5%;
	    width: 72%;
    }
    #pricing .fixed-pricing .plan-wrapper{
	    float: right;
	    margin-right: 2.5%;
	    width: 72%;
    }
    #pricing .plan-con{
        width: 33.33%;
        float: left;
        position: relative;
        margin: 0px;
    }
	#pricing .plan-con.active{
		z-index: 2;	
	}
    #pricing .plan .con {
        min-height: 200px;
        z-index: 10;
        border: 1px solid #d4d4d4;
        background-color: #FFF;
        border-radius: 6px 6px  0 0;
    }
    #pricing .plan-one .con,#pricing .plan-thr .con{
        border-right: none;
    }
    #pricing .plan-thr .con{
        border-left: none;   
    }   
    #pricing .fixed-pricing .plan-one .head, #pricing .fixed-pricing .plan-thr .head {
        border-right: none;
    }
    #pricing .fixed-pricing .plan-thr .head {
        border-left: none;   
    }    
    #pricing .con .head{
        height: 185px;
        border-bottom: 1px dashed #ccc;
         border-radius: 6px 6px 0 0;
    }
    #pricing .con .head .unit-price{
        padding: 29px 0px 0px 0px;
        position: relative;
    }
    #pricing .con .head .unit-price.single-line{
        padding: 0px 0px 0px 0px;
        height: 100px;
        line-height: 100px;
    }
    
    #pricing .con .head .unit-price h2,
    #pricing .con .head .unit-price h3,
    #pricing .con .head .unit-price p{
        text-align: center;
        margin: 0px;
    }


    #pricing .con .head .unit-price p{
        position: relative;
        top: -8px;
    }
    #pricing .con .head .btn-box{
        width: 180px;
        height: 40px;
        margin: 0px auto;
        margin-top: 0px;
        position: relative;
    }   

    /* #pricing .con .head .btn-box button{
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0px!important;
    } */
    #pricing .con .info{
        min-height: 100px;
        padding: 0px;
    }
    #pricing .con .info p{
        font-size:14px;
    }
    #pricing .con li.info-item{
        border-bottom: 1px solid #f7f7f8;
    }
    #pricing .con li.info-item.hover{
        background: #e3f4ff!important;
    }
    #pricing .con li.btn-box-item{
    	height: 100px;
    		
    }
     /*
    #pricing .con li.info-item a{
        color: #00b0f5;
        text-decoration: underline;
    }
    */
    #pricing .con li.info-item.last{
        border-bottom: 0px;
    }
    #pricing .con li.explan{
        position: relative;
    }
    #pricing .con li.explan i{
        width: 17px;
        height: 18px;
        position: absolute;
        top: 9px;
        right: 28px;
        background: url('../images/pricing/sprite.png') -1px -89px;
    }
    #pricing .con li.explan .hide-msg{
        width: 200px;
        border-radius: 5px;
        position: absolute;
        z-index: 100;
        top: 34px;
        left: 45px;
        background-color: rgba(51,51,51,0.9);
        display: none;
    }
    #pricing .con li.explan .hide-msg p{
        color: #FFF;
        padding: 1px 8px;
        height: auto;
        line-height: 20px;
        font-size: 12px;
    }
    #pricing .con li.explan .hide-msg .Triangle{
        width: 0px;
        height: 0px;
        border-top: 0px;
        border-bottom: 5px solid rgba(51,51,51,0.7);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: -5px;
        right: 24px;
    }
    #pricing .con li.info-item p{
        margin: 0px;
        text-align: center;
        height: 38px;
        line-height: 38px;
    }
    #pricing .con li.info-item p.click{
        padding-top: 3px;
        line-height: 20px;
    }
    /*  hover  效果 */
    #pricing .active.plan-con .lab{
        background-position: -1px -45px;
        z-index: 15;
    }
    #pricing .active.plan-con .lab h6{
        line-height: 34px;
    }
    #pricing .active.plan-con .con{
        border-color: #28b9f2;
        -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
                box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
    }
    #pricing .fixed-pricing .plan-con .con{
        -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    }
    
    #pricing .active.plan-con .head{
        background-color: #e3f4ff;
        border-color: #28b9f2;
    }
    
    /* #pricing .plan-con:hover .lab{
        background-position: -1px -45px;
        z-index: 15;
    }
    #pricing .plan-con:hover .lab h6{
        line-height: 34px;
    }
    #pricing .plan-con:hover .con{
        border-color: #28b9f2;
        box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
    }
    #pricing .plan-con:hover .head{
        background-color: #e3f4ff;
        border-color: #28b9f2;
    }*/
    #pricing .con li.explan i:hover{
        background-position: -1px -109px;
    } 
    
    .pc-show{
        display: inline;
    }
    .pc-block-show{
    	display: block;
    }
    .mobile-show,.mobile-block-show{
        display: none;
    }    
}

/*** pricing css end ***/




/*** contact us css  ***/
#contact .title h3,
#email .title h3{
    text-align: center;
}
#contact .title p,
#email .title p{
    text-align: left;
    margin: 0.2rem 0px 0.4rem 0px;
}
#contact .info,
#email .info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:1% 0px 0px 0px;
}
#contact .form-box textarea[name='content'],
#email .form-box textarea[name='content']{
    width: 100%;
}
#contact .content .btn-box,
#email .content .btn-box{
    margin: 25px 0px 0px 0px;
}
#contact .content .btn-box button,
#email .content .btn-box button{
    width: 100%;
    padding: 10px 20px;
}
#signup .highlighted ,
#contact .highlighted,
#email .highlighted {
    background-color: #00b0f5;
}
#demo .content  h3{
    text-align: center;
    margin-bottom: 0.2rem;
}

#contact i.error-info,
#demo i.error-info,
#email i.error-info{
    width: 300px;
    text-align:right;
    color: #a80000;
    bottom: -6px;
    font-size: 12px;
    position: absolute;
    right: 0px;
}
#contact i.error-info::after,
#demo i.error-info::after,
#email i.error-info::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/errorlogo.png') no-repeat 0px 0px;
    text-align: center;
    left: 273px;
    top: -33px;
}

#contact .row .first-name i.error-info ,
#contact .row .last-name i.error-info,
#email .row .first-name i.error-info,
#email .row .last-name i.error-info{
    width: 300px;
    text-align: right;
    color: #a80000;
    bottom: -6px;
    font-size: 12px;
    position: absolute;
    bottom:-23px;
    right: 0px;
}
#contact .row .first-name i.error-info::after,
#contact .row .last-name i.error-info::after,
#email .row .first-name i.error-info::after,
#email .row .last-name i.error-info::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/errorlogo.png') no-repeat 0px 0px;
    text-align: center;
    left: 273px;
    top: -33px;
}

@media screen and (min-width: 460px){
    #demo .content  h3{
        text-align: left;
        margin-bottom: 25px;
    }
    #contact .title h3{
        text-align: left;
    }
    #contact .title p,
    #email .title p{
        margin: 15px 0px 40px 0px;
    }
    #contact .info,
    #email .info{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        padding:1% 0px 0px 0px;
    }
    #contact .form-box textarea[name='content'],
    #email .form-box textarea[name='content']{
        width: 100%;
    }
    #contact .content .btn-box,
    #email .content .btn-box{
        margin: 25px 0px 0px 0px;
    }
    #contact .content .btn-box button,
    #email .content .btn-box button{
        width: 100%;
        padding: 10px 20px;
    }
    #signup .highlighted ,
    #contact .highlighted {
        background-color: #00b0f5;
    }
    
    #contact i.error-info, 
    #demo i.error-info,
    #email i.error-info{
        width: 300px;
        text-align:right;
        color: #a80000;
        bottom: -6px;
        font-size: 12px;
        position: absolute;
        right: 0px;
    }
    #contact i.error-info::after, 
    #demo i.error-info::after,
    #email i.error-info::after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: url('../images/errorlogo.png') no-repeat 0px 0px;
        text-align: center;
        left: 273px;
        top: -33px;
    }
    #contact .row .first-name i.error-info ,
    #contact .row .last-name i.error-info,
    #email .row .first-name i.error-info ,
    #email .row .last-name i.error-info{
        width: 300px;
        text-align: right;
        color: #a80000;
        bottom: -6px;
        font-size: 12px;
        position: absolute;
        bottom:-23px;
        right: 0px;
    }
    #contact .row .first-name i.error-info::after,
    #contact .row .last-name i.error-info::after,
    #email .row .first-name i.error-info::after,
    #email .row .last-name i.error-info::after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: url('../images/errorlogo.png') no-repeat 0px 0px;
        text-align: center;
        left: 273px;
        top: -33px;
    }
}
/*** contact us css end  ***/



/* terms / privacy  css*/

#privacy .title h2,
#privacy .title p,
#terms .title h2,
#terms .title p{
    text-align: center;
    color: #FFF;
}

#privacy .con .pa,
#terms .con .pa{
    padding: 0.25rem 0px;
}
#privacy .con .first,
#terms .con .first{
    padding-top: 0.5rem;
}
#privacy .con .pa.last,
#terms .con .pa.last{
    padding-bottom: 0.5rem;
}

#privacy .con h4,
#terms .con h4{
    font-size: 0.28rem;
    color: #333;
    text-align: left;
    line-height: 0.36rem;
    margin-bottom: 0.13rem;
}
#privacy .con p,
#terms .con p{
    font-size: 0.24rem;
    color: #333;
    text-align: left;
}
#privacy .con a,
#terms .con a{
    color: #00b0f5;
    font-size: 0.24rem;
}
 #terms .update-time{
    display: inline-block;
    position: relative;
    left: 66%;
    border-left: 4px solid #00b1eb;
    padding: 2px 10px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
#terms .update-time span{
    display: block;
    font-size: 0.24rem;
    padding: 5px 0px;
}
@media screen and (min-width: 460px){
    #privacy .title,
    #terms .title {
        padding: 30px;
    }
    #privacy .title h2,
    #privacy .title p,
    #terms .title h2,
    #terms .title p{
        text-align: center;
        color: #FFF;
    }
    #privacy .con .pa,
    #terms .con .pa{
        padding: 15px 0px;
    }
    #privacy .con .first,
    #terms .con .first{
        padding-top: 30px;
    }
    #privacy .con .first,
    #terms .con .last{
        padding-bottom: 30px;
    }
    #privacy .con h4,
    #terms .con h4{
        font-size: 24px;
        color: #333;
        text-align: left;
        line-height: 24px;
        margin-bottom: 13px;
    }
    #privacy .con h5,
    #terms .con h5{
    	font-family: 'OpenSansSemibold';
        font-size: 18px;
        color: #333;
        text-align: left;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    #privacy .con h5 span,
    #terms .con h5 span{
    	    font-family: 'OpenSans';
    	    color: #333;
    }
    #privacy .con p,
    #terms .con p{
        font-size: 14px;
        color: #333;
        text-align: left;
		margin-bottom: 10px;
    }
    #privacy .con a,
    #terms .con a{
        color: #00b0f5;
        font-size: 14px;
    }
    #terms .update-time{
        display: inline-block;
        position: relative;
        left: 90%;
        border-left: 4px solid #00b1eb;
        padding: 2px 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #terms .update-time span{
        display: block;
        font-size: 14px;
        padding: 5px 0px;
    }
}
/*  terms / privacy  css end */



.pricing-plan-wrap{
	    overflow: auto;	
}
.pricing-plan-wrap span{
	color: #333!important;
}
/* Expand the hidden content  */
.offer-hide{
    display: none;
}
.offer-expand{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center; 
            justify-content: center;
    padding: 0px;
}

.offer-expand img{
    width: 0.6rem;
    height: 0.33rem;
}

.offer-show img{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media screen and (min-width: 460px){
    .offer-hide{
        display: block;
    }
    .offer-expand{
        display: none;
    }
}
/* Expand the hidden content end */

/* mask css  */
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
}
.ovfHiden{overflow: hidden;height: 100%;}
/* mask css end */



/* ************** support *************** */
.offer-support{
    background:#001252;
    text-align: center;
    height: 149px;
}
.offer-support-small{
    height: 0px;
}
.offer-support h1{
}
::-webkit-input-placeholder{
    color: #00b0f5;
    font-size: 16px;
    font-family: 'OpenSans';
}
input.special{
    width: 660px;
    font-size: 16px;
    font-family: 'OpenSans';
}
.offer-support .help-center{
    padding-top: 14px;
}
.offer-support-info-container{width:1000px;margin:0 auto;padding:40px 0 50px 0}
.offer-support-info-container li.offer-support-info-item{border:3px solid #eee;float:left;height:200px;margin:14px;padding:15px;text-align:center;width:300px;border-radius:5px;cursor:pointer}
.offer-support-info-container .support-icon{display:block;width:121px;height:80px;margin:0 auto;background-image:url(../images/support_spirit.png);background-repeat:no-repeat;background-position: 100px 100px}
.offer-support-info-container .support-icon.support-icon-knowledge{background-position: -11px -45px;}
.offer-support-info-container .support-icon.support-icon-api{background-position: -137px -49px;width: 136px;}
.offer-support-info-container .support-icon.support-icon-email{background-position:-280px -44px;}
.offer-support-info-container .support-text label{display:block;font-size:20px;color:#333;font-family:OpenSansSemibold}
.offer-support-info-container li.offer-support-info-item:hover{border-color:#00a6ed}
.our-location-bg{background-image:url(../images/support/support-map.png);background-size: contain;background-repeat:no-repeat;max-width:1200px;height:600px;margin:0 auto;position:relative}
.location-card-img{width:42px;height:54px;background:url(../images/offer-layersnips.png) no-repeat -76px -265px;position:absolute;bottom:-65px;margin-left:-21px;left:50%}
.location-card-img-top{top:-67px}
@media screen and (max-width:1200px){
	.signup-wrapper{
		width: 100%;
		padding: 0 30px;
	}	
}
@media screen and (max-width:1150px){
	div.our-advantage{padding-top: 0;}
	div.our-advantage .our-advantage-container{
		width: 100%;
	}
	div.our-advantage .our-advantage-container li.advantage-item{
		margin: 20px 0;
		width: 250px;	
	}
	
}
.popular-articles-title label, .frequently-question-title label{
    display: block;
    font-size: 32px;
    color: #333;
    font-family: 'OpenSansbold';
}
.frequently-question-body .question-item label{
    font-size: 16px;
}
.popular-articles-title span, .frequently-question-title span{
    color: #777;
    font-size: 18px;
    position: relative;
    top: 4px;
    display: table;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 26px;
}
.frequently-question-body .answer-item p{
    font-size: 14px;
}
.see-all-link{
    font-size: 14px;
}
.ellipsis a{
    font-size: 14px;
}

.single-article-body{
    padding: 45px 0 0 0;/*modified by lt*/
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
}
.article-list-c{
	width: 330px;/*modified by lt*/
    padding-left: 0px;/*modified by lt*/
	padding-bottom: 60px;/*add by lt*/
	margin-left: 90px;/*add by lt*/
    float: left;
    border-right: 1px solid #eee;
    position: relative;
    right: -1px;
}
.article-mian-c{
   float: right;
    border-left: 1px solid #eee;
/*    position: absolute;*/
    margin-left: 0px; /*modified by lt*/
    top: 42px;
    width: 100%;
    max-width: 980px; /*modified by lt*/
}
.article-body{
	padding: 0 0 60px 0;/*modified by lt*/ 
	margin: 0 45px 0 45px; 
	overflow:hidden; 
	word-break:break-word;/*add by lt*/ 
	font-weight: 400; 
	line-height: 1.7; font-size: 14px;
	}
.faq-content, .api-content{margin:0 90px}
.faq-content h2, .api-content h2{font-family:'OpenSansBold';}
.list-lead i.list-arrows{display:inline-block;width:18px;height:18px;background-image:url(../images/support_spirit.png);background-repeat: no-repeat;    cursor: pointer;background-position: -87px -188px;}
.list-lead i.list-arrows.open{background-position: -40px -185px;}/*modified by lt*/
.list-lead .lead-name{
    font-family: 'OpenSansSemibold';
    font-size: 18px;/*modified by lt*/
    color: #333;	
	cursor: pointer;
}
.list-lead{padding-bottom: 0px;/*modified by lt*/}
.list-body li{padding: 5px 0;}
.list-body li.second-title{padding-left: 18px;padding-top: 3px;}
.second-title .list-lead i.list-arrows{display:inline-block;width:18px;height:18px;background-image:url(../images/support_spirit.png);background-repeat: no-repeat;    cursor: pointer;background-position: -88px -216px;}
.second-title .list-lead i.list-arrows.open{background-position: -40px -215px;}
.second-title .list-lead .lead-name{    
    font-family: 'OpenSansSemibold';
    font-size: 16px;}
.article-list-c .ellipsis{padding-left: 22px;}
.article-list-c .ellipsis a{font-size: 14px; line-height:18px/*add by lt*/}
.article-list-c .ellipsis a.active{color: #0bacd7;}
.article-list-c .faq{position:relative; padding-left:38px}/*add by lt*/
.article-list-c .faq span{position:absolute; left:24px; top:4px}/*add by lt*/

.article-list-c .article-list{padding-top: 15px;/*modified by lt*/}
.article-title{position: relative;}
.article-title h1{
	color: #666;
    font-size: 30px; /*modified by lt*/
    position: relative;
    background-color: #fff;
    margin: 0 70px;
	text-align:center; /*add by lt*/
	z-index: 5;
	top: 20px;
    margin-bottom: 30px;
    font-family: 'OpenSansbold';
}
.article-title .hr-div{height: 43px; padding:0 70px;position: absolute;top: 0;width: 100%;}
.icon-article{    
	display: block;
    width: 121px;
    height: 80px;
    background-image: url(../images/support_spirit.png);
    background-repeat: no-repeat;
    background-position: 100px 100px;
    background-color: #fff;
    float: left;
}
.icon-article-know{background-position: -11px -45px;}
.icon-article-faq{background-position: -296px -44px;/*modified by lt*/ width:100px/*add by lt*/}
.icon-article-api{
	background: url('../images/offer-layersnips.png') no-repeat -291px -497px;
	width: 111px;
	height: 104px;	
	background-color: #fff;
	position: relative;
    bottom: 23px;
}
.article-list-handle{
	height: 43px;/*modified by lt*/
    border-bottom: 1px solid #eee;
}
.list-body{padding: 50px 8px 0 18px;/*modified by lt*/}
.switch{
    width: 90px;
    background-color: #7fb800;
    height: 20px;
    float: right;
    border-radius: 10px;
    margin-top: 14px;
    margin-right: 16px;
    padding: 0 0 0 10px;
    cursor: pointer;
}
.switch span{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    float: left;
}
.switch i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/support_spirit.png) no-repeat -87px -218px;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #fff;
    position: relative;
    left: 8px;
}
.switch.open i{
    background: url(../images/support_spirit.png) no-repeat -40px -217px;
 	background-color: #eee;
}
/*result*/
.result-type{
    display: table;
    margin: 0 auto;
    top: 8px;
    position: relative;
    background-color: #fff;
    padding: 0 24px;	
}
.result-type span{    
	height: 20px;
    border-radius: 10px;
    background-color: #eee;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    position: static;
    margin: 0 5px;
    cursor: pointer;
    padding: 0 12px;
}
.result-type span.active{background-color:#7fb800;}
.frequently-question-body .result-item i{
	display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/support_spirit.png) no-repeat -77px -263px;
}
.result-body{padding: 78px 0 124px 0;}
.result-c{padding: 0 24px;}
table{
	border: 1px solid #ddd;
}
th,td{
    border: 1px solid #ddd;
    padding: 2px 10px;
    vertical-align: middle;
}
strong{
	font-family: 'OpenSansbold';
}
.none{display: none;}
/*pagelist css*/
.pagination{height: 44px;padding: 30px 0;}
.pagination table{margin: 0 auto;border-spacing: 8px 0;border-collapse: separate;border: none;}
.pagination td{height: 30px;font-size: 14px;line-height: 30px;border-radius: 2px;text-align: center;padding: 0;}
.pagination td.active,.pagination td:hover{background-color: #0bacd7;border: 1px solid #0bacd7;color: #fff;}
.pagination td a{display: block;padding: 1px 10px 0 10px;}


@media screen and (max-width: 768px){
    .offer-support{
        width: 100%;
        max-width: 7.68rem;
        height: 148px;
        background-color: #FFF;
        padding: 40px 0px 0px 0px;
    }
    .offer-support-small{
        height: 0px;
        padding: 0px;
    }
    .offer-support h1{
        width: 100%;
        color: #333;
        font-size: .32rem;
    }
    .offer-support .help-center{
        width: 100%;
        min-width: 200px;
    }
    .help-center-search .help-center{
        min-width: 100%;
    }
    ::-webkit-input-placeholder{
        color: #929292;
        font-size: 0.24rem;
    }
    input.special:focus{
        color: #929292;
    }
    input.special{
        width: 5.6rem;
        height: .9rem;
        background-color: #f4f4f4;
        color: #929292;
        border-color: #a5a5a5;
        font-size: 0.24rem;
    }
    .question-contact-us{
        width: 100%;
        height: 48px;
        background-color: #FFF;
        border-bottom: 1px solid #FFF;
        text-align: center;
        font-size: .24rem;
        line-height: .36rem;
        padding: 0px 0.3rem;
    }
    .question-contact-us span{
        color: #929292;
    }
   
    .offer-support-info{
        width: 280px;
        margin: 0px auto;
    }
    .offer-support-info-container{
        width: 100%;
        padding: .3rem 0 0.66rem 0;
    }
    .popular-articles, .frequently-question{
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.3rem
    }
    .frequently-question-body{
        width: 100%;
    }
    .offer-support-info-container li.offer-support-info-item{
        width: 100%;
        margin: 0px 0px 0.3rem 0px;
    }
    .popular-articles-title label, .frequently-question-title label{
        font-size: 0.3rem;
    }
    .hr-div{
        border-bottom: 0px;
    }
    .popular-articles-title span, .frequently-question-title span{
        font-size: .26rem;
        color: #929292;
        font-family: 'OpenSans';
    }
    .frequently-question-body .question-item label{
        font-size: 0.26rem;
        color: #333;
        line-height: 0.39rem;
        height: auto;
    }
    .frequently-question-body .answer-item p{
        font-size: .24rem;
        color: #929292;
        text-align: left;
        line-height: 0.36rem;
    }
    .see-all-articles .hr-div{
        width: 80%;
        border-bottom: 1px solid #eee;
    }
    .see-all-articles{
        padding: 0.3rem 0px 0.4rem 0px;
    }
    .popular-articles-list{
        padding-bottom: 0.7rem;
        padding-left: 0px;
    }
    .popular-articles-list li{
        width: 100%;
    }
    .popular-articles-list li a{
        font-size: 0.24rem;
    }
    .point{
        background-color: #0160ca;
    }

    /* article */
    .single-article-body{
        min-width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .article-list-handle{
        display: none;
    }
    .article-list-c{
        float: right;
        width: 100%;
        padding-bottom: 0.6rem;
    }
    .article-mian-c{
        float: left;
        max-width: 100%;
        margin-left: 0px;
    }
    .article-title h1{
        font-size: .3rem;
        top: 0px;
        color: #333;
        margin: 0px 0px 0px 0px;
    }
    .faq-content, .api-content{
        margin: 0px 0.3rem;
    }
    .faq-content h2, .api-content h2{
        font-size: 0.26rem;
        color: #666;
    }
    .api-content span{
        font-size: 0.24rem!important;
    }
    .faq-content h2 span, .api-content h2 span{
        font-size: 0.26rem!important;
    }
    .list-body{
        padding: 0px 0.3rem;
        background-color: #fbfafa;
    }
    .list-lead .lead-name{
        font-size: 0.28rem;
        color: #333;
    }
    .second-title .list-lead .lead-name{
        font-size: 0.26rem;
        color: #929292;
    }
    .article-body{
        padding: 0px 0px 0.6rem 0px;
    }
    .article-list-c .ellipsis a{
        font-size: 0.24rem;
        color: #929292;
    }
    .article_index .help-center-search{
        background-color: #FFF;
        border: 0px;
    }
    .result-type span{
        line-height: 20px;
    }
    .result-c{
        padding: 0px;
    }
    .result-type span.active{
        background-color: #00b0f5;
        color: #FFF;
    }
	.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
		display: block!important;
	}
	.copy-right{
		display: block;
    	padding-top: 20px;	
	}
	.footer .offer-tc{
		height: auto;	
	}	
}
.nowrap{white-space: nowrap;}
.client-desc{
    font-weight: 700;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;	
}
span.cc-message{
	color: #fff;
	line-height: 1.4;
}

.cookie-table{
	width: 100%;	
}
.cookie-table th,
.cookie-table td{
	padding: 12px 10px;
}
.cookie-table th{
    font-weight: 700;		
}
.cookie-table td{
	color: #555;	
}
.special-color svg{
	max-width: 30px;
	max-height: 28px;
    position: relative;
    top: 3px;		
}
.banner-bottom{
    width: 100%;
    height: 87px;
    background-color: #0b1e46;
    display: block;
}