@font-face {
    font-family:"oc-icon";
    src:url("../fonts/oc-icon.eot?1533107867209");
    src:url("../fonts/oc-icon.eot?1533107867209#ie-fixed") format("embedded-opentype"),
    url("../fonts/oc-icon.woff2?1533107867209") format("woff2"),
    url("../fonts/oc-icon.woff?1533107867209") format("woff"),
    url("../fonts/oc-icon.ttf?1533107867209") format("truetype");
    font-weight:normal;
    font-style:normal
}

.oc-icon:before {
    display: inline-block;
    font-family: "oc-icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.oc-iconfont-bag:before {
    content: "\EA01"
}

.storeCart:before {
    content: "\EA3A"
}

.storeOrder:before {
    content: "\EA3B"
}

.storeUser:before {
    content: "\EA3C"
}

.storeAccount:before {
    content: "\EA39"
}



/*购物车*/

.storeMain {
    position: relative;
    width: 270px;
    background-color: #fff
}

.storeMain ul {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(102,102,102,0.5);
    box-shadow: 0 1px 2px 0 rgba(102,102,102,0.5);
}

.storeMain ul li {
    display: block;
    padding: 18px 0;
    margin: 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px rgba(0,0,0,0.082) solid;
}

.storeMain ul li:last-child {
    border-bottom: none;
}

.storeMain ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}






/*header*/

#senseWrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 2560px;
    position: relative;
    z-index: 1;
    margin: auto;
    overflow: hidden;
    padding-top: 60px
}

#senseWrapper.main {
    padding-top: 0
}

#senseHeader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    height: auto;
}

.main #senseHeader {
    background-color: transparent
}

.senseNav {
    position: relative;
    text-align: center;
    width: 1215px;
    margin: 0 auto;
    z-index: 2;
    height: 60px;
}

.senseNav .senseNav-logo {
    position: absolute;
    top: 19px;
    left: 0;
    width: 110px;
    height: 23px;
    z-index: 2
}

.senseNav .senseNav-logo a.nav-logo #navLogo {
    height: 22px;
    width: 110px;
}

.oh-theme-white .senseNav .senseNav-logo a.nav-logo #navLogo {
    background: url(../img/sense-logo-white.png);
}

.oh-theme-black .senseNav .senseNav-logo a.nav-logo #navLogo {
    background: url(../img/sense-logo-black.png);
    height: 23px;
}

.oh-productslist-show .senseNav .senseNav-logo a.nav-logo #navLogo {
    background: url(../img/sense-logo-black.png);
    height: 23px;
}

.senseNav .lockList-link a.senseNavlink-bag:hover:before {
    opacity: .6
}

.encryptionLock-main {
    margin-left: 265px;
}

.senseNav .encryptionLock-box .lockList-select {
    display: inline-block;
    float: left;
    margin-right: 86px;
}.senseNav .encryptionLock-box .lockList-select {
     display: inline-block;
     float: left;
     margin-right: 76px;
     /*
     text-align: center;
     vertical-align: middle;
     height: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;*/
 }

.senseNav .encryptionLock-box .lockList-select a.lockActive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 60px;
    /*margin: 0 15px;
    padding: 0 30px;*/

    position: relative;
    -webkit-transition: opacity 0.3s ease,color 0.35s ease;
    transition: opacity 0.3s ease,color 0.35s ease
}

.senseNav .encryptionLock-box .lockList-select a.lockActive:hover {
    opacity: .6
}

.oh-theme-white .senseNav .encryptionLock-box .lockList-select a.lockActive {
    color: #fff
}

.oh-productslist-show .senseNav .encryptionLock-box .lockList-select a.lockActive {
    color: #333 !important;
    -webkit-transition: none;
    transition: none
}



