p{
    margin: 0;
}
.ele-platform-text-box{
    margin-top: 100px;
}
.ele-platform-text-box .main-box{
    height: 361px;
    position: relative;
    background: url("../images/honor/banner.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ele-platform-text-box .left-box{
    width: 528px;
    position: absolute;
    top: 0;
    left: 0;
}
.ele-platform-text-box .left-box .title{
    padding-top: 110px;
}
.ele-platform-text-box .left-box .desc-text{
    margin-top: 10px;
    text-align: left;
}



.eseal-features-box{
    margin-bottom: 40px;
}
.eseal-features-box .title{
    padding-top: 80px;
    text-align: center;
}
.honor-ui-box1,.honor-ui-box2{
    margin-top: 60px;
}
.honor-li-box{
    margin-right: 32px;
    width: 276px;
    height: 300px;
    background-color: #f6f6f9;
    margin-bottom: 40px;
    /*padding: 12px 20px;*/
    position: relative;
    text-align: center;
}
.honor-li-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 264px;
    max-height: 280px;
}
.honor-li-box:nth-child(4n){
    margin-right: 0;
}



.hover-zhezhao-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f1f1f2;
    z-index: 1;
    opacity: .8;
}
.hover-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 2;
}
.hover-box .check-big-img-box{
    width: 140px;
    height: 40px;
    margin-left: 68px;
    line-height: 40px;
    background-color: #1199ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
}

.hover-box .desc-content-box{
    margin-left: 18px;
    text-align: center;
    width: 240px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding-top: 120px;
}



.about-goods-box .title{
    text-align: center;
}

.load-more-box{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333333;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 90px;
    cursor: pointer;
}


.confirm-box{
    position: fixed;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    margin-top: -300px;
    width: 580px;
    height: 600px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #D3DADE;
    display: none;
    z-index: 99012;
}
.confirm-box .header-box{
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.confirm-box .header-box div{
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}
.confirm-box .header-box img{
    width: 24px;
    height: 24px;
}
.confirm-box .img-box{
    max-width: 500px;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page-zhezhao-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f1f1f2;
    z-index: 3;
    opacity: .6;
}

