.nowLocation {
    width: 1088px;
    height: 34px;
    margin: 0 auto;
    background-color: #1A5BAF;
    margin-top: 20px;
}
.nowLocation img {
    margin-top: 10px;
    width: 13px;
    padding: 0 6px 0 11px;
}
.nowLocation .locationMsg {
    font-size: 12px;
    color: #fff;
} 
 #alertBg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1397px;
    background-color: rgba(10, 10, 10, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    display: none;
  }
  #alertBg .alertBox {
    width: 400px;
    height: 170px;
    background: #fff;
    border-radius: 8px;
    margin: 400px auto;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #alertBg .alertBox #alertMsg {
    font-size: 16px;
    width: 100%;
  }
  #alertBg .alertBox #closeBg {
    width: 60px;
    height: 35px;
    line-height: 35px;
    background-color: #00479D;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 300px;
    cursor: pointer;
  }
  
   .contentPolicy {
    width: 1088px;
    min-height: 800px;
    margin: 0 auto;
    margin-top:31px;
    margin-bottom:41px;
  }
   .contentPolicy .listChildren {
    width: 273px;
    /*height: 132px;*/
    background-color: #F5F5F5;
    padding-top: 18px;
    cursor: pointer;
  }
  .contentPolicy .listChildren .son {
    display:inline-block;
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
    color: #666;
  }
  .contentPolicy .listChildren .son .sonLine {
    display: inline-block;
    width: 7px;
    height: 28px;
    background-color: #1A5BAF;
  }
  .contentPolicy .listChildren .son .sonName {
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
  }
  .contentPolicy .listChildren .son:hover {
    background-color: #1A5BAF;
    color: #fff;
  }
  
  
   .contentPolicy .leavemsgShow {
    width:790px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 100px 20px 100px;
    border: 1px solid #DCDCDC;
    color: #8C8C8C;
    margin-left: 116px;
  }
  /**/
  .contentPolicy .leavemsgKnow {
        width:790px;
        box-sizing: border-box;
        padding: 10px 20px 20px 20px;
        border: 1px solid #DCDCDC;
        font-size:14px;
        color:#333;
        margin-left: 136px;
  }
  .contentPolicy .leavemsgKnow .antype{
     color:#347CC2; 
     font-weight:bold;
     font-size:14px;
  }
  .contentPolicy .leavemsgKnow .zhengwen{
      line-height:24px;
  }
  .contentPolicy .leavemsgKnow .nextGo{
    width:140px;
    height:47px;
    line-height:47px;
    background-color:#347CC2;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    text-align:center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
  }
  /**/
   .contentPolicy .leavemsgShow .letterTitle {
    width: 520px;
    height: 40px;
    margin-top: 15px;
  }
  .contentPolicy .leavemsgShow .letterTitle .isOpenBox{
      width: 410px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    color: #B2B2B2;
  }
  .contentPolicy .leavemsgShow .letterTitle .biaoti {
    height: 40px;
    line-height: 40px;
  }
   .contentPolicy .leavemsgShow .letterTitle .showInput {
    width: 410px;
    height: 38px;
    line-height:38px;
    background: #fff;
    outline: none;
    padding-left: 10px;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    font-size: 14px;
    color: #B2B2B2;
  }
   .contentPolicy .leavemsgShow .letterTitle .showInput::-webkit-input-placeholder {
    color: #B2B2B2;
    font-size: 16px;
    padding-left: 10px;
  }
   .contentPolicy .leavemsgShow .letterTitle .showInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B2B2B2;
    font-size: 16px;
    padding-left: 10px;
  }
   .contentPolicy .leavemsgShow .letterTitle .showInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B2B2B2;
    font-size: 16px;
    padding-left: 10px;
  }
   .contentPolicy .leavemsgShow .letterTitle .showInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B2B2B2;
    font-size: 16px;
    padding-left: 10px;
  }
   .contentPolicy .leavemsgShow .letterMsg {
    width: 520px;
    height: 130px;
    margin-top: 15px;
  }
   .contentPolicy .leavemsgShow .letterMsg .msgContent {
    width: 420px;
    height: 130px;
    font-size: 16px;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    outline: none;
    resize: none;
  }
   .contentPolicy .leavemsgShow .letterCode {
    width: 520px;
    height: 55px;
    margin-top: 35px;
  }
   .contentPolicy .leavemsgShow .letterCode .code {
    width: 420px;
    height: 55px;
    font-size: 16px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
  }
   .contentPolicy .leavemsgShow .letterCode .code .code1 {
    width: 64px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0 8px;
    background-color: #EFEFEF;
  }
   .contentPolicy .leavemsgShow .letterCode .code .code2 {
    background: #fff;
    outline: none;
    font-size: 16px;
    width: 209px;
    height: 55px;
    line-height:55px;
  }
   .contentPolicy .leavemsgShow .letterCode .code .code3 {
    width: 130px;
    height: 55px;
    background-color: #5383C5;
  }
   .contentPolicy .leavemsgShow .submitMsg {
    padding: 16px 0 0 98px;
    cursor: pointer;
  }
   .contentPolicy .leavemsgShow .submitMsg .sure {
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    background-color: #1A5BAF;
    color: #fff;
    font-size: 16px;
  }
   .contentPolicy .leavemsgShow .submitMsg .cancle {
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    background-color: #A0A0A0;
    color: #fff;
    font-size: 16px;
    margin-left: 23px;
  }
   .contentPolicy .wantInqure {
    display: none;
    width: 800px;
    margin-left: 129px;
  }
   .contentPolicy .wantInqure .inquireShow {
    height: 172px;
    width: 780px;
    margin-left: 10px;
    border: 1px solid #DCDCDC;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    width: 760px;
    height: 152px;
    border: 1px solid #DCDCDC;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder .xinjianchaxun {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1A5BAF;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber {
    height: 102px;
    padding-left:30px;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber .submitIqure {
    width: 200px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #1A5BAF;
    margin-left: 20px;
    border-radius: 4px;
    cursor: pointer;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber .iqureNumberInput {
    outline: none;
    border: 1px solid #B2B2B2;
    height: 24px;
    width: 240px;
  }
   .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber .iqureCode {
    margin-top:10px;
  }
   .contentPolicy .wantInqure #returnMsg {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 20px;
    display: none;
  }

  /* 适老化 */

/* 当前位置 */
.oldModel .nowLocation{height: 40px;}
.oldModel .nowLocation img{width: 18px;margin-top: -6px;}
.oldModel .nowLocation .locationMsg{font-size: 26px;}

/* 留言须知 */
.oldModel .contentPolicy .leavemsgKnow .bt{font-size: 35px!important;}
.oldModel .contentPolicy .leavemsgKnow{font-size: 30px;}
.oldModel .contentPolicy .leavemsgKnow .antype{font-size: 32px;}
.oldModel .contentPolicy .leavemsgKnow .zhengwen{line-height: 40px;}
.oldModel .contentPolicy .leavemsgKnow .nextGo{font-size: 28px;}

/* 我要留言 */
.oldModel .contentPolicy .leavemsgShow{font-size: 30px;}
.oldModel .contentPolicy .leavemsgShow .letterTitle .isOpenBox,
.oldModel .contentPolicy .leavemsgShow .letterTitle .showInput{font-size: 28px;}
.oldModel .contentPolicy .leavemsgShow .letterMsg .msgContent{font-size: 28px;}
.oldModel .contentPolicy .leavemsgShow #textCount{padding-left: 162px!important;}
.oldModel .contentPolicy .leavemsgShow .letterTitle .showInput::-webkit-input-placeholder{font-size: 26px;}
.oldModel .contentPolicy .leavemsgShow .letterCode,
.oldModel .contentPolicy .leavemsgShow .letterMsg,
.oldModel .contentPolicy .leavemsgShow .letterTitle{width: auto;}
.oldModel .contentPolicy .leavemsgShow .letterTitle .isOpenBox .check{
  width: 19px!important;height: 19px!important;
}
.oldModel .contentPolicy .leavemsgShow .submitMsg .cancle,
.oldModel .contentPolicy .leavemsgShow .submitMsg .sure{font-size: 26px;}

/* 我要查询 */
.oldModel  .contentPolicy .wantInqure p{font-size: 30px;}
.oldModel .contentPolicy .wantInqure .inquireShow .inBorder .xinjianchaxun{font-size: 30px;}
.oldModel .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber form span{font-size: 28px!important;}
.oldModel .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber form input{height: 30px!important;width: 240px!important;}
.oldModel .contentPolicy .wantInqure .inquireShow{height: 193px;}
.oldModel .contentPolicy .wantInqure .inquireShow .inBorder{height: 172px;}
.oldModel .contentPolicy .wantInqure .inquireShow .inBorder .iqureNumber .submitIqure{font-size: 28px;}