* {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    width: 100%;
    visibility: hidden;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{color:#333; font-size:12px;font-family:"Microsoft YaHei"}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;}
a{ text-decoration:none; color:#000;}
/*a:hover{color:#c00; text-decoration:none;}*/
.clear{clear:both;}
a, img {-webkit-touch-callout: none;}
html, body {-webkit-user-select: none; user-select: none;}
button,input,optgroup,select,textarea {-webkit-appearance:none;}
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);}
input::-webkit-input-placeholder {color:#ccc;}
input:focus::-webkit-input-placeholder {color:#f00;}
body {-webkit-text-size-adjust: 100%!important;}
input::-webkit-input-speech-button {display: none;}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
/**顶部对齐**/
.top-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}

.row-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.two-overflow {
    overflow : hidden;
    /*text-overflow: ellipsis;*/
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-overflow {
    overflow : hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nine-overflow {
    overflow : hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
/**提示框，规定时间自动消失**/
.black-cloth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 10;
}
.dialog-tip{
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000000;
    opacity: 0.8;
    border-radius: 5px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999999;
}
.dialog-tip figure{
    text-align: center;
}
.dialog-tip .tip_box{
    padding:10px;
    box-sizing: border-box;
}
.dialog-tip .title{
    color: #89563e;
    font-size: 14px;
}
.dialog-tip .tip_box img {
    max-width: 20%;
}

/**数据加载转菊花*/
.loading-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 9999;
}
.loading-tip .load-img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/**上下箭头切换，动画效果**/
.down-up-icon {
    display: inline-block;
    width:0;
    height:0;
    overflow:hidden;
    /*朝下的三角形*/
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #aaaaaa;
}
.up-icon {
    -ms-transform:rotate(180deg);   /* IE 9 */
    -moz-transform:rotate(180deg);  /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);    /* Opera */
    transform:rotate(180deg);

    -webkit-transition: -webkit-transform 0.2s ease-in; /* Safari 和 Chrome */
    -moz-transition:-moz-transform 0.2s ease-in;    /* Firefox */
    -o-transition:-o-transform 0.2s ease-in;    /* Opera */
    transition:transform 0.2s ease-in;

    border-top:6px solid #00bbc8 !important;
}
.down-icon {
    -ms-transform:rotate(0deg);   /* IE 9 */
    -moz-transform:rotate(0deg);  /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);    /* Opera */
    transform:rotate(0deg);

    -webkit-transition: -webkit-transform 0.2s ease-in; /* Safari 和 Chrome */
    -moz-transition:-moz-transform 0.2s ease-in;    /* Firefox */
    -o-transition:-o-transform 0.2s ease-in;    /* Opera */
    transition:transform 0.2s ease-in;

    border-top:6px solid #aaaaaa !important;
}
/**展开收起背景icon**/
.arrow-down {
    background: url('../../image/icon/arrow_down.png') no-repeat center right;
}
.arrow-up {
    background: url('../../image/icon/arrow_up.png') no-repeat center right;
}
/**输入框输入字体颜色*/
.input-color {
    color: #404040 !important;
}
/*-----清楚按钮------*/
.clearInput{
    display: inline-block;
    width: 18px;
    height:18px;
    background: url(../../image/icon/clear_icon.png) no-repeat;
    background-size: 100%;
    font-size: 0px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

/**确定按钮三种状态**/
.btn-invalid {
    background: #9ae5e9 !important;
}
.btn-click {
    background: #179ca4 !important;
}
/**取消按钮状态**/
.cancel-click {
    background: #ccf4f6 !important;
}

/**底部数据加载完成**/
.load-data-complete {
    text-align: center;
    padding: 10px 0 25px;
    background: #ebebeb;
    color: #858585;
    font-size: 14px;
}