@font-face {
    font-family: DIN;
    src: url('DIN-Medium.otf')
}

body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select, span, em, i, button, a {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-size: .28rem;
    font-family: "PingFang SC", "PingFangSC-Regular", "microsoft yahei";
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

p, span, li {
    font-size: inherit;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

em, i, span, a, p {
    font-style: normal;
    font-size: inherit;
}

* {
    box-sizing: border-box;
    color: #494949;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
    display: block;
}

html {
    font-size: 13.333vw;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ele {
    position: relative;
}

.ele:before, .ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

label {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

body {
    -webkit-text-size-adjust: 100% !important;
    background-color: #fff;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-pack-start {
    justify-content: flex-start;
}

.flex-pack-end {
    justify-content: flex-end;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.flex-11 {
    flex: 1;
}


/* index */
.head {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .25rem;
    box-shadow: 0 .06rem .16rem rgba(0, 0, 0, .1);
}

.head + div {
    margin-top: 1rem;
}

.head .leftbox {
    display: flex;
    align-items: center;
}

.head .rightbox {
    display: flex;
    align-items: center;
}

.hd-logo {
}

.hd-logo .img {
    width: 1.76rem;
    height: auto;
}

.hd-dh {
    display: flex;
    margin-left: 0.15rem;
    border-left: 1px solid #A7A7A7;
}

.hd-dh a {
    font-size: 0.32rem;
    color: #A7A7A7;
    display: block;
    margin-left: 0.2rem;
    line-height: 0.32rem;
}

.hd-dh .lk {
    color: #000;
}

.hd-sear {
    display: inline-block;
}

.hd-sear .ico {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
}

.hd-menu {
    margin-left: 0.25rem;
    display: inline-block;
}

.hd-menu .ico {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    background: url(../images/menu.png) no-repeat center;
    background-size: contain;
}

.hd-menu .ico.close {
    background-image: url(../images/close.png);
}

.menu-drop {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 1rem;
    bottom: 0;
    overflow-y: scroll !important;
    box-shadow: 0 .06rem .16rem rgba(0, 0, 0, .1) inset;
    padding: .3rem .25rem .5rem;
    display: none;
}

.menu-drop .mod {
}

.menu-drop .t-tit {
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
}

.menu-drop .t-tit::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.11rem;
    height: 0.18rem;
    background: url(../images/arr.png) no-repeat center;
    background-size: contain;
    margin-left: 0.2rem;
}

.menu-drop .t-tit.wu::after {
    display: none;
}

.menu-drop .lks {
    margin-left: -0.25rem;
    font-size: 0;
}

.menu-drop .lks .lk {
    font-size: 0.26rem;
    color: #666666;
    min-width: 1.56rem;
    line-height: 0.6rem;
    border: 1px solid #B4B4B4;
    border-radius: 1rem;
    margin: 0 0 .25rem .25rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 .25rem;
}

.menu-drop .list {
    padding: .55rem .2rem 0;
    margin-left: -0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.menu-drop .list .item {
    display: block;
    position: relative;
    width: 1.98rem;
    border-radius: .06rem;
    overflow: hidden;
    margin: 0 0 .45rem .3rem;
}

.menu-drop .list .img {
    width: 100%;
    display: block;
    height: 1.1rem;
}

.menu-drop .list .title {
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-drop .login-bot {
    margin-top: 0.5rem;
    text-align: center;
}

.menu-drop .login-bot .lk {
    font-size: 0.28rem;
    color: #333333;
    border: 1px solid #000;
    text-align: center;
    width: 2.09rem;
    line-height: 0.94rem;
    border-radius: .04rem;
    margin: 0 .15rem;
    display: inline-block;
}

.menu-drop .login-bot .lk.reg {
    background-color: #0279ff;
    color: #fff;
    border-color: #0279ff;
}


.menu-drop .searbox {
    margin-bottom: 0.4rem;
}

.menu-drop .searbox .ipt-txt {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1rem;
    font-size: 0.32rem;
    color: #333;
    background: url(../images/search.png) no-repeat .3rem center #F4F4F4;
    background-size: .4rem;
    padding-left: 0.95rem;
}

.menu-drop .searbox .cancel {
    font-size: 0.32rem;
    color: #000000;
    margin-left: 0.3rem;
    border: none;
    background-color: #fff;
}

.menu-drop .idx-menu {
    padding-left: 0;
    padding-right: 0;
}

.menu-drop .xw-list .title em {
    color: #E1322D
}


.idx-menu {
    overflow-x: scroll;
    padding: .15rem 0 .15rem .25rem;
    height: 0.9rem;
    background-color: #fff;
    position: sticky;
    width: 100%;
    left: 0;
    top: 1rem;
    z-index: 90;
}

.idx-menu::-webkit-scrollbar {
    display: none;
}

.idx-menu .scroll {
    white-space: nowrap;
}

.idx-menu .lk {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    color: #333333;
    margin-right: 0.45rem;
    transition: all .3s;
    position: relative;
    line-height: 0.6rem;
}

.idx-menu .lk.cur {
    color: #0279ff;
    font-weight: bold;
}

.idx-menu .lk.cur::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0.06rem;
    background-color: #0279ff;
    border-radius: .1rem;
}

.idx-menu .lk.cur::after {
    width: 100%;
    left: 0;
}

.idx-ban {
}

.idx-ban .item {
    display: block;
    position: relative;
}

.idx-ban .item .img {
    width: 100%;
    display: block;
    height: calc(100vw / 2);
}

.idx-ban .item .txt {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.48rem;
    background-color: rgba(0, 0, 0, .71);
    border-radius: .1rem;
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0.55rem;
    padding: .2rem .25rem;
}

.idx-ban .swiper-pagination {
    bottom: 0.2rem !important;
}

.idx-ban .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
    opacity: 1;
    margin: 0 .05rem !important;
}

.idx-ban .swiper-pagination-bullet-active {
    background-color: #fff;
}

.main {
    padding: 0 .25rem .7rem;
}

.xw-list {
}

.xw-list .item {
    padding: .34rem 0;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
}

.xw-list .info {
    flex: 1;
    overflow: hidden;
}

.xw-list .title {
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.48rem;
    -webkit-line-clamp: 2;
    height: 0.96rem;
}

.xw-list .sm {
    font-size: 0.22rem;
    color: #A2A2A2;
    display: flex;
    margin-top: 0.06rem;
}

.xw-list .sm span:first-child {
    min-width: 2rem;
    margin-right: 0.1rem;
}

.xw-list .imgbox {
    display: block;
    width: 2.34rem;
    height: 1.5rem;
    border-radius: .04rem;
    overflow: hidden;
    margin-left: 0.3rem;
}

.xw-list .img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.readmore {
    display: block;
    margin: .5rem auto 0;
    font-size: 0.28rem;
    color: #0279ff;
    width: 5.1rem;
    height: 0.7rem;
    border-radius: .04rem;
    line-height: 0.66rem;
    border: 1px solid #0279ff;
    text-align: center;
}

.foot {
    background-color: #292B32;
}

.ft-t {
    padding: .35rem .25rem .15rem;
    display: flex;
}

.ft-t .lbox {
    flex: 1;
    overflow: hidden;
}

.ft-t .lk {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 0.3rem;
}

.ft-t .lk:last-child {
    margin-right: 0;
}

.ft-t .lk .ico {
    height: 0.4rem;
    width: auto;
    margin: 0 auto;
    display: block;
}

.ft-t .lk .wz {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.1rem;
}

.ft-t .rbox {
    display: flex;
    align-items: flex-start;
}

.ft-t .fzbox {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C4192D;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.29rem;
}

.ft-t .box {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
    flex: 1;
    overflow: hidden;
    margin-left: 0.15rem;
}

.ft-b {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.35rem;
    padding: .2rem .25rem;
    border-top: 1px solid #434343;
    text-align: center;
}


/* 搜索结果 */
.ss-head {
    padding: .2rem 0;
    height: 1.2rem;
}

.ss-head + div {
    margin-top: 1.2rem;
}

.hd-back {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/back.png) no-repeat center;
    background-size: .44rem;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    margin-top: -0.25rem;
}

.hd-searbox {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.4rem;
}

.hd-searbox .ipt-txt {
    width: 5.2rem;
    height: 0.8rem;
    background: url(../images/search.png) no-repeat .3rem center #F4F4F4;
    background-size: .4rem;
    padding-left: 0.95rem;
    border-radius: 1rem;
}

.hd-searbox .submit {
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.8rem;
    margin-left: 0.35rem;
    border: none;
    cursor: pointer;
    background-color: #fff;
}

.ss-menu {
    height: 1rem;
    position: sticky;
    left: 0;
    top: 1.2rem;
    width: 100%;
    padding: 0 .25rem;
    display: flex;
    justify-content: space-around;
    z-index: 101;
    background-color: #fff;
}

.ss-menu::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EAEAEA;
}

.ss-menu .lk {
    font-size: 0.32rem;
    color: #808080;
    line-height: 1rem;
    position: relative;
    z-index: 5;
}

.ss-menu .lk::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.02rem;
    transition: all .3s;
    width: 0;
    height: 0.06rem;
    background-color: #006BE9;
}

.ss-menu .lk.cur {
    color: #006BE9;
    font-weight: bold;
}

.ss-menu .lk.cur::after {
    width: 100%;
    left: 0;
}

.pub-tt {
    line-height: 0.3rem;
    margin-bottom: 0.25rem;
}

.pub-tt .bt {
    font-size: 0.32rem;
    color: #999999;
}

.ss-result {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}

.ss-table {
}

.ss-table th {
    font-size: 0.22rem;
    color: #939ea9;
    font-weight: normal;
    text-align: left;
}

.ss-table .arr {
    background: url(../images/icon_02.png) no-repeat center;
    background-size: contain;
    width: 0.12rem;
    height: 0.18rem;
    margin-left: 0.05rem;
    display: inline-block;
    vertical-align: middle;
}

.ss-table td {
    padding: .14rem 0;
    font-size: 0.23rem;
}

.ss-table .bi {
    font-size: 0.18rem;
    color: #939ea9;
    display: flex;
    align-items: center;
}

.ss-table .bi .ic {
    font-size: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
    width: 0.35rem;
    height: 0.35rem;
}

.ss-table .bi em {
    font-size: 0.25rem;
    color: #333333;
    margin-right: 0.08rem;
}

.ss-table .dw {
    font-size: 0.21rem;
    color: #939ea9;
    width: 1.9rem;
}

.ss-table .p1 {
    font-size: 0.23rem;
    color: #000000;
}

.ss-table .p2 {
    font-size: 0.2rem;
    color: #868E9E;
}

.ss-table .p3 {
    font-size: 0.23rem;
    color: #000000;
    text-align: center;
}

.ss-table .bq {
    width: 100%;
    height: 0.56rem;
    display: inline-block;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    border-radius: .04rem;
}

.ss-table .bq.down {
    background-color: #E1322D;
}

.ss-table .bq.up {
    background-color: #14B185;
}

.ss-table th:nth-child(1) {
    width: 8%;
}

.ss-table th:nth-child(2) {
    width: 27.5%;
}

.ss-table th:nth-child(3) {
    width: 22.5%;
    text-align: center;
}

.ss-table th:nth-child(4) {
    width: 24.5%;
    text-align: center;
}

.ss-table th:nth-child(5) {
    width: 17.5%;
    text-align: center;
}

.ss-table td:nth-child(3) {
    text-align: center;
}

.ss-table td:nth-child(4) {
    text-align: center;
}

.ss-table td:nth-child(5) {
    text-align: center;
}

.ss-xw {
}

.ss-xw .pub-tt {
    margin-bottom: 0;
}

/* 搜索页 */
.ss-hot {
    padding: .5rem 0 .6rem;
    min-height: 9rem;
}

.ss-hot .list {
    font-size: 0;
    padding-top: 0.05rem;
}

.ss-hot .list .lk {
    font-size: 0.36rem;
    color: #000000;
    min-width: 50%;
    line-height: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}

/* 产品内容 */
.crumb {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    padding: .2rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.crumb span {
    color: #006BE9;
}

.prodet-top {
    padding: .3rem 0 .4rem;
}

.prodet-top .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.prodet-top .titbox {
    font-size: 0.39rem;
    color: #333333;
    font-weight: bold;
    font-weight: bold;
}

.prodet-top .titbox .ico {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.13rem;
}

.prodet-top .titbox .lx {
    font-size: 0.21rem;
    color: #868E9E;
    margin-left: 0.1rem;
    font-weight: normal;
    word-break: break-all;
}

.prodet-top .rank {
    width: 1.4rem;
    height: 0.46rem;
    border: 1px solid #006BE9;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: #006BE9;
}

.prodet-top .rank .ico {
    width: 0.24rem;
    margin-right: 0.1rem;
}

.prodet-top .box {
    display: flex;
}

.prodet-top .lbox {
    flex: 1;
    overflow: hidden;
}

.prodet-top .price {
    font-size: 0.4rem;
    color: #14B185;
    line-height: 0.8rem;
}

.prodet-top .price i {
    font-size: 0.5rem;
}

.prodet-top .bd {
    font-size: 0.3rem;
    color: #000;
    line-height: 0.7rem;
}

.prodet-top .bd em {
    color: #14B185;
}

.prodet-top .sz {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.6rem;
}

.prodet-top .sz span {
    font-size: 0.3rem;
    color: #000000;
}

.prodet-top .rbox {
    width: 40%;
}

.prodet-top .font {
    font-size: 0.22rem;
    color: #868E9E;
    display: flex;
    line-height: 0.36rem;
    margin-top: 0.2rem;
}

.prodet-top .font em {
    margin-right: 0.1rem;
}

.prodet-top .font span {
    color: #000000;
    flex: 1;
    overflow: hidden;
    text-align: right;
}

.prodet-top .font a {
    font-weight: bold;
    color: #006BE9;
}


.prodet-top .lboxs {
    flex: 1;
    overflow: hidden;
}

.prodet-top .rboxs {
    width: 50%;
}

.prodet-top .rboxs .font span {
    text-align: left;
}

.prodet-top .lboxs .font span {
    text-align: left;
}

.teamItem {
    padding: 0.25rem 0;
    border-bottom: 0.01rem solid #EFEFEF;
    display: flex;
    align-items: flex-start;
}

.teamItem img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.15rem;
    border-radius: 50%;
}

.teamItem .ftw {
    font-weight: 500;
    margin-bottom: 0.05rem;
    font-size: 0.28rem;
    color: #333333;
}

.teamItem .clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.22rem;
    color: #939ea9;
}


