@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

:focus {
  outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
li {
    list-style: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: 'microsoft yahei'; }

a {
  text-decoration: none;
  color: #000; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  _height: 1%; }

body {
  background: #fed849;
  font-size: 14px; }

.wrap {
  width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.bold {
  font-weight: bold; }

#head {
  position: relative; }
  #head .wrap {
    height:100%;
  }
  #head .head_img {
    width: 100%;
    height: 676px;
    background: url(../images/new/bg1.jpg) center top no-repeat; }
  #head .nav {
    position: absolute;
    bottom: 20px;
    left:0;
    height: 124px; }
    #head .nav ul {
      list-style: none;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      padding-left: 60px;
      display: flex; }
      #head .nav ul li a {
        display: block;
        width: 300px;
        height: 124px;
        text-align: center;
        background-color: white;
        background-position: center;
        background-repeat: no-repeat;
        border:solid 6px black;
        border-radius: 25px;
        box-shadow: inset 3px 3px 6px #ccc;
        margin:0 55px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        }
        #head .nav ul li a.i1 {
          background-image: url(../images/new/txt2.png);
        }
        #head .nav ul li a.i2 {
          background-image: url(../images/new/txt1.png);
        }

.bgwhite {
  background: white; }


.listpages {
  margin: 20px 0;
  position: relative;
  text-align: center; }
  .listpages .noclick {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline-block;
    margin: 0 5px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: black;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  border-color: #FE605B; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  font-weight: bold;
  cursor: default;
  background-color: #FE605B;
  border-color: #FE605B; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pageJump {
  display: inline-block;
  padding-left: 0;
  margin: 20px 10px;
  border-radius: 4px;
  vertical-align: top; }
  .pageJump .button {
    background: #FE605B;
    border: 0;
    color: white;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    padding: 8px 15px;
    border-radius: 4px; }
  .pageJump input {
    width: 30px;
    font-size: 12px;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px; }

.listpages.style1 .pagination > .active > a,
.listpages.style1 .pagination > .active > a:focus,
.listpages.style1 .pagination > .active > a:hover,
.listpages.style1 .pagination > .active > span,
.listpages.style1 .pagination > .active > span:focus,
.listpages.style1 .pagination > .active > span:hover {
  border: solid 1px #CC0000;
  border-radius: 5px;
  background: #CC0000; }

.listpages.style1 li > a, .listpages.style1 li > span {
  border: solid 1px #CC0000;
  border-radius: 5px; }

.listpages.style1 .pageJump input {
  border: solid 1px #CC0000;
  border-radius: 5px;
  outline: none; }

.listpages.style1 .pageJump .button {
  border: solid 1px #CC0000;
  border-radius: 5px;
  background: #CC0000;
  color: #fff; }

.contentbg {
  width: 1092px;
  min-height: 300px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 164px;
  background: url(../images/new/k-2.png);
  position: relative; }

#shadowUI {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  z-index: 999;
  display: none; }

#alertUI {
  padding: 45px 25px 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  margin: -160px 0 0 -190px;
  border-radius: 10px;
  background: #fff;
  z-index: 10001;
  display: block; }
  #alertUI.ani {
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: anim-bruce-open;
            animation-name: anim-bruce-open; }
  #alertUI p {
    text-align: center;
    font-size: 20px;
    color: #636363;
    line-height: 1.5; }
  #alertUI .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-decoration: none; }
  #alertUI .confirm {
    margin-top: 20px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #FE605B;
    color: white;
    border-radius: 5px; }
    #alertUI .confirm:hover {
      background: #ff716e;
      text-decoration: none; }

#confirmUI {
  display: none;
  padding: 45px 25px 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  margin: -160px 0 0 -190px;
  border-radius: 10px;
  background: #fff;
  z-index: 10001; }
  #confirmUI.ani {
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: anim-bruce-open;
            animation-name: anim-bruce-open; }
  #confirmUI p {
    text-align: center;
    font-size: 20px;
    color: #636363;
    line-height: 1.5; }
  #confirmUI .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-decoration: none; }
  #confirmUI .cc {
    margin-top: 20px;
    text-align: center;
    height: 40px; }
  #confirmUI .confirm {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #c30918;
    color: white;
    border-radius: 5px; }
    #confirmUI .confirm:hover {
      background: #e04651;
      text-decoration: none; }
  #confirmUI .cancel {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    text-decoration: none; }

