@charset "utf-8";
html {
	/*background: #eee;*/
}

body {
	font-family: "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	background: #eee;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.navbar-brand .logo {
    width: 450px;
    margin-top: 5px;
}

.tag-editor-tag {
	pointer-events: none;
}

.container,
.container-fluid {
	margin: 0 auto;
}

.navbar {
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0;
}

.navbar-nav {
	margin: 0;
}

.navbar-fixed-top {
	background-color: #004d44;
}

.navbar-brand {
	padding: 0;
}

.loading_two {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	box-sizing: border-box;
}

.loading_two .span,
.span_large {
	width: 100px;
	background-color: rgba(0, 0, 0, 0.02);
	height: 100px;
	vertical-align: middle;
	border-radius: 1px;
	/*    margin-right: 100px;*/
	transform: scale(2);
	transform: scale(2);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px -50px;
}

.loading_two p {
	font-size: 14px;
	color: #fff;
	margin-top: -10px;
}

.timer {
	width: 24px;
	height: 24px;
	background-color: transparent;
	box-shadow: inset 0px 0px 0px 2px #fff;
	border-radius: 50%;
	position: relative;
	margin: 38px auto;
}

@keyframes minhand {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes minhand {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes hrhand {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes hrhand {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

.timer:before {
	width: 8px;
	height: 2px;
	top: 11px;
	left: 11px;
	-webkit-transform-origin: 1px 1px;
	-moz-transform-origin: 1px 1px;
	transform-origin: 1px 1px;
	-webkit-animation: hrhand 8s linear infinite;
	-moz-animation: hrhand 8s linear infinite;
	animation: hrhand 8s linear infinite;
}

.timer:after,
.timer:before {
	position: absolute;
	content: "";
	background-color: #fff;
}

.timer:after {
	width: 10px;
	height: 2px;
	top: 11px;
	left: 11px;
	-webkit-transform-origin: 1px 1px;
	-moz-transform-origin: 1px 1px;
	transform-origin: 1px 1px;
	-webkit-animation: minhand 2s linear infinite;
	-moz-animation: minhand 2s linear infinite;
	animation: minhand 2s linear infinite;
}

.timer:after,
.timer:before {
	position: absolute;
	content: "";
	background-color: #fff;
}

.navbar-collapse {
	padding: 0;
	margin-top: 10px;
}

.navbar-right li {
	padding: 10px;
}

.navbar-right li.last {
	margin-top: -10px;
}

.navbar-right>li>a {
	color: #555;
	border-radius: 10px;
	padding: 5px 8px;
}

.navbar-right>li>a:hover {
	color: #fff;
	background-color: #d21725;
}

.navbar-right>.last>a {
	padding: 0;
}

.navbar-right>.last>a:hover {
	background-color: transparent;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
}

.navbar-right .mydesign {
	font-size: 16px;
	margin-top: 5px;
	background: #d21725;
	color: #fff;
}

.navbar-right .mydesign:hover {
	background-color: #d21725;
}

.navbar-right .hover-dropcentent li {
	padding: 0 5px;
}

.navbar-right .hover-dropcentent li a {
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	margin-top: 10px;
	border-radius: 5px;
	color: #555;
	text-decoration: none;
}

.navbar-right .hover-dropcentent li a:hover {
	background-color: #d21725;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	color: #d21725;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
}

.hover-drop {
	position: relative;
}

.hover-dropcentent {
	font-size: 15px;
	text-align: center;
	line-height: 2;
	position: absolute;
	top: 50px;
	left: 10px;
	display: none;
	background: #F2F2F2;
	z-index: 999;
}

.content {
	margin-top: 40px;
}

.content h2 {
	font-size: 32px;
	color: #666;
}

.content>p {
	font-size: 18px;
	color: #bfbfbf;
	margin: 20px auto 30px;
}

.content button {
	display: block;
	width: 270px;
	height: 60px;
	background: #d21725;
	font-size: 18px;
	box-shadow: 10px 10px 30px #999;
	margin-bottom: 50px;
}

.count-data ul li {
	text-align: right;
	border-bottom: 1px solid #000000;
}

.count-data ul li h3 {
	font-family: "微软雅黑";
	line-height: 1.5;
	color: #0d7abf;
	font-size: 38px;
	font-weight: 600;
}

.count-data ul li p {
	line-height: 1;
	font-size: 16px;
	color: #666;
	margin: 5px 0;
}

.count-data ul li span {
	font-size: 14px;
	line-height: 1;
	color: #666;
}

.try {
	margin: 0 auto;
	text-align: center;
	line-height: 65px;
	display: block;
	width: 270px;
	height: 65px;
	background-color: #0d7abf;
	box-shadow: 10px 10px 10px #E6E6E6;
	cursor: pointer;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 45px;
	transition: background-color .5s ease-out;
}

.try1 {
	box-shadow: none;
}

.try:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0d7abf; cursor:pointer;
	transition: background-color .5s ease-out;
}

.slideshow {}

.slideshow .showimg {
	height: 500px;
	background: url(../image/namecard_sample.jpg) no-repeat center top;
	background-size: contain;
}

.slideshow .slide {
	/*width:50%;*/
	height: 250px;
	margin-top: 100px;
}

.slideshow .carousel-inner {}

.slideshow .carousel-inner img {
	float: left;
	width: 150px!important;
	height: 150px!important;
}

.carousel-caption1 {
	padding-top: 5px;
	margin-left: 170px;
}

.carousel-caption1 h2 {
	font-size: 24px;
	color: #d21725;
}

.carousel-caption1 p {
	font-size: 16px;
	line-height: 2;
	color: #bfbfbf;
}

.carousel-indicators li {
	background: #333;
}

.carousel-indicators li.active {
	background: #d21725;
}

#carousel-example-generic {
	/*cursor: pointer;*/
}


/*中屏幕*/

@media (min-width:1200px) {
	.count-data ul li {
		display: block;
	}
	#demonstration .viDemo {
	    padding: 20px;
	}
	
	
}

@media (min-width:992px) and (max-width:1200px) {
	.step .row h3 p {
		font-size: 16px;
	}
	.count-data ul li {
		display: block;
	}
	.good .row .ceter {
		height: 133px;
	}
}


/*小屏*/

@media (min-width:768px) and (max-width:992px) {
	.count-data ul li {
		display: block;
	}
	.count-data ul li h3 {
		line-height: 1;
		margin-top: 10px;
		font-size: 34px;
	}
	.count-data ul li p {
		font-size: 15px;
	}
	.count-data ul li span {
		font-size: 13px;
	}
	.slideshow .slide {
		margin-top: 0;
	}
	#set_Meal .meal {
		height: 750px!important;
	}
	.navbar-right .mydesign {
		font-size: 14px;
		margin-top: 5px;
	}
	.navbar {
		font-size: 14px;
	}
	.logo {
		width: 85%;
	}
	.navbar-right li {
		padding: 7px;
	}
}

.logoshow {
	margin: 60px auto 60px;
}

.logoshow img {
	cursor:pointer;
	padding:15px;
	border:3px solid #f5f5f5;
	border-radius:5px;
}

.logoshow img.hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all .3s ease-in;
}

.logoshow .row>div {
	padding: 5px;
}

.step .row h3 {
	height: 70px;
	line-height: 1.3;
	font-size: 20px;
	font-weight: normal;
	color: #555;
}

.step .row h3 span {
	text-align: center;
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #d21725;
	line-height: 46px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 20px;
}

.step .row h3 p {
	padding-top: 5px;
}

.introduce {
	text-align: left;
}

.introduce h2 {
	letter-spacing: 3px;
	color: #666;
	font-size: 30px;
}

.introduce p {
	color: #d21725;
	font-size: 18px;
	margin: 15px 0 40px;
}

.introduce a {
	line-height: 60px;
	font-size: 18px;
	display: inline-block;
	width: 270px;
	height: 60px;
	border: 2px solid #d21725;
	color: #d21725;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	transition: all 1s ease;
}

.introduce a:hover {
	text-decoration: none;
}

.introduce>div {
	margin-top: 90px;
}

.majors.active {
	color: #fff;
	background: #d21725;
	transition: all .8s ease;
}

.good {
	margin-top: 70px;
}

.good .row {
	text-align: center;
}

.good .row img {
	margin: 0 auto;
	width: 100%;
}

.good .row h2 {
	font-size: 30px;
	color: #666;
	margin: 50px 0 10px;
}

.good .row p {
	font-size: 16px;
	color: #bfbfbf;
}

.footer {
	margin: 50px auto 0px;
	padding-bottom: 30px;
}

.footer .list-inline {
	color: #808080;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer a {
	color: #808080;
	font-size: 16px;
	margin: 0 10px;
}

.footer p {
	color: #808080;
	line-height: 1.2;
	font-size: 16px;
}

.footer p a {
	color: rgb(85, 26, 139);
}

.carousel-indicators li {
	width: 18px;
	height: 18px;
	margin: 2px;
	border-radius: 18px;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 2px;
	background-color: #fff;
}

.question {
    background: #eee;
    padding-bottom: 30px;
    overflow: auto;
    text-align: center;
}

.firstani {
	text-align: left;
	width: 500px;
	margin: 0 auto;
	padding-top: 10px;
	height: 100%;
}

.firstani img {
	display: none;
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	margin-top: -15px;
}

.firstani .tell {
	display: block;
	opacity: 0;
	border-radius: 5px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #333;
	float: left;
	font-size: 18px;
	display: inline-block;
	padding: 10px;
	border: 2px dashed #d21725;
	margin-bottom: 15px;
}

.firstani .tell1 {
	margin-top: -10px;
}

.firstani .tell p {
	margin: 0;
}

.firstani .tell p span {
	opacity: 0;
}

.que_logo {
	display: inline-block;
	float: left;
}

.que_logo img {
	margin-right: 10px;
}

.que_tell {
	float: left;
	width: 75%;
}


/*问题首次动画效果*/

.firstani.active img {
	display: block;
	opacity: 1;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .1s;
	-moz-transition: all 1s ease .1s;
	-ms-transition: all 1s ease .1s;
}

.firstani.active .tell1 {
	opacity: 1;
	transition: all .1s ease .6s;
	-webkit-transition: all .1s ease .6s;
	-moz-transition: all .1s ease .6s;
	-ms-transition: all .1s ease .6s;
}

.firstani.active .tell1 p .one {
	opacity: 1;
	transition: all .1s ease .8s;
	-webkit-transition: all .1s ease .8s;
	-moz-transition: all .1s ease .8s;
	-ms-transition: all .1s ease .8s;
}

.firstani.active .tell1 p .two {
	opacity: 1;
	transition: all .1s ease .9s;
	-webkit-transition: all .1s ease .9s;
	-moz-transition: all .1s ease .9s;
	-ms-transition: all .1s ease .9s;
}

.firstani.active .tell1 p .three {
	opacity: 1;
	transition: all .1s ease 1s;
	-webkit-transition: all .1s ease 1s;
	-moz-transition: all .1s ease 1s;
	-ms-transition: all .1s ease 1s;
}

.firstani.active .tell1 p .four {
	opacity: 1;
	transition: all .1s ease 1.1s;
	-webkit-transition: all .1s ease 1.1s;
	-moz-transition: all .1s ease 1.1s;
	-ms-transition: all .1s ease 1.1s;
}

.firstani.active .tell1 p .five {
	opacity: 1;
	transition: all .1s ease 1.2s;
	-webkit-transition: all .1s ease 1.2s;
	-moz-transition: all .1s ease 1.2s;
	-ms-transition: all .1s ease 1.2s;
}

.firstani.active .tell2 {
	opacity: 1;
	transition: all .1s ease 1.4s;
	-webkit-transition: all .1s ease 1.4s;
	-moz-transition: all .1s ease 1.4s;
	-ms-transition: all .1s ease 1.4s;
}

.firstani.active .tell2 p .one {
	opacity: 1;
	transition: all .1s ease 1.5s;
	-webkit-transition: all .1s ease 1.5s;
	-moz-transition: all .1s ease 1.5s;
	-ms-transition: all .1s ease 1.5s;
}

.firstani.active .tell2 p .two {
	opacity: 1;
	transition: all .1s ease 1.6s;
	-webkit-transition: all .1s ease 1.6s;
	-moz-transition: all .1s ease 1.6s;
	-ms-transition: all .1s ease 1.6s;
}

.firstani.active .tell2 p .three {
	opacity: 1;
	transition: all .1s ease 1.7s;
	-webkit-transition: all .1s ease 1.7s;
	-moz-transition: all .1s ease 1.7s;
	-ms-transition: all .1s ease 1.7s;
}

.firstani.active .tell2 p .four {
	opacity: 1;
	transition: all .1s ease 1.8s;
	-webkit-transition: all .1s ease 1.8s;
	-moz-transition: all .1s ease 1.8s;
	-ms-transition: all .1s ease 1.8s;
}

.firstani.active .tell2 p .five {
	opacity: 1;
	transition: all .1s ease 1.9s;
	-webkit-transition: all .1s ease 1.9s;
	-moz-transition: all .1s ease 1.9s;
	-ms-transition: all .1s ease 1.9s;
}

.firstani.active .tell3 {
	opacity: 1;
	transition: all .1s ease 2s;
	-webkit-transition: all .1s ease 2s;
	-moz-transition: all .1s ease 2s;
	-ms-transition: all .1s ease 2s;
}

.firstani.active .tell3 p .one {
	opacity: 1;
	transition: all .1s ease 2.1s;
	-webkit-transition: all .1s ease 2.1s;
	-moz-transition: all .1s ease 2.1s;
	-ms-transition: all .1s ease 2.1s;
}

.firstani.active .tell3 p .two {
	opacity: 1;
	transition: all .1s ease 2.2s;
	-webkit-transition: all .1s ease 2.2s;
	-moz-transition: all .1s ease 2.2s;
	-ms-transition: all .1s ease 2.2s;
}

.firstani.active .tell3 p .three {
	opacity: 1;
	transition: all .1s ease 2.3s;
	-webkit-transition: all .1s ease 2.3s;
	-moz-transition: all .1s ease 2.3s;
	-ms-transition: all .1s ease 2.3s;
}

.firstani.active .tell3 p .four {
	opacity: 1;
	transition: all .1s ease 2.4s;
	-webkit-transition: all .1s ease 2.4s;
	-moz-transition: all .1s ease 2.4s;
	-ms-transition: all .1s ease 2.4s;
}

.firstani.active .tell3 p .five {
	opacity: 1;
	transition: all .1s ease 2.5s;
	-webkit-transition: all .1s ease 2.5s;
	-moz-transition: all .1s ease 2.5s;
	-ms-transition: all .1s ease 2.5s;
}


/*第一个问题*/

.question_one {
	opacity: 0;
	display: none;
	width: 500px;
	margin: auto;
}

.question_one .que_title {
	text-align: left;
	margin: 10px auto 50px;
	overflow: auto;
}

