@charset "UTF-8";

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: calc(100vw/10)
}

@media screen and (min-width:550px) {
    html {
        font-size: calc(550px/10);
        max-width: 550px;
        margin: 0 auto;
        background: #f5f5f5
    }

    body {
        background: #fff
    }

    .ditan-header-container,
    .bjxm-hot,
    .bjxm-hot-header,
    .ditan-nav {
        width: 10rem !important;
        left: 50% !important;
        transform: translate(-50%, 0)
    }
}

body {
    margin: 0
}
body {
    padding-top: var(--nav-height);
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: iconfont;
    src: url(font/iconfont.woff2?t=1634028513777) format('woff2'), url(font/iconfont.woff?t=1634028513777) format('woff'), url(font/iconfont.ttf?t=1634028513777) format('truetype')
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif
}

a {
    text-decoration: none;
    color: #333
}

dd,
dl,
dt,
li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0
}

img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

button,
input,
select {
    outline: 0
}

.hide {
    display: none
}

.show {
    display: block
}

.cc-msg-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif
}

.cc-msg-popup:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.cc-msg-popup .box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: .48rem;
    width: 7.466667rem;
    background: #fff;
    border: 0 solid #ebeef5;
    border-radius: .106667rem;
    overflow: hidden
}

.cc-msg-popup .box .close {
    position: absolute;
    right: .266667rem;
    top: .213333rem;
    font-family: serif;
    font-size: .213333rem;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.cc-msg-popup .box .close:hover {
    color: #4599f7
}

.cc-msg-popup .box .title {
    padding: .266667rem 0;
    line-height: 1;
    font-size: .48rem;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #e8e8e8;
    display: none
}

.cc-msg-popup .box .msg {
    padding: 1.066667rem .4rem;
    text-align: center;
    line-height: .533333rem;
    color: #333;
    font-weight: 700
}

.cc-msg-popup .box .btn {
    text-align: center;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d2d3d5
}

.cc-msg-popup .box .btn button {
    display: inline-block;
    font-size: .48rem;
    line-height: 1.253333rem;
    color: #666;
    background: #fff;
    border: 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%
}

.cc-msg-popup .box .btn button+button {
    border-left: 1px solid #d2d3d5
}

.cc-msg-popup .box .btn button.cancel {
    color: #666;
    background: #fff
}

.cc-msg-popup .box .btn button.cancel:active,
.cc-msg-popup .box .btn button.cancel:hover {
    opacity: .9
}

.cc-msg-popup .box .btn button.confirm {
    color: #4599f7;
    background: #fff;
    border-radius: 0
}

.cc-msg-popup .box .btn button.confirm:active,
.cc-msg-popup .box .btn button.confirm:hover {
    opacity: .9
}

.cc-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.cc-loading div {
    padding: .533333rem .8rem;
    background: #fff;
    border-radius: .186667rem
}

.cc-loading div img {
    width: 14vw;
    height: 14vw
}

.cc-loading div p {
    margin-top: 1vw;
    font-size: 4vw;
    color: #666;
    text-align: center
}

.cc-msg-hint {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    width: 100%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.cc-msg-hint.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.cc-msg-hint.slideOutUp {
    z-index: 3002;
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.cc-msg-hint .box {
    padding: .266667rem .4rem;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: #666
}

.cc-msg-hint .box.success {
    background: #67c23a
}

.cc-msg-hint .box.warning {
    background: #e6a23c
}

.cc-msg-hint .box.error {
    background: #f56c6c
}

.cc-msg-hint .box .msg i {
    display: none
}

.cc-msg-hint .box .msg p {
    margin: 0;
    font-size: 4vw
}
#ditan-headerx .box{
    height: 100%;
	display: flex;
	justify-content: space-between;
}
#ditan-headerx .box .search {
	width: 30%;
	height: 28px;
	position: relative;
	transition: 0.3s all ease;
    min-width: 100px;
}
#ditan-headerx .box .search-input{
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 25px;
	border: 1px solid #B3B3B3;
	font-size: 0.37rem;
	border-radius: 3px;
	box-shadow: none;
	color: #676767;
	transition: 0.3s all ease;
}
#ditan-headerx .box .search:has(.search-input:focus){
	width: 60%;
}
#ditan-headerx .box .search-input:focus{
 	border: 1px solid #676767; 
}
#ditan-headerx .box .search i{
	position: absolute;
	left: 5px;
	top: 3px;
	font-size: 16px;
	color: #B3B3B3;
}
#ditan-headerx .web-title-zone{
    width: 100%;
    background-color: #fff;
    position: fixed;
	top: 1.2rem;
	left: 0;
	height: 30px;
    z-index: 2;
}
#ditan-headerx .web-title{
	height: 100%;
    width: var(--content-width);
    margin-left: var(--content-margin-side);
	background-color: #fff;
	border-top: 2px solid #121212;
	border-bottom: 2px solid #121212;
    letter-spacing: 7px;
    font-size: .36rem;
    color: #b3b3b3;
    text-align: center;
    line-height: calc(30px - 4px);
    position: relative;
}
#ditan-headerx .web-title::after{
	content: "";
	position: absolute;
    display: block;
	left: 0;
	bottom: 3px;
	height: 0;
	width: 100%;
    border-top: 1px solid #676767;
}
.ditan-nav {
    padding-top: .113333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: calc(1.2rem + 30px);
    /* height: 1.173333rem; */
    width: 100%;
    height: var(--nav-menu-height);
    background: #fff;
    z-index: 12
}