.prodet-menu {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0.35rem;
}

.prodet-menu .lk {
    font-size: 0.32rem;
    color: #808080;
    flex: 1;
    text-align: center;
    line-height: 0.9rem;
    position: relative;
}

.prodet-menu .lk::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: .04rem;
    background-color: #006BE9;
    transition: all .3s;
    left: 50%;
}

.prodet-menu .lk.cur {
    font-weight: bold;
    color: #006BE9;
}

.prodet-menu .lk.cur::after {
    width: 100%;
    left: 0;
}

.prodet-wrap .t-tit {
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 0.15rem;
}

.prodet-wrap .t-tit.none {
    border-bottom: none;
}

.prodet-wrap .xw-list {
    margin-top: -0.3rem;
}

.prodet-chart {
    margin-bottom: 0.5rem;
}

.prodet-chart .img {
    width: 100%;
    display: block;
}

.prodet-chart .smmenu {
    display: flex;
    border: 1px solid #F2F2F2;
    border-radius: .04rem;
    overflow: hidden;
    margin-top: 0.35rem;
}

.prodet-chart .smmenu .lk {
    font-size: 0.24rem;
    color: #666666;
    flex: 1;
    text-align: center;
    border-right: 1px solid #F2F2F2;
    line-height: 0.56rem;
}

