body {
  background: #fff;
}
.ser {
  position: relative;
}
.ser .sett_top {
  height: 421px;
  width: 100%;
  background: url('../img/sq_icon01.png') no-repeat center;
  position-size: 100% 100%;
}
.ser .sett_top .txx {
  width: 510px;
  margin: 0 auto;
  margin-top: 105px;
  height: 186px;
  position: absolute;
  right: 30%;
}
.ser .sett_top .txx h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 36px;
}
.ser .sett_top .txx p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 60px;
}
.ser .sett_top .txx .btn {
  width: 427px;
  display: flex;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
}
.ser .sett_top .txx .btn .l {
  cursor: pointer;
  width: 180px;
  height: 48px;
  background: #132979;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.ser .sett_top .txx .btn .l:hover {
  background: #7798d2;
}
.ser .sett_top .txx .btn .r {
  cursor: pointer;
  width: 180px;
  height: 48px;
  text-align: center;
  background: #132979;
  border-radius: 10px;
  font-size: 16px;
}
.ser .sett_top .txx .btn .r a {
  color: #fff;
}
.ser .sett_top .txx .btn .r:hover {
  background: #7798d2;
}
.ser .process {
  width: 1200px;
  margin: 0 auto;
  margin-top: -40px;
  height: 106px;
}
.ser .process img {
  height: 100%;
  width: 100%;
}
.explain {
  margin: 80px auto;
  width: 1200px;
}
.explain h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 55px;
  text-align: center;
}
.explain .explain_list {
  border: 1px dashed #D2D2D2;
  height: 187px;
  padding: 30px 80px 30px 50px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.explain .explain_list img {
  width: 94px;
  height: 94px;
  margin-top: 10px;
}
.explain .explain_list .expl_t {
  width: 940px;
}
.explain .explain_list .expl_t .tit {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
}
.explain .explain_list .expl_t p:last-child {
  line-height: 28px;
}
.huxing {
  width: 100%;
  background: #F9F9F9;
}
.huxing .huxCenter {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  box-sizing: border-box;
  width: 1200px;
}
.huxing .huxCenter h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 55px;
  text-align: center;
}
.huxing .huxCenter .card-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.huxing .huxCenter .card-list div {
  width: 48%;
  margin-bottom: 40px;
}
.huxing .huxCenter .card-list div img {
  width: 100%;
  height: 316px;
}
.mask {
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.3;
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tanc {
  width: 500px;
  height: 313px;
  background: #FFFFFF;
  border-radius: 10px;
  position: fixed;
  padding: 15px 29px 30px ;
  box-sizing: border-box;
  z-index: 9;
  top: 42%;
  display: none;
  left: 36%;
}
.tanc h5 {
  border-bottom: 1px solid #EAEAEA;
  line-height: 28px;
  padding-bottom: 12px;
  box-sizing: border-box;
  color: #132979;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 45px;
}
.tanc p {
  margin-bottom: 25px;
}
.tanc .close {
  width: 141px;
  height: 48px;
  background: #132979;
  text-align: center;
  margin: 0 auto;
  line-height: 48px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.tanc .close:hover {
  background: #7798d2;
}
.con {
  margin: 80px auto;
  width: 1200px;
}
.con .con_bg_gr {
  width: 1280px;
  height: 229px;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.con .con_bg_gr .tit {
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.con .con_bg_gr p {
  line-height: 32px;
  color: #666666;
  font-size: 16px;
}
.con .check_box {
  line-height: 50px;
  height: 50px;
  width: 650px;
  margin: 90px auto;
}
.con .check_box .layui-input-block {
  display: flex;
  justify-content: space-around;
}
.con .check_ok {
  width: 160px;
  height: 46px;
  background: #2566C0;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.person1 {
  margin: 80px auto;
  width: 1200px;
}
.person1 .step img {
  height: 65px;
  width: 278px;
  margin-right: 40px;
}
.person1 .bgBorder {
  margin-top: 20px;
  background: url('../img/pBg1.png') no-repeat;
  width: 1200px;
  padding: 55px 40px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.person1 .bgBorder h3 {
  color: #333333;
  font-size: 16px;
  width: 150px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2566C0;
  margin-bottom: 35px;
  padding-left: 10px;
  box-sizing: border-box;
}
.person1 .bgBorder .person_Con {
  width: 885px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.person1 .bgBorder .person_Con .cont2_left {
  width: 45%;
}
.person1 .bgBorder .person_Con .cont2_left .reg-list {
  width: 100%;
  /* height: 45px; */
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder .person_Con .cont2_left .reg-list .reglist-left {
  width: 87px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder .person_Con .cont2_left .reg-list .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder .person_Con .cont2_left .reg-list .reglist-right {
  width: calc(100% - 87px);
  float: right;
}
.person1 .bgBorder .person_Con .cont2_left .reg-list .reglist-right .ph-num {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder .person_Con .cont2_right {
  width: 45%;
}
.person1 .bgBorder .person_Con .cont2_right .reg-list {
  width: 100%;
  /* height: 45px; */
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder .person_Con .cont2_right .reg-list .reglist-left {
  width: 87px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder .person_Con .cont2_right .reg-list .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder .person_Con .cont2_right .reg-list .reglist-right {
  width: calc(100% - 87px);
  float: right;
}
.person1 .bgBorder .person_Con .cont2_right .reg-list .reglist-right .ph-num {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder .person_Con .reg-listCity {
  width: 100%;
  /* height: 45px; */
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder .person_Con .reg-listCity .reglist-left {
  width: 87px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder .person_Con .reg-listCity .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder .person_Con .reg-listCity .reglist-right {
  width: 143px;
  float: left;
  margin-right: 20px;
}
.person1 .bgBorder .person_Con .reg-listCity .reglist-right .ph-num {
  width: 305px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder .person_Con .btnNext {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
}
.person1 .bgBorder2 {
  margin-top: 20px;
  background: url('../img/pBg2.png') no-repeat;
  width: 1200px;
  padding: 55px 40px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.buiss1 .bgBorder2 {
  margin-top: 20px;
  background: url('../img/buess2.png') no-repeat;
  width: 1200px;
  padding: 55px 40px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.person1 .bgBorder2 h3 {
  color: #333333;
  font-size: 16px;
  width: 150px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2566C0;
  margin-bottom: 35px;
}
.person1 .bgBorder2 .person_Con2 {
  width: 885px;
  margin: 0 auto;
}
.person1 .bgBorder2 .person_Con2 span {
  color: #FF2D2D;
}
.person1 .bgBorder2 .person_Con2 p {
  color: #666666;
  display: inline-block;
  font-size: 14px;
}
.person1 .bgBorder2 .person_Con2 .idCard {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 200px;
  border: 1px solid #D9D9D9;
  padding: 20px;
  box-sizing: border-box;
}
.person1 .bgBorder2 .person_Con2 .idCard .layui-upload-list {
  display: inline-block;
}
.person1 .bgBorder2 .person_Con2 .idCard .layui-upload-list div {
  width: 200px;
  height: 160px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-right: 20px;
}
.person1 .bgBorder2 .person_Con2 .idCard .layui-upload-list div img {
  width: 167px;
  height: 116px;
}
.person1 .bgBorder2 .person_Con2 .idCard .layui-input-inline {
  display: inline-block;
  float: none;
}
.person1 .bgBorder2 .person_Con3 {
  width: 895px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.person1 .bgBorder2 .person_Con3 .cont2_left {
  width: 45%;
}
.person1 .bgBorder2 .person_Con3 .cont2_left .reg-list {
  width: 100%;
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder2 .person_Con3 .cont2_left .reg-list .reglist-left {
  width: 92px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder2 .person_Con3 .cont2_left .reg-list .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder2 .person_Con3 .cont2_left .reg-list .reglist-right {
  width: calc(100% - 92px);
  float: right;
}
.person1 .bgBorder2 .person_Con3 .cont2_left .reg-list .reglist-right .ph-num {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder2 .person_Con3 .cont2_right {
  width: 45%;
}
.person1 .bgBorder2 .person_Con3 .cont2_right .reg-list {
  width: 100%;
  /* height: 45px; */
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder2 .person_Con3 .cont2_right .reg-list .reglist-left {
  width: 115px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder2 .person_Con3 .cont2_right .reg-list .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder2 .person_Con3 .cont2_right .reg-list .reglist-right {
  width: calc(100% - 115px);
  float: right;
}
.person1 .bgBorder2 .person_Con3 .cont2_right .reg-list .reglist-right .ph-num {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder2 .person_Con3 .reg-listCity {
  width: 100%;
  /* height: 45px; */
  line-height: 45px;
  float: left;
  margin-bottom: 20px;
}
.person1 .bgBorder2 .person_Con3 .reg-listCity .reglist-left {
  width: 87px;
  float: left;
  height: 45px;
  font-size: 16px;
}
.person1 .bgBorder2 .person_Con3 .reg-listCity .reglist-left span {
  color: #FF2D2D;
}
.person1 .bgBorder2 .person_Con3 .reg-listCity .reglist-right {
  width: 143px;
  float: left;
  margin-right: 20px;
}
.person1 .bgBorder2 .person_Con3 .reg-listCity .reglist-right .ph-num {
  width: 305px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  box-sizing: border-box;
}
.person1 .bgBorder2 .person_Con3 .btnNext {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
}
.person1 .bgBorder2 .btnNext {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
  display: inline-block;
}
.person1 .bgBorder2 .btn {
  margin: 0 auto;
  width: 600px;
  display: flex;
  justify-content: space-between;
}
.person1 .bgBorder2 .btn .btnBe {
  width: 160px;
  height: 46px;
  background: #2566C0;
  cursor: pointer;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  display: inline-block;
}
.person1 .bgBorder2 .btn .btnR {
  width: 160px;
  height: 46px;
  margin-top: 100px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  color: #2566C0;
  border: 1px solid #2566C0;
  line-height: 46px;
  display: inline-block;
}
.person1 .bgBorder2 .btn .ok {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  line-height: 46px;
  display: inline-block;
}
.person1 .bgBorder2 .cf {
  margin-top: 50px;
}
.person1 .bgBorder2 .cf .trea span {
  color: #FF2D2D;
}
.person1 .bgBorder2 .cf .trea textarea {
  vertical-align: top;
  width: 885px;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
}
/* 上传身份证 */
.tyuio{
  border:  1px dashed #999;
  padding: 20px;
  box-sizing: border-box;
}
.utimgRen {
  width: 200px;
  height: 160px;
  display: inline-block;
  border: 1px solid #999;
  overflow: hidden;
  margin-right: 30px;
}
.utimgRen #preview1{
  width: 167px;
  margin: 0 auto;
  margin-top: 20px;
  height: 116px;
}
.utimgRen #preview1 img {
  width: 100%;
  height: 100%;
}
.utimgRen input {
  visibility: hidden;
}
.person1 .bgBorder3 {
  margin-top: 20px;
  background: url('../img/pBg3.png') no-repeat;
  width: 1200px;
  padding: 55px 40px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.person1 .bgBorder3 h3 {
  color: #333333;
  font-size: 16px;
  width: 150px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2566C0;
  margin-bottom: 35px;
}
.person1 .bgBorder3 .person_Con2 {
  width: 885px;
  margin: 0 auto;
}
.person1 .bgBorder3 .person_Con2 span {
  color: #FF2D2D;
}
.person1 .bgBorder3 .person_Con2 p {
  color: #666666;
  display: inline-block;
  font-size: 14px;
}
.person1 .bgBorder3 .person_Con2 .idCard {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 200px;
  border: 1px solid #D9D9D9;
  padding: 20px;
  box-sizing: border-box;
}
.person1 .bgBorder3 .person_Con2 .idCard .layui-upload-list {
  display: inline-block;
}
.person1 .bgBorder3 .person_Con2 .idCard .layui-upload-list div {
  width: 200px;
  height: 160px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-right: 20px;
}
.person1 .bgBorder3 .person_Con2 .idCard .layui-upload-list div img {
  width: 167px;
  height: 116px;
}
.person1 .bgBorder3 .person_Con2 .idCard .layui-input-inline {
  display: inline-block;
  float: none;
}
.person1 .bgBorder3 .btn {
  margin: 0 auto;
  width: 600px;
  display: flex;
  justify-content: space-between;
}
.person1 .bgBorder3 .btn .btnBe {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin-top: 100px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  display: inline-block;
}
.person1 .bgBorder3 .btn .btnR {
  width: 160px;
  height: 46px;
  margin-top: 100px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  color: #2566C0;
  border: 1px solid #2566C0;
  line-height: 46px;
  display: inline-block;
}
.person1 .bgBorder3 .btn .ok {
  width: 160px;
  height: 46px;
  background: #2566C0;
  margin-top: 100px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  display: inline-block;
  cursor: pointer;
}

.minert_left {
  width: 90px;
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 16px;
}
.minert_right_1 {
  width: 790px;
  height: 36px;
  float: left;
  line-height: 36px;
}
.minert_right_1 .web_select_4 {
  width: 100px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #d9d9d9 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
}
.minert_right_1 .web_select_5 {
  width: 100px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #d9d9d9 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
}
.minert_right_1 .web_inp_2 {
  width: 320px;
  height: 36px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
}
.minert_right_1 .web_select_6 {
  width: 200px;
  height: 36px;
  border: 1px solid #d9d9d9 !important;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
}