/*
.senseNav .encryptionLock-box .lockList-select a.lockActive {

    color: #333;
    line-height: 60px;
    position: relative;
    font-size: 14px;
    position: relative;
    -webkit-transition: opacity 0.3s ease,color 0.35s ease;
    transition: opacity 0.3s ease,color 0.35s ease
}

.senseNav .encryptionLock-box .lockList-select a.lockActive:hover {
    opacity: .6
}

.oh-theme-white .senseNav .encryptionLock-box .lockList-select a.lockActive {
    color: #fff
}

.oh-productslist-show .senseNav .encryptionLock-box .lockList-select a.lockActive {
    color: #333 !important;
    -webkit-transition: none;
    transition: none
}
*/

.senseNav .encryptionLock-box .lockList-select.encryptionLock-pro .lockActive {
    z-index: 5;
    margin: 0;
}

.senseNav .lockList-link .logoArrow {
    width: 40px;
    height: auto;
    max-height: 0;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s,max-height 0s linear 1s;
    transition: opacity 0.3s ease 0.1s,max-height 0s linear 1s
}

.senseNav .lockList-link .senseNavlink-bag {
    width: 22px;
    height:22px;
}
.senseNav .lockList-link {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 4;
    width: 22px;
    height: 22px;
}

.senseNav .lockList-link .senseNavlink-bag .admin-show {
    background: url(../img/admin-block.png) no-repeat;
    width: 22px;
    height: 22px;
    color: #1a1a1a;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s ease,color 0.35s ease;
    transition: opacity 0.3s ease,color 0.35s ease
}

.oh-theme-white .senseNav .lockList-link .senseNavlink-bag .admin-show {
    background: url(../img/admin-white.png) no-repeat;
}

.oh-theme-black .senseNav .lockList-link .senseNavlink-bag .admin-show {
    background: url(../img/admin-block.png) no-repeat;
}

.oh-productslist-show .senseNav .lockList-link .senseNavlink-bag .admin-show {
    background: url(../img/admin-block.png) no-repeat;
}

/*.senseNav .lockList-link {
    position: absolute;
    top: 13px;
    right: 0;
    height: 25px;
    z-index: 4
}


.senseNav .lockList-link a.senseNavlink-bag {
    font-size: 22px
}

.senseNav .lockList-link a.senseNavlink-bag:before {
    color: #1a1a1a;
    vertical-align: middle;
    padding: 1px;
    -webkit-transition: opacity 0.3s ease,color 0.35s ease;
    transition: opacity 0.3s ease,color 0.35s ease
}

.oh-theme-white .senseNav .lockList-link a.senseNavlink-bag:before {
    color: #fff
}

.oh-theme-black .senseNav .lockList-link a.senseNavlink-bag:before {
    color: #1a1a1a
}

.oh-productslist-show .senseNav .lockList-link a.senseNavlink-bag:before {
    color: #1a1a1a !important;
    -webkit-transition: none;
    transition: none
}*/

.openNavBag .senseNav .lockList-link .logoArrow {
    opacity: 1;
    max-height: 14px;
    -webkit-transition: opacity 0.3s ease 0s,max-height 0s linear 0s;
    transition: opacity 0.3s ease 0s,max-height 0s linear 0s
}

.senseNav .lockList-link .logoArrow:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin: 10px 0 0 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(102,102,102,0.5);
    box-shadow: 0 1px 2px 0 rgba(102,102,102,0.5)
}


/*加密锁*/
#lockList {
    display: none;
    position: absolute;
    width: 3000px;
    margin-left: -1500px;
    top: 0;
    left: 50%;
    right: 0;
    padding-top: 60px;
    background-color: #f2f2f2
}

#lockList:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 60px;
    background-color: #fff
}

.lockList-wrapper .lockList-content {
    width: 1215px;
    height: 468px;
    margin: 0 auto;
    padding: 27px 352px 67px 352px;
}
.lockNav-2{margin-top: 20px;}

.lockList-wrapper .lockList-main,
.lockList-wrapper .lockList-box {
    width: 1215px;
    height: 234px;
}

.lockList-wrapper .lockList-box ul {
    width: 1215px;
    height: 234px;
}

.lockList-wrapper .lockList-box ul li {
    float: left;
    width: 229px;
    height: 234px;
    background-color: #fff;
}

.lockList-wrapper .lockList-box ul li:last-child {
    overflow: hidden;
    float: right;
}

