html {overflow-y:scroll;}
body {margin:0;padding:0;color:#222;font:14px/1.5 Microsoft YaHei,Arial,Helvetica,sans-serif,Simsun;background: #fff;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0;margin:0;}
table,td,tr,th {font-size:12px;}
ol,ul {list-style:none;}
li {list-style-type:none;}
img {vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:inherit;font-weight:normal;}
address,cite,code,em,th,i {font-weight:normal;font-style:normal;}
a {color:#222;text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#036eb5;text-decoration:none;}
a:active {color:#036eb5;}
#topHref{margin-top: 210px;}
.m {
  width: 1200px;
  margin: 0 auto;
}
.container {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
  margin-bottom: 30px!important;
}
.required {
  font-size: 14px;
  color: #F5222D;
 
}
.form-top {
  margin-top: 30px;
  margin: 30px;
}
.title {
  font-weight: 600;
  color: #000000;
}
.form-flex {
  display: flex;
  padding: 80px;
 
}
.form-flex .center-border {
  flex: 0 0 72px;
  text-align: center;
  
}
.form-flex .left {
  flex: 1;
}
.form-flex .right {
  flex: 1;
}
.form-input {
  margin-right: 20px;
  margin-top: 8px;
 
}
.input-sty {
  height: 32px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  width: 100%;
  padding-left: 10px;
 }
 input[type="text"]:focus {
   border-color: #0096ef;
   outline: none;
 }
 .descript {
  color: #000000;
  padding-left: 5px;
  opacity: 0.45;
 }
 .step {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
 }
 .step-1 {
  width: 32px;
  height: 32px;
  background: #223732;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
 }
 .noActive {
  background: #fff;
  color: rgba(0,0,0,0.25);
  border: 1px solid rgba(0,0,0,0.15);
 }
 .noActive-color {
  color: rgba(0,0,0,0.25);
 }
 .step-padding{width: 202px;border-bottom: 3px dashed #eee;margin-right: 10px;}
 .step-line{border-bottom: 3px dashed #a5a5a5;}
 .form-two {
  display: flex;
  padding: 40px;
 
 }
 .form-two .left {
  flex: 1;
  background: #F2F2F2;
  margin-right: 5px;
  
}
.form-two .right {
  flex: 1;
  background: #F2F2F2;
  margin-left: 5px;
 
  
}
.dy,.qt-1 {
  /* width: 66px; */
  max-width: 120px;
  height: 36px;
  background: #223732;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.pic-desc {
  font-size: 12px;
  color: #999;
}
.dy-1 {
  width: 117px;
  height: 36px;
  background: #223732;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.input-textarea {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
textarea:focus {
  border-color: #0096ef;
  outline: none;
}

.form-there {
  display: flex;
  padding: 40px;
 
 }
 .one {}
 .two {
  display: none;
 }
 .there {
  display: none;
 }
 .eventOrigin {
  color: #555;
  background-color: #fff;
  border: solid 1px #ddd;
  height: 32px;
  width: 100%;
}
.eventOrigin-1 {
  color: #555;
  background-color: #fff;
  
  height: 32px;
  width: 100%;
}
select:focus {
  outline: 1px solid #0096ef;
  
}

.upload {
  margin-top: 10px;
}
.upload-file {
  margin-top: 10px;
}


.uploadify-button{
	display:inline-block;
	margin:12px;
	border:1px solid #b1d3ea;
	background-color: #b1d3ea;
	line-height:30px;
	border-radius:12px;
	border:24px;
	padding:0 24px;
  font-size:12px;
  font-weight: 600;
  font-family: '微软雅黑';
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}
.uploadify-button:hover{
	/* background-color: #888; */
  color: #fff;
}
.uploadfile{
	width:0;
	}
.uploadify-queue .uploadify-queue-item{
	list-style-type:none;
	margin-top:10px;
	}
.uploadbtn,.delfilebtn{
	display:inline-block;
	border:1px solid #999;
	line-height:24px;
	border-radius:4px;
	padding:0 18px;
    font-size:12px;
	color:#666;
	text-decoration:none;
	}
.uploadbtn{
	display: none;/*默认不显示上传按钮，非自动上传时用js控制显示*/
}
.disabledbtn{

}
.up_filename,.progressnum,.delfilebtn,.uploadbtn,.up_percent{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.uploadify-progress{
	 display:inline-block; 
	 width:600px; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0;
	 }
.uploadify-progress-bar{
	width:0;
	height:100%;
	border-radius:20px;
	background-color: #0099FF;
	}
  .popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
  }
  .close-tip {
    top: 90px;
    z-index: 2;
    display: block;
  }
  .popup-1 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
    
  }
  .pblicBt {
    width: 160px;
    display: inline-block;
    cursor: pointer;
    height: 56px;
    background: #172D28;
    color: #fff;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.24);
    border-radius: 10px;
  }
  label {
    font-size: 14px;
    margin-right: 10px;
    padding-left: 5px;
  }
  .genre-checkbox {
    width: 15px;
    height: 15px;
    flex: 1;
  }
  .myCheckbox + label {
    /* 设置多选框标签的样式 */
    font-size: 14px;
    margin-right: 10px;
   
  }
  .flex {
    display: flex;align-items: center;
    padding-top: 10px;
  }
  .report-title {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
  }
  .report-icon {
    padding-left: 32px;
  }
  .h5 {
    display: none;
  }
  .pc {
    display: block;
  }
  .active-a {
    padding: 8px;
  }
  .popup-top {
    text-align: center;margin-top: 100px;
  }
  .popup-bk {
    display: inline-block;background: #fff;width: 800px;height: auto;border-radius: 10px;padding-bottom: 20px;
  }
  .popup-title {
   font-weight: bold;font-size: 26px;margin: 0 10px;
  }
  .popup-bk-top {
    display: flex;align-items: center;justify-content: center;margin-top: 55px;
  }
  .popup-border{width: 202px;border-bottom: 3px dashed #a5a5a5;}
  .popup-content {
    text-align: left;padding: 48px;font-weight: 600;
   
  }
  /* 提交信息 */
  .popup-1-top {
    text-align: center;margin-top: 100px;
  }
  .popup-1-bk {
    display: inline-block;background: #fff;width: 800px;border-radius: 10px;padding-bottom: 20px;
    height: auto;
    max-height: 600px;
    overflow: auto;
  }
  .popup-1-title {
   font-weight: bold;font-size: 26px;margin: 0 10px;
  }
  .popup-1-bk-top {
    display: flex;align-items: center;justify-content: center;margin-top: 55px;
  }
  .popup-1-border{width: 202px;border-bottom: 3px dashed #a5a5a5;}
  .popup-1-content {
    text-align: left;padding: 48px;font-weight: 600;
    padding-top: 10px;
  }
  .popup-1-input-title {
    text-align: left;padding: 48px;font-weight: 600;
  }
  
  .disagree-bt {
    width: 160px;
    height: 56px;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #262626;
    font-size: 16px;
    border: 1px solid #DDDDDD;
  }
  .input-tip {
    width: 400px;
  }
  .popup-1-name {
    float: left;margin-top: 6px;margin-right: 10px;
  }
  .popup-1-new-title{
    font-size: 14px;
    color: green;
  }
  .l-zc-bt {
    width: 120px;
    height: 32px;
    background: #1B241D;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
  }
  .l-zc-bt-active {
    background: #fff;
    border: 1px solid #DADADA;
    color: #000000;
  }
  /* 登录 */
  .l-m {
    width: 800px;
    margin: 0 auto;
  }
  .l-banner {
    width: 800px;
  }
  .l-user {
    text-align: center;
    width: 290px;
    margin: 0 auto;
  }
  .l-center {
    display: inline-block;
  }
  .l-user-title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .l-input {
    width: 290px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.15);
    padding-left: 12px;
  }
  .l-input-code {
    width: 140px;
  }
  .l-top-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .l-submit-bt {
    width: 303px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .l-user-other {
    position: relative;
    font-size: 12px;
    color: rgba(0,0,0,0.7);
  }
  .l-user-left {
    float: left;
    cursor: pointer;
  }
  .l-user-left:hover {
    color: #0096ef;
  }
  .l-user-right {
    float: right;
    cursor: pointer;
  }
  .l-user-right:hover {
    color: #0096ef;
  }
  .validCodeImg {
    height: 30px;
    margin-left: 10px;
  }
  /* 注册 */
  .padding-80 {
    padding: 0 80px;
  }
  .l-zc-bt {
    width: 120px;
    height: 32px;
    background: #1B241D;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
  }
  .l-zc-bt-active {
    background: #fff;
    border: 1px solid #DADADA;
    color: #000000;
  }
  .l-form-top {
    margin: 30px 0;
  }
  .validate-code {
    height: 32px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    width: 135px;
    padding-left: 10px;
    float: left;
    margin-right: 10px;
  }
  .disabled {
    background: #ADADAD;
    border: none;
  }
  /* 新增标题 */
  .message-title {
    display: flex;
    align-items: center;
  }
  .message-title-border {
    width: 3px;
		height: 28px;
		background: #1584ff;
		border-radius: 3px;
  }
  .message-title-descipt {
		font-size: 20px;
		padding-left: 10px;
    font-weight: bold;
  }
  div.adp-wraper-backshadow {
    background: none !important;
  }
  .zg-show {
    display: none;
  }
#dyimg_container,#yp_picture_container,#yp_poster_container{overflow: hidden;}
.dyimg_c{position: relative;;float: left;overflow: hidden;width: 100px;margin-right: 10px;}
.dyimg_c i{position: absolute;top: 0;right: 0;display: block;width: 25px;height: 25px;background: url(/hiiff/xhtml/images/form_close.png) no-repeat;cursor: pointer;}
.h1, .h2, .h3, h1, h2, h3,ol, ul{margin-top:0!important;margin-bottom:0!important;}
.form_banner .top-banner{display: block;width: 100%;}
  @media screen and (max-width:768px) {
    #topHref{margin-top: 130px;}
    .form_banner{border-radius: 5px 5px 0 0;overflow: hidden;}
    .m {
      width: 100%;
    }
    .active-a {
      font-size: 12px;
      padding: 8px;
    }
    .step-padding {
      width: 30px;
    }
    .step img {
      width: 20px;
    }
    .report-title {
      font-size: 14px;
    }
    .report-icon {
      padding-left: 5px;
    }
    .h5 {
      display: block;
    }
    .pc {
      display: none;
    }
    .form-flex {
      display: block;
      padding: 0;
    }
    .form-two {
      display: block;
      padding: 10px 5px 5px 10px;
    }
    .form-two .left {
      margin-top: 10px;
    }
    .form-two .right {
      margin-top: 15px;
    }
    .form-flex-padding {
      padding: 0 ;
    }
   
    .form-top {
      margin-top: 0;
      margin-bottom: 0px;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .uploadify-progress {
      width: 100%;
    }
    .close-tip {
      top: 60px;
    }
    .popup-top {
      text-align: center;
      margin-top: 20px;
    }
    .popup-bk {
      width: 90%;
      height: auto;
      max-height: 561px;
      overflow: auto;
      padding-bottom: 20px;
    }
    .popup-title {
     
      font-size: 20px;
    }
    /* .popup {
      display: block;
    } */
    .popup-bk-top {
      margin-top: 15px;
    }
    .popup-content {
      padding: 15px 15px 0 15px;
    }
    .popup-1-top {
      text-align: center;
      margin-top: 20px;
    }
    .popup-1-bk {
      width: 90%;
      height: auto;
      max-height: 561px;
      overflow: auto;
      padding-bottom: 20px;
    }
    .popup-1-title {
     
      font-size: 20px;
    }
    /* .popup {
      display: block;
    } */
    .popup-1-bk-top {
      margin-top: 15px;
    }
    .popup-1-content {
      padding: 15px 15px 0 15px;
    }
    .input-tip {
      width: 100%;
    }
    .popup-1-new-title {
      font-size: 14px;
    }
    .disagree-bt,.pblicBt{width: 45%;height: 40px;line-height: 40px;font-size: 16px;margin-top: 15px;}
    .top-banner {
      display: block;
      width: 180%;
    }
    /* 登录注册 */
    .l-banner {
      width: 140%;
    }
    .l-submit-bt {
      width: 303px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
    }
    .padding-80 {
      padding: 0 10px;
    }
    .message-title {
      margin: 10px 20px;
    }
    div.adp-wraper p {
      width: 100% !important;
    }
    div.adp-wraper {
      width: 100% !important;
      left: 10px !important;
    }
    div.adp-wraper-backshadow {
      background: none !important;
    }
    div.adp-wraper>div.ul-div {
      padding: 0 0 0 5px;
    }

    .l-m {
      width: 100%;
    }
  }

