ul,
li {
  list-style: none;
}
p,
table,
td,
tr {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei", "\5B8B\4F53", "\9ED1\4F53";
}
.borderFix {
  behavior: url(/public/fixIE/PIE.htc);
}
input,
select,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #40a3fe;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.marginAuto {
  margin: 0 auto;
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.tabHeader {
  border: 1px solid;
}
.btn {
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #3472f9;
  height: 48px;
  line-height: 48px;
  width: 400px;
  border: none;
}
.btn:hover {
  background-color: #0082ff;
}
.shop_header_title {
  height: 60px;
  line-height: 60px;
  display: block;
  color: #000;
}
.shop_header_title:before {
  content: " ";
  border-left: 4px solid #40a3fe;
  padding-left: 20px;
}
.shop_header_button {
  position: absolute;
  background-color: #40a3fe;
  width: 120px;
  height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  right: 0;
  top: 20px;
}
.icon_img {
  vertical-align: middle;
}
.add_btn span {
  margin-right: 6px;
}
.add_btn .icon_img1 {
  vertical-align: middle;
  margin-bottom: 3px;
}
.input_border {
  border: 1px solid red;
}
.error_alert {
  width: 100%;
}
.error_alert .mask {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 999999999;
}
.error_alert .content {
  background-image: url('/public/images/bg.jpg');
  background-repeat: no-repeat;
  width: 460px;
  height: 290px;
  margin: -145px auto auto -230px;
  position: absolute;
  z-index: 1000000000;
  top: 50%;
  left: 50%;
}
.error_alert .content span {
  display: block;
  width: 356px;
  height: 69px;
  margin: 200px 50px 0 50px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #777c94;
}
.error_alert i {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -30px;
  cursor: pointer;
}
.message_box .messageG {
  /* 移除固定宽度相关的属性 */
  min-height: 36px;
  line-height: 34px;
  background-color: #fff;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  position: fixed;
  /* 居中定位 */
  left: 50%;
  top: 36px;
  transform: translate(-50%, -50%);
  /* 移除 margin-left 和 margin-top */
  border: 1px solid #ddd;
  padding: 0 20px;
  /* 增加左右内边距 */
  border-radius: 4px;
  /* 可选：添加圆角 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* 可选：添加阴影 */
  display: inline-flex;
  /* 使用 flex 布局 */
  align-items: center;
  /* 垂直居中 */
  white-space: nowrap;
  /* 防止文字换行 */
}
.message_box .messageG span {
  display: inline-block;
  /* 改为 inline-block */
  vertical-align: middle;
}
.message_box .messageG i {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 10px;
}
.message_box .messageG .error {
  color: #fe6466;
}
.message_box .messageG .success {
  color: #00ae21;
}
.confirm_alert {
  width: 100%;
}
.confirm_alert .mask {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}
.confirm_alert .content {
  width: 300px;
  height: 140px;
  margin: -90px auto auto -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  background-color: #fff;
  z-index: 1001;
}
.confirm_alert .content > span {
  display: block;
  font-size: 16px;
  line-height: 35px;
  height: 70px;
  margin: 10px 0 20px;
}
.confirm_alert .content > div {
  text-align: right;
}
.confirm_alert .content > div span {
  padding: 6px 26px;
  cursor: pointer;
}
.confirm_alert .content > div .clear {
  background-color: #fff;
  border: 1px solid #ddd;
}
.confirm_alert .content > div .ok {
  background-color: #0082ff;
  border: 1px solid #0082ff;
  color: #fff;
}
.confirm_alert i {
  font-size: 26px;
}
#EQFlowApprovalUserTask {
  background-color: #fff;
}
.layui-table > thead > tr {
  background-color: #fff;
}
.layui-table > thead > tr th {
  color: #777c94;
  font-weight: bold;
  font-size: 12px;
}
.layui-table-body {
  color: #777c94;
  background-color: #fff !important;
}
.layui-table-page {
  background-color: #fff !important;
}
.layui-table > tbody > tr {
  color: #777c94;
}
.layui-table > tbody > tr td {
  font-size: 12px;
}
.layui-table > tbody > tr:hover {
  background-color: #fcfcfd;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #238ffa;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #40a3fd;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #40a3fe;
}
.layui-table td {
  border: 1px solid #f4f4f7;
}
.layui-table th {
  border: 1px solid #f7f6fb;
}
.layui-btn {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.layui-btn-primary {
  color: #777c94;
  border: 1px solid #ececec;
}
.layui-btn-primary:hover {
  border: 1px solid rgba(35, 143, 250, 0.6);
  color: #238ffa;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
  border: 1px solid #238ffa !important;
}
.layui-tab-content {
  padding-left: 0;
  padding-right: 0;
}
.layui-table-cell {
  height: 36px;
  line-height: 36px;
}
.layui-btn-xs {
  height: 28px;
  padding: 0 22px;
  line-height: 26px;
  border-radius: 4px;
}
.layui-form-item {
  margin-bottom: 30px !important;
}
.layui-input,
.layui-textarea {
  color: #777c94 !important;
}
.layui-layer-shade {
  background-color: #000000;
  opacity: 0.6 !important;
}
.layui-layer-title {
  background-color: #f7f6fb;
}
.ApplicationDetails {
  font-size: 14px;
  font-weight: bold;
  color: #777c94;
}
.ApplicationDetails:before {
  content: "\E64D";
  font-family: "iconfont";
  font-size: 14px;
  padding-right: 6px;
  color: #40a3fe;
  font-weight: normal;
}
.layui-form-select dl dd.layui-this {
  background-color: #238ffa !important;
}
.layui-form-label {
  color: #777c94;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
}
.layui-layer-btn {
  border-top: 1px solid #f7f6fb;
}
.layui-btn-danger {
  background-color: #fff !important;
  color: #777c94 !important;
  border: 1px solid #f2f1f1 !important;
}
.layui-btn-danger:hover {
  color: #ff8080 !important;
  border: 1px solid rgba(255, 128, 128, 0.6) !important;
  background-color: #fff8f6 !important;
}
#fillForm ul {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 18px;
  background-color: #f8f6fd;
  padding-right: 18px;
  font-size: 14px;
  line-height: 36px;
}
#fillForm textarea {
  margin-right: 18px;
  margin-top: 20px;
  height: 36px;
  font-size: 14px;
}
/*修改滚动条样式*/
.layui-layer-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.layui-layer-content::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
.layui-layer-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}
.layui-layer-content::-webkit-scrollbar-thumb:hover {
  background-color: #a9a9a9 !important;
}
.layui-layer-content::-webkit-scrollbar-corner {
  background: #f3f3f3;
}
.layui-table-view {
  box-shadow: 0 3px 40px 0 rgba(0, 44, 255, 0.03);
}
.layui-tab-title {
  border: none;
}
#appleQRCode {
  margin-left: 50px;
  margin-top: 50px;
}
body {
  line-height: 1.62;
  color: #111;
  font-size: 14px;
  font-family: "Microsoft YaHei", "\5B8B\4F53", "\9ED1\4F53";
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote {
  margin: 0;
  padding: 0;
}
a {
  color: #40a3fe;
  text-decoration: none;
  cursor: pointer;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
html,
body,
div#main {
  height: 100%;
  width: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.middleContainer {
  height: 100%;
  width: 100%;
}
.middleContainer > * {
  vertical-align: middle;
}
#log {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fffdef;
}
#loading {
  position: fixed;
  top: 20px;
  text-align: center;
  width: 100%;
  display: none;
}
.formItem {
  padding-top: 16px;
  position: relative;
}
.formItem i {
  font-size: 20px;
  position: absolute;
  line-height: 45px;
}
.formItem i.prefix {
  color: #c3cfe6;
  margin-left: 14px;
}
.formItem i.validation {
  position: absolute;
  right: 10px;
}
.formItem i.noteCode {
  position: absolute;
  right: 195px;
  top: 20px;
}
.formItem i.valid {
  color: #00c72e;
  font-size: 14px;
}
.formItem i.error {
  color: #fe6466;
}
.formItem label {
  width: 100px;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
  font-size: 12px;
  color: #777c94;
  height: 44px;
  margin-bottom: -16px;
}
.formItem .placeholderDiv {
  font-size: 14px;
  position: absolute;
  line-height: 42px;
  margin-left: 95px;
  top: 3px;
  color: #9a9a9a;
  margin-left: 20px\9;
}
.formItem .verifyImg {
  position: absolute;
  margin-left: 10px;
  width: 125px;
}
.formItem .noteNum {
  margin-left: 5px;
  width: 125px;
  display: inline-block;
  background-color: #04ad74;
  border: 1px solid #04ad74;
  color: #fff;
  height: 41px;
  line-height: 40px;
  padding-bottom: 1px;
  text-align: center;
  cursor: pointer;
}
.formItem .noteNum:hover {
  background-color: #00bf7f;
  cursor: pointer;
  border: 1px solid #00bf7f;
}
.formItem .noteNone {
  background-color: #ddd;
}
.formItem .error_msg {
  margin: 0;
  padding: 0;
  color: red;
  margin-left: 105px;
}
.formItem textarea {
  width: 320px;
  height: 80px;
  resize: none;
  padding: 10px;
  border-color: #f4f4f7;
}
.formItem textarea::-webkit-input-placeholder {
  color: #ddd;
}
.formItem input,
.formItem select {
  height: 44px;
  line-height: 45px;
  width: 330px;
  font-size: 12px;
}
.formItem input.verifyCode,
.formItem select.verifyCode {
  width: 195px !important;
}
.formItem input.withIcon,
.formItem select.withIcon {
  padding-left: 38px;
  width: 320px;
}
.formItem input.noteCode,
.formItem select.noteCode {
  width: 195px !important;
}
.formItem span.verifyCodeResult {
  width: 110px;
}
.formItem input.disabled_input {
  width: 320px !important;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e7e7e7;
  background-color: #f7f6fc;
  padding: 0px 10px;
  color: #aaa;
  float: right;
  *float: none;
  margin-left: 5px;
}
.split {
  color: #e5e5e5;
}
.errorMsg {
  margin-top: 10px;
  height: 14px;
  color: red;
}
.avatar {
  text-align: center;
  display: inline-block;
  color: #fff;
}
.avatar-small {
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  behavior: url(/public/fixIE/PIE.htc);
}
.avatar-small.iconfont {
  font-size: 20px;
}
.To_configure {
  width: 20px;
  margin-left: 14px;
  height: 18px;
  margin-top: 14px;
  padding-left: 6px;
  background-image: url("/public/images/To_configure.png");
  background-repeat: no-repeat;
}
.To_configure:hover {
  background-image: url(/public/images/To_configure1.png);
}
.dropMenu {
  position: absolute;
  z-index: 800;
}
.dropMenu .dropMenuItem i {
  color: #9797ab;
}
.dropMenu .dropMenuItem span {
  font-size: 14px;
  color: #777c94;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 40px;
  line-height: 40px;
}
.dropMenu .dropMenuItem:hover {
  background-color: #f1f9ff;
}
.dropMenu .dropMenuItem:hover .dropMenuItemName {
  color: #017efe;
}
#userItem .dropMenuItem {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background-color: #fff;
}
#userItem .dropMenuItem:hover {
  background-color: #f4faff;
}
#userItem .dropMenuItem:hover span {
  color: #238ffa;
}
#userItem .dropMenuItem:hover i {
  color: #fff;
}
.accountDropMenu {
  font-size: 14px;
  padding: 5px 0px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 2px 4px #E6E1CD;
  background: #FFF;
  width: 190px;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.accountDropMenu .dropMenuItem {
  padding: 5px 20px;
}
.categoryMenu {
  color: #5b5b5b;
  height: 60px;
  background-color: #e9e9e9;
}
.categoryMenu .cont {
  position: relative;
  width: 1060px;
  margin: auto;
}
.categoryItem {
  padding: 0 20px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.categoryItem.catActive {
  color: #2870f9;
  border-bottom: 2px solid #238ffa;
}
.categoryLineItem {
  border-left: 4px solid #40a3fe;
  padding-left: 10px;
}
.userContBottom {
  background-color: #f7f6fb;
  min-height: calc(100% - 145px);
  padding-top: 30px;
  height: 100% \0;
  *height: 100%;
}
.apps {
  margin-left: 7px;
}
.apps .card {
  width: 240px;
  height: 230px;
  float: left;
  border: 1px solid #f7f7f8;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-bottom: 3px solid #f1f1f1;
}
.apps .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #40a3fe;
}
.apps .card:hover .set {
  color: #40a3fe;
}
.apps .card .cardCover {
  width: 84%;
  cursor: pointer;
  padding: 15px 8%;
  height: 80px;
}
.apps .card .cardMeta {
  font-size: 12px;
  color: #b8b8b8;
  padding: 10px 10px 0 10px;
}
.apps .card .cardContent {
  padding: 0 15px;
}
.apps .card .cardAppName {
  font-size: 18px;
  padding-top: 6px;
  font-weight: bold;
  color: #1f005c;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
}
.apps .card .cardAccount {
  color: #0070ff;
  display: block;
  background-color: #f1f9ff;
  padding: 5px 10px;
  font-weight: bold;
  position: relative;
}
.apps .card .cardAccount .iconfont {
  float: right;
  position: absolute;
  right: 12px;
  top: 7px;
}
.apps .card .cardAccount .lineName {
  overflow: hidden;
  display: block;
  width: 160px;
  height: 22px;
  text-overflow: ellipsis;
  word-break: normal;
}
.apps .card .cardConfig {
  position: absolute;
  margin-left: 190px;
  margin-top: -30px;
  cursor: pointer;
}
.apps .card .set {
  font-size: 26px;
  color: #9a9a9a;
}
.maskApp {
  width: 100%;
  height: 100%;
  display: none;
}
.maskApp .mask {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
.maskApp .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 340px;
  margin-left: -150px;
  margin-top: -200px;
  background-color: #fff;
  padding: 30px;
}
.maskApp .content img {
  width: 100%;
}
.maskApp .content span {
  font-size: 30px;
  position: absolute;
  right: -36px;
  top: -16px;
  color: #fff;
  cursor: pointer;
}
.maskApp .content .title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.maskApp .content select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.maskApp .content a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #017efe;
}
.blueBtn {
  text-align: center;
  cursor: pointer;
  display: block;
  background-color: #3472f9;
  line-height: 48px;
  width: 400px;
  border: none;
  background: #1b38ec;
  width: 84px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}
