/*Global style*/
body,
html {
  width: 100%;
  background: #f5f5f5;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex="-1"]:focus {
  outline: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

.footer_copyright {
  width: 100%;
  min-width: 1200px;
  height: 256px;
  margin-top: 20px;
  background: #1c2253;
}
.footer_copyright .center-block {
  width: 1200px;
  margin: 0 auto;
}
.footer_copyright .up {
  display: flex;
  height: 176px;
  border-bottom: 1px solid #636363;
}
.footer_copyright .col1 {
  width: 264px;
}
.footer_copyright .col2 {
  width: 162px;
}

.footer_copyright .col3 {
  width: 190px;
}
.footer_copyright .title {
  margin-top: 38px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.footer_copyright .logo {
  width: 284px;
  height: 48px;
  margin-top: 38px;
  background: url("/article/images/logo2.png");
  background-size: 100% 100%;
}
.footer_copyright .link {
  margin-bottom: 14px;
  color: #c5c5c5;
  font-size: 14px;
  cursor: pointer;
}
.footer_copyright .link a {
  text-decoration: none;
  color: #c5c5c5;
}
.footer_copyright .link a:hover {
  color: #fff;
}
.footer_copyright .col4 {
  display: flex;
}
.footer_copyright .qrcode {
  margin-top: 25px;
  margin-right: 48px;
}
.footer_copyright .qrcode .pic {
  width: 102px;
  height: 102px;
}
.footer_copyright .qrcode .pic img {
  width: 100%;
}

.footer_copyright .qrcode .tip {
  margin-top: 14px;
  color: #c5c5c5;
  font-size: 14px;
  text-align: center;
}
.footer_copyright .down .copyright {
  margin-top: 30px;
  color: #c4c4c4;
  font-size: 14px;
}

.footer_copyright .down a {
  color: #c4c4c4;
  text-decoration: none;
}

/* 浮动容器样式 */
.floating-menu {
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #fff;
  display: none;
  opacity: 0;
}

/* 按钮样式 */
.floating-menu .icon_wrap {
  display: block;
  margin: 15px 10px;
  cursor: pointer;
  position: relative;
}
.floating-menu .icon_wrap img {
  width: 20px;
}
.floating-menu .icon_wrap .xiaobu_bg {
  width: 25px;
  transform: rotateY(180deg)
}
.floating-menu .text_float {
  display: none;
  position: absolute;
  right: 50px;
  top: -11px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  // width:120px;
  white-space: nowrap;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
}
.floating-menu .text_float::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff; /* 控制箭头的颜色 */
}

.floating-menu button:hover {
  background-color: #0056b3;
}

/* 二维码显示样式 */
.floating-menu .qr-code {
  display: none;
  position: absolute;
  right: 70px;
  top: 0;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1001;
}
.floating-menu .qr-code em {
  display: block;
  text-align: center;
  font-style: normal;
  fonnt-size: 12px;
}

/* 调查问卷弹窗样式 */
.survey-popup {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 400px;
  padding: 20px;
  background: linear-gradient(to right, #f3f6ff, #fbfcff);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  font-size: 12px;
}
.survey-popup .btn_wrap {
  display: flex;
  justify-content: flex-end;
}
.survey-popup h3 {
  margin: 0 0 20px 0;
}
.survey-popup em {
  font-style: normal;
}

.survey-popup input,
.survey-popup textarea {
  width: 100%;
  display: block;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: none;
  box-sizing: border-box;
}
.survey-popup textarea {
  line-height: 1.75;
}

.survey-popup button {
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.survey-popup button:hover {
  background-color: #218838;
}
.survey-popup .submit_btn {
  width: 60px;
  height: 32px;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  background: #4160ef;
}
.survey-popup .submit_btn:hover {
  background: #5470ec;
}
.survey-popup .submit_btn.cancel {
  background: #ffffff;
  border: 1px #cececd solid;
  color: #000;
}

/* 管理按钮样式 */
.survey-popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(/article/images//close_icon.png) no-repeat center center;
  background-size: 100% 100%;
}
.survey-ul {
  padding: 0;
  margin: 0;
}
.survey-ul li {
  line-height: 30px;
  padding: 0 0 20px;
  margin: 0;
  display: flex;
  position: relative;
}
.survey-ul li .error {
  position: absolute;
  left: 72px;
  bottom: -5px;
  color: red;
  font-size: 12px;
  display: none;
}
.survey-ul li label {
  width: 70px;
  padding-right: 10px;
  text-align: right;
  line-height: 35px;
}
.survey-ul li label em {
  padding-right: 2px;
  color: red;
  font-style: normal;
}
.survey-ul .inpt {
  outline: none;
  border: 1px solid #e3e3e3;
}
.survey-ul .inpt:focus {
  border: #375ce5 1px solid;
}
.popup_result {
  position: fixed;
  right: -1000px;
  top: 70px;
  width: 384px;
  max-width: calc(100vw - 48px);
  margin-bottom: 16px;
  margin-inline-start: auto;
  padding: 20px 24px;
  overflow: hidden;
  line-height: 1.5;
  word-wrap: break-word;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.popup_result .title {
  padding: 0 0 0 30px;
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.5;
  background: url('/article/images/success_icon.png') no-repeat left center;
  background-size: auto 22px;
}
.popup_result .content {
  padding-left: 30px;
  font-size: 14px;
  color:rgba(0, 0, 0, 0.88)
}
.files_wrap {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.files_wrap em {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-style: normal;
}
.files_wrap img {
  max-width: 100px;
  max-height: 100px;
}
.files_wrap span {
  width: 100%;
  text-align: center;
}
.survey_wrap {
  padding-right: 15px;
  flex: 1;
}

.home_main .header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 48px;
  background: url("/article/images/header-bg.jpg");
  background-size: 100% 100%;
}
.home_main .left {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.home_main .left a {
  box-sizing: border-box;
  height: 48px;
  margin: 0 22px;
  padding: 0 5px;
  transition: all 0.1s;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  text-decoration: none;
}
.home_main .left a:hover{
  border-bottom: 3px solid #fff;
}

.home_main .logo {
  width: 112px;
  height: 34px;
  margin-right: 50px;
  margin-left: 30px;
  background: url("/article/images/logo2.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.home_main .username {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.home_main .username-aciton-item {
  cursor: pointer;
}
.home_main .user-login {
  display: flex;
  align-items: center;
  position: relative;
}
.home_main .login_out_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  cursor: pointer;
}
.home_main .login_out {
  width: 80px;
  height: 46px;
  display: block;
  border-radius: 10px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
  line-height: 46px;
}
.home_main .right {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 100%;
  padding-right: 18px;
  float: right;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
.home_main .right a {
  color: #ffffff;
  padding: 0 15px;
  margin: 0 12px;
  text-decoration: none;
}
.home_main .right a.a_link {
  box-sizing: border-box;
  height: 48px;
  margin: 0 22px;
  padding: 0 5px;
  transition: all 0.1s;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  text-decoration: none;
}

.home_main .right a.a_link:hover{
  border-bottom: 3px solid #fff;
}
.home_main .right .login {
  margin-left: 56px;
  padding-left: 32px;
  background: url("/article/images/icon-user.png") no-repeat center left;
  background-size: 24px 24px;
}
.home_main .activity_area {
  height: 48px;
  //padding-bottom: 2px;
}
.home_main .activity_area a{
  padding: 0;
  margin: 0;
}
.home_main  .activity_img {
  width: auto;
  height: 100%;
}
.home_main .gap {
  padding: 0 10px 0 0px;
  font-size: 18px;
}
.home_main .register {
  width: 75px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 0px 15px;
  background: rgb(16, 225, 160);
  text-align: center;
  line-height: 24px;
}
.home_main .service {
  margin-left: 27px;
  cursor: pointer;
}
.home_main .control {
  width: 80px;
  margin-left: 39px !important;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #375ce5 !important;
  background: #ffffff;
  text-align: center;
}
.home_main .user_name {
  margin: 0 !important;
  padding: 4px 0 4px 30px !important;
  background: url(/article/images/icon-user.png) no-repeat center left;
  background-size: 20px 20px;
}
.home_main .arrow {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  top: 0;
  right: 6px;
  transform: translateY(-100%);
}
.home_main .arrow::before {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 16px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(
    1.6568542494923806px 100%,
    50% 1.6568542494923806px,
    14.34314575050762px 100%,
    1.6568542494923806px 100%
  );
  clip-path: path(
    "M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z"
  );
  content: "";
}
.home_main .arrow::after {
  content: "";
  position: absolute;
  width: 8.970562748477143px;
  height: 8.970562748477143px;
  bottom: 0;
  inset-inline: 0;
  margin: auto;
  border-radius: 0 0 2px 0;
  transform: translateY(50%) rotate(-135deg);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  z-index: 0;
  background: transparent;
}

.home_main .container {
  width: 1200px;
  min-height: 58vh;
  margin: auto;
  margin-top: 60px;
  background: #ffffff;
  padding: 40px 30px;
  line-height: 24px;
}
.home_main .title {
  font-size: 24px;
  line-height: 2.5;
  text-align: center;
  padding: 0;
  margin: 0;
}
.home_main .time {
  padding-bottom: 30px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.home_main .footer {
  width: 1200px;
  margin: auto;
  padding: 0 30px;

  color: #000000;
  font-size: 14px;
  line-height: 2;
  background: #ffffff;
}
.home_main .footer a {
  color: #000000;
}
.home_main .popover {
  display: none;
  position: absolute;
  left: 500px;
  top: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: start;
  cursor: auto;
  user-select: text;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.home_main .popover-content {
  position: relative;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.home_main .popover-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
}
.home_main .popover-arrow::before {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 16px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(
    1.6568542494923806px 100%,
    50% 1.6568542494923806px,
    14.34314575050762px 100%,
    1.6568542494923806px 100%
  );
  clip-path: path(
    "M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z"
  );
  content: "";
}
.home_main .popover-arrow::after {
  content: "";
  position: absolute;
  width: 8.970562748477143px;
  height: 8.970562748477143px;
  bottom: 0;
  inset-inline: 0;
  margin: auto;
  border-radius: 0 0 2px 0;
  transform: translateY(50%) rotate(-135deg);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  z-index: 0;
  background: transparent;
}
.home_main .news_li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
.home_main .news_li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.75;
}
.home_main .content {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}
.footer_copyright .tel_area {
  padding: 25px 0 0;
  color: #fff;
  margin: 0;

}
.footer_copyright .tel_area li {
  list-style: none;
  padding-bottom: 21px;
  font-size: 14px;
  line-height: 1.5;
}

.footer_copyright .tel_area a {
  color: #c5c5c5;
  text-decoration: none;
}

.footer_copyright .tel_area span {
  display: block;
}

.footer_copyright .tel_area em {
  display: block;
  font-style: normal;
  color: #c5c5c5;
}
.opem_webui{
  position: relative;
}
#btn- .opem_webui .jiaobiao{
  position: absolute;
  right: -25px;
  top: -10px;
  width: 30px;
  height: 15px;
}
