@charset "utf-8";

/* CSS Document */

.nav, .page_foot, .copy_right {
    width: 100%;
    min-width: 1120px;
}

.nav {
    background-color: #F5F5F5;
    position: relative;
}

.nav .inner {
    width: 1120px;
    margin: 0 auto;
}

.nav .inner ul {
    height: 68px;
    line-height: 68px;
    float: left;
}

.nav .inner ul li {
    float: left;
}

.nav .inner .logo {
    width: 166px;
    margin-right: 25px;
}

.nav .inner .logo a {
    display: inline-block;
}

.nav .inner .logo img {
    vertical-align: middle;
    margin-top: -9px;
}

.nav .inner .navigation {
    width: 800px;
}

.nav .inner .navigation li {
    position: relative;
}

.nav .inner .navigation a, .nav .inner .navigation a:visited {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nav .inner .navigation a:hover {
    color: #6eb94d;
}

.nav .inner .navigation li.active > a {
    color: #6eb94d;
}

.nav .inner .navigation .nav_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/static/index/img/system_img/iconHub.png) no-repeat 0px -221px;
    margin-left: 5px;
}

.nav .inner .navigation li dl {
    width: 104px;
    position: absolute;
    background-color: #FFFFFF;
    top: 68px;
    left: 50%;
    margin-left: -52px;
    line-height: 26px;
    padding: 7px 0 22px 0;
    border-top: 1px solid #6BBB46;
    box-shadow: 0 -9px 9px -7px #ccc;
    display: none;
}

.nav .inner .navigation li dl a, .nav .inner .navigation li dl a:visited {
    font-size: 14px;
}

.nav .inner .navigation li dl a:hover {
    font-size: 14px;
}

.nav .inner .navigation .has_menu {
    position: relative;
}

.nav .inner .navigation .has_menu a, .nav .inner .navigation .has_menu a:visited {
    cursor: default;
}

.nav .inner .navigation .has_menu a:hover {
    cursor: default;
}

.nav .inner .navigation .has_menu dl {
    position: absolute;
    display: inline-block;
    width: 102px;
    top: 68px;
    left: 50%;
    margin-left: -51px;
    z-index: 200;
    background-color: #F5F5F5;
    padding: 12px 0 20px;
    display: none;
}

