html,body{
    overflow: visible;
}

.modalBox{
    width: 365px;
}

.logoImgsLogin {
    height: 30px;
}

.mfbModal  .mfbModal-dialog {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.loginBox {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 1px;
}

.loginBox span {
    font-weight: bold;
}

.loginContent input {
    display: block;
    position: relative;
    height: 20px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    transition: .3s;
    font-size: 14px;
    color: #666;
    width: 320px;
    box-sizing: content-box;
    margin-bottom: 20px;
}

.DetailsInnerBox {
    padding: 0 15px;
}

.mfbModal .modal-content {
    border-radius: 0;
}

.submitBtn {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 338px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    color: #fff;
    background: #F93b00;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    margin: 0;
}
.moreAtionLines {
    margin: 10px 0 20px;
    color: #F93b00;
}

.Mleft {
    display: inline-block;
    cursor: pointer;
}

.MRight {
    float: right;
    cursor: pointer;
}

.EndLable {
    position: relative;
}

.EndLable {
    height: 60px;
    width: 398px;
    padding: 0px 31px;
    background: #f7eee9;
    position: relative;
    left: -33px;
    top: 15px;
    line-height: 60px;
    color: #F93b00;
}
.CCSerror {
    margin: 10px 0;
    color: red;
    font-weight: bold;
    opacity: 0;
    display: block;
    height: 20px;
}
.CCSerror.active{
    opacity: 1;
}
.BtnToSendCode.unclicks {
    background: #aaa;
    cursor: not-allowed;
}
.modalDesin {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.phoneAndCode #uCode {
    display: inline-block;
    width: 160px;
}

.BtnToSendCode {float: right;height: 42px;line-height: 42px;background: #F93b00;width: 145px;text-align: center;color: #fff;cursor: pointer;}
.showUserBox{
    width: 210px;
    text-align: right;
    height: 98px;
    line-height: 98px;
    color: #333;
}
.showUserBox a{
    color: #333!important;
    text-decoration: underline;
}

.coverBox {
    position: absolute;
    width: 240px;
    height: 240px;
    left: 80px;
    background: rgba(0,0,0,.6);
    color: #fff;
    display: none;
}


.coverBox.active {
    display: block;
}

.reFlashCode {
    margin: 60px auto 45px;
    padding: 10px 15px;
    background: #F93b00;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
}

.ReMsg {
    padding: 0 20px;
}


.coverSelectBtns {
    position: absolute;
    top: 42px;
    background: rgba(0,0,0,.8);
    color: #fff;
    height: 257px;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: none;
}
.coverSelectBtns.active{
    display: block;
}
.Ctips {
    padding: 30px 0;
}

.CBtns {
    width: 267px;
    height: 40px;
    background: #F93b00;
    margin: 20px auto;
    line-height: 40px;
    cursor: pointer;
}
.wxBingTips {
    position: absolute;
    right: 30px;
    top: 32px;
    font-size: 12px;
    color: #fff;
    background: #149f01;
    padding: 2px 4px;
    display: none;
}
.wxBingTips.active{
    display: block;
}