@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0px;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    min-width: 1300px;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {

    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {

    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;


}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

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

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.bx-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}
