.editSysMo {
    position: fixed;
    z-index: 99
}

.editSysMo .handle {
    border-radius: 4px;
    display: flex;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.editSysMo .handle i {
    background: #52b70d;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px
}

.editSysMo .line {
    left: 0;
    position: absolute;
    top: 0
}

.editSysMo .line i {
    border-color: #52b70d;
    border-style: dashed;
    display: block;
    position: absolute
}

.editSysMo .line i[type=b],.editSysMo .line i[type=t] {
    border-width: 1px 0 0;
    left: 0
}

.editSysMo .line i[type=t] {
    top: 0
}

.editSysMo .line i[type=l],.editSysMo .line i[type=r] {
    border-width: 1px 1px 0 0;
    top: 0
}

.editSysMo .line i[type=l] {
    left: 0
}

.editEvent[data-v-481917f4] {
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

.editEvent .editLayout[data-v-481917f4],.editEvent[data-v-481917f4] {
    position: absolute
}

.editEvent .editLayout .handle[data-v-481917f4] {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.editEvent .editLayout .handle .addColumn[data-v-481917f4],.editEvent .editLayout .handle .addLayout[data-v-481917f4] {
    background: #0079fe;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -31px;
    width: 70px
}

.editEvent .editLayout .handle .addColumn[data-v-481917f4]:before,.editEvent .editLayout .handle .addLayout[data-v-481917f4]:before {
    bottom: -5px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0
}

.editEvent .editLayout .handle .addColumn[data-v-481917f4]:hover,.editEvent .editLayout .handle .addLayout[data-v-481917f4]:hover {
    background-color: #0063f8
}

.editEvent .editLayout .handle .editHandle[data-v-481917f4] {
    background: #0079fe;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    position: absolute;
    right: 3px
}

.editEvent .editLayout .handle .editHandle .edit[data-v-481917f4] {
    font-size: 12px;
    padding: 0 10px
}

.editEvent .editLayout .handle .editHandle i[data-v-481917f4] {
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 35px;
    text-align: center
}

.editEvent .editLayout .handle .editHandle i[data-v-481917f4]:hover {
    background-color: #0063f8
}

.editEvent .editLayout .handle .editHandle[data-v-481917f4]:before {
    bottom: -5px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0
}

.editEvent .editLayout .handle .exitLayout[data-v-481917f4] {
    background: #0079fe;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 3px;
    text-align: center;
    width: 70px
}

.editEvent .editLayout .handle .exitLayout[data-v-481917f4]:before {
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px
}

.editEvent .editLayout .handle .exitLayout[data-v-481917f4]:hover {
    background-color: #0063f8
}

.editEvent .editLayout .handle[data-v-481917f4]:before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px
}

.editEvent .editLayout .size[data-v-481917f4] {
    position: absolute;
    z-index: 1
}

.editEvent .editLayout .size .editSize[data-v-481917f4] {
    display: flex;
    position: absolute
}

.editEvent .editLayout .size .editSize p[data-v-481917f4] {
    align-items: center;
    background-color: #0079fe;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative
}

.editEvent .editLayout .size .editSize p i[data-v-481917f4] {
    background-color: #fff;
    border-radius: 5px;
    height: 2px;
    width: 2px
}

.editEvent .editLayout .size .editSize p em[data-v-481917f4] {
    background-color: #fffaee;
    border: 1px solid #f5e4ba;
    color: #3a3a37;
    display: none;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.editEvent .editLayout .size .editSize p:hover em[data-v-481917f4] {
    display: block
}

.editEvent .editLayout .size .editSize[type=bottom][data-v-481917f4],.editEvent .editLayout .size .editSize[type=top][data-v-481917f4] {
    justify-content: center;
    left: 0;
    right: 0
}

.editEvent .editLayout .size .editSize[type=bottom] p[data-v-481917f4],.editEvent .editLayout .size .editSize[type=top] p[data-v-481917f4] {
    cursor: n-resize;
    height: 10px;
    padding: 0 10px;
    width: 45px
}

.editEvent .editLayout .size .editSize[type=top][data-v-481917f4] {
    top: -5px
}

.editEvent .editLayout .size .editSize[type=top] p em[data-v-481917f4] {
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}

.editEvent .editLayout .size .editSize[type=bottom][data-v-481917f4] {
    margin-top: -5px
}

.editEvent .editLayout .size .editSize[type=bottom] p em[data-v-481917f4] {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.editEvent .editLayout .size .editSize[type=left][data-v-481917f4],.editEvent .editLayout .size .editSize[type=right][data-v-481917f4] {
    align-items: center;
    bottom: 0;
    top: 0
}

.editEvent .editLayout .size .editSize[type=left] p[data-v-481917f4],.editEvent .editLayout .size .editSize[type=right] p[data-v-481917f4] {
    cursor: e-resize;
    flex-flow: column;
    height: 45px;
    padding: 10px 0;
    width: 10px
}

.editEvent .editLayout .size .editSize[type=left][data-v-481917f4] {
    left: -5px
}

.editEvent .editLayout .size .editSize[type=left] p em[data-v-481917f4] {
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.editEvent .editLayout .size .editSize[type=right][data-v-481917f4] {
    right: -5px
}

.editEvent .editLayout .size .editSize[type=right] p em[data-v-481917f4] {
    right: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.editEvent .editColumn[data-v-481917f4] {
    position: absolute
}

.editEvent .editColumn .handle[data-v-481917f4] {
    border-radius: 4px;
    display: flex;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0
}

.editEvent .editColumn .handle>i[data-v-481917f4] {
    background: #ff6767;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px
}

.editEvent .editBoxMo[data-v-481917f4],.editEvent .editMo[data-v-481917f4] {
    position: absolute
}

.editEvent .editBoxMo .handle[data-v-481917f4],.editEvent .editMo .handle[data-v-481917f4] {
    border-radius: 4px;
    display: flex;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.editEvent .editBoxMo .handle i[data-v-481917f4],.editEvent .editMo .handle i[data-v-481917f4] {
    background: #52b70d;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px
}

.editEvent .editBoxMo .line[data-v-481917f4],.editEvent .editMo .line[data-v-481917f4] {
    left: 0;
    position: absolute;
    top: 0
}

.editEvent .editBoxMo .line i[data-v-481917f4],.editEvent .editMo .line i[data-v-481917f4] {
    border-color: #52b70d;
    border-style: dashed;
    display: block;
    position: absolute
}

.editEvent .editBoxMo .line i[type=b][data-v-481917f4],.editEvent .editBoxMo .line i[type=t][data-v-481917f4],.editEvent .editMo .line i[type=b][data-v-481917f4],.editEvent .editMo .line i[type=t][data-v-481917f4] {
    border-width: 1px 0 0;
    left: 0
}

.editEvent .editBoxMo .line i[type=t][data-v-481917f4],.editEvent .editMo .line i[type=t][data-v-481917f4] {
    top: 0
}

.editEvent .editBoxMo .line i[type=l][data-v-481917f4],.editEvent .editBoxMo .line i[type=r][data-v-481917f4],.editEvent .editMo .line i[type=l][data-v-481917f4],.editEvent .editMo .line i[type=r][data-v-481917f4] {
    border-width: 1px 1px 0 0;
    top: 0
}

.editEvent .editBoxMo .line i[type=l][data-v-481917f4],.editEvent .editMo .line i[type=l][data-v-481917f4] {
    left: 0
}

.editEvent .editBoxMo .size .editSize[data-v-481917f4],.editEvent .editMo .size .editSize[data-v-481917f4] {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.editEvent .editBoxMo .size .editSize i[data-v-481917f4],.editEvent .editMo .size .editSize i[data-v-481917f4] {
    background-color: #ddd;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 13px;
    line-height: 1;
    line-height: 13px;
    text-align: center;
    width: 13px;
    z-index: 1
}

.editEvent .editBoxMo .size .editSize i[data-v-481917f4]:hover,.editEvent .editMo .size .editSize i[data-v-481917f4]:hover {
    background-color: #006cff
}

.editEvent .editBoxMo .size .editSize i:hover em[data-v-481917f4],.editEvent .editMo .size .editSize i:hover em[data-v-481917f4] {
    display: block
}

.editEvent .editBoxMo .size .editSize i em[data-v-481917f4],.editEvent .editMo .size .editSize i em[data-v-481917f4] {
    background-color: #fffaee;
    border: 1px solid #f5e4ba;
    color: #3a3a37;
    display: none;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.editEvent .editBoxMo .size .editSize[type=top][data-v-481917f4],.editEvent .editMo .size .editSize[type=top][data-v-481917f4] {
    left: 0;
    right: 0;
    top: 0
}

.editEvent .editBoxMo .size .editSize[type=top] i[data-v-481917f4],.editEvent .editMo .size .editSize[type=top] i[data-v-481917f4] {
    cursor: n-resize
}

.editEvent .editBoxMo .size .editSize[type=top] i em[data-v-481917f4],.editEvent .editMo .size .editSize[type=top] i em[data-v-481917f4] {
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}

.editEvent .editBoxMo .size .editSize[type=left][data-v-481917f4],.editEvent .editMo .size .editSize[type=left][data-v-481917f4] {
    bottom: 0;
    left: 0;
    top: 0
}

.editEvent .editBoxMo .size .editSize[type=left] i[data-v-481917f4],.editEvent .editMo .size .editSize[type=left] i[data-v-481917f4] {
    cursor: e-resize
}

.editEvent .editBoxMo .size .editSize[type=left] i em[data-v-481917f4],.editEvent .editMo .size .editSize[type=left] i em[data-v-481917f4] {
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.editEvent .editBoxMo .size .editMove[data-v-481917f4],.editEvent .editMo .size .editMove[data-v-481917f4] {
    background-color: #fff;
    border: 1px solid #52b70d;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 1
}

.editEvent .editBoxMo .size .editMove .tip[data-v-481917f4],.editEvent .editMo .size .editMove .tip[data-v-481917f4] {
    background-color: #fffaee;
    border: 1px solid #f5e4ba;
    color: #3a3a37;
    display: none;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.editEvent .editBoxMo .size .editMove .tip[data-v-481917f4] em,.editEvent .editMo .size .editMove .tip[data-v-481917f4] em {
    display: block
}

.editEvent .editBoxMo .size .editMove[type=move][data-v-481917f4],.editEvent .editMo .size .editMove[type=move][data-v-481917f4] {
    cursor: nw-resize;
    right: -5px
}

.editEvent .editBoxMo .size .editMove[type=move] .tip[data-v-481917f4],.editEvent .editMo .size .editMove[type=move] .tip[data-v-481917f4] {
    left: 10px;
    top: 14px
}

.editEvent .editBoxMo .handle[data-v-481917f4] {
    left: 0;
    right: auto
}

.editMoItem {
    position: absolute;
    z-index: 99
}

.editMoItem .handle {
    border-radius: 2px;
    display: flex;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.editMoItem .handle i {
    background: #474747;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px
}

.editMoItem .line {
    left: 0;
    position: absolute;
    top: 0
}

.editMoItem .line i {
    border-color: #474747;
    border-style: dashed;
    display: block;
    position: absolute
}

.editMoItem .line i[type=b],.editMoItem .line i[type=t] {
    border-width: 1px 0 0;
    left: 0
}

.editMoItem .line i[type=t] {
    top: 0
}

.editMoItem .line i[type=l],.editMoItem .line i[type=r] {
    border-width: 1px 1px 0 0;
    top: 0
}

.editMoItem .line i[type=l] {
    left: 0
}

.editMoItem .size .editSize {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.editMoItem .size .editSize i {
    background-color: #ddd;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 13px;
    line-height: 1;
    line-height: 13px;
    text-align: center;
    width: 13px;
    z-index: 1
}

.editMoItem .size .editSize i:hover {
    background-color: #006cff
}

.editMoItem .size .editSize i:hover em {
    display: block
}

.editMoItem .size .editSize i em {
    background-color: #fffaee;
    border: 1px solid #f5e4ba;
    color: #3a3a37;
    display: none;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.editMoItem .size .editSize[type=top] {
    left: 0;
    right: 0;
    top: 0
}

.editMoItem .size .editSize[type=top] i {
    cursor: n-resize
}

.editMoItem .size .editSize[type=top] i em {
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}

.editMoItem .size .editSize[type=left] {
    bottom: 0;
    left: 0;
    top: 0
}

.editMoItem .size .editSize[type=left] i {
    cursor: e-resize
}

.editMoItem .size .editSize[type=left] i em {
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.editMoItem .size .editMove {
    background-color: #fff;
    border: 1px solid #474747;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 1
}

.editMoItem .size .editMove .tip {
    background-color: #fffaee;
    border: 1px solid #f5e4ba;
    color: #3a3a37;
    display: none;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.editMoItem .size .editMove .tip ::v-deep em {
    display: block
}

.editMoItem .size .editMove[type=move] {
    cursor: nw-resize;
    right: -5px
}

.editMoItem .size .editMove[type=move] .tip {
    left: 10px;
    top: 14px
}

[data-v-4c6ec03b] .upImgList {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

[data-v-4c6ec03b] .upImgList .item {
    margin-bottom: 10px;
    width: 25%
}

[data-v-4c6ec03b] .upImgList .item .el-upload {
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 60px
}

[data-v-4c6ec03b] .upImgList .item .el-upload img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

[data-v-4c6ec03b] .upImgList .item .el-upload .el-upload-actions {
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s
}

[data-v-4c6ec03b] .upImgList .item .el-upload .el-upload-actions .el-icon-plus {
    color: #fff
}

[data-v-4c6ec03b] .upImgList .item .el-upload .el-upload-actions .el-icon-error {
    background: #fff;
    border-radius: 50%;
    color: red;
    position: absolute;
    right: -5px;
    top: -5px
}

[data-v-4c6ec03b] .upImgList .item .el-upload:hover .el-upload-actions {
    opacity: 1
}

.moduleGroup[data-v-4c6ec03b] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-4c6ec03b] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-4c6ec03b] {
    margin-top: -58px
}

.moduleGroup .el-col .setIcon[data-v-4c6ec03b] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.moduleGroup2[data-v-4c6ec03b] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-4c6ec03b] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li .active[data-v-4c6ec03b] {
    margin-top: -58px
}

.moduleGroup2 li .setIcon[data-v-4c6ec03b] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.is_bold[data-v-739aa73a] {
    font-weight: 700
}

.moduleGroup[data-v-739aa73a] {
    justify-content: flex-start
}

.moduleGroup .active[data-v-739aa73a] {
    border: 2px solid #1e83ff;
    border-radius: 5px
}

.moduleGroup .el-col[data-v-739aa73a] {
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col img[data-v-739aa73a] {
    max-height: 100%;
    max-width: 100%
}

.moduleGroup .el-col .typeActive[data-v-739aa73a] {
    right: 12px
}

.oneNav h3[data-v-739aa73a] {
    color: #888;
    font-size: 12px;
    line-height: 28px
}

.oneNav .el-col[data-v-739aa73a] {
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 5px 5px;
    overflow: hidden;
    position: relative
}

.oneNav .el-col img[data-v-739aa73a] {
    max-height: 100%;
    max-width: 100%
}

.oneNav .el-col .typeActive[data-v-739aa73a] {
    right: 12px
}

.oneNav li[data-v-739aa73a] {
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    overflow: hidden;
    position: relative
}

.oneNav li img[data-v-739aa73a] {
    max-height: 100%;
    max-width: 100%
}

.oneNav li .typeActive[data-v-739aa73a] {
    right: 12px
}

.oneNav .active[data-v-739aa73a] {
    border-color: #1e83ff
}

.dataList h2[data-v-fee4b1b0] {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px
}

.dataList .el-icon-delete[data-v-fee4b1b0] {
    cursor: pointer;
    font-size: 16px
}

[data-v-fee4b1b0] .sty_tab {
    border: 1px solid #eee;
    font-size: 12px
}

[data-v-fee4b1b0] .sty_tab .el-table__body-wrapper {
    overflow-x: hidden
}

[data-v-fee4b1b0] .sty_tab .el-input__inner {
    padding: 0 5px
}

[data-v-fee4b1b0] .sty_tab tr .itemUpIcon {
    color: #409eff;
    cursor: pointer
}

[data-v-fee4b1b0] .sty_tab tr .iconSize {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

[data-v-fee4b1b0] .sty_tab tr .iconSize img {
    max-height: 100%;
    max-width: 100%
}

[data-v-fee4b1b0] .sty_tab tr .icon {
    cursor: pointer
}

[data-v-fee4b1b0] .sty_tab tr:first-child .jz-zhixiangshang,[data-v-fee4b1b0] .sty_tab tr:last-child .jz-zhixiangxia {
    color: #cbcbcb;
    cursor: no-drop
}

[data-v-fee4b1b0] .sty_tab tr .del {
    color: #409eff
}

.tab_btn[data-v-fee4b1b0] {
    padding: 10px 0;
    text-align: center
}

.moduleGroup[data-v-fee4b1b0] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-fee4b1b0] {
    cursor: pointer;
    height: 65px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .showModule[data-v-fee4b1b0] {
    height: 65px;
    width: 65px
}

.moduleGroup .el-col .typeActive[data-v-fee4b1b0] {
    right: 12px
}

[data-v-fee4b1b0] .colorSet {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px
}

[data-v-fee4b1b0] .colorSet span {
    cursor: pointer;
    margin: 0 2px
}

[data-v-fee4b1b0] .colorSet span.active em {
    transform: scale(1.2);
    transform-origin: center center
}

[data-v-fee4b1b0] .colorSet span em {
    border: 1px solid #fff;
    border-radius: 5em;
    display: block;
    height: 18px;
    line-height: 18px;
    width: 18px
}

[data-v-fee4b1b0] .colorSet span .color_def {
    border-color: #999;
    font-size: 12px;
    text-align: center
}

[data-v-fee4b1b0] .colorSet span .color_cus {
    border: 1px solid #fff;
    display: block;
    height: auto;
    margin-left: 2px;
    overflow: hidden;
    transform: rotate(45deg)
}

[data-v-fee4b1b0] .colorSet span .color_cus .el-color-picker__trigger {
    border: 0;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: auto
}

[data-v-fee4b1b0] .colorSet span .color_cus .el-color-picker__trigger .el-color-picker__color {
    height: 18px;
    margin: 0;
    width: 18px
}

[data-v-fee4b1b0] .colorSet span .color_cus .el-color-picker__trigger .el-color-picker__color .el-color-picker__color-inner {
    margin: 0
}

[data-v-fee4b1b0] .colorSet span .color_cus .el-color-picker__icon {
    display: none
}

.sortList[data-v-fee4b1b0] {
    padding: 0 10px
}

.sortList .sortItem[data-v-fee4b1b0] {
    align-items: center;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    cursor: move;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin: 5px 0;
    padding: 0 10px
}

.sortList .sortItem p[data-v-fee4b1b0] {
    color: #8d8d8d;
    font-size: 14px
}

.sortList .sortItem .move[data-v-fee4b1b0] {
    width: 12px
}

.sortList .sortItem .move em[data-v-fee4b1b0] {
    display: flex;
    justify-content: space-between;
    margin: 2px 0
}

.sortList .sortItem .move em[data-v-fee4b1b0]:after,.sortList .sortItem .move em[data-v-fee4b1b0]:before {
    background-color: #ddd;
    border-radius: 5em;
    content: "";
    display: block;
    height: 5px;
    width: 5px
}

[data-v-13c54ed4] .callContent .conList {
    font-size: 12px
}

[data-v-13c54ed4] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-13c54ed4] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-13c54ed4] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-13c54ed4] .callContent .conList2 dl {
    display: flex
}

[data-v-13c54ed4] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-13c54ed4] .callContent .btnGroup {
    text-align: right
}

[data-v-13c54ed4] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-13c54ed4] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-13c54ed4] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-13c54ed4] {
    margin-top: -58px
}

.moduleGroup .el-col .setIcon[data-v-13c54ed4] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.moduleGroup2[data-v-13c54ed4] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-13c54ed4] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li .active[data-v-13c54ed4] {
    margin-top: -58px
}

.moduleGroup2 li .setIcon[data-v-13c54ed4] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

[data-v-847c6322] .callContent .conList {
    font-size: 12px
}

[data-v-847c6322] .callContent .conList dd {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-847c6322] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-847c6322] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-847c6322] .callContent .conList2 dl {
    display: flex
}

[data-v-847c6322] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-847c6322] .callContent .btnGroup {
    text-align: right
}

[data-v-847c6322] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-847c6322] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-847c6322] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-847c6322] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-847c6322] {
    right: 12px
}

.moduleGroup2[data-v-847c6322] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-847c6322] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-847c6322] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-847c6322] {
    right: 12px
}

