body {
	font-family: PingFangSC-Light, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei";
	font-size: 16px;
}

@font-face {
	font-size: 14px !important;
	font-family: 'Noto Sans Myanmar';
	src: url("font/mm3web.ttf");
}

#search-text,
#searchInput,
title,
.main .yys-content .info-content .info-list .info-intro,
.main .yys-content .info-content .info-list .info-title .myTitle,
.client-info .yys-infomation .info-content-box .more-info .selected #my-subject,
.client-info .yys-infomation .info-content-box .more-info .selected #my-desc-info {
	line-height: 20px;
}

.client-info .yys-infomation .info-content-box .more-info .selected #my-subject,
.client-info .yys-infomation .info-content-box .more-info .selected #my-desc-info {
	line-height: 18px !important;
}

.register {
	display: none;
	position: relative;
	z-index: 1018;
}

.register .sign-in {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -226px 0 0 -200px;
	background-color: #fff;
	width: 400px;
	padding: 20px 20px 10px 20px;
}

.register .sign-in .loading {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(137, 137, 137, 0.6);
}

.register .sign-in .loading .loadEffect {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
}

.register .sign-in .loading .loadEffect span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}

.register .sign-in .loading .loadEffect span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.13s;
}

.register .sign-in .loading .loadEffect span:nth-child(2) {
	left: 14px;
	top: 14px;
	-webkit-animation-delay: 0.26s;
}

.register .sign-in .loading .loadEffect span:nth-child(3) {
	left: 50%;
	top: 0;
	margin-left: -8px;
	-webkit-animation-delay: 0.39s;
}

.register .sign-in .loading .loadEffect span:nth-child(4) {
	top: 14px;
	right: 14px;
	-webkit-animation-delay: 0.52s;
}

.register .sign-in .loading .loadEffect span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.65s;
}

.register .sign-in .loading .loadEffect span:nth-child(6) {
	right: 14px;
	bottom: 14px;
	-webkit-animation-delay: 0.78s;
}

.register .sign-in .loading .loadEffect span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	-webkit-animation-delay: 0.91s;
}

.register .sign-in .loading .loadEffect span:nth-child(8) {
	bottom: 14px;
	left: 14px;
	-webkit-animation-delay: 1.04s;
}

.register .sign-in .tab-title {
	text-align: center;
	font-size: 0;
}

.register .sign-in .tab-title span {
	width: 40%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	font-size: 18.5px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #868585;
}

.register .sign-in .tab-title .selected {
	color: #3453A3;
	border-bottom: 1px solid #3453A3;
}

.register .sign-in .tab-title .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	color: #ccc;
}

.register .sign-in .tab-title .close:hover {
	color: #999;
}

.register .sign-in .import-table {
	margin-top: 40px;
}

.register .sign-in .import-table .import-frame {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 10px;
	color: #ccc;
}

.register .sign-in .import-table .import-frame:hover {
	border-color: #709ff4;
}

.register .sign-in .import-table .import-frame i {
	font-size: 26px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin-right: 10px;
	margin-top: -5px;
}

.register .sign-in .import-table .import-frame input {
	background: rgba(255, 255, 255, 0);
	position: relative;
	z-index: 2;
	border: 0;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	outline: none;
}

.register .sign-in .import-table .import-frame input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

.register .sign-in .import-table .import-frame input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.register .sign-in .import-table .import-frame input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.register .sign-in .import-table .import-frame input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

.register .sign-in .import-table .import-frame .user-warn,
.register .sign-in .import-table .import-frame .password-warn,
.register .sign-in .import-table .import-frame .code-warn {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	font-size: 12px;
	display: none;
}

.register .sign-in .import-table .focs {
	border-color: #709ff4;
}

.register .sign-in .import-table .user-name,
.register .sign-in .import-table .password {
	position: relative;
}

.register .sign-in .import-table .code-box .import-frame {
	width: 65%;
	display: inline-block;
}

.register .sign-in .import-table .code-box .import-frame input {
	width: 65%;
}

.register .sign-in .import-table .code-box .code-btn {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #3453A3;
	color: #3453A3;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 10px;
	outline: none;
}

.register .sign-in .import-table .code-box .code-btn:hover {
	background-color: #3453A3;
	color: #fff;
}

.register .sign-in .import-table .code-box .disable-btn {
	display: none;
	cursor: default;
	min-width: 112px;
	text-align: center;
	float: right;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	outline: none;
	color: #999;
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
}

.register .sign-in .import-table .code-box .disable-btn:hover {
	background-color: #E5E5E5;
	color: #999;
}

.register .sign-in .import-table .agreement {
	position: relative;
	top: -10px;
	font-size: 12px;
	margin-bottom: 12px;
}