.prodet-chart .smmenu .lk:last-child {
    border-right: none;
}

.prodet-chart .smmenu .lk.cur {
    background-color: #EDF3FE;
    color: #006BE9;
}

.prodet-chart .smmenu .lk .arr {
    width: 0.16rem;
    height: .09rem;
    margin-left: 0.08rem;
    display: inline-block;
    background: url(../images/icon_10.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.prodet-intro {
    margin-bottom: 0.1rem;
}

.prodet-intro .desc {
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.52rem;
    margin-bottom: 0.5rem;
    /*-webkit-line-clamp: 8;*/
    height: 3rem;
}

.prodet-intro .desc.inline {
    -webkit-line-clamp: initial;
    display: inline;
}

.prodet-intro .desc p {
    margin-bottom: 0.4rem;
}

.prodet-intro .desc h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .3rem;
    color: #494949;
}

.prodet-intro .more {
    display: block;
    font-size: 0.28rem;
    color: #006BE9;
    text-align: center;
    line-height: 0.5rem;
    padding: .2rem 0;
    border-top: 1px solid #E6E6E6;
}

.prodet-intro .more::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.1rem;
    width: 0.18rem;
    height: 0.11rem;
    background: url(../images/icon_04.png) no-repeat center;
    background-size: contain;
}

