﻿/* 字体图标，来源路径："//at.alicdn.com/t/font_2345881_ssnhau0hycg.css"*/
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/18ffcd135fe54b8ab2496722a6cb7b9d.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype'),
       url('../fonts/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-arrow-long:before {
  content: "\e608";
}
.icon-more:before {
  content: "\e600";
}
.icon-wechat:before {
  content: "\e639";
}
.icon-close:before {
  content: "\e675";
}
.icon-menu:before {
  content: "\e705";
}
.icon-lang:before {
  content: "\e60a";
}
.icon-selected:before {
  content: "\e621";
}
.icon-arrow:before {
  content: "\e604";
}
.icon-bottom:before {
  content: "\e601";
}
.icon-right-line:before {
  content: "\e602";
}
.icon-down-line:before {
  content: "\e716";
}
.icon-msg:before {
  content: "\e613";
}
.icon-msg2:before {
  content: "\e62a";
}
