@charset "UTF-8";
/****引入外部字体****/
/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"), url("./YouSheBiaoTiHei-2.woff") format("woff"), url("./YouSheBiaoTiHei-2.ttf") format("truetype"), url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1250 {
  margin: 0 auto;
  width: 1250px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  #app-wrap * {
    max-width: 100%;
    font-size: 12px;
  }
  #app-wrap .container .main {
    padding: 15px 10px;
  }
  #app-wrap .container .main .top_title {
    height: 40px;
    background-color: #fff;
  }
  #app-wrap .container .main .top_title .title {
    background: url(./bg-title-left.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 30px 0 35px;
    height: 35px;
    font-family: YouSheBiaoTiHei;
    font-size: 18px;
    color: #0287e6;
    letter-spacing: 3px;
    margin: 0 auto;
    text-align: center;
    width: 180px;
  }
  #app-wrap .container .main .top_title .title span {
    font-size: 18px;
    line-height: 35px;
  }
  #app-wrap .container .main .item-list {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #app-wrap .container .main .item-list .ld-xz-zw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px;
    position: relative;
  }
  #app-wrap .container .main .item-list .ld-xz-zw .rs-title {
    display: flex;
    align-items: center;
    position: relative;
  }
  #app-wrap .container .main .item-list .ld-xz-zw .rs-title .ld-zw-nx {
    width: 3px;
    height: 14px;
    background: #3375ca;
    width: 56px;
    height: 2px;
    opacity: 0.25;
    background-image: linear-gradient(270deg, rgba(0, 144, 255, 0) 0%, #0090ff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #app-wrap .container .main .item-list .ld-xz-zw .rs-title .ld-xz-wz {
    font-size: 14px !important;
    font-weight: bold;
    color: #329dea;
  }
  #app-wrap .container .main .item-list .list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  #app-wrap .container .main .item-list .list_box .list {
    position: relative;
    padding-left: 25px;
    width: 160px;
    height: 50px;
  }
  #app-wrap .container .main .item-list .list_box .list a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    text-align: left;
  }
  #app-wrap .container .main .item-list .list_box .list::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 3px;
    background-color: #0287e6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}