@charset "utf-8";

html{
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
}
@media (min-width: 1920px) {
    html{
        zoom: 1;
        -moz-transform: scale(1);
        -moz-transform-origin: 0 0;
    }
    body{
        overflow-x: auto;
    }
}

/* scrollbar for chrome */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track-piece {
    background-color: #CCCCCC;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 3px;
    background-color: #999999;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 3px;
    background-color: #CCCCCC;
    -webkit-border-radius: 3px;
}
/* scrollbar for chrome end */
body{
    font-size: 75%;
}
body, ul, ol, h1, h2, h3, p, form, input, ul, ol, dd, dl, dt {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a:visited,
a:link {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic
}

form {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

textarea {
    resize: none;
}

li {
    list-style-type: none
}

a:hover{
    /*text-decoration: underline;*/
    color: #00ce9b;
}

i, em {
    font-style: normal;
}

body {
    background: #fff;
    color: #000;
    font: 14px "Microsoft YaHei";
}
input.form-disabled{
    pointer-events: none;
    background: #dcdcdc;
}
.form-disabled{
    pointer-events: none;
}
.padding-bt40{
    padding: 0 40px;
}
.paddingLR25{
    padding: 0 25px;
}
.paddingLR20{
    padding: 0 20px;
}
.padding10{
    padding: 10px;
}
.padding15{
    padding: 15px;
}
.paddingb40{
    padding-bottom: 40px;
}
.padding0{
    padding: 0;
}
.pl25{
    padding-left: 25px;
}
.margintop15{
    margin-top: 15px;
}
.margintop25{
    margin-top: 25px;
}
.marginB15{
    margin-bottom: 15px;
}
.margintop35{
    margin-top: 35px!important;
}
.marginL15{
    margin-left: 15px;
}
.marginL10{
    margin-left: 10px;
}
.marginR10{
    margin-right: 10px;
}
.mr40{
    margin-right: 40px;
}
.left{
    float: left;
}
.right{
    float: right !important;
}
.btn{
    border: none;
    padding: 6px 18px;
    color: #fff;
}
.btn-success{
    background: #00ce9b;
}
.btn-success:hover{
    background: #04b78b;
}
.btn-primary{
    background: #4298f3;
}
.btn-primary:hover{
    background: #3687d2;
}
.btn-default{
    background: #b3bcd0;
}
.btn-default:hover{
    background: #a4b5d9;
    color: #fff;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.clear{
    clear:both;
}
.fn{
    font-weight: normal !important;
}
.text-gray{
    color: #333 !important;;
}
.text-gray8{
    color: #808080 !important;;
}
.text-blue{
    color: #3399ff !important;;
}
.text-green{
    color: #00ce9b !important;
}
.text-red{
    color: #ff4c7a !important;
}
.text-yellow{
    color: #ffb73b !important;
}
.text-orange{
    color: #ef7f1a !important;
}
.text-violet{
    color: #9ab0e8 !important;
}
.text-qr{
    color: #d7a8e8 !important;
}
.text-ff{
    color: #7ebde8 !important;
}
.text-ck{
    color: #e59688 !important;
}
.text-bf{
    color: #cdddaa !important;
}
.hide{
    display: none;
}
.dashed{
    border-top: 1px dashed #ddd7b6;
    height: 15px;
    width: 100%;
    overflow: hidden;
}
.border-top-dashed{
    border-top: 1px dashed #cbd9e2;
}
.ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pr{
    position: relative;
}
