
@font-face {font-family: "tkfont";
    src: url('../fonts/iconfont.ttf') format('truetype');
}
.tf {
    display: inline-block;
    font: normal normal normal 14px/1 'tkfont';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tf-fw {
    width: 1.28571429em;
    text-align: center;
}
.tf-spin {
    -webkit-animation: tf-spin 2s infinite linear;
    animation: tf-spin 2s infinite linear;
}
@-webkit-keyframes tf-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes tf-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.tf-loading:before {
    content: '\e62b';
}
.tf-home:before {
    content: '\e688';
}
.tf-menu:before {
    content: '\e610';
}
.tf-search:before {
    content: '\e67f';
}
.tf-shopping-cart:before {
    content: '\e795';
}

.tf-tri-left:before {
    content: '\e684';
}
.tf-tri-right:before {
    content: '\e687';
}
.tf-tri-up:before {
    content: '\e686';
}
.tf-tri-down:before {
    content: '\e683';
}

.tf-angle-left:before {
    content: '\e7d7';
}
.tf-angle-right:before {
    content: '\e7d8';
}
.tf-angle-up:before {
    content: '\e7d6';
}
.tf-angle-down:before {
    content: '\e7d5';
}

.tf-supplier:before {
    content: '\e656';
}
.tf-ensure:before {
    content: '\e669';
}

.tf-hot:before {
    content: '\e609';
}
.tf-heart:before {
    content: '\e64e';
}
.tf-lightning:before {
    content: '\e600';
}
.tf-edit:before {
    content: '\e60e';
}
.tf-store:before {
    content: '\e7d4';
}
.tf-user:before {
    content: '\e61f';
}
.tf-suggest:before {
    content: '\e70d';
}
.tf-inquire:before {
    content: '\e605';
}
.tf-warning:before {
    content: '\e724';
}

.tf-collect:before {
    content: '\e666';
}
.tf-collect-o:before {
    content: '\e8c2';
}
.tf-download:before {
    content: '\ec1d';
}
.tf-add:before {
    content: '\e81a';
}

.tf-shop-cart:before {
    content: '\e795';
}

.tf-leave-word:before {
    content: '\e743';
}

.tf-email:before {
    content: '\e63d';
}
.tf-email.z-hl:before {
    content: '\e63c';
    color: #ff4e00;
}
.tf-cross:before {
    content: '\e6f0';
}