/* CSS Document */
.lr_box {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  padding: 1.5rem 0;
  justify-content: flex-end;
  overflow: hidden;
  background: url(../images/login_bg.png) center no-repeat;
  background-size: cover;
}
.lr_box .fr {
  width: 4.8rem;
  margin-right: 2.6rem;
  background: #fff;
  box-shadow: 0px 2px 30px 1px rgba(79, 79, 79, 0.2);
  border-radius: 0.16rem;
  padding: 0.4rem 0.4rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.lr_box .fr .maincon h2 {
  padding-bottom: 0.3rem;
  text-align: center;
}
.lr_box .fr .maincon ul li {
  margin-top: 0.15rem;
  box-sizing: border-box;
  width: 100%;
}
.lr_box .fr .maincon ul li.li0 {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.14rem;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #EEEEEE;
  color: #7D7D7D;
}
.lr_box .fr .maincon ul li.li0 i {
  width: 0.8rem;
  display: block;
  border-right: solid #d9dadd 1px;
  line-height: 1;
}
.lr_box .fr .maincon ul li.li0 span {
  display: block;
  width: calc(100% - 0.95rem);
}
.lr_box .fr .maincon ul li.li0 span > em {
  display: flex;
  position: absolute;
  right: 0.4rem;
  top: 0;
  width: 1.2rem;
  height: 100%;
  align-items: center;
}
.lr_box .fr .maincon ul li.li0 span > em img {
  width: 100%;
}
.lr_box .fr .maincon ul li.li0 input {
  width: 100%;
  border: none;
  background: none;
}
.lr_box .fr .maincon ul li.li0 input::placeholder {
  color: #d7d7d7;
}
.lr_box .fr .maincon ul li.yzm .ma {
  width: 0.6rem;
  color: #EA3200;
  width: 1rem;
}
.lr_box .fr .maincon ul li.yzm span {
  width: calc(100% - 2.1rem);
}
.lr_box .fr .maincon ul li.li1 {
  margin-top: 0.17rem;
  display: flex;
  justify-content: space-between;
}
.lr_box .fr .maincon ul li.li1 .remb {
  display: flex;
  align-items: center;
  color: #999;
}
.lr_box .fr .maincon ul li.li1 .remb span {
  margin-left: 0.1rem;
}
.lr_box .fr .maincon ul li.li1 .forg a {
  color: #e50000;
}
.lr_box .fr .maincon ul li.li0:hover {
  border: solid #e50000 1px;
}
.lr_box .fr .maincon ul li.li0:hover i {
  color: #E50000;
}
.lr_box .fr .maincon ul li.li2 {
  margin-top: 0.25rem;
}
.lr_box .fr .maincon ul li.li2 .btn1 {
  width: 100%;
  height: 0.44rem;
  background: #E50000;
  color: #fff;
  /*  font-weight: bold; */
  border: none;
}
.lr_box .fr .maincon ul li.li3 {
  margin-top: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lr_box .fr .maincon ul li.li3 img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.lr_box .fr .maincon ul li.li3 a {
  color: #E50000;
  text-decoration: underline;
}
.lr_box .fr .maincon .policy {
  background: #F5F6F8;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  box-sizing: border-box;
  color: #999999;
}
.lr_box .fr .maincon .empty {
  height: 0.2rem;
}

.check1 {
  display: none;
}

.check1 + label {
  display: inline-flex;
  align-items: center;
}

.check1 + label::before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/check_bg1.png) no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}

.check1:checked + label::before {
  background: url(../images/check_bg2.png) no-repeat;
  background-size: 100%;
}

.userBg {
  background: #f7f7f7;
  padding: 0.8rem 0;
  margin-top: 1rem;
}

