a{
	text-decoration: none;
}
/* qz */
.model_center{
	background:#fff;
	width: 1180px;
	margin: auto;
}
.model_card{
	overflow: hidden;
	padding: 0 16%;
}
.model_card a{
	display: block;
	float: left;
	padding: 14px 0;
	font-size: 14px;
	color: #626262;
	margin: 3%;
	cursor: pointer;
	width: 150px;
	text-align: center;
	border: 1px solid #d8d8d9;
}
.check_it{
	background: #1c71cf;
	color: #fff!important;
	border: 1px solid #1c71cf!important;
}
.classify{
	width: 100%;
	overflow: hidden;
}
.classify li{
	margin: 0 4% 1.7% 1%;
	width: 11%;
	/* max-height: 18px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
}
.model_nav{
	background: #fff;
	padding: 10px;
}
.model_nav strong{
	float: left;
	margin-top: 11px;
	font-size: 13px;
}
.color{
	margin-bottom: 8px;
	margin-top: 11px;
	width: 34%;
	height: 24px;
	display: inline-block;
}
.color li{
	margin-left: 3%;
	width: 24px;
	height: 100%;
	list-style-type: none;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 768px){
	.model_sort-btn{
		margin: 10px 0;
	}
}
.model_sort-btn{
	float: left;
	margin-right: 20px;
	cursor: pointer;
	border:1px solid #d8d8d9;
	border-radius: 3px;
}
.model_sort-btn.active{
	border: 1px solid #0000FF;
}
.model_sort-btn.active a{
	text-decoration: none;
	color: #0000FF;	
}
.model_sort-btn a{
	display: block;
	padding: 0 10px;
	line-height: 24px;
}	
.model_sort-btn:hover{
	border: 1px solid #0000FF;
}
.model_sort-btn:hover a{
	text-decoration: none;
	color: #0000FF;	
}
.content-bottom-right{
	width: 25%;
	float: right;
	height: 38px;
	border: 1px solid #6d6d6d;
	border-radius: 4px;
}
.content-bottom-right input{
	margin-left: 4%;
	border: 1px solid transparent;
	float: left;
	width: 70%;
	height: 34px;
	font-size: 14px;
}
.content-bottom-right img{
	margin-top: 9px;
	margin-right: 4%;
	height: 20px;
	width: 20px;
	float: right;
}
.free{
	margin-bottom: 8px;
	margin-top: 11px;
	width: 45%;
	height: 24px;
	display: inline-block;
}
.free .hm-color-title{
	float: left;
	margin: 0 5%;
	height: 100%;
	font-size: 12px;
	list-style-type: none;
	cursor: pointer;
}
.model_content{
	margin-top: 60px;
}
.content-bottom-up li{
	font-size: 14px;
	width: 385px;
	height: 250px;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 20px;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	box-sizing: border-box;
}
.bottom-up-bg{
	position: relative;
	width: 100%;
}
.bottom-up-computer{
	background-image: url(/static/img/template_mac_bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 320px;
	height: 187px;
	position: relative;
}
.bottom-up-computer img {
	
}
.bottom-up-computer-cover {
	padding: 52px 27px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 239px;
	height: 150px;
	left: 40px;
	top: 11px;
	display: none;
}
.bottom-up-computer:hover  .bottom-up-computer-cover{
	display: flex;
}
.bottom-up-computer-cover div:hover {
	background-color: rgba(255,255,255,0.4);
}
.hm-main-hbtn{
	color: #fff!important;
	display: inline-block;
}
.bottom-up-computer-cover > div {
	border-radius: 30px;
	display: block;
	width: 35%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.4);
	color: white;
	/* font-weight: bold; */
	font-size: 14px;
}
.bottom-up-phone {
	background-image: url(/static/img/template_phone_bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 75px;
	height: 150px;
	position: absolute;
	left: 10px;
	bottom: 0;
}
.bottom-up-phone:hover .bottom-up-phone-cover{
	display: block;
}
.hm-main-mobImg{
	width: 60px;
	height: 120px;
	position: absolute;
	left: 6px;
	top: 12px;
	overflow: hidden;
}
.hm-main-mobImg > img {
	width: 60px;
	height: auto;
}
.bottom-up-phone-cover {
	background: rgba(0,0,0,0.8);
	width: 60px;
	height: 120px;
	position: absolute;
	left: 6px;
	top: 12px;
	display: none;
}
.bottom-up-phone-cover > div {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: white;
	margin-top: 40px;
	box-sizing: border-box;
}
.bottom-up-phone-cover > div:hover .bottom-up-phone-code{
	display: block;
}
.bottom-up-phone-code {
	background: white;
	width: 140px;
	height: 140px;
	position: absolute;
	top: -30px;
	left: 80px;
	display: none;
}
.bottom-up-phone-code img {
	height: 100%;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.content-bottom-up li p {
	margin: 20px 0 20px 0;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}
.content-bottom-down{
	text-align: right;
	padding-bottom: 30px;
}
.content-bottom-down li {
	margin-right: 8px;
	width: 50px;
	line-height: 1.8em;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	color: #6d6d6d;
	box-sizing: border-box;
	cursor: pointer;
}
.page_choose {
	background-color: #4A88E6;
	border: 1px solid #4A88E6;
	border-radius: 3px;
}
.content-bottom-down .hasboder {
	border: 1px solid #6d6d6d;
	border-radius: 3px;
}
/* hd */

/* cj1 */
.cj1 ul,.cj2 ul{
	overflow: hidden;
}
.product-item {
	width: 20%;
	margin-bottom: 30px;
	font-size: 0px;
	margin: 20px 2.5%;
	overflow: hidden;
	position: relative;
	float: left;
	box-shadow: 0px 2px 4px #f3f3f3;
	border-radius: 6px;
}
.product-item1{
	height: 400px;
}
.pro_img {
	width: 100%;
	height: 400px;
}
.mo-hud {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.min_img {
	display: inline-block;
	height: 400px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 100%;
	left: 0%;
	transition: all 1s;
}
.min_img img {
	display: block;
	width: 65%;
	margin: 45% auto;
}
/* cj2 */
.product-item .title {
	display: block;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 18px 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 14px;
}
.mo-hud-forth {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.min_img1 img {
	display: block;
	width: 118px;
	height: 118px;
	margin: 38px auto 14px;
}
.mo-hud-forth .min_img p {
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 54px;
}
.hm-main-hbtn{
	display:block;
	border-radius:50%;
}
.title_nav{
	width: 150px;
	text-align: center;
	background: #1c71cf;
	color: #fff;
	border: 1px solid #1c71cf;
	padding: 14px 0;
	font-size:14px;
	margin:10px auto 30px;
}