.bg_white {
    background-color: #fff;
}

.dashed_separate {
    margin: 40px;
    border-top: 1px dashed #ddd;
}

.ie_error {
    display: none;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    line-height: 26px;
    background-color: #fff2b6;
    color: #333;
    height: 26px;
}

.ie_error_icon {
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: url(/static/img/icon/step.png) no-repeat -149px -119px;
    vertical-align: middle;
}

/*index frame*/
.inx_con {
    width: 100%;
    color: #333;
}

.inx_con.default {
    margin-bottom: 60px;
}

.inx_head {
    position: fixed;
    top: 0;
    bottom: auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 1000;
}

.inx_body {
    margin-top: 80px;
    width: 100%;
}

.inx_foot {
    width: 100%;
}

.inx_main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
}

.inx_main:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

/*index head*/
.inx_logo {
    display: block;
    float: left;
    padding-top: 24px;
    width: 200px;
    height: 80px;
    background: url(../img/logo/sm_brand_2.png) no-repeat 0 18px;
}

.inx_nav {
    float: right;
}

.inx_nav .inx_nav_list:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_nav .inx_nav_list > li {
    float: left;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 80px;
    cursor: pointer;
}

.inx_nav .inx_nav_list > li.line {
    margin-top: 24px;
    padding: 0;
    width: 2px;
    background: #eee;
    height: 32px;
}

.inx_nav .inx_nav_list > li > a {
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    text-decoration: none;
    color: #333;
}

.inx_nav .inx_nav_list > li:hover {
    color: #008adb;
}

.inx_nav .inx_nav_list > li:hover > a {
    text-decoration: none;
    color: #008adb;
}

.inx_nav .inx_nav_list > li .inx_dropdown .inx_drop {
    font-size: 18px;
    color: #333;
}

.inx_nav .inx_nav_list > li:hover .inx_drop {
    color: #008adb;
}

.inx_dropdown {
    position: relative;
}

.inx_dropdown:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_dropdown .inx_drop [class*="smicon_"] {
    position: relative;
    top: 4px;
    left: -4px;
    color: #333;
}

.inx_dropdown:hover .inx_drop {
    color: #008adb;
}

.inx_dropdown:hover .inx_drop [class*="smicon_"] {
    color: #008adb;
}

.inx_dropdown .inx_menu {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.inx_dropdown:hover .inx_menu {
    display: block;
    padding: 8px 0;
}

.inx_dropdown.default .inx_menu {
    width: 210px;
}

.inx_dropdown .inx_menu > li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    cursor: pointer;
}

.inx_dropdown .inx_menu > li > a {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.inx_dropdown .inx_menu > li:hover {
    color: #008adb;
}

.inx_dropdown .inx_menu > li:hover > a {
    text-decoration: none;
    color: #008adb;
}

/*ph menu*/
.inx_ph_nav {
    display: none;
    position: relative;
}

.inx_ph_menu {
    position: absolute;
    right: 20px;
    top: 26px;
    cursor: pointer;
}

.inx_ph_menu > span {
    display: block;
    margin-bottom: 5px;
    width: 30px;
    height: 5px;
    background: #333;
}

@keyframes menu_rotate1 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-45deg)
    }
}

@keyframes menu_rotate2 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes menu_rotate3 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(45deg)
    }
}

