﻿/* 2017-07-02 */

input, select, textarea {
	outline: none;
	resize: none;
	margin: 5px 0;
}

.lblock {
	float: left;
	width: 255px;
	background: #fff;
}

.rblock {
	overflow: hidden;
	float: right;
	width: 925px;
	background: #fff;
}

.p15 {
	overflow: hidden;
	padding: 15px;
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.xinxi {
	margin: 15px;
}

.xinxi li {
	height: 45px;
	line-height: 45px;
	margin-bottom: 2px;
}

.xinxi li:nth-child(1) {
	color: #fff;
	font-size: 18px;
	color: #408bff;
	text-align: center;
	background: #f4f8ff;
}

.xinxi li a {
	display: block;
	text-decoration: none;
	text-decoration: none;
	word-wrap: break-word;
	outline: none;
	padding-left: 75px;
	background: #f7f7f7;
	color: #686868;
	border-left: 2px solid #f4f8ff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.xinxi li a:hover {
	padding-left: 85px;
	color: #408bff;
	border-left: 2px solid #408bff;
	background: #f4f8ff;
}

.xinxi-tit {
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	color: #3c3c3c;
	font-size: 18px;
	background: #f7f7f7;
}

/* 2016-09-02 嘉宾海报 */

.bg-white {
	margin-top: 20px;
	padding: 20px 0;
	/*background-color: #f1f1f1;*/
}

.guest-tit {
	padding: 10px 20px;
	background-color: #f5f5f5;
}

.guest-tit select {
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin-top: 2px;
	margin-right: 10px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.guest-tit .btn-dao {
	width: auto;
	height: 35px;
	line-height: 35px;
	margin-top: 2px;
	margin-right: 10px;
	border: none;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	background-color: #408bff;
}

.guest-tit .exedown {
	float: right;
	color: #ff7f27;
}

.btn-add {
	padding: 9px 30px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	background-color: #408bff;
}

.btn-add:hover, .file-link:hover, .lie-list li input[type=submit]:hover, .guest-tit .btn-dao:hover, .add-del .add-del3:hover {
	color: #fff;
	background-color: #3277ef;
}

.btn-add i {
	margin-right: 3px;
	vertical-align: -1px;
}

/*表格*/

.biao {
	width: 100%;
	margin-top: 15px;
}

.biao tr th {
	color: #191919;
	font-size: 1em;
	font-weight: normal;
}

.biao tr th, .biao tr td {
	padding: 10px 5px;
	white-space: normal;
	word-break: break-all;
	border-bottom: 1px solid #edecec;
}

.biao tr td {
	color: #838383;
	font-size: 0.9em;
}

.biao tr th i {
	vertical-align: -1px;
}

.biao tr .quan {
	width: 16px;
	height: 16px;
	margin-right: 2px;
	vertical-align: -3px;
}

.biao tr td em {
	font-style: normal;
	color: #408bff;
}

.topbb {
	border-top: 1px solid #edecec;
}

/*Step*/

.for-liucheng {
	overflow: hidden;
	width: 89%;
	margin: 0 auto 5px auto;
	height: 100px;
	padding: 27px 0 0 0;
	position: relative;
}

.liulist {
	float: left;
	width: 20%;
	height: 7px;
	background: #eeecec;
}

.liutextbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 10px;
}

.liutextbox .liutext {
	float: left;
	width: 20%;
	text-align: center;
}

.liubox25 .liutext {
	width: 20%;
}

.liubox33 .liutext {
	width: 33%;
}

.liubox50 .liutext {
	width: 50%;
}

.liubox100 .liutext {
	width: 100%;
}

.liutextbox .liutext em {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #eeecec;
	text-align: center;
	font-style: normal;
	color: #000;
}

.liutextbox .liutext strong {
	display: inline-block;
	margin-top: 15px;
	font-weight: 400;
}

.liulist.for-cur {
	background: #408bff;
}

.liutextbox .for-cur em {
	color: #fff;
	background: #408bff;
}

.liutextbox .for-cur strong {
	color: #408bff;
}

.lie-list {
	list-style: none;
	padding-bottom: 15px;
}

.lie-list li {
	padding: 10px 0;
	/*border-bottom: 1px solid #edecec;*/
}

.lie-list li::after {
	content: "";
	display: block;
	clear: both;
}

.lie-list li div:first-child {
	float: left;
	width: 15%;
}

.lie-list li div:last-child {
	float: left;
	width: 85%;
}

.lie-list li span {
	display: inline-block;
	padding: 0 5px;
	color: #1148a4;
	cursor: pointer;
}

.lie-list li span input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 3px;
}