.preventImg {
  margin-top: 80px;
}
.preventInformation {
  margin: 0 auto;
  color: #ff2929;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1px;
}
.preventClose {
  margin: 0 auto;
  margin-top: 60px;
  width: 130px;
  height: 32px;
  background-color: #40a3fe;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}
.layui-form-item .layui-form-label span {
  color: red;
  margin-right: 5px;
}
.layui-laypage .layui-laypage-skip {
  display: none;
}
.add_sort {
  background-color: #1dd86a;
  width: 130px;
  height: 40px;
  border: 1px solid #2bd672;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -72px;
  float: right;
}
.to_sort {
  font-size: 14px;
  float: right;
  margin-top: 20px;
}
.to_sort a {
  color: #777c94 !important;
}
.to_sort:before {
  content: "\E70D";
  font-family: "iconfont";
  font-size: 14px;
  color: #238ffa;
}
.to_sort:hover a {
  color: #238ffa !important;
}
.ApplicationBar {
  padding-bottom: 63px;
  font-size: 12px;
}
.ApplicationBar .appIcon {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}
.ApplicationBar:first-child:before {
  content: "\E663";
  font-family: "iconfont";
  font-size: 12px;
}
.go_home {
  float: right;
  margin-top: -53px;
  border: 1px solid #ddd;
  padding: 5px 18px;
  color: #333;
}
.app_item {
  width: 220px;
  height: 120px;
  margin-bottom: 30px;
  margin-right: 40px;
  border: 1px solid #ddd;
}
.boxList {
  height: 650px;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.boxList .title {
  color: #40a3fe;
  text-align: center;
}
.div9 {
  background-color: #fff;
  float: left;
}
.div9 .title {
  border-top: 1px solid #f1f1f1;
}
.app_img {
  width: 100%;
  height: 80px;
}
.loginTop {
  height: 60px;
  background-color: #fff;
  line-height: 60px;
}
.loginTop .split {
  display: inline-block;
  height: 50px;
  font-size: 22px;
  float: left;
  line-height: 45px;
}
.loginTop a {
  float: left;
  display: inline-block;
  height: 60px;
  font-size: 22px;
  margin-top: 0;
}
.loginTop a img {
  max-height: 60px!important;
}
.zhirenkeji {
  font-size: 12px;
  float: bottom;
}
.loginMiddle {
  height: 631px;
  background-color: #0058fa;
}
.resetPasswordMiddle {
  height: 640px;
  background-color: #f4f4f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.resetPasswordContainer {
  margin: 0 auto;
  text-align: left;
  max-width: 1060px;
  overflow: hidden;
  height: 100%;
}
.resetPasswordContainer h1 {
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 100px;
}
.resetPasswordContainer .tabs_left {
  float: left;
  width: 250px;
  height: 100%;
  background-color: #fff;
  color: #6c6c6c;
}
.resetPasswordContainer .tabs_left div {
  border-bottom: 2px solid #f9f9f9;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.resetPasswordContainer .tabs_left ul {
  list-style: none;
}
.resetPasswordContainer .tabs_left ul li {
  list-style: none;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0px 20px;
}
.resetPasswordContainer .tabs_left ul li .item_title {
  width: 160px;
  display: inline-block;
  overflow: hidden;
}
.resetPasswordContainer .tabs_left ul li .tag {
  border: 1px solid red;
  background-color: #fcedef;
  color: red;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  float: right;
  margin-top: 6px;
}
.resetPasswordContainer .tabs_left ul li:hover {
  color: #44a1f9;
}
.resetPasswordContainer .tabs_left ul .active {
  color: #238ffa;
  background-color: #e6f2fd;
}
.resetPasswordContainer .content {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.resetPasswordContainer .content .message {
  position: absolute;
  left: 400px;
  top: 70px;
  color: red;
}
.resetPasswordContainer .content .word_info {
  padding: 20px 30px 30px 30px;
}
.resetPasswordContainer .content .word_info .pass_title {
  display: block;
  color: #777c94;
  font-size: 14px;
  position: relative;
}
.resetPasswordContainer .content .word_info .pass_title .forgetPasswordBox {
  position: absolute;
  top: 8px;
}
.resetPasswordContainer .content .word_info .pass_title:before {
  content: "\E661";
  font-family: "iconfont";
  font-size: 24px;
  margin-right: 10px;
  color: #40a3fe;
}
.resetPasswordContainer .content .word_info .txt_form {
  padding-top: 50px;
  width: 500px;
  height: 260px;
  margin: auto;
}
.resetPasswordContainer .content .word_info .txt_form .formItem i.validation {
  position: absolute;
  right: 60px;
  top: 20px;
  font-size: 14px;
}
.resetPasswordContainer .content .word_info .txt_form .formItem .placeholderDiv {
  top: 19px;
  margin-left: 111px;
}
.resetPasswordContainer .content .word_info .txt_form .uic_pwd_agree {
  margin-left: 104px;
}
.resetPasswordContainer .content .word_info .txt_form .uic_pwd_agree input {
  margin-right: 10px;
  accent-color: #ff0000;
}
.resetPasswordContainer .content .word_info .txt_form .uic_pwd_agree .uic_pwd_agree_txt {
  color: #666;
}
.resetPasswordContainer .content .word_info .txt_form .uic_pwd_agree .uic_pwd_agreement {
  cursor: pointer;
  color: #0082ff;
  text-decoration: underline;
}
.resetPasswordContainer .content .word_info .txt_form .uic_agreement {
  margin-top: 30px;
}
.resetPasswordContainer .content .word_info .txt_form .uic_agreement + .subcode {
  margin-top: 30px;
}
.resetPasswordContainer .content .word_info .subcode {
  margin-top: 60px;
  margin-left: 104px;
  width: 340px;
}
.resetPasswordContainer .content.reset {
  padding-top: 20px;
  padding-left: 360px;
}
.resetPasswordContainer .content.reset .formItem {
  width: 470px;
}
.resetPasswordContainer .content.finished {
  text-align: center;
}
.resetPasswordContainer .content .resetOption {
  margin-left: 70px;
  display: inline-block;
  width: 173px;
}
.resetPasswordContainer .update {
  width: 1060px;
  background-color: #fff;
}
.resetPasswordContainer .resetPasswordTitleBox {
  display: inline-block;
}
.resetPasswordContainer .resetPasswordTitleBox::before {
  content: "\EEAE";
  font-family: "iconfont";
  font-size: 28px;
  color: #40a3fe;
  margin-right: 6px;
}
.resetPasswordContainer .resetPasswordTitleBox .resetPasswordTitle {
  position: absolute;
  top: 32px;
}
.smallConcisePassword {
  height: 360px;
  padding: 0px;
}
.smallConcisePassword .txt_form {
  padding-top: 10px !important;
}
.smallConcisePassword .subcode {
  margin-top: 20px !important;
}
.loginBottom {
  height: 120px;
  background-color: #fff;
  text-align: center;
}
.loginBottom .accout {
  margin: 0 150px;
}
.loginBottom span {
  padding-top: 30px;
  display: inline-block;
  color: #9a9a9a;
}
.loginContainer {
  margin: 0 auto;
  text-align: left;
  width: 1090px;
  height: 100%;
  overflow: hidden;
}
.loginContainer .internationalization {
  color: #8c8c8c;
  float: right;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.loginContainer .internationalization select {
  border: none;
  min-width: 90px;
}
.loginContainer .internationalization select option {
  min-width: 90px;
  height: 60px !important;
}
.loginContainer .internationalization:before {
  content: "\E67E";
  font-family: "iconfont";
  font-size: 14px;
  padding-right: 6px;
}
.loginTab {
  background-color: #fff;
  width: 420px;
  overflow: hidden;
  height: 480px;
  position: relative;
  float: right;
  margin-top: 64px;
  border: 10px solid #0960ff;
}
.loginTab .verifyImg {
  width: 128px !important;
  height: 46px;
  top: 24px !important;
}
.loginTab > .loginTabMenu {
  height: 50px;
}
.tabMenu {
  cursor: pointer;
  width: 225px;
  height: 50px;
  float: left;
  background-color: #2295ff;
  line-height: 47px;
  padding-top: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.tabMenu.active {
  color: #000;
  background-color: #F5FCFF !important;
}
.code_img {
  width: 100%;
  height: 350px;
}
.code_img .qrcode-container {
  transform: scale(0.8);
  text-align: center;
  margin-top: -20px;
}
.code_img .qrcode-container > .Loading_code {
  height: 200px;
  line-height: 200px;
}
.loginTabContent {
  padding: 0 40px 24px 40px;
}
.loginTabContent .pwdLogin {
  margin-top: 20px;
}
.loginTabContent .login_message {
  color: red;
  position: absolute;
  top: 75px;
  left: 50px;
}
.loginTabContent img {
  bottom: 0;
  right: 0;
}
.loginTabContent .formItem .verifyImg {
  top: 21px;
}
.loginTabContent .formItem .placeholderDiv {
  top: 26px;
  margin-left: 35px;
}
.loginTabContent .formItem i.noteCode {
  top: 22px;
  right: 140px;
}
.loginTabContent .formItem {
  padding-top: 24px;
}
.loginTabContent .formItem input {
  padding-left: 44px;
  outline: none;
  font-size: 12px;
  background-color: #ebf4ff;
  display: block;
  width: 294px !important;
  border: 1px solid #ebf4ff;
}
.loginTabContent .formItem input:focus,
.loginTabContent .formItem input:hover {
  border: 1px solid #40a3fe;
}
.loginTabContent .formItem input.noteCode {
  width: 162px !important;
  display: inline-block;
}
.loginTabContent .noteNum {
  margin-left: 0;
}
.loginTabContent .error_msg {
  position: absolute;
  top: 72px;
  font-size: 12px;
  margin-left: 10px;
}
.loginMeta {
  padding-top: 12px;
  font-size: 14px;
}
.loginBtn {
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #3472f9;
  height: 48px;
  line-height: 48px;
  width: 400px;
  border: none;
  background: #40a3fe;
  color: #FFF;
  width: 363px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-top: 10px;
}
.idguanjiadenglu {
  color: #777c94;
}
.loginBottomMeta {
  margin-top: 0!important;
  font-size: 12px;
  text-align: left;
  width: 340px;
  margin-left: 40px;
}
.loginBottomMeta .ball1 {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  background-color: #1bbb5b;
}
.loginBottomMeta span {
  margin-right: 16px;
  color: #1985ff;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loginBottomMeta span:hover {
  cursor: pointer;
  color: #40a3fe;
  text-decoration: underline;
}
.loginBottomMeta a {
  color: #9ca1a3;
}
.loginBottomMeta a:hover {
  color: #40a3fe;
}
.loginBottomMeta1 {
  float: right;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}
.loginBottomMeta1 a {
  color: #1bbb5b;
}
.loginBottomMeta1 span {
  color: #1bbb5b;
  cursor: pointer;
}
.loginBottomMeta1 a:hover {
  color: #2dbb5e;
  text-decoration: underline;
}
.loginBottomForgetPassword {
  float: right;
  font-size: 12px;
  color: #777c94;
  margin-top: 20px;
}
.loginBottomForgetPassword:hover {
  text-decoration: underline;
  color: #40a3fe;
}
#loginQRCode img {
  width: 60%;
  margin: 50px auto auto auto;
}
#loginQRCodeDes {
  margin-top: 40px;
  text-align: center;
}
.loginQRCode_back {
  font-size: 12px;
  text-align: center;
  color: #40a3fe;
  cursor: pointer;
  margin-top: 10px;
}
.Title {
  border: none;
  outline: medium;
  display: block;
  font-size: 24PX;
  font-weight: bold;
  color: #395384;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f0f7fa;
  line-height: 80px;
}
.QRcode {
  position: absolute;
  top: 10px;
  left: 377px;
  height: 36px;
  width: 36px;
  display: block;
  float: right;
  background-image: url("/public/images/QR_code.jpg");
  background-position: top;
  background-repeat: no-repeat;
}
.QRcode:hover {
  background-image: url("/public/images/QR_code1.jpg");
  background-position: top;
  background-repeat: no-repeat;
}
.loginbutton {
  cursor: pointer;
  width: 400px;
  height: 48px;
  color: #fff;
  background-color: #0f8cff;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 60px auto auto;
  border: none;
}
.loginbutton:hover {
  background-color: #0082ff;
}
.regTips {
  position: absolute;
  top: 50px;
  left: 110px;
  color: #04ad74;
  font-size: 12px;
}
.regTips::before {
  content: "\E709";
  font-family: "iconfont";
  font-size: 14px;
  margin-right: 6px;
  margin-left: 4px;
  color: #04ad74;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s linear 0s;
}
input {
  outline: none;
  border: none;
  background-color: transparent;
}
.header {
  height: 60px;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
.header > .userContent > .leftMenu > .menuItem > a {
  max-height: 60px;
}
.header > .userContent > .leftMenu > .menuItem > a > img {
  max-height: 60px;
}
.header .header_icon {
  position: absolute;
  margin-top: 20px;
}
.header .Head_portrait {
  vertical-align: middle;
}
.header .head_bottom {
  vertical-align: middle;
}
.header .left_span {
  padding: 0 20px;
}
.header .leftMenu {
  height: 60px;
  float: left;
}
.header .leftMenu .menuItem {
  float: left;
  color: #9494b0;
}
.header .leftMenu .menuItem:hover a {
  color: #238ffa;
}
.header .rightMenu {
  height: 60px;
  float: right;
}
.header .rightMenu .internationalization {
  color: #8c8c8c;
  float: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}
.header .rightMenu .internationalization select {
  border: none;
  min-width: 90px;
}
.header .rightMenu .internationalization select option {
  min-width: 90px;
  height: 60px !important;
}
.header .rightMenu .internationalization:before {
  content: "\E67E";
  font-family: "iconfont";
  font-size: 14px;
  padding-right: 6px;
}
.header .rightMenu .menuItem {
  float: right;
  *line-height: 40px;
}
.header .userItem span:hover {
  color: #238ffa;
}
.header .menuItem {
  line-height: 60px;
  display: inline-block;
  height: 60px;
  font-size: 14px;
  position: relative;
}
.header .menuItem a {
  color: #777c94;
}
.header .menuItem .badge {
  position: absolute;
  top: 10px;
  right: -13px;
  background-color: red;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
}
.header .active a {
  color: #238ffa !important;
}
.header .userContent {
  height: 60px;
}
.userContent {
  margin: 0 auto;
  text-align: left;
  width: 1060px;
  position: relative;
}
.userDropMenu {
  top: 48px;
  width: 120px;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #eceef5;
  box-shadow: 0 3px 7px 0 rgba(0, 44, 255, 0.1);
  background: #FFF;
  behavior: url(/public/fixIE/PIE.htc);
}
#workItem .userDropMenu {
  background: #2e3235;
  width: 120px;
  margin-left: 0;
  top: 59px;
  padding: 0 10px;
}
#workItem .dropMenuItem {
  height: 40px;
  line-height: 40px;
  background-color: #2a2e32;
}
.dropMenu .dropMenuItem .text_active {
  color: #006dff !important;
}
.ssoContainer {
  width: 100%;
  height: 100%;
  background: url('/public/images/mfa/bg.jpg') no-repeat center;
  background-size: cover;
}
.mfaContainer {
  margin: 0 auto;
  width: 1100px;
  background-color: #666666;
  overflow: hidden;
}
.loading {
  margin: 0 auto;
  display: block;
}
.mfaTop {
  width: 1100px;
  height: 450px;
  position: relative;
}
.mfaBottom {
  width: 1100px;
  height: 230px;
  background-image: url('/public/images/mfa/bg2.jpg');
  font-size: 0;
  text-align: center;
}
.mfaOptions {
  display: inline-block;
  width: 820px;
  height: 130px;
  background-image: url('/public/images/mfa/btn-bg.jpg');
}
.mfaOptions img {
  margin: 0 20px;
  cursor: pointer;
}
#qr {
  margin-left: 699px;
  margin-top: 203px;
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 99;
}
#scanned {
  margin-left: 689px;
  margin-top: 194px;
  position: absolute;
  z-index: 100;
}
.codeTextContent {
  position: absolute;
  margin-left: 632px;
  margin-top: 210px;
  color: #fff;
  font-size: 12px;
}
.codeTextContent .tipscode {
  width: 200px;
  display: inline-block;
}
.codeTextContent .marcontent {
  margin-left: 70px;
  margin-top: 40px;
}
.codeTextContent .codeBtn {
  border: 1px solid #fff;
  padding: 5px;
  margin-left: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 71px;
}
.codeTextContent .codeBtn:hover {
  border-color: #40a3fe;
}
.codeTextContent .times:hover {
  color: #fff;
  border-color: #fff;
}
#dynamicCode {
  margin-left: 632px;
  margin-top: 249px;
  position: absolute;
  z-index: 100;
}
#dynamicCode .formItem {
  margin-left: 20px;
}
#dynamicCode .formItem input.withIcon {
  width: 150px !important;
  color: #fff;
  padding-left: 49px;
}
#dynamicCode .formItem i.validation {
  margin-left: 202px;
}
#dynamicCode .formItem .error_msg {
  position: absolute;
  bottom: -26px;
  left: 0;
  margin-left: 0px;
}
#dynamicCode .formItem i {
  padding-left: 10px;
}
#dynamicCode p {
  color: #bcc3fd;
  font-size: 12px;
}
#dynamicCode .smsInput {
  height: 48px;
  width: 189px;
  background-color: #fff;
  line-height: 48px;
  padding-left: 10px;
}
#dynamicCode .smsInput input {
  width: 100px;
  border: none;
  height: 30px;
  font-size: 18px;
  color: #008eff;
}
#dynamicCode .smsInput span {
  color: #008eff;
  border-left: 1px solid #ddd;
  padding-left: 5px;
  height: 22px;
  cursor: pointer;
}
#dynamicCode .blueBtn {
  margin-left: 230px;
  position: absolute;
  margin-top: -48px;
  background-color: #00b0ff;
}
#dynamicCode .blueBtn:hover {
  background-color: #0cceff;
}
#dynamicCode .sms_blueBtn {
  margin-left: 207px;
  margin-top: -48px;
}
.breadcrumb {
  height: 80px;
}
.breadcrumb .title {
  width: 1060px;
  margin: 0 auto;
  padding-top: 30px;
}
.breadcrumb .title:before {
  content: " ";
  border-left: 3px solid #40a3fe;
  padding-left: 10px;
}
.IDguanjiadownload {
  text-align: center;
}
.mainContent {
  background: #f4f4f7;
  width: 100%;
  padding-top: 50px;
  height: calc(100% - 145px);
  height: 100%\0;
}
.mainContent .content {
  width: 1060px;
  margin: 0 auto;
}
.mainContent .content .id_left {
  width: 800px;
  height: 600px;
  float: left;
  background: #fff;
  overflow-y: auto;
}
.mainContent .content .id_right {
  width: 250px;
  height: 600px;
  float: right;
  background: #fff;
}
.id_shield_list {
  padding: 20px;
  list-style: none;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #f5f5f7;
}
.id_shield_list li {
  float: left;
  line-height: 60px;
}
.id_shield_list .one img {
  width: 40px;
  height: 40px;
}
.id_shield_list .two {
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}
.id_shield_list .three {
  color: #9ca1a3;
  font-size: 12px;
  margin: 0 120px;
}
.id_shield_list .four img {
  margin-top: 16px;
}
.id_shield_list .five {
  font-size: 14px;
  color: #4298ff;
}
#bindQRCode img {
  width: 150px;
  height: 150px;
  margin: auto;
}
.code_text {
  margin: 25px auto;
}
.code_text p {
  text-align: center;
  margin: 0;
}
/*开关*/
.al-toggle-button {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 52px;
  height: 32px;
  background: #dfdfdf;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  outline: 0;
  box-sizing: border-box;
  margin-top: 14px;
}
.al-toggle-button:checked {
  border-color: #04be02;
  background-color: #04be02;
}
.al-toggle-button:before,
.al-toggle-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  border-radius: 15px;
  transition: transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.al-toggle-button:before {
  width: 50px;
  background-color: #fdfdfd;
}
.al-toggle-button:after {
  width: 30px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.al-toggle-button:checked:before {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.al-toggle-button:checked:after {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
/*边线文字*/
.order {
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  margin-right: 10px;
}
.order .line {
  display: inline-block;
  width: 30px;
  border-top: 1px solid #ccc;
}
.order .txt {
  color: #686868;
  vertical-align: middle;
}
.shoplist {
  width: 1060px;
  height: 600px;
  background-color: #fff;
}
.shoplist header {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 30px;
}
.shoplist header li {
  float: left;
  color: #a3a3a3;
  line-height: 80px;
}
.shoplist .shoplist_cont li {
  height: 140px;
  width: 140px;
  text-align: center;
  padding: 10px 20px;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}
.shoplist .shoplist_cont li:nth-child(6n+1) {
  padding: 10px 15px;
}
.shoplist .shoplist_cont li:nth-child(6n) {
  padding: 10px 15px;
}
.shoplist .shoplist_cont li:hover {
  background-color: aqua;
}
.shoplist .shoplist_cont li img {
  width: 100%;
  margin-top: 30px;
}
.shoplist_q {
  width: 1060px;
  height: 600px;
  background-color: #fff;
}
.shoplist_q .title {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.shoplist_q .txt_form {
  width: 500px;
  margin: auto;
}
.shoplist_q .txt_form .btn {
  margin: 50px;
}
.shoplist_i {
  width: 1060px;
  height: 600px;
  background-color: #fff;
}
.shoplist_i .i_head {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.shoplist_i li {
  float: left;
  width: 25%;
  text-align: center;
}
.shoplist_i .i_content ul {
  height: 80px;
  line-height: 80px;
  position: relative;
}
.shoplist_i .i_content ul .bar {
  position: absolute;
  margin-top: 10px;
  width: 6px;
  height: 50px;
  top: 10px;
  left: 5px;
  display: block;
  background-color: #1dd86a;
}
.shoplist_i .i_content ul .num {
  position: absolute;
  left: 50px;
  top: 0;
}
.shoplist_i .i_content ul:nth-child(2n) {
  background-color: #fcfcfd;
}
.inputtext {
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  height: 36px;
  font-family: 宋体;
  font-size: 12px;
}
.zhi {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
}
input::-webkit-input-placeholder {
  color: #c3c5ca;
}
.appListIE8 {
  height: auto \0;
  padding-bottom: 20px;
}
.auth_list {
  width: 1060px;
  max-height: 600px;
  /*属性编辑*/
}
.auth_list .auth_head {
  height: 150px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.auth_list .auth_head > img {
  float: left;
}
.auth_list .auth_head_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f8f8f8;
  color: #767676;
  padding: 0px 15px;
}
.auth_list .auth_attr {
  border: 1px solid #f7f7f8;
  position: relative;
  box-shadow: 0 3px 40px 0 rgba(0, 44, 255, 0.03);
}
.auth_list .auth_attr .title {
  float: left;
  height: 40px;
  line-height: 40px;
}
.auth_list .auth_attr .title .label {
  width: 100px;
  display: inline-block;
  text-align: right;
  margin-right: 20px;
}
.auth_list .auth_attr .title span {
  margin-left: 10px;
}
.auth_list .auth_attr .attr_eb {
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url("/public/images/auth/attr_label.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  text-align: right;
  padding-right: 10px;
}
.auth_list .auth_attr .attr_last_time {
  position: absolute;
  right: 80px;
  bottom: 20px;
  color: #a3a3a3;
}
.auth_list .auth_head_right {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
  color: #777c94;
}
.auth_list .auth_head_right div {
  height: 32px;
  line-height: 34px;
}
.auth_list .auth_head_right div img {
  vertical-align: middle;
}
.auth_list .auth_head_right div .t_as {
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}
.auth_list .auth_head_right div .t_sm {
  font-size: 12px;
  margin-left: 30px;
  color: #ddd;
}
.auth_list .auth_head_right div .t_s {
  font-size: 14px;
  margin-left: 10px;
  color: #aaa;
}
.auth_list .auth_cont {
  max-height: 450px;
  overflow-y: auto;
}
.auth_list .auth_li {
  height: 150px;
  position: relative;
}
.auth_list .auth_li .auth_li_top,
.auth_list .auth_li .auth_li_bottom {
  height: 75px;
  line-height: 75px;
  padding: 0 20px;
}
.auth_list .auth_li .auth_li_top li {
  white-space: nowrap;
  width: 130px;
  height: 75px;
  line-height: 75px;
  margin-right: 20px;
}
.auth_list .auth_li .auth_li_top .t_four {
  width: 300px;
}
.auth_list .auth_li .auth_li_bottom li {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}
.auth_list .auth_li .auth_li_bottom li span {
  font-size: 12px;
}
.auth_list .auth_li li {
  float: left;
  list-style: none;
}
.auth_list .auth_li .t_one {
  font-size: 18px;
  font-weight: bold;
  color: #777c94;
}
.auth_list .auth_li .t_two,
.auth_list .auth_li .t_three,
.auth_list .auth_li .t_four {
  color: #777c94;
  font-size: 12px;
}
.auth_list .auth_li .t_two:before,
.auth_list .auth_li .t_three:before,
.auth_list .auth_li .t_four:before {
  content: " ";
  padding-left: 10px;
  border-left: 4px solid #efeef3;
  height: 10px;
  margin-top: 2px;
}
.auth_list .auth_li .b_one {
  background-color: #1dd86a;
}
.auth_list .auth_li .b_two {
  background-color: #429ffa;
}
.auth_list .auth_li .b_three {
  background-color: #8928ff;
}
.auth_list .auth_li .b_four {
  background-color: #db8930;
}
.auth_list .auth_li .auth_li_foot {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #a3a3a3;
}
.auth_list .auth_li:nth-child(2n+1) {
  background-color: #fff;
}
/*委托管理*/
.manage_auth {
  height: 100%;
  border-top: 3px solid #e9e9ef;
  width: 1060px;
  background-color: #fff;
  overflow-y: auto;
  border-bottom: 1px solid #f7f7f8;
  border-left: 1px solid #f7f7f8;
  border-right: 1px solid #f7f7f8;
  padding-top: 10px;
  max-height: 600px;
}
.manage_auth_item {
  height: 80px;
  padding: 0 30px;
  border-bottom: 1px solid #f7f7f8;
}
.manage_auth_item:nth-child(2n) {
  background-color: #fdfdfd;
}
.manage_auth_item li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 80px;
}
.manage_auth_item .radius {
  width: 26px;
  height: 26px;
  background-color: #a3a3a3;
  color: #fff;
  border-radius: 13px;
}
.manage_auth_item .name {
  color: #363636;
  margin: 0 40px;
  min-width: 120px;
  position: relative;
}
.manage_auth_item .name input {
  width: 120px;
  height: 40px;
}
.manage_auth_item .name .user_cont {
  color: #333333;
  padding-left: 6px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  width: 200px;
  height: 300px;
  border: 1px solid #aaa;
  top: 63px;
  background-color: #fff;
  overflow-y: auto;
}
.manage_auth_item .name .user_cont div {
  height: 36px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.manage_auth_item .name .user_cont div:hover {
  background-color: #40a3fe;
  color: #ffffff;
}
.manage_auth_item .name .user_cont div p {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
}
.manage_auth_item .time {
  margin-left: 80px;
}
.manage_auth_item .auth_btn {
  float: right;
  color: #40a3fe;
  cursor: pointer;
  padding-right: 20px;
}
.manage_auth_item .time_add {
  margin-left: 80px;
}
.manage_auth_item .time_add input {
  width: 135px;
  height: 40px;
}
.manage_auth_item .time_btn {
  color: #017eff;
}
.manage_auth_item .sub_btn {
  float: right;
  color: #fff;
  background-color: #1dd86a;
  text-align: center;
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.add_item {
  border: 1px solid #1dd86a;
  background-color: #fff;
}
.add_item.active {
  border: 1px solid red;
}
.m_btn {
  width: 350px;
  margin: 0 auto;
}
.add_btn {
  background-color: #1dd86a;
  width: 130px;
  height: 40px;
  border: 1px solid #2bd672;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  float: left;
  margin-right: 40px;
}
.add_btn:hover {
  background-color: #14cd61;
  border: 1px solid #14cd61;
}
.return_btn {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.return_btn span {
  margin: 0 auto;
}
.return_btn:hover {
  background-color: #fff;
  border: 1px solid #c5c5c5;
}
/*属性编辑*/
.auth_attr_content {
  box-shadow: 0 3px 40px 0 rgba(0, 44, 255, 0.03);
}
.auth_attr_content .attr_item {
  background-color: #fff;
  margin-top: 20px;
  max-height: 800px;
  height: 400px;
  overflow-y: auto;
  padding-top: 40px;
}
.auth_attr_content .attr_item div {
  margin-right: 22px;
  padding-top: 0;
}
.attr-foot-parent {
  position: relative;
}
.attr-foot-parent .attr-qr {
  color: #4c4c4c;
  position: absolute;
  width: 190px;
  height: 66px;
  line-height: 30px;
  border: 1px solid #ddd;
  left: 50%;
  bottom: 64px;
  margin-left: -222px;
  background-color: #fff;
  border-top: 4px solid #1dd86a;
  padding: 14px 14px 14px 14px;
}
.attr-foot-parent .attr-qr .jiao {
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #222 transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.attr-foot-parent .attr-qr em {
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  top: -12px;
  left: -12px;
}
.attr-foot-parent .attr-qr .attr-btn {
  text-align: right;
}
.attr-foot-parent .attr-qr .attr-btn span {
  width: 54px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.attr-foot-parent .attr-qr .attr-btn .shi {
  background-color: #1dd86a;
  color: #fff;
}
.attr-foot-parent .attr-qr .attr-btn .shi:hover {
  background-color: #1dd86a;
}
.attr-foot-parent .attr-qr .attr-btn .fou {
  border: 1px solid #ddd;
}
.attr-foot-parent .attr-qr .attr-btn .fou:hover {
  border: 1px solid #2594fb;
  color: #2594fb;
}
.attr_foot {
  height: 60px;
  clear: both;
  background-color: #fff;
  padding-top: 20px;
}
.attr_foot div {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #40a3fe;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: auto;
  margin-bottom: 20px;
}
.attr_foot div:hover {
  background-color: #2594fb;
}
/*访问记录*/
.record_head {
  height: 80px;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.01);
}
.record_head div:first-child {
  float: left;
  font-size: 18px;
  line-height: 80px;
}
.record_head div:last-child {
  float: right;
  line-height: 80px;
  font-size: 16px;
}
.record_item span img {
  margin-bottom: -1px;
}
.record_item {
  height: 120px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px #eee;
  margin-bottom: 15px;
  position: relative;
  padding-right: 40px;
}
.record_item .bor {
  float: left;
  height: 30px;
  width: 6px;
  margin-top: 19px;
  margin-left: 2px;
  background-color: #40a3fe;
}
.record_item .time {
  font-family: 宋体;
  font-size: 12px;
  color: #a3a3a3;
}
.record_item .admin {
  margin-left: 30px;
  width: 720px;
  float: left;
}
.record_item .admin .admin_top {
  height: 50px;
  line-height: 50px;
  color: #a3a3a3;
  margin-top: 8px;
}
.record_item .admin .admin_top .user {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  font-family: 宋体;
  color: #333;
}
.record_item .admin .admin_top .ip {
  color: #40a3fe;
  margin-left: 30px;
  font-size: 12px;
  font-family: 宋体;
}
.record_item .admin .admin_bottom {
  height: 62px;
  color: #585858;
  overflow: hidden;
}
.record_item .admin .admin_bottom span {
  float: left;
  line-height: 62px;
  width: 140px;
  font-size: 12px;
  margin-right: 10px;
}
.record_item .admin .admin_bottom span:first-child {
  width: 160px;
  margin-right: 30px;
}
.record_item .admin .admin_bottom span img {
  margin-right: 10px;
}
.record_item .imgI p {
  font-size: 12px;
  font-family: 宋体;
}
.record_item .imgI {
  float: right;
  width: 100px;
  text-align: center;
  margin-top: 30px;
}
.record_item .imgI p {
  color: #a3a3a3;
}
.record_item .cao {
  float: left;
  width: 100px;
  text-align: center;
  margin-top: 20px;
  line-height: 40px;
  color: #a3a3a3;
  cursor: pointer;
}
.record_item .r_img {
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url('/public/images/auth/Label.png');
  background-repeat: no-repeat;
  width: 72px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #a3a3a3;
  font-size: 10px;
}
.track_top {
  position: absolute;
  top: -70px;
  right: 5px;
  color: #a3a3a3;
}
.track_top input {
  height: 36px;
}
.Timehints {
  padding-left: 6px;
  padding-top: 4px;
  letter-spacing: 2px;
  font-family: 宋体;
}
.Datequeding {
  display: inline-block;
  width: 80px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  background-color: #3472f9;
  cursor: pointer;
  margin-left: 20px;
}
.track {
  max-height: 600px;
  overflow-y: auto;
  padding: 5px;
}
.time_head {
  color: #a3a3a3;
  padding-right: 20px;
  font-size: 12px;
}
.xuhao {
  font-weight: bold;
  color: #e1e1e1;
  text-align: center;
  font-size: 16px;
}
.xuhaoBox {
  width: 20px;
}
.zhiyu {
  color: #a3a3a3;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
.qixian {
  color: #363636;
  font-weight: 500;
}
.beizhu {
  padding-left: 20px;
  font-size: 12px;
  color: #6f7172;
}
.changqi {
  font-size: 12px;
}
.t_one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.t_four {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.delete-parent {
  position: relative;
}
.delete-parent .delete-content {
  text-align: center;
  position: absolute;
  width: 140px;
  height: 70px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  right: 60px;
  font-size: 12px;
  color: #646464;
  background-color: #fdfdfd;
  color: #4c4c4c;
}
.delete-parent .delete-content p {
  margin-top: 4px;
}
.delete-parent .delete-content .attr-btn {
  margin-top: 4px;
  margin-left: 10px;
}
.delete-parent .delete-content .attr-btn .shi {
  border: 1px solid #dcdcdc;
  color: #646464;
}
.delete-parent .delete-content .attr-btn .shi:hover {
  background-color: #ff3a3a;
  color: #fff;
  border: 1px solid #ff3a3a;
}
.delete-parent .delete-content .attr-btn .fou:hover {
  border: 1px solid #c8c8c8;
}
.delete-parent .delete-content .attr-btn span {
  margin-left: 10px;
  display: block;
  float: left;
  width: 44px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
}
.subtitle_header {
  height: 60px;
  background-color: #e9e9e9;
}
.subtitle_header .sub_content {
  width: 1060px;
  margin: auto;
  height: 60px;
  position: relative;
}
.subtitle_header .sub_content .subtitle_header_title {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: #000;
}
.subtitle_header .sub_content .subtitle_header_title::before {
  content: " ";
  border-left: 4px solid #40a3fe;
  padding-left: 20px;
}
.subtitle_header .sub_content .subtitle_header_title .yy {
  cursor: pointer;
}
.subtitle_header .sub_content .subtitle_header_title .yy:hover {
  color: #40a3fe;
  text-decoration: underline;
}
.subtitle_header .sub_content .workflow_button {
  float: right;
}
.subtitle_header .sub_content .workflow_button span {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-top: 14px;
  margin-left: 15px;
  background-color: #d5d6d6;
  cursor: pointer;
}
.subtitle_header .sub_content .workflow_button span:hover {
  color: #227ef7;
  background-color: #c3d0e9;
}
.subtitle_header .sub_content .workflow_button .btn_active {
  background-color: #3872f3;
  color: #fff;
}
.subtitle_header .sub_content .subtitle_header_button,
.subtitle_header .sub_content .subtitle_header_button1 {
  position: absolute;
  background-color: #2f73ff;
  width: 120px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  line-height: 40px;
  right: 0;
  top: 10px;
}
.subtitle_header .sub_content .subtitle_header_button1 {
  right: 130px;
  background-color: #00a642;
}
.subtitle_header .sub_content .go_workflow {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 32px;
  color: #666;
  border: 1px solid #f6f6f6;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  right: 0;
  top: 12px;
}
.subtitle_header .sub_content .go_workflow:hover {
  color: #40a3fe;
}
.subtitle_header .sub_content .fj {
  color: #aaa;
  margin: 0px 5px;
}
.subtitle_header .sub_content .title_active {
  color: #40a3fe;
}
.subtitle_header .sub_content img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.work_content {
  background: #f5f5f5;
  width: 100%;
  padding-top: 15px;
  height: calc(100% - 145px);
  height: 100%\0;
}
.work_content .placeholderDiv {
  top: 19px;
  margin-left: 111px;
}
.work_app_top {
  background-color: #fff;
}
.work_app_top .sc_title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f6f6f6;
  padding: 0px 10px;
}
.work_app_top .sc_title .title_icon {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
}
.work_app_top .sc_title .title_down {
  float: right;
  margin-top: 20px;
}
.work_app_top .sc_img {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.work_app_top .title_tab {
  float: right;
  margin-right: 10px;
  margin-top: 11px;
  height: 20px;
}
.work_app_top .title_tab span {
  margin: 0px 10px;
  cursor: pointer;
  background-color: #e8edf5;
  padding: 5px 20px;
}
.work_app_top .title_tab .active {
  background-color: #1a6bf3;
  color: #fff;
}
.work_app_bottom {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
}
.work_app_bottom .sc_title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f6f6f6;
  padding: 0px 10px;
}
.work_app_bottom .sc_title .title_icon {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
}
.work_app_bottom .work_app_list {
  padding: 15px;
  max-height: 600px;
}
.work_app_bottom .work_app_list .work_app_item {
  margin: 25px 15px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.work_app_bottom .work_app_list .work_app_item img {
  width: 172px;
  cursor: pointer;
}
.work_app_bottom .work_app_list .work_app_item p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.application {
  height: 500px;
  overflow-y: auto;
}
.application .form_content {
  width: 450px;
  margin: auto;
}
.application .btn {
  margin: auto;
  margin-top: 60px;
  width: 343px;
  margin-left: 410px;
}
.tobeandited {
  background-color: #fff;
  height: 590px;
}
.tobeandited .table_head {
  height: 60px;
  border-bottom: 1px solid #f6f6f6;
}
.tobeandited .table_head ul li {
  list-style: none;
  float: left;
  width: 170px;
  height: 60px;
  line-height: 60px;
}
.tobeandited .table_head .app_name {
  width: 320px;
}
.tobeandited .table_head .index_child {
  width: 40px;
  text-align: center;
}
.tobeandited .table_head .complete li {
  width: 135px;
}
.tobeandited .table_head .complete .index_child {
  width: 40px;
  text-align: center;
}
.tobeandited .table_body {
  height: 480px;
  overflow-y: auto;
}
.tobeandited .table_body ul {
  height: 60px;
  border-bottom: 1px solid #f6f6f6;
}
.tobeandited .table_body ul li {
  list-style: none;
  float: left;
  width: 170px;
  height: 60px;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tobeandited .table_body ul li .tongyi,
.tobeandited .table_body ul li .jujue,
.tobeandited .table_body ul li .ck {
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}
.tobeandited .table_body ul li .tongyi {
  background-color: #00a642;
  color: #fff;
}
.tobeandited .table_body ul li .jujue {
  border: 1px solid #f6f6f6;
  color: #666;
}
.tobeandited .table_body ul li .ck {
  color: #0070ff;
}
.tobeandited .table_body ul .index_child {
  width: 40px;
  text-align: center;
}
.tobeandited .table_body ul .app_name {
  width: 320px;
}
.tobeandited .table_body ul .success {
  border-left: 4px solid #00ce23;
}
.tobeandited .table_body ul .error {
  border-left: 4px solid #ff9b9b;
}
.tobeandited .table_body ul .cancle {
  border-left: 4px solid #f9da41;
}
.tobeandited .table_body ul .refuse {
  border-left: 4px solid #f98b32;
}
.tobeandited .table_body .flows {
  height: auto;
}
.tobeandited .table_body .complete li {
  width: 135px;
}
.tobeandited .table_body .complete .index_child {
  width: 40px;
  text-align: center;
}
.tobeandited .table_body .ext_content {
  background-color: #fcfcfe;
  padding-left: 80px;
}
.tobeandited .table_head .pending li,
.tobeandited .table_body .pending li {
  width: 200px;
}
.tobeandited .table_head .approved li,
.tobeandited .table_body .approved li {
  width: 280px;
}
.tobeandited .table_head .Initiator li,
.tobeandited .table_body .Initiator li {
  width: 220px;
}
.tobeandited .table_head .index_child,
.tobeandited .table_body .index_child {
  width: 60px !important;
}
.click_btn {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.click_btn span {
  height: 32px;
  line-height: 32px;
  width: 80px;
  display: inline-block;
  color: #fff;
  margin: 5px 10px;
  text-align: center;
  cursor: pointer;
}
.work_mask {
  display: none;
}
.work_mask .b_mask {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.work_mask .mask_content {
  position: fixed;
  width: 370px;
  height: 190px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: -185px;
  padding: 10px;
  text-align: center;
}
.work_mask .mask_content .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}
.work_mask .mask_content .tabs {
  margin-top: 10px;
  margin-bottom: 20px;
}
.work_mask .mask_content .tabs span {
  background-color: #e8edf5;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0px 5px;
}
.work_mask .mask_content .tabs .active {
  background-color: #2f74ff;
  color: #fff;
}
.work_mask .mask_content .w_btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
}
.work_mask .mask_content .yes {
  background-color: #00a642;
  color: #fff;
}
.work_mask .mask_content .no {
  border: 1px solid #f6f6f6;
  color: #666;
}
.work_mask .mask_content .error_msg {
  text-align: left;
  margin-left: 15px;
}
.work_mask .mask_content .form_list_head,
.work_mask .mask_content .form_list_body {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.work_mask .mask_content .form_list_head li,
.work_mask .mask_content .form_list_body li {
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.work_mask .mask_content .work_list_body {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  height: auto;
}
.work_mask .mask_content .work_list_body li {
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.work_mask .mask_content .work_list_body .clear {
  clear: both;
  width: 0px;
  float: none;
  line-height: 0px;
  height: 0px;
}
.work_mask .mask_content .flows li {
  float: left;
  text-align: left;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.work_mask .attr li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text_over {
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  word-break: break-all;
}
.work_content .userContent {
  height: 100%;
}
.work_content .work_left {
  width: 120px;
  height: 642px;
  _height: 642px;
  *height: 642px;
  height: 642px\0;
  -moz-height: 642px;
  float: left;
  background-color: #fff;
}
.work_content .work_left ul li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.work_content .work_left ul li:hover {
  color: #2f74ff;
}
.work_content .work_left .active {
  color: #2f74ff;
  border-left: 4px solid #2f74ff;
}
.work_content .work_right {
  float: left;
  height: 642px;
  width: 930px;
  _height: 642px;
  *height: 642px;
  height: 642px\0;
  -moz-height: 642px;
  margin-left: 10px;
  background-color: #fff;
}
.work_content .work_right .work_app {
  width: 930px;
}
.work_content .work_right .work_app .type_tab {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.work_content .work_right .work_app .type_tab li {
  float: left;
  padding: 0px 20px;
  height: 49px;
  cursor: pointer;
}
.work_content .work_right .work_app .type_tab .active {
  color: #1b68f3;
  border-bottom: 4px solid #1b68f3;
}
.notice {
  background-color: #fff;
  padding: 20px;
  max-height: 620px;
  overflow-y: auto;
}
.notice .t_head {
  margin-bottom: 10px;
  color: #939393;
}
.notice .des_mask {
  width: 100%;
  height: 100%;
}
.notice .des_mask .mask {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}
.notice .des_mask .des_content {
  background-color: #fff;
  width: 500px;
  margin: auto;
  position: absolute;
  z-index: 1001;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  margin-top: -145px;
  padding: 20px;
}
.notice .des_mask .des_content .description {
  background-color: #fcfdff;
  border: 1px solid #f6f6f7;
  padding: 15px;
  text-align: left;
  margin: 30px auto;
  color: #979799;
  word-break: break-all;
}
.notice .des_mask .des_content .button {
  padding: 5px 10px;
  color: #fff;
  background-color: #0077ff;
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
}
.noticeItem {
  width: 100%;
  margin-bottom: 10px;
}
.noticeItem .titleContent {
  height: 60px;
  line-height: 60px;
  background-color: #fcfdff;
  border: 1px solid #f6f6f7;
  padding: 0px 25px;
  cursor: pointer;
}
.noticeItem .titleContent:hover {
  background-color: #f0f4ff;
}
.noticeItem .titleContent span {
  color: #4c4c4c;
}
.noticeItem .titleContent .sms {
  font-size: 30px;
  color: #0d61fe;
  vertical-align: middle;
  margin-right: 30px;
}
.noticeItem .titleContent .title {
  font-size: 18px;
  font-weight: bold;
  width: 600px;
  display: inline-block;
}
.noticeItem .titleContent .read {
  width: 100px;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}
.noticeItem .titleContent .cBtn {
  float: right;
  cursor: pointer;
}
.noticeItem .content {
  background-color: #fbfbfb;
  padding: 20px;
  border-top: 1px solid #e8e8e8;
}
.appManager {
  background-color: #fff;
  min-height: 530px;
  padding: 30px;
  margin-top: 50px;
}
.appManager .APP_sort {
  padding-right: 6px;
  font-size: 12px;
  color: #777c94;
  float: right;
}
.appManager .APP_sort:hover {
  color: #238ffa;
}
.appManager .APP_sort:before {
  content: "\E70E";
  font-family: "iconfont";
  font-size: 12px;
  padding-right: 4px;
}
.appManager .appCategoryForm {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.appManager .appCategoryForm .addApp {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 20px;
}
.appManager .appCategoryForm input {
  border: 1px solid #dcdcdc;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  font-size: 12px;
}
.appManager .appCategoryForm input:focus {
  border: 1px solid #40a3fe;
}
.appManager .appCategoryForm .addCategory {
  background-color: #1bbb5b;
  margin-left: 20px;
  border-radius: 2px;
  cursor: pointer;
  height: 31px;
  width: 60px;
  text-align: center;
  display: inline-block;
  line-height: 31px;
  color: #fff;
  font-size: 12px;
}
.appManager .appCategoryForm .addCategory:hover {
  background-color: #25ca67;
}
.appManager .appCategory {
  overflow: hidden;
}
.appManager .appCategory .addApp {
  font-size: 14px;
  color: #8c8c8c;
}
.appManager .appCategory .addApp:before {
  content: "\E717";
  font-family: "iconfont";
  font-size: 12px;
  padding-right: 6px;
  color: #40a3fe;
}
.appManager .appCategory .AddApplist {
  padding-top: 20px;
}
.appManager .appCategory li {
  color: #969696;
  float: left;
  min-width: 90px;
  font-size: 12px;
  text-align: center;
  padding: 10px 14px;
  cursor: pointer;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.appManager .appCategory li:hover {
  color: #40a3fe;
}
.appManager .appCategory .active {
  color: #40a3fe;
  border-bottom: 2px solid #40a3fe;
}
.appManager .appCategoryList {
  overflow: hidden;
}
.appManager .appCategoryList .deleteCategory {
  position: absolute;
  right: 30px;
  top: 210px;
  float: right;
  border: 1px solid #ffcbcb;
  cursor: pointer;
  padding: 4px 16px;
  color: #ff8484;
  font-size: 12px;
  background-color: #fff2f2;
}
.appManager .appCategoryList .deleteCategory:hover {
  border: 1px solid #ff7d7d;
  color: #ff7d7d;
}
.appManager .appCategoryList .appManager_categoryItem {
  width: 140px;
  height: 60px;
  padding: 0 10px;
  float: left;
  border: 1px solid #f5f5f5;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #8c8c8c;
}
.appManager .appCategoryList .appManager_categoryItem .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 20px;
}
.appManager .appCategoryList .appManager_categoryItem:hover {
  color: #40a3fe;
  border: 1px solid #bdddfd;
}
.appManager .appCategoryList .active {
  border-color: #58c4ff;
  color: #40a3fe;
  background-color: #f7fcff;
}
.appManager .appManagerSubmit {
  background-color: #40a3fe;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 80px;
  text-align: center;
  margin: auto;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  float: right;
  color: #fff;
}
.appManager .appManagerSubmit:before {
  content: "\E711";
  font-family: "iconfont";
  font-size: 12px;
  padding-right: 4px;
}
.appManager .appManagerSubmit:hover {
  background-color: #3d98f9;
}
.form-linkTo {
  position: relative;
  width: 100%;
}
.form-linkTo .form-linkTo-input {
  position: absolute;
  top: 0px;
  width: 100%;
}
.form-linkTo .form-linkTo-box {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.form-linkTo .form-linkTo-box dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.form-linkTo .form-linkTo-box dd:hover {
  background-color: #d2d2d2;
}
.form-linkTo .form-linkTo-box .active {
  background-color: #238ffa;
  color: #fff;
}
.form-linkTo .form-linkTo-selected {
  display: block;
}
.registerBox {
  height: auto;
  background-color: #fff;
  padding-bottom: 30px;
}
.registerBox .registerTitleBox {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("/public/images/registerTitleBackg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 160px;
  margin: 0 auto;
  background-color: #0058fa;
}
.registerBox .registerTitleBox .registerTitle {
  width: 1000px;
  font-size: 36px;
  color: #fff;
  margin: 0 auto;
  padding-top: 48px;
}
.registerBox .registerTitleBox .registerTitle .BackToLogin {
  margin-top: 16px;
  font-size: 14px;
  width: 100px;
  height: 32px;
  background-color: #0d61fe;
  border: 1px solid #0058fa;
  text-align: center;
  line-height: 32px;
  color: #fff;
  float: right;
}
.registerBox .registerTitleBox .registerTitle .BackToLogin:hover {
  background-color: #1a78fa;
  cursor: pointer;
}
.registerBox .registerTitleformBox {
  width: 600px;
  margin: 90px auto;
}
.commonForm .layui-form-item {
  margin-bottom: 30px !important;
}
.commonForm .layui-btn {
  width: 120px;
  height: 36px !important;
}
.commonForm .layui-btn-primary {
  margin-left: 20px;
}
.commonForm .layui-row::before {
  content: none;
}
.commonForm .noteNum {
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin-left: 20px;
  background-color: #04ad74;
}
.commonForm .noteNum:hover {
  background-color: #00bf7f;
  cursor: pointer;
}
.commonForm .verifyImg {
  width: 100px;
  margin-left: 20px;
  cursor: pointer;
}
.uic_login {
  height: 100%;
}
.uic_login .middleContainer .loginTop {
  height: 110px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.uic_login .middleContainer .loginTop .loginContainer {
  text-align: center;
}
.uic_login .middleContainer .loginTop .loginContainer a {
  height: 86px;
  float: none !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
}
.uic_login .middleContainer .loginTop .loginContainer a img {
  max-height: 86px !important;
}
.uic_login .middleContainer .loginMiddle {
  width: 930px;
  height: 520px;
  margin: auto auto;
  background-color: rgba(0, 0, 0, 0) !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer {
  width: 460px;
  height: 460px;
  padding: 16px;
  background-color: rgba(251, 251, 251, 0.8);
  border: 1px solid #fff;
  margin-top: 30px;
  border-radius: 4px;
}
.uic_login .middleContainer .loginMiddle .loginContainer > img {
  display: none;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab {
  margin-top: 0 !important;
  float: left !important;
  background-color: #0166a4 !important;
  border: none !important;
  height: 460px;
  width: 460px;
  border-radius: 4px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .cn_en_box .internationalization {
  color: #fff !important;
  background-color: #02ad94;
  border-radius: 0 0 0 4px;
  padding: 6px 10px 6px 10px;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .cn_en_box .internationalization #languageValue {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .cn_en_box .internationalization #languageValue option {
  color: #646464 !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .code_img {
  height: 310px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .code_img .qrcode-container {
  transform: scale(0.6) !important;
  margin-top: -60px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .verifyImg {
  top: 10px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .Title {
  height: 30px !important;
  line-height: 30px;
  color: #fff !important;
  border-bottom: none !important;
  margin-top: 60px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .Title_01 {
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  width: 100%;
  color: #02ad94;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginbutton {
  width: 140px !important;
  height: 32px;
  line-height: 32px;
  background-color: #0166a4 !important;
  border: 2px solid #fff !important;
  margin: 10px auto auto;
  font-weight: bold !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginbutton:hover {
  background-color: #006fb1 !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent {
  padding: 0 40px 10px 40px !important;
  color: #fff !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .pwdLogin .loginBottomForgetPassword {
  float: none !important;
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-align: center !important;
  margin: 10px auto !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .formItem {
  padding-top: 10px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .formItem .placeholderDiv {
  top: 10px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .formItem .noteNum {
  height: 44px !important;
  line-height: 45px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .formItem input {
  background-color: #fff !important;
  width: 333px !important;
  font-size: 14px !important;
  font-family: Microsoft YaHei, sans-serif;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .noteCode {
  max-width: 202px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginBottomMeta {
  width: 380px !important;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginBottomMeta span {
  color: #fff;
}
.uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginBottomMeta span:hover {
  color: #40a3fe;
}
.uic_login .middleContainer .loginBottom {
  background-color: rgba(0, 0, 0, 0) !important;
  margin: auto auto auto auto;
}
.uic_login .middleContainer .loginBottom .zhirenkejiBox {
  line-height: 30px;
}
.uic_login .middleContainer .loginBottom .zhirenkejiBox .zhirenkeji {
  padding-top: 0 !important;
  color: #fff;
}
.uic_login .middleContainer .loginBottom .zhirenkejiBox .zhirenkeji a {
  color: #fff;
  padding: 6px 16px;
  background-color: rgba(1, 102, 164, 0.9);
  border-radius: 4px;
}
.uic_login .middleContainer .loginBottom .zhirenkejiBox .zhirenkeji a:hover {
  background-color: #0174ba;
}
.uic_login .middleContainer .loginBottom .zhirenkejiBox .uic_copyright {
  text-shadow: #646464 1px 0 0, #646464 0 1px 0, #646464 -1px 0 0, #646464 0 -1px 0;
}
@media screen and (max-width: 640px) {
  .uic_login {
    width: 100% !important;
  }
  .uic_login .middleContainer {
    width: 100% !important;
  }
  .uic_login .middleContainer .loginTop .loginContainer {
    width: 100% !important;
  }
  .uic_login .middleContainer .loginMiddle {
    width: 90% !important;
    height: auto !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 4px !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .internationalization {
    float: none;
    width: 40%;
    text-align: center;
    border-radius: 0 0 6px 6px !important;
    margin: auto auto !important;
    padding: 12px 10px 12px 10px !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .loginTab {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .loginTab .Title {
    margin-top: 8% !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .pwdLogin .formItem input {
    width: 82% !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .loginTab .loginTabContent .pwdLogin .formItem .noteCode {
    max-width: 31% !important;
  }
  .uic_login .middleContainer .loginMiddle .loginContainer .loginTab > .loginBottomMeta {
    width: 300px !important;
  }
  .uic_login .middleContainer .loginBottom .zhirenkejiBox .zhirenkeji {
    margin-top: 16px;
    line-height: 34px !important;
  }
  .uic_login .middleContainer .loginBottom .zhirenkejiBox .zhirenkeji a {
    padding: 6px 22px !important;
  }
  .uic_login .middleContainer .loginBottom .zhirenkejiBox .uic_copyright {
    line-height: 20px !important;
  }
  .uic_login_Forget_Box .loginTop {
    text-align: center;
    height: auto !important;
  }
  .uic_login_Forget_Box .loginTop .loginContainer {
    width: 100% !important;
  }
  .uic_login_Forget_Box .loginTop .loginContainer a {
    width: 100% !important;
    text-align: center !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle {
    height: auto !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .content .word_info .txt_form .formItem i.validation {
    position: absolute;
    right: 38px;
    top: 62px;
    font-size: 14px !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .formItem i.noteCode {
    position: absolute;
    right: 166px;
    top: 62px;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .formItem .error_msg {
    margin-left: 0 !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info {
    padding: 20px 0 0 0 !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .pass_title {
    margin-left: 4% !important;
    font-weight: bold !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .txt_form {
    height: auto !important;
    padding-top: 16px !important;
    width: 96% !important;
    margin-left: 4% !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .txt_form .uic_pwd_agree {
    margin-left: 0 !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .txt_form > a {
    padding-left: 0 !important;
    padding-top: 20px !important;
    width: 95% !important;
    margin-left: 0 !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .txt_form .subcode {
    margin-left: 0 !important;
    margin-top: 30px !important;
    width: 95% !important;
  }
  .uic_login_Forget_Box .resetPasswordMiddle .resetPasswordContainer .uic_login_Forget .word_info .txt_form .formItem label {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .uic_login_Forget_Box .loginBottom {
    height: auto !important;
  }
  .uic_login_Forget_Box .loginBottom span {
    padding-top: 20px !important;
  }
}
.loadingBox {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eeeeee;
}
.Loading_box {
  width: 400px;
  height: 400px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -300px;
  background-image: url("/public/images/loading_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.Loading_box img {
  width: 300px;
  height: 300px;
}
.loading_text_Box {
  list-style: none;
}
.loading_text {
  margin-top: 30px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
  font-size: 16px;
  line-height: 16px;
  color: #5e64a6;
  font-weight: bold;
}
.loading_text_en {
  font-family: 'aril', 'serif';
  font-size: 16px;
  line-height: 32px;
  color: #5e64a6;
}
.middleContainer1 {
  height: 100%;
  width: 100%;
  background-color: #f3f5fb;
}
.middleContainer1 > * {
  vertical-align: middle;
}
.middleContainer1 > tbody > tr > td > .loginTop {
  background-color: #f3f5fb;
}
.middleContainer1 .loginBottom {
  background-color: #f3f5fb;
}
.middleContainer1 .loginMiddle {
  background-color: #f3f5fb;
}
.middleContainer1 .loginMiddle .loginContainer {
  background-color: #fff;
  padding: 40px 60px 40px 60px;
  box-sizing: border-box;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title {
  width: 100%;
  height: 120px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .img_box {
  float: left;
  width: 300px;
  height: 70px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box {
  float: right;
  border: 1px solid #f0f4f6;
  background-color: #fff;
  color: #777c94;
  border-radius: 3px;
  width: 148px;
  height: 44px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box .internationalization {
  width: 100%;
  height: 100%;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box .internationalization:hover {
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box .internationalization:before {
  content: "\E67E";
  font-family: "iconfont";
  font-size: 14px;
  padding-right: 6px;
  padding-left: 20px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box .internationalization select {
  width: 100px;
  height: 44px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box .internationalization select:hover {
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .logo_box .cn_en_box:hover {
  cursor: pointer;
  color: #0f8cff;
  border: 1px solid #e6e6e6;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box {
  width: 100%;
  display: inline-block;
  padding-left: 10px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .tab_button_1,
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .tab_button_2 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #9a9fb3;
  letter-spacing: 1px;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .tab_button_1:hover,
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .tab_button_2:hover {
  color: #238ffa;
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .active {
  color: #238ffa;
}
.middleContainer1 .loginMiddle .loginContainer .loginContainer_title .tab_button_box .tab_button_3 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  padding-left: 10px;
  padding-right: 10px;
  color: #bababa;
  font-weight: lighter;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box {
  width: 100%;
  height: 430px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form {
  float: left;
  border: none;
  width: 59%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #f7f6fb;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem {
  margin-top: 30px;
  padding-top: 0;
  padding-top: 0\9;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .iconfont {
  display: none;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .verifyImg {
  right: 95px;
  height: 45px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .error_msg {
  margin-left: 10px !important;
  position: absolute;
  bottom: -26px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem input {
  width: 83% !important;
  padding-left: 0 !important;
  border-radius: 3px;
  text-indent: 16px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteCode {
  width: 83% !important;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum {
  position: absolute;
  left: 344px;
  border-radius: 0 3px 3px 0;
  top: 1px;
  background-color: #fff;
  color: #777c94;
  border: 1px solid #fff;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum:hover {
  color: #0f8cff;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum:before {
  content: "\4E28";
  color: #e4e2ec;
  font-family: "Microsoft YaHei";
  font-weight: lighter;
  position: absolute;
  left: -6px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .form_input {
  border-radius: 3px;
  width: 83%;
  height: 46px;
  margin-bottom: 30px;
  border: 1px solid #d3d5e0;
  display: inline-block;
  text-indent: 14px !important;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .form_input:hover,
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .form_input:focus-within,
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .form_input:focus,
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .form_input:active {
  border: 1px solid #0f8cff;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .login_button {
  border-radius: 3px;
  width: 83%;
  height: 46px;
  background-color: #0f8cff;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .login_button:hover {
  background-color: #0d61fe;
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box {
  width: 83%;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd {
  margin-top: 4px;
  font-size: 14px;
  color: #777c94;
  font-family: "Microsoft YaHei";
  letter-spacing: 1px;
  line-height: 32px;
  display: inline-block;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd .arrw_login {
  padding-right: 6px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd span {
  display: block;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd span:hover {
  color: #0f8cff;
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd1 {
  float: right;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form .fgt_pwd_box .fgt_pwd1:hover span .fgt_pwd {
  color: #0f8cff;
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .left_form_ioa {
  border: none;
  width: 59%;
  padding-bottom: 40px;
  background-color: #0f8cff;
  display: inline-block;
  color: #fff;
  margin-top: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  cursor: pointer;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code {
  float: right;
  border: none;
  width: 40%;
  background-color: #fff;
  height: 100%;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img {
  text-align: center;
  width: 436px;
  height: 330px;
  display: table-cell;
  vertical-align: middle;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img img {
  vertical-align: middle;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img .qrcode-container {
  transform: scale(0.8);
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img .qrcode-container > .Loading_code {
  height: 200px;
  line-height: 200px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img .tab_qr {
  margin-top: -40px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img .tab_qr span {
  cursor: pointer;
  padding: 4px 10px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_img .tab_qr .active {
  color: #238ffa;
  border-bottom: 2px solid #238ffa;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_tips {
  text-align: center;
  font-size: 16px;
  color: #777c94;
  font-family: "Microsoft YaHei";
  width: 248px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5px;
}
.middleContainer1 .loginMiddle .loginContainer .form_Box .right_code .code_tips .code_tips_app {
  color: #95aad2;
}
.middleContainer2 {
  height: 100%;
  width: 100%;
  background-color: #f3f5fb;
  /*修改滚动条样式*/
}
.middleContainer2 ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.middleContainer2 ::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
.middleContainer2 ::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 10px;
}
.middleContainer2 ::-webkit-scrollbar-thumb:hover {
  background-color: #a9a9a9 !important;
}
.middleContainer2 ::-webkit-scrollbar-corner {
  background: #f3f3f3;
}
.middleContainer2 > * {
  vertical-align: middle;
}
.middleContainer2 > tbody > tr > td > .loginTop {
  background-color: #f3f5fb !important;
}
.middleContainer2 .loginBottom {
  background-color: #f3f5fb !important;
}
.middleContainer2 .loginMiddle {
  height: 360px;
  background-color: #f3f5fb;
}
.middleContainer2 .loginMiddle .loginContainer {
  width: 630px;
  height: 360px;
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  overflow: auto;
}
.middleContainer2 .loginMiddle .loginContainer .tab_Bigbox {
  width: 100%;
  text-align: center;
}
.middleContainer2 .loginMiddle .loginContainer .tab_Bigbox .tab_box {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  display: inline-flex;
  background-color: #f0f0f0 !important;
}
.middleContainer2 .loginMiddle .loginContainer .tab_Bigbox .tab_box .tab_option {
  width: 150px;
  height: 36px;
  line-height: 32px;
  color: #777c94;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}
.middleContainer2 .loginMiddle .loginContainer .tab_Bigbox .tab_box .tab_option:hover {
  color: #132375;
}
.middleContainer2 .loginMiddle .loginContainer .tab_Bigbox .tab_box .active {
  color: #7796ff;
  border-bottom: 2px solid #7796ff;
}
.middleContainer2 .loginMiddle .loginContainer .loginContainer_title {
  width: 100%;
  height: 30px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box {
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form {
  float: left;
  border: none;
  width: 100%;
  height: auto;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem {
  margin-bottom: 20px;
  padding-top: 0;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem > .verifyCode {
  width: 164px !important;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .verifyImg {
  border: none !important;
  height: 46px !important;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .iconfont {
  display: none;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .error_msg {
  margin-left: 10px !important;
  position: absolute;
  bottom: -21px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem input {
  width: 100% !important;
  padding-left: 0 !important;
  border-radius: 3px;
  text-indent: 16px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteCode {
  width: 100% !important;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum {
  position: absolute;
  right: 0;
  border-radius: 0 3px 3px 0;
  top: 1px;
  background-color: #fff;
  color: #777c94;
  border: 1px solid #fff;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum:hover {
  color: #0f8cff;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .formItem .noteNum:before {
  content: "\4E28";
  color: #e4e2ec;
  font-weight: lighter;
  position: absolute;
  left: -20px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .form_input {
  border-radius: 3px;
  width: 86%;
  height: 46px;
  margin-bottom: 30px;
  border: 1px solid #d3d5e0;
  display: inline-block;
  text-indent: 14px !important;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .form_input:hover,
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .form_input:focus-within,
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .form_input:focus,
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .form_input:active {
  border: 1px solid #0f8cff;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .login_button {
  border-radius: 3px;
  width: 100%;
  height: 46px;
  background-color: #4771fd;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form .login_button:hover {
  background-color: #547cff;
  cursor: pointer;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .fgt_pwd_box {
  text-align: center;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .fgt_pwd_box .fgt_pwd {
  color: #777c94;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .fgt_pwd_box .fgt_pwd:hover {
  color: #0f8cff;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .left_form_ioa {
  float: left;
  border: none;
  width: 59%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code {
  border: none;
  width: 100%;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_img {
  text-align: center;
  vertical-align: middle;
  margin-top: -83px;
  height: 200px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_img img {
  width: 180px;
  display: block;
  margin: auto auto;
  vertical-align: middle;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_img .qrcode-container {
  transform: scale(0.7);
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_img .qrcode-container > .Loading_code {
  height: 200px;
  line-height: 200px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_tips {
  text-align: center;
  font-size: 14px;
  color: #777c94;
  font-family: "Microsoft YaHei";
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}
.middleContainer2 .loginMiddle .loginContainer .form_Box .right_code .code_tips .code_tips_app {
  color: #95aad2;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box {
  width: 300px;
  height: 290px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box > h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box > .wechat_tips {
  text-align: center;
  color: #777c94;
  font-size: 12px;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box > .pwdLogin > .login_button {
  width: 46%;
  display: block;
  float: left;
  border: 1px solid #4771fd;
  background-color: #4771fd;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box > .pwdLogin > .login_cancel {
  border-radius: 3px;
  width: 46%;
  height: 44px;
  line-height: 46px;
  text-align: center;
  display: block;
  float: right;
  background-color: #fff;
  border: 1px solid #d3d7df;
  color: #4771fd;
  margin-top: 0;
  margin-bottom: 20px;
}
.middleContainer2 .loginMiddle .loginContainer .wechat_box > .pwdLogin > .login_cancel:hover {
  background-color: #f7f6fb;
}
.agreement_content h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
.agreement_content h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.agreement_content p {
  margin-bottom: 15px;
  text-indent: 2em;
}
.agreement_content .section {
  margin-bottom: 30px;
}
.agreement_content .indent {
  padding-left: 2em;
}
.agreement_content .item {
  margin-bottom: 10px;
}
.agreement_content .contact {
  margin-top: 30px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.agreement_content .agree_btn {
  margin-top: 30px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map*/