@charset "utf-8";
/* CSS Document */
/***
 * cybersnow
 * http://www.ynwlzc.cn
 * e-mail: admin@ynwlzc.cn
 */



/*未来之窗 多表格UL UI*/
.forminfo_ul_h5{
  padding-left:23px;
  padding-top:2px;
  /*
  padding-bottom:1px;
  border-top:solid 1px #66C9F3;
  border-left:solid 2px #66C9F3;
  border-right:solid 2px #66C9F3;
  border-bottom:solid 2px #66C9F3;
  */
  padding: 5px; border: 1px solid rgb(204, 204, 204);
  color: rgb(62, 62, 62); 
  line-height: 24px;
  text-align: justify; 
  box-shadow: rgb(165, 165, 165) 5px 5px 2px; 
  background-color: rgb(250, 250, 250);
  margin-top: 5px;
}
.forminfo_ul_h5 li{margin-bottom:13px; clear:both;}
.forminfo_ul_h5 li label{width:86px;line-height:34px; display:block; float:left;}
.forminfo_ul_h5 li i{color:#7f7f7f; padding-left:20px; font-style:normal;}
.forminfo_ul_h5 li cite{display:block; padding-top:10px;}


/*高级下拉列标select*/
.forminfo_select{
  display: block;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid #d2e2e7;
  border-bottom-color: #c5d4d9;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: -moz-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: -o-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: linear-gradient(to bottom, #fcfdff, #f2f7f7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
cursor:pointer;
height:34PX;
width:230px;
}

.forminfo_select:before, .select:after {
  content: '';
  position: absolute;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 3px outset transparent;
  border-right: 3px outset transparent;
}
.forminfo_select:before {
  top: 10px;
  border-bottom: 3px solid #7f9298;
}
.forminfo_select:after {
  top: 16px;
  border-top: 3px solid #7f9298;
}
.forminfo_select > select {
  position: relative;
  z-index: 2;
  width: 112%;
  height: 29px;
  line-height: 17px;
  padding: 5px 9px;
  padding-right: 0;
  color: #80989f;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}
.forminfo_select > select:focus {
  color: #4d5a5e;
  outline: 0;
}


.select {
  display: block;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid #d2e2e7;
  border-bottom-color: #c5d4d9;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: -moz-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: -o-linear-gradient(top, #fcfdff, #f2f7f7);
  background-image: linear-gradient(to bottom, #fcfdff, #f2f7f7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.select:before, .select:after {
  content: '';
  position: absolute;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 3px outset transparent;
  border-right: 3px outset transparent;
}
.select:before {
  top: 10px;
  border-bottom: 3px solid #7f9298;
}
.select:after {
  top: 16px;
  border-top: 3px solid #7f9298;
}
.select > select {
  position: relative;
  z-index: 2;
  width: 112%;
  height: 29px;
  line-height: 17px;
  padding: 5px 9px;
  padding-right: 0;
  color: #80989f;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}
.select > select:focus {
  color: #4d5a5e;
  outline: 0;
}

/*
h5 section 样式 head
*/
.h5_section_head{
position: static; 
box-sizing: border-box; 
border: 0px none; padding: 0px;" 
data-color="rgb(89, 195, 249);
}
.h5_section_blockquote_pre{
max-width: 100%; margin: 0px; padding: 5px 15px; color: rgb(255, 255, 255); line-height: 25px; font-weight: bold; text-align: left; border-radius: 5px 5px 0px 0px; border: 0px; background-color: rgb(89, 195, 249);
}

.h5_section_blockquote_pre2{
max-width: 100%; margin: 0px; padding: 10px 15px 20px; border-radius: 0px 0px 5px 5px; border: 1px solid rgb(89, 195, 249); line-height: 25px;
}



