* {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #333;
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.231;
    position: relative;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th,
td,
caption {
    vertical-align: middle;
}

textarea {
    resize: none;
    border: 0;
    padding: 8px 0;
    border-radius: 0;
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

li {
    list-style: none;
}


/**************************common class********************************/

.white {
    color: #fff;
}

.red {
    color: #ff0000;
}

.green {
    color: #00bf00;
}

.pink {
    color: #ba136b
}

.gray {
    color: #aaa;
}

.blank {
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.ml_10 {
    margin-left: 10px;
}

.mr_10 {
    margin-right: 10px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.m_10 {
    margin: 10px;
}

.m_auto {
    margin: auto;
}

.ml_5 {
    margin-left: 5px;
}

.mr_5 {
    margin-right: 5px;
}

.mt_5 {
    margin-top: 5px;
}

.mb_5 {
    margin-bottom: 5px;
}

.m_5 {
    margin: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pr_10 {
    padding-right: 10px;
}

.pt_5 {
    padding-top: 5px;
}

.pb_5 {
    padding-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.tbox {
    width: 100%;
    height: 100%;
}

.tbox>* {
    height: 100%;
    display: table-cell;
    vertical-align: top;
}

.tbox>*:last-child {
    width: 100%;
}

.box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.box>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

*[class*="btn"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/*fonts*/

@font-face {
    font-family: "iconm";
    src: url('font/iconfont.eot?t=1492564189727');
    /* IE9*/
    src: url('font/iconfont.eot?t=1492564189727#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff?t=1492564189727') format('woff'), /* chrome, firefox */
    url('font/iconfont.ttf?t=1492564189727') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg?t=1492564189727#iconfont') format('svg');
    /* iOS 4.1- */
}

.icon-tuijian:after {
    content: "\e605";
}

.iconm {
    font-family: "iconm" !important;
    font-size: 14px;
    font-style: normal;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before { content: "\e61e"; }

.icon-xinxi:before { content: "\e604"; }

.icon-shangpin:before { content: "\e621"; }

.icon-zhiding1:before { content: "\e61f"; }

.icon-shuaxin1:before { content: "\e625"; }

.icon-liulanliang1:before { content: "\e62e"; }

.icon-vip:before { content: "\e63e"; }

.icon-ruzhu:before { content: "\e602"; }

.icon-chit:before { content: "\e614"; }

.icon-jinbi:before { content: "\e603"; }

.icon-top-zhiding:before { content: "\e600"; }

.icon-liulanliang:before { content: "\e660"; }

.icon-addressbook_fill:before { content: "\e6e2"; }

.icon-addressbook:before { content: "\e6e3"; }

.icon-createtask_fill:before { content: "\e6ee"; }

.icon-createtask:before { content: "\e6ef"; }

.icon-customerservice_fill:before { content: "\e6f0"; }

.icon-customerservice:before { content: "\e6f1"; }

.icon-message:before { content: "\e70c"; }

.icon-message_fill:before { content: "\e70d"; }

.icon-praise_fill:before { content: "\e71a"; }

.icon-praise:before { content: "\e71b"; }

.icon-tasklist_fill:before { content: "\e734"; }

.icon-tasklist:before { content: "\e733"; }

.icon-zhiding:before { content: "\e6f2"; }
.icon-weizhi:before { content: "\e65d"; }
.icon-notice:before { content: "\e6b1"; }
.icon-hot2:before { content: "\e601"; }