.question_one .que_title img {
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.question_one_tell {
	opacity: 0;
	border-radius: 5px;
	color: #333;
	font-size: 18px;
	display: inline-block;
	padding: 5px;
	border: 2px dashed #d21725;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 75%;
	float: left;
}

.question_one_tell p {
	margin: 0;
	line-height: 1.5;
}

.question_one_tell p span {
	opacity: 0;
}


/*第一个问题动画效果*/

.question_one.active {
	opacity: 1;
	display: block;
}

.question_one.active img {
	animation: opa .1s ease .2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .2s;
	-ms-animation-fill-mode: forwards;
	-o-animation: opa .1s ease .2s;
	-o-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell {
	animation: opa .1s ease .7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .7s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .one {
	animation: opa .1s ease 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.2s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .two {
	animation: opa .1s ease 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.3s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.3s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .three {
	animation: opa .1s ease 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.4s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.4s;
	-ms-animation-fill-mode: forwards;
	-o-animation: opa .1s ease 1.4s;
	-o-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .four {
	animation: opa .1s ease 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.5s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .five {
	color: #d21725;
	animation: opa .1s ease 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.6s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.6s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .six {
	color: #d21725;
	animation: opa .1s ease 1.7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.7s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .seven {
	color: #d21725;
	animation: opa .1s ease 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.8s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.8s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .eight {
	animation: opa .1s ease 1.9s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.9s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.9s;
	-ms-animation-fill-mode: forwards;
}

.question_one.active .question_one_tell p .nine {
	animation: opa .1s ease 2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 2s;
	-ms-animation-fill-mode: forwards;
}

.progress.active {
	animation: opa .1s ease;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease;
	-ms-animation-fill-mode: forwards;
}

.progress.active .progress-bar {
	animation: wid .8s ease;
	animation-fill-mode: forwards;
	-webkit-animation: wid .8s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: wid .8s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: wid .8s ease;
	-ms-animation-fill-mode: forwards;
}

.progress.active_step2 .progress-bar {
	animation: wid2 .8s ease;
	animation-fill-mode: forwards;
	-webkit-animation: wid2 .8s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: wid2 .8s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: wid2 .8s ease;
	-ms-animation-fill-mode: forwards;
	-o-animation: wid2 .8s ease;
	-o-animation-fill-mode: forwards;
}

@-webkit-keyframes wid {
	from {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 1;
		width: 25%;
	}
}

@keyframes wid {
	from {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 1;
		width: 25%;
	}
}

@-webkit-keyframes wid2 {
	from {
		opacity: 0;
		width: 25%;
	}
	to {
		opacity: 1;
		width: 50%;
	}
}

@keyframes wid2 {
	from {
		opacity: 0;
		width: 25%;
	}
	to {
		opacity: 1;
		width: 50%;
	}
}

@-webkit-keyframes wid3 {
	from {
		opacity: 0;
		width: 50%;
	}
	to {
		opacity: 1;
		width: 60%;
	}
}

@keyframes wid3 {
	from {
		opacity: 0;
		width: 50%;
	}
	to {
		opacity: 1;
		width: 60%;
	}
}

@-webkit-keyframes wid4 {
	from {
		opacity: 0;
		width: 60%;
	}
	to {
		opacity: 1;
		width: 80%;
	}
}

@keyframes wid4 {
	from {
		opacity: 0;
		width: 60%;
	}
	to {
		opacity: 1;
		width: 80%;
	}
}

@-webkit-keyframes wid5 {
	from {
		opacity: 0;
		width: 80%;
	}
	to {
		opacity: 1;
		width: 100%;
	}
}

@keyframes wid5 {
	from {
		opacity: 0;
		width: 80%;
	}
	to {
		opacity: 1;
		width: 100%;
	}
}

@-webkit-keyframes opa {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes opa {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*表单*/

.input {
	margin: 30px auto;
	display: block;
	width: 320px;
}

.input input,
.input textarea {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #d21725;
	padding: 10px;
	font-size: 30px;
	color: #666;
	outline: none;
	-moz-outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-moz-appearance:textfield;
	height: 60px;
	opacity: .9;
}

.input label {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #ADADAD;
	font-size: 12px;
	padding-left: 20px;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::input-placeholder {
	color: #999;
}

.back_but {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -260px;
	color: #999;
	cursor: pointer;
	font-size: 16px;
}

.skip_but {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: 160px;
	color: #999;
	cursor: pointer;
	font-size: 16px;
}

.button {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	height: 66px;
	background: #B2B2B2;
	background: grey;
	display: inline-block;
	/*border: 2px solid #d21725;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	box-shadow: 10px 10px 10px #E6E6E6;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	opacity: .9;
}

#submit_one.active {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	height: 66px;
	background: #d21725;
	display: inline-block;
	border: 2px solid #d21725;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	box-shadow: 10px 10px 10px #E6E6E6;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

#submit_one.disabled {
	pointer-events: none;
}

#submit_two.active {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	height: 66px;
	background: #d21725;
	display: inline-block;
	border: 2px solid #d21725;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	box-shadow: 10px 10px 10px #E6E6E6;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

#submit_two.disabled {
	pointer-events: none;
}

#submit_three.disabled {
	pointer-events: none;
}

#submit_four.disabled {
	pointer-events: none;
}

.button__text {
	height: 66px;
	line-height: 66px;
	vertical-align: center;
	font-size: 16px;
	color: #FFF;
}

.footer_two {
	width: 100%;
	height: 160px;
	background: #fff;
	position: fixed;
	bottom: 0;
	background: #fff;
}

.progress {
	border-radius: 0;
	width: 100%;
	position: fixed;
	bottom: -22px;
	opacity: 0;
	z-index: 9999;
}


/*第二个问题*/

.question_two {
	opacity: 0;
	display: none;
	width: 50%;
	margin: auto;
}

.question_two .que_title2 {
	text-align: center;
	margin: 20px auto 50px;
	overflow: auto;
}

.question_two .que_title2 img {
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	float: left;
}

.question_two_tell {
	opacity: 0;
	border-radius: 5px;
	line-height: 1;
	color: #333;
	font-size: 18px;
	display: inline-block;
	padding: 5px;
	border: 2px dashed #d21725;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 75%;
	float: left;
}

.question_two_tell p {
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

.question_two_tell p span {
	opacity: 0;
}


/*第二个问题动画效果*/

.question_two.active {
	opacity: 1;
	display: block;
}

.question_two.active img {
	animation: opa .1s ease .2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .2s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell {
	animation: opa .1s ease .7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .7s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .one {
	animation: opa .1s ease 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.2s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .two {
	color: #d21725;
	animation: opa .1s ease 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.3s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.3s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .three {
	color: #d21725;
	animation: opa .1s ease 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.4s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.4s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .four {
	color: #d21725;
	animation: opa .1s ease 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.5s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .five {
	animation: opa .1s ease 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.6s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.6s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .six {
	animation: opa .1s ease 1.7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.7s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .seven {
	animation: opa .1s ease 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.8s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.8s;
	-ms-animation-fill-mode: forwards;
	-o-animation: opa .1s ease 1.8s;
	-o-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .eight {
	animation: opa .1s ease 1.9s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.9s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.9s;
	-ms-animation-fill-mode: forwards;
}

.question_two.active .question_two_tell p .nine {
	animation: opa .1s ease 2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 2s;
	-ms-animation-fill-mode: forwards;
}

.progress.active_step3 .progress-bar {
	animation: wid3 .8s ease;
	animation-fill-mode: forwards;
	-webkit-animation: wid3 .8s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: wid3 .8s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: wid3 .8s ease;
	-ms-animation-fill-mode: forwards;
}

.describe {
	margin: 0 auto;
	width: 300px;
}

textarea {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #d21725;
	padding: 10px;
	font-size: 40px;
	color: #999;
	outline: none;
	-moz-outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.describe textarea {
	resize: none;
	font-size: 16px;
	height: 100px;
	opacity: .9;
	letter-spacing: 1px;
}


/*第三个问题*/

.question_three {
	opacity: 0;
	display: none;
}

.question_three .que_title3 {
	text-align: center;
	margin: 50px auto 50px;
	overflow: auto;
	width: 500px;
}

.question_three .que_title3 img {
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

.question_three_tell {
	opacity: 0;
	border-radius: 5px;
	line-height: 1;
	color: #333;
	font-size: 18px;
	display: inline-block;
	padding: 5px;
	border: 2px dashed #d21725;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 75%;
	float: left;
}

.question_three_tell p {
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

.question_three_tell p span {
	opacity: 0;
}


/*第三个问题动画效果*/

.question_three.active {
	opacity: 1;
	display: block;
}

.question_three.active img {
	animation: opa .1s ease .2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .2s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell {
	animation: opa .1s ease .7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .7s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .one {
	animation: opa .1s ease 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.2s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .two {
	color: #d21725;
	animation: opa .1s ease 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.3s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.3s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .three {
	animation: opa .1s ease 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.4s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.4s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .four {
	animation: opa .1s ease 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.5s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .five {
	animation: opa .1s ease 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.6s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.6s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .six {
	animation: opa .1s ease 1.7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.7s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .seven {
	animation: opa .1s ease 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.8s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.8s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .eight {
	animation: opa .1s ease 1.9s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.9s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.9s;
	-ms-animation-fill-mode: forwards;
}

.question_three.active .question_three_tell p .nine {
	animation: opa .1s ease 2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 2s;
	-ms-animation-fill-mode: forwards;
}

.progress.active_step4 .progress-bar {
	animation: wid4 .8s ease;
	animation-fill-mode: forwards;
	-webkit-animation: wid4 .8s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: wid4 .8s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: wid4 .8s ease;
	-ms-animation-fill-mode: forwards;
}


/*logo风格选择*/

.style_img_wrap {
	padding-bottom: 10px;
}

.style_img ul {
	max-width: 82%;
	margin: auto;
}

.style_img li {
	padding: 18px;
	position: relative;
	cursor: pointer;
}

.style_img_wrap .style_img li.disabled {
	pointer-events: none;
}

.style_img li.hover .offer_img {
	box-shadow: 5px 5px 10px #666;
	transform: scale(1.2);
	transition: all .3s ease-in-out;
}

.style_img .offer_img {
	width: 100%;
	height: 100%;
}

.style_img li.check .offer_img {
	border: 5px solid #d21725;
	padding: 0;
}

.style_img li .offer_img {
	border: 5px solid transparent;
}

.style_img li .style_img_check {
	display: none;
	opacity: 0;
	width: 15%;
	height: 15%;
	position: absolute;
	bottom: 15%;
	right: 15%;
	cursor: pointer;
}

.style_img li.check .style_img_check {
	display: block;
	opacity: 1;
}

#submit_three.active {
	background: #d21725;
}


/*选择颜色*/

.style_color_wrap {
	padding-bottom: 10px;
}

.question_four {
	opacity: 0;
	display: none;
}

.question_four .que_title4 {
	text-align: center;
	margin: 50px auto 10px;
	overflow: auto;
	width: 500px;
}

.question_four .que_title4 img {
	/*opacity: 0;*/
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.question_four_tell {
	opacity: 0;
	border-radius: 5px;
	line-height: 1;
	color: #333;
	font-size: 18px;
	border: 2px dashed #d21725;
	display: inline-block;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 75%;
	float: left;
}

.question_four_tell p {
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

.question_four_tell p span {
	opacity: 0;
}


/*选择颜色页动画效果*/

.question_four.active {
	opacity: 1;
	display: block;
}

.question_four.active .question_four_tell {
	animation: opa .1s ease .7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .7s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .one {
	animation: opa .1s ease 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.2s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .two {
	animation: opa .1s ease 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.3s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.3s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .three {
	animation: opa .1s ease 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.4s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.4s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .four {
	color: #d21725;
	animation: opa .1s ease 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.5s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .five {
	animation: opa .1s ease 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.6s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.6s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .six {
	animation: opa .1s ease 1.7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.7s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .seven {
	color: #d21725;
	animation: opa .1s ease 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.8s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.8s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .eight {
	animation: opa .1s ease 1.9s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.9s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.9s;
	-ms-animation-fill-mode: forwards;
}

.question_four.active .question_four_tell p .nine {
	animation: opa .1s ease 2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 2s;
	-ms-animation-fill-mode: forwards;
}

.progress.active_step5 .progress-bar {
	animation: wid5 .8s ease;
	animation-fill-mode: forwards;
	-webkit-animation: wid5 .8s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: wid5 .8s ease;
	-moz-animation-fill-mode: forwards;
	-ms-animation: wid5 .8s ease;
	-ms-animation-fill-mode: forwards;
}

.jump {
	display: none;
	position: absolute;
	top: 300px;
	left: 50%;
	margin: auto;
	margin-left: -100px;
}


/*logo颜色选择*/

.style_color {
	max-width: 950px;
	margin: auto;
}

.style_color ul {
	max-width: 100%;
	margin: 0 auto;
}

.style_color li {
	height: 25%;
	padding: 0px;
	position: relative;
	cursor: pointer;
}

.style_color .offer_style {
	border-radius: 50%;
	width: 64%;
	height: 64%;
	position: absolute;
	top: 18%;
	left: 18%;
	z-index: 99;
}

.style_color li.check .offer_style {
	border: 5px solid #d21725;
	;
}

.style_color .check_color {
	opacity: 0;
	width: 12%;
	height: 12%;
	position: absolute;
	top: 44%;
	left: 44%;
	z-index: 101;
}

.style_color li.check .check_color {
	opacity: 1;
}

.style_color .offer_style_color {
	z-index: 98;
	border-radius: 50%;
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.style_color li.active .offer_style_color {
	opacity: 1;
	box-shadow: 5px 5px 15px #8C8C8C;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 5px 5px 15px #8C8C8C;
	-webkit-transition: all .2s ease-in-out;
	-moz-box-shadow: 5px 5px 15px #8C8C8C;
	-moz-transition: all .2s ease-in-out;
	-ms-box-shadow: 5px 5px 15px #8C8C8C;
	-ms-transition: all .2s ease-in-out;
}

.style_color li p {
	text-align: left;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 30%;
	z-index: 100;
	transition: all .3s;
	opacity: 0;
}

.style_color li.active p {
	opacity: 1;
	transition: all .3s;
}

.style_color li p b {
	display: block;
	font-size: 15px;
}

.style_color li p span {
	font-size: 13px;
}


/*颜色选择按钮*/

#submit_four.active {
	background: #d21725;
}

#submit_five.active {
	background: #d21725;
}

#submit_five.disabled {
	pointer-events: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
}


/*选择3个你喜欢的icon*/

.three_icon {}

.question_five {
	opacity: 0;
	display: none;
}

.question_five .que_title5 {
	text-align: center;
	margin: 40px auto 10px;
	width: 500px;
	overflow: auto;
}

.question_five .que_title5 img {
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.question_five_tell {
	opacity: 0;
	border-radius: 5px;
	line-height: 1;
	color: #333;
	font-size: 18px;
	border: 2px dashed #d21725;
	display: inline-block;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 75%;
	float: left;
}

.question_five_tell p {
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

.question_five_tell p span {
	opacity: 0;
}


/*选择 3个你喜欢的icon 页动画效果*/

.question_five.active {
	opacity: 1;
	display: block;
}

.question_five.active img {
	animation: opa .1s ease .2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .2s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell {
	animation: opa .1s ease .7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease .7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease .7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease .7s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .one {
	animation: opa .1s ease 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.2s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .two {
	animation: opa .1s ease 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.3s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.3s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .three {
	color: #d21725;
	animation: opa .1s ease 1.4s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.4s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.4s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .four {
	animation: opa .1s ease 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.5s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .five {
	animation: opa .1s ease 1.6s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.6s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.6s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .six {
	animation: opa .1s ease 1.7s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.7s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.7s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .seven {
	animation: opa .1s ease 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.8s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.8s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .eight {
	animation: opa .1s ease 1.9s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 1.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 1.9s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 1.9s;
	-ms-animation-fill-mode: forwards;
}

.question_five.active .question_five_tell p .nine {
	animation: opa .1s ease 2s;
	animation-fill-mode: forwards;
	-webkit-animation: opa .1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: opa .1s ease 2s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: opa .1s ease 2s;
	-ms-animation-fill-mode: forwards;
}


/*icon选择后区域*/

#icon_box {}

#icon_box .place_box {
	width: 640px;
	padding: 0 5%;
	margin: 60px auto 30px;
}

#icon_box .place_box li {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: 5%;
}

#icon_box .place_box li div {
	width: 100%;
	height: 100%;
	border: 2px solid #8C8C8C;
	border-radius: 10px;
	opacity: .7;
}

#icon_box .place_box li.check div {
	border: 2px solid #d21725;
}

#icon_box .place_box li img {
	width: 90%;
	height: 90%;
	margin: 5%;
	vertical-align: top;
}

#icon_box .place_box li.check:before {
	display: block;
	content: "";
	width: 25%;
	height: 25%;
	position: absolute;
	right: -10%;
	top: -10%;
	background: url(../image/icon_unselect.svg) no-repeat center top;
	background-size: contain;
	z-index: 999;
}


/*icon放置区域*/

#icon_lay {
	padding-bottom: 30px;
}

#icon_lay ul {
	width: 640px;
	height: 400px;
	overflow-y: scroll;
	margin: 0 auto;
}

#icon_lay ul li {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 2%;
	border-radius: 10px;
	border: 2px solid #8c8c8c;
}

#icon_lay ul li div {
	width: 100%;
	height: 100%;
	opacity: .5;
}

#icon_lay ul li img {
	width: 90%;
	height: 90%;
	margin: 5%;
	vertical-align: top;
}

#icon_lay ul li.active {
	border: 2px solid #d21725;
}

#icon_lay ul li.check div {
	opacity: .1;
}

#icon_lay ul li.disabled {
	pointer-events: none;
}

#icon_lay ul li.check {
	pointer-events: none;
}


/*进度页*/

canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.progress_bar {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.progress_bar .center_block {
	width: 80%;
	text-align: center;
	margin: 10% auto;
}

.progress_bar .center_block .indicate_logo {
	display: inline-block;
	width: 70px;
	margin-top: -10px;
	height: 65px;
	vertical-align: top;
}

.progress_bar .center_block .indicate_logo img {
	width: 60px;
	height: auto;
}

.progress_bar .center_block .indicate_logo {
	position: relative;
}

.progress_bar .center_block .indicate_logo li {
	position: absolute;
	top: 10px;
}

.progress_bar .center_block .progress_step {
	display: inline-block;
	height: 65px;
}

.progress_bar .center_block .progress_step li {
	text-align: left;
	height: 60px;
	padding: 0 30px 0 30px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}

.progress_bar .center_block .progress_step li p {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
}

.progress_bar .center_block .progress_step img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
}

.progress_bar .center_block .progress_step li.active {
	border: 2px dashed #fff;
	border-radius: 10px;
}

.progress_bar .center_block .progress_step li b {
	display: inline-block;
	font-weight: 400;
	padding-left: 50px;
	vertical-align: top;
	font-size: 42px;
	line-height: 60px;
}

header {
	background: linear-gradient(#eee, #666);
	background: -webkit-linear-gradient(#eee, #666);
	background: -moz-linear-gradient(#eee, #666);
	background: -o-linear-gradient(#eee, #666);
	margin: 0 auto;
}


/*生成页*/


/*遮罩层*/

.shade {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.taocan-xs {
	display: none;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;*/
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
	padding: 10px 10px 50px 10px;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	/*pointer-events: none;*/
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
	position: relative;
}

.slick-slide a {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-center {
	transform-origin: top;
	transform: scale(1.2);
}

.slick-slide .bg {
	width: 80%;
	height: auto;
	margin: auto;
}

.slick-slide .result_img {
	width: 50%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 24%;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.slick-slide .share_icon {
	width: 55px;
	height: auto;
	position: absolute;
	/*top: 30px;
	left: 70px;*/
	top: 9%;
	left: 13%;
	height: 25px;
	padding: 15px;
	z-index: 10;
}

.slick-slide .share_icon img {
	width: 200%;
	height: auto;
}

.slick-slide .number {
	font-size: 14px;
	position: absolute;
	top: 15%;
	left: 39%;
	font-weight: bold;
	color: #d21725;
	letter-spacing: 2px;
	cursor: text;
}

.slick-slide .collect {
	width: 80px;
	height: 25px;
	padding: 10px;
	position: absolute;
	/*top: 50px;
	right: 80px;*/
	top: 14%;
	right: 21%;
	cursor: pointer;
}

.slick-slide .collect {
	background: url(../image/favorite_add.png) no-repeat center top;
	background-size: 100% auto;
	background-position: 0%, 0%;
}

.slick-slide .collect.active {
	background: url(../image/favorite_remove.png) no-repeat center top;
	background-size: 100% auto;
	background-position: 0%, 0%;
}


/*屏蔽长按图片弹出菜单*/

.result_img,
.example_logo,
.user-logo {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.user-logo-link {
	display: block;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 40%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.2;
	display: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	pointer-events: none;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -40px;
}

.slick-prev:before {
	content: "";
	display: block;
	background: url(../image/arrow_left.png) no-repeat center top;
	background-size: 100% auto;
	width: 60px;
	height: 60px;
}

.slick-next {
	right: -40px;
}

.slick-next:before {
	content: "";
	display: block;
	background: url(../image/arrow_right.png) no-repeat center top;
	background-size: 100% auto;
	width: 60px;
	height: 60px;
}


/* Dots */

.slick-slider {
	margin: 20px 0;
	cursor: pointer;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
}

.again {
	height: 400px;
	margin-top: 10px;
	display: block;
	background: url(../image/re_generate_button.png) no-repeat center top;
	background-size: 80% auto;
	transform: scale(.8);
}

.two_confirm_wrap {
	display: none;
}

.two_confirm_wrap.active {
	width: 100%;
	height: 100%;
	z-index: 9996;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.two_confirm_wrap .mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	filter: opacity(.7);
}

.two_confirm_wrap .two_conform {
	width: 320px;
	height: 150px;
	background-color: #fff;
	z-index: 9997;
	border-radius: 10px;
}

.two_confirm_wrap .two_conform p {
	font-size: 18px;
	color: #000;
	margin: 30px auto;
	letter-spacing: 1px;
}

.two_confirm_wrap .two_conform div {
	border-top: 1px solid #DCDCDC;
}

.two_confirm_wrap .two_conform a {
	display: inline-block;
	font-size: 16px;
	width: 50%;
	height: 60px;
	line-height: 60px;
	float: left;
	color: #333;
}


/*编辑按钮*/

.edit {
	margin: 20px auto;
	text-align: center;
}

.edit button {
	color: #fff;
	margin: 0 15px;
	background-color: #d21725;
	margin:5px;
	padding:10px;
}

.edit button:hover {
	color: #fff;
	background-color: #d21725;
}


/*VI延展*/

.vi.container {
	max-width: 1000px;
	display: none;
}

.vi div {
	/*margin-bottom: 20px;*/
}

.vi img {
	width: 100%;
	height: 100%;
}

.vi img.example_img {
	position: relative;
	top: 0;
	left: 0;
}

.vi img.example_logo {
	position: absolute;
	top: 0;
	left: 0;
}

.vi .vi_wrap {
	width: 65%;
	height: 92.7%;
	position: absolute;
	top: 0;
	left: 0;
}

.vi img.example_logo {
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
}


/*价格套餐页*/

#set_Meal .price_header {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}

#set_Meal .glyphicon {
	display: inline;
	float: left;
}


/*3个套餐*/

#set_Meal {
	/*padding-bottom:80px;*/
}

#set_Meal .meal {
	position: relative;
	width: 90%;
	height: 1030px;
	margin: 60px auto 30px;
	background-color: #F2F2F2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	box-shadow: 10px 10px 20px #999;
}

#set_Meal .meal.active {
	border: 4px solid #d21725;
}

#set_Meal .download {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	margin-top:8px;
}

#set_Meal .download span {
	color: #d21725;
	display: inline-block;
	padding: 0 3px;
}

#set_Meal .download:hover {
	text-decoration: none!important;
}

#set_Meal .download span:hover {
	text-decoration: underline;
}

#set_Meal .meal .hot {
	position: absolute;
	top: 10px;
	right: 20px;
}

#set_Meal .meal .icon_shop {
	width: 120px;
	height: 34px;
	margin: 20px 0;
	display: inline-block;
	border-radius: 5px;
}

#set_Meal .meal .icon_shop1 {
	background: url("../image/level_tag_basic.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .icon_shop2 {
	background: url("../image/level_tag_premium.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .icon_shop3 {
	background: url("../image/level_tag_enterprise.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .icon_shop1.active {
	background: url("../image/level_tag_basic2.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .icon_shop2.active {
	background: url("../image/level_tag_premium2.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .icon_shop3.active {
	background: url("../image/level_tag_enterprise2.png") no-repeat center top;
	background-size: 100% auto;
}

#set_Meal .meal .Fit {
	width: 80%;
	margin: 0 auto 20px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	color: #666;
	padding: 10px 0;
}

#set_Meal .meal ul li {
	letter-spacing: 1px;
	width: 80%;
	font-size: 16px;
	margin: 10px 0 0 25px;
	color: #999;
}

#set_Meal .meal ul li i {
	display: inline-block;
	float: left;
}

#set_Meal .meal ul li span {
	display: block;
	margin-left: 25px;
}

#set_Meal .meal .price {
	font-size: 52px;
	color: #d21725;
}

#set_Meal .meal .go {
	text-align: center;
	margin: 0 auto;
	width: 70%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #d21725;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #d21725;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#set_Meal .meal .price_bottom {
	width: 100%;
	margin: 10px auto 15px;
	/*position: absolute;
	bottom: 25px;
	left: 0;*/
}

#set_Meal .meal .price_bottom p {
	color: #999;
	font-size: 14px;
	margin: -7px auto;
}

#set_Meal .meal .go:hover,
#set_Meal .meal .go.active:hover {
	color: #fff;
	background: #d21725;
	border: 2px solid #d21725;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 10px 10px 10px #E6E6E6;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

#set_Meal .meal .go.active {
	color: #fff;
	background: #d21725;
	border: 2px solid #d21725;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 10px 10px 10px #E6E6E6;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}


/*购买弹窗*/

#set_Meal .buy_pop_up {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	display: flex;
	z-index: 9999;
}

#set_Meal .buy_pop_up .buy_pop_up_close {
	font-size: 32px;
	position: relative;
	float: right;
	top: -10px;
	right: -10px;
	cursor: pointer;
	color: #8C8C8C;
}

#set_Meal .buy_pop_up .wrap {
	width: 660px;
	height: 370px;
	background: #fff;
	margin: auto;
	border-radius: 10px;
	text-align: right;
	padding: 30px;
}

#set_Meal .buy_pop_up .wrap p {
	font-size: 16px;
	color: #B3B3B3;
	text-align: left;
	line-height: 1.5;
}

#set_Meal .buy_pop_up .wrap p span {
	color: #d21725;
}

#set_Meal .buy_pop_up .buy_way {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}

#set_Meal .buy_pop_up .buy_way a {
	display: flex;
	width: 250px;
	height: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

#set_Meal .buy_pop_up .buy_way a.wechat.active {
	background: #44AF35 url(../image/wechat_w.40d3d0ab.svg) no-repeat;
	background-position: center 90px;
}

#set_Meal .buy_pop_up .buy_way a.alipay.active {
	background: #009FE8 url(../image/alipay_w.4d6a6c0b.svg) no-repeat;
	background-position: center 90px;
}

#set_Meal .buy_pop_up .buy_way a p {
	width: 85%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: 80px;
	color: #fff;
	border: 1px solid #fff;
	display: none;
	border-radius: 5px;
}
.coupon {
	width:100%;
	text-align: center;
	margin:10px 0;
	height:30px;
	line-height:30px;
	color:#888;
	font-size:14px;
	/*position:absolute;
	bottom:10px;
	left:0;*/
}
.coupon label {
	cursor:pointer;	
	display:inline-block;
	padding-right:5px;
}
.coupon input {
	display:inline-block;
	width:50%;
	border-radius:5px;
	border:1px solid #ccc;
	padding-left:10px;
}

/*关于页面*/

#about .about_header {
	background-color: #F2F2F2;
}

#about #intelligent {
	background: url(../image/bg_introduction_page.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	text-align: center;
	color: #999;
	letter-spacing: 1px;
}

#about #intelligent h2 {
	color: #fff;
	font-size: 32px;
	padding: 0 10px;
	padding-top: 150px;
	margin-bottom: 40px;
	margin-top: 0;
}

#about #intelligent p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 15px;
	color: #fff;
	;
}

#about #intelligent .marbot {
	margin-bottom: 40px;
}

#about .four_item {
	padding-bottom: 40px;
}

#about .four_item>div {
	margin-top: 60px;
}

#about .four_item .four_item_icon {
	display: block;
	letter-spacing: 2px;
	margin: auto;
}

#about .four_item h2 {
	font-size: 30px;
	color: #666;
}

#about .four_item p {
	padding: 0 50px;
	font-size: 16px;
	color: #999;
	line-height: 1.8;
}

#about .flow {
	background-color: #F2F2F2;
	padding-bottom: 60px;
}

#about .flow .row>div {
	padding: 0 60px;
	margin-top: 100px;
	letter-spacing: 1px;
}

#about .flow h2 {
	font-size: 30px;
	color: #666;
	margin-bottom: 10px;
}

#about .flow p {
	font-size: 16px;
	color: #999;
}

#about .flow p.quote {
	font-size: 12px;
}


/*关于我们*/

.about_us {}

.about_us .row {
	padding: 0 15%;
	margin: 50px auto 30px;
}

.about_us .row div {
	margin-bottom: 15px;
}

.about_us .row h2 {
	font-size: 30px;
	color: #666;
	margin-bottom: 20px;
}

.about_us .row p {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	margin-bottom: 10px;
}

#contact .row {
	padding: 0 15%;
}

#contact .row img {
	display: block;
	margin-bottom: 10px;
}

#contact h2 {
	font-size: 28px;
	color: #666;
}

#contact p {
	margin-top: 20px;
	font-size: 16px;
	color: #999;
}

#contact .contact_icon {
	margin-top: 20px;
	padding: 30px;
}

#about .address_map {
	margin: 50px auto;
}

.img_z {
	width: 100%;
	height: auto;
}


/*购买套餐选择页*/

.buy .favourable {
	color: #999999;
	text-align: center;
	height: 18px;
	margin-bottom: 0;
}

.buy {}

.buy .favourable_code {
	font-size: 14px;
	line-height: 50px;
	color: #666;
	margin-left: 50px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.buy .favourable_code input {
	width: 180px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-left: 10px;
	font-weight: normal;
}

#entry {
	width: 380px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}


/*微信*/

#entry .WeChat {
	padding: 20px 15px;
	width: 380px;
	height: 630px;
	margin: 0 auto;
	background: #fff;
	border-radius: 15px;
	margin: 30px auto;
}

#entry .entry-title {
	position: relative;
	/*margin-top:10px;*/
}

#entry .entry-title .title {
	font-size: 15px;
	background: url(../image/hint.ef3bee86.png) no-repeat center top;
	color: #FFFFFF;
	width: 152px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-right: 15px;
}

#entry .entry-title .blank {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 30px;
	top: 10px;
	cursor: pointer;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid rgb(255, 255, 255);
	transform: rotate(-45deg);
}

.entry-title .entry-icon img {
	cursor: pointer;
}

#entry h2 {
	margin: 0 auto;
}

#entry h2 img {
	width: 60%;
}

