@charset "UTF-8";
/* CSS Document */

.message_form_wrap {
	padding: 26px;
	width: 1200px;
  box-sizing:border-box;
}
.conTip{
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    overflow: hidden;
    line-height: 50px;
    border-left: 1px solid #b48732;
    border-right: 1px solid #f0f0f0;
}

.conTipLeft{
    width: 4px;
    height: 100%;
    background-color: #B48732;
    float: left;
}
.conTipText{
    margin-left: 10px;
    font-size: 16px;
    color: #3E3A39;
    font-weight: 700;
    float: left;
}


.message_form_wrap .police_form_item {
	  margin: 0 auto;
    width: 520px;
}

.select_style {
    color: #3E3A39;
}

.message_form_wrap .select_item span {
    padding: 0 12px;
}
  .radio-diy{width:40px!important;float:left;}
  .radio-diy .radiocircle{
    width:12px;
    height:12px;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top:2px;
    }
    
   .radio-diy input:checked+span{border:1px solid #B48732;}
   .radio-diy input:checked-span{color:#B48732;}
   .radio-diy input:checked+span.radiocircle::after { content: ""; display: block; width: 8px; height: 8px; background: #B48732; border-radius: 50%; cursor: pointer; margin-left: 2px; margin-top: 2px;}
   input[type="radio"] { display: none; }
   
.textrea{
  resize: none;
  font-size:14px;
  line-height: 20px;
 overflow-y: hidden;
 border-radius:5px;
 border:1px solid #e5e5e5;
 width:260px;
 height:200px;
 padding:10px 0 10px 12px;
 box-sizing:border-box;
 font-family: "Microsoft YaHei", 'Helvetica Neue', sans-serif;
 }
textarea::-webkit-input-placeholder {
	color: #DCDCDC;
}
.btn_wrap {
    text-align: center;
    padding-left: 0!important; 
}
.message_form_wrap .txt_tips {
    margin-left: 460px;
}
.w360{width:360px;}