
.header-ui-message {
    width: 800px;
    height: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -400px;
    z-index: 1001;
}
.header-ui-message .posf {
    float: left;
    height: 80px;
    top: 20%;
    position: relative;
    left: 50%;
}
.header-ui-message .poss {
    float: left;
    height: 80px;
    top: 50%;
    position: relative;
    left: -50%;
}
.header-ui-message .success {
    float: left;
    padding: 0 20px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    color: transparent;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.header-ui-message .success-text {
    text-align: center;
    padding: 0 20px 0 0;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color: #ffffff;
    display: inline-block;
}
.header-ui-message .success-icon {
	display: inline-block;
    background: url(/images/front/icons_2.0_2x.png) no-repeat;
    background-position: 0px -852px;
    width: 42px;
    height: 42px;
    vertical-align: middle;
}
/*ÉêÇë²¹Ìùµ¯³ö¿ò*/
.mod-apply-popup {
	width: 754px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -232px;
	margin-left: -377px;
	z-index: 31;
	border-radius: 2px;
	padding-bottom: 25px;
}
.mod-apply-popup .hd {
	height: 22px;
	background: #ededed;
	padding: 10px 15px 8px 22px;
	position: relative;
	border-radius: 2px 2px 0px 0px;
}
.mod-apply-popup .hd h3 {
	font-size: 16px;
        font-weight: bold;
	color: #333;
	font-family: Microsoft YaHei;
	line-height: 22px;
	padding-left: 10px;
	border-left: 4px solid #0099ee;
}

.mod-apply-popup .hd .close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -10px;
	top: -8px;
	display: block;
	background: url(/images/front/provider-news-icons.png) no-repeat 0px -210px;
	margin-top: -5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.mod-apply-popup .hd .close:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mod-apply-popup .bd {
	padding: 15px 28px 0px 28px;
}

.mod-apply-popup .bd span {
	font-size: 14px;
	font-family: Microsoft YaHei arial;
}

.mod-apply-popup .bd .item {
	padding-top: 20px;
	color: #787878;
	font-size: 12px;
	line-height: 20px;
}

.mod-apply-popup .bd .item .label {
	font-size: 14px;
	font-family: Microsoft YaHei arial;
	float: left;
	width: 138px;
	vertical-align: top;
	text-align: left;
	color: #333;
}

.mod-apply-popup .bd .item .label span {
	color: #ff2600;
}

.mod-apply-popup .bd .item .mod-starbig {
	float: left;
	width: 374px;
	padding-left: 8px;
	vertical-align: middle;
	overflow: hidden;
}
.mod-apply-popup .bd .item2 input {
	float: left;
	width: 20px;
	height: 16px;
	border: 1px solid #d5d5d5;
	padding-left: 5px;
	line-height: 20px;
}
.mod-apply-popup .bd .item2 label {
	font-size: 14px;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
}
.mod-apply-popup .bd .item3 input {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	width: 458px;
	height: 24px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
	line-height: 24px;
}

.mod-apply-popup .bd .item4 {
	margin-left: 268px;
}

.mod-apply-popup .bd .apply-submit {
	width: 160px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #0099ee !important;
	font-size: 20px;
	font-family: Microsoft YaHei arial;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 5px;
}

.mod-apply-popup .bd .apply-submit:hover {
	background-color: #0267ee !important;
}

.mod-apply-popup .bd .apply-submit.disabled {
    background-color: #ccc !important;
}

.pop-apply {
    position: fixed;
    top: 42%;
    margin-top: -130px;
    left: 50%;
    margin-left: -200px;
    z-index: 999;
    overflow: hidden;
    width: 400px;
    height: 290px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding-top: 34px;
}
.pop-apply .hd{
	padding-top: 0px;
	margin-top: -10px;
}
.pop-apply .pop-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: url(/images/front/pop_icons.png) no-repeat;
    background-position: 0px 0px;
    background-position: 0 0;
}
.pop-apply .pop-nike {
    display: inline-block;
    background: url(/images/front/pop_icons.png) no-repeat;
    background-position: -240px 0px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.pop-apply .pop-info {
	display: inline-block;
    color: #000;
    font-size: 20px;
    line-height: 48px;
}
.pop-apply .pop-content {
	display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
}
.pop-apply .pop-image {
	display: block;
    color: #000;
	padding-top: 25px;
	padding-bottom: 15px;
}

/*Ãâ·ÑÊÔÓÃµ¯³ö¿ò*/
.mod-appro-popup {
	width: 754px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -232px;
	margin-left: -377px;
	z-index: 31;
	border-radius: 2px;
	padding-bottom: 25px;
}
.mod-appro-popup .hd {
	height: 22px;
	background: #ededed;
	padding: 10px 15px 8px 22px;
	position: relative;
	border-radius: 2px 2px 0px 0px;
}
.mod-appro-popup .hd h3 {
	font-size: 16px;
	color: #333;
	font-family: Microsoft YaHei;
	line-height: 22px;
	padding-left: 10px;
	border-left: 4px solid #0099ee;
}

.mod-appro-popup .hd .close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -10px;
	top: -8px;
	display: block;
	background: url(/images/front/provider-news-icons.png) no-repeat 0px -210px;
	margin-top: -5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.mod-appro-popup .hd .close:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mod-appro-popup .bd {
	padding: 0px 28px 0px 28px;
}

.mod-appro-popup .bd span {
	font-size: 12px;
	font-family: Microsoft YaHei arial;
}

.mod-appro-popup .bd .item {
	padding-top: 20px;
	color: #787878;
	font-size: 12px;
	line-height: 20px;
}

.mod-appro-popup .bd .item .label {
	font-size: 14px;
	font-family: Microsoft YaHei arial;
	float: left;
	width: 138px;
	vertical-align: top;
	text-align: left;
	color: #333;
}

.mod-appro-popup .bd .item .label span {
	color: #ff2600;
}

.mod-appro-popup .bd .item .mod-starbig {
	float: left;
	width: 374px;
	padding-left: 8px;
	vertical-align: middle;
	overflow: hidden;
}
.mod-appro-popup .bd .item2 input {
	float: left;
	width: 20px;
	height: 16px;
	border: 1px solid #d5d5d5;
	padding-left: 5px;
	line-height: 20px;
}
.mod-appro-popup .bd .item2 label {
	font-size: 14px;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
}
.mod-appro-popup .bd .item3 input {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	width: 458px;
	height: 24px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
	line-height: 24px;
}

.mod-appro-popup .bd .item4 {
	margin-left: 268px;
}

.mod-appro-popup .bd .appro-submit {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #0099ee !important;
	font-size: 14px;
	font-family: Microsoft YaHei arial;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 5px;
}

.mod-appro-popup .bd .appro-submit:hover {
	background-color: #0267ee !important;
}

.mod-appro-popup .bd .appro-submit.disabled {
    background-color: #ccc !important;
}


.pop-appro {
    position: fixed;
    top: 42%;
    margin-top: -130px;
    left: 50%;
    margin-left: -200px;
    z-index: 999;
    overflow: hidden;
    width: 400px;
    height: 290px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding-top: 34px;
}
.pop-appro .hd{
	padding-top: 0px;
	margin-top: -10px;
}
.pop-appro .pop-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: url(/images/front/pop_icons.png) no-repeat;
    background-position: 0px 0px;
    background-position: 0 0;
}
.pop-appro .pop-nike {
    display: inline-block;
    background: url(/images/front/pop_icons.png) no-repeat;
    background-position: -240px 0px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.pop-appro .pop-info {
	display: inline-block;
    color: #000;
    font-size: 20px;
    line-height: 48px;
}
.pop-appro .pop-content {
	display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
}
.pop-appro .pop-image {
	display: block;
    color: #000;
	padding-top: 25px;
	padding-bottom: 15px;
}

.content .item-title {
	color: #f0590f !important;
	font-weight: bold;
}

.content .item-title-icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(/images/front/member-icon.png) no-repeat -95px -72px;
    cursor: pointer;
}
.content .item-title-icon .item-title-hovertips-t {
    position: absolute;
    left: -1px;
    top: -12px;
    display: none;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.65);
}

.content .item-title-icon .item-title-hovertips {
    position: absolute;
    display: none;
    left: -150px;
    top: -85px;
    padding: 8px;
    width: 300px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=65);
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