.register .sign-in .import-table .agreement #accept-agreement {
	position: relative;
	top: 2px;
}

.register .sign-in .import-table .agreement a {
	color: #999999;
}

.register .sign-in .import-table .agreement a:hover {
	color: #3e3737;
}

.register .sign-in .sign-in-btn {
	cursor: pointer;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #999999;
	background-color: #999999;
	border-radius: 10px;
	cursor: not-allowed;
}

.register .sign-in .sign-in-btn-click {
	border: 1px solid #3453A3;
	background-color: #3453A3;
	cursor: pointer;
}

.register .sign-in .sign-in-btn-click:hover {
	background-color: #3f64c3;
}

.register .sign-in .log-in-btn {
	cursor: pointer;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #3453A3;
	background-color: #3453A3;
	border-radius: 10px;
}

.register .sign-in .log-in-btn:hover {
	background-color: #3f64c3;
}

.register .sign-in .sign-in-footer {
	margin-top: 41px;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.register .sign-in .p_forget {
	text-align: right;
	margin-top: 8px;
	margin-left: 5px;
	float: left;
	font-size: 12px;
	color: #3453a3;
}

.register #third-login {
	float: right;
}

.register #third-login .weixin-logo {
	
	top: -12px;
	left: -10px;
	width: 20px;
	cursor: pointer;
}

.register #third-login .qq-logo {
	
	top: -10px;
	width: 20px;
	cursor: pointer;
}

.register #third-login .weibo-logo {
	position: relative;
	top: -2px;
	width: 37px;
	cursor: pointer;
}

.register .sign-in .p_forget:hover {
	text-decoration: underline;
}

.register .sign-in .reg-forg-box .reg-forg {
	display: none;
}

.register .sign-in .reg-forg-box .reg-forg .title {
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}

.register .sign-in .reg-forg-box .reg-forg .title h3 {
	margin: 0;
	font-weight: normal;
	color: #666;
}

