input{outline:none} 
.copy-alert {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    
}

.copy-alert .wxbox,
.copy-alert .paybox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px;

}

.copy-alert .wxbox .input-group {
    display: flex;
    width: 250px;
    flex-direction: row;
    justify-content: left;
    border: #44b549 1px solid;
}

.copy-alert .wxbox .input-group input[type="text"] {
    width: 200px;
    height: 33px;
    border: 0 none
}

.copy-alert .wxbox .input-group input[type="button"] {
    width: 50px;
    background-color: #44b549;
    color: #fff;
    border: 0 none;
    height: 36px;

}

.copy-alert .title {
    color: #44b549;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px;
}

.copy-alert .paybox .imgbox {
    display: flex;
    widows: 200px;
    height: 175px;
    justify-content: center;
    align-items: center;

}

.copy-alert .paybox .money h2 {
    color: #ff6600;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;

}

.copy-alert .paybox .money span {
    text-decoration: line-through;
    color: #949494;
    margin-left: 10px;
    font-size: 14px;

}

.copy-alert .paybox .bottom {
    width:250px;
    cursor: pointer;
    background: #44b549;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;

}

.copy-alert .f18 {
    font-size: 18px;
}

.copy-alert .f14 {
    font-size: 14px;
}

.copy-alert .mt10 {
    margin-top: 10px;
}

.copy-alert .des {
    color: #a0a0a0;
    text-align: center;
}

.copy-alert .hr {
    height:  1px;
    width: 100%;
    background: #ccc;
    margin: 20 0px;
}