blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none; /*-webkit-appearance: none;*/
    -webkit-tap-highlight-color: transparent;
    font-family: 'arial', '微软雅黑';
}
body{ background: #fff;}
.warp {
    width: 1224px;
    height: auto;
    margin-top: 30px;
}
.navList {

    padding: 0 0 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.navList dl {
    width: 100%;
    font-size: 0;
    position: relative;
    padding: 0 80px;
    margin: 15px 0;  -webkit-user-select: none;
    user-select: none;
    height: 30px;
    overflow: hidden;
}

.navLine {
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: none;
    display: block;
    content: "";
}

.navList dl dt {
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #01b59a;
    display: inline-block;
    box-sizing: border-box;
    text-shadow: none;

}

.navList dl dd {
    display: inline-block;
    text-shadow: none;
}

.navList .navListMore {
    color: #22d3b6;
    text-align: right;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    display: none;
    position: absolute;
    right: 0;
    width: 60px;
    height: 30px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    text-shadow: none;
}

.navList dl dd a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: rgba(0,0,0,.6);
    text-shadow: none;

}

.navList dl a:hover, .navList dl a.cur {
    color: #22d3b6;
}

.navList dl dd:after {
    display: block;
    content: "";
    position: absolute;
}

.caseList ul li {
    margin: 0 40px 40px 0;
    float: left;
    width: 216px;
    height: 340px;
    position: relative;
    overflow: hidden;
    opacity: 1;

    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    /*border-radius: 5px;*/
}
.listCtrlBtn{
    -webkit-transform: perspective(100px) rotateX(-90deg);
    transform: perspective(100px) rotateX(-90deg);
    -webkit-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%; position: absolute; top: 50%;
    opacity: 0;
}

.caseList ul li .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    /*transition: all .2s ease;*/
    /*-webkit-transition: all .2s ease;*/
}
.caseList ul li:hover .pic {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.caseList ul li:hover .listCtrlBtn{
    -webkit-transform: perspective(0px) rotateX(0deg);
    transform: perspective(0px) rotateX(0deg);
    opacity: 1;
}


.caseList ul {
}

.caseList ul li em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    content: "";
    transition: all .4s;
    -webkit-transition: all .4s;
    /*transform: scaleY(0) translate3d(0,0,0);*/
    /*-webkit-transform: scaleY(0) translate3d(0,0,0);*/
    opacity: 0;
}

