input::-ms-clear{display:none;}
html,body{
    position: relative;
    background: #f4f4f4;
    font-size: 12px;
    font-family: '宋体';
}
.container{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


.header-box{
    top:0;
    position: relative;
    height: 145px;
     z-index:1000;
}
.header-box .top-bar{
    position: relative;
    background: #ededed;
    height: 35px;
    line-height: 35px;
    color: #8f8f8f;
    z-index: 10;
}
.header-box .top-bar .welcome-div{
    display: inline;
    float: left;
}
.header-box .top-bar .welcome-div a{
    color: #8f8f8f;
}
.header-box .top-bar .right-tool{
    display: inline;
    float: right;
}
.header-box .top-bar .icon-account{
     display: inline-block;
     width: 16px;
     height: 16px;
     vertical-align: middle;
     margin-right: 10px;
     background: url("../image/icon-account.png") no-repeat;
 }
.header-box .top-bar .icon-cart{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../image/icon-cart1.png") no-repeat;
    margin-top: -2px;
    position: relative;
}
.header-box .top-bar .icon-cart .number{
    position: absolute;
    width: 12px;
    height: 12px;
    right: -5px;
    top:-5px;
    background: url("../image/round-small-red.png") no-repeat;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-family: "SimSun", Verdana, Arial;
}
.header-box .top-bar .icon-header-cart-arrow{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 7px;
    height: 4px;
    vertical-align: middle;
    margin-left: 5px;
    background: url("https://store.logitech.com.cn/images/header-cart-down.png") no-repeat;
}
.header-box .right-tool .user-a{
    float: left;
    color: #8f8f8f;
    margin:0 10px;
    position: relative;
}
.header-box .right-tool .user-cart{
    position: relative;
    float: left;
    z-index: 10;
}
.header-box .right-tool .user-cart .header-cart-product{
    display: none;
    position: absolute;
    top:45px;
    left: 50%;
    margin-left: -130px;
    z-index: 10;
}
.header-box .right-tool .phone{
    float: left;
    font-size: 23px;
    font-family: "SimSun";
    color: #414141;
    margin-left: 10px;
}
.header-box .right-tool .phone i{
    margin-top: -2px;
    display: inline-block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    margin-right: 10px;
    background: url("../image/icon-phone1.png") no-repeat;
    vertical-align: middle;
}

.header-box .header-wrap{
    padding:15px 0;
    height: 80px;
}
.header-box .logo{
    display: inline;
    float: left;
    width: 360px;
    height: 60px;
    background: url("../image/logo3.png") no-repeat;
    margin-right: 250px;
}
.header-box .header-search{
    float: left;
    position: relative;
    width: 370px;
    padding-top: 5px;
}
.header-box .search-box{
    position: relative;
    width: 370px;
    height: 36px;
    overflow: hidden;
    border: 1px solid #eae9e9;
}
.header-box .search-box input{
    position: absolute;
    left: 0;
    top:0;
    width: 370px;
    padding-left: 5px;
    height: 37px;
    line-height: 35px;
    border:0;
    background: #fff;
}
.header-box .search-box .search-sure{
    position: absolute;
    right: 10px;
    top:5px;
    display: inline-block;
    width: 23px;
    height:23px;
    background:url("../image/icon-header-search.png") no-repeat ;
}
.non-a {
    background:url("../image/icon-header-search-hover.png") no-repeat ;
}
.header-box .search-box .search-sure:hover{
    background:url("../image/icon-header-search-hover.png") no-repeat ;
}
.header-box .header-search .meat{
    padding-top: 5px;
    line-height: 25px;
    color: #aeaeae;
}
.header-box .header-search .meat a{
    color: #aeaeae;
    margin-right: 10px;
}
.header-box .header-banner{
    float: right;
    width: 190px;
    height: 62px;
    border: 1px solid #e3e3e3;
}
.header-box .header-banner img{
    width: 100%;
    height: 100%;
    display: block;
}

.header-cart-product{
    position: relative;
    width: 260px;
    background: #fff;
    border: 1px solid #ececec;
}
.header-cart-product .header-cart-arrow{
    position: absolute;
    width:100%;
    height: 13px;
    top:-13px;
    display: inline-block;
    overflow: hidden;
    background: url("https://store.logitech.com.cn/images/header-cart-top.png") no-repeat  center bottom;
}

.header-cart-product .title{
    margin: 0 10px;
    height: 30px;
    color: #000;
    line-height: 30px;
    padding-top: 5px;
    border-bottom: 1px solid #d1d1d1;
}
.header-cart-product .product-ul{
    margin: 0 10px;
}
.header-cart-product .product-ul li{
    padding:10px 0;
    border-bottom: 1px dashed #d6d6d6;
    overflow: hidden;
    zoom: 1;
}
.header-cart-product .img-wrap{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #d1d1d1;
}
.header-cart-product .text-wrap{
    position: relative;
    float: left;
    width: 165px;
    overflow: hidden;
    height: 50px;
}
.header-cart-product .text-wrap .p1{
    line-height: 24px;
    padding-top: 3px;
}
.header-cart-product .text-wrap .p1 a{
    color: #737373;
}
.header-cart-product .text-wrap .p1 a .price{
    color: #ff2743;
    font-family: "SimSun", Verdana, Arial;
}
.header-cart-product .text-wrap .delete{
    position: absolute;
    right: 0;
    bottom:0px;
    color: #0c3d86;
    line-height: 22px;
}
.header-cart-product .all-price{
    height: 84px;
    background: #f0f0f0;
    margin-top: 10px;
}
.header-cart-product .all-price .p1{
    text-align: center;
    line-height: 40px;
    color: #737373;
}
.header-cart-product .all-price .p1 span{
    padding: 5px 5px;
}
.header-cart-product .all-price .p1 em{
    color: #ff2424;
}
.header-cart-product .all-price .p2{
    text-align: center;
}
.header-cart-product .go-cart-btn{
    color: #fff;
    background: #ff455d;
    display: inline-block;
    width: 108px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.header-cart-product .go-cart-btn:hover{
    text-decoration: none;
    background: #FC2945;
}

/*********new change start*********/
.nav-box{
    height: 30px;
    background: #e4e4e4;
    font-family: "SimSun", Verdana, Arial;
}
.nav-box .container{
    z-index: 99;
}
.nav-box .nav{
    height: 100%;
    position: relative;
    z-index: 2;
}
.nav-box .nav li{
    position: relative;
    display: inline;
    float: left;
    height: 30px;
}
.nav-box .nav li a.first-a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 35px;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: bold;
}
.Get-full{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 35px;
    font-size: 14px;
    color: #ff4342;
    font-weight: bold;
}

.nav-box .nav li .hot-bg{
    position: absolute;
    right: 0px;
    top:0px;
    display: inline-block;
    width: 29px;
    height: 10px;
    vertical-align: middle;
    background: url("../image/icon-nav-hot.jpg") no-repeat;
}
.nav-box .nav li a.first-a:hover,.nav-box .nav li.active a.first-a{
    background: #a8a8a8;
    text-decoration: none;
    color: #fff;
}
.nav-box .nav li.last{
    float: right;
}
.nav-box .nav li.classify .first-a{
    background: #a8a8a8;
    text-decoration: none;
    color: #fff;
    width: 228px;
    position: relative;
    padding: 0;
    text-align: center;
}


.nav-box .classify-nav{
    position: absolute;
    top:100%;
    left: 0;
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    height: 458px;
    width: 226px;
    display:none;
}
.nav-box .classify-nav dl{
    padding: 0px 5px;
    overflow: hidden;
}
.nav-box .classify-nav dl dt{
    margin-top: -1px;
}
.nav-box .classify-nav dl dt a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #000000;
    border-top: 1px solid #f2f2f2;
}
.nav-box .classify-nav dl dt a i{
    display: inline-block;
    vertical-align: middle;
    margin:-3px 5px 0 5px;
    width: 20px;
    height: 20px;
}
.nav-box .classify-nav dl dt a:hover{
    text-decoration: none;
}