#entry .erweima {
	width: 100%;
	margin: 0 auto;
}

#entry .erweima img {
	width: 50%;
}

#entry .entry-flow .WeChat-explain {
	padding: 0;
}

#entry .entry-flow .WeChat-explain img {
	width: 50%;
	margin: 20px auto;
}

#entry .entry-flow .WeChat-explain p {
	font-size: 15px;
	color: #B3B3B3;
	margin-bottom: 0;
	margin-top: 0;
}


/*手机验证*/

#entry .mobile {
	display: none;
	padding: 15px 15px;
	width: 380px;
	height: 630px;
	background: #fff;
	border-radius: 15px;
	margin: 10px auto;
}

#entry input {
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
	background-color: transparent;
	color: #B3B3B3;
	border-radius: 10px;
	padding-left: 20px;
	font-size: 18px;
}

#entry .mobile .phone {
	width: 90%;
	border: 1px solid #999;
	margin: 30px auto 15px;
	border-radius: 10px;
}

#entry .mobile .phone input {
	width: 100%;
}

#entry .mobile .code {}

#entry .mobile .code input {
	border: 1px solid #999;
	width: 45%;
}

#entry .mobile .code .sent {
	display: inline-block;
	width: 40%;
	height: 50px;
	border-radius: 10px;
	line-height: 50px;
	margin-left: 5%;
	color: #fff;
	text-align: center;
	background: #d21725;
	font-size: 15px;
	cursor: pointer;
}

