html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em, i, b, strong, input, button {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: normal;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", "微软雅黑";
    outline: none;
}

[v-cloak] {
    display: none;
}

body {
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, li {
    list-style: none;
}

i {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tc {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.container {
    min-width: 1200px;
}
.red {
    color: #ff4422;
}
.green {
    color: #00bb00;
}
.button{
    display: inline-block;
    color: #fff;
    background-color: #ff7200;
    border: 1px solid #ff7200;
    border-radius: 2px;
    cursor: pointer;
}
.button.disabled{
    cursor: default;
    background-color: #ddd;
    border: 1px solid #ddd;
}
.button-white.button{
    background-color: #fff;
    color: #ff7200;
}
.w-center {
    margin: 0 auto;
    width: 1200px;
}

.icon-yxzc {
    background: url(../gold-customers/images/index-icon/1.1.png) no-repeat center;
}

.icon-zxzc {
    background: url(../gold-customers/images/index-icon/1.2.png) no-repeat center;
}

.icon-dbzc {
    background: url(../gold-customers/images/index-icon/1.3.png) no-repeat center;
}

.icon-sbjf {
    background: url(../gold-customers/images/index-icon/1.4.png) no-repeat 0 center;
}

.icon-hxfw {
    background: url(../gold-customers/images/index-icon/1.5.png) no-repeat 0 center;
}

.icon-rjzzq {
    background: url(../gold-customers/images/index-icon/2.1.png) no-repeat 0 center;
}

.icon-zpbq {
    background: url(../gold-customers/images/index-icon/2.2.png) no-repeat 0 center;
}

.icon-bqhxfw {
    background: url(../gold-customers/images/index-icon/2.3.png) no-repeat 0 center;
}

.icon-fmzl {
    background: url(../gold-customers/images/index-icon/3.1.png) no-repeat 0 center;
}

.icon-syxxzl {
    background: url(../gold-customers/images/index-icon/3.2.png) no-repeat 0 center;
}

.icon-wgsjzl {
    background: url(../gold-customers/images/index-icon/3.3.png) no-repeat 0 center;
}

.icon-zldbfw {
    background: url(../gold-customers/images/index-icon/3.4.png) no-repeat 0 center;
}

.icon-qtzlfw {
    background: url(../gold-customers/images/index-icon/3.5.png) no-repeat 0 center;
}

.icon-brand1 {
    background: url(../gold-customers/images/index-icon/4.1.png) no-repeat 0 center;
}

.icon-brand2 {
    background: url(../gold-customers/images/index-icon/4.2.png) no-repeat 0 center;
}

.icon-brand3 {
    background: url(../gold-customers/images/index-icon/4.3.png) no-repeat 0 center;
}

.icon-brand4 {
    background: url(../gold-customers/images/index-icon/4.4.png) no-repeat 0 center;
}

.icon-brand5 {
    background: url(../gold-customers/images/index-icon/4.5.png) no-repeat 0 center;
}

.icon-brand6 {
    background: url(../gold-customers/images/index-icon/4.6.png) no-repeat 0 center;
}

.icon-patent1 {
    background: url(../gold-customers/images/index-icon/5.1.png) no-repeat 0 center;
}

.icon-patent2 {
    background: url(../gold-customers/images/index-icon/5.2.png) no-repeat 0 center;
}

.icon-patent3 {
    background: url(../gold-customers/images/index-icon/5.3.png) no-repeat 0 center;
}

.icon-patent4 {
    background: url(../gold-customers/images/index-icon/5.4.png) no-repeat 0 center;
}

.icon-patent5 {
    background: url(../gold-customers/images/index-icon/5.5.png) no-repeat 0 center;
}

.icon-patent6 {
    background: url(../gold-customers/images/index-icon/5.6.png) no-repeat 0 center;
}

.icon-hot {
    background: url(../gold-customers/images/hot.png) no-repeat center;
}

/*滑动条*/
.scroll{
    -moz-appearance: none !important;
    scrollbar-color: transparent;
    scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-button {
    /* 2 */
}

.scroll::-webkit-scrollbar-track {
    /* 3 */
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-track-piece {
    /* 4 */
}

.scroll::-webkit-scrollbar-thumb {
    /* 5 */
    background-color: #ff7200;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-corner {
    /* 6 */
}

.scroll::-webkit-resizer{
    /* 7 */

}
.layui-layer-title {
    font-weight: bold;
}