.ditan-nav .box {
    position: relative;
    margin: 0;
    font-size: 0
}

.ditan-nav .box:after {
    position: absolute;
    right: .8rem;
    top: 0;
    height: 100%;
    width: .666667rem;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    content: ""
}

.ditan-nav .box .nav {
    overflow: hidden;
    overflow-x: auto;
    margin-right: .9rem;
    margin-left: var(--content-margin-side);
    position: relative;
    top: 5px;
}

.ditan-nav .box .nav::-webkit-scrollbar {
    display: none
}

.ditan-nav .box .nav ul {
    white-space: nowrap
}

.ditan-nav .box .nav ul li {
    display: inline-block;
    /* line-height: .97rem; */
    margin: 0 .4rem 0 0
}

.ditan-nav .box .nav ul li a {
    font-size: .426667rem;
    color: #454545
}

.ditan-nav .box .nav ul li.active {
    position: relative;
}

.ditan-nav .box .nav ul li.active a {
    color: #167905;
    font-weight: bold;
    font-size: .46rem;
}

/* .ditan-nav .box .nav ul li.active:before {
    content: "";
    width: .426667rem;
    height: .053333rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: .053333rem;
    background: #4599f7
} */

.ditan-nav .box .morenav {
    position: absolute;
    right: calc( var(--content-margin-side) - 2px );
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width:27px;
    height: 27px;
}

.ditan-nav .box .morenav svg {
    height: 100%;
    width: 100%;
}

.ditan-nav .box .morenav svg:hover{
    color: var(--primary-color);
}

.ditan-nav .box .navall {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .426667rem;
    width: 100%;
    height: -webkit-calc(100vh - 1.17333rem);
    height: calc(100vh - 1.17333rem);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    padding-bottom: 70px;
    z-index: 9999;
}
/* .ditan-nav .box .navall >div:last-child .usernav{
    padding-bottom: 1rem;
} */

.ditan-nav .box .navall .tit {
    line-height: 1.173333rem;
    height: 1.173333rem;
    text-align: center;
    position: relative
}

.ditan-nav .box .navall .tit i {
    font-size: .6rem;
    position: absolute;
    left: 0;
    top: 0
}

.ditan-nav .box .navall .tit h5 {
    font-size: .453333rem
}

.ditan-nav .box .navall h4 {
    font-size: .426667rem;
    line-height: .42rem;
    padding: 7px 0 .16rem;
    position: relative
}

.ditan-nav .box .navall h4 span {
    font-size: .32rem;
    color: #999;
    padding-left: .5em
}

.ditan-nav .box .navall h4 small {
    float: right;
    font-size: .346667rem;
    color: #4599f7
}

.ditan-nav .box .navall h4 a {
    position: absolute;
    right: 0;
    top: .32rem;
    font-size: .373333rem;
    color: #999
}

.ditan-nav .box .navall .navlist ul {
    width: 9.6rem;
    font-size: 0;
    position: relative
}

