body{background: #F5F5F5;font-family:"Microsoft YaHei";}
.container{
    color: #7B7B7B;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:550px;
    height:552px;
    background:url("../images/bg.png") no-repeat center bottom;
}
.info{background:#fff;height:294px;width:508px;margin-left:21px;border-radius:10px;}
.circle{
    width:80px;
    height:80px;
    position:absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background:url("../images/mailcircle.png") no-repeat;
}
.infoarea{padding-top:106px;padding-left:106px;}
.infoarea.up{padding-top:74px;}
.captcha{
    cursor:pointer;
    position: relative;
    top: 9px;
    right: 74px;
}
input[type='text'],input[type='password']{
    font-size: 14px;
    border:none;
    border-bottom:2px solid #ED7016;
    outline:none;
    line-height:38px;
    height:38px;
    width: 246px;
}
input[type='submit'],input[type='button']{
    width: 64px;
    height: 32px;
    color: #fff;
    background:#ED7016;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
input[type='button']{width:auto;}
input[type='submit']:hover,input[type='button']:hover{
    opacity: 0.8;
}
input[name='qrcode']{background:transparent!important;}
input.mailbox{color: #ED7016;}
.title{
    font-size: 18px;
    margin-bottom: 22px;
}
.hint{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.small{
    font-size: 12px;
}
.sendmail.mobile{display: none;}
.sendmail.pc{display: inline-block;}
.btndisabled{opacity:0.4!important;}


@media screen and (max-width: 600px) {
    body{
        overflow-x: hidden;
        background-color: #fff;
    }
    .container{
        position:static;
        width: 508px;
        height: auto;
        background: none;
        transform: none;
    }
    .infoarea{
        padding: 50px 0 0 30px;
    }
    .circle{
        display: none;
    }
    input[type='submit']:hover, input[type='button']:hover{
        opacity: 1;
    }
    .sendmail.mobile{display: inline-block;}
    .sendmail.pc{display: none;}
    .infoarea.up{padding: 71px 0 0 30px;}
    .small{width: 253px;}
}
.opertype {
    margin: 8px 0;
}
.opertype label {
    font-size: 14px;
    position: relative;
    bottom: 2px;
}
.opertype [type=radio] {
    width: 16px;
    height: 16px;
    appearance: none;
    border-radius: 50%;
    background-color: #999;
}
.opertype [type=radio]:checked {
    background-color: #ED7016;
    border-color: #ED7016;
}
.opertype .nobinddesc {
    font-size: 12px;
    padding-left: 29px;
}