.prodet-intro .more.this::after {
    background-image: url(../images/icon_04-1.png)
}

.prodet-honor {
    margin-bottom: 0.5rem;
}

.prodet-honor .list {
    position: relative;
}

.prodet-honor .list:before {
    content: '';
    position: absolute;
    left: .06rem;
    top: .18rem;
    bottom: 0.18rem;
    width: 1px;
    background-color: #868E9E;
}

.prodet-honor .list li {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.49rem;
    padding-bottom: 0.25rem;
    padding-left: 0.35rem;
    position: relative;
}

.prodet-honor .list span {
    color: #006BE9;
}

.prodet-honor .list li:last-child {
    padding-bottom: 0;
}

.prodet-honor .list li:before {
    content: '';
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #868E9E;
    border-radius: 50%;
    left: 0;
    top: 0.18rem;
}

.prodet-file {
    margin-bottom: 0.6rem;
}

.prodet-file .list a {
    color: #006BE9;
}

.prodet-file .list li {
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    display: flex;
}

.prodet-file .list .tit {
    color: #666666;
    margin-right: 0.2rem;
}

.prodet-file .list .txt {
    color: #000;
    flex: 1;
    overflow: hidden;
    text-align: right;
}


.prodet-team {
    margin-bottom: 0.5rem;
}

