body {
    background-color: #ededed;
    /*background-color: #fff;*/
}

.main-body {
    padding-top: 60px;
    min-width: 1250px;
}

.y-container {
    width: 1220px;
    margin-right: auto;
    margin-left: auto;
}

img, div {
    display: block;
}

a {
    text-decoration: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
}

.ellipsis-8 {
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 8;
    -moz-box-orient: vertical;
}

.card * {
    text-align: justify;
}

.card a{
    height: 100%;
}

/*间距*/
.y-p-10 {
    padding: 10px !important;
}

.y-pt-60 {
    padding-top: 60px !important;
}

.y-pt-5 {
    padding-top: 5px !important;
}

.y-pt-10 {
    padding-top: 10px !important;
}

.y-mt-20 {
    margin-top: 20px !important;
}

.y-mt-10 {
    margin-top: 10px !important;
}

.y-mt-5 {
    margin-top: 5px !important;
}

.y-mb-5 {
    margin-bottom: 5px !important;
}


.y-mb-20 {
    margin-bottom: 20px !important;
}

.y-mr-5 {
    margin-right: 5px !important;
}

.y-mr-10 {
    margin-right: 10px !important;
}

/*导航*/
header {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out;
}

header .navbar {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

header .navbar .navbar-brand {
    padding: 0;
}

header .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

header .navbar .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

header .navbar .navbar-nav .nav-link {
    font-size: 20px;
    border-bottom: 4px solid #fff;
    padding: 10px 20px;
    padding-bottom: 6px;
}

header .navbar .navbar-nav .active > .nav-link {
    color: #e83829;
}

header .navbar .navbar-nav .nav-link:hover {
    color: #e83829;
    border-bottom: 4px solid #e83829;
}

header .navbar .navbar-nav .nav-link:focus {
    color: #e83829;
    border-bottom: 4px solid #e83829;
}

header .nav-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
}

header .nav-r a {
    color: #e83829;
    text-decoration: none;
    padding: 0 5px;
}

header .nav-r a > i {
    font-size: 50px;
}

header .nav-r input {
    transition: all 0.2s ease-in-out 0s;
}

header .navbar-nav .dropdown-menu{
    position: absolute;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color: #e83829;
}

header .navbar-nav .dropdown-menu .dropdown-item{
    color: rgba(0, 0, 0, 0.5);
}

header .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #e83829;
}


/*小导航*/
.nav2 {
    color: #666666;
    box-shadow: 0 0 4px #888;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2 ul li.wz {
    background: #09f;
    color: #fff;
}

.nav2 ul li {
    list-style: none;
    float: left;
    line-height: 36px;
    padding: 0 5px;
    font-size: 14px;
}

.nav2 .newstel {
    padding-right: 15px;
    font-size: 12px;
}

.nav2 .newstel i {
    padding-right: 5px;
    color: #09f;
}

/*box*/
.main-box-l {
    border-right: 2px solid #c2c2c2;
    padding-right: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    min-height: 1750px;
}

