.pg-util *,
.pg-util *:before,
.pg-util *:after {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif
}

.pg-util-videos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pg-util-videos .bj {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.pg-util-videos .close {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    right: -40px;
    top: -40px;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 80px
}

.pg-util-videos .close:before {
    content: "Close";
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-position: -260px 0;
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
    z-index: 9
}

.pg-util-videos .close:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.pg-util-videos video,
.pg-util-videos iframe {
    width: 100% !important;
    max-width: 800px !important;
    height: 450px !important;
    background: #000;
    position: relative;
    z-index: 9
}

@media (max-width:999px) {
    .pg-util-videos video,
    .pg-util-videos iframe {
        height: 220px !important
    }
}

.scrollbar {
    overflow-y: auto
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #c1c1c1
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #111111;
    border-radius: 10px
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#__bs_notify__ {
    display: none !important
}

.viewer-open {
    overflow: auto;
    padding-right: 0 !important
}

.video-fill {
    object-fit: cover
}

#video_download_toolbar_shadow {
    display: none !important
}

@font-face {
    font-family: 'halvettthinregular';
    src: url('../font/halvettthin-webfont.eot');
    src: url('../font/halvettthin-webfont.eot') format('embedded-opentype'), url('../font/halvettthin-webfont.woff2') format('woff2'), url('../font/halvettthin-webfont.woff') format('woff'), url('../font/halvettthin-webfont.ttf') format('truetype'), url('../font/halvettthin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.woff') format('woff')
}

@font-face {
    font-family: 'Gabriola';
    src: url('../font/gabriola.ttf')
}

@font-face {
    font-family: 'Avignon';
    src: url('../font/Avignon-Bold.ttf')
}

@font-face {
    font-family: 'Impact';
    src: url('../font/impact_0-webfont.eot');
    src: url('../font/impact_0-webfont.eot') format('embedded-opentype'), url('../font/impact_0-webfont.woff2') format('woff2'), url('../font/impact_0-webfont.woff') format('woff'), url('../font/impact_0-webfont.ttf') format('truetype'), url('../font/impact_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/BebasNeue-Regular-3.ttf')
}