.lockList-wrapper .lockList-box ul li:nth-child(2) {
    margin: 0 18px;
}

.lockList-wrapper .lockList-box ul li:nth-child(4) {
    margin-left: 18px;
}

.lockList-wrapper .lockList-box ul li a {
    height: 234px;
    width: 229px;
    display: block;
}

.lockList-wrapper .lockList-box ul li a .tj {
    width: 144px;
    height: 156px;
    margin-top: 25px;
}

.lockList-wrapper .lockList-box ul li a .five {
    width: 48px;
    height: 152px;
    margin-top: 21px;
}

.lockList-wrapper .lockList-box ul li a .sz {
    width: 166px;
    height: 99px;
    margin-top: 45px;
}

.lockList-wrapper .lockList-box ul li a .lockFive {
    width: 116px;
    height: 145px;
    margin-top: 24px;
}

.lockList-wrapper .lockList-box ul li a .ie {
    user-select: none;
    width: 100px;
    
    margin-top: 31px;
}
.lockList-wrapper .lockList-box ul li a .acme {
    
    width: 80px;
    height: 156px;
    margin-top: 25px;
}
.lockList-wrapper .lockList-box ul li p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.lockList-wrapper .lockList-box ul li:nth-child(1) p {
    margin-top: 18px;
}

.lockList-wrapper .lockList-box ul li:nth-child(2) p {
    margin-top: 26px;
}

.lockList-wrapper .lockList-box ul li:nth-child(3) p {
    margin-top: 30px;
}

.lockList-wrapper .lockList-box ul li:nth-child(4) p {
    margin-top: 30px;
}

.lockList-wrapper .lockList-box ul li:nth-child(5) p {
    margin-top: 55px;
}

#storeBox {
    max-height: 0;
    text-align: left;
    position: absolute;
    top: 65px;
    right: 0;
    margin-right: -125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0.1s,max-height 0s linear 1s,visibility 0s ease 1s;
    transition: opacity 0.3s ease 0.1s,max-height 0s linear 1s,visibility 0s ease 1s
}

.openNavBag #storeBox {
    opacity: 1;
    max-height: 100vh;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s,max-height 0s linear 0s,visibility 0s ease 0s;
    transition: opacity 0.3s ease 0s,max-height 0s linear 0s,visibility 0s ease 0s
}

.containerMain .ohw-banner-list .banner-item[data-layout="right"] .contentBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.oc-high .ohw-pagination {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.oc-high .ohw-pagination .pagination-item {
    display: inline-block
}

.oc-high .ohw-pagination .pagination-item a {
    height: 30px;
    margin: 0 .5em;
    line-height: 30px;
    padding: 0 12px;
    position: relative
}

.oc-high .ohw-pagination .pagination-item a:hover b {
    opacity: .5
}

.oc-high .ohw-pagination .pagination-item a b {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease,border 0.2s ease,background 0.2s ease;
    transition: opacity 0.3s ease,border 0.2s ease,background 0.2s ease
}

.win .oc-high .ohw-pagination .pagination-item a b {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.oc-high .ohw-pagination .pagination-item a i {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.win .oc-high .ohw-pagination .pagination-item a i {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.oc-high .ohw-pagination .pagination-item a i:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 2px #fff solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease
}

.oc-high .ohw-pagination .pagination-item a i svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0)
}

.oc-high .ohw-pagination .pagination-item a i svg circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 37 37;
    stroke-dashoffset: 37;
    -webkit-transition: stroke-dashoffset 5s linear;
    transition: stroke-dashoffset 5s linear
}

.oc-high .ohw-pagination .pagination-item.active a b,.oc-high .ohw-pagination .pagination-item.swiper-pagination-bullet-active a b {
    opacity: 0
}

.oc-high .ohw-pagination .pagination-item.active a i,.oc-high .ohw-pagination .pagination-item.swiper-pagination-bullet-active a i {
    opacity: 1
}

.oc-high .ohw-pagination .pagination-item.active a i svg circle,.oc-high .ohw-pagination .pagination-item.swiper-pagination-bullet-active a i svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 5s linear;
    transition: stroke-dashoffset 5s linear
}

