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;
}
html:has(.web-info-body),
html:has(.web-info-header) {
  overscroll-behavior: none;
}
html::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a9a9a9;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-moz-scrollbar {
  width: 5px;
  height: 5px;
}
html::-moz-scrollbar-thumb {
  border-radius: 10px;
  background: #a9a9a9;
}
html::-moz-scrollbar-track {
  background: transparent;
}
body:has(.web-detail-leftoutad) {
  overscroll-behavior: none;
}
body.web-info-body,
body:has(.web-info-header) {
  overscroll-behavior: none;
}
.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: 50px;
  height: 50px;
}
.header .header-t * {
  box-sizing: border-box;
}
.header .header-t .logo {
  float: left;
  margin-right: 89px;
  height: 50px;
}
.header .header-t .logo a {
  display: inline-block;
  height: 50px;
}
.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: 19;
  cursor: pointer;
  user-select: none;
}
.backTop.detail-info {
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  bottom: 270px;
  opacity: 1;
}
.backTop.detail-info .line-1 {
  width: 12px;
  height: 2px;
  background-color: #e0e0e0;
}
.backTop.detail-info .line-2 {
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  margin-top: 2px;
  transform: rotate(45deg);
}
.backTop.detail-info .top-txt {
  font-weight: 600;
  font-size: 10px;
  color: #e0e0e0;
  line-height: 1;
}
.opportunity {
  width: 300px;
  background-color: #f4f8ff;
  border-radius: 20px;
  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;
  z-index: -1;
}
.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-info-body .web-detail-leftoutad,
.web-info-header .web-detail-leftoutad {
  bottom: -482px;
  top: unset;
  left: -150px;
  position: absolute;
  display: block;
}
.web-info-body:has(.topadv div, .topadv a) .web-detail-leftoutad,
.web-info-header:has(.topadv div, .topadv a) .web-detail-leftoutad {
  bottom: -579px;
}
.web-info-body:has(.topadv div, .topadv a) .web-detail-rightoutad,
.web-info-header:has(.topadv div, .topadv a) .web-detail-rightoutad {
  bottom: -579px;
}
.web-detail-leftoutad {
  position: fixed;
  top: 90px;
  left: -100px;
  z-index: 12;
  width: 100px;
  height: 348px;
  display: none;
}
.web-detail-leftoutad a img {
  width: 100%;
  height: 100%;
}
.web-detail-leftoutad .web-detail-leftoutad-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-rightoutad {
  position: absolute;
  bottom: -482px;
  right: -150px;
  z-index: 12;
  width: 100px;
  height: 348px;
}
.web-detail-rightoutad a img {
  width: 100%;
  height: 100%;
}
.web-detail-rightoutad .web-detail-rightoutad-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.web-detail-rightad {
  width: 300px;
  height: 240px;
  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%;
}
.web-detail-rightad img {
  width: 100%;
  height: 100%;
}
.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;
}
.main.web-info .web-detail-rightad,
.main.web-info .web-detail-righttgad {
  width: 320px;
}
.web-detail-righttgad {
  width: 300px;
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}
.web-detail-righttgad #cpp {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  margin-top: 12px;
}
.web-detail-righttgad #ct {
  font-weight: 500;
  font-size: 16px;
  color: #1F2127;
  line-height: 24px;
  padding: 0 20px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.web-detail-righttgad #ctags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  padding: 0 20px;
}
.web-detail-righttgad #ctags .tag {
  padding: 0 8px;
  font-size: 12px;
  color: #C87170;
  height: 18px;
  line-height: 18px;
  background: #F7ECEC;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 8px;
  overflow: hidden;
}
.web-detail-righttgad #ctags .tag:last-child {
  margin-right: 0;
}
.web-detail-righttgad #cd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.web-detail-righttgad .fans {
  font-weight: 500;
  font-size: 14px;
  color: #1F2127;
  line-height: 20px;
  display: flex;
  align-items: center;
  background: #eeeeee;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 12px;
  width: 100%;
}
.web-detail-righttgad .fans #cp {
  display: flex;
  align-items: center;
}
.web-detail-righttgad .fans #cp img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin-right: -7px;
  border: 2px solid #ffffff;
}
.web-detail-righttgad .action {
  margin: 12px 0 16px 0;
  display: flex;
  align-items: center;
  justify-self: center;
  font-size: 14px;
  color: #FE1E1C;
  line-height: 20px;
  cursor: pointer;
}
.web-detail-righttgad .action img {
  width: 16px;
  height: 16px;
}
.web-detail-righttgad #recom {
  position: absolute;
  left: -18px;
  top: 9px;
  background-color: #FE1E1C;
  color: #ffffff;
  width: 70px;
  height: 18px;
  border-radius: 3px;
  transform: rotate(-45deg);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
}
.web-detail-righttgad #fansTotalCount {
  font-size: 12px;
  color: #1F2127;
  line-height: 18px;
  position: absolute;
  text-align: right;
  top: 12px;
  right: 20px;
}
.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;
}
.web-info .web-detail-title-topad img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
/* 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;
}
.main.web-info .article-append .reportbtn {
  font-size: 12px;
  color: #666666;
  line-height: 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-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-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hq-zdt .zdt-t .zdt-update-time {
  width: 100px;
  font-size: 12px;
  margin-top: 2px;
}
#hq-zdt .zdt-t .zdt-update-time .update-time {
  white-space: nowrap;
  line-height: 16px;
}
#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;
}
.web-info #hq-zdt.detail-info {
  width: 320px;
}
.web-info #hq-zdt.detail-info #zdtMain {
  width: 294px;
  height: 146px;
}
#hq-zdt.detail-info {
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  width: 300px;
}
#hq-zdt.detail-info .zdt-t {
  padding: 10px 13px;
  background: #F5F5F5;
  border-top: 2px solid #ED9292;
}
#hq-zdt.detail-info .title {
  font-weight: 500;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 30px;
}
#hq-zdt.detail-info .zdt-line {
  padding: 0 13px 10px 13px;
  background: #F5F5F5;
}
/***** 首页行情-涨跌停温度计 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-info .title-ad {
  flex: 1;
}
.web-info .title-ad img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.web-info .title-ad a {
  color: #1752FF;
}
.web-info .web-detail-bottomad {
  margin-bottom: 40px;
}
.web-info .web-detail-bottomad a {
  width: 174px;
  height: 110px;
}
.web-info .web-detail-bottomad img {
  object-fit: contain;
}
.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;
}
.web-info-body,
.web-info-header {
  box-sizing: border-box;
}
.web-info-body .web-info-header-bg,
.web-info-header .web-info-header-bg {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 36px;
  background: #c01639;
  z-index: 1;
}
.web-info-body .header-c-nav-container,
.web-info-header .header-c-nav-container {
  background: #c01639;
  z-index: 2;
  min-width: 1100px;
  position: relative;
}
.web-info-body .header-c-nav,
.web-info-header .header-c-nav {
  background: #c01639;
  height: 36px;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.web-info-body .header-c-nav ul.nav-ul,
.web-info-header .header-c-nav ul.nav-ul {
  overflow: hidden;
}
.web-info-body .header-c-nav ul.nav-ul li,
.web-info-header .header-c-nav ul.nav-ul li {
  float: left;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0;
  cursor: pointer;
  width: fit-content;
  margin: 0 15px;
  text-align: center;
  box-sizing: border-box;
}
.web-info-body .header-c-nav ul.nav-ul li a,
.web-info-header .header-c-nav ul.nav-ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.web-info-body .header-c-nav ul.nav-ul li a img,
.web-info-header .header-c-nav ul.nav-ul li a img {
  width: 10px;
  height: 10px;
  margin-left: 2px;
}
.web-info-body .header-c-nav ul.nav-ul li:first-child,
.web-info-header .header-c-nav ul.nav-ul li:first-child {
  margin-left: 0;
}
.web-info-body .header-c-nav ul.nav-ul li:last-child,
.web-info-header .header-c-nav ul.nav-ul li:last-child {
  margin-right: 0;
}
.web-info-body .header-c-nav ul.nav-ul .line,
.web-info-header .header-c-nav ul.nav-ul .line {
  float: left;
  width: 2px;
  height: 14px;
  opacity: 0.3;
  background: #231916;
  margin-top: 18.5px;
}
.web-info-body .header-c-nav .channel-more-box,
.web-info-header .header-c-nav .channel-more-box {
  position: absolute;
  top: 35px;
  right: 0;
  width: 153px;
  z-index: 11;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9E9;
}
.web-info-body .header-c-nav .channel-more-box ul,
.web-info-header .header-c-nav .channel-more-box ul {
  overflow: hidden;
  padding: 10px 20px 10px 13px;
}
.web-info-body .header-c-nav .channel-more-box ul li,
.web-info-header .header-c-nav .channel-more-box ul li {
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.web-info-body .header-c-nav .channel-more-box ul li.pb-10,
.web-info-header .header-c-nav .channel-more-box ul li.pb-10 {
  padding-bottom: 10px;
}
.web-info-body .header-c-nav .channel-more-box ul li a,
.web-info-header .header-c-nav .channel-more-box ul li a {
  color: #2B2B2B;
  display: inline-block;
  width: fit-content;
  margin-right: 20px;
  white-space: nowrap;
}
.web-info-body .header-c-nav .channel-more-box ul li a:hover,
.web-info-header .header-c-nav .channel-more-box ul li a:hover {
  color: #c01639;
}
.web-info-body .header-c-nav .channel-more-box ul li a.mr-0,
.web-info-header .header-c-nav .channel-more-box ul li a.mr-0 {
  margin-right: 0;
}
.web-info-body .header-c-nav .channel-more-box ul li.cur a,
.web-info-header .header-c-nav .channel-more-box ul li.cur a {
  color: #c01639;
}
.web-info-body .topadv,
.web-info-header .topadv {
  margin-top: 12px;
  width: 1100px;
}
.web-info-body .topadv div,
.web-info-header .topadv div {
  width: 1100px !important;
  height: auto !important;
}
.web-info-body .topadv img,
.web-info-header .topadv img {
  width: 1100px !important;
  height: auto !important;
  object-fit: contain;
}
.web-info-body .header-c-nav-container {
  position: sticky;
  top: 0;
  z-index: 12;
}
.web-info-header {
  z-index: 10;
  position: sticky;
  top: 0;
  background: #ffffff;
  min-width: 1100px;
  width: 1400px;
  margin: 0 auto;
}
.web-info-body .header.web-info,
.web-info-header .header.web-info {
  width: 1100px;
  margin-top: 12px;
}
.web-info-body .header.web-info .header-t,
.web-info-header .header.web-info .header-t {
  height: 66px;
  line-height: 66px;
  display: flex;
  align-items: center;
}
.web-info-body .header.web-info .header-t .logo,
.web-info-header .header.web-info .header-t .logo {
  width: 90px;
  height: 40px;
  margin-right: 80px;
  float: unset;
}
.web-info-body .header.web-info .header-t .logo img,
.web-info-header .header.web-info .header-t .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.web-info-body .header.web-info .header-t .header-t-nav,
.web-info-header .header.web-info .header-t .header-t-nav {
  float: unset;
  margin-right: 0;
}
.web-info-body .header.web-info .header-t .header-t-nav li,
.web-info-header .header.web-info .header-t .header-t-nav li {
  font-size: 20px;
  color: #2B2B2B;
  line-height: 36px;
}
.web-info-body .header.web-info .header-t .search-box,
.web-info-header .header.web-info .header-t .search-box {
  float: unset;
  margin-left: auto;
  width: 300px;
  height: 36px;
  position: relative;
}
.web-info-body .header.web-info .header-t .search-box .header-t-search,
.web-info-header .header.web-info .header-t .search-box .header-t-search {
  margin: 0;
}
.web-info-body .header.web-info .header-t .search-box .header-t-search input,
.web-info-header .header.web-info .header-t .search-box .header-t-search input {
  border-radius: 8px;
  border: 1px solid #CCCCCC !important;
  background-color: transparent !important;
  height: 36px;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 36px;
}
.web-info-body .header.web-info .header-t .search-box .header-t-search input::placeholder,
.web-info-header .header.web-info .header-t .search-box .header-t-search input::placeholder {
  font-size: 14px;
  color: #CCCCCC;
}
.web-info-body .header.web-info .header-t .search-box .header-t-search img,
.web-info-header .header.web-info .header-t .search-box .header-t-search img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}
.web-info-body .header.web-info .header-t .login-view .no-login,
.web-info-header .header.web-info .header-t .login-view .no-login {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 36px;
  border: none;
  margin-left: 20px;
  margin-top: 0;
  width: fit-content;
}
.web-info-body .header.web-info .header-t .login-view .user-info.login,
.web-info-header .header.web-info .header-t .login-view .user-info.login {
  float: unset;
}
.web-info-body .header.web-info .header-t .login-view .user-info .header-avatar,
.web-info-header .header.web-info .header-t .login-view .user-info .header-avatar {
  width: 36px;
  height: 36px;
  margin-left: 22px;
  font-size: 0;
}
.web-info-body .header.web-info .header-t .login-view .user-info .header-avatar #headPortrait,
.web-info-header .header.web-info .header-t .login-view .user-info .header-avatar #headPortrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.web-info-body .header.web-info .header-t .login-view .user-info .name-box .nickName,
.web-info-header .header.web-info .header-t .login-view .user-info .name-box .nickName {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 36px;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web-info-body .header.web-info .header-t .login-view .user-info .name-box .login-funlist,
.web-info-header .header.web-info .header-t .login-view .user-info .name-box .login-funlist {
  padding: 10px 20px;
  width: 88px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9E9;
  border-radius: 0;
  box-sizing: border-box;
}
.web-info-body .header.web-info .header-t .login-view .user-info .name-box .login-funlist li,
.web-info-header .header.web-info .header-t .login-view .user-info .name-box .login-funlist li {
  font-size: 12px;
  color: #2B2B2B;
  line-height: 20px;
  height: 20px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.web-info-body .header.web-info .header-t .login-view .user-info .name-box .login-funlist li:hover,
.web-info-header .header.web-info .header-t .login-view .user-info .name-box .login-funlist li:hover {
  color: #c01639;
  background: transparent;
}
.web-info-body .header.web-info .header-t .login-view .user-info .posted,
.web-info-header .header.web-info .header-t .login-view .user-info .posted {
  font-size: 12px;
  width: 50px;
  height: 28px;
  line-height: 26px;
  margin-left: 20px;
}
.web-info-body .header.web-info .header-info-nav,
.web-info-header .header.web-info .header-info-nav {
  width: 100%;
  padding-left: 20px;
  background: #F5F5F5;
  box-sizing: border-box;
  position: relative;
}
.web-info-body .header.web-info .header-info-nav .tag-list,
.web-info-header .header.web-info .header-info-nav .tag-list {
  display: flex;
  align-items: center;
}
.web-info-body .header.web-info .header-info-nav .tag-list .tag-item,
.web-info-header .header.web-info .header-info-nav .tag-list .tag-item {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 36px;
  cursor: pointer;
  width: fit-content;
  margin-right: 44px;
}
.web-info-body .header.web-info .header-info-nav .tag-list .tag-item:last-child,
.web-info-header .header.web-info .header-info-nav .tag-list .tag-item:last-child {
  margin-right: 0;
}
.web-info-body .header.web-info .header-info-nav .tag-list .tag-item:hover,
.web-info-header .header.web-info .header-info-nav .tag-list .tag-item:hover {
  color: #c01639;
}
.web-info-body .header.web-info .header-info-nav .tag-list .tag-item.more,
.web-info-header .header.web-info .header-info-nav .tag-list .tag-item.more {
  width: 36px;
  height: 36px;
  object-fit: contain;
  line-height: 0;
  font-size: 0;
  margin-left: auto;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box,
.web-info-header .header.web-info .header-info-nav .tag-more-box {
  position: absolute;
  top: 35px;
  right: 0;
  width: 350px;
  z-index: 11;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9E9;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul {
  overflow: hidden;
  padding: 10px 20px;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul li,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul li {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 24px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul li.pb-10,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul li.pb-10 {
  padding-bottom: 10px;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul li a,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul li a {
  color: #2B2B2B;
  display: inline-block;
  white-space: nowrap;
  width: 110px;
  text-align: center;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul li a:hover,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul li a:hover {
  color: #c01639;
}
.web-info-body .header.web-info .header-info-nav .tag-more-box ul li a.mr-0,
.web-info-header .header.web-info .header-info-nav .tag-more-box ul li a.mr-0 {
  margin-right: 0;
}
.hot-list {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  height: 36px;
  width: 1200px;
  margin: 10px auto 0;
}
.hot-list .hot-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  height: 36px;
  width: 66px;
  min-width: 66px;
  background: #BF1739;
}
.hot-list .hot-list-title img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.hot-list .hot-list-content {
  display: flex;
  align-items: center;
  padding: 0 26px 0 20px;
  flex: 1;
  box-sizing: border-box;
}
.hot-list .hot-list-content a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  max-width: 534px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.hot-list .hot-list-content a:last-child {
  margin-left: 20px;
}
.hot-list .hot-list-content a:hover .item-title {
  text-decoration: underline !important;
}
.hot-list .hot-list-content a .item-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  margin-right: 10px;
}
.hot-list .hot-list-content a .item-name {
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
}
.hot-list .hot-list-content a .item-title {
  color: #2B2B2B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
