.page-width{max-width: 1200px;margin: 0 auto;}
/*header*/
.header-wrap{position:relative;z-index:9000;height:90px;background-color:#fff;}
/*.header-wrap{background-position: center;background-repeat: no-repeat;}*/
.header-box{margin:0 auto;max-width:1200px;height:100%;}

/*active*/
.header-link-active{position: absolute;right: -153px;top: -48px;height:90px;width: 120px;cursor: pointer;}
.bottom-filter-box{position:fixed;display:block;width:100%;left:0;bottom:0;z-index:100000;}
.bottom-filter-box img{width:100%}
.bottom-filter-close{display:inline-block;right:40px;top:20px;cursor:pointer;position:absolute}
/*.footer-menu-wrap{padding-bottom:120px;}*/

.header-nav-wrap{padding-top:5px;display: flex;align-items: center;justify-content: flex-end;}
.header-nav-box{display:flex;justify-content:center;align-items:center;height:28px;}
.header-nav-box a{margin-right:28px;color:#1f2238;font-size:14px;}
.select-site-wrap{position:relative;left:-15px;width:122px;color:#1f2238;}
.select-site{position:relative;display:flex;padding-right:20px;padding-left:16px;cursor:pointer;justify-content:center;align-items:center;}
.site-img{margin-right:5px;}
.site-name{margin-right:7px;}
.site-arrow-wrap{position:relative;top:-1px;left: -2px;}
.site-arrow-wrap .bottom-arrow-box{width:10px;height:10px;}
.footer-wrap .select-site .site-name{color: #fff;}
.footer-wrap .site-arrow-wrap{color: #fff;}
.select-site-list{position:absolute;top:38px;left:-1px;z-index:11000;overflow:hidden;width:100%;height:0;background-color:#fafafa;}
.select-site-list-padding{padding:10px 0;border:1px solid #dedede;}
.select-site-list-fadein{display:block;animation:select-site-list-fadein .3s;animation-fill-mode:both;}
.select-site-list-fadein-top{top: auto;bottom: 38px;}
.select-site-list-fadeout{display:block;animation:select-site-list-fadeout .3s;animation-fill-mode:both;}
@keyframes select-site-list-fadein{0%{height:0;opacity:0;transform:translate(0,-6px);}
    100%{height:auto;opacity:1;transform:translate(0,0);}
}
@keyframes select-site-list-fadeout{0%{height:auto;opacity:1;transform:translate(0,0);}
    100%{height:0;opacity:0;transform:translate(0,-6px);}
}
.select-site-li{display:flex;box-sizing:border-box;padding-top:5px;padding-bottom:5px;padding-left:16px;width:100%;cursor:pointer;justify-content:flex-start;align-items:center;}
.select-site-li:hover{background-color:#e7e7e7;}
.select-site-li .site-name{white-space:nowrap;}
.header-menu{padding-top:1px;display: flex;justify-content: space-between; align-items: center;}
.header-menu-ul{display:flex;height:56px;justify-content: space-between;align-items:center;}
.header-menu-logo{padding-left: 20px;padding-right:80px;display: flex;justify-content: flex-start;align-items: center;margin-top: -35px;}
.header-menu-logo img{height: 39px;}
.header-menu-ul .header-menu-link{display:inline-block;padding-right:30px;padding-left:36px;height:100%;border-radius:10px 10px 0 0;line-height:56px;cursor:pointer;}
.header-menu-ul .header-menu-link{color:#1f2238;font-weight:600;font-size:16px;}
.header-menu-ul .header-menu-link span{position:relative;display: flex;justify-content: space-between;align-items: center;}

.header-menu-li-search{flex:1;}
.header-menu-search{width:132px;height:25px;position:relative;top: 1px;margin-right:20px;}
.header-menu-search form.gsc-search-box{margin-bottom: 0;background-color: #fff;}
.header-menu-search table{width:100%;height:25px}
.header-menu-search table.gsc-search-box td{padding:0 !important;border: 0!important;text-align: center;}
.header-menu-search table{position:relative;margin-bottom: 0!important;}
.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus{background-color:transparent !important;border:0!important;padding: 0!important;}
.header-menu-search table input{color:#b7b7b7; padding: 0!important;margin:0 !important;border: 1px solid #dedede!important;border-radius: 4px;text-indent: 10px;}
.header-menu-search .gsc-search-button-v2{border:none;background-color:transparent;background-image:url(https://www.wisecleaner.com/templates/images/search.png);background-repeat:no-repeat;padding:0;margin:14px 0 0 -25px;width:20px;height:20px;cursor: pointer;position:absolute;top:-11px}
.header-menu-search .gsc-search-button-v2:hover,.gsc-search-button-v2:focus{border:none!important;background-color:transparent!important;background-image:url(https://www.wisecleaner.com/templates/images/search.png)!important;background-repeat:no-repeat;background-position:-20px 0}
.header-menu-search .gsc-clear-button{display:none !important}
.header-menu-search svg{display:none}
.header-menu-search .gsst_b{display:none}
.header-menu-search .gsst_a{display:none}
.header-menu-search .gsst_a .gscb_a{display:none}
.header-menu-store{display: inline-block;padding:0 26px;height:28px;border:none;border-radius:4px;background-color:#ef402c;color:#fff;font-weight:700;font-size:14px;line-height:28px;margin-right: 20px;}
.header-menu-store:hover{color:#FFF;background-color:#fd5845;}
.header-menu-li-store{position:relative;}
.header-menu-li-close{display: none;}

.header-menu-arrow-wrap{display: inline-block;position: relative;right: -8px;top: -1px;}
.header-menu-hover .header-menu-arrow-wrap svg{transition: all .3s;}
.header-menu-hover:hover .menu-inner-wrap{display:block; }
.header-menu-hover:hover .header-menu-arrow-wrap svg{transform: rotate(-180deg)}
.header-menu-hover:last-child .header-menu-link{padding-right: 0;}
.menu-inner-wrap{position:absolute;top:90px;left:0;z-index:9000;display:none;padding:26px 0 34px 0;width:100%;background-color:#fff; box-shadow:0 5px 10px 3px #9e9e9e6b;}
.menu-inner-box{display:flex;margin:0 auto;width:1200px;justify-content:flex-start;align-items:flex-start;}
.menu-inner-product{justify-content:space-between;}
.menu-inner-title{margin-bottom:18px;height:22px;color:#1f2238;font-weight:600;font-size:18px;}
.menu-inner-title-an{margin-top:30px;}
.menu-inner-link{display:flex;margin-bottom:18px;justify-content:flex-start;align-items:center;}
.menu-inner-product i{display:inline-block;margin-right:10px;width:32px;height:32px;background-image:url(/static/img/common/index-menu.png);background-repeat:no-repeat;}
.menu-inner-link span{color:#1f2238;font-size:14px;}
.article-icon{background-position:0 0;}
.product-wdr{background-position:-32px 0;}
.product-wfh{background-position:-64px 0;}
.product-wrc{background-position:0 -32px;}
.product-wdc{background-position:-32px -32px;}
.product-wpu{background-position:-96px -32px;}
.product-wmo{background-position:-32px -64px;}
.product-wgb{background-position:0 -96px;}
.product-wsm{background-position:-64px -96px;}
.product-wp1stAid{background-position:-32px -128px;}
.product-wpm{background-position:-96px -128px;}
.product-Checkit{background-position:-96px -96px;}
.product-wToys{background-position:-128px -128px;}
.product-wdf{background-position:-96px 0;}
.product-wHotkey{background-position:-128px 0;}
.product-wReminder{background-position:-64px -64px;}
.product-wJetSearch{background-position:-96px -64px;}
.product-was{background-position:0 -64px;}
.product-wfd{background-position:-32px -128px;}
.product-wwkf{background-position:-64px -128px;}
.product-wvc{background-position:-128px -96px;}
.product-wvp{background-position:0 -128px;}
.product-wfd{background-position:-32px -96px;}
.product-wYouTube{background-position:0 -160px;}
.product-wam{background-position: -128px -64px;}
.product-wrm{background-position: -64px -64px;}
.menu-inner-support .menu-inner-single{padding-right:100px;}
.menu-inner-support .menu-inner-single:last-child{padding-right:0;}
.menu-inner-support i{margin-left:20px;width:5px;height:5px;border-radius:100%;background-color:#d9d9d9;}
.menu-inner-support span{padding-left:10px;}
.menu-inner-articles .menu-inner-single:first-child{padding-right:50px;}
.menu-inner-articles i{margin-left:20px;width:5px;height:5px;border-radius:100%;background-color:#d9d9d9;}
.menu-inner-articles span{padding-left:10px;}

/*footer*/
.footer-nav-wrap{padding:70px 0;background:#141729;}
.footer-nav{display:flex;margin:0 auto;width:1100px;justify-content:space-between;align-items:flex-start;}
.footer-nav-title{margin-bottom:20px;height:19px;color:#eff0f2;font-weight:700;font-size:16px;}
.footer-nav-link{display:block;margin-bottom:20px;height:18px;color:#b0b2bb;font-weight:400;}
.footer-nav-link-store{display:block;width:80px;height:30px;border-radius:4px;background:#e55041;color:#fff;text-align:center;line-height:30px;}
.follow-box{display:flex;margin-bottom:44px;justify-content:flex-start;align-items:center;}
.follow-single{display:flex;margin-right:22px;width:44px;height:44px;border-radius:8px;background:#535a8a;cursor:pointer;justify-content:center;align-items:center;}
.follow-single:last-child{margin-right:0;}
.footer-nav-newsletter{position:relative;margin-bottom:28px;width:250px;height:36px;border:1px solid #b0b2bb;border-radius:10px;}
.footer-nav-newsletter input{width:100%;height:100%;border-radius:10px;background:#141729;text-indent:15px;}
.footer-nav-newsletter-send{position:absolute;top:3px;right:3px;display:flex;width:38px;height:30px;border-radius:7px;background:#3c405c;justify-content:center;align-items:center;}
.footer-nav-newsletter-text{color:#fff;}
.footer-nav-newsletter-text::-webkit-input-placeholder{color:#b0b2bb;}
.footer-nav-newsletter-text:-moz-placeholder{color:#b0b2bb;}
.footer-nav-newsletter-text::-moz-placeholder{color:#b0b2bb;}
.footer-nav-newsletter-text:-ms-input-placeholder{color:#b0b2bb;}
.footer-menu-wrap{background:#1f2238;}
.footer-menu{padding-bottom:40px;}
.footer-menu-list{display:flex;padding-top:40px;justify-content:center;align-items:center;flex-wrap: wrap;}
.footer-menu-list a{margin-right:30px;color:#b0b2bb;font-size:13px;line-height:18px;}
.footer-menu-list a:last-child{margin-right:0;}
.footer-menu-list a:hover{color:#2e85ff;}
.footer-menu-copyright{padding-top:20px;color:#b0b2bb;text-align:center;}

/*why choose*/
.why-choose-wrap{overflow:hidden;width:100%;margin:0 auto;height:950px;max-width: 1920px;background-image: url("/static/img/public/img_whychoosebg.jpg");background-repeat: no-repeat;background-position:top right;background-color: #fff;}
.why-choose-box{position:relative;margin:0 auto;width: 1200px;height:100%;}
.why-choose-box-right{position:absolute;top:0;right:-282px;}
.why-choose-box-title{padding-top:152px;color:#141729;font-size:40px;line-height:64px;margin-left: 20px;}
.why-choose-box-title span{font-weight:700;font-size:48px;}
.why-choose-box-list{position:relative;margin-left: 20px;}
.why-choose-box-single-icon-back{position:absolute;top:0;left:-30px;}
.why-choose-box-single-title{width:340px;color:#141729;font-weight:600;font-size:16px; padding-bottom:6px;}
.why-choose-box-single-desc{width:340px;height:60px;color:#141729;font-size:14px;}
.why-choose-box-single-1{position:absolute;top:68px;left:127px;}
.why-choose-box-single-2{position:absolute;top:229px;left:127px;}
.why-choose-box-single-3{position:absolute;top:412px;left:127px;}

.page-simple-box{display:flex;justify-content:center;align-items:center;margin:40px 0;}
.page-simple-box .page-arrow{margin:0 14px}
.page-simple-box .page-num{margin:0 6px;font-size:16px;color:#1F2238}
.page-simple-box .page-simple-active{color:#B0B2BB}

.round-1{display: none!important;}
.round-2{display: none!important;}
.round-3{display: none!important;}