.ditan-nav .box .navall .navlist ul .gridly>:not(.dragging),
.ditan-nav .box .navall .navlist ul.gridly {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ditan-nav .box .navall .navlist ul.gridly .dragging {
    z-index: 800
}

.ditan-nav .box .navall .navlist ul li {
    /* padding: 0 .626667rem; */
    width: 22%;
    height: 1.066667rem;
    line-height: 1.066667rem;
    text-align: center;
    font-size: .406667rem;
    color: #666;
    margin: 0 .2rem 5px 0;
    display: inline-block;
    background: #f5f6f8;
    border-radius: .106667rem;
    position: relative
}

.ditan-nav .box .navall .navlist ul li a {
    display: block
}

.ditan-nav .box .navall .navlist ul li a:hover {
    color: #4599f7
}

.ditan-nav .box .navall .navlist ul li.smalltxt {
    width: auto !important;
    padding: 0 .266667rem
}

.ditan-nav .box .navall .navlist ul li.active,
.ditan-nav .box .navall .navlist ul li.active a {
    color: #4599f7;
    font-weight: 700
}

.ditan-nav .box .navall .navlist ul li i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    line-height: .16rem;
    display: none;
    padding: .106667rem .16rem
}

.ditan-nav .box .navall .navlist.sites li {
    width: 2.133333rem;
    padding: 0
}

.ditan-nav .box .navall .editlist ul {
    width: 9.6rem;
    font-size: 0
}

.ditan-nav .box .navall .editlist ul li {
    padding: 0 .626667rem;
    height: 1.066667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.066667rem;
    text-align: center;
    font-size: .426667rem;
    color: #666;
    margin: 0 .2rem .32rem 0;
    display: inline-block;
    background: #fff;
    border-radius: .106667rem;
    position: relative
}

.ditan-nav .box .navall .editlist ul li a {
    display: block
}

.ditan-nav .box .navall .editlist ul li a:hover {
    color: #4599f7
}

.ditan-nav .box .navall .editlist ul li i {
    position: absolute;
    right: .16rem;
    top: .106667rem;
    font-size: .213333rem;
    line-height: .213333rem
}


body.no-nav {
    padding-top: 1.173333rem
}

body.no-nav:before {
    content: "";
    position: fixed;
    left: 0;
    top: 1.173333rem;
    border-top: 1px solid #e5e5e5;
    height: 0;
    width: 100%;
    z-index: 10
}

body.no-nav .ditan-nav {
    background: #fff;
    height: 0
}

.ditan-header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding-right: var(--content-margin-side);
    height: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .293333rem var(--content-margin-side) .293333rem var(--content-margin-side);
    background: #fff
}

.ditan-header-container .box {
    font-size: 0
}

.ditan-header-container .box .logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.293333rem;
    left: -4px;
}

.ditan-header-container .box .logo img {
    height: 1.173333rem
}

.ditan-header-container .box .icons {
    float: right
}

.ditan-header-container .box .icons div {
    display: inline-block;
    vertical-align: middle;
    margin-left: .17rem
}

.ditan-header-container .box .icons div i {
    font-size: .533333rem
}

.ditan-header-container .box .icons div.menu {
    position: relative
}

.ditan-header-container .box .icons div.menu u {
    position: absolute;
    font-size: .24rem;
    text-decoration: none;
    line-height: .4rem;
    height: .4rem;
    padding: 0 .133333rem;
    border-radius: .4rem .4rem 0 .4rem;
    background: #ff4d4f;
    color: #fff;
    left: -1.066667rem;
    top: -.266667rem
}

