
.banner {
	width: 100%;
	height: 316px;
	background: url('/static/images/agreement/banner01.png') no-repeat center top;
	min-width: 1200px;
	background-color: #F2F2F2;
}

.navigationItem{
	display: none;
}
.main {
	min-width: 1200px;
	background-color: #F2F2F2;
}

.main-title {
	width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	text-align: center;
}

.main-title span {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.page .dotted span {
	background: none;
}

.main .order-tab-title {
	width: 1200px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	overflow: visible;
	border-radius: 2px;
	margin: 10px auto;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	box-shadow: rgb(221, 221, 221) 0px 2px 15px 0px;
}

.main .order-tab-title a {
	box-sizing: border-box;
	text-align: center;
	float: left;
	padding: 0 10px;
	margin-right: 40px;
	height: 50px;
}

.main .order-tab-title a .order-tab-title-name {

	margin-top: 0;
	width: auto;
	display: inline-block;
	color: #151515;
	text-align: center;
}

ul > .active a:active, :visited {
	background: #00dc82;
	border-color: #00dc82;
}

.main .order-tab-title .order-tab-title-item-cur .order-tab-title-name {
	color: #333333;
	font-weight: 700;
	border-bottom: 2px solid #00C675;
}

.main .order-tab-title a:last-of-type {
	border: 0;
}

.main .main-nav {
	width: 1200px;
	margin: 0 auto;
	position: relative;

	border-radius: 2px;
}

.main .nav-menu {
	width: 1130px;
	box-sizing: border-box;
	padding-right: 70px;
	float: left;
}

.main .main-nav .rbox {
	width: 60px;
	background-color: #ffffff;
	position: absolute;
	top: 18px;
	right: 15px;
}

.main .main-nav .rbox a {
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #e0e0e0;
	color: #888888;
}

.main .main-nav .rbox a:hover {
	color: #00dc82;
	border: 1px solid #00dc82;
}

.main .nav-menu .default-more {
	overflow: hidden;
	line-height: 45px;
	padding-right: 70px;
}

.main .nav-menu .default-nomore {
	line-height: 45px;
	overflow: hidden;
}