@charset "utf-8";
/* common */
.pop-box {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	z-index:999;
}
#pop-hint{
	z-index:1000 !important;
}
#pop-hint,#pop-hint2{
    width: 420px;
    min-height: 253px;
    background-color: #fff;
    text-align: center;
}

.pop-close {
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	background-color: #c4cfd5 !important;
}
.pop-close>span{
	line-height: 53px; 
	font-size: 22px; 
	color: #fff;
}
.pop-close>a {
	display: block;
	background: url(../../image/sprite.png) no-repeat;
	background-position: -69px -413px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
}
.hint-txt{
	font-size: 18px;
    text-align: center;
    margin: 40px 0 0;
    color: #757575;
}
.pop-content>span{
	font-size: 18px; 
	margin: 36px 0 0; 
	color: #757575; 
	display: block; 
	text-align: center;
	line-height: 25px;
}
.pop-hint-btn {
    width: 200px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    background-color: #a1c8e1;
    color: #fff;
    font-size: 18px;
    margin: 24px auto;
    margin-top: 40px; 
}
/* 常用联系人、地址弹框 */
.pop-cont{
	padding:0 44px;
	font-size:14px;
}
.pop-cont input[type='text'], .pop-cont input[type='password'], .pop-cont select{
	height: 36px;
    line-height: 36px;	
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding:0;
    text-indent: 30px;
}
.pop-figure {
    width: 515px;
}
.pop-figure i {
    display: block;
    width: 8px;
    height: 4px;
    background: url("../../image/sprite.png") no-repeat;
    background-position: 0 -423px;
    position: absolute;
    right: 54px;
    top: 33px;
}
.pop-figure .pop-line1 {
    margin: 25px 0 15px;
}
.wid538{
	width:314px;
}
.pop-figure .wid538 {
    margin: 16px 0 0;
    background-color: #fff;
}
.pop-figure li {
    position: relative;
}
.pop-figure i {
    display: block;
    width: 8px;
    height: 4px;
    background: url("../../image/sprite.png") no-repeat;
    background-position: 0 -423px;
    position: absolute;
    right: 54px;
    top: 33px;
}
.pop-figure .pop-line3 {
    z-index: 10;
}
.pop-option {
    display: none;
    width: 457px;
    background-color: #fff;
    height: 110px;
    position: absolute;
    left: 114px; top: 164px;
    z-index: 10;
}
.pop-option-sex {
    display: none;
    width: 457px;
    background-color: #fff;
    height: 110px;
    position: absolute;
    left: 114px; top: 320px;
    z-index: 10;
}

.pop-option > a,.pop-option-sex > a {
    display: block;
    padding: 0 0 0 30px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #757575;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #f5f5f5;
}
#del-hint{
	width: 420px;
    height: 257px;
    background-color: #fff;
    text-align: center;
    position:relative;
}
.delbtn-address {
    width: 103px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #a1c8e1;
    color: #fff;
    font-size: 18px;
    margin: 30px 34px 30px 20px;
}
/* pop-hint1 */
#pop-hint1 {
    width: 420px;
    height: 257px;
    background-color: #fff;
    text-align: center;
}
#pop-hint1 .pop-close > a {
    background-position: -69px -413px;
}
.pop-box h2{
    height: 53px;
    line-height: 53px;
    font-size: 26px;
    text-align:center;
    color:#fff;	
}
.pop-btn-submit {
    width: 137px;
    height: 36px;
    line-height: 36px;
    background-color: #ccc;
    font-size: 16px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 30px auto 27px;
    text-align: center;
}
.pop-btn-submit-on {
        background-color:#a1c8e1;
}
/* 错误提示内容按钮样式 */
.pop-hint_btn{
    width: 200px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    background-color: #a1c8e1;
    margin: 50px auto;
    color: #fff;
    font-size: 18px;
}
/*回溯项目产品详情页增加信息弹框*/
.poplay-box{
    width:430px;
    padding:28px 30px 44px;
    border-radius: 4px;
    border-top: 4px solid #ffdb52;
    font-size: 16px;
    line-height: 28px;
    color:#333;
    display:none;
    background: #fff;
}
.poplay-box p{
    margin-bottom:22px;
}
.poplay-box b{
    font-weight: bold;
}
.poplay-box-btn{
    width: 370px;
    height:42px;
    line-height: 42px;
    background: #fcc800;
    font-size: 20px;
    color:#fff;
    border-radius:3px;
    display: block;
    text-align: center;
    margin:32px auto 0;
    box-shadow: 0px 1px 3px -1px #fcc800;
}/*回溯项目产品详情页增加信息弹框*/
.poplay-box{
    width:430px;
    padding:28px 30px 44px;
    border-radius: 4px;
    border-top: 4px solid #ffdb52;
    font-size: 16px;
    line-height: 28px;
    color:#333;
    display:none;
    background: #fff;
}
.poplay-box p{
    margin-bottom:22px;
}
.poplay-box b{
    font-weight: bold;
}
.poplay-box-btn{
    width: 370px;
    height:42px;
    line-height: 42px;
    background: #fcc800;
    font-size: 20px;
    color:#fff;
    border-radius:3px;
    display: block;
    text-align: center;
    margin:32px auto 0;
    box-shadow: 0px 1px 3px -1px #fcc800;
}