@charset "utf-8";

/* 解决点击按钮出现蓝色北京BUG */
body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* CSS Document */
.index_gg {
	width: 50%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
}

.index_gg div {
	width: 100%;
}

.index_gg div h1 {
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	color: #333333;
	letter-spacing: 3px;
}

.index_gg div i {
	width: 90px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -3px;
	margin-bottom: 30px;
}

.index_gg ul {
	width: 510px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.index_gg ul li {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 17.1px 0px;
	border-bottom: 1px solid rgba(223, 185, 135, 0.7);
	cursor: pointer;
}

.index_gg ul li span {
	font-size: 18px;
	padding-right: 5px;
}

.index_gg ul li a {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float: left;
}

.index_gg ul li b {
	float: right;
	font-size: 16px;
	color: #969595;
	font-weight: normal;
}


/* 热门投票 */
.hotImg {
	width: 477px;
	height: 242px;
	border-radius: 10px;
}

.hotTitleName {
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #666666;
	padding: 5px 90px 5px 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hotTitleDate {
	font-size: 12px;
	color: #969595;
	padding: 2.5px 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*课程推荐*/
.index_nr {
	width: 100%;
	/* max-width: 1920px; */
	overflow: hidden;
	background: #fcfcfd;
	padding: 60px 0 60px 0;
	/* background: url(../img/bg01.jpg) no-repeat; */
	background-size: 100% 100%;
}

.index_kcsx_bg {
	/* background: url(../img/bg02.jpg) no-repeat; */
}

.index_bt {
	width: 100%;
}

.index_bt h1 {
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	color: #333333;
	letter-spacing: 3px;
}

.index_bt i {
	width: 90px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -3px;
	margin-bottom: 31px;
}

.index_bt span {
	box-sizing: border-box;
	float: right;
	text-align: left;
	margin-top: -55px;
	font-size: 18px;
}

.index_bt .more {
	color: #D2A971;
	top: 3px;
}

.index_kctj {}

.index_kctj .tuijian .kctj-pic {}

.index_kctj img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tuijian {
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.tuijian:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_kctj .kctj-bt p {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	padding-top: 5px;
}

.index_kctj .kctj-bt p strong {
	float: left;
	color: #323333;
	font-size: 16px;
}

.index_kctj .kctj-bt b span {
	float: right;
	color: #969595;
	font-size: 13px;
}

.index_kctj .kctj-bt b {
	clear: both;
	display: block;
	width: 100%;
	color: #7C7C7C;
	font-size: 13px;
	padding: 0 10px;
	font-weight: normal;
	height: 30px;
}

.index_kctj .kctj-bt i {
	margin-right: 3px;
}

.index_nr1 {
	width: 100%;
	overflow: hidden;
	height: 100%;
	padding: 60px 0 60px 0;
}

.index_kcsx ul li p {
	padding: 15px 10px;
	color: #323333;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_kcsx ul li img {
	width: 100%;
	height: 147px;
	/* -webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s; */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.index_kcsx ul li a {}

.index_kcsx ul li a p:hover {
	color: #DFB987;
}

/* .index_kcsx ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} */

/*优秀员工*/
.index_yg {
	height: 204px;
	border: 1px #cacaca solid;
	overflow: hidden;
	/* padding-bottom: 10%; */
	background: url(../img/yxyg_bg1.png) no-repeat;
	background-size: 100% 100%;
	/* margin: 15px 0; */
	border-radius: 50%;
}

.index_yg:hover {
	border: 1px #e0bc8b solid;
	background: url(../img/yxyg_bg.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.index_yg p {
	/* margin-top: 8%; */
	font-size: 30px;
	color: #E6C191;
	font-weight: bold;
	text-align: center;
}

.index_yg p strong {
	font-family: "Arial Black";
}

.index_yg dl {
	/* padding-left: 22%; */
	/* padding-top: 10px; */
}

.index_yg dl dd {
	/* width: 15%; */
	/* float: left; */
	text-align: center;
}

.index_yg dl dd img {
	vertical-align: baseline;
	border-radius: 10px;
	margin-top: 20px;
}

.index_yg dl dt {
	/* padding-left: 18px; */
	/* float: left; */
	font-weight: 500;
	text-align: center;
}

.index_yg dl dt strong {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	padding: 5px;
	display: inline-block;
}

.index_yg dl dt span {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #000000;
}

.staffTitle {
	font-size: 26px;
	font-family: Source Han Sans CN;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

/*大家在学*/
.index_djzx {
	/* border: 1px solid #bababa; */
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	margin: 15px 0;
	box-shadow: 0 0 10px rgb(10 31 68 / 10%);
}

.index_djzx:hover {
	background: #f6f6f7;
}

.index_djzx .img {
	width: 43%;
	float: left;
}

.index_djzx .img img {
	width: 100%;
	height: 129px;
}

.index_djzx .right {
	width: 53%;
	float: right;
}

.index_djzx .right h1 {
	font-size: 1.6em;
	line-height: 40px;
	font-weight: 600;
}

.index_djzx .right h2 {
	font-size: 1.4em;
	color: #666666;
}

.index_djzx .right p {
	padding-top: 25px;
	color: #7D7D7D;
	font-size: 1.3em;
}

.index_djzx .right p strong {
	float: left;
	font-weight: normal;
}

.index_djzx .right p span {
	float: right;
}

/*首页广告条*/
.index-add {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.index-add img {
	width: 100%;
}

/*登录页*/
.login {
	width: 100%;
	height: 100%;
	background: url(../img/login_bg.png) no-repeat;
	position: absolute;
}

.login-top {
	text-align: right;
	padding: 50px 0;
}

.login-top img {
	margin-right: 20px;
}

.login-top a {
	color: #D1A76F;
	font-size: 14px;
}

.dlkuang {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 300px;
	margin: -150px 0px 0px -175px;
	box-shadow: 0 0 15px rgba(10, 31, 68, .1);
	border-radius: 10px;
	z-index: 99;
	background: #fff;
}

.dlkuang .dl-top {
	width: 240px;
	height: 60px;
	background: url(../img/login-top.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	top: -26px;
	left: 55px;
}

.dlkuang .dl-top strong {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-top: 3px;
}

.dlkuang .dl-top p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
}

.dlkuang .denglu {
	clear: both;
	width: 240px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}

.dlnav {
	border: none;
}

.dlnav>li {
	width: 50%;
	text-align: center;
	font-size: 16px;
}

.dlnav>li a:hover {
	background: none;
	border: 1px #fff solid;
}

.dlnav>li.active>a,
.dlnav>li.active>a:focus,
.dlnav>li.active>a:hover {
	font-weight: bold;
	border: none;
}

.dlnav>li.active>a i {
	width: 50px;
	height: 2px;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}

.btn-denglu {
	color: #FFFFFF !important;
	background: #D1A76F;
	font-size: 15px;
	width: 100%;
	outline: none !important;
}

.btn-denglu:hover {
	background: #d4a15d;
	color: #FFFFFF !important;
}

.pding01 {
	padding-top: 10px;
}

/*Banner*/
.ejbanner {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.ejbanner img {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}

/*必修课程*/
.bxkc {
	/* width: 100%; */
	box-shadow: 0 0 10px rgb(10 31 68 / 10%);
	padding: 20px;
	overflow: hidden;
	margin: 30px 0;
	background: #ffffff;
	border-radius: 5px;
}

.bxkc .lm_biaoti {
	width: 100%;
}

.bxkc .lm_biaoti h1 {
	font-size: 26px;
	text-align: center;
	font-weight: 400;
	color: #333333;
	letter-spacing: 3px;
}

.bxkc .lm_biaoti i {
	width: 90px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -3px;
	margin-bottom: 31px;
}

.tjkcnav {
	border: none;
	width: 40%;
	/* margin: 0 auto; */
	margin-bottom: 35px;
}

.tjkcnav>li {
	width: 33.3%;
	text-align: center;
	font-size: 16px;
}

.tjkcnav>li a:hover {
	background: none;
	border: 1px #fff solid;
}

.tjkcnav>li.active>a,
.tjkcnav>li.active>a:focus,
.tjkcnav>li.active>a:hover {
	font-weight: bold;
	border: none;
}

.tjkcnav>li.active>a i {
	width: 50px;
	height: 2px;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}

.kctj .tuijian {
	box-shadow: 0 0 10px rgba(10, 31, 68, .1);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

/* .kctj .tuijian:hover {
	margin-top: -10px;
} */

.kctj .tuijian:hover .kctj-pic img {
	transform: scale(1.0);
}

.kctj .tuijian .kctj-bt .ksbt {
	/* height: 32px; */
	/* line-height: 32px; */
	padding: 0 10px;
	padding-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.kctj .tuijian .kctj-bt .ksbt strong {
	/* float: left; */
	color: #323333;
	font-size: 15px;
}

.kctj .tuijian .kctj-bt .ksbt span {
	color: #969595;
	font-size: 13px;
}

.kctj .tuijian .kctj-bt .kszt {
	padding: 0 10px;
	text-align: left;
	height: 28px;
	line-height: 28px;
}

.kctj .tuijian .kctj-bt .kszt strong {
	float: left;
	display: block;
	width: 50%;
}

.kctj .tuijian .kctj-bt .kszt span {
	float: right;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.kctj .tuijian .kctj-bt .kszt .yi {
	color: #d1a76f;
}

.kctj .tuijian .kctj-bt .kszt .wei {
	color: #7e7777;
}

.kctj .tuijian .kctj-bt .fbt {
	clear: both;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.kctj .tuijian .kctj-bt .fbt span {
	color: #969595;
	font-size: 13px;
	text-align: left;
	padding: 0 10px;
	padding-top: 5px;
	font-weight: 600;
}

.kctj .tuijian .kctj-bt .zjr {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.kctj .tuijian .kctj-bt .zjr span {
	color: #969595;
	font-size: 13px;
}

.kctj li {
	min-height: 220px;
}

/*首页进入加载弹窗*/
.theme-buy {
	margin-top: 7%;
	text-align: center;
}

.theme-signin {
	font-size: 15px;
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
}

.theme-popover-mask {
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	display: none;
}

.theme-popover {
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 660px;
	height: 450px;
	margin: -225px 0 0 -330px;
	border-radius: 5px;
	display: none;
	background: #fff;
}

.theme-poptit {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: relative;
	height: 24px;
}

.theme-poptit .close {
	float: right;
	color: #999;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}

.theme-poptit .close:hover {
	color: #444;
}

.theme-popbod {
	overflow: hidden;
	padding: 40px;
}

.dform {
	overflow: hidden;
}

.theme-signin {}

.theme-signin h4 {
	color: #000000;
	font-weight: 100;
	margin-bottom: 30px;
	font-size: 26px;
	width: 100%;
	text-align: center;
}

.dform .row strong {
	color: #323333;
}

.dform .row p input {
	border: none;
	border-radius: 0;
	border-bottom: 1px #d1a76f solid;
	-webkit-box-shadow: none;
	padding: 0;
}

.dform .row .col-md-4 {
	margin-bottom: 20px !important;
}

.dform .tijiao {
	width: 220px;
	margin: 0 auto;
}

.dform .tijiao button {
	width: 100%;
	background: #E0B988;
	border: none;
}

.dform .tijiao button:hover {
	background: #E0B988;
	border: none;
}

.dform .tijiao button.focus,
.btn-info:focus {
	background: #E0B988;
	border: none;
}

.dform .tijiao .btn.active.focus,
.dform .tijiao .btn.active:focus,
.btn.focus,
.btn:active.focus,
.dform .tijiao .btn:active:focus,
.dform .tijiao .btn:focus {
	outline: none;
	outline-offset: 0;
}

/*--公告页--*/
.artmian {
	overflow: hidden;
	padding: 20px;
	box-shadow: 0 0 30px rgba(10, 31, 68, .1);
	margin: 30px 0;
}

.artmian h1 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
	color: #333333;
}

.artmian>p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}

.artmian .mian {
	font-size: 14px;
	line-height: 2;
	padding-top: 20px;
	color: #333333;
}

.artmian .mian p {
	color: #333333;
}

/*个人排名*/
.grpm {
	/* width: 80%; */
	overflow: hidden;
	margin: 15px auto;
	box-shadow: 0 0 10px rgb(10 31 68 / 10%);
	padding: 10px 40px;
	background: #ffffff;
	border-radius: 5px;
}

.pm-top {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.pm-top strong {
	float: left;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
}

.pm-top i {
	width: 80px;
	height: 4px;
	display: block;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -4px;
}

.pm-top button {
	border: none;
	float: right;
	color: #ffffff;
	font-size: 14px;
	background: #d1a76f;
	padding: 5px 10px;
	border-radius: 5px;
}

.grpm .pm-mingi {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.grpm .pm-mingi .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: none;
}

.grpm .pm-mingi .table>thead>tr {
	border: 1px #dbdbdb solid;
	overflow: hidden;
}

.grpm .pm-mingi .table>thead>tr>th {
	border-right: 1px #dbdbdb solid;
	text-align: center;
	font-size: 18px;
	width: 25%;
	padding: 5px 0;
}

.grpm .pm-mingi .table>tbody>tr>td {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	color: #000000;
}

.grpm .pm-mingi .table>tbody>tr>td span {
	color: #666666;
}

.grpm .pm-mingi .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: 0;
	height: 40px;
}

.grpm .pm-mingi .table .pm-br {
	border: 1px #dbdbdb solid;
	border-radius: 3px;
}

.todayStudy tr:hover{ background:#f7f7f7;cursor: pointer;}
.todayStudy tr{border:1px #dbdbdb dashed;}
.todayStudy tr:nth-child(2){background: #f7f7f7;}
.todayStudy tr:nth-child(4){background: #f7f7f7;}


.allStudy tr:hover{ background:#f7f7f7;cursor: pointer;}
.allStudy tr{border:1px #dbdbdb dashed;}
.allStudy tr:nth-child(2){background: #f7f7f7;}
.allStudy tr:nth-child(4){background: #f7f7f7;}

.threeBox tr:hover{ background:#f7f7f7;cursor: pointer;}
.threeBox tr{border:1px #dbdbdb dashed;}
.threeBox tr:nth-child(2){background: #f7f7f7;}
.threeBox tr:nth-child(4){background: #f7f7f7;}

.fourBox tr:hover{ background:#f7f7f7;cursor: pointer;}
.fourBox tr{border:1px #dbdbdb dashed;}
.fourBox tr:nth-child(2){background: #f7f7f7;}
.fourBox tr:nth-child(4){background: #f7f7f7;}
/*课程排名*/
.kcpm {
	width: 50%;
	margin: 0 auto;
	padding: 35px 15px;
	height: 100%;
	overflow: hidden;
}

.kcpm .pm-list {
	width: 100%;
	height: 100%;
	clear: both;
}

.kcpm .pm-list dl {
	padding-top: 30px;
	width: 100%;
	clear: both;
	display: inline-block;
	cursor: pointer;
}

.kcpm .pm-list dl dd {
	width: 40%;
	float: left;
	position: relative;
}

.kcpm .pm-list .kcimg {
	width: 100%;
	border-radius: 10px;
}

.kcpm .pm-list dl dd span {
	position: absolute;
	left: -10px;
	top: -14px;
	z-index: 999999;
	width: 27px;
	height: 25px;
	display: block;
}

.kcpm .pm-list dl dd span img {
	width: 100%;
	z-index: 99999999;
}

.kcpm .pm-list dl dt {
	width: 56%;
	float: right;
}

.kcpm .pm-list dl dt h1 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}

.kcpm .pm-list dl dt h2 {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.kcpm .pm-list dl dt p {
	padding-top: 20px;
	color: #969595;
	font-size: 16px;
}

.kcpm .pm-list dl dt p strong {
	float: left;
	font-weight: normal;
}

.kcpm .pm-list dl dt p span {
	float: right;
	font-weight: normal;
}

.clear {
	clear: both;
}

.p30 {
	padding-top: 20px;
}

/*课程详情*/
.kcxq {
	width: 750px;
	margin: 30px auto;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(10, 31, 68, .1);
	padding: 20px;
	border-radius: 5px;
}

.kcxq .kecheng1 {
	width: 100%;
	overflow: hidden;
}

.kcxq .kecheng1 p {
	line-height: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

.kcxq .kecheng1 p strong {
	color: #333333;
	font-size: 20px;
	float: left;
}

.kcxq .kecheng1 p span {
	font-size: 15px;
	color: #4d4d4d;
	float: right;
}

.kcxq .kecheng2 {
	width: 100%;
}

.kcxq .kecheng2 {
	clear: both;
	width: 100%;
}

.kecheng3 {
	width: 100%;
	height: 33px;
	line-height: 33px;
}

.kecheng3 em {
	float: right;
	color: #4d4d4d;
	font-size: 15px;
	padding-left: 12px;
	cursor: pointer;
}

.kecheng3 em img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -4px;
}

.kecheng4 h1 {
	color: #000000;
	font-size: 20px;
}

.kecheng4 dl {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

.kecheng4 dl dd {
	width: 84px;
	float: left;
}

.kecheng4 dl dd img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
}

.kecheng4 dl dd span {
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 13px;
}

.kecheng4 dl dt {
	display: table;
	height: 84px;
	width: 310px;
	float: left;
	padding-left: 30px;
}

.kecheng4 dl dt p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

.kecheng5 {
	width: 100%;
	overflow: hidden;
}

.kc {
	border: none;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 20px;
}

.kc>li {
	width: 50%;
	text-align: center;
	font-size: 16px;
	height: 40px;
	font-weight: normal;
}

.kc>li a {
	font-size: 18px;
}

.kc>li a:hover {
	background: none;
	border: none;
}

.kc>li.active>a,
.kc>li.active>a:focus,
.kc>li.active>a:hover {
	border: none;
	font-weight: normal;
}

.kc>li.active>a i {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #d1a76f 0%, #ecc89a 100%);
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	margin-top: -5px;
}

.kecheng6 {
	padding: 27px 0;
}

.kecheng6 .xq-biaoti h1 {
	color: #000000;
	font-size: 20px;
}

.kecheng6 .xq-biaoti i {
	width: 80px;
	height: 4px;
	display: block;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -3px;
	margin-bottom: 31px;
}

.kecheng6 ul li {
	font-size: 14px;
	line-height: 25px;
	color: #8e8e8e;
}

.kecheng6 .xq-jieshao {
	font-size: 14px;
	line-height: 25px;
	color: #8e8e8e;
}

.kecheng6 .xq-jieshao p {
	padding-bottom: 20px;
}

.tab-content .kcnr {
	width: 100%;
	line-height: 23px;
}

.tab-content .kcnr img {
	max-width: 100%;
}

/*评价*/
.user-rating {
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}

.user-rating .pj_left {
	width: 12%;
	float: left;
	padding: 2%;
}

.user-rating .pj_left img {
	width: 100%;
	border-radius: 50%;
}

.user-rating .pj_right {
	width: 85%;
	float: right;
}

.user-rating .pj_right p {
	font-size: 14px;
	width: 100%;
}

.user-rating .pj_right p strong {
	float: left;
}

.user-rating .pj_right p span {
	float: right;
}

.col {
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding-top: 10px;
	height: 25px;
	clear: both;

}

.star-rating {
	unicode-bidi: bidi-override;
	color: #96969b;
	font-size: 0;
	height: 25px;
	position: relative;
	display: inline-block;
	padding: 0;
	margin-left: 0;
}

.star-rating-top {
	color: #fde16d;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.star-rating-top span {
	width: 18px;
	height: 14px;
	background: url(../img/star.png) no-repeat;
	background-size: 14px;
}

.glyphicon {
	position: relative;
	top: 2.5px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.star-rating-bottom {
	padding: 0;
	display: inline-block;
	z-index: 0;
	float: left;
}

.star-rating-bottom span {
	width: 18px;
	height: 14px;
	background: url(../img/star_empty.png) no-repeat;
	background-size: 14px;
}

.user-rating .comment {
	overflow-wrap: break-word;
	color: #858484;
	padding-top: 10px;
}

/*评论弹窗*/
.modal-content1 {
	position: relative;
}

.modal-header1 {
	padding: 20px 15px 15px 15px;
}

.modal-body1 {
	position: relative;
	margin: 0 15px;
	height: 190px;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
}

.pinglun {
	width: 372px;
	height: 350px;
	overflow: hidden;
	background: url(../img/pl_bg.png) no-repeat;
	box-shadow: none;
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -186px 0 0 -175px;
}

.pinglun h5 {
	text-align: center;
	font-size: 28px;
	color: #f7eaca;
}

.pl_input {
	outline: none;
	resize: none;
	width: 100%;
	border: none;
	font-size: 14px;
}

.modal-footer1 {
	padding: 38px 15px 0 15px;
	text-align: center;
}

.btn-default1 {
	color: #bd8a54;
	background-color: #fff;
	border-color: #bd8a54;
	padding: 6px 35px;
	margin-right: 40px;
	font-size: 18px;
}

.btn-default1:hover {
	color: #cb7418;
}

.btn-primary1 {
	color: #f7eaca;
	background-color: #c29362;
	border-color: #c29362;
	padding: 6px 35px;
	font-size: 18px;
}

.btn-primary1:hover {
	color: #fff;
	background: #cb7418;
}

.btn-primary1.focus,
.btn-primary1:focus {
	background-color: #cb7418;
	color: #fff;
	border-color: #cb7418;
}

.btn-primary1.active,
.btn-primary1:active {
	background-color: #cb7418;
	border-color: #cb7418;
	color: #fff;
}

/*冠军分享*/
.gjfx {
	width: 100%;
	padding: 20px 0;
}

.gj-caidan {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.gj-caidan .fl-first {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.gj-caidan .fl-first li {
	font-size: 18px;
	color: #000;
	float: left;
	padding-right: 50px;
	line-height: 35px;
}

.gj-caidan .fl-first li a {
	font-weight: bold;
}

.gj-caidan .fl-first .active a {
	color: #cea781;
	border-bottom: 2px #cea781 solid;
}

.gj-caidan .fl-second {
	width: 100%;
	overflow: hidden;
}

.gj-caidan .fl-second li {
	font-size: 16px;
	color: #a8a8a8;
	float: left;
	padding-right: 50px;
	line-height: 30px;
}

.gj-caidan .fl-second li a {
	color: #5a5a5a;
}

.gj-caidan .fl-second li a:hover {
	color: #cea781;
}

.gj-caidan .fl-second .active a {
	color: #cea781;
	border-bottom: 1px #cea781 solid;
}

.gj-kc li {
	min-height: 215px;
}

.gj-bt {
	height: 40px;
}

/*考核*/
.mnks1 {
	width: 800px;
	margin: 30px auto;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(10, 31, 68, .1);
	padding: 20px;
}

.mnks1 .ks1 h1 {
	font-size: 18px;
	text-align: center;
}

.mnks1 .ks1 {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.mnks1 .tijiao {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.ks2 {
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}

.ks2 p {
	height: 35px;
	line-height: 35px;
	border: 1px #dbdbdb solid;
	border-radius: 8px;
	padding: 0 10px;
	font-size: 16px;
	background: #f7f7f7;
}

.ks2 p strong {
	color: #333333;
	float: left;
	font-weight: normal;
}

.ks2 p span {
	float: right;
	color: #d1a76f;
}

.ks2 em {
	width: 100%;
	display: block;
	clear: both;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	padding-top: 5px;
}

.ks2 li {
	color: #969595;
}

.ks2 .l1 {}

.ks2 li label {
	font-weight: normal !important;
}

.ks2 .l1 li {
	width: 49%;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.ks2 .tijiao {
	widht: 100%;
	overflow: hidden;
}

.ks2 label input {
	margin-right: 10px;
}

.ks2 .l2 {}

.ks2 .l2 li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.input_sub {
	background: #d1a76f;
	font-size: 16px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 55px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


/*是否交卷弹窗*/

.theme-buy1 {
	margin-top: 7%;
	text-align: center;
}

.theme-signin1 {
	font-size: 15px;
}

.theme-popover-mask1 {
	z-index: 9998;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	display: none;
}

.theme-popover1 {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 334px;
	height: 241px;
	display: none;
	background: url("../img/tc_bg.png") no-repeat;
}

.theme-poptit1 {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: relative;
	height: 24px;
}

.theme-poptit1 .close1 {
	float: right;
	color: #999;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}

.theme-poptit1 .close1:hover {
	color: #444;
}

.theme-popbod1 {
	overflow: hidden;
	padding-top: 20px;
}

.dform1 {
	overflow: hidden;
}

.theme-signin1 {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}

.theme-signin1 h4 {
	color: #f7eaca;
	font-weight: 100;
	font-size: 19px;
	width: 100%;
	text-align: center;
	line-height: 28px;
}

.theme-signin1 h5 {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.dform1 .tijiao1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.dform1 .tijiao1 button {
	text-align: center;
	margin: 0 7px;
}

.input_sub2 {
	background: #d1a76f;
	font-size: 16px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 55px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.input_sub1 {
	font-size: 16px;
	color: #d1a76f;
	height: 35px;
	line-height: 35px;
	padding: 0 55px;
	border: 1px #d1a76f solid;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
}

.theme-popover2 {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 334px;
	height: 241px;
	display: none;
	background: url("../img/tc_bg.png") no-repeat;
}

.theme-poptit2 {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: relative;
	height: 24px;
}

.theme-poptit2 .close2 {
	float: right;
	color: #999;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}

.theme-poptit2 .close2:hover {
	color: #444;
}

.theme-popbod2 {
	overflow: hidden;
	padding-top: 20px;
}

.dform2 {
	overflow: hidden;
}

.theme-signin2 {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}

.theme-signin2 h4 {
	color: #f7eaca;
	font-weight: 100;
	font-size: 19px;
	width: 100%;
	text-align: center;
	line-height: 28px;
}

.theme-signin2 h5 {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.dform2 .tijiao2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.dform2 .tijiao2 button {
	text-align: center;
	margin: 0 7px;
}


/*个人排名弹出更多*/
.theme-popover3 {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 380px;
	display: none;
	background: #fff;
	border-radius: 15px;
}

.theme-popover3 .guanbi {
	width: 100%;
	text-align: right;
}

.theme-popover3 .close3 {
	margin-top: -10px;
	margin-right: -10px;
	cursor: pointer;
}

.theme-popbod3 {
	overflow: hidden;
	padding-top: 20px;
}

.grpm1 {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0px;
}

.pm-top1 {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

.pm-top1 strong {
	float: left;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.pm-top1 i {
	width: 80px;
	height: 4px;
	display: block;
	background: linear-gradient(90deg, #D1A76F 0%, #ECC99B 100%);
	border-radius: 2px;
	margin-top: -4px;
}

.pm-top1 button {
	border: none;
	float: right;
	color: #ffffff;
	font-size: 12px;
	background: #d1a76f;
	padding: 5px 10px;
	border-radius: 5px;
}

.grpm1 .pm-mingi1 {
	width: 100%;
	overflow: hidden;
}

.grpm1 .pm-mingi1 .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: none;
}

.grpm1 .pm-mingi1 .table1 {
	width: 100%;
}

.grpm1 .pm-mingi1 .table1>thead>tr {
	border: 1px #dbdbdb solid;
	overflow: hidden;
}

.grpm1 .pm-mingi1 .table1>thead>tr>th {
	border-right: 1px #dbdbdb solid;
	text-align: center;
	font-size: 18px;
	width: 25%;
	padding: 3px 0;
}

.grpm1 .pm-mingi1 .table1>tbody>tr>td {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	color: #000000;
}

.grpm1 .pm-mingi1 .table1>tbody>tr>td span {
	color: #666666;
}

.grpm1 .pm-mingi1 .table1>tbody>tr>td,
.table1>tbody>tr>th,
.table1>tfoot>tr>td,
.table1>tfoot>tr>th,
.table1>thead>tr>td,
.table1>thead>tr>th {
	border: 0;
	height: 30px;
	padding: 4px;
}

.grpm1 .pm-mingi1 .table1 .pm-br {
	border: 1px #dbdbdb solid;
	border-radius: 3px;
	bottom: 0px;
}

.grpm1 .pm-mingi2 {
	width: 100%;
	overflow: hidden;
	max-height: 230px;
	overflow-y: scroll;
	background: #f7f7f7;
}
.grpm1 .pm-mingi2 tr{border: 1px #dbdbdb dashed;}


/*提交试卷*/
.theme-popover6 {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 337px;
	height: 195px;
	border-radius: 10px;
	display: none;
	background: url("../img/shifou.png") no-repeat;
}

.theme-poptit6 {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: relative;
	height: 24px;
}

.theme-poptit6 .close6 {
	float: right;
	color: #999;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}

.theme-poptit6 .close6:hover {
	color: #444;
}

.theme-popbod6 {
	overflow: hidden;
	padding-top: 30px;
}

.dform6 {
	overflow: hidden;
}

.theme-signin6 {
	color: #f7eaca;
}

.theme-signin6 h4 {
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 22px;
	width: 100%;
	text-align: center;
}

.theme-signin6 h6 {
	font-size: 18px;
	text-align: center;
}

.dform6 .tijiao6 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

.dform6 .tijiao6 button {
	text-align: center;
	margin: 0 7px;
}

.input_sub6 {
	background: #d1a76f;
	font-size: 16px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 55px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.input_sub7 {
	font-size: 16px;
	color: #d1a76f;
	height: 35px;
	line-height: 35px;
	padding: 0 55px;
	border: 1px #d1a76f solid;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
}

/*弹出框样式*/
#msg {
	height: 1em;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -100px;
	line-height: 200px;
	width: 100%;
	z-index: 9999;
}

#msg span {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	height: 30px;
	padding: 10px 50px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "microsoft yahei";
}

/*综合管理*/
.zhgl {
	widht: 100%;
	overflow: hidden;
}

.zhgl ul {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	background: #f7f7f7;
	margin-top: 20px;
	margin-bottom: 10px;
}

.zhgl ul li {
	width: 33%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.zhgl ul li b {
	width: 100%;
	text-align: center;
}

.zhgl ul li span {
	display: block;
	text-align: center;
	line-height: 28px;
	color: #333333;
	font-size: 13px;
}

.zhgl ul li strong {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #b97322;
}

.peixun table {
	border: 1px solid #ddd;
	width: 100%;
}

.peixun table td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 18px;
}

.peixun {
	widht: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.peixun table td span {
	display: block;
	text-align: center;
}

.selectSty {
	width: 100%;
	height: 34px;
	border: none;
	border-bottom: 1px #d1a76f solid;
}

.item img {
	width: 100%;
	max-width: 1920px;
	/* height: 300px !important; */
}

.index_kctj .kctj-bt p strong {
	font-size: 16px;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_yg dl dd img {
	width: 55px;
	height: 55px;
}

.col-md-6 {
	float: none;
	display: inline-block;
	cursor: pointer;
}

.fr {
	position: relative;
}

#search {
	position: absolute;
	left: -155px;
	top: 20px;
	border-radius: 20px;
	padding-left: 10px;
	width: 135px;
	height: 25px;
	display: inline-block;
	border: 1px solid #cc9966;
}

.cutRank {
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
	margin-right: 0px !important;
}

.cutRank .selectOption {
	border: 0px solid #cc9966;
	border-radius: 3px;
}

/*店员学习情况*/
.xxzl {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.xxzl span img {
	width: 100%;
}

.zhgl {
	widht: 100%;
	overflow: hidden;
}
.zhgl ul li{cursor: pointer;}
.zhgl ul li:hover img{-webkit-animation: tada 0.5s .2s ease both;-moz-animation: tada 1s .2s ease both;}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}

10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}

100%{-webkit-transform:scale(1) rotate(0);}}

@-moz-keyframes tada{0%{-moz-transform:scale(1);}

10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}

100%{-moz-transform:scale(1) rotate(0);}}

@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-webkit-transform:perspective(400px) rotateY(-10deg);}

70%{-webkit-transform:perspective(400px) rotateY(10deg);}

100%{-webkit-transform:perspective(400px) rotateY(0deg);

opacity:1;}}

@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-moz-transform:perspective(400px) rotateY(-10deg);}

70%{-moz-transform:perspective(400px) rotateY(10deg);}

100%{-moz-transform:perspective(400px) rotateY(0deg);

opacity:1;}}
.xxsj ul {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	background: #f7f7f7;
	margin-top: 20px;
}

.xxsj ul li {
	width: 33.3%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
}

.xxsj ul li span {
	display: block;
	text-align: center;
	line-height: 28px;
	color: #333333;
	font-size: 15px;
}

.xxsj ul li p {
	width: 100%;
	text-align: center;
}

.xxsj ul li p strong {
	font-size: 19px;
	color: #b97322;
}

.xxdkc {
	padding: 25px;
	background: #f7f7f7;
	margin-top: 20px;
}

.xxdkc ul li {
	min-height: 260px;
	margin-bottom: 15px;
}

/*个人信息*/
.gxzq {
	width: 100%;
	overflow: hidden;
	margin: 15px auto;
	background: #ffffff;
	min-height: 450px;
	border-radius: 5px;
	box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
}

.gxzq .left1 {
	width: 130px;
	float: left;
	background: #f7f7f7;
	height: 100%;
	overflow: hidden;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

.gxzq .left1 ul {
	width: 100%;
	overflow: hidden;
	padding: 12px 0;
}

.gxzq .left1 ul li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.gxzq .left1 ul li a {
	font-size: 16px;
	color: #8f8f8f;
	padding-left: 37px;
	height: 100%;
	display: block;
	border-left: 3px #f7f7f7 solid;
	border-bottom: 1px #f7f7f7 solid;
}

.gxzq .left1 a:hover {
	color: #323232;
	background: #fff;
	border-left: 3px #d1a76f solid;
	border-bottom: 1px #d8d8d8 dashed;
}

.gxzq .left1 .active {
	color: #323232;
	background: #fff;
	border-left: 3px #d1a76f solid;
	border-bottom: 1px #d8d8d8 dashed;
}


.gxzq .right1 {
	width: 770px;
	float: right;
	height: 100%;
	min-height: 300px;
	border-left: 4px #fff solid;
	padding: 10px 30px;
}

.gxzq .right1 .img100 img {
	width: 100%;
}


/*个人信息*/
.right .jbxx {
	padding: 10px 50px 10px 0;
	overflow: hidden;
	width: 70%;
	float: left;
}

.right .jbxx h1 {
	font-size: 18px;
	text-align: center;
}

.right .jbxx table {
	width: 80%;
	float: right;
}

.right .jbxx table td {
	padding: 10px 0;
	font-size: 14px;
	line-height: 25px;
}

.right .jbxx table td span {
	color: #828282;
}

.right .zhaopian {
	width: 100px;
	float: left;
}

.right .zhaopian .pic {
	position: absolute;
	margin-top: 110px;
	background: #d1a76f;
	border-radius: 5px;
	color: #fff;
	padding: 5px 24px;
	cursor: pointer;
	font-weight: normal;
}

.right .zhaopian ul {
	clear: both;
	float: right;
	margin-top: 50px;
	padding: 5px;
	border: 1px #dbdbdb solid;
	width: 98px;
	border-radius: 5px;
}

.right .zhaopian ul li {
	text-align: center;
	border-bottom: 1px #e0e0e0 solid;
	overflow: hidden;
	padding: 8px 0;
}

.right .zhaopian ul li span {
	display: block;
	line-height: 23px;
}

.right .zhaopian ul li p {
	text-align: center;
}

.right .zhaopian ul li p strong {
	font-size: 16px;
}

.right .zhaopian ul li:nth-last-child(1) {
	border-bottom: 0;
}

.right .jbxx table input {
	width: 80%;
	line-height: 25px;
	padding: 0 5px;
	border: 1px #dbdbdb solid;
	border-radius: 5px;
}

.xx_tijiao {
	vertical-align: baseline;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 85%;
}

.xx_tijiao input[type="submit"] {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	border: none;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #d1a76f;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin: 0 auto;
	display: block;
	width: 20%;
	border-radius: 5px;
}

.xx_tijiao input[type="submit"]:hover {
	background: rgba(232, 133, 0, 0.98);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.register-box-con2-box-upload {
	position: relative;
	width: 98px;
	height: 98px;
	float: left;
	border: 1px solid #d1a76f;
	border-radius: 5px;
	margin-top: 12px;
	float: left;
}

.register-box-con2-box-upload .register-box-con2-box-upload-ti {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98px;
	height: 98px;
	text-align: center;
	line-height: 98px;
	font-size: 18px;
	color: #d1a76f;
	z-index: 9;
	overflow: hidden;
	text-align: center;
	display: table-cell;
}

.register-box-con2-box-upload .register-box-con2-box-upload-ti img {
	vertical-align: middle;
	position: absolute;
	left: 0;
	width: 96px;
	height: 96px;
}

.register-box-con2-box-upload input {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
}

.right1 .jifen {
	width: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.right1 .jifen .gz {
	width: 500px;
	height: 167px;
	background: url("../img/jifen_bg.png") no-repeat;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}

.right1 .jifen .gz p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.right1 .jifen .gz p strong {
	font-size: 40px;
}

.right1 .jifen .gz a {
	display: block;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.right1 .jifen .xq {
	width: 100%;
}

.right1 .jifen .xq dl {
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.right1 .jifen .xq dl dd {
	float: left;
}

.right1 .jifen .xq dl dd select {
	line-height: 30px;
	height: 30px;
	border: 1px #c3c3c3 solid;
	overflow: hidden;
	border-radius: 5px;
}

.right1 .jifen .xq dl dd select {
	padding-left: 10px;
}

.right1 .jifen .xq dl dt {
	float: right;
}

.right1 .jifen .xq dl dt a {
	float: right;
	color: #fff;
	background: #d1a76f;
	font-weight: normal;
	cursor: pointer;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 5px;
}

.right1 .jifen .xq p {
	border: 1px #c3c3c3 solid;
	padding: 7px 10px;
	margin-bottom: 20px;
	color: #333333;
	border-radius: 5px;
	font-size: 14px;
}

.right1 .jifen .xq p strong {
	font-weight: normal;
}

.right1 .jifen .xq p span {
	float: right;
}

/*上传分享*/
.right1 .fenxiang {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}

.right1 .fenxiang ul {}

.right1 .fenxiang ul li {
	border-bottom: 1px #dbdbdb solid;
	padding-top: 10px;
	font-size: 14px;
}

.right1 .fenxiang ul li strong {
	display: block;
}

.right1 .fenxiang .input1 {
	border: none;
	line-height: 30px;
	height: 30px;
	width: 100%;
}

.right1 .fenxiang ul li select {
	color: #999;
	border: none;
	margin-bottom: 5px;
	min-width: 200px;
}

.right1 .fenxiang ul li label {
	cursor: pointer;
	margin: 10px 30px 10px 0;
}

.right1 .fenxiang ul li label img {
	width: 90px;
	height: 50px;
	border-radius: 5px;
	margin-left: 5px;
}

.right1 .fenxiang ul li textarea {
	width: 700px;
	border: none;
	margin-top: 5px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.right1 .fenxiang ul li b {
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	border-radius: 5px;
	text-align: center;
	color: #d4d4d4;
	border: 1px #d4d4d4 solid;
	margin: 10px 0;
}


/*弹出积分规则*/
.jifenguize {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 338px;
	height: 176px;
	color: #f7eaca;
	display: none;
	background: linear-gradient(to bottom right, #d6b696, #bd8952);
	border-radius: 15px;
}

.jifenguize .guanbi {
	width: 100%;
	text-align: right;
}

.jifenguize .close4 {
	margin-top: -10px;
	margin-right: -10px;
	cursor: pointer;
	width: 25px;
	border: 1px #fff solid;
	border-radius: 50%;
}

.jifenguize h1 {
	overflow: hidden;
	padding-top: 20px;
	color: #f7eaca;
	font-size: 24px;
	text-align: center;
	padding-bottom: 8px;
}

.jifenguize p {
	padding-left: 110px;
	color: #f7eaca;
	font-size: 18px;
	font-weight: normal;
}


/*门店列表*/
.right1 .md_top {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.right1 .md_top ul li {
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	float: left;
	margin-right: 7px;
	border-radius: 5px;
}

.right1 .md_top ul li:hover {
	background: #d1a76f;
}

.right1 .md_top ul li a:hover {
	color: #fff;
}

.right1 .md_top .active {
	background: #d1a76f;
}

.right1 .md_top .active a {
	color: #fff;
}

.right1 .md_top ul li a {
	padding: 0 25px;
	height: auto;
	display: block;
	font-size: 15px;
	color: #90949e;
}

.right1 .md_top .fabu {
	float: right;
	background: #d1a76f;
}

.right1 .md_top .fabu a {
	color: #fff;
}

.right1 .md_list {
	margin-top: 17px;
	width: 98%;
}

.right1 .md_list ul li {
	box-shadow: rgba(187, 187, 187, 1) 0 0px 5px 0;
	padding: 15px 15px;
	border-radius: 10px;
	margin-bottom: 25px;
	background: #fbfbfb;
}
.right1 .md_list ul li:hover{background: #f5f6f8;box-shadow: rgba(209, 167, 111, 1) 0 0px 5px 0;}

.right1 .md_list ul li h1 {
	padding-bottom: 15px;
}

.right1 .md_list ul li h1 a {
	font-size: 16px;
	font-weight: 600;
}
.right1 .md_list ul li span{font-size:14px;}

.right1 .md_list ul li h1 span {
	font-size: 15px;
	color: #757676;
	float: right;
}

.right1 .md_list ul li p {
	width: 100%;
	overflow: hidden;
	color: #000000;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}

/*上传分享列表*/
.fabu_list {
	width: 100%;
	overflow: hidden;
}

.fabu_list dl {
	margin-top: 17px;
	padding: 5px 0 5px 5px;
	border: 1px #dfdfdf solid;
	overflow: hidden;
	border-radius: 5px;
	width: 99%;
}

.fabu_list dl dt {
	width: 27%;
	height: 90px;
	float: left;
}

.fabu_list dl dt img {
	width: 160px;
	height: 90px;
	border-radius: 5px;
}

.fabu_list dl dd {
	float: left;
	width: 73%;
}

.fabu_list dl dd h1 {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	line-height: 30px;
}

.fabu_list dl dd h1 a {
	color: #000;
}

.fabu_list dl dd h1 a:hover {
	color: #d1a76f;
}

.fabu_list dl dd p {
	color: #666666;
	font-size: 14px;
}

.fabu_list .shz {
	background: url("../img/shenhezhong.png") no-repeat right -6px center;
}

.fabu_list .ytg {
	background: url("../img/yitongguo.png") no-repeat right -6px center;
}

.fabu_list .yjj {
	background: url("../img/yijujue.png") no-repeat right -6px center;
}

.dropbtn {
	background-color: #FFFFFF;
	color: #cc9966;
	font-size: 16px;
	border: none;
	cursor: pointer;
	padding: 21px 0px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	font-size: 14px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 90px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
	top: 50px;
	left: -6px;
}

.dropdown-content a {
	color: #cc9966;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #FFFFFF;
}

.glyphicon {
	top: 0px !important;
	color: #cc9966;
}

/* 积分商城 */
.right1 .shangpin_list {
	width: 100%;
	display: inline-block;
}

.right1 .shangpin_list ul {
	padding: 10px;
	width: 82%;
	display: inline-block;
}

.right1 .shangpin_list ul li {
	box-shadow: 0 0 10px rgba(10, 31, 68, .1);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	margin: 0px 4px;
	padding: 0;
	margin-bottom: 10px;
	cursor: pointer;
}

.right1 .shangpin_list ul li:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.right1 .shangpin_list .spfm {
	width: 100%;
}

.right1 .shangpin_list ul li .fm {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.right1 .shangpin_list .sp_title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
}

/* 个人积分信息 */
.personJiFen {
	width: 100px;
	height: 140px;
	border: 1px solid #C0C4CC;
	margin: 10px 25px;
	border-radius: 10PX;
	text-align: center;
}

.personJiFen img {
	width: 55%;
	margin-top: 10px;
}

.personJiFen p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 8px;
}

.storeOrder {
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: #d1a76f;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 10px;
}

.rightMsg {
	display: inline-block;
	vertical-align: top;
	width: 46.9%;
	position: relative;
}

.rightMsg .goodsName {
	font-size: 22px;
	font-weight: 600;
}

.rightMsg p {
	font-size: 16px;
	font-weight: 600;
	margin-top: 50px;
}

.convertibility {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px;
	background: #d1a76f;
	margin-top: 50px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	cursor: pointer;
}

.dhBox {
	width: 80%;
	display: inline-block;
}

.itemList {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	margin-bottom: 10px;
	text-align: right;
}

.xuan {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	padding: 10px;
}

.itemList img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
}

.pItem {
	font-size: 16px;
}

.jifen {
	color: #d1a76f;
}

.number {
	display: inline-block;
	margin: 0px 35px;
}

.spanNumber {
	border: 1px solid #C0C4CC;
	width: 29px;
	display: inline-block;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	margin: 0px 5px;
}

.span_last {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
	float: left;
	line-height: 27px;
}

.duiHuan {
	display: inline-block;
	background: #d1a76f;
	color: #FFFFFF;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.address {
	font-size: 14px;
	vertical-align: middle;
}

.newSiteName {
	text-align: center;
	font-size: 26px;
	color: #F4E5C4;
	margin-bottom: 10px;
}

.newSiteList {
	padding: 10px 0px;
}

.newSiteList span {
	font-size: 20px;
	color: #F4E5C4;
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 4px;
	display: inline-block;
}

.newSiteList input {
	border: none;
	width: 230px;
	height: 36px;
	border-radius: 5px;
	padding-left: 10px;
}

.btnSave {
	border: none;
	background: #C29362;
	color: #F4E5C4;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px 40px;
	margin-top: 30px;
}

.haveSiteBox {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 300px;
	display: none;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	display: none;
}

.haveSiteBox .newSpan {
	font-size: 16px;
	margin-right: 110px;
	cursor: pointer;
}

.fastStyle {
	text-align: left;
	border: none;
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 10px 5px 10px;
}

.haveSiteBox .newSpan:nth-child(1) {
	color: #C29362;
}

.fastSite {
	font-size: 15px;
	display: inline-block;
}

.fastSite:nth-child(1) {
	margin-bottom: 5px;
}

.fastSite:nth-child(2) {
	margin-left: 15px;
}

.btmIng {
	width: 29%;
	height: 52px;
	line-height: 52px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.btmIng img {
	margin-left: 10px;
	cursor: pointer;
}

.imgOff {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}


.ej_kczx {
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.ej_kczx:hover {
	margin-top: -10px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.ej_kczx .kctj-pic img{width:100%;height: 146px;border-radius: 5px 5px 0 0;}
.ej_kczx .kctj-bt .ksbt i{margin-right: 3px;color: #969595;font-size: 13px;}
.ej_kczx .kctj-bt .kszt{line-height: 23px!important;}

.ej_gjfx{	
	    width: 100%;
	    box-shadow: 0 0 10px rgb(10 31 68 / 10%);
	    padding: 0 20px;
	    overflow: hidden;
	    margin: 30px 0;
		background: #ffffff;
		border-radius: 5px;
}
/* 头部导航查询按钮样式 */
.btnInquire {
 position: absolute;
 top: 21px !important;
 left: -50px;
 padding: 6px;
 cursor: pointer;
}