.lie-list li input[type=text] {
	width: 455px;
	height: 40px;
	padding: 0 5px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.lie-list li input[type=submit] {
	height: 40px;
	padding: 0 25px;
	margin-top: 15px;
	margin-right: 15px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
}

.lie-list li .uploadimg {
	overflow: hidden;
	float: left;
	width: 620px;
	height: 920px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #e6e6e6;
}

.lie-list li .uploadimg img {
	width: 100%;
}

.lie-list li .xiushi {
	float: left;
}

.lie-list li .xiushi p {
	padding-top: 10px;
}

.lie-list li .xiushi input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 5px;
}

.lie-list li #disabled {
	cursor: not-allowed;
	background-color: #d0d0d0;
}

.lie-list li:last-child {
	border-bottom: none;
}

.lie-list li textarea {
	width: 959px;
	height: 100px;
	padding: 5px 5px;
	resize: none;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.lie-list li #short {
	width: 150px;
	margin-right: 15px;
}

.lie-list li .notest {
	display: inline-block;
	color: #3a3a3a;
	width: 90px;
	height: 37px;
	line-height: 37px;
	margin-right: 15px;
	text-align: center;
	border: none;
	border-radius: 2px;
	background-color: #e2e2e2;
}

.lie-list li .test {
	display: inline-block;
	color: #fff;
	width: auto;
	height: 37px;
	line-height: 37px;
	margin-right: 15px;
	padding: 0 8px;
	text-align: center;
	border: none;
	border-radius: 2px;
	background-color: #408bff;
}

.lie-list li .test.disabled {
	background-color: #e5e5e5;
}

.lie-list li em {
	font-style: normal;
	color: #f86c13;
	font-size: 1.4em;
	margin-right: 10px;
}

