.form-horizontal fieldset{
	border: none;
}
.zttit a{
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	border-radius: 10px;
}
 .zttit .active{
 	background: #1379CE;
 	color: #fff;
 	margin-left: -15px;
 }
 .control-group{
 	margin: 20px;
 	color: #A0A0A0;
 }
 .laname{
 	font-size: 18px;
 	width: 10%;
 }
.controls{
	display: inline-block;
	width: 80%;
}
.yy{
	height: 200px;
	line-height: 200px;
	display: inline-block;
	width: 60%;

}

.yy img{
	max-width: 200px;
	max-height: 200px;
}
.yy .laname{
position: relative;
top: -7%;	
}
.yy .controls{
	margin-left: 10px;
}

.controls>input {
	height: 30px;
	line-height: 30px;
		width: 70%;
	 border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
		
}

.controls>textarea{
	width: 80%;
}
.controls input::placeholder {

        letter-spacing: 5px;
        text-indent: 10px;
    }
    .orgvalue{
    	-webkit-appearance: none;
    }
    .orgvalue label{
    	margin-left: 50px;
    }
    
    
    
    
    .orgvalue input{
        display: none;
        margin-top: 10px;
}
.orgvalue label{
        box-sizing: border-box;
    position: relative;
    margin-right: 34px;
    margin-top: 10px;
}
.orgvalue label::before{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 6px;
    vertical-align: bottom;
}
.orgvalue input:checked+label::before{
    border: 1px solid #fff;
    background-color: #fff;
}
.orgvalue input:checked+label::after{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F60;
}
    
    
    
    
    
    
    
.btn-pic {
 display: block;
 position: relative;
 width: 120px;
 height: 40px;
 overflow: hidden;
 cursor: pointer;
 text-align: center;
}
 
.btn-pic-bg {
 border: 1px solid #ff9000;
 background: none repeat scroll 0 0 #ff9000;
 color: #ffffff;
 text-decoration: none;
}
 
.btn-pic span {
 display: block;
 line-height: 39px;

}
 
.ipt-bg {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 800px;
 height: 40px;
 font-size: 100px;
 opacity: 0;
 filter: alpha(opacity=0);
}
 
.spanc{
 color: red;
}
 
.drt {
/* float: right;*/
 display: none;
}
 
.dft {
 float: left;
}
	.dxk {
   position: relative;
    line-height: 30px;
    display: inline-block;
    width: 125px;
  }
  
 .dxk input[type="radio"] {
   width: 20px;
    height: 24px;
    opacity: 0;
 }

 .dxk label {
   position: absolute;
   left: 5px;
  top: 8px;
   width: 20px;
   height: 20px;
 /*  border-radius: 50%;*/
  border: 1px solid #999;
 }
 /*设置选中的input的样式*/
 /* + 是兄弟选择器,获取选中后的label元素*/
 .dxk input:checked+label {
  background-color: #006eb2;
   border: 1px solid #006eb2;
 }

 .dxk input:checked+label::after {
   position: absolute;
   content: "";
   width: 5px;
   height: 10px;
  top: 3px;
   left: 6px;
  border: 2px solid #fff;
  border-top: none;
   border-left: none;
  transform: rotate(45deg)
 }
 .an{
 	
 
 }
.tj{
	width: 70%;
border: none;
color: #fff;
height: 40px;
background-color: #057CD6;
	
}
.xy{
	width: 70%;
	text-align: center;
	margin-top: 20px;
}
.notic{
	display: inline-block;
	text-align: center;
}
.notic a{
	color: #0000FF;
}
