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

#bigContainer {
  width: 100%;
  height: 100%;
  min-width: 1440px;
  background-color: #C8C8C8; }

#mainWarpper {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

#topHeader {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #787878; }
  #topHeader .logoDiv {
    display: inline-block;
    margin-left: 29px;
    margin-top: 5px; }
    #topHeader .logoDiv img {
      height: 60px;
      width: auto; }
  #topHeader .btnDiv {
    float: right;
    margin-top: 19px;
    margin-right: 29px; }
    #topHeader .btnDiv .gobtn {
      width: 102px;
      height: 33px;
      line-height: 33px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
    #topHeader .btnDiv .ddbtn {
      background-color: #63404F; }
      #topHeader .btnDiv .ddbtn:hover {
        background-color: #543341; }
    #topHeader .btnDiv .pxbtn {
      background-color: #37506D; }
      #topHeader .btnDiv .pxbtn:hover {
        background-color: #2f4967; }
    #topHeader .btnDiv .hsbtn {
      background-color: #677074; }
      #topHeader .btnDiv .hsbtn:hover {
        background-color: #5b666b; }

#leftBar {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 70px; }
  #leftBar .wordsDiv {
    width: 100%;
    padding-top: 30px;
    text-align: center; }
  #leftBar .name {
    font-size: 18px;
    line-height: 25px;
    color: #fff; }
  #leftBar .smtxt {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #EEEEEE;
    width: 100%; }
  #leftBar .smtxt span {
    font-size: 14px;
    display: inline-block; }

.hslb {
  background-color: #677074; }

.ddlb {
  background-color: #63404F; }

.pxlb {
  background-color: #37506D; }

#mainZ {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-left: 150px; }
  #mainZ .mainw {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 58px; }
  #mainZ .shmain {
    background-image: url("../images/1.jpg"); }
  #mainZ .ddmain {
    background-image: url("../images/2.jpg"); }
  #mainZ .pxmain {
    background-image: url("../images/3.jpg"); }
  #mainZ .formDiv {
    width: 100%; }
    #mainZ .formDiv .fleft, #mainZ .formDiv .fright {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    #mainZ .formDiv .fleft {
      margin-top: 20px; }
  #mainZ .ddmain .formDiv .fright {
    margin-top: 20px; }

.fgroup {
  margin-bottom: 38px;
  position: relative; }

.fgroup label {
  width: 90px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
  padding: 0 10px; }

.fgroup label.overLabel {
  height: auto; }

.shmain .fgroup label {
  background-color: #317897; }

.ddmain .fgroup label {
  background-color: #69636E; }

.pxmain .fgroup label {
  background-color: #4E7199; }

.fgroup .form-control {
  height: 22px;
  border-radius: 0;
  padding: 0 12px; }

.fbs {
  margin-bottom: 10px;
  margin-top: 106px; }

.btnfg {
  margin-bottom: 44px; }

.pphoto {
  width: 130px;
  height: 170px;
  overflow: hidden; }
  .pphoto img {
    width: 100%;
    height: auto; }

.bigbtn {
  width: 120px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer; }

.hsbbtn {
  background-color: #677074; }
  .hsbbtn:hover {
    background-color: #505a5f; }

.ddbbtn {
  background-color: #C66A91; }
  .ddbbtn:hover {
    background-color: #b56084; }

.pxbbtn {
  background-color: #37506D; }
  .pxbbtn:hover {
    background-color: #2b425d; }

.smbtn {
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #DBDBDB;
  cursor: pointer; }
  .smbtn:hover {
    background-color: #d4d1d1; }

#submitBtn {
  margin-right: 36px; }

.uploadBtn {
  margin-right: 15px; }

.fgroup .btn {
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #2A2A2A;
  background-color: #DBDBDB; }

.uploadFP label {
  background-color: #621168; }

.must {
  color: red;
  margin-left: 5px;
  font-size: 12px; }

.layui-layer-page .layui-layer-content {
  text-align: center;
  line-height: 400px; }

.searchable-select-holder {
  margin: 0;
  padding: 0 12px;
  border-radius: 0; }

input, select {
  width: 160px; }

.searchable-select-items {
  width: 100%;
  display: block; }

.searchable-select-item {
  display: block; }

#uploadBtn {
  vertical-align: top;
  margin-top: 2px; }

.laydate_body .laydate_y .laydate_yms ul li, .laydate_body .laydate_m .laydate_yms span {
  font-size: 12px; }

.codeBox {
  padding-left: 98px;
  margin-top: 6px;
  display: block; }

.getCode {
  font-size: 12px;
  background-color: #08b3f7;
  color: #fff;
  padding: 6px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .getCode.dnc {
    display: none; }

.showTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #efefef; }
  .showTxt .seconds {
    font-size: 12px;
    vertical-align: bottom; }
  .showTxt.dnc {
    display: none; }

.laydate_body .laydate_box li, .laydate_body .laydate_m .laydate_yms span {
  font-size: 12px; }

@media only screen and (max-width: 1440px) {
  #leftBar {
    left: auto;
    right: 0;
    height: auto;
    padding-top: 0;
    z-index: 3; }

  .ddlb {
    background: none; }

  #leftBar .wordsDiv {
    padding-top: 10px; }

  #leftBar .smtxt {
    margin-top: 6px; }

  #mainZ {
    padding-left: 0; }

  #bigContainer {
    min-width: auto; }

  #mainWarpper {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  #mainZ .formDiv .fleft, #mainZ .formDiv .fright {
    width: 100%; }

  #mainZ .mainw {
    height: auto; }

  #provinceSelect, #enrollBusinessSelect, #theCardNum {
    width: 160px !important; }

  #citySelect, #countySelect {
    width: 160px !important;
    display: block;
    margin-left: 100px;
    margin-top: 20px; }

  .provincemust {
    position: absolute;
    bottom: 0;
    left: 300px; } }
@media only screen and (max-width: 375px) {
  #leftBar {
    width: 100%;
    padding-top: 80px; }

  #leftBar .smtxt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
    margin-right: 10px; }

  #leftBar .wordsDiv {
    padding-top: 0;
    text-align: right; }

  #leftBar .name {
    display: none; }

  #mainZ .mainw {
    padding: 20px 10px; }

  .provincemust {
    position: absolute;
    bottom: 0;
    left: 280px; } }

/*# sourceMappingURL=formPage.css.map */
