@charset "utf-8";
* {
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    /* Firefox 4 */
    -webkit-transition: 0.5s all;
    /* Safari 和 Chrome */
    -o-transition: 0.5s all;
    /* Opera */
}


/*@font-face {font-family: 'webfont';
    src: url('http://at.alicdn.com/t/webfont_x6x1kwx7zp.eot');  
    src: url('http://at.alicdn.com/t/webfont_x6x1kwx7zp.eot?#iefix') format('embedded-opentype'),  
    url('http://at.alicdn.com/t/webfont_x6x1kwx7zp.woff') format('woff'),  
    url('http://at.alicdn.com/t/webfont_x6x1kwx7zp.ttf') format('truetype'), 
    url('http://at.alicdn.com/t/webfont_x6x1kwx7zp.svg#AlibabaPuHuiTiL') format('svg');  
  }*/

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('https://at.alicdn.com/t/webfont_6dgxghpxex6.eot');
    /* IE9*/
    src: url('https://at.alicdn.com/t/webfont_6dgxghpxex6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://at.alicdn.com/t/webfont_6dgxghpxex6.woff2') format('woff2'), url('https://at.alicdn.com/t/webfont_6dgxghpxex6.woff') format('woff'), /* chrome、firefox */
    url('https://at.alicdn.com/t/webfont_6dgxghpxex6.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('https://at.alicdn.com/t/webfont_6dgxghpxex6.svg#思源黑体-普通') format('svg');
    /* iOS 4.1- */
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

body {
    font: 14px/1.5 "webfont"
}

img {
    border: none
}

ol,
ul,
li {
    list-style: none
}

input,
select,
textarea {
    outline: 0;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

a {
    text-decoration: none
}

::selection {
    background-color: #690;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background-color: #690;
    color: #fff;
    text-shadow: none
}

a {
    blr: expression(this.onFocus=this.blur())
}

a {
    outline: 0;
    color: #333
}

a:visited {
    color: #333
}

a:focus {
    color: #333
}

a:active {
    color: #333
}

a:hover {
    color: #000
}

a {
    color: #000;
    text-decoration: none;
    transform: transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.ce {
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.bordernone {
    border: none !important
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex_nowrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.flex_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.flex_justify_between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flex_space_around {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.justify-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first_box,
.justify_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.first_box>*,
.justify_box>* {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.first_box>*:first-child,
.justify_box>*:first-child,
.justify_box>*:last-child {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.imgs_box {
    display: block;
    overflow: hidden;
    position: relative;
}

.imgs_box img {
    transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
}

.imgs_box:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}