.prodet-team .list {
}

.prodet-team .list .item {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.prodet-team .list .hdpic {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    margin-right: 0.2rem;
}

.prodet-team .list .box {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.prodet-team .list .info {
    flex: 1;
    overflow: hidden;
}

.prodet-team .list .name {
    font-size: 0.24rem;
    color: #000000;
}

.prodet-team .list .txt {
    font-size: 0.2rem;
    color: #B4B4B4;
    margin-top: 0.06rem;
}

.prodet-team .list .social {
    margin-left: 0.3rem;
}

.prodet-team .list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 0.84rem;
    height: 0.44rem;
    background-color: #D8D8D8;
    border-radius: 50%;
    margin-left: 0.15rem;
    text-align: center;
}

.prodet-team .list .icon .ic {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
}

.prodet-org {
}

.prodet-org .list {
}

.prodet-org .list .item {
    font-size: 0.24rem;
    color: #000000;
    border-bottom: 1px solid #E6E6E6;
    line-height: 0.5rem;
    padding: .2rem 0;
}

.prodet-org .list .tp {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
}

.prodet-org .list .item:first-child {
    padding-top: 0;
}

/* 产品列表 */
.pro-top {
    background-color: #fff;
    position: sticky;
    width: 100%;
    left: 0;
    top: 1rem;
    z-index: 80;
    padding: .35rem 0 0;
}

.pro-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 .25rem;
    background-color: #fff;
}

.pro-menu .lk {
    font-size: 0.24rem;
    color: #333333;
    width: 2.25rem;
    line-height: 0.56rem;
    background-color: #F6F6F6;
    border-radius: .04rem;
    text-align: center;
}

.pro-menu .lk.cur {
    color: #fff;
    background-color: #006BE9;
}

.pro-screen {
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
    position: relative;
    padding: 0 .25rem;
}

.pro-screen .grp {
}

.pro-screen .font {
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 0.7rem;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.pro-screen .font::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.16rem;
    height: 0.09rem;
    background: url(../images/icon_10.png) no-repeat center;
    background-size: contain;
    margin-left: 0.1rem;
}

.pro-screen .font.this {
    color: #006BE9;
}

.pro-screen .font.this::after {
    background-image: url(../images/icon_10-1.png);
}

.pro-screen .drop {
    box-shadow: 0 .03rem .06rem rgba(0, 0, 0, .16);
    padding: .15rem .25rem .35rem;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    margin-top: -0.05rem;
    display: none;
}

.pro-screen .lks {
    font-size: 0;
    margin-left: -0.15rem;
}

.pro-screen .lk {
    min-width: 2.23rem;
    line-height: 0.56rem;
    display: inline-block;
    vertical-align: middle;
    background-color: #F6F6F6;
    border-radius: .04rem;
    font-size: 0.24rem;
    color: #666666;
    margin: 0 0 .15rem .15rem;
    text-align: center;
    padding: 0 .15rem;
    border: 1px solid #F6F6F6;
}

.pro-screen .lk.checked {
    border-color: #006BE9;
    color: #006BE9;
    background-color: #EDF3FE;
}

