@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

body {
    font: 14px/1.4 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    min-width: 1200px;
    color: #333;
}
.fa-pingfang{font-family:"PingFang SC"}
button, input, select, textarea {font: inherit;}
ul, ol {list-style-type: none;}
a, ins {text-decoration: none;color: inherit;}
input[type=button], input[type=submit], input[type=file], button, a, .cursor {cursor: pointer;-webkit-appearance: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

textarea {
    resize: none
}
iframe{
	border: 0;
	width: 100%;
}
i, em {font-style: normal;}
img,svg,.img100 img{
    width: 100%;
    height: auto;
    border: 0;
    display: block;
}
img.svgIcon,svg.svgIcon,.imgauto img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.imgauto img,.img100 img{
    margin: 20px 0;
}
.imgRen-pixelated{
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.l {float: left;}
.r {float: right;}
hr{height: 1px;border: 0;}
.i-white {background-color: #fff;}

.fullscreen{
    min-width: 1200px;
}

.content,.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w90{
    width:90%;
    margin: 0 auto;
    min-width: 1200px;
}

.theme,.theme-hover:hover{
    color: #0e9249;
}
.color-15 {
    color: #fff;
}
.color-0 {
    color: #000;
}
.color-3 {
    color: #333;
}
.color-5 {
    color: #555;
}
.color-6 {
    color: #666;
}
.color-7 {
    color: #777;
}
.color-8 {
    color: #888;
}
.color-9 {
    color: #999;
}

.red {
    color: #f00;
}
.orange{
    color: #ff7c07;
}
.notNull:before {
    content: "*";
    color: #F00;
    margin-right: 2px;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.middle,.span-text{
    vertical-align: middle;
}

.overflow {
    overflow: hidden;
}

.font-weight, b, strong {font-weight: 700;}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-indent {
    text-indent: 2em;
}

.text-nowrap {
    white-space: nowrap;
}

.text-wrap {
    word-wrap: break-word;
    /*word-break: normal;*/
    word-break: break-all;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}
.flex {
    display: flex;
}
.flex > * {
    min-width: 0;
}
.flex-v {
    flex-direction: column;
}
.flex-1 {
    flex: 1;
    min-width: 0;
}
.f-a-center {
    align-items: center;
}
.f-p-center {
    justify-content: center;
}
.f-shrink {
    flex-shrink: 0;
}
.f-p-justify {
    justify-content: space-between;
}
.f-wrap {
    flex-wrap: wrap;
}
.hidden, .none {
    display: none;
}
.visibility{
    visibility:hidden;
}
.visible, .block {
    display: block;
}
.transition-2 {
    transition: all 0.2s;
}
.transition-3{
    transition: all 0.3s;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.inline-block,.span-text{
    display: inline-block;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pBg-parent {
    position: relative;
    background-image: url(//image.haocew.com/haocedefaultBack.png);
}

.pBg {
    position: absolute;
    top: 0;
    left: 0;
}

.pBg-parent,
.pBg {
    width: 100%;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.i-ellipsis,.i-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 140%;
    white-space: normal;
}

.i-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
    -webkit-overflow-scrolling: touch;
}

.font0 {
    font-size: 0;
    line-height: 0;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px;
}

.f-smaller {
    /*比原有小3*/
    font-size: smaller;
}

.f-larger {
    /*比原有大4*/
    font-size: larger;
}

.self-input {
    height: 38px;
    line-height: 36px;
    line-height: 38px \9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
}


.self-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 2px;
    resize: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

[class*="self-btn"] {
    min-width: 76px;
    padding: 0 15px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.self-btn-default {
    height: 38px;
    line-height: 38px;
    border: 0;
    background-color: #0e9249;
    color: #FFFFFF;
}

.self-btn-default:hover {
    background-color: #11b55a
}

.self-btn-primary {
    height: 36px;
    line-height: 36px;
    border: #0e9249 1px solid;
    background-color: #FFFFFF;
    color: #0e9249;
}

.self-btn-primary:hover {
    background-color: #FFFFFF;
    color: #0e9249;
}

table{
    border-collapse: collapse;
    max-width: 100%;
}
table td{
    border: 1px solid #ccc;
    padding: 4px 15px;
}
.let-spacing{
    letter-spacing: 1px;
}
.let-spacing2{
    letter-spacing: 2px;
}
.pageIcon {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}