		html,
		body {
			margin: 0;
			padding: 0;
			font-family:MicrosoftYaHei;
		}
		
		* {
			margin: 0;
			padding: 0;
		}
		
		ul,
		li {
			list-style: none;
		}
		
		a {
			text-decoration: none;
		}
		
		img {
			width: 100%;
			height: 100%;
		}
		
		.flex {
			display: flex;
			display: -webkit-flex;
			align-items: center;
			-webkit-align-items: center;
		}
		
		.justify {
			justify-content: space-between;
			-webkit-justify-content: space-between;
		}
		
		.c_white {
			color: #ffffff;
		}
		
		.c_333 {
			color: #333333;
		}
		
		.container {
			width: 62.5%;
			min-width: 964px;
			margin: 0 auto;
		}
		
		.left {
			width: 21.833333%;
		}
		
		.left_title {
			height: 40px;
			line-height: 36px;
			background: #0078F3;
			justify-content: flex-start;
			-webkit-justify-content: flex-start;
			font-size: 16px;
		}
		
		.left_title>p {
			height: 100%;
		}
		
		.icon {
			width: 2px;
			height: 12px;
			background: #ffffff;
			margin-right: 5px;
			margin-left: 7.633%;
		}
		
		.list,
		.r_conter {
			min-height: 720px;
			border-right: 1px solid #D1D1D1;
			border-left: 1px solid #D1D1D1;
			border-bottom: 1px solid #D1D1D1;
		}
		
		.r_text {
			padding-bottom: 20px;
		}
		
		.list_li {
			width: 86.26%;
			margin: 0 auto;
		}
		
		.list_li>a:hover p {
			text-decoration: underline;
			color: #0078F3;
		}
		
		.list_li>a>div:first-child {
			height: 49px;
			line-height: 49px;
			border-bottom: 1px dashed #D2D2D2;
		}
		
		.list_li>a>div:first-child>p {
			font-size: 14px;
		}
		
		.list_li>a>div:first-child>p:first-child {
			margin-right: 9px;
		}
		
		.container {
			margin: 0 auto;
			padding: 20px 0;
			justify-content: space-between;
			-webkit-justify-content: space-between;
		}
		
		.right {
			width: 76.666666%;
		}
		
		.right_title {
			height: 40px;
			background: #0078F3;
			justify-content: space-between;
			-webkit-justify-content: space-between;
		}
		
		.right_title>div:first-child>p {
			font-size: 16px;
			line-height: 40px;
		}
		
		.right_title_r {
			font-size: 12px;
			margin-right: 20px;
		}
		
		.right_title_r>p {
			line-height: 40px;
		}
		
		.right_title_r a {
			color: #ffffff;
		}
		
		.right_title_r a:hover {
			text-decoration: underline;
		}
		
		.r_conter {
			position: relative;
		}
		
		.right_l {
			width: 30%;
		}
		
		.table_box {
			padding: 20px 0 40px;
		}
		
		.table_conter {
			/*width: 423px;*/
			margin: 0 auto;
		}
		
		.table_title {
			padding: 13px 0 11px;
			background-color: #0077F2;
			border-radius: 10px 10px 0 0;
			color: #FFFFFF;
			font-size: 16px;
			line-height: 16px;
		}
		
		.table_title>p {
			padding-left: 13px;
		}
		
		.table_bottom {
			border: solid #E6E6E6;
			/*border-width: 0 1px 1px;*/
			border-width: 0 0 1px;
		}
		
		.table_input {
			/*width: 83%;*/
			width: 46%;
			padding: 34px 0 0 0;
			/*margin: 0 auto;*/
			position: relative;
		}
		
		.bg_w {
			width: 1px;
			margin-left: 5px;
			background: -webkit-linear-gradient(#fff 10%, #e6e6e6 42%,#fff 86%);
			/* Safari 5.1 - 6.0 */
			background: -o-linear-gradient(#fff 10%, #e6e6e6 42%,#fff 86%);
			/* Opera 11.1 - 12.0 */
			background: -moz-linear-gradient(#fff 10%, #e6e6e6 42%,#fff 86%);
			/* Firefox 3.6 - 15 */
			background: linear-gradient(#fff 10%, #e6e6e6 42%,#fff 86%);
			/* 标准的语法 */
		}
		
		.table_input span {
			white-space: nowrap;
		}
		
		.table_input>div {
			font-size: 16px;
			line-height: 16px;
			color: #262626;
			padding: 14px 0;
		}
		
		.table_input>div:first-child {
			position: relative;
			box-sizing: border-box;
		}
		
		.table_input>div input {
			width: 169px;
			height: 36px;
			padding: 0 10px;
		}
		
		.table_btn {
			width: 193px!important;
			line-height: 36px;
			text-align: center;
			font-size: 16px;
			color: #FFFFFF;
			background-color: #FC8200;
			border: none;
			border-radius: 4px;
			outline: none;
		}
		
		.btn_box {
			text-align: left;
			padding-bottom: 20px;
		}
		
		.tb {
			width: 95%;
			margin: 0 auto;
		}
		
		.li_list {
			height: 240px;
			overflow: auto;
			border: solid #e6e6e6;
			border-width: 0 1px 1px;
		}
		
		.li_list>div {
			display: flex;
			display: -webkit-flex;
			align-items: center;
			-webkit-align-items: center;
			border-bottom: 1px solid #e6e6e6;
		}
		
		.li_list>div>p {
			width: 33.33333%;
			text-align: center;
			padding: 12px 0 11px;
			font-size: 14px;
			line-height: 14px;
		}
		
		.bg_p {
			background-color: #F6F4F4;
		}
		
		.table_tit>p {
			width: 33.33333%;
			background-color: #0078F3;
			text-align: center;
			color: #ffffff;
			padding: 12px 0;
			font-size: 16px;
			line-height: 16px;
		}
		
		.table_tit>p>span {
			display: block;
			border-right: 1px solid #e6e6e6;
		}
		
		.table_tit>p:last-child>span {
			border: none;
		}
		
		.drop_down {
			height: 0;
			overflow: hidden;
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
		}
		
		.drop_down>p {
			height: 49px;
			line-height: 49px;
			border-bottom: 1px dashed #D2D2D2;
			padding-left: 17px;
		}
		
		.drop_down>p>a {
			color: #666666;
			font-size: 14px;
		}
		
		.drop_down>p>a:hover {
			color: #0078F3;
			text-decoration: underline;
		}
		
		.li_img {
			transform: all 0.3s;
			-webkit-transform: all 0.3s;
		}
		
		.drop_down_active {
			height: auto!important;
		}
		
		.inputCase i.fa {
			position: absolute;
			right: 10px;
			top: 10px;
			color: #007AFF;
			font-size: 20px;
			z-index: 99999;
		}
		
		.fa {
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			cursor: pointer;
			position: absolute;
			right: 10px;
			top: 28px;
			color: #007AFF;
			font-size: 20px;
			z-index: 99999;
		}
		
		.selectUl {
			display: none;
			position: absolute;
			width: 300px;
			top: 96px;
			right: 0;
			background: #f5f5f5;
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		
		.selectUl li {
			height: 36px;
			line-height: 36px;
			list-style: none;
			text-indent: 20px;
			border-bottom: 1px solid #ccc;
		}
		
		.selectUl li:hover {
			background: #ddd;
		}
		
		.selectUl li:last-child {
			border-bottom: 0 none;
		}