.caseList img.qrCode {
    top: 48px;
    width: 120px;
    height: 120px;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.caseList {
    padding: 0 0 40px;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.caseList ul li p {
    transition: all .3s .1s;
    -webkit-transition: all .3s .1s;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 36px;
    height: 36px;
    top: 168px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.caseList ul li .caseName {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.caseList ul li:hover em {
    /*transform: scaleY(1) translate3d(0,0,0);*/
    /*-webkit-transform: scaleY(1) translate3d(0,0,0);*/
    /*opacity: 1;*/
}

.caseList ul li:hover a.detailA, .caseList ul li:hover a.createBtn {
    /*transform: translateY(0px);*/
    /*-webkit-transform: translateY(0px);*/
}

.caseList ul li:hover p,
.caseList ul li:hover img.qrCode {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.caseList ul li:hover .operateBtn {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.caseList ul li:hover .caseName {
    transform: translate3d(0, 100%,0);
    -webkit-transform: translate3d(0, 100%,0);
}
.caseList ul li:hover .caseCtrlBtn{
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    opacity: 1;
}

.caseCtrlBtn {
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    top: 50%;
    opacity: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.caseList ul li:hover .caseCtrlBtn {
    display: block;
}
.caseList ul li:nth-of-type(4n) {
    margin-right: 0;
}
.caseList ul li:nth-of-type(5n) {
   margin-right:40px;
}

.caseCtrlBtn dd {
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin: 8px 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.caseCtrlBtn dd:hover{
    background: rgba(0,0,0,.8);
    box-shadow: 0 7px 14px rgba(0,0,0,.3);
    border-radius: 5px;
}

.caseCtrlBtn dd i {
    display: block;
    margin: 10px auto 2px;
    font-size: 28px;

    transition: all .3s;
    -webkit-transition: all .3s;
    color: #22d3b6
}


.caseCtrlBtn dd a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #fff;
    cursor: pointer;
}


.caseCtrlBtn dl {
    width: 200px;
    margin: 0 auto;
}

.operateBtn {
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    /*display: flex;*/
    /*background: #22d3b6;*/
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
}

.operateBtn > a {
    width: 100%;
    height: 40px;
    display: block;
    background: rgba(255,255,255,.8);
    font-size: 15px;
    color: #000;
    margin-top: 1px;
    text-align: center;
    cursor: pointer;
}

.operateBtn > a:nth-of-type(1) {
    border-right: solid 1px #3deace;
}

.operateBtn > a:nth-of-type(2) {
    border-left: solid 1px #2eaf9a;
}

.pageList {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.pageList span {
    text-align: center;
    display: inline-block;
    box-shadow:none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border:1px solid #eee;
    background-color: #fff;
    font-size: 16px;
    color: #b4b6b9;
    line-height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    cursor: pointer;
}

.pageList div {
    display: inline-block;
}

.pageList span:hover, .pageList span.cur {
    background: #16a085;;
}

.pageList span i {
    display: block;
    width: 40px;
    height: 40px;
    font-style: normal;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pageList span i:nth-of-type(2) {
    color: #fff;
}

.pageList span.prevBtn, .pageList span.nextBtn, .pageList span.next {
    font-family: "宋体"
}

.pageList span:hover i, .pageList span.cur i {
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
}
.searchInput {
    width: 300px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background: transparent;
    color: #000;
    font-size: 14px;
    margin: auto;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.searchInput {
    color: #fff;
}
.searchInput:focus{
    border: 1px solid #22d3b6;
    box-shadow: 0 0 30px rgba(34,211,182,.4);
}

.searchInput::-webkit-input-placeholder {
    /*color: #22d3b6;*/
    color: #d9d9d9;

}
.searchInput:focus::-webkit-input-placeholder {
    color: #fff;

}
input:focus{ outline: none;}
.secondMenu {
    padding: 0 0 10px;
    position: relative;
}

.secondMenu > div {
    margin-right: 40px;
}


.searchHistory{ display: none;  position: absolute; top: 48px; border-radius:5px;   width: 300px; right: 0;   padding: 20px 0;    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);     z-index: 1;  background: #fff; }

.searchHistory:before{ display: block; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #fff; width:10px; height: 10px; content: "";  position: absolute;  right: 10px; top: -5px;  }
.searchHistory h2{ font-size: 12px; color:#b9b9b9; line-height: 22px; padding: 0 20px; }
.searchHistory ul{ margin-bottom: 20px;}
.searchHistory ul li{ font-size: 14px; color: #232323; line-height: 28px;  padding: 0 20px; cursor: pointer; }
.searchHistory ul li:hover{background: #f5f5f5  }

/*.secondMenu input:focus + .searchHistory{ display: block;}*/
.secondMenu button{
    color: #22d3b6;
    position: absolute;
    left: inherit;
    width: 40px;
    height: 34px;
    top: 0;
    margin-left: 0;
    right: 6px;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background: transparent;
}

.helpRecommend li div i{
    position: relative; top: 5px;
}

.searchInput {     color: #000; text-align: left; padding-left: 15px; margin: 0; float: right; }
.secondMenu i{ right: 0px; font-size: 14px;     line-height: 22px;}

.pr{ position: relative}
.pa{position: absolute}
.pf{position: fixed;}

.warpLeft{ width: 214px; border:solid 1px #dedede; left: 0; top: 0; height: calc( 100% - 38px);}
.warpRight{ width: 984px;}
.banner {
    height: 290px;  width: 100%;
    background: url("../images/case.jpg") center  top #000;

    border-radius: 0;
}

.typeListTitle{ width: 100%; height: 54px; line-height: 54px; font-size: 14px; color: #0e0e0e; text-indent: 18px; background: #f8f8f8; border-bottom: solid 1px #dedede;}
.typeList{ padding: 14px;}
.typeList li{ float: left; padding: 0 15px; cursor: pointer; height: 34px; font-size: 14px;  line-height: 34px; color: #828282; border-radius: 3px; margin-bottom: 20px;}
.typeList li a{ color: #828282; display: block; width: 100%; height: 100%;}
.typeList li:hover a{ color: #01b59a}
.typeList li.cur a,.typeList li.cur,.typeList li.cur:hover a{ color: #fff; background:#01b59a }

.sort .btn{ float: left; width:82px; height: 34px; font-size: 14px;  line-height: 34px; color: #828282;  text-align: center; border-radius: 3px;  }
.sort .btn.cur{ color: #fff; background:#01b59a }



@media (min-width: 951px) and (max-width: 1250px) {
    .warp {
        width: 972px;
    }
    .warpRight{
        width: 728px;
    }
    .caseList ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .caseList ul li:nth-of-type(4n) {
        margin-right: 40px;
    }

    .btnList li {
        width: 290px;
        margin-right: 51px;
        margin-bottom: 51px;
    }

    .btnList li:nth-of-type(3n) {
        margin-right: 0;
    }

    .phoneBg {
        width: 972px;
        height: 455px;
    }

    .userAccount {
        top: 88px;
    }

    .userInfo {
        top: 160px;
    }

    .userOption {
        top: 240px;
        width: 600px;
    }

    .userOption li {
        width: 290px;
    }
}

@media (max-width: 950px) {
    .warp {
        width: 728px;
    }
    .warpRight{
        width: 728px;
    }
    .caseList ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .caseList ul li:nth-of-type(4n) {
        margin-right: 40px;
    }
    .warpLeft{ display: none;}
    .navTabList ul li{ padding:  0 32px;}
    .caseList ul li:nth-of-type(3n) {
        margin-right: 0
    }

    .menu ul li {
        width: 110px;
    }

    .btnList li {
        width: 330px;
        margin-right: 60px;
        margin-bottom: 60px;
    }

    .btnList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .phoneBg {
        width: 720px;
        height: 455px;
        background: none;
    }

    .userAccount {
        top: 42px;
    }

    .userInfo {
        top: 104px;
    }

    .userInfo li {
        font-size: 18px;
    }

    .userOption {
        top: 168px;
        width: 720px;
    }

    .userOption li {
        height: 108px;
        width: 350px;
    }

    .userOption li p:nth-of-type(1) {
        top: 32px;
    }

    .userOption li p:nth-of-type(2) {
        top: 55px;
    }

    .userOption li i {
        left: 32px;
    }

    .userOption li p {
        left: 100px;
    }
}