.oc-high.ohigh-theme-black .pagination-item a b {
    background-color: rgba(51,51,51,0.5);
    border-color: #333
}

.oc-high.ohigh-theme-black .pagination-item a i:before {
    border-color: rgba(51,51,51,0.3)
}

.oc-high.ohigh-theme-black .pagination-item a i svg circle {
    stroke: #333
}

.oc-high.ohigh-theme-white .pagination-item a b {
    background-color: rgba(255,255,255,0.5)
}

.oc-high.ohigh-theme-white .pagination-item a i:before {
    border-color: rgba(255,255,255,0.3)
}

.oc-high.ohigh-theme-white .pagination-item a i svg circle {
    stroke: #fff
}


/*footer*/

#footerUs {
    width: 100%;
}

.of-nav {
    width: 1215px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.of-nav .of-directory {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 870px;
}

.of-nav .of-directory dl:nth-child(1) {
    width: 96px;
}

.of-nav .of-directory dl:nth-child(2),
.of-nav .of-directory dl:nth-child(3) {
    width: 76px;
    margin-left: 106px;
}

.of-nav .of-directory dl:nth-child(4) {
    width: 128px;
    margin-left: 106px;
}

.of-nav .of-directory dl dt {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.of-nav .of-directory dl dd {
    display: block;
    margin-top: 15px;
}

.of-nav .of-directory dl dd a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #878787;
}

.of-nav .of-directory dl dd a:hover,
.of-nav .of-directory dl dd a.active {
    color: #ACACAC
}

.of-nav .footer-service {
    float: right;
    text-align: center;
    width: 180px;
    height: 95px;
}

.btn-size-bottom {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: #666;
    text-align: center;
}

.oc-btn {
    display: inline-block;
}

.update-ser {
    float: left;
    margin: 13px 0 0 34px;
    display: block;
}

.footer-service span {
    font-size: 15px;
    color: #fff;
    float: left;
    display: block;
    margin-left: 15px;
}

.footer-tel {
    font-size: 24px;
    margin-top: 12px;
    color: #333;
    display: block;
}

.of-nav .footer-service .btn-size-bottom:hover {
    background-color: #464646
}

.footer-copyright {
    width: 1215px;
    margin: 72px auto;
    height: 20px;
}

.footer-content {
    font-size: 12px;
    text-align: center;
    color: #878787;
    padding-bottom: 29px;
}

.footer-info {
    color: #878787;
    display: inline-block;
}

.footer-info img {
    margin: -10px 10px 0 20px;
    width: 20px;
    height: 20px;
}




/*二维码*/

.senseWeChat,
.virbox-wx {
    position: relative;
}

.senseWeChat:hover .WeChat,
.virbox-wx:hover .virbox-weChat {
    display: block;
}

.WeChat {
    top: -25px;
    left: 70px;
}

.WeChat span {
    top: 30px;
    left: -9px;
}

.virbox-weChat {
    top: -39px;
    left: 81px;
}

.virbox-weChat span {
    top: 45px;
    left: -5px;
}

.WeChat span,
.virbox-weChat span {
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 9px 8px 0;
    border-style: solid;
    border-color: transparent #eee transparent transparent;
    position: absolute;
}

.WeChat img,
.virbox-weChat img {
    margin-top: 5px;
    width: 100px;
    height: 100px;
}

.common-weChat {
    display: none;
    width: 108px;
    height: 109px;
    background: #eee;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    z-index: 99;
}



/*购物车*/
.storeMain ul li a:hover {
    color: #ACACAC;
}

.storeMain ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.storeMain ul li a span em {
    color: #FF763D;
}

.storeMain ul li a b {
    display: inline-block;
    margin: 0 20px 0 10px;
    font-size: 20px;
}

.storeMain ul li a b:before {
    vertical-align: middle;
}

.storeMain ul li .small-signin b {
    display: inline-block;
    margin: 0 20px 0 10px;
    font-size: 20px;
    float: left;
}

.storeMain ul li .small-signin a {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 15px;
    float: left;
}

