.container {
    width: 1322px;
    padding: 0;
    max-width: 1322px;
}

.w-1200 {
    width: 1200px;
}

.citySelect {
    position: relative;
}

.citySelect > .city {
    padding: 3px 5px;
    color: #fa5f35;
    border: 1px solid #ddd;
}

.citySelect > .selectCity {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 322px;
    border:1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}

.citySelect > .selectCity > .item {
    width: 80px;
    line-height:35px;
    text-align: center;
}

/* header */
.hrx-header-nav {
    display: block;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
    color: #fff;
    background: var(--qiTiZiTiColor);
}

.hrx-header-nav2 {
    display: flex;
    justify-content: space-between;
}

.hrx-header-nav a {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.hrx-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 135px;
    padding: 0 110px 0 25px;
}

.hrx-header-main-left {
    display: flex;
    align-items: center;
}

.hrx-header-main-left > .h1 {
    margin: 0 10px;
    font-size: 28px;
    font-weight: bold;
    color: var(--qiTiZiTiColor);
}
.hrx-header-main-right{
	display: flex;
	width: 590px;
}
.hrx-header-main-right>.inputBox{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #fff;
}
.hrx-header-main-right>.inputBox>i{
	margin: 0 10px;
	font-size: 25px;
	color:#999;
}
.hrx-header-main-right>.inputBox>.input {
    flex:1;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    outline: none;
    color: #999;
}

.hrx-header-main-right .btn {
    width: 155px;
    height: 45px;
    margin-left: 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #fda54c;
}


/* ä¸»ä½“å†…å®¹ */
.main {
    display: flex;
	margin-top: 20px;
}

.main > .news {
    flex: 1;
    padding: 10px 50px 0 0;
}

.news > .title {
    margin-bottom: 14px;
    font-weight: 600;
    color: #232323;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}

.news > .source-read-time {
    font-size: 14px;
    color: #809799;
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 14px;
}

.news > .source-read-time > p {
    display: inline-block;
    padding: 0 8px 8px;
    border-bottom: 1px solid #ddd;
}

.news > .source-read-time .item {
    padding: 0 5px;
}

/* ç¼–è¾‘è€… */
.news > .editor {
    margin-top: 30px;
}

/* å³ä¾§å¯¼èˆª */
.main-nav {
    width: 322px;
    padding-top: 10px;
}

.main-nav > .module-box {
    margin: 40px 0;
    padding: 15px 0 0 15px;
}

.main-nav > .module-box:first-child {
    margin-top: 0;
}

.module-box-title {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid var(--qiTiZiTiColor);
}

#qiehuantag{
	font-size: 13px;
}

.module-box .sort {
    display: block;
    margin: 3px 10px 0 0;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    background: #999;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}

.news-details .item {
    margin: 10px 0 !important;
}

.module-box .link {
    display: flex;
}

.module-box .sort.highlight {
    background-color: var(--qiTiZiTiColor);
}

.module-box .title {
    flex: 1;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #333;
}

/* åŠ¨æ€å¤´éƒ¨ */
.dynamic-title .crumbs > ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 15px 0;
    font-size: 13px;
}

.dynamic-title .crumbs > ul > li {
    list-style: none;
    display: inline-block;
    padding: 0;
    float: left;
}

.dynamic-title .crumbs > ul > li:not(:last-child):hover a {
    color: red;
}

.dynamic-title .crumbs > ul > li > i {
    width: 15px;
    text-align: center;
}

/* æ¥¼ç›˜åŠ¨æ€ */
.loupan-recommend-item > .loupan-recommend-infos {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 10px;
}

.loupan-recommend-item {
    display: flex;
    flex-direction: row;
    padding: 10px 10px 10px 0;
    color: #666;
}

.loupan-recommend-img {
    position: relative;
    width: 135px;
    height: 95px;
    object-fit: cover;
    overflow: hidden;
}

.loupan-recommend-img > .img {
    transition: all .3s;
}

.loupan-recommend-img:hover > .img {
    transform: scale(1.1, 1.1);
}

.loupan-recommend-img > .sign {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}

.news-details .loupan-recommend-info {
    flex: 1;
    flex-direction: column;
}

.loupan-recommend-title {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px !important;
}

.loupan-recommend-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.loupan-recommend-price > .num {
    margin-right: 3px;
    font-size: 14px;
    color: var(--qiTiZiTiColor);
}

