@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
}

body,
html,
.container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background-color: #FAFAFA;
}

body,
p,
div,
ul,
dl,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
li {
    list-style: none;
    font-family: "PingFangSC-Regular,PingFang SC";
    font-size: 14px;
    color: #141414;
    box-sizing: border-box;
}

li {
    cursor: pointer;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
    border: none;
}

input::placeholder {
    color: #909090;
}
.container{padding: 0 !important;}
input#keywords::placeholder {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(144, 144, 144, 1);
}

button,
textarea {
    *font-size: 100%;
    -webkit-appearance: none;
    border: none;
}

img {
    vertical-align: middle;
    border: 0 none;
    outline-style: none;
    display: inline-block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link {
    text-decoration: none;

}

a:visited {
    text-decoration: none;

}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;


}
label{font-weight: 500 !important;}
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

i {
    font-style: normal;
    color: #909090;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

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

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


.brand_row2 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.betweenFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wordWrap {
    word-wrap: break-word
}

i.siteTitle {
    font-size: 14px;
    color: #646464;
}