.nav .inner .navigation .has_menu dl dd {
    text-align: center;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.nav .inner .navigation .has_menu dl dd a, .nav .inner .navigation .has_menu dl dd a:visited {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.nav .inner .navigation .has_menu dl dd a:hover {
    border: none;
    cursor: pointer;
}

.nav .inner .search_membership .member {
    max-width: 125px;
}

.nav .inner .search_membership .member .member_title {
    color: #666;
    cursor: pointer;
}

.nav .inner .search_membership .member .member_title:hover {
    color: #6bbb46;
}

.nav .inner .search_membership .icon_label {
    position: relative;
}

.nav .inner .search_membership .membership_icon {
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(/static/index/img/system_img/iconHub.png) no-repeat -407px -579px;
    vertical-align: middle;
    margin: auto 5px;
}


/*二级下拉菜单(大的)*/

.nav .big_menu {
    position: absolute;
    width: 1120px;
    min-width: 1120px;
    top: 68px;
    left: 50%;
    margin-left: -560px;
    z-index: 200;
    min-height: 200px;
    background-color: #FFF;
    border-top: 1px solid #6BBB46;
    -webkit-box-shadow: 0 0 10px 1px #ccc;
    -moz-box-shadow: 0 0 10px 1px #ccc;
    box-shadow: 0 0 10px 1px #ccc;
    display: none;
}

.nav .big_menu .menu_inner {
    width: 1120px;
    margin: 0 auto;
    padding: 30px 0 30px;
    overflow: hidden;
    display: none;
}

.nav .big_menu .menu_inner {
    text-align: center;
}

.nav .big_menu .menu_inner li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: auto 54px;
    width: 166px;
    overflow: hidden;
}

.nav .big_menu .menu_inner .dd_goods_buy a, .nav .big_menu .menu_inner .dd_goods_buy a:hover, .nav .big_menu .menu_inner .dd_goods_buy a:visited {
    color: #ffffff;
}

.nav .big_menu .menu_inner dl a, .nav .big_menu .menu_inner dl a:hover, .nav .big_menu .menu_inner dl a:visited {
    display: block;
    color: #6E6E6E;
}

.nav .big_menu .menu_inner dl dt img {
    width: 166px;
    height: 186px;
}

.nav .big_menu .menu_inner dl dd {
    line-height: 24px;
    text-align: center;
    color: #6E6E6E;
    margin: 6px 0;
}

.nav .big_menu .menu_inner dl dd.dd_goods_price {
    color: #F1545D;
}

.nav .big_menu .menu_inner dl dd.dd_goods_buy {
    background-color: #6BBB46;
    color: #ffffff;
    border-radius: 6px;
    line-height: 36px;
}

/*客服*/
.kefu {
    position: fixed;
    top: 30%;
    right: 0;
    cursor: pointer;
    z-index: 199;
}
.kefu li {
    background: #7d9270;
}
.kefu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.kefu li i {
    background: url(/static/index/img/system_img/iconHub.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.kefu li i.personal_center {
    background-position: -463px 13px;
}
.kefu li i.huanxin {
    background-position: -328px -498px;
}
.kefu li i.qrcode {
    background-position: -257px -566px;
}
.kefu .codes {position: relative;}
.kefu .codes:hover .code_imgs {display: block;}
.kefu .code_imgs {
    position: absolute;
    right: 50px;
    width: 220px;
    top: 50%;
    padding: 5px 10px;
    margin-top: -75px;
    background: #fff;
    box-shadow: 0px 2px 8px #ccc;
    display: none;
}
.kefu .code_imgs div {
    display: inline-block;
}
.kefu .code_imgs img.code_app {
    width: 82px;
    padding: 10px;
}
.kefu .code_imgs img.code_wechat {
    width: 93px;
    padding: 5px;
}
.kefu .code_imgs .code_title {
    color: #333;
    font-size: 14px;
    text-align: center;
}
.kefu .code_imgs .code_desc {
    color: #6bbb46;
    font-size: 12px;
    text-align: center;
}

.kefu .scrolltop {
    display: none;
    /*border-top: 1px solid #fff;*/
}
.kefu .scrolltop span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #7d9270;
    position: relative;
    cursor: pointer;
}
.kefu .scrolltop span i {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: translateY(50%) rotate(45deg);
    -webkit-transform: translateY(50%) rotate(45deg);
    -o-transform: translateY(50%) rotate(45deg);
}

/*页脚*/

.pc_footer {
    margin-top: 40px;
}

.page_foot {
    background-color: #2E3033;
}

.page_foot .inner {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.page_foot .foot_nav {
    width: 100%;
    min-height: 172px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.page_foot .foot_nav .nav_ul, .page_foot .foot_nav .service_dl {
    float: left;
}

.page_foot .foot_nav .nav_ul li {
    display: inline-block;
    width: 125px;
    /*float: left;*/
    vertical-align: top;
    text-align: left;
}


/*.page_foot .foot_nav .nav_ul li.last {
    width: 205px;
}
*/

.page_foot .foot_nav .nav_ul {
    width: 70%;
    /*float: left;*/
    /*border-right: 1px solid #DBDBDB;*/
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.page_foot .foot_nav .nav_ul dt {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-left: 3px solid #6BBB46;
    line-height: 16px;
    /*height: 26px;*/
    max-width: 160px;
    padding-left: 6px;
    margin-bottom: 5px;
    /*overflow: hidden;*/
}

.page_foot .foot_nav .nav_ul dd {
    display: inline-block;
    clear: both;
    float: left;
    color: #b5b5b5;
    font-size: 14px;
}

.page_foot .foot_nav .nav_ul dd a, .page_foot .foot_nav .nav_ul dd a:visited {
    display: block;
    color: #b5b5b5;
    font-size: 12px;
    min-width: 80px;
    padding: 5px 15px;
    margin-left: -7px;
}

.page_foot .foot_nav .nav_ul dd a:hover {
    /*text-decoration: underline;*/
    background-color: #666;
}

.page_foot .foot_nav .service_dl {
    width: 17.9%;
    float: left;
    text-align: center;
    margin-top: 14px;
}

.page_foot .foot_nav .service_dl dt {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 24px;
}

.page_foot .foot_nav .service_dl dd {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.page_foot .hotline-service {
    display: inline-block;
    padding-top: 10px;
}

.page_foot .hotline-service dt {
    font-size: 16px;
    color: #fff;
    border-left: 3px solid #6BBB46;
    line-height: 16px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.page_foot .hotline-service dd {
    font-size: 14px;
    color: #b5b5b5;
    padding: 5px 8px;
}

.layer-society {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    filter: alpha(opacity=0);
    z-index: 999;
    display: none;
}

.society-centerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 400px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

.society-header {
    position: relative;
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
}

.society-header span {
    margin-left: 20px;
}

.society-header .close {
    position: absolute;
    right: 20px;
    background-color: #f9f9f9;
    border: none;
    color: #a8a8a8;
    cursor: pointer;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.society-centerbox .wechat img, .society-centerbox .app img {
    float: left;
    width: 250px;
    height: 250px;
    border: 1px solid #efefef;
    margin: 15px 30px 30px;
}

.society-centerbox .society-rightcontext {
    /*overflow: hidden;*/
    padding-top: 20px;
    padding-right: 70px;
    margin-left: 330px;
}

.society-centerbox .wechat li {
    margin-top: 35px;
}

.society-centerbox .app li {
    margin-top: 40px;
}

.society-centerbox .app li a {
    width: 125px;
    display: inline-block;
    border: 1px solid #6bbb46;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    text-align: center;
    color: #666;
}


/*版权*/

.copy_right {
    background-color: #2B2C2E;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.copy_right .inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

.copy_right p {
    height: 44px;
    text-align: center;
    color: #b5b5b5;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
}
.copy_right p a {
    color: #FFFFFF;
    margin-left: 10px;
}
.copy_right p a:hover {
    color: #6BBB46;
}

.copy_right dl {
    display: inline-block;
    width: 200px;
    /*height: 244px;*/
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    background-color: #2B2C2E;
    padding-bottom: 44px;
    /*padding-top: 22px;*/
}

.copy_right dl dt {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 0;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    background-color: #2B2C2E;
    z-index: 15;
    text-align: center;
    cursor: default;
    overflow: hidden;
}

.copy_right dl .qizhi {
    display: inline-block;
    width: 25px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
    background-repeat: no-repeat;
}

.copy_right dl .icon {
    display: inline-block;
    width: 25px;
    height: 17px;
    vertical-align: middle;
    margin-right: 2px;
    background: url(/static/index/img/system_img/iconHub.png) no-repeat -470px -365px;
    margin-left: 8px;
}

.copy_right dl dd {
    width: 200px;
    height: 35px;
    line-height: 35px;
    /*text-indent: 2em;*/
    cursor: default;
    overflow: hidden;
    display: none;
}

.copy_right dl dd:hover {
    background: #666;
}
.copy_right .flag-sign {
    float: right;
    display: inline-block;
    height: 44px;
    margin-left: 50px;
    cursor: pointer;
}
.logon_footer .inner {
    width: 1120px;
    margin: 0 auto;
}
.logon_footer .flag-sign {
    float: right;
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}
.flag-sign .flag-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    /*border: 1px solid rgba(255,255,255,0.8);*/
}
.flag-sign .flag-icon img {
    width: 100%;
}
.flag-sign .flag-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: #fff;
    font-size: 14px;
}
/*.flag-sign .flag-name:hover {
    color: #6bbb46;
}*/
.logon_footer .flag-sign .flag-icon {
    color: #333;
    border: 1px solid rgba(0,0,0,0.8) !important;
}
.logon_footer .flag-sign .flag-name {
    color: #333;
}
.logon_footer .flag-sign .flag-name:hover {
    color: #6bbb46;
}

/*加载样式*/

.loadProgress {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    text-align: center;
    display: none;
}

.loadProgress img {
    top: 50%;
    margin-top: -32px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
}

.logon_footer {
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    /*border-top: 1px solid #d8d8d8;*/
    /*border-bottom: 1px solid #d8d8d8;*/
}

.no_link {
    cursor: default;
}

.society-rightcontext h2 {
    white-space: nowrap;
}


/* topTips */
.topTips {
    text-align: center;
    height: 64px;
    line-height: 64px;
    background: #535353;
    color: #fff;
    font-size: 14px;
}
.topTipsSelect {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 30px;
}
.topTipsSelect .topTipsSelectItem {
    background: #858585;
    border: 1px solid #646464;
    border-radius: 4px;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    width: 209px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.topTipsSelect .topTipsSelectItem:after {
    content: '';
    display: inline-block;
    background: url(/static/index/img/system_img/iconHub.png) no-repeat -473px -357px;
    width: 15px;
    height: 30px;
    position: absolute;
    right: 10px;
}
.topTipsSelectItem .flag-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.topTipsSelectItem .flag-icon img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.topTipsSelectItem span {
    margin-left: 5px;
}
.topTipsSelectBox {
    position: absolute;
    background: #858585;
    top: 31px;
    width: 220px;
    z-index: 10;
    border-top: 1px solid #ccc;
    border-radius: 4px;
    display: none;
}
.topTipsSelectBox li {
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}
.topTipsSelectBox a {
    color: #fff;
}
.topTipsSelectBox a:hover {
    color: #6bbb46;
}

.btnVisit {
    padding: 7px 23px;
    margin-left: 10px;
    background: #6bbb46;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.btnClose {
    background: #535353;
    color: #fff;
    margin-left: 40px;
    cursor: pointer;
}
.btnClose img {
    vertical-align: middle;
}

/* 隐私政策变更 */
.privacy_box {
    width: 480px;
    height: 320px;
    background: #fff;
    border-radius: 8px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.privacy_box .privacy_title {
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.09);
    color: rgba(0,0,0,0.85);
}
.privacy_box .privacy_context {
    padding: 25px 20px;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.09);
    color: rgba(0,0,0,0.65);
}
.privacy_box .privacy_context a {
    color: #0088ff;
}
.privacy_box .privacy_button {
    text-align: right;
    padding: 12px 20px;
}
.privacy_box .privacy_button button {
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 4px;
}
.privacy_box .privacy_button button.btn_cancel {
    background: #FFFFFF;
    color: rgba(0,0,0,0.65);
    margin-right: 10px;
    border: 1px solid #D9D9D9;
}
.privacy_box .privacy_button button.btn_cancel:hover {
    color: #6BBB46;
}
.privacy_box .privacy_button button.btn_sure {
    background: #6BBB46;
    color: #FFFFFF;
    border: 1px solid #6BBB46;
}
.privacy_box .privacy_button button.btn_sure:hover {
    background: #63a247;
}


/* 2018-09-18 */
.top_header {
    width: 100%;
    min-width: 1120px;
    background: #4F4F4F;
    position: relative;
}
.top_header .inner {
    width: 1120px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    text-align: right;
}
.top_header .flag-sign {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    position: relative;
    cursor: pointer;
}
.top_header .flag-sign img {width: 22px;vertical-align: middle;margin-right: 4px;margin-top: -2px;}
.top_header .flag-sign span {color: #ffffff;font-size: 14px;}
.top_header .flag-sign ul {
    position: absolute;
    z-index: 101;
    width: 352px;
    font-size: 16px;
    background: #ffffff;
    top: 50px;
    text-align: left;
    left: -170px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    padding: 5px 0;
    display: none;
}
.top_header .flag-sign ul:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    right: 68px;
    border-color: rgba(0,0,0,0.08);
    border-width: 1px 0px 0 1px;
    background: #ffffff;
    z-index: 100;
}
.top_header .flag-sign li {position: relative;height: 36px;cursor: pointer;}
.top_header .flag-sign li:before {
    content: '';
    width: 12px;
    height: 5px;
    display: inline-block;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #1ca64b;
    transform: rotate(-45deg);
    margin-right: 5px;
    position: absolute;
    top: 14px;
    left: 60px;
    visibility: hidden;
}
.top_header .flag-sign li:hover:before {visibility: visible;}
.top_header .flag-sign li a, .top_header .flag-sign li a:visited {display: block;color: #333333;padding-left: 80px;}
.top_header .flag-sign li:hover a {color: #1CA64A;}
.top_header .flag-sign li:hover, .top_header .language li:hover {background: rgba(0,0,0,0.02);color: #1CA64A;}
.top_header .flag-sign li.selected {background: rgba(0,0,0,0.02);}
.top_header .flag-sign li.selected:before {visibility: visible;}
.top_header .flag-sign li.selected a {color: #1CA64A;}
.top_header .language {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #FFFFFF;
    min-width: 100px;
    margin-left: 50px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
}
.top_header .language span {padding-left: 15px;position: relative;display: none;}
.top_header .flag-sign span:after,
.top_header .language span:after {
    content: '';
    background: url(/static/index/img/system_img/iconHub.png) no-repeat -474px -370px;
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 6px;
}
.top_header .language ul {
    position: absolute;
    z-index: 101;
    width: 100%;
    background: #4f4f4f;
    top: 35px;
    text-align: left;
    display: none;
}
.top_header .language li {padding-left: 15px;height: 36px;cursor: pointer;}
.top_header .language ul li a, .top_header .language ul li a:visited {display: block;color: #fff;}
.top_header .language li:hover {background: #3c3c3c;}

.common-btn-kefu {position: absolute;bottom: 30px;width: 100%;}
.common-btn-kefu .btn_kefu {background: #6bbb46;color: #fff;padding: 10px 20px;cursor: pointer;border-radius: 5px;display: block;margin: 0 auto;}

/* 表单验证
 * @ Supplemented by Zhu Jianmao
 * @ 2018.11.15
 */
.ukPassword {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 60%;
    min-height: 100%;
    left: 102%;
    top: 0;
    z-index: 50;
    padding: 7px 10px;
    line-height: 16px;
    background-color: #FFF2DD;
    border: 1px solid #F9E4C2;
    color: #F7B346;
    text-align: left;
    word-wrap:break-word;
    word-break:break-all;
}
.ukPassword:before {
    position: absolute;
    z-index: 50;
    left: -8px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #F9E4C2;
    background-color: transparent;
}
/* 购买设备支持提示 */
.purchase_tips {
    width: 100%;
    min-width: 1120px;
    background: rgba(51,51,51,0.6);
    position: absolute;
    top: 105px;
    z-index: 100;
}
.purchase_tips .inner {
    width: 1120px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.purchase_tips .inner span {
    font-size: 14px;
    color: #ffffff;
}
.purchase_tips .inner img {
    width: 16px;
    float: right;
    padding: 12px 0;
    cursor: pointer;
}