#entry .mobile .code .sent.enabled {
	background: #ccc;
	pointer-events: none;
}

#entry .mobile .enroll {
	display: inline-block;
	width: 90%;
	height: 50px;
	border-radius: 10px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #d21725;
	font-size: 15px;
	cursor: pointer;
	margin: 50px auto 0;
}

#entry input::-webkit-input-placeholder {
	font-size: 16px;
}

#entry input::-moz-input-placeholder {
	font-size: 16px;
}

#entry input::input-placeholder {
	font-size: 16px;
}


/*用户界面*/

#user .uer-header {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}

#user .library>h2 {
	color: #666;
	font-size: 32px;
	font-weight: bold;
	margin-top: 30px;
}

#user .library>p {
	color: #9D9D9D;
	font-size: 16px;
}

.library-title {
	color: #888;
	margin-top: 20px;
	border-bottom: 1px solid #888;
}

#user .library-title li {
	display: inline-block;
	margin: 10px;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 15px;
	color: #666;
	cursor: pointer;
}

#user .library-title li.active {
	background: #d21725;
	color: #fff;
}

#user .libraryBox li {
	padding: 0;
	margin-top: 10px;
}

#user .libraryBox li>div {
	position: relative;
}

#user .libraryBox .premiun {
	position: absolute;
	top: 15%;
	left: 8.5%;
	width: 100px;
}

#user .libraryBox time {
	position: absolute;
	top: 15%;
	left: 8.5%;
	font-size: 15px;
	letter-spacing: 1px;
	color: #888;
	font-weight: 400;
	text-indent: 10px;
}

#user .libraryBox .shoppingcart {
	position: absolute;
	top: 15%;
	right: 12%;
	width: 66px;
	display: block;
}

#user .libraryBox .shoppingcart2 {
	opacity: 0;
}

#user .libraryBox .shoppingcart2:hover {
	opacity: 1;
}

#user .libraryBox .user-logo {
	width: 70%;
	position: absolute;
	top: 25%;
	left: 13%;
}

#user .regener {
	width: 70px;
	height: 70px;
	margin: 80px 0 80px 80px;
}

#user .libraryBox .item {
	display: none;
}


/*分页器*/

.rdio {
	width: 360px;
	margin: 0 auto;
}

.prompt_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.prompt_wrap .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: 999;
}

.prompt_wrap .prompt {
	width: 80%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 10%;
}


/*微信支付*/

.wechat_buy {
	margin: 30px auto;
}

.wechat_buy p {
	font-size: 16px;
	color: #999;
	margin: 30px auto 20px;
}

.wechat_buy p span {
	color: #d21725;
	font-size: 20px;
}

.wechat_buy .erweima {
	padding: 0px;
	border: 1px solid #666;
}

.wechat_buy a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 45px;
}

.wechat_buy a.reset_erweima {
	width: 175px;
	height: 45px;
	color: #fff;
	background-color: #d21725;
	margin-left: 20px;
	border-radius: 5px;
}

.wechat_buy a.reset_erweima:hover {
	background-color: #d21725;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #d21725;
	border-color: #d21725;
}


/*logo选择购买页*/

.order {}

.order .check_logo {
	width: 340px;
	margin: 0 auto;
	position: relative;
}

.order .check_logo img {
	width: 100%;
}

.order .check_logo .share_icon img {
	width: 45px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 50px;
}

.order .check_logo img.collect {
	width: 80px;
	height: auto;
	position: absolute;
	top: 60px;
	right: 40px;
}

.order .check_logo img.result_img {
	width: 70%;
	height: auto;
	position: absolute;
	top: 18%;
	left: 13%;
}

.case_recently .case_bg:hover {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


/*弹窗*/

#set_Meal .pop_up {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	display: flex;
	z-index: 9999;
}

#set_Meal .pop_up .wrap {
	width: 660px;
	height: 350px;
	/*background: url(../image/guarantee_web_bg.dbfabf60.jpg) no-repeat center top;*/
	background-color: #f2f2f2;
	margin: auto;
	border-radius: 20px;
	text-align: right;
	padding-right: 30px;
	position: relative;
}

.notebook_setmeal {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 35%;
	height: 55%;
}

.notebook_setmeal .notebook_setmeal_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.notebook_setmeal .notebook_setmeal_case {
	position: absolute;
	top: 0;
	left: 12%;
	width: 75%;
	height: auto;
}

.notebook_setmeal h4 {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -13%;
	left: 0;
	font-size: 15px;
	color: #d21725;
}

.setmeal_case_bg {
	background-color: #f2f2f2;
	padding: 20px 0 20px;
	margin: 50px 0;
}

.case_recently {
	text-align: center;
	padding: 0 105px;
}

.case_recently .case_bg {
	width: 100%;
	background-color: #ffffff;
	padding: 0 40px;
	margin-bottom:30px;
	box-shadow:5px 5px 10px #ccc;
}

.case_recently .case_bg img {
	width: 100%;
	height: auto;
}

.case_recently h2 {
	font-size: 32px;
	color: #555555;
	letter-spacing: 2px;
	font-family:"微软雅黑";
	margin-top:30px;
}
.case_recently p {
	font-size:18px;
	color:#999999;
	margin-bottom:30px;
}

/*.case_recently p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #999999;
	margin: 15px auto;
}*/

#set_Meal .pop_up .wrap p {
	text-decoration: underline;
	font-size: 28px;
	color: #d21725;
	margin: 25px 0 20px;
}

#set_Meal .pop_up .wrap li {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
}

#set_Meal .pop_up .wrap li span {
	color: #d21725;
}

#set_Meal .pop_up .wrap .iknow {
	display: block;
	width: 175px;
	height: 50px;
	border-radius: 5px;
	background-color: #d21725;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin: 60px auto 0;
	font-size: 18px;
	transition: background-color .5s ease-out;
}

#set_Meal .pop_up .wrap .iknow:hover {
	text-decoration: none;
	background-color: #d21725;
	transition: background-color .5s ease-out;
}

.email-sent {
	width: 100%;
	height: 100%;
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.sent-box {
	width: 640px;
	height: 420px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -320px;
	background-color: #ccc;
}

.sent-box .goal {
	width: 220px;
	height: 220px;
	padding: 20px;
}

.sent-box .goal-bg {
	width: 220px;
	height: 220px;
	margin: 100px 0 90px 30px;
	background-color: #fff;
	float: left;
}

.sent-box .file-data {
	width: 55%;
	float: right;
}

.sent-box ::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
}

.sent-box input {
	width: 85%;
	padding: 10px 0;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #d21725;
	margin-top: 10px;
	font-size: 14px;
}

.sent-box .file-data h2 {
	margin-top: 40px;
	color: #333;
	line-height: 1.5;
}

.sent-box .file-data p {
	color: #666;
	opacity: .8;
	width: 80%;
}

.sent-box .file-sent {
	width: 250px;
	padding: 20px 0;
	background-color: #d21725;
	color: #fff;
	border: none;
	font-size: 16px;
	opacity: .8;
}


/*加载动画*/

.loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
}

.loading .load {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -100px;
}

.loading .span {
	transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -50px;
}

.loading .span,
.loading .span_large {
	width: 100px;
	background-color: rgba(0, 0, 0, 0.02);
	height: 100px;
	vertical-align: middle;
	border-radius: 1px;
}

.loading .square {
	width: 20px;
	height: 20px;
	border: 1px rgba(255, 255, 255, 1) solid;
	margin: 36px auto;
	position: relative;
	-webkit-animation: fill_color 5s linear infinite;
	-moz-animation: fill_color 5s linear infinite;
	animation: fill_color 5s linear infinite;
}

.loading .square:after {
	width: 4px;
	height: 4px;
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 1);
	top: -8px;
	left: 0px;
	-webkit-animation: square_check 1s ease-in-out infinite;
	-moz-animation: square_check 1s ease-in-out infinite;
	animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes fill_color {
	0% {
		box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
	}
	100% {
		box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
	}
}

@-moz-keyframes fill_color {
	0% {
		box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
	}
	100% {
		box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
	}
}

@keyframes fill_color {
	0% {
		box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
	}
	100% {
		box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
	}
}

@-webkit-keyframes square_check {
	25% {
		left: 22px;
		top: -8px;
	}
	50% {
		left: 22px;
		top: 22px;
	}
	75% {
		left: -9px;
		top: 22px;
	}
	100% {
		left: -9px;
		top: -7px;
	}
}

@-moz-keyframes square_check {
	25% {
		left: 22px;
		top: -8px;
	}
	50% {
		left: 22px;
		top: 22px;
	}
	75% {
		left: -9px;
		top: 22px;
	}
	100% {
		left: -9px;
		top: -7px;
	}
}

@keyframes square_check {
	25% {
		left: 22px;
		top: -8px;
	}
	50% {
		left: 22px;
		top: 22px;
	}
	75% {
		left: -9px;
		top: 22px;
	}
	100% {
		left: -9px;
		top: -7px;
	}
}


/*服务条款*/

#term {
	color: #666;
}

#term h2 {
	font-size: 32px;
	margin: 20px auto;
	font-weight: 600;
	letter-spacing: 2px;
}

#term h3 {
	font-size: 26px;
	margin: 20px auto;
	font-weight: 600;
	letter-spacing: 2px;
}

#term h4 {
	font-size: 22px;
	margin: 10px auto;
	font-weight: 600;
	letter-spacing: 2px;
}

#term p {
	font-size: 15px;
	line-height: 1.8;
}

#term .zxyd {
	font-size: 20px;
	font-weight: 400;
}

#about .about-header {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}

#term .term-header {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}

#faq .faq-header {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}


/*FQA常见问题*/

#faq {}


/*FAQ标题*/

#faq .title h2 {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 2px;
	color: #666;
	margin: 20px auto;
}

#faq .title p {
	color: #999;
	font-size: 18px;
	border-bottom: 2px solid #ccc;
}


/*FAQ问题*/

#faq .faq-que {
	margin: 30px auto;
}

#faq .faq-que h3 {
	font-size: 16px;
	color: #333;
	margin-left: 20px;
	margin-top: 20px;
}

#faq .faq-que ul {}

#faq .faq-que li {
	margin: 10px 0;
}

#faq .faq-que li p {
	padding: 15px 0;
	font-size: 16px;
	background-color: #E0E0E0;
	opacity: .6;
	padding-left: 20px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}

#faq .faq-que li p span {
	font-size: 22px;
	color: #fff;
	margin-right: 20px;
}

#faq .faq-que li .answer {
	color: #333;
	font-size: 16px;
	margin-left: 30px;
	display: none;
	line-height: 1.8;
}

#entry .sigin_dec {
	margin: 20px auto;
	font-size: 18px;
	color: #888;
	width: 80%;
	line-height: 1.5;
}


/*商标注册*/

#trademark {
	background-color: #fff;
}

#trademark .search {
	text-align: center;
	height: 455px;
	background: url("../image/trademark/trademark_search_bg.jpg") no-repeat center top;
}

#trademark .search h2 {
	font-size: 36px;
	color: #555555;
	margin: 100px auto 45px;
}

#trademark .search h2 span {
	color: #d21725;
}

#trademark .search .search_wrap {
	width: 640px;
	margin: 0 auto;
}

#trademark #search_name {
	width: 80%;
	height: 48px;
	border: 1px solid #999;
	border-radius: 5px 0 0 5px;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
	letter-spacing: 1px;
	float: left;
	outline: none;
}

#trademark .search .search_btn {
	width: 20%;
	height: 48px;
	line-height: 48px;
	background-color: #d21725;
	color: #fff;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	float: left;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

#trademark .search .search_btn img {
	margin-left: 8px;
}

#trademark #search_class {
	width: 100%;
	height: 48px;
	display: inline-block;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
	outline: none;
}

#trademark .search .select {
	width: 640px;
	height: 200px;
	margin: 0 auto 0;
	text-align: left;
	font-size: 16px;
	color: #000;
	border: 1px solid #333;
	border-top: 1px solid #ccc;
	overflow: auto;
	cursor: pointer;
	background-color: #fff;
	display: none;
}

#trademark .search .select li {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

#trademark .search .select li:hover {
	background-color: dodgerblue;
	color: #fff;
}

#trademark .search .select li.disabled {
	background-color: #ccc;
	color: #888;
	pointer-events: none;
}

/*弹窗*/
#trademark .popup_tel_wrap {
	display: none;
	position: fixed;
	z-index: 9999;
}

#trademark .wrap_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .6;
	background-color: #000;
}

#trademark .popup_tel {
	width: 400px;
	height: 560px;
	background-color: #f2f2f2;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -280px;
}

#trademark .popup_tel .logo {
	display: block;
	width: 50%;
	height: auto;
	margin: 10px auto 0;
}

#trademark .popup_tel .true {
	display: block;
	margin: 0 auto;
	width: 20%;
	;
}

#trademark .popup_tel #input_phone {
	display: block;
	width: 90%;
	height: 55px;
	margin: 25px auto 20px;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
}


.popup_tel .close {
	font-size:48px;
	color:#d21725;
	opacity:1;
	margin:0px 10px 0 0;
}


#trademark .popup_tel p {
	padding: 0 5%;
	font-size: 17px;
	color: #acacac;
	text-align: center;
	line-height: 1.6;
}

#trademark .popup_tel .sent_tel {
	width: 75%;
	height: 60px;
	margin: 25px auto;
	border: 2px solid #d21725;
	border-radius: 5px;
	text-align: center;
	line-height: 60px;
	color: #d21725;
	font-size: 22px;
	cursor: pointer;
}

#trademark .popup_tel .sent_tel:hover {
	background-color: #d21725;
	transition: all .5s ease;
	color: #fff;
}