.register .sign-in .reg-forg-box .reg-forg .title h3 .fClose {
	float: right;
	margin-top: 4px;
	cursor: pointer;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 10px;
	color: #ccc;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input:hover {
	border-color: #709ff4;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input i {
	font-size: 26px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin-right: 10px;
	margin-top: -5px;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input input {
	background: rgba(255, 255, 255, 0);
	position: relative;
	z-index: 2;
	border: 0;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	outline: none;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input .user-warn,
.register .sign-in .reg-forg-box .reg-forg .reg-input .password-warn,
.register .sign-in .reg-forg-box .reg-forg .reg-input .code-warn {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	font-size: 12px;
	display: none;
}

.register .sign-in .reg-forg-box .reg-forg .reg-input .f-telWarn {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	font-size: 12px;
	display: none;
}

.register .sign-in .reg-forg-box .reg-forg .focs {
	border-color: #709ff4;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .back-log {
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
	color: #3453a3;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .back-log span {
	cursor: pointer;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .back-log span:hover {
	text-decoration: underline;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .success-warn {
	font-size: 16px;
	padding: 55px 10px 75px 10px;
	color: #666;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .success-warn i {
	font-size: 24px;
	color: #3453a3;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .f-code {
	width: 65%;
	display: inline-block;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .f-code input {
	width: 65%;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .f-code .f-code-warn {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	font-size: 12px;
	display: none;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .code-btn {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #3453A3;
	color: #3453A3;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 10px;
	outline: none;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .code-btn:hover {
	background-color: #3453A3;
	color: #fff;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .disable-btn {
	display: none;
	cursor: default;
	min-width: 112px;
	text-align: center;
	float: right;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	outline: none;
	color: #999;
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .reg-code .disable-btn:hover {
	background-color: #E5E5E5;
	color: #999;
}

.register .sign-in .reg-forg-box .reg-forg .reg-cont .f-password-warn,
.register .sign-in .reg-forg-box .reg-forg .reg-cont .f-password-warn {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	font-size: 12px;
	display: none;
}

.register .sign-in .reg-forg-box .reg-forg .reg-btn {
	cursor: pointer;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #3453A3;
	background-color: #3453A3;
	border-radius: 10px;
	clear: both;
}

.register .sign-in .reg-forg-box .reg-forg .reg-btn:hover {
	background-color: #3f64c3;
}

.register .sign-in .red {
	color: red;
}

.loading-layer {
	display: none;
	z-index: 450;
	position: fixed;
	text-align: left;
}

.loading-layer .loading-content {
	z-index: 450;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -300px;
	background-color: #fff;
	width: 600px;
}

.loading-layer .loading-content .close-load {
	position: absolute;
	right: 15px;
	top: 18px;
	color: #999;
	font-size: 14px;
	cursor: pointer;
}

.loading-layer .loading-content .close-load:hover {
	color: #666;
}

.loading-layer .loading-content .loading-header {
	background-color: #3453a3;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
}

.loading-layer .loading-content .loading-info {
	border: 1px dashed #ccc;
	margin: 20px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #e2e6f1;
}

.loading-layer .loading-content .loading-info .red {
	color: red;
}

.loading-layer .loading-content .loading-info .green {
	width: 100%;
	color: #159c12;
	display: inline-block;
	word-break: break-all;
}

.loading-layer .loading-content .loading-info .c-title {
	color: #333;
}

.loading-layer .loading-content .loading-info .c-title .clientUrl {
	width: 80%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.loading-layer .loading-content .loading-info .yys-warn {
	padding-top: 20px;
	display: none;
}

.loading-layer .loading-content .loading-info .loading-time {
	width: 100%;
	display: inline-block;
	padding-top: 20px;
}

.loading-layer .loading-content .loading-info .loading-time .myloading {
	font-size: 14px;
	display: inline-block;
	animation: loading 2s infinite linear;
}

.loading-layer .loading-content .loading-guild {
	border-top: 1px dashed #ccc;
	overflow: hidden;
	padding: 10px 0;
	background: url('../img/tip.png') no-repeat;
	background-position: 26% 50%;
}

.loading-layer .loading-content .loading-guild .tips {
	display: inline-block;
	float: right;
	margin-right: 50px;
}

.loading-layer .loading-content .loading-guild .tips li {
	padding: 5px 0;
}

.loading-layer .loading-content .loading-guild .tips li i {
	color: #3453a3;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -2px;
	font-size: 15px;
}

.loading-layer .loading-content .loading-guild .tips li a {
	font-size: 14px;
	color: #666;
}

.loading-layer .loading-content .loading-guild .tips li a:hover {
	text-decoration: underline;
}

.loading-layer .loading-content .loading-rocket {
	width: 60px;
	height: 26px;
	position: absolute;
	bottom: 133px;
	animation: rocket 12s infinite linear;
	background: url("../img/huojian.png") no-repeat;
}

.correct {
	border-color: #3453a3!important;
}

.error {
	border-color: red!important;
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rocket {
	from {
		left: 0;
	}
	to {
		left: 540px;
	}
}

.client-info {
	display: none;
	position: fixed;
	z-index: 410;
}

.client-info .yys-infomation {
	z-index: 500;
}

.dialog-mask {
	z-index: 400;
}

.sign-in {
	z-index: 500;
}

.yys-loading {
	z-index: 1999;
}

.yys-loading .dialog-mask {
	z-index: 1998;
}

.yys-loading .loading-box {
	z-index: 1999;
}

.yys-loading .dialog-mask {
	background-color: #000000;
	opacity: 0.3;
}

.yys-loading .loading-box {
	position: fixed;
	background-color: #fff;
	left: 50%;
	top: 50%;
	padding: 30px 70px;
	margin-top: 8px;
	margin-left: -168px;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 5px #f3f3f3;
	font-size: 14px;
}

.yys-loading .loading-box i {
	display: inline-block;
	animation: loading 2s infinite linear;
}

@media screen and (max-height: 700px) {
	.yys-main .yys-content .search-warn {
		margin-top: 100px;
	}
}

.client-info .yys-infomation {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -300px;
	background-color: #fff;
	width: 600px;
	height: 400px;
}

.client-info .yys-infomation .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
	font-size: 14px;
	cursor: pointer;
}

.client-info .yys-infomation .close-btn:hover {
	color: #666;
}

.client-info .yys-infomation .info-header {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.client-info .yys-infomation .info-header .logo {
	width: 150px;
	text-align: center;
	font-size: 30px;
	float: left;
	color: #fff;
	background-color: #7B9FFF;
}

.client-info .yys-infomation .info-header .user-info-box {
	float: right;
	text-align: right;
	height: 60px;
	line-height: 60px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.client-info .yys-infomation .info-header .user-info-box .user-info {
	overflow: hidden;
}

.client-info .yys-infomation .info-header .user-info-box .user-info .user-name {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.client-info .yys-infomation .info-header .user-info-box .user-info .user-name span {
	display: block;
}

.client-info .yys-infomation .info-header .user-info-box .user-info .user-img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.client-info .yys-infomation .info-content-box {
	clear: both;
}

.client-info .yys-infomation .info-content-box .left-nav {
	width: 150px;
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: #3453a3;
	color: #fff;
}

.client-info .yys-infomation .info-content-box .left-nav li {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}

.client-info .yys-infomation .info-content-box .left-nav li:hover {
	background-color: #172447;
}

.client-info .yys-infomation .info-content-box .left-nav .info-active {
	background-color: #172447;
}

.client-info .yys-infomation .info-content-box .left-nav .u-power {
	position: absolute;
	bottom: 10px;
	width: 145px;
	text-align: left;
	margin-left: 5px;
}

.client-info .yys-infomation .info-content-box .left-nav .u-power .u-power-p {
	font-size: 12px !important;
}

.client-info .yys-infomation .info-content-box .more-info {
	background-color: #e2e6f1;
	color: #444;
	font-size: 12px;
	position: absolute;
	left: 150px;
	right: 0;
	bottom: 0;
	top: 60px;
	overflow: auto;
	padding-bottom: 10px;
}

.client-info .yys-infomation .info-content-box .more-info .SSVip-warn {
	color: #3453a3;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.client-info .yys-infomation .info-content-box .more-info .SSVip-warn:hover {
	text-decoration: underline;
}

.client-info .yys-infomation .info-content-box .more-info .info-cnt {
	display: none;
}

.client-info .yys-infomation .info-content-box .more-info .info-cnt span {
	word-break: break-all;
}

.client-info .yys-infomation .info-content-box .more-info .cnt1 {
	padding: 25px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt1 ul li {
	padding: 10px 0;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table th,
.client-info .yys-infomation .info-content-box .more-info .cnt2 table td {
	font-weight: normal;
	text-align: center;
	padding: 11px;
	word-break: break-all;
	border-bottom: 1px solid #ccc;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-width: 300px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .email-th {
	width: 65%;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .info-email {
	width: 90%;
	color: #444;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	cursor: pointer;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .info-email:hover {
	color: #3453a3;
	/*text-decoration: underline;*/
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table a {
	color: #444;
	cursor: default;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .info-vertify {
	cursor: pointer;
	color: #3453a3;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .info-vertify:hover {
	color: #7f9eef;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .info-contact {
	color: #999;
	cursor: not-allowed;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 .noData-table {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #999;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 .noData-table i {
	display: inline-block;
	width: 100%;
	font-size: 40px;
	margin-top: 20px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 .noData-table span {
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.client-info .yys-infomation .info-content-box .more-info .cnt3 {
	padding: 15px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt3 ul li {
	padding: 10px 0;
}

.client-info .yys-infomation .info-content-box .more-info .cnt3 ul li div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.client-info .yys-infomation .info-content-box .more-info .cnt3 ul li div a {
	color: #444;
}

.client-info .yys-infomation .info-content-box .more-info .cnt3 .social-title {
	color: #3453a3;
	width: 70px;
	display: inline-block;
	text-align: right;
}

.client-info .yys-infomation .info-content-box .more-info .cnt4 th {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #3453a3;
	border-bottom: 1px solid #ccc;
}

.client-info .yys-infomation .info-content-box .more-info .cnt4 td {
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	height: 278px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt5 table th,
.client-info .yys-infomation .info-content-box .more-info .cnt5 table td {
	width: 20%;
	padding: 11px;
	text-align: center;
	font-weight: normal;
}

.client-info .yys-infomation .info-content-box .more-info .cnt5 table th {
	color: #3453a3;
	border-bottom: 1px solid #ccc;
}

.client-info .yys-infomation .info-content-box .more-info .cnt5 table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.client-info .yys-infomation .info-content-box .more-info .selected {
	display: block;
}

.client-info #client-web-domain {
	font-size: 20px;
	text-align: center;
}

.client-info #client-web-domain a {
	color: #3453a3;
}

.client-info .more-info table td {
	padding: 5px 0px;
	font-size: 12px;
}

.client-info #my-email-info {
	color: #444444;
}

.client-info #my-desc-info {
	max-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.client-info #my-desc-info {
	max-height: 67px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.client-info .more-info #more-email-info {
	margin-left: 10px;
	color: #3453a3;
	cursor: pointer;
}

.client-info .more-info #more-email-info:hover {
	color: #6285e1 !important;
}

.client-info .info-cnt #contact-infos {
	border-collapse: collapse;
	font-size: 14px;
}

.client-info .info-cnt #contact-infos td {
	padding: 8.5px 15px;
	border: 1px solid #cacaca;
	background-color: #FFFFFF;
}

.client-info .info-cnt #contact-infos td:hover {
	background-color: #f4f4f4 !important;
}

.client-info .info-cnt #contact-infos td a {
	color: #444444;
}

.client-info .info-cnt #contact-infos td i {
	margin-right: 5px;
}

.client-info .info-cnt #contact-infos td:first-child {
	background-color: #f4f4f4;
}

.client-info .info-cnt #contact-infos td:last-child {
	padding-left: 7px;
}

.client-info .info-cnt #contact-infos .contact-info-td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 276px;
}

.placeholder {
	position: absolute;
	font-size: 14px;
	color: #999;
	left: 64px;
	top: 13px;
	z-index: 0;
}

.search-input .placeholder {
	left: 15px;
	top: 15px;
	z-index: -1;
}

.backResult-layer {
	display: none;
	position: fixed;
	z-index: 999;
}

.backResult-layer .backResult {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 10px 20px;
	margin: -174px 0 0 -200px;
	background-color: #fff;
	z-index: 9999;
	width: 400px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}

.backResult-layer .backResult a {
	color: #3453a3;
	padding: 0 45px;
	font-size: 14px;
	display: inline-block;
}

.backResult-layer .backResult a:hover {
	text-decoration: underline;
}

.backResult-layer .backResult .red {
	color: red;
	display: inline-block;
	width: 100%;
}

.backResult-layer .backResult .gray {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #999;
}

.backResult-layer .backResult .fb {
	font-size: 12px;
}

.backResult-layer .backResult .dy-code {
	width: 200px;
	margin-bottom: -13px;
}

.registerSuccess-layer {
	display: none;
	position: fixed;
	z-index: 999;
}

.registerSuccess-layer .registerSuccess {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 25px 0px;
	margin: -174px 0 0 -200px;
	background-color: #fff;
	z-index: 9999;
	width: 360px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.registerSuccess #qrcode-img-div {
	margin-top: 12px;
	margin-bottom: 3px;
	display: none;
}

.registerSuccess-layer .registerSuccess a {
	color: #3453a3;
	padding: 0 45px;
	font-size: 14px;
	display: inline-block;
}

.registerSuccess-layer .registerSuccess a:hover {
	text-decoration: underline;
}

.registerSuccess-layer .registerSuccess .red {
	color: red;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.registerSuccess-layer .registerSuccess #yyedtime {
	color: red;
}

.registerSuccess-layer .registerSuccess .gray {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #999;
}

.registerSuccess-layer .registerSuccess .fb {
	font-size: 12px;
}

.registerSuccess-layer .registerSuccess .dy-code {
	width: 200px;
	margin-bottom: -13px;
}

.longTimeNoDo-layer {
	display: none;
	position: fixed;
	z-index: 999;
}

.longTimeNoDo-layer .longTimeNoDo {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 25px 0px;
	margin: -174px 0 0 -200px;
	background-color: #fff;
	z-index: 9999;
	width: 380px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.longTimeNoDo-layer .longTimeNoDo a {
	color: #3453a3;
	padding: 0 45px;
	font-size: 14px;
	display: inline-block;
}

.longTimeNoDo-layer .longTimeNoDo a:hover {
	text-decoration: underline;
}

.longTimeNoDo-layer .longTimeNoDo .red {
	color: red;
	display: inline-block;
	width: 100%;
}

.longTimeNoDo-layer .longTimeNoDo #yyedtime {
	color: red;
}

.longTimeNoDo-layer .longTimeNoDo .gray {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #999;
}

.longTimeNoDo-layer .longTimeNoDo .fb {
	font-size: 12px;
}

.longTimeNoDo-layer .longTimeNoDo .dy-code {
	width: 200px;
	margin-bottom: -13px;
}

.user-info .icon-vip {
	color: #e7e7e7;
}

.user-info .yys-vip1 {
	color: #e7e7e7;
}

.user-info .yys-vip2 {
	color: #ffdb2b;
}

.user-info .yys-vip3 {
	color: #ff0303;
}

.user-info #isVIP {
	display: none;
}

.user-info .icon-jinbi {
	color: #ffffff;
}

.result-user-info .icon-jinbi {
	color: #000000;
}

.user-info #beVIP {
	color: #FFFFFF;
	background-color: #ffdb2b;
	padding: 3px 6px;
	cursor: pointer;
	display: none;
}

.user-info #beVIP:hover {
	background-color: #fee779 !important;
}

.user-info .quit {
	position: relative;
	top: -2px;
}

.user-info #userName {
	cursor: pointer;
}

#infos-bottom a {
	color: #FFFFFF;
}

#infos-bottom #infos-download {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 14px;
	padding: 5px 8px;
	background-color: #f0ad4e;
	border-radius: 2px;
}

#infos-bottom #infos-save {
	position: absolute;
	bottom: 10px;
	right: 92px;
	font-size: 14px;
	padding: 5px 8px;
	background-color: #3453a3;
	border-radius: 2px;
	display: none !important;
}

#infos-bottom #infos-download:hover {
	background-color: #fcc06b;
}

#infos-bottom #infos-save:hover {
	background-color: #4e71c9;
}

.user-info .user-more {
	max-width: 150px;
}

.yys-footer-2 {
	height: 100px;
	background: #3453a3;
	width: 100%;
	font-size: 12px;
	text-align: center;
	min-width: 1280px;
	margin-top: 30px;
}

.yys-footer-2 .foot-wz {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 450px;
	position: relative;
	left: 110px;
	font-size: 12px;
}

.yys-footer-2 .foot-wz a {
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
}

.yys-footer-2 .foot-wz a:hover {
	text-decoration: underline !important;
}

.yys-footer-2 .foot-wz .f2 {
	font-size: 12px;
	color: #fff;
	position: relative;
	top: 10px;
}

.yys-footer-2 #qrcode {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(../img/dingyue.jpg);
	background-size: 70px;
	position: relative;
	top: 15px;
	left: 145px;
}