@font-face {
    font-family: 'DINNEUZEITGROTESKSTD-LIGHT';
    src: url('../font/DINNEUZEITGROTESKSTD-LIGHT.eot');
    src: local('☺'), url('../font/DINNEUZEITGROTESKSTD-LIGHT.woff') format('woff'), url('https://www.zwcnw.com/static/home/font/DINNEUZEITGROTESKSTD-LIGHT.ttf') format('truetype'), url('../font/DINNEUZEITGROTESKSTD-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-wangzhanguanli1:before {
    content: "\e622";
}

.icon-html5:before {
    content: "\e643";
}

.icon-diannao1:before {
    content: "\e6a2";
}

.icon-HTML:before {
    content: "\e87d";
}

.icon-shoujidiannao:before {
    content: "\e645";
}

.icon-gaoduanpinzhi:before {
    content: "\e656";
}

.icon-guanjianci:before {
    content: "\e61f"
}

.icon-daima:before {
    content: "\e66a"
}

.icon-shezhi:before {
    content: "\e621"
}

.icon-biaoqian:before {
    content: "\e641"
}

.icon-robot:before {
    content: "\e7da"
}

.icon-lianjie1:before {
    content: "\e7cc"
}

.icon-jiagou:before {
    content: "\e6a6"
}

.icon-baidu:before {
    content: "\e8cb"
}

.icon-image:before {
    content: "\e642"
}

.icon-jiagebaohu:before {
    content: "\e611"
}

.icon-zhinengyouhua:before {
    content: "\e69a"
}

.icon-zhediexiaoguo:before {
    content: "\e680"
}

.icon-desktop:before {
    content: "\ea81"
}

.icon-barchart:before {
    content: "\e63e"
}

.icon-globe:before {
    content: "\e71e"
}

.icon-comments:before {
    content: "\e6ab"
}

.icon-brush:before {
    content: "\e6ea"
}

.icon-search1:before {
    content: "\e671"
}

.icon-cloud:before {
    content: "\e8da"
}

.icon-gears:before {
    content: "\e8ee"
}

.icon-map-marker:before {
    content: "\e640"
}

.icon-sheji:before {
    content: "\e610"
}

.icon-kaifa1:before {
    content: "\e618"
}

.icon-qianduan:before {
    content: "\ea42"
}

.icon-hetong:before {
    content: "\e63d"
}

.icon-goutong:before {
    content: "\e61c"
}

.icon-zixun:before {
    content: "\e63b"
}

.icon-quanqiu:before {
    content: "\e664"
}

.icon-why4:before {
    content: "\e633"
}

.icon-why9:before {
    content: "\e633"
}

.icon-shuaxin:before {
    content: "\e636"
}

.icon-yun:before {
    content: "\e634"
}

.icon-xunhuan:before {
    content: "\e638"
}

.icon-shouzhi:before {
    content: "\e652"
}

.icon-why3:before {
    content: "\e918"
}

.icon-why6:before {
    content: "\e639"
}

.icon-why7:before {
    content: "\e650"
}

.icon-why5:before {
    content: "\e605"
}

.icon-tele:before {
    content: "\e687"
}

.icon-why1:before {
    content: "\e630"
}

.icon-addy:before {
    content: "\e617"
}

.icon-why2:before {
    content: "\e631"
}

.icon-url:before {
    content: "\e632"
}

.icon-why8:before {
    content: "\e607"
}

.icon-ewm:before {
    content: "\eabc"
}

.icon-zixunxuanzhong:before {
    content: "\e62d"
}

.icon-lianjiey:before {
    content: "\e62e"
}

.icon-menu:before {
    content: "\e646"
}

.icon-duigou:before {
    content: "\e620"
}

.icon-second:before {
    content: "\e66b"
}

.icon-third:before {
    content: "\e66c"
}

.icon-first:before {
    content: "\e66d"
}

.icon-good:before {
    content: "\e717"
}

.icon-yinhaos:before {
    content: "\e63c"
}

.icon-xiaolian:before {
    content: "\e629"
}

.icon-zulinfeiyongchuzhang:before {
    content: "\e674"
}

.icon-jiangdi:before {
    content: "\e6cc"
}

.icon-xiaolians:before {
    content: "\e62c"
}

.icon-pinpaiyingxiangli:before {
    content: "\e60f"
}

.icon-seo:before {
    content: "\e663"
}

.icon-chuanzhongjianzhan:before {
    content: "\e63f"
}

.icon-phone:before {
    content: "\e695"
}

.icon-diannao:before {
    content: "\e64f"
}

.icon-renw:before {
    content: "\e70c"
}

.icon-kefu1:before {
    content: "\e60c"
}

.icon-kaifa:before {
    content: "\e67e"
}

.icon-mn_paiming_fill:before {
    content: "\e600"
}

.icon-jiankong:before {
    content: "\e61e"
}

.icon-fugai:before {
    content: "\e872"
}

.icon-caozuo:before {
    content: "\e6d7"
}

.icon-suanfaku:before {
    content: "\e63a"
}

.icon-wangzhan:before {
    content: "\e6ee"
}

.icon-yuntuoguanHosting:before {
    content: "\e7d7"
}

.icon-jixiao:before {
    content: "\e70e"
}

.icon-developer:before {
    content: "\e651"
}

.icon-shequnhuodong:before {
    content: "\e6b0"
}

.icon-zhuanye:before {
    content: "\e7ca"
}

.icon-wangzhan1:before {
    content: "\e653"
}

.icon-24xiaoshi_day:before {
    content: "\e61d"
}

.icon-rili:before {
    content: "\e60d"
}

.icon-wangzhanguanli:before {
    content: "\eabb"
}

.icon-huojian:before {
    content: "\e821"
}

.icon-wending:before {
    content: "\e6a9"
}

.icon-dongtaiyouhua:before {
    content: "\e676"
}

.icon-huaban:before {
    content: "\e67a"
}

.icon-yinhaox:before {
    content: "\e873"
}

.icon-qushiyanshi:before {
    content: "\e6f8"
}

.icon-tubiao:before {
    content: "\e655"
}

.icon-hulianwangyingxiao:before {
    content: "\e7d1"
}

.icon-paiming:before {
    content: "\e662"
}

.icon-shubiao:before {
    content: "\e65e"
}

.icon-teln:before {
    content: "\e65b"
}

.icon-time:before {
    content: "\e682"
}

.icon-tel:before {
    content: "\e672"
}

.icon-user:before {
    content: "\e61a"
}

.icon-home:before {
    content: "\e627"
}

.icon-sxia:before {
    content: "\e628"
}

.icon-eye:before {
    content: "\e60e"
}

.icon-sheng:before {
    content: "\e635"
}

.icon-fabu:before {
    content: "\e68f"
}

.icon-kefu:before {
    content: "\e637"
}

.icon-dianhua2:before {
    content: "\e60b"
}

.icon-gongying:before {
    content: "\e648"
}

.icon-weibo:before {
    content: "\e61b"
}

.icon-shouhou:before {
    content: "\e62b"
}

.icon-tuijian:before {
    content: "\e609"
}

.icon-search:before {
    content: "\e604"
}

.icon-up1:before {
    content: "\e613"
}

.icon-right1:before {
    content: "\e615"
}

.icon-left1:before {
    content: "\e614"
}

.icon-down1:before {
    content: "\e616"
}

.icon-qq:before {
    content: "\e601"
}

.icon-chakan:before {
    content: "\e64d"
}

.icon-weixinh:before {
    content: "\e7e5"
}

.icon-lianjie:before {
    content: "\e661"
}

.icon-right:before {
    content: "\e606"
}

.icon-close:before {
    content: "\e612"
}

.icon-left:before {
    content: "\e625"
}

.icon-down:before {
    content: "\e649"
}

.icon-dianhuab:before {
    content: "\e608"
}

.icon-fanhuidingbu:before {
    content: "\e64c"
}

.icon-dizhiw:before {
    content: "\e69b"
}

.icon-add:before {
    content: "\e73e"
}

.icon-weizhi1:before {
    content: "\e623"
}

.icon-weizhi:before {
    content: "\e654"
}

.icon-bofang:before {
    content: "\e64e"
}

.icon-up:before {
    content: "\e73f"
}

.icon-shipin:before {
    content: "\e60a"
}

.icon-downjt:before {
    content: "\e68a"
}

.icon-jian:before {
    content: "\e626"
}

.icon-rights:before {
    content: "\e6bf"
}

.icon-fanhui:before {
    content: "\e778"
}

.icon-bianji:before {
    content: "\e603"
}

.icon-guanbi:before {
    content: "\e64a"
}

.icon-jtright:before {
    content: "\e602"
}

.icon-jtleft:before {
    content: "\e78e"
}

.icon-jtup:before {
    content: "\e78f"
}

.icon-jtdown:before {
    content: "\e790"
}

.icon-qqk:before {
    content: "\e62a"
}

.icon-cright:before {
    content: "\e739"
}

.icon-shouji:before {
    content: "\e624"
}

.icon-weixin:before {
    content: "\e619"
}

.icon-dianhua:before {
    content: "\e62f"
}

.icon-dianhua1:before {
    content: "\e64b"
}

.icon-cleft:before {
    content: "\e7e6"
}

.icon-upjt:before {
    content: "\e7e7"
}

.icon-leftjt:before {
    content: "\e7e8"
}

.icon-rightjt:before {
    content: "\e7e9"
}