/*
* @Author: WuK0
* @Date:   2020-02-17 11:00:58
* @Last Modified by:   WuK0
* @Last Modified time: 2020-06-19 23:06:38
*/
.reset {
  background-color: grey;
}
.subscription-input-right {
    width: 38%;
    height: 40px;
    border-radius: 10px;
    // border: solid 1px #0099ff;
    border: solid 1px #CC222D;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.subscription-input {
    width: 38%;
    height: 40px;
    border-radius: 10px;
    // border: solid 1px #0099ff;
    border: solid 1px #CC222D;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.input_container,.input_box {
    position: relative;
}
#input_add {
    position: absolute;
    right: -3%;
    bottom: 25px;
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.input_delete {
    position: absolute;
    right: 2%;
    bottom: 25px;
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.check_box {
    line-height: 35px;
    height: 35px;
}