.yys-footer-2 #qrcode-text {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 155px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 12px;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .sure {
	color: green !important;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .can {
	color: #ffbd00 !important;
}

.client-info .yys-infomation .info-content-box .more-info .cnt2 table .not {
	color: red !important;
}

.sure-product-pay-info-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	font-size: 16px;
	display: none;
}

.sure-product-pay-info-layer .sure-dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
	z-index: 998;
}

.sure-product-pay-info-layer .sure-content {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	height: 670px;
	width: 500px;
	margin-left: -275px;
	margin-top: -335px;
	z-index: 999;
	border-radius: 5px;
}

.sure-product-pay-info-layer .sure-header {
	height: 56px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
}

.sure-product-pay-info-layer .left-header {
	float: left;
	margin-top: 15px;
	margin-left: 18px;
}

.sure-product-pay-info-layer .right-header {
	float: right;
	margin-top: 15px;
	margin-right: 18px;
}

.sure-product-pay-info-layer .right-header .icon-close {
	font-size: 23px;
	color: #cee7fb;
	cursor: pointer;
}

.sure-product-pay-info-layer .right-header .icon-close:hover {
	color: #90c8f5;
}

.sure-product-pay-info-layer .product-info {
	background-color: #fbfbfb;
	height: 233px;
	padding-top: 10px;
}

