@charset "utf-8";

.fr {
    float: right;
}
.fl {
    float: left;
}
.cclear {
    clear: both;
}
#msg_submit {
    width: 500px;
    height: 350px;
    border: 5px solid #FC0;
    background: #FFF;
    position: fixed;
    z-index:99999;
    display: none;
    padding: 30px;
    box-shadow: 0 0 10px #FC0;
}
#msg_sub_title {
    text-align: center;
    margin-bottom: 30px;
}
.input-item {
    height: 32px;
    margin: 28px 0;
    line-height: 32px;
}
.input-item2 {
    height: 120px;
    margin: 28px 0;
    line-height: 32px;
}
#msg_sub_main .label {
    height: 32px;
    width: 100px;
}
#msg_sub_main input {
    width: 300px;
    height: 32px;
    padding: 0 6px;
    border: 1px solid #333;
}
#msg_sub_main textarea {
    width: 300px;
    padding: 6px;
    border: 1px solid #333;
}
.sub_btn {
    width: 40px;
    height: 32px;
    color: #fff;
    margin: 0 40px;
    padding: 2px 12px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.sub_btn1 {
    background: #db7b04;
    width:80px;
}
.sub_btn2 {
    background: #2d3f48;
}

#life-layer {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    background: #FFF;
    border: 1px solid #db7b04;
    position: absolute;
    z-index: 999999;
}