@charset "utf-8";

/* 右侧固定菜单 */
.fixed-menu {
	position: fixed;
	right: 15px;
	bottom: 100px;
	margin-top: -90px;
	width: 38px;
	z-index: 999;
}

.fx-ul li {
	position: relative;
	height: 38px;
	line-height: 38px;
	margin-top: 15px;
}

.fx-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	box-shadow: 0px 0px 9px 0px rgba(129, 129, 129, 0.14);
	background-color: #fff;
	border-radius: 50%;
}

.fixedtitle {
	position: absolute;
	left: 0px;
	bottom: 1px;
	color: #fff;
	background-color: #fff;
	width: 120px;
	height: 120px;
	line-height: 40px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	font-size: 16px;
	z-index: 1;
	opacity: 0;
}

.fixedtitle:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.fx-ul li:hover .fixedtitle {
	left: -127px;
	top: 0;
	opacity: 1;
}

/* 弹框 */
.kefuImg {
	width: 36px;
	border-radius: 50%;
}

.kefuTk {
	width: calc(100% - 51px);
	float: right;
}

/* 横向 */
.bgBox {
	min-width: 1200px;
	margin: 0 auto;
}

.search {
	margin-left: -35px;
	color: #999999;
}

.logoBox .input input {
	height: 35px;
	width: 600px;
	margin-top: 15px;
	border-radius: 50px;
	border: 1px solid #F7F7F7;
	padding: 15px;
	background-color: #F7F7F7;
}


.imgbox {
	position: fixed;
	top: 0;
	width: calc(100% - 100px);
	z-index: 999;
	padding-right: 15px;
	background-color: #fff;
}

.centerBox .leftBox {
	height: 100vh;
	width: 100px;
	position: fixed;
}

.centerBox .leftBox {
	/* overflow-y: scroll; */
	/* overflow-x: clip; */
	z-index: 999;
	background-color: #fff;
	padding-left: 100px;
}

.centerBox .leftBox::-webkit-scrollbar {
	width: 4px;
}

.centerBox .leftBox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(41, 159, 219);
}

.centerBox .leftBox::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.centerBox .rightBox {
	width: calc(100% - 100px);
}

.centerBox .leftBox ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #999;
}

.centerBox .leftBox ul li a:hover {
	color: #000;
}

.centerBox .leftBox ul li a span {
	margin-right: 5px;
}

/* 左侧菜单 */
.classification {
	width: 100px;
	box-sizing: border-box;
	margin-top: 30px;
}

.classification a {
	color: #999;
	display: block;
}

.cf_listATitle_l_m {
    cursor: default;
    margin: 0 15px 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px;
}
.cf_listATitle_l_m:hover {
    color: #000 !important;
}

.cf_listATitle {
	cursor: default;
	margin: 0 15px 15px;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	padding: 5px;
}

.cf_listATitle:hover {
	color: #000 !important;
}

.cf_listATitleActive {
	color: #000 !important;
}

.cf_listATitle>i {
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	font-style: normal;
	text-align: center;
}

.cf_listATitle>span {
	display: inline-block;
}

.cf_upClassList>a {
	display: block;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 30px;
	color: #666;
}


.cf_upClassList>a:last-child {
	margin: 0;
}

.cf_upClassList>a>span {
	margin: 0 0 0 4px;
}

.cf_upClassList>a>i {
	font-style: normal;
}

/* 左下菜单 */
.downBox {
	position: fixed;
	bottom: 0;
	width: 100px !important;
	z-index: 999;
}

.nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu li {
	position: relative;
	display: inline-block;
	width: 100%;
}

.nav-menu li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

/* 一级菜单悬停效果 */
.nav-menu li:hover a span {
	background: #F7F7F7;
	color: #000;
}

