/* CSS Document */
.lr_box {
  width: 100%;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #f2f4f6;
}
.lr_box .fl {
  width: 31.25%;
  height: 100vh;
  position: relative;
}
.lr_box .fl > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_box .fl .logo {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.6rem;
}
.lr_box .fl .logo img {
  width: 100%;
  height: auto;
}
.lr_box .fr {
  width: 68.75%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lr_box .fr .top1 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.6rem;
}
.lr_box .fr .top1 img {
  width: 100%;
}
.lr_box .fr .maincon {
  margin: 0 auto;
  width: 6.4rem;
}
.lr_box .fr .maincon h2 {
  padding-bottom: 0.3rem;
  text-align: center;
}
.lr_box .fr .maincon ul {
  /*  li.li1{
       margin-top: .3rem;
       display: flex;
       justify-content: space-between;
       .autologin{
           display: flex;
           align-items: center;
           span{
               width: .4rem;
               height: .2rem;
               border-radius: .1rem;
               background: #e9e9e9;
               margin-right: .2rem;
               display: block;
               i{
                  display: block;
                  width: .15rem;
                  height: .15rem;
                  margin: .025rem 0 0 .025rem;
                  background: #000;
                  border-radius: 50%;
               }
           }
       }
       .forgetP{
         text-decoration: underline;
       }
   } */
}
.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.64rem;
  border-radius: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.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% - 1.1rem);
}
.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: #999;
}
.lr_box .fr .maincon ul li.li0:hover {
  border: solid #174193 1px;
}
.lr_box .fr .maincon ul li.li0:hover i {
  color: #174193;
}
.lr_box .fr .maincon ul li.li2 {
  margin-top: 0.5rem;
}
.lr_box .fr .maincon ul li.li2 .btn1 {
  width: 100%;
  height: 0.8rem;
  background: #174193;
  border-radius: 0.4rem;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: 0 0.1rem 0.3rem rgba(23, 65, 147, 0.3);
}
.lr_box .fr .maincon ul li.li3 {
  margin-top: 0.3rem;
  text-align: center;
}
.lr_box .fr .maincon ul li.li3 a {
  color: #174193;
}
.lr_box .fr .maincon ul.reg li.li0 i {
  width: 1.4rem;
}
.lr_box .fr .maincon ul.reg li.li0 span {
  width: calc(100% - 1.7rem);
}
.lr_box .fr .maincon ul.reg .sitem1 {
  width: 100%;
  position: relative;
}
.lr_box .fr .maincon ul.reg .sitem1 .select .select_ul {
  width: calc(100% + 0.3rem);
  position: absolute;
  left: -0.3rem;
  top: 0.82rem;
  display: none;
  padding: 0.1rem 0.3rem 0.2rem;
  background: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  max-height: 1.4rem;
  overflow-y: auto;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0.2rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.lr_box .fr .maincon ul.reg .sitem1 .select .select_ul li {
  line-height: 1.6;
  margin-top: 0.1rem;
}
.lr_box .fr .maincon ul.reg .sitem1 .select_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.lr_box .fr .maincon ul.reg .sitem1 .select_input em img {
  width: 0.17rem;
}

.container2 {
  padding: 0.6rem 0 1rem;
  background: #f7f8f9;
  box-sizing: border-box;
}
.container2 .mbox1 {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.container2 .mbox1 .fmenu1 {
  width: 18%;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.4rem;
  box-sizing: border-box;
}
.container2 .mbox1 .fmenu1 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid #ccc 1px;
  width: 100%;
}
.container2 .mbox1 .fmenu1 a span {
  display: flex;
  align-items: center;
}
.container2 .mbox1 .fmenu1 a span img {
  width: 0.22rem;
  margin-right: 0.1rem;
}
.container2 .mbox1 .fmenu1 a em img {
  width: 0.08rem;
}
.container2 .mbox1 .fmenu1 a em img:nth-child(2) {
  display: none;
}
.container2 .mbox1 .fmenu1 a.on {
  border-color: #454545;
}
.container2 .mbox1 .fmenu1 a.on em img:nth-child(1) {
  display: none;
}
.container2 .mbox1 .fmenu1 a.on em img:nth-child(2) {
  display: block;
}
.container2 .mbox1 .mcon1 {
  width: 79%;
  background: #fff;
  padding: 0.2rem 0.5rem 1.6rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
}
.container2 .mbox1 .mcon1 ul.medit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container2 .mbox1 .mcon1 ul.medit li {
  width: 47%;
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: solid #ccc 1px;
  display: flex;
  align-items: center;
}
.container2 .mbox1 .mcon1 ul.medit li i {
  color: #999;
  width: 1.2rem;
}
.container2 .mbox1 .mcon1 ul.medit li span {
  width: calc(100% - 1.6rem);
}
.container2 .mbox1 .mcon1 ul.medit li span input {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.container2 .mbox1 .mcon1 ul.medit li em {
  width: 0.4rem;
}
.container2 .mbox1 .mcon1 ul.medit li em img {
  width: 0.22rem;
  margin-left: 0.1rem;
}
.container2 .mbox1 .mcon1 ul.dlist2 li {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid #ccc 1px;
}
.container2 .mbox1 .mcon1 ul.dlist2 li h4 {
  position: relative;
  padding-left: 0.3rem;
  font-weight: bold;
}
.container2 .mbox1 .mcon1 ul.dlist2 li h4::before {
  position: absolute;
  left: 0;
  top: 0.15rem;
  background: url(../images/w/circle1.png) center no-repeat;
  width: 0.12rem;
  height: 0.12rem;
  background-size: 100%;
  content: "";
}
.container2 .mbox1 .mcon1 ul.dlist2 li p {
  margin-top: 0.2rem;
  color: #222;
}
.container2 .mbox1 .mcon1 ul.dlist2 li:hover {
  border-color: #bb1b21;
}
.container2 .mbox1 .mcon1 ul.dlist2 li:hover h4 {
  position: relative;
  padding-left: 0.3rem;
  color: #bb1b21;
}
.container2 .mbox1 .mcon1 ul.dlist2 li:hover h4::before {
  background: url(../images/w/circle2.png) center no-repeat;
  background-size: 100%;
}

.pagesfr a, .pagesfr span {
  float: left;
  width: 0.54rem;
  height: 0.54rem;
  display: block;
  border-radius: 50%;
  margin: 0px 0.07rem;
  color: #999999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 0.6rem 0 0;
}

.pagesfr a.a1 img, .pagesfr a.a2 img {
  width: 0.14rem;
}

.pagesfr a.on {
  background: #bb1b21;
  color: #fff;
}

.pagesfr a:hover {
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .lr_box {
    flex-wrap: wrap;
    height: auto;
  }
  .lr_box .fl {
    width: 100%;
    height: 3rem;
  }
  .lr_box .fr {
    width: 100%;
    padding: 0.3rem;
  }
  .lr_box .fr .maincon {
    margin-top: 0.3rem;
    padding-right: 0;
  }
  .lr_box .fr .maincon ul li.li2 {
    margin-top: 0.4rem;
  }
  .lr_box .fr .bottom1 {
    margin-top: 0.6rem;
  }
  .lr_box .fr .bottom1 ul {
    margin-top: 0.3rem;
  }
  .container2 .mbox1 {
    flex-wrap: wrap;
  }
  .container2 .mbox1 .fmenu1 {
    width: 100%;
  }
  .container2 .mbox1 .mcon1 {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.2rem 0.3rem;
  }
  .container2 .mbox1 .mcon1 ul.medit li {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .lr_box {
    min-height: 100vh;
    display: block;
  }
  .lr_box .fr {
    padding-top: 0.8rem;
  }
  .pagesfr a, .pagesfr span {
    display: none;
  }
  .pagesfr a.a1, .pagesfr a.a2 {
    display: flex;
  }
  .lr_box .fr .maincon {
    width: 100%;
  }
  .lr_box .fr .maincon ul.reg li.li0 i {
    width: 1.5rem;
  }
  .lr_box .fr .maincon ul.reg .sitem1 .select_input span {
    width: 100%;
  }
}