@keyframes menu_rotate_re1 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(-45deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes menu_rotate_re2 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes menu_rotate_re3 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(45deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.inx_ph_menu.menu_active > span.menu_top {
    transform-origin: right top;
    -webkit-animation: menu_rotate1 .5s ease 1 forwards;
    -moz-animation: menu_rotate1 .5s ease 1 forwards;
    -ms-animation: menu_rotate1 .5s ease 1 forwards;
    animation: menu_rotate1 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active > span.menu_mid {
    -webkit-animation: menu_rotate2 .2s linear 1 forwards;
    -moz-animation: menu_rotate2 .2s linear 1 forwards;
    -ms-animation: menu_rotate2 .2s linear 1 forwards;
    animation: menu_rotate2 .2s linear 1 forwards;
}

.inx_ph_menu.menu_active > span.menu_bot {
    transform-origin: right bottom;
    -webkit-animation: menu_rotate3 .5s ease 1 forwards;
    -moz-animation: menu_rotate3 .5s ease 1 forwards;
    -ms-animation: menu_rotate3 .5s ease 1 forwards;
    animation: menu_rotate3 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_top {
    transform-origin: right top;
    -webkit-animation: menu_rotate_re1 .5s ease 1 forwards;
    -moz-animation: menu_rotate_re1 .5s ease 1 forwards;
    -ms-animation: menu_rotate_re1 .5s ease 1 forwards;
    animation: menu_rotate_re1 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_mid {
    -webkit-animation: menu_rotate_re2 .2s linear 1 forwards;
    -moz-animation: menu_rotate_re2 .2s linear 1 forwards;
    -ms-animation: menu_rotate_re2 .2s linear 1 forwards;
    animation: menu_rotate_re2 .2s linear 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_bot {
    transform-origin: right bottom;
    -webkit-animation: menu_rotate_re3 .5s ease 1 forwards;
    -moz-animation: menu_rotate_re3 .5s ease 1 forwards;
    -ms-animation: menu_rotate_re3 .5s ease 1 forwards;
    animation: menu_rotate_re3 .5s ease 1 forwards;
}

.inx_ph_nav_list {
    position: absolute;
    top: 57px;
    right: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    width: 230px;
    background: #fff;
}

.inx_ph_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f4f5f7;
}

.inx_ph_nav_list > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
}

.inx_ph_nav_list .icon_more {
    float: right;
    position: relative;
    top: 2px;
    color: #333;
}

.inx_ph_nav_list > li > a:hover {
    color: #008adb;
}

.inx_ph_nav_list > li > a:hover .icon_more {
    color: #008adb;
}

.inx_ph_nav_list .nav_in {

}

.inx_ph_nav_list .nav_in > li {
    border-top: 1px solid #f4f5f7;
}

.inx_ph_nav_list .nav_in > li > a {
    display: block;
    padding: 5px 20px 5px 40px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
}

.inx_ph_nav_list .nav_in > li > a:hover {
    color: #008adb;
}


/*banner login*/
.inx_banner_box {
    padding-top: 50px;
    width: 100%;
    height: 700px;
    background: url(../img/index/login_bg_change.jpg?v=1) no-repeat center;
}

.cue_bubble {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    margin-left: 5px;
    width: 42px;
    height: 34px;
}

.cue_bubble_con {
    display: inline-block;
    border-radius: 2px;
    width: 42px;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #ff9000;
}

.cue_bubble_triangle {
    display: block;
    position: absolute;
    bottom: -2px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #ff9000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.inx_tit_1 {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

h1.inx_tit_1 {
    margin-top: 0;
}

.inx_tit_1.tit_bright {
    color: #fff;
}

.inx_tit_2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.inx_tit_2.tit_bright {
    color: #fff;
}

.inx_tit_3 {
    text-align: center;
    font-size: 18px;
    color: #999;
}

.inx_tit_3.tit_bright {
    color: #fff;
}

.inx_tit_4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.inx_tit_4.tit_bright {
    color: #fff;
}

.inx_tit_5 {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.inx_tit_5.tit_bright {
    color: #fff;
}

.inx_tit_5.tit_black {
    color: #333;
}

.inx_tit_6 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #999;
}

.inx_tit_6.tit_bright {
    color: #fff;
}

.inx_login_box {
    border-radius: 5px;
    margin: 0 auto;
    width: 450px;
    background: #fff;
}

.inx_tab_list {
    margin: 0 40px;
    border-bottom: 1px solid #e9eef2;
}

.inx_tab_list:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_tab_list > li {
    float: left;
    width: 50%;
    border-bottom: 3px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    color: #333;
    cursor: pointer;
}

.inx_tab_list > li:hover {
    color: #008adb;
}

.inx_tab_list > li.active {
    color: #008adb;
    border-color: #008adb;
}

.inx_tab_con {
    padding: 20px 40px;
}

.inx_tab_con p {
    margin: 0;
    color: #999;
    font-size: 16px;
}

.inx_tab_con .input-group {
    margin-bottom: 20px;
}

.inx_tab_con .input-group .send_code {
    width: 106px;
    cursor: pointer;
}

.inx_tab_con .input-group-addon:not(:last-child) {
    background: #fff;
    border-right: 0;
    border-color: #ddd;
}

.inx_tab_con .form-control {
    height: 40px;
    border-color: #ddd;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inx_tab_con .input-group-addon .glyphicon {
    color: #999;
}

.inx_tab_con .btn {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
}

.inx_tab_con .tab_pane {
    display: none;
}

.inx_tab_con .tab_pane.active {
    display: block;
}

.inx_tab_con .tab_pane .tips_txt {
    text-align: center;
}

.inx_tab_con .tab_pane .error_info {
    min-height: 0 !important;
    width: 100%;
    font-size: 14px;
    line-height: 20px !important;
    color: #f57028;
}

.inx_tab_con .forget_info {
    margin-top: 20px;
}

.inx_tab_con .forget_info:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

/* 区号组件重置 */
.inx_tab_con .phone_region,
.inx_tab_con .phone_region[disabled],
.inx_tab_con .intl-tel-input .selected-flag {
    width: 90px !important;
}

.inx_tab_con .phone_region,
.inx_tab_con .phone_region[disabled] {
    background-color: #fff;
}

.inx_tab_con .phone_region,
.inx_tab_con .phone_number {
    vertical-align: top;
}

.inx_tab_con .intl-tel-input .selected-flag {
    padding-left: 10px;
}

.inx_tab_con input#phoneRegion {
    padding-left: 40px;
    width: 270px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.inx_tab_con .intl-tel-input .country-list {
    text-align: left;
    z-index: 5;
}

.inx_tab_con .phone_number .input-group-addon {
    padding: 0;
    border: 0;
}
.inx_tab_con .phone_number .intl-tel-input .selected-flag {
    max-height: 40px;
}
.inx_tab_con .phone_number [name="phone"] {
    border-left-color: #fff;
}

.inx_tab_con .phone_number [name="phone"]:focus {
    border-left: 1px solid #66afe9;
}

/* 区号组件重置 */

.inx_content_box {
    padding: 60px 0;
    background: #fff;
}

.inx_content_box.box_gray {
    background: #f4f5f7;
}

.inx_content_box.drop_con {
    padding: 80px 0 90px 0;
}

.inx_s_box {
    margin-top: 30px;
}

.inx_s_box.model {
    margin-top: 60px;
}

.man_machine_veri {
    margin-bottom: 10px;
    text-align: center;
}

.man_machine_veri div {
    display: inline-block;
}

/*platform show*/
.inx_s_rectangle:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_s_rectangle {
    font-size: 0;
    text-align: center;
}

.inx_s_rectangle > a,
.inx_s_rectangle > span {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #e9eef2;
    width: 110px;
    height: 44px;
    vertical-align: top;
    background: url(../img/index/inx_plat.png?v=1.2) no-repeat;
}

.inx_s_rectangle > a:hover {
    border-color: #008adb;
}

.inx_s_rectangle > span.plat_aliexpress {
    background-position: -2px -834px;
}

.inx_s_rectangle > span.plat_banggood {
    background-position: -2px -667px;
}

.inx_s_rectangle > span.plat_alibaba {
    background-position: -2px -780px;
}

.inx_s_rectangle > span.plat_dh {
    background-position: -2px -498px;
}

.inx_s_rectangle > span.plat_chinabrands {
    background-position: -2px -610px;
}

.inx_s_rectangle > span.plat_1688 {
    background-position: 1px -279px;
}

.inx_s_rectangle > span.plat_amazon {
    background-position: 0 -723px;
}

.inx_s_rectangle > span.plat_gogomall {
    background-position: 0 -1314px;
}

.inx_s_rectangle > span.plat_cj {
    background-position: -1px -1482px;
}

.inx_s_rectangle > a.plat_trackdog,
.inx_s_rectangle > span.plat_trackdog {
    background-image: url("../img/index/trackDogContLogo.png?v=1.0");
    background-size: 100px 34px;
    background-position: 4px 4px;
}

.inx_s_rectangle > a.plat_nichescraper,
.inx_s_rectangle > span.plat_nichescraper {
    background-image: url("../img/index/niche_scraper_logo.png?v=1.0");
    background-size: 100px 34px;
    background-position: 4px 4px;
}

.inx_s_rectangle > a.plat_3dsellers,
.inx_s_rectangle > span.plat_3dsellers {
    background-position: -1px -58px;
}

.inx_s_rectangle > a.plat_PageFly,
.inx_s_rectangle > span.plat_PageFly {
    background-image: url('../img/logo/PF_logo.png?v=1.0');
    background-position: center;
}

.inx_s_rectangle > a.plat_crazylister,
.inx_s_rectangle > span.plat_crazylister {
    background-position: -1px -112px;
}

.inx_s_rectangle > a.plat_paypal,
.inx_s_rectangle > span.plat_paypal {
    background: url("../img/logo/paypal.png") no-repeat center;
    background-size: 90%;
}

.inx_s_rectangle > span.plat_taobao {
    background-position: 0 -168px;
}

.inx_s_rectangle > span.plat_tmall {
    background-position: -1px -221px;
}

.inx_s_rectangle > span.plat_walmart {
    background-position: -1px -331px;
}

.inx_s_rectangle > span.plat_tmart {
    background-position: -1px -387px;
}

.inx_s_rectangle > span.plat_gearbest {
    background-position: -2px -445px;
}

.inx_s_rectangle > span.plat_chinavasion {
    background-position: -1px -555px;
}

.inx_s_rectangle > span.plat_more {
    padding: 5px 10px 0 10px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background: #fff;
    cursor: pointer;
}

.inx_s_rectangle > span.plat_more:hover {
    border-color: #008adb;
}

.inx_s_rectangle > span.plat_more a {
    display: block;
    width: 90px;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.inx_s_rectangle > span.plat_more a:hover,
.inx_s_rectangle > span.plat_more a:active,
.inx_s_rectangle > span.plat_more a:focus {
    text-decoration: none;
    color: #333;
}

.inx_s_circular {
    font-size: 0;
    text-align: center;
}

.inx_s_circular > span {
    display: inline-block;
    margin: 0 20px;
    border: 1px solid #e9eef2;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: url(../img/index/inx_plat.png?v=1.2) no-repeat;
}

.inx_s_circular > span.plat_3dcart {
    background-position: -1px -1129px;
    background-size: 103%;
}

.inx_s_circular > span.plat_ebay {
    background-position: -7px -890px;
}

.inx_s_circular > span.plat_shopify {
    background-position: -8px -1191px;
}

.inx_s_circular > span.plat_wish {
    background-position: -8px -1090px;
}

.inx_s_circular > span.plat_woocommerce {
    background-position: -9px -990px;
}

/*model show*/
.inx_s_square:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_s_square {
    font-size: 0;
    text-align: center;
}

.inx_s_square > div {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

/*web deacript*/
.inx_s_square.desc_we > div {
    display: inline-block;
    margin-right: 45px;
    width: 370px;
    height: 360px;
    background: #fff;
}

.inx_s_square.desc_we > div:last-child {
    margin-right: 0;
}

.inx_s_square .inx_s_img {
    display: inline-block;
    background: url(../img/index/inx_icon.png?v=2) no-repeat;
}

.inx_s_square.desc_we .inx_s_img {
    width: 270px;
    height: 270px;
}

.inx_s_square .inx_s_img.desc_we_1 {
    background-position: 0 -1428px;
}

.inx_s_square .inx_s_img.desc_we_2 {
    background-position: 0 -1708px;
}

.inx_s_square .inx_s_img.desc_we_3 {
    background-position: 0 -1990px;
}

/*function descript*/
.inx_s_square.desc_function > div {
    display: inline-block;
    margin-right: 40px;
    border: 1px solid #e9eef2;
    padding: 20px;
    width: 270px;
    height: 260px;
    background: #fff;
}

.inx_s_square.desc_function > div:nth-child(n+5) {
    margin-top: 40px;
}

.inx_s_square.desc_function > div:nth-child(4n) {
    margin-right: 0;
}

.inx_s_square.desc_function > div:hover {
    box-shadow: 0 20px 60px 0 rgba(21, 51, 89, 0.12);
    transition: 0.3s;
}

.inx_s_square.desc_function .inx_s_img {
    width: 72px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.inx_s_square .inx_s_img.desc_function_1 {
    background-position: -33px -36px;
}

.inx_s_square .inx_s_img.desc_function_2 {
    background-position: -33px -114px;
}

.inx_s_square .inx_s_img.desc_function_3 {
    background-position: -33px -196px;
}

.inx_s_square .inx_s_img.desc_function_4 {
    background-position: -33px -280px;
}

.inx_s_square .inx_s_img.desc_function_5 {
    background-position: -33px -361px;
}

.inx_s_square .inx_s_img.desc_function_6 {
    background-position: -33px -437px;
}

.inx_s_square .inx_s_img.desc_function_7 {
    background-position: -33px -522px;
}

.inx_s_square .inx_s_img.desc_function_8 {
    background-position: -33px -594px;
}

/*Separate*/
/*circular*/
.inx_sep_circular {
    margin: 60px 0 45px 0;
    font-size: 0;
    text-align: center;
}

.inx_sep_circular > span {
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #e1e7eb;
}

/*whole line light*/
.inx_sep_line_light {
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9eef2;
}

/*whole line*/
.inx_sep_line_whole {
    margin-top: 40px;
    border-bottom: 1px solid #1a577f;
}

/*short line*/
.inx_sep_line_short {
    display: inline-block;
    margin: 5px 0;
    width: 30px;
    border: 1px solid #e1e7eb;
}

/*Vertical line*/
.inx_sep_line_vertical {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    border: 1px solid #cce4f0;
}

/*foot*/
.inx_foot_guide {
    height: 280px;
    padding-top: 60px;
    background: url(../img/index/foot_bg_guide.jpg) no-repeat center;
}

.inx_foot_con {
    padding-top: 60px;
    background: #004471;
}

.inx_foot_con:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_foot_logo {
    float: left;
    padding-top: 40px;
    background: url(../img/logo/sm_brand_1.png) no-repeat;
}

.inx_foot_logo_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.inx_foot_body:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_foot_nav {
    float: right;
}

.inx_foot_nav > li {
    float: left;
    margin-right: 100px;
}

.inx_foot_nav > li:last-child {
    margin-right: 0;
}

.inx_foot_nav > li > dl > dt {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.inx_foot_nav > li > dl > dd {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
}

.inx_foot_nav > li > dl > dd > a {
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}

.inx_foot_nav > li > dl > dd > a:hover {
    color: #fff;
    text-decoration: none;
}

.inx_foot_nav > li > dl > dd > a.underline:hover {
    text-decoration: underline;
}

.inx_foot_foot {
    padding: 10px;
}

.inx_foot_foot:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.copyright_info {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.copyright_info span,
.copyright_info a {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}

.copyright_info a:hover {
    text-decoration: none;
    color: #fff;
}

.report_info {
    float: right;
    font-size: 0;
}

.report_info > a {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
    background: url(../img/index/inx_icon.png?v=2) no-repeat;
    opacity: .8;
}

.report_info > a:hover {
    opacity: 1;
}

.report_info > a.info_facebook {
    width: 17px;
    background-position: -60px -1129px;
}

.report_info > a.info_twitter {
    width: 24px;
    background-position: -56px -1177px;
}

.report_info > a.info_youtube {
    width: 32px;
    background-position: -50px -1226px;
}

.report_info > a.info_facebookGroup {
    width: 34px;
    background-position: -51px -1283px;
}

/*start button*/
.inx_btn_start {
    display: block;
    margin: 0 auto;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    width: 260px;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    color: #00b2aa;
    background: #fff;
}

.inx_btn_start:hover {
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    color: #00b2aa;
}

.inx_btn_start a {
    display: block;
    width: 260px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
    text-decoration: none;
    color: #00b2aa;
}

.inx_btn_start a:hover,
.inx_btn_start a:focus,
.inx_btn_start a:active {
    color: #00b2aa;
    text-decoration: none;
}

/*suppliers*/
.inx_suppliers_box {
    padding: 50px 0;
    background: #fff;
}

.inx_suppliers_box .inx_suppliers_table {
    margin-top: 50px;
}

.inx_suppliers_box .btn {
    width: 240px;
    font-size: 16px;
}

.inx_suppliers_box .suppliers_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 1000px;
    margin: 40px auto 0;
}

.inx_suppliers_box .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
    padding: 20px;
    width: 310px;
    height: 300px;
    text-align: center;
    background-color: #f4f5f7;
}

.inx_suppliers_box .item:hover {
    text-decoration: none;
    background-color: #cfedfb;
}

.inx_suppliers_box .item:focus {
    text-decoration: none;
}

.inx_suppliers_box .item:nth-child(3n) {
    margin-right: 0;
}

.inx_suppliers_box .item:nth-child(n + 4) {
    margin-top: 35px;
}

.inx_suppliers_box .item .logo {
    width: 130px;
    height: 44px;
    margin-bottom: 20px;
    background-image: url('../img/background/suppliers_logos.png?v=1');
    background-repeat: no-repeat;
}

.inx_suppliers_box .item .logo_ali {
    background-position: -1px 7px;
}

.inx_suppliers_box .item .logo_cb {
    background-position: 0 -137px;
}

.inx_suppliers_box .item .logo_bg {
    background-position: -1px -64px;
}

.inx_suppliers_box .item .logo_ggm {
    background-position: 0 -204px;
}

.inx_suppliers_box .item .logo_cj {
    background-position: 0 -275px;
}

.inx_suppliers_box .item ul {
    height: 160px;
}

.inx_suppliers_box .item ul li {
    width: 100%;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.inx_suppliers_box .item ul li + li {
    margin-top: 10px;
}

.inx_suppliers_box .item ul li > [class*="smicon_"] {
    color: #3B7511;
}

.inx_suppliers_box .item ul li > span:last-child {
    padding-left: 10px;
    width: calc(100% - 24px);
    font-size: 16px;
}

.inx_suppliers_box .item .btm {
    height: 20px;
    width: 100%;
    font-size: 12px;
    color: #999;
    text-align: left;
}

.inx_suppliers_table {
    width: 1000px;
    margin: 0 auto;
}

.inx_suppliers_table .icon_help {
    float: right;
    margin-top: 12px;
    color: #999;
}

.inx_suppliers_table > thead > tr > th,
.inx_suppliers_table > tbody > tr > td {
    padding: 5px 15px;
    /*width: calc(500px / 3);
    min-width: calc(500px / 3);
    max-width: calc(500px / 3);*/
    border: 1px solid #e9eef2;
}

.inx_suppliers_table > thead > tr > th:nth-child(3),
.inx_suppliers_table > thead > tr > th:nth-child(4),
.inx_suppliers_table > thead > tr > th:nth-child(5),
.inx_suppliers_table > thead > tr > th:nth-child(6) {
    padding: 5px;
}

.inx_suppliers_table > thead > tr > th:nth-child(1),
.inx_suppliers_table > tbody > tr > td:nth-child(1) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.inx_suppliers_table > thead > tr > th:nth-child(2),
.inx_suppliers_table > tbody > tr > td:nth-child(2) {
    width: 200px;
    min-width: 200px;
    max-width: 210px;
}

.inx_suppliers_table > thead > tr > th:nth-child(3),
.inx_suppliers_table > tbody > tr > td:nth-child(3) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.inx_suppliers_table > thead > tr > th:nth-child(4),
.inx_suppliers_table > tbody > tr > td:nth-child(4) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.inx_suppliers_table > thead > tr > th:nth-child(5),
.inx_suppliers_table > tbody > tr > td:nth-child(5) {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

.inx_suppliers_table > thead > tr > th:nth-child(6),
.inx_suppliers_table > tbody > tr > td:nth-child(6) {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.inx_suppliers_table > tbody > tr > td:nth-child(2) > div {
    display: flex;
    align-items: center;
}

.inx_suppliers_table > tbody > tr > td:nth-child(2) > div > a {
    line-height: 18px;
}

.inx_suppliers_table > tbody > tr > td:nth-child(2) > div > .line {
    margin: 0 8px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.inx_suppliers_table > thead > tr > th {
    color: #999;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    background: #f4f5f7;
}

.inx_suppliers_table > tbody > tr > td {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.inx_suppliers_table > tbody > tr:nth-child(2n) > td {
    background-color: #f4f5f7;
}

.inx_suppliers_table > tbody > tr > td > a {
    font-size: 16px;
}

.inx_suppliers_table > tbody > tr > td:first-child {
    color: #666;
}

.inx_suppliers_table > tbody > tr > td:first-child,
.inx_suppliers_table > tbody > tr > td:nth-child(2) {
    text-align: left;
}

.inx_suppliers_table > tbody > tr > td .sm_icon_done {
    position: relative;
    top: 3px;
    font-weight: 600;
    color: #3b7511;
}

.inx_suppliers_table .vip_sup {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    padding: 2px;
    border-radius: 2px;
    line-height: 12px;
    background: #F74B16;
    font-size: 12px;
    color: #fff;
}

/*sale channels*/
.inx_channels_box {
    padding: 50px 0 100px 0;
    background: #fff;
}

.inx_channels_box .inx_tit_1 + .inx_tit_3 {
    margin-bottom: 50px;
}

.inx_channels_box .inx_s_box {
    width: 1000px;
    margin: 0 auto;
}

.inx_s_square.desc_plat {
    text-align: left;
}

.inx_s_square.desc_plat > .item {
    display: inline-block;
    margin-right: 35px;
    padding: 20px;
    width: 310px;
    height: 280px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    background-color: #f4f5f7;
}

.inx_s_square.desc_plat > .item:hover {
    text-decoration: none;
    background-color: #cfedfb;
}

.inx_s_square.desc_plat > .item:nth-child(3n) {
    margin-right: 0;
}

.inx_s_square.desc_plat > .item:nth-child(n + 4) {
    margin-top: 35px;
}

.inx_s_square.desc_plat .inx_s_img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
    background: url(../img/index/inx_plat.png?v=1.2) no-repeat;
}

.inx_s_square.desc_plat .inx_s_img.desc_plat_1 {
    background-position: -4px -888px;
}

.inx_s_square.desc_plat .inx_s_img.desc_plat_2 {
    background-position: -4px -1188px;
}

.inx_s_square.desc_plat .inx_s_img.desc_plat_3 {
    background-position: -4px -1087px;
}

.inx_s_square.desc_plat .inx_s_img.desc_plat_4 {
    background-position: -4px -985px;
}

.inx_s_square.desc_plat .inx_s_img.desc_plat_5 {
    background-position: -4px -1378px;
}

/*service partners*/
.inx_partners_box {
    padding: 50px 0 200px 0;
    background: #fff;
}

.inx_partners_box .inx_tit_1 {
    margin-bottom: 50px;
}

.inx_partners_box .inx_s_box {
    margin: 0 auto;
    width: 910px;
}

.inx_partners_box .inx_s_rectangle {
    text-align: left;
}

/*.inx_partners_box .inx_s_rectangle > span:nth-child(n + 8) {
    margin-top: 20px;
}*/

/*pricing*/
.inx_pricing_box {
    padding: 50px 0 100px 0;
    background: #fff;
}

.inx_pricing_box .inx_sep_line_short {
    width: 18px;
}

.pricing_sign_btn {
    width: 240px;
    font-size: 16px;
}

.btn_out_a {
    color: #fff;
    text-decoration: none;
}

.btn_out_a:hover,
.btn_out_a:active,
.btn_out_a:focus {
    color: #fff;
    text-decoration: none;
}

.inx_pricing_list {
    width: 1120px;
    margin: 30px auto 0 auto;
}

.inx_pricing_list > li {
    float: left;
    padding: 0 30px;
    width: 50%;
}

.inx_pricing_list > li dl {
    margin-bottom: 30px;
}

.inx_pricing_list > li dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.inx_pricing_list > li dd {
    font-size: 14px;
    color: #666;
}

.inx_comment_box {
    min-height: 250px;
    text-align: center;
    background-color: #edf7fa;
    background-image: url('../img/background/testimonials_mobile_bg.png'),
    url('../img/background/testimonials_chat_bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 115px bottom, calc(100% - 100px) 50%;
}

.inx_comment_box .comment_txt {
    position: relative;
    margin: 0 16%;
}

.inx_comment_box .comment_txt:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -20px;
    width: 30px;
    height: 30px;
    background: url(../img/icon/quotes1_icon.png) no-repeat center;
}

.inx_comment_box .comment_txt:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -20px;
    width: 30px;
    height: 30px;
    background: url(../img/icon/quotes2_icon.png) no-repeat center;
}

.inx_comment_box .star_icon_cont [class*="smicon_"] {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #ffc53a;
}

.inx_comment_box .author {
    font-weight: 600;
}

@media screen and (max-width: 750px) {
    .inx_comment_box {
        min-height: 285px !important;
    }
}

@media screen and (max-width: 768px) {
    .inx_comment_box .comment_txt {
        margin: 0 10%;
    }

    .inx_comment_box {
        background-image: none;
    }
}

/*about us*/
.inx_about_box {
    padding: 60px 0 200px 0;
    background: #fff;
}

.inx_about_box .inx_main {
    width: 960px;
}

.inx_about_box .inx_tit_1 {
    margin-bottom: 60px;
}

.inx_about_box .inx_tit_3 {
    color: #333;
}

/*contact us*/
.inx_contact_box {
    padding: 60px 0 200px 0;
    background: #fff;
}

.inx_contact_box .inx_main {
    width: 960px;
}

.inx_contact_box .inx_tit_1 {
    margin-bottom: 60px;
}

.inx_contact_list > li {
    float: left;
    padding: 0 80px;
    width: 50%;
}

.inx_contact_list > li:first-child {
    border-right: 1px solid #e9eef2;
}

.inx_contact_list .contact_box {
    margin-bottom: 40px;
}

.inx_contact_list .contact_box:last-child {
    margin-bottom: 0;
}

.inx_contact_list .contact_box:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_contact_list .contact_img {
    float: left;
    width: 52px;
    height: 52px;
    background: url(../img/index/inx_icon.png?v=2) no-repeat;
}

.inx_contact_list .contact_img.hours {
    background-position: -40px -661px;
}

.inx_contact_list .contact_img.email {
    background-position: -40px -741px;
}

.inx_contact_list .contact_img.qq {
    background-position: -40px -811px;
}

.inx_contact_list .contact_img.WhatsApp {
    background-position: -196px -930px;
}

.inx_contact_list .contact_img.face_messe {
    background-position: -40px -890px;
}

.inx_contact_list .contact_img.face_group {
    background-position: -40px -983px;
}

.inx_contact_list .contact_img.office {
    background-position: -40px -1054px;
}

.inx_contact_list .contact_con {
    float: left;
    padding-left: 20px;
    width: calc(100% - 60px);
}

.inx_contact_list .contact_con .tit {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.inx_contact_list .contact_con .con {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.inx_contact_list .contact_con .con_img {
    width: 380px;
    height: 280px;
    background: url(../img/index/inx_contact_us.jpg) no-repeat;
}

/*reset*/
.inx_reset_box {
    padding: 60px 0 0 0;
    background: #fff;
}

.inx_contact_box .inx_tit_1 {
    margin-bottom: 60px;
}

/*remind*/
.inx_remind {
    position: fixed;
    bottom: 0;
    padding: 13px 0;
    width: 100%;
    background-color: #494a4a;
    z-index: 100;
}

.inx_remind_con {
    margin: 0 20px;
    color: #fff;
    text-align: center;
}

.inx_remind_con span {
    color: #fff;
}

.inx_remind_con a {
    color: #fff;
    text-decoration: underline;
}

.inx_remind_con a:hover {
    color: #fff;
    text-decoration: none;
}

.inx_remind_con .btn {
    margin-left: 50px;
}

/*remind end*/

/*2019.1.21 Discard*/
/*.index_out {
    width:100%;
}*/
/*.index_content {
    width:1200px;
    margin:0 auto;
    height:100%;
    max-height:100%;
    overflow:hidden;
}
.index_content .list {
    width:100%;
    font-size:0;
    padding:20px 0;
}
.index_content .list div{
    display:inline-block;
    vertical-align: middle;
}
.index_content .list div.background {
    width:530px;
}
.index_content .list div.txt{
    width:670px;
}
.index_content .list div.txt.left{
    padding-right:40px;
}
.index_content .list div.txt.right{
    padding-left:40px;
}*/
/*
.head_out {
    background-color:#00a0dc;

}
.head_out {
    height:70px;
    line-height:70px;

}
*/
/*.foot_out {
    height:100px;
    line-height:100px;
    background-color: #0078b5;
}*/
/*.index_head .index_nav li{
    float:left;
}
.index_head .index_nav li a{
    padding:0 40px;
    margin-right:5px;
    font-size:18px;
    color:#fff;
    display:block;
    height:100%;
    font-weight: 600;
}
.index_head .index_nav li a:hover{
    background-color:#0077B5;
    text-decoration:none;
}
.index_head .index_nav li.nav_logo{
    padding:0;
    width:350px;
    text-align:left;
}
.index_head .index_nav li.right_nav{
    float:right;
    padding-top:17.5px;
}
.index_head .index_nav li.right_nav a{
    padding:0;
}
.index_head .index_nav li.right_nav a.btn_link{
    height:35px;
    line-height:35px;
    border:1px solid #fff;
    border-radius:2px;
    padding:0 10px;
}*/

/*.index_foot .foot_link {
    !*width:430px;*!
    !*margin-top:10px;*!
    float:left;
}
.index_foot .foot_link *{
    font-size:16px;
    font-weight: 600;
}
.index_foot .foot_link li{
    float:left;
    margin-right:30px;
    !*line-height:25px;*!
}
.index_foot .foot_link li.right_nav{
    width:100%;
    color:#BCBCBC;
    margin:0;
    clear:both;
}
.index_foot .foot_link li a {
    color:#fff;
    padding:10px 0;
}
.index_foot .foot_link li a:hover {
    color:#fff;
    text-decoration:none;
    opacity: .5;
}
.index_foot .sns_link {
    float:right;
}
.index_foot_bottom {
    height: 40px;
    line-height: 40px;
    width:100%;
    background-color: #004471;
}
.index_foot_bottom >p{
    margin: 0;
    text-align: center;
    color: #fff;
}
.body_info .list .txt .glyphicon-check{
    color: #60AA14;
    margin-right: 10px;
}
.body_info .list .txt h3{
    margin-bottom: 30px;
}
.body_info .list .txt span{
    font-size: 16px;
}
.body_login {
    height:770px;
    position:relative;
    background:url(../img/index/login_bg_new.jpg)no-repeat center;
}
.body_login .supernatant {
    position:absolute;
    bottom:0;
    width:100%;
    height:90px;
}
.body_login .index_content{
    text-align:center;
}
.body_login .index_content>p{
    color:#fff;
}
.body_login .index_content>p.tit_1{
    font-size:36px;
    font-weight:600;
    margin-bottom:10px;
    margin-top:40px;
}
.body_login .index_content>p.tit_2{
    font-size:16px;
    margin-bottom:30px;
}
.body_login .index_content .login_form {
    display:inline-block;
    width:460px;
}
.body_login .index_content .login_form .nav{
    width:100%;
}
.body_login .index_content .login_form .nav li{
    width:50%;
    border-radius:2px 2px 0 0;
}
.body_login .index_content .login_form .nav li a{
    background-color:#e6ebf1;
    border:none;
    width:100%;
    color:#333;
    height:55px;
    line-height:55px;
    padding:0;
    font-size:22px;
}
.body_login .index_content .login_form .nav li:first-child a{
    border-right:1px solid #ddd;
}
.body_login .index_content .login_form .nav li:last-child a{
    border-left:1px solid #ddd;
}
.body_login .index_content .login_form .nav li.active a{
    background-color:#fff;
    color:#333;
}
.body_login .index_content .login_form .tab-content{
    background-color:#fff;
    border:1px solid transparent;
}
.body_login .index_content .login_form .tab-content .tab-pane{
    padding:10px 77px;
}
.body_login .index_content .login_form .tab-content .tab-pane p{
    margin:0;
    color:#ccc;
    font-size:15px;
}
.body_login .index_content .login_form .tab-content .tab-pane p.ft_orange{
    color:#ec640c;
}
.body_login .index_content .login_form .tab-content .tab-pane .btn {
    width:100%;
}
.body_login .index_content .login_form .tab-content .tab-pane p.error_info{
    height:30px;
    line-height:30px;
    color:#f57028;
    text-align:center;
    margin:0;
    font-size:12px;
    width:100%;
}*/
/*2019.1.21 Discard end*/

#registerError, #loginError {
    height: auto;
    min-height: 30px;
    line-height: 14px;
    text-align: left;
}

/*2019.1.21 Discard*/
/*.body_login .index_content .login_form .tab-content .input-group input[type="text"], .body_login .index_content .login_form .tab-content .input-group input[type="password"] {
    height:40px;
    line-height:40px;
    padding:0 12px;
}
.body_login .index_content .login_form .tab-content .btn_sm_border {
    width:100%;
}
.body_login .index_content .login_form .tab-content hr {
    border-color:#048fc1;
    margin-top:30px;
    margin-bottom:10px;
}
.body_login .index_content .login_form .tab-content a {
    color:#048fc1;
}
.body_login .index_content .login_form .tab-content p.other_info {
    text-align:left;
    margin-bottom:10px;
    font-size:13.5px;
    color:#666;
}
.body_login .index_content .login_form .tab-content .forget_info {
    text-align:left;
    margin-top:20px;
    margin-bottom:10px;
}
.body_login .index_content .login_form .tab-content .forget_info label{
    font-weight:400;
}
.body_login .supernatant .index_content{
    position:relative;
}
.body_login .supernatant ul {
    display:inline-block;
    width:auto;
}
.body_login .supernatant ul li{
    float:left;
    height:90px;
    line-height:90px;
    margin:0 20px;
}
.body_login .supernatant ul li img{
    width:110px;
}
.body_login .supernatant .cast_layer {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background-color:#fff;
    opacity:.4;
    text-align:center;
}

.body_info {
    !*height:1400px;*!
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.body_info_phone {
    display:none;
}
.body_info .tit, .body_login_phone .tit{
    margin-bottom:50px;
    text-align:center;
}
.body_info h3 {
    font-size:28px;
    font-weight:600;
}
.body_info h2 {
    font-size:32px;
    font-weight:600;
    color:#333;
}*/
/*2019.1.21 Discard end*/

.buy {
    /*height:920px;*/
    padding-bottom: 50px;
    background-color: #e6e9ec;
}

.buy .index_content {
    text-align: center;
}

.buy .price_list {
    width: 100%;
    overflow-x: auto;
}

/*.buy ul.buy_info_list {
    width:auto;
    display:inline-block;
    margin-top:50px;
}
.buy ul.buy_info_list>li {
    float:left;
    width:280px;
    margin-right:26px;
    !*border:1px solid #00a0dc;*!
    box-shadow: 1px 1px 2px #ccc;
    border-radius:2px;
    overflow:hidden;
}
.buy ul.buy_info_list>li:last-child {
    margin-right:0;
}
.buy ul.buy_info_list>li .info_tit {
    background-color:#0077b5;
    padding:20px 0;
}
.buy ul.buy_info_list>li .info_tit p{
    font-size:16px;
    margin:0;
    color:#fff;
}
.buy ul.buy_info_list>li .info_tit p s{
    font-size:16px;
    color:#fff;
}
.buy ul.buy_info_list>li .info_tit h2{
    font-size:28px;
    font-weight:600;
    margin:10px 0;
    color:#fff;
}
.buy ul.buy_info_list>li .info_content{
    padding:10px 10px 30px;
    background-color: #fff;
}
.buy ul.buy_info_list>li .info_content ul{
    width:100%;
    margin-bottom:25px;
}
.buy ul.buy_info_list>li .info_content ul li{
    width:100%;
    height:46px;
    line-height:46px;
    font-size:14px;
    color:#000;
    border-radius:0;
    !*border:1px solid #efefef;
    border-left:none;
    border-right:none;*!
    border-bottom:1px solid #efefef;
}
!*.buy ul.buy_info_list>li .info_content ul li + li{
    border-top:none;
}*!
.buy ul.buy_info_list>li .info_content ul li b{
    font-size:16px;
}
.buy ul.buy_info_list>li .info_content ul>li:nth-child(odd){
    !*background-color:#cfedfb;*!
}
.buy ul.buy_info_list>li .info_content .btn {
    width:180px;
    height:40px;
    line-height:40px;
    padding:0;
    font-size:16px;
}
.buy ul.buy_info_list>li:hover .info_tit {
    background-color:#005e93;
}
.buy ul.buy_info_list>li:hover .info_tit *{
    color:#fff;
}
!*.buy ul.buy_info_list>li:hover .info_content {
    background-color:#dfeef5;
}*!*/
.buy .btn_sm_primary {
    background-color: #00a0dc;
    border-color: #00a0dc;
}

.buy .btn_sm_primary:hover, .buy .btn_sm_primary:focus {
    background-color: #048fc1
}

.buy > .index_content > h3 {
    font-size: 32px;
    margin: 60px 0 10px;
}

.buy > .index_content > .btn_sm_primary {
    width: 310px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

/*.index_other_page_content {
    width:100%;
    min-height:875px;
}*/
/*.about_us_top {
    width:100%;
    height:300px;
    background:url(/static/img/background/aboutUs.jpg)no-repeat center;
}
.about_content {
    width:1200px;
    margin:0 auto;
    border:1px solid transparent;
}
.about_content h2 {
    text-align:center;
    margin:50px 0 20px;
    line-height:20px;
}
.about_content .line_out {
    text-align: center;
}
.about_content .line_out .line {
    display: inline-block;
    width:80px;
    border:1px solid #00a0dc;
}*/
/*.index_other_page_content .content {
    width:1200px;
    margin:0 auto;
}*/
.index_other_page_content .content .inx_tit_1,
.index_other_page_content .content h2 {
    margin: 50px 0;
    text-align: center;
}

.index_other_page_content .content h2 .line {
    display: inline-block;
    border: 1px solid #00a0dc;
    width: 60px;
    vertical-align: middle;
    margin: 0 5px;
}

.index_other_page_content .content p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

.index_other_page_content .content h4 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.index_other_page_content .content ul {
    list-style: inherit;
    padding-left: 60px;
    margin-bottom: 20px;
    line-height: 24px;
}

.index_other_page_content .content ul li {
    color: #666;
}

@media screen and (max-width: 800px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .index_content {
        width: 100vmin;
    }

    .index_head .index_nav li.nav_logo {
        width: 185px;
    }

    /*.body_info h2 {
        font-size:26px;
        text-align: center;
    }
    .body_info h3 {
        font-size:22px;
    }*/
    .index_content .list div.background {
        width: 40%;
        padding: 0 10px;
    }

    .index_content .list div.background img {
        width: 100%;
    }

    .index_content .list div.txt {
        width: 60%;
        padding: 0 10px;
    }

    .buy > .index_content > h3 {
        font-size: 24px;
    }

    .fs_16 {
        font-size: 16px;
    }

    .buy > .index_content > .btn_sm_primary {
        height: 44px;
        line-height: 42px;
    }

    /* .foot_out {
         height:auto;
         padding:10px 0;
     }
     .foot_out .index_foot {
         height: 100px;
         padding: 0 10px;
     }*/
    /*.index_foot .foot_link li {
        margin-right:10px;
        line-height:34px;
        width:auto;
        text-align:center;
    }
    .index_foot .foot_link li:first-child {
        display:block;
    }
    .index_foot .foot_link li.right_nav {
        float:left;
        width:100%;
        text-align:center;
    }*/
    .index_other_page_content {
        padding: 0 10px;
        min-height: 600px;
    }

    .about_us_top {
        display: none;
    }

    .about_content {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
        height: 100vmin;
    }

    /* .index_content{
         width:100vmin;
     }*/
    /* .index_head .index_nav li.nav_logo {
         width:185px;
     }*/
    /* .body_login .index_content>p.tit_1 {
         font-size:24px;
     }
     .body_login .index_content>p.tit_2 {
         font-size:13px;
     }
     .body_login .index_content .login_form {
         width:80%
     }
     .body_login .index_content .login_form .nav li a {
         font-size:14px;
         height:40px;
         line-height:40px;
     }
     .body_login .index_content .login_form .tab-content .tab-pane p.error_info {
         height:20px;
         line-height:20px;
     }
     .body_login .index_content .login_form .tab-content .tab-pane {
         padding:10px 70px;
     }
     .body_login .index_content .login_form .tab-content .tab-pane p {
         font-size:13px;
     }
     .body_login .index_content .login_form .tab-content p.other_info {
         font-size:12px;
     }
     .body_login .supernatant {
         height:auto;
     }
     .body_login .supernatant ul {
         width:90%;
     }
     .body_login .supernatant ul li {
         width:50%;
         margin:0;
         height:80px;
         line-height:80px;
     }
     .body_login .supernatant ul li img {
         width:68%;
     }*/
    /* .body_info h2 {
         font-size:22px;
         text-align: center;
     }
     .body_info h3 {
         font-size:18px;
     }*/
    /* .index_content .list div.background {
         width:40%;
         padding:0 10px;
     }
     .index_content .list div.background img {
         width:100%;
     }
     .index_content .list div.txt {
         width:60%;
         padding:0 10px;
     }*/
    .buy > .index_content > h3 {
        font-size: 20px;
    }

    .fs_16 {
        font-size: 12px;
    }

    .buy > .index_content > .btn_sm_primary {
        height: 44px;
        line-height: 42px;
    }

    /* .index_foot .foot_link li {
         margin-right:0;
         line-height:34px;
         width:33.3%;
         text-align:left;
     }
     .index_foot .foot_link li:first-child {
         display:none;
     }
     .index_foot .sns_link {
         float:left;
         margin-top: 10px;
     }*/
}

@media screen and (max-width: 540px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
        height: 100vmin;
    }

    /*.index_content{
        width:100vmin;
    }
    .index_head .index_nav li.nav_logo {
        width:100px;
        margin-right:20px;
    }
    .index_head .index_nav li.nav_logo img{
        width:100%;
    }
    .index_head .index_nav li a {
        padding:0 10px;
        font-size:14px;
    }
    .body_login .index_content>p.tit_1 {
        font-size:24px;
    }
    .body_login .index_content>p.tit_2 {
        font-size:13px;
    }
    .body_login .index_content .login_form {
        width:90%
    }
    .body_login .index_content .login_form .nav li a {
        font-size:14px;
        height:40px;
        line-height:40px;
    }
    .body_login .index_content .login_form .tab-content .tab-pane p.error_info {
        height:20px;
        line-height:20px;
    }
    .body_login .index_content .login_form .tab-content .tab-pane {
        padding:10px 15px;
    }
    .body_login .index_content .login_form .tab-content .tab-pane p {
        font-size:13px;
    }
    .body_login .index_content .login_form .tab-content p.other_info {
        font-size:12px;
    }
    .body_login .supernatant {
        height:auto;
    }
    .body_login .supernatant ul {
        width:90%;
    }
    .body_login .supernatant ul li {
        width:50%;
        margin:0;
        height:80px;
        line-height:80px;
    }
    .body_login .supernatant ul li img {
        width:90%;
    }*/
    /* .body_info h2 {
         font-size:22px;
         text-align: center;
     }
     .body_info h3 {
         font-size:18px;
     }*/
    /* .index_content .list div.background {
         width:40%;
         padding:0 10px;
     }
     .index_content .list div.background img {
         width:100%;
     }
     .index_content .list div.txt {
         width:60%;
         padding:0 10px;
         font-size:14px;
     }*/
    .buy > .index_content > h3 {
        font-size: 20px;
    }

    .fs_16 {
        font-size: 12px;
    }

    .buy > .index_content > .btn_sm_primary {
        height: 44px;
        line-height: 42px;
    }

    /*.buy ul.buy_info_list {
        width:90%;
    }
    .buy ul.buy_info_list>li {
        width:100%;
        margin:0 0 20px;
    }
    .buy ul.buy_info_list>li .info_tit {
        padding:10px 0;
    }
    .buy ul.buy_info_list>li .info_tit h2 {
        font-size:20px;
    }
    .buy ul.buy_info_list>li .info_content {
        padding:10px 20px 20px;
    }
    .buy ul.buy_info_list>li .info_content ul li {
        height:40px;
        line-height:40px;
        font-size:14px;
    }*/
    .index_foot .foot_link li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 340px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
        height: 100vmin;
    }

    .head_out {
        height: 50px;
        line-height: 50px;
    }

    /*.index_content{
        width:100vmin;
    }
    .index_head .index_nav li.nav_logo {
        width:80px;
        margin-right:10px;
    }
    .index_head .index_nav li.nav_logo img{
        width:100%;
    }
    .index_head .index_nav li a {
        padding:0 10px;
        font-size:14px;
    }*/
    /*.body_info h2 {
        font-size:20px;
        text-align: center;
    }
    .body_info h3 {
        font-size:15px;
    }*/
    /*.index_content .list div.background {
        width:40%;
        padding:0 10px;
    }
    .index_content .list div.background img {
        width:100%;
    }
    .index_content .list div.txt {
        width:60%;
        padding:0 10px;
        font-size:13px;
    }
    .index_content .list div.txt.right {
        padding-left:10px;
    }
    .index_content .list div.txt.left {
        padding-right:10px;

    }
    .index_foot .foot_link li a {
        font-size:12px;
    }*/
}

.about_content .video_line {
    position: relative;
    padding-left: 30px;
}

.about_content .video_line [class*="smicon_"] {
    color: #00a0dc;
    position: absolute;
    left: 0;
    top: -2px;
}

.about_content .video_line a {
    margin-left: 10px;
}

.reset_password_body,
.reset_password_body .inx_con,
.reset_password_body .inx_reset_box {
    height: 100%;
}

.reset_password_body .inx_body {
    height: calc(100% - 364px);
    min-height: 550px;
}

.reset_password_content {
    /*min-height:calc(100vmin - 120px);*/
    border: 1px solid transparent;
    text-align: center;
}

.reset_password_content h2 {
    margin: 30px 0;
}

.reset_password_content p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
}

.reset_password_content .form_module {
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #eee;
    padding: 30px 60px;
    width: 426px;
    margin-bottom: 20px;
}

.reset_password_content .form_module input, .reset_password_content .form_module button {
    width: 100%;
}

.reset_password_content .form_module input {
    margin-bottom: 20px;
}

.reset_password_content .reset_password_B {
    display: none;
}

@media screen and (max-width: 450px) {
    .reset_password_content .form_module {
        width: 96%;
    }
}

/* Supported suppliers */
ul.suppliers_info {
    overflow: hidden;
    text-align: justify;
    margin-bottom: 50px;
}

.suppliers_info li {
    float: left;
    width: 110px;
    height: 44px;
    margin: 15px 20px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 2px;
}

div.partner_info {
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.partner_info a {
    display: inline-block;
    width: 110px;
    height: 44px;
    margin: 15px 20px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 2px;
    vertical-align: middle;
}


/*shopify 授权d登录注册*/
.platform_app_body .right_logo_box {
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    font-size: 18px;
    color: #666;
}

.platform_app_body .right_logo_box .icon {
    width: 48px;
    height: 48px;
}

.platform_app_body .right_logo_box .icon_center {
    margin: 0 30px;
    width: 100px;
    height: 40px;
    background: url(../img/icon/shopify-connect-arrow.png) no-repeat center;
}

.platform_app_body .right_logo_box .shopMaster_logo {
    background: url(../img/logo/shopMaster_icon48.png) no-repeat center;
}

.platform_app_body .right_logo_box .shopify_logo {
    background: url(../img/logo/shopify_logo_whitebg.png) no-repeat center;
}

.platform_app_body .right_logo_box .wish_logo {
    width: 100px;
    background: url(../img/logo/wish_index.png) no-repeat center;
}

.platform_app_body .right_logo_box .shopify_logo2 {
    width: 115px;
    height: 36px;
    margin-right: 10px;
    background: url(../img/logo/shopify.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.platform_app_body .right_logo_box .wish_logo2 {
    width: 115px;
    height: 36px;
    margin-right: 10px;
    background: url(../img/logo/wish.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.platform_app_body .inx_foot_guide {
    display: none;
}

.platform_app_body .main_box {
    padding-top: 80px;
}

.platform_app_body .platform_app_title {
    display: flex;
    align-items: center;
    margin-left: 320px;
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
}

.platform_app_body .inx_login_box {
    margin-bottom: 150px;
    width: 474px;
}

/*首页错误样式*/
.platform_app_body[data-type='error'] .inx_con {
    height: calc(100% - 364px);
    min-height: 500px;
}

.platform_app_body[data-type='error'] .main_box,
.platform_app_body[data-type='error'] .main_box .error_info_table {
    height: 100%;
}

.error_info_box {
    margin-bottom: 100px;
}

/*授权成功*/
.platform_app_success_body .inx_con {
    height: calc(100% - 48px);
    min-height: 500px;
}

.platform_app_success_body main.inx_main {
    height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
}

.platform_app_body .inx_head .inx_main .login_txt {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    margin-left: 40px;
    height: 36px;
}

.platform_app_body .inx_head .inx_main .line {
    margin-right: 30px;
    width: 2px;
    height: 100%;
    background-color: #eee;
}

.platform_app_body .shopify_app_success_title {
    margin-top: 100px;
}

.platform_app_body .platform_app_title .glyphicon-ok {
    padding: 5px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #68a72a;
}

.platform_app_body .model_link {
    display: flex;
    flex-flow: wrap;
    width: 600px;
    margin: 0 auto;
}

.platform_app_body .model_link li {
    width: 300px;
}

.platform_app_body .model_link li:hover {
    background-color: rgba(207, 237, 251, .3);
}

.platform_app_body .model_link li a {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    color: #008CC9;
    padding-left: 20px;
    text-decoration: none;
}

.platform_app_body .model_link li a span[class*="smicon_"] {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 30px;
    color: #86898C;
}

.platform_app_body .model_link li:hover a span[class*="smicon_"] {
    color: #008CC9;
}

.platform_app_body .inx_tit_5 {
    transform: translateY(60px);
}

/*大小屏兼容样式*/
@media screen and (max-width: 800px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_banner_box {
        padding-top: 80px;
    }

    .inx_main {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_nav {
        display: none;
    }

    .inx_ph_nav {
        display: block;
    }

    .inx_tit_1 {
        padding: 0 10px;
        font-size: 30px;
    }

    .inx_tit_2 {
        padding: 0 10px;
        font-size: 22px;
    }

    .inx_s_rectangle > span {
        margin-bottom: 10px;
    }

    .inx_content_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .inx_s_square.desc_we > div {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .inx_s_square.desc_we > div:last-child {
        margin-right: 20px;
    }

    .inx_s_square.desc_function > div {
        margin: 0 20px 40px 20px;
    }

    .inx_s_square.desc_function > div:nth-child(4n) {
        margin-right: 20px;
    }

    .inx_s_square.desc_function > div:nth-child(n+5) {
        margin-top: 0;
    }

    .copyright_info {
        width: 100%;
    }

    .inx_foot_nav {
        float: right;
        max-width: 45%;
    }

    .report_info {
        float: left;
        margin-top: 5px;
        margin-left: -20px;
    }

    .inx_s_circular > span {
        margin-bottom: 10px;
    }

    .inx_remind_btn {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    .platform_app_body .right_logo_box {
        margin-right: 10px;
    }

    .platform_app_body .right_logo_box .icon {
        width: 38px;
        height: 38px;
        background-size: contain;
    }

    .platform_app_body .right_logo_box .wish_logo {
        width: 80px;
        height: 38px;
    }

    .platform_app_body .right_logo_box .icon_center {
        margin: 0 15px;
        width: 70px;
        height: 35px;
        background-size: contain;
    }

    .platform_app_body .platform_app_title {
        margin-left: 0;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_banner_box {
        padding-top: 40px;
    }

    .inx_ph_nav {
        display: block;
    }

    .inx_tit_1 {
        padding: 0 10px;
        font-size: 24px;
    }

    .inx_tit_2 {
        padding: 0 10px;
        font-size: 18px;
    }

    .inx_tit_3 {
        padding: 0 10px;
        font-size: 14px;
    }

    .inx_tit_4 {
        padding: 0 10px;
        font-size: 14px;
    }

    .inx_login_box {
        width: 80%;
    }

    .inx_s_rectangle > span {
        margin-bottom: 10px;
    }

    .inx_content_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .inx_s_square.desc_we > div {
        width: 300px;
        height: 340px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .inx_s_square.desc_we > div:last-child {
        margin-right: 0;
    }

    .inx_s_square.desc_function > div {
        margin: 0 20px 40px 20px;
    }

    .inx_s_square.desc_function > div:nth-child(4n) {
        margin-right: 20px;
    }

    .inx_s_square.desc_function > div:nth-child(n+5) {
        margin-top: 0;
    }

    .inx_foot_logo_info {
        font-size: 14px;
    }

    .inx_foot_nav {
        float: right;
        max-width: 46%;
    }

    .report_info {
        float: left;
        margin-top: 20px;
        margin-left: -20px;
    }

    .inx_s_circular > span {
        margin-bottom: 10px;
    }

    .inx_remind_btn {
        display: block;
        float: right;
        margin-top: 10px;
    }

    .index_body .flex_action {
        display: none;
    }

    .platform_app_body .platform_app_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 540px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_main {
        /*width: 100vmin;
        min-width: 100% !important;*/
        width: calc(100% - 20px);
    }

    .inx_ph_nav {
        display: block;
    }

    .inx_tit_1 {
        padding: 0 10px;
        font-size: 24px;
    }

    .inx_tit_2 {
        padding: 0 10px;
        font-size: 18px;
    }

    .inx_tit_3 {
        padding: 0 10px;
        font-size: 14px;
    }

    .inx_tit_4 {
        padding: 0 10px;
        font-size: 14px;
    }

    .platform_app_body .inx_login_box,
    .inx_login_box {
        width: calc(100% - 40px);
        min-width: 340px;
    }

    .inx_tab_list {
        margin: 0 20px;
    }

    .inx_tab_con {
        padding: 20px 20px;
    }

    .inx_s_rectangle > span {
        margin-bottom: 10px;
    }

    .inx_content_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .inx_s_square.desc_we > div {
        width: 300px;
        height: 340px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .inx_s_square.desc_we > div:last-child {
        margin-right: 0;
    }

    .inx_s_square.desc_function > div {
        margin: 0 20px 40px 20px;
    }

    .inx_s_square.desc_function > div:nth-child(4n) {
        margin-right: 20px;
    }

    .inx_s_square.desc_function > div:nth-child(n+5) {
        margin-top: 0;
    }

    .inx_foot_logo_info {
        font-size: 14px;
    }

    .inx_foot_nav {
        float: right;
        max-width: 46%;
    }

    .report_info {
        float: left;
        margin-top: 20px;
        margin-left: -20px;
    }

    .inx_s_circular > span {
        margin-bottom: 10px;
    }

    .inx_remind_btn {
        display: block;
        float: right;
        margin-top: 10px;
    }

    .platform_app_body .platform_app_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_main {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_ph_nav {
        display: block;
    }

    .inx_tit_1 {
        font-size: 24px;
    }

    .inx_tit_2 {
        font-size: 18px;
    }

    .inx_tit_3 {
        font-size: 14px;
    }

    .inx_tit_4 {
        font-size: 14px;
    }

    .inx_tab_list > li:first-child {
        width: 35%;
    }

    .inx_tab_list > li:last-child {
        width: 65%;
    }

    .inx_s_rectangle > span {
        margin-bottom: 10px;
    }

    .inx_content_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .inx_s_square.desc_we > div {
        width: 260px;
        height: 340px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .inx_s_square.desc_we > div:last-child {
        margin-right: 0;
    }

    .inx_s_square.desc_function > div {
        margin: 0 20px 40px 20px;
    }

    .inx_s_square.desc_function > div:nth-child(4n) {
        margin-right: 20px;
    }

    .inx_s_square.desc_function > div:nth-child(n+5) {
        margin-top: 0;
    }

    .inx_foot_logo_info {
        font-size: 14px;
    }

    .inx_foot_nav {
        float: right;
        max-width: 46%;
    }

    .report_info {
        float: left;
        margin-top: 20px;
        margin-left: -20px;
    }

    .inx_s_circular > span {
        margin-bottom: 10px;
    }

    .inx_remind_btn {
        display: block;
        float: right;
        margin-top: 10px;
    }
}

.index_prompt {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff2b6;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .index_prompt {
        position: relative;
    }
}

.index_prompt_cont {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 10px 40px;
    width: 1200px;
    max-width: 100%;
    text-align: left;
}

.index_prompt_cont [class*="smicon_"] {
    position: absolute;
    top: 7px;
    left: 8px;
}

.index_prompt_cont a {
    margin-left: 20px;
}

.more_qu {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: 600;
}

.more_qu > div {
    width: 1000px;
    padding: 0 30px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.more_qu > div > a {
    font-size: 16px;
    text-decoration: none;
}

.about_table_out {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 750px) {
    .inx_nav .inx_nav_list > li.line {
        display: none;
    }

    .about_table_out {
        width: calc(100% - 20px);
    }

    ul.inx_pricing_list,
    .more_qu > div,
    .inx_partners_box .inx_s_box,
    .inx_channels_box .inx_s_box,
    .inx_about_box .inx_main {
        width: 100%;
    }

    ul.inx_pricing_list > li {
        width: 100%;
    }

    .inx_s_square.desc_plat {
        text-align: center;
    }

    .inx_s_square.desc_plat > .item {
        width: 90%;
        margin: 0 auto 20px;
    }

    .inx_s_square.desc_plat > .item:nth-child(n + 4) {
        margin-top: 0;
    }

    .inx_s_rectangle > a,
    .inx_s_rectangle > span {
        margin-bottom: 10px;
    }

    .copyright_info > span:first-child {
        display: block;
    }

    .copyright_info > span:nth-child(2) {
        display: none;
    }

    .inx_foot_logo {
        width: 100%;
        text-align: center;
        background-position: top center;
    }

    .inx_foot_logo + ul {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .inx_foot_logo + ul > li {
        margin-right: 10px;
        width: calc(50% - 5px);
        padding-left: 10px;
    }

    .inx_foot_logo + ul > li:nth-child(even) {
        margin-right: 0;
    }

    .inx_ph_nav_list .nav_in > li > a {
        padding: 10px 20px 10px 40px;
    }

    .inx_contact_box .inx_main {
        width: 100%;
    }

    .inx_contact_list > li {
        width: 100%;
    }

    .inx_contact_list > li:last-child {
        display: none;
    }

    .inx_suppliers_box .suppliers_list {
        width: 100%;
        justify-content: center;
    }

    .inx_suppliers_box .item {
        width: 90%;
        margin: 0 auto 20px;
    }

    .inx_suppliers_box .item:nth-child(3n) {
        margin: 0;
    }

    .inx_suppliers_box .item:nth-child(n + 4) {
        margin-top: 20px;
    }

    .inx_suppliers_box .item:nth-child(n + 5) {
        margin-top: 0;
    }

    .platform_app_body .right_logo_box .wish_logo2 {
        width: 80px;
    }
}

@media screen and (max-width: 500px) {
    .platform_app_body .right_logo_box .wish_logo2 {
        width: 50px;
    }
}

@media screen and (max-width: 450px) {
    .inx_logo {
        width: 140px;
        padding-top: 0;
        margin-left: 10px;
        background: url(../img/logo/sm_brand_2.png) no-repeat center;
        background-size: contain;
    }
}

@media screen and (max-width: 420px) {
    .platform_app_body .right_logo_box .icon  {
        width: 30px;
        height: 30px;
    }

    .platform_app_body .right_logo_box .wish_logo {
        width: 70px;
        height: 30px;
    }

    .platform_app_body .right_logo_box .icon_center {
        margin: 0 15px;
        width: 42px;
        height: 21px;
    }

    .platform_app_body .inx_tit_5 {
        transform: translateY(70px);
    }
}

@media screen and (max-width: 360px) {
    .platform_app_body .right_logo_box .icon_center {
        margin: 0 8px;
    }

    .platform_app_body .right_logo_box .wish_logo {
        width: 40px;
        background-size: 132%;
    }
}


/*affiliate head*/
.index_out {
    width: 100%;
}

.index_content {
    /*    width:1200px;*/
    /*    margin:0 auto;*/
    padding: 0 30px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.head_out {
    background-color: #fff;

}

.head_out {
    height: 80px;
    line-height: 80px;
}

.index_head .index_nav li {
    float: left;
}

.index_head .index_nav li a {
    text-decoration: none;
}

.index_head .index_nav li a.btn_sm_primary {
    text-align: center;
}

.index_head .index_nav li.nav_logo {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
}

.index_head .index_nav li.nav_logo .line {
    display: inline-block;
    margin: 0 17px;
    height: 32px;
    border-left: 2px solid #eee;
}

.index_head .index_nav li.nav_logo .tit {
    font-size: 18px;
}

.index_head .index_nav li.nav_logo a {
    display: inline-block;
}

.index_head .index_nav li.nav_sign {
    float: right;
    align-items: center;
}

.index_head .index_nav li.nav_sign .go_link {
    margin-right: 20px;
    font-size: 14px;
}

.bg_icon {
    background-color: #ccc;
}

.affiliate_body .banner {
    height: 370px;
    background: url(../img/background/affiliate_banner.jpg) no-repeat center;
}

.affiliate_body .banner_cont > h1 {
    margin: 0 0 20px;
    font-size: 42px;
    color: #fff;
}

.affiliate_body .banner_cont > p {
    margin-bottom: 45px;
    font-size: 20px;
    color: #fff;
}

.affiliate_body .banner_cont > .btn_sm_primary {
    width: 320px;
    height: 56px;
    line-height: 50px;
    font-size: 20px;
}

.affiliate_body .affiliate_item {
    padding-top: 1px;
    background-color: #fff;
}

.affiliate_body .affiliate_item h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}

.affiliate_body .affiliate_item.bg_gray {
    background-color: #f4f5f7;
}

.affiliate_body .affiliate_item li h3 {
    margin: 0 0 10px;
}

.affiliate_body .affiliate_item h2,
.affiliate_body .affiliate_item p {
    margin: 0;
}

.affiliate_body .affiliate_item h3 {
    font-size: 18px;
}

.affiliate_body .affiliate_item.item1 {
    padding: 60px 0;
}

.affiliate_body .affiliate_item.item1 h2 {
    margin-bottom: 40px;
}

.affiliate_body .affiliate_item.item1 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.affiliate_body .affiliate_item.item1 li {
    position: relative;
    width: 25%;
}

.affiliate_body .affiliate_item.item1 li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 36px;
    width: 20px;
    height: 20px;
    background: url(../img/icon/affiliate_icon.png) no-repeat;
    background-position: -40px -820px;

}

.affiliate_body .affiliate_item.item1 li:last-child:before {
    display: none;
}

.affiliate_body .affiliate_item.item1 li .bg_icon {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 40px;
    background: url(../img/icon/affiliate_icon.png) no-repeat;
}

.affiliate_body .affiliate_item.item1 li:nth-child(1) .bg_icon {
    background-position: -8px 5px;
}

.affiliate_body .affiliate_item.item1 li:nth-child(2) .bg_icon {
    background-position: -8px -117px;
}

.affiliate_body .affiliate_item.item1 li:nth-child(3) .bg_icon {
    background-position: -8px -246px;
}

.affiliate_body .affiliate_item.item1 li:nth-child(4) .bg_icon {
    background-position: -8px -376px;
}

.affiliate_body .affiliate_item.item1 li h3 {
    margin: 0 0 15px;
}

.affiliate_body .affiliate_item.item2 {
    height: 150px;
    padding: 28px 0 20px;
    text-align: center;
    background: url(../img/background/affiliate_banner1.jpg) center no-repeat;
}

.affiliate_body .affiliate_item.item2 h2 {
    margin-bottom: 20px;
    color: #fff;
}

.affiliate_body .affiliate_item.item2 .btn_sm_white {
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.affiliate_body .affiliate_item.item3 {
    padding: 60px 0;
}

.affiliate_body .affiliate_item.item3 h2 {
    margin-bottom: 20px;
}

.affiliate_body .affiliate_item.item3 h5 {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #999;
}

.affiliate_body .affiliate_item.item3 ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.affiliate_body .affiliate_item.item3 li {
    position: relative;
    width: 450px;
    padding: 20px 0 20px 75px;
}

.affiliate_body .affiliate_item.item3 li .bg_icon {
    position: absolute;
    left: 0;
    top: 20px;
    width: 65px;
    height: 55px;
    background: url(../img/icon/affiliate_icon.png) no-repeat;
}

.affiliate_body .affiliate_item.item3 li:nth-child(1) .bg_icon {
    background-position: -17px -500px;
}

.affiliate_body .affiliate_item.item3 li:nth-child(2) .bg_icon {
    background-position: -17px -588px;
}

.affiliate_body .affiliate_item.item3 li:nth-child(3) .bg_icon {
    background-position: -17px -665px;
}

.affiliate_body .affiliate_item.item3 li:nth-child(4) .bg_icon {
    background-position: -17px -731px;
}

.affiliate_body .affiliate_item.item3 li p {
    color: #999;
}

.affiliate_body .affiliate_item.item4 {
    padding-top: 60px;
}

.affiliate_body .affiliate_item.item4 h2 {
    margin-bottom: 40px;
}

.affiliate_body .affiliate_item.item4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 100px;
}

.affiliate_body .affiliate_item.item4 li {
    margin-bottom: 30px;
    width: 450px;
}

.affiliate_body .affiliate_item.item4 li h3 {

}

.affiliate_body .affiliate_item.item4 li p {
    color: #666;
}

.affiliate_body .affiliate_item.item5 {
    padding: 30px 0 60px;
}

.affiliate_body .affiliate_item.item5 h2 {
    margin-bottom: 30px;
}

.affiliate_body .affiliate_item.item5 h5 {
    padding: 0 20px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .inx_main {
        width: auto;
    }

    .affiliate_body .affiliate_item.item1 li {
        padding: 0 10px 20px;
        width: 50%;
    }

    .affiliate_body .affiliate_item.item1 li:nth-child(2):before {
        display: none;
    }

    .affiliate_body .affiliate_item.item3 ul {
        width: 100%;
        padding: 0 20px;
    }

    .affiliate_body .affiliate_item.item3 li {
        width: 48%;
    }

    .affiliate_body .affiliate_item.item4 ul {
        padding: 0 20px;
        justify-content: center;
    }

    .affiliate_body .affiliate_item.item4 li {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .affiliate_body .inx_logo {
        width: 100px;
        height: 45px;
        background-position: 0 14px;
        background-size: contain;
    }
}

@media screen and (max-width: 600px) {
    .head_out {
        height: 95px;
        line-height: 45px;
        position: fixed;
        top: 0;
        z-index: 999;
        border-bottom: 1px solid #eee;
    }

    .index_content {
        padding: 0 20px;
    }

    .index_head .index_nav li.nav_sign {
        float: left;
        width: 100%;
    }

    .affiliate_body .banner {
        margin-top: 95px;
    }

    .affiliate_body .banner_cont > h1 {
        font-size: 28px;
    }

    .affiliate_body .banner_cont > p {
        font-size: 18px;
    }

    .affiliate_body .banner_cont > .btn_sm_primary {
        width: 180px;
        height: 40px;
        line-height: 36px;
        font-size: 18px;
    }

    .affiliate_body .affiliate_item h2 {
        font-size: 24px;
    }

    .affiliate_body .affiliate_item h2,
    .affiliate_body .affiliate_item h5 {
        padding: 0 20px;
    }

    .affiliate_body .affiliate_item.item2 {
        padding: 20px 0;
    }

    .affiliate_body .affiliate_item.item3 li {
        width: 100%;
    }
}

/*图文并排模块 start*/
.img_text_module_box {
    padding: 80px 0;
}

.img_text_module_list > li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.img_text_module_list > li .title_h2 {
    margin-bottom: 30px;
}

.img_text_module_list > li .title_h3 {
    margin-bottom: 20px;
}

.img_text_module_list > li p {
    font-size: 16px;
}

.img_text_module_list > li .text_box {
    padding-top: 50px;
    margin-right: 50px;
    min-width: 600px;
}

.img_text_module_list > li .bg_box {
    min-width: 550px;
    text-align: center;
}

.img_text_module_list > li .bg_box img {
    max-width: 100%;
}

.img_text_module_list > li .btn_box {
    margin-top: 25px;
}

.img_text_module_list > li .btn_box a {
    font-family: Arial-BoldMT;
    font-size: 16px;
    color: #008adb;
}

@media screen and (min-width: 800px) {
    .img_text_module_list > li:nth-child(2n) .text_box {
        margin-right: 0;
        margin-left: 50px;
        order: 2;
    }

    .img_text_module_list > li:nth-child(2n-1) .bg_box {
        order: 1;
    }
}

/** 移动适配 **/
@media screen and (max-width: 800px) {
    .img_text_module_list > li {
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .img_text_module_list > li .text_box,
    .img_text_module_list > li .bg_box {
        width: calc(100% - 40px);
        min-width: auto;
        margin: 0 20px;
    }

    .img_text_module_list > li .text_box {
        margin-bottom: 25px;
        padding-top: 0;
    }

    .img_text_module_box {
        padding: 0;
    }
}

/*图文并排模块 end*/

.features_body {
    margin-top: 80px;
}

.features_module_1 {
    padding: 20px 0;
}

.features_module_1 .img_text_module_list > li .text_box {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 25px 0;
}

.features_module_1 .video_box {
    width: 510px;
    height: 285px;
}

.features_module_1 .text_box p {
    max-width: 500px;
    font-size: 20px;
}

.features_module_1 .text_box h1 {
    font-size: 42px;
}

.features_module_1 .bottom_btn_box .btn {
    width: 320px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
}

.features_module_2 {
    position: relative;
    padding: 12px 0;
    background-image: linear-gradient(0deg,
    rgba(0, 160, 220, 0.99) 0%,
    rgba(23, 107, 252, 0.99) 100%),
    linear-gradient(
            #00a0dc,
            #00a0dc);
    background-blend-mode: normal, normal;
}

.features_module_2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 163px;
    height: 116px;
    background: url(../img/feature/bg_1.png) no-repeat;
}

.features_module_2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 55px;
    background: url(../img/feature/bg_2.png) no-repeat;
}

@media (max-width: 1500px) {
    .features_module_2:before,
    .features_module_2:after {
        display: none;
    }
}

@media (max-width: 800px) {
    .features_module_1 .video_box {
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }

    .features_module_2 ul {
        flex-flow: wrap;
    }

    .features_module_2 ul li {
        margin-left: 20px;
        padding-right: 10px;
        width: calc(50% - 20px);
    }
}

.features_module_2 ul {
    display: flex;
    justify-content: space-between;
}

.features_module_2 ul li {
    position: relative;
    padding-left: 60px;
}

.features_module_2 ul li h4,
.features_module_2 ul li p {
    color: #fff;
}

.features_module_2 ul li h4 {
    font-size: 22px;
}

.features_module_2 ul li p {
    font-size: 16px;
}

.features_module_2 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 55px;
    height: 55px;
}

.features_module_2 ul li:nth-child(1):before {
    background: url(../img/feature/icon_1.png) no-repeat;
}

.features_module_2 ul li:nth-child(2):before {
    background: url(../img/feature/icon_2.png) no-repeat;
}

.features_module_2 ul li:nth-child(3):before {
    background: url(../img/feature/icon_3.png) no-repeat;
}

.features_module_2 ul li:nth-child(4):before {
    background: url(../img/feature/icon_4.png) no-repeat;
}

.features_module_3.img_text_module_box {
    padding: 30px 0;
}

.features_module_3.img_text_module_box .img_text_module_list > li {
    padding: 30px 0;
}

.features_module_3 .text_list li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    font-size: 16px;
}

.features_module_3 .text_list li [class*="smicon_"] {
    margin-top: 3px;
    min-width: 25px;
}

.features_module_3 .img_text_module_list > li .text_box {
    padding-top: 0;
}

.features_module_3 .img_text_module_list > li .text_box span {
    font-size: 16px;
}

.features_module_3 .img_text_module_list > li .text_box span b {
    font-size: 16px;
    font-weight: 700;
}

.features_module_3 .img_text_module_list > li:nth-child(3) .text_box {
    padding-left: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 570px;
}

.features_module_3 .img_text_module_list > li:nth-child(3) .bg_box {
    text-align: left;
    min-width: 620px;
}

.features_module_3 .img_text_module_list > li:nth-child(3) .bg_box img {
    margin-left: 40px;
}

.features_module_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-color: #00a0dc;
}

.features_module_4 h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.features_module_5 {
    padding-top: 60px;
}

.features_module_5 .features_module_box {
    display: flex;
}

.features_module_5 .features_module_box .l_box {
    position: relative;
    min-width: 240px;
    margin-right: 60px;
}

.features_module_5 .features_module_box .l_box > ul {
    width: 240px;
    top: 0;
}

.features_module_5 .features_module_box .l_box > ul > li a {
    text-decoration: none;
    color: #333;
}

.features_module_5 .features_module_box .l_box > ul > li > a {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    line-height: 48px;
    border-left: 3px solid transparent;
    text-decoration: none;
    font-weight: 600;
}

.features_module_5 .features_module_box .l_box > ul > li:hover > a,
.features_module_5 .features_module_box .l_box > ul > li.active > a {
    border-left: 3px solid #00a0dc;
    background-color: #f4f5f7;
}

.features_module_5 .features_module_box .l_box > ul > li > ul > li {
    padding-left: 40px;
    line-height: 40px;
}

.features_module_5 .features_module_box .l_box > ul > li > ul > li.active a,
.features_module_5 .features_module_box .l_box > ul > li > ul > li:hover a {
    color: #00a0dc;
}

.features_module_5 .features_module_box .r_box {
    width: 100%;
    margin-bottom: 20px;
}

.features_module_5 .features_module_box .r_box h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.features_module_5 .features_module_box .r_box h4 {
    margin-bottom: 20px;
    font-size: 20px;
}


.features_module_5 .features_module_box .r_box .item_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 40px;
}

.features_module_5 .features_module_box .r_box .item_list_3,
.features_module_5 .features_module_box .r_box .item_list_4,
.features_module_5 .features_module_box .r_box .item_list_5 {
    margin-bottom: 20px;
}

.features_module_5 .features_module_box .r_box .item_list li {
    position: relative;
    width: 50%;
    padding-left: 60px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.features_module_5 .features_module_box .r_box .item_list li h5 {
    margin-top: 0;
    line-height: 25px;
    font-size: 18px;
}

.features_module_5 .features_module_box .r_box .item_list li .text {
    font-size: 16px;
    color: #666;
    min-height: 6em;
}

.features_module_5 .features_module_box .r_box .item_list li .btn_box {
    margin-top: 5px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 55px;
    height: 55px;
    background: url(../img/feature/icon_bg.png?v=1.2) no-repeat;
}

.features_module_5 .features_module_box .r_box .item_list li .btn_box a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

/*Essentials to Run a Store*/
.features_module_5 .features_module_box .r_box .item_list li .icon1_1 {
    background-position: -16px -30px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_2 {
    background-position: -115px -30px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_3 {
    background-position: -16px -130px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_4 {
    background-position: -115px -130px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_5 {
    background-position: -16px -237px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_6 {
    background-position: -115px -237px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_7 {
    background-position: -16px -339px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_8 {
    background-position: -115px -339px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_9 {
    background-position: -16px -448px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon1_10 {
    background-position: -115px -448px;
}

/*Grow a Business*/
.features_module_5 .features_module_box .r_box .item_list li .icon2_1 {
    background-position: -16px -546px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_2 {
    background-position: -115px -546px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_3 {
    background-position: -16px -644px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_4 {
    background-position: -115px -644px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_5 {
    background-position: -16px -745px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_6 {
    background-position: -115px -745px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_7 {
    background-position: -16px -850px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_8 {
    background-position: -119px -3171px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_9 {
    background-position: -115px -850px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_10 {
    background-position: -16px -957px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_11 {
    background-position: -115px -957px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_12 {
    background-position: -16px -1058px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_13 {
    background-position: -115px -1058px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_14 {
    background-position: -16px -1155px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_15 {
    background-position: -115px -1155px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_16 {
    background-position: -16px -1256px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_17 {
    background-position: -115px -1256px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon2_18 {
    background-position: -16px -1353px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon_store_migration {
    background-position: -20px -3260px;
}


/*Dropship Easy 3*/

/*• AliExpress Made Easy 1*/
.features_module_5 .features_module_box .r_box .item_list li .icon3_1 {
    background-position: -16px -1453px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_2 {
    background-position: -115px -1453px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_3 {
    background-position: -16px -1553px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_4 {
    background-position: -115px -1553px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_5 {
    background-position: -16px -1660px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_6 {
    background-position: -115px -1660px;
}


.features_module_5 .features_module_box .r_box .item_list li .icon3_7 {
    background-position: -16px -1760px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_8 {
    background-position: -115px -1760px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_9 {
    background-position: -16px -1865px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_10 {
    background-position: -115px -1865px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_11 {
    background-position: -16px -1965px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_12 {
    background-position: -115px -1965px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_13 {
    background-position: -16px -2070px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_14 {
    background-position: -115px -2070px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_15 {
    background-position: -16px -2156px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_16 {
    background-position: -115px -2156px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_17 {
    background-position: -16px -2255px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon3_18 {
    background-position: -115px -2255px;
}

/*• Shopify Made Easy 2*/
.features_module_5 .features_module_box .r_box .item_list li .icon4_1 {
    background-position: -16px -2355px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_2 {
    background-position: -119px -3171px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_3 {
    background-position: -115px -2355px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_4 {
    background-position: -16px -2455px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_5 {
    background-position: -115px -2455px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_6 {
    background-position: -16px -2558px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_7 {
    background-position: -115px -2558px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_8 {
    background-position: -16px -2655px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon4_9 {
    background-position: -115px -2657px;
}

/*• eBay Made Easy 3*/
.features_module_5 .features_module_box .r_box .item_list li .icon5_1 {
    background-position: -16px -2757px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_2 {
    background-position: -115px -2757px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_3 {
    background-position: -16px -2857px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_4 {
    background-position: -115px -2857px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_5 {
    background-position: -16px -2961px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_6 {
    background-position: -115px -2961px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_7 {
    background-position: -16px -3069px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_8 {
    background-position: -115px -3069px;
}

.features_module_5 .features_module_box .r_box .item_list li .icon5_9 {
    background-position: -16px -3173px;
}


.features_body .plat_supplier_box .inx_content_box {
    background-color: #f4f5f7;
}

.features_body .inx_s_circular > span,
.features_body .inx_s_rectangle > span {
    background-color: #fff;
}

.features_body .inx_s_circular > span {
    border-radius: initial;
    width: 100px;
    height: 47px;
}

.features_body .inx_comment_box {
    background-color: #f4f5f7;
}

.features_body .inx_comment_box:last-child {
    background-color: #fff;
}

.features_body .inx_s_circular > span.plat_3dcart {
    background-position: -1px -1286px;
}

.features_body .inx_s_circular > span.plat_ebay {
    background-position: -2px -914px;
}

.features_body .inx_s_circular > span.plat_shopify {
    background-position: -5px -1214px;
}

.features_body .inx_s_circular > span.plat_wish {
    background-position: -3px -1112px;
}

.features_body .inx_s_circular > span.plat_woocommerce {
    background-position: -3px -1011px;
}


/*右侧标签栏*/
.flex_action {
    position: fixed;
    bottom: 100px;
    width: 100%;
    height: 0;
}

.flex_action > .cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.flex_action > .cont > .group {
    position: absolute;
    right: 0;
    top: -184px;
    width: 40px;
    font-size: 0;
}

.flex_action > .cont > .group > .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../img/index/inx_icon.png?v=3');
    background-repeat: no-repeat;
}

.flex_action > .cont > .group > .action i {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 28px;
}

.flex_action > .cont > .group > .action + .action {
    margin-top: 2px;
}

.flex_action > .cont > .group > .action:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.flex_action > .cont > .group > .action[data-type="Home"] {
    display: none;
}

.flex_action > .cont > .group > .action[data-type="mail"] {
    background-position: -200px -542px;
}

.flex_action > .cont > .group > .action[data-type="faceBookMsg"] {
    background-position: -200px -613px;
}

.flex_action > .cont > .group > .action[data-type="faceBookGroup"] {
    background-position: -200px -684px;
}

.flex_action > .cont > .group > .action[data-type="WhatsApp"] {
    background-position: -200px -1023px;
}

.flex_action > .cont > .group > .action[data-type="gotop"] {
    cursor: pointer;
    display: none;
    margin-top: 20px;
    background-position: -200px -755px;
}

.flex_action > .cont > .group > .action > span {
    display: block;
    width: 100%;
    height: 100%;
}


.sites_apps {
    padding-top: 60px;
}

.sites_apps .sites_apps_box {
    display: flex;
    margin: 0 -40px;
}

.sites_apps .sites_apps_box .l_box {
    position: relative;
    min-width: 240px;
    margin-right: 44px;
}

.sites_apps .sites_apps_box .l_box > ul {
    width: 240px;
}

.sites_apps .sites_apps_box .l_box > ul > li a {
    position: relative;
    text-decoration: none;
    color: #333;
}

.sites_apps .sites_apps_box .l_box > ul > li > a {
    display: block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 48px;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.sites_apps .sites_apps_box .l_box > ul > li:hover > a,
.sites_apps .sites_apps_box .l_box > ul > li.active > a {
    color: #00a0dc;
}

.sites_apps .sites_apps_box .l_box > ul > li.active > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    border: 6px solid transparent;
    border-left-color: #00a0dc;
    transform: translateY(-50%);
}

.sites_apps .sites_apps_box .r_box {
    width: 100%;
    margin-bottom: 120px;
}

.panel_box {
    border: 1px solid #E9EEF2;
    border-radius: 2px;
}

.panel_box + .panel_box {
    margin-top: 20px;
}

.panel_box .panel_title,
.panel_box .panel_cont {
    padding: 15px;
}

.panel_box .panel_title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    background-color: #f4f5f7;
}

.panel_box .mobile_more_btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: #CFEDFB;
    color: #008adb;
    cursor: pointer;
}

.sites_apps_icon {
    display: inline-block;
    background: url(../img/icon/app_icon.png?v=1.0) no-repeat;
}

.sites_apps_icon[data-size="big"] {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
}

.sites_apps_icon[data-size="small"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}

.sites_apps_list {
    display: flex;
    flex-flow: wrap;
}

.sites_apps_list li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #fff;
}

.sites_apps_list li a .name {
    font-size: 13px;
    word-break: break-word;
}

.sites_apps_list li a:hover {
    background-color: #f4f5f7;
    color: #008adb;
}

.sites_apps_list li a:hover .name {
    color: #008adb;
}

.sites_apps_list_big {
    justify-content: center;
}

.sites_apps_list_big li {
    display: flex;
    width: 140px;
    height: 100px;
    margin: 0 5px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.sites_apps_list_big li a {
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.sites_apps_list_big li .sites_apps_icon {
    margin-bottom: 10px;
}

.sites_apps_row {
    display: flex;
    padding: 10px 0;
}

.sites_apps_row + .sites_apps_row {
    border-top: 1px dashed #E9EEF2;
}

.sites_apps_row .tit {
    width: 177px;
}

.sites_apps_row .tit:empty {
    display: none;
}

.sites_apps_row .tit span {
    color: #999999;
    line-height: 38px;
}

.sites_apps_row .cont {
    flex: 1;
}

.sites_apps_list_small li {
    width: calc(100% / 4);
    height: 38px;
    margin-bottom: 5px;
}

/*解決超长换行问题*/
.panel_box:nth-child(4) .sites_apps_row:last-child .sites_apps_list_small li:last-child,
.panel_box:nth-child(6) .sites_apps_row:last-child .sites_apps_list_small li:last-child {
    width: fit-content;
}

.panel_box:last-child .sites_apps_list_small li {
    width: calc(100% / 5);
}

.sites_apps_list_small li a {
    padding: 10px;

}

.sites_apps_list_small li .sites_apps_icon {
    margin-right: 10px;
}

@media (max-width: 1300px) {
    .sites_apps .sites_apps_box {
        margin: auto;
    }
}


@media (max-width: 800px) {
    .features_module_3 .img_text_module_list > li:nth-child(3) .text_box,
    .features_module_3 .img_text_module_list > li:nth-child(3) .bg_box {
        min-width: auto;
        padding-left: 0;
    }

    .features_module_4 {
        height: 100px;
    }

    .features_module_4 h2 {
        font-size: 36px;
    }

    .sites_apps,
    .features_module_5 {
        padding: 30px 0;
    }

    .sites_apps .sites_apps_box .l_box,
    .features_module_5 .features_module_box .l_box {
        display: none;
    }

    .features_module_5 .features_module_box .r_box {
        margin: 0 20px;
    }

    .sites_apps .sites_apps_box .r_box {
        margin: 0 20px;
    }

    .sites_apps_list_big {
        justify-content: start;
    }

    .sites_apps_list_big li {
        width: calc(100% / 4);
        height: auto;
        margin: 0;
        margin-bottom: 10px;
    }
}


@media (max-width: 768px) {
    .flex_action > .cont > .group > .action[data-type="Home"] {
        display: flex;
    }

    .sites_apps_list {
        margin: 0;
    }

    .sites_apps_list_big li a {
        justify-content: start;
    }

    .sites_apps_row {
        flex-flow: wrap;
        padding-top: 0;
    }

    .sites_apps_row .tit {
        width: 100%;
    }

    .sites_apps_list_small li {
        width: calc(100% / 2);
        height: auto;
    }

    .panel_box .mobile_more_btn {
        display: flex;
    }

    .panel_box:last-child .sites_apps_list_small li {
        width: calc(100% / 2);
    }
}

@media (max-width: 550px) {
    .features_module_3 .img_text_module_list > li:nth-child(3) .bg_box img {
        margin-left: 0;
    }

    .features_module_5 .features_module_box .r_box .item_list li {
        width: 100%;
    }

    .sites_apps_list_big li {
        width: calc(100% / 3);
    }
}
