@charset "UTF-8";
.clear {
  clear: both;
}

html, body {
  height: 100%;
  background: #f1f1f1;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link, a:hover, a:active {
  text-decoration: none;
}

/*banner样式*/
.banner {
  width: 100%;
  height: 150px;
  background: url(/statics/images/image/adve.png) center center no-repeat;
}
.banner img{
  display: none;
}

#adve{
  background-color: #fff;
  padding-top: 30px;
}

.displayTab{
  display: none;
}
.advebox {
  width: 1200px;
  margin: 0 auto;
}
.advebox .tabs {
  display: block;
  width: max-content;
  overflow: hidden;
  padding: 1px 1px 0 0;
}
.advebox .tabs li {
  float: left;
  border: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: -1px;
  cursor: pointer;
}
.advebox .tabs li.on {
  background: #ce0505;
  color: #fff;
  border-bottom: 1px solid #ce0505;
  border-left: 1px solid #ce0505;
}
.advebox .textarea {
  min-height: 350px;
  position: relative;
  z-index: 0;
}
.advebox .textarea #editor {
  width: 1200px;
  min-height: 350px;
  resize: none;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  text-indent: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
}
.advebox .textarea .tishi {
  position: absolute;
  top: 1px;
  background: #eee;
  display: block;
  width: calc( 100% - 2px);
  line-height: 38px;
  left: 1px;
  text-indent: 12px;
  margin: 0;
  color: #555;
  z-index: 99999;
}
.advebox .textarea .textContent {
  border: 1px solid #ccc;
  width: 1120px;
  padding: 30px 40px;
}
.advebox .textarea .textContent .lawArticle {
  background: #fcfcfc;
  margin-bottom: 15px;
}
.advebox .textarea .textContent .lawArticle .adLaw-adv {
  width: 100%;
}
.advebox .textarea .textContent .lawArticle .lawArticle-bigTitle {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #666;
}
.advebox .textarea .textContent .lawArticle .lawArticle-title {
  height: 40px;
  line-height: 30px;
  font-size: 16px;
  border-top: 1px #e6e6e6 solid;
  padding-top: 10px;
  color: #666;
}
.advebox .textarea .textContent .lawArticle .lawArticle-articles {
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
}
.advebox .textarea .textContent .lawArticle .lawArticle-quanwen {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.advebox .textarea .textContent .lawArticle .lawArticle-category {
  padding: 15px 20px;
  background: #fff;
  border: 1px #ccc solid;
  margin-bottom: 15px;
}
.advebox .textarea .textContent .lawArticle .lawArticle-category dl {
  margin: 0;
  overflow: hidden;
}
.advebox .textarea .textContent .lawArticle .lawArticle-category dl dt, .advebox .textarea .textContent .lawArticle .lawArticle-category dl dd {
  float: left;
  margin-right: 15px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.advebox .textarea .textContent .lawArticle .lawArticle-category dl dt span, .advebox .textarea .textContent .lawArticle .lawArticle-category dl dd span {
  padding: 0 3px;
  font-size: 13px;
}
.advebox .textarea .tihuanbox {
  border: 1px solid #ccc;
  width: 1160px;
  min-height: 350px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
  padding: 35px 20px 15px;
}
.advebox .textarea .tihuanbox p {
  margin: 0;
}
.advebox .btnCenter {
  margin-top: 10px;
}
.advebox .btnCenter button {
  width: 140px;
  display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.advebox .btnCenter button.subMitaa{
  background-color: #409eff;
  border: 1px solid #409eff;
  color: #fff;
}

#bg_zz{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:rgba(0,0,0,.5);
  z-index: 999;
  display: none;
}
#alertPupop{
  position: fixed;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
  background-color: #fff;
  border-radius: 5px;
  display: none;
}
#alertPupop p{
  text-align: center;
  color: #666;
  font-size: 14px;
  padding: 0 20px;
}

#alertPupop h1{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 60px;
}

#alertPupop button{
  float: right;
  border: 0;
  width:80px;
  height: 30px;
  line-height: 30px;
  margin-right: 40px;
  margin-bottom: 15px;
  background-color: #409eff;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .advebox{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .advebox .tabs{
    display: flex;
    flex:1;
    justify-content: center;
    width: 100%;
  }
  .advebox .tabs li{
    float: left;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin-right: -1px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
  }
  .advebox .textarea #editor{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .advebox .textarea .textContent{
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  .advebox .textarea{
    width: 96%;
    margin: 0 auto;
  }
  .advebox .textarea .textContent .lawArticle .lawArticle-title{
    text-indent: 25px;
  }
  .advebox .textarea .textContent .lawArticle .lawArticle-articles{
    width: 96%;
    margin: 0 auto;
  }
  .banner{
    width: 100%;
    height: auto;
    background: none;
    margin-top: 40px;
  }
  .banner img{
    display: block;
    width: 100%;
  }
}