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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e901";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-paint:before {
  content: "\e90c";
}
.icon-image:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-music:before {
  content: "\e911";
}
.icon-film:before {
  content: "\e913";
}
.icon-live:before {
  content: "\e91c";
}
.icon-voice:before {
  content: "\e91e";
}
.icon-books:before {
  content: "\e920";
}
.icon-text:before {
  content: "\e922";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-ticket:before {
  content: "\e939";
}
.icon-money:before {
  content: "\e93e";
}
.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-disk:before {
  content: "\e962";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-user:before {
  content: "\e971";
}
.icon-face2face:before {
  content: "\e972";
}
.icon-newcase:before {
  content: "\e973";
}
.icon-spinner:before {
  content: "\e984";
}
.icon-key:before {
  content: "\e98d";
}
.icon-cog:before {
  content: "\e994";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-bottom:before {
  content: "\e9c7";
}
.icon-top:before {
  content: "\e9c8";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-ok:before {
  content: "\ea10";
}
.icon-ok2:before {
  content: "\ea11";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-stop:before {
  content: "\ea1e";
}
.icon-loop:before {
  content: "\ea2e";
}
.icon-up:before {
  content: "\ea3a";
}
.icon-down:before {
  content: "\ea3e";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-tab:before {
  content: "\ea45";
}
.icon-wechat:before {
  content: "\e900";
}

html, body {
    background: #EAEAF2;
    padding: 0;
    margin: 0;
    font-family: \\5FAE\8F6F\96C5\9ED1,\\5B8B\4F53;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #666666;
}

.body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-appearance: none;
}

button {
    padding: 0px 10px;
    text-align: center;
}

textarea {
    font-family: \\5FAE\8F6F\96C5\9ED1,\\5B8B\4F53;
}

.wrap_line {
    display: flex;
}

.input_line {
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #BCBDC2;
    font-size: 14px;
    color: rgb(153,153,153);
}

    .input_line input {
        width: 100%;
        height: 100%;
        border: 0;
        background: none;
        font-size: 14px;
        color: rgb(153,153,153);
    }

    .input_line .icon {
        width: 13px;
        margin-right: 14px;
        height: 14px;
        margin-top: 16px;
    }

    .input_line .captcha {
        height: 24px;
        margin-top: 10px;
    }

    .input_line .send_msg {
        width: 80px;
        text-align: center;
    }

.btn_green {
    height: 44px;
    text-align: center;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 10px;
    width: 100%;
    border: 0px;
}

.usertype {
    border: 1px solid #FFFFFF;
    padding: 10px 10px;
    line-height: 32px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
    background: #FFFFFF;
    color: #888888;
}

    .usertype.checked {
        border: 1px solid #FF6246;
        background: #FF6246;
        color: #FFFFFF;
    }

    .usertype.disabled {
        border: 1px solid #AAAAAA;
        background: #AAAAAA;
        color: #888888;
    }

.theme {
    color: #FF6246;
}

.theme_border {
    border-color: #FF6246;
}

.theme_background {
    background: #FF6246;
}

.toplink {
    text-decoration: none;
    font-size: 14px;
}

.disabled_button {
    color: #888888 !important;
}

button[name=send]:disabled {
    color: #888888 !important;
}

.errormsg {
    color: #FF0000;
}