.sure-product-pay-info-layer .product-info .left-info {
	padding: 16px 30px;
}

.sure-product-pay-info-layer .product-info .right-info {
	float: right;
	margin-top: -37px;
	margin-right: 20px;
	color: #2c8fec !important;
}

.sure-product-pay-info-layer .real-price .left-info {
	padding: 42px 30px;
}

.sure-product-pay-info-layer .real-price .right-info {
	float: right;
	margin-top: -71px;
	margin-right: 20px;
	color: #2c8fec !important;
	font-size: 30px !important;
}

.sure-product-pay-info-layer .real-price .your-cut-price {
	font-size: 20px !important;
	text-decoration: line-through;
	color: #a1a1a1 !important;
	margin-right: 10px;
}

.sure-product-pay-info-layer .pay-methods-choose {
	text-align: center;
}

.sure-product-pay-info-layer .pay-methods-choose .pay-choose {
	display: inline-block;
	width: 170px;
	border: 2px solid #cfc8c8;
	padding: 15px 0px;
	font-size: 20px;
	color: #6e6a6a !important;
	cursor: pointer;
}

.sure-product-pay-info-layer .pay-methods-choose .weixin-pay {
	margin-right: 80px;
}

.sure-product-pay-info-layer .pay-methods-choose .pay-choose:hover {
	border: 2px solid #2c8fec;
	background-color: #f9f9f9;
}