.main-box-r {
    padding-left: 30px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

/*swiper*/
.swiper {
    width: 100%;
    height: 362px;
    display: flex;
    box-shadow: 0 0 4px #888;
}

.swiper .carousel {
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper .carousel-inner {
    width: 624px;
}

.swiper .carousel .carousel-item {
    height: 360px;
}

.swiper .carousel .carousel-item img {
    width: 100%;
    /*height: 100%;*/
}

.swiper .carousel-caption {
    left: 0;
    bottom: 0;
    padding: 0;
    padding-left: 10px;
    text-align: left;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding-top: 10px;
}

.swiper .info {
    bottom: 40px !important;
}

.carousel-caption p {
    margin-bottom: 10px;
    width: 500px;
}

.carousel-indicators {
    justify-content: flex-end;
    margin-right: 20px;
    bottom: 0;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #1E9FFF;
}

.swiper .card {
    border: 0;
}

.swiper .card .card-title {
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
}

/*淡入淡出轮播*/
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
/*垂直轮播*/
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*卡片*/
.card {
    border-radius: 0;
}

.card:hover {
    background: #f7f8fd;
}

.card-title > a {
    color: #000;
}

.card-title > a:hover {
    color: #e83829;
}

.card-text {
    font-size: 14px;
    color: #666666;
}

/*newsbox*/
.load-more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #01AAED;
    padding-bottom: 12px;
    margin-top: 5px;
    width: 100%;
}

.newsbox .list-group {
    box-shadow: 0 0 4px #888;
}

.newsbox .list-group-item {
    height: 180px;
    display: flex;
    border-radius: 0 !important;
}

.newsbox .list-group-item:hover {
    background: #f7f8fd;
}

.newsbox .list-group-item .media-list-img {
    width: 260px;
    margin-right: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.newsbox .list-group-item .media-content {
    width: 100%;
}

.list-topic{
    height:120px !important;
}

.list-topic .media-list-img{
    width: 175px !important;
}

.media-list-img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.media-content * {
    text-align: justify;
}

.media-content > h5 {
    font-size: 18px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}

.media-content > h5 > a {
    color: #000;
}

.media-content > h5 > a:hover {
    color: #e83829;
}

.media-content > p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
}

.newsbox .news-card {
    position: absolute;
}

.newsbox .card {
    -webkit-animation: card-scale 0.3s;
    animation: card-scale 0.3s;
}

/* 动画 */
@-webkit-keyframes card-scale {
    from {
        -webkit-transform: scale(0.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes card-scale {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}

.newsbox .card .news-img {
    max-height: 200px;
    overflow: hidden;
    margin: 0.75rem 1.25rem;
}

.newsbox .card .news-img img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.newsbox .card .card-body {
    padding-bottom: 0.5rem;
}

.newsbox .card .card-title {
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.newsbox .card .card-title > a {
    color: #000;
}

.newsbox .card .card-title > a:hover {
    color: #e83829;
}

.newsbox .card .card-text {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
}

.newsbox .card .info {
    position: relative;
    bottom: 0;
}

.sytext{
    position: absolute;
    line-height: 16px;
    z-index: 999;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 4px 6px 8px;
    background: url(/resources/images/sybg.png) no-repeat right center;
    overflow: hidden;
}

.newsbox .list-group-item .sytext{
    bottom: 20px;
    right: -6px;
}

.newsbox .card .sytext{
    right: -26px;
    top: 0;
    bottom: unset;
}

/*info*/

.info {
    text-align: left;
    height: 24px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
}

.info span {
    color: #999999;
    font-size: 14px;
}

.info .split {
    color: #999999 !important;
    font-size: 14px;
}

.split i {
    margin-right: 5px;
    color: #007bff;
}

.split:after {
    content: "";
    /*border-right: 1px solid #d2d2d2;*/
    margin: 0.5rem;
}



/*goTop*/
.back {
    position: fixed;
    display: none;
    z-index: 1000;
    bottom: 50px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
}

.back > div {
    margin-right: 15px;
    margin-bottom: 2px;
    pointer-events: auto;
    cursor: pointer;
}

.back .gotop {
    font-size: 50px;
    text-align: center;
    background-color: #9F9F9F;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.back .gohome {
    text-align: center;
    font-size: 30px;
    background-color: #9F9F9F;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/*share*/
.share p {
    color: #999999;
    margin-right: 5px;
    font-size: 14px;
}

.share-row {
    height: 25px;
    display: flex;
    justify-content: flex-end;
}

.share-row > a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.share-column {
    display: flex;
    flex-direction: column;
}

.share-column > a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.share-column > a > i {
    font-size: 30px;
}

.share-weixin {
    background-color: #00cf0c;
}

.share-qzone {
    background-color: #ffd05f;
}

.share-weibo {
    background-color: #ec0000;
}

.share-douban {
    background-color: #1b9336;
}

.modal-weixin-header {
    border-bottom: 1px solid #c2c2c2;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-weixin-header > span {
    font-size: 14px;
    margin-left: 10px;
}

.modal-weixin-header .close {
    margin-right: 10px;
}

.modal-weixin-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
}

.modal-weixin-body > img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.modal-weixin-body p {
    font-size: 12px;
    margin: 0;
}

/*right*/
.card-box {
    margin-bottom: 30px;
}

.card-box-head {
    /*border-bottom: 2px solid #c2c2c2;*/
    /*position: relative;*/
    height: 40px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.card-box-head .title {
    padding-right: 10px;
    /*position: absolute;*/
    /*bottom: -2px;*/
    /*border-bottom: 2px solid #ec0000;*/
    color: #ec0000;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}

.card-box-head .more {
    /*right: 0;*/
    /*position: absolute;*/
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    display: flex;
    align-items: center;
}

.card-box-head .more > a {
    color: #999999;
}

.card-box .card {
    box-shadow: 0 0 4px #888;
}

/*图标*/
.mobile-erweima {
    display: flex;
    justify-content: center;
}

.mobile-erweima .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-erweima .col > div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-erweima .col .weixin {
    background-color: #00cf0c;
}

.mobile-erweima .col .weibo {
    background-color: #ec0000;
}

.mobile-erweima .col > div a {
    color: #fff;
    text-decoration: none;
}

.mobile-erweima .col > div a i {
    font-size: 40px;
}

.mobile-erweima .col p {
    font-size: 14px;
    margin: 0;
}

/*热门新闻*/

.list-host {
    list-style: none;
    padding: 0 5px;
    list-style-type: none;
}

.list-host > li {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.list-host > li span {
    width: 22px;
    height: 20px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 8px;
    margin-top: 2px;
    line-height: 20px;
}

.list-host > li:nth-of-type(1) span {
    background-color: red;
}

.list-host > li:nth-of-type(2) span {
    background-color: #FF5722;
}

.list-host > li:nth-of-type(3) span {
    background-color: #FFB800;
}

.list-host > li > a {
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    width: 100%;
    color: #777777;
    text-align: justify;
    border-bottom: 1px solid;
}

.main-box-r .zt .card {
    margin-bottom: 20px;
}

.main-box-r .zt .card:last-child {
    margin-bottom: 0;
}

/*滚动*/
.newslistse {
    display: flex;
    font-size: 14px;
    align-items: start;
}

.newslistse div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 25px;
}

.badge-primary {
    color: #fff !important;
}

.newslistse a {
    color: #428bca;
    padding: 5px 5px;
}

.newslistse a:hover {
    text-decoration: none;
}

/*详情*/
.detail {
    background-color: #fff;
    box-shadow: 0 0 4px #888;
    padding: 5px 100px;
    margin-bottom: 50px;
    position: relative;
}

.detail hr {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.detail-header h4{
    width: 100%;
}

.detail-header > * {
    margin: 0;
    margin-top: 10px;
}

.detail-other {
    font-size: 14px;
    color: #999999;
}

.detail-content {
    margin-bottom: 20px;
}

.detail-content p {
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    word-wrap: break-word;
}

.detail-content p iframe {
    width: 600px;
    height:400px;
    display: block;
    margin:0 auto;
}

.detail-content p embed {
    width: 600px;
    display: block;
    margin:0 auto;
}

/*.detail-content img {*/
    /*margin: 0 auto;*/
    /*max-width: 600px;*/
    /*max-height: 600px;*/
/*}*/

.detail-tag {
    color: #09f;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.detail-tag span a {
    margin-right: 5px;
}

.detail-put {
    margin-bottom: 50px;
}

.detail-put-header {
    height: 40px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}

.detail-put-header span {
    position: absolute;
    bottom: -1px;
    line-height: 40px;
    border-bottom: 1px solid #ec0000;
    color: #ec0000;
}

.detail-put-body {
    display: flex;
}

.detail-put-body > a {
    width: 33.333333%;
    text-decoration: none;
}

.detail-put-body .put-img {
    padding: 10px;
}

.detail-put-body img {
    width: 100%;
}

.detail-put-body .put-text {
    padding: 0 10px;
    text-align: justify;
    color: #666666;
    font-size: 14px;
}

.detail-qrcode {
    padding: 20px 0;
}

.detail-qrcode img{
    margin: auto;
    width: 200px;
}

.detail .share-main {
    /*height: 40px;*/
    /*margin-top: 30px;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.share-main .share-row {
    height: 40px;
}

.share-main > div > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

.share-main > div > a > i {
    font-size: 25px;
}

/*bottom*/
.bottom {
    width: 100%;
    background-color: #fff;
    border-top: 7px solid #d4d4d4;
    padding-top: 10px;
}

.bottom > div > div {
    font-size: 12px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom > div > div span {
    margin-left: 3px;
}

.bottom > div > div > a {
    margin-left: 10px;
    display: inherit;
}

.bottom .ri img {
    border: 1px solid #d7d7d7;
}

.bottom .flink {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bottom .flink span, .bottom .flink a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom .flink a {
    background-color: #d4d4d4;;
}

/*bar广告*/
.adv-img{
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
}

/*图标*/
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

@font-face {
    font-family: 'y-icon';
    src: url('../fonts/strawberryicon.eot?ayv2mh');
    src: url('../fonts/strawberryicon.eot?ayv2mh#iefix') format('embedded-opentype'), url('../fonts/strawberryicon.ttf?ayv2mh') format('truetype'), url('../fonts/strawberryicon.woff?ayv2mh') format('woff'), url('../fonts/strawberryicon.svg?ayv2mh#strawberryicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.y-icon {
    font-family: y-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.y-icon-zadd:before {
    content: "\e900";
}

.y-icon-zairplane:before {
    content: "\e901";
}

.y-icon-zairplane-l:before {
    content: "\e902";
}

.y-icon-zalipay:before {
    content: "\e903";
}

.y-icon-zanalysis:before {
    content: "\e904";
}

.y-icon-zandroid:before {
    content: "\e905";
}

.y-icon-zangle-down-l:before {
    content: "\e917";
}

.y-icon-zangle-left-l:before {
    content: "\e907";
}

.y-icon-zangle-right-l:before {
    content: "\e908";
}

.y-icon-zangle-up-l:before {
    content: "\e909";
}

.y-icon-zapple:before {
    content: "\e90a";
}

.y-icon-zarrow-down-l:before {
    content: "\e90b";
}

.y-icon-zarrow-up-l:before {
    content: "\e90c";
}

.y-icon-zaso-l:before {
    content: "\e90d";
}

.y-icon-zassociation-l:before {
    content: "\e90e";
}

.y-icon-zbaiduwangpan:before {
    content: "\e90f";
}

.y-icon-zbar-chart:before {
    content: "\e910";
}

.y-icon-zbar-chart-l:before {
    content: "\e911";
}

.y-icon-zbattery:before {
    content: "\e912";
}

.y-icon-zbattery-l:before {
    content: "\e913";
}

.y-icon-zbell:before {
    content: "\e914";
}

.y-icon-zbell-l:before {
    content: "\e915";
}

.y-icon-zbilibili:before {
    content: "\e916";
}

.y-icon-zbitcoin:before {
    content: "\e9177";
}

.y-icon-zblackboard-l:before {
    content: "\e918";
}

.y-icon-zbluetooth:before {
    content: "\e919";
}

.y-icon-zbluetooth-l:before {
    content: "\e91a";
}

.y-icon-zboard:before {
    content: "\e91b";
}

.y-icon-zboard-l:before {
    content: "\e91c";
}

.y-icon-zbook:before {
    content: "\e91d";
}

.y-icon-zbook-l:before {
    content: "\e91e";
}

.y-icon-zbookmark:before {
    content: "\e91f";
}

.y-icon-zbookmark-l:before {
    content: "\e920";
}

.y-icon-zbriefcase:before {
    content: "\e921";
}

.y-icon-zbriefcase-l:before {
    content: "\e922";
}

.y-icon-zbrush:before {
    content: "\e923";
}

.y-icon-zbrush-l:before {
    content: "\e924";
}

.y-icon-zbug:before {
    content: "\e925";
}

.y-icon-zbug-l:before {
    content: "\e926";
}

.y-icon-zbuilding:before {
    content: "\e927";
}

.y-icon-zbuilding-l:before {
    content: "\e928";
}

.y-icon-zbuy:before {
    content: "\e929";
}

.y-icon-zbuy-l:before {
    content: "\e92a";
}

.y-icon-zcalculator:before {
    content: "\e92b";
}

.y-icon-zcalculator-l:before {
    content: "\e92c";
}

.y-icon-zcalendar:before {
    content: "\e92d";
}

.y-icon-zcalendar-l:before {
    content: "\e92e";
}

.y-icon-zcamber:before {
    content: "\e92f";
}

.y-icon-zcamber-l:before {
    content: "\e930";
}

.y-icon-zcamber-o:before {
    content: "\e931";
}

.y-icon-zcamera:before {
    content: "\e932";
}

.y-icon-zcamera-l:before {
    content: "\e933";
}

.y-icon-zcaomei:before {
    content: "\e934";
}

.y-icon-zcategory-l:before {
    content: "\e935";
}

.y-icon-zcertificate:before {
    content: "\e936";
}

.y-icon-zchemistry:before {
    content: "\e937";
}

.y-icon-zchemistry-l:before {
    content: "\e938";
}

.y-icon-zchoose-list-l:before {
    content: "\e939";
}

.y-icon-zchrome:before {
    content: "\e93a";
}

.y-icon-zchuangzaoshi:before {
    content: "\e93b";
}

.y-icon-zcircle:before {
    content: "\e93c";
}

.y-icon-zcircle-l:before {
    content: "\e93d";
}

.y-icon-zcircle-o:before {
    content: "\e93e";
}

.y-icon-zclip-l:before {
    content: "\e93f";
}

.y-icon-zclock:before {
    content: "\e940";
}

.y-icon-zclock-l:before {
    content: "\e941";
}

.y-icon-zclose-l:before {
    content: "\e942";
}

.y-icon-zclothes:before {
    content: "\e943";
}

.y-icon-zclothes-l:before {
    content: "\e944";
}

.y-icon-zcloud:before {
    content: "\e945";
}

.y-icon-zcloud-l:before {
    content: "\e946";
}

.y-icon-zcode-branch:before {
    content: "\e947";
}

.y-icon-zcode-edit-l:before {
    content: "\e948";
}

.y-icon-zcode-file:before {
    content: "\e949";
}

.y-icon-zcode-file-l:before {
    content: "\e94a";
}

.y-icon-zcode-fork:before {
    content: "\e94b";
}

.y-icon-zcode-l:before {
    content: "\e94c";
}

.y-icon-zcode-plugin-l:before {
    content: "\e94d";
}

.y-icon-zcoin:before {
    content: "\e94e";
}

.y-icon-zcoin-l:before {
    content: "\e94f";
}

.y-icon-zcollection:before {
    content: "\e950";
}

.y-icon-zcome-l:before {
    content: "\e951";
}

.y-icon-zcommand:before {
    content: "\e952";
}

.y-icon-zcommand-2:before {
    content: "\e953";
}

.y-icon-zcommand-l:before {
    content: "\e954";
}

.y-icon-zcomment:before {
    content: "\e955";
}

.y-icon-zcomment-l:before {
    content: "\e956";
}

.y-icon-zcomputer:before {
    content: "\e957";
}

.y-icon-zcomputer-l:before {
    content: "\e958";
}

.y-icon-zconfiguration:before {
    content: "\e959";
}

.y-icon-zconnection:before {
    content: "\e95a";
}

.y-icon-zconstruct-l:before {
    content: "\e95b";
}

.y-icon-zcontainer-l:before {
    content: "\e95c";
}

.y-icon-zcontrol:before {
    content: "\e95d";
}

.y-icon-zcontrol-rank:before {
    content: "\e95e";
}

.y-icon-zcrown:before {
    content: "\e95f";
}

.y-icon-zcrown-l:before {
    content: "\e960";
}

.y-icon-zcss3:before {
    content: "\e961";
}

.y-icon-zcup:before {
    content: "\e962";
}

.y-icon-zcup-l:before {
    content: "\e963";
}

.y-icon-zdata-test:before {
    content: "\e964";
}

.y-icon-zdesign-edit-l:before {
    content: "\e965";
}

.y-icon-zdesign-shape-l:before {
    content: "\e966";
}

.y-icon-zdetect-l:before {
    content: "\e967";
}

.y-icon-zd-glasses:before {
    content: "\e968";
}

.y-icon-zdiamond-l:before {
    content: "\e969";
}

.y-icon-zdoc-edit:before {
    content: "\e96a";
}

.y-icon-zdoc-file:before {
    content: "\e96b";
}

.y-icon-zdoc-file-l:before {
    content: "\e96c";
}

.y-icon-zdownload-l:before {
    content: "\e96d";
}

.y-icon-zdribbble:before {
    content: "\e96e";
}

.y-icon-zdropbox:before {
    content: "\e96f";
}

.y-icon-zd-space:before {
    content: "\e970";
}

.y-icon-zeye:before {
    content: "\e971";
}

.y-icon-zeye-l:before {
    content: "\e972";
}

.y-icon-zfacebook:before {
    content: "\e973";
}

.y-icon-zfile:before {
    content: "\e974";
}

.y-icon-zfile-l:before {
    content: "\e975";
}

.y-icon-zfilm:before {
    content: "\e976";
}

.y-icon-zfilm-l:before {
    content: "\e977";
}

.y-icon-zfire-l:before {
    content: "\e978";
}

.y-icon-zfirewall:before {
    content: "\e979";
}

.y-icon-zfirewall-l:before {
    content: "\e97a";
}

.y-icon-zfolder-l:before {
    content: "\e97b";
}

.y-icon-zfont:before {
    content: "\e97c";
}

.y-icon-zforum:before {
    content: "\e97d";
}

.y-icon-zgame:before {
    content: "\e97e";
}

.y-icon-zgame-l:before {
    content: "\e97f";
}

.y-icon-zgeometry-shape-l:before {
    content: "\e980";
}

.y-icon-zgift:before {
    content: "\e981";
}

.y-icon-zgift-l:before {
    content: "\e982";
}

.y-icon-zgithub:before {
    content: "\e983";
}

.y-icon-zgithub-logo:before {
    content: "\e984";
}

.y-icon-zgit-l:before {
    content: "\e985";
}

.y-icon-zgreatwall:before {
    content: "\e986";
}

.y-icon-zhacker:before {
    content: "\e987";
}

.y-icon-zhand-bevel:before {
    content: "\e988";
}

.y-icon-zhand-button:before {
    content: "\e989";
}

.y-icon-zhande-vertical:before {
    content: "\e98a";
}

.y-icon-zhand-gather:before {
    content: "\e98b";
}

.y-icon-zhand-grasp:before {
    content: "\e98c";
}

.y-icon-zhand-horizontal:before {
    content: "\e98d";
}

.y-icon-zhand-pointer:before {
    content: "\e98e";
}

.y-icon-zhand-slide:before {
    content: "\e98f";
}

.y-icon-zhand-stop:before {
    content: "\e990";
}

.y-icon-zhand-touch:before {
    content: "\e991";
}

.y-icon-zheadset:before {
    content: "\e992";
}

.y-icon-zheadset-l:before {
    content: "\e993";
}

.y-icon-zheart:before {
    content: "\e994";
}

.y-icon-zheart-l:before {
    content: "\e995";
}

.y-icon-zhome:before {
    content: "\e996";
}

.y-icon-zhome-l:before {
    content: "\e997";
}

.y-icon-zhtml5:before {
    content: "\e998";
}

.y-icon-zimage:before {
    content: "\e999";
}

.y-icon-zimage-l:before {
    content: "\e99a";
}

.y-icon-zinbox:before {
    content: "\e99b";
}

.y-icon-zinbox-l:before {
    content: "\e99c";
}

.y-icon-zinfo-l:before {
    content: "\e99d";
}

.y-icon-zInstagram:before {
    content: "\e99e";
}

.y-icon-zkeyboard:before {
    content: "\e99f";
}

.y-icon-zkeyboard-l:before {
    content: "\e9a0";
}

.y-icon-zlabel-info-l:before {
    content: "\e9a1";
}

.y-icon-zlaptop:before {
    content: "\e9a2";
}

.y-icon-zlaptop-l:before {
    content: "\e9a3";
}

.y-icon-zlayers:before {
    content: "\e9a4";
}

.y-icon-zlayout-grid:before {
    content: "\e9a5";
}

.y-icon-zlayout-grids:before {
    content: "\e9a6";
}

.y-icon-zlayout-list:before {
    content: "\e9a7";
}

.y-icon-zlight:before {
    content: "\e9a8";
}

.y-icon-zlight-flash-l:before {
    content: "\e9a9";
}

.y-icon-zlight-l:before {
    content: "\e9aa";
}

.y-icon-zlightning:before {
    content: "\e9ab";
}

.y-icon-zlightning-l:before {
    content: "\e9ac";
}

.y-icon-zlink-l:before {
    content: "\e9ad";
}

.y-icon-zlinux:before {
    content: "\e9ae";
}

.y-icon-zlist-clipboard:before {
    content: "\e9af";
}

.y-icon-zlist-clipboard-l:before {
    content: "\e9b0";
}

.y-icon-zlocation:before {
    content: "\e9b1";
}

.y-icon-zlocation-l:before {
    content: "\e9b2";
}

.y-icon-zlock:before {
    content: "\e9b3";
}

.y-icon-zlock-l:before {
    content: "\e9b4";
}

.y-icon-zmap:before {
    content: "\e9b5";
}

.y-icon-zmap-l:before {
    content: "\e9b6";
}

.y-icon-zmedal:before {
    content: "\e9b7";
}

.y-icon-zmedal-l:before {
    content: "\e9b8";
}

.y-icon-zmenu-l:before {
    content: "\e9b9";
}

.y-icon-zmessage:before {
    content: "\e9ba";
}

.y-icon-zmessage-l:before {
    content: "\e9bb";
}

.y-icon-zmicrochip:before {
    content: "\e9bc";
}

.y-icon-zmicrochip-l:before {
    content: "\e9bd";
}

.y-icon-zmicrophone:before {
    content: "\e9be";
}

.y-icon-zmicrophone-l:before {
    content: "\e9bf";
}

.y-icon-zmicrosoft:before {
    content: "\e9c0";
}

.y-icon-zmobile:before {
    content: "\e9c1";
}

.y-icon-zmobile-l:before {
    content: "\e9c2";
}

.y-icon-zmoments:before {
    content: "\e9c3";
}

.y-icon-zmoney:before {
    content: "\e9c4";
}

.y-icon-zmouse:before {
    content: "\e9c5";
}

.y-icon-zmouse-l:before {
    content: "\e9c6";
}

.y-icon-zmusic:before {
    content: "\e9c7";
}

.y-icon-zmusic-file:before {
    content: "\e9c8";
}

.y-icon-zmusic-file-l:before {
    content: "\e9c9";
}

.y-icon-zmusic-l:before {
    content: "\e9ca";
}

.y-icon-zmusic-note:before {
    content: "\e9cb";
}

.y-icon-zmusic-note-l:before {
    content: "\e9cc";
}

.y-icon-znetwork-l:before {
    content: "\e9cd";
}

.y-icon-znew-l:before {
    content: "\e9ce";
}

.y-icon-znewspaper-l:before {
    content: "\e9cf";
}

.y-icon-zoperation:before {
    content: "\e9d0";
}

.y-icon-zout-l:before {
    content: "\e9d1";
}

.y-icon-zoverlapping:before {
    content: "\e9d2";
}

.y-icon-zpad:before {
    content: "\e9d3";
}

.y-icon-zpaper:before {
    content: "\e9d4";
}

.y-icon-zpaper-plane:before {
    content: "\e9d5";
}

.y-icon-zpause-l:before {
    content: "\e9d6";
}

.y-icon-zpaypal:before {
    content: "\e9d7";
}

.y-icon-zpen:before {
    content: "\e9d8";
}

.y-icon-zpen-write:before {
    content: "\e9d9";
}

.y-icon-zpeople:before {
    content: "\e9da";
}

.y-icon-zpinterest:before {
    content: "\e9db";
}

.y-icon-zpixels:before {
    content: "\e9dc";
}

.y-icon-zplatform:before {
    content: "\e9dd";
}

.y-icon-zplay-l:before {
    content: "\e9de";
}

.y-icon-zpokemon-ball:before {
    content: "\e9df";
}

.y-icon-zprinter:before {
    content: "\e9e0";
}

.y-icon-zprinter-l:before {
    content: "\e9e1";
}

.y-icon-zproduct-l:before {
    content: "\e9e2";
}

.y-icon-zprogram:before {
    content: "\e9e3";
}

.y-icon-zprogram-framework-l:before {
    content: "\e9e4";
}

.y-icon-zprototype:before {
    content: "\e9e5";
}

.y-icon-zprototype-select-l:before {
    content: "\e9e6";
}

.y-icon-zqq:before {
    content: "\e9e7";
}

.y-icon-zqrcode-l:before {
    content: "\e9e8";
}

.y-icon-zquote-left:before {
    content: "\e9e9";
}

.y-icon-zquote-right:before {
    content: "\e9ea";
}

.y-icon-zqzone:before {
    content: "\e9eb";
}

.y-icon-zraspberry:before {
    content: "\e9ec";
}

.y-icon-zread:before {
    content: "\e9ed";
}

.y-icon-zread-l:before {
    content: "\e9ee";
}

.y-icon-zred-envelope:before {
    content: "\e9ef";
}

.y-icon-zright-clipboard:before {
    content: "\e9f0";
}

.y-icon-zright-clipboard-l:before {
    content: "\e9f1";
}

.y-icon-zrocket:before {
    content: "\e9f2";
}

.y-icon-zrocket-l:before {
    content: "\e9f3";
}

.y-icon-zrollerbrush:before {
    content: "\e9f4";
}

.y-icon-zrollerbrush-l:before {
    content: "\e9f5";
}

.y-icon-zrss:before {
    content: "\e9f6";
}

.y-icon-zruler:before {
    content: "\e9f7";
}

.y-icon-zruler-l:before {
    content: "\e9f8";
}

.y-icon-zsave:before {
    content: "\e9f9";
}

.y-icon-zsave-l:before {
    content: "\e9fa";
}

.y-icon-zscan-l:before {
    content: "\e9fb";
}

.y-icon-zscissors:before {
    content: "\e9fc";
}

.y-icon-zsearch-l:before {
    content: "\e9fd";
}

.y-icon-zserver:before {
    content: "\e9fe";
}

.y-icon-zserver-l:before {
    content: "\e9ff";
}

.y-icon-zservers:before {
    content: "\ea00";
}

.y-icon-zsetting:before {
    content: "\ea01";
}

.y-icon-zsetting-l:before {
    content: "\ea02";
}

.y-icon-zshare:before {
    content: "\ea03";
}

.y-icon-zshield-l:before {
    content: "\ea04";
}

.y-icon-zshopping-cart:before {
    content: "\ea05";
}

.y-icon-zshopping-cart-l:before {
    content: "\ea06";
}

.y-icon-zsite-folder-l:before {
    content: "\ea07";
}

.y-icon-zslider-l:before {
    content: "\ea08";
}

.y-icon-zsquare:before {
    content: "\ea09";
}

.y-icon-zsquare-l:before {
    content: "\ea0a";
}

.y-icon-zsquare-o:before {
    content: "\ea0b";
}

.y-icon-zstar:before {
    content: "\ea0c";
}

.y-icon-zstar-l:before {
    content: "\ea0d";
}

.y-icon-zsteam:before {
    content: "\ea0e";
}

.y-icon-zstorage-l:before {
    content: "\ea0f";
}

.y-icon-zsword-l:before {
    content: "\ea10";
}

.y-icon-ztab:before {
    content: "\ea11";
}

.y-icon-ztab-select:before {
    content: "\ea12";
}

.y-icon-ztag:before {
    content: "\ea13";
}

.y-icon-ztag-l:before {
    content: "\ea14";
}

.y-icon-ztaiji:before {
    content: "\ea15";
}

.y-icon-ztalk:before {
    content: "\ea16";
}

.y-icon-ztalk-l:before {
    content: "\ea17";
}

.y-icon-ztaobao:before {
    content: "\ea18";
}

.y-icon-ztelegram:before {
    content: "\ea19";
}

.y-icon-zthumbs-up:before {
    content: "\ea1a";
}

.y-icon-zthumbs-up-l:before {
    content: "\ea1b";
}

.y-icon-ztime:before {
    content: "\ea1c";
}

.y-icon-ztime-l:before {
    content: "\ea1d";
}

.y-icon-ztime-plugin-l:before {
    content: "\ea1e";
}

.y-icon-ztmall:before {
    content: "\ea1f";
}

.y-icon-ztransmission-l:before {
    content: "\ea20";
}

.y-icon-ztrash:before {
    content: "\ea21";
}

.y-icon-ztrash-l:before {
    content: "\ea22";
}

.y-icon-ztriangle:before {
    content: "\ea23";
}

.y-icon-ztriangle-l:before {
    content: "\ea24";
}

.y-icon-ztriangle-o:before {
    content: "\ea25";
}

.y-icon-ztruck:before {
    content: "\ea26";
}

.y-icon-ztruck-l:before {
    content: "\ea27";
}

.y-icon-ztwitter:before {
    content: "\ea28";
}

.y-icon-zupload-l:before {
    content: "\ea29";
}

.y-icon-zusb:before {
    content: "\ea2a";
}

.y-icon-zusb-l:before {
    content: "\ea2b";
}

.y-icon-zuser:before {
    content: "\ea2c";
}

.y-icon-zuser-framework:before {
    content: "\ea2d";
}

.y-icon-zuser-l:before {
    content: "\ea2e";
}

.y-icon-zv2ex:before {
    content: "\ea2f";
}

.y-icon-zvector-design:before {
    content: "\ea30";
}

.y-icon-zvideo-camera-l:before {
    content: "\ea31";
}

.y-icon-zvideo-file:before {
    content: "\ea32";
}

.y-icon-zvideo-file-l:before {
    content: "\ea33";
}

.y-icon-zvimeo:before {
    content: "\ea34";
}

.y-icon-zvolume:before {
    content: "\ea35";
}

.y-icon-zvolume-l:before {
    content: "\ea36";
}

.y-icon-zvolume-x-l:before {
    content: "\ea37";
}

.y-icon-zwatch:before {
    content: "\ea38";
}

.y-icon-zwatch-l:before {
    content: "\ea39";
}

.y-icon-zwebcam:before {
    content: "\ea3a";
}

.y-icon-zwebcam-l:before {
    content: "\ea3b";
}

.y-icon-zweb-edit:before {
    content: "\ea3c";
}

.y-icon-zweibo:before {
    content: "\ea3d";
}

.y-icon-zweixin:before {
    content: "\ea3e";
}

.y-icon-zweixinzhifu:before {
    content: "\ea3f";
}

.y-icon-zwifi:before {
    content: "\ea40";
}

.y-icon-zwordpress:before {
    content: "\ea41";
}

.y-icon-zworld-l:before {
    content: "\ea42";
}

.y-icon-zwrench-l:before {
    content: "\ea43";
}

.y-icon-zwrite-l:before {
    content: "\ea44";
}

.y-icon-zx-buy-l:before {
    content: "\ea45";
}

.y-icon-zyoutube:before {
    content: "\ea46";
}

.y-icon-zzhihu:before {
    content: "\ea47";
}

@font-face {
    font-family: 'y-icon';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.y-icon-zzglass:before {
    content: "\f000";
}

.y-icon-zzmusic:before {
    content: "\f001";
}

.y-icon-zzsearch:before {
    content: "\f002";
}

.y-icon-zzenvelope-o:before {
    content: "\f003";
}

.y-icon-zzheart:before {
    content: "\f004";
}

.y-icon-zzstar:before {
    content: "\f005";
}

.y-icon-zzstar-o:before {
    content: "\f006";
}

.y-icon-zzuser:before {
    content: "\f007";
}

.y-icon-zzfilm:before {
    content: "\f008";
}

.y-icon-zzth-large:before {
    content: "\f009";
}

.y-icon-zzth:before {
    content: "\f00a";
}

.y-icon-zzth-list:before {
    content: "\f00b";
}

.y-icon-zzcheck:before {
    content: "\f00c";
}

.y-icon-zzremove:before,
.y-icon-zzclose:before,
.y-icon-zztimes:before {
    content: "\f00d";
}

.y-icon-zzsearch-plus:before {
    content: "\f00e";
}

.y-icon-zzsearch-minus:before {
    content: "\f010";
}

.y-icon-zzpower-off:before {
    content: "\f011";
}

.y-icon-zzsignal:before {
    content: "\f012";
}

.y-icon-zzgear:before,
.y-icon-zzcog:before {
    content: "\f013";
}

.y-icon-zztrash-o:before {
    content: "\f014";
}

.y-icon-zzhome:before {
    content: "\f015";
}

.y-icon-zzfile-o:before {
    content: "\f016";
}

.y-icon-zzclock-o:before {
    content: "\f017";
}

.y-icon-zzroad:before {
    content: "\f018";
}

.y-icon-zzdownload:before {
    content: "\f019";
}

.y-icon-zzarrow-circle-o-down:before {
    content: "\f01a";
}

.y-icon-zzarrow-circle-o-up:before {
    content: "\f01b";
}

.y-icon-zzinbox:before {
    content: "\f01c";
}

.y-icon-zzplay-circle-o:before {
    content: "\f01d";
}

.y-icon-zzrotate-right:before,
.y-icon-zzrepeat:before {
    content: "\f01e";
}

.y-icon-zzrefresh:before {
    content: "\f021";
}

.y-icon-zzlist-alt:before {
    content: "\f022";
}

.y-icon-zzlock:before {
    content: "\f023";
}

.y-icon-zzflag:before {
    content: "\f024";
}

.y-icon-zzheadphones:before {
    content: "\f025";
}

.y-icon-zzvolume-off:before {
    content: "\f026";
}

.y-icon-zzvolume-down:before {
    content: "\f027";
}

.y-icon-zzvolume-up:before {
    content: "\f028";
}

.y-icon-zzqrcode:before {
    content: "\f029";
}

.y-icon-zzbarcode:before {
    content: "\f02a";
}

.y-icon-zztag:before {
    content: "\f02b";
}

.y-icon-zztags:before {
    content: "\f02c";
}

.y-icon-zzbook:before {
    content: "\f02d";
}

.y-icon-zzbookmark:before {
    content: "\f02e";
}

.y-icon-zzprint:before {
    content: "\f02f";
}

.y-icon-zzcamera:before {
    content: "\f030";
}

.y-icon-zzfont:before {
    content: "\f031";
}

.y-icon-zzbold:before {
    content: "\f032";
}

.y-icon-zzitalic:before {
    content: "\f033";
}

.y-icon-zztext-height:before {
    content: "\f034";
}

.y-icon-zztext-width:before {
    content: "\f035";
}

.y-icon-zzalign-left:before {
    content: "\f036";
}

.y-icon-zzalign-center:before {
    content: "\f037";
}

.y-icon-zzalign-right:before {
    content: "\f038";
}

.y-icon-zzalign-justify:before {
    content: "\f039";
}

.y-icon-zzlist:before {
    content: "\f03a";
}

.y-icon-zzdedent:before,
.y-icon-zzoutdent:before {
    content: "\f03b";
}

.y-icon-zzindent:before {
    content: "\f03c";
}

.y-icon-zzvideo-camera:before {
    content: "\f03d";
}

.y-icon-zzphoto:before,
.y-icon-zzimage:before,
.y-icon-zzpicture-o:before {
    content: "\f03e";
}

.y-icon-zzpencil:before {
    content: "\f040";
}

.y-icon-zzmap-marker:before {
    content: "\f041";
}

.y-icon-zzadjust:before {
    content: "\f042";
}

.y-icon-zztint:before {
    content: "\f043";
}

.y-icon-zzedit:before,
.y-icon-zzpencil-square-o:before {
    content: "\f044";
}

.y-icon-zzshare-square-o:before {
    content: "\f045";
}

.y-icon-zzcheck-square-o:before {
    content: "\f046";
}

.y-icon-zzarrows:before {
    content: "\f047";
}

.y-icon-zzstep-backward:before {
    content: "\f048";
}

.y-icon-zzfast-backward:before {
    content: "\f049";
}

.y-icon-zzbackward:before {
    content: "\f04a";
}

.y-icon-zzplay:before {
    content: "\f04b";
}

.y-icon-zzpause:before {
    content: "\f04c";
}

.y-icon-zzstop:before {
    content: "\f04d";
}

.y-icon-zzforward:before {
    content: "\f04e";
}

.y-icon-zzfast-forward:before {
    content: "\f050";
}

.y-icon-zzstep-forward:before {
    content: "\f051";
}

.y-icon-zzeject:before {
    content: "\f052";
}

.y-icon-zzchevron-left:before {
    content: "\f053";
}

.y-icon-zzchevron-right:before {
    content: "\f054";
}

.y-icon-zzplus-circle:before {
    content: "\f055";
}

.y-icon-zzminus-circle:before {
    content: "\f056";
}

.y-icon-zztimes-circle:before {
    content: "\f057";
}

.y-icon-zzcheck-circle:before {
    content: "\f058";
}

.y-icon-zzquestion-circle:before {
    content: "\f059";
}

.y-icon-zzinfo-circle:before {
    content: "\f05a";
}

.y-icon-zzcrosshairs:before {
    content: "\f05b";
}

.y-icon-zztimes-circle-o:before {
    content: "\f05c";
}

.y-icon-zzcheck-circle-o:before {
    content: "\f05d";
}

.y-icon-zzban:before {
    content: "\f05e";
}

.y-icon-zzarrow-left:before {
    content: "\f060";
}

.y-icon-zzarrow-right:before {
    content: "\f061";
}

.y-icon-zzarrow-up:before {
    content: "\f062";
}

.y-icon-zzarrow-down:before {
    content: "\f063";
}

.y-icon-zzmail-forward:before,
.y-icon-zzshare:before {
    content: "\f064";
}

.y-icon-zzexpand:before {
    content: "\f065";
}

.y-icon-zzcompress:before {
    content: "\f066";
}

.y-icon-zzplus:before {
    content: "\f067";
}

.y-icon-zzminus:before {
    content: "\f068";
}

.y-icon-zzasterisk:before {
    content: "\f069";
}

.y-icon-zzexclamation-circle:before {
    content: "\f06a";
}

.y-icon-zzgift:before {
    content: "\f06b";
}

.y-icon-zzleaf:before {
    content: "\f06c";
}

.y-icon-zzfire:before {
    content: "\f06d";
}

.y-icon-zzeye:before {
    content: "\f06e";
}

.y-icon-zzeye-slash:before {
    content: "\f070";
}

.y-icon-zzwarning:before,
.y-icon-zzexclamation-triangle:before {
    content: "\f071";
}

.y-icon-zzplane:before {
    content: "\f072";
}

.y-icon-zzcalendar:before {
    content: "\f073";
}

.y-icon-zzrandom:before {
    content: "\f074";
}

.y-icon-zzcomment:before {
    content: "\f075";
}

.y-icon-zzmagnet:before {
    content: "\f076";
}

.y-icon-zzchevron-up:before {
    content: "\f077";
}

.y-icon-zzchevron-down:before {
    content: "\f078";
}

.y-icon-zzretweet:before {
    content: "\f079";
}

.y-icon-zzshopping-cart:before {
    content: "\f07a";
}

.y-icon-zzfolder:before {
    content: "\f07b";
}

.y-icon-zzfolder-open:before {
    content: "\f07c";
}

.y-icon-zzarrows-v:before {
    content: "\f07d";
}

.y-icon-zzarrows-h:before {
    content: "\f07e";
}

.y-icon-zzbar-chart-o:before,
.y-icon-zzbar-chart:before {
    content: "\f080";
}

.y-icon-zztwitter-square:before {
    content: "\f081";
}

.y-icon-zzfacebook-square:before {
    content: "\f082";
}

.y-icon-zzcamera-retro:before {
    content: "\f083";
}

.y-icon-zzkey:before {
    content: "\f084";
}

.y-icon-zzgears:before,
.y-icon-zzcogs:before {
    content: "\f085";
}

.y-icon-zzcomments:before {
    content: "\f086";
}

.y-icon-zzthumbs-o-up:before {
    content: "\f087";
}

.y-icon-zzthumbs-o-down:before {
    content: "\f088";
}

.y-icon-zzstar-half:before {
    content: "\f089";
}

.y-icon-zzheart-o:before {
    content: "\f08a";
}

.y-icon-zzsign-out:before {
    content: "\f08b";
}

.y-icon-zzlinkedin-square:before {
    content: "\f08c";
}

.y-icon-zzthumb-tack:before {
    content: "\f08d";
}

.y-icon-zzexternal-link:before {
    content: "\f08e";
}

.y-icon-zzsign-in:before {
    content: "\f090";
}

.y-icon-zztrophy:before {
    content: "\f091";
}

.y-icon-zzgithub-square:before {
    content: "\f092";
}

.y-icon-zzupload:before {
    content: "\f093";
}

.y-icon-zzlemon-o:before {
    content: "\f094";
}

.y-icon-zzphone:before {
    content: "\f095";
}

.y-icon-zzsquare-o:before {
    content: "\f096";
}

.y-icon-zzbookmark-o:before {
    content: "\f097";
}

.y-icon-zzphone-square:before {
    content: "\f098";
}

.y-icon-zztwitter:before {
    content: "\f099";
}

.y-icon-zzfacebook-f:before,
.y-icon-zzfacebook:before {
    content: "\f09a";
}

.y-icon-zzgithub:before {
    content: "\f09b";
}

.y-icon-zzunlock:before {
    content: "\f09c";
}

.y-icon-zzcredit-card:before {
    content: "\f09d";
}

.y-icon-zzfeed:before,
.y-icon-zzrss:before {
    content: "\f09e";
}

.y-icon-zzhdd-o:before {
    content: "\f0a0";
}

.y-icon-zzbullhorn:before {
    content: "\f0a1";
}

.y-icon-zzbell:before {
    content: "\f0f3";
}

.y-icon-zzcertificate:before {
    content: "\f0a3";
}

.y-icon-zzhand-o-right:before {
    content: "\f0a4";
}

.y-icon-zzhand-o-left:before {
    content: "\f0a5";
}

.y-icon-zzhand-o-up:before {
    content: "\f0a6";
}

.y-icon-zzhand-o-down:before {
    content: "\f0a7";
}

.y-icon-zzarrow-circle-left:before {
    content: "\f0a8";
}

.y-icon-zzarrow-circle-right:before {
    content: "\f0a9";
}

.y-icon-zzarrow-circle-up:before {
    content: "\f0aa";
}

.y-icon-zzarrow-circle-down:before {
    content: "\f0ab";
}

.y-icon-zzglobe:before {
    content: "\f0ac";
}

.y-icon-zzwrench:before {
    content: "\f0ad";
}

.y-icon-zztasks:before {
    content: "\f0ae";
}

.y-icon-zzfilter:before {
    content: "\f0b0";
}

.y-icon-zzbriefcase:before {
    content: "\f0b1";
}

.y-icon-zzarrows-alt:before {
    content: "\f0b2";
}

.y-icon-zzgroup:before,
.y-icon-zzusers:before {
    content: "\f0c0";
}

.y-icon-zzchain:before,
.y-icon-zzlink:before {
    content: "\f0c1";
}

.y-icon-zzcloud:before {
    content: "\f0c2";
}

.y-icon-zzflask:before {
    content: "\f0c3";
}

.y-icon-zzcut:before,
.y-icon-zzscissors:before {
    content: "\f0c4";
}

.y-icon-zzcopy:before,
.y-icon-zzfiles-o:before {
    content: "\f0c5";
}

.y-icon-zzpaperclip:before {
    content: "\f0c6";
}

.y-icon-zzsave:before,
.y-icon-zzfloppy-o:before {
    content: "\f0c7";
}

.y-icon-zzsquare:before {
    content: "\f0c8";
}

.y-icon-zznavicon:before,
.y-icon-zzreorder:before,
.y-icon-zzbars:before {
    content: "\f0c9";
}

.y-icon-zzlist-ul:before {
    content: "\f0ca";
}

.y-icon-zzlist-ol:before {
    content: "\f0cb";
}

.y-icon-zzstrikethrough:before {
    content: "\f0cc";
}

.y-icon-zzunderline:before {
    content: "\f0cd";
}

.y-icon-zztable:before {
    content: "\f0ce";
}

.y-icon-zzmagic:before {
    content: "\f0d0";
}

.y-icon-zztruck:before {
    content: "\f0d1";
}

.y-icon-zzpinterest:before {
    content: "\f0d2";
}

.y-icon-zzpinterest-square:before {
    content: "\f0d3";
}

.y-icon-zzgoogle-plus-square:before {
    content: "\f0d4";
}

.y-icon-zzgoogle-plus:before {
    content: "\f0d5";
}

.y-icon-zzmoney:before {
    content: "\f0d6";
}

.y-icon-zzcaret-down:before {
    content: "\f0d7";
}

.y-icon-zzcaret-up:before {
    content: "\f0d8";
}

.y-icon-zzcaret-left:before {
    content: "\f0d9";
}

.y-icon-zzcaret-right:before {
    content: "\f0da";
}

.y-icon-zzcolumns:before {
    content: "\f0db";
}

.y-icon-zzunsorted:before,
.y-icon-zzsort:before {
    content: "\f0dc";
}

.y-icon-zzsort-down:before,
.y-icon-zzsort-desc:before {
    content: "\f0dd";
}

.y-icon-zzsort-up:before,
.y-icon-zzsort-asc:before {
    content: "\f0de";
}

.y-icon-zzenvelope:before {
    content: "\f0e0";
}

.y-icon-zzlinkedin:before {
    content: "\f0e1";
}

.y-icon-zzrotate-left:before,
.y-icon-zzundo:before {
    content: "\f0e2";
}

.y-icon-zzlegal:before,
.y-icon-zzgavel:before {
    content: "\f0e3";
}

.y-icon-zzdashboard:before,
.y-icon-zztachometer:before {
    content: "\f0e4";
}

.y-icon-zzcomment-o:before {
    content: "\f0e5";
}

.y-icon-zzcomments-o:before {
    content: "\f0e6";
}

.y-icon-zzflash:before,
.y-icon-zzbolt:before {
    content: "\f0e7";
}

.y-icon-zzsitemap:before {
    content: "\f0e8";
}

.y-icon-zzumbrella:before {
    content: "\f0e9";
}

.y-icon-zzpaste:before,
.y-icon-zzclipboard:before {
    content: "\f0ea";
}

.y-icon-zzlightbulb-o:before {
    content: "\f0eb";
}

.y-icon-zzexchange:before {
    content: "\f0ec";
}

.y-icon-zzcloud-download:before {
    content: "\f0ed";
}

.y-icon-zzcloud-upload:before {
    content: "\f0ee";
}

.y-icon-zzuser-md:before {
    content: "\f0f0";
}

.y-icon-zzstethoscope:before {
    content: "\f0f1";
}

.y-icon-zzsuitcase:before {
    content: "\f0f2";
}

.y-icon-zzbell-o:before {
    content: "\f0a2";
}

.y-icon-zzcoffee:before {
    content: "\f0f4";
}

.y-icon-zzcutlery:before {
    content: "\f0f5";
}

.y-icon-zzfile-text-o:before {
    content: "\f0f6";
}

.y-icon-zzbuilding-o:before {
    content: "\f0f7";
}

.y-icon-zzhospital-o:before {
    content: "\f0f8";
}

.y-icon-zzambulance:before {
    content: "\f0f9";
}

.y-icon-zzmedkit:before {
    content: "\f0fa";
}

.y-icon-zzfighter-jet:before {
    content: "\f0fb";
}

.y-icon-zzbeer:before {
    content: "\f0fc";
}

.y-icon-zzh-square:before {
    content: "\f0fd";
}

.y-icon-zzplus-square:before {
    content: "\f0fe";
}

.y-icon-zzangle-double-left:before {
    content: "\f100";
}

.y-icon-zzangle-double-right:before {
    content: "\f101";
}

.y-icon-zzangle-double-up:before {
    content: "\f102";
}

.y-icon-zzangle-double-down:before {
    content: "\f103";
}

.y-icon-zzangle-left:before {
    content: "\f104";
}

.y-icon-zzangle-right:before {
    content: "\f105";
}

.y-icon-zzangle-up:before {
    content: "\f106";
}

.y-icon-zzangle-down:before {
    content: "\f107";
}

.y-icon-zzdesktop:before {
    content: "\f108";
}

.y-icon-zzlaptop:before {
    content: "\f109";
}

.y-icon-zztablet:before {
    content: "\f10a";
}

.y-icon-zzmobile-phone:before,
.y-icon-zzmobile:before {
    content: "\f10b";
}

.y-icon-zzcircle-o:before {
    content: "\f10c";
}

.y-icon-zzquote-left:before {
    content: "\f10d";
}

.y-icon-zzquote-right:before {
    content: "\f10e";
}

.y-icon-zzspinner:before {
    content: "\f110";
}

.y-icon-zzcircle:before {
    content: "\f111";
}

.y-icon-zzmail-reply:before,
.y-icon-zzreply:before {
    content: "\f112";
}

.y-icon-zzgithub-alt:before {
    content: "\f113";
}

.y-icon-zzfolder-o:before {
    content: "\f114";
}

.y-icon-zzfolder-open-o:before {
    content: "\f115";
}

.y-icon-zzsmile-o:before {
    content: "\f118";
}

.y-icon-zzfrown-o:before {
    content: "\f119";
}

.y-icon-zzmeh-o:before {
    content: "\f11a";
}

.y-icon-zzgamepad:before {
    content: "\f11b";
}

.y-icon-zzkeyboard-o:before {
    content: "\f11c";
}

.y-icon-zzflag-o:before {
    content: "\f11d";
}

.y-icon-zzflag-checkered:before {
    content: "\f11e";
}

.y-icon-zzterminal:before {
    content: "\f120";
}

.y-icon-zzcode:before {
    content: "\f121";
}

.y-icon-zzmail-reply-all:before,
.y-icon-zzreply-all:before {
    content: "\f122";
}

.y-icon-zzstar-half-empty:before,
.y-icon-zzstar-half-full:before,
.y-icon-zzstar-half-o:before {
    content: "\f123";
}

.y-icon-zzlocation-arrow:before {
    content: "\f124";
}

.y-icon-zzcrop:before {
    content: "\f125";
}

.y-icon-zzcode-fork:before {
    content: "\f126";
}

.y-icon-zzunlink:before,
.y-icon-zzchain-broken:before {
    content: "\f127";
}

.y-icon-zzquestion:before {
    content: "\f128";
}

.y-icon-zzinfo:before {
    content: "\f129";
}

.y-icon-zzexclamation:before {
    content: "\f12a";
}

.y-icon-zzsuperscript:before {
    content: "\f12b";
}

.y-icon-zzsubscript:before {
    content: "\f12c";
}

.y-icon-zzeraser:before {
    content: "\f12d";
}

.y-icon-zzpuzzle-piece:before {
    content: "\f12e";
}

.y-icon-zzmicrophone:before {
    content: "\f130";
}

.y-icon-zzmicrophone-slash:before {
    content: "\f131";
}

.y-icon-zzshield:before {
    content: "\f132";
}

.y-icon-zzcalendar-o:before {
    content: "\f133";
}

.y-icon-zzfire-extinguisher:before {
    content: "\f134";
}

.y-icon-zzrocket:before {
    content: "\f135";
}

.y-icon-zzmaxcdn:before {
    content: "\f136";
}

.y-icon-zzchevron-circle-left:before {
    content: "\f137";
}

.y-icon-zzchevron-circle-right:before {
    content: "\f138";
}

.y-icon-zzchevron-circle-up:before {
    content: "\f139";
}

.y-icon-zzchevron-circle-down:before {
    content: "\f13a";
}

.y-icon-zzhtml5:before {
    content: "\f13b";
}

.y-icon-zzcss3:before {
    content: "\f13c";
}

.y-icon-zzanchor:before {
    content: "\f13d";
}

.y-icon-zzunlock-alt:before {
    content: "\f13e";
}

.y-icon-zzbullseye:before {
    content: "\f140";
}

.y-icon-zzellipsis-h:before {
    content: "\f141";
}

.y-icon-zzellipsis-v:before {
    content: "\f142";
}

.y-icon-zzrss-square:before {
    content: "\f143";
}

.y-icon-zzplay-circle:before {
    content: "\f144";
}

.y-icon-zzticket:before {
    content: "\f145";
}

.y-icon-zzminus-square:before {
    content: "\f146";
}

.y-icon-zzminus-square-o:before {
    content: "\f147";
}

.y-icon-zzlevel-up:before {
    content: "\f148";
}

.y-icon-zzlevel-down:before {
    content: "\f149";
}

.y-icon-zzcheck-square:before {
    content: "\f14a";
}

.y-icon-zzpencil-square:before {
    content: "\f14b";
}

.y-icon-zzexternal-link-square:before {
    content: "\f14c";
}

.y-icon-zzshare-square:before {
    content: "\f14d";
}

.y-icon-zzcompass:before {
    content: "\f14e";
}

.y-icon-zztoggle-down:before,
.y-icon-zzcaret-square-o-down:before {
    content: "\f150";
}

.y-icon-zztoggle-up:before,
.y-icon-zzcaret-square-o-up:before {
    content: "\f151";
}

.y-icon-zztoggle-right:before,
.y-icon-zzcaret-square-o-right:before {
    content: "\f152";
}

.y-icon-zzeuro:before,
.y-icon-zzeur:before {
    content: "\f153";
}

.y-icon-zzgbp:before {
    content: "\f154";
}

.y-icon-zzdollar:before,
.y-icon-zzusd:before {
    content: "\f155";
}

.y-icon-zzrupee:before,
.y-icon-zzinr:before {
    content: "\f156";
}

.y-icon-zzcny:before,
.y-icon-zzrmb:before,
.y-icon-zzyen:before,
.y-icon-zzjpy:before {
    content: "\f157";
}

.y-icon-zzruble:before,
.y-icon-zzrouble:before,
.y-icon-zzrub:before {
    content: "\f158";
}

.y-icon-zzwon:before,
.y-icon-zzkrw:before {
    content: "\f159";
}

.y-icon-zzbitcoin:before,
.y-icon-zzbtc:before {
    content: "\f15a";
}

.y-icon-zzfile:before {
    content: "\f15b";
}

.y-icon-zzfile-text:before {
    content: "\f15c";
}

.y-icon-zzsort-alpha-asc:before {
    content: "\f15d";
}

.y-icon-zzsort-alpha-desc:before {
    content: "\f15e";
}

.y-icon-zzsort-amount-asc:before {
    content: "\f160";
}

.y-icon-zzsort-amount-desc:before {
    content: "\f161";
}

.y-icon-zzsort-numeric-asc:before {
    content: "\f162";
}

.y-icon-zzsort-numeric-desc:before {
    content: "\f163";
}

.y-icon-zzthumbs-up:before {
    content: "\f164";
}

.y-icon-zzthumbs-down:before {
    content: "\f165";
}

.y-icon-zzyoutube-square:before {
    content: "\f166";
}

.y-icon-zzyoutube:before {
    content: "\f167";
}

.y-icon-zzxing:before {
    content: "\f168";
}

.y-icon-zzxing-square:before {
    content: "\f169";
}

.y-icon-zzyoutube-play:before {
    content: "\f16a";
}

.y-icon-zzdropbox:before {
    content: "\f16b";
}

.y-icon-zzstack-overflow:before {
    content: "\f16c";
}

.y-icon-zzinstagram:before {
    content: "\f16d";
}

.y-icon-zzflickr:before {
    content: "\f16e";
}

.y-icon-zzadn:before {
    content: "\f170";
}

.y-icon-zzbitbucket:before {
    content: "\f171";
}

.y-icon-zzbitbucket-square:before {
    content: "\f172";
}

.y-icon-zztumblr:before {
    content: "\f173";
}

.y-icon-zztumblr-square:before {
    content: "\f174";
}

.y-icon-zzlong-arrow-down:before {
    content: "\f175";
}

.y-icon-zzlong-arrow-up:before {
    content: "\f176";
}

.y-icon-zzlong-arrow-left:before {
    content: "\f177";
}

.y-icon-zzlong-arrow-right:before {
    content: "\f178";
}

.y-icon-zzapple:before {
    content: "\f179";
}

.y-icon-zzwindows:before {
    content: "\f17a";
}

.y-icon-zzandroid:before {
    content: "\f17b";
}

.y-icon-zzlinux:before {
    content: "\f17c";
}

.y-icon-zzdribbble:before {
    content: "\f17d";
}

.y-icon-zzskype:before {
    content: "\f17e";
}

.y-icon-zzfoursquare:before {
    content: "\f180";
}

.y-icon-zztrello:before {
    content: "\f181";
}

.y-icon-zzfemale:before {
    content: "\f182";
}

.y-icon-zzmale:before {
    content: "\f183";
}

.y-icon-zzgittip:before,
.y-icon-zzgratipay:before {
    content: "\f184";
}

.y-icon-zzsun-o:before {
    content: "\f185";
}

.y-icon-zzmoon-o:before {
    content: "\f186";
}

.y-icon-zzarchive:before {
    content: "\f187";
}

.y-icon-zzbug:before {
    content: "\f188";
}

.y-icon-zzvk:before {
    content: "\f189";
}

.y-icon-zzweibo:before {
    content: "\f18a";
}

.y-icon-zzrenren:before {
    content: "\f18b";
}

.y-icon-zzpagelines:before {
    content: "\f18c";
}

.y-icon-zzstack-exchange:before {
    content: "\f18d";
}

.y-icon-zzarrow-circle-o-right:before {
    content: "\f18e";
}

.y-icon-zzarrow-circle-o-left:before {
    content: "\f190";
}

.y-icon-zztoggle-left:before,
.y-icon-zzcaret-square-o-left:before {
    content: "\f191";
}

.y-icon-zzdot-circle-o:before {
    content: "\f192";
}

.y-icon-zzwheelchair:before {
    content: "\f193";
}

.y-icon-zzvimeo-square:before {
    content: "\f194";
}

.y-icon-zzturkish-lira:before,
.y-icon-zztry:before {
    content: "\f195";
}

.y-icon-zzplus-square-o:before {
    content: "\f196";
}

.y-icon-zzspace-shuttle:before {
    content: "\f197";
}

.y-icon-zzslack:before {
    content: "\f198";
}

.y-icon-zzenvelope-square:before {
    content: "\f199";
}

.y-icon-zzwordpress:before {
    content: "\f19a";
}

.y-icon-zzopenid:before {
    content: "\f19b";
}

.y-icon-zzinstitution:before,
.y-icon-zzbank:before,
.y-icon-zzuniversity:before {
    content: "\f19c";
}

.y-icon-zzmortar-board:before,
.y-icon-zzgraduation-cap:before {
    content: "\f19d";
}

.y-icon-zzyahoo:before {
    content: "\f19e";
}

.y-icon-zzgoogle:before {
    content: "\f1a0";
}

.y-icon-zzreddit:before {
    content: "\f1a1";
}

.y-icon-zzreddit-square:before {
    content: "\f1a2";
}

.y-icon-zzstumbleupon-circle:before {
    content: "\f1a3";
}

.y-icon-zzstumbleupon:before {
    content: "\f1a4";
}

.y-icon-zzdelicious:before {
    content: "\f1a5";
}

.y-icon-zzdigg:before {
    content: "\f1a6";
}

.y-icon-zzpied-piper-pp:before {
    content: "\f1a7";
}

.y-icon-zzpied-piper-alt:before {
    content: "\f1a8";
}

.y-icon-zzdrupal:before {
    content: "\f1a9";
}

.y-icon-zzjoomla:before {
    content: "\f1aa";
}

.y-icon-zzlanguage:before {
    content: "\f1ab";
}

.y-icon-zzfax:before {
    content: "\f1ac";
}

.y-icon-zzbuilding:before {
    content: "\f1ad";
}

.y-icon-zzchild:before {
    content: "\f1ae";
}

.y-icon-zzpaw:before {
    content: "\f1b0";
}

.y-icon-zzspoon:before {
    content: "\f1b1";
}

.y-icon-zzcube:before {
    content: "\f1b2";
}

.y-icon-zzcubes:before {
    content: "\f1b3";
}

.y-icon-zzbehance:before {
    content: "\f1b4";
}

.y-icon-zzbehance-square:before {
    content: "\f1b5";
}

.y-icon-zzsteam:before {
    content: "\f1b6";
}

.y-icon-zzsteam-square:before {
    content: "\f1b7";
}

.y-icon-zzrecycle:before {
    content: "\f1b8";
}

.y-icon-zzautomobile:before,
.y-icon-zzcar:before {
    content: "\f1b9";
}

.y-icon-zzcab:before,
.y-icon-zztaxi:before {
    content: "\f1ba";
}

.y-icon-zztree:before {
    content: "\f1bb";
}

.y-icon-zzspotify:before {
    content: "\f1bc";
}

.y-icon-zzdeviantart:before {
    content: "\f1bd";
}

.y-icon-zzsoundcloud:before {
    content: "\f1be";
}

.y-icon-zzdatabase:before {
    content: "\f1c0";
}

.y-icon-zzfile-pdf-o:before {
    content: "\f1c1";
}

.y-icon-zzfile-word-o:before {
    content: "\f1c2";
}

.y-icon-zzfile-excel-o:before {
    content: "\f1c3";
}

.y-icon-zzfile-powerpoint-o:before {
    content: "\f1c4";
}

.y-icon-zzfile-photo-o:before,
.y-icon-zzfile-picture-o:before,
.y-icon-zzfile-image-o:before {
    content: "\f1c5";
}

.y-icon-zzfile-zip-o:before,
.y-icon-zzfile-archive-o:before {
    content: "\f1c6";
}

.y-icon-zzfile-sound-o:before,
.y-icon-zzfile-audio-o:before {
    content: "\f1c7";
}

.y-icon-zzfile-movie-o:before,
.y-icon-zzfile-video-o:before {
    content: "\f1c8";
}

.y-icon-zzfile-code-o:before {
    content: "\f1c9";
}

.y-icon-zzvine:before {
    content: "\f1ca";
}

.y-icon-zzcodepen:before {
    content: "\f1cb";
}

.y-icon-zzjsfiddle:before {
    content: "\f1cc";
}

.y-icon-zzlife-bouy:before,
.y-icon-zzlife-buoy:before,
.y-icon-zzlife-saver:before,
.y-icon-zzsupport:before,
.y-icon-zzlife-ring:before {
    content: "\f1cd";
}

.y-icon-zzcircle-o-notch:before {
    content: "\f1ce";
}

.y-icon-zzra:before,
.y-icon-zzresistance:before,
.y-icon-zzrebel:before {
    content: "\f1d0";
}

.y-icon-zzge:before,
.y-icon-zzempire:before {
    content: "\f1d1";
}

.y-icon-zzgit-square:before {
    content: "\f1d2";
}

.y-icon-zzgit:before {
    content: "\f1d3";
}

.y-icon-zzy-combinator-square:before,
.y-icon-zzyc-square:before,
.y-icon-zzhacker-news:before {
    content: "\f1d4";
}

.y-icon-zztencent-weibo:before {
    content: "\f1d5";
}

.y-icon-zzqq:before {
    content: "\f1d6";
}

.y-icon-zzwechat:before,
.y-icon-zzweixin:before {
    content: "\f1d7";
}

.y-icon-zzsend:before,
.y-icon-zzpaper-plane:before {
    content: "\f1d8";
}

.y-icon-zzsend-o:before,
.y-icon-zzpaper-plane-o:before {
    content: "\f1d9";
}

.y-icon-zzhistory:before {
    content: "\f1da";
}

.y-icon-zzcircle-thin:before {
    content: "\f1db";
}

.y-icon-zzheader:before {
    content: "\f1dc";
}

.y-icon-zzparagraph:before {
    content: "\f1dd";
}

.y-icon-zzsliders:before {
    content: "\f1de";
}

.y-icon-zzshare-alt:before {
    content: "\f1e0";
}

.y-icon-zzshare-alt-square:before {
    content: "\f1e1";
}

.y-icon-zzbomb:before {
    content: "\f1e2";
}

.y-icon-zzsoccer-ball-o:before,
.y-icon-zzfutbol-o:before {
    content: "\f1e3";
}

.y-icon-zztty:before {
    content: "\f1e4";
}

.y-icon-zzbinoculars:before {
    content: "\f1e5";
}

.y-icon-zzplug:before {
    content: "\f1e6";
}

.y-icon-zzslideshare:before {
    content: "\f1e7";
}

.y-icon-zztwitch:before {
    content: "\f1e8";
}

.y-icon-zzyelp:before {
    content: "\f1e9";
}

.y-icon-zznewspaper-o:before {
    content: "\f1ea";
}

.y-icon-zzwifi:before {
    content: "\f1eb";
}

.y-icon-zzcalculator:before {
    content: "\f1ec";
}

.y-icon-zzpaypal:before {
    content: "\f1ed";
}

.y-icon-zzgoogle-wallet:before {
    content: "\f1ee";
}

.y-icon-zzcc-visa:before {
    content: "\f1f0";
}

.y-icon-zzcc-mastercard:before {
    content: "\f1f1";
}

.y-icon-zzcc-discover:before {
    content: "\f1f2";
}

.y-icon-zzcc-amex:before {
    content: "\f1f3";
}

.y-icon-zzcc-paypal:before {
    content: "\f1f4";
}

.y-icon-zzcc-stripe:before {
    content: "\f1f5";
}

.y-icon-zzbell-slash:before {
    content: "\f1f6";
}

.y-icon-zzbell-slash-o:before {
    content: "\f1f7";
}

.y-icon-zztrash:before {
    content: "\f1f8";
}

.y-icon-zzcopyright:before {
    content: "\f1f9";
}

.y-icon-zzat:before {
    content: "\f1fa";
}

.y-icon-zzeyedropper:before {
    content: "\f1fb";
}

.y-icon-zzpaint-brush:before {
    content: "\f1fc";
}

.y-icon-zzbirthday-cake:before {
    content: "\f1fd";
}

.y-icon-zzarea-chart:before {
    content: "\f1fe";
}

.y-icon-zzpie-chart:before {
    content: "\f200";
}

.y-icon-zzline-chart:before {
    content: "\f201";
}

.y-icon-zzlastfm:before {
    content: "\f202";
}

.y-icon-zzlastfm-square:before {
    content: "\f203";
}

.y-icon-zztoggle-off:before {
    content: "\f204";
}

.y-icon-zztoggle-on:before {
    content: "\f205";
}

.y-icon-zzbicycle:before {
    content: "\f206";
}

.y-icon-zzbus:before {
    content: "\f207";
}

.y-icon-zzioxhost:before {
    content: "\f208";
}

.y-icon-zzangellist:before {
    content: "\f209";
}

.y-icon-zzcc:before {
    content: "\f20a";
}

.y-icon-zzshekel:before,
.y-icon-zzsheqel:before,
.y-icon-zzils:before {
    content: "\f20b";
}

.y-icon-zzmeanpath:before {
    content: "\f20c";
}

.y-icon-zzbuysellads:before {
    content: "\f20d";
}

.y-icon-zzconnectdevelop:before {
    content: "\f20e";
}

.y-icon-zzdashcube:before {
    content: "\f210";
}

.y-icon-zzforumbee:before {
    content: "\f211";
}

.y-icon-zzleanpub:before {
    content: "\f212";
}

.y-icon-zzsellsy:before {
    content: "\f213";
}

.y-icon-zzshirtsinbulk:before {
    content: "\f214";
}

.y-icon-zzsimplybuilt:before {
    content: "\f215";
}

.y-icon-zzskyatlas:before {
    content: "\f216";
}

.y-icon-zzcart-plus:before {
    content: "\f217";
}

.y-icon-zzcart-arrow-down:before {
    content: "\f218";
}

.y-icon-zzdiamond:before {
    content: "\f219";
}

.y-icon-zzship:before {
    content: "\f21a";
}

.y-icon-zzuser-secret:before {
    content: "\f21b";
}

.y-icon-zzmotorcycle:before {
    content: "\f21c";
}

.y-icon-zzstreet-view:before {
    content: "\f21d";
}

.y-icon-zzheartbeat:before {
    content: "\f21e";
}

.y-icon-zzvenus:before {
    content: "\f221";
}

.y-icon-zzmars:before {
    content: "\f222";
}

.y-icon-zzmercury:before {
    content: "\f223";
}

.y-icon-zzintersex:before,
.y-icon-zztransgender:before {
    content: "\f224";
}

.y-icon-zztransgender-alt:before {
    content: "\f225";
}

.y-icon-zzvenus-double:before {
    content: "\f226";
}

.y-icon-zzmars-double:before {
    content: "\f227";
}

.y-icon-zzvenus-mars:before {
    content: "\f228";
}

.y-icon-zzmars-stroke:before {
    content: "\f229";
}

.y-icon-zzmars-stroke-v:before {
    content: "\f22a";
}

.y-icon-zzmars-stroke-h:before {
    content: "\f22b";
}

.y-icon-zzneuter:before {
    content: "\f22c";
}

.y-icon-zzgenderless:before {
    content: "\f22d";
}

.y-icon-zzfacebook-official:before {
    content: "\f230";
}

.y-icon-zzpinterest-p:before {
    content: "\f231";
}

.y-icon-zzwhatsapp:before {
    content: "\f232";
}

.y-icon-zzserver:before {
    content: "\f233";
}

.y-icon-zzuser-plus:before {
    content: "\f234";
}

.y-icon-zzuser-times:before {
    content: "\f235";
}

.y-icon-zzhotel:before,
.y-icon-zzbed:before {
    content: "\f236";
}

.y-icon-zzviacoin:before {
    content: "\f237";
}

.y-icon-zztrain:before {
    content: "\f238";
}

.y-icon-zzsubway:before {
    content: "\f239";
}

.y-icon-zzmedium:before {
    content: "\f23a";
}

.y-icon-zzyc:before,
.y-icon-zzy-combinator:before {
    content: "\f23b";
}

.y-icon-zzoptin-monster:before {
    content: "\f23c";
}

.y-icon-zzopencart:before {
    content: "\f23d";
}

.y-icon-zzexpeditedssl:before {
    content: "\f23e";
}

.y-icon-zzbattery-4:before,
.y-icon-zzbattery:before,
.y-icon-zzbattery-full:before {
    content: "\f240";
}

.y-icon-zzbattery-3:before,
.y-icon-zzbattery-three-quarters:before {
    content: "\f241";
}

.y-icon-zzbattery-2:before,
.y-icon-zzbattery-half:before {
    content: "\f242";
}

.y-icon-zzbattery-1:before,
.y-icon-zzbattery-quarter:before {
    content: "\f243";
}

.y-icon-zzbattery-0:before,
.y-icon-zzbattery-empty:before {
    content: "\f244";
}

.y-icon-zzmouse-pointer:before {
    content: "\f245";
}

.y-icon-zzi-cursor:before {
    content: "\f246";
}

.y-icon-zzobject-group:before {
    content: "\f247";
}

.y-icon-zzobject-ungroup:before {
    content: "\f248";
}

.y-icon-zzsticky-note:before {
    content: "\f249";
}

.y-icon-zzsticky-note-o:before {
    content: "\f24a";
}

.y-icon-zzcc-jcb:before {
    content: "\f24b";
}

.y-icon-zzcc-diners-club:before {
    content: "\f24c";
}

.y-icon-zzclone:before {
    content: "\f24d";
}

.y-icon-zzbalance-scale:before {
    content: "\f24e";
}

.y-icon-zzhourglass-o:before {
    content: "\f250";
}

.y-icon-zzhourglass-1:before,
.y-icon-zzhourglass-start:before {
    content: "\f251";
}

.y-icon-zzhourglass-2:before,
.y-icon-zzhourglass-half:before {
    content: "\f252";
}

.y-icon-zzhourglass-3:before,
.y-icon-zzhourglass-end:before {
    content: "\f253";
}

.y-icon-zzhourglass:before {
    content: "\f254";
}

.y-icon-zzhand-grab-o:before,
.y-icon-zzhand-rock-o:before {
    content: "\f255";
}

.y-icon-zzhand-stop-o:before,
.y-icon-zzhand-paper-o:before {
    content: "\f256";
}

.y-icon-zzhand-scissors-o:before {
    content: "\f257";
}

.y-icon-zzhand-lizard-o:before {
    content: "\f258";
}

.y-icon-zzhand-spock-o:before {
    content: "\f259";
}

.y-icon-zzhand-pointer-o:before {
    content: "\f25a";
}

.y-icon-zzhand-peace-o:before {
    content: "\f25b";
}

.y-icon-zztrademark:before {
    content: "\f25c";
}

.y-icon-zzregistered:before {
    content: "\f25d";
}

.y-icon-zzcreative-commons:before {
    content: "\f25e";
}

.y-icon-zzgg:before {
    content: "\f260";
}

.y-icon-zzgg-circle:before {
    content: "\f261";
}

.y-icon-zztripadvisor:before {
    content: "\f262";
}

.y-icon-zzodnoklassniki:before {
    content: "\f263";
}

.y-icon-zzodnoklassniki-square:before {
    content: "\f264";
}

.y-icon-zzget-pocket:before {
    content: "\f265";
}

.y-icon-zzwikipedia-w:before {
    content: "\f266";
}

.y-icon-zzsafari:before {
    content: "\f267";
}

.y-icon-zzchrome:before {
    content: "\f268";
}

.y-icon-zzfirefox:before {
    content: "\f269";
}

.y-icon-zzopera:before {
    content: "\f26a";
}

.y-icon-zzinternet-explorer:before {
    content: "\f26b";
}

.y-icon-zztv:before,
.y-icon-zztelevision:before {
    content: "\f26c";
}

.y-icon-zzcontao:before {
    content: "\f26d";
}

.y-icon-zz500px:before {
    content: "\f26e";
}

.y-icon-zzamazon:before {
    content: "\f270";
}

.y-icon-zzcalendar-plus-o:before {
    content: "\f271";
}

.y-icon-zzcalendar-minus-o:before {
    content: "\f272";
}

.y-icon-zzcalendar-times-o:before {
    content: "\f273";
}

.y-icon-zzcalendar-check-o:before {
    content: "\f274";
}

.y-icon-zzindustry:before {
    content: "\f275";
}

.y-icon-zzmap-pin:before {
    content: "\f276";
}

.y-icon-zzmap-signs:before {
    content: "\f277";
}

.y-icon-zzmap-o:before {
    content: "\f278";
}

.y-icon-zzmap:before {
    content: "\f279";
}

.y-icon-zzcommenting:before {
    content: "\f27a";
}

.y-icon-zzcommenting-o:before {
    content: "\f27b";
}

.y-icon-zzhouzz:before {
    content: "\f27c";
}

.y-icon-zzvimeo:before {
    content: "\f27d";
}

.y-icon-zzblack-tie:before {
    content: "\f27e";
}

.y-icon-zzfonticons:before {
    content: "\f280";
}

.y-icon-zzreddit-alien:before {
    content: "\f281";
}

.y-icon-zzedge:before {
    content: "\f282";
}

.y-icon-zzcredit-card-alt:before {
    content: "\f283";
}

.y-icon-zzcodiepie:before {
    content: "\f284";
}

.y-icon-zzmodx:before {
    content: "\f285";
}

.y-icon-zzfort-awesome:before {
    content: "\f286";
}

.y-icon-zzusb:before {
    content: "\f287";
}

.y-icon-zzproduct-hunt:before {
    content: "\f288";
}

.y-icon-zzmixcloud:before {
    content: "\f289";
}

.y-icon-zzscribd:before {
    content: "\f28a";
}

.y-icon-zzpause-circle:before {
    content: "\f28b";
}

.y-icon-zzpause-circle-o:before {
    content: "\f28c";
}

.y-icon-zzstop-circle:before {
    content: "\f28d";
}

.y-icon-zzstop-circle-o:before {
    content: "\f28e";
}

.y-icon-zzshopping-bag:before {
    content: "\f290";
}

.y-icon-zzshopping-basket:before {
    content: "\f291";
}

.y-icon-zzhashtag:before {
    content: "\f292";
}

.y-icon-zzbluetooth:before {
    content: "\f293";
}

.y-icon-zzbluetooth-b:before {
    content: "\f294";
}

.y-icon-zzpercent:before {
    content: "\f295";
}

.y-icon-zzgitlab:before {
    content: "\f296";
}

.y-icon-zzwpbeginner:before {
    content: "\f297";
}

.y-icon-zzwpforms:before {
    content: "\f298";
}

.y-icon-zzenvira:before {
    content: "\f299";
}

.y-icon-zzuniversal-access:before {
    content: "\f29a";
}

.y-icon-zzwheelchair-alt:before {
    content: "\f29b";
}

.y-icon-zzquestion-circle-o:before {
    content: "\f29c";
}

.y-icon-zzblind:before {
    content: "\f29d";
}

.y-icon-zzaudio-description:before {
    content: "\f29e";
}

.y-icon-zzvolume-control-phone:before {
    content: "\f2a0";
}

.y-icon-zzbraille:before {
    content: "\f2a1";
}

.y-icon-zzassistive-listening-systems:before {
    content: "\f2a2";
}

.y-icon-zzasl-interpreting:before,
.y-icon-zzamerican-sign-language-interpreting:before {
    content: "\f2a3";
}

.y-icon-zzdeafness:before,
.y-icon-zzhard-of-hearing:before,
.y-icon-zzdeaf:before {
    content: "\f2a4";
}

.y-icon-zzglide:before {
    content: "\f2a5";
}

.y-icon-zzglide-g:before {
    content: "\f2a6";
}

.y-icon-zzsigning:before,
.y-icon-zzsign-language:before {
    content: "\f2a7";
}

.y-icon-zzlow-vision:before {
    content: "\f2a8";
}

.y-icon-zzviadeo:before {
    content: "\f2a9";
}

.y-icon-zzviadeo-square:before {
    content: "\f2aa";
}

.y-icon-zzsnapchat:before {
    content: "\f2ab";
}

.y-icon-zzsnapchat-ghost:before {
    content: "\f2ac";
}

.y-icon-zzsnapchat-square:before {
    content: "\f2ad";
}

.y-icon-zzpied-piper:before {
    content: "\f2ae";
}

.y-icon-zzfirst-order:before {
    content: "\f2b0";
}

.y-icon-zzyoast:before {
    content: "\f2b1";
}

.y-icon-zzthemeisle:before {
    content: "\f2b2";
}

.y-icon-zzgoogle-plus-circle:before,
.y-icon-zzgoogle-plus-official:before {
    content: "\f2b3";
}

.y-icon-zzfa:before,
.y-icon-zzfont-awesome:before {
    content: "\f2b4";
}

.y-icon-zzhandshake-o:before {
    content: "\f2b5";
}

.y-icon-zzenvelope-open:before {
    content: "\f2b6";
}

.y-icon-zzenvelope-open-o:before {
    content: "\f2b7";
}

.y-icon-zzlinode:before {
    content: "\f2b8";
}

.y-icon-zzaddress-book:before {
    content: "\f2b9";
}

.y-icon-zzaddress-book-o:before {
    content: "\f2ba";
}

.y-icon-zzvcard:before,
.y-icon-zzaddress-card:before {
    content: "\f2bb";
}

.y-icon-zzvcard-o:before,
.y-icon-zzaddress-card-o:before {
    content: "\f2bc";
}

.y-icon-zzuser-circle:before {
    content: "\f2bd";
}

.y-icon-zzuser-circle-o:before {
    content: "\f2be";
}

.y-icon-zzuser-o:before {
    content: "\f2c0";
}

.y-icon-zzid-badge:before {
    content: "\f2c1";
}

.y-icon-zzdrivers-license:before,
.y-icon-zzid-card:before {
    content: "\f2c2";
}

.y-icon-zzdrivers-license-o:before,
.y-icon-zzid-card-o:before {
    content: "\f2c3";
}

.y-icon-zzquora:before {
    content: "\f2c4";
}

.y-icon-zzfree-code-camp:before {
    content: "\f2c5";
}

.y-icon-zztelegram:before {
    content: "\f2c6";
}

.y-icon-zzthermometer-4:before,
.y-icon-zzthermometer:before,
.y-icon-zzthermometer-full:before {
    content: "\f2c7";
}

.y-icon-zzthermometer-3:before,
.y-icon-zzthermometer-three-quarters:before {
    content: "\f2c8";
}

.y-icon-zzthermometer-2:before,
.y-icon-zzthermometer-half:before {
    content: "\f2c9";
}

.y-icon-zzthermometer-1:before,
.y-icon-zzthermometer-quarter:before {
    content: "\f2ca";
}

.y-icon-zzthermometer-0:before,
.y-icon-zzthermometer-empty:before {
    content: "\f2cb";
}

.y-icon-zzshower:before {
    content: "\f2cc";
}

.y-icon-zzbathtub:before,
.y-icon-zzs15:before,
.y-icon-zzbath:before {
    content: "\f2cd";
}

.y-icon-zzpodcast:before {
    content: "\f2ce";
}

.y-icon-zzwindow-maximize:before {
    content: "\f2d0";
}

.y-icon-zzwindow-minimize:before {
    content: "\f2d1";
}

.y-icon-zzwindow-restore:before {
    content: "\f2d2";
}

.y-icon-zztimes-rectangle:before,
.y-icon-zzwindow-close:before {
    content: "\f2d3";
}

.y-icon-zztimes-rectangle-o:before,
.y-icon-zzwindow-close-o:before {
    content: "\f2d4";
}

.y-icon-zzbandcamp:before {
    content: "\f2d5";
}

.y-icon-zzgrav:before {
    content: "\f2d6";
}

.y-icon-zzetsy:before {
    content: "\f2d7";
}

.y-icon-zzimdb:before {
    content: "\f2d8";
}

.y-icon-zzravelry:before {
    content: "\f2d9";
}

.y-icon-zzeercast:before {
    content: "\f2da";
}

.y-icon-zzmicrochip:before {
    content: "\f2db";
}

.y-icon-zzsnowflake-o:before {
    content: "\f2dc";
}

.y-icon-zzsuperpowers:before {
    content: "\f2dd";
}

.y-icon-zzwpexplorer:before {
    content: "\f2de";
}

.y-icon-zzmeetup:before {
    content: "\f2e0";
}

@font-face {
    font-family: y-icon;
    src: url(../fonts/iconfont.eot?v=226_rc2);
    src: url(../fonts/iconfont.eot?v=226_rc2#iefix) format('embedded-opentype'), url(../fonts/iconfont.svg?v=226_rc2#iconfont) format('svg'), url(../fonts/iconfont.woff?v=226_rc2) format('woff'), url(../fonts/iconfont.ttf?v=226_rc2) format('truetype')
}

.y-icon-duihua:before {
    content: "\e611"
}

.y-icon-shezhi:before {
    content: "\e614"
}

.y-icon-yinshenim:before {
    content: "\e60f"
}

.y-icon-search:before {
    content: "\e615"
}

.y-icon-fenxiang1:before {
    content: "\e641"
}

.y-icon-shezhi1:before {
    content: "\e620"
}

.y-icon-yinqing:before {
    content: "\e628"
}

.y-icon-close:before {
    content: "\1006"
}

.y-icon-close-fill:before {
    content: "\1007"
}

.y-icon-baobiao:before {
    content: "\e629"
}

.y-icon-star:before {
    content: "\e600"
}

.y-icon-yuandian:before {
    content: "\e617"
}

.y-icon-chat:before {
    content: "\e606"
}

.y-icon-logo:before {
    content: "\e609"
}

.y-icon-list:before {
    content: "\e60a"
}

.y-icon-tubiao:before {
    content: "\e62c"
}

.y-icon-ok-circle:before {
    content: "\1005"
}

.y-icon-huanfu2:before {
    content: "\e61b"
}

.y-icon-On-line:before {
    content: "\e610"
}

.y-icon-biaoge:before {
    content: "\e62d"
}

.y-icon-right:before {
    content: "\e602"
}

.y-icon-left:before {
    content: "\e603"
}

.y-icon-cart-simple:before {
    content: "\e698"
}

.y-icon-cry:before {
    content: "\e69c"
}

.y-icon-smile:before {
    content: "\e6af"
}

.y-icon-survey:before {
    content: "\e6b2"
}

.y-icon-tree:before {
    content: "\e62e"
}

.y-icon-iconfont17:before {
    content: "\e62f"
}

.y-icon-tianjia:before {
    content: "\e61f"
}

.y-icon-download-circle:before {
    content: "\e601"
}

.y-icon-xuanzemoban48:before {
    content: "\e630"
}

.y-icon-gongju:before {
    content: "\e631"
}

.y-icon-face-surprised:before {
    content: "\e664"
}

.y-icon-bianji:before {
    content: "\e642"
}

.y-icon-speaker:before {
    content: "\e645"
}

.y-icon-down:before {
    content: "\e61a"
}

.y-icon-wenjian:before {
    content: "\e621"
}

.y-icon-layouts:before {
    content: "\e632"
}

.y-icon-duigou:before {
    content: "\e618"
}

.y-icon-tianjia1:before {
    content: "\e608"
}

.y-icon-yaoyaozhibofanye:before {
    content: "\e633"
}

.y-icon-read:before {
    content: "\e705"
}

.y-icon-404:before {
    content: "\e61c"
}

.y-icon-lunbozutu:before {
    content: "\e634"
}

.y-icon-help:before {
    content: "\e607"
}

.y-icon-daima1:before {
    content: "\e635"
}

.y-icon-jinshui:before {
    content: "\e636"
}

.y-icon-username:before {
    content: "\e66f"
}

.y-icon-find-fill:before {
    content: "\e670"
}

.y-icon-about:before {
    content: "\e60b"
}

.y-icon-location:before {
    content: "\e715"
}

.y-icon-up:before {
    content: "\e619"
}

.y-icon-pause:before {
    content: "\e651"
}

.y-icon-riqi:before {
    content: "\e637"
}

.y-icon-uploadfile:before {
    content: "\e61d"
}

.y-icon-delete:before {
    content: "\e640"
}

.y-icon-play:before {
    content: "\e652"
}

.y-icon-top:before {
    content: "\e604"
}

.y-icon-haoyouqingqiu:before {
    content: "\e612"
}

.y-icon-refresh-3:before {
    content: "\e9aa"
}

.y-icon-weibiaoti1:before {
    content: "\e605"
}

.y-icon-chuangkou:before {
    content: "\e638"
}

.y-icon-comiisbiaoqing:before {
    content: "\e60c"
}

.y-icon-zhengque:before {
    content: "\e616"
}

.y-icon-dollar:before {
    content: "\e659"
}

.y-icon-iconfontwodehaoyou:before {
    content: "\e613"
}

.y-icon-wenjianxiazai:before {
    content: "\e61e"
}

.y-icon-tupian:before {
    content: "\e60d"
}

.y-icon-lianjie:before {
    content: "\e64c"
}

.y-icon-diamond:before {
    content: "\e735"
}

.y-icon-jilu:before {
    content: "\e60e"
}

.y-icon-liucheng:before {
    content: "\e622"
}

.y-icon-fontstrikethrough:before {
    content: "\e64f"
}

.y-icon-unlink:before {
    content: "\e64d"
}

.y-icon-bianjiwenzi:before {
    content: "\e639"
}

.y-icon-sanjiao:before {
    content: "\e623"
}

.y-icon-danxuankuanghouxuan:before {
    content: "\e63f"
}

.y-icon-danxuankuangxuanzhong:before {
    content: "\e643"
}

.y-icon-juzhongduiqi:before {
    content: "\e647"
}

.y-icon-youduiqi:before {
    content: "\e648"
}

.y-icon-zuoduiqi:before {
    content: "\e649"
}

.y-icon-gongsisvgtubiaozongji22:before {
    content: "\e626"
}

.y-icon-gongsisvgtubiaozongji23:before {
    content: "\e627"
}

.y-icon-refresh-2:before {
    content: "\1002"
}

.y-icon-loading-1:before {
    content: "\e63e"
}

.y-icon-return:before {
    content: "\e65c"
}

.y-icon-jiacu:before {
    content: "\e62b"
}

.y-icon-uploading:before {
    content: "\e67c"
}

.y-icon-liaotianduihuaimgoutong:before {
    content: "\e63a"
}

.y-icon-video:before {
    content: "\e6ed"
}

.y-icon-headset:before {
    content: "\e6fc"
}

.y-icon-wenjianjiafan:before {
    content: "\e624"
}

.y-icon-shouji:before {
    content: "\e63b"
}

.y-icon-tianjia2:before {
    content: "\e654"
}

.y-icon-wenjianjia:before {
    content: "\e7a0"
}

.y-icon-biaoqing:before {
    content: "\e650"
}

.y-icon-html:before {
    content: "\e64b"
}

.y-icon-biaodan:before {
    content: "\e63c"
}

.y-icon-cart:before {
    content: "\e657"
}

.y-icon-camera-fill:before {
    content: "\e65d"
}

.y-icon-25:before {
    content: "\e62a"
}

.y-icon-emwdaima:before {
    content: "\e64e"
}

.y-icon-fire:before {
    content: "\e756"
}

.y-icon-set:before {
    content: "\e716"
}

.y-icon-zitixiahuaxian:before {
    content: "\e646"
}

.y-icon-sanjiao1:before {
    content: "\e625"
}

.y-icon-tips:before {
    content: "\e702"
}

.y-icon-tupian-copy-copy:before {
    content: "\e64a"
}

.y-icon-more-vertical:before {
    content: "\e671"
}

.y-icon-zhuti2:before {
    content: "\e66c"
}

.y-icon-loading:before {
    content: "\e63d"
}

.y-icon-xieti:before {
    content: "\e644"
}

.y-icon-refresh-1:before {
    content: "\e666"
}

.y-icon-rmb:before {
    content: "\e65e"
}

.y-icon-home:before {
    content: "\e68e"
}

.y-icon-user:before {
    content: "\e770"
}

.y-icon-notice:before {
    content: "\e667"
}

.y-icon-login-weibo:before {
    content: "\e675"
}

.y-icon-voice:before {
    content: "\e688"
}

.y-icon-download:before {
    content: "\e681"
}

.y-icon-login-qq:before {
    content: "\e676"
}

.y-icon-snowflake:before {
    content: "\e6b1"
}

.y-icon-yemian1:before {
    content: "\e655"
}

.y-icon-template:before {
    content: "\e663"
}

.y-icon-auz:before {
    content: "\e672"
}

.y-icon-console:before {
    content: "\e665"
}

.y-icon-app:before {
    content: "\e653"
}

.y-icon-prev:before {
    content: "\e65a"
}

.y-icon-website:before {
    content: "\e7ae"
}

.y-icon-next:before {
    content: "\e65b"
}

.y-icon-component:before {
    content: "\e857"
}

.y-icon-more:before {
    content: "\e65f"
}

.y-icon-login-wechat:before {
    content: "\e677"
}

.y-icon-shrink-right:before {
    content: "\e668"
}

.y-icon-spread-left:before {
    content: "\e66b"
}

.y-icon-camera:before {
    content: "\e660"
}

.y-icon-note:before {
    content: "\e66e"
}

.y-icon-refresh:before {
    content: "\e669"
}

.y-icon-nv:before {
    content: "\e661"
}

.y-icon-nan:before {
    content: "\e662"
}

.y-icon-password:before {
    content: "\e673"
}

.y-icon-senior:before {
    content: "\e674"
}

.y-icon-theme:before {
    content: "\e66a"
}

.y-icon-tread:before {
    content: "\e6c5"
}

.y-icon-praise:before {
    content: "\e6c6"
}

.y-icon-star-fill:before {
    content: "\e658"
}

.y-icon-template-1:before {
    content: "\e656"
}

.y-icon-loading-2:before {
    content: "\e66d"
}

.y-icon-vercode:before {
    content: "\e679"
}

.y-icon-cellphone:before {
    content: "\e678"
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/miconfont.eot?t=1526634437586'); /* IE9*/
    src: url('../fonts/miconfont.eot?t=1526634437586#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAsYAAsAAAAAD3gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kf8Y21hcAAAAYAAAAB/AAAB4mKQ0rpnbHlmAAACAAAABtMAAAiknoOwG2hlYWQAAAjUAAAAMQAAADYRILWLaGhlYQAACQgAAAAgAAAAJAeWA4pobXR4AAAJKAAAABcAAAAkI+n/uGxvY2EAAAlAAAAAFAAAABQJEAsubWF4cAAACVQAAAAfAAAAIAEaAI1uYW1lAAAJdAAAAUUAAAJtPlT+fXBvc3QAAAq8AAAAWQAAAHPZvpIjeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/ss4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDzjZG7438AQw9zC0AAUZgTJAQAl0gx+eJzFkdENwzAIRA+HOE7VUTpEB+pH1K9MzBrpHfinE+SsZ8PJFhYAWAEs5EUcsC8M0oeupb/gkb7jzXxwNZ5ntNiva0aekWR5Y2TU+NZZoWOTYx23ye4r/a9n7sfM1Kdzwi9GK9Th8ELTibXQhKIXmlxsBeSNAvL2AuMHzmgZdwB4nF1Va4wbVxW+597x3LF3PLbHnjsej58z65l9OJu11zteb5LdzWa7VRPvapP+IA8RlZBtSFBCRFsSbVG6SGlFgUr8CJRKEUhRVeBHErUVT4UiRS1ErapGovQHFVQVFaFIIPKDViLNhDPOA4p9dB/nnplzz3e+c4bECLn1PrvE8iRLhkiTLJAVQkAeBUejJaj57TE6CkYtZpg5jfmuX+OuM8a2gOnIOdEK2p4pczkFGpRhotYK/DHqw2R7hm6CligBWHbhQb1e1Nm3IZH3y0+G2+k5MCpuMTWzIXygMZtrVbPKCVXXLV3/liLHYgqlUkqDo6aIx+IJOXw+lioYlyrDtAKq5Rd6e5JVW//c19vHSnUzDrC+Dlm7qv1wNlPIoHy1ILK6xdNJJV9IuoM5OPHBQD6rlrw/E/wxjHWd3WCnyUayj3whitPAa3daZcqZBrw2Bn5mBjoTraCD/1nANUpglsEURo5jlEYmJ0yMs5MNPJejvYdmQRvD5jLXIAVyf/azjjeZaQctgQ/I9KQCJfGetaGWpg15buPNenMeYL45NLqUmarwmMwSieSgcKp5Jy7LIRPlsqDvGmXaoBXzvfFtFGQJYhLTiil9AK1jsuLM1Y/XhjRdL+o6fdmtiRLNDW60wsbYJnxzC77ZnKeZ7LZDBdtKOyndZLI2MFo2C2UrvAFlET5mlsA24G3TpTDbFMNZLurphKUxpnGRtEqlR5Z9QW/+XdfgOnrRwpSmk1gfv5fZOnJkH1klXybrhNQRuMkZzLkvzAgsxAJchweTbc/3HMTCyJme6yAuOcRxotnqyAZiaCB2EYUmylCBiElbIrQjQrGWMDVwPH8GWBlyMqLcDthkX9E/cs120OmfOD4esjNrl7uN8XjN3XzYlWX38GbXSQRNJas0g4RzTzlYS4yNTF9eQ66p3/+dBMg46fdncfc3f9G2F5ej4ZlSpVIqVirP/lfln4w0RZtJzCr9Bh6YWx482HVrSL1gPP5/Lj7lt3PAfXB2e+SGnXoontT1ZHz/OsMtPNr3USxVgNxxsrwYPlm5qz3Zd95bKAAUFoiEmP+bnWUy1ucI2U2OIGs97vEI0IiWfYL6Hs/Jruy7jut4HQ91E4GJWIms43p+n6DeHWJ6XPY9TBGXTVEBF7dcRsNOrTUZQGsTRC9EA4/XHDMn6IePPPrYV6anAFindf2frQ5llK2YxV5v7uCqhzcEapjv/qFgAN21aTqVzeV4PO2lShbPpe+/31YtWyulPUtJmIdcZ5jifTMZ+sIMvdn+3nOvzs0JAXQokbj5g3lWpj18G3Sn24emokXQnOoeu2znKRR82zYFpaZVDc+B5DtJS9Vj5obxZDIyzG9omMl4djyl+0CZqwsK4A/Tw0BB6E4MYDSnY+1TxPFt9gobIlOkG2E4iCD4yF1Z4oijTCPylhFLL4LK2Qj1PkyIRlT9MRMxCjrIwA77VT78KCsfKRSOyNnwY4u/rklTiv1hOn2trDhp9vhnlmcXgI43mgt7pdTXVrYfY+Etp1pffFySU1cU+EAvQOZfGRQo6KUXVT28UYSnEgNPM/3iIqhApV8rPBZDnOOUpeFnMYliRDX1xRKRMYY/SYQ5RJAKdusu2UaWMJaWeTsUvCjHGCZaHQ8r0m+JnOx47aBfQNEG7plhHCYGU4+O+6U0cW9Ff6Jn7Neffu5NCXbcN/hEbXNNTw+w87NGPj9Srf5VVKsjlkU/ll46dfo8Y+dP2x378/bUYnhYE0JDo5eSwtAMNKnTLz1D0WDH2vjROT4Ag0Nr51at4Xx+2NoHOOAy/OPxM4ydOY4jJHiwd+TIF0XRADCK4u4c9W1+6+e3rrBP6EckR0bJNFkku7D/HMTIHXesT38k8RjMUFMgrT+lC6IECiS+G3gcRSamkDDJIGOescdjWuWoGrQozWh7D6vO3QVbopQrNF0uLjJFlZTkXr9hsEOUJgagvLztWZ7I4IdKvbjrgEOT76czf4nvP9EIL1w34dov80fDH61dVOXvrK1dSMrf5fyz8/MrjO/fOr/ypmHbw7Y9E1fVrKrCBaoqO0qmRIGn1BirNvYnWzSd+OliU4vReDbDuLZl99X4gP7j+x7qbU2Fp3+Rn/7kwJ7wrLp7585TaXXPys5T5ztbJb6rM7VVUnYOguVZKNtB1VWUqI/gB/C39AmSISUyTCYRvTsFEPXl2607hpp+GWCXZfeYgi32f/Wv8GtvvHGNK8qdOZy99A6l71y6PfYepvTh3u2x26O01+2P8A1xVdOuCtVWxVup1Fu4+If2mqa92pfX4Cm62ltapXR1qbcaXoHedBfbQa873cNb/wfu9nvhAHicY2BkYGAA4r4Wp9x4fpuvDNwsDCBwXWXHURj9f8f/BhYG5hYgl4OBCSQKAEZbDC0AAAB4nGNgZGBgbvjfwBDDwvB/BwMDCwMDUAQFcAIAb38EKXicY2FgYGB+ycDAwoAN/98BogEonQLEAAAAAAAAdgEWAdACdALWA1ID9ARSeJxjYGRgYOBkaGRgZwABJiDmAkIGhv9gPgMAFncBqAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtiUsOgCAQxeahouDpPAIEAn4yLMxE9PSSuLWbJi0p+rD0j4FChx4DNEZMMLCE2j2O5zPLWlfHWZwORbxjuyx74bS1qK/YJg9NvthbYpCj5UT0AsysFj4AAAA=') format('woff'),
    url('../fonts/miconfont.ttf?t=1526634437586') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/miconfont.svg?t=1526634437586#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-icon-zan:before {
    content: "\e602";
}

.m-icon-shuixianhua:before {
    content: "\e604";
}

.m-icon-douban:before {
    content: "\e605";
}

.m-icon-QQkongjian:before {
    content: "\e606";
}

.m-icon-weixin:before {
    content: "\e607";
}

.m-icon-weibo:before {
    content: "\e608";
}

.m-icon-yueduliang:before {
    content: "\e609";
}



