﻿@media screen and (min-width: 768px) {
	.index-head .flex-container {
		width: 95%;
		height: 35px;
	}
	.index-head .flex-container .logo img {
		height: 35px;
	}
	.index-head .flex-container .head-menu {
		width: 75%;
		margin-left: 5%;
	}
	.index-head .flex-container .head-menu .menu-list {
		justify-content: normal;
		margin-top: -6px;
	}
	.index-head .flex-container .head-menu .menu-list .menu-item {
		margin-right: 4%;
	}
	.index-head .flex-container .head-menu .menu-list .menu-item a img {
		margin-top: -2px;
		margin-right: 5px;
	}
	.index-head .flex-container .user-action .head-menu .menu-list .menu-item
		{
		margin-right: 0;
	}
	.index-head .flex-container .user-action .head-menu .menu-list .menu-item a
		{
		text-align: center;
	}
	.index-head .flex-container .user-action .head-menu .menu-list .menu-item a img
		{
		margin-right: 5px;
	}
	.index-head .flex-container .user-action .head-menu .menu-list .menu-item .child-menu-list
		{
		left: -50px;
	}
	#user-action-pc {
		width: 12%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
	#user-action-pc {
		width: 17%;
	}
}

.show {
/* 	position: relative; */
}

.show a {
	color: #333;
}

.show:hover a {
	color: #3e8ee2;
}

.show:hover .model {
	display: block;
}

.show .model {
	padding: 15px;
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	box-shadow: 1px 1px 1px #efeeee;
	display: none;
	position: absolute;
	top: 20px;
	max-width: 70%;
	background-color: #fff;
	z-index: 9999;
}

.show .model h3 {
	font-size: 12px;
	line-height: 20px;
}

.show .model p {
	width: 100%;
	line-height: 20px;
}

.show .model .custom-list {
	margin-top: 10px;
	position: relative;
}

.show .model .custom-list:nth-child(2) {
	margin-left: 30px;
}

.show .model .custom-list:nth-child(3) {
	margin-left: 60px;
}

.show .model .custom-list:nth-child(4) {
	margin-left: 90px;
}

.show .model .custom-list:nth-child(5) {
	margin-left: 120px;
}

.show .model .custom-list:nth-child(6) {
	margin-left: 150px;
}

.show .model .custom-list:nth-child(7) {
	margin-left: 180px;
}

.show .model .custom-list:nth-child(8) {
	margin-left: 210px;
}

.show .model .custom-list:nth-child(9) {
	margin-left: 240px;
}

.show .model .custom-list:nth-child(10) {
	margin-left: 270px;
}

.show .model .custom-list:nth-child(11) {
	margin-left: 300px;
}

.show .model .custom-list:last-child .dd {
	display: none;
}

.show .model .custom-list li {
	margin-top: 10px;
	position: relative;
	list-style-type: none;
	min-width: 300px;
}

.show .model .custom-list h3 {
	position: relative;
}

.show .model .custom-list h3:before {
	content: " ";
	background: url(../image/icon-line.png) no-repeat;
	background-size: 20px;
	display: block;
	width: 20px;
	height: 25px;
	position: absolute;
	left: -30px;
	top: -10px;
}

.show .model .custom-list .dd {
	position: absolute;
	left: 10px;
	bottom: -10px;
	background: #777;
	width: 2px;
	height: calc(87%);
}

.show .model .custom-list li:not (:first-child ) {
	margin-left: 40px;
}