@charset "UTF-8";

/* 
* time:2017-11-09 14:06;
* author:yixiaodong;
* project:yiguanjia;
 */

/*公共弹框*/
.public-bomb-box,.promptBombBox,.dialogNew{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
    align-items: center;
    z-index: 10000;
}
.pbb-hidden,.prompt-hidden,.dialogNew .dn-hidden{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: #000;
	filter: Alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 1003;
}
.pbb-center,.prompt-center,.dialogNew .dn-center{
	width: 510px;
    position:relative;
    z-index: 1004;
    background: #fff;
    -moz-box-shadow: 1px 2px 5px #999;
    -webkit-box-shadow: 1px 2px 5px #999;
    box-shadow: 1px 2px 5px #999;
    display: none;
}
.pbb-center .pbbc-title,.prompt-center-title{
	width:94%;
	padding:0 3%;
	line-height: 45px;
	height: 45px;
	font-size: 15px;
	position: relative;
	text-align: center;
	background-color: #f3f3f3;
	border-bottom:1px solid #ddd;
}
.pbb-center .pbbc-title a{
	width:26px;
	height: 26px;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 10;
	display: block;
	cursor: pointer;
}
.pbb-center .pbbc-title a img{
	width: 18px;
	height:18px;
	float: left;
	padding:4px;
}
.pbb-center .pbbc-text,.prompt-center-text{
	width: 94%;
	padding:20px 3%;
	max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.other-function{
	width:58%;
	margin:0 21% 40px;
	height: 36px;
	line-height: 36px;
	background: -webkit-linear-gradient(left, #47acff , #1c8ce9);
    background: -o-linear-gradient(right, #47acff, #1c8ce9); 
    background: -moz-linear-gradient(right, #47acff, #1c8ce9);
    background: linear-gradient(to right, #47acff , #1c8ce9);
	border:1px solid #1182de;
	text-align: center;
	font-size: 16px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.other-function a{
	color: #fff;
	width: 100%;
	display: block;
}
.other-functionOne,.other-functionTwo,.other-functionMore,.prompt-center_button{
	width: 100%;
	padding:15px 0;
	float: left;
	border-top:1px solid #dddddd;
}
.other-functionOne a{
	width:126px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	border: 1px solid #1182de;
	background-color: #2191ed;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.other-functionTwo a,.other-functionMore a{
	width:126px;
	height: 36px;
	float:left;
	line-height: 36px;
	border: 1px solid #1182de;
	background-color: #2191ed;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.other-functionTwo a:first-child{
	margin-left:25%;
	margin-right: 72px;
	display: inline-block;
}
.other-functionTwo a:last-child{
	background-color: #fff;
	color: #2191ed;
}
.other-functionMore a.missionedit,.other-functionMore a.missionClose{
	border: 1px solid #2191ed;
	color: #2191ed;
	background-color: #fff;
	margin-left: 17px;
	display: inline-block;
}

.staffPart{
	width: 100%;
	float:left;
	padding:30px 0 50px;
}
.staffPart dl{
	width: 50%;
	float: left;
}
.staffPart dl dt{
	width: 30%;
	float: left;
	text-align: right;
	font-weight: normal;
}
.staffPart dl dd{
	width: 67%;
	float: left;
	margin-left: 3%;
	display: inline-block;
}
.prompt-center-text span{
	width: 100%;
	text-align: center;
	padding:10px 0;
	display: block;
	font-size: 14px;
}
.prompt-center_button{
	border-top: 0;
	padding-bottom: 30px;
}
.prompt-center_button a.confirmBtn,.prompt-center_button a.confirmChangesBtn{
	margin-left: 125px;
}
.prompt-center_button a.confirmBtnNull{
	margin-left: 165px;
}
.inputDivPart dl{
	width: 100%;
	padding:0 4%;
	margin: 0;
}
.inputDivPart dl dt{
	line-height: 30px;
	font-weight: normal;
}
.feeds.newStyle li{
	border-bottom: 1px dashed #eee;
}

.infoCenterShow{
	width: 100%;
	float: left;
}
.infoCenterShow .ics-top{
	width: 90%;
	float: left;
	margin: 0 5%;
	display: inline-block;
	border-bottom: 1px solid #ddd;
}
.infoCenterShow .ics-top dl{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
}
.infoCenterShow .ics-top dl dt{
	width: 22%;
	float: left;
	line-height: 30px;
	text-align: right;
	color: #666;
}
.infoCenterShow .ics-top dl dd{
	width: 73%;
	float: left;
	line-height: 30px;
	margin-left: 3%;
	display: inline-block;
}
.infoCenterShow .ics-top dl dd i{
	font-size: 14px;
	font-style: normal;
	color: #2191ed;
}
.infoCenterShow .ics-top dl dd span{
	font-size: 40px;
	font-weight: 700;
	color: #2191ed;
}
.singleBtn{
	position: relative;
	left: 50%;
	margin-left: -64px;
}
.infoCenterShow .ics-bottom{
	width: 90%;
	float: left;
	margin: 0 5% 20px;
	display: inline-block;
}
.infoCenterShow .ics-bottom .icsb-title{
	font-size: 16px;
	text-align: center;
	width: 100%;
	float: left;padding:40px 0;
}
.infoCenterShow .ics-bottom label{
	width: 148px;
	height: 74px;
	float: left;
	padding:0 10px;
	position:relative;
}
.infoCenterShow .ics-bottom label.first-child{
	margin-left: 111px;
	display: inline-block;
}
.infoCenterShow .ics-bottom label img.big{
	width: 144px;
	height: 70px;
	float: left;
	border:2px solid #ddd;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.infoCenterShow .ics-bottom label img.little{
	width: 26px;
	height: 24px;
	position: absolute;
	right: 12px;
	bottom: 2px;
	z-index: 1;
	display: none;
}
.infoCenterShow .ics-bottom label.on img.little{
	display: block;
}
.infoCenterShow .ics-bottom label.on img.big{
	border:2px solid #e53935;
}
.infoCenterShow .ics-bottom label input{
	position: absolute;
	top:20px;
	left: 68px;
	z-index: 2;
	filter: Alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

/*弹框二*/
.dialogNew .dn-center,.invitationCenter .dn-center{
	width: 370px;
	float: left;
	display: block;
}

.dialogNew .dn-center .dnc-text,.invitationCenter .dn-center .dnc-text-new{
	width: 74%;
	float: left;
	padding: 40px 13% 30px;
}
.dialogNew .dn-center .dnc-text div,.invitationCenter .dn-center .dnc-text-new div{
	line-height: 40px;
	font-size:18px;
	color: #f39d4c;
	font-weight:bold;
}
.dialogNew .dn-center .dnc-text div img,.invitationCenter .dn-center .dnc-text-new div img{
	width: 30px;
	height: 30px;
	float:left;
	margin-top:5px;
	margin-right: 10px;
	display: inline;
}
.dialogNew .dn-center .dnc-text p,.invitationCenter .dn-center .dnc-text-new p{
	line-height: 40px;
	font-size: 14px;
	color: #777;
}
.dialogNew .dn-center .dnc-text p.title{
	width: 100%;
	float: left;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	color: #333;
}
.dialogNew .dn-center .dnc-text p input{
	line-height: 38px;
	height: 38px;
	width: 96%;
	float: left;
	padding: 0 2%;
}
.dialogNew .dn-center .dnc-text i{
	width: 100%;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color:#ef772d;
	font-style: normal;
	font-weight: normal;
}
.dialogNew .dn-center .dnc-btn{
	width: 100%;
	height:65px;
	float: left;
}
.dialogNew .dn-center .dnc-text img#wx_code{
	width: 200px;
	height: 200px;
	float: left;
	position: relative; 
	left: 50%;
	margin-left: -100px;
}
.dialogNew .dn-center .dnc-text p.textSpecial{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.dialogNew .dn-center .dnc-btn a.cancelbtn{
	width:24%;
	height: 36px;
	line-height: 36px;
	margin:0 38%;
	display: block;
	text-align: center;
	background-color:#2191ed;
	color: #fff;
	border:1px solid #1a89e5; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    float: left;
}
.dialogNew .dn-center .dnc-btn-new{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.dialogNew .dn-center .dnc-btn-new a,.invitationCenter .dn-center .dnc-btn-new a{
	width: 126px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	float:left;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.dialogNew .dn-center .dnc-btn-new a.agreebtn,.dialogNew .dn-center .dnc-btn-new a.blue,.invitationCenter .dn-center .dnc-btn-new a.agreebtn{
	background-color: #2191ed;
	border:1px solid #1182de;
	color: #fff;
	margin-left: 137px;
	margin-right: 20px;
	display: inline-block;
}
.dialogNew .dn-center .dnc-btn-new a.rejectbtn,.invitationCenter .dn-center .dnc-btn-new a.rejectbtn,.dialogNew .dn-center .dnc-btn-new a.gray,.dialogNew .dn-center .dnc-btn-new a.white{
	background-color: #fff;
	border:1px solid #2191ed;
	color: #2191ed;
}
.dialogNew .dn-center .dnc-btn-new.empower a.blue{
    width: auto;
	padding:0 15px;
	margin-left: 110px;
}
.dialogNew .dn-center .dnc-btn-new.empower a.white{
	width: auto;
	padding:0 15px;
	margin-left: 110px;
}
.dialogNew .dn-center .dnc-btn-new.empower a.blueBgNew{
	background-color: #2191ed;
    border: 1px solid #1182de;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
	margin-left: 110px;
}
.dialogNew .dn-center .dnc-btn-new.empower a.whiteBgNew{
	background-color: #fff;
    border: 1px solid #2191ed;
    color: #2191ed;
}
.dn-center{
	width: auto;
	height: auto;
    float: left;
}
.dialogNew .dn-center .dnc-btn.dnc-btnreSet a{
	width:50%;
	height: 30px;
	line-height: 30px;
	margin:11px 0;
	display: block;
	text-align: center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    float: left;
}
.dialogNew .dn-center .dnc-btn.dnc-btnreSet a.blueBtn{
	color: #00b3e7;
}
.dialogNew .dn-center .dnc-btn.dnc-btnreSet a.grayBtn{
	color: #999999;
}
.dialogNew .dn-center .dnc-btn.dnc-btnreSet a.afterBtn{
	width: 49.5%;
	display: inline;
	border-left:1px solid #ddd;
}
.dialogNew .dn-center .dnc-btn.dnc-btnreSet{
	width: 100%;
	height:52px;
	float: left;
	border-top:1px solid #dddddd;
}
.dialogNew .dn-center .dnc-title{
	position: relative;
}
.dialogNew .dn-center .dnc-title a.closeLinkBtn{
	padding:10px;
	position: absolute;
	top:0;
	right: 10px;
	color:#333;
	font-size: 18px;
}
.dialogNew .dn-center .dnc-text.dnc-textReset{
	height:184px; 
	width: 80%;
	padding:0 10%;
	display: table;
}
.dialogNew .dn-center .dnc-text.dnc-textReset.dnc-textResetPic{
	height: 222px;
}
.dialogNew .dn-center .dnc-text.dnc-textReset table tr td{
	height: 184px;
	padding: 25px 0;
	text-align: center;
}
.dialogNew .dn-center .dnc-text.dnc-textReset.dnc-textResetPic table tr td{
	height: 222px;
	padding: 25px 0;
}
.dialogNew .dn-center .dnc-text.dnc-textReset img.statepic{
	width: 82px;
	height: 82px;
	margin-bottom: 15px;
	display: inline-block;
}
.dialogNew .dn-center .dnc-text.dnc-textReset p.spelBomStyleTitle{
	line-height:28px; 
	font-size:22px;
	color:#666; 
	text-align:center;
}
.dialogNew .dn-center .dnc-text.dnc-textReset p.spelBomStyleText{
	line-height:22px;
	text-align:center;
	padding-top:15px;
	font-size: 16px;
	color: #bdbdbd;
}
.changePhoneIpt {
    width: 100%;
}
.changePhoneIpt .textInfoIntro {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 45px;
}
.changePhoneIpt .textInfoIntro span.top{
	float: left;
	padding-left: 75px;
	color: #333;
}
.changePhoneIpt .textInfoIntro span.bottom{
	width: 100%;
	float: left;
	padding-top: 30px;
	text-align: center;
	color: #777;
}
.changePhoneIpt dl {
    width: 100%;
    float: left;
    padding: 2px 0;
}
.changePhoneIpt dl dt {
    width: 20%;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}
.changePhoneIpt dl.balanceDl{
	font-size: 15px;
}
.changePhoneIpt dl.balanceDl dt{
	color: #2191ed;
}
.changePhoneIpt dl dd {
    width: 75%;
    float: left;
    position: relative;
    margin-left: 20px;
    line-height: 35px;
}
.dialogNew .dn-center{
	width: 536px;
	left: 50%;
	margin-left: -268px;
}