 

.moreAlert {
    background: #0e0e0e;
    border: 2px solid #2b2b2b;
    border-radius: 2px;
    padding-bottom: 20px;
}

.moreAlert .back {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 18px
}

.moreAlert h2 {
    width: 311px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 70px;
    text-align: center;
    background: url(/v2/css/images/moreAlertTitle.png) no-repeat;
    font-size: 26px;
    color: #f4f4f4
}

.moreAlert .exit {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 105px;
    height: 41px;
    line-height: 41px;
    background: url(/v2/css/images/moreAlertExit.png) no-repeat
}

.moreAlert .item {
    *zoom:1;width: 973px;
    margin-bottom: 17px
}

.moreAlert .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20";
    clear: both;
    height: 0
}

.moreAlert .item label {
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    width: 340px;
    text-align: right;
    font-size: 16px;
    color: #fff
}

.moreAlert .item .input {
    width: 328px;
    height: 40px;
    background: #606060;
    border-radius: 4px;
    margin-left: 345px
}

.moreAlert .item input {
    padding-left: 28px;
    border: 0;
    background: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #f4f4f4
}

.moreAlert .item input::placeholder {
    color: #f4f4f4
}

.moreAlert .item input.txt {
    width: 290px
}

.moreAlert .btn {
    margin-bottom: 15px
}

.moreAlert .btn a,.moreAlert .btn input {
    margin: 0 auto;
    display: block;
    width: 204px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 0;
    background: #cbba86;
    border-radius: 20px;
    font-size: 16px;
    color: #242424;
    font-weight: 700
}

.moreAlert .info {
    text-align: center;
    color: #606060;
    font-size: 14px
}
