input{outline:none} 
.copy-alert {
    width: 700px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.copy-alert .wxbox,
.copy-alert .paybox {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.copy-alert .wxbox .input-group {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: left;
    border: #20aef0 1px solid;
}

.copy-alert .wxbox .input-group input[type="text"] {
    width: 68%;
    height: 45px;
    border: 0 none
}

.copy-alert .wxbox .input-group input[type="button"] {
    width: 33%;
    background-color: #20aef0;
    color: #fff;
    border: 0 none;
    height: 48px;

}

.copy-alert .title {
    color: #20aef0;
    font-size: 30px;
    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: #20aef0;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 700;

}

.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 {
    float: left;
    width: 1px;
    height: 400px;
    background: #ccc;
    margin: 0 50px;
}