.weui-toast{z-index: 999999 !important;}
.download_icon {
	-webkit-mask: url("../img/download-icon.svg") no-repeat;
	mask: url("../img/download-icon.svg") no-repeat;
}

.switch_icon {
	-webkit-mask: url("../img/switch-icon.svg") no-repeat;
	mask: url("../img/switch-icon.svg") no-repeat;
}

.qr-code-box {
	width: 323px;
	padding: 12px 12px 12px;
	background: #06C662;
	background-size: 100% 100%;
	border-radius: 8px 8px 8px 8px;
	position: fixed;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	z-index: 100003;
}

.qr-code-box .code-box-back {
	width: 210px;
	height: 140px;
	background: url("../img/wxzx_vxbg_img@3x.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
}

.qr-code-box .clearbtn {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	bottom: -52px;
	transform: translateX(-50%);
	z-index: 1;
}

.qr-code-box .code-t1 {
	width: 100%;
	height: 40px;
	padding: 0 4px;
	margin-bottom: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.qr-code-box .code-t1 .logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	margin-right: 8px;
}

.qr-code-box .code-t1 .logo img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.qr-code-box .code-t1 span {
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
}

.qr-code-box .code-con {
	width: 100%;
	padding-top: 16px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

.qr-code-box .code-con .code-name {
	display: block;
	width: 100%;
	height: 28px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
	text-align: center;
	line-height: 28px;
}

.qr-code-box .code-con .code-tips {
	display: block;
	font-size: 13px;
	color: #8C8C8C;
	text-align: center;
	line-height: 18px;
}

.qr-code-box .code-con .wx-num {
	margin: 20px auto 12px;
	width: 211px;
	height: 48px;
	border: 1px solid #D9D9DA;
	border-radius: 8px;
	position: relative;
}

.qr-code-box .code-con .wx-num>span {
	display: block;
	width: 70px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translate(-50%);
	background: #fff;
	font-size: 12px;
	color: #ABABAB;
	text-align: center;
	line-height: 16px;
}

.qr-code-box .code-con .wx-num>div {
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.qr-code-box .code-con .wx-num>div em {
	display: block;
	height: 52px;
	font-size: 18px;
	color: #262626;
	line-height: 52px;
}

.qr-code-box .code-con .wx-num>div span {
	display: block;
	width: 32px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #D9D9DA;
	margin-left: 8px;
	font-size: 12px;
	font-style: normal;
	color: #8C8C8C;
	text-align: center;
	cursor:pointer;
}

.qr-code-box .code-con .qr-code-imgs {
	display: block;
	width: 168px;
	height: 168px;
	margin: 0 auto;
	box-sizing: content-box;
}

.qr-code-box .code-con .step {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 11px;
}

.qr-code-box .code-con .step li {
	font-size: 13px;
	color: #ABABAB;
	line-height: 18px;
}

.qr-code-box .code-con .step .arrow {
	font-size: 12px;
	padding: 0 2px;
}

.qr-code-box .code-con .step2 {
	margin: 32px auto 55px;
}

.qr-code-box .code-con .preservation {
	width: 132px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 22px;
	border: 1px solid #06C662;
	margin: 10px auto 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qr-code-box .code-con .preservation i {
	display: block;
	width: 20px;
	height: 20px;
	background: #06C662;
	margin-right: 2px;
}

.qr-code-box .code-con .preservation span {
	font-size: 14px;
	font-weight: 600;
	color: #06C662;
	line-height: 20px;
}

.qr-code-box2 {
	transform: translate(-50%, -89%) !important;
}

.qr-code-box2 .wx-num {
	margin-bottom: 50px !important;
}

.wx-consulting-alert-new {
	width: 299px;
	height: 230px;
	padding: 0px 13px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	position: fixed;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -4%);
	z-index: 100005;
}

.wx-consulting-alert-new .clearbtn {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	bottom: -65px;
	transform: translateX(-50%);
	z-index: 1;
}

.wx-consulting-alert-new .alert-tit {
	width: 100%;
	height: 48px;
	padding: 16px 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wx-consulting-alert-new .alert-tit img {
	display: block;
	width: 18px;
	height: 6px;
	margin: 0 4px;
}

.wx-consulting-alert-new .alert-tit span {
	font-size: 15px;
	font-weight: bold;
	color: #FE5900;
	line-height: 21px;
}

.wx-consulting-alert-new .vice-tit {
	margin-bottom: 16px;
	font-size: 12px;
	color: #FE9A00;
	text-align: center;
	line-height: 16px;
}

.wx-consulting-alert-new .form {
	width: 100%;
}

.wx-consulting-alert-new .form .phone,
.wx-consulting-alert-new .form .code {
	width: 100%;
	height: 44px;
	background: #FAFBFC;
	border-radius: 22px;
	border:1px solid #D9D9DA;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wx-consulting-alert-new .form .phone input,
.wx-consulting-alert-new .form .code input {
	width: 100%;
	height: 44px;
	font-size: 15px;
	color: #262626;
	background: transparent;
	-webkit-box-shadow: none;
}

.wx-consulting-alert-new .form .code {
	margin-bottom: 12px;
}

.wx-consulting-alert-new .form .code button {
	height: 44px;
	background: transparent;
	flex-shrink: 0;
	font-size: 14px;
	color: #FE5900;
	line-height: 44px;
}

.wx-consulting-alert-new .form .switch {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
}

.wx-consulting-alert-new .form .switch i {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: #595959;
}

.wx-consulting-alert-new .form .switch span {
	display: block;
	font-size: 13px;
	color: #595959;
}

.wx-consulting-alert-new .form .confirm {
	width: 100%;
	height: 44px;
	background: linear-gradient(270deg, #FF6100 0%, #FE8D00 100%);
	border-radius: 22px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	cursor:pointer;
}

.wx-consulting-alert-new .agreement {
	display: flex;
	justify-content: center;
	padding-top: 12px;
	margin-left: -3px;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
}

.wx-consulting-alert-new .agreement span {
	font-size: 12px;
	color: #1A8CFF;
	line-height: 16px;
	text-decoration: underline;
}

.wx-consulting-alert2 .alert-tit {
	width: 100%;
	height: 77px;
	padding: 16px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wx-consulting-alert2 .phone {
	margin-bottom: 12px !important;
}

.wx-consulting-alert2 .agreement {
	display: flex;
	justify-content: center;
	margin-left: -3px;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
}

.wx-consulting-alert3 .alert-tit {
	width: 100%;
	height: 53px;
	padding: 16px 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wx-consulting-alert3 .phone {
	margin-bottom: 12px !important;
}

.wx-consulting-alert3 .agreement {
	display: flex;
	justify-content: center;
	margin-left: -3px;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
}

.wx-consulting-list {
	width: 100%;
}

.wx-consulting-item {
	width: 100%;
	height: 114px;
	padding: 28px 16px 20px;
	margin-top: 12px;
	background: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wx-consulting-item .item-angle {
	width: 92px;
	height: 28px;
	background: url(../img/wx-angle.png) center center no-repeat;
	background-size: 100% 100%;
	padding-left: 23px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}

.wx-consulting-item .back {
	width: 190px;
	height: 68px;
	background: url(../img/wx-consulting-back.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.mec_open_icon {
	-webkit-mask: url('../img/mec_open_icon.svg') no-repeat;
	mask: url('../img/mec_open_icon.svg') no-repeat;
}

.wx-consulting-item .item-l {
	width: calc(100% - 94px);
}

.item-l .name-school,
.item-l .wx-code {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 6px;
}

.name-school span {
	display: block;
	margin-right: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	line-height: 22px;
}

.name-school em {
	font-size: 12px;
	color: #595959;
	line-height: 16px;
}

.wx-code>span {
	display: block;
	margin-right: 4px;
	font-size: 12px;
	color: #8C8C8C;
	line-height: 16px;
}

.wx-code>i {
	width: 14px;
	height: 14px;
	font-size: 20px;
	color: #8C8C8C;
	background: #8C8C8C;
	text-align: center;
	line-height: 14px;
}

.item-l>p {
	font-size: 12px;
	color: #8C8C8C;
	line-height: 16px;
}

.wx-consulting-item .item-r {
	width: 84px;
	height: 40px;
	flex-shrink: 0;
	background: linear-gradient(90deg, #07C260 0%, #01D869 100%);
	border-radius: 20px;
	padding-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.wx-consulting-item .item-r span {
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

.wx-consulting-item .item-r i {
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	line-height: 40px;
}

.wx-alert-mask,
.agreement-alert-mask {
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 38, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100005;
}


.scan-box {
	width: 1220px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 16px auto 0;
}

.wx-seek {
	width: 592px;
	height: 84px;
	border: 1px solid #ADF0B5;
	position: relative;
	background: #F3FCF4;
	border-radius: 2px;
}

.wx-seek .wx-seek-back {
	display: block;
	width: 160px;
	height: 71px;
	position: absolute;
	left: 284px;
	top: 0px;
}

.wx-seek .wx-seek-con {
	width: 100%;
	height: 84px;
	padding: 12px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wx-seek .wx-seek-con .seek-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-logo {
	width: 60px;
	height: 60px;
}

.wx-seek .wx-seek-con .seek-l .s-logo img {
	display: block;
	width: 60px;
	height: 60px;
}

.wx-seek .wx-seek-con .seek-l .s-con {
	padding-left: 10px;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit span {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #262626;
	line-height: 24px;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit em {
	display: block;
	margin-left: 8px;
	font-size: 12px;
	color: #595959;
	line-height: 20px;
}

.wx-seek .wx-seek-con .seek-l .s-con>p {
	font-size: 12px;
	color: #8C8C8C;
	line-height: 18px;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum p {
	font-size: 12px;
	color: #8C8C8C;
	line-height: 18px;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum span {
	display: block;
	margin-left: 10px;
	font-size: 13px;
	color: #576B95;
	line-height: 18px;
	position: relative;
	cursor: pointer;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum span:before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #ABABAB;
	position: absolute;
	left: -4px;
	top: 3px;
}

.wx-seek .wx-seek-con .seek-r {
	width: 104px;
	height: 40px;
	background: #0BB71F;
	border-radius: 20px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.scan-con-r {
	width: 592px;
	height: 84px;
	border: 1px solid #A5D2FF;
	position: relative;
	background: #F1F8FF;
	border-radius: 2px;
}

.scan-con-back {
	display: block;
	width: 150px;
	height: 69px;
	position: absolute;
	left: 295px;
	top: 0px;
}

.scan-con-r-con {
	width: 100%;
	height: 84px;
	padding: 12px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scan-con-r-con .scan-con-r-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.scan-con-r-con .scan-con-r-l .rq-logo {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.scan-box .scan-con-m {
	margin: 0 8px;
}

.scan-box .scan-con-m p {
	font-size: 15px;
	font-family: PingFang SC-中粗体, PingFang SC;
	font-weight: normal;
	color: #262626;
	white-space: nowrap;
}

.scan-box .scan-con-m p span {
	color: #ED4A09;
}

.scan-box .scan-con-m .scan-con-tx img {
	width: 18px;
	height: 18px;
	opacity: 1;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
}

.scan-box .scan-con-m .scan-con-tx img+img {
	margin-left: -8px;
}

.scan-box .scan-con-m .scan-con-tx .img-more {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin-left: -8px;
	background: #FFFFFF;
	border-radius: 50%;
}

.scan-con-tx {
	position: relative;
}

.scan-box .scan-con-m .scan-con-tx .img-line {
	/* width: 36px;
				height: 4px; */
	width: 56px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	border-radius: unset;
	margin-left: 2px;
}

.scan-box .scan-rq {
	width: 104px;
	height: 40px;
	background: #1A8CFF;
	border-radius: 20px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.scan-box .qr-code {
	width: 164px;
	height: 164px;
	position: absolute;
	right: 0;
	top: 68px;
	display: none;
}

.scan-box .qr-code img {
	width: 100%;
	height: 100%;
}


.jyb-tips {
	width: 200px;
	height: 62px;
	margin: auto;
	position: fixed;
	z-index: 1000003!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.jyb-tips p {
	width: 100%;
	height:auto !important;
	line-height: normal !important;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px!important;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
	color: #fff!important;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .6)!important;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}


.add-wx-inlet{
	width: 1220px;
	height: 150px;
	margin: 16px auto 0;
	position: relative;
	background: #F3FCF4;
	border-radius: 4px;
	border: 1px solid #ADF0B5;
}
.add-wx-inlet .wx-inlet-back{
	display: block;
	width: 251px;
	height: 110px;
	position: absolute;
	left: 587px;
	top: 0px;
}
.add-wx-inlet .wx-inlet-back2{
	display: block;
	width: 345px;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.add-wx-inlet .wx-inlet-tit{
	width: 254px;
	height: 28px;
	background: linear-gradient(270deg, #F3FCF4 0%, #0BB71F 100%);
	padding: 0 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}
.add-wx-inlet .wx-inlet-con {
	width: 100%;
	height: 150px;
	padding: 41px 30px 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.add-wx-inlet .wx-inlet-con .inlet-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-logo {
	width: 92px;
	height: 92px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-logo img {
	display: block;
	width: 92px;
	height: 90px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con {
	padding-left: 18px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .tit span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #262626;
	line-height: 35px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .tit em {
	display: block;
	margin-left: 8px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.add-wx-inlet .wx-inlet-con .inlet-l .s-con .wxnum {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .wxnum p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .wxnum span {
	display: block;
	margin-left: 10px;
	font-size: 13px;
	color: #576B95;
	line-height: 18px;
	position: relative;
	cursor: pointer;
}

.add-wx-inlet .wx-inlet-con .inlet-l .s-con .wxnum span:before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #ABABAB;
	position: absolute;
	left: -4px;
	top: 3px;
}
.add-wx-inlet .inlet-r{
	width: 180px;
	height: 48px;
	background: #0BB71F;
	border-radius: 29px;
	margin-top: -20px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.scan-code-group{
	width: 1220px;
	height: 120px;
	margin: 16px auto 0;
	position: relative;
	background: #F1F8FF;
	border-radius: 4px;
	border: 1px solid #A5D2FF;
}

.scan-code-group .scan-con-back {
	display: block;
	width: 233px;
	height: 105px;
	position: absolute;
	left: 603px;
	top: 0px;
}

.scan-code-group .scan-con-back2 {
	display: block;
	width: 345px;
	height: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.scan-code-group .scan-con-r-con {
	width: 100%;
	height: 120px;
	padding: 16px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scan-code-group .scan-con-r-con .scan-con-r-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.scan-code-group .scan-con-r-con .scan-con-r-l .rq-logo {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.scan-code-group .scan-con-m {
	margin: 0 20px;
}

.scan-code-group .scan-con-m p {
	font-size: 24px;
	font-weight: 600;
	color: #262626;
	white-space: nowrap;
}

.scan-code-group .scan-con-m p span {
	color: #ED4A09;
}
.scan-code-group .scan-con-m .scan-con-tx{
	margin-top: 4px;
}
.scan-code-group .scan-con-m .scan-con-tx img {
	width: 26px;
	height: 26px;
	opacity: 1;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
}

.scan-code-group .scan-con-m .scan-con-tx img+img {
	margin-left: -11px;
}

.scan-code-group .scan-con-m .scan-con-tx .img-more {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 18px;
	margin-left: -8px;
	background: #FFFFFF;
	border-radius: 50%;
}

.scan-con-tx {
	position: relative;
}
.scan-code-group .scan-con-m .scan-con-tx .img-line {
	/* width: 36px;
				height: 4px; */
	width: 56px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	border-radius: unset;
	margin-left: 2px;
}


.scan-code-group .scan-rq {
	width: 180px;
	height: 48px;
	background: #1A8CFF;
	border-radius: 29px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.scan-code-group .qr-code {
	width: 164px;
	height: 164px;
	position: absolute;
	right: 36px;
	top: 96px;
	display: none;
}

.scan-code-group .qr-code img {
	width: 100%;
	height: 100%;
}


.jyb-tips {
	width: 200px;
	height: 62px;
	margin: auto;
	position: fixed;
	z-index: 1000003!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.jyb-tips p {
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px!important;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
	color: #fff!important;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .6)!important;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}