﻿/**/
.info_modify_block .text_ts{
	color:#d86741;
	position: absolute;
	right:40px;
	top:50%;
}
.info_modify_block p{
	color:#d86741;
	line-height: 20px;
	width: 600px;
}
.info_modify_block .inBox>img{
	margin-right: 70px;
	margin-top: 15px;
}
.info_modify_block .inBox{
	padding:40px 190px;
}
.sub_info{
	padding:20px;
}
.sub_info td .radio_view{
	margin-top: 20px;
	padding-left: 80px;
}
.sub_info td .radio_view p{
	height: 15px;
	padding:0 4px;
	line-height: 15px;
	color:#555;
}
.sub_info span.red{
	color:red;
}
.sub_info .info_title{
	padding:15px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.sub_info .info_title>img{
	width: 14px;
	height: 14px;
}
.sub_info .info_title>span{
	display:inline-block;
	float: right;
}
.sub_info .info_title>span a{
	color:#6584be;

}
.sub_info table{
	margin:auto;
}
.sub_info table tr{
	position: relative;
}
.sub_info table td{
	height: 55px;
	line-height: 55px;
	/*border:1px solid red;*/
	font-weight:bold;
	vertical-align: top;
	position: relative;
}

.sub_info table td input[type="text"],.sub_info table td select,.sub_info table td input[type="password"]{
	 padding:8px 4px;
	 text-indent: 5px;
	 width:350px;
	 color:#555;
	 border: 1px solid #aaa;
 }
.sub_info table td input[type="text"].long,.sub_info table td select.long{
	width:100%;
}
.sub_info table td input[type="text"].input_short{
	width: 235px;
	margin-right: 10px;
}
.sub_info table td select{
	border:1px solid #ddd;
}
.select2-container .select2-selection--single,.select2-container--classic .select2-selection--single .select2-selection__rendered{
  height:35px;
  line-height: 35px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
	height: 33px;
}
.sub_info table td textarea{
	border:1px solid #ddd;
	width: 350px;
	color:#666;
	min-height: 100px;
	padding: 10px;
}
.sub_info table tr td.td_small{
	line-height: 20px;
	height: 20px;
}
.sub_info table tr td:first-child{
	text-align:right;
	width: 150px;
}
.sub_info table td .upload{
	width:350px;
	min-height:150px;
}
.sub_info .upload{
	padding:20px;
}
.sub_info table td span.red{
	color:red;
}
/*图片上传*/

#uploadForm2{
	margin-top: 10px;
	width: 200px;
	padding:10px 5px;
	border:1px solid #ccc;
	box-shadow: 0 0 8px #999;
}
.fileinput{
	width: 200px;
	padding: 0 10px;
	position:relative;
	margin-bottom: 0;
}
.fileinput .img_btn,.fileinput .btn-file{
	display: block;
	width: 70px;
	height: 70px;
	background-size: 100% 100%;
	background-image:url(/usercenter/assets/img/bg-upload-btn.png);
	margin-left: 52px;
	/* margin:  auto; */
	/* position:  absolute; */
	/* top: 0; */
}
.fileinput .img_btn{
	background-image:none;
}
.fileinput .thumbnail{
	width:170px;
	height: 100px;
	overflow: inherit;
}


.fileinput .thumbnail img{
	width: 170px;
	height: 100%;
}
.file-choose-block{
	min-height: 60px;
	position:absolute;
	top:25px;
	/* text-align: center; */
}
.bot_view>*{
	line-height:20px;
	margin-right: 10px;
}
.bot_view .ts{
	background-image: url(/usercenter/assets/img/question-icon.png);
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.bot_view .ts>.tk_view{
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 300px;
	height: 60px;
	border-radius: 5px;
	padding: 10px 8px;
	box-shadow: -1px -1px 5px 2px #ddd;
	z-index: 999;
	color: #999;
	left: -88px;
	top: 38px;
}
.bot_view .ts>.tk_view:before{
	content:"";
	position: absolute;
	left: 30%;
	top:-15px;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #ddd;
}
.bot_view .ts>.tk_view:after{
	content:"";
	position: absolute;
	left:30%;
	top:-10px;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #fff;
}
.bot_view .ts:hover .tk_view{
	display: block;
}
.bot_view .alert_img{
	background-image: url(/usercenter/assets/img/img-bigger.png);
	background-repeat: no-repeat;
	padding-left:20px;
	height: 20px;
	cursor:pointer;
}

div{
	/*border:1px solid red;*/
}
.sub_info table td.td_prd{
	padding-left: 15px;
}
.sub_info .button-border{
	height: 35px;
	line-height: 35px;
	width: 150px;
	text-align: center;
	padding: 0;
}
.sub_info .button-primary{
	width: 300px;
	height: 44px;
	line-height: 44px;
	border-radius:4;
	display: block;
	margin:auto;
	margin-top: 30px;
}

.sub_info .Validform_checktip{
	position: absolute;
	color:red;
	left:360px;
	bottom: 18px;
	width: 100%;
	/*height:0;*/
	/*top:0;*/
	line-height: 15px;
}
.sub_info .Validform_checktip.block{
	left:0;
	bottom:-12px;
}
.sub_info .Validform_error {
    background-color: #ffe7e7;
}
.sub_info .view_hide{
	display: none;
}
.sub_info .Validform_checktip.Validform_right{
	color:#71b83d;
}
.sub_info .sub_info_left {
	padding:200px 0 150px 180px;
	position: relative;
}
.sub_info .sub_info_left .btn{
	display: block;
	width: 252px;
	height:46px;
	margin-bottom: 40px;
}
.sub_info .sub_info_left .btn:focus,.sub_info .sub_info_left .btn:active{
	outline: none
}
.sub_info .sub_info_left .btn:hover{
	box-shadow: 0 0 6px #999;
	border-radius: 22px;
}
.sub_info .sub_info_left .btn-czdlmm{
	background: url(/usercenter/assets/img/forget/czmmBg01.png) no-repeat;
}
.sub_info .sub_info_left .bnt-czdzsbk{
	background: url(/usercenter/assets/img/forget/czmmBg02.png) no-repeat;
}
.sub_info .sub_info_left .choice{
	position: absolute;
	left: 130px;
	top: 216px;
}
.sub_info .sub_info_left .choice.bot{
	top: 302px;
}
.sub_info.info-height td {
	height:66px;
	line-height: 66px;
}
.sub_info.info-height .Validform_checktip{
	left:0;
	bottom:-10px;
}