header {
    font-family: Helvetica, PingFang SC, Microsoft YaHei, 寰蒋闆呴粦
}

header h5 {
    margin: 0
}

header.scroll-bottom {
    border-bottom: 1px solid #e8e8e8
}

header.no-border,
header.scroll-bottom.no-border {
    border-bottom: none
}

header {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 56px;
    z-index: 101
}

header .inner {
    position: relative
}

header .inner .login {
    float: right;
    font-size: 0
}

header .inner .login .avatar {
    border-radius: 50%
}

header {
    min-width: 1210px
}

header .inner {
    height: 56px;
    width: 1190px;
    margin: 0 auto
}

header .inner .logo,
header .inner .menu {
    float: left
}

header .inner .logo {
    text-indent: -200px;
    overflow: hidden;
    width: 312px;
    height: 100%;
    background: url("../images/home/logo-dah.2e5a4add.svg") no-repeat 0;
    background-size: contain
}

header .inner .menu {
    margin-left: 80px;
    text-align: center;
    height: 56px
}

header .inner .menu>ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

header .inner .menu>ul>li {
    margin-left: 40px;
    height: 56px;
    line-height: 56px;
    float: left;
    font-size: 16px;
    color: #555
}

header .inner .menu>ul>li:first-of-type {
    margin-left: 0
}

header .inner .menu>ul>li>a {
    height: 100%;
    display: inline-block;
    color: #555;
    vertical-align: middle
}

header .inner .menu>ul>li:hover {
    position: relative;
    color: #313131
}

header .inner .menu>ul>li:hover:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #313131;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 6px
}

header .inner .menu>ul>li:hover a {
    color: #313131
}

header .inner .menu>ul>li .child-content {
    display: none;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 56px;
    left: 0;
    box-shadow: 0 3px 3px 0 hsla(0, 0%, 90.2%, .5), 0 1px 0 0 #e8e8e8;
    z-index: 100
}

header .inner .menu>ul>li .child-content .child {
    width: 1190px;
    height: 405px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    padding-top: 32px;
    position: relative
}

