html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  position: relative;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Microsoft YaHei-Regular', 'PingFangSC-Regular', 'Pingfang-SC', 'Pingfang-SC-semibold', 'Microsoft YaHei-Bold';
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #c01639;
  text-decoration: underline !important;
}
input {
  background: none;
  outline: none;
}
input:focus {
  border-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.mt {
  margin-top: 10px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ovsepse {
  height: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
/* 在这里定义的css变量，叫做全局css变量。在任何选择器中，都可以去使用。 */
:root {
  --primary-color: #bf1739;
  --header-font-color: #2b2b2b;
}
.one-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tooltip__popper {
  display: none;
  position: absolute;
  transform-origin: center top;
  z-index: 2001;
  background: #333333;
  color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  letter-spacing: 2px;
  line-height: 28px;
  font-size: 21px;
  padding: 6px 12px;
}
.tooltip__popper .popper__arrow {
  text-align: center;
}
.tooltip__popper .popper__arrow::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  top: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
#headerImgHover {
  display: none;
  position: absolute;
  transform-origin: center top;
  z-index: 2001;
}
#headerImgHover .header-img-hover {
  width: 300px;
}
.header {
  margin: 20px auto 0;
  width: 1200px;
}
.header .header-t {
  line-height: 80px;
  height: 80px;
}
.header .header-t * {
  box-sizing: border-box;
}
.header .header-t .logo {
  float: left;
  margin-right: 89px;
  height: 80px;
}
.header .header-t .logo a {
  display: inline-block;
  height: 80px;
}
.header .header-t .header-t-nav {
  float: left;
  margin-right: 55px;
}
.header .header-t .header-t-nav li {
  float: left;
  padding-right: 40px;
  font-size: 25px;
  cursor: pointer;
}
.header .header-t .header-t-nav li a {
  color: #595757;
}
.header .header-t .header-t-nav li a:hover {
  color: #c01639;
}
.header .header-t .header-t-nav li.cur a {
  color: #c01639;
}
.header .header-t .search-box {
  float: right;
  position: relative;
}
.header .header-t .search-box .header-t-search {
  position: absolute;
  right: 0;
  margin: 5px 0;
  line-height: normal;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 300px;
  z-index: 11;
  background: #fff;
}
.header .header-t .search-box .header-t-search input {
  width: 100%;
  height: 38px;
  background: #e5e5e5;
  border-radius: 10px;
  color: #595757;
  font-size: 15px;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 42px 0 20px;
}
.header .header-t .search-box .header-t-search input:focus {
  background: #ffffff;
}
.header .header-t .search-box .header-t-search img {
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.header .header-t .search-box .header-t-search .search-list {
  width: 302px;
  max-height: 410px;
  border-radius: 10px;
  padding: 0 13px;
  box-sizing: border-box;
  display: none;
}
.header .header-t .search-box .header-t-search .search-list .line {
  height: 1px;
  background: #e5e5e5;
}
.header .header-t .search-box .header-t-search .search-list h1 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 6px;
  font-size: 13px;
  cursor: pointer;
  background: rgba(192, 22, 57, 0.1) url(//i0cloud.jrjimg.cn/cloud/images/common/right-default.png) no-repeat 256px center;
  background-size: 9px 12px;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row {
  display: block;
  overflow: hidden;
  margin: 6px 0;
  cursor: pointer;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row span {
  font-size: 13px;
  color: #000000;
  float: left;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row .text-l {
  width: 64px;
  padding-left: 10px;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row .text-c {
  width: 130px;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row .text-r {
  width: 60px;
  float: right;
  padding-right: 10px;
}
.header .header-t .search-box .header-t-search .search-list .search-list-box .search-list-row:hover span {
  color: #c01639;
}
.header .header-t .search-box .header-t-search .search-list p {
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: #c01639;
  padding: 6px 0 12px;
}
.header .header-t .header-t-icon {
  float: left;
  margin-right: 31px;
  width: 50px;
  height: 50px;
}
.header .header-t .header-t-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .header-t .header-t-btn {
  float: left;
}
.header .header-t .header-t-btn button {
  width: 78px;
  height: 38px;
  background: #c01639;
  border-radius: 19px;
  border: none;
  color: #ffffff;
  font-size: 17px;
}
.header .header-t .login-view .login {
  float: right;
}
.header .header-t .login-view .no-login,
.header .header-t .login-view .logout {
  display: none;
  float: right;
  width: 117px;
  height: 34px;
  line-height: 33px;
  border-radius: 2px;
  border: 1px solid #c01639;
  margin-top: 7px;
  margin-left: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #c01639;
  text-align: center;
}
.header .header-t .login-view .logout {
  width: 80px;
  margin-top: 0;
}
.header .header-t .login-view .user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header-t .login-view .user-info .header-avatar {
  width: 38px;
  height: 38px;
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
}
.header .header-t .login-view .user-info #headPortrait {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .header-t .login-view .user-info .name-box {
  position: relative;
}
.header .header-t .login-view .user-info .name-box .login-funlist {
  display: none;
  width: 108px;
  position: absolute;
  background: #ffffff;
  border-radius: 8px;
  color: #252525;
  z-index: 2;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.header .header-t .login-view .user-info .name-box .login-funlist .popper__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  width: 12px;
  height: 6px;
  background: url(../../images/common/triangle.png) no-repeat center;
  background-size: 100% 100%;
}
.header .header-t .login-view .user-info .name-box .login-funlist li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.header .header-t .login-view .user-info .name-box .login-funlist li:hover {
  color: #c01639;
  background: #f8e7eb;
}
.header .header-t .login-view .user-info .name-box .nickName {
  max-width: 110px;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.header .header-t .login-view .user-info .posted {
  display: none;
  width: 80px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #c01639;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  margin-left: 30px;
  font-weight: 400;
  color: #c01639;
  font-size: 17px;
}
.header .header-t .login-view .user-info .no-login {
  margin-top: 0;
}
.header .header-c-nav {
  background: #c01639;
  height: 50px;
  margin-top: 20px;
  position: relative;
}
.header .header-c-nav ul.nav-ul {
  overflow: hidden;
}
.header .header-c-nav ul.nav-ul li {
  float: left;
  font-size: 21px;
  line-height: 50px;
  cursor: pointer;
  width: 105.5px;
  text-align: center;
  box-sizing: border-box;
}
.header .header-c-nav ul.nav-ul li a {
  color: #ffffff;
}
.header .header-c-nav ul.nav-ul li.channel-more {
  width: auto;
  padding: 0 28px;
  background: url(//i0cloud.jrjimg.cn/cloud/images/common/arrows-b.png) no-repeat 82px center;
}
.header .header-c-nav ul.nav-ul li.channel-more.cur {
  padding: 0 13px;
}
.header .header-c-nav ul.nav-ul li.channel-more.arrows-t {
  background: url('//i0cloud.jrjimg.cn/cloud/images/common/arrows-t.png') no-repeat 82px center;
}
.header .header-c-nav ul.nav-ul li.cur a {
  background: rgba(35, 25, 22, 0.1);
  border-radius: 10px;
  padding: 5px 15px;
}
.header .header-c-nav ul.nav-ul li.cur.channel-more a {
  padding: 5px 26px 5px 15px;
}
.header .header-c-nav ul.nav-ul .line {
  float: left;
  width: 2px;
  height: 14px;
  opacity: 0.3;
  background: #231916;
  margin-top: 18.5px;
}
.header .header-c-nav .channel-more-box {
  position: absolute;
  top: 54px;
  right: 0;
  width: 217px;
  z-index: 11;
  background: url('//i0cloud.jrjimg.cn/cloud/images/common/menu-more.png') no-repeat;
  background-size: 100% 100%;
}
.header .header-c-nav .channel-more-box ul {
  overflow: hidden;
  padding: 24px 0 0 16px;
}
.header .header-c-nav .channel-more-box ul li {
  float: left;
  font-size: 17px;
  cursor: pointer;
  padding-right: 16px;
  padding-bottom: 19px;
  width: 51px;
}
.header .header-c-nav .channel-more-box ul li a {
  color: #595757;
}
.header .header-c-nav .channel-more-box ul li a:hover {
  color: #c01639;
}
.header .header-c-nav .channel-more-box ul li.cur a {
  color: #c01639;
}
.header .header-b-nav {
  margin-top: 10px;
  position: relative;
  width: 1073px;
  margin-left: 40px;
  margin-right: 87px;
}
.header .header-b-nav .swiper-container-tag {
  overflow: hidden;
}
.header .header-b-nav .swiper-container-tag .swiper-slide {
  width: auto;
  text-decoration: none;
  color: #bf1739;
  background: rgba(191, 23, 57, 0.1);
  border-radius: 10px;
  font-size: 17px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #fff;
  display: inline-block;
}
.header .header-b-nav .swiper-container-tag .swiper-slide a {
  color: #bf1739;
}
.header .header-b-nav .swiper-container-tag .swiper-slide:hover {
  border: 1px solid #bf1739;
}
.header .header-b-nav .swiper-container-tag .swiper-button-prev {
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/left-checked.png') !important;
  border-radius: 4px;
  height: 16px;
  top: 5.5px;
  margin-top: 0;
  background-size: auto;
  left: -32px;
  box-sizing: border-box;
}
.header .header-b-nav .swiper-container-tag .swiper-button-prev:hover {
  border: 1px solid #c01639;
}
.header .header-b-nav .swiper-container-tag .swiper-button-next {
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/right-checked.png') !important;
  border-radius: 4px;
  height: 16px;
  top: 5.5px;
  margin-top: 0;
  background-size: auto;
  right: -41px;
  box-sizing: border-box;
}
.header .header-b-nav .swiper-container-tag .swiper-button-next:hover {
  border: 1px solid #c01639;
}
.header .header-b-nav .swiper-container-tag .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/left-default.png') !important;
  border: none;
}
.header .header-b-nav .swiper-container-tag .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/right-default.png') !important;
  border: none;
}
.header-follow {
  background-color: var(--primary-color);
  color: #fff;
  min-width: 1200px;
  width: 100%;
}
.header-follow .header-t {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.header-follow .header-t * {
  box-sizing: border-box;
}
.header-follow .header-t .logo {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.header-follow .header-t .logo img {
  width: 78px;
  height: 32px;
}
.header-follow .header-t .header-t-nav ul {
  display: flex;
}
.header-follow .header-t .header-t-nav li {
  padding-right: 40px;
  cursor: pointer;
  font-size: 21px;
  line-height: 32px;
}
.header-follow .header-t .header-t-nav li a {
  color: #fff;
}
.header-follow .header-t .header-t-nav li a:hover {
  text-decoration: none !important;
}
.header-follow .header-t .header-right {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-follow .header-t .header-right .search-box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-follow .header-t .header-right .search-box .header-t-search {
  position: absolute;
  right: 0;
  line-height: normal;
  width: 320px;
  height: 32px;
  border-radius: 16px;
  z-index: 11;
  background: #fff;
}
.header-follow .header-t .header-right .search-box .header-t-search input {
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  color: #595757;
  font-size: 15px;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 42px 0 20px;
}
.header-follow .header-t .header-right .search-box .header-t-search input:focus {
  background: #fff;
}
.header-follow .header-t .header-right .search-box .header-t-search img {
  position: absolute;
  top: 8px;
  right: 13px;
  z-index: 1;
  cursor: pointer;
  width: 16px;
  height: 17px;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list {
  width: 320px;
  max-height: 434px;
  box-sizing: border-box;
  display: none;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
  color: var(--header-font-color);
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list h1 {
  padding: 13px 20px 12px;
  font-size: 15px;
  cursor: pointer;
  background: #f4f4f4;
  line-height: 24px;
  position: relative;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list h1 img {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box {
  padding: 4px 0;
  border-bottom: 1px solid #eaeaea;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row {
  display: block;
  overflow: hidden;
  margin: 8px 0;
  cursor: pointer;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row span {
  float: left;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row .text-l {
  width: 70px;
  padding-left: 20px;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row .text-c {
  width: 160px;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row .text-r {
  width: 80px;
  float: right;
  padding-right: 20px;
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list .search-list-box .search-list-row:hover span {
  color: var(--primary-color);
}
.header-follow .header-t .header-right .search-box .header-t-search .search-list p {
  text-align: center;
  cursor: pointer;
  color: var(--primary-color);
  padding: 12px 0;
}
.header-follow .header-t .header-right .login-view {
  min-width: 77px;
  padding-left: 20px;
}
.header-follow .header-t .header-right .login-view .no-login,
.header-follow .header-t .header-right .login-view .logout {
  display: none;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.header-follow .header-t .header-right .login-view .logout {
  width: 80px;
  margin-top: 0;
}
.header-follow .header-t .header-right .login-view .user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}
.header-follow .header-t .header-right .login-view .user-info .header-avatar {
  width: 38px;
  height: 38px;
  margin-right: 9px;
  position: relative;
}
.header-follow .header-t .header-right .login-view .user-info #headPortrait {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header-follow .header-t .header-right .login-view .user-info .name-box {
  position: relative;
}
.header-follow .header-t .header-right .login-view .user-info .name-box .login-funlist {
  display: none;
  width: 155px;
  position: absolute;
  background: #fff;
  color: #252525;
  z-index: 1;
  top: 42px;
  left: calc(50% - 24px);
  transform: translateX(-50%);
  font-size: 16px;
  border: 1px solid #E2E2E2;
  padding-top: 8px;
}
.header-follow .header-t .header-right .login-view .user-info .name-box .login-funlist li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.header-follow .header-t .header-right .login-view .user-info .name-box .login-funlist li:hover {
  color: #c01639;
  background: #f8e7eb;
}
.header-follow .header-t .header-right .login-view .user-info .name-box .nickName {
  max-width: 110px;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.header-follow .header-t .header-right .login-view .user-info .posted {
  display: none;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  margin-left: 20px;
  font-weight: 400;
  font-size: 17px;
  width: 63px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #fff;
}
.header-follow .header-t .header-right .login-view .user-info .no-login {
  margin-top: 0;
}
.header-follow .header-t .header-t-btn button {
  width: 78px;
  height: 38px;
  background: #c01639;
  border-radius: 19px;
  border: none;
  color: #ffffff;
  font-size: 17px;
}
.footer {
  border: none;
  width: 100%;
  min-width: 1200px;
  background: #252525;
  font-size: 13px;
  font-weight: 400;
  color: #a9a9a9;
  line-height: 18px;
  padding: 16px 9px;
  box-sizing: border-box;
  position: relative;
}
.footer a {
  cursor: pointer;
  color: #a9a9a9;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .about {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.footer .about .about-item {
  display: flex;
  flex-direction: column;
}
.footer .about .about-item a {
  margin-top: 12px;
  display: inline-block;
}
.footer .about .img-link {
  margin-left: auto;
  display: flex;
}
.footer .about .img-link .net {
  display: flex;
  width: 176px;
  margin-right: 16px;
  flex-flow: column;
}
.footer .about .img-link .net .net-item {
  display: flex;
  justify-content: space-between;
}
.footer .about .img-link .net .net-item a {
  display: inline-block;
  cursor: pointer;
}
.footer .about .img-link .net .net-item a img {
  width: 80px;
  height: 36px;
  margin-bottom: 16px;
}
.footer .about .img-link .app {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 34px;
}
.footer .about .img-link .app img {
  width: 70px;
  height: 70px;
}
.footer .about .img-link .app span {
  margin-top: 8px;
  text-align: center;
  display: inline-block;
}
.footer .about .title {
  font-size: 15px;
  font-weight: 500;
  color: #a9a9a9;
  line-height: 21px;
}
.footer .about .links {
  display: flex;
  width: 238px;
}
.footer .about .links a {
  width: calc(100% / 3);
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
.footer .copyright img {
  width: 18px;
  height: 20px;
  margin-right: 7px;
}
.footer .copyright span {
  padding: 0 10px;
}
.cursor {
  cursor: pointer;
}
.success-register-pop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.success-register-pop .image {
  background: url(https://i0cloud.jrjimg.cn/cloud/images/common/newly-register.png) no-repeat top;
  background-size: 100% auto;
  width: 600px;
  height: 468px;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.success-register-pop .image .close {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#dialogLogin {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
#dialogLogin .dialog-login-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: fit-content;
  min-height: 418px;
  background: #ffffff;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 50px;
}
#dialogLogin .dialog-login-content .dialog-login-title {
  height: 84px;
  border-radius: 10px 10px 0 0;
  background: #c01639;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dialogLogin .dialog-login-content .dialog-login-title .login-logo {
  width: 108px;
  height: 44px;
}
#dialogLogin .dialog-login-content .dialog-login-title .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 20px;
}
#dialogLogin .dialog-login-content .dialog-login-body {
  padding: 30px 50px 0 50px;
  box-sizing: border-box;
}
#dialogLogin .dialog-login-content .dialog-login-body a:hover {
  text-decoration: none !important;
}
#dialogLogin .dialog-login-content .dialog-login-body .tag-content {
  border-radius: 20px;
  border: 1px solid #DBBAA4;
  font-size: 16px;
  color: #A62121;
  line-height: 22px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
#dialogLogin .dialog-login-content .dialog-login-body .tag-content .tag-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#dialogLogin .dialog-login-content .dialog-login-body .tag-content .one-line {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
}
#dialogLogin .dialog-login-content .dialog-login-body.has-tag {
  padding-top: 20px;
}
#dialogLogin .dialog-login-content .dialog-login-body .tabs-login-methods {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
#dialogLogin .dialog-login-content .dialog-login-body .tabs-login-methods span {
  display: inline-block;
  padding: 0 4px 9px 4px;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin-bottom: -1px;
}
#dialogLogin .dialog-login-content .dialog-login-body .tabs-login-methods span.active {
  color: #c01639;
  border-bottom: 2px solid #c01639;
  border-radius: 1px;
}
#dialogLogin .dialog-login-content .dialog-login-body .tabs-login-methods .code-in {
  margin-right: 36px;
}
#dialogLogin .dialog-login-content .dialog-login-body .code-in-warpper.hide,
#dialogLogin .dialog-login-content .dialog-login-body .num-in-warpper.hide {
  display: none;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .input {
  width: 360px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 400;
  padding-left: 36px;
  box-sizing: border-box;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .input:focus {
  background: #ffffff;
  border-color: #c01639;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .input::-webkit-input-placeholder {
  color: #898989;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .input::-moz-input-placeholder {
  color: #898989;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows #inputCall,
#dialogLogin .dialog-login-content .dialog-login-body .rows #inputUser {
  margin-top: 30px;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  bottom: 14px;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows #inputCode,
#dialogLogin .dialog-login-content .dialog-login-body .rows #inputPswd {
  width: 224px;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .get-code,
#dialogLogin .dialog-login-content .dialog-login-body .rows .forgot-pswd {
  width: 114px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #c01639;
  font-size: 15px;
  font-weight: 400;
  color: #c01639;
  text-align: center;
}
#dialogLogin .dialog-login-content .dialog-login-body .rows .forgot-pswd {
  border-color: #898989;
  color: #898989;
}
#dialogLogin .dialog-login-content .dialog-login-body .required {
  height: 30px;
}
#dialogLogin .dialog-login-content .dialog-login-body .required > div {
  display: none;
  height: 30px;
  line-height: 30px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/common/login-required.png') no-repeat;
  background-size: 12px;
  background-position: 12px 9px;
  text-indent: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #c01639;
}
#dialogLogin .dialog-login-content .dialog-login-body .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
#dialogLogin .dialog-login-content .dialog-login-body #rememberPswd {
  display: flex;
  flex-direction: row;
}
#dialogLogin .dialog-login-content .dialog-login-body #rememberPswd label {
  line-height: 22px;
  margin-left: 6px;
}
#dialogLogin .dialog-login-content .dialog-login-body #rememberChecked {
  position: relative;
  width: 16px;
  height: 16px;
}
#dialogLogin .dialog-login-content .dialog-login-body #rememberChecked::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
}
#dialogLogin .dialog-login-content .dialog-login-body #rememberChecked:checked::after {
  content: '✓';
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #c01639;
}
#dialogLogin .dialog-login-content .dialog-login-body .submit-login {
  width: 360px;
  height: 40px;
  line-height: 40px;
  background: #c01639;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 14px;
}
#dialogLogin .dialog-login-content .dialog-login-body .agreement {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #898989;
  margin-top: 20px;
}
#dialogLogin .dialog-login-content .dialog-login-body .agreement span {
  color: #4a82ff;
}
#dialogLogin #disableCode {
  display: none;
}
.app-operation-wrapper {
  background-color: #f4f8ff;
  padding: 16px 8px;
  border-radius: 10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 345px;
  z-index: 11;
  right: 20px;
}
.app-operation-wrapper .item {
  width: 32px;
  height: 32px;
  position: relative;
}
.app-operation-wrapper .item .img-hover {
  display: none;
  position: absolute;
  right: 44px;
  top: -40px;
  z-index: 12;
  width: 116px;
  height: 110px;
}
.app-operation-wrapper .item.app-icon {
  background: url('https://static.jrj.com.cn/resource/web/operation-app.png');
  background-size: 32px;
  margin-bottom: 14px;
}
.app-operation-wrapper .item.app-icon:hover {
  background: url('https://static.jrj.com.cn/resource/web/operation-app-s.png');
  background-size: 32px;
}
.app-operation-wrapper .item.app-icon:hover .img-hover {
  display: block;
}
.app-operation-wrapper .item.sina-icon {
  background: url('https://static.jrj.com.cn/resource/web/operation-sina.png');
  background-size: 32px;
  margin-bottom: 12px;
}
.app-operation-wrapper .item.sina-icon:hover {
  background: url('https://static.jrj.com.cn/resource/web/operation-sina-s.png');
  background-size: 32px;
}
.app-operation-wrapper .item.sina-icon:hover .img-hover {
  display: block;
}
.app-operation-wrapper .item.wx-icon {
  background: url('https://static.jrj.com.cn/resource/web/operation-wx.png');
  background-size: 32px;
}
.app-operation-wrapper .item.wx-icon:hover {
  background: url('https://static.jrj.com.cn/resource/web/operation-wx-s.png');
  background-size: 32px;
}
.app-operation-wrapper .item.wx-icon:hover .img-hover {
  display: block;
}
.backTop {
  width: 74px;
  height: 74px;
  background-color: #000000;
  opacity: 0.4;
  text-align: center;
  position: fixed;
  bottom: 25%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 9;
  cursor: pointer;
  user-select: none;
}
.opportunity {
  width: 300px;
  background-color: #f7f7f7;
  padding: 15px 20px 1px;
  box-sizing: border-box;
}
.opportunity .title {
  font-size: 21px;
  position: relative;
  padding-left: 15px;
}
.opportunity .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #c01639;
}
.opportunity .opportunity-list {
  width: 100%;
  padding: 15px 0 0 0px;
  box-sizing: border-box;
}
.opportunity .opportunity-list .opportunity-item {
  width: 260px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.opportunity .opportunity-list .opportunity-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: #c01639;
  border-radius: 50%;
}
.opportunity-item a {
  width: 246px;
  overflow: hidden;
  text-overflow: elipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact-consult {
  width: 300px;
  background-color: #f4f8ff;
  border-radius: 20px;
  padding: 15px 20px 1px;
  box-sizing: border-box;
}
.contact-consult .title {
  font-size: 21px;
  position: relative;
  padding-left: 15px;
}
.contact-consult .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #c01639;
}
.contact-consult .contact-consult-list {
  width: 100%;
  padding: 15px 0 0 0px;
  box-sizing: border-box;
}
.contact-consult .contact-consult-list .contact-consult-item {
  width: 260px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.contact-consult .contact-consult-list .contact-consult-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: #c01639;
  border-radius: 50%;
}
.topadv {
  width: 1200px;
  margin: 0 auto;
}
.topadv img {
  width: 1200px;
  height: 90px;
}
.grayscale {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
  filter: gray;
  background: #ffffff transparent;
  background: rgba(255, 255, 255, 0.7);
}
.piece-right-wrapper {
  width: 300px;
  padding: 15px 20px 0;
  background: #f4f8ff;
  border-radius: 20px;
  box-sizing: border-box;
}
.piece-right-wrapper .piece-title {
  font-size: 21px;
  position: relative;
  padding-left: 15px;
}
.piece-right-wrapper .piece-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #c01639;
}
.piece-right-wrapper .piece-content {
  width: 100%;
  padding: 15px 0 0 0px;
  box-sizing: border-box;
}
.piece-right-wrapper .piece-content .piece-item {
  width: 260px;
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.piece-right-wrapper .piece-content .piece-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: #c01639;
  border-radius: 50%;
}
.piece-right-wrapper .piece-content .piece-item a {
  width: 240px;
  overflow: hidden;
  text-overflow: elipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.hot-news-wrapper {
  margin-top: 30px;
}
.hot-news-wrapper .piece-title {
  font-size: 17px;
  line-height: 24px;
  padding-left: 12px;
}
.hot-news-wrapper .piece-title::before {
  bottom: 4px;
}
.hot-news-wrapper .piece-content .piece-item {
  padding-left: 14px;
  font-size: 13px;
  color: #000;
  line-height: 18px;
}
.is-component {
  overflow-y: hidden;
}
/* web下载弹层 */
.download-pop {
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 65534;
}
.download-pop .download-wrapper {
  width: 364px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 24px;
  border-radius: 10px;
  background: #ffffff url(https://i0cloud.jrjimg.cn/cloud/images/common/pop-download-bg.png) no-repeat top;
  background-size: 100% auto;
}
.download-pop .download-wrapper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.download-pop .download-wrapper .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 34px;
  height: 34px;
}
.download-pop .download-wrapper .content {
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  margin-top: 160px;
  white-space: pre-line;
}
.download-pop .download-wrapper .download-qr-code {
  margin: 20px auto 6px;
  text-align: center;
}
.download-pop .download-wrapper .download-qr-code img {
  width: 140px;
  height: 140px;
  border: 4px solid #ccc;
  padding: 6px;
}
.download-pop .download-wrapper .tip-txt {
  font-weight: 500;
  font-size: 16px;
  color: #BF1739;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
.web-detail-leftad {
  position: absolute;
  top: 500px;
  left: 0;
  z-index: 12;
  width: 280px;
  height: 280px;
}
.web-detail-leftad a img {
  max-width: 100%;
  max-height: 100%;
}
.web-detail-leftad .pop-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-leftoutad {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 130px;
  height: 360px;
  display: none;
}
.web-detail-leftoutad a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.web-detail-leftoutad .web-detail-leftoutad-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-rightad {
  width: 300px;
  height: auto;
  position: relative;
  cursor: pointer;
}
.web-detail-rightad + .web-detail-rightad {
  margin-top: 20px;
}
.web-detail-rightad.web-detail-rightad-2 {
  margin-top: 20px;
  display: none;
}
.web-detail-rightad a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.web-detail-rightad .web-detail-rightad-close1,
.web-detail-rightad .web-detail-rightad-close2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-title-topad {
  width: 100%;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.web-detail-title-topad a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.web-detail-title-topad .web-detail-title-topad-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-title-topad.text {
  height: 20px;
}
.web-detail-title-topad.text + .article_title h1 {
  margin-top: 0;
}
.web-detail-title-topad .text-box {
  display: flex;
  align-items: center;
}
.web-detail-title-topad .text-box a {
  display: inline-block;
  width: 400px;
  height: 100%;
  text-decoration: none;
  color: #bf1739;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* PC-吸底 */
.bottom-news-wrapper {
  width: 870px;
  height: 80px;
  box-sizing: border-box;
  z-index: 12;
  display: flex;
  position: fixed;
  left: calc((100vw - 1200px) / 2);
  bottom: 0;
}
.bottom-news-wrapper.footer-bottom {
  position: absolute;
}
.bottom-news-wrapper .icon-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
}
.bottom-news-wrapper .news-left {
  display: flex;
  flex: 1;
  background: rgba(190, 54, 82, 0.9);
  padding: 16px 0;
  border-radius: 12px 0 0 12px;
}
.bottom-news-wrapper .news-left .img-logo {
  width: 48px;
  height: 48px;
  margin: 0 8px 0 20px;
}
.bottom-news-wrapper .news-left #bottom-news {
  position: relative;
  min-height: 60px;
  max-width: 508px;
  width: 508px;
  overflow: hidden;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-wrapper .swiper-slide a,
.bottom-news-wrapper .news-left #bottom-news .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none !important;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-wrapper .swiper-slide .one-line {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  padding-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-wrapper .swiper-slide .media-source {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-pagination {
  bottom: 0;
  z-index: 0;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
  width: 4px;
  height: 4px;
  margin: 0 2px;
}
.bottom-news-wrapper .news-left #bottom-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 12px;
  border-radius: 2px;
}
.bottom-news-wrapper .to-app {
  height: 80px;
  width: 286px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(130, 0, 26, 0.9);
  border-radius: 0 12px 12px 0;
}
.bottom-news-wrapper .to-app .tip {
  font-weight: 500;
  font-size: 14px;
  color: #f5f5f5;
  line-height: 24px;
  text-align: right;
}
.bottom-news-wrapper .to-app .download-code {
  width: 80px;
  height: 80px;
  margin: 0 0 0 20px;
  border: 4px solid #d9b5bb;
  border-radius: 4px;
  transform: translateY(-12px);
}
.web-detail-wordad .news-item {
  margin-bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.web-detail-wordad .news-item span {
  color: #B12D3D;
  font-size: 20px;
  line-height: 24px;
  margin-right: 10px;
}
.web-detail-wordad .news-item a {
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.article-append {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.article-append .reportbtn {
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 21px;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #595757;
  position: relative;
}
.article-append .reportbtn img {
  display: block;
  margin-right: 4px !important;
  margin-bottom: 0 !important;
}
.article-append .reason_list ul {
  padding-left: 0;
}
.article-append .btn {
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 0;
  position: relative;
}
.article_content + .article-append {
  margin-top: -20px;
  margin-bottom: 20px;
}
.article_info i,
.article_title i {
  pointer-events: none !important;
}
.article_info i a:visited,
.article_title i a:visited,
.article_info i a:hover,
.article_title i a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}
.v-icon::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
/* 个人标识 */
.v-icon[data-auth-type='2']::before {
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/pav.png');
}
/* 企业标识 */
.v-icon[data-auth-type='3']::before {
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/ecv.png');
}
/***** 首页行情-涨跌停温度计 start ****/
#hq-zdt {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 12px 14px 14px;
  width: 300px;
  background-color: #f4f8ff;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Microsoft YaHei-Regular', 'PingFangSC-Regular', 'Pingfang-SC';
}
#hq-zdt .zdt-line {
  cursor: pointer;
}
#hq-zdt .zd-num {
  padding: 12px 0;
  font-size: 13px;
  color: #000;
  line-height: 20px;
  display: flex;
  align-items: center;
}
#hq-zdt .sign-cube {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 2px;
}
#hq-zdt #zdtMain {
  width: 270px;
  height: 146px;
}
#hq-zdt .stock-red-color-bg {
  background-color: #f54949;
}
#hq-zdt .green-color-bg {
  background-color: #21ba7d;
}
#hq-zdt .stock-red-color {
  color: #f54949;
}
#hq-zdt .green-color {
  color: #21ba7d;
}
/***** 首页行情-涨跌停温度计 end ****/
.vip-column {
  width: 299px;
}
.vip-column .vip-column-title {
  font-size: 21px;
  height: 41px;
  line-height: 41px;
  margin-bottom: 21px;
}
.vip-column a {
  display: block;
  margin-bottom: 20px;
}
.vip-column a dl {
  padding: 5px 0;
}
.vip-column a dl dt {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
}
.vip-column a dl dt img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.vip-column a dl dd {
  height: 110px;
}
.vip-column a dl dd h2 {
  font-weight: normal;
  font-size: 19px;
  margin-bottom: 9px;
}
.vip-column a dl dd h2 img {
  margin-left: 12px;
  width: 27px;
  height: 12px;
}
.vip-column a dl dd p {
  font-size: 13px;
  color: #595757;
  margin-bottom: 10px;
}
.vip-column a dl dd p i {
  display: inline-block;
}
.vip-column a dl dd p:hover {
  text-decoration: none;
  color: #595757;
}
.vip-column a dl dd div {
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  width: 169px;
  overflow: hidden;
  text-overflow: elipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-ad {
  margin-left: auto;
  display: inline-block;
  margin-right: 12px;
  max-width: 300px;
}
.title-ad img {
  width: 300px;
  height: 40px;
  object-fit: cover;
  object-position: top;
}
.title-ad a {
  display: block;
  max-width: 300px;
  min-width: 100px;
  text-decoration: none;
  color: #bf1739;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  cursor: pointer;
}
.web-detail-bottomad {
  margin-bottom: 20px;
  position: relative;
}
.web-detail-bottomad .icon-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.web-detail-bottomad .swiper-container-bottomad {
  overflow: hidden;
}
.web-detail-bottomad .swiper-button {
  position: absolute;
  top: 43px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 2;
}
.web-detail-bottomad .swiper-button.btn-prev {
  left: -12px;
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/arrow-left.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1);
}
.web-detail-bottomad .swiper-button.btn-next {
  right: -12px;
  background-image: url('//i0cloud.jrjimg.cn/cloud/images/common/arrow-right.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1);
}
.web-detail-bottomad .swiper-slide {
  width: fit-content;
}
.web-detail-bottomad a {
  display: block;
  width: 210px;
  height: 110px;
}
.web-detail-bottomad a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ad-open{
  display: block;
}
.ad-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ad-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ad-popup-content img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}

.ad-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.ad-popup-close:hover {
  background: #ff0000;
  transform: scale(1.1);
}

.ad-popup-title {
  margin-top: 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.page-box {
    margin: 30px 0;
    text-align: center;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pagination li {
    margin: 0;
    position: relative;
}

.pagination li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #eee, transparent);
}

.pagination li a, 
.pagination li span {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.pagination li a:hover {
    color: #1a73e8;
    background-color: rgba(26, 115, 232, 0.05);
}

.pagination li.active span {
    color: #c01639;
    font-weight: 600;
    background: transparent;
}

.pagination li.active span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background: #c01639;
    border-radius: 3px 3px 0 0;
}

.pagination li.disabled span {
    color: #bdc3c7;
    cursor: not-allowed;
}

.pagination li:first-child a,
.pagination li:first-child span {
    padding-left: 22px;
    border-radius: 8px 0 0 8px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    padding-right: 22px;
    border-radius: 0 8px 8px 0;
}