/* #D88716,#AC6C12 */
.reg_lan { width:13%; height:40px; line-height:40px; text-align:center; float:left; border:1px solid #CCC; margin-right:1%;  font-size:16px}
.reg_lan a {color:#6b6c6e; display:block; text-decoration:none;}


.reg_lan_on a {color:#FFF; display:block; text-decoration:none;}

.reg_container { width:100%; border:1px solid #CCC;}

.reg_container span { color:#999}
.reg_neirong {margin:30px}
.reg_neirong_left {width:150px; text-align:center; height:50px; line-height:50px; float:left;}
.reg_neirong_right  {width:700px; height:50px; line-height:50px;}
.reg_neirong_right input { width:300px; border:1px solid #CCC; height:30px; line-height:30px;font-family:"Microsoft YaHei","宋体";}
.reg_neirong_right button { width:100px; border:1px solid #CCC; height:30px; line-height:30px}
.reg_neirong_right img { vertical-align:middle}


.radio-check { position: relative; height: 35px; width:140px; float:left; color:#FF0000; font-weight:bold; font-size:16px; margin-top:8px} 
.radio-check > input { position: absolute; left: 0; top: 0; width: 20px; height:20px; opacity: 0; } 
.radio-check > label { position: absolute; left: 30px; line-height: 35px; top: 0px; cursor:pointer } 
.radio-check > label:before { content: ''; position: absolute; left: -30px; top: 5px; display: inline-block; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #ddd; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .radio-check > label:after { content: ''; position: absolute; left: -30px; top: 0px; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-top: 11px; margin-left: 6px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .radio-check input[type='radio']:checked + label:before { border-color: #000000; } 
.radio-check input[type='radio']:checked + label:after { background: #000000; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #DDDDDD;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #DDDDDD;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #DDDDDD;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #DDDDDD;
}