.moduleGroup[data-v-584dd2f2] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-584dd2f2] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-584dd2f2] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-584dd2f2] {
    right: 12px
}

[data-v-56edae4b] .callContent .conList {
    font-size: 12px
}

[data-v-56edae4b] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-56edae4b] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-56edae4b] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-56edae4b] .callContent .conList2 dl {
    display: flex
}

[data-v-56edae4b] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-56edae4b] .callContent .btnGroup {
    text-align: right
}

[data-v-56edae4b] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-56edae4b] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-56edae4b] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-56edae4b] {
    margin-top: -58px
}

.moduleGroup .el-col .setIcon[data-v-56edae4b] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.moduleGroup2[data-v-56edae4b] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-56edae4b] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li .active[data-v-56edae4b] {
    margin-top: -58px
}

.moduleGroup2 li .setIcon[data-v-56edae4b] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

[data-v-e7d41aee] .callContent .conList {
    font-size: 12px
}

[data-v-e7d41aee] .callContent .conList dd {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-e7d41aee] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-e7d41aee] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-e7d41aee] .callContent .conList2 dl {
    display: flex
}

[data-v-e7d41aee] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-e7d41aee] .callContent .btnGroup {
    text-align: right
}

[data-v-e7d41aee] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-e7d41aee] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-e7d41aee] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-e7d41aee] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-e7d41aee] {
    right: 12px
}

.moduleGroup2[data-v-e7d41aee] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-e7d41aee] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-e7d41aee] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-e7d41aee] {
    right: 12px
}

[data-v-7974ea5c] .callContent {
    height: 100%
}

[data-v-7974ea5c] .callContent .conBox {
    height: calc(100% - 48px)
}

[data-v-7974ea5c] .callContent .conList {
    font-size: 12px;
    height: calc(100% - 62px);
    margin-bottom: 10px
}

[data-v-7974ea5c] .callContent .conList dd {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-7974ea5c] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-7974ea5c] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-7974ea5c] .callContent .conList2 dl {
    display: flex
}

[data-v-7974ea5c] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-7974ea5c] .callContent .btnGroup {
    text-align: right
}

[data-v-7974ea5c] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-7974ea5c] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-7974ea5c] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-7974ea5c] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-7974ea5c] {
    right: 12px
}

.moduleGroup2[data-v-7974ea5c] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-7974ea5c] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-7974ea5c] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-7974ea5c] {
    right: 12px
}

[data-v-7974ea5c] .set-doc-sort {
    padding-top: 10px
}

[data-v-7974ea5c] .set-doc-sort .right {
    padding-top: 2px
}

[data-v-7974ea5c] .set-doc-sort .el-radio__label {
    padding-left: 2px
}

[data-v-4cc5182f] .textEdit {
    height: calc(100% - 40px);
    padding-top: 10px
}

[data-v-4cc5182f] .textEdit .alt {
    align-items: center;
    background: #fdf6ec;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px
}

[data-v-4cc5182f] .textEdit .alt span {
    align-items: center;
    display: flex
}

[data-v-4cc5182f] .textEdit .alt span i,[data-v-4cc5182f] .textEdit .alt span p {
    color: #e6a23c;
    margin-right: 10px
}

[data-v-4cc5182f] .textEdit .alt span p {
    font-size: 12px
}

[data-v-4cc5182f] .textEdit .quill-editor {
    height: calc(100% - 60px)
}

[data-v-4cc5182f] .textEdit .quill-editor.cus .ql-editor {
    background-color: #bababa
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow {
    border-color: #e6e6e6;
    padding: 5px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow button {
    width: 26px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-font {
    width: 96px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-size {
    width: 90px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-lineHeight .ql-picker-label {
    padding-right: 20px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-picker-options {
    max-height: 200px;
    overflow-y: auto
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-formats {
    margin-right: 5px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-formats button {
    height: 22px;
    width: 22px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-background,[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-color {
    overflow: hidden;
    position: relative
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-background .el-color-picker,[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-color .el-color-picker {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-toolbar.ql-snow .ql-color {
    padding: 3px 5px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-container.ql-snow {
    border-color: #e6e6e6;
    max-height: calc(100% - 135px);
    min-height: 200px
}

[data-v-4cc5182f] .textEdit .quill-editor .ql-container.ql-snow em,[data-v-4cc5182f] .textEdit .quill-editor .ql-container.ql-snow i {
    font-style: italic
}

.bottonGroup[data-v-1bc41413] {
    text-align: center
}

.bottonGroup .el-col[data-v-1bc41413] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .typeActive[data-v-1bc41413] {
    right: 12px
}

.bottonGroup .type_1[data-v-1bc41413]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-1bc41413]:after,.bottonGroup .type_2[data-v-1bc41413]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-1bc41413]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-1bc41413]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-1bc41413]:after,.bottonGroup .type_4[data-v-1bc41413]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-1bc41413]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-1bc41413]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-1bc41413]:after,.bottonGroup .type_6[data-v-1bc41413]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-1bc41413]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-1bc41413]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-1bc41413]:after,.bottonGroup .type_8[data-v-1bc41413]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-1bc41413]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-1bc41413]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.moduleGroup[data-v-30985934] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-30985934] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-30985934] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-30985934] {
    right: 12px
}

.moduleGroup[data-v-ce4b099e] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-ce4b099e] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-ce4b099e] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-ce4b099e] {
    right: 12px
}

.moduleGroup[data-v-09811ec2] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-09811ec2] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-09811ec2] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-09811ec2] {
    right: 12px
}

.moduleGroup2[data-v-09811ec2] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-09811ec2] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-09811ec2] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-09811ec2] {
    right: 12px
}

.moduleGroup[data-v-63c86581] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-63c86581] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-63c86581] {
    margin-top: -58px
}

.moduleGroup .typeActive[data-v-63c86581] {
    right: 12px
}

.iconList dl[data-v-63c86581] {
    display: flex;
    flex-wrap: wrap
}

.iconList dl dd[data-v-63c86581],.iconList dl dt[data-v-63c86581] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 56px;
    justify-content: center;
    margin-bottom: 10px;
    width: 20%
}

.iconList dl dt[data-v-63c86581] {
    border: 1px dashed #ddd
}

.iconList dl dd[data-v-63c86581] {
    border: 1px solid #ddd;
    margin-right: 5%;
    position: relative
}

.iconList dl dd[data-v-63c86581]:nth-child(4n) {
    margin-right: 0
}

.iconList dl dd img[data-v-63c86581] {
    background: #fff;
    max-height: 100%;
    max-width: 100%
}

.iconList dl dd .el-icon-error[data-v-63c86581] {
    color: red;
    display: none;
    position: absolute;
    right: -5px;
    top: -5px
}

.iconList dl dd .edit[data-v-63c86581] {
    align-items: center;
    background: #0fb;
    bottom: 0;
    display: none;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 20px;
    z-index: 1
}

.iconList dl dd .edit i[data-v-63c86581] {
    font-size: 12px
}

.iconList dl dd:hover .el-icon-error[data-v-63c86581] {
    display: block
}

.iconList dl dd:hover .edit[data-v-63c86581] {
    display: flex
}

.iconList dl dd .typeActive[data-v-63c86581] {
    display: none
}

.iconList dl dd.active[data-v-63c86581] {
    border-color: #1e83ff
}

.iconList dl dd.active .typeActive[data-v-63c86581] {
    display: block
}

[data-v-1045b894] .callContent .conList {
    font-size: 12px
}

[data-v-1045b894] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-1045b894] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-1045b894] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-1045b894] .callContent .conList2 dl {
    display: flex
}

[data-v-1045b894] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-1045b894] .callContent .btnGroup {
    text-align: right
}

[data-v-1045b894] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-1045b894] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-1045b894] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-1045b894] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-1045b894] {
    right: 12px
}

.moduleGroup2[data-v-1045b894] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-1045b894] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-1045b894] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-1045b894] {
    right: 12px
}

.tabsList[data-v-d4822dba] {
    border: 1px solid #dcdfe6
}

.tabsList dd[data-v-d4822dba],.tabsList dt[data-v-d4822dba] {
    display: flex
}

.tabsList dd span[data-v-d4822dba],.tabsList dt span[data-v-d4822dba] {
    display: block;
    flex: 1;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.tabsList dd .el-input[data-v-d4822dba],.tabsList dd img[data-v-d4822dba],.tabsList dt .el-input[data-v-d4822dba],.tabsList dt img[data-v-d4822dba] {
    max-height: 100%;
    max-width: 100%
}

.tabsList dd[data-v-d4822dba] .el-input,.tabsList dt[data-v-d4822dba] .el-input {
    font-size: 12px
}

.tabsList dd[data-v-d4822dba] .el-input .el-input__inner,.tabsList dt[data-v-d4822dba] .el-input .el-input__inner {
    padding: 0 5px
}

.tabsList dt[data-v-d4822dba] {
    background-color: #f8f9fb
}

.tabsList dd span[data-v-d4822dba] {
    padding: 5px
}

.tabsList dd span i[data-v-d4822dba],.tabsList dd span img[data-v-d4822dba] {
    cursor: pointer
}

.imgGroup .el-radio-group[data-v-d4822dba] {
    white-space: nowrap
}

.imgScroll[data-v-d4822dba] {
    padding: 0 15px;
    position: relative
}

.imgScroll .icon[data-v-d4822dba] {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: calc(50% - 12px)
}

.imgScroll .icon[data-v-d4822dba]:first-child {
    left: -4px
}

.imgScroll .icon[data-v-d4822dba]:last-child {
    right: -4px
}

.imgScroll dl[data-v-d4822dba] {
    overflow: hidden;
    transition: all .5s;
    white-space: nowrap
}

.imgScroll dl dd[data-v-d4822dba] {
    cursor: pointer;
    display: inline-block;
    height: 56px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 75px
}

.imgScroll dl dd[data-v-d4822dba]:last-child {
    margin-right: 0
}

.imgScroll dl dd img[data-v-d4822dba] {
    display: block;
    width: 560px
}

.imgScroll dl dd .typeActive[data-v-d4822dba] {
    display: none
}

.imgScroll dl dd.active .typeActive[data-v-d4822dba] {
    display: block
}

.mobileType[data-v-d4822dba] {
    padding: 0
}

.mobileType dl dd[data-v-d4822dba] {
    width: 80px
}

[data-v-990a5ca0] .callContent {
    height: 100%
}

[data-v-990a5ca0] .callContent .conBox {
    height: calc(100% - 48px)
}

[data-v-990a5ca0] .callContent .conList {
    font-size: 12px;
    height: calc(100% - 62px);
    margin-bottom: 10px
}

[data-v-990a5ca0] .callContent .conList dd {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-990a5ca0] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-990a5ca0] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-990a5ca0] .callContent .conList2 dl {
    display: flex
}

[data-v-990a5ca0] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-990a5ca0] .callContent .btnGroup {
    text-align: right
}

[data-v-990a5ca0] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-990a5ca0] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-990a5ca0] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-990a5ca0] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-990a5ca0] {
    right: 12px
}

.moduleGroup2[data-v-990a5ca0] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-990a5ca0] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-990a5ca0] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-990a5ca0] {
    right: 12px
}

[data-v-990a5ca0] .set-doc-sort {
    padding-top: 10px
}

[data-v-990a5ca0] .set-doc-sort .right {
    padding-top: 2px
}

[data-v-990a5ca0] .set-doc-sort .el-radio__label {
    padding-left: 2px
}

[data-v-6ec7a16f] .callContent {
    height: 100%
}

[data-v-6ec7a16f] .callContent .conBox {
    height: calc(100% - 96px)
}

[data-v-6ec7a16f] .callContent .conList {
    font-size: 12px;
    height: calc(100% - 62px);
    margin-bottom: 10px
}

[data-v-6ec7a16f] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-6ec7a16f] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-6ec7a16f] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-6ec7a16f] .callContent .conList2 dl {
    display: flex
}

[data-v-6ec7a16f] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-6ec7a16f] .callContent .btnGroup {
    text-align: right
}

[data-v-6ec7a16f] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-6ec7a16f] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-6ec7a16f] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-6ec7a16f] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-6ec7a16f] {
    right: 12px
}

.moduleGroup2[data-v-6ec7a16f] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-6ec7a16f] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-6ec7a16f] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-6ec7a16f] {
    right: 12px
}

[data-v-6ec7a16f] .set-doc-sort {
    padding-top: 10px
}

[data-v-6ec7a16f] .set-doc-sort .right {
    padding-top: 2px
}

[data-v-6ec7a16f] .set-doc-sort .el-radio__label {
    padding-left: 2px
}

[data-v-3b49991f] .callContent .conList {
    font-size: 12px
}

[data-v-3b49991f] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-3b49991f] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-3b49991f] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-3b49991f] .callContent .conList2 dl {
    display: flex;
    flex-wrap: wrap
}

[data-v-3b49991f] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-3b49991f] .callContent .btnGroup {
    text-align: right
}

[data-v-3b49991f] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-3b49991f] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-3b49991f] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-3b49991f] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-3b49991f] {
    right: 12px
}

.moduleGroup2[data-v-3b49991f] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-3b49991f] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li .active[data-v-3b49991f] {
    margin-top: -58px
}

.moduleGroup2 li .typeActive[data-v-3b49991f] {
    right: 12px
}

[data-v-9ff2cbe8] .callContent .conList {
    font-size: 12px
}

[data-v-9ff2cbe8] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-9ff2cbe8] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-9ff2cbe8] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-9ff2cbe8] .callContent .conList2 dl {
    display: flex;
    flex-wrap: wrap
}

[data-v-9ff2cbe8] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-9ff2cbe8] .callContent .btnGroup {
    text-align: right
}

[data-v-9ff2cbe8] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-9ff2cbe8] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-9ff2cbe8] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-9ff2cbe8] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-9ff2cbe8] {
    right: 12px
}

.moduleGroup2[data-v-9ff2cbe8] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-9ff2cbe8] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li .active[data-v-9ff2cbe8] {
    margin-top: -58px
}

.moduleGroup2 li .typeActive[data-v-9ff2cbe8] {
    right: 12px
}

.moduleGroup[data-v-4c3fcbe5] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-4c3fcbe5] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-4c3fcbe5] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-4c3fcbe5] {
    right: 12px
}

.moduleGroup[data-v-4db6fd74] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-4db6fd74] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-4db6fd74] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-4db6fd74] {
    right: 12px
}

.tabsList[data-v-02fbea5b] {
    border: 1px solid #dcdfe6
}

.tabsList dd[data-v-02fbea5b],.tabsList dt[data-v-02fbea5b] {
    display: flex
}

.tabsList dd span[data-v-02fbea5b],.tabsList dt span[data-v-02fbea5b] {
    display: block;
    flex: 1;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.tabsList dd span[data-v-02fbea5b]:first-child,.tabsList dt span[data-v-02fbea5b]:first-child {
    flex: none
}

.tabsList dd span:first-child .el-input[data-v-02fbea5b],.tabsList dt span:first-child .el-input[data-v-02fbea5b] {
    width: 75px
}

.tabsList dd .el-input[data-v-02fbea5b],.tabsList dd img[data-v-02fbea5b],.tabsList dt .el-input[data-v-02fbea5b],.tabsList dt img[data-v-02fbea5b] {
    max-height: 100%;
    max-width: 100%
}

.tabsList dd[data-v-02fbea5b] .el-input,.tabsList dt[data-v-02fbea5b] .el-input {
    font-size: 12px
}

.tabsList dd[data-v-02fbea5b] .el-input .el-input__inner,.tabsList dt[data-v-02fbea5b] .el-input .el-input__inner {
    padding: 0 5px
}

.tabsList dt[data-v-02fbea5b] {
    background-color: #f8f9fb
}

.tabsList dt span[data-v-02fbea5b]:first-child {
    width: 85px
}

.tabsList dd span[data-v-02fbea5b] {
    padding: 5px
}

.tabsList dd span i[data-v-02fbea5b],.tabsList dd span img[data-v-02fbea5b] {
    cursor: pointer
}

.tabsList dd span a[data-v-02fbea5b] {
    color: #409eff
}

.bottonGroup[data-v-02fbea5b] {
    text-align: center
}

.bottonGroup .el-col[data-v-02fbea5b] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .typeActive[data-v-02fbea5b] {
    right: 12px
}

.bottonGroup .type_1[data-v-02fbea5b]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-02fbea5b]:after,.bottonGroup .type_2[data-v-02fbea5b]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-02fbea5b]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-02fbea5b]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-02fbea5b]:after,.bottonGroup .type_4[data-v-02fbea5b]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-02fbea5b]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-02fbea5b]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-02fbea5b]:after,.bottonGroup .type_6[data-v-02fbea5b]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-02fbea5b]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-02fbea5b]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-02fbea5b]:after,.bottonGroup .type_8[data-v-02fbea5b]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-02fbea5b]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-02fbea5b]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.tagGroup .el-tag[data-v-d226aa04] {
    margin: 2px 10px 2px 0!important
}

.tagGroup .button-new-tag[data-v-d226aa04] {
    margin: 0
}

.searchCon[data-v-d226aa04] {
    border: 1px solid #ddd;
    padding: 0 10px
}

.searchCon dd[data-v-d226aa04],.searchCon dt[data-v-d226aa04] {
    padding: 5px 0
}

.searchCon dd .el-checkbox-group[data-v-d226aa04] {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.searchCon dd .el-checkbox-group .el-checkbox[data-v-d226aa04] {
    margin: 5px 0;
    width: 120px
}

.button-new-tag[data-v-d226aa04],.el-tag+.el-tag[data-v-d226aa04] {
    margin-left: 10px
}

.button-new-tag[data-v-d226aa04] {
    height: 32px;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0
}

.input-new-tag[data-v-d226aa04] {
    margin-left: 10px;
    vertical-align: bottom;
    width: 90px
}

.searchGroup[data-v-d226aa04] {
    text-align: center
}

.searchGroup .el-col[data-v-d226aa04] {
    background: url(//xysjs.dlssyht.cn/_nuxt/img/search.9bb5628.jpg) no-repeat;
    background-size: 260px;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    width: calc(50% - 5px)
}

.searchGroup .el-col[data-v-d226aa04]:nth-child(odd) {
    margin-right: 10px
}

.searchGroup .el-col .typeActive[data-v-d226aa04] {
    right: 12px
}

.searchGroup .el-col.active[data-v-d226aa04] {
    border-color: #409eff
}

.searchGroup .type_11[data-v-d226aa04] {
    background-position: -5px -132px
}

.searchGroup .type_12[data-v-d226aa04] {
    background-position: -126px -132px
}

.searchGroup .type_13[data-v-d226aa04] {
    background-position: -5px -174px
}

.searchGroup .type_14[data-v-d226aa04] {
    background-position: -126px -174px
}

.searchGroup .type_15[data-v-d226aa04] {
    background-position: -5px -214px
}

.searchGroup .type_16[data-v-d226aa04] {
    background-position: -126px -214px
}

.searchGroup .type_17[data-v-d226aa04] {
    background-position: -126px -252px
}

.searchGroup .type_18[data-v-d226aa04] {
    background-position: -5px -288px
}

.searchGroup .type_18[data-v-d226aa04]:hover {
    background-position: -126px -288px
}

.searchGroup .type_21[data-v-d226aa04] {
    background-position: -5px -10px
}

.searchGroup .type_22[data-v-d226aa04] {
    background-position: -126px -10px
}

.searchGroup .type_23[data-v-d226aa04] {
    background-position: -5px -50px
}

.searchGroup .type_24[data-v-d226aa04] {
    background-position: -126px -50px
}

.searchGroup .type_25[data-v-d226aa04] {
    background-position: -5px -92px
}

.searchGroup .type_26[data-v-d226aa04] {
    background-position: -126px -92px
}

[data-v-547992ba] .language .el-checkbox {
    margin-bottom: 5px;
    margin-right: 0;
    width: 82px
}

[data-v-547992ba] .language .el-checkbox:nth-child(odd) {
    margin-right: 20px
}

.bottonGroup[data-v-547992ba] {
    text-align: center
}

.bottonGroup .el-col[data-v-547992ba] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .typeActive[data-v-547992ba] {
    right: 12px
}

.bottonGroup .type_1[data-v-547992ba]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-547992ba]:after,.bottonGroup .type_2[data-v-547992ba]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-547992ba]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-547992ba]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-547992ba]:after,.bottonGroup .type_4[data-v-547992ba]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-547992ba]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-547992ba]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-547992ba]:after,.bottonGroup .type_6[data-v-547992ba]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-547992ba]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-547992ba]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-547992ba]:after,.bottonGroup .type_8[data-v-547992ba]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-547992ba]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-547992ba]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.select-layout[data-v-6afab3ee] {
    padding-bottom: 6px
}