.container {
  display: flex;
  justify-content: space-between;
}
.container .slideMenu {
  width: 2.2rem;
}
.container .slideMenu h2 {
  color: #333;
  padding: 0.24rem 0.24rem 0.14rem;
  box-sizing: border-box;
  background: #fff;
}
.container .slideMenu ul {
  background: #fff;
  padding-bottom: 0.4rem;
}
.container .slideMenu ul li {
  line-height: 0.32rem;
}
.container .slideMenu ul li a {
  color: #7D7D7D;
  display: block;
  padding: 0 0.24rem;
}
.container .slideMenu ul li.active {
  background: rgba(229, 0, 0, 0.03);
  position: relative;
}
.container .slideMenu ul li.active::before {
  width: 0.04rem;
  height: 100%;
  background: #E50000;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.container .mainContent {
  width: calc(100% - 2.4rem);
}
.container .mainContent h2 {
  color: #333;
  padding: 0.18rem 0.32rem;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
}
.container .mainContent .mainbox {
  padding: 0.18rem 0.32rem 0.7rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.13rem;
  color: #666;
  min-height: 7.32rem;
}
.container .mainContent .mainbox .mainCon1 {
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #DBDBDB;
  width: 85%;
}
.container .mainContent .mainbox .mainCon1 dl {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.container .mainContent .mainbox .mainCon1 dl dt {
  margin-right: 0.1rem;
  margin-left: 0.8rem;
}
.container .mainContent .mainbox .mainCon2 {
  margin-top: 0.4rem;
}
.container .mainContent .mainbox .mainCon2 ul {
  margin-left: 0.3rem;
}
.container .mainContent .mainbox .mainCon2 ul li {
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
}
.container .mainContent .mainbox .mainCon2 ul li .p1 {
  width: 1rem;
  display: flex;
  justify-content: flex-end;
}
.container .mainContent .mainbox .mainCon2 ul li .p1 i {
  color: #E50000;
  margin-right: 0.05rem;
}
.container .mainContent .mainbox .mainCon2 ul li .p2 {
  width: 4rem;
}
.container .mainContent .mainbox .mainCon2 ul li .p2 .select {
  background: url(../images/select_bg4.png) 3.7rem 0.16rem no-repeat;
  background-size: 0.12rem 0.07rem;
  width: 100%;
  height: 0.4rem;
}
.container .mainContent .mainbox .mainCon2 ul li .p2 .select select {
  height: 0.4rem;
  color: #999;
  border-radius: 0.04rem;
  background: transparent;
  border: 1px solid #D4D4D4;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.16rem;
  line-height: 0.4rem;
}
.container .mainContent .mainbox .mainCon2 ul li input {
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 1px solid #D4D4D4;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.16rem;
  line-height: 0.4rem;
}
.container .mainContent .mainbox .mainCon2 ul li input::placeholder {
  color: #999;
}
.container .mainContent .mainbox .mainCon2 ul li .reset, .container .mainContent .mainbox .mainCon2 ul li .submit {
  width: 1.04rem;
  height: 0.4rem;
  line-height: 0.4rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  border: solid #E50000 1px;
  border-radius: 0.04rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E50000;
  background: #fff;
  margin-top: 0.4rem;
}
.container .mainContent .mainbox .mainCon2 ul li input.submit {
  background: #E50000;
  color: #fff;
  border: solid #E50000 1px;
  margin-right: 0.2rem;
}
.container .mainContent .mainbox .mainCon2 ul.editp {
  margin-left: 0;
}
.container label.custom-file-upload01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container label.custom-file-upload01 i.i2 {
  position: relative;
  z-index: 3;
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container label.custom-file-upload01 i.i2 img {
  width: 0.88rem;
}
.container label.custom-file-upload01 em {
  font-style: normal;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 4;
}
.container label.custom-file-upload01 span {
  position: relative;
}
.container label.custom-file-upload01 span input {
  color: #999;
  display: none;
}

.applytable {
  width: calc(100% + 0.2rem);
  max-height: 6rem;
  overflow-y: auto;
  padding-right: 0.2rem;
  color: #999;
}
.applytable table {
  width: 100%;
}
.applytable table td {
  padding: 0.1rem;
  text-align: left;
}
.applytable table thead {
  background: #EBEBEB;
  color: #000;
  font-weight: bold;
}
.applytable table tbody tr td {
  min-height: 0.94rem;
  vertical-align: top;
  padding: 0.17rem 0.1rem 0.24rem;
}
.applytable table tbody tr:nth-child(even) {
  background: #F8F8F8;
}

.applytable::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(175, 175, 175, 0.3);
}

.applytable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E50000;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background: #aaaaaa;
}

