/*reset*/
#load{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#mybox{
    height: 34px;
    background-color: #f4f4f4;
    padding-bottom: 40px;
}
#mybox .ui-pagination-container {
    height: 34px;
    line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    /* border: 1px solid #c5b7b7; */
    color: #888;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin: 0 3px;
    text-align: center;
    letter-spacing: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 3px;
    text-decoration: none;
}


#mybox .mypage {
    width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#mybox .info {
    width: 200px;
    height: 34px;
    line-height: 34px;
}

#mybox .fl {
    float: left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, a, th, td {
    padding: 0;
    color: #765816;
    font-family: 'Microsoft YaHei';
    margin: 0;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    text-indent: .1em;
    letter-spacing: .1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body, html {
    height: 100%;
    background-color: #f4f4f4;
}



.cf:after,
.cf:before {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    display: inline-block;
    float: right;
}

.dis_none {
    display: none;
}

.pos-a {
    position: absolute;
}

.overHidden {
    overflow: hidden;
}

section {
    overflow: hidden;
}

[v-cloak] {
    display: none
}

.wrap {
    width: 1380px;
    margin: 0 auto;
    height: 100%;
}
.shopBanner {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding-top: 15px;
    opacity: 0;
    height: 350px;
    margin-top: 60px;
}

#app .banner {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding-top: 20px;
    height: auto;
}

.banner li {
    width: 330px;
    height: 250px;
    float: left;
}
@media (max-width: 1440px) {
    .banner li {
        width: 250px;
        height: 180px;
    }
}
.banner li:not(:first-child) {
    margin-left: 20px;
}
@media (max-width: 1440px) {
    .banner li:not(:first-child) {
        margin-left: 15px;
    }
}