.sure-product-pay-info-layer .pay-methods-choose .pay-choose:hover>.icon-xuanze {
	display: inline-block;
}

.sure-product-pay-info-layer .pay-methods-choose .icon-weixin {
	font-size: 25px;
	color: #11ac36;
	position: relative;
	right: 11px;
	top: 2px;
	margin-left: -9px;
}

.sure-product-pay-info-layer .pay-methods-choose .icon-zhifubao {
	font-size: 25px;
	color: #1296db;
	position: relative;
	right: 11px;
	top: 2px;
	margin-left: 12px;
}

.sure-product-pay-info-layer .pay-methods-choose .weixin-pay .icon-xuanze {
	position: relative;
	right: -24px;
	top: 16px;
}

.sure-product-pay-info-layer .pay-methods-choose .zhifubao-pay .icon-xuanze {
	position: relative;
	right: -4px;
	top: 16px;
}

.sure-product-pay-info-layer .pay-methods-choose .icon-xuanze {
	color: #2c8fec !important;
	display: none;
}

.sure-product-pay-info-layer .pay-methods-choose .active {
	border: 2px solid #2c8fec;
	background-color: #f9f9f9;
}

.sure-product-pay-info-layer .pay-methods-choose .active .icon-xuanze {
	display: inline-block;
}

.sure-product-pay-info-layer .quick-pay {
	margin-top: 55px;
	text-align: center;
	margin-bottom: 48px;
}

