@charset "UTF-8";

/*伪元素（pseudo-elements）、伪类（ pseudo-classes）和Notihing。
    WebKit和Blink（Safari,Google Chrome, Opera15+）使用伪元素*/

 ::-webkit-input-placeholder {
    /*WebKit browsers */
    color: #b3b3b3;
    font-size: 14px;
}

 :-moz-placeholder {
    /*Mozilla Firefox 4 to 18*/
    color: #b3b3b3;
    font-size: 14px;
}

 ::-moz-placeholder {
    /*Mozilla Firefox 19+ */
    color: #b3b3b3;
    font-size: 14px;
}

 :-ms-input-placeholder {
    /*Internet Explorer 10+ */
    color: #b3b3b3;
    font-size: 14px;
}

.orange {
    color: #f05a00;
}

.c_blue {
    color: #3e87ff;
}

.c_grey {
    color: #6887a7;
}

.icon-vr {
    vertical-align: baseline !important;
}

.text-of {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a,
input,
textarea {
    outline: none;
}
.nopic{
    background:url('../img/nopic.png') no-repeat center;
}
*,
body,
html {
    word-break: break-all;
}
.nodata-pic{
    margin: 80px auto;
    width: 106px;
    height: 134px;
    background: url('../img/nodata-pic.png') no-repeat center;
}