/*初始化类*/
@charset "UTF-8";
@font-face {
	font-family: 'BoschSansCHS';
	src: url('../font/BoschSansCHS-Regular.ttf');
	/* src: url('../font/BoschSansCHS-Bold.ttf'); */
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
		font-size: .2rem;
		/* font-family: 'BoschSansCHS'; */
}
html {
     font-size: 80px;
}
html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    /* -webkit-user-select: none;  /*规定是否能选取元素的文本。*/ */
    background: #fff;
    /* font-family: pingfang SC,
    helvetica neue,
    arial,
    hiragino sans gb,
    microsoft yahei ui,
    microsoft yahei,
    simsun,
    sans-serif !important; */
    -webkit-font-smoothing: antialiased !important;/*规定是否能选取元素的文本。*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}


ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    background-color: transparent;
    display: block;
		cursor: pointer;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    height: auto;
    display: block;
}

input::-webkit-search-cancel-button {
	cursor: pointer;
	}
/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ellipsis-7 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
/* // 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1200{
    /* width: 12rem; */
		width: 1200px;
		margin: 0 auto;
}

.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-c{display: flex;align-items: center;}
.flex-end{display: flex;align-items: flex-end;}
.flex-sb{display: flex;justify-content: space-between;}
.flex-sa{display: flex;justify-content: space-around;}
.flex-c-c{display: flex;align-items: center;justify-content: center;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.flex-c-sb{display: flex;justify-content: space-between;align-items: center;}
.flex-c-end{display: flex;align-items: center;justify-content: flex-end;}	

.tr{text-align: right;}
.tc{text-align: center;}

.color{color: #000;}

.cursor{cursor: pointer;}

.mar-b6{margin-bottom: .6rem;}


@media only screen and (max-width: 1210px) {
	.w1200 {
		width: 1024px;
	}
	* {
		font-size: .34rem;
	}
}



@media only screen and (max-width: 1024px) {
	.w1200 {
		width: auto;
	}
	* {
		font-size: .34rem;
	}
}