.nav-box .classify-nav dl dd{
    padding:0px 0  5px 30px;
    margin-bottom: 5px;
}
.nav-box .classify-nav dl dd a{
    display: inline-block;
    color: #a2a2a2;
    line-height: 24px;
    font-family: "simsun", Verdana, Arial;
    margin-right: 15px;
}
.nav-box .classify-nav dl dd a:hover{
    text-decoration: underline;
    color: #ff5d5e;
}
.nav-box .classify-nav dl dd a.active{
    color: #ff5d5e;
}

.icon-classify-01{
    background: url("../image/icon-classify-01.png") no-repeat;
}
.icon-classify-02{
    background: url("../image/icon-classify-02.png") no-repeat;
}
.icon-classify-03{
    background: url("../image/icon-classify-03.png") no-repeat;
}
.icon-classify-04{
    background: url("../image/icon-classify-04.png") no-repeat;
}
/*********new change end*********/

.footer-box{
    background: #fff;
}
.footer-wrap{
    border-bottom: 1px solid #f6f6f6;
}
.footer-box .servers-box{
    overflow: hidden;
    zoom: 1;
    padding: 30px 0;
}
.footer-box .servers-box span{
    width: 20%;
    display: inline;
    float: left;
    text-align: center;
    color: #9f9f9f;
    line-height: 30px;
    font-family: "SimSun", Verdana, Arial;
    font-size: 16px;
}
.footer-box .servers-box span i{
    display: block;
    width: 53px;
    height: 53px;
    margin: 0 auto 10px auto;
}
.footer-box .servers-box span i.servers-01{
    background: url("../image/icon-server-01.png") no-repeat;
}
.footer-box .servers-box span i.servers-02{
    background: url("../image/icon-server-02.png") no-repeat;
}
.footer-box .servers-box span i.servers-03{
     background: url("../image/icon-server-03.png") no-repeat;
 }
