/*.common-notice-cover-ground .tip-contaniner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/
.reasonWrapper{
    text-align: left;
}
.singleReason {
    display: inline-block;
    margin-right: 62px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 12px;
}
.singleReason:nth-child(3n) {
    margin-right: 0;
}
.selectOuter {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
}
.singleReason:hover .selectOuter {
    border-color: #e74b3b;
}
.selectOuter.selected {
    border-color: #e74b3b;
}
.selectOuter .selected {
    background: #e74b3b;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spantext{
    font-size: 12px;
    font-weight: 300;
    color:#333;
    vertical-align: middle;
}

.textarea_other {
    width: 100%;
    height: 80px;
    padding: 6px 9px;
    border-radius: 2px;
    margin-top: 8px;
    background-color: #fcfcfc;
    display: block !important;
    border-color: #f0f0f0;
    box-sizing: border-box;
}