@font-face {
  font-family: "iconfont"; /* Project id 50251 */
  src: url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

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

.icon-dianzan1:before {
  content: "\e67d";
}

.icon-yueduliang:before {
  content: "\e67e";
}

.icon-dianhua:before {
  content: "\edb7";
}

.icon-liulani:before {
  content: "\e614";
}

.icon-shanchu:before {
  content: "\ed47";
}

.icon-sousuo:before {
  content: "\ed48";
}

.icon-cancel:before {
  content: "\d604";
}

.icon-zhengque:before {
  content: "\d603";
}

.icon-dianzan:before {
  content: "\d600";
}

.icon-pinglun:before {
  content: "\d601";
}

.icon-wenyisheng:before {
  content: "\d602";
}


/*页面封*/
.search-fixed {top: inherit;}
    .comicon {
        display: inline-block;
        vertical-align: middle;
    }

    .comicon-close {
        width: 10px;
        height: 10px;
        background-position: -40px 0;
    }

    .fixed-btm {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 635;
    }

    .fixed-btm img {
        width: 100%;
    }

    .fixed-btm .close-btn {
        color: #ccc;
        position: absolute;
        left: 3px;
        bottom: 12px;
    }