body,
html {
	margin: 0 auto;
	background: #f2f2f2;
	font-family: "微软雅黑";
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.fff {
	background: #fff;
}

.top {
	height: 34px;
	color: #333;
	line-height: 34px;
	background: #ececec;
}

.top strong {
	color: #951aa3;
}
.tops {
	height: 34px;
	color: #d5d5d5;
	line-height: 34px;
	background: #333333;
}

.tops strong {
	color: #fff;
}
.tops a{
	color:#d5d5d5;
	background: #424242;
	height: 34px;
	padding: 0 25px;
	display: inline-block;
}

.head {
	background: #fff;
	padding: 20px 0;
}

.head ul {
	display: flex;
	flex-direction: row;
	justify-content: right;
	float: right;
}

.head ul li {
	width: 85px;
	height: 75px;
	margin-left: 20px;
	padding: 48px 0 0 0;
	text-align: center;
	color: #555;
	font-size: 12px;
}

.head ul li.setp1 {
	background: url(../images/step1.png) no-repeat center;
}

.head ul li.setp2 {
	background: url(../images/step2.png) no-repeat center;
}

.head ul li.setp3 {
	background: url(../images/step3.png) no-repeat center;
}

.head ul li.setp4 {
	background: url(../images/step4.png) no-repeat center;
}

.menubar {
	height: 54px;
	line-height: 40px;
	background: #5d35a8;
	border-top: 14px solid #866bb9;
	color: #fff;
}

.menubar a {
	color: #fff;
}


/* PC主导航 */
.pgwMenuCustom {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3ba0fa, endColorStr=#1070c8);
	/*IE 6 7 8*/

	height: 40px;
	position: relative;
	list-style: none
}

.pgwMenuCustom ul {
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0
}

.pgwMenuCustom .pm-links.mobile,
.pgwMenuCustom .pm-viewMore>ul {
	background: #f1941c;
	box-shadow: 2px 2px 4px #777;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000
}

.pgwMenuCustom .pm-links.mobile li,
.pgwMenuCustom .pm-viewMore>ul>li {
	display: block;
	clear: both;
	width: 175px
}

.pgwMenuCustom li {
	float: left
}

.pgwMenuCustom a {
	display: block;
	color: #fff;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none
}

.pgwMenuCustom a.selected {
	background: #e5601d
}

.pgwMenuCustom li a:hover {
	background: #e86f2e;
	text-decoration: none
}

.pgwMenuCustom .pm-dropDown,
.pgwMenuCustom .pm-viewMore,
.pgwMenuCustom .pm-viewMore>ul {
	display: none
}

.pgwMenuCustom .pm-dropDown a {
	display: inline-block;
	background: #e86f2e
}

.pgwMenuCustom .pm-dropDown a.active,
.pgwMenuCustom .pm-viewMore a.active {
	background: #e5601d
}

.pgwMenuCustom .pm-dropDown span.icon,
.pgwMenuCustom .pm-dropDown span.black {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	margin: 9px 5px
}

.pgwMenuCustom .pm-dropDown span.white {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	margin: 9px 5px
}

.pgwMenuCustom .pm-viewMore {
	display: none;
	position: relative
}

.pgwMenuCustom .pm-viewMore>a {
	display: inline-block
}

.pgwMenuCustom .pm-viewMore>ul {
	left: auto;
	right: 0
}

.pgwMenuCustom .pm-viewMore li {
	float: none
}

.pgwMenuCustom .pm-viewMore span.icon,
.pgwMenuCustom .pm-viewMore span.white {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 8px 6px 0;
	margin-left: 3px;
	display: inline-block
}

.pgwMenuCustom .pm-viewMore span.black {
	border-color: #000 transparent;
	border-style: solid;
	border-width: 8px 6px 0;
	margin-left: 3px;
	display: inline-block
}

.mainlevel ul {
	display: none;
	position: absolute;
	z-index: 9999999;
}

.mainlevel li {
	border-top: 1px solid #fff;
	width: 140px;
	float: none;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3ba0fa, endColorStr=#1070c8);
	/*IE 6 7 8*/
	background: -ms-linear-gradient(top, #3ba0fa, #1070c8);
	/* IE 10 */
	background: -moz-linear-gradient(top, #3ba0fa, #1070c8);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ba0fa), to(#1070c8));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ba0fa), to(#1070c8));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #3ba0fa, #1070c8);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #3ba0fa, #1070c8);
}


.menu_right {
	display: flex;
	flex-direction: row;
	justify-content: right;
	float: right;
}

.menu_right li {
	margin-left: 1em;
}

/* 底部 */
.footer {
	background: #333;
	color: #F8F8F8;
	text-align: center;
	padding: 1em 0;
}

.footer a {
	color: #F8F8F8;
}

/* wap导航 */
nav {
	font: 16px/1.5 "微软雅黑", Arial, Helvetica, Geneva, sans-serif;
}

/* 页面主体 */
.main {
	padding: 1.5em 85px;
}



.main_top {
	border-bottom: 1px solid #951aa3;
	height: 60px;
}

.main_top span.icon {
	width: 60px;
	display: inline-block;
}

.main_top span.title {
	background: #951aa3;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 2em;
	color: #fff;
	font-size: 18px;
}

.layui-tab-main {
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.layui-tab-main>.layui-tab-title {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	border-color: #951aa3;
}

@media screen and (min-width:768px) {
	.layui-tab-main>.layui-tab-title {
		margin-bottom: 20px;
	}
}

.layui-tab-main>.layui-tab-title li {
	/* margin-right: -1px;
	margin-left: -1px; */
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 16px;
	z-index: 2;
}

.layui-tab-main>.layui-tab-title .layui-this {
	background-color: #951aa3;
	color: #fff;
}

.layui-tab-main>.layui-tab-title .layui-this:after {
	border-top: none;
	border-width: 0;
	border-bottom-color: #fff;
	height: 50px;
	line-height: 50px;
}

.layui-tab-main>.layui-tab-title .layui-tab-bar {
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	border-top: none;
	border-right: none
}

.layui-tab-main>.layui-tab-more .layui-this {
	background: #951aa3;
	color: #fff
}

.layui-tab-main>.layui-tab-more .layui-this:after {
	border: none
}

.layui-tab-main-name {
	position: absolute;
	right: 10px;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #ccc
}

.option_name p {
	background: #654c94;
	text-align: center;
	color: #fff;
	height: 38px;
	line-height: 38px;
}

@media screen and (max-width:768px) {
	.option_name p {
		background: #fff;
		text-align: left;
		color: #000;
		height: 30px;
		line-height: 30px;
		font-size: 1.1em;
		font-weight: bold;
	}
}

.option_info p {
	background: #fff;
	text-align: center;
	color: #333;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
}

.option_info p.active {
	/*background: #ccccff;*/
	text-align: center;
	color: #ff4400;
	min-height: 36px;
	line-height: 36px;
	border: 2px solid #ff4400;
	cursor: pointer;
}
.option_info select{
	-webkit-appearance: none;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	text-align-last: center;
	background: #fff;
}
.option_info select option{
	text-align:center;
	text-align-last: center;
}
.line {
	height: 1px;
	background: #ccc;
	padding: 0;
	margin: 10px 0;
}

.btn_1 {
	background: #951aa3;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	line-height: 32px;
	border: 0;
	cursor: pointer;
}

.result {
	margin-left: 10px;
}

.result strong {
	padding: 0 5px;
	font-size: 1.2em;
	color: #f49a00;
}

.service {
	color: #999
}

.btn_2 {
	background: #951aa3;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	line-height: 32px;
	border: 0;
	cursor: pointer;
}

.btn_next {
	background: #654c94 url(../images/next.jpg) no-repeat 93px 7px;
	color: #fff;
	padding: 0 50px 0 40px;
	line-height: 43px;
	border: 0;
	cursor: pointer;
	border-radius: 43px;
	display: inline-block;
}

.btn_next:hover {
	color: #fff;
}

.btn_back {
	background: #654c94 url(../images/back.jpg) no-repeat 7px 7px;
	color: #fff;
	padding: 0 40px 0 50px;
	line-height: 43px;
	border: 0;
	cursor: pointer;
	border-radius: 43px;
	display: inline-block;
}

.btn_back:hover {
	color: #fff;
}

.option_text {
	color: #654c94;
	display: table;
	height: 50px;
}

.option_text p {

	vertical-align: middle;
	display: table-cell;
}

.contacts {
	display: none;
}

.contacts table tbody tr {
	cursor: pointer;
}

.success_icon {
	font-size: 2em;
	text-align: center;
	color: #009688;
	margin: 20px auto;
}

.success_icon i {
	font-size: 2em;
	margin-right: 0.2em;
	vertical-align: middle;
}

.success_info {
	text-align: center;
	padding: 5px 0;
	color: #777;
}


/* 会员中心 */
.user_main {
	background: #fff;
	padding: 0;
	margin: 20px auto;
}

.user_left {
	min-height: 40vh;
}

.user_right {
	word-wrap: break-word;
	padding: 20px 5% ;
}

.layui-nav-tree .layui-nav-bar {
	background-color: #e5601d
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #5d35a8;
	color: #fff
}

.orderlist{
	border: 1px solid #e5e5e5;
	font-size: 12px;
	margin-bottom: 30px;
}
.orderlist .top{
	background: #f5f5f5;
	padding:0 15px;
	color: #aaaaaa;
}
.orderlist .info{
	padding: 10px;
	line-height: 26px;
}

.user_photo{
	text-align: center;
}
.user_photo img{
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: 5px solid #e5e5e5;
	cursor: pointer;
}
.user_info{
	line-height: 28px;
}
.user_info p{
	color: #777;
}
.user_info p strong{
	color: #E86F2E;
	margin-right: 5px;
}
.user_info p i{
	margin-right: 10px;
	font-size: 18px;
}
.user_edit{
	padding: 20px;
}

.message_list li{
	margin-bottom: 10px;
	background: #ece2ff;
	padding: 20px 20px 10px 20px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.message_list li:hover ,.message_list li.active{
	background: #f2f2f2;
}
.message_list li p{
	margin-bottom: 5px;
}
.message_list li .text{
	color: #777;
}
.message_list li .time{
	color: #999;
}
.message_list li .type{
	color: #5e36a8;
	font-weight: bold;
}


/*新增的首页*/
.index_menu{
	background: #626262;
	height: 449px;
	overflow: hidden;
}
.index_menu p{
	padding: 10px 20px;
	color: #fff;
}
.index_menu a{
	color: #fff;
}
.index_menu a:hover p{
	background: #ff6700;
}


/* 媒体查询 */

@media screen and (max-width:1200px) {
	.main {
		padding: 1em 0.5em;
	}
}
@media screen and (max-width:768px) {
	.contacts {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.contacts {
		width: 600px;
	}
}

@media screen and (min-width:2500px) {
	*{
		font-size: 1.02em;
	}
}
@media screen and (max-width:1024px) {
	.user_info {
		text-align: center;
	}
}