.logobox {
  min-height: 100vh;
}
.logobox .ww {
  max-width: 1920px;
  margin: 0 auto;
}
.logobox .header {
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.logobox .header .ww {
  display: flex;
  align-items: center;
}
.logobox .header .ww .logo {
  height: 60px;
}
.logobox .header .ww h2 {
  font-size: 18px;
  padding-left: 30px;
}
.logobox .container {
  box-sizing: border-box;
  min-height: calc(100vh - 40px);
}
.logobox .container .ww {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.logobox .container .ww .fl {
  background: url(../img/logofl.jpg) no-repeat center center;
  background-size: 100% 100%;
  flex: 1;
  min-height: calc(100vh - 40px);
  position: relative;
}
.logobox .container .ww .fl .logo {
  position: absolute;
  top: 10%;
  left: 10%;
}
.logobox .container .ww .fr {
  width: 36%;
  min-height: calc(100vh - 40px);
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px;
}
.logobox .container .ww .fr ul li {
  padding: 10px 0;
}
.logobox .container .ww .fr .viewpass {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.logobox .container .ww .fr .codebox {
  display: flex;
  justify-content: space-between;
}
.logobox .container .ww .fr .codebox .codebtn {
  height: 60px;
  line-height: 60px;
  background: #1496fc;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
}
.logobox .container .ww .fr .loginfoot {
  display: flex;
  justify-content: space-between;
  color: #8c8c8c;
}
.logobox .container .ww .fr .layui-input {
  height: 60px;
  line-height: 60px;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
  font-size: 16px;
}
.logobox .container .ww .fr .layui-tab-title {
  border: none;
  color: #bfbfbf;
  padding-bottom: 11px;
}
.logobox .container .ww .fr .layui-tab-title span {
  position: relative;
  z-index: 99;
}
.logobox .container .ww .fr .layui-tab-brief > .layui-tab-title .layui-this {
  color: #333;
}
.logobox .container .ww .fr .layui-tab-brief > .layui-tab-more li.layui-this:after,
.logobox .container .ww .fr .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 4px solid #1496fc;
  width: 50%;
  left: 0;
  right: auto;
  margin-top: 10px;
  z-index: 0;
}
.logobox .container .ww .fr .subbtn {
  height: 60px;
  background: linear-gradient(90deg, #1496fc 0%, #0685e8 100%);
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
}
.logobox .container .ww .register-form ul li {
  margin: 20px 0;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.logobox .container .ww .register-form ul li .item-input {
  flex: 1;
}
.logobox .container .ww .register-form ul li .layui-input {
  border: none;
}
.logobox .container .ww .register-form ul li .codebtn {
  padding-left: 20px;
  color: #1fc3c1;
  cursor: pointer;
}
.logobox .container .ww .register-form .success-register .iconbox p {
  padding-top: 30px;
  color: #05d25e;
}
.logobox .container .ww .findpass .steps {
  width: 80%;
  margin: 40px auto;
  padding-left: 30px;
}
.logobox .container .ww .findpass .steps ul {
  display: flex;
  justify-content: space-between;
}
.logobox .container .ww .findpass .steps ul li {
  position: relative;
  display: block;
  flex: 1;
}
.logobox .container .ww .findpass .steps ul li::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 5px;
}
.logobox .container .ww .findpass .steps ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
}
.logobox .container .ww .findpass .steps ul li:nth-last-child(1)::after {
  display: none;
}
.logobox .container .ww .findpass .steps ul .current::after {
  background-color: #20c4c0;
}
.logobox .container .ww .findpass .steps ul .current span {
  background: #20c4c0;
  color: #fff;
  border: 1px solid #20c4c0;
}
.logobox .container .ww .findpass .tip {
  border-top: 1px solid #e5e5e5;
}
.logobox .container .ww .findpass .tip h3 {
  font-size: 14px;
  padding: 10px 0;
}
.logobox .container .ww .findpass .tip p {
  font-size: 12px;
  color: #bfbfbf;
  line-height: 24px;
}
.logobox .container .ww .company ul li {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.logobox .container .ww .company ul li .item_fl {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.logobox .container .ww .company ul li .item_fl img {
  width: 30px;
}
.logobox .container .ww .company ul li .item_fr {
  margin-left: 50px;
}
.logobox .container .ww .company ul .active {
  background: #1496fc;
  border: 1px solid #1496fc;
  color: #fff;
}
.logobox .container .alink {
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 8px;
  display: block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(90deg, #24c8bb 0%, #0bb1db 100%);
}
.logobox .container .alink:hover {
  opacity: 0.8;
}
.logobox .footer {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  text-align: center;
  color: #595959;
  font-size: 14px;
}
.singleentrust .layui-tab {
  margin: 0;
}
.singleentrust .card {
  background: #fff;
  border-radius: 10px;
}
.singleentrust .card-title {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.singleentrust .addvalue .item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.singleentrust .addvalue .item .item-title {
  width: 160px;
  text-align: right;
}
.singleentrust .addvalue .item .item-tip {
  padding: 0 10px;
  cursor: pointer;
}
.singleentrust .addvalue .item .item-input .layui-form-switch {
  margin-top: 0;
}
.singleentrust .listfr .item-title {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
}
.singleentrust .listfr .item-li {
  padding: 20px;
  font-size: 14px;
}
.singleentrust .listfr .item-li dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.singleentrust .packagelist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-left: -2%;
  max-height: 450px;
  overflow-y: auto;
}
.singleentrust .packagelist .item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  line-height: 25px;
  box-sizing: border-box;
  width: 14.6%;
  margin: 0 0 20px 2%;
  position: relative;
  cursor: pointer;
}
.singleentrust .packagelist .item .item-title {
  background-image: linear-gradient(#0dccff, #677cff);
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.singleentrust .packagelist .item .item-con {
  padding: 10px;
  color: #595959;
}
.singleentrust .packagelist .item .item-con ul li {
  border-radius: 5px;
  border: 1px solid #dcdfe6;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size: 12px;
}
.singleentrust .packagelist .item .item-price {
  padding: 10px;
}
.singleentrust .packagelist .item .item-price em {
  font-size: 12px;
  color: #ffc369;
}
.singleentrust .packagelist .item .item-price b {
  font-size: 30px;
  color: #ffc369;
  font-weight: 600;
}
.singleentrust .packagelist .item .item-price span {
  font-size: 12px;
  color: #595959;
}
.singleentrust .packagelist .item .item-down {
  display: none;
}
.singleentrust .packagelist .active {
  border: 1px solid #1496fc;
}
.singleentrust .packagelist .active .item-down {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #1496fc;
  border-bottom-color: #1496fc;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.singleentrust .packagelist .active .item-down img {
  transform: translateY(-5px);
  max-width: none;
  max-height: none;
}
.singleentrust .empower {
  display: flex;
}
.singleentrust .empower .item .option {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}
.singleentrust .empower .item .option .item-down {
  display: none;
}
.singleentrust .empower .item .active {
  border: 1px solid #1496fc;
  color: #1496fc;
}
.singleentrust .empower .item .active .item-down {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #1496fc;
  border-bottom-color: #1496fc;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: none;
  max-height: none;
}
.singleentrust .empower .item .active .item-down img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 10px;
  height: 10px;
  max-width: none;
  max-height: none;
}
.singleentrust .empower .item .previeimgbox {
  max-width: 130px;
  max-height: 130px;
}
.singleentrust .note1 {
  border: 1px dotted #e5e5e5;
  padding: 10px;
  box-sizing: border-box;
}
.singleentrust .note1 .note1-tip {
  color: #ffbb00;
}
.packagedl {
  color: #595959;
}
.packagedl dl dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.packagedl dl dd {
  font-size: 12px;
}
.packagedl dl dd::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #92cfff;
  border-radius: 100%;
  margin-top: 12px;
  margin-right: 5px;
}
.onopenyh_popup ul {
  max-height: 340px;
  overflow-y: auto;
}
.onopenyh_popup ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dyjbox {
  background: url(../img/dyj.png) no-repeat;
  width: 280px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.dyjbox .item-con {
  width: 190px;
  text-align: center;
}
.dyjbox .item-price {
  font-size: 36px;
}
.dyjbox .item-time {
  font-size: 12px;
}
.vouchers {
  position: relative;
}
.vouchers .closeicon {
  position: absolute;
  top: -12px;
  right: 0;
  color: #f33;
  font-size: 24px;
  display: none;
  font-weight: bold;
  cursor: pointer;
}
.vouchers:hover .closeicon {
  display: inline-block;
}
.multi_index .steps {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.multi_index .steps ul {
  display: flex;
}
.multi_index .steps ul li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.multi_index .steps ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 15px;
}
.multi_index .steps ul li span {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 26px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #e5e5e5;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.multi_index .steps ul li p {
  font-size: 18px;
  color: #bfbfbf;
  padding-top: 15px;
}
.multi_index .steps ul .current::after {
  background: #1496fc;
}
.multi_index .steps ul .current span {
  border: 1px solid #1496fc;
  color: #1496fc;
}
.multi_index .steps ul .current p {
  color: #1496fc;
}
.multi_index .setpcon1 {
  max-width: 1200px;
  margin: 0 auto;
}
.multi_index .setpcon1 .down {
  margin-top: 40px;
}
.multi_index .setpcon1 .down h3 {
  font-weight: 500;
  font-size: 16px;
  padding: 20px 0;
}
.multi_index .setpcon1 .down p {
  font-size: 14px;
  padding-bottom: 10px;
}
.multi_index .setpcon1 .layui-upload-drag {
  width: 100%;
  box-sizing: border-box;
}
.multi_index .setpcon1 .layui-upload-drag:hover {
  border: 1px dashed #1496fc;
}
.multi_index .setpcon1 .filelist {
  width: 100%;
}
.multi_index .setpcon1 .filelist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 40px;
  border: 1px dashed #e2e2e2;
  margin-top: 20px;
}
.multi_index .setpcon1 .filelist .item .item-fl {
  flex: 1;
  display: flex;
  align-items: center;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-icon {
  margin-right: 20px;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-icon i {
  font-size: 50px;
  color: #409eff;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-con {
  flex: 1;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-con ul {
  display: flex;
  margin-top: 10px;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-con ul li {
  font-size: 16px;
  margin-right: 40px;
}
.multi_index .setpcon1 .filelist .item .item-fl .fl-con ul li span {
  padding: 0 10px;
}
.multi_index .setpcon1 .filelist .item .item-fr {
  display: flex;
  align-items: center;
}
.multi_index .setpcon2 .price {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 20px;
}
.multi_index .setpcon2 .price .item {
  display: flex;
  align-items: flex-end;
  margin-left: 30px;
}
.multi_index .setpcon3 .succeedtip {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.multi_index .setpcon3 .succeedtip .item-con {
  font-size: 30px;
}
.multi_edit {
  background: #fff;
}
.multi_edit .layui-form-label {
  width: 100px;
}
.multi_edit .layui-input-block {
  margin-left: 110px;
}
.multi_edit .layui-form-switch {
  margin-top: 0;
}
.multi_edit .pricelist {
  border: 1px solid #ebeef5;
  border-left: none;
  border-right: none;
  padding-top: 20px;
}
.multi_edit .pricelist .item-li {
  padding: 20px;
  font-size: 14px;
}
.multi_edit .pricelist .item-li dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.multi_edit .empower {
  display: flex;
}
.multi_edit .empower .item .option {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}
.multi_edit .empower .item .option .item-down {
  display: none;
}
.multi_edit .empower .item .active {
  border: 1px solid #1496fc;
  color: #1496fc;
}
.multi_edit .empower .item .active .item-down {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #1496fc;
  border-bottom-color: #1496fc;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: none;
  max-height: none;
}
.multi_edit .empower .item .active .item-down img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 10px;
  height: 10px;
  max-width: none;
  max-height: none;
}
.multi_edit .empower .item .previeimgbox {
  max-width: 130px;
  max-height: 130px;
}
.multi_edit .note1 {
  border: 1px dotted #e5e5e5;
  padding: 10px;
  box-sizing: border-box;
}
.multi_edit .note1 .note1-tip {
  color: #ffbb00;
}
.combination-sort {
  min-height: calc(100vh - 100px);
  position: relative;
}
.combination-sort .sort-list {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.combination-sort .sort-list .title {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.combination-sort .sort-list .title .item-title {
  font-size: 16px;
  font-weight: 600;
}
.combination-sort .sort-list .title .item-con {
  font-size: 12px;
  color: #8c8c8c;
}
.combination-sort .sort-list .list .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: move;
}
.combination-sort .sort-list .list .item .item-title {
  font-size: 14px;
}
.combination-sort .sort-list .list .item .item-con .el-icon {
  font-weight: bold;
}
.combination-sort .sort-footer {
  border-top: 1px solid #ebeef5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  text-align: center;
}
.risk_analysis .timelist dl {
  display: flex;
  align-items: center;
}
.risk_analysis .timelist dl dt {
  line-height: 28px;
  padding-top: 5px;
}
.risk_analysis .timelist dl dd .layui-anim.layui-icon {
  display: none;
}
.risk_analysis .echarts {
  padding: 20px 40px;
}
.risk_analysis .echarts .echarts-fr ul {
  display: flex;
  flex-wrap: wrap;
}
.risk_analysis .echarts .echarts-fr ul li {
  width: 40%;
  margin-top: 20px;
  font-size: 16px;
}
.risk_analysis .echarts .echarts-fr ul li:nth-child(1) span {
  color: #f62a2a;
}
.risk_analysis .echarts .echarts-fr ul li:nth-child(2) span {
  color: #ffe849;
}
.risk_analysis .echarts .echarts-fr ul li:nth-child(3) span {
  color: #5b8ff9;
}
.risk_analysis .echarts .echarts-fr ul li:nth-child(4) span {
  color: #5ad8a6;
}
.risk_analysis .echarts .echarts-fr ul li:nth-child(5) span {
  color: #bfbfbf;
}
.dashboard .card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.dashboard .card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dashboard .card .card-title .t3 {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.dashboard .card .card-title .t3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1496fc;
  border-radius: 3px;
  margin-right: 10px;
}
.dashboard .card .card-title .more a {
  color: #1496fc;
}
.dashboard .card .card-con {
  padding-top: 20px;
}
.dashboard .grantlist {
  display: flex;
  justify-content: space-between;
}
.dashboard .grantlist li {
  flex: 1;
  text-align: center;
  padding: 15px 0;
}
.dashboard .grantlist li h3 {
  font-size: 40px;
  font-weight: 600;
}
.dashboard .grantlist li p {
  color: #595959;
  font-size: 16px;
  padding-top: 5px;
}
.dashboard .risklist {
  display: flex;
  justify-content: space-between;
}
.dashboard .risklist li {
  display: flex;
  padding: 11px 0;
}
.dashboard .risklist li .fl {
  margin-right: 20px;
  text-align: center;
}
.dashboard .risklist li .fl h3 {
  font-size: 40px;
  font-weight: 600;
}
.dashboard .risklist li .fl p {
  color: #595959;
  font-size: 16px;
  padding-top: 5px;
}
.dashboard .card-company .li1 {
  display: flex;
}
.dashboard .card-company .li1 .item-logo {
  width: 80px;
  height: 80px;
  border: 1px solid #8c8c8c;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.dashboard .card-company .li1 .item-con {
  flex: 1;
}
.dashboard .card-company .li1 .item-con .name {
  display: flex;
  justify-content: space-between;
}
.dashboard .card-company .li1 .item-con .sm {
  padding-top: 10px;
}
.dashboard .card-company .li1 .item-con .sm span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
}
.dashboard .card-company .li1 .item-con .sm .layui-bg-black {
  background-color: #bfbfbf !important;
}
.dashboard .card-company .li2 {
  padding-top: 25px;
}
.dashboard .card-company .li2 ul {
  display: flex;
}
.dashboard .card-company .li2 ul li span {
  color: #8c8c8c;
}
.dashboard .balancebox .li1 ul {
  display: flex;
  justify-content: space-between;
}
.dashboard .balancebox .li1 ul li h3 {
  font-size: 20px;
  font-weight: 500;
}
.dashboard .balancebox .li1 ul li p {
  padding-top: 20px;
  font-size: 28px;
  color: #1496fc;
}
.dashboard .balancebox .li2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.dashboard .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .contact .name {
  text-align: center;
  margin-right: 30px;
}
.dashboard .contact .name .item-logo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1496fc;
}
.dashboard .contact .name h3 {
  display: block;
  padding-top: 15px;
}
.dashboard .contact .btn {
  display: flex;
}
.dashboard .contact .btn a {
  font-size: 18px;
}
.dashboard .contact .weixinbox {
  position: relative;
  z-index: 55;
}
.dashboard .contact .weixinbox .wxcode {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 38px;
}
.dashboard .contact .weixinbox .wxcode img {
  max-width: 120px;
}
.dashboard .layui-table td,
.dashboard .layui-table th {
  text-align: center;
}
.layerbox2 {
  width: 500px;
  padding: 30px;
  background: #fff;
  font-size: 16px;
  max-height: 500px !important;
  overflow-y: auto;
}
.layerbox2 .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .layerbox2 {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    max-height: 6rem !important;
  }
  .layerbox2 .title {
    font-size: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.login2 {
  height: 100vh;
  font-size: 16px;
}
.login2 .pt60 {
  padding-top: 60px;
}
.login2 .fs20 {
  font-size: 20px;
}
.login2 .container {
  background: #fff;
  display: flex;
  align-items: start;
}
.login2 .container .login-fl {
  background: url(../img/logofl.jpg) no-repeat center center;
  background-size: 100% 100%;
  flex: 1;
  min-height: calc(100vh - 40px);
  position: relative;
}
.login2 .container .login-fl .logo {
  position: absolute;
  top: 10%;
  left: 10%;
}
.login2 .container .login-fr {
  width: 36%;
  background: #fff;
  min-height: calc(100vh - 40px);
  box-sizing: border-box;
  padding: 60px;
}
.login2 .container .login-fr .layui-input {
  height: 60px;
  line-height: 60px;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
  font-size: 16px;
}
.login2 .container .login-fr .layui-btn {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.login2 .container .login-fr .title3 {
  padding-top: 20px;
}
.login2 .container .login-fr .title3 h3 {
  font-size: 42px;
  font-weight: 800;
  padding-bottom: 5px;
}
.login2 .container .login-fr .title3 p {
  font-size: 22px;
  color: #aaa;
}
.login2 .container .login-fr .layui-form {
  width: 100%;
}
.login2 .container .login-fr .formzc {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.login2 .container .login-fr .formzc .item {
  width: 100%;
  margin: 10px 0;
}
.login2 .container .login-fr .formzc .item .item-title {
  color: #aaa;
  font-size: 16px;
  padding-bottom: 15px;
}
.login2 .footer {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  text-align: center;
  color: #595959;
  font-size: 12px;
}
.login2 .verify-wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.login2 .verify-wrap .verify-item .code-input-item {
  display: inline-block;
  height: 70px;
  width: 70px;
}
.login2 .verify-wrap .verify-item .code-input-item input[type='text'] {
  width: 100%;
  height: 100%;
  border: 1px solid #f2f3f7;
  border-radius: 8px;
  outline: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  color: #999;
  background-color: #f2f3f7;
}
.login2 .infotip {
  background: #fffbe8;
  padding: 20px;
  color: #ed6a0c;
}
.login2 .infotip .item-t {
  font-size: 20px;
  padding-bottom: 10px;
}
.login2 .infotip .item-c {
  font-size: 14px;
}
.login2 .infotip .item-c span {
  background: #fff;
  padding: 5px;
  margin: 0 5px;
  color: #333;
}
@media screen and (max-width: 769px) {
  .login2 {
    height: 100vh;
    font-size: 0.26rem;
  }
  .login2 .pt60 {
    padding-top: 0.6rem !important;
  }
  .login2 .fs20 {
    font-size: 0.3rem !important;
  }
  .login2 .container {
    flex-wrap: wrap;
  }
  .login2 .container .login-fl {
    background: none;
    flex: none;
    min-height: auto;
    position: static;
  }
  .login2 .container .login-fl .logo {
    position: static;
    padding: 0.6rem 0.6rem 0 0.6rem;
    width: 2.3rem;
  }
  .login2 .container .login-fr {
    width: 100%;
    min-height: calc(100vh - 2.2rem);
    padding: 0.6rem;
  }
  .login2 .container .login-fr .layui-input {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .login2 .container .login-fr .layui-btn {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .login2 .container .login-fr .title3 {
    padding-top: 0.6rem;
  }
  .login2 .container .login-fr .title3 h3 {
    font-size: 0.5rem;
  }
  .login2 .container .login-fr .title3 p {
    font-size: 0.3rem;
  }
  .login2 .container .login-fr .formzc {
    padding-top: 0.4rem;
  }
  .login2 .container .login-fr .formzc .item {
    margin: 0.2rem 0;
  }
  .login2 .container .login-fr .formzc .item .item-title {
    font-size: 0.26rem;
    padding-bottom: 0.2rem;
  }
  .login2 .footer {
    height: 0.8rem;
    line-height: 0.8rem;
    background: #f5f5f5;
    font-size: 0.26rem;
  }
  .login2 .verify-wrap .verify-item .code-input-item {
    height: 0.8rem;
    width: 0.8rem;
  }
  .login2 .verify-wrap .verify-item .code-input-item input[type='text'] {
    border-radius: 0.1rem;
    font-size: 0.36rem;
  }
  .login2 .infotip {
    padding: 0.2rem;
  }
  .login2 .infotip .item-t {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
  }
  .login2 .infotip .item-c {
    font-size: 0.24rem;
  }
  .login2 .infotip .item-c span {
    padding: 0.1rem;
    margin: 0 0.1rem;
  }
}
