@charset "UTF-8";
.ent_btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff !important;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 38px;
}
.main_inner {
    margin: 0 auto;
    width: 360px;
}
.reg_win {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/dev/product/www_v3/imgs/sorry_mobileFile/sorr_mobileFile_bg.png) no-repeat 0 0;
    margin: 0 auto;
    margin-bottom: 14px;
}
.m_reg_win_box p {
    font-size: 14px;
    color: #303030;
    line-height: 28px;
    text-align: center;
}
.login_pt140 {
    padding-top: 140px;
}
@media screen and (max-width: 767px) {
    .login_pt140 {
        padding-top: 58px;
    }
    .main_inner {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}
