.topBox {
	width: 100%;
	background-color: #3c78fc;
	position: relative;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.topsBox {
	height: 100px;
	background-image: url("../images/index/topBg.png");
	background-size: 704px 100px;
	background-position: center top 5px;
	background-repeat: no-repeat;
}

.logoIcon {
	width: 238px;
	height: 48px;
}

.lognBtn {
	padding: 2px 15px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.2);
	min-height: 32px;
}

.defaultHead {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-radius: 10px;
}

.userBtn {
	height: 100px;
}

.userBtn .user1Btn {
	padding: 8px 0;
	width: 180px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
	background: #ffffff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%) scale(0);
	transform-origin: 50% 50%;
	opacity: .1;
	transition: transform .5s, opacity .7s;
	z-index: 100;
}

.userBtn .user1Btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	left: 80px;
	top: -5px;
	z-index: 100;
}

.userBtn:hover .user1Btn {
	transform: translate(30%, 30px) scale(1);
	opacity: 1;
}

.ucnBx {
	width: 180px;
	height: 40px;
}

.ucnBx:hover {
	background: #f8f9fa;
	color: #333333;
}

.top_comBx {
	width: 460px;
	height: 82px;
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-radius: 6px;
	padding: 16px;
}

.top_compIcon {
	width: 50px;
	height: 50px;
}

.top_comConfirm {
	width: 200px;
	height: 40px;
	background: #3c78fc;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 30px;
}

.top_comActive {
	background: #f5f8ff;
	border: 1px solid #3c78fc;
}

.top_comCheckLable {
	display: none;
	padding: 3px 5px;
	background: #3c78fc;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 1;
}

.top_comActive .top_comCheckLable {
	display: block;
}

.seachBtn {
	width: 74px;
	height: 32px;
	border-radius: 16px;
	background: #ffffff;
	margin-left: 16px;
}

.topCreate {
	padding: 15px 20px;
	background: #fff8f2;
	color: #ff7e00;
}

.topCreaIpt {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.topCreaBx {
	border-radius: 4px;
	border: 1px solid #eeeeee;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.topCreaBtn1 {
	width: 120px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.topCreaBtn2 {
	width: 120px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #3c78fc;
	background: #3c78fc;
}


.comDetBx {
	border-radius: 6px;
	width: 100%;
	border: 1px solid #eeeeee;
	background: #fafafa;
}

.comDetStatus {
	padding: 1px 5px;
	border-radius: 4px;
	background: #03b26e;
	margin-left: 5px;
}

.comDet1Status {
	padding: 1px 5px;
	border-radius: 4px;
	background: #ff4b4b;
	margin-left: 5px;
}

.searchIcon {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.navtBx {
	background: rgba(0, 0, 0, 0.1);
	height: 60px;
}

.navtsBx {
	height: 60px;
}

.navItem {
	padding: 0 8px;
	height: 60px;
	position: relative;
}

.navItem:hover {
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none !important;
}

.navItem::after,
.navItem:hover::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	left: 50%;
	bottom: -1px;
	transition: width 0.3s ease, left 0.3s ease;
}

.navActive::after,
.navItem:hover::after {
	width: 100%;
	left: 0;
}

.gengduo {
	padding: 0 8px;
	height: 60px;
	position: relative;
}

.navLine {
	width: 0;
	height: 2px;
	left: 50%;
	background: #ffffff;
	bottom: -1px;
	transition: width 0.3s ease, left 0.3s ease;
	position: absolute;
}

.navActive .navLine,
.gongxu:hover .navLine {
	width: 100%;
	left: 0;
}

.gongxu:hover .nm {
	font-weight: bolder;
}

.gongxu .gong1xu {
	width: 120px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
	background: linear-gradient(0deg, #e2f2ff, #fff);
	border-radius: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%) scale(0);
	transform-origin: 50% 50%;
	opacity: .1;
	transition: transform .5s, opacity .7s;
	z-index: 100;
}

.gongxu .gong1xu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	left: 50px;
	top: -5px;
	z-index: 100;
}

.gongxu:hover .gong1xu {
	transform: translate(13%, 30px) scale(1);
	opacity: 1;
}



.zushou .zu1shou {
	width: 180px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
	background: linear-gradient(0deg, #e2f2ff, #fff);
	border-radius: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%) scale(0);
	transform-origin: 50% 50%;
	opacity: .1;
	transition: transform .5s, opacity .7s;
	z-index: 100;
}

.zushou .zu1shou:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	left: 70px;
	top: -5px;
	z-index: 100;
}

.zushou:hover .zu1shou {
	transform: translate(33%, 30px) scale(1);
	opacity: 1;
}


.ncnBx {
	width: 100px;
	height: 36px;
	border-radius: 4px;
}

.ncnBx:hover {
	background: #28A1FF;
	color: #ffffff;
}

.ncn1Bx {
	padding: 0 15px;
	height: 36px;
	border-radius: 4px;
}

.ncn1Bx:hover {
	background: #28A1FF;
	color: #ffffff;
}


.top1Box {
	width: 100%;
	height: 160px;
	background-image: url("../images/top/topbg.png");
	background-size: 100% 100%;
}

.logo1Icon {
	width: 220px;
	height: 43px;
}

.logn1Btn {
	width: 120px;
	height: 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.5);
}

.seach1Btn {
	width: 74px;
	height: 32px;
	border-radius: 16px;
	background: #3c78fc;
	margin-left: 16px;
}

.navs {
	height: 48px;
	background: rgba(60, 120, 252, 0.9);
	margin-top: 46px;
}

.tpsdown {
	width: 10px;
	height: 6px;
	margin-left: 5px;
}

.dengluBox.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease;
}

.dengluModel.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}

.dengluIptCon {
	width: 100%;
	height: 46px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.denglu3btn {
	width: 120px;
	height: 40px;
	border: 1px solid #3c78fc;
	border-radius: 4px;
	color: #3c78fc;
}

.weixinPhoto {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	margin: 20px auto;
}

.weixinBtn {
	width: 160px;
	height: 40px;
	border-radius: 4px;
	margin: 40px auto;
	background: #07c160;
	margin-bottom: 20px;
}

.weixinCode {
	width: 126px;
	height: 126px;
	display: block;
	margin: 30px auto;
}

.weixinDesc {
	width: 240px;
	height: 60px;
	background: #f5f5f5;
	border-radius: 40px;
	margin: 0 auto;
}

.success {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.aler1t.active,
.company1Box.active,
.create1Company.active,
.ti1shi.active,
.r1z.active,
.rz1Cg.active,
.company1detail.active,
.bind1Phone.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease;
}

.aler1t.active,
.company2Box.active,
.create2Company.active,
.ti2shi.active,
.r2z.active,
.rz2Cg.active,
.company2detail.active,
.bind2Phone.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}