.news-details .disclaimers {
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

.news-details .disclaimers > .disclaimers-label {
    padding: 10px 24px;
    border-bottom: 1px solid #ccc;
}

.news-details .disclaimers > .disclaimers-label > dl {
    display: flex;
    align-items: center;
}

.news-details .disclaimers > .disclaimers-label dd {
    margin-right: 21px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.news-details .disclaimers > .disclaimers-label dt {
    margin-right: 15px;
    font-size: 14px;
}

.news-details .disclaimers > .disclaimers-label dd:last-child {
    margin: 0;
}

.news-details .disclaimers > .disclaimers-info {
    padding: 10px 24px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
}

/* ä¸Šä¸€é¡µã€ä¸‹ä¸€é¡µ */
.pageDown {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 10px 0;
    transition: all .3s;
}

.pageDown:hover {
    background-color: #f2f2f2;
}

.pageDownImg {
    width: 120px;
    height: 70px;
}

.pageDownBtn {
    display: flex;
    width: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.pageDownBtn > i {
    font-size: 60px;
    color: #bbb;
}

.pageDownInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 14px;
    height: 100%;
}

.pageDownInfo > b {
    margin: 2px 0 10px;
}

.pageDownInfo > h6 {
    font-size: 12px;
    line-height: 20px;
    color: #679c85;
    -webkit-line-clamp: 2;
}

/* ç›¸å…³é˜…è¯» */
.related-reading > h3 {
    margin: 20px 0;
    font-size: 22px;
}

.related-reading li {
    margin: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

/* åº•éƒ¨å¯¼èˆª */
footer {
    margin-top: 30px;
    color: #fff;
    background: #2c2c2c;
}

.one-hang {
   /* display: flex;
    align-items: center;
    justify-content: space-between;
    height: 86px;
    line-height: 86px;
    word-spacing: 15px;
    color: #fff;
    font-size: 16px; */
}

.service-online {
    /* padding-right: 25px;
    font-size: 22px;
    color: var(--qiTiZiTiColor); */
}

.two-hang {
    margin-top: 8px;
    border-top: 1px solid #3f3f3f;
    padding: 10px 0;
}

.two-hang > a {
    display: inline-block;
    margin: 0 10px 8px 0;
}

.two-hang > span {
    font-size: 14px;
    color: #fff;
}

.two-hang > a {
    font-size: 12px;
    color: #D3D3D3;
}

.two-hang > a:hover {
    color: var(--qiTiZiTiColor);
}

.three-hang {
    color: #999;
    padding: 0 0 10px;
}

.three-hang p {
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-size: 12px;
    color: #999 !important;
}

.hangbox {
    padding-top: 8px;
    border-top: 1px solid #3f3f3f;
    color: #fff;
    font-size: 14px;
}

.hangbox > dl {
    display: flex;
    padding: 7px 0 0;
}

.hangbox > dl > dd {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.hangbox span {
    margin-right: 10px;
    padding: 0 !important;
}

.hangbox a {
    display: inline-block;
    margin: 0 10px 8px 0;
    color: #FFF;
    font-size: 14px;
}

.hangbox > p {
    font-size: 14px;
    color: #fff;
}

.hangbox > a {
    font-size: 12px;
    color: #D3D3D3;
}

.hangbox > a:hover {
    color: var(--qiTiZiTiColor);
}

footer .img {
    width: 18px;
    max-height: 20px;
}

.three-hang p a {
    font-size: 12px;
    color: #999;
}


/* æ’ä»¶æ¥¼ç›˜å¼¹çª— */
.plugin-house-window {
  display: none;
  z-index: 1005;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.plugin-house-window .window-subject-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.plugin-house-window .window-subject-box .window-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
/*  width: 50px;
  height: 100px;*/
  cursor: pointer !important;
  font-weight: 600;
  color: #fff;
}
.plugin-house-window .window-subject-box .window-close-btn .iconfont {
  font-size: 26px;
}
.plugin-house-window .window-subject-box .window-container {
  width: 420px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
}
.plugin-house-window .window-subject-box .window-container .top-win-bg-box {
  width: 100%;
  padding: 45px 20px 30px;
  background: var(--qiTiZiTiColor);
}
.plugin-house-window .window-subject-box .window-container .window-content {
  padding: 15px 40px 30px;
}
.plugin-house-window .window-subject-box .window-container .win-willnum {
  display: none;
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.plugin-house-window
  .window-subject-box
  .win-title {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.plugin-house-window .window-subject-box .service-aim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.plugin-house-window .window-subject-box .service-aim .sa-item {
    margin: 0 6px;
    font-size: 14px;
    color: #fff;
}
.plugin-house-window
  .window-subject-box
  .describe {
  line-height: 22px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #7e7e7e;
}
.plugin-house-window
  .window-subject-box
  .input-frame {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}
.plugin-house-window
  .window-subject-box
  .input-frame
  .input-box {
    position: relative;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.plugin-house-window
  .window-subject-box
  .input-frame
  .input-box
  .fake-inp {
  display: block;
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.plugin-house-window
  .window-subject-box
  .input-frame
  .get-code-btn {
  padding-left: 20px;
  outline: none;
  border: none;
  background: #ffffff;
  font-size: 14px;
  color: var(--qiTiZiTiColor);
}
.plugin-house-window .input-frame .input-box .window-phone-error,
.plugin-house-window .input-frame .input-box .window-code-error {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: .28rem;
    color: #ff2d2d;
}
.plugin-house-window
  .window-subject-box
  .submit-btn {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: var(--qiTiZiTiColor);
  font-size: 14px;
  color: #ffffff;
  cursor: pointer !important;
}
/* æ’ä»¶æ¥¼ç›˜å¼¹çª— end */


.hrx-header{
	background:#f3f3f3;
}

/* tabs */
.hrx-tabs {
    font-size: 20px;
    border-top: 3px solid var(--qiTiZiTiColor);
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}

.hrx-tabs > .a {
    display: inline-block;
    position: relative;
    margin: 0 12px;
    padding: 0 5px;
    line-height: 45px;
}

.hrx-tabs > .a:hover, .hrx-tabs > .a.active {
    color: var(--qiTiZiTiColor);
}

.hrx-tabs > .a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--qiTiZiTiColor);
    transform: translateX(-50%);
    transition: all .3s;
}

.hrx-tabs > .a:hover:after, .hrx-tabs > .a.active:after {
    width: 100%;
}

/* å¤§å®¶è¿˜åœ¨çœ‹ */
.main-nav-tags-dl {
    padding: 0 15px 10px;
}

.main-nav-tags-dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 8px;
    border-bottom: 1px solid var(--qiTiZiTiColor);
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.main-nav-tags-dd > .tag {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    background: #f4e7f6;
    cursor: pointer;
}
.hrx-user-name{
	color:black;
}