.ditan-header-container .box .icons img {
    width: .533333rem;
    height: .533333rem;
    border-radius: .533333rem;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.bjxm-crumbs {
    color: #999;
    font-size: .32rem;
    padding: .373333rem .48rem;
    line-height: .453333rem
}

.bjxm-crumbs a {
    color: #999
}

.bjxm-slide {
    margin-top: .426667rem;
    overflow: hidden
}

.bjxm-slide .box .slide {
    width: 8.933333rem;
    height: 4.8rem;
    border-radius: .106667rem;
    overflow: visible
}

.bjxm-slide .box .slide .swiper-slide {
    overflow: visible;
    position: relative;
    height: 4.8rem
}

.bjxm-slide .box .slide .swiper-slide img {
    width: 8.72rem;
    height: 4.8rem;
    border-radius: .106667rem
}

.bjxm-slide .box .slide .swiper-slide .title {
    position: absolute;
    width: 8.72rem;
    left: 0;
    bottom: 0;
    height: 1.466667rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .4rem;
    border-radius: 0 0 .106667rem .106667rem;
    display: block
}

.bjxm-slide .box .slide .swiper-slide .title h5 {
    font-size: .373333rem;
    line-height: .666667rem;
    height: .666667rem;
    overflow: hidden;
    color: #fff;
    font-weight: 400
}

.bjxm-slide .box .slide .swiper-slide .title h6 {
    font-size: .266667rem;
    line-height: .466667rem;
    height: .466667rem;
    overflow: hidden;
    color: #e8e8e8;
    font-weight: 400
}

.bjxm-slide .box .slide .swiper-slide h4 {
    position: absolute;
    left: .4rem;
    top: .4rem;
    font-size: .32rem;
    color: #fff
}

.bjxm-slide .box .slide .swiper-slide h4 i {
    background: #ff4d4f;
    border-radius: .373333rem;
    display: inline-block;
    width: .373333rem;
    height: .373333rem;
    text-align: center;
    vertical-align: middle;
    font-size: .213333rem;
    font-weight: 400;
    line-height: .373333rem;
    margin-right: .066667rem
}

.bjxm-slide .box .slide .swiper-pagination .swiper-pagination-bullet {
    border-radius: .053333rem;
    background: #fff;
    opacity: .7
}

.bjxm-slide .box .slide .swiper-pagination .swiper-pagination-bullet-active {
    width: .266667rem
}

.bjxm-links {
    border-bottom: .32rem solid #f5f6f8
}

.bjxm-links ul {
    font-size: 0
}

.bjxm-links ul li {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 0;
    padding: .426667rem 0 .16rem
}

.bjxm-links ul li a {
    display: block
}

.bjxm-links ul li a img {
    width: 1.173333rem;
    height: 1.173333rem
}

.bjxm-links ul li a p {
    font-size: .346667rem;
    color: #000;
    line-height: .853333rem
}

.bjxm-list .refresh_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-.666667rem);
    -ms-transform: translateY(-.666667rem);
    transform: translateY(-.666667rem)
}

.bjxm-list .loding_more,
.bjxm-list .refresh_text {
    line-height: .666667rem;
    font-size: .32rem;
    text-align: center;
    color: #999
}

.bjxm-list .box .special-head {
    line-height: 1rem;
    margin: 0 .426667rem;
    padding-top: .4rem
}

.bjxm-list .box .special-head h5 {
    font-size: .48rem;
    font-weight: 700
}

.bjxm-list .box .special-head a {
    font-size: .32rem;
    color: #4599f7;
    float: right
}

.bjxm-list .box .special-head a i {
    font-size: .293333rem;
    padding-left: .133333rem
}

.bjxm-list .box .devide-line {
    border-top: .32rem solid #f5f6f8;
    height: 0;
    clear: both
}

.bjxm-list .box .item a {
    padding: .4rem 0;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    margin: 0 .426667rem
}

