/*否定view.css里的内容 start*/
/*.topArea li>div:not(.divIcon){margin-bottom:0px;}		*/
.topArea > li:first-child{padding-top:0px;}
.topArea > li{margin:0px;}
/*否定view.css里的内容 end*/
*{color: #00457D;margin:0px;padding:0px;list-style:none;}
body{    
  font-family: '微软雅黑', '宋体', 'simsun', 'sans-serif'; 
  font-family: 'Arial', 'simsun', 'sans-serif';
}
form{margin:0 auto; padding:0px;max-width:1218px; overflow:hidden;}
.titleInvisible{display:none;}
.editVote, .editSurvey, .editForm{border-top:none;}
p.introTitle{padding: 9px;padding-bottom: 40px;margin-bottom: 40px;background: url(../img/title_line.jpg) center bottom no-repeat;}
p.introTitle .introh4{
  display:block;
  font-size: 30px;
  font-family: "Arial Black";
  color: #00457D;
  line-height: 50px;
}
p.introTitle .introh5{
  display:block;
  font-size: 26px;
  font-family: "Arial Black";
  color: #00457D;
  line-height: 45px;
}
p.introTitle .introh6{
  display:block;
  font-size: 26px;
  font-family: "Arial Black";
  line-height: 45px;color: #FF0000;}
ol,ul,li{margin:0px; padding:0px;list-style:none;}

.Block_Top {
  margin-top: -24px;
}
.Block_Bottom{
  padding: 9px;
  height: 32px;
  background: url(../img/Block_Bottom.png) bottom center no-repeat;
  margin-bottom:60px!important;
}
p.secondTitle{
  width: 100%;
  height: 66px;
  padding-bottom: 40px;
}
p.secondTitle .titleh4{
  float: left;
  width: 118px;
  height: 66px;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  text-indent: -5px;
  font-family: "Arial Black";
  color: #FFF;
  background: url(../img/Num_BK.png) center center no-repeat;
  overflow: hidden;
}
p.secondTitle .titleh5{
  float: left;
  margin-left: 20px;
  width: calc(100% - 150px);
  height: 66px;
  font-family: "Arial Black";
  font-size: 28px;
  line-height: 38px;
  color: #00457D;
  display: flex;
  align-items: center;
}
p.secondTitle .titleh6{
          float: left;
        margin-left: 40px;
        height: 66px;
        font-family: "Arial Black";
        font-size: 30px;
        line-height: 38px;
        color: #FF0000;
        display: flex;
        align-items: center;
}
.optionCollection{
  margin: 0px auto 20px auto;
  width: 940px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.optionCollection .divOption{
  width: 940px;
  min-height: 52px;
  margin-bottom: 20px;
  background: url(../img/Li_line.png) bottom center no-repeat;
}
.li_Half {
  width: 470px !important;
}

.optionCollection .divOption label{
  padding-left: 40px;
  font-size: 24px;
  line-height: 34px;
  color: #00457D;
  font-weight: bold;
  cursor: pointer;
}
.Font22{font-size: 22px !important;}
/* ==================== 多选框 */
.optionCollection .divOption input[type=checkbox] {
  display: inline-block;

  font-size: 28px;
  width: 22px;
  height: 22px;
  top: 8px;
  left: 0;
  position: absolute;
  /* vertical-align: middle; */

}

.optionCollection .divOption input[type=checkbox]:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
  content: " ";
  /* background-color: #f4edfd; */
  background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
  display: inline-block;
  visibility: visible;
  padding: 0px 0px;
  /* border-radius: 3px; */
  /* border: 1px solid #cccfd5; */
}

/* checkbox选中样式 */
/* input[type=checkbox]:checked:after {
background-color: #00457E;
z-index: 1;
} */

.optionCollection .divOption input[type=checkbox]:checked:before {
  /* content: "✓"; */
  position: absolute;
  width: 20px;
  height: 20px;
  content: " ";
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
  z-index: 2;
  background-color: #00457E;

}

/* ==================== 单选框 */
.optionCollection .divOption input[type=radio] {
  display: inline-block;
  font-size: 24px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  /* vertical-align: middle; */
  margin-right: 10px;
}

.optionCollection .divOption input[type=radio]:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 1px;
  top: 1px;
  content: " ";
  /* background-color: #f4edfd; */
  background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 0px;
  border-radius: 50%;
  border: 0px solid #cccfd5;
}

.optionCollection .divOption input[type=radio]:checked:after {
  border-color: #00457E;
}

.optionCollection .divOption input[type=radio]:checked:before {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #00457E;
  border-radius: 50%;
  z-index: 1;
}


/* ==================== 文字框 */
.optionCollection .divOption input[type=text] {
  display: inline-block;
  width: calc(100% - 50px);
  border: 1px solid #c2c2c2;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  color: #00457E;
  text-indent: 20px;
  border-radius: 6px;

}
.optionCollection textarea{
          padding: 5px;
        width: calc(100% - 50px);
        height: 200px;
        font-size: 28px;
        font-family: "Arial";
        color: #00457D;
        line-height: 40px;
        border-radius: 6px;
        border: 1px solid #c2c2c2;
        resize: none;
        overflow-y: scroll;
}
.thirdTitle {
  width: 940px;
  height: 60px;
  font-size: 28px;
  font-family: "Arial Black";
  color: #00457D;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

/* input代码部分 ----------------------------- end */

.ti9_1 {
        margin-top: -7px;
        float: right;
        width: 620px !important;
    }
.Content_Submit button {
        width: 350px;
        height: 100px;
        background-color: #00457E;
        text-align: center;
        font-size: 50px;
        line-height: 100px;
        font-family: "Arial Black";
        color: #FFF;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 70px;
        cursor: pointer;
    }
@media (max-width:600px) {
  form{
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    width: 95vw;
  }
  p.introTitle{
    margin: 0 auto;
    width: 90vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-bottom: 6vw;
    background: url(../img/Mobile/title_line.jpg) center bottom repeat-x;
  }
  p.introTitle .introh4{
    font-size: 21px;
    font-family: "Arial Black";
    font-weight: bold;
    color: #00457D;
    line-height: 26px;
  }
  p.introTitle .introh5{
    font-size: 17px;
    font-family: "Arial Black";
    color: #00457D;
    line-height: 26px;
  }
  p.introTitle .introh6{
    font-size: 17px;
    font-family: "Arial Black";
    line-height: 26px;
    color: #FF0000; 
  }
  p.secondTitle{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 4vw;
  }
  p.secondTitle .titleh4{
    float: left;
    width: 55px;
    height: 31px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-indent: -2px;
    font-family: "Arial Black";
    color: #FFF;
    background: url(../img/Num_BK.png) center center no-repeat;
    background-size: 55px 31px;
    overflow: hidden;
  }
  p.secondTitle .titleh5{
    float: left;
    margin-top: -5px;
    margin-left: 5px;
    width: calc(100% - 65px);
    height: auto;
    font-family: "Arial Black";
    font-size: 16px;
    line-height: 22px;
    color: #00457D;
  }
  p.secondTitle .titleh6{
           float: left;
        width: calc(100% - 30px);
        margin-left: 20px;
        height: auto;
        font-family: "Arial Black";
        font-size: 16px;
        line-height: 22px;
        color: #FF0000;
        display: flex;
        align-items: center;
}
  .Block_Mid{padding-top:5vw;}
  .Block_Bottom {
    width: 95vw;
    height: 4vw;
    background: url(../img/Mobile/Block_Bottom.png) bottom center no-repeat;
    background-size: 95vw auto;
    padding:0px;
  }
  .optionCollection{
    margin: 0 auto;
    width: 82vw;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .optionCollection .divOption{
    width: 82vw;
    min-height: 34px;
    margin-bottom: 14px;
    /* border-bottom: 1px dotted #ABABAB; */
    background: url(../img/Li_line.png) bottom center no-repeat;
  }
  .optionCollection .divOption label{
    padding-left: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #00457D;
    font-weight: bold;
    cursor: pointer;
    /*0000*/
    float: right;
        display: block;
        width: calc(100% - 30px);
        margin-top: 2px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 24px;
        color: #00457D;
        font-weight: bold;
  }
  .Font22{font-size: 15px !important;}
  /* input代码部分 ----------------------------- Start */
  /* ==================== 多选框 */
  .optionCollection .divOption input[type=checkbox] {
    display: inline-block;
    font-size: 14px;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
    position: absolute;
    border: 1px solid #cccfd5;

  }

  .optionCollection .divOption input[type=checkbox]:after {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0px;
    left: 0px;
    content: " ";
    /* background-color: #f4edfd; */
    background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
    display: inline-block;
    visibility: visible;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #cccfd5;

  }

  /* checkbox选中样式 */
  .optionCollection .divOption input[type="checkbox"]:focus {
    outline: none!important; /* 移除焦点时的轮廓 */
    background-color: transparent!important; /* 设置背景色为透明 */
  }

  .optionCollection .divOption input[type=checkbox]:checked:before {
    /* content: "✓"; */
    position: absolute;
    width: 14px;
    height: 14px;
    content: " ";
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 3px;
    background-color: #00457E;
    background-image: linear-gradient(to bottom, #00457E, #00457E);
    border: 1px solid #cccfd5;

  }

  /* ==================== 单选框 */
  .optionCollection .divOption input[type=radio] {
    display: inline-block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    /* vertical-align: middle; */
    margin-right: 10px;
  }

  .optionCollection .divOption input[type=radio]:after {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px;
    content: " ";
    /* background-color: #f4edfd; */
    background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 0px;
    border-radius: 50%;
    border: 0px solid #cccfd5;
  }
  /* checkbox选中样式 */
  .optionCollection .divOption input[type="radio"]:focus {
    outline: none!important; /* 移除焦点时的轮廓 */
    background-color: transparent!important; /* 设置背景色为透明 */
  }
  .optionCollection .divOption input[type=radio]:checked:after {
    border-color: #00457E;
  }

  .optionCollection .divOption input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    background-color: #00457E;
    border-radius: 50%;
    z-index: 1;

  }


  /* ==================== 文字框 */
  .optionCollection .divOption input[type=text] {
    display: inline-block;
    width: calc(100% - 35px);
    border: 1px solid #c2c2c2;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #00457E;
    text-indent: 10px;
    border-radius: 4px;
    float:right;
  }
  .optionCollection textarea{
            padding: 5px;
        width: calc(100% - 12px);
        height: 100px;
        font-size: 14px;
        font-family: "Arial";
        color: #00457D;
        line-height: 26px;
        border-radius: 6px;
        border: 1px solid #c2c2c2;
        resize: none;
        overflow-y: scroll;
  }
  /* input代码部分 ----------------------------- end */
  .thirdTitle {
    width: 82vw;
    height: 36px;
    font-size: 16px;
    font-family: "Arial Black";
    color: #00457D;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
  }
      .Content_Submit button {
        width: 106px;
        height: 32px;
        background-color: #00457E;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        font-family: "Arial Black";
        color: #FFF;
        overflow: hidden;
        border-radius: 6px;
        margin-bottom: 6vw;
        cursor: pointer;
    }
}