/* 二级菜单样式 - 默认隐藏 */
.submenu {
	position: absolute;
	left: 100%;
	/* 向右弹出 */
	bottom: 0;
	display: none;
	min-width: 120px;
	background: #F7F7F7;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 悬停时显示二级菜单 */
.nav-menu li:hover>.submenu {
	display: block;
}

/* 二级菜单项样式 */
.submenu li {
	display: block;
	width: 100%;
}

.submenu li a {
	padding: 8px 15px;
}

.submenu li a:hover {
	background: #f1f1f1;
	color: #333;
}

/* 登录 */
.phone select,
.phone input {
	border: none;
	height: 40px;
}

.modal-content {
	border-radius: 18px;
}

.orangerLogin {
	height: 56px;
	padding-left: 15px;
}

.orangerLogin a {
	color: #333333;
	margin-right: 15px;
	padding-bottom: 8px;
	text-decoration: none;
}

.centeraLogin {
	margin: 15px;
}

.modal-dialog {
	width: 500px;
	margin-top: 100px;
}

.phone select,
.phone input {
	height: 40px;
	float: left;
	background-color: #F7F7F7;
	border-radius: 50px;
}

.phone .myinput {
	width: 100%;
	padding: 0 15px;
}

.number input {
	padding: 0 15px;
	background-color: #F7F7F7;
	border-radius: 50px;
	height: 40px;
	margin-top: 15px;
	position: relative;
	border: none;
}

.number input:first-child {
	width: 100%;
	position: relative;
}

.number input:last-child {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #207cd7;
}

.number a {
	float: right;
	margin-top: -30px;
	color: #027AFF;
	padding-right: 15px;
}

.login {
	background-color: #027AFF;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
}

.login:hover {
	color: #fff;
	background-color: #207cd7;
}

.login:focus {
	color: #fff;
}

.null {
	padding: 8px 15px;
	border-radius: 6px;
	margin-top: -150px;
	border: 1px solid #ececec;
}

/* 首页 */
/* 灰色背景切换 */
.centera {
	padding-bottom: 30px;
	overflow: hidden;
}

.hover {
	background-color: #F7F7F7;
	color: #333 !important;
}

.box {
	display: none
}

.oranger a {
	font-size: 18px;
	margin-right: 20px;
	color: #666;
	padding: 8px 15px;
	border-radius: 50px;
}

.oranger {
	position: fixed;
	top: 0;
	width: calc(100% - 100px);
	background-color: #fff;
	padding: 15px 0;
	z-index: 99;
}

.orangerSearch120 {
	top: 60px !important;
}

/* 蓝色下划线切换 */
.centeraLogin {
	overflow: hidden;
}

.hoverLogin {
	border-bottom: 2px solid #007AFF;
	color: #333 !important;
}

.boxLogin {
	display: none
}

.orangerLogin a {
	font-size: 18px;
	margin-right: 20px;
	padding: 8px 0;
}

.orangerLogin a:focus {
	background: none;
}

/* 瀑布流 */
.list {
	margin-bottom: 30px;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	position: relative;
}

.list a:hover {
	color: #333;
}

.list img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.list a img:hover {
	opacity: 0.8;
}

.list .videoIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}

.list .userImg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-bottom: 0;
}

.box-wrapper {
	-moz-column-count: 5;
	/* Firefox */
	-webkit-column-count: 5;
	/* Safari 和 Chrome */
	column-count: 5;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
}

/* 妙手页面 */
.highlyBox {
	background-color: #F5F5F5;
	padding: 15px;
	border-radius: 10px;
}

.highlyTxPic {
	width: 80px;
}

.highlyTxText {
	width: calc(100% - 95px);
	margin-left: 15px;
}

.highlyPic {
	height: 135px;
	overflow: hidden;
}

.highlyPic .videoIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}

.highlyText img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.highlyPic a {
	margin-left: 15px;
	width: 240px;
	height: 135px;
	border-radius: 10px;
	position: relative;
	float: right;
}
.highlyPic a img:hover{
	opacity: 0.8;
}
/* 需求 */
.demand {
	background-color: #F7F7F7;
	width: 19%;
	margin-right: 1%;
	float: left;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
    height: 310px;
}

.labelJj {
	position: absolute;
	left: 0;
	top: 0;
}

.demand:hover {
	color: #333;
	background-color: #EBEBEB;
}

/* 1200px区域 */
/* 服务记录 */
.table {
	border: 1px solid #EEEEEE;
}

tbody th {
	font-weight: 400;
}

.page a,
.page span {
	color: #999;
	margin: 0 10px;
}

.page a:hover {
	color: #007AFF;
}

.page input {
	width: 30px;
	border: none;
	border-bottom: 1px solid #999999;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding: 10px;
}
/* 客服中心 */
.serviceBanner {
	position: relative;
}

.serviceTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	min-width: 1200px;
}

.servicePhone {
	background-color: #fff;
	color: #007AFF;
	border-radius: 50px;
	padding: 15px 20px;
}

/* 服务记录详情 */
.workOrderBox {
	height: 746px;
}

.workOrderLeftTop {
	height: 500px;
}

.workOrderRight {
	height: 746px;
}

.workOrderLeftBottom {
	border: 1px solid #EEEEEE;
	padding-bottom: 17px;
	height: 246px;
}

.workOrderLeftBottom textarea {
	border: none;
	background: #fff;
	width: 100%;
}

.workOrderText {
	width: calc(100% - 50px);
}

.workOrderNr span {
    overflow-wrap: anywhere;
    display: inline-block;
}

.workOrderLeftTop {
	overflow-y: scroll;
}

/* 我的 */
.myBox {
	padding: 50px 15px;
}

.myPic {
	width: 180px;
	height: 180px;
    border-radius: 50%;
}

.myText {
	width: calc(100% - 200px);
	margin-top: 15px;
}

.bianjiForm {
	line-height: 36px;
}

.bianjiForm input,
.bianjiForm textarea {
	background-color: #F7F7F7 !important;
	border-radius: 10px;
	border: none;
	width: 100%;
	box-shadow: none;
}

.static {
	position: static;
}

.sticky-top {
	position: fixed;
	top: 0;
	z-index: 50;
}