/*!
 * @Description: Less色值、PX值 变量   （项目启盘的时候前端没有架构好，现在无力回天了，我做一些拓展性的功能留给后面接手的人吧）
 * @Author: TanShenghu-福虎
 * @Email: tanshenghu@163.com
 * @企业邮箱: tanshenghu@tanshenghu.cn
 * @Date: 2024-09-20
 */
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #f2f8fa;
  min-width: 1220px;
}
body {
  font: 14px/1.5 "微软雅黑";
  color: #454545;
}
body > main {
  min-height: calc(100vh - 540px);
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("https://assets.zbtech.cc/assets/font/youSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("https://assets.zbtech.cc/assets/font/youSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("https://assets.zbtech.cc/assets/font/youSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
header {
  background-image: url("https://assets.zbtech.cc/images/zbgmain/29lgu7bg66.png");
  background-repeat: no-repeat;
  background-position: center top;
}
header .header_aside {
  height: 220px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header .logo {
  position: absolute;
  left: -30px;
  top: 40px;
  padding-left: 170px;
}
header .logo img {
  width: 170px;
  position: absolute;
  left: 0;
  top: 7px;
}
header .logo figcaption {
  color: #1677ff;
  padding-top: 25px;
}
header .logo h1 {
  font-size: 30px;
  font-weight: bold;
}
header .logo h2 {
  font-size: 30px;
  font-weight: inherit;
}
header .weather_box {
  position: absolute;
  width: 290px;
  right: 250px;
  top: 34px;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 5px 20px;
}
header .weather_box .weather_ifm {
  position: relative;
  width: 100%;
  height: 75px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 85px 100%, 85px 52px, 0 52px);
  pointer-events: none;
}
header .weather_box iframe {
  border: none;
  display: block;
  width: 180%;
  height: 100%;
  margin-left: -35px;
}
header .weather_box .x_mineRili {
  font-size: 12px;
}
header .weather_box .x_mineRili .p1,
header .weather_box .x_mineRili .p2 {
  margin-bottom: 5px;
}
header .weather_box .x_mineRili .p2 span:first-child,
header .weather_box .x_mineRili .p3 span:first-child {
  font-weight: bold;
}
header .weather_box .x_mineRili .p2 em,
header .weather_box .x_mineRili .p3 em {
  font-style: normal;
  display: inline-block;
}
header .weather_box .x_mineRili .yi {
  background-color: #5cc50f;
  color: white;
  padding: 0 3px;
  border-radius: 3px;
}
header .weather_box .x_mineRili .ji {
  background-color: #fc3939;
  color: white;
  padding: 0 3px;
  border-radius: 3px;
}
header .weather_box .x_mineRili marquee {
  vertical-align: middle;
}
header .login_box {
  position: absolute;
  right: 0;
  top: 87px;
}
header .login_box button {
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 10px 25px;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 6px;
  color: white;
  vertical-align: middle;
  background-color: #1677ff;
}
header .login_box button i {
  margin-right: 5px;
  vertical-align: initial;
}
header .login_box button:hover {
  background-color: #4995ff;
}
header .login_box .login_btn {
  margin-right: 10px;
}
header .login_box .user_info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 7px;
}
header .login_box .user_info cite:before,
header .login_box .user_info i {
  margin-right: 3px;
}
header .login_box .user_info cite {
  cursor: pointer;
}
header .login_box .user_info .dropdown {
  display: none;
  position: absolute;
  left: -12px;
  background-color: white;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #ccc;
  width: 100px;
}
header .login_box .user_info .dropdown li {
  padding-left: 10px;
  cursor: pointer;
  color: #555;
  line-height: 25px;
}
header .login_box .user_info .dropdown li:hover {
  background-color: #f3f3f3;
}
header .login_box .user_info .dropdown label {
  cursor: pointer;
}
header .login_box .user_info:hover .dropdown {
  display: block;
}
header nav {
  background-color: #1677ff;
}
header nav .fa {
  margin-right: 5px;
}
header nav a {
  display: block;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: white;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
header nav a:hover,
header nav a.current {
  background-color: #62a4ff;
}
header nav > section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
}
footer {
  background: linear-gradient(to right, #1677ff, #4995ff);
  color: white;
}
footer > section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
footer h3 {
  font-size: 18px;
}
footer .col_items {
  float: left;
}
footer .tool_box {
  width: 30%;
}
footer .tool_box p {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .tool_box .fa {
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 8px;
}
footer .tool_box .fa:hover {
  background-color: white;
  color: #1677ff;
}
footer .other_link {
  width: 40%;
}
footer .other_link:after {
  content: '\20';
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
footer .other_link:after {
  content: '\20';
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
footer .other_link dl {
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
  width: 50%;
}
footer .other_link dt {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}
footer .other_link dd {
  line-height: 25px;
}
footer .other_link dd a {
  transition: all 0.5s ease 0s;
  padding-left: 0;
}
footer .other_link dd a:hover {
  padding-left: 10px;
}
footer .subscribe_update {
  width: 30%;
}
footer .subscribe_update p {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .subscribe_update .subscribe_mail {
  background-color: white;
  display: inline-block;
  white-space: nowrap;
}
footer .subscribe_update .subscribe_mail input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  width: 180px;
}
footer .subscribe_update .subscribe_mail .feed_btn {
  cursor: pointer;
  background-color: #e2eeff;
  color: #444;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  user-select: none;
}
footer .subscribe_update .subscribe_mail .feed_btn .fa {
  margin-right: 3px;
}
footer .subscribe_update .subscribe_mail .feed_btn:hover {
  color: #1677ff;
}
footer .copyright {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 12px;
  border-top: 1px solid #dfdfdf;
}
.breadcrumb {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  color: #666;
}
.breadcrumb a {
  color: #1677ff;
}
.breadcrumb .fa {
  margin-right: 7px;
  color: #1677ff;
}
#userLoginDialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 390px;
  overflow: hidden;
  margin: auto;
  border-radius: 12px;
}
#userLoginDialog .close_btn {
  position: absolute;
  right: 10px;
  top: 7px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
#userLoginDialog iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 1920px) {
  header {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
main {
  width: 1200px;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  padding-right: 80px;
}
main article {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
main article h3 {
  position: relative;
  font-weight: normal;
}
main article h3 label {
  font-family: YouSheBiaoTiHei;
  color: #1677ff;
  font-size: 26px;
}
main article h3 .more_link {
  color: #888;
  font-size: 12px;
  position: absolute;
  right: 40px;
  top: 3px;
}
main article h3 .more_link:hover {
  color: #1677ff;
}
main article ul {
  list-style: none;
  padding-top: 15px;
  padding-right: 20px;
}
main article li {
  line-height: 25px;
  border-bottom: 1px dashed #ccc;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 8px;
  padding-right: 10px;
  text-shadow: 0px 0px 3px #ccc;
}
main article li .transfer {
  color: red;
  display: inline-block;
  border: 1px solid red;
  box-shadow: 0 0 3px red;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  text-align: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-user-select: none;
  user-select: none;
}
main article li a {
  color: #343434;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 652px;
  padding-left: 10px;
  position: relative;
}
main article li a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #343434;
  position: absolute;
  left: 0;
  top: 9px;
}
main article li a:hover {
  color: #1677ff;
}
main article li a:hover:before {
  background-color: #1677ff;
}
main article li time {
  color: #666;
  vertical-align: middle;
  float: right;
}
main aside {
  width: 280px;
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;
  color: white;
  font-weight: bold;
}
main aside .entry_btn {
  font-size: 30px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #fd975b, #febd97);
  background-repeat: repeat-x;
  height: 33.3333%;
  min-height: 100px;
  background-size: auto 100%;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
main aside .entry_btn .entry_desc {
  padding: 0 0 25px 20px;
  position: relative;
  background: url("https://assets.zbtech.cc/images/zbgmain/3iur3qaal5.png") no-repeat 20px bottom;
}
main aside .entry_btn .entry_desc:after {
  content: '[登录入口]';
  position: absolute;
  left: 62px;
  bottom: -3px;
  font-size: 18px;
}
.contact_qrcode {
  position: fixed;
  right: 0;
  top: 287px;
  font-size: 14px;
  z-index: 300;
}
.contact_qrcode ul {
  list-style: none;
}
.contact_qrcode ul li {
  height: 90px;
  width: 170px;
  padding: 10px 10px 10px 90px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px 0 0 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.contact_qrcode ul li > img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
}
.contact_qrcode ul li > div {
  text-align: center;
  padding-top: 40px;
  background-position: center 15px;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.contact_qrcode ul .douyin > div {
  background-image: url("https://assets.zbtech.cc/images/zbgmain/7mvcu1aitg.png");
}
.contact_qrcode ul .wx_vedio > div {
  background-image: url("https://assets.zbtech.cc/images/zbgmain/9qfok8qmh.png");
}
.contact_qrcode ul .wx_wechat > div {
  background-image: url("https://assets.zbtech.cc/images/zbgmain/11tq7sheu.png");
}
.contact_qrcode ul .wx_kf > div {
  background-image: url("https://assets.zbtech.cc/images/zbgmain/1egte6jb7r.png");
}
.contact_qrcode ul li:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
