/*
 * 回呼中间页 -- pc
 * 2015-4-3 zhaiwanli(zhaiwanli@baidu.com)
 * 2015-4-21 huangjing(huangjing02@baidu.com)
 */
.lxb-box {
    border: 1px #CCC solid;
    position: relative;
    bottom: 390px;
    left: 123px;
    width: 250px;
    background: #f2f2f2;
    /*display: block;*/
    display: none;
}

.lxb-box-in {
    margin: 10px;
}
.lxb-input .title {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}
.input-box {
    margin-bottom: 14px;
}
.input-box  input {
    height: 30px;
    width: 200px;
    line-height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 20px;
}
.input-button input {
    height: 30px;
    width: 222px;
    background: #31a0ff;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.feedback-tip {
    min-height: 51px;
    word-break: break-all;
}
.lxb-tip {
    margin: 10px 0;
}
.lxb-tip .title {
    font-size: 16px;
    color: #565656;
    font-weight: 700;
}
.tip-box {
    margin-top: 12px;
}
.tip-box p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}


.tipCon {
    display: none;
    margin: 10px 0;
    width: 334px;
    font-size: 14px;
}

.tipSucc {
    color: #16bd51;
    width: 100%;
}

.tipFail {
    color: #e71c4a;
    width: 100%;    
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

