.clear:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.flex-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con {
  margin: 0 auto;
  width: 80%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.edit_textBox {
  word-break: break-all;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
.edit_textBox * {
  font-size: inherit;
  max-width: 100% !important;
}
.edit_textBox td,
.edit_textBox th {
  border: 1px solid #000;
}
.edit_textBox a {
  color: #7030a0;
  text-decoration: underline;
}
.edit_textBox h1,
.edit_textBox h2,
.edit_textBox h3,
.edit_textBox h4,
.edit_textBox h5,
.edit_textBox h6 {
  line-height: 2;
}
.edit_textBox h1 {
  font-size: 32px;
}
.edit_textBox h2 {
  font-size: 24px;
}
.edit_textBox h3 {
  font-size: 18.72px;
}
.edit_textBox h4 {
  font-size: 16px;
}
.edit_textBox h5 {
  font-size: 13.28px;
}
.edit_textBox h6 {
  font-size: 12px;
}
.edit_textBox img {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: auto;
}
body,
p,
ul,
ol,
li,
form,
th,
td,
select,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
title,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
li,
dt,
dd {
  list-style: none;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
}
body {
  font-size: 12px;
  color: #555;
  font-family: Microsoft YaHei, arial, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
  background: linear-gradient(180deg, #ffdf767a 0%, #87ebff79 100%);
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #555;
}
img {
  border: none;
  font-size: 0;
  vertical-align: middle;
}
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 0 0px 1000px white inset;
  width: 100%;
  border: none;
  border: 1px solid #bbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  color: #555;
  font-family: Microsoft YaHei, arial, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
}
input.on {
  border-color: #ff6400;
}
textarea {
  resize: none;
  overflow: auto;
}
input[type="radio"],
input[type="checkbox"] {
  box-shadow: none;
  border: none;
}
select {
  line-height: 2.3;
  border: none;
  border: 1px solid #bbb;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  color: #555;
  font-family: Microsoft YaHei, arial, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
}
input:disabled {
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #333;
}
/*****************************
错误提示样式
*****************************/
.error span {
  color: red;
  display: none;
  font-size: 12px;
}
/*****************************
页面样式
*****************************/
*{
  box-sizing: border-box;
}
.layoutBox {
  background:url("../images/img.png") no-repeat top right;
  background-size: 1920px auto;
  margin: auto;
  height: 100vh;
  /* height: 970px; */
  min-width: 1300px;
  padding: 67px 60px 0 97px;
  position: relative;
  width: 1910px;
  overflow: hidden;
}
.logoBox {
  display: flex;
  justify-content: space-between;
}
.logoBox .login {
  width: 95px;
  height: 32px;
  background: url("../images/logoRightBc.png");
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
}
.infoBox {
  margin: 120px 0;
}
.infoBox .detail {
  font-size: 20px;
  font-weight: 400;
  color: #202D40;
  opacity: .7;
  line-height: 36px;
  margin: 24px 0 56px 0;

  width: 565px;
}
.infoBox .infoBtn {
  background: linear-gradient(180deg, #3DC9F5 0%, rgba(60,173,245,0.5) 52%, rgba(58,138,245,0) 100%);
  border-radius: 10px;
  box-shadow: 0px 30px 40px 0px rgba(59,163,245,0.25);
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  width: 282px;
}

.bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ewmBox {
  font-size: 16px;
  color: #666;
  margin-right: 30px;
  text-align: center;
}

.ewmBox .img {
  background-color: #fff;
  box-shadow: 0px 5px 10px -5px rgba(19,25,51,0.2), 0px 5px 10px 0px rgba(19,25,51,0.1);
  border-radius: 10px;
  height: 142px;
  margin-bottom: 10px;
  width: 142px;
}
.bottomInfo {
  font-size: 12px;
  /*font-family: PingFangSC-Medium, PingFang SC;*/
  font-weight: 500;
}
.bottomInfo .record, .bottomInfo .record a {
  color: #76819e;
}
.bottomInfo img {
  margin-right: 7px;
}
.bottomInfo span {
  height: 12px;
  display: inline-block;
  border-left: 1px solid #76819e;
  border-right: 1px solid #76819e;
  /*margin: 0 10px;*/
  /*padding: 0 10px;*/
  position: relative;
  line-height: 10px;
}

.link-wx{
  height: 540px;
  position: absolute;
  right: 0;
  top: 12%;
  width: 1058px;
}