.pro-screen .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.pro-screen .anniu {
    width: 3.51rem;
    line-height: 0.7rem;
    border-radius: .04rem;
    text-align: center;
    font-size: 0.28rem;
    color: #666666;
    border: none;
    background-color: #fff;
}

.pro-screen .anniu.submit {
    color: #fff;
    background-color: #006BE9;
}

/* 新闻内容 */
.xwdet-sec {
    padding: .2rem 0 .4rem;
}

.xwdet-sec .title {
    font-size: 0.43rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.52rem;
}

.xwdet-sec .sm {
    margin-top: 0.2rem;
}

.xwdet-sec .sm-l {
}

.xwdet-sec .sm-l .name {
    font-size: 0.3rem;
    color: #333333;
    margin-bottom: 0.06rem;
}

.xwdet-sec .sm-l .fz {
    font-size: 0.24rem;
    color: #A2A2A2;
}

.xwdet-sec .sm-l .fz span {
    display: inline-block;
    margin-right: 0.3rem;
}

.xwdet-sec .sm-l .fz .fire {
    background: url(../images/icon_14.png) no-repeat left center;
    background-size: .2rem;
    padding-left: 0.3rem;
}

.xwdet-sec .sm-r {
}

.xwdet-sec .sm-r .share, .xwdet-sec .sm-r .store {
    display: inline-block;
    margin-right: 0.2rem;
    width: 0.44rem;
    height: 0.44rem;
}

.xwdet-sec .sm-r .share {
    background: url(../images/icon_15.png) no-repeat center;
    background-size: contain;
}

.xwdet-sec .sm-r .store {
    background: url(../images/icon_16.png) no-repeat center;
    background-size: contain;
}

.xwdet-sec .sm-r .follow {
    font-size: 0.24rem;
    color: #006BE9;
    width: 1.32rem;
    line-height: 0.6rem;
    border: 1px solid #006BE9;
    border-radius: 1rem;
    text-align: center;
    background-color: #fff;
}

.xwdet-sec .sm-r .follow.checked {
    color: #fff;
    background-color: #006BE9;
}

.xwdet-sec .editbox {
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.52rem;
    padding: .2rem 0;
    border-top: 1px solid #EAEAEA;
    margin-top: 0.3rem;
}

.xwdet-sec .editbox p {
    margin-bottom: 0.4rem;
}

.xwdet-sec .editbox h2 {
    margin-bottom: 0.4rem;
}

.xwdet-sec .editbox img {
    width: 100%;
    height: auto !important;
}

.xwdet-sec .editbox .list-paddingleft-2 {
    padding-left: 30px;
}

.xwdet-sec .editbox li {
    list-style-type: inherit;
}

.xwdet-sec .notice {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.52rem;
    border-top: 1px solid #EAEAEA;
    padding: .3rem 0 0;
}

.xwdet-sec .tags {
    margin-left: -0.25rem;
    padding: 0 0 .3rem;
}

.xwdet-sec .tags a {
    display: inline-block;
    vertical-align: middle;
    background-color: #ECECEC;
    font-size: 0.24rem;
    color: #666666;
    padding: 0 .25rem;
    margin-left: 0.25rem;
    margin-bottom: 0.2rem;
    line-height: 0.53rem;
    border-radius: 1rem;
}

.xw-tt {
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
}

.xw-tt .bt {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}

.xw-tt .ico {
    width: 0.44rem;
    margin-right: 0.1rem;
}

.xw-tt .more {
    font-size: 0.36rem;
    color: #333333;
}

.xwdet-xw .xw-tt {
    margin-bottom: 0;
}

.xw-hot {
    margin-bottom: 0.6rem;
    margin-top: 0.5rem;
}

.xw-hot .list {
}

.xw-hot .list .item {
    display: flex;
    margin-bottom: 0.3rem;
}

.xw-hot .list .num {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #C0C0C0;
    text-align: center;
    line-height: 0.4rem;
    border-radius: .04rem;
    margin-right: 0.15rem;
    font-size: 0.26rem;
    color: #fff;
}

.xw-hot .list .title {
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.48rem;
    display: block;
    flex: 1;
}

.xw-hot .list .item:nth-child(1) .num {
    background-color: #E1322D;
}

.xw-hot .list .item:nth-child(2) .num {
    background-color: #FF9800;
}

.xw-hot .list .item:nth-child(3) .num {
    background-color: #FFC570;
}


.xw-ss {
}