.footer-box .servers-box span i.servers-04{
    background: url("../image/icon-server-04.png") no-repeat;
}
.footer-box .servers-box span i.servers-05{
    background: url("../image/icon-server-05.png") no-repeat;
}


.footer-box .servers-box{
    padding: 35px 0;
}
.footer-box .help-box{
    overflow: hidden;
    zoom: 1;
    padding: 35px 0;
}
.footer-box .help-box .help-dl{
    float: left;
    width: 200px;
}
.footer-box .help-box .help-dl dt{
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    color: #636363;
}
.footer-box .help-box .help-dl dd{
    line-height: 24px;
}
.footer-box .help-box .help-dl dd a{
    color: #636363;
}
.footer-box .help-box .help-contact{
    float: left;
    width: 200px;
    text-align: center;
}
.footer-box .help-box .help-contact .p1{
    color: #5c5b5b;
    font-family: "SimSun", Verdana, Arial;
    font-size: 22px;
    line-height: 33px;
}
.footer-box .help-box .help-contact .p2{
    font-family: "SimSun", Verdana, Arial;
    color: #565656;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 15px;
}
.footer-box .help-box .help-contact .p3 a{
    background: #e1e1e1;
    padding: 6px 20px;
    background: #e1e1e1;
    color: #7d7d7d;
}
.footer-box .help-box .help-contact .p3 a:hover{
    text-decoration: none;
}



.footer-box .copyright{
    font-size: 12px;
    color: #7f7f7f;
    padding: 30px 0 30px 0;
}
.footer-box .copyright p{
    line-height: 30px;
   text-align: center;
}


/*分页*/
.page-box{
    margin-top:30px;
    text-align:right;
    color:#666;
    margin-bottom: 20px;
}
.page-box .page-a{
    border:1px solid #e8e8e8;
    background:#fff;
    padding:5px 10px;
    color:#666;
    margin-left:5px;
}
.page-box .page-a:hover, .page-box .page-a.active{
    background:#f8f8f8;
    text-decoration:none;
    border:1px solid #e3e3e3;
}
.page-box .span-text{
    padding:0 0 0 5px;
}
.page-box .span-text input{
    margin:0 5px;
    width:60px;
    text-align:center;
    border:1px solid #e8e8e8;
    background:#fff;
    height: 20px;
}
/*面包屑*/
.crumb-box{
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    color: #b2b2b2;
    margin-bottom: 15px;
}
.crumb-box a{
    color: #b2b2b2;
}
.crumb-box a:hover{
    color: #000;
}

.go-top-btn{
    display: inline-block;
    position:fixed;
    right: 0;
    bottom: 30px;
    width: 80px;
    height: 80px;
    background: url("../image/go-top-bg.png") no-repeat;
    z-index: 99;
}
.go-top-btn:hover{
    opacity: 0.8;
}
.go-top-btns{
    display: inline-block;
    position:fixed;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: url("https://store.logitech.com.cn/images/go-top-bgs.png") no-repeat;
    z-index: 99;
}
.go-top-btns:hover{
     display: inline-block;
    position:fixed;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: url("https://store.logitech.com.cn/images/go-top-bgss.png") no-repeat;
    z-index: 99;
}
.go-top-btns_wx{
    display: inline-block;
    position:fixed;
    right: 0;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background: url("https://store.logitech.com.cn/images/go-top-bgss-wx.jpg") no-repeat;
    z-index: 99;
}
.go-top-btns_wx:hover{
    display: inline-block;
    position:fixed;
    right: 0;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background: url("https://store.logitech.com.cn/images/go-top-bgs-wx.jpg") no-repeat;
    z-index: 99;
}
.go-top-weixin {
    display: inline-block;
    position:fixed;
    right: 150px;
    bottom: 165px;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: none;
}