.select-layout-item[data-v-6afab3ee] {
    background: url(//xysjs.dlssyht.cn/_nuxt/img/layout1.aff29af.jpg) no-repeat 50%/cover;
    border: 2px solid #eee;
    display: block;
    height: 36px;
    margin: 0 0 6px;
    width: 100%
}

.select-layout-item[data-v-6afab3ee]:nth-child(2) {
    background-image: url(//xysjs.dlssyht.cn/_nuxt/img/layout2.2513aa2.jpg)
}

.select-layout-item[data-v-6afab3ee]:nth-child(3) {
    background-image: url(//xysjs.dlssyht.cn/_nuxt/img/layout3.af267a2.jpg)
}

.select-layout-item[data-v-6afab3ee]:nth-child(4) {
    background-image: url(//xysjs.dlssyht.cn/_nuxt/img/layout4.e340eec.jpg)
}

.select-layout-item.is-checked[data-v-6afab3ee] {
    border-color: #d92e2c
}

.select-layout-item[data-v-6afab3ee] span {
    display: none
}

.border-row[data-v-6afab3ee] {
    border-top: 1px solid #eee;
    margin-top: 7px
}

.align-item[data-v-6afab3ee] {
    border-radius: 100%;
    padding: 6px
}

.align-item.is-checked[data-v-6afab3ee] {
    background-color: #ddeafd
}

.align-item[data-v-6afab3ee] span {
    display: none
}

.header-height .unit-px[data-v-6afab3ee] {
    left: -13px;
    position: relative
}

.formatSet .row-bg[data-v-1844ce6e] {
    display: flex;
    flex-wrap: wrap
}

.formatSet .row-bg .el-col[data-v-1844ce6e] {
    margin-bottom: 10px
}

.formatSet .row-bg .el-col span[data-v-1844ce6e] {
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center
}

.formatSet .row-bg .active[data-v-1844ce6e] {
    position: relative
}

.formatSet .row-bg .active span[data-v-1844ce6e] {
    border-color: #409eff!important
}

.formatSet .row-bg .active span i[data-v-1844ce6e] {
    background: #409eff!important
}

.formatSet .row-bg .active .typeActive[data-v-1844ce6e] {
    right: 12px
}

.formatSet .list1 .el-col span[data-v-1844ce6e] {
    padding: 5px
}

.formatSet .list1 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 5px
}

.formatSet .list1 .type2 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list1 .type2 i[data-v-1844ce6e] {
    height: 15px;
    width: 30px
}

.formatSet .list2 .el-col span[data-v-1844ce6e] {
    padding: 5px
}

.formatSet .list2 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 5px
}

.formatSet .list2 .type1 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list2 .type1 i[data-v-1844ce6e] {
    height: 15px;
    width: 30px
}

.formatSet .list2 .type2 i[data-v-1844ce6e] {
    height: 30px;
    width: 15px
}

.formatSet .list2 .type3 i[data-v-1844ce6e] {
    height: 30px
}

.formatSet .list2 .type3 i[data-v-1844ce6e]:first-child {
    width: 20px
}

.formatSet .list2 .type3 i[data-v-1844ce6e]:last-child {
    width: 10px
}

.formatSet .list2 .type4 i[data-v-1844ce6e] {
    height: 30px
}

.formatSet .list2 .type4 i[data-v-1844ce6e]:first-child {
    width: 10px
}

.formatSet .list2 .type4 i[data-v-1844ce6e]:last-child {
    width: 20px
}

.formatSet .list3 .el-col span[data-v-1844ce6e] {
    flex-wrap: wrap;
    padding: 5px
}

.formatSet .list3 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 2px
}

.formatSet .list3 .type1 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list3 .type1 i[data-v-1844ce6e] {
    flex: 1;
    height: 10px;
    width: 30px
}

.formatSet .list3 .type2 i[data-v-1844ce6e] {
    height: 30px;
    width: 10px
}

.formatSet .list3 .type3 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list3 .type3 i[data-v-1844ce6e]:first-child {
    flex-basis: 40px
}

.formatSet .list3 .type3 i[data-v-1844ce6e]:nth-child(2),.formatSet .list3 .type3 i[data-v-1844ce6e]:nth-child(3) {
    width: 18px
}

.formatSet .list3 .type4 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list3 .type4 i[data-v-1844ce6e]:first-child,.formatSet .list3 .type4 i[data-v-1844ce6e]:nth-child(2) {
    width: 18px
}

.formatSet .list3 .type4 i[data-v-1844ce6e]:nth-child(3) {
    flex-basis: 40px
}

.formatSet .list4 .el-col span[data-v-1844ce6e] {
    flex-wrap: wrap;
    padding: 5px
}

.formatSet .list4 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 2px
}

.formatSet .list4 .type1 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list4 .type1 i[data-v-1844ce6e] {
    flex: 1;
    height: 8px;
    width: 30px
}

.formatSet .list4 .type2 i[data-v-1844ce6e] {
    height: 15px;
    width: 15px
}

.formatSet .list4 .type3 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list4 .type3 i[data-v-1844ce6e]:first-child {
    flex-basis: 41px
}

.formatSet .list4 .type3 i[data-v-1844ce6e]:nth-child(2),.formatSet .list4 .type3 i[data-v-1844ce6e]:nth-child(3),.formatSet .list4 .type3 i[data-v-1844ce6e]:nth-child(4) {
    width: 11px
}

.formatSet .list4 .type4 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list4 .type4 i[data-v-1844ce6e]:first-child,.formatSet .list4 .type4 i[data-v-1844ce6e]:nth-child(2),.formatSet .list4 .type4 i[data-v-1844ce6e]:nth-child(3) {
    width: 11px
}

.formatSet .list4 .type4 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 41px
}

.formatSet .list4 .type5 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list4 .type5 i[data-v-1844ce6e]:first-child,.formatSet .list4 .type5 i[data-v-1844ce6e]:nth-child(2) {
    width: 18px
}

.formatSet .list4 .type5 i[data-v-1844ce6e]:nth-child(3),.formatSet .list4 .type5 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 41px
}

.formatSet .list4 .type6 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list4 .type6 i[data-v-1844ce6e]:first-child,.formatSet .list4 .type6 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 41px
}

.formatSet .list4 .type6 i[data-v-1844ce6e]:nth-child(2),.formatSet .list4 .type6 i[data-v-1844ce6e]:nth-child(3) {
    width: 18px
}

.formatSet .list4 .type7 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list4 .type7 i[data-v-1844ce6e]:first-child,.formatSet .list4 .type7 i[data-v-1844ce6e]:nth-child(2) {
    flex-basis: 41px
}

.formatSet .list4 .type7 i[data-v-1844ce6e]:nth-child(3),.formatSet .list4 .type7 i[data-v-1844ce6e]:nth-child(4) {
    width: 18px
}

.formatSet .list4 .type8 i[data-v-1844ce6e] {
    height: 35px;
    width: 7px
}

.formatSet .list5 .el-col span[data-v-1844ce6e] {
    flex-wrap: wrap;
    padding: 5px
}

.formatSet .list5 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 2px
}

.formatSet .list5 .type1 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list5 .type1 i[data-v-1844ce6e] {
    flex: 1;
    height: 8px;
    width: 30px
}

.formatSet .list5 .type2 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list5 .type2 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type2 i[data-v-1844ce6e]:nth-child(2) {
    width: 20px
}

.formatSet .list5 .type2 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type2 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type2 i[data-v-1844ce6e]:nth-child(5) {
    width: 12px
}

.formatSet .list5 .type3 i[data-v-1844ce6e] {
    height: 15px
}

.formatSet .list5 .type3 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type3 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type3 i[data-v-1844ce6e]:nth-child(3) {
    width: 12px
}

.formatSet .list5 .type3 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type3 i[data-v-1844ce6e]:nth-child(5) {
    width: 20px
}

.formatSet .list5 .type4 i[data-v-1844ce6e] {
    height: 6px
}

.formatSet .list5 .type4 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type4 i[data-v-1844ce6e]:nth-child(2) {
    width: 19px
}

.formatSet .list5 .type4 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type4 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type4 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 42px
}

.formatSet .list5 .type5 i[data-v-1844ce6e] {
    height: 6px
}

.formatSet .list5 .type5 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type5 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type5 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 42px
}

.formatSet .list5 .type5 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type5 i[data-v-1844ce6e]:nth-child(3) {
    width: 19px
}

.formatSet .list5 .type6 i[data-v-1844ce6e] {
    height: 6px
}

.formatSet .list5 .type6 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type6 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type6 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 42px
}

.formatSet .list5 .type6 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type6 i[data-v-1844ce6e]:nth-child(4) {
    width: 19px
}

.formatSet .list5 .type7 i[data-v-1844ce6e] {
    height: 6px
}

.formatSet .list5 .type7 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type7 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type7 i[data-v-1844ce6e]:nth-child(3) {
    flex-basis: 42px
}

.formatSet .list5 .type7 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type7 i[data-v-1844ce6e]:nth-child(5) {
    width: 19px
}

.formatSet .list5 .type8 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type8 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type8 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type8 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type8 i[data-v-1844ce6e]:nth-child(5) {
    width: 18px
}

.formatSet .list5 .type8 i[data-v-1844ce6e]:first-child {
    flex-basis: 41px
}

.formatSet .list5 .type9 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type9 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type9 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type9 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type9 i[data-v-1844ce6e]:nth-child(5) {
    width: 18px
}

.formatSet .list5 .type9 i[data-v-1844ce6e]:nth-child(3) {
    flex-basis: 41px
}

.formatSet .list5 .type10 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type10 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type10 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type10 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type10 i[data-v-1844ce6e]:nth-child(4) {
    width: 18px
}

.formatSet .list5 .type10 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 41px
}

.formatSet .list5 .type11 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type11 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type11 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type11 i[data-v-1844ce6e]:nth-child(3) {
    width: 11px
}

.formatSet .list5 .type11 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type11 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 41px
}

.formatSet .list5 .type12 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type12 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type12 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 41px
}

.formatSet .list5 .type12 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type12 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type12 i[data-v-1844ce6e]:nth-child(4) {
    width: 11px
}

.formatSet .list5 .type13 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list5 .type13 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type13 i[data-v-1844ce6e]:nth-child(2) {
    flex-basis: 41px
}

.formatSet .list5 .type13 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type13 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type13 i[data-v-1844ce6e]:nth-child(5) {
    width: 11px
}

.formatSet .list5 .type14 i[data-v-1844ce6e] {
    height: 12px
}

.formatSet .list5 .type14 i[data-v-1844ce6e]:first-child,.formatSet .list5 .type14 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type14 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type14 i[data-v-1844ce6e]:nth-child(4) {
    width: 7px
}

.formatSet .list5 .type14 i[data-v-1844ce6e]:nth-child(5) {
    flex-basis: 40px
}

.formatSet .list5 .type15 i[data-v-1844ce6e] {
    height: 12px
}

.formatSet .list5 .type15 i[data-v-1844ce6e]:first-child {
    flex-basis: 40px
}

.formatSet .list5 .type15 i[data-v-1844ce6e]:nth-child(2),.formatSet .list5 .type15 i[data-v-1844ce6e]:nth-child(3),.formatSet .list5 .type15 i[data-v-1844ce6e]:nth-child(4),.formatSet .list5 .type15 i[data-v-1844ce6e]:nth-child(5) {
    width: 7px
}

.formatSet .list5 .type16 i[data-v-1844ce6e] {
    height: 30px;
    width: 5px
}

.formatSet .list6 .el-col span[data-v-1844ce6e] {
    flex-wrap: wrap;
    padding: 5px
}

.formatSet .list6 .el-col span i[data-v-1844ce6e] {
    background: #ddd;
    margin: 2px
}

.formatSet .list6 .type1 span[data-v-1844ce6e] {
    flex-direction: column
}

.formatSet .list6 .type1 i[data-v-1844ce6e] {
    flex: 1;
    height: 8px;
    width: 30px
}

.formatSet .list6 .type2 i[data-v-1844ce6e] {
    height: 10px;
    width: 13px
}

.formatSet .list6 .type3 i[data-v-1844ce6e] {
    height: 12px;
    width: 12px
}

.formatSet .list6 .type4 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type4 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type4 i[data-v-1844ce6e]:nth-child(2) {
    width: 19px
}

.formatSet .list6 .type4 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type4 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type4 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type4 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type5 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type5 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type5 i[data-v-1844ce6e]:nth-child(3) {
    width: 19px
}

.formatSet .list6 .type5 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type5 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type5 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type5 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type6 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type6 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type6 i[data-v-1844ce6e]:nth-child(4) {
    width: 19px
}

.formatSet .list6 .type6 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type6 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type6 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type6 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type7 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type7 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type7 i[data-v-1844ce6e]:nth-child(5) {
    width: 19px
}

.formatSet .list6 .type7 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type7 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type7 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type7 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type8 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type8 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type8 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type8 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type8 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type8 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type8 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 42px
}

.formatSet .list6 .type9 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type9 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type9 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type9 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type9 i[data-v-1844ce6e]:nth-child(4) {
    width: 19px
}

.formatSet .list6 .type9 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type9 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type10 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type10 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type10 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type10 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type10 i[data-v-1844ce6e]:nth-child(5) {
    width: 19px
}

.formatSet .list6 .type10 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type10 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type11 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type11 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type11 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type11 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type11 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type11 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type11 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 42px
}

.formatSet .list6 .type12 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type12 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type12 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type12 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type12 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type12 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type12 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 42px
}

.formatSet .list6 .type13 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type13 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type13 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type13 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type13 i[data-v-1844ce6e]:nth-child(5) {
    width: 19px
}

.formatSet .list6 .type13 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type13 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type14 i[data-v-1844ce6e] {
    height: 3px
}

.formatSet .list6 .type14 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type14 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type14 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type14 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type14 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type14 i[data-v-1844ce6e]:nth-child(2) {
    flex-basis: 42px
}

.formatSet .list6 .type15 i[data-v-1844ce6e] {
    height: 5px
}

.formatSet .list6 .type15 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type15 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type15 i[data-v-1844ce6e]:nth-child(3) {
    width: 11px
}

.formatSet .list6 .type15 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type15 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type15 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type16 i[data-v-1844ce6e] {
    height: 5px
}

.formatSet .list6 .type16 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type16 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type16 i[data-v-1844ce6e]:nth-child(4) {
    width: 11px
}

.formatSet .list6 .type16 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type16 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type16 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type17 i[data-v-1844ce6e] {
    height: 5px
}

.formatSet .list6 .type17 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type17 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type17 i[data-v-1844ce6e]:nth-child(5) {
    width: 11px
}

.formatSet .list6 .type17 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type17 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type17 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type18 i[data-v-1844ce6e] {
    height: 5px
}

.formatSet .list6 .type18 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type18 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type18 i[data-v-1844ce6e]:nth-child(6) {
    width: 11px
}

.formatSet .list6 .type18 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type18 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type18 i[data-v-1844ce6e]:nth-child(3) {
    flex-basis: 42px
}

.formatSet .list6 .type19 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type19 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type19 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type19 i[data-v-1844ce6e]:nth-child(3) {
    width: 11px
}

.formatSet .list6 .type19 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type19 i[data-v-1844ce6e]:nth-child(5) {
    width: 19px
}

.formatSet .list6 .type19 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type20 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type20 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type20 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type20 i[data-v-1844ce6e]:nth-child(3) {
    width: 11px
}

.formatSet .list6 .type20 i[data-v-1844ce6e]:nth-child(4) {
    flex-basis: 42px
}

.formatSet .list6 .type20 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type20 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type21 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type21 i[data-v-1844ce6e]:first-child {
    flex-basis: 42px
}

.formatSet .list6 .type21 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type21 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type21 i[data-v-1844ce6e]:nth-child(4) {
    width: 11px
}

.formatSet .list6 .type21 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type21 i[data-v-1844ce6e]:nth-child(6) {
    width: 19px
}

.formatSet .list6 .type22 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type22 i[data-v-1844ce6e]:first-child {
    flex-basis: 42px
}

.formatSet .list6 .type22 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type22 i[data-v-1844ce6e]:nth-child(3) {
    width: 19px
}

.formatSet .list6 .type22 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type22 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type22 i[data-v-1844ce6e]:nth-child(6) {
    width: 11px
}

.formatSet .list6 .type23 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type23 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type23 i[data-v-1844ce6e]:nth-child(2) {
    width: 19px
}

.formatSet .list6 .type23 i[data-v-1844ce6e]:nth-child(3) {
    flex-basis: 42px
}

.formatSet .list6 .type23 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type23 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type23 i[data-v-1844ce6e]:nth-child(6) {
    width: 11px
}

.formatSet .list6 .type24 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type24 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type24 i[data-v-1844ce6e]:nth-child(2) {
    width: 19px
}

.formatSet .list6 .type24 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type24 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type24 i[data-v-1844ce6e]:nth-child(5) {
    width: 11px
}

.formatSet .list6 .type24 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 42px
}

.formatSet .list6 .type25 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type25 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type25 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type25 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type25 i[data-v-1844ce6e]:nth-child(4) {
    width: 7px
}

.formatSet .list6 .type25 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type25 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 40px
}

.formatSet .list6 .type26 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type26 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type26 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type26 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type26 i[data-v-1844ce6e]:nth-child(5) {
    width: 7px
}

.formatSet .list6 .type26 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type26 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 40px
}

.formatSet .list6 .type27 i[data-v-1844ce6e] {
    height: 8px
}

.formatSet .list6 .type27 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type27 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type27 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type27 i[data-v-1844ce6e]:nth-child(6) {
    width: 7px
}

.formatSet .list6 .type27 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type27 i[data-v-1844ce6e]:nth-child(2) {
    flex-basis: 40px
}

.formatSet .list6 .type28 i[data-v-1844ce6e] {
    height: 14px
}

.formatSet .list6 .type28 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type28 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type28 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type28 i[data-v-1844ce6e]:nth-child(4) {
    width: 8px
}

.formatSet .list6 .type28 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type28 i[data-v-1844ce6e]:nth-child(6) {
    width: 20px
}

.formatSet .list6 .type29 i[data-v-1844ce6e] {
    height: 14px
}

.formatSet .list6 .type29 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type29 i[data-v-1844ce6e]:nth-child(2) {
    width: 20px
}

.formatSet .list6 .type29 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type29 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type29 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type29 i[data-v-1844ce6e]:nth-child(6) {
    width: 8px
}

.formatSet .list6 .type30 i[data-v-1844ce6e] {
    height: 14px
}

.formatSet .list6 .type30 i[data-v-1844ce6e]:first-child,.formatSet .list6 .type30 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type30 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type30 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type30 i[data-v-1844ce6e]:nth-child(5) {
    width: 5px
}

.formatSet .list6 .type30 i[data-v-1844ce6e]:nth-child(6) {
    flex-basis: 40px
}

.formatSet .list6 .type31 i[data-v-1844ce6e] {
    height: 14px
}

.formatSet .list6 .type31 i[data-v-1844ce6e]:nth-child(2),.formatSet .list6 .type31 i[data-v-1844ce6e]:nth-child(3),.formatSet .list6 .type31 i[data-v-1844ce6e]:nth-child(4),.formatSet .list6 .type31 i[data-v-1844ce6e]:nth-child(5),.formatSet .list6 .type31 i[data-v-1844ce6e]:nth-child(6) {
    width: 5px
}

.formatSet .list6 .type31 i[data-v-1844ce6e]:first-child {
    flex-basis: 40px
}

.formatSet .list6 .type32 i[data-v-1844ce6e] {
    height: 35px;
    width: 4px
}

.bottonGroup[data-v-c7718884] {
    text-align: center
}

.bottonGroup .el-col[data-v-c7718884] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .setIcon[data-v-c7718884] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.bottonGroup .type_1[data-v-c7718884]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-c7718884]:after,.bottonGroup .type_2[data-v-c7718884]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-c7718884]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-c7718884]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-c7718884]:after,.bottonGroup .type_4[data-v-c7718884]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-c7718884]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-c7718884]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-c7718884]:after,.bottonGroup .type_6[data-v-c7718884]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-c7718884]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-c7718884]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-c7718884]:after,.bottonGroup .type_8[data-v-c7718884]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-c7718884]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-c7718884]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.moduleGroup[data-v-bfd5d872] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-bfd5d872] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-bfd5d872] {
    margin-top: -58px
}

.moduleGroup .el-col .setIcon[data-v-bfd5d872] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.moduleGroup[data-v-32c8cfe4] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-32c8cfe4] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-32c8cfe4] {
    margin-top: -58px
}

