@charset "UTF-8";
/*liboyuan*/

.box_shadow {
    box-shadow: 0px 4px 20px #ddd;
}
.red_btn {
    background-color: #f51e55;
    border-radius: 3px;
    color: #fff;
    border: 0 none;
}
.red_btn:hover {
    background-color: #dc194b;
}
.red_text {
    color: #f51e55 !important;
}
.gray_text {
    color: #999 !important;
}
.disabled {
    background: #d0d0d0;
    border-radius: 3px;
    color: #fff;
}
.zhanwei100 {
    clear: both;
    width: 100%;
    height: 100px;
}
.no_icon {
    width: 81px;
    height: 81px;
    background: url(/dev/product/www_v3/separate/imgs/mod/desktop/public/no_icon.png);
    background-size: cover;
    display: block;
}
.no_text {
    font-size: 14px;
    color: #707070;
    margin-top: 25px;
}
label.error {
    font-size: 13px;
    color: #f51e55;
    display: inline-block;
    height: 20px;
    margin: 8px 0 5px 0;
    padding-left: 30px;
    line-height: 22px;
    background: url(/dev/product/www_v3/separate/imgs/mod/desktop/public/error.png) no-repeat 0;
}