#trademark input:focus {
	border: 1px solid #FF1493;
	box-shadow: 0 0 2px rgba(220, 20, 60, .8), inset 0 0 1px rgba( 255, 20, 147, .5), 0 1px 0 #DC143C;
}

#trademark .chargeTwoWay .item ul {
	text-align: center;
}

#trademark .chargeTwoWay .item .number {
	text-align: center;
	margin: 50px auto;
}

/*不要让品牌败在“名”下，你需要一个商标*/
#trademark .four_reason {
	text-align: center;
	overflow: hidden;
}
#trademark .trademarkH {
	margin-top:120px;
	font-size:31px;
	color:#555555;
}
#trademark .trademarkP {
	margin-top:10px;
	font-size:18px;
	color:#999999;
}

/*四大原因，打破商标无用说*/
#trademark .four_reason .reason_list {
	text-align: center;
	margin-top:70px;
	padding:0 45px;
}
#trademark .four_reason .reason_list h3 {
	font-size:24px;
	color:#555555;
	margin:20px auto 5px;
}
#trademark .four_reason .reason_list p {
	font-size:15px;
	color:#cdcdcd;
	line-height:20px;
	padding:0 25px;
}
/*5大优势，提供高效、专业的商标注册服务*/
#trademark .five_advantage {
	text-align: center;
	overflow: hidden;
}
#trademark .five_advantage .advantage_wrap {
	padding:0 240px;
	margin-top:70px;
}
/*商标注册需要您提供以下资料*/
#trademark .register_data {
	text-align: center;
	overflow: hidden;
}
#trademark .register_data .data_wrap {
	margin-top:100px;
	padding:0 105px;
}
/*商标注册流程透明*/
#trademark .register_step {
	text-align: center;
	overflow: hidden;
}
#trademark .register_step h2 {
	margin-top:150px;
	font-size:31px;
	color:#555555;
}
#trademark .register_stepWrap {
	margin-top:80px;
	padding:0 80px;
}
#trademark .certificate {
	overflow: hidden;
	text-align: center;
}
#trademark .certificate h2 {
	font-size:31px;
	color:#555555;
	margin:130px auto 55px;
}
#trademark .certificate img {
	width:95%;
	margin:0 auto;
}
/*商标注册价格*/
#trademark .register_price {
	overflow: hidden;
	text-align: center;
	padding:0 20px;
}
/*真实客户反馈*/
#trademark  .feedback {
	text-align: center;
	overflow: hidden;
}
#trademark  .feedback h2 {
	font-size:31px;
	color:#555555;
	margin-top:140px;
}
#trademark  .feedback .feedbackWrap {
	margin:75px auto;
	text-align: left;
	padding:0 125px;
}
#trademark  .feedback .feedbackWrap li {
	margin-top:55px;
	font-size:24px;
	overflow: hidden;
}
#trademark  .feedback .feedbackWrap li b {
	display: inline-block;
	color:#555555;
	margin:0 10px;
}
#trademark  .feedback .feedbackWrap li span {
	display: inline-block;
	color:#555555;
	margin-right:20px;
}
#trademark  .feedback .feedbackWrap li .btn {
	display: inline-block;
	color:#fff;
	font-size:20px;
	padding:5px 10px;
	background-color: #d21725;
	margin-right:10px;
}
#trademark  .feedback .feedbackWrap li p {
	font-size:20px;
	color:#555555;
	margin-top:15px;
	padding:15px 20px;
	border:1px solid #eee;
	line-height:1.3;
	box-shadow:3px 4px 6px #ccc;
}
/*套餐内容展示 开始*/
#demonstration {
	display: none;
	width: 100%;
    height: 100%;
    position:absolute;
    top: 0%;
    left: 0;
    z-index: 9999;
}
#demonstration .bg {
	display: none;
	width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
	background: rgba(0, 0, 0, .7);
}

#demonstration .demonstra {
	display:none;
	width:100%;
	overflow:auto;
	position: absolute;
	top:5%;
	left:0%;
}
#demonstration .demonstra .container {
	background-color: #fff;
	padding:30px 0 150px;
	border-radius:15px;	
}
#demonstration .demonstra h2 {
	font-size:36px;
	color:#000000;
	margin-bottom:45px;
}
#demonstration .demonstra p.des {
	font-size:26px;
	color:#000000;
	margin-bottom:60px;
	padding:0 20px;
}
#demonstration .demonstra .pay-btn {
	display:inline-block;
	width:280px;
	height:70px;
	background-color:#d21725;
	line-height:70px;
	color:#fff;
	font-size:24px;
	border-radius:10px;
	cursor:pointer;
}
#demonstration .demonViWrap {
	margin:50px 80px 125px;
}
#demonstration .viDemo {
	padding: 37px;
}
#demonstration .viDemo h3 {
	font-size:20px;
	color:#e83d62;
	margin:15px auto 5px;
}
#demonstration .viDemo p {
	font-size:14px;
	color:#e83d62;
}
#demonstration .close {
	font-size:48px;
	color:#d21725;
	opacity:1;
	margin:-20px 20px 0 0;
}


/*套餐内容展示 结束*/
/*超小屏幕*/

