@charset "UTF-8";

/*******页面共用css*******/
html {
    width: 100%;
    height: 100%;
}

body {
    -ms-overflow-style: scrollbar; /*IE10右侧滚动条会遮挡部分内容*/
    font-family: 微软雅黑, "Microsoft YaHei", 宋体, SimSun, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    background-color: #fafafa;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a img {
    border: none;
}

ol, ul, li, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*超出自动显示省略号*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}

/*固定中间区域宽度为1200px*/
.block1200 {
    margin: 0 auto;
    max-width: 1200px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b3b3b3;
    transition: all 0.2s;
    font-size: 12px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3;
    transition: all 0.2s;
         font-size: 12px;


}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;


}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;


}

input:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #545454;
    transition: all 0.2s;
        font-size: 12px;

}

input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

input:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
    transition: all 0.2s;
         font-size: 12px;

}




textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b3b3b3;
    transition: all 0.2s;
    font-size: 12px;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3;
    transition: all 0.2s;
         font-size: 12px;


}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;


}

textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3;
    transition: all 0.2s;
        font-size: 12px;


}

textarea:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #545454;
    transition: all 0.2s;
        font-size: 12px;

}

textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

textarea:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    transition: all 0.2s;
        font-size: 12px;

}

textarea:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
    transition: all 0.2s;
         font-size: 12px;

}