.sure-product-pay-info-layer .quick-pay .quick-pay-btn {
	padding: 15px 40px;
	color: #FFFFFF !important;
	cursor: pointer;
	background-color: #2c8fec !important;
	font-size: 20px;
	border-radius: 28px;
}

.sure-product-pay-info-layer .quick-pay .quick-pay-btn:hover {
	background-color: #51a5f3 !important;
}

.sure-product-pay-info-layer .final-msg {
	text-align: center;
	font-size: 12px;
	color: #000000;
}

.sure-product-pay-info-layer .final-msg a {
	color: #000000;
	position: relative;
	top: 15px;
	text-decoration: underline;
}

.sure-product-pay-info-layer .final-msg a:hover {
	color: #857e7e;
}

.sure-payLayer {
	display: none;
	position: fixed;
	z-index: 997;
}

.sure-payLayer .dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
}

.sure-payLayer .pay-content .icon-qian {
	font-size: 62px;
	color: #ffbe2b;
}

.sure-payLayer .pay-content {
	position: fixed;
	left: 50%;
	top: 50%;
	/*margin-left: -200px;
	margin-top: -150px;*/
	background-color: #fff;
	width: 400px;
	height: 400px;
	padding: 30px 20px;
	border-radius: 4px;
	text-align: center;
	z-index: 500;
}

.sure-payLayer #wx-pay-qr {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -225px;
	background-color: #fff;
	width: 400px;
	height: 450px;
	padding: 10px 10px;
	border-radius: 4px;
	text-align: center;
	z-index: 500;
}

.sure-payLayer #wx-pay-qr #wx-pay-tip {
	padding: 20px 10px;
}

.sure-payLayer #wx-pay-qr #wx-pay-qr-img {
	width: 330px;
	height: 330px;
	margin: auto;
	margin-top: 8px;
}

.sure-payLayer .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	cursor: pointer;
}

.sure-payLayer .close:hover {
	color: #333;
}

.sure-payLayer .pay-content .loading {
	display: none;
}

.sure-payLayer .pay-content .loading .dialog-mask2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #ccc;
	opacity: 0.6;
}

.sure-payLayer .pay-content .loading i {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #666;
	font-size: 80px;
	margin-top: -40px;
	margin-left: -40px;
	animation: loading 2s infinite linear;
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sure-payLayer .pay-content .pay-title {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}

.sure-payLayer .pay-content .money-num {
	display: inline-block;
	width: 100%;
	padding: 15px;
	padding-bottom: 23px;
	font-size: 33px;
	color: #3453a3;
}


/*.sure-payLayer .pay-content .pay-methods{
	margin: auto 20px;
}*/

.sure-payLayer .pay-content .pay-methods .pSelected {
	border: 2px solid;
	padding: 4px 4px 0 4px;
	border-radius: 15px;
}

.sure-payLayer .pay-content .pay-methods .weChat {
	display: inline-block;
	width: 50%;
	float: left;
}

.sure-payLayer .pay-content .pay-methods .weChat .icon-weixin {
	font-size: 66px;
	color: #11ac36;
	cursor: pointer;
	border-color: #11ac36;
}

.sure-payLayer .pay-content .pay-methods .weChat .icon-weixin:hover {
	border: 2px solid;
	padding: 4px 4px 0 4px;
	border-radius: 15px;
}

.sure-payLayer .pay-content .pay-methods .weChat .active {
	border: 2px solid;
	padding: 4px 4px 0 4px;
	border-radius: 15px;
}

.sure-payLayer .pay-content .pay-methods .weChat .icon-xuanze {
	display: none;
	position: absolute;
	bottom: 130px;
	right: 262px;
	color: #cd3a18;
}

.sure-payLayer .pay-content .pay-methods .weChat span {
	width: 100%;
	display: inline-block;
}

.sure-payLayer .pay-content .pay-methods .aliPay {
	display: inline-block;
	width: 50%;
}

.sure-payLayer .pay-content .pay-methods .aliPay .icon-zhifubao {
	font-size: 66px;
	color: #1296db;
	cursor: pointer;
}

.sure-payLayer .pay-content .pay-methods .aliPay .icon-zhifubao:hover {
	border: 2px solid;
	padding: 4px 4px 0 4px;
	border-radius: 15px;
}

.sure-payLayer .pay-content .pay-methods .aliPay .active {
	border: 2px solid;
	padding: 4px 4px 0 4px;
	border-radius: 15px;
}

.sure-payLayer .pay-content .pay-methods .aliPay .icon-xuanze {
	display: none;
	position: absolute;
	right: 82px;
	bottom: 130px;
	color: #cd3a18;
}

.sure-payLayer .pay-content .pay-methods .aliPay span {
	width: 100%;
	display: inline-block;
}

.sure-payLayer .pay-content #payBtn {
	border: 1px solid #4ea8d3;
	cursor: pointer;
	background: #4ea8d3;
	color: #fff;
	margin-top: 30px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 40px;
}