@media (max-width:768px) {
	.slick {
		transform: scale(.8);
	}
	.count-data ul li {
		text-align: center;
		display: inline-block;
		height: 130px;
	}
	.question_one_tell {
		letter-spacing: 0;
		font-size: 15px;
		line-height: 1.5;
	}
	.question_two_tell p {
		margin: 0;
		font-size: 15px;
		line-height: 1.5;
	}
	.button__text {
		height: 66px;
		line-height: 66px;
		vertical-align: center;
		font-size: 14px;
		color: #FFF;
	}
	.navbar-brand .logo {
		width: 260px;
		margin-top: 22px;
		margin-left: -20px;
	}
	.button {
		position: absolute;
		bottom: 35px;
		left: 50%;
		margin-left: -80px;
		width: 180px;
		height: 50px;
		background: #B2B2B2;
		background: grey;
		display: inline-block;
		/* border: 2px solid #d21725; */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
		box-shadow: 10px 10px 10px #E6E6E6;
		-webkit-transition: background-color .5s ease-out;
		-moz-transition: background-color .5s ease-out;
		-o-transition: background-color .5s ease-out;
		transition: background-color .5s ease-out;
		opacity: .9;
	}
	.back_but {
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -175px;
		color: #999;
		cursor: pointer;
		font-size: 14px;
	}
	.navbar-header {
		padding: 0 15px;
	}
	.skip_but {
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: 120px;
		color: #999;
		cursor: pointer;
		font-size: 14px;
	}
	.navbar-fixed-top {
		clear: both;
		overflow: auto;
		margin-bottom: 200px;
	}
	.button__text {
		height: 50px;
		line-height: 50px;
		vertical-align: center;
		font-size: 16px;
		color: #FFF;
	}
	.content h2 {
		font-size: 22px;
		line-height: 1.3;
	}
	.content>p {
		font-size: 16px;
	}
	.count-data ul li:nth-child(1) {
		border-right: 1px solid #666;
	}
	.count-data ul li:nth-child(3) {
		margin-left: 5%;
	}
	.count-data ul li h3 {
		font-size: 20px;
	}
	.count-data ul li p {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.2;
	}
	.count-data ul li span {
		font-size: 12px;
	}
	.step .row h3 p {
		font-size: 16px;
	}
	.slideshow .slide {
		margin-top: 0;
	}
	.slideshow .showimg {
		height: 350px;
	}
	.footer a {
		font-size: 14px!important;
		margin: 0px!important;
	}
	.footer p a.copyright {
		display: block;
		line-height: 2;
	}
	.introd {
		float: none!important;
		margin: 0 auto;
		text-align: center;
	}
	.introduce h2 {
		font-size: 24px;
	}
	.introduce p {
		font-size: 16px!important;
	}
	.slideshow .slide {
		height: 300px;
	}
	#submit_one.active {
		position: absolute;
		bottom: 35px;
		left: 50%;
		margin-left: -80px;
		width: 180px;
		height: 50px;
		background: #d21725;
		display: inline-block;
		border: 2px solid #d21725;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
		box-shadow: 10px 10px 10px #E6E6E6;
		-webkit-transition: background-color .5s ease-out;
		-moz-transition: background-color .5s ease-out;
		-o-transition: background-color .5s ease-out;
		transition: background-color .5s ease-out;
	}
	#submit_one.disabled {
		pointer-events: none;
	}
	#submit_two.active {
		position: absolute;
		bottom: 35px;
		left: 50%;
		margin-left: -80px;
		width: 180px;
		height: 50px;
		background: #d21725;
		display: inline-block;
		border: 2px solid #d21725;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
		box-shadow: 10px 10px 10px #E6E6E6;
		-webkit-transition: background-color .5s ease-out;
		-moz-transition: background-color .5s ease-out;
		-o-transition: background-color .5s ease-out;
		transition: background-color .5s ease-out;
	}
	.style_img ul {
		max-width: 100%;
		margin: 0 auto;
	}
	.style_img li {
		padding: 5px;
		position: relative;
		cursor: pointer;
	}
	.footer_two {
		width: 99%;
		height: 100px;
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #fff;
	}
	.progress_bar .center_block {
		width: 100%;
		text-align: center;
		margin: 10% auto;
	}
	.progress_bar {
		width: 120%;
		height: 120%;
		transform-origin: center;
		transform: scale(.8);
		position: absolute;
		top: 0;
		left: -10%;
	}
	.progress_bar .center_block .progress_step li {
		padding: 0 10px 0 10px;
		font-size: 14px;
	}
	.progress_bar .center_block .progress_step li b {
		display: inline-block;
		font-weight: 200;
		vertical-align: top;
		font-size: 28px;
		line-height: 60px;
	}
	#icon_box .place_box {
		width: 320px;
		padding: 0 6%;
		margin: 40px auto 20px;
	}
	#icon_box .place_box li {
		position: relative;
		display: inline-block;
		width: 80px;
		height: 80px;
		margin-left: 3.5%;
	}
	#icon_lay ul {
		width: 320px;
		height: 400px;
		overflow-y: scroll;
		margin: 0 auto;
	}
	#icon_lay ul li {
		display: inline-block;
		width: 80px;
		height: 80px;
		margin: 3.5%;
		border-radius: 10px;
		border: 2px solid #BFBFBF;
	}
	.slick-center {
		transform-origin: top;
		transform: scale(1.1);
	}
	.slick-center.again {
		transform-origin: center;
		transform: scale(.8);
	}
	.again {
		height: 430px;
		margin-top: 0;
		display: block;
		background: url(../image/re_generate_button.png) no-repeat center top;
		background-size: 95% auto;
	}
	.slick-slider {
		cursor: pointer;
		margin: -20px auto 0;
	}
	input::-webkit-input-placeholder {
		font-size: 26px;
	}
	input::-moz-input-placeholder {
		font-size: 26px;
	}
	input::input-placeholder {
		font-size: 26px;
	}
	.question_three .que_title3 {
		text-align: left;
		margin: 30px auto 20px;
		width: 100%;
	}
	#set_Meal .meal {
		height: 330px;
	}
	#set_Meal .meal.network {
		height: 340px;
	}
	#set_Meal .meal.professional {
		height: 360px;
	}
	#set_Meal .meal.custom {
		height: 380px;
	}
	#set_Meal .meal .price {
		font-size: 32px;
	}
	/*关于页*/
	#about #intelligent h2 {
		padding-top: 80px;
	}
	#about .flow h2 {
		font-size: 26px;
		;
	}
	#about .flow p {
		font-size: 14px;
	}
	.about_us .row {
		padding: 0 10%;
	}
	#contact img {
		padding: 0 20%;
	}
	/*用户页*/
	#user .library-title li {
		display: inline-block;
		margin: 2px;
		font-size: 14px;
		padding: 5px 8px;
		border-radius: 10px;
		color: #666;
		cursor: pointer;
	}
	/*价格方案页*/
	#set_Meal .pop_up .wrap {
		width: 90%;
		margin: auto;
		height: 550px;
		text-align: center;
		/*background: #f2f2f2 url(../image/guarantee_web_bg.dbfabf602.jpg) no-repeat center bottom;*/
		background-color: #f2f2f2;
		background-size: 80% auto;
		background-position: 50% 90%;
		border-radius: 20px;
		padding-right: 0;
	}
	.slick-track {
		position: relative;
		left: 0;
		top: 0;
		display: block;
		zoom: 1;
		padding: 0;
		height: 450px!important;
	}
	.firstani.active img {
		display: block;
		opacity: 1;
		transition: all 1s ease .1s;
		-webkit-transition: all 1s ease .1s;
		-moz-transition: all 1s ease .1s;
		-ms-transition: all 1s ease .1s;
	}
	.firstani {
		text-align: left!important;
	}
	.question_one .que_title {
		text-align: left;
	}
	.question_two .que_title2 {
		text-align: left;
	}
	.question_four .que_title4 {
		text-align: left;
	}
	.question_five .que_title5 {
		text-align: left;
	}
	.wechat_buy div {
		float: initial!important;
		display: block!important;
		/*clear:both!important;*/
	}
	#set_Meal .pop_up .wrap .title {
		font-size: 26px;
		margin: 30px auto 0;
	}
	#set_Meal .pop_up .wrap li {
		font-size: 16px;
		color: #666;
	}
	#set_Meal .pop_up .wrap .iknow {
		position: absolute;
		top: 75%;
		left: 50%;
		margin-left: -85px;
		margin-top: 20px;
	}
	/*小屏幕尺寸修改*/
	.term_serve .zxyd {
		margin-bottom: 30px;
	}
	.firstani {
		text-align: left;
	}
	.question_one .que_title {
		text-align: left;
	}
	.question_two .que_title2 {
		text-align: center;
	}
	.question_four .que_title4 {
		text-align: left;
	}
	.question_five .que_title5 {
		text-align: left;
	}
	.try {
		line-height: 50px;
		width: 210px;
		height: 50px;
		font-size: 18px;
	}
	.introduce a {
		line-height: 50px;
		width: 210px;
		height: 50px;
		font-size: 18px;
	}
	.good .row h2 {
		font-size: 24px;
		margin: 20px 0;
	}
	/*FAQ问题*/
	#faq .faq-que h3 {
		font-size: 14px;
		margin-left: 10px;
	}
	#faq .faq-que li p {
		height: 50px;
		font-size: 14px;
		padding-left: 10px;
	}
	#faq .faq-que li p span {
		font-size: 16px;
		margin-right: 5px;
	}
	#faq .faq-que li .answer {
		font-size: 14px;
		margin-left: 10px;
	}
	#faq .col-md-6 {
		padding: 0;
	}
	.email-sent {
		width: 100%;
		height: 100%;
		background-color: #333;
		position: fixed;
		top: 0;
		left: 0;
		overflow: auto;
	}
	.sent-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		background-color: #ccc;
		overflow: auto;
	}
	.sent-box .goal {
		width: 280px;
		height: 280px;
		padding: 20px;
	}
	.sent-box .goal-bg {
		width: 280px;
		height: 280px;
		margin: 30px auto;
		background-color: #fff;
		float: initial;
	}
	.sent-box .file-data {
		width: 100%;
		float: initial;
	}
	.sent-box input {
		width: 90%;
		border-radius: 5px;
		background: #fff;
		border: 1px solid #d21725;
		margin: 8px 10px;
		font-size: 14px;
		line-height: 1;
	}
	.sent-box .file-data h2 {
		color: #333;
		margin: 0;
		line-height: 1.5;
		text-align: center;
	}
	.sent-box .file-data p {
		color: #666;
		opacity: .8;
		width: 80%;
		margin: 0 auto;
	}
	.sent-box .file-sent {
		width: 60%;
		padding: 20px 0;
		background-color: #d21725;
		color: #fff;
		border: none;
		font-size: 16px;
		opacity: .8;
		text-align: center;
		margin: 5px 10px;
	}
	#set_Meal .buy_pop_up .wrap {
		width: 340px;
		height: auto;
		background: #fff;
		margin: auto;
		border-radius: 10px;
		text-align: right;
		padding: 10px;
	}
	#set_Meal .buy_pop_up .buy_way {
		display: block;
	}
	#set_Meal .buy_pop_up .buy_way a {
		width: 300px;
		height: 260px;
		display: block;
		text-align: center;
		float: initial;
		margin: 20px auto;
	}
	#set_Meal .buy_pop_up .buy_way a img {
		margin-top: 30%;
	}
	#set_Meal .buy_pop_up .buy_way a.wechat.active {
		background: #44AF35 url(../image/wechat_w.40d3d0ab.svg) no-repeat;
		background-position: center 30%;
	}
	#set_Meal .buy_pop_up .buy_way a.alipay.active {
		background: #009FE8 url(../image/alipay_w.4d6a6c0b.svg) no-repeat;
		background-position: center 30%;
	}
	#set_Meal .buy_pop_up .buy_pop_up_close {
		padding: 5px;
		font-size: 30px;
		float: right;
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 10px;
	}
	#set_Meal .buy_pop_up {
		overflow: scroll;
	}
	#set_Meal .buy_pop_up .buy_way a p {
		width: 85%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-align: center;
		margin: auto;
		margin-top: 50px;
		color: #fff;
		border: 1px solid #fff;
		display: none;
		border-radius: 5px;
	}
	.slick-track {
		position: relative;
		left: 0;
		top: 0;
		display: block;
		zoom: 1;
		padding: 0;
		height: 560px;
	}
	.slick-slide .bg {
		width: 90%;
		height: auto;
	}
	.taocan-xs {
		width: 80%;
		margin: -20px auto;
		background-color: #eee;
		padding: 20px;
		border-radius: 5px;
		display: none;
	}
	.taocan-xs li {
		margin: 8px;
	}
	.taocan-xs li span {
		display: block;
		margin-left: 25px;
	}
	.firstani .tell1 {
		margin-top: 0;
	}
	.order .check_logo {
		width: 340px;
		margin: 0 auto;
		position: relative;
		left: 50%;
		margin-left: -170px;
	}
	.wechat_buy .erweima {
		width: 80%;
		padding: 0;
		border: 1px solid #666;
	}
	#contact .contact_icon {
		margin-top: 20px;
		padding: 0 30px;
	}
	#set_Meal .meal h2 {
		margin: 5px auto;
		font-size: 26px;
	}
	#set_Meal .meal .icon_shop {
		margin: 5px 0;
	}
	#set_Meal .meal .Fit {
		width: 80%;
		margin: 0 auto 10px;
		padding: 5px 0;
		font-size: 16px;
	}
	#set_Meal .meal .go {
		width: 60%;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}
	#set_Meal .meal {
		margin: 15px auto 20px;
	}
	#set_Meal .meal .price_bottom {
		bottom: 10px;
	}
	.logoshow img.hover {
		transform: none;
	}
	.style_img li.hover .offer_img {
		transform: none;
	}
	.style_color li.active .offer_style_color {
		opacity: 0;
		box-shadow: 5px 5px 15px #8C8C8C;
		transition: all .2s ease-in-out;
	}
	#set_Meal .meal .hot {
		position: absolute;
		top: 5px;
		right: 10px;
	}
	.question_four .que_title1 {
		margin: 10px auto;
		width: 100%;
	}
	.question_four .que_title2 {
		margin: 10px auto;
		width: 100%;
	}
	.question_four .que_title3 {
		margin: 10px auto;
		width: 100%;
	}
	.question_four .que_title4 {
		margin: 10px auto;
		width: 100%;
	}
	.question_five .que_title5 {
		text-align: left;
		margin: 10px auto;
		width: 100%;
	}
	#entry .WeChat {
		width: 92%;
		height: 580px;
	}
	#entry .mobile {
		width: 92%;
		height: 530px;
	}
	.WeChat-flowimg {
		padding: 0;
	}
	.footer p {
		color: #808080;
		line-height: 1.2;
		font-size: 14px;
	}
	#about #intelligent p {
		line-height: 1.5;
	}
	#faq .faq-que {
		margin: 10px auto;
	}
	/* .content {
		margin-top: 20px;
	} */
	.logoshow {
		margin: 30px auto 20px;
	}
	.notebook_setmeal {
		position: absolute;
		top: 36%;
		left: 22%;
		width: 60%;
		height: 34%;
	}
	.case_recently {
		padding: 0 40px;
	}
	.case_recently .case_bg {
		width: 100%;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 0!important;
	}
	.case_recently p {
		font-size: 14px;
		margin: 15px auto;
	}
	.case_recently p span {
		display: block;
	}
	.slick-slide .share_icon {
		width: 55px;
		height: auto;
		position: absolute;
		/*top: 30px;
		left: 70px;*/
		top: 10%;
		left: 8%;
		height: 25px;
		padding: 15px;
		z-index: 10;
	}
	.slick-slide .collect {
		width: 80px;
		height: 25px;
		padding: 10px;
		position: absolute;
		/*top: 50px;
		right: 80px;*/
		top: 14%;
		right: 16%;
		cursor: pointer;
	}
	#set_Meal .download {
		color: #999;
		font-size: 16px;
		font-weight: bold;
		margin-top: 35px;
	}
	/*商标注册扫码*/
	#trademark .search h2 {
		font-size: 28px;
		margin: 60px auto 30px;
	}
	#trademark .search .search_wrap {
		width: 320px;
	}
	#trademark ::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 16px;
	}
	#trademark .search .select {
		width: 320px;
	}
	
		/*送出联系电话弹窗*/
	#trademark .popup_tel {
	    width: 90%;
	    height: 82%;
	    background-color: #f2f2f2;
	    border-radius: 10px;
	    position: fixed;
	    top: 10%;
	    left: 5%;
	    margin: 0;
	}
	#trademark .popup_tel #input_phone {
	    display: block;
	    width: 90%;
	    height: 45px;
	    margin: 20px auto 15px;
	    border: none;
	    border-radius: 5px;
	    text-align: center;
	    font-size: 20px;
	}
	
	
	.tag-editor {
		font-size: 14px;
	}
	.style_color .offer_style {
		border-radius: 50%;
		width: 72%;
		height: 72%;
		position: absolute;
		top: 14%;
		left: 14%;
		z-index: 99;
	}
	.input input,
	.input textarea {
		font-size: 26px;
	}
	.question_one .que_title img {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.question_two .que_title2 img {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.question_three .que_title img {
		margin-right: -10px;
		margin-bottom: 0;
	}
	.question_four .que_title img {
		margin-right: -10px;
		margin-bottom: 0;
	}
	.question_five .que_title img {
		margin-right: -10px;
		margin-bottom: 0;
	}
	.input {
		width: 280px;
	}
	.firstani img {
		margin-top: -5px;
	}
	.firstani p {
		font-size: 16px;
	}
	.firstani {
		width: 100%;
	}
	.question_one {
		width: 100%;
	}
	.question_two {
		width: 100%;
	}
	.question_three {
		width: 100%;
	}
	.question_four {
		width: 100%;
	}
	.question_five {
		width: 100%;
	}
	#trademark .popup_tel p {
		padding: 0 3%;
		font-size: 15px;
		line-height: 1.5;
	}
	#trademark .search {
		height: 300px;
	}
	.logoshow img {
	    cursor: pointer;
	    padding: 5px;
	    border: 3px solid #f5f5f5;
	    border-radius: 5px;
	}
	.case_recently .col-xs-6 {
		padding-left:10px;
		padding-right:10px;
	}
	.case_recently .case_bg {
	    margin-bottom:20px;
	}
	/*商标注册页*/
	#trademark .trademarkH {
	    margin-top:40px;
	    font-size:22px;
	    padding:0 20px;
	    line-height:1.4;
	}	
	#trademark .four_reason .reason_list {
	    margin-top: 50px;
	    padding: 0 30px;
	}
	#trademark .five_advantage .advantage_wrap {
	    padding:0;
	    margin-top: 40px;
	}
	#trademark .register_data .data_wrap {
	    margin-top:30px;
	    padding: 0;
	}
	#trademark .register_step h2 {
	    margin-top: 40px;
	    font-size: 22px;
	}
	#trademark .register_stepWrap {
	    margin-top: 40px;
	    padding: 0;
	}
	#trademark .certificate h2 {
	    font-size: 22px;
	    margin: 50px auto 30px;
	}
	.navbar-fixed-top {
	    margin-bottom: 40px;
	}
	#trademark .register_price {
	    padding: 0 20px;
	}
	#trademark .feedback h2 {
	    font-size: 22px;
	    margin-top: 40px;
	}
	#trademark .feedback .feedbackWrap {
	    margin: 20px auto;
	    text-align: left;
	    padding:0;
	}
	#trademark .feedback .feedbackWrap li p {
	    font-size: 16px;
	    padding: 10px 15px;
	}
	#trademark .feedback .feedbackWrap li {
	    margin-top: 30px;
	    font-size: 18px;
	}
	#trademark .feedback .feedbackWrap li span {
	    margin-right: 5px;
	}
	#trademark .feedback .feedbackWrap li b {
	    margin: 0 5px;
	}
	#trademark .feedback .feedbackWrap li .btn {
	    font-size: 18px;
	    padding: 2px 8px;
	    margin-right:5px;
	}
	.footAddress {padding:0 50px;}
	.footer .footAddress {line-height:1.5;}
	/*套餐内容示范*/
	#demonstration .demonstra {
		width:94%;
		position: absolute;
		top:5%;
		left:3%;
	  	padding: 20px 0 50px;
	}
	#demonstration .demonstra h2 {
	    font-size: 22px;	
	    margin-bottom:30px;
	}
	#demonstration .close {
	    font-size: 36px;
	    margin-top:0;
	}
	#demonstration .demonstra p.des {
	    font-size: 16px;
	    margin-bottom:30px;
	    padding: 0 20px;
	    text-align: left
	}
	#demonstration .demonstra .pay-btn {
	    display: inline-block;
	    width: 220px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 18px;
	    border-radius: 5px;
	}
	#demonstration .demonViWrap {
	    margin:40px 0 50px;
	}
	#demonstration .viDemo {
	    padding:20px 50px;
	}
	
	
	
}


a,a:hover{
	text-decoration: none;
}

/*顶部*/
.design h2{
	font-size: 31px;
	color:#555;
	margin-top:158px;
	margin-bottom:18px;
}

.design h2 span{
	color:#d21725;
}
.design p{
	font-size:18px;
	color:#555;
	margin:0;
}

.design a.startbtn{
	margin: 0 auto;
    text-align: center;
    line-height: 66px;
    display: block;
    width: 275px;
    height: 66px;
    background: #d21725;
    border: 2px solid #d21725;
    box-shadow: 10px 10px 10px #E6E6E6;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 72px;
    margin-top:48px;
}
@media (max-width: 767px){
	.design{
		margin-top: 120px;
	}
	.design h2 {
	    margin-top: 20px;
	    margin-bottom:5px;
	    font-size:22px;
	    line-height: 1.3;
	}
	.design p{
		font-size:16px;
	}
	.design a.startbtn{
	line-height: 50px;
    width: 210px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top:20px;
	}
}
/*顶部结束*/

/*图片部分*/
.pics{
	background:#f2f2f2;
}
.pics .pic1{
	margin-top:40px;
	margin-bottom:171px;
}
.pics .pic2{
	margin-bottom: 75px;
}
@media (max-width: 767px){
	.pics .pic1{
	margin-top:30px;
	margin-bottom:50px;
}
.pics .pic2{
	margin-bottom: 30px;
}
}
/*图片部分结束*/

/*设计流程*/
.process{
	background:#fff;
}
.process h2{
	font-size:31px;
	color:#555;
	margin-top:52px;
	margin-bottom:12px;
}
.process p{
	font-size:18px;
	color:#999;
	margin-bottom:95px;
}
.process .row{
	text-align:center;
}
.process .center{
	height:128px;
}
.process .row .text{
	padding-left:5px;
	margin:0 auto;
	margin-top:44px;
}
.process .row .text span{
	font-size:30px;
	color:#fff;
	display: block;
	float:left;
	width:47px;
	height:47px;
	line-height:47px;
	border-radius: 50px;
	background:#d21725;
	margin-right:19px;
	margin-top: 7px;
}
.process .row .text .text_right{
	float:left;
	text-align: left;
}
.process .row .text .text_right p{
	font-size:22.25px;
	color:#cdcdcd;
	margin:0;
}
.process a.startbtn{
	margin: 0 auto;
    text-align: center;
    line-height: 66px;
    display: block;
    width: 275px;
    height: 66px;
    background: #d21725;
    border: 2px solid #d21725;
    box-shadow: 10px 10px 10px #E6E6E6;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 95px;
    margin-top:48px;
}
@media (max-width: 767px){
	.process h2{
		font-size:22px;
		margin-top:30px;
		margin-bottom:5px;
	}
	.process p{
		font-size:16px;
		margin-bottom:40px;
	}
	.process .row .text span{
		font-size:22px;
		width:30px;
		height:30px;
		line-height:30px;
		margin-right:10px;
		margin-top: 14px;
	}
	.process .row .text .text_right p{
		font-size:20px;
	}
	.process .row .text {
	    width:240px;
	    margin-top: 20px;
	    margin-bottom:50px;
	}
	.process .center{
		height:auto;
	}
	.process a.startbtn{
		line-height: 50px;
	    width: 210px;
	    height: 50px;
	    font-size: 18px;
	    margin-bottom: 50px;
	    margin-top:0;
	}
}

@media (min-width: 768px) and (max-width:992px){
	.process .row .text {
	    width:263px;
	    margin-top:10px;
	    margin-bottom:50px;
	}
}

/*设计流程结束*/

/*客户案例*/
.cases{
	background:#f2f2f2;
	padding-bottom:74px;
}
.cases h2{
	font-size:31px;
	color:#555;
	margin-top:42px;
	margin-bottom:12px;
}
.cases p{
	font-size:18px;
	color:#999;
	margin-bottom:63px;
}
.cases .pics{
	margin:0 auto;
	padding-bottom:30px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	
}
.cases .pics img{
	margin:0 auto;
	margin-bottom:23px;
	box-shadow: 0px 2px 20px #ddd;
}

.cases center a{
	font-size: 18px;
	color:#d21725;
}

