@charset "UTF-8";
* {
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    tap-highlight-color:transparent;
    -webkit-tap-highlight-color: transparent;
}
body{
    font-size: 0.12rem;
}
ul {
    list-style: none !important;
}

input, select {
    height: 34px;
    font-size: 15px !important;
}

select option {
    font-size: 15px !important;
}

a {
    text-decoration: none;
    out-line: none;
    color: #000;
}

/*自定义公共类*/
.hide {
    display: none;
}
.show {
    display: inline-block;
}
.disabled {
    color: lightgray !important;
}

/*文本溢出隐藏*/
.textOverflow{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.textOver{
    overflow:hidden;
    white-space:nowrap;
}
.centerMiddle{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.letterSpacing{
    letter-spacing:0.06rem;
}
/*清除浮动*/
.clearBoth::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