.sure-payLayer .pay-content #payBtn:hover {
	background-color: #216faf;
}

.dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
}

.can-drag,
.tip-can-drag {
	cursor: move;
}

.copy-ok .icon-baocun1 {
	color: #00c22f;
}

.clipboard-copy-text {
	position: absolute;
	top: -10000px;
}

.right-tip-div {
	width: 80px;
	height: 100px;
	position: fixed;
	right: 0px;
	bottom: 243px;
	z-index: 100000;
}

.right-tip-div .tip-item {
	width: 100%;
	height: 80px;
	background-color: #3453a3;
	margin: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.right-tip-div .tip-item:hover {
	background-color: #4861a1;
}

.right-tip-div .tip-item p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 11px;
}

.right-tip-div .icon {
	font-size: 25px;
}

.shareYys-payLayer {
	position: fixed;
	z-index: 1000;
	display: none;
}

.shareYys-payLayer .shareYys-dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
	z-index: 998;
	cursor: pointer;
}

.shareYys-payLayer #shareYys-qr {
	text-align: center;
	width: 400px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -250px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 1001;
	font-size: 17px;
}

.shareYys-payLayer #shareYys-qr-img {
	width: 280px;
	height: 280px;
	background-color: #cbbdbd;
	margin: 15px auto;
	display: inline-block;
}

.shareYys-payLayer .my-line {
	padding: 4px;
}

.shareYys-payLayer #shareYys-top-tip {
	margin-top: 25px;
	color: #3453a3;
}

.shareYys-payLayer #shareYys-bottom-tip {
	color: #000000;
	font-size: 13px;
}

.shareYys-payLayer #shareYys-bottom-tip a {
	color: #000000;
	text-decoration: underline;
}

.shareYys-payLayer #shareYys-bottom-tip a:hover {
	color: #7a7a7e;
}

#info-span {
	color: #008;
	padding: 40px 0px 22.5px 5px;
	cursor: pointer;
}

#info-span:HOVER {
	background-color: #f4f4f4;
}

#info-count {
	position: relative;
	top: -13px;
	left: -8px;
	padding: 1px 6px;
	background-color: #f71b63;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
}

#header-info {
	width: 200px;
	max-height: 310px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	top: 40px;
	left: 400px;
	text-align: left;
	padding: 10px 0px;
	font-size: 14px;
	border: 1px solid #c0b9b9;
	/* box-shadow: 2px 2px 3px #dfd9d9; */
	display: none;
	overflow-y: scroll;
}

#header-info p {
	padding: 5px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#header-info p:HOVER {
	background-color: #f4f4f4;
}

.searchUrl-payLayer {
	position: fixed;
	z-index: 1000;
	display: none;
}

.searchUrl-payLayer .searchUrl-dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
	z-index: 998;
	cursor: pointer;
}

.searchUrl-payLayer #searchUrl-qr {
	width: 800px;
	height: 388px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -194px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 1001;
	font-size: 17px;
}

.searchUrl-payLayer h2 {
	font-size: 28px;
	padding: 19px 0px 22px 0px;
	padding-left: 55px;
	color: #585858;
}

.searchUrl-payLayer p {
	padding-left: 55px;
}

.searchUrl-payLayer .c-div {
	text-align: center;
}

.searchUrl-payLayer input {
	width: 690px;
	padding: 16px 24px;
	margin-bottom: 12px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	font-size: 18px;
	outline: none;
	display: inline-block;
	margin-bottom: 50px;
}

.searchUrl-payLayer button {
	border: 1px solid #D9D9D9;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	overflow: visible;
	padding: 15px 32px;
	border-radius: 3px;
	width: 180px;
}

.searchUrl-payLayer .searchUrl-copy {
	background-color: #f2f2f2;
	color: #D16200;
	margin-right: 325px ;
}

.searchUrl-payLayer .searchUrl-open {
	background-color: #003bb2;
	color: #fff;
}

.searchUrl-payLayer .icon-close {
	float: right;
	color: darkgray;
	padding: 15px;
	cursor: pointer;
}

.search-results {
	margin: 0;
	padding: 0;
	border: 1px solid #C3C3C3;
	display: none;
	list-style: none;
	min-width: 100px;
	margin-top: 0px;
	margin-left: 3px;
	position: absolute;
	z-index: 1000;
	max-height: 300px;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	overflow-y: scroll;
	text-align: left;
	font-size: 14px;
}

.search-results li {
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
}

.search-results li:hover,
.search-results .selected-result {
	background-color: #d5d5d5 !important;
	color: #FFFFFF !important;
}