body,
html,
.login_box {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: "Microsoft YaHei";
  color: #2a2a2a;
  font-size: 14px;
  background-color: #f6faff;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #555555;
}
ul {
  padding: 0rem;
  margin: 0rem;
}
ul li {
  list-style-type: none;
}
select,
textarea,
input {
  outline: -webkit-focus-ring-color auto 0px !important;
}
p {
  margin: 0px;
  padding: 0px;
}
/* ------------------------------------ */
.header_bg {
  width: 100%;
  height: 90px;
  background: linear-gradient(
    90deg,
    rgba(146, 149, 255, 1) 0%,
    rgba(64, 158, 254, 1) 100%
  );
  box-shadow: 0px 3px 6px rgba(49, 0, 255, 0.16);
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 9;
}
.header_box {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.header_text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_text > a {
  color: white;
  margin-right: 40px;
  position: relative;
}
.header_img {
  border-radius: 50%;
}
.header_opeation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  height: 60px;
}
.header_opeation_box img {
  margin-left: 5px;
}
.header_opeation_box button {
  width: 80px;
  height: 30px;
  position: absolute;
  left: 90%;
  top: 60px;
  line-height: 30px;
  background-color: #fff;
  color: #4c9cfe;
  border: none;
  outline: none;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.header_text button {
  display: none;
}
/* 面包屑 */
.bread_crumbs_box {
  width: 12rem;
  margin: 0 auto;
  font-size: 0.14rem;
}
.bread_crumbs_box {
  display: flex;
}
.bread_crumbs_box ul {
  display: flex;
  flex-direction: row;
  margin: 20px 0px;
  padding-top: 0.9rem;
}
.bread_crumbs_box ul li {
  color: #999999;
  margin-right: 20px;
}
.bread_crumbs_box ul li a {
  color: #999999;
}
.bread_crumbs_box ul li:last-child a {
  color: #409efe !important;
}
.return_btn {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  border-radius: 4px;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 14px;
}
/* 下拉框公共样式 */
.select_box {
  width: 100%;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 0px 0px 0px;
  border: none;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.select_box option {
  background-color: #fff;
  color: #000;
}
