div,
p,
ul,
li,
ol,
dl,
dt,
dd,
span,
img,
input,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	list-style-type: none;
}

* {
	margin: 0;
	padding: 0;
}

select {
	border: none;
	border-radius: 4px;
	font-size: 16px;
	height: 40px;
	padding: 0;
	appearance: none; 
	text-align: right;
}

img {
	vertical-align: middle;
}

input {
	outline: 0;
	text-align: right;
}

textarea {
	outline: 0;
}

body {

	/* background-color: #f7f7f7; */
	color: #333;
	min-height: 100%;
}

html {
	height: 100%;
}

#content {
	display: none;
}

.gg {

	/* width: 9.2rem; */
	margin-left: 15px;
	margin-right: 15px;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #2f2f2f;
}

.f36 {
	font-size: 18px;
}

.f34 {
	font-size: 17px;
}

.f32 {
	font-size: 16px;
}

.f30 {
	font-size: 15px;
}

.f28 {
	font-size: 14px;
}

.f26 {
	font-size: 13px;
}

.f24 {
	font-size: 12px;
}

.f22 {
	font-size: 11px;
}

.hsz {
	color: #666;
}

.qhsz {
	color: #999;
}

.lsz {
	color: #0273f5;
}

.hsz {
	color: #44cd03;
}

.bsz {
	color: #fff;
}

.csz {
	color: #ff5000;
}

.wb {
	font-weight: bold;
}

input::-webkit-input-placeholder {
	font-size: 14px;
	color: #c6c6c6;
}

input::-moz-input-placeholder {
	color: #c6c6c6;
	font-size: 14px;
}

input::-ms-input-placeholder {
	color: #c6c6c6;
	font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c6c6c6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c6c6c6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c6c6c6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c6c6c6;
}

/* 公共样式结束 */

/* 首页开始 */

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-container {}

.in_s {
	margin-top: -38px;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
}

.in_slogot {
	width: 65px;
	height: 65px;
	margin-left: 50%;
	transform: translate(-50%, 0);
	margin-top: -30px;
	border: 3px solid #fff;
	border-radius: 12px;
}

.in_sbt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.in_snrli {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	border-bottom: 1px solid #f3f3f3;
}

.in_snr {
	padding: 10px 13px 0;
}

.in_snrliz {
	color: #666666;
}

.in_snrliy {
	width: 70%;
	text-align: right;
}

.in_btnyh {
	height: 44px;
	line-height: 44px;
	background-color: #c9151e;
	border-radius: 50px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 25px;
}

.in_btnyh a {
	display: block;
	color: #fff;
	text-align: center;
}

.in_btngcs {
	height: 44px;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #c9151e;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 15px;
}

.in_btngcs a {
	display: block;
	color: #c9151e;
	text-align: center;
}

/* 工程师登录 */
.lo_wk {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 130px;
}

.lo_slogot {
	width: 65px;
	height: 65px;
	border-radius: 8px;
	border: 1px solid #f3f3f3;
}

.lo_s {
	text-align: center;
}

.lo_wz {
	font-size: 29px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.reset-input {
	background-color: #f6f8fc;
	height: 49px;
	line-height: 49px;
	width: 100%;
	border-radius: 100px;
	text-indent: 1em;
}

.reset-3 {
	margin-top: 85px;
}

.enter-btn {
	background-color: #c9151e;
	height: 49px;
	line-height: 49px;
	width: 100%;
	border-radius: 100px;
	border: none;
	color: #fff;
	margin-top: 25px;
}

/* 工程师报修平台 */
.gcs_tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

.gcs_tab_li {
	flex: 1;
	padding: 15px 0;
	text-align: center;
	position: relative;
}

.gcs_tab_lih {
	width: 17px;
	height: 4px;
	background-color: #c9151e;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
}

.gcs_fl {

	display: flex;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-overflow-scrolling: touch;
	text-align: justify;
	box-sizing: border-box;
	margin-left: 15px;
	margin-top: 13px;

}

.gcs_fl_li {
	padding: 7px 10px;
	margin-right: 8px;
	background-color: #fff;
	border-radius: 50px;
}

.gcs_fl::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
	color: transparent;
}

.gcs_fl_lih {
	background-color: #c9151e;
	color: #fff;
}

.gcs_fl_lih a {
	color: #fff;
}

.gcs_sx {
	background-color: #fff;
	border-radius: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 12px;
}

.gcs_sxyt {
	height: 15px;
	display: block;
}

.gcs_sxz {
	color: #999999;
}

.gcs_nr_li {
	background-color: #fff;
	border-radius: 8px;
	padding: 0 12px 20px;
	margin-top: 12px;
}

.gcs_nr_li_bt {
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f3f3f3;
}

.gcs_nr_li_x {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 17px;
}

.gcs_nr_li_xz {
	color: #666666;
}

/* 客户保修页面 */
.khbx_nr {
	background-color: #fff;
	border-radius: 8px;
	padding: 0 12px;
	margin-top: 12px;
	padding-bottom: 30px;
}

.khbx_nr_li_x {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid #f3f3f3;
}

.khbx_jtt {
	height: 11px;
	display: block;
	margin-left: 5px;
}

.khbx_yjt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.khbx_gzms_nrtext {
	background-color: #fff;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f3f3f3;
}

.hsz {
	color: #666666;
}

.khbx_gzms_bt {
	margin: 17px 0;
}

.khbxqt_li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f3f3f3;
	padding: 17px 0;
	justify-content: space-between;
}

.khbxqtz {
	display: flex;
	width: 65%;
	align-items: center;
	justify-content: space-between;
}

.khbxqtzmc {
	width: 120px;
}

.khbxqtzsl {
	width: 100px;
}

.khbx-input {
	width: 100%;
}

.khbxqty {
	display: flex;
	width: 30%;
	align-items: center;
	justify-content: space-between;
}

.khbxqt_liwz {color: #c9151e; margin-top:10px;}

/* 故障代码查询页面 */
.gzcx_s {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gzcx_sm {
	flex: 1;
}

.gzcx-input {
	width: 40%;
	height: 39px;
	line-height: 39px;
	border-radius: 4px;
	padding-left: 5px;
	box-sizing: border-box;
	margin-left: 5px
}

.gzcx_smspan {
	padding: 0 6px;
}

.gzcx-btn {
	background-color: #c9151e;
	height: 39px;
	line-height: 39px;
	width: 75px;
	border-radius: 100px;
	border: none;
	color: #fff;

}

.gzcx_s {
	padding-top: 12px;
}

.gzcx_nr_li_x {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 5px;

}

.gzcx_nr_li_x:nth-child(2n) {
	background-color: #fdf6f6;
}

.gzcx_li_xz {
	width: 30%;
}

.gzcx_li_xy {
	width: 65%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}