
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, p, dl, dt {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}
body { font-family: "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #58666e; /* background-color: transparent; */ }
/*header {*/
    /*height: 58px;*/
    /*padding-top: 24px!important;*/
    /*padding-bottom: 0!important;*/
/*}*/
* {
    /*font-family: "Microsoft YaHei";*/
    font-family: Arial, Helvetica, sans-serif;
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/



    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}
li {
    list-style: none;
}
button:focus, a:focus, button:focus *, a:focus * { outline: 0 !important; }
button:visited, a:visited, button:visited *, a:visited * { outline: 0 !important; opacity: 1 }
/*button:active, a:active, button:active *, a:active * { outline: 0 !important; opacity: .8 ;}*/
a {
    text-decoration: none!important;
}

    a:active, a:link, a:visited, a:focus {
        text-decoration: none;
    }
/*共同的CSS样式*/

.imgBlock {
    display: block;
    margin: 0 auto;
}

.inlineBlock {
    display: inline-block;
}

.noneDisplay {
    display: none;
}

.getLength {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}
/*上下距离CSS样式*/

.mg-s {
    margin: 5px;
}
.mg-Y-ss{
    margin: 2px 0;
}
.mg-Y-s {
    margin: 5px 0;
}

.mg-Y-x {
    margin: 10px 0;
}

.mg-Y-m {
    margin: 15px 0;
}

.mg-Y-l {
    margin: 20px 0;
}

.mg-t0 {
    margin-top: 0 !important;
}

.mg-b0 {
    margin-bottom: 0 !important;
}
/*上下距离CSS样式*/
/*上下内间距CSS样式*/
.pd-Y-s {
    padding: 5px 0;
}
.pd-Y-ss{
    padding: 3px 0;
}
.pd-s {
    padding: 5px;
}
.pd-ss{
    padding: 3px;
}
.pd-x {
    padding: 10px;
}

.pd-m {
    padding: 15px;
}

.pd-l {
    padding: 20px;
}

.pd-Y-x {
    padding: 10px 0;
}
.pd-Y-xs {
    padding: 12px 0;
}
.pd-Y-m {
    padding: 15px 0;
}

.pd-Y-l {
    padding: 20px 0;
}

.pd-t0 {
    padding-top: 0!important;
}

.pd-b0 {
    padding-bottom: 0 !important;
}

.pd-l0 {
    padding-left: 0 !important;
}

.pd-r0 {
    padding-right: 0 !important;
}

.t-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-through {
    text-decoration: line-through;
}
.textSpace1P{
    letter-spacing: 1px;
}
.textSpace2P{
    letter-spacing: 2px;
}
.textSpace3P{
    letter-spacing: 3px;
}
.textSpace4P{
    letter-spacing: 4px;
}
.textSpace5P{
    letter-spacing: 5px;
}
.textSpace6P{
    letter-spacing: 6px;
}
.textSpace20P{
    letter-spacing: 20px;
}
/*上下内间距CSS样式*/
/*左右距离CSS样式*/
.mg-X-s {
    margin: 0 5px;
}

.mg-X-x {
    margin: 0 10px;
}
.mg-X-r-ss{
    margin-right: 3px;
}
.mg-X-m {
    margin: 0 15px;
}

.mg-X-l {
    margin: 0 20px;
}

.mg-l0 {
    margin-left: 0 !important;
}

.mg-r0 {
    margin-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}
/*左右距离CSS样式*/
/*左右距离CSS样式*/
.pd-X-s {
    padding: 0 5px;
}

.pd-X-x {
    padding: 0 10px;
}

.pd-X-m {
    padding: 0 15px;
}

.pd-X-l {
    padding: 0 20px;
}

/*左右距离CSS样式*/
.no-padder {
    padding: 0;
}
/*圆角*/
.r {
    border-radius: 4px;
}

.s-r {
    border-radius: 6px;
}

.x-r {
    border-radius: 8px;
}

.m-r {
    border-radius: 10px;
}

.l-r {
    border-radius: 12px;
}

.circle-r {
    border-radius: 50%;
}
/*字体*/
.text-grey {
    color: #a0a0a0;
}

.text-dark-grey {
    color: #795907;
}

.text-white {
    color: #fff!important;
}

.text-green {
    color: #43ae5c;
}
.text-green-light{
    color: #7abf31;
}
.text-green-dark{
    color:#42b05c;
}
.text-black {
    color: #000;
}

.text-blue {
    color: #005098;
}
.text-blue-light1 {
    color: #47a8ef;
}
.text-blue-light {
    color: #2eb3e8;
}
.text-blue-light2{
    color: #5cd9e8;
}
.text-dark-blue{
    color: #47a8ef;
}
.text-pink {
    color: #e32087;
}

.text-yellow {
    color: #f9a829;
}

.text-yellow-light {
    color: #f9eebd;
}

.text-red {
    color: #ed7161;
}

.text-newgreen
{
    color:#00a65a;
}

.text-neworange
{
    color:#feae1a;
}

.text-newred
{
    color:#dd4b39;
}

.text-newmorered
{
    color:#ac2413;
}

.text-red-light {
    color: #f86b89;
}

.text-orange {
    color: #ff6600;
}
.text-orange-light {
    color: #ffab76;
}

.text-lighter {
    font-weight: lighter;
}
.llll-size {
    font-size: 4em !important;
}
.ll-size {
    font-size: 2em !important;
}
.l-size {
    font-size: 1.8em !important;
}
.xxx-size {
    font-size: 1.5em !important;
}
.xx-size {
    font-size: 1.4em !important;
}
.x-size {
    font-size: 1.3em !important;
}
.mmm-size {
    font-size: 1.2em !important;
}
.mm-size {
    font-size: 1.1em !important;
}
.m-size {
    font-size: 1em !important;
}
.sss-size {
    font-size: .9em !important;
}
.ss-size {
    font-size: .8em !important;
}
.s-size {
    font-size: .7em !important;
}

.s-lineH {
    line-height: 20px;
}

.x-lineH {
    line-height: 22px;
}

.m-lineH {
    line-height: 24px;
}

.l-lineH {
    line-height: 26px;
}
/*文字开头间距*/
.s-tIndent {
    text-indent: 5px;
}

.x-tIndent {
    text-indent: 10px;
}

.m-tIndent {
    text-indent: 15px;
}

.l-tIndent {
    text-indent: 20px;
}

.bold {
    font-weight: bold;
}
/*背景色*/
.bg-yellow {
    background-color: #f9ad1c;
}

.bg-yellow-light {
    background-color: #fcd69a;
}

.bg-green {
    background-color: #a8cf38;
    color: #fff;
}

.bg-green-light {
    background-color: #8ad089;
}

.bg-green-dark {
    background-color: #42b05c;
    color:#fff;
}

.bg-grey {
    background-color: #f3f3f3;
}
.bg-grey-light{
    background-color:#f5f5f5;
}
.bg-light-grey{
    background-color: #e5e5e5;
}
.bg-dark-grey {
    background-color: #d2d2d2;
}
.bg-white {
    background-color: #fff;
}

.bg-red {
    background-color: #ed7161!important;
    color:#fff;
}
.bg-red-light{
    background-color: #fa575f;
    color:#fff!important;
}
.bg-blue {
    background-color: #47a8ef;
    color: #fff;
}

.bg-dark-blue{
    background-color: #47a8ef;
}
.bg-blue-light {
    background-color: #74bbf0;
    color: #fff;
}

.bg-blue-light1 {
    background-color: #7ecef4;
}
.bg-blue-light2{
    background-color: #d5eafb;
}
.bg-black {
    background-color: #343F56;
}

.bg-orange {
    background-color: #ff6600;
    color: #fff;
}

.bg-orange-light {
    background-color: #ffc71e;
}
.bg-orange-dark1{
    background-color: #ff5a32;
    color: #fff;
}
/*边框*/
.border {
    border: 1px solid;
}

.border2X {
    border: 2px solid;
}

.border3X {
    border: 3px solid;
}

.border4X {
    border: 4px solid;
}

.border5X {
    border: 5px solid;
}

.no-outline {
    outline: none;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid !important;
}
.border-bottom4p{
    border-bottom: 4px solid !important;
}
.border-bottom10p {
    border-bottom: 10px solid !important;
}
.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}
.border-white {
    border-color: #fff !important;
}
.border-grey {
    border-color: #dddddd !important;
}
.border-grey-light {
    border-color: #f5f5f5 !important
}

