* {
    margin:0;
    padding:0;
    list-style:none;
    border:0;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    height: 0;
    content: ".";
    font-size: 0;
    clear: both;
}
a{
    text-decoration: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.pd-x-15{
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-x-10{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mt_20{
    margin-top: 20px;
}
.mr_5{
    margin-right: 5px;
}
.mb_20{
    margin-bottom: 20px;
}
.pd_15{
    padding: 15px;
}
.pd_10{
    padding: 10px;
}
.bg-color{
    background-color: #f9f8f8;
}
.bg-fff{
    background-color: #fff;
}
.border-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-center{
    text-align: center;
}
.ft_14{
    font-size: 14px;
}
.container{
    font-size: 12px;
    color: #333;
    padding-top: 80px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.btn-default{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #13527b;
    border: 1px solid #13527b;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
}
a.btn-default{
    text-decoration: none;
}
.btn-default:hover{
    background: #13527b;
    color: #fff;
    transition: all .3s ease-in-out;
}
/*carousel start*/
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .item.active{
    -webkit-animation: fadeInFromNone 2s ease-out;
    -moz-animation: fadeInFromNone 2s ease-out;
    -o-animation: fadeInFromNone 2s ease-out;
    animation: fadeInFromNone 2s ease-out;

    /*-webkit-animation: fadeInFromNone 1s ease-in;*/
    /*-moz-animation: fadeInFromNone 1s ease-in;*/
    /*-o-animation: fadeInFromNone 1s ease-in;*/
    /*animation: fadeInFromNone 1s ease-in;*/

    /*-webkit-animation: fadeInFromNone 1s ease-in-out;*/
    /*-moz-animation: fadeInFromNone 1s ease-in-out;*/
    /*-o-animation: fadeInFromNone 1s ease-in-out;*/
    /*animation: fadeInFromNone 1s ease-in-out;*/

    /*animation: all .4s cubic-bezier(.4,0,.2,1);*/
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.hd-carousel-control {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
.hd-carousel-control:focus {
    background: rgba(0, 0, 0, 0.5);
}
.hd-carousel-control.right {
    right: 0;
}
.hd-carousel-control.right i {
    background: url(http://static.superseller.cn/resources/images/work.png) no-repeat;
    background-position: -420px -82px;
    width: 9px;
    height: 15px;
    margin-top: 12px;
}
.hd-carousel-control.left {
    left: 0;
}
.hd-carousel-control.left i {
    background: url(http://static.superseller.cn/resources/images/work.png) no-repeat;
    background-position: -299px -80px;
    width: 10px;
    height: 16px;
    margin-top: 12px;
}

.carousel-control.right {
    right: 15px;
    left: auto
}

/*.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}*/

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #005580;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4, .carousel-caption p {
    line-height: 20px;
    color: #fff
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}
/*carousel end*/
.btn-to-top{
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 30px;
    /*background: url(../image/common/to-top.png) no-repeat 0 0;*/
    background: url(../image/go_to_top.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 9999;
}
.hover-btn.J_to-top.active{
    display: block;
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;
}
.hover-btn-list{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -85px;
}
.hover-btn{
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.hover-btn:last-child{
    margin-bottom: 0;
}
.hover-btn-yellow{
    background: rgb(255,178,2);
    background: rgba(255,178,2,.8);
}
.hover-btn-yellow:hover{
    background: rgba(255,178,2,1);
    transition: all .3s ease-in-out;
}
.hover-btn-gray{
    background: rgb(221,221,221);
    background: rgba(221,221,221,.8);
}
.hover-btn-gray:hover{
    background: rgba(221,221,221,1);
    transition: all .3s ease-in-out;
}
.hover-btn.J_to-top{
    display: none;
}
.to-top-arrow{
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url(../image/common/to-top-arrow.png) no-repeat 0 0;
    vertical-align: 4px;
}
/*.btn-to-top:hover{*/
    /*background-position: -80px 0;*/
/*}*/
#kf5-support-btn{
    display: none !important;
}
/*header start*/

#head,.site-top-broadcast{
    width: 100%;
    min-width: 1200px;
    min-height: 80px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    position: fixed;
    top: 0;
    z-index: 999;
}
/*#head.overseas {*/
    /*height: 180px;*/
/*}*/
.site-top-broadcast{
    background: url(../image/new_index/top_news.png) no-repeat;
    background-position: center;
}
.head-container{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0 15px;
}
.head-logo{
    display: block;
    height: 80px;
    line-height: 80px;
}
.head-logo img{
    vertical-align: middle;
}
.head-nav-item{
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding-left: 40px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    float: left;
}
.head-nav-item a{
    color: #333;
}
.head-nav-item a:hover,
.head-nav-item.current>a{
    color: #ffb202;
    transition: all .3s ease-in-out;
}
.head-nav-item:hover .head-sub-nav{
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.head-sub-nav{
    display: none;
    position: absolute;
    top: 55px;
    padding-top: 10px;
    left: 20px;
    width: 100px;
    z-index: 99999;
    white-space: nowrap;
    background: #fff url(../image/sub_nav_bg.png) 0 0 no-repeat;
    background-size: contain;
}
.head-sub-nav a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #999;
    border: 1px solid #ddd;
    border-top: 0;
}
.head-sub-nav a.current{
    color: #ffb202;
    transition: all .3s ease-in-out;
}
/*header end*/

/*foot start*/
#foot{
    font-size: 12px;
    color: #767a80;
    background: #23272d;
}
.foot-info{
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1e2126;
    font-size: 14px;
}
.foot-info dt{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.foot-info dd{
    margin-bottom: 10px;
}
.foot-info dd:last-child{
    margin-bottom: 0;
}
.foot-info a{
    color: #767a80;
}
.foot-info a:hover{
    color: #ffb202;
    transition: all .3s ease-in-out;
}
.foot-links{
    padding: 20px 0 10px;
}
.foot-copyright{
    height: 60px;
    line-height: 50px;
    background: #1b1f21;
    color: #bbbcbc;
    text-align: center;
}
.foot-copyright a {
    color: #bbbcbc;
}
.foot-copyright a:hover {
    color: #f60;
}
.foot-links a{
    display: inline-block;
    line-height: 1;
    padding: 0 5px;
    border-right: 1px solid #767a80;
    color: #767a80;
    margin-bottom: 10px;
}
.foot-links a:last-child{
    border-right: 0;
}
.foot-links a:hover{
    color: #f60;
    transition: all .3s ease-in-out;
}
.btn-ask{
    display: block;
    width: 85px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #ffb202;
    border-radius: 18px;
    box-sizing: border-box;
}
#kf5-support-btn{
    border-radius: 4px !important;
}
/*foot end*/

/*index start*/
.index-banner{
    height: 540px;
    width: 100%;
    background: url(../image/new_index/new_index_bg.jpg) no-repeat center;
}
.index-banner > .w1200{
    height: 540px;
}
.index-sites-container{
    width: 1170px;
    height: 80px;
    background: url(../image/new_index/pro_list.png) no-repeat 0 0;
    position: absolute;
    left: 15px;
    bottom: -40px;
    -moz-box-shadow: 0 0px 10px 2px rgba(221,221,221,0.2);
    -webkit-box-shadow: 0 0px 10px 2px rgba(221,221,221,0.2);
    box-shadow: 0 0px 10px 2px rgba(221,221,221,0.2);
    border-radius: 4px;
}
.index-feature-list{

}
.index-feature-item{
    display: block;
    width: 292px;
    float: left;
    font-size: 16px;
    margin: 0 auto 60px;
    text-align: center;
}
.icon-index-feature{
    display: block;
    width: 110px;
    height: 60px;
    margin: 0 auto 20px;
    background: url(../image/new_index/index-features-sprites.png) no-repeat;
}
.icon-index-feature1{
    background-position: 0 0;
}
.icon-index-feature2{
    background-position: -120px 0;
}
.icon-index-feature3{
    background-position: -240px 0;
}
.icon-index-feature4{
    background-position: -360px 0;
}
.icon-index-feature5{
    background-position: 0 -70px;
}
.icon-index-feature6{
    background-position: -120px -70px;
}
.icon-index-feature7{
    background-position: -240px -70px;
}
.icon-index-feature8{
    background-position: -360px -70px;
}
.index-partner-list{

}
.index-partner-item{
    width: 240px;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
    margin: 0 30px 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.index-partner-item > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.index-partner-item:first-child{
    margin-left: 15px;
}
.index-partner-item:last-child{
    margin-right: 15px;
}
.index-solutions-item{
    display: inline-block;
    height: 315px;
    width: 360px;
    background: #fff;
    box-sizing: border-box;
    margin-right: 45px;
    padding: 50px 30px 0;
    border-radius: 4px;
}
.index-solutions-item:last-child{
    margin-right: 0;
}
.index-solutions-item:hover{
    box-shadow: 0px 0px 20px 5px rgba(7,143,255, 0.1);
    transition: all .3s ease-in-out;
}
.index-solutions-item h3{
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
}
.index-solutions-item p{
    font-size: 12px;
    line-height: 18px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
}
.index-solutions-item i{
    display: block;
    width: 305px;
    height: 125px;
    background: url(../image/new_index/index-solutions-sprites.png) no-repeat;
    margin: 0 auto;
}
.index-solutions-item.trade i{
    background-position: 0 0;
}
.index-solutions-item.package i{
    background-position: -305px 0;
}
.index-solutions-item.team i{
    background-position: -610px 0;
}
.index-solutions-item.data i{
    background-position: 0 -125px;
}
.index-solutions-item.product i{
    background-position: -305px -125px;
}
.index-solutions-item.shelve i{
    background-position: -610px -125px;
}
/*index end*/


/*others*/
.f-lt, .f-li li {
    float: left;
    display: inline;
}
.erp-mask {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    /* 充满窗口 */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.erp-mask .erp-dialog {
    position: absolute;
    top: 20%;
    left: 50%;
    /* 水平居中 */
    z-index: 10001;
    border-radius: 4px;
}
.erp-mask .erp-dialog .dialog-body {
    font-size: 14px;
}
.erp-mask .erp-dialog .close-btn {
    background: url(/image/icon/erp-dialog-close.png) center center no-repeat;
    display: inline-block;
    width: 44px;
    height: 58px;
    position: absolute;
    right: 0;
    top: -58px;
}
.erp-mask .erp-dialog .close-btn:focus {
    outline: none;
}
.erp-mask .erp-dialog .close-btn:hover {
    cursor: pointer;
}
.alpha-dlg{
    position: fixed;
    left:50%;top:50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}
.alpha-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.7);
    z-index: 1000;
}
.superseller-act-dlg{
    display: block;
    width: 960px;
    height: 567px;
    background: url(../image/act/act_dlg.png) no-repeat 0 0;
}
.superseller-act-dlg-close{
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.main-container{
    padding-top: 80px;
}
.superseller-banner{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../image/banner/banner-top.jpg) no-repeat center;
}
.common-banner{
    width: 100%;
    min-width: 1200px;
    height: 200px;
    margin: 0 auto;
    background: url(../image/common/common_bg.jpg) no-repeat center;
}
.common-banner-headline{
    width: 1200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 200;
    color: #fff;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.common-banner-title{
    padding: 10px;
    background-color: rgba(0,0,0,.1);
}
/* others start */
.tab-title-item{
    display: block;
    height: 80px;
    line-height: 80px;
    margin-right: 70px;
    border-bottom: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}
.tab-title-item.current{
    color: #ffb202;
    border-bottom-color: #ffb202;
}
.tab-body{
    display: none;
}
.tab-body.current{
    display: block;
}
/* others end */
/* vip table start*/
.setting-vip-icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://static.superseller.cn/resources/images/common/vip_sprites.png) no-repeat 0 0;
}
.setting-vip-icon-1 {
    width: 82px;
    height: 82px;
    background-position: -10px -10px;
}
.setting-vip-icon-2 {
    background-position: -112px -10px;
}
.setting-vip-icon-3 {
    background-position: -112px -44px;
}
.setting-vip-icon-4 {
    background-position: -112px -78px;
}
.setting-vip-icon-5 {
    width: 15px;
    height: 12px;
    background-position: -78px -112px;
}
.setting-vip-icon-6 {
    background-position: -10px -112px;
}
.setting-vip-icon-7 {
    background-position: -44px -112px;
}
.setting-vip-table{
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    border-collapse: collapse;
}
.setting-vip-table th,.setting-vip-table td{
    border: 1px solid #ddd;
    padding: 0;
}
.setting-vip-table th{
    height: 107px;
    background-color: #f3f9fc;
    font-size: 18px;
    position: relative;
    text-align: center;
}
.setting-vip-table td{
    height: 43px;
    background-color: #fff;
    padding-left: 20px;
}
.setting-vip-table td.intro{
    height: 34px;
    background-color: #f5f5f5;
    color: #13527b;
}
.yellow-wrap{
    padding: 4px 10px;
    background-color: #fff6da;
    color: #d9920a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* vip table end*/

/* tipso start */
.tipso_bubble,.tipso_bubble>.tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tipso_bubble{position:absolute;text-align:center;border-radius:6px;z-index:9999;padding:10px}.tipso_style{cursor:help;}.tipso_bubble>.tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}.tipso_bubble.top>.tipso_arrow{border-color:#000 transparent transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom>.tipso_arrow{border-color:transparent transparent #000;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left>.tipso_arrow{border-color:transparent transparent transparent #000;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right>.tipso_arrow{border-color:transparent #000 transparent transparent;top:50%;right:100%;margin-top:-8px}.tipso_content{font-size: 14px;}
/* tipso end */

.icon-new {
    display: inline-block;
    width: 23px;
    height: 10px;
    background: url(../image/icon/icon_new.png) no-repeat 0 0;
}
