﻿body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
html {
  min-width: 1200px;
}
* {
  margin: 0;
  padding: 0;
  font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue",
    Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "微软雅黑", "SimSun", sans-serif;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1cde3;
  font-size: 16px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1cde3;

  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1cde3;

  font-size: 16px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clear::after {
  content: "";
  clear: both;
  display: block;
}
.float-left-c > * {
  float: left;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style-type: none;
}
/* 输入框 */
textarea{
  line-height: 20px !important;
}

textarea,
input[type="text"] {
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #E4E7ED;
  color: #303133;
  font-size: 16px;
  outline: none;
  border-radius: 2px;
}
label input[type="radio"] + span{
  vertical-align: middle;
}
input[type="radio"] {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type="radio"]:checked::before {
  border-color: #3664d1;
}
input[type="radio"]:checked::after {
  content:"";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top:3px;
  left:3px;
  background-color: #3664d1;

}
input[type="radio"]::before {
  box-sizing: border-box;
  content:"";
  position: absolute;
  border:1px solid #909399;
  border-radius: 50%;
  width:100%;
  height: 100%;
  background: #fff;
  top:0;
  left:0;
}
.form-item-error {
  position: relative;
}

.form-item-error textarea,
.form-item-error input[type="text"] {
  border-color: #fa5555 !important;
}
.form-item-error::after {
  content: attr(data-errormessage);
  position: absolute;
  left: calc(50% - 128px);
  top: 36px;
  font-size: 14px;
  text-align: left;
  color: #fa5555;
  line-height: 22px;
}
textarea {
  resize: none;
}
input:focus-visible,
input:focus,
textarea:focus,
textarea:focus-visible,
select:focus {
  border-color: #3664d1 !important;
}
/*按钮*/
.button {
  background-color: #3664d1;
  border: 1px solid #3664d1;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff;
  padding: 6px 15px;
  padding-bottom: 7px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  letter-spacing: 2px;
}
.button.ls-4{
  letter-spacing: 4px;

}
.button.large {
  padding: 13px 55px;
  letter-spacing: 4px;
}
.button.large.plain{
  padding-top:15px !important;
  top:0 ;
}
.button.large + .button.large {
  margin-left: 20px;
}
.button.plain {
  background: #fff;
  border: 1px solid #e4e7ed;
  color: #303133;
  padding-top: 8px;
  position: relative;
  top: -1px;
}
.button.plain:hover {
  border-color: #4f77d6;
  color: #4f77d6;
  background-color: #ffffff;
}
.button + .button {
  margin-left: 8px;
}
.button:hover {
  background-color: #4f77d6;
  box-shadow: 0px 3px 12px 0px rgba(87, 134, 247, 0.3);
}

/* 文章 */
.bl-article-title {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  color: #3664d1;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bl-article-title.small {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}
.bl-article-title-d.small {
  padding: 0 60px;
  padding-bottom: 12px;
}
.bl-article-title-d {
  border-bottom: 1px dashed #cccccc;
  font-size: 14px;
  padding: 0 120px;
  padding-bottom: 12px;
  overflow: hidden;
}
.bl-article-title-d-time {
  color: #909399;
  float: left;
  opacity: 0.66;
}
.bl-article-title-d-font {
  color: #303133;
  float: right;
}
.bl-article-content.small {
  padding: 30px 60px 50px;
}
.bl-article-content {
  padding: 30px 120px 50px;
  line-height: 30px;
  border-bottom: 1px solid #448fdc;
  /* margin-bottom:100px; */
}
.bl-article-content a {
  color: #57b4fd;
  text-decoration: underline;
}
.bl-article-content p.text-indent-2 {
  text-indent: 32px;
  text-indent: 2em;
}
.bl-article-annex {
  padding: 30px 120px 50px;
}
.bl-article-annex-list {
  margin-top: 20px;
}
.bl-article-annex-item-icon {
  font-size: 40px;
}
.bl-article-annex-item-name {
  text-decoration: underline;
  color: #57b4fd;
  cursor: pointer;
}
.bl-article-annex-title {
  height: 20px;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 20px;
  letter-spacing: 1px;
}
/* 标签页 */
.bl-tabs-title {
  border-bottom: 2px solid #303133;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  display: flex;
  justify-content: space-between;
  /* height: 35px; */
}
.bl-tabs-title > span {
  display: inline;
  font-size: 28px;
  color: #606266;
  border-bottom: 4px solid transparent;
  line-height: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.bl-tabs-content {
  width: 100%;
}
.bl-tabs-content > div {
  display: none;
  padding-top: 30px;
}
.bl-tabs-content > div.current {
  display: block;
}
.bl-tabs-title > span:hover {
  color: #3664d1;
}
.bl-tabs-title > span.current {
  color: #3664d1;
  font-weight: 700;
  border-bottom: 3px solid #3664d1;
}
.bl-tabs-content .bl-tabs-title {
  display: inline-block;
  text-align: justify;
  text-align-last: auto;
  height: auto;
  border-bottom: none;
  width: auto;
  vertical-align: top;
}
.bl-tabs-content .bl-tabs-content {
  width: 850px;
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
  margin-left: 20px;
}
/* 卡片 */

.bl-card {
  background: #f7f7f7;
  padding: 17px 15px;
  width: 306px;
  box-sizing: border-box;
  text-align-last: auto;
  cursor: pointer;
}
.bl-card + .bl-card {
  margin-top: 30px;
}
.bl-card .bl-card-type {
  color: #303133;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bl-card .bl-card-title {
  color: #606266;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl-card .bl-card-content {
  position: relative;
  font-size: 0;
}
.bl-card .bl-card-file {
  color: #606266;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  width: 200px;
  box-sizing: border-box;
  font-weight: 700;
  vertical-align: middle;
}
.bl-card .bl-card-divider {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #3664d1;
  margin: 8px;
  vertical-align: middle;
}
.bl-card .bl-card-icon {
  display: inline-block;
  font-size: 65px;
  vertical-align: middle;
}
.bl-card .bl-card-icon-current {
  display: none;
  color: #ffb806;
}
.bl-card .bl-card-icon-default {
  display: block;
  color: #3664d1;
}
.bl-card.current .bl-card-icon-current {
  display: block;
}
.bl-card.current .bl-card-icon-default {
  display: none;
}
.bl-card .bl-card-icon > svg {
  margin: -4px;
}
.bl-card .bl-card-icon > i {
  font-size: 65px;
  margin: -4px;
}
.bl-card .bl-card-time {
  color: #909399;
  font-weight: 400;
  line-height: 8px;
  font-size: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bl-card.current {
  background: #3664d1;
}
.bl-card.current .bl-card-time,
.bl-card.current .bl-card-file,
.bl-card.current .bl-card-title,
.bl-card.current .bl-card-type {
  color: #fff;
}
.bl-card.current .bl-card-divider {
  background: #fff;
}
.bl-card.current .bl-card-title {
  font-weight: 700;
}
.bl-card.current .bl-card-title::before {
  background: #ffffff;
}
.bl-card-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #314668;
  position: relative;
  top: -3px;
}
/* 分页 */
.bl-pagination {
  display: block;
}
/* 底部  */
.footer {
  text-align: center;
  /* padding: 20px; */
  /* background-color: #f3f4f5; */
  color: #303133;
  height: 120px;
  line-height: 120px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer > img,
.footer > span {
  vertical-align: middle;
  margin-right: 40px;
}
.footer > img:first-child {
  border-right: 2px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  width: 51px;
  height: 40px;
}
.footer > img:last-child {
  width: 33px;
  height: 40px;
}
.bl-message-box-mask {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
}
.bl-message-box {
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: -200px;
  width: 400px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.bl-message-box-header {
  position: relative;
  font-size: 0;
  margin-bottom: 16px;
}
.bl-message-box-header-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffcc66;
  color: #fff;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 16px;
}
.bl-message-box-header-title {
  font-size: 18px;
  color: #303133;
  font-weight: bold;
  vertical-align: middle;
}
.bl-message-box-header-close-button::before,
.bl-message-box-header-close-button::after {
  content: "";
  position: absolute;
  background: #d8d8d8;
  width: 3px;
  height: 20px;
  transform: rotate(45deg);
  right: 10px;
  cursor: pointer;
}
.bl-message-box-header-close-button:hover::after,
.bl-message-box-header-close-button:hover::before {
  background: #3664d1;
}
.bl-message-box-header-close-button::after {
  transform: rotate(-45deg);
}
.bl-message-box-content {
  margin-left: 38px;
  margin-bottom: 25px;
  color: #909399;
  font-size: 16px;
}
.bl-message-box-footer {
  text-align: right;
}
.bl-article-title-d-font span {
  cursor: pointer;
}
.bl-article-title-d-font span.current {
  color: #3664d1;
}
.bl-article-title-d-font span + span {
  margin-left: 8px;
}
.bl-p-detail-content-item > span {
  text-indent: 2em;
  display: inline-block;
  line-height: 1.5em;
}
.bl-p-detail-content-item-download {
  font-size: 0.875em;
  cursor: pointer;
  color: #34a1ff;
}
.bl-p-detail-content-item-download + .bl-p-detail-content-item-download {
  margin-top: 10px;
}
.bl-p-detail-content-item-download svg {
  font-size: 20px;
  vertical-align: middle;
}
.bl-p-detail-content-item-download > *{
  display: inline-block;
  vertical-align: middle;
}
.bl-p-detail-content-item-download:hover {
  color: #f56c6c;
}
.bl-select {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.bl-select.focus {
  border-color: #3664d1 !important;
}
.bl-select > span {
  box-sizing: border-box;
  color: #303133;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 24px;
  padding-left: 15px;
  cursor: pointer;
}
.bl-select > span > span.placeholder {
  color: #c1cde3;
}
.bl-select > span i {
  position: absolute;
  right: 5px;
  color: #C0C4CC;
}
.bl-select > ul {
  padding: 10px 0;
  border-radius: 2px;
  display: none;
  background: #fff;
  top: 40px;
  z-index: 4;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(116, 116, 116, 0.39);
}
.bl-select > ul > li {
  font-size: 16px;
  color: #303133;
  text-align: left;
  cursor: pointer;
  padding-left: 20px;
}
.bl-select > ul > li:hover {
  color: #3664d1;
  background: #eff3fc;
}
.bl-logined {
  position: relative;
}
/* .bl-logined:hover .bl-login-panel {
  display: block;
} */
.bl-login-panel {
  display: none;
  position: absolute;
  z-index: 5;
  color: #303133;
  top: 20px;
  right: 0;
  width: 190px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(116, 116, 116, 0.39);
  text-align: center;
}
.bl-login-panel span {
  font-weight: bold;
  letter-spacing: 2px;
}

.bl-login-panel span:hover {
  color: #3664d1;
}
.bl-login-panel-list {
  padding: 20px;
  box-sizing: border-box;
}
.bl-login-panel-list span > svg {
  display: inline-block;
  height: 20px;
  margin-right: 14px;
  position: relative;
  top: -1px;
}
.bl-login-panel-list span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.bl-login-panel-list span + span {
  margin-top: 30px;
}
.bl-login-panel-btn {
  border-top: 1px solid #e1e4e8;
  font-size: 0;
  white-space: nowrap;
}
.bl-login-panel-btn span {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
}
.bl-login-panel-btn span > svg {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.bl-login-panel-btn span + span {
  border-left: 1px solid #e1e4e8;
}
