html {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

ul,
ol {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	color: #333;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif
}

img {
	border: 0;
	vertical-align: bottom
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #ccc
}

input:-webkit-autofill {
	background-color: #fff;
	background-image: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: 0
}

input::-ms-clear {
	display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

legend {
	padding: 0;
	border: 0
}

optgroup {
	font-weight: bold
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}


body {
	/* background-color: #f2f2f2; */
	background-color: #fbfafa
}

.nav-head {
	height: 148px;
	background-color: white;
}

.nav-head>.container:first-child {
	height: inherit;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.search-case {
	display: flex;
	align-items: center;
	height: inherit;
}

.search-case .logo {
	width: 320px;
}

.search-case .search {
	display: flex;
	align-items: center;
	flex: 1;
	position: relative;
	margin: 20px 20px 0;
}
.search-case .search .tab{
	position: absolute;
	left: 0;
	bottom: calc(100% - 2px);
}
.search-case .search .tab a{
	color: #333;
	padding: 7px 14px;
	display: inline-block;
}
.search-case .search .tab a.active{
	background-color: #1E65C1;
	color: white;
	border-radius: 4px 4px 0 0;
}

.search-case .search input {
	height: 54px;
	padding-left: 16px;
	border: 2px solid #1e65c1;
	border-radius: 4px 0 0 4px;
	font-size: 18px;
	flex: 1;
}

.search-case .search button {
	width: 136px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	font-weight: 700;
	background-color: #1e65c1;
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 4px 4px 0;
}

.search-case .search button img {
	height: 24px;
	margin-right: 6px;
}

.nav-title {
	background-color: white;
}

.nav-title>.container {
	display: flex;
	align-items: center;
}

.nav-title .type-title {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	padding: 16px;
	background-color: #1e65c1;
	width: 320px;
	font-weight: bold;
	background-image: url(../img/type-title.svg);
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: 20px center;
	padding-left: 50px;
}

.nav-title .title-menu a {
	color: #333;
	font-weight: bold;
	margin-left: 40px;
}

.nav-title .title-menu a:hover,
.type-list li a:hover,
.type-list .sub-type-list .item .sub-menu a:hover {
	color: #1e65c1;
	font-weight: bold;
}

.type-swiper {
	display: flex;
}

.type-list {
	width: 320px;
	min-width: 320px;
	position: relative;
	background-color: white;
}

.type-list ul {
	margin: 8px 0;
	background-color: white;
}

.type-list li {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 15px 20px;
}

.type-list li:hover {
	background-color: #eaedfd;
}

.type-list li img {
	height: 22px;
	margin-right: 8px;
}

.type-list li a {
	color: #333;
	flex: 1;
	font-weight: bold;
}

.type-list .sub-type-list {
	position: absolute;
	border: 2px solid #1e65c1;
	left: 100%;
	top: 0;
	background-color: white;
	padding: 16px;
	width: 800px;
	height: 430px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	z-index: 999;
}

.type-list:hover .sub-type-list {
	display: block;
}

.type-list .sub-type-list .item {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.type-list .sub-type-list .item h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.type-list .sub-type-list .item .sub-menu {
	overflow: hidden;
	min-height: 48px;
}

.type-list .sub-type-list .item .sub-menu a {
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	color: #666;
	font-size: 13px;
	margin-right: 16px;
	margin-bottom: 6px;
}

.swiper-case {
	flex: 0 0 60%;
	overflow: hidden;
	padding: 14px 14px 0 14px;
	display: flex;
	flex-direction: column;
}

.swiper-container {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 14px;
	position: relative;
}

.swiper-slide {}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 320px;
}

.images-list {
	display: flex;
}

.images-list img {
	height: 90px;
	border-radius: 4px;
	flex: 1;
	display: block;
	width: 150px;
}

.images-list img~img {
	margin-left: 14px;
}

.user-info {
	background-color: white;
	flex: 1;
	border-radius: 4px;
	margin-top: 14px;
	padding: 20px;
}

.user-info .welcome {
	display: flex;
	align-items: center;
}

.user-info .welcome .user-icon {
	border-radius: 50%;
	background-color: #eee;
	padding: 8px;
	margin-right: 14px;
}

.user-info .welcome h1 {
	font-size: 14px;
}

.user-info .welcome span {
	display: block;
}

.user-info .login {
	height: 32px;
	background-color: #1E65C1;
	border: none;
	color: #fff;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
}

.user-info .login:hover {
	background-color: #1f6ecf;
}

.user-info .code {
	text-align: center;
}

.user-info .code .code-image {
	margin: 20px 0;
	background-color: #ddd;
	height: 200px;
}

.user-info .code .code-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-button-next,
.swiper-button-prev{
	color: #fff !important;
}