.pagesfr a {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  /*  border-radius: 50%; */
  color: #9A9A9A;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: solid #e6e6e6 1px;
  margin: 0px 0.07rem;
}

.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #9A9A9A;
  line-height: 0.3rem;
}

.pagesfr span i {
  padding: 0 0.1rem;
}

.pagesfr span i input {
  background: #fff;
  border: solid #e6e6e6 1px;
  width: 0.54rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
}

.pagesfr a img {
  width: 0.07rem;
}

.pagesfr a img:nth-child(2) {
  display: none;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0 0;
  z-index: 999;
  position: relative;
}

.pagesfr a.on {
  color: #fff;
  background: #E50000;
  border-color: #E50000;
}

@media screen and (max-width: 1024px) {
  .lr_box {
    padding: 0.5rem 0;
  }
  .lr_box .fr {
    width: 100%;
    margin: 0 0.4rem;
  }
   .lr_box  form{width: calc(100% - .8rem);display: block;}
  .lr_box .fr .maincon ul li.li0 i {
    width: 1.4rem;
  }
  .lr_box .fr .maincon ul li.li0 span {
    display: block;
    width: calc(100% - 1.6rem);
  }
  .lr_box .fr .maincon ul li.yzm span {
    width: calc(100% - 3.3rem);
  }
  .lr_box .fr .maincon ul li.yzm .ma {
    width: 1.6rem;
  }
  .lr_box .fr .maincon .policy {
    height: 0.6rem;
  }
  .userBg {
    padding: 0.5rem 0;
  }
  .userBg .container {
    flex-wrap: wrap;
  }
  .userBg .container .slideMenu {
    width: 100%;
  }
  .userBg .container .slideMenu ul {
    border-top: solid #eee 1px;
    padding: 0.2rem 0;
    display: flex;
  }
  .userBg .container .slideMenu ul li {
    margin: 0 0.24rem;
  }
  .userBg .container .slideMenu ul li a {
    padding: 0 0 0.1rem;
  }
  .userBg .container .slideMenu ul li.active {
    background: none;
  }
  .userBg .container .slideMenu ul li.active::before {
    height: 0.04rem;
    width: 100%;
    background: #E50000;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    content: "";
  }
  .userBg .container .mainContent {
    width: 100%;
    margin-top: 0.3rem;
  }
  .userBg .container .mainContent .mainbox .mainCon2 ul li .p1 {
    width: 1.6rem;
  }
  .userBg .container .mainContent .mainbox .mainCon2 ul li .p2 {
    width: calc(100% - 1.6rem);
  }
  .userBg .container .mainContent .mainbox .mainCon2 ul li .p2 .select select {
    height: 0.5rem;
  }
  .userBg .container .mainContent .mainbox .mainCon2 ul li input {
    height: 0.5rem;
  }
  .userBg .container label.custom-file-upload01 i.i2 {
    width: 1.2rem;
    height: 1.2rem;
  }
  .userBg .container label.custom-file-upload01 i.i2 img {
    width: 1.2rem;
  }
  .wrap_c2 {
    margin: 0px 20px;
  }
  .applytable {
    overflow-x: auto;
  }
  .applytable table {
    width: 900px;
  }
  .pagesfr a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .pagesfr a img {
    width: 0.1rem;
  }
  .pagesfr span i input {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}