/*!
* by songxiaoyu 2018-?
* https://github.com/luckyRogue/my_css
* under MIT license
*/
body {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    color: #4A4A4A;
    /* min-width: 1180px; */
}

input,
textarea,
select {
    font-size: 100%;
    font-family: inherit;
    border:none;
    outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    /* font-weight: normal; */
}
.normal{
    font-weight: normal;
}
ul,
ol {
    padding-left: 0;
    list-style-type: none;
}

/*image with no-border*/

img {
    border: 0;
    vertical-align: middle;
}

a {
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
    cursor:pointer;
}

a:hover {
    color: rgba(74, 144, 226, 1) !important;
    text-decoration: none;
}
/* 移动端 */
    a{
        -webkit-tap-highlight-color:transparent;
    -webkit-appearance: none;
    }
button {
    background: transparent;
    padding: 0;
    outline: none;
    border: none;
}
.w {
    width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}
.r {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

.cursor {
    cursor: pointer;
}

.over-f {
    overflow: hidden;
}

.w {
    /* width: 100%; */
    padding: 0 20px;
    box-sizing: border-box;
}


.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}


.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}

.ml5{
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50{
    margin-left: 50px;
}
.ml80{
    margin-left: 80px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.pd5{
    padding:5px;
}
.pd10{
    padding:10px;
}
.pd15{
    padding:15px;
}
.pd20{
    padding:20px !important;
}
.pd30{
    padding:30px;
}
.pd02{
    padding:0 2px;  
}
.pd05{
    padding:0 5px;  
}
.pd010{
    padding:0 10px;  
}
.pd10-0{
    padding:10px 0;  
}
.pd030{
    padding:0 30px;  
}

.cr1656 {
    color: rgba(22, 86, 120, 1);
}
.bold {
    font-weight: bold;
}
.cr9b {
    color: #9b9b9b;
}
.crff {
    color: #fff;
}
.cr4a {
    color: #4a4a4a;
}
.cr08{
    color: #080808;
}
.cr25{
    color: #ef2525;
}
.cr33 {
    color: #333333;
}
.cr99{
    color:#999;
}


.over_hidden{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.over_hidden_2{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.over_hidden_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
  
.clamp1 {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp2 {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fz12 {
    font-size: 12px;
}
.fz14 {
    font-size: 14px;
}
.fz16 {
    font-size: 16px;
}
.fz17 {
    font-size: 17px;
}
.fz18 {
    font-size: 18px;
}
.fz20 {
    font-size: 20px;
}
.fz24 {
    font-size: 24px;
}

.lin22 {
    line-height: 22px;
}
.lin30{
    line-height: 30px;
}
.lin50 {
    line-height: 50px;
}

footer{
    background: #212328;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
}
.flex1 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}
.flex2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.flex3 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.flex4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex5{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.flw {
    display: flex;
    flex-wrap: wrap;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flexstart {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-baseline{
    display: flex;
    align-items: baseline;
}
.just-around{
    display: flex;
    justify-content: space-around;
}
.just-between{
    display: flex;
    justify-content: space-between;
}
.just-center{
    display: flex;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.w1200 {
    width: 1200px;
}
.w200{
   width: 200px; 
}
.w300{
    width:300px;
}
.shaw{
    box-shadow: 3px 3px 5px #bcb8b8;
}
a:hover {
    opacity: 0.8;
}
.cr65 {
    color: #656363;
}

.pagination {
    /* display: inline-block; */
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }
  .textcenter {
    text-align: center;
}
  