.moduleGroup .el-col .setIcon[data-v-32c8cfe4] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.moduleGroup2[data-v-32c8cfe4] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-32c8cfe4] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-32c8cfe4] {
    width: 100%
}

.moduleGroup2 li .setIcon[data-v-32c8cfe4] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.bottonGroup[data-v-a47a1fc0] {
    text-align: center
}

.bottonGroup .el-col[data-v-a47a1fc0] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .setIcon[data-v-a47a1fc0] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.bottonGroup .type_1[data-v-a47a1fc0]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-a47a1fc0]:after,.bottonGroup .type_2[data-v-a47a1fc0]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-a47a1fc0]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-a47a1fc0]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-a47a1fc0]:after,.bottonGroup .type_4[data-v-a47a1fc0]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-a47a1fc0]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-a47a1fc0]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-a47a1fc0]:after,.bottonGroup .type_6[data-v-a47a1fc0]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-a47a1fc0]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-a47a1fc0]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-a47a1fc0]:after,.bottonGroup .type_8[data-v-a47a1fc0]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-a47a1fc0]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-a47a1fc0]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup[data-v-c518b680] {
    text-align: center
}

.bottonGroup .el-col[data-v-c518b680] {
    margin-bottom: 10px;
    position: relative
}

.bottonGroup .el-col .setIcon[data-v-c518b680] {
    bottom: 0;
    color: #0fb;
    position: absolute;
    right: 8px
}

