﻿@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
textarea,
th,
td,
header,
section,
nav {
    margin: 0;
    padding: 0;
    background: transparent;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.6 "Microsoft YaHei", Verdana, Helvetica, sans-serif
}


/*雅黑：\5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/

q:before,
q:after {
    content: '';
    content: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
    word-wrap: break-word;
    white-space: normal
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

a:link,
a:visited {
    color: #454545;
    text-decoration: none
}

a:hover,
a:active {
    color: #000;
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:focus {
    outline: 0;
}

.org {
    color: #ff7654
}

.wordspace {
    letter-spacing: 14px;
}

.layout:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.layout {
    *zoom: 1
}

.greybg {
    background: #e0e0e0;
}

.clear {
    /* clear: both */
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    /* display: inline-block */
}

* html .clearfix {
    height: 1%
}

.clearfix {
    /* display: block */
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.wordbleak {
    word-wrap: break-word;
    word-break: break-all
}

.lspace10 {
    letter-spacing: 10px
}

.lspace20 {
    letter-spacing: 20px
}

.lspace30 {
    letter-spacing: 30px
}

.dcenter {
    margin-left: auto;
    margin-right: auto;
}

.txtright {
    text-align: right
}


/*设置placeholder颜色*/

::-webkit-input-placeholder {
    color: #999!important;
}


/* WebKit browsers */

:-moz-placeholder {
    color: #999!important;
}


/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    color: #999!important;
}


/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
    color: #999!important;
}


/* Internet Explorer 10+ */

html {
    zoom:expression(function(ele) {
        ele.style.zoom="1";
        document.execCommand("BackgroundImageCache", false, true)
    }
    (this))
}

body {
    background: #fff;
    word-break: break-all;
}

.wbg {
    background: #fff;
}

.bordera {
    border: 1px solid #e5e5e5;
}


/*html {
    overflow-x: hidden;
    overflow-y: auto}
body {
    overflow: hidden}*/

.vm * {
    display: inline-block;
    vertical-align: middle
}

.vm option {
    display: block
}

.vtb * {
    vertical-align: text-bottom
}


/*常用*/

.w30 {
    width: 30px
}

.w85 {
    width: 85px
}

.w90 {
    width: 90px
}

.w110 {
    width: 110px
}

.w120 {
    width: 120px
}

.w140 {
    width: 140px
}

.w160 {
    width: 160px
}

.w165 {
    width: 165px
}

.w180 {
    width: 180px
}

.w190 {
    width: 190px
}

.w220 {
    width: 220px
}