@media (max-width:767px){
	.cases h2{
		font-size:22px;
		margin-top:30px;
		margin-bottom:5px;
	}
	.cases p{
		font-size:16px;
		margin-bottom:40px;
	}
	.cases .pics img{
		width:45%;
		height:45%;
		margin-right:10px;
	}
	.cases .pics img.last{
		margin-left:24px;
	}
}
@media (max-width:479px){
	.cases .pics img.last{
		margin-left:10px;
	}
}
@media (min-width:768px){
	.cases .pics img.last{
		margin-left:20px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.cases .pics img.last{
		margin-left:78px;
	}
}
@media (min-width:1200px){
	.cases .pics{
		width:1050px;
	}

}
/*客户案例结束*/

/*收费方案*/
.scheme{
	background:#fff;
}
.scheme h2{
	font-size:31px;
	color:#555;
	margin-top:42px;
	margin-bottom:12px;
}
.scheme p{
	font-size:18px;
	color:#999;
	margin-bottom:63px;
}
.scheme .content{
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:25px;
	
}
.scheme .con{
	margin:0 auto;
}
.scheme .con .maincontent:hover{
	border: 4px solid #d21725;
}
.scheme .content .con .maincontent{
	width:280px;
	background: #F2F2F2;
	box-shadow: 10px 10px 20px #ccc;
	border-radius: 5px;
	padding-top:20px;
}
.scheme .content .con .taocan{
	width:120px;
	height:35px;
	background:#d21725;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	font-size:17px;
	line-height:35px;
	
}
.scheme .content .con .taocan img{
	margin-left:10px;
	margin-right:20px;
}
.scheme .content .con h2{
	font-size:23.64px;
	color:#666;
	margin-top:23px;
	margin-bottom:15px;
	text-align: center;
}
.scheme .content .con p{
	font-size:14.08px;
	color:#666;
	margin-bottom:5px;
	text-align: center;
}
.scheme .content .con .jiage{
	font-size:41.35px;
	color:#d21725;
	text-align: center;
	
}
.scheme .content .maincontent a{
	display: block;
	width:195px;
	height:45px;
	border:2px solid #d21725;
	border-radius: 5px;
	text-align: center;
	margin:0 auto;
	font-size:17.4px;
	line-height:42px;
	color:#d21725;
}
.scheme .content .maincontent a:hover{
	background: #d21725;
	color:#fff;
}
.scheme .content .con .text{
	margin-left:30px;
	margin-right:17px;
	margin-top:22px;
	position:relative;
	padding-bottom:84px;
}
.scheme .content .con .text p{
	color:#666;
	font-size:14px;
	text-align:left;
}
.scheme .content .con .text p.red{
	color:#d21725;
}
.scheme .content .con .text img{
	float:left;
	margin-top:5px;
	margin-right:10px;
}
.scheme .content .con .text span{
	width:200px;
	display: block;
	float:left;
}
.scheme .content .con .text .text-right{
	position:absolute;
	right:0;
	top:167px;
}
.scheme .content .con .bottom{
	text-align: center;
	width:280px;
	margin-top:37px;
}
.scheme .content .con .bottom a{
	font-size:16px;
	color:#d21725;
}
@media (max-width:767px){
	.scheme h2{
		font-size:22px;
		margin-top:30px;
	}
	.scheme p{
		font-size:16px;
		margin-bottom:40px;
	}
	.scheme .con{
		margin-bottom:20px;
	}
}
@media (min-width:768px) and (max-width:992px){
	.scheme .con{
		margin-bottom:20px;
	}
}
@media (min-width:1200px){
	.scheme .content{
		width:927px;
	}
}

/*收费方案结束*/

/*客户好评*/
.comment{
	background:#fff;
}
.comment h2{
	font-size:31px;
	color:#555;
	margin-bottom:38px;
}
.comment .content{
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.comment .content .text{
	width:254px;
	height:254px;
	background:url(../images/bg.png) no-repeat;
	padding:22px 25px 0 25px;
	margin:0 auto;
	margin-bottom:35px;
}
.comment .content .text p{
	color:#575555;
	font-size:14px;
}
@media (max-width:767px){
	.comment h2{
		font-size:22px;
		margin-top:30px;
	}
}
@media (min-width:1200px){
	.comment .content{
		width:827px;
	}
}
/*客户好评结束*/

/*联系我们*/
.contact_us{
	background:#fff;
}
.contact_us h2{
	font-size:31px;
	color:#555;
	margin-top:40px;
	margin-bottom:12px;
}
.contact_us p{
	font-size:18px;
	color:#999;
	
}
.contact_us .row{
	margin:0 auto;
	margin-top:55px;
}
.contact_us .col-md-4.col-xs-4 {
	text-align:center;
} 
@media (max-width:479px){
	.col-xs-4 {
	    width: 50%;
	}
	.col-xs-4.last{
	   margin-top:20px;
	}	
}
@media (max-width:767px){
	.contact_us h2{
		font-size:22px;
		margin-top:30px;
	}
	.contact_us p{
		font-size:16px;
	}
}
@media (min-width:768px){
	.contact_us .row{
		width: 730px;
	}
}

/*朋友圈促销*/
.promotion{
	width:100%;
	height: 322px;
	background: #d21725;
	margin-top:82px;
	display: flex;
	align-items:center;
	position:relative;
}

.promotion .left{
	width:636px;
	float:left;
}
.promotion .left img{
	float:left;
}
.promotion .left .text{
	float:right;
}
.promotion .left .text h2{
	font-size:49px;
	color:#fff;
	margin-bottom:20px;
	margin-top:15px;
}
.promotion .left .text p{
	font-size:28px;
	color:#fff;
}
.promotion .right{
	float:right;
	margin-top:46px;
	margin-right:45px;
}
.promotion .right button{
	width:180px;
	height:46px;
	background:white;
	color:#d21725;
	font-size:18px;
	border-radius:10px;
	border:none;
	
}
@media only screen (min-width:768px) and (max-width: 991px){
	.promotion .left {
	    width: 450px;
	}
	.promotion .left .text h2{
		font-size:30px;
	}
	.promotion .left .text p{
		font-size:18px;
	}
}
@media only screen and (max-width: 767px){
	.promotion .left{
	    width: 400px;
	    height:121px;
	    float:none;
	}
	.promotion .left .text h2{
		font-size:26px;
	}
	.promotion .left .text p{
		font-size:16px;
	}
	.promotion .right {
	    float:none;
	    text-align:center;
	    margin-right:0;
	}
}
@media only screen and (max-width: 480px){
	.promotion .left{
		text-align: center;
		width:100%;
	}
	.promotion .left img{
	    width:20%;
	    float:none;
	}
	.promotion .left .text{
		float:none;
	}
}

.detail .text{
	margin-top:20px;
	margin-bottom:20px;
}
.detail .text p{
	font-size:18px;
	color:#828282;
}


/*朋友圈促销结束*/
/*首页*/
.design h2{
	font-size: 38px;
	color:#000;
	margin-bottom:37px;
}

.design p{
	font-size:18px;
	color:#000;
	margin-bottom:14px;
}

.design a.startbtn{
	margin: 0 auto;
    text-align: center;
    line-height: 46px;
    display: block;
    width: 180px;
    height: 46px;
    background: #d21725;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 185px;
    margin-top:60px;
}
@media only screen and (max-width: 767px){
	.design{
		margin-top: 40px;
	}
	.design h2 {
	    margin-top: 20px;
	    margin-bottom:5px;
	    font-size:22px;
	    line-height: 1.3;
	}
	.design p{
		font-size:16px;
	}
	.design a.startbtn{
		line-height: 50px;
	    width: 210px;
	    height: 50px;
	    font-size: 18px;
	    margin-bottom: 30px;
	    margin-top:20px;
	}
}
.content_1{
	background:#eee;
}
.content_1 .img{
	margin-top:10px;
}

.content_1 .img>img{
	width:auto;
}
.content_1 .right_detail{
	/*float:right;*/
}
.content_1 h2{
	font-size: 38px;
	color:#000;
	margin-bottom:28px;
	margin-top:185px;
}

.content_1 p{
	font-size:18px;
	color:#838383;
	margin-bottom:5px;
	text-align:left;
}

.content_1 a.startbtn{
    text-align: center;
    line-height: 50px;
    display: block;
    width: 180px;
    height: 50px;
    background: #d21725;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 111px;
    margin-top:47px;
}
@media only screen and (max-width: 991px){
	.content_1 h2{
		font-size: 30px;
		margin-top:100px;
	}
	.content_1 a.startbtn{
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 480px){
	.content_1 .right_detail h2{
		font-size:26px;
		margin-top:50px;
	}
	.content_1 .right_detail h2,p{
		text-align: center;
	}
	.content_1 a.startbtn{
		margin:30px auto;
	}
}
.content_2 .img{
	margin-top:10px;
}
.content_2 .img img{
	margin-left:15px;
	margin-bottom:35px;
}

.content_2 h2{
	font-size:38px;
	color:#000;
	margin-bottom:28px;
	margin-top:125px;
}

.content_2 p{
	font-size:18px;
	color:#838383;
	margin-bottom:5px;
	text-align:left;
}

.content_2 a.startbtn{
    text-align: center;
    line-height: 50px;
    display: block;
    width: 180px;
    height: 50px;
    background: #d21725;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 111px;
    margin-top:47px;
}

@media only screen and (max-width: 991px){
	.content_2 .img img{
		width:100%;
	}
	.content_2 h2{
		font-size: 30px;
		margin-top:100px;
	}
	.content_2 a.startbtn{
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 480px){
	.content_2 .left_detail h2{
		font-size:26px;
		margin-top:50px;
	}
	.content_2 .left_detail h2,p{
		text-align: center;
	}
	.content_2 a.startbtn{
		margin:30px auto;
	}
}
.content_3{
	background:#eee;
}
.content_3 .img{
	margin-top:10px;
}

.content_3 h2{
	font-size: 38px;
	color:#000;
	margin-bottom:28px;
	margin-top:152px;
}

.content_3 p{
	font-size:18px;
	color:#838383;
	margin-bottom:5px;
	text-align:left;
}

.content_3 a.startbtn{
    text-align: center;
    line-height: 50px;
    display: block;
    width: 180px;
    height: 50px;
    background: #d21725;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 111px;
    margin-top:47px;
}
@media only screen and (max-width: 1199px){
	.content_3 .img img{
		width:400px;
	}
	.content_3 h2{
		margin-top:90px;
	}
}
@media only screen and (max-width: 991px){
	.content_3 .img img{
		width:400px;
	}
	.content_3 h2{
		font-size: 30px;
		margin-top:100px;
	}
	.content_3 a.startbtn{
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 480px){
	.content_3 .right_detail h2{
		font-size:26px;
		margin-top:50px;
	}
	.content_3 .right_detail h2,p{
		text-align: center;
	}
	.content_3 a.startbtn{
		margin:30px auto;
	}
}
/*首页结束*/
/*公众号配图*/
.peitu{
	height:322px;
	background:#d21725;
	display: flex;
	align-items: center;	
}

.peitu img{
	float:left;
	margin-right:20px;
}
.peitu .text{
	float:left;
}
.peitu .text h2{
	font-size:49px;
	color:#fff;
}
.peitu .text p{
	font-size:27px;
	color:#fff;
}
.list{
	padding-top:66px;	
}

.list .box{
	width:244px;
	height:auto;
	margin-right:18px;
	margin-bottom:20px;
	float:left;
}
.list .box img{
	width:100%;
}
.list .box:nth-child(4){
	margin-right:0;
}

@media only screen (min-width:992px) and (max-width: 1199px){
	.peitu .text h2{
		font-size:40px;
	}
	.peitu .text p{
		font-size:21px;
		color:#fff;
	}

}
@media only screen and (max-width: 991px){
	.peitu .text h2{
		font-size:30px;
	}
	.peitu img{
		width:12%;
	}
	.peitu .text p{
		font-size:16px;
		color:#fff;
	}
}
@media only screen and (max-width: 480px){
	.peitu{
		text-align:center;
	}
	.peitu img{
		float:none;
	}
	.list .box{
		width:200px;
	}
}
@media only screen and (max-width: 375px){
	.list .box{
		width:163px;
	}
}
@media only screen and (max-width: 320px){
	.list .box{
		width:136px;
	}
}
/*公众号配图结束*/
/*公众号配图弹框*/
.top{
	clear:both;
}
.top .left{
	float:left;
}
.top .left button{
	width:180px;
	height:47px;
	background:#a0a0a0;
	border:none;
	border-radius: 10px;
	color:#fff;
	font-size:18px;
	margin-top:60px;
}
.top .right{
	float:right;
	margin-top:60px;
}
.top .right button{
	width:180px;
	height:47px;
	background:#000;
	color:#fff;
	border:none;
	border-radius:10px;
	font-size:18px;
	font-weight: bold;
	margin-right:10px;
}
.top .right button.load{
	background:#d21725;
}
.namecard {
	position: relative;
	margin-top:42px;
	margin-bottom: 90px;
}
.namecard .left_pic{
	float:left;
	margin-left:2%;
	width:700px;
}
.namecard .left_pic>img{
	margin:0 auto;
}


.namecard .right_btn{
	float:right;
	margin-top:14%;
}
.namecard .right_btn a{
	display:block;
	margin-bottom: 51px;
	font-size:26px;
	color:#000;
	font-weight:bold;
}
.namecard .right_btn a img{
	margin-right:10px;
}



.namecard .right_editInfo{
	float:right;
	margin-top: 0px;
    background-color: #ffffff;
}
.namecard .right_editInfo a{
	display:block;
	margin-bottom: 51px;
	font-size:26px;
	color:#000;
	font-weight:bold;
}
.namecard .right_editInfo a img{
	margin-right:10px;
}


.namecard .right_changeBgImg{
	float:right;
	margin-top: 0px;
    background-color: #ffffff;
}
.namecard .right_changeBgImg a{
	display:block;
	margin-bottom: 51px;
	font-size:26px;
	color:#000;
	font-weight:bold;
}
.namecard .right_changeBgImg a img{
	margin-right:10px;
}


.mobile_show{
	display: none;
}
.mobile-pic{
	padding:5% 10%;
    width: 300px;
    margin: 0 auto;
}
.mobile-pic img{
	width:100%;
}
.mobile-btns{
	padding:5%;
	display: flex;
	justify-content: space-between;
}

.mobile-btns p{
	text-align: center;
	margin-top:10px;
}


#myModal h4#myModalLabel {
    font-size: 32px;
    color: #d21725;
}
#myModal .mod_content{
	background:#eee;
	border-radius:10px;
	margin:0 auto;
    padding:18px 32px 86px 25px;
}
#myModal .mod_content h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
#myModal .mod_content{
	font-size:13px;
	color:#adadad;
	position: relative;
}
#myModal .bottom span{
	font-size:32px;
	color:#d21725;
	position:absolute;
	right:35px;
}
#myModal .mod_bottom{
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding:15px;
	text-align: center;
}
#myModal .modal-footer{
	padding:20px 52px 35px 52px;
}
#myModal .modal-footer button{
	width:100%;
	height:74px;
	background:#d21725;
	font-size:23px;
	color:#fff;
	line-height:74px;
	border:none;
	border-radius:10px;
}
#myModal .modal-footer .agreement{
	font-size:23px;
	color:#bebebe;
	text-align: left;
	margin-top:35px
}
#myModal .modal-footer .agreement .check{
	margin-right:10px;
}

#myModal2 .modal-header{
    border-bottom: none;
}
#myModal2 .modal-body{
	text-align:center;
}
#myModal2 .modal-body h2{
	font-size:31px;
	font-weight: bold;
}
#myModal2 .modal-body p{
	font-size:18px;
	font-weight:bold;
}
#myModal2 .modal-body hr{
	width:239px;
	margin:0 auto;
	color:#a0a0a0;
}
#myModal2 .modal-footer{
	border:none;
	text-align: center;
	margin-bottom:80px;
}
#myModal2 .modal-footer button{
	width:182px;
	height:80px;
	background:#d21725;
	color:#fff;
	font-size:23px;
	border:none;
	border-radius:10px;
}
#myModal2 .modal-footer button.first{
	margin-right:66px;
}

