/*!
 * @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;
}
main > section {
  background-color: white;
  border-radius: 12px;
  margin-top: 10px;
}
main > section h3 {
  border-bottom: 4px double #ccc;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  color: #545454;
  font-weight: normal;
  font-family: YouSheBiaoTiHei;
}
main > section article {
  padding: 15px 25px;
}