.w230 {
    width: 230px
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w310 {
    width: 310px
}

.w330 {
    width: 330px
}

.w336 {
    width: 336px
}

.w350 {
    width: 350px
}

.w400 {
    width: 400px
}

.w530 {
    width: 530px
}

.w640 {
    width: 640px
}

.w700 {
    width: 700px
}

.w778 {
    width: 778px
}

.w796 {
    width: 796px
}

.w798 {
    width: 798px
}

.w800 {
    width: 800px
}

.w810 {
    width: 810px
}

.w1000 {
    width: 1000px;
}

.w1004 {
    width: 1083px
}

.w960 {
    width: 960px;
}

.wp20 {
    width: 20%;
}

.wp30 {
    width: 30%;
}

.wp50 {
    width: 50%;
}

.wp80 {
    width: 80%;
}

.wp90 {
    width: 90%;
}

.wp98 {
    width: 98%;
}

.wp100 {
    width: 100%;
}

.pitxt20 {
    text-indent: 20px;
}

.pitxt30 {
    text-indent: 30px;
}

.h55 {
    height: 55px
}

.h100 {
    height: 100px
}

.h130 {
    height: 130px
}

.h140 {
    height: 140px
}

.h150 {
    height: 150px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.yh {
    font-family: "微软雅黑"
}

em,
i {
    font-style: normal;
    font-weight: normal;
}

.cea5404 {
    color: #ea5404
}

a.cea5404:link,
a.cea5404:visited {
    color: #ea5404
}

a.cea5404:hover,
a.cea5404:active {
    color: #ea5404
}

.cfff {
    color: #fff
}

a.cfff:link,
a.cfff:visited {
    color: #fff
}

a.cfff:hover,
a.cfff:active {
    color: #fff
}

.cfcfcfc {
    color: #fcfcfc
}

a.cfcfcfc:link,
a.cfcfcfc:visited {
    color: #fcfcfc
}

a.cfcfcfc:hover,
a.cfcfcfc:active {
    color: #fcfcfc
}

.cf1f1f1 {
    color: #f1f1f1
}

a.cf1f1f1:link,
a.cf1f1f1:visited {
    color: #f1f1f1
}

a.cf1f1f1:hover,
a.cf1f1f1:active {
    color: #f1f1f1
}

.cf30 {
    color: #f30
}

a.cf30:link,
a.cf30:visited {
    color: #f30
}

a.cf30:hover,
a.cf30:active {
    color: #f30
}

.cf60 {
    color: #f60
}

a.cf60:link,
a.cf60:visited {
    color: #f60
}

a.cf60:hover,
a.cf60:active {
    color: #f60
}

.cf90 {
    color: #ffb900
}

a.cf90:link,
a.cf90:visited {
    color: #ffb900
}

a.cf90:hover,
a.cf90:active {
    color: #ffb900
}

.c000 {
    color: #000
}

.c333 {
    color: #333
}

.c666 {
    color: #666
}

.c999 {
    color: #999
}

.cccc {
    color: #ccc
}

.caaa {
    color: #aaa
}

.orange {
    color: #ffba00
}

a.orange:link,
a.orange:visited {
    color: #ffba00
}

a.orange:hover,
a.orange:active {
    color: #f30
}

.c009cff {
    color: #4095ce
}

a.c009cff:link,
a.c009cff:visited {
    color: #4095ce
}

a.c009cff:hover,
a.c009cff:active {
    color: #4095ce
}

.c1270bb {
    color: #1270bb
}

a.c1270bb:link,
a.c1270bb:visited {
    color: #1270bb
}

a.c1270bb:hover,
a.c1270bb:active {
    color: #1270bb
}

.cec661e {
    color: #ec661e
}

a.cec661e:link,
a.cec661e:visited {
    color: #ec661e
}

a.cec661e:hover,
a.cec661e:active {
    color: #ec661e
}

.c3fa637 {
    color: #3fa637
}

a.c3fa637:link,
a.c3fa637:visited {
    color: #3fa637
}

a.c3fa637:hover,
a.c3fa637:active {
    color: #3fa637
}

.c7f7f7f {
    color: #7f7f7f
}

a.c7f7f7f:link,
a.c7f7f7f:visited {
    color: #7f7f7f
}

a.c7f7f7f:hover,
a.c7f7f7f:active {
    color: #f30
}

.c4e4e4e {
    color: #4e4e4e
}

.cc20000 {
    color: #c20000
}

.cfdb900 {
    color: #fdb900
}

.c696868 {
    color: #696868
}

.cd6a45e {
    color: #d6a45e
}

.purple {
    color: #e5004f
}

.ff0084 {
    color: #ff0084
}

a.ff0084:link,
a.ff0084:visited {
    color: #ff0084
}

a.ff0084:hover,
a.ff0084:active {
    color: #f30
}

.a6ce38 {
    color: #a6ce384
}

a.a6ce38:link,
a.a6ce38:visited {
    color: #a6ce38
}

a.a6ce38:hover,
a.a6ce38:active {
    color: #f30
}

a.c4095ce,
.c4095ce {
    color: #4095ce
}

a.c4095ce:hover {
    color: #f30
}

a.ca6ce38,
.ca6ce38 {
    color: #a6ce38
}

a.ca6ce38:hover {
    color: #f30
}

.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fLeft {
    float: left
}

.fRight {
    float: right
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.hide {
    display: none
}

.hide.selected {
    display: block
}

.block {
    display: block
}

.noBold {
    font-weight: normal
}

.bold {
    font-weight: bold
}

.ofHidden {
    overflow: hidden
}

.dtable {
    display: table;
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt60 {
    padding-top: 60px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb60 {
    padding-bottom: 60px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pa5 {
    padding: 5px
}

.pa10 {
    padding: 10px
}

.pa20 {
    padding: 20px
}

.pa30 {
    padding: 30px
}

.pa40 {
    padding: 40px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml16 {
    margin-left: 16px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr16 {
    margin-left: 16px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.ma5 {
    margin: 5px
}

.ma10 {
    margin: 10px
}

.ma20 {
    margin: 20px
}

.ma30 {
    margin: 30px
}

.ma40 {
    margin: 40px
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.h24 {
    height: 24px;
}

.h28 {
    height: 28px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h43 {
    height: 43px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.lh18 {
    line-height: 18px;
}

.lh24 {
    line-height: 24px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh43 {
    line-height: 43px;
}

.lh40 {
    line-height: 40px;
}

.lh50 {
    line-height: 50px;
}

.lh60 {
    line-height: 60px;
}

.border-l {
    border-left: 1px solid #ededed;
}

.border-r {
    border-right: 1px solid #ededed;
}

.border-b {
    border-bottom: 1px solid #ededed;
}

.border-t {
    border-top: 1px solid #ededed;
}

.valignm {
    vertical-align: middle;
}

.mousecur {
    cursor: pointer
}

.inline-block {
    display: inline-block;
}


/*2020-9月添加*/

.welfare {
    display: block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    background: none;
}

.welfare.light {
    border: 1px solid #ffdfb2;
    color: #ff9805;
}

.welfare.on {
    border: 1px solid #ffdfb2;
    color: #ff9805;
}

.n_icon {
    background: url(../Images/n_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.icon_store {
    background-position: 0px -40px;
    display: block;
    float: left;
}

a:hover .icon_store {
    background-position: -0px -124px;
}

.icon_stored {
    background-position: 0px -124px;
    display: block;
    float: left;
}

.icon_report {
    background-position: 0px -60px;
    display: block;
    float: left;
}

a:hover .icon_report {
    background-position: 0px -144px;
}

.icon_chat {
    background-position: 0px -18px;
    display: block;
    float: left;
}

a:hover .icon_chat {
    background-position: 0px -102px;
}

.icon_wxapi {
    background-position: 0px 2px;
    display: block;
    float: left;
}

a:hover .icon_wxapi {
    background-position: 0px -82px;
}