.epower-gw-template {
    background: #f5f6fa;
    /*overflow: hidden;*/
}

.epower-gw-template .banner {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: url("/statics/epower/img/gw-banner4.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 46px;
}

.epower-gw-template .banner .gw-title {
    font-size: 44px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

.epower-gw-template .banner .gw-info {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}

.epower-gw-template .gw-type {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.epower-gw-template .gw-type .center {
    background: #ffffff;
}

.epower-gw-template .gw-type .gt-top {
    height: 103px;
    padding-top: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
}

.epower-gw-template .gw-type .gt-top h3 {
    width: 128px;
    height: 44px;
    font-size: 32px;
    color: #333333;
    line-height: 44px;
    font-weight: normal;
}

.epower-gw-template .gw-type .gt-top .gt-search {
    width: 400px;
    height: 44px;
    background: #ffffff;
    border-radius: 4px;
}

.epower-gw-template .gw-type .gt-top .gt-search .el-input__inner {
    height: 44px;
    line-height: 44px;
}

.epower-gw-template .gw-type .gt-top .gt-search .el-button {
    height: 44px;
    background: #3c7ee5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.epower-gw-template .gw-type .gt-top .gt-search .el-button .el-icon-search {
    color: #fff;
}

.epower-gw-template .gw-type .gt-top .gt-search .el-button span {
    font-size: 14px;
    color: #fff;
}

.epower-gw-template .gw-type .gt-center {
    padding-left: 20px;
    padding-right: 0;
    border-bottom: 1px dashed #e5e5e5;
    padding-top: 28px;
    overflow: hidden;
}

.epower-gw-template .gw-type .gt-center li {
    float: left;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 21px;
    cursor: pointer;
}

.epower-gw-template .gw-type .gt-center li.active {
    font-weight: bold;
    color: #3c7ee5;
}

.epower-gw-template .gw-type .gt-center li:hover {
    color: #3c7ee5;
}

.epower-gw-template .gw-type .gt-bot {
    height: 88px;
    padding-top: 30px;
    padding-left: 20px;
}

.epower-gw-template .gw-type .gt-bot li {
    width: 80px;
    height: 28px;
    background: #f1f6fe;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
    color: #666666;
}

.epower-gw-template .gw-type .gt-bot li.active {
    color: #3c7ee5;
}

.gw-list .center ul {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.gw-list .center li {
    width: 33.333%;
    padding: 15px;
    float: left;
}
.preview-img {
    padding: 15px;
    position: relative;
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.pc-view {
    border-radius: 8px;
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}
.normal.lazy-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}
.cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
@keyframes wave {
    0% { transform: translateY(0); }
    100% { transform: translateY(50px); }
}
.pt20 {
    padding-top: 20px;
}
.cover img {
    position: relative;
    z-index: 2;
    background: #000;
    /*border-radius: 8px;*/
    padding: 12px;
    display: block;
}
.m-example-preview {
    position: relative;
    z-index: 3;
    color: #FFF;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
}
.pc-example-preview {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 1);
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}
.pc-example-preview:hover {
    background: #fff;
    color: #666;
    font-weight: 900;
    transform: translateY(-2px);
}
.pc-view:hover .normal.lazy-img {
    transform: scale(1.1);
    opacity: 0;
}
.pc-view:hover .cover {
    opacity: 1;
}
.gl-bot {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
}
.gb-left {
    flex: 1;
}

.epower-gw-template .gw-list .center li .gl-bot .gb-right {
    /*margin-top: 37px;*/
    width: 126px;
    height: 32px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f85252;
    font-size: 14px;
    color: #f85252;
    line-height: 32px;
    text-align: center;
}

.epower-gw-template .gw-list .center li .gl-bot .gb-right:hover {
    background: #f85252;
    color: #ffffff;
}

.epower-gw-template .gw-list .center li .gl-bot h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.gw-page {
    margin: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background: #fff;
}

.epower-gw-template .gw-type .gt-top .gt-search .el-button:hover {
    background: #2c70db;
    border-color: #2c70db;
}