
/*登录注册页验证码错乱问题调整*/
#LogOnCode,#RegisterCode,#shortMessageValidateSimple,#shortMessageValidateSimpleRegisterCode,#shortMessageValidateRegisterCode{
    width: 124px;
    border: 1px solid #aaa;
    height: 24px;
    line-height: 24px;
    padding: 5px;
    vertical-align: top;
    box-sizing: content-box;
   }
#valiCodeLogOnCode,#valiCodeRegisterCode,#valiCodeshortMessageValidateSimpleRegisterCode,#valiCodeshortMessageValidateRegisterCode{
       height: 36px;
       vertical-align: middle;
}
@media only screen and (max-width: 660px) {
    #LogOnCode,#RegisterCode,#shortMessageValidateSimple,#shortMessageValidateSimpleRegisterCode,#shortMessageValidateRegisterCode{width: 110px;}
    ul.register_list li label,
    .con_box ul.register_list li label,
    .regform li label,
    ul.phone_yz li:nth-child(2) label{width:66px;line-height: 24px; height: auto;margin-right: 2%;}
}
@media only screen and (max-width: 420px) {
    #RegisterCode,#shortMessageValidateSimple,#shortMessageValidateSimpleRegisterCode{width: 70px;}
}
@media only screen and (max-width: 360px) {
    #LogOnCode,#RegisterCode,#shortMessageValidateSimple,#shortMessageValidateSimpleRegisterCode,#shortMessageValidateRegisterCode{
        width: 66px;
     }
}