#myModal3 h4#myModalLabel {
    font-size: 32px;
    color: #d21725;
}
#myModal3 .modal-header{
    border-bottom: none;
}
#myModal3 .modal-body{
	text-align: center;
	position: relative;
}
#myModal3 .modal-body p{
    font-size:23px;
    font-weight:bold;
}
#myModal3 .modal-body .input{
	width:100%;
	position:relative;
	
}
#myModal3 .modal-body input{
	width:100%;
	height:70px;
	background:#eee;
	border:none;
	border-radius: 10px;
	
}
#myModal3 .modal-body a{
	font-size:17.5px;
	font-weight:bold;
	background:#000;
	color:#fff;
	display: block;
	width:87px;
	height:52px;
	line-height:52px;
	border-radius: 10px;
	position: absolute;
	right: 10px;
    top: 9px;
}
#myModal3 .modal-footer{
	border:none;
	text-align: center;
}
#myModal3 .modal-footer p{
	font-size:22px;
	font-weight:bold;
}
.modal-header button.close{
	font-size:45px;
}
@media only screen and (max-width: 992px){
	.namecard .left_pic {
	    width:60%;
	    margin-left: 2%;
	}
	.namecard .right_btn {
	    margin-right: 2%;
	    margin-top: 8%;
	}
}
@media only screen and (max-width: 767px){
	#myModal3 .modal-body a{
         top: 48%;
		
	}
}
@media only screen and (max-width: 480px){
	.top .left button{
		width:90px;
		height:40px;
		margin-top:30px;
	}

	.top .right{
		display: none;
	}

	.mobile_show{
		display: block;
	}
	.pcDetailCont{
		display: none;
	}
	#myModal2 .modal-footer button.first{
		margin-right:0px;
		margin-bottom:10px;
	}
	#myModal3 .modal-body a{
		right: 11%;
    	top: 56%;
		
	}
}
/*编辑内容弹框*/
.edit{
	padding:2% 2%;
	position: relative;
	
}
.edit h2{
	margin-bottom:25px;
	position: absolute;
	top:0;
	left:4%;
}
.edit .uploadpic{
	width:100%;
	height:147px;
	background: #e5e5e5;
	padding-top:0px;	
}
.edit .uploadpic a{
	display:block;
	width:67px;
	height:67px;
	position: relative;
	margin:0 auto;
}
.edit .uploadpic a input[type="file"]{
	opacity: 0;
	width:67px;
	height:67px;
	position:absolute;
	left: 0;
	top:0;
}
.edit .reselect{
	width:100%;
	height:160px;
	background:url(../images/sds.jpg) no-repeat center;
	background-size:cover ;
	padding-top:55px;
}
.edit .reselect a{
	display: block;
	width:135px;
	height:50px;
	position: relative;
	margin:0 auto;
}
.edit .reselect a button{
	width:135px;
	height:50px;
	background:#000;
	color:#fff;
	border:none;
	border-radius: 20px;	
}
.edit .reselect a input[type="file"]{
	width:135px;
	height:50px;
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
}
.edit form{
	height:550px;
	overflow: auto;
	margin-top:50px;
     margin-bottom: 80px;
	text-align:left;
}

.edit .tupian{
	height:550px;
	overflow: auto;
	margin-top:50px;
     margin-bottom: 80px;
	text-align:left;
}
.edit form .form-control {
    font-size: 18px;
    height: 28px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #c5c5c5;
    box-shadow: 0 0 0;
    padding-left: 0;
}
.edit form label{
	font-size:21px;
	color:#d21725;
}

.edit .buttons{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:80px;
	background:#fff;
	padding-top:15px;
}
/*
.edit button{
	width:110px;
	height:50px;
	background:#858585;
	border-radius:20px;
	border:none;
	font-size: 20px;
	color:#fff;
	margin-right:23px;
	outline:none;
}
*/
.edit button.confirm{
	width:110px;
	height:50px;
	border-radius:20px;
	border:none;
	font-size: 20px;
	color:#fff;
	margin-right:23px;
	outline:none;
}
.edit button.cancel{
	width:110px;
	height:50px;
	background:#858585;
	border-radius:20px;
	border:none;
	font-size: 20px;
	color:#fff;
	margin-right:23px;
	outline:none;
}
@media only screen and (min-width:1200px){
	div#myModal4 {
    right: -53%;
}
}
@media only screen and (max-width:480px){

	.edit form{
		height:450px;
	}/*
	.edit button{
		width:100px;
		height:40px;
	}*/
}
/*智能换图弹框*/

.img-posterItem{
    border: 1px solid #a0a0a0;
}

.tupian>img{
	margin-top:20px;
}
.huantu{
	position:relative;
}
.huantu h2{
	font-size:32px;
	text-align: center;
	position: fixed;
	top:0;
	left:17%;
}
.huantu .tupian{
	margin-top:50px;
	height:600px;
	overflow: auto;
}
.huantu .tupian img{
	margin:0 auto;
	margin-bottom:30px;
}
.huantu .buttons{
	text-align: center;
}
.huantu button{
	width:135px;
	height:50px;
	background:#858585;
	border-radius:20px;
	border:none;
	font-size: 20px;
	color:#fff;
	margin-right:23px;
	outline:none;
	margin-bottom:10px;
	margin-top: 23px;
}
.huantu button.confirm{
	background:#d21725;
}
@media only screen and (min-width:1200px){
	div#myModal5 {
	    right: -53%;
	}
}
@media only screen and (max-width:480px){
	.huantu .tupian{
		height:400px;
	}
	.huantu button{
		width:100px;
		height:40px;
	}
}
/*复选框样式*/
#mycheck + label{
    background-color: white;
    border-radius: 50px;
    border:5px solid #a0a0a0;
    width:25px;
    height:25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    margin-right:5px;
}
#mycheck:checked + label{
    background-color: #eee;
}
#mycheck:checked + label:after{
    content:"\2714";
}
#mycheck{
	display: none;
}
/*公众号配图弹框结束*/
/*色搭师第二页*/
.main{
	margin-top:82px;
}
.main .top_content{
	text-align: center;
	    padding-bottom: 107px;
}
.main .top_content h2{
	font-size:38px;
}


.main .top_content .pics{
	margin:0 auto;
	margin-top:78px;
	text-align: center;    
	background: #ffffff;
}
.main .list{
	background:#eee;
}
.list h2{
	text-align: center;
	font-size:38px;
	margin-bottom:15px;
}
.main .bottom_btn{
	text-align: center;
	margin-top:30px;
}
.main .bottom_btn button{
    background: #d21725;
    width: 180px;
    height: 47px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:25px;
}
.list .box:nth-child(8){
	margin-right:0;
}
@media only screen and (max-width:991px){
  .main .top_content .pics img{
    margin-bottom:15px;
  }
}
@media only screen and (min-width: 992px) {
  .main .top_content .pics {
     width:885px;
  }
}

@media only screen and (max-width: 480px) {
	.main .top_content h2{
		font-size:27px;
	}
	.main .top_content .pics img{
		margin-bottom:15px;
	}
	.list h2{
		font-size:30px;
	}
}
@media only screen and (max-width: 320px) {
	.main .top_content h2{
		font-size:20px;
	}
}

/*第二页结束*/
/*作图卖货*/
.peitu{
	position: relative;
}
.peitu button{
	font-size:19px;
	color:#d21725;
	width:192px;
	height:49px;
	background:#fff;
	border:none;
	border-radius: 10px;
	position:absolute;
	right:2%;
	bottom:49%;
}
.list .text p{
	font-size:18px;
	color:#828282;
	text-align: left;
}
@media only screen and (max-width: 480px) {
	.peitu button{
		right:31%;
	    bottom:2%;
	}
}
@media only screen and (max-width: 375px) {
	.peitu button{
		right:25%;
	}
}
@media only screen and (max-width: 320px) {
	.peitu button{
		right:19%;
	}
}
/*作图卖货结束*/
/*名片第一步*/
.name_content{
	padding-top:25px;
	background:#fafafa;
}
.name_content .top h2{
	font-size:38px;
}
.name_content .top p{
	font-size:28px;
	font-weight:bold;
}
.name_content .checkbox{

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.name_content .checkbox .check{
	width:245px;
	height:125px;
	line-height:125px;
	padding-left:16px;
	border:1px solid #d2d2d2;
	margin-bottom:44px;
	font-size:29px;
}
.name_content .checkbox .check img{
	margin-right:10px;
}
@media only screen and (min-width: 991px){
	.name_content .checkbox{
		width:850px;
	}
}
@media only screen and (max-width: 991px) {
	.name_content .checkbox .check{
		width:230px;
		font-size:24px;
		height:100px;
		line-height:100px;
	}
	.name_content .top h2{
		font-size:40px;
	}
	.name_content .top p{
		font-size:30px;
		text-align: left;
	}

}
@media only screen and (max-width: 480px) {
	.name_content .checkbox .check{
		width:135px;
		font-size:16px;
		height:80px;
		line-height:80px;
	}
	.name_content .top h2{
		font-size:30px;
	}
	.name_content .top p{
		font-size:20px;
		text-align: left;
	}

}
.btns{
	text-align: center;
	margin-bottom:50px;
	margin-top:30px;
}
.btns button{
	width: 180px;
    height: 47px;
    background: #d21725;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom:10px;
}
.btns button.back{
	background:#a0a0a0;
}
/*名片第一步结束*/
/*名片第二步*/
.name_content .edit{
	height:75px;
	margin-top:70px;
}
.name_content .edit h2{
	font-size:32px;
	margin-top:0;
}
.name_content .edit p{
	font-size:20px;
}
.name_content .edit a{
	float:left;
	margin-right:10px;
}
.name_content .text{
	float:left;
}
.name_content form{
	margin-top:20px;
}
.name_content form label{
	font-size:20px;
}
.name_content form .form-control{
	font-size:18px;
	height:28px;
	border-radius: 0;
	border:none;
	border-bottom:2px solid #000;
	box-shadow: 0 0 0;
	padding-left:0;
	background:#fafafa;
}
.form-group {
    margin-bottom: 10px;
}
.form-group a {
    margin-left: 66px;
    padding-top: 30px;
}
.form-group .picbox{
	width:200px;
    height:124px;
    
}


@media only screen and (max-width: 480px) {
	.name_content .edit h2{
		font-size:24px;	
	}
	.name_content .edit p{
		font-size:15px;
	}
	.name_content .edit img{
		width:50px;
	}
	.name_content form .form-control{
		font-size:18px;
	}
	.name_content {
	    padding-top: 0px;
	}
}
/*图片上传*/
.name_content form .form-group a input[type="file"]{
	opacity:0;
	width:67px;
	height:67px;
	position: absolute;
	left:0;
	top:30px;
}
.name_content form .form-group a{
	display: block;
	position: relative;
	width:67px;
	height:67px;
	position: relative;
}
/*名片第二步结束*/
/*名片第三步*/
.third{
	padding-top:0px;
	background:#fafafa;
}
.namecard .top{
	display: flex;
	flex-wrap: wrap;
}
.namecard .top a{
	height:80px;
	line-height:80px;
	display: inline-block;
	padding:0 30px;
	border:2px solid #d2d2d2;
	font-size:24px;
	color:#000;
	margin-right:12px;
}
.namecard .top a.first{
	border:2px solid #000;
}
.namecard .top a.more{
	border:none;
}
.namecard .top a.more img{
	margin-right:15px;
}
.namecard .text{
	font-size:32px;
	margin-top:0px;
}
@media only screen and (max-width:480px) {
	.namecard .top a{
		font-size:20px;
		height:50px;
		line-height:50px;
		margin-bottom:10px;
		padding:0 10px;
	}
	.namecard .text{
		font-size:20px;
	}
	.namecard .text p{
		text-align: left;
	}
}
@media only screen and (min-width: 1200px){
	.third .top .container{
		width:1170px;
	}
	.third .container{
		width:1170px;
	}
}
/*名片第三步结束*/
/*选取logo类型*/
.stepone-container {
    border: 1px solid #eeeff0;
    float:right;
    margin-top: -40px;
}
.stepone-container h1 {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #232323;
    letter-spacing: .2px;
    text-align: center;
    font-weight: 500;
}
.stepone-container .step-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.stepone-container .step-content .step-row {
    width: 25%;
    border-right: 1px solid #eeeff0;
    border-bottom: 1px solid #eeeff0;
}
.stepone-container .step-content .step-row div {
    cursor: pointer;
    text-align: center;
    padding: 1px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.stepone-container .step-content .step-row div img {
    margin: 20% auto 0;
    display: block;
    width: 40%;
    height: 40%;
}
.stepone-container .step-content .step-row div span {
    margin-top: 7px;
    display: block;
    color: #232323;
}
/* 适配处理 */


/* 手机 */
@media only screen and (max-width:480px) {
	body{
		padding-top: 2rem;
	}
	.dingbu{
		height: 2rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.dingbu div{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 0 0.4rem;
		height: 100%;
	}
	.dingbu_logo img{
		width: 3.8rem;
	}
	.mydesign {
		font-size: 0.3rem;
	}
	svg{
		width: 100%!important;
		margin-left: 0!important;
	}
}
/* 平板 */
@media only screen and (min-width:480px) {
	body{
		padding-top: 1.6rem;
	}
	.dingbu{
		position: fixed;
		top: 0;
		left: 0;
		height: 1.6rem;
		background: #fff;
		width: 100%;
		background: #fff;
	}
	.dingbu div{
		padding: 0 0.4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		height: 100%;

	}
	.dingbu_logo img{
		width: 3.5rem;
	}
	.mydesign {
	font-size: 0.37rem;
    padding: 17px 28px;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 17px;
    background-color: #2e66fd;
    color: #fff;
    font-weight: bold;
	}
	svg{
		width: 100%!important;
		margin-left: 0!important;
	}
}
/* pc */
@media only screen and (min-width: 1200px) {
	body{
		padding-top: 1.8rem;
	}
	.dingbu{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		height: 1.8rem;
		display: flex;
		justify-content: center;
		background: #fff;
	}
	.dingbu div{
		width: 980px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	.question{
		width: 980px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	svg{
		width: 45%!important;
		margin-left: 2%!important;
	}
}
/* 大屏幕pc */
@media only screen and (min-width: 1480px){
	body{
		padding-top: 1.3rem;
	}
	.dingbu{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		height: 1.3rem;
		display: flex;
		justify-content: center;
		background: #fff;
	}
	.dingbu div{
		width: 1200px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	.dingbu_logo img{
		width: 3rem;
	}
	.question{
		width: 1200px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	svg{
		width: 30%!important;
		margin-left: 2%!important;
	}
}


.question{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* .mydesign:hover {
	background-color: #d21725;
	color: #fff;
} */
@media (min-width:0px) and (max-width:540px) {
	#new_logo{
		width: 23rem!important;
	}
	.navbar-brand #new_logo{
		margin-left:0!important;
	}
	#new_content{
		margin-top: -26px!important;
	}
	#new_content h2 {
    line-height: 2.3;
	}
}
@media (min-width:540px) and (max-width:720px) {
	#new_logo{
		width: 2rem!important;
	}
}
@media (min-width:720px) and (max-width:960px) {}
@media (min-width:960px) and (max-width:1140px) {}