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

.box_shadow {
    box-shadow: 0px 4px 20px #ddd;
}
.box_padding {
    padding: 40px;
    background: #fff;
    /*width: 480px;*/
}
.red_btn {
    background-color: #f51e55;
    border-radius: 6px;
    color: #fff;
    border:0 none;
}
/*.red_btn:hover {
    background-color: #dc194b;
}*/

.red_text {
    color: #f51e55 !important;
}
.gray_text {
    color: #999;
}
.disabled {
    background: #d0d0d0;
    border-radius: 6px;
    color: #fff;
}
.zhanwei100 {
    width: 100%;
    height: 300px;
}
.no_icon {
    width: 160px;
    height: 160px;
    background: url(/dev/product/www_v3/separate/imgs/mod/mobile/public/no_icon.png);
    background-size: cover;
    display: block;
}
.no_text{
    font-size: 28px;
    color: #707070;
    margin-top: 50px;
}
label.error {
    font-size: 24px;
    color: #f51e55;
    display: inline-block;
    height: 40px;
    margin: 8px 0 5px 0;
    padding-left: 50px;
    line-height: 40px;
    background: url(/dev/product/www_v3/separate/imgs/mod/mobile/public/error.png) no-repeat 0;
}
