html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
box-shadow: none;
box-sizing: border-box;
}
html,body{
    font-family: 'PingFangSC-Regular','Muli','Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft Yahei',sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align:left;
    line-height:1;
}
img {
    border:0 none;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
:focus {
    outline: 0;
}
del {
    text-decoration: line-through;
}
ins,
html a,
html a:hover,
html a:focus{
    text-decoration: none;
}

/* 统一按钮 样式-------------- */
/* elementUI */
html .el-button:focus,
html .el-button:hover {
    color: #9ac200;
    border-color: rgba(154,194,0,1);
    background-color: #fff;
    /* background-color: rgba(154,194,0,.2); */
}
.unifiedbtn-primary,
html .el-button--primary {
    color: #FFF;
    background-color: #9ac200;
    border-color: #9ac200;
}
.unifiedbtn-primary:hover,
.unifiedbtn-primary:focus,
html .el-button--primary:focus,
html .el-button--primary:hover {
    background: #92b800;
    border-color: #92b800;
    color: #FFF;
}
html .el-dialog {
    border-radius: 4px;
}
/* 普通 */
.unifiedbtn-primary-light{
    color:#9AC200 ;
    background:rgba(255,255,255,1);
    border:1px solid rgba(154,194,0,1);
}
.unifiedbtn-primary-light:hover,
.unifiedbtn-primary-light:focus{
    background:rgba(154,194,0,0.2);
    border:1px solid rgba(154,194,0,1);
}
.unifiedbtn-primary-black{
    color:#fff ;
    background:#363636;
}
.unifiedbtn-primary-black:hover,
.unifiedbtn-primary-black:focus{
    background:#4A4A4A;
}

.zxbox {
    background: #92b800;
    font-size: 16px;
    line-height: 20px !important;
    padding-top: 5px;
    height: 45px;
}

.qqbox {
    background: url(/content/web/fix-ico.png) -100px 8px #92b800;
    height: 50px;
}

    .qqbox:hover {
        background: url(/content/web/fix-ico.png) 0px 8px #92b800
    }

        .qqbox:hover .qq_box {
            display: block;
            right: 145px;
        }

.qq_box {
    background: #92b800;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}

.wxbox {
    background: url(/content/web/fix-ico.png) -100px -50px #92b800;
    height: 50px;
}

    .wxbox:hover {
        background: url(/content/web/fix-ico.png) 0px -50px #92b800
    }

        .wxbox:hover .wx_box {
            display: block;
            right: 160px;
            top: -80px;
        }

.wx_box {
    background: #92b800;
    width: 150px;
    height: 150px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
    padding: 10px 0
}

.telbox {
    background: url(/content/web/fix-ico.png) -100px -110px #92b800;
    height: 50px;
}

    .telbox:hover {
        background: url(/content/web/fix-ico.png) -0px -110px #92b800
    }

        .telbox:hover .tel_box {
            display: block;
            right: 145px;
        }

.tel_box {
    background: #92b800;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}

.phonebox {
    background: url(/content/web/fix-ico.png) -100px -218px #92b800;
    height: 50px;
}

    .phonebox:hover {
        background: url(/content/web/fix-ico.png) -0px -218px #92b800
    }

        .phonebox:hover .phone_box {
            display: block;
            right: 145px;
        }

.phone_box {
    background: #92b800;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}
.zck_box {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 999
}

    .zck_box li {
        width: 50px;
        border-radius: 2px;
        margin: 5px;
        color: #FFF;
        text-align: center;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }

        .zck_box li:hover {
        }
/* com end---------------------------------- */