.xw-ss .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xw-ss .list .lk {
    font-size: 0.24rem;
    color: #666666;
    border-radius: .04rem;
    background-color: #EEEEEE;
    min-width: 3.4rem;
    line-height: 0.53rem;
    margin-bottom: 0.25rem;
    padding: 0 .2rem;
}

/* coincontent-kuaixun begin */
.js-lives__item {
    position: relative;
    padding: .21333rem 0 0 .50667rem;
}

.js-lives__item.timeline {
    border-left: .02667rem solid #dcdfe6;
}

.js-lives__grade {
    position: absolute;
    left: -.1501rem;
    top: .21333rem;
    width: .2601rem;
    height: .2601rem;
    border: .08rem solid #fff;
    background-image: linear-gradient(to bottom right, #ffb100, #fbc34b);
}

.js-lives__intro .time {
    margin-bottom: .21333rem;
    font-size: .2601rem;
    color: #a0a0a8;
    line-height: .2601rem;
}

.js-lives__intro .content {
    position: relative;
    font-size: .4rem;
    line-height: .64rem;
}

.js-lives__intro .title {
    display: block;
    margin-bottom: .18667rem;
    font-size: .3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: .47rem;
}

.span-title {
    position: relative;
    top: 3px;
}

.js-lives__intro .title span {
    line-height: .47rem;
}

.js-lives__intro .summary {
    /*display: inline-block;*/
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: .3rem;
    font-weight: 400;
    line-height: .47rem;
    color: #767680;
    /*white-space: normal;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}

/*.js-lives__intro .summary.hl {*/
/*    display: block;*/
/*    height: 2.401rem;*/
/*    overflow: hidden;*/
/*}*/

.js-lives__intro .summary.showAll {
    height: auto;
    overflow: initial;
    display: block;
}

.js-lives__intro .content .showAllBtn {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    width: 2.4rem;
    padding: .05333rem 0;
    font-size: .3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: .47rem;
    color: #2e82cc;
    text-align: right;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
}

/* coincontent-kuaixun end */
/* zt begin */
.zt-title {
    padding-left: 0.5rem;
    position: relative;
    color: #1f8fff;
    font-weight: 600;
    line-height: 1.3;
    font-size: 0.28rem;
    margin: 1.2rem 0 0;
}

.zt-title:before {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.03rem;
    width: 0.08rem;
    height: 0.28rem;
    background: #0077ee;
}

.zt-desc {
    line-height: 1.5;
    padding: 0.24rem;
    margin-top: 0.24rem;
    background: #f5f5f5;
}

.zt-desc p {
    margin: 0;
    padding: 0;
}

/* zt end*/
#big-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    height: 100vh;
    overflow: auto;
}

#big-model.show {
    display: flex;
    align-items: center;
}

#big-model i.icon_close_small {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: .42667rem;
    cursor: pointer;
    top: .32667rem;
    right: .32667rem;
}

#big-model .img {
    width: 100%;
    display: block;
}

.box-scoll {
    position: fixed;
    z-index: 2000;
    bottom: 2rem;
    right: .2rem;
    display: block;
    min-width: .64rem;
    min-height: .64rem;
}

.box-scoll #backTop {
    overflow: hidden;
}

.box-scoll #backTop i {
    display: block;
}

.box-scoll > a {
    display: block;
    background: rgba(2, 121, 255, .8);
    color: #fff;
    width: .64rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    border-radius: 50%;
    margin-bottom: .2rem;
}

.box-scoll a i {
    font-size: .42rem;
}

