@import './reset.less';
@import './banner.less';
@import './tab.less';
.banner {
    // background: url(../imgs/banner_case.jpg);
}

.menu {
    display: flex;
    padding: 22px 0 28px;
    align-items: center;

    .menu-tips {
        font-weight: bold;
        font-size: 16px;
        color: #2A2A2A;
        line-height: 26px;
        padding-left: 31px;
        padding-right: 11px;
        width: 132px;
    }
}

.menu-list {
    display: flex;
    align-items: center;
    width: calc(100% - 206px);
    justify-content: space-between;

    .menu-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        padding: 4px 13px 5px;
        // margin: 0 18px;
        color: #8E8989;

        &-active,
        &:hover {
            color: #FFFFFF;
            background: @primary;
            transition: all .25s ease;
        }

        &:hover {
            cursor: pointer;
        }
    }
}

.chip-title {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
}

.chip-p {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin-top: 10px;
}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.plan {
    padding-top:46px;
    &-p {
        padding-bottom: 27px;
    }
}

.card {
    padding: 40px 0 61px;
    overflow: hidden;

    .card-list {
        display: flex;
        flex-flow: row wrap;
    }

    .card-item {
        width: calc(25% - 20px);
        background: #fff;
        padding-bottom: 33px;
        margin: 40px 10px 0;

        .txt {
            padding: 0 29px;
        }

        .title {
            font-weight: 400;
            font-size: 18px;
            color: #272727;
            padding: 30px 0 14px;
        }

        .desc {
            font-weight: 400;
            font-size: 14px;
            color: #595959;
            line-height: 26px;
            padding-bottom: 31px;
        }


        .thumb {
            width: 100%;
            height: auto;
        }
    }

    .page {
        text-align: center;
        padding-top: 26px;
    }
}

.eyes {
    width: 1000px;
    overflow: hidden;

    .title {
        margin-top: 88px;
        font-weight: bold;
        font-size: 18px;
        color: #343434;
        line-height: 26px;
        // padding: 88px 0 34px;
        padding: 0px 0 34px;
        text-align: center;
        border-bottom: 1px solid #D8D8D8;
    }

    .description {
        padding: 39px 0 0;
        overflow: hidden;

        >p {
            font-weight: 400;
            font-size: 16px;
            color: #343434;
            line-height: 30px;
        }


    }

    .pic {
        // height: 450px;
        width: 75%;
        margin: 20px auto 0;
        padding-bottom: 82px;

        img {
            width: 100%;
            height: auto;
            vertical-align: middle;
        }
    }

}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #3C4854;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #787878;
}
.page-num{padding:5px 10px;}
.page .page-num-current{background-color:#3190D5;padding:5px 10px;color:#FFFFFF;}
@media screen and (max-width: 860px) {
    .menu {
        display: block;
        padding: 10px 5%;

        .menu-tips {
            padding: 0;
        }
    }

    .menu-list {
        flex-flow: row wrap;
        width: 100%;
        justify-content: flex-start;
    }
.plan {
        padding-left:5px;padding-right: 20px;
		padding-bottom: 30px; padding-top: 30px;
        margin: 0 auto;
        width: 90%;
    }
	.plan-p {
        padding-bottom: 0;
    	img {height: auto;}
		}
    .card {
        padding-left:5px;padding-right: 20px;
		padding-bottom: 30px; padding-top: 30px;

        .card-list {
            display: block;

            .card-item {
                width: 100%;
                margin: 0px 0 10px;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 10px;

                .thumb {
                    width: 80%;

                }

                .txt {
                    text-align: left;

                    .title {
                        padding: 10px 0 5px;
                    }
                }

                .desc {
                    padding-bottom: 10px;
                    line-height: 1.5;
                }
            }
        }
    }

    .eyes {
        width: 100%;
        padding: 0 5%;

        .title {
            margin-top: 20px;
            padding-bottom: 10px;
        }
    }
}