* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.topbar {
	height: 88px;
	background-color: #4F2529;
	font-size: 16px;
	min-width: 1200px;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	min-width: 1200px;
}

.topbarInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
}

.topbarInner>div {
	display: flex;
	align-items: center;
}

.topbarInner .slogan {
	height: 31px;
	/* margin-left: 50px; */
}

.topbarInner span {
	margin: 0 10px;
	color: #fff;
	font-size: 24px;
}

.topbarInner .logo {
	display: block;
	height: 88px;
	/* width: 12vw; */
}

.topbarInner .logo img {
	height: 100%;
	/* width: 100%; */
}

.header {
	background-color: #E5E5E5;
	height: 60px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	min-width: 1200px;
}

.headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerInner .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.headerInner .menu a {
	display: block;
	color: #606266;
	width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.headerInner .menu a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.headerInner .menu .active {
	background-color: #FFFFFF;
	border-bottom: 3px solid #4F2529;
}

.partTitle {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.partTitle span:first-child {
	position: relative;
	font-weight: bold;
	font-size: 41px;
	color: #303133;
	line-height: 48px;
}

.partTitle span:last-child {
	font-size: 20px;
	color: rgba(79, 37, 41, 0.3);
	margin-top: 5px;
}

.partTitle .decro {
	position: absolute;
	left: -20px;
	top: -10px;
	width: 40px;
	height: 40px;
}

.part_1 {
	/* padding-top: 30px; */
	/* display: flex; */
	position: relative;
	min-width: 1200px;
}

.part_1 .left {
	width: 78%;
}

.part_1 .pt1Swiper {
	width: 100%;
	height: 677px;
	overflow: hidden;
	position: relative;
}

.part_1 .pt1Swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.part_1 .pt1Swiper .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.part_1 .pt1Swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part_1 .pt1Swiper .swiper-wrapper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	width: 100%;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.part_1 .pt1Swiper .pt1SwiperPager {
	text-align: right;
	padding-right: 15px;
}

.part_1 .pt1Swiper .pt1SwiperPager>.swiper-pagination-bullet {
	background: transparent;
	/* opacity: 0.8; */
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	margin: 0 10px;
}

.part_1 .pt1Swiper .pt1SwiperPager>.swiper-pagination-bullet-active {
	background: #ffffff;
}

.part_1 .pt1Swiper .nextBtn {
	background-image: url(../img/nextBtn.png);
	background-size: 100% 100%;
	left: auto;
	right: 0;
	width: 44px;
	height: 73px;
}

.part_1 .pt1Swiper .prevBtn {
	background-image: url(../img/prevBtn.png);
	left: 0;
	width: 44px;
	height: 73px;
	background-size: 100% 100%;
}


.part_1 .right {
	/* padding-top: 20px; */
	/* margin-left: 2%; */
	width: 375px;
	height: 427px;
	right: 126px;
	top: 125px;
	position: absolute;
	background-image: url(../img/user.png);
	z-index: 2;
	background-color: #ffffff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 30px;
}

.part_1 .right .userInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.part_1 .right .btnBox {
	display: flex;
	align-items: center;
}

.part_1 .right .btnBox a {
	color: #303133;
}

.part_1 .right .btnBox .register {
	width: 72px;
	height: 35px;
	line-height: 35px;
	background-color: #c21c20;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	border-radius: 4px;
}

.part_1 .right .btnBox .register:hover {
	background-color: #e3451d;
}

.part_1 .right .tools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.part_1 .right .tools .item {
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	color: #333333;
	background-color: #ffffff;
	padding: 18px 0;
	border-radius: 4px;
}

.part_1 .right .tools .item span {
	font-size: 16px;
}

.part_1 .right .tools .item img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	margin-bottom: 6px;
}

.part_2 {
	background-image: url(../img/youshi.png);
	background-position: center center;
	padding: 75px 0;
	min-width: 1200px;
}

.part_2 .partTitle span {
	color: #ffffff;
}

.part_2>p {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 120px;
}

.part_2 .strenth {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
}

.part_2 .strenth .icon-box {
	width: 244px;
	position: relative;
	background: #fff;
	margin: 0 15px;
	padding-bottom: 40px;
}

.part_2 .strenth .icon-box h4 {
	font-size: 20px;
	color: #303133;
	text-align: center;
	margin-bottom: 10px;
}

.part_2 .strenth .icon-box .description {
	font-size: 13px;
	color: #909399;
	line-height: 1.6;
	text-align: center;
}

.part_3 {
	margin-top: 40px;
	padding-bottom: 60px;
}

.part_3>p {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 120px;
}

.part_3 .service {
	display: flex;
	flex-wrap: wrap;
}

.part_3 .service img {
	width: 100%;
}

.part_1-1 {
	background-color: #F3F3F3;
	padding: 140px 0 75px;
	min-width: 1200px;
}

.btns {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	/* margin-top: 90px; */
	/* margin-bottom: 95px; */
}

.btns .more {
	width: 14%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.btns .more p {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: bold;
}

.btns .more span {
	font-size: 16px;
}

.btns .more .arrow {
	position: absolute;
	right: 0;
	top: 40px;
	width: 20px;
}

.btns .more .borderIcon {
	width: 101px;
	height: 101px;
	object-fit: contain;
	margin-bottom: 20px;
}


.part_7 {
	background-color: #111111;
	color: #FFFFFF;
	padding: 40px 0 60px;
	min-width: 1200px;
}

.footer {
	display: flex;
}

.footer .info {
	width: 33%;
}

.footer .info .tag {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}

.footer .info .text,
.footer .info .text a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 2;
}


.orderList {
	background-color: #F3F3F3;
	padding: 25px 0 42px;
}

.orderList .container {
	background-color: #ffffff;
}

.orderList .tabs {
	border: 1px solid #E4E7ED;
	height: 45px;
	font-size: 18px;
	color: #606266;
	line-height: 45px;
	display: flex;
}

.orderList .tabs span {
	display: block;
	width: 112px;
	text-align: center;
	cursor: pointer;
}

.activeTab {
	border-bottom: 2px solid #4F2529;
	color: #4F2529;
}

.searchBox {
	border: 1px solid #DCDFE6;
	width: 300px;
	height: 36px;
	margin: 20px 0 20px 25px;
}

.searchBox form {
	display: flex;
	align-items: center;
}

.searchBox button {
	width: 36px;
	height: 36px;
	outline: 0;
	border: 0;
}

.searchBox input {
	flex: 1;
	height: 32px;
	outline: 0;
	border: 0;
	padding: 0 10px;
}

.tableCard {
	margin: 20px 25px;
	padding-bottom: 20px;
}

.tableCard table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
}