.border-black {
    border-color: #000;
}

.border-dark {
    border-color: #585654;
}

.border-red {
    border-color: #ed73ab;
}

.border-green {
    border-color: #b7d443;
}

.border-green-light {
    border-color: #d5d60e;
}

.border-orange {
    border-color: #f39800;
}

.border-yellow {
    border-color: #f9a829;
}

.border-yellow-light {
    border-color: #fcd28f;
}

.border-blue {
    border-color: #4ec7ef;
}
.border-blue-light {
    border-color: #47a8ef;
}
.no-border {
    border: none!important;
    outline: none;
}

.border-dashed {
    border-style: dashed;
}


.commonBg {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.no-back {
    background-color: rgba(255,255,255,0);
}
/*设置宽度的CSS*/
.sssss-width{
    width: 1em;
}
.ssss-width {
    width: 1.5em;
}

.sss-width {
    width: 2em;
}
.ss-width {
    width: 2.5em;
}

.s-width {
    width: 3em;
}
.mmmm-width {
    width: 3.5em;
}
.mmm-width {
    width: 4em;
}
.mm-width {
    width: 4.5em;
}
.m-width {
    width: 5em;
}
.xxxx-width {
    width: 5.5em;
}
.xxx-width {
    width: 6em;
}
.xx-width {
    width: 6.5em;
}
.x-width {
    width: 7em;
}
.llll-width {
    width: 7.5em;
}
.lll-width {
    width: 8em;
}
.lll-width {
    width: 8.5em;
}
.lll-width {
    width: 9em;
}
.ll-width {
    width: 9.5em;
}
.l-width {
    width: 10em;
}
.ml-width{
    width: 10.5em;
}
/*设置高度的CSS*/
.sssss-height{
    height: 1em;
}
.ssss-height {
    height: 1.5em;
}

.sss-height {
    height: 2em;
}
.ss-height {
    height: 2.5em;
}

.s-height {
    height: 3em;
}
.mmmm-height {
    height: 3.5em;
}
.mmm-height {
    height: 4em;
}
.mm-height {
    height: 4.5em;
}
.m-height {
    height: 5em;
}
.xxxx-height {
    height: 5.5em;
}
.xxx-height {
    height: 6em;
}
.xx-height {
    height: 6.5em;
}
.x-height {
    height: 7em;
}
.llll-height {
    height: 7.5em;
}
.lll-height {
    height: 8em;
}
.lll-height {
    height: 8.5em;
}
.lll-height {
    height: 9em;
}
.ll-height {
    height: 9.5em;
}
.l-height {
    height: 10em;
}

.relativeP {
    position: relative;
}

.relativeA{
    position: absolute;
}
.relativeF{
    position: fixed;
}
.overHide {
    overflow: hidden;
}
.visi-hide{
    visibility:hidden;
}
.text-underline{
    text-decoration: underline!important;
}
.full-width{
    width: 100%;
}
.half-width{
    width: 50%;
}
.no-border-radius{
    border-radius: 0!important;
}