@-webkit-keyframes anim-bruce-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes anim-bruce-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.upload {
  padding: 50px; }
  .upload .input1 {
    margin-top: 30px;
    position: relative;
    padding-left: 80px; }
    .upload .input1 span {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      font-size: 16px;
      height: 36px;
      line-height: 36px; }
    .upload .input1 input {
      border: solid 1px #ccc;
      border-radius: 5px;
      height: 36px;
      line-height: 36px;
      padding: 0 20px;
      width: 300px;
      outline: none;
      font-size: 14px; }
    .upload .input1 select {
      border: solid 1px #ccc;
      border-radius: 5px;
      height: 36px;
      line-height: 36px;
      padding: 0 20px;
      width: 300px;
      outline: none;
      font-size: 14px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .upload .input1 textarea {
      border: solid 1px #ccc;
      border-radius: 5px;
      height: 132px;
      line-height: 1.5;
      padding: 0 20px;
      width: 100%;
      outline: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      resize: none;
      font-size: 14px;
      font-family: 'microsoft yahei'; }
  .upload .schoollist {
    position: relative;
    margin-top: 10px; }
  .upload .schoollist ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 336px;
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 330px;
    z-index: 1000;
    padding: 1px;
    border: 1px solid #ccc;
    background: #FFF;
    list-style: none;
    -webkit-box-shadow: #888 1px 1px 3px;
    box-shadow: #888 1px 1px 3px;
    display: none; }
  .upload .schoollist ul li {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    padding-left: 15px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .upload .schoollist ul li:hover {
    color: #fff;
    background: #00a5ed; }
  .upload .input2 {
    margin-top: 30px; }
    .upload .input2 span {
      display: inline-block;
      width: 100%;
      line-height: 36px;
      height: 36px;
      font-size: 16px; }
    .upload .input2 textarea {
      border: solid 1px #ccc;
      border-radius: 5px;
      height: 132px;
      line-height: 1.5;
      padding: 0 20px;
      width: 100%;
      outline: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      resize: none;
      font-size: 14px;
      font-family: 'microsoft yahei'; }
  .upload .upimg .tishi {
    height: 36px;
    line-height: 36px;
    color: #333; }
  .upload .uplist {
    list-style: none; }
    .upload .uplist li {
      border: solid 2px #666;
      background: white;
      text-align: center;
      float: left;
      width: 120px;
      height: 120px;
      border-radius: 5px;
      position: relative;
      margin-right: 10px;
      margin-bottom: 10px; }
      .upload .uplist li.add {
        cursor: pointer; }
      .upload .uplist li .del {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        top: 0;
        right: 0;
        font-size: 26px;
        cursor: pointer;
        font-family: 'é»‘ä½“';
        z-index: 2; }
      .upload .uplist li .img {
        width: 100%;
        height: 100%;
        line-height: 110px;
        font-size: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        position: relative;
        color: #666; }
        .upload .uplist li .img img {
          vertical-align: middle; }
        .upload .uplist li .img p {
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center;
          overflow: hidden;
          font-size: 12px;
          color: black;
          width: 100%;
          height: 26px;
          line-height: 26px; }
  .upload .confirm {
    margin-top: 40px;
    text-align: center; }
    .upload .confirm a {
      display: inline-block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: white;
      background: #FE605B;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px; }
  .upload .info {
    padding-bottom: 30px;
  }
  .upload .info .tit {
    height:54px;
    background:url(../images/new/tit1.png) center no-repeat;
  }
  .upload .info .txt {
    margin-top: 50px;
    width:730px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .upload .info .txt ul {
    background:black;
    color:white;
    line-height: 1.6;
    padding:20px 20px 20px 40px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
  }
  .upload .info .txt ul li {
    list-style: decimal;
  }
  .upload .info .txt:before {
    content:'';
    width:100%;
    height:100%;
    border:dashed 2px black;
    border-radius: 10px;
    position: absolute;
    top:-20px;
    left:-20px;
    z-index: 0;
  }
  .upload .info .txt:after {
    content:'';
    width:100%;
    height:100%;
    border:dashed 2px black;
    border-radius: 10px;
    position: absolute;
    top:20px;
    right:-20px;
    z-index: 0;
  }
  

.upsuccess {
  padding: 100px 50px;
  background: white;
  border-radius: 20px; }
  .upsuccess .tishi {
    text-align: center; }
    .upsuccess .tishi i {
      display: inline-block;
      width: 200px;
      height: 200px;
      background: url(../images/success.png) no-repeat; }
    .upsuccess .tishi p {
      margin-top: 20px;
      font-size: 16px;
      color: #000; }
  .upsuccess .btn {
    margin-top: 80px;
    text-align: center; }
    .upsuccess .btn a {
      display: inline-block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: white;
      background: #FE605B;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px; }

.upchoose {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -170px;
  width: 300px;
  background: white;
  border-radius: 10px;
  z-index: 1000;
  display: none; }
  .upchoose .close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: -28px;
    background: url(../images/close.png) no-repeat;
    z-index: 1; }
  .upchoose .cc {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative; }
    .upchoose .cc .type1 {
      height: 60px;
      padding: 0 30px; }
      .upchoose .cc .type1 a {
        display: block;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: white;
        background: #FE605B;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px; }
    .upchoose .cc .seg {
      margin-top: 10px;
      position: relative;
      text-align: center;
      border-top: solid 1px #ccc; }
    .upchoose .cc .type2 {
      margin-top: 15px;
      text-align: center; }
      .upchoose .cc .type2 p {
        line-height: 1.5;
        color: #666;
        padding: 0 30px; }
        .upchoose .cc .type2 p a {
          display: block;
          height: 48px;
          line-height: 48px;
          text-align: center;
          color: white;
          background: #FE605B;
          border-radius: 5px;
          cursor: pointer;
          font-size: 16px; }
      .upchoose .cc .type2 img {
        max-width: 150px; }

.uploading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99; }

.uploading .cc {
  position: absolute;
  width: 130px;
  height: 110px;
  margin-top: -50px;
  margin-left: -60px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-radius: 10px;
  padding-top: 25px;
  border: solid 1px #eee; }

.uploading i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/loading.gif); }

.uploading p {
  margin-top: 20px;
  text-align: center;
  color: #666;
  font-size: 16px; }

.uploading2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99; }

.uploading2 .cc {
  position: absolute;
  width: 130px;
  height: 110px;
  margin-top: -50px;
  margin-left: -60px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-radius: 10px;
  padding-top: 25px;
  border: solid 1px #eee; }

.uploading2 i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/loading.gif); }

.uploading2 p {
  margin-top: 20px;
  text-align: center;
  color: #666;
  font-size: 16px; }

.poptool {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none; }
  .poptool .cc {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .poptool img {
    max-width: 100%;
    max-height: 100%; }

.uploading {
  position: fixed;
  width: 130px;
  height: 110px;
  margin-top: -50px;
  margin-left: -60px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-radius: 10px;
  padding-top: 25px;
  border: solid 1px #eee;
  display: none; }
  .uploading i {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/loading.gif); }
  .uploading p {
    margin-top: 20px;
    text-align: center;
    color: #666;
    font-size: 16px; }



    .mod1 {
      height:443px;
      background: url(../images/new/bg2.jpg) center;
      padding-top: 60px;
      box-sizing: border-box;
    }
    .intro1 .txt {
      width:628px;
      margin-left:90px;
      position: relative;
    }
    .intro1 .txt ul {
      background:black;
      color:white;
      line-height: 1.6;
      padding:20px 20px 20px 20px;
      border-radius: 10px;
      z-index: 1;
      position: relative;
    }
    .intro1 .txt:before {
      content:'';
      width:100%;
      height:100%;
      border:dashed 2px black;
      border-radius: 10px;
      position: absolute;
      top:-20px;
      left:-20px;
      z-index: 0;
    }
    .intro1 .txt:after {
      content:'';
      width:122%;
      height:100%;
      border:dashed 2px black;
      border-radius: 10px;
      position: absolute;
      top:20px;
      left:20px;
      z-index: 0;
    }
    .intro1 .txt i {
      position: absolute;
      top:25px;
      right:-160px;
      width:179px;
      height:184px;
      background: url(../images/new/icon4-1.png) no-repeat;
      z-index: 2;
    }
    .intro1 .txt em {
      position: absolute;
      top: -91px;
      left: -21px;
      width:214px;
      height:79px;
      background: url(../images/new/tab.png) no-repeat;
      z-index: 2;
    }
    
    .intro2 {
      margin-top: 48px;
      padding: 5px 10px;
      text-align: center;
    }
    .intro2 .p1 {
      margin-top: 15px;
      display: inline-block;
      background: #000;
      border-radius: 22px;
      height:44px;
      line-height: 44px;
      font-size: 24px;
      color:#fdd94a;
      position: relative;
      padding-left: 35px;
      padding-right: 20px;
      left:10px;
    }
    .intro2 .p1 span {
      position: absolute;
      top:-8px;
      left:-30px;
      width:60px;
      height:60px;
      background: #000 url(../images/new/icon1.png) center no-repeat;
      border-radius: 100%;
    }
    .intro2 .p1 a {
      color:#fff;
      text-decoration: underline;
    }
    .intro2 .p2 {
      text-align: left;
      padding-left: 15px;
      font-size: 16px;
      margin-top: 20px;
      font-weight: bold;
    }
    .intro2 .p3 {
      text-align: center;
      margin-top: 10px;
    }
    .intro2 .p3 a {
      display: inline-block;
      padding:0 20px;
      height:36px;
      line-height: 36px;
      font-size: 16px;
      color:#121F49;
      background: #9CC7EC;
      border-radius: 18px;
      text-decoration: none;
      margin:0 10px;
      position: relative;
      font-weight: bold;
    }
    .intro2 .p3 a:hover {
      background: #E5C0D2;
    }
    .intro2 .p3 a:hover:after {
      content: '';
        top: -18px;
        left: -18px;
        width: 38px;
        height: 38px;
        background: #E5C0D2 url(../images/icon3.png) center no-repeat;
        position: absolute;
      border-radius: 20px;
    }
    .mod2 {
      min-height: 600px;
      background:url(../images/new/bg3.jpg) center top;
    }
    .mod2 .title {
      height:54px;
      background:url(../images/new/tit3.png) center no-repeat;
    }
    .mod3 {
      background:#C5D6F2;
    }
    .filter {
      margin-top: 60px;
      background: rgba(255,255,255,0.3);
      border-radius: 10px;
      padding:20px;
      position: relative;
    }
    .filter .tit {
      font-size: 20px;
      font-weight: bold;
    }
    .filter .search {
      position: absolute;
      top:-50px;
      right:0px;
      background:white;
      border:solid 1px #629CD0;
      width:246px;
      height:38px;
      border-radius: 20px;
    }
    .filter .search input {
      height: 38px;
      line-height: 38px;
      width: 188px;
      font-size: 14px;
      box-sizing: border-box;
      margin-left: 16px;
      border: 0;
      outline: none;
    }
    .filter .search a {
      position: absolute;
      top:-1px;
      right:-1px;
      width:40px;
      height:40px;
      border-radius: 100%;
      background: #629CD0 url(../images/new/icon2.png) center no-repeat;
    }
    .filter .condition {
      padding-left: 90px;
      font-size: 14px;
      position: relative;
      line-height: 1.5;
    }
    .filter .condition label {
      position: absolute;
      top:0;
      left:0;
      color:black;
    }
    .filter .condition ul li {
      float:left;
      cursor: pointer;
    }
    .filter .condition .lv1 li {
      color:#000;
      padding: 0 10px;
      border-radius: 5px;
      height: 22px;
      line-height: 22px;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .filter .condition .lv1 li:first-child {
      margin-left: 0;
    }
    .filter .condition .lv1 li.active {
      background: #629CD0;
      color:white;
    }
    .filter .condition .lv2 {
      background: #9CC7EC;
      border-radius: 16px;
      float:left;
      padding:3px 10px;
    }
    .filter .condition .lv2 li {
      color:#121F49;
      margin:0 8px;
      height:26px;
      line-height: 26px;
      font-size: 15px;
    }
    .filter .condition .lv2 li.active {
      color:white;
    }
    .classifycon {
      margin-top: 20px;
      position: relative;
      min-height: 400px;
    }
    .classifycon li {
      width:300px;
      height:430px;
      background: #fff;
      border-radius: 10px;
      float:left;
      margin:10px;
      position: relative;
    }
    .classifycon li .img {
      height:160px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px 10px 0 0;
    }
    .classifycon li .in1 {
      padding:10px 10px 0 10px;
      font-size: 14px;
      color:#121F49;
      height:66px;
      font-weight: bold;
    }
    .classifycon li .in1 .p1 {
      height:22px;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
    }
    .classifycon li .in1 .p2 {
      height:44px;
      overflow: hidden;
      line-height: 22px;
      word-break:break-all;
    }
    .classifycon li .in2 {
      margin-top: 5px;
      padding:0 10px;
      font-size: 14px;
      color:#666;
      height:156px;
      line-height: 22px;
      overflow: hidden;
      position: relative;
      text-align: justify;
      display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        word-break:break-all;
    }
    .classifycon li .more {
      position: absolute;
      bottom:10px;
      right:10px;
      font-size: 16px;
      height:22px;
      line-height: 22px;
      padding:0 5px 0 10px;
    }
    
    .popmore {
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      z-index: 1001;
      background: rgba(0, 0, 0, 0.5);
      display: none;
    }
    .popmore .cons {
      position: absolute;
      width:800px;
      top:15%;
      bottom:15%;
      margin-left: -400px;
      left:50%;
      background: white;
      border-radius: 10px;
      box-sizing: border-box;
      padding:20px;
    }
    .popmore .cc {
      height: 100%;
        overflow-y: auto;
    }
    .popmore .cons .close {
      position: absolute;
      width: 56px;
      height: 56px;
      top: -30px;
      right: -30px;
      background: url(../images/close.png) no-repeat;
      cursor: pointer;
    }
    .popmore .img {
      text-align: center;
    }
    .popmore .img img {
      max-width: 100%;
    }
    .popmore .in1 {
      padding: 10px 0;
      font-size: 16px;
      color: #121F49;
      font-weight: bold;
      line-height: 1.6;
      padding:5px 0;
      word-break:break-all;
    }
    .popmore .in2 {
      font-size: 16px;
      padding-bottom: 20px;
      text-align: justify;
      line-height: 1.5;
      word-break:break-all;
    }


    .commentK {
      padding-top: 30px;
      padding-bottom: 50px;
      padding-right: 30px;
      padding-left: 30px;
    }
    .commentbox {
      position: relative;
      padding-bottom: 56px;
    }
    .commentbox .title {
      width:263px;
      height:54px;
      background: url(../images/new/tit2.png) no-repeat;
      margin-left: auto;
      margin-right: auto;
    }
    .commentbox .textarea {
      margin-top: 20px;
      height:235px;
      background: white;
      border-radius: 10px;
    }
    .commentbox .textarea textarea {
      border:none;
      width:95%;
      height:200px;
      outline: none;
      resize: none;
      margin-top: 20px;
      margin-left: 20px;
      font-size: 14px;
      line-height: 1.6;
      background: none;
      font-family: 'microsoft yahei';
    }
    .commentbox .commentupload {
      position: absolute;
      right:0;
      bottom:10px;
      width:100px;
      height:32px;
      background: #629cd0;
      border:solid 2px #000;
      border-radius: 16px;
      line-height: 32px;
      color:white;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
    }
    .commentbox .numtong {
      position: absolute;
      right:120px;
      bottom:10px;
      height:34px;
      line-height: 34px;
      font-size: 16px;
      color:#fff;
    }
    .commentbox .numtong .red {
      color:red;
    }
    .commentlist {
      margin-top: 10px;
      padding:0 5px;
      position: relative;
      min-height: 150px;
    }
    .commentlist h2 {
      color:#121F49;
      font-size: 14px;
    }
    .commentlist li {
      min-height: 70px;
      padding:20px 0;
      border-bottom:dashed 1px #eee;
      padding-left:90px;
      position: relative;
    }
    .commentlist .user {
      position: relative;
      height:30px;
    }
    .commentlist .user .name {
      float:left;
      height:30px;
      line-height: 30px;
      font-size: 14px;
      font-weight: bold;
      color:#333;
    }
    .commentlist .user .lou {
      float:left;
      margin-left: 20px;
      color:#333;
      font-size: 12px;
      height:30px;
      line-height: 30px;
    }
    .commentlist .user .time {
      float:left;
      margin-left: 20px;
      color:#333;
      font-size: 12px;
      height:30px;
      line-height: 30px;
    }
    .commentlist .user .img {
      position: absolute;
      top:0px;
      left:-90px;
      width:70px;
      height:70px;
    }
    .commentlist .user .img img {
      width:100%;
      height:100%;
    }
    .commentlist .cc {
      margin-top: 6px;
      font-size: 14px;
      color:#333;
    }
    .commentlist .cc img {
      display: none;
    }
    .commentlist .status {
      position: absolute;
      top:20px;
      height:30px;
      right:0;
      line-height: 30px;
    }
    .commentlist .status span {
      font-size: 12px;
      color:#fff;
      float:right;
    }
    .commentlist .status i {
      display: inline-block;
      width:18px;
      height:18px;
      margin-right: 4px;
      margin-top: -4px;
      vertical-align: middle;
    }
    .commentlist .status .del {
      cursor: pointer;
      margin-left: 15px;
    }
    .commentlist .status .zan {
      cursor: pointer;
    }
    .commentlist .status .zan i {
      background: url(../images/new/icon5.png) no-repeat center;
    }
    .commentlist .status .zan.isclick {
      cursor: default;
      color:#F40000;
    }
    .commentlist .status .zan.isclick i {
      background: url(../images/new/icon6.png) no-repeat center;
    }
    
    .nothing {
      padding:80px 0;
      text-align: center;
      font-size: 20px;
    }

    .loadingk {
      position: absolute;
      width:100%;
      height:100%;
      top:0;
      left:0;
    }
    
    
    .circular {
      position: absolute;
      top:50%;
      left:50%;
      margin-top: -21px;
      margin-left: -21px;
      height: 42px;
        width: 42px;
        animation: loading-rotate 2s linear infinite;
    }
    .circular .path {
      animation: loading-dash 1.5s ease-in-out infinite;
        stroke-dasharray: 90,150;
        stroke-dashoffset: 0;
        stroke-width: 2;
        stroke: #f18d26;
        stroke-linecap: round;
    }
    .circular .path2 {
      animation: loading-dash 1.5s ease-in-out infinite;
        stroke-dasharray: 90,150;
        stroke-dashoffset: 0;
        stroke-width: 2;
        stroke: #ffda39;
        stroke-linecap: round;
    }
    
    @keyframes loading-rotate {
      to{transform:rotate(1turn)}
    }
    @keyframes loading-dash {
      0%{stroke-dasharray:1,200;stroke-dashoffset:0}
      50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}
      to{stroke-dasharray:90,150;stroke-dashoffset:-120px}
    }