.bottonGroup .type_1[data-v-c518b680]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_1[data-v-c518b680]:after,.bottonGroup .type_2[data-v-c518b680]:after {
    border: 1px solid #2d72ff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_2[data-v-c518b680]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_3[data-v-c518b680]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_3[data-v-c518b680]:after,.bottonGroup .type_4[data-v-c518b680]:after {
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_4[data-v-c518b680]:after {
    background-color: #2d72ff;
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_5[data-v-c518b680]:after {
    border: 1px solid #2d72ff;
    border-radius: 2px;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_5[data-v-c518b680]:after,.bottonGroup .type_6[data-v-c518b680]:after {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_6[data-v-c518b680]:after {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #e4e4e4;
    content: "普通按钮"
}

.bottonGroup .type_7[data-v-c518b680]:after {
    background-color: #2d72ff;
    color: #fff;
    content: "主要按钮"
}

.bottonGroup .type_7[data-v-c518b680]:after,.bottonGroup .type_8[data-v-c518b680]:after {
    border: 1px solid #2d72ff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

.bottonGroup .type_8[data-v-c518b680]:after {
    background-color: #fff;
    color: #2d72ff;
    content: "次级按钮"
}

.bottonGroup .type_9[data-v-c518b680]:after {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    color: #e4e4e4;
    content: "普通按钮";
    cursor: pointer;
    display: inline-block;
    font: normal normal 12px/25px 宋体;
    width: 80%
}

[data-v-b7f93f52] .callContent {
    height: 100%
}

[data-v-b7f93f52] .callContent .conBox {
    height: calc(100% - 96px)
}

[data-v-b7f93f52] .callContent .conList {
    font-size: 12px;
    height: calc(100% - 62px);
    margin-bottom: 10px
}

[data-v-b7f93f52] .callContent .conList dd {
    line-height: 30px;
    padding: 0 5px
}

[data-v-b7f93f52] .callContent .conList dd:nth-child(2n) {
    background: #f6f6f6
}

[data-v-b7f93f52] .callContent .conList2 {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px
}

[data-v-b7f93f52] .callContent .conList2 dl {
    display: flex
}

[data-v-b7f93f52] .callContent .conList2 dl dd {
    font-size: 12px;
    margin: 0 5px
}

[data-v-b7f93f52] .callContent .btnGroup {
    text-align: right
}

[data-v-b7f93f52] .callContent .noCon {
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    font-size: 12px;
    line-height: 50px;
    text-align: center
}

.moduleGroup[data-v-b7f93f52] {
    justify-content: flex-start
}

.moduleGroup .el-col[data-v-b7f93f52] {
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup .el-col .active[data-v-b7f93f52] {
    margin-top: -58px
}

.moduleGroup .el-col .typeActive[data-v-b7f93f52] {
    right: 12px
}

.moduleGroup2[data-v-b7f93f52] {
    justify-content: flex-start
}

.moduleGroup2 li[data-v-b7f93f52] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative
}

.moduleGroup2 li img[data-v-b7f93f52] {
    width: 100%
}

.moduleGroup2 li .typeActive[data-v-b7f93f52] {
    right: 12px
}

[data-v-b7f93f52] .set-doc-sort {
    padding-top: 10px
}

[data-v-b7f93f52] .set-doc-sort .right {
    padding-top: 2px
}

[data-v-b7f93f52] .set-doc-sort .el-radio__label {
    padding-left: 2px
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .noModule,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .noModule {
    height: 100%
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .noModule:after,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .noModule:after {
    border-color: transparent
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .el-col:after,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .el-col:after {
    border: 1px solid #ff6767;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .el-col .dragHandle,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .el-col .dragHandle {
    align-items: center;
    background-color: #ff6767;
    border-radius: 5px;
    cursor: ew-resize;
    display: flex;
    height: 80%;
    justify-content: center;
    position: absolute;
    right: -4px;
    top: 10%;
    width: 8px;
    z-index: 1
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .el-col .dragHandle:hover,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .el-col .dragHandle:hover {
    background-color: #ff5757
}

[data-v-42ebce92] .isPc .editMode .columnEdit .el-row .el-col .dragHandle i,[data-v-42ebce92] .isPc .editMode .editStatus .el-row .el-col .dragHandle i {
    color: #fff
}

[data-v-42ebce92] .isPc .editMode .gMain:hover:after,[data-v-42ebce92] .isPc .editMode .header:hover:after {
    border: 1px solid #0079fe;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isPc .editMode .el-row .noModule:after {
    border: 1px dashed #ccc;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isPc .editMode .el-row .moMove {
    cursor: move
}

[data-v-42ebce92] .isPc .editMode .el-row .moMove .Mo_Logo {
    min-height: 10px
}

[data-v-42ebce92] .isPc .MoAdd_icon {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiNDY2ZiAA/gMxIy5JJgYKwagBVDCABRpNxEQlTgMYR9PBiDcAIMAA7loEvPOWHIEAAAAASUVORK5CYII=) no-repeat 50%;
    border: 1px solid #dedede;
    border-radius: 5em;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    width: 36px
}

[data-v-42ebce92] .isPc .MoAdd_icon2 {
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 100px
}

[data-v-42ebce92] .isPc .MoAdd_icon2 i {
    color: #333;
    margin: 0 5px
}

[data-v-42ebce92] .isPc .editMode .placeholder {
    background: #bee3f6!important;
    border: 1px dashed #28b4fb;
    color: #28b4fb;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%
}

[data-v-42ebce92] .isPc .editMode .layout .placeholder {
    margin: 0 0 10px!important;
    width: 100%
}

[data-v-42ebce92] .isPc .editMode .placeholder:before {
    content: "放在这里"!important;
    margin: 0 auto
}

[data-v-42ebce92] .isPc .editMode .placeholder>* {
    display: none!important
}

[data-v-42ebce92] .isPc .editMode .moduleBox {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .editMode .moduleBox .Mo {
    position: relative
}

[data-v-42ebce92] .isPc .editMode .noModule {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .editMode .addBtn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

[data-v-42ebce92] .isPc .editMode .header .addBtn {
    position: absolute
}

[data-v-42ebce92] .isPc .editMode .addBtn em {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiNDY2ZiAA/gMxIy5JJgYKwagBVDCABRpNxEQlTgMYR9PBiDcAIMAA7loEvPOWHIEAAAAASUVORK5CYII=) no-repeat 50%;
    border: 1px solid #dedede;
    border-radius: 5em;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px
}

[data-v-42ebce92] .isPc .el-row {
    display: flex
}

[data-v-42ebce92] .isPc .el-col {
    position: relative
}

[data-v-42ebce92] .isPc .header {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .header .el-col>.con {
    min-height: 50px;
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .content,[data-v-42ebce92] .isPc .fBox {
    position: relative;
    z-index: 0
}

[data-v-42ebce92] .isPc .layout .gMain,[data-v-42ebce92] .isPc .main {
    position: relative
}

[data-v-42ebce92] .isPc .layout .columnBg,[data-v-42ebce92] .isPc .layout .layoutBg,[data-v-42ebce92] .isPc .layout .videoBg,[data-v-42ebce92] .isPc .mainVideoBg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isPc .layout .layoutBg img,[data-v-42ebce92] .isPc .layout .videoBg video {
    margin: 0 auto;
    max-height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .mainVideoBg video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: relative;
    width: 100%
}
[data-v-42ebce92] .isPc .el-col{
    margin-bottom: 10px;
}
[data-v-42ebce92] .isPc .layout .videoBg video {
    -o-object-fit: cover;
    object-fit: cover
}

[data-v-42ebce92] .isPc .layout .el-row {
    display: flex;
    margin-left: 0!important;
    margin-right: 0!important;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

[data-v-42ebce92] .isPc .addModule {
    margin: 10px 0;
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .addModule .dec {
    color: #a9a9a9;
    font-size: 12px
}

[data-v-42ebce92] .isPc .addModule .close {
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px
}

[data-v-42ebce92] .isPc .addModule .close:after,[data-v-42ebce92] .isPc .addModule .close:before {
    background: #919191;
    content: "";
    display: block;
    position: absolute
}

[data-v-42ebce92] .isPc .addModule .close:before {
    height: 1px;
    left: calc(50% - 8px);
    top: 50%;
    width: 16px
}

[data-v-42ebce92] .isPc .addModule .close:after {
    height: 16px;
    left: 50%;
    top: calc(50% - 8px);
    width: 1px
}

[data-v-42ebce92] .isPc .addModule .addContent,[data-v-42ebce92] .isPc .addModule .setLayout {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .addModule .addContent {
    border: 1px dashed #b0afaf;
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: center;
    text-align: center;
    width: 620px
}

[data-v-42ebce92] .isPc .addModule .addContent .addIcon {
    background: #f5f5f5;
    border: 1px solid #393939;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 0 auto 20px;
    position: relative;
    width: 48px
}

[data-v-42ebce92] .isPc .addModule .addContent .addIcon:after,[data-v-42ebce92] .isPc .addModule .addContent .addIcon:before {
    background: #333;
    content: "";
    display: block;
    position: absolute
}

[data-v-42ebce92] .isPc .addModule .addContent .addIcon:before {
    height: 1px;
    left: calc(50% - 8px);
    top: 50%;
    width: 16px
}

[data-v-42ebce92] .isPc .addModule .addContent .addIcon:after {
    height: 16px;
    left: 50%;
    top: calc(50% - 8px);
    width: 1px
}

[data-v-42ebce92] .isPc .addModule .setLayout {
    padding: 25px 0
}

[data-v-42ebce92] .isPc .addModule .setLayout .tabs {
    margin-bottom: 20px;
    text-align: center
}

[data-v-42ebce92] .isPc .addModule .setLayout .tabs li {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 25px;
    position: relative
}

[data-v-42ebce92] .isPc .addModule .setLayout .tabs li.active {
    color: #0084ff
}

[data-v-42ebce92] .isPc .addModule .setLayout .tabs li.active:after {
    background: #0084ff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

[data-v-42ebce92] .isPc .addModule .setLayout h2 {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px
}

[data-v-42ebce92] .isPc .addModule .setLayout .layoutList {
    margin: 0 auto;
    overflow: hidden;
    width: 612px
}

[data-v-42ebce92] .isPc .addModule .layoutList dd {
    border: 1px solid #fff;
    float: left;
    margin: 0 5px 10px;
    overflow: hidden;
    padding: 10px;
    width: 70px
}

[data-v-42ebce92] .isPc .addModule .layoutList dd em {
    background: #e6e9ec;
    float: left;
    height: 32px
}

[data-v-42ebce92] .isPc .addModule .layoutList dd:hover {
    background: #f8fcff;
    border-color: #bbe7ff;
    cursor: pointer
}

[data-v-42ebce92] .isPc .addModule .layoutList dd:hover em {
    background: #18a2fd
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type1 em {
    width: 100%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type2 em {
    width: 48%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type2 em:first-child {
    margin-right: 2%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type3 em {
    margin-right: 2%;
    width: 32%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type3 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type4 em {
    margin-right: 2%;
    width: 23.5%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type4 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type5 em:first-child {
    margin-right: 2%;
    width: 30%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type5 em:last-child {
    width: 68%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type6 em:first-child {
    margin-right: 2%;
    width: 68%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type6 em:last-child {
    width: 30%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type7 em {
    margin-right: 2%;
    width: 20%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type7 em:last-child {
    margin-right: 0;
    width: 56%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type8 em {
    margin-left: 2%;
    width: 20%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type8 em:first-child {
    margin-left: 0;
    width: 56%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type9 em {
    margin-right: 2%;
    width: 20%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type9 em:nth-child(2) {
    width: 56%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type9 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type10 em {
    margin-right: 2%;
    width: 18.4%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type10 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type11 em {
    margin-right: 2%;
    width: 15%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type11 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type12 em {
    margin-right: 2%;
    width: 15%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type12 em:nth-child(2) {
    width: 66%
}

[data-v-42ebce92] .isPc .addModule .layoutList dd.type12 em:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isPc .addModule .materialList .sTabs {
    margin: 0 auto;
    overflow: hidden;
    width: 700px
}

[data-v-42ebce92] .isPc .addModule .materialList .sTabs .left {
    overflow: hidden
}

[data-v-42ebce92] .isPc .addModule .materialList .sTabs .left dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

[data-v-42ebce92] .isPc .addModule .materialList .sTabs .left dl dd {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 3px 10px 0;
    padding: 0 10px;
    text-align: center;
    width: 75px
}

[data-v-42ebce92] .isPc .addModule .materialList .sTabs .left dl dd.active {
    background: #f3f8ff;
    border-color: #0084ff;
    color: #0084ff
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 30px 50px;
    position: relative
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper {
    height: 160px
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper .swiper-slide {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 20%
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper .swiper-slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper .swiper-slide .info {
    align-items: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .5s
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper .swiper-slide .info i {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    margin: 0 10px
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .swiper .swiper-slide:hover .info {
    transform: translateY(0)
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next,[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 50px
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next:focus,[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev:focus {
    outline: none
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next i,[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev i {
    font-size: 30px
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next.swiper-button-disabled,[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev.swiper-button-disabled {
    cursor: no-drop
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next.swiper-button-disabled i,[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev.swiper-button-disabled i {
    color: #ccc
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-prev {
    left: 0
}

[data-v-42ebce92] .isPc .addModule .materialList .imgGroup .bullet-next {
    right: 0
}

[data-v-42ebce92] .isPc .addModule .MeModule {
    margin: 0 auto;
    overflow: hidden;
    width: 760px
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleTab {
    margin-bottom: 15px;
    text-align: center
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleTab ul {
    border: 1px solid #ededed;
    border-radius: 3px;
    display: inline-block
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleTab ul li {
    border-right: 1px solid #ededed;
    color: #888;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleTab ul li:last-child {
    border-right: 0
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleTab ul li.active {
    background: #f2f2f2;
    color: #333
}

[data-v-42ebce92] .isPc .addModule .MeModule .noModule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

[data-v-42ebce92] .isPc .addModule .MeModule .noModule p {
    background: url(//xysjs.dlssyht.cn/_nuxt/img/noMo.f61faf8.png) no-repeat top;
    color: #333;
    font-size: 12px;
    margin-bottom: 15px;
    padding-top: 100px
}

[data-v-42ebce92] .isPc .addModule .MeModule .noModule span {
    align-items: center;
    color: #777;
    display: flex;
    font-size: 12px;
    justify-content: center
}

[data-v-42ebce92] .isPc .addModule .MeModule .noModule span em {
    color: #217fff;
    display: inline-block
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList dd,[data-v-42ebce92] .isPc .addModule .MeModule .moduleList dt {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 12px;
    height: 35px;
    justify-content: space-between;
    padding: 0 20px
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList dt {
    background: #f9f9f9
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList dd {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList span {
    display: block
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .listCon {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .name {
    height: 100%;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86px;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .date {
    flex: 1;
    text-align: center
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .operation {
    text-align: center;
    width: 120px
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .operation a {
    margin: 0 5px
}

[data-v-42ebce92] .isPc .addModule .MeModule .moduleList .operation a:hover {
    color: #307bff;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

[data-v-42ebce92] .isIphone .main {
    position: relative
}

[data-v-42ebce92] .isIphone .mainVideoBg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isIphone .mainVideoBg video {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

[data-v-42ebce92] .isIphone .editMode .layoutBox .column .noModule {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 1rem;
    justify-content: center;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .editMode .layoutBox .column .noModule:after {
    border: 1px dashed #ccc;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isIphone .i-footer .layoutBox,[data-v-42ebce92] .isIphone .moList .layoutBox {
    box-sizing: border-box;
    position: relative
}

[data-v-42ebce92] .isIphone .i-footer .layoutBox .videoBg,[data-v-42ebce92] .isIphone .moList .layoutBox .videoBg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isIphone .i-footer .layoutBox .videoBg video,[data-v-42ebce92] .isIphone .moList .layoutBox .videoBg video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

[data-v-42ebce92] .isIphone .i-footer .layoutBox .column,[data-v-42ebce92] .isIphone .moList .layoutBox .column {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isIphone .i-footer .layoutBox .Mo,[data-v-42ebce92] .isIphone .moList .layoutBox .Mo {
    box-sizing: border-box;
    position: relative
}

[data-v-42ebce92] .isIphone .layoutBox {
    display: flex;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .layoutBox .column {
    box-sizing: border-box;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .layoutBox .column .noModule {
    display: none
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="1_2"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="1_2"] .column {
    flex: 1
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="2_1"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="2_2"] .column {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="2_3"] .column:first-child {
    width: 60%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="2_3"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="2_4"] .column:first-child {
    width: 40%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="2_4"] .column:nth-child(2) {
    width: 60%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_1"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_2"] .column {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_3"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_3"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_3"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="3_3"] .column:nth-child(3) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_4"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_4"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="3_4"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="3_4"] .column:nth-child(3) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_1"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_2"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_2"] .column {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_3"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_3"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_3"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_3"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_3"] .column:nth-child(4) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_4"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_4"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="4_4"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_4"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_4"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_5"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_5"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="4_5"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_5"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_5"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_6"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_6"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="4_6"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_6"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_6"] .column:nth-child(3) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_7"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_7"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="4_7"] .column:nth-child(2) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_7"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="4_7"] .column:nth-child(4) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_8"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="4_8"] .column {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_1"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_2"] .column:nth-child(5) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_3"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_4"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_5"] .column:nth-child(3) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_6"] .column:nth-child(4) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] .column:nth-child(3) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_7"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_8"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_9"] .column:nth-child(3) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] .column:nth-child(4) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_10"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_11"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_12"] .column:nth-child(4) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] .column:nth-child(2) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_13"] .column:nth-child(5) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] .column:nth-child(4) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_14"] .column:nth-child(5) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="5_15"] .column:nth-child(5) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_16"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="5_16"] .column {
    width: 20%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_1"] {
    display: block
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_2"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_2"] .column {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_3"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_3"] .column {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_4"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:nth-child(3) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_5"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:nth-child(4) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_6"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_7"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_8"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:nth-child(4) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_9"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_10"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_11"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_12"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_13"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_14"] .column:nth-child(2) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_15"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:nth-child(4) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_16"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:nth-child(5) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_17"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:nth-child(6) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_18"] .column:nth-child(3) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:nth-child(5) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_19"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:nth-child(3) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:nth-child(4) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_20"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:nth-child(4) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_21"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:nth-child(3) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_22"] .column:nth-child(6) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:nth-child(3) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_23"] .column:nth-child(6) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:nth-child(2) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:nth-child(5) {
    width: 33.33%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_24"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:nth-child(4) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_25"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:nth-child(5) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_26"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:nth-child(6) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_27"] .column:nth-child(2) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:nth-child(4) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_28"] .column:nth-child(6) {
    width: 50%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:nth-child(2) {
    width: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_29"] .column:nth-child(6) {
    width: 25%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:first-child,[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:nth-child(5) {
    width: 20%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_30"] .column:nth-child(6) {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:nth-child(2),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:nth-child(3),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:nth-child(4),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:nth-child(5),[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:nth-child(6) {
    width: 20%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_31"] .column:first-child {
    flex-basis: 100%
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_32"] {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .layoutBox[data-type="6_32"] .column {
    width: 16.66%
}

[data-v-42ebce92] .isPc .module {
    overflow: hidden;
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .editBox .Shade {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

[data-v-42ebce92] .isPc .Mo_Logo {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_Logo img {
    display: block;
    width: 100%
}

[data-v-42ebce92] .isPc .h-fillBox {
    align-items: center;
    background: rgba(0,0,0,.2);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999
}

[data-v-42ebce92] .isPc .h-fillBox span {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .header .noLogo {
    padding: 24.6px 0 24.6px 20px
}

[data-v-42ebce92] .isPc .header .noLogo font {
    color: #888;
    font-size: 14px;
    padding-left: 20px;
    position: relative
}

[data-v-42ebce92] .isPc .header .noLogo font:after,[data-v-42ebce92] .isPc .header .noLogo font:before {
    background: #c2c2c2;
    content: "";
    position: absolute
}

[data-v-42ebce92] .isPc .header .noLogo font:before {
    height: 1px;
    left: 0;
    top: 9.5px;
    width: 12px
}

[data-v-42ebce92] .isPc .header .noLogo font:after {
    height: 12px;
    left: 5.5px;
    top: 4px;
    width: 1px
}

[data-v-42ebce92] .isPc .Mo_Menu {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_Menu .menu {
    padding: 0 10px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle em {
    align-items: center;
    background-color: #ececec;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle em:after {
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    width: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle .left {
    left: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle .left:after {
    border-color: transparent #ccc transparent transparent;
    margin-left: -5px
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle .right {
    right: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .menu .handle .right:after {
    border-color: transparent transparent transparent #ccc;
    margin-right: -5px
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul {
    overflow: hidden;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul>li {
    align-items: center;
    display: inline-block;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul>li .menuItem {
    cursor: pointer;
    display: none;
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul>li:hover .menuItem {
    display: block
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul>li>a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font: normal normal 14px/50px 微软雅黑;
    justify-content: center;
    margin: 0 10px;
    padding: 0 10px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Menu .menu ul>li>a>i {
    margin-left: 5px
}

[data-v-42ebce92] .isPc .Mo_Menu .type0>li.active,[data-v-42ebce92] .isPc .Mo_Menu .type0>li>a:hover {
    border-style: solid;
    border-width: 0 0 2px
}

[data-v-42ebce92] .isPc .Mo_Menu .type2>li.active a,[data-v-42ebce92] .isPc .Mo_Menu .type2>li>a:hover {
    border-radius: 5px;
    line-height: 30px
}

[data-v-42ebce92] .isPc .Mo_Menu .type3>li.active,[data-v-42ebce92] .isPc .Mo_Menu .type3>li>a:hover {
    background-color: #f6f6f6;
    border-style: solid;
    border-width: 0 0 2px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl {
    box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
    position: fixed
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd a {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 56px;
    padding: 0 15px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd .threeNav {
    box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
    display: none;
    position: absolute
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd .threeNav dd {
    border-bottom: 1px solid #eee;
    min-width: 96px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd .threeNav dd:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd i[data-type=hover],[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd:hover i[data-type=default] {
    display: none
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd:hover i[data-type=hover] {
    display: inline;
    display: initial
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav>dl>dd:hover .threeNav {
    display: block
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0 {
    width: 120px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd {
    border-bottom: 1px solid #eee;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd i[data-type=default],[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd i[data-type=hover] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:hover dl {
    top: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:hover dl:after,[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:hover dl:before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 15px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:hover dl:after {
    right: -7px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd:hover dl:before {
    left: -7px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd i[data-type=default],[data-v-42ebce92] .isPc .Mo_Menu .subNav .type0>dd i[data-type=hover] {
    right: 10px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1>dd {
    margin: 0 10px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1>dd i[data-type=default],[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1>dd i[data-type=hover] {
    margin-left: 5px
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1:hover dl {
    left: 50%;
    margin-top: 10px;
    top: 100%;
    transform: translateX(-50%)
}

[data-v-42ebce92] .isPc .Mo_Menu .subNav .type1:hover dl:before {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: -13px
}

[data-v-42ebce92] .isPc .Mo_Menu .more {
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_Menu .more i {
    color: #666;
    cursor: pointer;
    font-size: 40px;
    padding: 0 2px
}

[data-v-42ebce92] .isPc .Mo_Login {
    padding: 19px 0;
    text-align: right
}

[data-v-42ebce92] .isPc .Mo_Login>a {
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    width: 68px
}

[data-v-42ebce92] .isPc .Mo_Login .login,[data-v-42ebce92] .isPc .Mo_Login .register {
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_Language {
    overflow: visible;
    z-index: 10
}

[data-v-42ebce92] .isPc .Mo_Language .languageBox {
    position: relative;
    width: 120px
}

[data-v-42ebce92] .isPc .Mo_Language .languageBox h4 {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    color: #999;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

[data-v-42ebce92] .isPc .Mo_Language .languageBox h4 em {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_Language .languageBox h4 i {
    margin-left: 5px
}

[data-v-42ebce92] .isPc .Mo_Language .languageBox h4.active i {
    transform: rotate(180deg)
}

[data-v-42ebce92] .isPc .main .languageStorey {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    position: fixed;
    transform: translate(0)
}

[data-v-42ebce92] .isPc .main .languageStorey li {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

[data-v-42ebce92] .isPc .main .languageStorey li:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Service {
    position: fixed;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_Service .noInfo {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
    overflow: hidden;
    padding: 40px
}

[data-v-42ebce92] .isPc .Mo_Service .noInfo img {
    margin-bottom: 10px
}

[data-v-42ebce92] .isPc .Mo_Service .noInfo font {
    color: #888;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_Service dl dd {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_Service dl dd .cus_icon {
    align-items: center;
    display: flex;
    height: 25px;
    justify-content: center;
    width: 25px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd .cus_icon img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isPc .Mo_Service dl dd .cus_icon [type=default] {
    display: block
}

[data-v-42ebce92] .isPc .Mo_Service dl dd .cus_icon [type=hover] {
    display: none
}

[data-v-42ebce92] .isPc .Mo_Service dl dd>span {
    font-size: 25px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd>.open {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    display: none;
    position: absolute;
    top: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd>.open .el-scrollbar__wrap {
    margin-bottom: 0!important
}

[data-v-42ebce92] .isPc .Mo_Service dl dd:before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel]:hover:after {
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    position: absolute;
    top: calc(50% - 10px);
    width: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open {
    padding: 30px 40px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open .noInfo {
    padding: 10px 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open .el-scrollbar__wrap {
    max-height: 250px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul {
    padding-right: 2px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul li {
    margin: 10px 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul li a {
    align-items: center;
    border: 1px solid #498aed;
    border-radius: 2px;
    display: flex;
    height: 40px;
    padding: 0 15px;
    width: 150px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul li a img {
    max-height: 18px;
    max-width: 18px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=service] .open ul li a font {
    color: #498aed;
    font-size: 14px;
    margin-left: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open .el-scrollbar__wrap,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open .el-scrollbar__wrap {
    max-height: 425px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    padding: 20px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a .icon,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a .icon {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5em;
    color: #ccc;
    display: flex;
    font-size: 24px;
    height: 45px;
    justify-content: center;
    width: 45px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a img,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a img {
    max-height: 45px;
    max-width: 45px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a .info,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a .info {
    margin-left: 10px;
    width: 200px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a .info font,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a .info font {
    color: #555;
    font-size: 14px;
    line-height: 25px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li>a .info p,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li>a .info p {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=email] .open ul li:last-child>a,[data-v-42ebce92] .isPc .Mo_Service dl dd[type=tel] .open ul li:last-child>a {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open {
    padding: 30px 40px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open .noInfo {
    padding: 10px 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open .el-scrollbar__wrap {
    max-height: 295px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul.cus {
    width: 215px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul:after {
    content: "";
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul li {
    margin: 10px 0
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul li span {
    align-items: center;
    border: 1px solid #ededed;
    display: flex;
    height: 98px;
    justify-content: center;
    margin-bottom: 10px;
    width: 98px
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul li span img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isPc .Mo_Service dl dd[type=qrCode] .open ul li font {
    color: #555;
    display: block;
    font-size: 13px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_Service dl dd:hover>.open {
    display: block
}

[data-v-42ebce92] .isPc .Mo_Service dl dd:hover .cus_icon [type=default] {
    display: none
}

[data-v-42ebce92] .isPc .Mo_Service dl dd:hover .cus_icon [type=hover] {
    display: block
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd[type=tel]:hover:after {
    border-color: transparent #fff transparent transparent
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd>.open {
    left: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd:before {
    right: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format1 dd:hover:after {
    right: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd>.open {
    left: calc(100% + 10px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd:before {
    right: -13px;
    width: 15px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format2 dd:hover:after {
    right: -10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd>.open {
    left: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd:before {
    right: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format3 dd:hover:after {
    right: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd>.open {
    left: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd:before {
    right: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=left].format4 dd:hover:after {
    right: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd[type=tel]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd[type=email]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd[type=qrCode]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd[type=service]:hover:after,[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd[type=tel]:hover:after {
    border-color: transparent transparent transparent #fff
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd>.open {
    right: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd:before {
    left: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format1 dd:hover:after {
    left: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd>.open {
    right: calc(100% + 10px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd:before {
    left: -13px;
    width: 15px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format2 dd:hover:after {
    left: -10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd>.open {
    right: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd:before {
    left: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format3 dd:hover:after {
    left: 0
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd>.open {
    right: calc(100% + 2px)
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd:before {
    left: -5px;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_Service dl[data-align=right].format4 dd:hover:after {
    left: 0
}

[data-v-42ebce92] .isPc .Mo_Service .format1 {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)
}

[data-v-42ebce92] .isPc .Mo_Service .format1 dd {
    height: 65px;
    width: 65px
}

[data-v-42ebce92] .isPc .Mo_Service .format1 dd[type=toTop] {
    border-top: 1px solid #dbdbdb
}

[data-v-42ebce92] .isPc .Mo_Service .format2 dd {
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    height: 60px;
    margin-bottom: 5px;
    width: 60px
}

[data-v-42ebce92] .isPc .Mo_Service .format2 dd>span {
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_Service .format2 dd:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_Service .format3 dd {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    height: 65px;
    margin-bottom: 1px;
    width: 65px
}

[data-v-42ebce92] .isPc .Mo_Service .format3 dd>span {
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_Service .format4 dd {
    border-radius: 5em;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    height: 60px;
    margin-bottom: 10px;
    width: 60px
}

[data-v-42ebce92] .isPc .Mo_title {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_title a {
    display: block;
    font-size: 20px
}

[data-v-42ebce92] .isPc .Mo_text .ql-editor {
    overflow: hidden;
    padding: 0
}

[data-v-42ebce92] .isPc .Mo_text .ql-editor em,[data-v-42ebce92] .isPc .Mo_text .ql-editor i {
    font-style: italic
}

[data-v-42ebce92] .isPc .Mo_img {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_img a {
    display: block;
    overflow: hidden;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_img a img {
    box-sizing: border-box;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_img .imgMo {
    align-items: center;
    background-color: #b8bfc8;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0
}

[data-v-42ebce92] .isPc .Mo_img .imgMo .icon {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px
}

[data-v-42ebce92] .isPc .Mo_img .imgMo p {
    color: #fff;
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_video .videoBox {
    margin: 0 auto;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_video .videoBox span {
    display: block
}

[data-v-42ebce92] .isPc .Mo_video .videoBox span video {
    display: block;
    margin: 0 auto;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_video .videoBox .embed {
    height: 100%
}

[data-v-42ebce92] .isPc .Mo_video .videoBox .playBtn {
    align-items: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_video .videoBox .playBtn .icon {
    cursor: pointer
}

[data-v-42ebce92] .isPc .Mo_button {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_button a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_button a img {
    height: 20px
}

[data-v-42ebce92] .isPc .Mo_buttonGroup a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px
}

[data-v-42ebce92] .isPc .Mo_buttonGroup a img {
    height: 20px
}

[data-v-42ebce92] .isPc .Mo_line {
    font-size: 0
}

[data-v-42ebce92] .isPc .Mo_line hr {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: inline-block
}

[data-v-42ebce92] .isPc .Mo_imgText .item {
    padding: 2px
}

[data-v-42ebce92] .isPc .Mo_imgText .item a {
    box-sizing: border-box;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_imgText .type1,[data-v-42ebce92] .isPc .Mo_imgText .type2 {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_imgText .type1 .pic,[data-v-42ebce92] .isPc .Mo_imgText .type2 .pic {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_imgText .type1 .pic img,[data-v-42ebce92] .isPc .Mo_imgText .type2 .pic img {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_imgText .type1 .textInfo,[data-v-42ebce92] .isPc .Mo_imgText .type2 .textInfo {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_imgText .type2 {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isPc .Mo_imgText .type3 {
    display: flex;
    flex-flow: column
}

[data-v-42ebce92] .isPc .Mo_imgText .type3 .pic {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_imgText .type3 .pic img {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_imgText .type3 .textInfo {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_imgText .type4,[data-v-42ebce92] .isPc .Mo_imgText .type5 {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_imgText .type4 .pic,[data-v-42ebce92] .isPc .Mo_imgText .type5 .pic {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_imgText .type4 .pic img,[data-v-42ebce92] .isPc .Mo_imgText .type5 .pic img {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_imgText .type4 .textInfo,[data-v-42ebce92] .isPc .Mo_imgText .type5 .textInfo {
    background: rgba(0,0,0,.5);
    bottom: 0;
    flex: 1;
    left: 0;
    position: absolute;
    right: 0
}

[data-v-42ebce92] .isPc .Mo_imgText .type4 .textInfo h3,[data-v-42ebce92] .isPc .Mo_imgText .type4 .textInfo p,[data-v-42ebce92] .isPc .Mo_imgText .type5 .textInfo h3,[data-v-42ebce92] .isPc .Mo_imgText .type5 .textInfo p {
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_imgText .type4 .textInfo {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    top: 0;
    transform: translateY(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

[data-v-42ebce92] .isPc .Mo_imgText .type4.active .textInfo,[data-v-42ebce92] .isPc .Mo_imgText .type4:hover .textInfo {
    transform: translateY(0)
}

[data-v-42ebce92] .isPc .Mo_imgText .textInfo h3,[data-v-42ebce92] .isPc .Mo_imgText .textInfo p {
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_imgText .imgTextMo {
    align-items: center;
    background-color: #b8bfc8;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 150px;
    justify-content: center;
    padding: 10px 0
}

[data-v-42ebce92] .isPc .Mo_imgText .imgTextMo .icon {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px
}

[data-v-42ebce92] .isPc .Mo_imgText .imgTextMo p {
    color: #fff;
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_focusImg .slide a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .swiper-wrapper,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .swiper-pagination {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .swiper-pagination .bullet {
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    outline: none;
    width: 8px
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .swiper-pagination .bullet-active {
    background: #fff
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev {
    background: hsla(0,0%,100%,0);
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 30px;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:hover,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:hover {
    background: #fff
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: 10px
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:after,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 15px
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:before {
    margin-bottom: -2px;
    transform: rotate(-55deg);
    transform-origin: left bottom
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:after {
    transform: rotate(55deg);
    transform-origin: left top
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:hover:after,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:hover:before {
    background-color: #333
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:hover:before {
    transform: rotate(-40deg)
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-prev:hover:after {
    transform: rotate(40deg)
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    right: 10px
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:after,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 15px
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:before {
    margin-bottom: -2px;
    transform: rotate(55deg);
    transform-origin: right bottom
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:after {
    transform: rotate(-55deg);
    transform-origin: right top
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:hover:after,[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:hover:before {
    background-color: #333
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:hover:before {
    transform: rotate(40deg)
}

[data-v-42ebce92] .isPc .Mo_focusImg .one-swiper .bullet-next:hover:after {
    transform: rotate(-40deg)
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-wrapper .swiper-slide {
    width: 25%
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-pagination {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-pagination .bullet {
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    outline: none;
    width: 8px
}

[data-v-42ebce92] .isPc .Mo_focusImg .two-swiper .swiper-pagination .bullet-active {
    background: #fff
}

[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper .swiper-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide {
    transition: height 1s;
    -o-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    width: 80%
}

[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide-next,[data-v-42ebce92] .isPc .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide-prev {
    height: 80%
}

[data-v-42ebce92] .isPc .noMultiple {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: center
}

[data-v-42ebce92] .isPc .noMultiple img {
    margin-bottom: 20px
}

[data-v-42ebce92] .isPc .noMultiple font {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px
}

[data-v-42ebce92] .isPc .noMultiple p {
    color: #a9a9a9;
    font-size: 12px;
    margin-bottom: 20px
}

[data-v-42ebce92] .isPc .noMultiple .btnGroup {
    display: flex
}

[data-v-42ebce92] .isPc .noMultiple .btnGroup .MoAdd_icon2 {
    margin: 0 10px
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple {
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .listBox .item .itemBox {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .listBox .item .itemBox img {
    display: block
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .listBox .item .itemBox p {
    align-items: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .listBox .item .itemBox:hover p {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .type1,[data-v-42ebce92] .isPc .Mo_multiple .multiple .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .type1:after,[data-v-42ebce92] .isPc .Mo_multiple .multiple .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .type1 .item img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .type2 .item .itemBox img {
    height: 100%
}

[data-v-42ebce92] .isPc .Mo_multiple .multiple .type3 .item img {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple {
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .count {
    background: rgba(0,0,0,.5);
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    position: absolute;
    right: 5px
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .listBox .itemBox {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type1,[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type1 .item .pic,[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type3 .item .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type1:after,[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .type3:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .bullet-next,[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .bullet-prev {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .bullet-prev {
    left: 5px
}

[data-v-42ebce92] .isPc .Mo_PhotoAlbum .multiple .img-swiper .bullet-next {
    right: 5px
}

[data-v-42ebce92] .isPc .Mo_IconGroup .itemBox {
    flex: none;
    width: 100px
}

[data-v-42ebce92] .isPc .Mo_IconGroup .itemBox img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isPc .Mo_IconGroup .textInfo {
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_IconGroup .textInfo .desc,[data-v-42ebce92] .isPc .Mo_IconGroup .textInfo .tit {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"] .slide .pic {
    align-items: center;
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"] .slide .pic .itemBox {
    margin: 5px 0;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"] .slide .pic .textInfo {
    text-align: center;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"] .slide .pic {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"] .slide .pic .itemBox {
    margin-right: 10px
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"] .slide .pic .textInfo {
    flex: 1;
    text-align: left;
    width: 0
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"] .slide .pic {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"] .slide .pic .itemBox {
    margin: 5px 0;
    text-align: left
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"] .slide .pic .textInfo {
    text-align: left;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .swiper-container,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .swiper-container,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination {
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination .bullet,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination .bullet,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination .bullet {
    background: red;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination .bullet-active,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination .bullet-active,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination .bullet-active {
    background: #0000ef
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .bullet-prev-productlist {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .bullet-prev-productlist {
    left: 5px
}

[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="1"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="2"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_IconGroup [data-type="3"].img-swiper .bullet-next-productlist {
    right: 5px
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList {
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .pageBtn {
    padding-top: 30px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .pageBtn .el-pager li {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1 .item,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 .item {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1 .item .pic,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1 .item .pic .textInfo .tit,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 .item .pic .textInfo .tit {
    color: #333;
    
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1 .item .pic .textInfo .dec,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 .item .pic .textInfo .dec {
    color: #666;
    
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1 .item .pic .textInfo .classifyArr,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type1:after,[data-v-42ebce92] .isPc .Mo_ProductList .productList .type3:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic {
    display: flex;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr .classify {
    margin: 0 12px 12px 0
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .bullet-prev-productlist {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .bullet-prev-productlist {
    left: 5px
}

[data-v-42ebce92] .isPc .Mo_ProductList .productList .img-swiper .bullet-next-productlist {
    right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList {
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .pageBtn {
    padding-top: 30px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .pageBtn .el-pager li {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type3 .pic .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .itemBox {
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo {
    display: flex;
    flex: 1;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon {
    align-items: flex-start;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .itemBox {
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .itemBox {
    margin-right: 10px;
    width: 20%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tit {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag {
    color: #999;
    display: flex;
    font-size: 12px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag>span {
    margin-right: 5px;
    padding-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag>span:last-child {
    border-right: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag .label em {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item:last-child,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemTit,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemTit {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemTit .tit,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemTit .tit {
    color: #333;
    flex: 1;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemTit .date,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemTit .date {
    margin-left: 10px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemTit .look,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemTit .look {
    align-items: center;
    display: flex;
    margin-left: 10px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemTit .look i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemTit .look i {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .dec,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemFooter,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemFooter {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type7 .item .pic .itemFooter .classifyArr,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .type8 .item .pic .itemFooter .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .bullet-next-articleList,[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .bullet-prev-articleList {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .bullet-prev-articleList {
    left: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleList .articleList .img-swiper .bullet-next-articleList {
    right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu {
    background-color: transparent;
    border: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu>div:last-child .oneNav,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu>div:last-child .oneNav {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    line-height: inherit;
    min-width: auto
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .tit {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .el-icon-minus {
    display: none
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .el-submenu__title .cus-icon-plus {
    height: 20px;
    width: 20px
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-submenu__title .el-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-submenu__title .el-icon-plus {
    display: none
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .is-opened>.el-submenu__title .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .is-opened>.el-submenu__title .el-icon-minus {
    display: block
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav>.el-submenu__title .tit {
    color: #222;
    font-size: 14px;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav>.el-submenu__title:hover,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .is-active>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav.is-opened>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .is-active>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav.is-opened>.el-submenu__title {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav>.el-submenu__title .tit {
    color: #666;
    font-size: 14px;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav>.el-submenu__title:hover,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav.is-opened>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav.is-opened>.el-submenu__title {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ArticleNav>.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProductNav>.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit {
    color: #777;
    font-size: 12px;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_message .main.type1 .el-input__inner,[data-v-42ebce92] .isPc .Mo_message .main.type1 .el-textarea__inner {
    background-color: #f0f0f0;
    border: 0
}

[data-v-42ebce92] .isPc .Mo_message .main.type2 .el-input__inner,[data-v-42ebce92] .isPc .Mo_message .main.type2 .el-textarea__inner {
    border-color: #f0f0f0
}

[data-v-42ebce92] .isPc .Mo_message .main.type3 .el-input__inner,[data-v-42ebce92] .isPc .Mo_message .main.type3 .el-textarea__inner {
    border: solid #f0f0f0;
    border-radius: 0;
    border-width: 0 0 1px
}

[data-v-42ebce92] .isPc .Mo_message .main dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd {
    width: 48%
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd.item {
    flex-basis: 100%
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd.twoLine {
    display: flex;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd.twoLine .line {
    width: 48%
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd h2 {
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 30px
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd h2 em {
    color: red;
    font-size: 12px;
    margin-left: 5px
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd .verify {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd .verify .el-input {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd .verify span {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 100px
}

[data-v-42ebce92] .isPc .Mo_message .main dl dd .verify span img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isPc .Mo_message .main .el-button {
    color: #fff;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_map .mapBox {
    height: inherit
}

[data-v-42ebce92] .isPc .Mo_map .mapBox .el-textarea__inner {
    border: 0;
    font-size: 12px;
    padding: 0
}

[data-v-42ebce92] .isPc .Mo_form .form-title {
    line-height: 50px
}

[data-v-42ebce92] .isPc .Mo_form .form-box {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .el-input__suffix {
    height: auto
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .el-date-editor.el-input {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-group,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-group .el-radio,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-group el-option,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical .el-radio,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical el-option,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group .el-radio,[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group el-option {
    margin-right: 0;
    padding: 10px 0
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .area .el-select {
    margin: 5px 0;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .area .el-date-editor {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_form .form-box .form-item .el-form-item .fileName {
    color: #999
}

[data-v-42ebce92] .isPc .Mo_form .submitBtn {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_form .submitBtn a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_form .submitBtn a img {
    height: 20px
}

[data-v-42ebce92] .isPc .Mo_form .formMo {
    align-items: center;
    background-color: #b8bfc8;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: .1rem 0
}

[data-v-42ebce92] .isPc .Mo_form .formMo .icon {
    color: #fff;
    font-size: .25rem;
    margin-bottom: .05rem
}

[data-v-42ebce92] .isPc .Mo_form .formMo p {
    color: #fff;
    font-size: .14rem
}

[data-v-42ebce92] .isPc .Mo_TabsList .tabs .icon {
    display: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level] .tabs>ul {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level] .tabs>ul>li {
    box-sizing: border-box;
    cursor: pointer;
    height: 35px;
    padding: 0 10px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level] .tabs>ul>li em {
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level] .tabs>ul>li:first-child {
    margin-left: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level] .tabs>ul>li:last-child {
    margin-right: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="1"] .tabs>ul>li {
    border-radius: 2px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="2"] .tabs>ul>li {
    border-radius: 20px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="3"] .tabs>ul>li {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="3"] .tabs>ul>li:after {
    background-color: #dcdcdc;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 1px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="3"] .tabs>ul>li:last-child:after {
    display: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="3"] .tabs>ul>li.active {
    border-bottom-style: solid;
    border-bottom-width: 2px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="5"] .tabs>ul {
    padding-bottom: 5px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="5"] .tabs>ul>li {
    border-radius: 2px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-type="5"] .tabs>ul>li.active:after {
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    height: 0;
    left: calc(50% - 2.5px);
    position: absolute;
    width: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-layout=left] .tabs>ul {
    justify-content: start
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-layout=center] .tabs>ul {
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-layout=right] .tabs>ul {
    justify-content: end
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=level][data-layout=fill] .tabs>ul>li {
    flex: 1;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical] {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical] .tabs {
    flex: none;
    width: 15%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical] .tabs>ul>li {
    box-sizing: border-box;
    cursor: pointer;
    height: 35px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical] .tabs>ul>li em {
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical]>.swiper,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical]>dl {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="1"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="1"] .tabs>ul>li {
    border-radius: 2px;
    margin: 5px 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="2"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="2"] .tabs>ul>li {
    border-radius: 20px;
    margin: 5px 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="3"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="3"] .tabs>ul>li {
    margin: 5px 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="3"] .tabs>ul>li.active {
    border-left-style: solid;
    border-left-width: 2px;
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="4"] .tabs>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="4"] .tabs>ul>li {
    border-radius: 2px;
    margin: 5px 0;
    width: calc(50% - 8px)
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-type="4"] .tabs>ul>li:nth-of-type(2n-1) {
    margin-right: 16px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=vertical][data-layout=right] {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img] {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img] .tabs>ul>li {
    box-sizing: border-box;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img] .tabs>ul>li img {
    display: block
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img] .tabs>ul>li em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img]>dl {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="1"] .tabs {
    flex: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li {
    align-items: center;
    display: flex;
    padding: 0 24px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li img {
    height: 32px;
    margin-right: 25px;
    width: 32px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="2"] .tabs {
    flex: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li img {
    height: 32px;
    margin-bottom: 5px;
    width: 32px
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs {
    flex: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li em {
    display: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs {
    flex: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li em {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs {
    flex: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li {
    align-items: center;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li img {
    display: none;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li.active img {
    display: block
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li.active em {
    display: none
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left] {
    flex-direction: row
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left] .tabs>ul>li {
    margin-bottom: 10px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left][data-type="1"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left][data-type="3"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left][data-type="4"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left][data-type="5"] .tabs {
    width: 15%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=left][data-type="2"] .tabs {
    width: 8%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right] {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right] .tabs>ul>li {
    margin-bottom: 10px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right][data-type="1"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right][data-type="3"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right][data-type="4"] .tabs,[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right][data-type="5"] .tabs {
    width: 15%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=right][data-type="2"] .tabs {
    width: 8%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] {
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul {
    flex-direction: row;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul>li {
    margin-right: 10px;
    text-align: center;
    width: 8%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul>li:first-child {
    margin-left: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul>li:last-child {
    margin-right: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=top] .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] {
    flex-direction: column-reverse
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul {
    flex-direction: row;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul>li {
    margin-right: 10px;
    text-align: center;
    width: 8%
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul>li:first-child {
    margin-left: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul>li:last-child {
    margin-right: 0!important
}

[data-v-42ebce92] .isPc .Mo_TabsList[data-direction=img][data-layout=bottom] .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_search.searchActive {
    z-index: 10
}

[data-v-42ebce92] .isPc .Mo_search .searchBox {
    box-sizing: border-box;
    display: flex;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_search .searchBox input {
    background: transparent;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    padding: 0 5px;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_search .searchBox .text {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 60px
}

[data-v-42ebce92] .isPc .Mo_search .type_10,[data-v-42ebce92] .isPc .Mo_search .type_11,[data-v-42ebce92] .isPc .Mo_search .type_12,[data-v-42ebce92] .isPc .Mo_search .type_13,[data-v-42ebce92] .isPc .Mo_search .type_14,[data-v-42ebce92] .isPc .Mo_search .type_15 {
    border-style: solid;
    border-width: 1px
}

[data-v-42ebce92] .isPc .Mo_search .type_20 input,[data-v-42ebce92] .isPc .Mo_search .type_21 input,[data-v-42ebce92] .isPc .Mo_search .type_22 input,[data-v-42ebce92] .isPc .Mo_search .type_23 input {
    background-color: #eee
}

[data-v-42ebce92] .isPc .Mo_search .type_20 .text,[data-v-42ebce92] .isPc .Mo_search .type_21 .text,[data-v-42ebce92] .isPc .Mo_search .type_22 .text,[data-v-42ebce92] .isPc .Mo_search .type_23 .text {
    background-color: #000;
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_search .type_10 input,[data-v-42ebce92] .isPc .Mo_search .type_11 input,[data-v-42ebce92] .isPc .Mo_search .type_12 input,[data-v-42ebce92] .isPc .Mo_search .type_13 input {
    background-color: #fff
}

[data-v-42ebce92] .isPc .Mo_search .type_10 .text,[data-v-42ebce92] .isPc .Mo_search .type_11 .text,[data-v-42ebce92] .isPc .Mo_search .type_12 .text,[data-v-42ebce92] .isPc .Mo_search .type_13 .text {
    background-color: #000;
    color: #fff
}

[data-v-42ebce92] .isPc .Mo_search .type_14 input,[data-v-42ebce92] .isPc .Mo_search .type_15 input {
    background-color: #fff
}

[data-v-42ebce92] .isPc .Mo_search .type_14 .text,[data-v-42ebce92] .isPc .Mo_search .type_15 .text {
    background-color: #fff;
    color: #000
}

[data-v-42ebce92] .isPc .Mo_search .type_24 input,[data-v-42ebce92] .isPc .Mo_search .type_25 input {
    background-color: #eee
}

[data-v-42ebce92] .isPc .Mo_search .type_24 .text,[data-v-42ebce92] .isPc .Mo_search .type_25 .text {
    background-color: #eee;
    color: #000
}

[data-v-42ebce92] .isPc .Mo_search .type_11,[data-v-42ebce92] .isPc .Mo_search .type_13,[data-v-42ebce92] .isPc .Mo_search .type_15,[data-v-42ebce92] .isPc .Mo_search .type_17,[data-v-42ebce92] .isPc .Mo_search .type_21,[data-v-42ebce92] .isPc .Mo_search .type_23,[data-v-42ebce92] .isPc .Mo_search .type_25 {
    border-radius: 25px
}

[data-v-42ebce92] .isPc .Mo_search .type_15,[data-v-42ebce92] .isPc .Mo_search .type_25 {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isPc .Mo_search .type_17 input {
    visibility: hidden
}

[data-v-42ebce92] .isPc .Mo_search .type_16 {
    border-style: solid;
    border-width: 0 0 1px
}

[data-v-42ebce92] .isPc .Mo_search .type_16 .text {
    border-style: solid;
    border-width: 0
}

[data-v-42ebce92] .isPc .Mo_search .type_17 {
    border-style: solid;
    border-width: 0!important
}

[data-v-42ebce92] .isPc .Mo_search .type_17.showInput {
    border-width: 1px!important
}

[data-v-42ebce92] .isPc .Mo_search .type_17.showInput input {
    visibility: visible
}

[data-v-42ebce92] .isPc .Mo_search .type_17.showInput .text {
    border-width: 0
}

[data-v-42ebce92] .isPc .main .searchStorey {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    transform: translate(0)
}

[data-v-42ebce92] .isPc .main .searchStorey .box {
    margin-bottom: 10px
}

[data-v-42ebce92] .isPc .main .searchStorey .box h3 {
    color: #999;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px
}

[data-v-42ebce92] .isPc .main .searchStorey .box h3 em {
    cursor: pointer
}

[data-v-42ebce92] .isPc .main .searchStorey .box dl {
    overflow: hidden
}

[data-v-42ebce92] .isPc .main .searchStorey .box dl dd {
    background: #ddd;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px 10px;
    padding: 2px 5px
}

[data-v-42ebce92] .isPc .main .searchStorey .box.historyBox {
    margin-bottom: 0
}

[data-v-42ebce92] .isPc .sysModule .editMo {
    bottom: auto;
    top: 0
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .tit {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .classify {
    margin-bottom: 20px
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .classify em {
    color: #999;
    display: inline-block;
    font: normal normal 12px/26px 微软雅黑
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .info {
    align-items: center;
    background-color: #fafafa;
    border: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 10px
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .info a,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .info span {
    align-items: center;
    color: #999;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 20px
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .info a i,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .info span i {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails a,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails dd,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails dl,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails dt,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h1,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h2,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h3,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h4,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h5,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails h6,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails img,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails input,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails li,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails ol,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails ol li,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails p,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails ul,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails ul li {
    list-style: decimal
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails a {
    color: #0000ef;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails em,[data-v-42ebce92] .isPc .Mo_ArticleDetails .proInfo .docDetails i {
    font-style: italic
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .crumbs {
    align-items: center;
    color: #777;
    display: flex;
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .crumbs a {
    margin: 0 5px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .crumbs a:last-child {
    color: #ccc
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .play-btn {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .play-btn .icon {
    align-items: center;
    background-color: rgba(0,0,0,.4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 40px;
    height: 10%;
    justify-content: center;
    width: 10%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .swiperBigPic {
    flex-grow: 1;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .video-box {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 10
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .video-box video {
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .video-close {
    background-color: rgba(0,0,0,.4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg {
    float: left;
    position: relative;
    width: 50%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .slide {
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg img {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperShow {
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperShow .slide {
    height: 0;
    padding-bottom: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperShow .slide img {
    position: absolute
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox {
    overflow: hidden;
    position: relative;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .left-btn,[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .right-btn {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .left-btn:after,[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .right-btn:after {
    border-color: transparent #fff;
    border-style: dashed solid;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .left-btn {
    left: 0
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .left-btn:after {
    border-width: 10px 10px 10px 0
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .right-btn {
    right: 0
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbsBox .right-btn:after {
    border-width: 10px 0 10px 10px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs .slide {
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs .slide .pic {
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs li {
    cursor: pointer
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs li:last-child {
    margin: 0!important
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg .swiperThumbs.fillBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperBigPic {
    width: 10px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperShow {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .video-box {
    margin-right: 10px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox {
    flex-direction: column;
    width: 15%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .left-btn,[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .right-btn {
    height: 40px;
    left: 0;
    right: 0;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .left-btn {
    bottom: auto;
    top: 0
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .left-btn:after {
    transform: translate(-50%,-50%) rotate(90deg)
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .right-btn {
    bottom: 0;
    top: auto
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .right-btn:after {
    transform: translate(-50%,-50%) rotate(90deg)
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .swiperThumbs {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type1 .swiperThumbsBox .slide {
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .showImg.type2 .swiperThumbs .slide {
    width: 18%
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo {
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .tit {
    color: #222;
    font-size: 22px;
    line-height: 34px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .tit_sub {
    color: #999;
    font-size: 14px;
    white-space: break-spaces
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .info {
    align-items: center;
    background: #f8f8f8;
    display: flex;
    padding: 20px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .info .price {
    color: red;
    font-size: 30px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .info .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .info .originalPrice {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .info .originalPrice em {
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .look {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 14px;
    margin-left: auto
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .spec dl dd {
    color: #666;
    display: flex;
    font-size: 14px;
    line-height: 40px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .spec dl dd label {
    color: inherit;
    font-size: inherit;
    margin-right: 10px;
    white-space: nowrap
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .spec dl dd span {
    color: inherit;
    font-size: inherit;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .classify {
    margin-bottom: 20px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proShow .proInfo .classify em {
    color: #999;
    display: inline-block;
    font: normal normal 12px/26px 微软雅黑
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .tabs {
    background-color: #f8f8f8
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .tabs ul {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .tabs ul li {
    box-sizing: border-box;
    color: #222;
    font-size: 18px;
    height: 54px;
    line-height: 54px
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con a,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con dd,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con dl,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con dt,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h1,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h2,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h3,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h4,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h5,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con h6,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con img,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con input,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con li,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con ol,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con ol li,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con p,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con ul,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con ul li {
    list-style: decimal
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con a {
    color: #0000ef;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con em,[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con i {
    font-style: italic
}

[data-v-42ebce92] .isPc .Mo_ProductDetails .proDetails .con img {
    vertical-align: top
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item {
    box-sizing: border-box;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1 .item .pic .textInfo .classifyArr .classify {
    margin: 0 12px 12px 0
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type1:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic {
    display: flex;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .type4 .pic .textInfo .classifyArr .classify {
    margin: 0 12px 12px 0
}

[data-v-42ebce92] .isPc .Mo_ProList .listMain .pageBtn {
    display: none;
    padding: 20px 0;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item {
    box-sizing: border-box;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .itemBox {
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2 .item .pic .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .itemBox {
    box-sizing: border-box;
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo {
    display: flex;
    flex: 1;
    flex-direction: column
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon {
    align-items: flex-start;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .itemBox {
    box-sizing: border-box;
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item:last-child,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item:last-child,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .textInfo,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .textInfo,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .textInfo {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .textInfo .tit,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .textInfo .tit,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .textInfo .tit {
    color: #555;
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .textInfo .date,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .textInfo .date,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .textInfo .date {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 14px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .textInfo .date i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .textInfo .date i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .textInfo .date i {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .dec,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .dec,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .dec {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .itemFooter,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .itemFooter,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .itemFooter {
    align-items: baseline;
    display: flex
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .itemFooter .classifyArr,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .itemFooter .classifyArr,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .itemFooter .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .itemFooter .classifyArr .classify,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .itemFooter .classifyArr .classify,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .itemFooter .classifyArr .classify {
    color: #666;
    font-size: 12px;
    line-height: 25px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .itemFooter .look,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .itemFooter .look,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .itemFooter .look {
    align-items: center;
    display: flex;
    margin-left: 10px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .type1 .item .pic .itemFooter .look i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type7 .item .pic .itemFooter .look i,[data-v-42ebce92] .isPc .Mo_DocList .listMain .type8 .item .pic .itemFooter .look i {
    margin-right: 5px
}

[data-v-42ebce92] .isPc .Mo_DocList .listMain .pageBtn {
    display: none;
    padding: 20px 0;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu {
    background-color: transparent;
    border: 1px solid #ededed
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu>div:last-child .oneNav,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu>div:last-child .oneNav {
    border-bottom: 0
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    line-height: inherit;
    min-width: auto
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .tit {
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .el-icon-minus {
    display: none
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .el-submenu__title .cus-icon-plus {
    height: 20px;
    width: 20px
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-submenu__title .el-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-submenu__title .el-icon-plus {
    display: none
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .is-opened>.el-submenu__title .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .is-opened>.el-submenu__title .el-icon-minus {
    display: block
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav>.el-submenu__title .tit {
    color: #222;
    font-size: 14px;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav>.el-submenu__title:hover,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .is-active>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav.is-opened>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .is-active>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav.is-opened>.el-submenu__title {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav>.el-submenu__title .tit {
    color: #666;
    font-size: 14px;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav>.el-submenu__title:hover,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav.is-opened>.el-submenu__title,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav.is-opened>.el-submenu__title {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_DocNav>.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isPc .Mo_ProNav>.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit {
    color: #777;
    font-size: 12px;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchNav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchNav dd {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchNav dd.active {
    border-bottom-style: solid;
    border-bottom-width: 2px
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList {
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .pageBtn {
    padding-top: 30px;
    text-align: center
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .pageBtn .el-pager li {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 .item {
    display: flex
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 .item .pic .textInfo .tit {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 .item .pic .textInfo .dec {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type1:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic {
    display: flex;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic .textInfo .tit {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic .textInfo .dec {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr .classify {
    margin: 0 12px 12px 0
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .bullet-next-productlist,[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .bullet-prev-productlist {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .bullet-prev-productlist {
    left: 5px
}

[data-v-42ebce92] .isPc .Mo_SearchList .searchList .img-swiper .bullet-next-productlist {
    right: 5px
}

[data-v-42ebce92] .isIphone .i-head {
    position: relative;
    z-index: 99
}

[data-v-42ebce92] .isIphone .i-header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
}

[data-v-42ebce92] .isIphone .i-header .Mo_menu {
    cursor: pointer;
    position: absolute;
    z-index: 1
}

[data-v-42ebce92] .isIphone .i-header .Mo_menu em {
    background: #666;
    border-right: 5em;
    display: block;
    height: 2px;
    margin: 6px;
    transition: all .5s;
    width: 25px
}

[data-v-42ebce92] .isIphone .i-header .Mo_menu.active em:first-child {
    transform: rotate(40deg);
    transform-origin: left
}

[data-v-42ebce92] .isIphone .i-header .Mo_menu.active em:nth-child(2) {
    opacity: 0
}

[data-v-42ebce92] .isIphone .i-header .Mo_menu.active em:nth-child(3) {
    transform: rotate(-40deg);
    transform-origin: left
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_in {
    flex: 1
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 100%
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType1] .Mo_menu {
    right: .2rem
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType1] .Mo_logo_in {
    text-align: center
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType2] .Mo_menu {
    right: .2rem
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType2] .Mo_logo_in {
    text-align: left
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType3] .Mo_menu {
    left: .2rem
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType3] .Mo_logo_in {
    text-align: right
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType4] .Mo_menu {
    left: .2rem
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo_wrap[data-type=logoType4] .Mo_logo_in {
    text-align: center
}

[data-v-42ebce92] .isIphone .i-header .Mo_logo {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

[data-v-42ebce92] .isIphone .i-header .Mo_language {
    left: .35rem;
    position: absolute;
    top: .1rem;
    z-index: 1
}

[data-v-42ebce92] .isIphone .i-header .Mo_language .el-input__inner {
    background-color: transparent;
    border: 0
}

[data-v-42ebce92] .isIphone .i-hMain {
    height: 50px
}

[data-v-42ebce92] .isIphone .moList {
    position: relative
}

[data-v-42ebce92] .isIphone .muntList {
    background: #fff;
    height: 0;
    left: 0;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s
}

[data-v-42ebce92] .isIphone .muntList.open {
    height: calc(100% - 50px);
    padding-top: 50px
}

[data-v-42ebce92] .isIphone .muntList .el-submenu__icon-arrow {
    margin-top: 0;
    padding: 20px 20px 20px 80px;
    right: 0;
    top: calc(50% - 25px);
    transition: none
}

[data-v-42ebce92] .isIphone .muntList .is-opened>.el-submenu__title>.el-submenu__icon-arrow {
    padding: 20px 80px 20px 20px
}

[data-v-42ebce92] .isIphone .muntList>ul {
    height: 100%;
    overflow-y: scroll;
    padding: 0 15px
}

[data-v-42ebce92] .isIphone .muntList>ul li {
    border-bottom: 1px solid #f2f2f2
}

[data-v-42ebce92] .isIphone .muntList>ul li:first-child {
    border-top: 1px solid #f2f2f2
}

[data-v-42ebce92] .isIphone .muntList>ul li:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .muntList>ul li:focus,[data-v-42ebce92] .isIphone .muntList>ul li:hover {
    background-color: transparent!important
}

[data-v-42ebce92] .isIphone .muntList>ul li>a {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-v-42ebce92] .isIphone .muntList>ul>li {
    padding: 0!important
}

[data-v-42ebce92] .isIphone .muntList>ul>li>a {
    padding: 0 20px
}

[data-v-42ebce92] .isIphone .muntList>ul .el-submenu__title>a {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-v-42ebce92] .isIphone .Mo_Menu {
    cursor: pointer;
    font-size: 22px;
    line-height: 46px
}

[data-v-42ebce92] .isIphone .Mo_Language {
    overflow: visible;
    z-index: 10
}

[data-v-42ebce92] .isIphone .Mo_Language .languageBox {
    position: relative;
    width: 2.4rem
}

[data-v-42ebce92] .isIphone .Mo_Language .languageBox h4 {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1rem;
    box-sizing: border-box;
    color: #999;
    display: flex;
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .1rem
}

[data-v-42ebce92] .isIphone .Mo_Language .languageBox h4 em {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isIphone .Mo_Language .languageBox h4 i {
    margin-left: .1rem
}

[data-v-42ebce92] .isIphone .Mo_Language .languageBox h4.active i {
    transform: rotate(180deg)
}

[data-v-42ebce92] .isIphone .main .languageStorey {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1rem;
    box-sizing: border-box;
    position: fixed;
    transform: translate(0)
}

[data-v-42ebce92] .isIphone .main .languageStorey li {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .main .languageStorey li:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_Service {
    position: fixed;
    z-index: 1
}

[data-v-42ebce92] .isIphone .Mo_Service .noInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_Service .noInfo img {
    margin: 0 auto .2rem;
    width: 3rem
}

[data-v-42ebce92] .isIphone .Mo_Service .noInfo font {
    color: #888;
    font-size: .2rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_Service dl dd {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_Service dl dd>span {
    font-size: .4rem
}

[data-v-42ebce92] .isIphone .Mo_Service dl .cus_icon {
    align-items: center;
    display: flex;
    height: .4rem;
    justify-content: center;
    width: .4rem
}

[data-v-42ebce92] .isIphone .Mo_Service dl .cus_icon img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .scroll {
    padding-bottom: 5px
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .scroll .el-scrollbar__wrap {
    max-height: 4.8rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .service a {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: center;
    padding: .3rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .service a img {
    max-height: .35rem;
    max-width: .35rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .service a font {
    color: #498aed;
    font-size: .3rem;
    margin-left: .1rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .service:last-child>a {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email a,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel a {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    padding: .3rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email .icon,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel .icon {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5em;
    color: #ccc;
    display: flex;
    font-size: .35rem;
    height: .8rem;
    justify-content: center;
    width: .8rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email img,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel img {
    max-height: .8rem;
    max-width: .8rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email .info,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel .info {
    margin-left: 10px
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email .info font,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel .info font {
    color: #555;
    font-size: .3rem;
    line-height: .25rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email .info p,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel .info p {
    color: #333;
    font-size: .3rem;
    font-weight: 700
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .email:last-child>a,[data-v-42ebce92] .isIphone .Mo_Service .showPopup .tel:last-child>a {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode {
    padding: .3rem 0 .6rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode span {
    align-items: center;
    border: 1px solid #ededed;
    display: flex;
    height: 2rem;
    justify-content: center;
    margin: 0 auto .1rem;
    width: 2rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode span img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode font {
    color: #555;
    display: block;
    font-size: .3rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode .van-swipe__indicators {
    bottom: .25rem
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode .van-swipe__indicators .van-swipe__indicator {
    background: #c6c6c6
}

[data-v-42ebce92] .isIphone .Mo_Service .showPopup .qrCode .van-swipe__indicators .van-swipe__indicator--active {
    background: #000!important
}

[data-v-42ebce92] .isIphone .Mo_Service .format1 {
    background-color: #fff;
    box-shadow: 0 0 .15rem 0 rgba(0,0,0,.1)
}

[data-v-42ebce92] .isIphone .Mo_Service .format1 dd {
    height: .8rem;
    width: .8rem
}

[data-v-42ebce92] .isIphone .Mo_Service .format1 dd[type=toTop] {
    border-top: 1px solid #dbdbdb
}

[data-v-42ebce92] .isIphone .Mo_Service .format2 dd {
    border-radius: .05rem;
    box-shadow: 0 0 .15rem 0 rgba(0,0,0,.1);
    height: .75rem;
    margin-bottom: .05rem;
    width: .75rem
}

[data-v-42ebce92] .isIphone .Mo_Service .format2 dd>span {
    color: #fff
}

[data-v-42ebce92] .isIphone .Mo_Service .format2 dd:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_Service .format3 dd {
    box-shadow: 0 0 .15rem 0 rgba(0,0,0,.1);
    height: .8rem;
    margin-bottom: 1px;
    width: .8rem
}

[data-v-42ebce92] .isIphone .Mo_Service .format3 dd>span {
    color: #fff
}

[data-v-42ebce92] .isIphone .Mo_Service .format4 dd {
    border-radius: 5em;
    box-shadow: 0 0 .15rem 0 rgba(0,0,0,.1);
    height: .75rem;
    margin-bottom: .1rem;
    width: .75rem
}

[data-v-42ebce92] .isIphone .Mo_title {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_title a {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_text {
    font-size: .15rem
}

[data-v-42ebce92] .isIphone .Mo_text .ql-editor {
    overflow: hidden;
    padding: 0
}

[data-v-42ebce92] .isIphone .Mo_text .ql-editor em,[data-v-42ebce92] .isIphone .Mo_text .ql-editor i {
    font-style: italic
}

[data-v-42ebce92] .isIphone .Mo_img {
    align-items: center;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_img .pic {
    display: block;
    overflow: hidden;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_img .pic img {
    display: block;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_img .imgMo {
    align-items: center;
    background-color: #b8bfc8;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: .1rem 0
}

[data-v-42ebce92] .isIphone .Mo_img .imgMo .icon {
    color: #fff;
    font-size: .25rem;
    margin-bottom: .05rem
}

[data-v-42ebce92] .isIphone .Mo_img .imgMo p {
    color: #fff;
    font-size: .14rem
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox {
    margin: 0 auto;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox span {
    display: block;
    height: 100%
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox span video {
    display: block;
    margin: 0 auto;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox span iframe {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox .playBtn {
    align-items: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

[data-v-42ebce92] .isIphone .Mo_video .videoBox .playBtn .icon {
    color: #fff;
    cursor: pointer;
    font-size: 1rem
}

[data-v-42ebce92] .isIphone .Mo_button a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: .4rem;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_button a img {
    height: 50%;
    margin: 0 .1rem;
    max-width: 20%
}

[data-v-42ebce92] .isIphone .Mo_buttonGroup a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    padding: 0 .1rem
}

[data-v-42ebce92] .isIphone .Mo_buttonGroup a img {
    height: .4rem
}

[data-v-42ebce92] .isIphone .Mo_line {
    font-size: 0
}

[data-v-42ebce92] .isIphone .Mo_line hr {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: inline-block
}

[data-v-42ebce92] .isIphone .Mo_imgText .textInfo {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_imgText .item .textInfo h3 {
    font-size: .4rem;
    line-height: .6rem
}

[data-v-42ebce92] .isIphone .Mo_imgText .item .textInfo p {
    font-size: .3rem;
    line-height: .5rem
}

[data-v-42ebce92] .isIphone .Mo_imgText .type1,[data-v-42ebce92] .isIphone .Mo_imgText .type2 {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_imgText .type1 .pic,[data-v-42ebce92] .isIphone .Mo_imgText .type2 .pic {
    flex-shrink: 0;
    width: 50%
}

[data-v-42ebce92] .isIphone .Mo_imgText .type1 .pic img,[data-v-42ebce92] .isIphone .Mo_imgText .type2 .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_imgText .type1 .textInfo h3,[data-v-42ebce92] .isIphone .Mo_imgText .type1 .textInfo p,[data-v-42ebce92] .isIphone .Mo_imgText .type2 .textInfo h3,[data-v-42ebce92] .isIphone .Mo_imgText .type2 .textInfo p {
    margin: 0 .1rem
}

[data-v-42ebce92] .isIphone .Mo_imgText .type2 {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isIphone .Mo_imgText .type3 {
    display: flex;
    flex-flow: column
}

[data-v-42ebce92] .isIphone .Mo_imgText .type3 .pic {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_imgText .type3 .pic img {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_imgText .type3 .textInfo {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4,[data-v-42ebce92] .isIphone .Mo_imgText .type5 {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4 .pic,[data-v-42ebce92] .isIphone .Mo_imgText .type5 .pic {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4 .pic img,[data-v-42ebce92] .isIphone .Mo_imgText .type5 .pic img {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4 .textInfo,[data-v-42ebce92] .isIphone .Mo_imgText .type5 .textInfo {
    background: rgba(0,0,0,.5);
    bottom: 0;
    flex: 1;
    left: 0;
    position: absolute;
    right: 0
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4 .textInfo h3,[data-v-42ebce92] .isIphone .Mo_imgText .type4 .textInfo p,[data-v-42ebce92] .isIphone .Mo_imgText .type5 .textInfo h3,[data-v-42ebce92] .isIphone .Mo_imgText .type5 .textInfo p {
    color: #fff
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4 .textInfo {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    top: 0;
    transform: translateY(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

[data-v-42ebce92] .isIphone .Mo_imgText .type4.active .textInfo,[data-v-42ebce92] .isIphone .Mo_imgText .type4:hover .textInfo {
    transform: translateY(0)
}

[data-v-42ebce92] .isIphone .Mo_imgText .imgTextMo {
    align-items: center;
    background-color: #b8bfc8;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 1.5rem;
    justify-content: center;
    padding: .1rem 0
}

[data-v-42ebce92] .isIphone .Mo_imgText .imgTextMo .icon {
    color: #fff;
    font-size: .25rem;
    margin-bottom: .05rem
}

[data-v-42ebce92] .isIphone .Mo_imgText .imgTextMo p {
    color: #fff;
    font-size: .14rem
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .swiper-wrapper,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .swiper-pagination {
    align-items: center;
    bottom: .2rem;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .swiper-pagination ::v-deep .bullet {
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    height: 6px;
    margin: 0 5px;
    outline: none;
    width: 6px
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .swiper-pagination ::v-deep .bullet-active {
    background: #fff
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev {
    background: hsla(0,0%,100%,0);
    border-radius: 50%;
    cursor: pointer;
    display: none!important;
    height: .6rem;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .6rem;
    z-index: 1
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:hover,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:hover {
    background: #fff
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: .1rem
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:after,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:before {
    background-color: #fff;
    content: "";
    display: block;
    height: .04rem;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .3rem
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:before {
    margin-bottom: -2px;
    transform: rotate(-55deg);
    transform-origin: left bottom
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:after {
    transform: rotate(55deg);
    transform-origin: left top
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:hover:after,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:hover:before {
    background-color: #333
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:hover:before {
    transform: rotate(-40deg)
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-prev:hover:after {
    transform: rotate(40deg)
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    right: .1rem
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:after,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:before {
    background-color: #fff;
    content: "";
    display: block;
    height: .04rem;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .3rem
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:before {
    margin-bottom: -2px;
    transform: rotate(55deg);
    transform-origin: right bottom
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:after {
    transform: rotate(-55deg);
    transform-origin: right top
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:hover:after,[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:hover:before {
    background-color: #333
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:hover:before {
    transform: rotate(40deg)
}

[data-v-42ebce92] .isIphone .Mo_focusImg .one-swiper .bullet-next:hover:after {
    transform: rotate(-40deg)
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-wrapper .swiper-slide {
    width: 25%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-pagination {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-pagination .bullet {
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    outline: none;
    width: 8px
}

[data-v-42ebce92] .isIphone .Mo_focusImg .two-swiper .swiper-pagination .bullet-active {
    background: #fff
}

[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper .swiper-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide {
    transition: height 1s;
    -o-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    width: 80%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide-next,[data-v-42ebce92] .isIphone .Mo_focusImg .three-swiper .swiper-wrapper .swiper-slide-prev {
    height: 80%
}

[data-v-42ebce92] .isIphone .noMultiple {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .2rem .1rem
}

[data-v-42ebce92] .isIphone .noMultiple i {
    color: #a9a9a9;
    font-size: .18rem;
    margin-bottom: .1rem
}

[data-v-42ebce92] .isIphone .noMultiple p {
    color: #a9a9a9;
    font-size: .14rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .listBox .item .itemBox {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .listBox .item .itemBox img {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .listBox .item .itemBox p {
    align-items: center;
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: .12rem;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: .05rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .listBox .item .itemBox:hover p {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type1,[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type1:after,[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type1 .item img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type2 .item .itemBox img {
    height: 100%
}

[data-v-42ebce92] .isIphone .Mo_multiple .multiple .type3 .item img {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .count {
    background: rgba(0,0,0,.5);
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    position: absolute;
    right: 5px
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .listBox .itemBox {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type1,[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type1 .item .pic,[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type3 .item .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type1:after,[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .type3:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .bullet-next,[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .bullet-prev {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .bullet-prev {
    left: 5px
}

[data-v-42ebce92] .isIphone .Mo_PhotoAlbum .multiple .img-swiper .bullet-next {
    right: 5px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup .itemBox {
    flex: none;
    width: 100px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup .itemBox img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_IconGroup .textInfo .desc,[data-v-42ebce92] .isIphone .Mo_IconGroup .textInfo .tit {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"] .slide .pic {
    align-items: center;
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"] .slide .pic .itemBox {
    margin: 5px 0;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"] .slide .pic .textInfo {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"] .slide .pic {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"] .slide .pic .itemBox {
    margin-right: 10px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"] .slide .pic .textInfo {
    flex: 1;
    width: 0
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"] {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"] .slide .pic {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"] .slide .pic .itemBox {
    margin: 5px 0;
    text-align: left
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"] .slide .pic .textInfo {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper {
    overflow: hidden;
    padding: 0 50px;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .swiper-container,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .swiper-container,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination {
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination .bullet,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination .bullet,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination .bullet {
    background: red;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    width: 10px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .swiper-pagination .bullet-active,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .swiper-pagination .bullet-active,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .swiper-pagination .bullet-active {
    background: #0000ef
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .bullet-prev-productlist {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .bullet-prev-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .bullet-prev-productlist {
    left: 5px
}

[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="1"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="2"].img-swiper .bullet-next-productlist,[data-v-42ebce92] .isIphone .Mo_IconGroup [data-type="3"].img-swiper .bullet-next-productlist {
    right: 5px
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1 .item,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 .item {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1 .item .pic,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1 .item .pic .textInfo .tit,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1 .item .pic .textInfo .dec,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1 .item .pic .textInfo .classifyArr,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type1:after,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type3:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic {
    display: flex;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    margin-bottom: .2rem;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr .classify {
    margin: 0 .12rem .12rem 0
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .bullet-next,[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .bullet-prev {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .bullet-prev {
    left: 5px
}

[data-v-42ebce92] .isIphone .Mo_ProductList .productList .img-swiper .bullet-next {
    right: 5px
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .listBox .itemBox {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2 .item .pic .textInfo .info span.date {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .item {
    margin-bottom: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .itemBox {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type3 .pic .textInfo .info span.date {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .itemBox {
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo {
    flex: 1;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type4 .item .pic .itemCon .textInfo .info span.date {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon {
    align-items: flex-start;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .itemBox {
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type5 .item .pic .itemCon .textInfo .info span.date {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .itemBox {
    margin-right: .2rem;
    width: 30%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tit {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: .2rem;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag {
    color: #999;
    display: flex;
    font-size: 12px
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag>span {
    margin-right: .1rem;
    padding-right: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag>span:last-child {
    border-right: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type6 .item .pic .itemCon .textInfo .tag .label em {
    margin-right: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item:last-child,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemTit,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemTit {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemTit .tit,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemTit .tit {
    color: #333;
    flex: 1;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemTit .date,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemTit .date {
    margin-left: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemTit .look,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemTit .look {
    align-items: center;
    display: flex;
    margin-left: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemTit .look i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemTit .look i {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .dec,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemFooter,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemFooter {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type7 .item .pic .itemFooter .classifyArr,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .type8 .item .pic .itemFooter .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr .classify {
    margin: 0 .12rem .12rem 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .info span.date {
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .bullet-next,[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .bullet-prev {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .bullet-prev {
    left: 5px
}

[data-v-42ebce92] .isIphone .Mo_ArticleList .articleList .img-swiper .bullet-next {
    right: 5px
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav>.el-menu,[data-v-42ebce92] .isIphone .Mo_ProductNav>.el-menu {
    background-color: transparent;
    border: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType ::v-deep .el-submenu__title,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType ::v-deep .el-submenu__title {
    height: 1rem;
    line-height: 1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType .tit,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType .tit {
    display: inline-block
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType .el-menu-item,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType .el-menu-item {
    height: 1rem;
    line-height: 1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_ArticleNav .navType .el-icon-plus,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProductNav .navType .el-icon-plus {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_message .main.type1 .el-input__inner,[data-v-42ebce92] .isIphone .Mo_message .main.type1 .el-textarea__inner {
    background-color: #f0f0f0;
    border: 0
}

[data-v-42ebce92] .isIphone .Mo_message .main.type2 .el-input__inner,[data-v-42ebce92] .isIphone .Mo_message .main.type2 .el-textarea__inner {
    border-color: #f0f0f0
}

[data-v-42ebce92] .isIphone .Mo_message .main.type3 .el-input__inner,[data-v-42ebce92] .isIphone .Mo_message .main.type3 .el-textarea__inner {
    border: solid #f0f0f0;
    border-radius: 0;
    border-width: 0 0 1px
}

[data-v-42ebce92] .isIphone .Mo_message .main dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd h2 {
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 30px
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd h2 em {
    color: red;
    font-size: 12px;
    margin-left: 5px
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd .verify {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd .verify .el-input {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd .verify span {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 100px
}

[data-v-42ebce92] .isIphone .Mo_message .main dl dd .verify span img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_message .main .el-button {
    color: #fff;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_map {
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_map .mapBox {
    height: inherit;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_map .mapBox .el-textarea__inner {
    border: 0;
    font-size: .18rem;
    padding: 0
}

[data-v-42ebce92] .isIphone .Mo_form .form-title {
    line-height: .5rem
}

[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical,[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical .el-radio,[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical .el-radio-vertical el-option,[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group .el-radio,[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .vertical el-checkbox-group el-option {
    margin-right: 0;
    padding: .1rem 0
}

[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .area .el-select {
    margin: .05rem 0;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .area .el-date-editor {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_form .form-box .form-item .el-form-item .fileName {
    color: #999
}

[data-v-42ebce92] .isIphone .Mo_form .submitBtn {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_form .submitBtn a {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_form .submitBtn a img {
    height: 50%;
    margin: 0 .1rem;
    max-width: 20%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level],[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .tabs>ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .tabs>ul>li,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .tabs>ul>li {
    border-radius: 2px;
    cursor: pointer;
    flex: none;
    height: 35px;
    line-height: 35px;
    padding: 0 10px
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .tabs>ul>li em,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .tabs>ul>li em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .tabs>ul>li:first-child,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .tabs>ul>li:first-child {
    margin-left: 0!important
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .tabs>ul>li:last-child,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .tabs>ul>li:last-child {
    margin-right: 0!important
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level] .swiper-container,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical] .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level][data-layout=left] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical][data-layout=left] .tabs>ul {
    justify-content: start
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level][data-layout=center] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical][data-layout=center] .tabs>ul {
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=level][data-layout=right] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=vertical][data-layout=right] .tabs>ul {
    justify-content: end
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] {
    display: flex;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul {
    flex-wrap: nowrap;
    overflow-x: auto
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul>li {
    cursor: pointer;
    flex: none;
    height: 80px;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul>li img {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul>li em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul>li:first-child {
    margin-left: 0!important
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .tabs>ul>li:last-child {
    margin-right: 0!important
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img] .swiper-container {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img]>dl {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li {
    align-items: center;
    display: flex;
    padding: 0 24px
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li img {
    height: 32px;
    margin-right: 25px;
    width: 32px
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="1"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li img {
    height: 32px;
    margin-bottom: 5px;
    width: 32px
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="2"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li img {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li em {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="3"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li em {
    position: relative;
    z-index: 1
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="4"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li {
    align-items: center;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li img {
    display: none;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li:last-child {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li.active img {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-type="5"] .tabs>ul>li.active em {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=left] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=right] .tabs>ul,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul {
    flex-direction: row
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul>li,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=left] .tabs>ul>li,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=right] .tabs>ul>li,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul>li {
    margin-right: 10px;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=bottom] .tabs>ul>li:last-child,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=left] .tabs>ul>li:last-child,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=right] .tabs>ul>li:last-child,[data-v-42ebce92] .isIphone .Mo_TabsList[data-direction=img][data-layout=top] .tabs>ul>li:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="1"] .tabs {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="1"] .tabs i {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="1"] .tabs>ul {
    flex-wrap: inherit
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="1"] .tabs>ul li {
    margin: 5px 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs {
    padding: 0 20px;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs i {
    align-items: center;
    background: rgba(0,0,0,.8);
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs i.jz-chevron-left {
    left: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs i.jz-chevron-right {
    right: 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs>ul {
    flex-wrap: inherit;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="2"] .tabs>ul li {
    margin: 5px 0
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="3"] .tabs {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="3"] .tabs i {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="3"] .tabs>ul {
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_TabsList[data-mobiletype="3"] .tabs>ul li {
    margin: 5px 0
}

[data-v-42ebce92] .isIphone .Mo_search.searchActive {
    z-index: 10
}

[data-v-42ebce92] .isIphone .Mo_search .searchBox {
    box-sizing: border-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_search .searchBox input,[data-v-42ebce92] .isIphone .Mo_search .searchBox label {
    align-items: center;
    background: transparent;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    height: 100%;
    min-width: 0;
    padding: 0 .1rem
}

[data-v-42ebce92] .isIphone .Mo_search .searchBox .text {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: 1.2rem
}

[data-v-42ebce92] .isIphone .Mo_search .type_20 input,[data-v-42ebce92] .isIphone .Mo_search .type_21 input,[data-v-42ebce92] .isIphone .Mo_search .type_22 input,[data-v-42ebce92] .isIphone .Mo_search .type_23 input {
    background-color: #eee
}

[data-v-42ebce92] .isIphone .Mo_search .type_20 .text,[data-v-42ebce92] .isIphone .Mo_search .type_21 .text,[data-v-42ebce92] .isIphone .Mo_search .type_22 .text,[data-v-42ebce92] .isIphone .Mo_search .type_23 .text {
    background-color: #000;
    color: #fff
}

[data-v-42ebce92] .isIphone .Mo_search .type_10 input,[data-v-42ebce92] .isIphone .Mo_search .type_11 input,[data-v-42ebce92] .isIphone .Mo_search .type_12 input,[data-v-42ebce92] .isIphone .Mo_search .type_13 input {
    background-color: #fff
}

[data-v-42ebce92] .isIphone .Mo_search .type_10 .text,[data-v-42ebce92] .isIphone .Mo_search .type_11 .text,[data-v-42ebce92] .isIphone .Mo_search .type_12 .text,[data-v-42ebce92] .isIphone .Mo_search .type_13 .text {
    background-color: #000;
    color: #fff
}

[data-v-42ebce92] .isIphone .Mo_search .type_14 input,[data-v-42ebce92] .isIphone .Mo_search .type_15 input {
    background-color: #fff
}

[data-v-42ebce92] .isIphone .Mo_search .type_14 .text,[data-v-42ebce92] .isIphone .Mo_search .type_15 .text {
    background-color: #fff;
    color: #000
}

[data-v-42ebce92] .isIphone .Mo_search .type_24 input,[data-v-42ebce92] .isIphone .Mo_search .type_25 input {
    background-color: #eee
}

[data-v-42ebce92] .isIphone .Mo_search .type_24 .text,[data-v-42ebce92] .isIphone .Mo_search .type_25 .text {
    background-color: #eee;
    color: #000
}

[data-v-42ebce92] .isIphone .Mo_search .type_10,[data-v-42ebce92] .isIphone .Mo_search .type_11,[data-v-42ebce92] .isIphone .Mo_search .type_12,[data-v-42ebce92] .isIphone .Mo_search .type_13,[data-v-42ebce92] .isIphone .Mo_search .type_14,[data-v-42ebce92] .isIphone .Mo_search .type_15 {
    border-style: solid;
    border-width: 1px
}

[data-v-42ebce92] .isIphone .Mo_search .type_11,[data-v-42ebce92] .isIphone .Mo_search .type_13,[data-v-42ebce92] .isIphone .Mo_search .type_15,[data-v-42ebce92] .isIphone .Mo_search .type_17,[data-v-42ebce92] .isIphone .Mo_search .type_21,[data-v-42ebce92] .isIphone .Mo_search .type_23,[data-v-42ebce92] .isIphone .Mo_search .type_25 {
    border-radius: .5rem
}

[data-v-42ebce92] .isIphone .Mo_search .type_15,[data-v-42ebce92] .isIphone .Mo_search .type_25 {
    flex-direction: row-reverse
}

[data-v-42ebce92] .isIphone .Mo_search .type_17 input {
    visibility: hidden
}

[data-v-42ebce92] .isIphone .Mo_search .type_16 {
    border-style: solid;
    border-width: 0 0 1px
}

[data-v-42ebce92] .isIphone .Mo_search .type_16 .text {
    border-style: solid;
    border-width: 0
}

[data-v-42ebce92] .isIphone .Mo_search .type_17 {
    border-style: solid;
    border-width: 0!important
}

[data-v-42ebce92] .isIphone .Mo_search .type_17.showInput {
    border-width: 1px!important
}

[data-v-42ebce92] .isIphone .Mo_search .type_17.showInput input {
    visibility: visible
}

[data-v-42ebce92] .isIphone .Mo_search .type_17.showInput .text {
    border-width: 0
}

[data-v-42ebce92] .isIphone .main .searchStorey {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: .1rem;
    position: fixed;
    z-index: 999
}

[data-v-42ebce92] .isIphone .main .searchStorey .searchCon {
    align-items: center;
    display: flex;
    margin-bottom: .2rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .searchCon .inputBox {
    align-items: center;
    background: #eee;
    border-radius: .5rem;
    display: flex;
    flex: 1;
    height: .8rem;
    padding: 0 .2rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .searchCon .inputBox input {
    background-color: transparent;
    border: 0;
    flex: 1;
    font-size: .28rem;
    min-width: 0;
    padding-left: .2rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .searchCon em {
    cursor: pointer;
    font-size: .28rem;
    padding: 0 .1rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .box {
    margin-bottom: .2rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .box h3 {
    color: #999;
    display: flex;
    font-size: .24rem;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: .1rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .box h3 em {
    cursor: pointer
}

[data-v-42ebce92] .isIphone .main .searchStorey .box dl {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .main .searchStorey .box dl dd {
    background: #ddd;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: .24rem;
    margin: 0 .02rem .2rem;
    padding: .05rem .1rem
}

[data-v-42ebce92] .isIphone .main .searchStorey .box.historyBox {
    margin-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo {
    padding: .3rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .tit {
    color: #333;
    font-size: .38rem;
    line-height: .6rem;
    margin-bottom: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .classify {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .classify em {
    background-color: #f5f5f6;
    color: #666;
    font-size: .24rem;
    height: .4rem;
    line-height: .4rem;
    margin-right: .15rem;
    padding: 0 .2rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info {
    align-items: center;
    background-color: #fafafa;
    border: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
    padding: .15rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info a,[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info span {
    align-items: center;
    color: #999;
    display: flex;
    flex-shrink: 0;
    font-size: .22rem;
    margin-right: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info a i,[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info span i {
    font-size: .22rem;
    margin-right: .05rem
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info a:last-child,[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .info span:last-child {
    margin-right: 0
}

[data-v-42ebce92] .isIphone .Mo_ArticleDetails .proInfo .docDetails img {
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .banner,[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper {
    background: #fff;
    height: 7.5rem;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .banner img,[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper img {
    max-height: 100%;
    max-width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .banner {
    align-items: center;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper {
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .play-btn {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .play-btn .icon {
    align-items: center;
    background-color: rgba(0,0,0,.4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .4rem;
    height: 10%;
    justify-content: center;
    width: 10%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .video-box {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 10
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .video-box video {
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .video-close {
    background-color: rgba(0,0,0,.4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .swiper-container {
    height: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .swiper-container .slide {
    align-items: center;
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .swiper-pagination {
    bottom: .2rem;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .swiper .swiper-pagination span {
    margin: 0 .05rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo {
    padding: .35rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .tit {
    color: #222;
    font-size: .32rem;
    line-height: .46rem;
    margin-bottom: .15rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .tit_sub {
    color: #999;
    font-size: .24rem;
    margin-bottom: .3rem;
    white-space: break-spaces
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .info {
    align-items: center;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .info .price {
    color: red;
    font-size: .24rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .info .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .info .originalPrice {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .info .originalPrice em {
    font-size: 14px
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .look {
    color: #999;
    display: block;
    font-size: .24rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .look i {
    font-size: .24rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .spec dl dd {
    display: flex;
    margin-bottom: 20px
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .spec dl dd label {
    color: #999;
    font-size: .24rem;
    margin-right: .1rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .spec dl dd span {
    color: #666;
    flex: 1;
    font-size: .24rem;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .spec dl dd.hide {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .shrink {
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    height: 1px;
    justify-content: center;
    margin-bottom: .4rem;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .shrink span {
    background: #fff;
    padding: 0 .18rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .shrink span.active i {
    transform: rotate(270deg)
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .shrink i {
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    height: .32rem;
    justify-content: center;
    transform: rotate(90deg);
    transition: all .5s;
    width: .32rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .tabs {
    background-color: #f8f8f8;
    margin-bottom: 10px
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .tabs ul {
    display: flex;
    justify-content: center
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .tabs ul li {
    box-sizing: border-box;
    color: #222;
    font-size: .24rem;
    height: .8rem;
    line-height: .8rem
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con a,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con dd,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con dl,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con dt,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h1,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h2,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h3,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h4,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h5,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con h6,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con img,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con input,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con li,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con ol,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con ol li,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con p,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con ul,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con ul li {
    list-style: decimal
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con a {
    color: #0000ef;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con em,[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con i {
    font-style: italic
}

[data-v-42ebce92] .isIphone .Mo_ProductDetails .proInfo .proDetails .con img {
    max-width: 100%;
    vertical-align: top
}

[data-v-42ebce92] .isIphone .Mo_ProList {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav {
    background: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .5s;
    z-index: 999
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType .navTit {
    color: #222;
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu>div:last-child .oneNav {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    line-height: inherit
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .tit {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .el-icon-minus {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .el-submenu__title .cus-icon-plus {
    height: .2rem;
    width: .2rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-submenu__title .el-icon-plus {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .is-opened>.el-submenu__title .el-icon-minus {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-submenu__title {
    padding: 0 .2rem!important
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-submenu__title .tit {
    color: #222;
    font-size: .24rem;
    height: .7rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav.is-opened {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title {
    padding: 0 .2rem 0 .3rem!important
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title .tit {
    color: #666;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav.is-opened {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title {
    padding: 0 .2rem 0 .4rem!important
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit {
    color: #777;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_ProList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_ProList .listNav.show {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .titBar {
    align-items: center;
    background-color: #fff;
    border-bottom: .1rem solid #f6f6f6;
    display: flex;
    font-weight: 400;
    height: .88rem;
    justify-content: space-between;
    padding: 0 .25rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .titBar span {
    color: #333;
    font-size: .28rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .titBar p {
    color: #333;
    cursor: pointer;
    font-size: .24rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .titBar p i {
    font-size: .35rem;
    margin-right: .1rem;
    vertical-align: middle
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item {
    box-sizing: border-box;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .price {
    color: red;
    font-size: .16rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1 .item .pic .textInfo .classifyArr .classify {
    margin: 0 .12rem .12rem 0
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type1:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic {
    display: flex;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .type4 .pic .textInfo .classifyArr .classify {
    margin: 0 12px 12px 0
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .pageBtn {
    display: none;
    padding-bottom: .2rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .pageBtn .more {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: .5rem;
    color: #666;
    display: flex;
    font-size: .24rem;
    height: .7rem;
    justify-content: center;
    line-height: .7rem;
    margin: 0 auto;
    text-align: center;
    width: 3.1rem
}

[data-v-42ebce92] .isIphone .Mo_ProList .listMain .pageBtn .more i {
    margin-left: .05rem
}

[data-v-42ebce92] .isIphone .Mo_DocList {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav {
    background: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .5s;
    z-index: 999
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType .navTit {
    color: #222;
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu>div:last-child .oneNav {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    line-height: inherit
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .tit {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .el-icon-arrow-down,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .el-icon-arrow-down,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .el-icon-minus {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-menu-item .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .el-submenu__title .cus-icon-plus {
    height: .2rem;
    width: .2rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-menu-item .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-menu-item .el-icon-plus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-submenu__title .cus-icon-plus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-submenu__title .el-icon-plus {
    display: none
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-menu-item .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-menu-item .el-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-submenu__title .cus-icon-minus,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .is-opened>.el-submenu__title .el-icon-minus {
    display: block
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav {
    border-bottom: 1px solid #ededed
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-submenu__title {
    padding: 0 .2rem!important
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-submenu__title .tit {
    color: #222;
    font-size: .24rem;
    height: .7rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav.is-opened {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title {
    padding: 0 .2rem 0 .3rem!important
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title .tit {
    color: #666;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav.is-opened {
    background-color: #f2f2f2
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title {
    padding: 0 .2rem 0 .4rem!important
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item .tit,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title .tit {
    color: #777;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-menu-item:hover,[data-v-42ebce92] .isIphone .Mo_DocList .listNav .navType.el-menu .oneNav .twoNav .threeNav>.el-submenu__title:hover {
    background-color: #fafafa
}

[data-v-42ebce92] .isIphone .Mo_DocList .listNav.show {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .titBar {
    align-items: center;
    background-color: #fff;
    border-bottom: .1rem solid #f6f6f6;
    display: flex;
    font-weight: 400;
    height: .88rem;
    justify-content: space-between;
    padding: 0 .25rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .titBar span {
    color: #333;
    font-size: .28rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .titBar p {
    color: #333;
    cursor: pointer;
    font-size: .24rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .titBar p i {
    font-size: .35rem;
    margin-right: .1rem;
    vertical-align: middle
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item {
    box-sizing: border-box;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .itemBox {
    box-sizing: border-box
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2 .item .pic .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type2:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon {
    align-items: flex-start;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .itemBox {
    box-sizing: border-box;
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo {
    display: flex;
    flex: 1;
    flex-direction: column
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type4 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon {
    align-items: flex-start;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .itemBox {
    box-sizing: border-box;
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo {
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span {
    align-items: center;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span i,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type5 .item .pic .itemCon .textInfo .info span.date {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item:last-child,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item:last-child {
    border-bottom: 0
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic {
    display: flex;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .textInfo,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .textInfo {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .textInfo .tit,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .textInfo .tit {
    color: #555;
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .textInfo .date,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .textInfo .date {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 14px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .textInfo .date i,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .textInfo .date i {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .dec,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .dec {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .itemFooter,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .itemFooter {
    align-items: baseline;
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .itemFooter .classifyArr,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .itemFooter .classifyArr {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .itemFooter .classifyArr .classify,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .itemFooter .classifyArr .classify {
    color: #666;
    font-size: 12px;
    line-height: 25px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .itemFooter .look,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .itemFooter .look {
    align-items: center;
    display: flex;
    margin-left: 10px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type7 .item .pic .itemFooter .look i,[data-v-42ebce92] .isIphone .Mo_DocList .listMain .type8 .item .pic .itemFooter .look i {
    margin-right: 5px
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .pageBtn {
    display: none;
    padding-bottom: .2rem;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .pageBtn .more {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: .5rem;
    color: #666;
    display: flex;
    font-size: .24rem;
    height: .7rem;
    justify-content: center;
    line-height: .7rem;
    margin: 0 auto;
    text-align: center;
    width: 3.1rem
}

[data-v-42ebce92] .isIphone .Mo_DocList .listMain .pageBtn .more i {
    margin-left: .05rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchNav {
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchNav dd {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 .1rem;
    padding: 0 .1rem;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchNav dd.active {
    border-bottom-style: solid;
    border-bottom-width: .04rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList {
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .pageBtn {
    margin: 10px 0;
    text-align: center
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .pageBtn .el-button {
    width: 150px
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .listBox .itemBox {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .listBox .itemBox img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .listBox:after {
    content: "";
    flex: 1
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .textInfo .price {
    color: red;
    font-size: 16px
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .textInfo .price sub {
    vertical-align: baseline;
    vertical-align: initial
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 .item {
    display: flex
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 .item .pic {
    box-sizing: border-box;
    display: block;
    flex: 1;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 .item .pic .textInfo .tit {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 .item .pic .textInfo .dec {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1 .item .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type1:after {
    content: "";
    flex: auto
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic {
    display: flex;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic .itemBox {
    width: 40%
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic .textInfo {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic .textInfo .tit {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic .textInfo .dec {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .type4 .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper {
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper {
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: .2rem
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic img {
    display: block;
    height: 100%;
    width: 100%
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .itemBox {
    margin-bottom: .2rem;
    overflow: hidden;
    position: relative
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .tit {
    color: #333;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .dec {
    color: #666;
    overflow: hidden;
    word-break: break-all
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr {
    display: flex;
    flex-wrap: wrap
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .swiper-wrapper .swiper-slide .pic .textInfo .classifyArr .classify {
    margin: 0 .12rem .12rem 0
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .bullet-next,[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .bullet-prev {
    align-items: center;
    background: #f5f5f5;
    bottom: 0;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .bullet-prev {
    left: 5px
}

[data-v-42ebce92] .isIphone .Mo_SearchList .searchList .img-swiper .bullet-next {
    right: 5px
}

.device-enter,.device-leave-to {
    opacity: 0;
    transform: translateX(150px)
}

.device-enter-active,.device-leave-active {
    transition: all .5s ease
}

.webGrey {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