/* 导航 */
.navBox {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.navBox .wrap > div {
    height: 56px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.navBox .wrap > div::before {
    display: block;
    height: 56px;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #bbb;
}

.caseTypeNav li.myCur>a{  color: #01b59a !important;  }
.caseTypeNav li > a::before { background-color:#01b59a !important; }

.navBox .nav1 {
    border-top: 1px solid #eee;
}

.navBox .nav1::before {
    content: "目的";
}

.navBox .nav2::before {
    content: "节日";
}

.navBox .nav3::before {
    content: "行业";
}

.navBox p {
    font-size: 14px;
    color: #bbb;
    line-height: 54px;
    float: left;
}

.navBox ul {
    float: left;
    margin-left: 58px;
    width: 90%;
}

.navBox ul li {
    height: 100%;
    line-height: 54px;
    float: left;
    margin-left: 38px;
}

.navBox ul li a {
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 5px;
}
.navBox ul li a.cur {
    background-color: #ededed;
}
.navBox .nav1 .more, .navBox .nav2 .more, .navBox .nav3 .more {
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    display: none;
}

.more.on::after {
    display: block;
    content: "+";
    position: absolute;
    left: -12px;
    top: 0;
}

.more.off::after {
    display: block;
    content: "-";
    position: absolute;
    left: -12px;
    top: 0;
}

/* 类型导航 */
.caseType {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding-top: 16px;
    overflow: hidden;
}
.fixedTop{
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 100;
    margin-top: 0;
    box-shadow: 0 0px 8px 0px #7f7b7b;
    padding-top: 0;
}
.caseType .wrap {
    position: relative;
}

.caseTypeNav {
    /*text-align: center;*/
    width: 100%;
}

.caseTypeNav li:last-child a span:after{ -webkit-animation: bounce-top 0.9s both infinite;
    animation: bounce-top 0.9s both infinite; background: url("../images/gife.svg") no-repeat center;  right: -6px ;  top: 18px ; position: absolute;   background-size: 100%;  width: 22px;  height: 20px;   display: inline-block;  content: ""; }


/* ----------------------------------------------
 * Generated by Animista on 2018-1-12 15:56:58
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% ,
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% ,
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.caseTypeNav li {
   display: inline-block;
    position: relative;
    margin-right:20px;
    float: none;
}
.caseTypeNav li.myCur>a{
    color: #1b1a20;
}

.caseTypeNav li.myCur>a::before{
    bottom: 0;
    opacity:1;
}
.caseTypeNav li > a {
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    height: 57px;
    font: 16px/57px "Microsoft YaHei";
    color: #999;
}

.caseTypeNav li > a > i {
    display: none;
    float: left;
    width: 20px;
    height: 17px;
    margin: 20px 5px 0 0;
}

.caseTypeNav li > a::after {
    /*-webkit-transition: all 300ms;*/
    /*transition: all 300ms;*/
    /*width: 11px;*/
    /*height: 6px;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 27px;*/
    /*content: "";*/
    /*display: block;*/
    /*-webkit-animation: all 300s;*/
    /*animation: all 300s; !* background: url(images/arrow.png) no-repeat; *!*/
    /*background: none;*/
    display: none;;
}

.caseTypeNav li > a::before {
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: block;
    content: "";
    background: #000;
    width: 64px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
}

.caseTypeNav li:first-child > a::before {
    width: 76px;
}

.typeIc1 {
    background-position: 0 0;
}

.typeIc2 {
    background-position: -20px 0;
}

.typeIc3 {
    background-position: -40px 0;
}

.caseTypeNav li > a > i.typeIc4 {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 17px 5px 0 0;
}

.caseTypeNav li > div {
    display: none;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    z-index: 20;
    position: absolute;
    top: 57px;
    padding: 20px;
    width: 260px;
    background: #f7f7f7;
}

.caseTypeNav li > div > a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    text-indent: 15px;
    width: 130px;
    display: block;
    height: 36px;
    float: left;
    font: 16px/36px "Microsoft YaHei";
    color: #94783E;
}

.caseTypeNav li > div > a:hover {
    background: #94783E;
    color: #000;
}

.caseTypeNav li:hover > div {
    display: block;
}

.caseTypeNav li:hover > a::after { /* transform: rotate(180deg);-webkit-transform: rotate(180deg) */
    /*background: url("../images/arrow.png") no-repeat;*/
}

.caseTypeNav li:hover > a::before {
    bottom: 0;
    opacity: 1;
}
.caseTypeNav li a:hover{
    color: #1b1a20;
}
/* 搜索框 */
.searchBox {
    position: absolute;
    right: 0;
    top: 12px;
}
.swiper-pagination-bullet-active{ background: #01b59a}
.searchBox input {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: #e5e5e5;
    width: 105px;
    border-radius: 5px;
    height: 22px;
    padding: 5px 34px 5px 8px;
    font-size: 14px;
    display: block;
    border: solid 1px #D4D4D4;
    outline: none;
}

.searchBox input::-webkit-input-placeholder {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: #D4D4D4;
}

.searchBox input:focus {
    border-color: #01b59a;
    width: 150px;
    color: #01b59a;
}

.searchBox input:focus::-webkit-input-placeholder {
    color: #01b59a;
}

.searchBox .searchBtn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.searchBox .searchBtn i {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("../images/search.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.searchBox .searchBtn em {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/search2.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.searchBox input:focus ~ .searchBtn i {
    opacity: 0;
}

.searchBox input:focus ~ .searchBtn em {
    opacity: 1;
}

/* 列表 */
.case {
    background-color: #f4f4f4;
    width: 100%;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    min-height: 500px;
}

.case ul {
    width: 100%;
    /*overflow: hidden;*/
}

.case li {
    width: 320px;
    height: 370px;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 6px;
    transition: all .6s;
    -webkit-transition: all .6s;

}
.case li:hover{
    /*box-shadow: 4px 4px 10px -3px #978c8c;*/
    /*transform: translate3d(-1px,-1px,0);*/
    /*-webkit-transform: translate3d(-1px,-1px,0);*/
    box-shadow: 0 2px 8px 4px #E9E9E9;
    transform: translate3d(0px,-6px,0);
    -webkit-transform: translate3d(0px,-6px,0);


}

.case li:not(:nth-of-type(4n+1)) {
    margin-left: 33px;
}

.case li .listMainImg {
    height: 230px;
    position: relative;
    background: #e6e6e6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

.case li .listMainImg .imgBg {
    background-image: url("../images/phoneBg.png");
    width: 210px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.case li:hover .listMainImg .imgBg{

    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.case li .listMainImg .imgBg img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 186px;
    height: 160px;

}

.case li .listMainTheme {
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
    line-height: 50px;
    margin-top: 16px;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 94%;
    /*display: none;*/
}

.case li .listMainTheme span {
    position: absolute;
    top: 16px;
    right: 0;
    background: url("../images/icon-hot.png") no-repeat center center / cover;
    width: 16px;
    height: 16px;
}

.case li .listMainAside {
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
    line-height: 20px;
    color: #a0a0a0;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.case li .listMainAside span {
    font-size: 14px;
}

.case li .listMainBottom {
    border-top: 1px solid #eee;
    position: relative;
}

.case li .listMainBottom .logo {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 12px 12px 12px 20px;
}

.case li .listMainBottom span {
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 70px;
    top: 22px;
}

/* 返回顶部 */
.goTop {
    width: 40px;
    height: 140px;
    background-color: #01b59a;
    padding: 45px 13px 0;
    position: fixed;
    bottom: 200px;
    right: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transition: all .5s;
}

.goTop .icon-top {
    position: absolute;
    top: 20px;
    left: 10px;
    background: url("../images/icon-top.png") no-repeat center center / cover;
    width: 20px;
    height: 19px;
}

.goTop.show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.fadeAlert {
    border-radius: 5px;
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    background: rgba(0, 0, 0, .7);
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

#loading-center {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}

.object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#object_two {
    -webkit-animation: object 2s linear infinite -.4s;
    animation: object 2s linear infinite -.4s;
}

#object_three {
    -webkit-animation: object 2s linear infinite -.8s;
    animation: object 2s linear infinite -.8s;
}

#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}

#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }

}

@keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@-webkit-keyframes scaleDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.5);
    }
}

@keyframes scaleDown {
    to {
        opacity: 0;
        transform: scale(.5);
    }
}

.banner .wrap li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.banner .wrap ul{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.detailPage{
    width: 100%;
    padding-top: 140px;
    /*min-height: 500px;*/
    color: #595656;
}
.detailPage .content{
    width: 1380px;
    margin: 0 auto;
}
.detailPage .bannerImg{
    width: 900px;
    height: 500px;
}
.detailTitle{
    line-height: 100px;
    font-size: 26px;
    font-weight: bolder;
    color: #595656;
    margin: 20px 0 20px;
}
.detailPage .userInfo{
    height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.detailPage .userInfo .userImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-left: 20px;
}
.detailPage .userInfo span{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    margin-left: 30px;
    color: #938f8f;
}
.detailPage .detailContent{
    font-size: 20px;
    padding: 0 10px 100px;
    color: #595656;
}
.bannerSwiper{
    width: 1380px;
    height: 350px;
}
.homeBSWrapper .swiper-slide{
    width: 100%;
    height: 350px;

}
.homeBSWrapper .swiper-slide>a{
    width: 100%;
    height: 350px;
    display: block;;
}
.homeBSWrapper .swiper-slide>a>div{
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;

}
@media (max-width: 1440px){
    .wrap {
        width: 1050px;
    }
    .case li:not(:nth-of-type(4n+1)) {
        margin-left: 0px;
    }
    .case li:not(:nth-of-type(3n+1)) {
        margin-left: 44px;
    }
    .detailPage .bannerImg {
        width: 1050px;
        height: 350px;
    }
    .detailPage .content{
        width: 1050px;
    }
    .bannerSwiper {
        width: 1050px;
    }
}

/**/

.ui-pagination-container {
    height: 34px;
    line-height: 34px;
}

/*.ui-pagination-container .ui-pagination-page-item {*/
    /*font-size: 14px;*/
    /*padding: 4px 10px;*/
    /*background: #fff;*/
    /*border: 1px solid #c5b7b7;*/
    /*color: #888;*/
    /*margin: 0 3px;*/
    /*text-decoration: none;*/
/*}*/

.ui-pagination-container .ui-pagination-page-item:hover {
    background: #01b59a;
    border-color: #01b59a;
    color: #ffffff;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #01b59a;
    border-color: #01b59a;
    color: #ffffff;
    box-shadow: 0 1px 2px rgb(1, 84, 71);
    cursor: default;
    letter-spacing: 0;
}


#box{
    width: 100%;
    height: 34px;
    background-color: #f4f4f4;
    text-align: center;
    margin-bottom: 20px;
}

#myPagination{
    height: 100%!important;
    margin: 0 auto;
}
.ce{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
}





.noListTip>div{ background: url("../images/noCase.png") no-repeat; width:260px; height: 351px; margin:30px auto 0; display: block; animation: noListTip 1.5s infinite steps(29); -webkit-animation: noListTip 1.5s infinite steps(29);  }
@keyframes noListTip {
    100%{background-position-x:-7540px; }
}
@-webkit-keyframes noListTip {
    100%{background-position-x:-7540px; }
}


















































































