header .inner .menu>ul>li .child-content .child .child-list {
    margin-left: 100px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .inner .menu>ul>li .child-content .child .child-list:first-of-type {
    margin-left: 0
}

header .inner .menu>ul>li .child-content .child .child-list h5 {
    font-size: 18px;
    line-height: 39px;
    color: #313131;
    margin-bottom: 6px
}

header .inner .menu>ul>li .child-content .child .child-list .child-item {
    margin-top: 45px;
    white-space: nowrap
}

header .inner .menu>ul>li .child-content .child .child-list .child-item:first-of-type {
    margin-left: 0;
    margin-top: 0
}

header .inner .menu>ul>li .child-content .child .child-list .child-item li.title {
    margin-top: 0;
    font-size: 18px;
    line-height: 39px;
    color: #313131;
    height: auto;
    margin-bottom: 16px
}

header .inner .menu>ul>li .child-content .child .child-list .child-item li {
    height: 28px;
    margin-top: 10px;
    line-height: 28px
}

header .inner .menu>ul>li .child-content .child .child-list .child-item li a {
    font-size: 14px;
    color: #555;
    position: relative
}

header .inner .menu>ul>li .child-content .child .child-list .child-item li a:hover {
    color: #313131
}

header .inner .menu>ul>li .child-content .child .child-list .child-item li a.new:after {
    content: "";
    width: 28px;
    height: 14px;
    background: url("../images/home/new.ab1e3ea9.svg") no-repeat 50%;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: 12px
}

header .inner .menu>ul>li .child-content .child .child-list .child-item:nth-of-type(4),
header .inner .menu>ul>li .child-content .child .child-list .child-item:nth-of-type(5),
header .inner .menu>ul>li .child-content .child .child-list .child-item:nth-of-type(6) {
    margin-top: 0
}

header .inner .login {
    line-height: 56px;
    width: 206px;
    text-align: right
}

header .inner .login a,
header .inner .login div,
header .inner .login img {
    vertical-align: middle
}

header .inner .login .kf_img {
    width: 32px;
    height: 32px;
    background: url("../images/home/header_kf.007c6451.svg") no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block
}

header .inner .login .kf {
    color: #555;
    font-size: 14px;
    margin: 0 28px 0 4px
}

header .inner .login .login-btn {
    width: 86px;
    padding: 5px 0;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    text-align: center
}

header .inner .login .avatar {
    width: 24px;
    height: 24px;
    cursor: pointer
}

header .inner .login .dropdown-info {
    width: 230px;
    box-shadow: 0 1px 4px 0 rgba(92, 92, 92, .55);
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    padding: 20px 20px 14.5px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 49px;
    text-align: left
}

header .inner .login .dropdown-info .info-t {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 25px
}

header .inner .login .dropdown-info .info-t .info-t-name {
    overflow: hidden
}

header .inner .login .dropdown-info .info-t .info-t-name .nickname {
    font-size: 16px;
    line-height: 18px;
    color: #313131;
    float: left;
    margin-right: 10px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

header .inner .login .dropdown-info .info-t .info-t-name .user-type {
    width: 60px;
    height: 18px;
    line-height: 16px;
    font-size: 12px;
    color: #a0a0a0;
    border-radius: 2px;
    border: 1px solid silver;
    float: left;
    text-align: center;
    box-sizing: border-box
}

header .inner .login .dropdown-info .info-t .userid {
    line-height: 18px;
    font-size: 14px;
    color: #a0a0a0;
    margin: 8px 0 0;
    display: block
}

header .inner .login .dropdown-info .info-b li {
    line-height: 14px;
    font-size: 14px;
    color: #555;
    padding: 12.5px 0;
    cursor: pointer
}

header .inner .login .dropdown-info .info-b li a {
    color: #555
}

header .inner .login .dropdown-info .info-b li:hover a {
    color: #313131
}

header .inner .login .dropdown-info .info-b li:first-of-type {
    margin-top: 12.5px
}

footer {
    font-family: Helvetica, PingFang SC, Microsoft YaHei, 寰蒋闆呴粦
}

footer h5,
footer p {
    margin: 0
}

footer .mod-help {
    box-sizing: border-box
}

footer .mod-help .inner .help-list .help-nav h5 {
    color: #313131;
    font-weight: 400
}

footer .mod-help .inner .help-list .help-nav li,
footer .mod-help .inner .help-list .help-nav li a {
    color: #555
}

footer .mod-help .inner .help-list .help-nav li.code {
    background: url("../images/home/code.f7de6c39.png") no-repeat 50%;
    background-size: 100% 100%
}

footer .mod-copyright a {
    color: #555
}

footer .mod-copyright .inner .copyright-licence a:first-of-type,
footer .mod-copyright .inner .copyright-licence span {
    vertical-align: middle
}

footer .mod-copyright .inner .copyright-licence .police span:first-of-type {
    background: url("../images/home/police.fbd72247.png") no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block
}

footer .mod-copyright .inner .copyright-img span {
    display: inline-block;
    vertical-align: middle
}

footer .mod-copyright .inner .copyright-img .police-img {
    background: url("../images/home/police.fbd72247.png") no-repeat 50%;
    background-size: 100% 100%
}

footer .mod-copyright .inner .copyright-img .internet-img {
    background: url("../images/home/integrities.ec11201d.png") no-repeat 50%;
    background-size: 100% 100%
}

footer .mod-copyright .inner .copyright-img .sf-img {
    background: url("../images/home/sf.39196745.png") no-repeat 50%;
    background-size: 100% 100%
}

footer .mod-copyright .inner .copyright-img .tip {
    display: inline-block;
    vertical-align: middle
}

footer .mod-help {
    padding-top: 50px;
    height: 360px;
    background: url("../images/home/kf_bg.d8f56661.jpg") no-repeat 50%;
    background-size: 1920px auto;
    background-color: #f6f6f6
}

footer .mod-help .inner {
    width: 1190px;
    margin: 0 auto
}

footer .mod-help .inner .help-list .help-nav {
    float: left;
    margin-left: 100px
}

footer .mod-help .inner .help-list .help-nav:first-of-type {
    margin-left: 0
}

footer .mod-help .inner .help-list .help-nav h5 {
    font-size: 18px;
    line-height: 39px;
    margin-bottom: 10px
}

footer .mod-help .inner .help-list .help-nav h5 .arrow {
    display: none
}

footer .mod-help .inner .help-list .help-nav li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px
}

footer .mod-help .inner .help-list .help-nav li.code {
    width: 100px;
    height: 100px
}

footer .mod-help .inner .help-list .help-nav p.wechat-font {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #555
}

footer .mod-help .inner .help-list .help-contact {
    float: right
}

footer .mod-help .inner .help-list .help-contact .logo {
    width: 109px;
    height: 26px;
    background: url("../images/home/footer_t_logo.5b3ccf94.svg") no-repeat 50%;
    background-size: 100% 100%
}

footer .mod-help .inner .help-list .help-contact .phone {
    font-size: 24px;
    line-height: 30px;
    color: #313131
}

footer .mod-help .inner .help-list .help-contact .phone-pc:first-of-type {
    margin: 25px 0 10px
}

footer .mod-help .inner .help-list .help-contact .phone-pc:nth-of-type(2) {
    margin: 0 0 24px
}

footer .mod-help .inner .help-list .help-contact .addr {
    font-size: 12px;
    line-height: 18px;
    color: #555
}

footer .mod-copyright .inner {
    width: 1190px;
    padding-bottom: 46px;
    margin: 0 auto;
    overflow: hidden;
    color: #555
}

footer .mod-copyright .inner .copyright-l {
    float: left;
    line-height: 18px;
    font-size: 12px
}

footer .mod-copyright .inner .copyright-l a.partner,
footer .mod-copyright .inner .copyright-l a:hover {
    color: #313131
}

footer .mod-copyright .inner .copyright-l .links {
    margin: 28px 0 45px;
    overflow: hidden
}

footer .mod-copyright .inner .copyright-l .links a {
    margin-right: 12px;
    float: left
}

footer .mod-copyright .inner .copyright-l .links a:first-of-type {
    margin-right: 15px
}

footer .mod-copyright .inner .copyright-l .copyright-cert {
    margin: 6px 0
}

footer .mod-copyright .inner .copyright-l .copyright-licence .police span:first-of-type {
    width: 20px;
    height: 20px
}

footer .mod-copyright .inner .copyright-l .copyright-img {
    margin-top: 12px
}

footer .mod-copyright .inner .copyright-l .copyright-img .police-img {
    width: 40px;
    height: 40px
}

footer .mod-copyright .inner .copyright-l .copyright-img .internet-img {
    width: 38px;
    height: 34px;
    margin-left: 4px
}

footer .mod-copyright .inner .copyright-l .copyright-img .sf-img {
    width: 114px;
    height: 41px;
    margin-left: 4px
}

footer .mod-copyright .inner .copyright-l .copyright-img .tip {
    line-height: 18px;
    margin-left: 8px
}

footer .mod-copyright .inner .copyright-r {
    float: right;
    font-size: 12px
}

footer .mod-copyright .inner .copyright-r .language-wrapper {
    width: 160px;
    height: 31px;
    position: relative
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language {
    width: 160px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin-top: 24px;
    line-height: 30px;
    color: #313131;
    padding: 0 12px 0 16px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    cursor: pointer
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language .triangle {
    width: 0;
    height: 0;
    border-bottom: 8px solid #b9b9b9;
    border-left: 8px solid transparent;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language-list {
    width: 160px;
    height: 108px;
    background: #fff;
    padding: 8px 0 12px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 31px;
    display: none
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language-list ul {
    margin: 0;
    padding: 0
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language-list li {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: left
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language-list li:hover {
    background-color: #f1f1f1
}

footer .mod-copyright .inner .copyright-r .language-wrapper .language-list li a {
    color: #313131
}

footer .mod-copyright .inner .copyright-r .b-logo {
    width: 88px;
    height: 22px;
    background: url("../images/home/logo.f082de95.svg") no-repeat 50%;
    background-size: 100% 100%;
    margin: 112px 0 9px 72px
}

footer .mod-copyright .inner .copyright-r .b-text-img {
    width: 144px;
    height: 16px;
    background: url("../images/home/text.c04c8939.svg") no-repeat 50%;
    background-size: 100% 100%;
    margin-left: 16px
}

body,
p,
ul {
    margin: 0
}

ul {
    list-style: none;
    padding: 0
}

a {
    text-decoration: none
}

.hide {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.privacy-wrapper .main {
    width: 100%;
    font-family: 姹変华涓粦绠€
}

.privacy-wrapper .main .content-box ol,
.privacy-wrapper .main .content-box ul {
    margin: 0;
    pading: 0;
    width: 95%
}

.privacy-wrapper .main .content-box li {
    clear: both
}

.privacy-wrapper .main .content-box .list-paddingleft-1 {
    padding-left: 0
}

.privacy-wrapper .main .content-box .list-paddingleft-2 {
    padding-left: 30px
}

.privacy-wrapper .main .content-box .list-paddingleft-3 {
    padding-left: 60px
}

.privacy-wrapper .main .content-box .content .right-content {
    word-break: break-all
}

.privacy-wrapper .main .content-box .content .right-content h1 {
    text-align: center
}

.privacy-wrapper .main .content-box .content .right-content .date {
    color: #a0a0a0;
    text-align: center
}

.privacy-wrapper .main .content-box .content .right-content h3 {
    font-weight: 700
}

.privacy-wrapper .main .content-box .content .right-content .normal_h3 {
    font-weight: 400
}

.privacy-wrapper .main .content-box .content .right-content .design_science {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url("../images/privacy/design_science.62999f8c.png") no-repeat;
    background-size: 100% 100%
}

.aside {
    box-sizing: border-box
}

.aside ul li {
    width: 100%
}

.aside ul li a {
    width: 100%;
    color: #555;
    display: inline-block;
    box-sizing: border-box
}

.aside {
    width: 332px;
    padding: 22px 6px;
    height: 100%
}

.aside ul li a {
    padding-left: 14px;
    height: 39px;
    line-height: 39px;
    font-size: 14px
}

.aside ul li:hover {
    background-color: #f6f6f6
}

.aside ul .symbol {
    width: 2px;
    height: 2px;
    background-color: #a0a0a0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.aside .right_menu {
    margin: 0;
    padding-bottom: 10px
}

.aside .right_menu dd {
    margin: 0
}

.aside .right_menu dd:hover {
    background-color: #f6f6f6
}

.aside .right_menu a {
    padding-left: 32px;
    width: 100%;
    line-height: 36px;
    display: inline-block;
    font-size: 12px;
    color: #555;
    box-sizing: border-box
}

.aside .right_menu dd a.active {
    font-weight: 700;
    background-color: #f6f6f6
}

.privacy-wrapper .main {
    background-color: #f6f6f6;
    margin-top: 56px;
    width: 100%;
    /* min-width: 1210px; */
    padding-bottom: 60px
}

.privacy-wrapper .main p {
    font-size: 14px;
    color: #313131;
    line-height: 32px
}

.privacy-wrapper .main a {
    color: #417ff9
}

.privacy-wrapper .main .content-box {
    max-width: 1190px;
    margin: 0 auto
}

.privacy-wrapper .main .content-box .crumbs {
    height: 50px;
    line-height: 50px;
    font-family: 寰蒋闆呴粦;
    font-size: 12px;
    color: #555
}

.privacy-wrapper .main .content-box .crumbs a {
    color: #555
}

.privacy-wrapper .main .content-box .crumbs a:hover {
    color: #313131
}

.privacy-wrapper .main .content-box .content {
    display: table
}

.privacy-wrapper .main .content-box .content .aside,
.privacy-wrapper .main .content-box .content .right-content {
    display: table-cell;
    background-color: #fff
}

.privacy-wrapper .main .content-box .content .aside a {
    color: #555
}

.privacy-wrapper .main .content-box .content .right-content {
    width: 858px;
    color: #313131;
    line-height: 20px;
    padding: 40px 40px 70px;
    box-sizing: border-box;
    border-left: 10px solid #f6f6f6
}

.privacy-wrapper .main .content-box .content .right-content h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px
}

.privacy-wrapper .main .content-box .content .right-content .date {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 29px
}

.privacy-wrapper .main .content-box .content .right-content .no-date {
    margin-top: 29px
}

.privacy-wrapper .main .content-box .content .right-content h3 {
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    margin: 50px 0 20px
}

.privacy-wrapper .main .content-box .content .right-content .normal_h3 {
    line-height: 32px
}

.privacy-wrapper .main .content-box .content .right-content .space {
    margin-bottom: 25px
}

.privacy-wrapper .main .content-box .content .right-content .design_science {
    width: 141px;
    height: 28px;
    margin-right: 5px;
    vertical-align: bottom
}

.privacy-wrapper footer {
    border-top: 1px solid #e8e8e8
}

.privacy-wrapper .language-wrapper {
    visibility: hidden
}

.design-page .main .content-box .content .aside {
    width: 342px;
    border-right: 10px solid #f6f6f6
}

.design-page .main .content-box .content .right-content {
    width: 848px;
    border: 0
}

.left_menu li a.active {
    font-weight: 700;
    background-color: #f6f6f6
}

/*# sourceMappingURL=privacy.desktop.ec9d8908.css.map*/