body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial;
	color: #333;
	background: #fefefe;
}

a {
	text-decoration: none;
	outline: none;
}



input,
textarea:focus {
	outline: none;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}


.hand {
	cursor: pointer;
}

.com_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.com_flex_itm {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: flex-center;
}

.com_flex_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: flex-center;
}

.com_flex_around {
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.com_flex_between {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* 导航 */

.banner_nav {
	width: 80%;
	margin: 0 auto;
}

.layui-nav {
	background-color: transparent;
}


.layui-nav .layui-nav-item a:hover {
	font-weight: bold;
}


/* 底部 */
.bottom_us {
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
	background: #1B252E;
}

.bottom_us p {
	color: #fff;
	opacity: 0.6;
}

/* 颜色 */
.blue {
	background-color: #438edb;
	border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.dark_blue {
	background-color: #23557d;
	border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.white {
	background-color: #ffffff;
	border: 4px solid hsla(0, 0%, 73%, 0.3);
}

.red {
	background-color: #ff0000;
	border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.tint {
	background-color: #66b5f2;
	border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.grey {
	background-image: linear-gradient(#656a7d, #acaeb6);
	border: 4px solid #abadb7;
}

.gradient {
	background-image: linear-gradient(#3d8bdd, #d0e2f6);
	border: 4px solid #c8def5;
}

.dark_red {
	background-color: #95031a;
	border: 4px solid hsla(0, 0%, 100%, 0.3);
}


.banner_text {
	width: 100%;
	text-align: center;
	padding: 100px 0;
}

.banner_title {
	font-size: 60px;
	letter-spacing: 5px;
}

.banner_upd_btn {
	width: 350px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	margin: 10px auto;
	border-radius: 70px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .28);
}

.banner_upd_btn img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.banner_upd_btn p {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.demand {
	margin: 50px auto;
	text-align: center;
}

.demand_item {
	width: 80%;
	margin: auto;
}

/* 制作 */
.spec_photo {
	width: 80%;
	margin: 30px auto;
	text-align: center;
	padding: 20px 0;
}

.make_text {
	font-size: 24px;
	color: #555;
	font-weight: bold;
}

.make_nohpic {
	margin: 30px auto;
}

.layui-col-md2 {
	width: 13.3%;
	background: #F5F6FA;
	margin: 6px;
	padding: 20px 0;
	border-radius: 4px;
	cursor: pointer;
}


.content {
	width: 100%;
	margin: 40px auto;
	padding: 20px 0;
	background: #F5F6FA;
}

.cot_udp {
	width: 300px;
	height: 413px;
	background: #fff;
	margin-left: 20px;
}

.cot_make {
	height: 413px;
	background: #fff;
	margin-right: 20px;
	flex: 1;
}

.cot_pho_udp {
	width: 260px;
	height: 330px;
	border: 1px dashed #ccc;
	margin: 0 20px;

}

.cot_pho_make {
	height: 330px;
	line-height: 330px;
	border: 1px dashed #ccc;
	margin: 0 20px;
}

.guide_item {
	font-size: 24px;
}

.select_bg {
	padding: 30px 0;
}

.bg {
	padding: 40px 0;
}

.colorPo {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 16px;
}

.colorPo1 {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 4px;
	border: none;
}

.color-select {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 20px;
	height: 20px;
}

.select_text {
	font-size: 24px;
	color: #888;
	text-align: center;
}

.main_btn_com{
	width: 260px;
	height: 50px;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: 2px;
}

.agin_udp_btn {
	margin-bottom: 20px;
}




.layui-footer {
	position: fixed;
	left: 0;
	bottom: 0;
}
.page {
	padding: 10px 0;
	text-align: center;
}
.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page a {
	display: inline-block;
	color: #444;
	min-width: 15px;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(226, 226, 226);
	border-image: initial;
	font-size: 12px;
}
.page .pagination .active a {
	color: rgb(255, 255, 255);
	background-color: #4E85F5;
}
.page span {
	display: inline-block;
	min-width: 15px;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(226, 226, 226);
	border-image: initial;
	font-size: 12px;
}