/* share begin */
.js-article-share {
    padding: .3rem 0 0;
    background: #fff;
}
.js-article-share .js-article-share__lead {
    position: relative;
    width: 100%;
    margin: 0 auto .22rem;
    text-align: center;
    font-size: .28rem;
    color: #000;
}
.js-article-share .js-article-share__lead:after, .js-article-share .js-article-share__lead:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 2.85rem;
    border-top: .02667rem solid #f5f5f5;
}
.js-article-share .js-article-share__lead:before {
    left: .05rem;
}
.js-article-share .js-article-share__lead:after {
    right: .05rem;
}
.js-article-share .js-article-share__channel {
    display: flex;
    justify-content: space-between;
    padding: 0 .05rem;
    margin: 0 auto .58667rem;
}
.js-article-share .js-article-share__channel img {
    width: .5rem;
    height: .5rem;
}
.js-article-share .js-article-share__channel .weixin {
    width: .6rem;
}
.js-tutorials {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 103;
    background: rgba(0,0,0,.8);
}
.js-tutorials img {
    position: absolute;
    bottom: 4rem;
    width: 5rem;
    margin-left: calc(50% - 2.5rem);
}
/* share end */
/* coin ad begin */
.tx-info-module-box, .tx-info-module-box * {
    margin: 0!important;
    padding: 0!important;
    font-size: 1em!important;
    border: 0!important;
    width: auto!important;
    height: auto!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    list-style: none!important;
    max-width: none!important;
    max-height: none!important;
    line-height: 1!important;
    background: 0 0!important;
}
.tx-info-module-down1-box>section {
    background-color: #fffcf9!important;
    border-radius: 5px!important;
    padding: 1em!important;
    display: flex!important;
    align-items: center!important;
    position: relative!important;
    border: 1px solid #ffd9a8!important;
}
.tx-info-module-down1-box>section {
    align-items: flex-start!important;
    flex-wrap: wrap!important;
}
.tx-info-module-down1-box .tx-info-module-imgbox {
    width: 4.2em!important;
    overflow: hidden!important;
    border-radius: 5px!important;
    flex: none!important;
}
.tx-info-module-down1-box .tx-info-module-imgbox {
    position: absolute!important;
    left: 1em!important;
    top: 1em!important;
}
.tx-info-module-imgbox img {
    width: 100%!important;
    border: 0!important;
    vertical-align: middle!important;
    line-height: 1!important;
    border-radius: 5px!important;
}
.tx-info-module-down1-box .tx-info-module-down-txt {
    flex: auto!important;
    padding: 0 0 0 1.5em!important;
}
.tx-info-module-down1-box .tx-info-module-down-txt {
    margin: 0!important;
    padding-left: 5.5em!important;
}
.tx-info-module-txt-title {
    font-size: 1.25em!important;
    line-height: 1.4!important;
    max-height: 2.8em!important;
    margin: 0 0 .5em 0!important;
    overflow: hidden!important;
    flex: none!important;
}
.tx-info-module-txt-info {
    opacity: .6!important;
    line-height: 1.4!important;
    overflow: hidden!important;
    flex: auto!important;
    display: block!important;
    font-size: 14px!important;
    text-indent: 0em!important;
}
.tx-info-module-btn {
    display: inline-flex!important;
    height: 2.4em!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0 1em!important;
    border-radius: 4px!important;
    background-color: var(--tx-module-color1)!important;
    color: #fff!important;
    transition: all .35s ease 0s!important;
}
.tx-info-module-down1-box .tx-info-module-btn {
    height: 2.6em!important;
    font-size: 1.1em!important;
    padding: 0 2em!important;
    background-color: #006BE9!important;
    margin: 0 0 0 1em!important;
    flex: none!important;
}
.tx-info-module-down1-box .tx-info-module-btn {
    margin: 1em 0 0 0!important;
    flex: auto!important;
}
.tx-info-module-btn1 {
    display: inline-flex!important;
    height: 2.4em!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0 1em!important;
    border-radius: 4px!important;
    background-color: var(--tx-module-color1)!important;
    color: #fff!important;
    transition: all .35s ease 0s!important;
}
.tx-info-module-btn1 {
    height: 2.6em!important;
    font-size: 1.1em!important;
    padding: 0 2em!important;
    background-color: #333!important;
    margin: 0 0 0 1em!important;
    flex: none!important;
}
.tx-info-module-down1-box .tx-info-module-btn1 {
    margin: 1em 0 0 0!important;
    flex: auto!important;
}

.red {
    color: #E1322D;
}

.green {
    color: #14B185;
}

.trend-tab {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0.35rem;
}

.trend-tab .lk {
    font-size: 0.32rem;
    color: #808080;
    flex: 1;
    text-align: center;
    line-height: 0.9rem;
    position: relative;
}

.trend-tab .lk::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: .04rem;
    background-color: #006BE9;
    transition: all .3s;
    left: 50%;
}

.trend-tab .lk.cur {
    font-weight: bold;
    color: #006BE9;
}

.trend-tab .lk.cur::after {
    width: 100%;
    left: 0;
}
.pagination {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.pagination a {
    display: none;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 2px;
    background: #288bde;
    color: #fff;
    font-size: 14px;
}

.pagination a:nth-child(2),
.pagination a:last-child {
    display: inline-block;
}