.bjxm-list .box .item a:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.bjxm-list .box .item a img {
    float: right;
    width: 3.413333rem;
    height: 1.92rem;
    border-radius: .053333rem;
    margin-left: .4rem;
    /* background: url(http://img.mybjx.net/theme/default/images/common/loading.gif) 50% no-repeat; */
    background-size: .666667rem auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bjxm-list .box .item a h5 {
    font-size: .48rem;
    line-height: .666667rem;
    font-weight: 400;
    text-align: justify
}

.bjxm-list .box .item a p {
    font-size: .293333rem;
    color: #999;
    padding: .266667rem 0 0
}

.bjxm-list .box .item a p span {
    color: #4599f7
}

.bjxm-list .box .item a p span.red {
    color: #ff4d4f
}

.bjxm-list .box .item a .img {
    font-size: 0;
    clear: both;
    padding: .213333rem 0 0
}

.bjxm-list .box .item a .img img {
    display: inline-block;
    vertical-align: top;
    width: 2.906667rem;
    height: 1.653333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin: 0 .213333rem 0 0;
    float: none
}

.bjxm-list .box .item a .img img:last-child {
    margin: 0
}

.bjxm-list .box .item a:visited h5 {
    color: #999
}

.bjxm-list .box .bjx-m-img {
    position: relative;
    background: #f4f4f4;
    margin: 0;
    padding: 0
}

.bjxm-list .box .bjx-m-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.bjxm-list .box .bjx-m-img.showtag:after {
    position: absolute;
    font-size: .24rem;
    line-height: .346667rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 0 .133333rem;
    right: 0;
    bottom: 0;
    content: "广告"
}

.rank-banner {
    width: 100%;
    height: auto;
    position: relative
}

.rank-banner img {
    width: 100%;
    height: 100%
}

.rank-banner .icon-back {
    left: .533333rem;
    padding: 0 .426667rem 0 0
}

.rank-banner .fenxiang,
.rank-banner .icon-back {
    width: .68rem;
    height: .68rem;
    position: absolute;
    top: 1.466667rem;
    font-size: .48rem;
    line-height: .773333rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.rank-banner .fenxiang {
    right: .533333rem
}

.bjxm-rank {
    position: absolute;
    top: 3.1rem;
    width: 100%
}

.bjxm-rank .box .tip {
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-size: .266667rem;
    color: #fff;
    padding: 0 .333333rem
}

.bjxm-rank .box ul {
    background: #fff;
    padding: .1rem .4rem;
    border-radius: .5rem
}

.bjxm-rank .box ul li {
    line-height: .986667rem;
    height: .986667rem
}

.bjxm-rank .box ul li a {
    display: block;
    position: relative
}

.bjxm-rank .box ul li a i {
    width: .4rem;
    height: .6rem;
    background: #fff;
    border-radius: .053333rem;
    line-height: .6rem;
    font-size: .373333rem;
    text-align: center;
    font-style: normal;
    color: #999;
    display: inline-block;
    vertical-align: middle
}

.bjxm-rank .box ul li a p {
    position: relative;
    font-size: .346667rem;
    color: #1b1c1e;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem;
    max-width: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bjxm-rank .box ul li a span {
    float: right;
    font-size: .266667rem;
    color: #999;
    vertical-align: middle
}

.bjxm-rank .box ul li a u {
    position: absolute;
    width: .5rem;
    height: .5rem;
    top: .32rem
}

.bjxm-rank .box ul li a .hot {
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/hot.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box ul li a .new {
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/new.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box ul li a .up {
    width: .3rem;
    height: .3rem;
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/up.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box ul li:first-child a .hotlist {
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/hot1.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box ul li:nth-child(2) a .hotlist {
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/hot2.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box ul li:nth-child(3) a .hotlist {
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/hot3.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.bjxm-rank .box .industry {
    height: 1rem;
    padding: .1rem .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(https://img.mybjx.net/theme/default/images/common/rebang/IndustryBG.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

.bjxm-rank .box .industry img {
    vertical-align: middle;
    width: .6rem;
    height: .6rem;
    margin-right: .133333rem
}

.bjxm-rank .box .industry span {
    color: #333;
    font-size: .4rem
}

.bjx-nf .box {
    height: 80vh
}

.bjx-nf .box .noresult {
    text-align: center;
    line-height: 1.066667rem;
    font-size: .32rem;
    color: #999
}

.bjx-nf .box .noresult img {
    display: block;
    width: 70%;
    margin: 0 auto
}

.bjx-nf .box .noresult p a {
    display: block;
    line-height: 1.066667rem;
    width: 5.333333rem;
    margin: 0 auto .533333rem;
    font-size: .4rem;
    -webkit-box-shadow: 0 0 .266667rem #eee;
    box-shadow: 0 0 .266667rem #eee;
    border-radius: 1.333333rem
}

footer {
    text-align: center;
    font-size: .32rem;
    color: #999;
    background: #f5f6f8;
    line-height: 1.2rem
}

.cnMark {
    position: fixed;
    bottom: 20%;
    right: .2rem
}

.cnMark i {
    position: absolute;
    top: -.5rem;
    right: 0;
    background: url(../img/close.png) 50% no-repeat;
    display: inline-block;
    width: .3rem;
    height: .3rem
}