.lie-list li .fix {
	/*width: 800px;*/
	overflow: hidden;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.lie-list li .fix1 {
	border: 0px;
}

.upload {
	display: inline-block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	background-color: #408bff;
	border-radius: 2px;
	text-decoration: none;
}

/*Btn*/

.file-link {
	position: relative;
	width: 120px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	vertical-align: -12px;
	background-color: #408bff;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.3s;
}

.file-ipt {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.add-del {
	padding-top: 20px;
	padding-bottom: 5px;
}

.add-del .add-del1, .add-del .add-del2, .add-del .add-del3, .add-del .add-del4 {
	display: inline-block;
	padding: 8px 20px 8px 44px;
	border: none;
	color: #fff;
	margin-right: 15px;
	border-radius: 2px;
}

.add-del .add-del1 {
	background: url(../images/guest-add.png) #408bff no-repeat 16px center;
}

.add-del .add-del2 {
	background: url(../images/guest-del.png) #ff7f27 no-repeat 16px center;
}

.add-del .add-del3 {
	padding: 8px 20px;
	background-color: #408bff;
}

.add-del .add-del4 {
	float: right;
	margin-right: 0;
	padding: 8px 20px;
	background-color: #ff7f27;
}

.pages {
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
}

.pages span, .pages a {
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
}

.pages a {
	padding: 2px 8px;
	color: #333;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.pages a:hover {
	color: #fff;
	background-color: #408bff;
}

.pages select {
	margin: 0 3px;
	padding: 2px 0;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.pages i {
	color: #408bff;
	font-style: normal;
}

.megs {
	width: 350px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.megs li {
	padding: 5px 0;
}

.megs li::after {
	content: "";
	display: block;
	clear: both;
}

.megs li div:first-child {
	float: left;
	width: 80px;
	margin-top: 8px;
}

.megs li input[type=text] {
	width: 214px;
	height: 40px;
	padding: 0 5px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.megs li input[type=submit] {
	height: 40px;
	padding: 0 25px;
	margin-top: 15px;
	margin-right: 15px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
}

.megs li select {
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin-top: 2px;
	margin-right: 10px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.daoru {
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px 6px 0 0;
	background-color: #408bff;
}

.daoru select {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	color: #838383;
	margin-left: 10px;
	margin-right: 25px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
}

.daoru a {
	color: #fff;
}

.xuanze {
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.xuanze input[type=text] {
	width: 214px;
	height: 40px;
	padding: 0 5px;
	border-radius: 2px;
	vertical-align: 3px;
	border: 1px solid #e6e6e6;
}

.xuanze p {
	padding-bottom: 25px;
}

.file-chose {
	position: relative;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin-top: 4px;
	margin-left: 15px;
	vertical-align: -12px;
	background-color: #408bff;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.3s;
}

.file-chose:hover {
	color: #fff;
}

.file-ipt1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.ifoot {
	padding-top: 50px;
	text-align: center;
}

/*2016-11-10 API*/

.white {
	margin-top: 15px;
	padding: 15px;
	background-color: #fff;
}

.api_banner img {
	width: 100%;
}

.mobile {
	width: 312px;
	height: 623px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 40px;
	background-color: #f4f4f4;
	border-radius: 40px;
	box-shadow: 0px 0px 10px 3px #cccccc
}

.mobile div {
	width: 304px;
	height: 541px;
	margin-left: 4px;
	overflow: hidden;
	text-align: center;
	background-color: red
}

.mobile div img {
	width: 100%;
}

.bao {
	overflow: hidden;
	margin-top: -10px;
	padding-left: 34px;
}

.bao li {
	position: relative;
	float: left;
	display: inline-block;
	width: 250px;
	height: 610px;
	padding: 10px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 15px;
	margin-top: 25px;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ecebeb;
	transition: all 0.5s;
}

.bao li div {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 87px;
	background: url(../images/icon-main.png) no-repeat left top;
	background-size: 80px 87px;
}

.bao .bao li:hover {
	box-shadow: 0px 0px 10px 3px #ddd;
}

.bao li p {
	overflow: hidden;
	display: block;
	text-align: left;
}

.bao li p:nth-child(1) {
	height: 466px;
	text-align: center;
	margin-bottom: 6px;
}

.bao li p:nth-child(1) img {
	width: 100%;
	display: block;
}

.bao li p:nth-child(3) {
	padding-top: 10px;
}

.bao li p:nth-child(2) img {
	width: 228px;
	object-fit: contain;
}

.bao li p span {
	float: right;
}

.bao li p:nth-child(3) a {
	margin-left: 10px;
}

.bao li i {
	font-size: 2em;
	margin-top: 210px;
}

.ku {
	margin-top: -10px;
	padding-left: 34px;
	overflow: hidden;
}

.ku li {
	position: relative;
	float: left;
	display: inline-block;
	width: 250px;
	height: 430px;
	padding: 10px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 15px;
	margin-top: 25px;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ecebeb;
	transition: all 0.5s;
}

.ku li div {
	display: block;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 1);
}

.ku li div img {
	width: 100%;
}

.ku li div:hover img {
	opacity: 0.4;
}

.ku li p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 100;
	padding-top: 200px;
	text-align: center;
	color: #fff;
}

.ku li p {
	font-size: 18px;
	transform: translateY(-50px);
	opacity: 0;
	transition: 1s;
}

.ku li div:hover p {
	transform: translateY(0px);
	opacity: 1
}

.ku li p a {
	padding: 10px 20px;
	color: #408bff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #d8d8d8;
	box-shadow: 0px 0px 4px 2px #1d1d1d
}

.main {
	padding: 20px;
}

.tishi {
	padding: 15px 0 30px 0;
	text-align: center;
	font-size: 14px;
}

.pai {
	float: left;
	width: 252px;
	padding: 10px 15px;
	overflow: hidden;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #ecebeb;
	transition: all 0.5s;
}

.pai p {
	padding-top: 8px;
	text-align: center;
}

.pai ul {
	margin-top: 10px;
	padding-top: 4px;
	border-top: 1px solid #ddd;
}

.pai ul li {
	padding-top: 6px;
}

.pai ul li span {
	float: right;
}

.fenlei {
	width: 1052px;
	margin-top: 30px;
	margin-left: 50px;
	padding: 12px 15px;
	background-color: #fff;
}

.fenlei a {
	display: inline-block;
	margin-left: 15px;
	padding: 2px 8px;
	border-radius: 2px;
}

.fenlei a:hover {
	color: #ff7f27;
}

.fenlei a.hov {
	color: #ff7f27;
}

.chuang {
	position: absolute;
	right: 82px;
	top: 34px;
}

.chuang a {
	padding: 8px 15px;
	color: #fff;
	border-radius: 2px;
	background-color: #408bff;
}

/*** 2016-12-04 短信 ***/

.msg-tit {
	padding-bottom: 12px;
	font-size: 1.2em;
	color: #000;
	border-bottom: 1px solid #dadada;
}

.msg-tit a {
	float: right;
}

.sent {
	padding-top: 18px;
}

.sent input {
	width: 140px;
	height: 35px;
	padding: 0 5px;
	border: 1px solid #dadada;
}

.sent span {
	display: inline-block;
	margin: 0 15px;
}

.sent select {
	width: 80px;
	height: 35px;
	border: 1px solid #dadada;
}

.table {
	width: 100%;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #f5f5f5;
}

.table tr {
	background-color: #fff;
}

.table th {
	text-align: center;
	color: #595959;
	font-size: 1.1em;
	background-color: #f5f5f5;
}

/*.lie-list li a{
	display: inline-block;
	padding: 4px 10px;
	margin: 3px 10px 0 0;
	color: #646464;
	border: 1px solid #dadada;
}*/

/*.lie-list li a:hover{
	color: #408bff;
	border: 1px solid #408bff;
}*/

.lie-list li a.hov {
	color: #408bff;
	border: 1px solid #408bff;
}

.lie-list li #gold {
	width: 130px;
	margin-right: 15px;
}

.lie-list li i {
	display: inline-block;
	color: #ff6800;
	margin-top: 9px;
	font-style: normal;
}

.payment {
	padding-top: 5px;
	padding-bottom: 15px;
}

.payment li {
	padding: 12px 0;
	border-bottom: 1px solid #edecec;
}

.payment li::after {
	content: "";
	display: block;
	clear: both;
}

.payment li div:first-child {
	display: inline-block;
	width: 90px;
}

.payment li i {
	display: inline-block;
	color: #ff6800;
	font-style: normal;
}

.payment li input[type=submit] {
	height: 40px;
	padding: 0 25px;
	margin-right: 15px;
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #408bff;
}

.payment li span {
	display: inline-block;
	margin-right: 15px;
}

.radio {
	position: relative;
	display: inline-block;
	width: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	vertical-align: -4px;
}

.radio span {
	position: absolute;
	bottom: 5px;
	right: 14px;
}

.radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.radio label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.radio input[type=radio] {
	display: none;
}

.radio label:before {
	border-radius: 15px;
}

.radio input[type=radio]:checked+label:before {
	content: "\2713";
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 21px;
	border: 1px solid #408bff;
	background-color: #408bff;
}

.tan-top {
	width: 100%;
	height: 48px;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
	background-color: #408bff;
}

/*2016-01-02*/

.magic-radio, .magic-checkbox {
	position: absolute;
	display: none;
}

.magic-radio+label, .magic-checkbox+label {
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 5px;
}

.magic-radio+label:hover:before, .magic-checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.magic-radio+label:before, .magic-checkbox+label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #c0c0c0;
}

.magic-radio+label:after, .magic-checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}

.magic-radio:checked+label:before, .magic-checkbox:checked+label:before {
	animation-name: none;
}

.magic-radio:checked+label:after, .magic-checkbox:checked+label:after {
	display: block;
}

.magic-radio+label:before {
	border-radius: 50%;
}

.magic-radio+label:after {
	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3e97eb;
}

.magic-radio:checked+label:before {
	border: 1px solid #3e97eb;
}

.magic-checkbox+label:before {
	border-radius: 15%;
	/* 方形 & 圆角 */
}

.magic-checkbox+label:after {
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}

.magic-checkbox:checked+label:before {
	border: #408bff;
	background: #408bff;
}

.jianju {
	padding: 4px 15px;
}

/*2017-11-04 TaoCanJiaGe*/

.package {
	padding: 15px 30px;
	background-color: #fff;
}

.taocan {
	padding-top: 30px;
	text-align: center;
}

.taocan h2 {
	color: #408bff
}

.tao-pay {
	overflow: hidden;
	width: 1100px;
	margin: 40px auto 40px auto;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 0px 2px 8px #dfdfdf
}

.tao-pay li {
	position: relative;
	float: left;
	width: 274px;
	height: 500px;
	padding: 40px 20px;
	box-sizing: padding-box;
}

.tao-pay li h3 {
	color: #3c3c3c;
	text-align: center;
}

.tao-pay li .year-short {
	text-align: center;
	min-height: 45px;
}

.tao-pay li .year-money {
	margin-top: 15px;
	text-align: center;
	padding: 20px 0;
	color: #ff5400;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

.tao-pay li .year-money span {
	font-size: 30px;
}

.tao-pay li dl {
	padding-top: 15px;
	padding-left: 15px;
}

.tao-pay li dd {
	display: block;
	padding: 2px 0;
}

.tao-pay li .link, .tao-pay li .linkOrange, .tao-pay li .linkGreen {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.tao-pay li .link a, .tao-pay li .linkOrange a, .tao-pay li .linkGreen a {
	display: inline-block;
	width: 80%;
	padding: 7px 30px;
	color: #fff;
	border-radius: 3px;
}

.tao-pay li .link a {
	background-color: #408bff;
}

.tao-pay li .link a:hover {
	color: #fff;
	background-color: #337ef2;
}

.tao-pay li .linkOrange a {
	background-color: #ff7f27;
}

.tao-pay li .linkOrange a:hover {
	background-color: #f1751f;
}

.tao-pay li .linkGreen a {
	background-color: #32c72a;
}

.tao-pay li .linkGreen a:hover {
	background-color: #27b520;
}

.tao-pay li:nth-child(1) {
	background: #fffcfa;
}

.tao-pay li:nth-child(2) {
	background: #f9fbff;
	box-shadow: 0px 0px 16px 0px #dfdfdf;
}

.tao-pay li:nth-child(4) {
	background: #f9fff9;
}

.terms {
	padding-top: 20px;
	font-size: 0.9em;
	line-height: 2;
	color: #666666;
}

.terms p {
	padding-top: 5px;
}

.terms p strong {
	color: #000;
}

.terms ol li {
	list-style: decimal-leading-zero;
}

.back {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 18px;
}

.back a {
	padding: 14px 30px;
	border-radius: 30px;
	border: 1px solid #408bff;
	transition: all 0.5s;
}

.back a:hover {
	color: #fff;
	background: #408bff
}

.ewm {
	text-align: center
}

.ewm span {
	display: block;
}

@media(max-width: 415px) {
	.ewm {
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.ewm img {
		width: 100%;
	}
}

/*版权样式*/

.copyright {
	display: block;
	text-align: center;
	padding: 15px 0;
}

/*btn-dao*/

.btn-dao {
	border: none;
	margin: 0 10px;
	background: #408bff;
	color: #f1f1f1;
	border-radius: 4px;
}

.btn-dao:hover {
	background: #3166b9;
}