.tableCard thead {
	height: 52px;
	background-color: #E9E9E9;
	text-align: left;
}

.tableCard thead th {
	padding-left: 10px;
}

#tb td:first-child {
	display: flex;
	align-items: flex-start;
	width: 358px;
}

#tb input[type="checkbox"] {
	margin-top: 2px;
}

#tb input[type="checkbox"]::after {
	width: 20px;
	height: 20px;
	content: " ";
	color: #fff;
	display: inline-block;
	visibility: visible;
	border-radius: 2px;
	padding: 1px 2px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #4F2529;
}

#tb input[type="checkbox"]:checked::after {
	content: "√";
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #4F2529;
}

#tb tr {
	border-bottom: 1px solid #E9E9E9;
}

#tb tr:nth-child(2n) {
	background-color: #FAFAFA;
}

#tb td {
	padding: 25px 10px;
}

#tb td:first-child p {
	flex: 1;
	margin-left: 14px;
}

#tb td:nth-child(2) {
	width: 107px;
}

#tb td:nth-child(3) {
	width: 70px;
}

#tb td:nth-child(4) {
	width: 60px;
}

#tb td:nth-child(5) {
	width: 113px;
}

/* #tb td:nth-child(6) {
	width: 115px;
} */

/* 
#tb td:nth-child(7) {
	width: 122px;
} */

#tb td:nth-child(8) span a {
	display: block;
	width: 84px;
	height: 28px;
	background-color: #4F2529;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	font-size: 14px;
}

#tb td:nth-child(8) span:hover {
	background-color: #72353b;
}

.orderList .tools {
	display: flex;
	margin: 16px;
	align-items: center;
	justify-content: space-between;
}

.orderList .tools .left {
	display: flex;
	align-items: center;
}

.orderList .tools input[type="checkbox"]::after {
	width: 18px;
	height: 18px;
	content: " ";
	color: #fff;
	display: inline-block;
	visibility: visible;
	border-radius: 2px;
	padding: 1px 2px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #4F2529;
	margin-top: -2px;
}

.orderList .tools input[type="checkbox"]:checked::after {
	content: "√";
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #4F2529;
}

.confirmBtn {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #4F2529;
	color: #4F2529;
	font-weight: 500;
	font-size: 14px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
}

.orderList .tools .right a,
.orderList .tools .right span {
	display: inline-block;
	width: 28px;
	height: 28px;
	color: #4F2529;
}