html,
body {
  width: 100%;
  height: 100%;
}

html,
body,
div,
p {
  padding: 0;
  margin: 0;
}

/* .navbar-default .navbar-brand {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
} */

#app {
  width: 100%;
  height: 792px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: url('../imgs/imgs-bg.jpg') top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.navbar {
  margin-bottom: 0px;
}
.f12px_bold{
  padding-left: 50px;

}
.navbar-default .navbar-collapse {
  background-color: #fff;

}
.top-bb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  background: white !important;
  z-index: 1;
  padding-left: 80px
}
.container {
  width: 100%;
 display: flex;
 justify-content: space-between
}
.cont-right {
  position: absolute;
  right: 16%;
  width: 25%;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.mleftimg{
  width: 100%;
}
.title {
  font-size: 26px;
  font-weight: bold;
  color: #409eff;
  letter-spacing: 2px;
}

.icon {
  margin-top: 10px;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #409eff;
}

.demo-ruleForm {
  width: 74%;
}

.form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-item-left,
.form-item-right {
  display: flex;
  align-items: center;
}

.form-item-right {
  color: #409eff;
}

.desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0c4cc;
}

/* 媒体查询,当小于多少的时候以移动端的形式展示 */
/* @media screen {} */
.el-row {
  margin-bottom: 20px;
}

.el-row :last-child {
  margin-bottom: 0;
}

.row-bg {
  padding: 10px 0;
}

.el-col {
  border-radius: 4px;
}

.bg-purple {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);


}

.grid-content {
  border-radius: 4px;
  min-height: 36px;
  display: flex;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
}

.grid-content:hover {
  /* border: 2px solid #1740b4; */
}

.grid-content-left {
  /* flex: 3; */
  display: flex;
  align-items: center;
  /* background: chocolate; */
}

.grid-content-right {
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-content-right>p:first-child {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.grid-content:hover .grid-content-right>p:first-child {
  color: #3a9efd;
}

.grid-content-right>p:last-child {
  color: #a0a2a0;
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: '等线';
}

.grid-content:hover .grid-content-right>p:last-child {
  color: #3a9efd;
}

.el-select {
  width: 100%;
}

.el-input {
  width: 100% !important;
}