/**
*	2017-9-26
*	公共类添加 by CH
*   (  )
*/


/* public class */

* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", Arial;
}
input {
    font-family: "Microsoft YaHei", Arial;
}

.app {
    font-family: "Microsoft YaHei", Arial!important;
}

button {
    border: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.c_clear {
    clear: both;
}

.c_clear:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

i,
em {
    font-style: normal;
}

.cursor_pointer {
    cursor: pointer
}

.font_bold {
    font-weight: bold
}

.font_size12 {
    font-size: 12px!important;
}

/* ali Icon */
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/* ali Icon */

/* 行文字超出显示 ... */

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

/* 未被访问的链接 */

.el-tabs a:visited {
    color: #666666!important;
}
/* 已被访问的链接 */

.el-tabs a:hover {
    color: #333333!important;
}
/* 鼠标指针移动到链接上 */

.el-tabs a:active {
    color: #666666!important;
}
/* 正在被点击的链接 */

/* 公共边框 */

.bor_pub {
    border: 1px solid #e1e1e1;
}

.bg_f3f3f3 {
    background: #F3F3F3
}
.bg_00d9cd {
    background: #00d9cd!important;
}

.bg_fff {
    background: #FFF
}

.bg_036D38 {
    background: #036D38!important;
}

.bg_4876FF {
    background: #4876FF!important;
}

.bg_f7bd63 {
    background: #f7bd63!important
}

.bg_ef486f {
    background: #ef486f!important;
}

.bg_000 {
    background: #000!important;
}

.bg_00dacd {
    background: #44dccc!important;
}

.bg_FF6633 {
    background: #FF6633 !important;
}

.col_fff {
    color: #fff!important;
}
.col_fe0000 {
    color: #fe0000!important;
}

.col_00d9cd{
    color: #00d9cd!important;
}
.col_036D38 {
    color: #036D38!important;
}

.col_4876FF {
    color: #4876FF!important;
}

.col_ff8300 {
    color: #f7bd63!important;
}

.col_ef486f {
    color: #ef486f!important;
}

.col_000 {
    color: #000!important;
}

.col_00dacd {
    color: #44dccc!important;
}

.col_gray {
    color: gray!important;
}
.col_green {
    color: green!important;
}
.col_red {
    color: red!important;
}

.col_FF6633 {
    color: #FF6633 !important;
}

.col_FF0000 {
    color: #FF0000!important;
}

.col_6B2DFD {
    color: #6B2DFD!important;
}

.col_333 {
    color: #333!important;
}

.col_3498DB {
    color: #3498DB!important;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%
}

.w60 {
    width: 60%
}

.w45 {
    width: 45%
}

.w40 {
    width: 40%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w35 {
    width: 35%
}

.w33 {
    width: 33%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.mar-top-4 {
    margin-top: 4px
}
.mar-top-8 {
    margin-top: 8px
}

.mar-top-20 {
    margin-top: 20px!important;
}

.mar-top-10 {
    margin-top: 10px!important;
}

.mar-left-0 {
    margin-left: 0px!important;
}

.mar-left-4 {
    margin-left: 4px
}
.mar-left-5 {
    margin-left: 5px
}
.mar-left-8 {
    margin-left: 8px
}

.mar-left-20 {
    margin-left: 20px
}

.mar-left-10 {
    margin-left: 10px
}

.mar-left-14 {
    margin-left: 14px
}

.mar-left-18 {
    margin-left: 18px
}

.mar-right-20 {
    margin-right: 20px
}

.mar-right-10 {
    margin-right: 10px
}

.mar-top-16 {
    margin-top: 16px
}

.mar-bottom-10 {
    margin-bottom: 10px
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.bor-bottom {
    border-bottom: 1px solid #e1e1e1;
}


/* 滚动条样式start */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    border-radius: 8px;
}

::-webkit-scrollbar-track:window-inactive {
    background-color: #efefef;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #efefef;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 8px;
}


/* 滚动条样式end */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

a,
input,
button,
select {
    outline: none;
}



/* 小按钮*/

.smallButton {
    border-radius: 20px;
    padding: 2px 10px;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: #00d9cd;
    color: white;
    width: 100;
}



/* 首页公共样式 */
.bg_none{
    background: none!important;
}
.img_border{
    border: 5px solid #00d9cd!important;
    border-radius: 10px!important;
    box-shadow: 0 0 40px 0 #418ee8;
    background-size: 100% 100%!important;
}