html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,

/*td,*/

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto {
    margin: 0 auto;
}

html,
body {
    height: 100%;
    width: 100%;
    /*font-family: '微软雅黑';*/
    /* overflow: hidden; */
}

html {
    overflow-y: overlay;
    /* 解决页面滚动条 挤占宽度问题*/
}


/* 去除浏览器 双击选中效果 */

div {
    /* -moz-user-select: none; */
    /*火狐*/
    /* -webkit-user-select: none; */
    /*webkit浏览器*/
    /* -ms-user-select: none; */
    /*IE10*/
    /* -khtml-user-select: none; */
    /*早期浏览器*/
    /* user-select: none; */
}

input,
textarea {
    border: none;
}

a {
    /*color: #333;*/
    cursor: pointer;
}

.cur {
    cursor: pointer;
}

.clearfix {
    clear: both;
}

button:focus,
textarea:focus,
input:focus {
    outline: none;
}

.after-sale-textarea textarea:focus,
.border-focus-show input:focus,
input.border-focus-show:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
    border: 1px solid #DCDFE6 !important;
}

.after-sale-textarea textarea {
    height: 149px;
    resize: none;
}

.c-box {
    width: 1180px;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.disabled {
    color: #999 !important;
}

.none {
    display: none;
}

img {
    vertical-align: middle;
}

select {
    outline: none;
}

.flex1 {
    flex: 1;
    /* overflow: hidden; */
}

.flex {
    display: flex;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexRowCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.center {
    justify-content: center;
    align-items: center;
}

.aCenter {
    align-items: center;
}

.jCenter {
    justify-content: center;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.jBetween {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jEnd {
    justify-content: flex-end;
}

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

.jStart {
    justify-content: flex-start;
}

.aEnd {
    align-items: flex-end;
}

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

.overflow {
    overflow: hidden;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.overflow-y {
    overflow: auto;
}

.placeholder {
    color: #AAAAAA;
}

.font-color {
    color: #FDCCA4;
}

.themeColor {
    background-color: #2D2D2F;
}

.backgroundThemeColor {
    background-color: #5B4E5F;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.flex-shrink {
    flex-shrink: 0;
}

.none {
    display: none;
}

.big-picture {
    transform: scale(1);
    transition: all .4s;
}

.big-picture:hover {
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.over {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

.line-over-1 {
    overflow: hidden;
    word-break: break-all;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over2 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.over3 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.over4 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.over5 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bold {
    font-weight: bold;
}


/*  小手 */

.hand {
    cursor: pointer;
}


/*  禁止 手势*/

.ban {
    cursor: not-allowed;
}

.w100b {
    width: 100%;
}

.passblue:hover {
    color: rgb(0, 113, 239);
    cursor: pointer;
}

.none {
    display: none;
}

.w1200 {
    width: 120em;
    margin: 0 auto;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
    min-width: 1180px;
    z-index: 1;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .wrapper {
        width: calc(1180px - 20px) !important;
        min-width: calc(1180px - 20px) !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        /* background-color: #0071ef !important; */
    }
}

.place-content-between {
    place-content: space-between;
}


/* .show {
    display: block;
} */