body,
html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: #F6F7FC;
    font-size: 14px;
}

* {
    list-style: none;
    font-weight: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei',Arial,sans-serif,Helvetica,Tahoma;
}

h1,h2,h3,h4,h5,h6,li,p{
    color: #333;
}


#main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F6F7FC;
    padding-bottom: 10px;
}

.zz-scrollbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.zz-scrollbar .el-scrollbar__wrap{
    overflow-x: hidden;
}

#main-wrapper {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 50px;
}

#main-header {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

#main-content {
    background: #fff;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.fontsize12{
    font-size: 12px;
}
.spaceline {
    height: 20px;
    position: relative;
}

.spaceline::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}
.spaceline12 {
    height: 12px;
    position: relative;
}

.spaceline12::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}

.blankspace {
    background-color: #F6F7FC;
    height: 12px;
    margin: 10px 0 -10px 0;
    position: relative;
}

.blankspace::before {
    position: absolute;
    left: -25px;
    top: 0px;
    height: 12px;
    content: '111111';
    color: #F6F7FC;
    background: #F6F7FC;
}

.blankspace::after {
    position: absolute;
    right: -20px;
    top: 0px;
    height: 12px;
    content: '1111111';
    color: #F6F7FC;
    background: #F6F7FC;
}

.textcenter {
    text-align: center;
    width: 20px;
    color: #999;
}

.margin10 {
    margin-top: 10px;
}

.margin15 {
    margin-top: 15px;
}

.margin5 {
    margin-top: 5px;
}
.margin12{
    margin-top: 12px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255) inset;
            box-shadow: 0 0 0 100px rgba(255, 255, 255) inset;
}

.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
    border-top: 1px dashed #d9d9d9;
    margin-bottom: 10px;
    color: #333333;
}

.title:first-child {
    border-top: 1px dashed #fff;
}

.firstTitle {
    border-top: 1px dashed #fff;
}


.title span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.title .titlesubLabel {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.zz-title{
    line-height: 26px;
    color: #17233D;
    font-weight: 500;
    font-size: 18px;
}
.zz-title p{
    font-size: 14px;
    color: #808695;
}

.zz-line {
    height: 15px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 15px;
}

.spacedashed {
    border-top: 1px dashed #d9d9d9;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* 地部分页 加按钮 */
.btnandpage {
    margin-top: 15px;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.search_bottom_wapper {
    position: fixed;
    bottom: 0;
    left: 60px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    padding: 19px 16px 19px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}

.table-wapper {
    padding-bottom: 63px;
}

.page_bottom_wapper {
    position: sticky;
    top: 0;
    left: 207px;
    right: 0px;
    z-index: 1000;
    background-color: #fff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.addbtn {
    width: 100%;
    height: 40px;
    background: #f6f6f6;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.productName {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.productimg {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.productDetail {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.productName p {
    color: #666;
    width: 100%;
    text-align: left;
}

.productimg p:fist-child {
    color: #333;
    font-size: 14px;
}

.productimg p:last-child {
    color: #999;
    font-size: 12px;
}

.margin20 {
    margin-top: 20px;
}

.margin30 {
    margin-top: 30px;
}

.textAlign {
    text-align: center;
}

.margin15 {
    margin-top: 15px;
}

.margin40 {
    margin-top: 40px;
}

.marginleft {
    margin-left: 10px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginright {
    margin-right: 10px;
}

.searchmargin50 {
    margin-left: 40px;
}

.searchrowW {
    width: 1000px;
}

.cmsearchrowW {
    width: 800px;
}

.table-content {
    border-top: 1px dashed #d9d9d9;
    padding: 20px 0px;
    text-align: center;
}

.storeName {
    color: #999;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    padding: 3px 5px;
}

.draggable-icon {
    width: 20px;
    height: 11px;
    margin-top: 10px;
}

.class_SYSTEM {
    background: rgba(255, 228, 228, 0.1) !important;
}

.class_total {
    background: #eeeeee !important;
}

.labeltext {
    color: #333333;
    font-size: 14px;
}

.detailtext {
    color: #606266;
    font-size: 14px;
}

.introtext{
    color: #BABEC8;
    font-size: 12px;
}

.introLabel{
    color: #BABEC8;
    font-size: 14px;
}

.downexcel {
    color: #1489C0;
    font-size: 14px;
    cursor: pointer;
}

.downexcel i {
    color: #1489C0;
}

.marginTop0 {
    margin-top: 0px;
}

.customtitle {
    padding: 12px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.customtitle:first-child {
    padding-top: 5px;
}

.customtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    z-index: 2;
}

.customtitle::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}

.customtitle:first-child::before {
    display: none;
}

.customtitle p {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.customtitle p .label1 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.customtitle p .label2 {
    font-size: 13px;
    margin-left: 10px;
    color: #999999;
}

.customtitle p .el-icon-question {
    margin-left: 5px;
    color: #faad14;
    font-size: 16px;
}

.customtitle .customtitle-right {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customtitle .customtitle-right .label1 {
    font-size: 14px;
    color: #333333;
}

.margin60 {
    /* padding-bottom: 60px !important; */
    padding-top: 0px !important;
    border-bottom: 60px solid #F6F7FC;
}

.operation-btn-list{
  position: fixed;
  bottom: 0;
  left: 60px;
  right: 0;
  z-index: 999;
  background-color: #fff;
  height: 60px;
  -webkit-box-shadow:0px -4px 10px 0px rgba(0,0,0,0.05);
          box-shadow:0px -4px 10px 0px rgba(0,0,0,0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.operation-btn-list .label_title{
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}

.search_header{
    margin-top: 16px;
}

.setdialog .search_header{
    margin-top: 0px;
}

.none{
    display: none;
}

.custom_tabs_dom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_tabs_dom p{
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
}

.custom_tabs_dom .custom_tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_tabs_dom .paddingtop10{
    padding: 15px 0;
}

.custom_tabs_dom .custom_tabs .custom_tab{
    cursor: pointer;
    width: 86px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    color: #333333;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
}

.custom_tabs_dom .custom_tabs .custom_tab:first-child{
    border-radius: 2px 0px 0px 2px;
}

.custom_tabs_dom .custom_tabs .custom_tab:last-child{
    border-radius: 0px 2px 2px 0px;
    border-right: 1px solid #d9d9d9;
}

.custom_tabs_dom .custom_tabs .selected{
    border: 1px solid #1F6AF6;
    border-radius: 2px !important;
    border-right: 1px solid #1F6AF6 !important;
    background-color: #1F6AF6;
    color: #ffffff!important;
}








/* 企微 */
.wxForm{
    background-color: #F6F7FC;
    padding: 16px 58px 0;
    margin: 16px 0;
    border-radius: 4px;
}
.wxTable_border{
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    margin-bottom: 100px;
}
.wxBtnandpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 36px;
    position: fixed;
    bottom: 0;
    left: 197px;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow:0px -4px 10px 0px rgba(0,0,0,0.05);
            box-shadow:0px -4px 10px 0px rgba(0,0,0,0.05);
    
}
/* 页面中用el-tabs 需在页面中加
/deep/ .el-tabs__content{
  overflow: unset !important;
} 否则before after被隐藏
间隔槽
*/
.wxSpacegap{
    width: 100%;
    height: 15px;
    background-color: #f0f2f5;
    margin: 20px 0;
    position: relative;
}
.wxSpacegap::before{
    content: '';
    width: 16px;
    height: 15px;
    background-color: #f0f2f5;
    position: absolute;
    left: -16px;
    top: 0;
}
.wxSpacegap::after{
    content: '';
    width: 16px;
    height: 15px;
    background-color: #f0f2f5;
    position: absolute;
    right: -16px;
    top: 0;
}
.marginright24{
    margin-right: 24px !important;
}

/* 全局滚动条样式修改 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #e8e8e8;
}
::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 4px;
    background-color: #7e7e7e;
}
.el-table::before{
    height: 0;
}
.el-table__fixed-right::before, .el-table__fixed::before{
    height: 0;
}

.el-table-boder {
    border: 1px solid #DCDEE2;
    border-radius: 4px;
}

/* 按钮样式 */
.defaultBtn {
    border: 1px solid #1F6AF6;
    color: #1F6AF6;
    background: #E8F4FE;
}
.defaultBtn:hover {
    border-color: #4088F7;
    background: #4088F7;
    color: #FFFFFF;
}

.dangerBtn {
    border: 1px solid #EC4339;
    color: #FFFFFF;
    background: #EC4339;
}
.dangerBtn:hover {
    border-color: #f56c6c;
    background: #f56c6c;
    color: #FFFFFF;
}
.el-main {
  padding: 0 16px 12px 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-menu {
  border-right: 0px;
}

.el-header {
  padding: 0px;
  -webkit-box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.el-menu .is-active {
  background: #1F6AF6 !important;
  color: #fff !important;
}

.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
  margin-bottom: 14px;
}

.detail-wapper .el-form-item--mini.el-form-item,.detail-wapper .el-form-item--small.el-form-item{
  margin-bottom: 4px;
}

.noMargin .el-form-item--mini.el-form-item,.noMargin .el-form-item--small.el-form-item{
  margin-bottom: 0px;
}

.el-form-item__label {
  text-align: left;
  padding-right: 0px;
}
.el-form--label-right .el-form-item__label {
  text-align: right;
}

.el-input-number {
  width: auto;
}

.el-dialog__header {
  border-bottom: 1px solid #e4e4e4;
}

.el-dialog__footer {
  border-top: 1px solid #e4e4e4;
}

.el-dialog--center .el-dialog__body {
  padding: 25px 25px 15px;
}

.customdialog .el-dialog__header {
  display: none;
}

.customdialog .el-dialog__body {
  padding-top: 2px;
}

.setdialog {
  border-radius: 10px;
}

.setdialog .el-dialog__body {
  padding: 15px 20px 5px 20px;
}

.setdialog .el-dialog__footer {
  text-align: center;
}

.setleftdialog {
  border-radius: 10px;
}

.setleftdialog .el-dialog__header {
  text-align: left;
}

.setleftdialog .el-dialog__footer {
  text-align: center;
}

.customheaderdialog {
  border-radius: 10px;
}

.customheaderdialog .el-dialog__header {
  display: none;
}

.customheaderdialog .el-dialog__body {
  padding: 15px 0px;
}

.customheaderdialog-header {
  padding: 10px 20px;
}

.customheaderdialog .el-dialog__footer {
  text-align: center;
}

.customheaderdialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.customheaderdialog-header p {
  font-size: 16px;
}

.customheaderdialog-header p span {
  padding-left: 15px;
  font-size: 12px;
  color: #999999;
}

.customheaderdialog-header p .el-icon-close {
  width: 15px;
  height: 15px;
  display: block;
  color: #333333;
}

.customheaderdialog-boby{
  padding: 15px 20px;
}

.el-submenu__title i {
  margin-right: 10px;
}

.el-submenu__title {
  background-color: #3b3b3b !important;
}

.secendsubmenu .el-submenu__title {
  padding-left: 55px !important;
  background-color: #2c2c2c !important;
}

.el-menu-item {
  padding-left: 55px !important;
  background-color: #2c2c2c !important;
}

.el-menu-item-group__title {
  height: 0px;
  padding: 0px;
}

.el-button--small{
  font-size: 14px;
  padding: 8px 20px;
}

.el-button--text{
  padding-left: 0px;
  padding-right: 0px;
}

.el-table thead {
  color: #333333;
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.el-cascader.is-disabled .el-cascader__label span {
  color: #c0c4cc;
}

.el-button--mini {
  padding: 5px 8px;
}

.el-transfer__buttons {
  padding: 0 15px;
}

.el-transfer-panel {
  width: 250px;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 14px;
}

.el-cascader-menu {
  min-width: 160px;
}

.selectshop .el-transfer-panel__item {
  display: block;
  width: 220px;
}

.selectshop .el-checkbox {
  margin: 0;
}

.selectgoods .el-transfer-panel {
  width: 200px;
}

.selectgoods .el-transfer-panel__item {
  display: block;
  width: 170px;
}

.goodscategory .el-tree-node__content {
  height: 49px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 25px !important;
}

.goodscategory .el-tree-node__children .el-tree-node__content {
  padding-left: 50px !important;
}

.goodscategory .el-tree-node__children .el-tree-node__children .el-tree-node__content {
  padding-left: 70px !important;
}

.goodscategory .el-tree-node__children .el-tree-node__children .el-tree-node__children .el-tree-node__content {
  padding-left: 90px !important;
}

.tableView .el-table__expanded-cell,
.tableView1 .el-table__expanded-cell {
  padding: 0;
}

.tableView1 .cell {
  padding: 0;
}

.expand .el-table__expand-column .cell {
  display: none;
}

.customtabs .el-tabs__nav-wrap::after {
  background-color: #fff;
}


.sukInput .el-input__inner {
  height: 32px;
  line-height: 32px;
}

.sukInput .el-input__icon {
  line-height: 32px;
}

.inputnumbertabel .el-input-number__decrease,
.inputnumbertabel .el-input-number__increase {
  bottom: 2px;
  top: 2px;
  margin-left: 1px;
}

.zz-appointment .el-input__inner {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #ffffff;
  border: none;
}

.yanzhengmainput-moblie .el-input__inner {
  border: none;
}


.swiper-pagination-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*这里可以不写，flex布局默认方向横向即row*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-customs {
  display: block;
  width: 8px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
}

.swiper-pagination-customs-active {
  width: 12px;
  border-bottom: 3px solid #CD4339;
}

.page_banner .swiper-pagination-custom {
  bottom: 25px;
}

.swiper-pagination-homepage {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 15px;
  background-color: #ffffff;
  cursor: pointer;
}

.swiper-pagination-homepage-active {
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}

.swiper-pagination-mobile-homepage{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 15px;
  background-color: #ffffff;
  cursor: pointer;
}

.swiper-pagination-mobile-homepage-active {
  width: 16px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}

.custom-el-tab .el-tabs__nav-wrap::after {
  background-color: #ffffff;
}

.el-table .bold-row {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  background: #f6f6f6;
}

.maxormininput .el-input-number__decrease {
  display: none
}

.maxormininput .el-input-number__increase {
  display: none
}

.maxormininput .el-input__inner {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.maxormininput .el-input__icon {
  line-height: 35px;
}

.el-radio__label{
  padding-left: 8px;
}

.el-radio__input.is-checked+.el-radio__label {
  color: #606266;
}

.el-radio {
  font-weight: 400;
}

.el-checkbox__label{
  padding-left: 8px;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #606266;
}

.el-checkbox {
  font-weight: 400;
}

.switchStyle .el-switch__label {
  position: absolute;
  display: none;
  color: #fff;
}

.switchStyle .el-switch__label--left {
  z-index: 9;
  left: 22px;
}

.switchStyle .el-switch__label--right {
  z-index: 9;
  left: -2px;
  top: 0px;
}

.switchStyle .el-switch__label.is-active {
  display: block;
}

.switchStyle .el-switch__label.is-active span {
  font-size: 12px;
}

.switchStyle.el-switch .el-switch__core,
.el-switch .el-switch__label {
  width: 65px !important;
}

.switchStyle.el-switch.is-disabled .el-switch__core,
.switchStyle.el-switch.is-disabled .el-switch__label {
  cursor: pointer;
}

.el-notification p {
  word-break: break-all;
}

.el-tabs__item{
  font-size: 16px;
}

.el-tabs__active-bar {
  height: 3px;
}

.el-input-group__append, .el-input-group__prepend{
  background-color:#ffffff;
}

.el-dialog__title{
  font-size: 16px;
  line-height: 18px;
}

.el-pagination__jump{
  margin-left: 10px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
}

.el-pagination .el-select .el-input{
  width: 85px;
}

.search_button_items .el-form-item{
  margin-bottom: 0px;
}

.search_header .el-form-item__label {
  text-align: right;
  padding-right: 4px;
}

.search_header .el-col-6{
  margin-right: 15px;
}

.row-4 .el-col-6{
  margin-right: 0px;
}

.el-input--suffix .el-input__inner{
  padding-right: 20px;
}

.el-date-editor .el-input__suffix-inner .el-input__icon{
  text-align: right;
}

.content-list .el-checkbox{
  margin-right: 10px;
}

.el-carousel__button{
  opacity: 1;
}

.el-carousel__indicators--outside button{
  opacity: 1;
  background-color: #AAAAAA;
}

.custom-input .el-input__inner {
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  background: #fff;
}

.el-drawer__header{
  display: none;
}

.el-table--border{
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.el-table--border td,.el-table--border th{
  padding: 5px 0;
}

.el-table--border td, .el-table--border th.is-leaf{
  border-bottom: 1px solid #d9d9d9;
}

.el-table--border td, .el-table--border th{
  border-right: 1px solid #d9d9d9;
}

.el-table--border::after, .el-table--border::before{
  background-color: #d9d9d9;
}

.el-button{
  font-weight: 400;
}

.el-pagination button, .el-pagination span:not([class*=suffix]){
  font-size: 14px;
}

.el-pager li{
  font-size: 14px;
}

.daily-table .el-table th.gutter{
  display: table-cell!important;
}
.daily-table .el-table .el-table__header th{
  border-bottom: 1px solid #D9D9D9;
  border-bottom: 0.9px solid #D9D9D9;
}

.no-arrow .el-table .el-table__expand-icon {
  display: none;
}

.el-table .info-row {
  background-color: #e8f2f8;
}

/*去掉表格单元格边框*/
.customer-no-border-table.el-table--border th{
  border-right: 1px solid #EBEEF5
}

.customer-no-border-table td{
  border-left: none;
  border-right: none;
}

.customer-no-border-table .el-table__header tr th{
  background: #fff;
}

/*表格最外边框*/
.customer-no-border-table .el-table--border,
.el-table--group {
  border: none;
}

.customer-no-border-table.el-table--border::after {
  width: 0px;
}

.el-table th.gutter ,.el-table__fixed-right-patch{
  background-color: rgb(243, 243, 243)
}
#app {
  height: 100%;
  width: 100%;
}
.el-breadcrumb__item .el-breadcrumb__inner {
  font-weight: 400;
}

.crumbs[data-v-2cd69b7a] {
  width: 100%;
  background: #F6F7FC;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.crumbs .crumbs-right[data-v-2cd69b7a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs .crumbs-right > div[data-v-2cd69b7a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #17233D;
  font-size: 14px;
  font-weight: 500;
}
.crumbs .crumbs-right > div[data-v-2cd69b7a]:hover {
  color: #1F6AF6;
}
.crumbs .crumbs-right div + div[data-v-2cd69b7a] {
  margin-left: 18px;
}
.crumbs .crumbs-right img[data-v-2cd69b7a] {
  width: 20px;
  padding-left: 6px;
}

.logo[data-v-36a1dd58] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}
.logo > img[data-v-36a1dd58] {
  width: 38px;
  height: 17px;
  margin-top: 21px;
}
.logo .logobig[data-v-36a1dd58] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo .logobig .logobig-left[data-v-36a1dd58] {
  text-align: center;
  width: 58px;
  line-height: 60px;
}
.logo .logobig .logobig-left img[data-v-36a1dd58] {
  width: 54px;
  vertical-align: middle;
}
.logo .logobig .logobig-right[data-v-36a1dd58] {
  text-align: left;
  width: 142px;
  line-height: 63px;
}
.logo .logobig .logobig-right p[data-v-36a1dd58] {
  color: #1489cd;
  font-size: 14px;
  height: 60px;
}
.side[data-v-36a1dd58] {
  height: 100%;
  width: 100%;
}
.el-menu[data-v-36a1dd58] {
  border: none;
}

.custom_menu[data-v-005552a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom_menu .main_menu[data-v-005552a2] {
  z-index: 3;
}
.custom_menu .main_menu .main_menu_title[data-v-005552a2] {
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.custom_menu .main_menu .main_menu_title img[data-v-005552a2] {
  width: 30px;
}
.custom_menu .main_menu .main_menu_list ul[data-v-005552a2] {
  overflow: auto;
}
.custom_menu .main_menu .main_menu_list ul li[data-v-005552a2] {
  cursor: pointer;
  padding: 10px 0;
  max-height: 39px;
  color: #a3a3a3;
  text-align: center;
}
.custom_menu .main_menu .main_menu_list ul li i[data-v-005552a2] {
  font-size: 23px;
}
.custom_menu .main_menu .main_menu_list ul li p[data-v-005552a2] {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 16px;
}
.custom_menu .main_menu .main_menu_list ul li.clickedclass[data-v-005552a2] {
  background: rgba(159, 176, 211, 0.3);
}
.custom_menu .main_menu .main_menu_list ul li.active[data-v-005552a2] {
  color: #ffffff;
  position: relative;
}
.custom_menu .main_menu .main_menu_list ul li.active p[data-v-005552a2] {
  color: #ffffff;
}
.custom_menu .main_menu .main_menu_list ul li.active[data-v-005552a2]::after {
  position: absolute;
  content: '';
  height: 37px;
  width: 3px;
  border-radius: 8px;
  top: 11px;
  right: 4px;
  background: #fff;
}
.custom_menu .main_menu .main_menu_list ul li[data-v-005552a2]:hover {
  background: rgba(159, 176, 211, 0.3);
}
.custom_menu .main_menu .main_menu_list ul li.active[data-v-005552a2]:hover {
  background-color: #1F6AF6;
}
.custom_menu .sub_menu[data-v-005552a2] {
  width: 1568px;
  bottom: 0px;
  top: 0px;
  left: 60px;
  background-color: #fff;
  border-right: 1px solid #ebedf0;
  z-index: 5;
  position: fixed;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 9999;
}
.custom_menu .sub_menu .in_contain[data-v-005552a2] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.custom_menu .sub_menu .in_contain .sub_menu_title[data-v-005552a2] {
  text-align: left;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #ebedf0;
  padding-left: 16px;
  color: #606266;
}
.custom_menu .sub_menu .in_contain .sub_menu_title i[data-v-005552a2] {
  color: #606266;
  font-size: 18px;
  margin-top: 5px;
}
.custom_menu .sub_menu .in_contain .sub_menu_title span[data-v-005552a2] {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.custom_menu .sub_menu .in_contain .sub_menu_content[data-v-005552a2] {
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box[data-v-005552a2] {
  margin-top: 28px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item[data-v-005552a2] {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_title[data-v-005552a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  border-right: 1px solid #ebedf0;
  margin-left: 16px;
  color: #131a2e;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_title i[data-v-005552a2] {
  font-size: 40px;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_title2[data-v-005552a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  margin-left: 16px;
  font-weight: 600;
  color: #131a2e;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .hoverpointer_style[data-v-005552a2] {
  cursor: pointer;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .hoverpointer_style[data-v-005552a2]:hover {
  border-radius: 5px;
  color: #1F6AF6;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_detailitem[data-v-005552a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  margin-left: 16px;
  color: #40485a;
  cursor: pointer;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_detailitem[data-v-005552a2]:hover {
  border-radius: 5px;
  color: #1F6AF6;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .column_detailitem_active[data-v-005552a2] {
  color: #1F6AF6;
}
.custom_menu .sub_menu .in_contain .sub_menu_content .column_content .column_item_box .column_item .two_menu_active[data-v-005552a2] {
  color: #1F6AF6;
}
.custom_menu .sub_menu .in_contain .custommenu_footer[data-v-005552a2] {
  position: fixed;
  bottom: 0;
  left: 60px;
  width: 136px;
  height: 20px;
  background-color: #ffffff;
  color: #999999;
  z-index: 10;
  text-align: center;
  font-size: 20px;
}
.custom_menu .sub_menu .in_contain .custommenu_footer i[data-v-005552a2] {
  -webkit-animation: myfirst-005552a2 2s infinite;
          animation: myfirst-005552a2 2s infinite;
}
@-webkit-keyframes myfirst-005552a2 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
@keyframes myfirst-005552a2 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
.custom_menu .alert[data-v-005552a2] {
  bottom: 0px;
  top: 0px;
  left: 220px;
  right: 0px;
  background-color: transparent;
  z-index: 2;
  position: fixed;
}

.search_box[data-v-7358721d] {
  width: 582px;
}
.inner_part[data-v-7358721d] {
  width: 582px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  padding: 24px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1010;
}
.header_part[data-v-7358721d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.title_part[data-v-7358721d] {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}
.close_img[data-v-7358721d] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search_part[data-v-7358721d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_part .input_part[data-v-7358721d] {
  width: 420px;
  height: 38px;
  margin-right: 8px;
}
.none_part[data-v-7358721d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
  text-align: center;
  font-size: 14px;
}
.none_part .none_img[data-v-7358721d] {
  width: 220px;
  height: 170px;
  margin-bottom: 16px;
  display: inline-block;
}
.none_part p[data-v-7358721d] {
  color: #9E9C9C;
  width: 100%;
}
.data_part[data-v-7358721d] {
  margin-top: 16px;
  font-size: 14px;
  overflow: auto;
  height: calc(100vh - 146px);
}
.data_part .data_item .search_title[data-v-7358721d] {
  color: #17233D;
  font-size: 16px;
  margin-bottom: 12px;
  width: 100%;
}
.data_part .module_part[data-v-7358721d] {
  background-color: #F6F7FC;
  padding: 12px 12px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #17233D;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px;
  margin-bottom: 16px;
}
.data_part .module_2[data-v-7358721d] {
  width: 100%;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.data_part .module_2 .module2_item[data-v-7358721d] {
  width: 100%;
  margin-bottom: 12px;
}
.data_part .module_2 .left_title[data-v-7358721d] {
  width: 112px;
  float: left;
  color: #808695;
  cursor: pointer;
}
.data_part .module_2 .width100[data-v-7358721d] {
  width: 100%;
}
.data_part .module_2 .module_3[data-v-7358721d]::before {
  width: 1px;
  background-color: #ccc;
}
.data_part .module_2 .module_3[data-v-7358721d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #DCDEE2;
  padding-left: 8px;
}
.data_part .module_2 .module_3 .module3_item[data-v-7358721d] {
  width: 112px;
  margin-right: 12px;
  float: left;
  margin-bottom: 12px;
  cursor: pointer;
}
.data_part .module_2 .module_3 .module3_item[data-v-7358721d]:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
[data-v-7358721d] .el-drawer.rtl {
  width: 582px !important;
}

.z-header[data-v-7dbda67c] {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
}
.header-left[data-v-7dbda67c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-left .header-title[data-v-7dbda67c] {
  font-size: 14px;
  color: #17233D;
}
.header-left .header-title1[data-v-7dbda67c] {
  font-size: 14px;
  color: #17233D;
  padding-left: 5px;
}
.header-left .switchicon[data-v-7dbda67c] {
  font-size: 24px;
  color: #1F6AF6;
  margin-left: 16px;
}
.header-left .changeview[data-v-7dbda67c] {
  font-size: 14px;
  color: #1F6AF6;
  cursor: pointer;
}
.header-left p[data-v-7dbda67c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-left div span[data-v-7dbda67c] {
  font-size: 14px;
  margin-left: 8px;
}
.header-left div span.status-red[data-v-7dbda67c],
.header-left div span.status-green[data-v-7dbda67c] {
  padding: 3px 8px;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
}
.header-left div span.status-red[data-v-7dbda67c] {
  background: #c71a1a;
}
.header-left div span.status-green[data-v-7dbda67c] {
  background: #5ABB8C;
}
.header-left div a[data-v-7dbda67c] {
  color: #00c4e2;
  text-decoration: underline;
}
.el-dropdown-link[data-v-7dbda67c] {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.el-dropdown-link .link-item[data-v-7dbda67c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
  cursor: pointer;
}
.el-dropdown-link .link-item .redpoint1[data-v-7dbda67c] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: red;
  right: 25px;
  top: -3px;
}
.el-dropdown-link .link-item .redpoint2[data-v-7dbda67c] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: red;
  left: 14px;
  top: 0px;
}
.el-dropdown-link .link-item .link-title[data-v-7dbda67c] {
  font-size: 14px;
  color: #17233D;
  padding-left: 5px;
}
.el-dropdown-link .link-item i[data-v-7dbda67c] {
  font-size: 22px;
}
.el-dropdown-link .link-item:hover i[data-v-7dbda67c] {
  color: #1F6AF6;
}
.el-dropdown-link .link-item:hover .link-title[data-v-7dbda67c] {
  color: #1F6AF6;
}
.el-dropdown-link .badgesite[data-v-7dbda67c] {
  margin-right: 40px;
  position: relative;
}
.el-dropdown-link .badgesite .badge[data-v-7dbda67c] {
  position: absolute;
  right: -29px;
  top: -8px;
  width: 30px;
  height: 14px;
}
.el-dropdown-link .user-label[data-v-7dbda67c] {
  font-size: 14px;
  color: #17233D;
}
.el-dropdown-link .user-label .call[data-v-7dbda67c] {
  padding-left: 10px;
  padding-right: 4px;
}
.iconfont-success[data-v-7dbda67c] {
  color: #409eff;
  cursor: pointer;
}

.custommenu[data-v-fe547790] {
  background: #111218;
  padding-bottom: 20px;
}
.custommenu .custommenu_footer[data-v-fe547790] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 20px;
  background-color: #111218;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  font-size: 20px;
}
.custommenu .custommenu_footer i[data-v-fe547790] {
  -webkit-animation: myfirst-fe547790 2s infinite;
          animation: myfirst-fe547790 2s infinite;
}
@-webkit-keyframes myfirst-fe547790 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
@keyframes myfirst-fe547790 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
.showcustommenu[data-v-fe547790] {
  width: 220px;
  overflow: hidden;
}
.showcustommenu .custom_menu[data-v-fe547790] {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 240px;
  height: 100%;
}
.hidecustommenu[data-v-fe547790] {
  width: 60px;
  overflow: hidden;
}
.hidecustommenu .custom_menu[data-v-fe547790] {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 80px;
  height: 100%;
}
.showmenu[data-v-fe547790] {
  width: 205px !important;
  background: #3b3b3b;
}
.hidemenu[data-v-fe547790] {
  width: 64px !important;
  background: #3b3b3b;
  -webkit-animation: hide-fe547790 0.2s linear;
          animation: hide-fe547790 0.2s linear;
}
@-webkit-keyframes hide-fe547790 {
0% {
    width: 205px;
}
100% {
    width: 64px;
}
}
@keyframes hide-fe547790 {
0% {
    width: 205px;
}
100% {
    width: 64px;
}
}
.index[data-v-fe547790] {
  height: 100%;
  width: 100%;
}

.login-header[data-v-4aa4bf51] {
  background-color: #ffffff;
  min-width: 1200px;
}
.login-header .pc-header[data-v-4aa4bf51] {
  margin: 0 auto;
  width: 1200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-header .pc-header img[data-v-4aa4bf51] {
  width: 190px;
}
.login-header .pc-header .imagebanner[data-v-4aa4bf51] {
  width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-header .pc-header .imagebanner .menu ul[data-v-4aa4bf51] {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.login-header .pc-header .imagebanner .menu ul li a[data-v-4aa4bf51],
.login-header .pc-header .imagebanner .menu ul li a[data-v-4aa4bf51]:visited {
  color: #dde4ec;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.login-header .pc-header .imagebanner .menu ul li a p[data-v-4aa4bf51],
.login-header .pc-header .imagebanner .menu ul li a:visited p[data-v-4aa4bf51] {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1D;
}
.login-header .pc-header .imagebanner .menu ul li a .selected[data-v-4aa4bf51],
.login-header .pc-header .imagebanner .menu ul li a:visited .selected[data-v-4aa4bf51] {
  color: #007AFFFF;
  font-weight: 500;
  font-size: 16px;
}
.login-header .pc-header .loginBtn-con[data-v-4aa4bf51] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
.login-header .pc-header .loginBtn-con .loginBtn[data-v-4aa4bf51] {
  width: 90px;
  height: 62px;
  background: #007AFF;
  border-radius: 0px 0px 0px 0px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 60px;
}
.login-header .pc-header .loginBtn-con .logined[data-v-4aa4bf51] {
  padding: 5px 10px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.login-header .pc-header .loginBtn-con .logined .userheader[data-v-4aa4bf51] {
  color: #999999;
  font-size: 20px;
  padding-right: 2px;
}
.login-header .pc-header .loginBtn-con .logined .userPhone[data-v-4aa4bf51] {
  padding-right: 2px;
  font-size: 14px;
}
.isFixed[data-v-4aa4bf51] {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(10, 18, 29, 0.1);
          box-shadow: 0px 8px 14px 0px rgba(10, 18, 29, 0.1);
}

.pc-dom {
  padding-top: 61px;
}

.channelintro[data-v-514f882d] {
  padding: 0 20px 20px;
}
.channelintro .channelintro_close[data-v-514f882d] {
  text-align: right;
}
.channelintro .channelintro_close .el-icon-close[data-v-514f882d] {
  font-size: 20px;
  cursor: pointer;
}
.channelintro .channelintro_title[data-v-514f882d] {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.channelintro .channelintro_title img[data-v-514f882d] {
  width: 60px;
  display: block;
  margin-right: 20px;
}
.channelintro .channelintro_title span[data-v-514f882d] {
  font-size: 30px;
  color: #007AFF;
}
.channelintro .channelintro_content[data-v-514f882d] {
  padding-top: 50px;
}
.channelintro .channelintro_content .el-form-item__label[data-v-514f882d] {
  padding-right: 0px;
}
.channelintro .channelintro_content .custom_label[data-v-514f882d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.channelintro .channelintro_content .custom_label img[data-v-514f882d] {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.channelintro .channelintro_content button[data-v-514f882d] {
  width: 100px;
  background-color: #ffffff;
  color: #007AFF;
  margin-left: 0px;
  font-size: 14px;
  border: none;
  outline: none;
}
.channelintro .channelintro_content button[data-v-514f882d]:disabled {
  color: #333333;
}
.channelintro .channelintro_footer[data-v-514f882d] {
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.channelintro .channelintro_footer button[data-v-514f882d] {
  width: 280px;
  padding: 12px 0;
  background-color: #007AFF;
  color: #ffffff;
  border: none;
  outline: none;
  margin-left: 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.page_banner[data-v-8bf1b512] {
  width: 100%;
  position: relative;
}
.page_banner .carouselitem[data-v-8bf1b512] {
  width: 100%;
  background-color: #f0f2f5;
}
.page_banner .carouselitem .carouselitem-bg[data-v-8bf1b512],
.page_banner .carouselitem .carouselitem-bg1[data-v-8bf1b512],
.page_banner .carouselitem .carouselitem-bg2[data-v-8bf1b512],
.page_banner .carouselitem .carouselitem-bg3[data-v-8bf1b512] {
  width: 100%;
  height: 100%;
}
.page_banner .carouselitem .carouselitem-bg[data-v-8bf1b512] {
  background: url("https://image.seeboon.com/website/banner-n1.png");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 100;
}
.page_banner .carouselitem .carouselitem-bg1[data-v-8bf1b512] {
  background: url("https://image.seeboon.com/website/banner2.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 99;
}
.page_banner .carouselitem .carouselitem-bg2[data-v-8bf1b512] {
  background: url("https://image.seeboon.com/website/banner3.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 98;
}
.page_banner .carouselitem .carouselitem-bg3[data-v-8bf1b512] {
  background: url("https://image.seeboon.com/website/banner4.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 98;
}
.page_banner .carouselitem .carouselitem-bg3 .img-content .img-content-right p[data-v-8bf1b512] {
  margin-top: 20px;
}
.page_banner .carouselitem .img-content[data-v-8bf1b512] {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_banner .carouselitem .img-content .img-content-left[data-v-8bf1b512] {
  margin-top: 100px;
  margin-bottom: 18px;
}
.page_banner .carouselitem .img-content .img-content-left .img-content-title[data-v-8bf1b512] {
  color: #ffffff;
  font-size: 40px;
}
.page_banner .carouselitem .img-content .img-content-left .img-content-subtitle[data-v-8bf1b512] {
  color: #ffffff;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page_banner .carouselitem .img-content .img-content-right .tryoutBtn[data-v-8bf1b512] {
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #007AFFFF;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  cursor: pointer;
}
.page_banner .carouselitem .img-content .img-content-right p[data-v-8bf1b512] {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
}
.page_banner .arrow-dom[data-v-8bf1b512] {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_banner .arrow-dom .arrow-img-prev[data-v-8bf1b512],
.page_banner .arrow-dom .arrow-img-next[data-v-8bf1b512] {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.page_banner .arrow-dom .arrow-img-next[data-v-8bf1b512] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_banner:hover .arrow-img-prev[data-v-8bf1b512],
.page_banner:hover .arrow-img-next[data-v-8bf1b512] {
  display: block;
}
a[data-v-8bf1b512] {
  text-decoration: none;
  color: #ffffff;
}

.page-footer[data-v-4cc23948] {
  background: url("https://image.zhuizhikeji.com/FmlqpdPH6HfY6duBgCbg6rRJDFSD") center center no-repeat;
  background-size: 100% 100%;
  padding: 30px 0px 5px;
}
.page-footer .copyright[data-v-4cc23948] {
  width: 1200px;
  margin: 0px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-footer .copyright .copyright-left p[data-v-4cc23948] {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.page-footer .copyright .copyright-left p a[data-v-4cc23948] {
  font-size: 14px;
}
.page-footer .copyright .copyright-left .copyright-left-title[data-v-4cc23948] {
  font-size: 16px;
  padding-bottom: 5px;
}
.page-footer .copyright .copyright-left p + p[data-v-4cc23948] {
  margin-top: 5px;
}
.page-footer .copyright .copyright-right .resimg[data-v-4cc23948] {
  width: 165px;
  height: 143px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
}
.page-footer .copyright .copyright-right .resimg img[data-v-4cc23948] {
  width: 102px;
  height: 102px;
  margin-top: 8px;
}
.page-footer .copyright .copyright-right .resimg p[data-v-4cc23948] {
  color: #333333;
  text-align: center;
  font-size: 14px;
}
.page-footer .copyright-footer p[data-v-4cc23948] {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.page-footer .copyright-footer .company[data-v-4cc23948] {
  margin-bottom: 5px;
}
a[data-v-4cc23948] {
  text-decoration: none;
  color: #ffffff;
  font-family: PingFangSC-Regular, PingFang SC;
}

.btn-custom-cancel {
  float: right;
  margin-left: 10px;
  background-color: #007AFF;
  border: none;
  height: 32px;
  color: #FFFFFF;
}
.btn-custom-cancel:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}
.btn-custom-confirm {
  background-color: #007AFF !important;
  border: none;
  height: 32px;
  color: #FFFFFF;
}
.btn-custom-confirm:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}

.custom-drawer .custom-drawer-header[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 20px;
}
.custom-drawer .custom-drawer-header img[data-v-34e788e4] {
  width: 25px;
  cursor: pointer;
}
.custom-drawer .custom-drawer-content[data-v-34e788e4] {
  text-align: center;
}
.custom-drawer .custom-drawer-content .label1[data-v-34e788e4] {
  font-size: 14px;
  color: #999999;
  margin-top: 26px;
}
.custom-drawer .custom-drawer-content .label2[data-v-34e788e4] {
  font-size: 30px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 20px;
}
.custom-drawer .custom-drawer-content .label4[data-v-34e788e4] {
  font-size: 30px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-drawer .custom-drawer-content .label3[data-v-34e788e4] {
  font-size: 14px;
  color: #666666;
}
.custom-drawer .custom-drawer-content .btn[data-v-34e788e4] {
  margin-top: 50px;
}
.custom-drawer .custom-drawer-content .btn span[data-v-34e788e4] {
  padding: 12px 35px;
  background-color: #007AFF;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.appointmentDom[data-v-34e788e4] {
  position: fixed;
  right: 0px;
  bottom: 150px;
  height: 177px;
  width: 60px;
  padding-top: 3px;
  background-color: #007AFF;
  z-index: 2003;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.appointmentDom .item img[data-v-34e788e4] {
  width: 20px;
  margin-top: 10px;
}
.appointmentDom .item p[data-v-34e788e4] {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.appointmentDom .line[data-v-34e788e4] {
  width: 48px;
  height: 1px;
  margin: 7px 0px 3px 6px;
  background-color: #0b5580;
}
.pc-dom[data-v-34e788e4] {
  min-width: 1200px;
  background-color: #ffffff;
}
.pc-dom .safe-capital[data-v-34e788e4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 19px rgba(74, 93, 133, 0.12);
  box-shadow: 0 4px 19px rgba(74, 93, 133, 0.12);
  margin: 40px auto 0;
  text-align: center;
  width: 1200px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(https://image.zhuizhikeji.com/Fv40fg4TbeHYjv9n9SwkIAkY_22v);
  font-size: 16px;
  line-height: 40px;
  color: #323233;
}
.pc-dom .safe-capital span[data-v-34e788e4] {
  color: #007AFF;
  font-size: 14px;
  margin-left: 30px;
  display: inline-block;
}
.pc-dom .content-container .wrapper[data-v-34e788e4] {
  width: 1200px;
  margin: 0 auto;
}
.pc-dom .content-container .wrapper h3[data-v-34e788e4] {
  text-align: center;
  font-size: 28px;
  font-family: PingFangSC-Medium;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 40px;
  padding-top: 70px;
}
.pc-dom .content-container .wrapper .subtitle[data-v-34e788e4] {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin: 10px 0px 20px;
}
.pc-dom .content-container .wcard-container .wcard-content[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-left[data-v-34e788e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-left .wcard-section[data-v-34e788e4] {
  margin-bottom: 28px;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-left .wcard-section .wcard-sectitle[data-v-34e788e4] {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-family: PingFangSC-Medium;
  letter-spacing: 0;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-left .wcard-section .wcard-secsummary[data-v-34e788e4] {
  margin-top: 5px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  line-height: 24px;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-left .wcard-section span[data-v-34e788e4] {
  width: 120px;
  padding: 10px 0;
  text-align: center;
  background-color: #007AFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-right[data-v-34e788e4] {
  width: 600px;
}
.pc-dom .content-container .wcard-container .wcard-content .wcard-right img[data-v-34e788e4] {
  width: 100%;
}
.pc-dom .content-container .wcard-container .wcard-content-last[data-v-34e788e4] {
  padding-bottom: 70px;
}
.pc-dom .content-container .wcard-container .wcard-reverse[data-v-34e788e4] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pc-dom .content-container .wcard-container .wcard-reverse .wcard-left[data-v-34e788e4] {
  padding-left: 72px;
}
.pc-dom .content-container .zz-customers[data-v-34e788e4] {
  width: 1140px;
  padding-bottom: 90px;
}
.pc-dom .content-container .zz-customers .rescontent[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card[data-v-34e788e4] {
  width: 174px;
  height: 214px;
  padding: 20px;
  margin-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(26, 35, 53, 0.08);
          box-shadow: 0px 2px 20px 0px rgba(26, 35, 53, 0.08);
  border-radius: 8px;
  position: relative;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card img[data-v-34e788e4] {
  width: 115px;
  height: 115px;
  display: inline-block;
  margin-top: 20px;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .customers-intro[data-v-34e788e4] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
  padding: 0 20px;
  text-align: center;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .QRcodebg[data-v-34e788e4] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: none;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .QRcodebg .resQRcode[data-v-34e788e4] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: myfirst1-34e788e4 0.5s;
          animation: myfirst1-34e788e4 0.5s;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .QRcodebg .resQRcode .QRcode[data-v-34e788e4] {
  width: 176px;
  height: 217px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .QRcodebg .resQRcode .QRcode img[data-v-34e788e4] {
  width: 116px;
  height: 116px;
  margin-top: 22px;
}
.pc-dom .content-container .zz-customers .rescontent .customers-card .QRcodebg .resQRcode .QRcode p[data-v-34e788e4] {
  text-align: center;
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 20px;
}
.pc-dom .content-container .zz-customers .rescontent .spec img[data-v-34e788e4] {
  width: 42px;
  height: 42px;
}
.pc-dom .content-container .zz-customers .rescontent .spec .customers-intro[data-v-34e788e4] {
  padding: 0 17px;
  margin-top: 23px;
}
.pc-dom .content-container .zz-customers .rescontent .spec span[data-v-34e788e4] {
  width: 120px;
  padding: 10px 0;
  text-align: center;
  background-color: #007AFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
@-webkit-keyframes myfirst1-34e788e4 {
0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes myfirst1-34e788e4 {
0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.pc-dom .content-container .zz-customers .rescontent .customers-card:hover .QRcodebg[data-v-34e788e4] {
  display: block;
}
.pc-dom .content-container .zz-customers .message-content[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 10px;
}
.pc-dom .content-container .zz-customers .message-content .resmessage[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #007AFF;
  padding: 11px 10px;
  border-radius: 2px;
}
.pc-dom .content-container .zz-customers .message-content .resmessage span[data-v-34e788e4] {
  color: #ffffff;
  font-size: 16px;
  padding-left: 0px;
}
.pc-dom .content-container .zz-customers .message-content .resmessage img[data-v-34e788e4] {
  width: 22px;
  display: inline-block;
  margin-left: 5px;
}
.pc-dom .content-container .zz-customers .message-content p[data-v-34e788e4] {
  color: #666666;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.pc-dom .content-container .zz-information .information-content[data-v-34e788e4] {
  width: 1000px;
  margin: 60px auto 0px;
  position: relative;
}
.pc-dom .content-container .zz-information .information-content .carouselitem[data-v-34e788e4] {
  position: relative;
}
.pc-dom .content-container .zz-information .information-content .carouselitem img[data-v-34e788e4] {
  width: 100%;
}
.pc-dom .content-container .zz-information .information-content .carouselitem .information-label[data-v-34e788e4] {
  position: absolute;
  width: 385px;
  padding: 60px 40px 30px 15px;
  bottom: 3px;
  right: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pc-dom .content-container .zz-information .information-content .carouselitem .information-label p[data-v-34e788e4] {
  color: #ffffff;
  font-size: 20px;
}
.pc-dom .content-container .zz-information .information-content .carouselitem .information-label p + p[data-v-34e788e4] {
  font-size: 14px;
  margin-top: 20px;
}
.pc-dom .content-container .zz-information .information-content .carouselitem .know-informationbtn[data-v-34e788e4] {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -60px;
  width: 120px;
  padding: 10px 0;
  text-align: center;
  background-color: #007AFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.pc-dom .content-container .zz-information .information-content i[data-v-34e788e4] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  color: #ffffff;
  margin-top: -40px;
  cursor: pointer;
}
.pc-dom .content-container .zz-information .information-content .icon-arrow-left[data-v-34e788e4] {
  left: -100px;
  background: url("https://image.zhuizhikeji.com/Fn6J5cZnviE-T70xT0ZhDBtCkAn4") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pc-dom .content-container .zz-information .information-content .icon-arrow-right[data-v-34e788e4] {
  right: -100px;
  background: url("https://image.zhuizhikeji.com/Fn6J5cZnviE-T70xT0ZhDBtCkAn4") center center no-repeat;
  background-size: 100% 100%;
}
.pc-dom .content-container .zz-information .information-bottom[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  margin-bottom: 40px;
}
.pc-dom .content-container .zz-information .information-bottom span[data-v-34e788e4] {
  width: 120px;
  padding: 10px 0;
  text-align: center;
  background-color: #007AFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.pc-dom .content-container .zz-technology[data-v-34e788e4] {
  margin-bottom: 50px;
}
.pc-dom .content-container .zz-technology .technology-container[data-v-34e788e4] {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc-dom .content-container .zz-technology .technology-container .technology-card[data-v-34e788e4] {
  -webkit-box-shadow: 0px 1px 4px 2px rgba(233, 233, 233, 0.6);
          box-shadow: 0px 1px 4px 2px rgba(233, 233, 233, 0.6);
  border-radius: 11px;
  width: 238px;
  padding: 30px 15px 50px;
  text-align: center;
}
.pc-dom .content-container .zz-technology .technology-container .technology-card img[data-v-34e788e4] {
  width: 96px;
  height: 96px;
  margin: 0px auto;
  display: block;
  margin-bottom: 30px;
}
.pc-dom .content-container .zz-technology .technology-container .technology-card p[data-v-34e788e4] {
  color: #333333;
  font-size: 16px;
}
.pc-dom .content-container .zz-appointment[data-v-34e788e4] {
  width: 100%;
  padding: 20px 0;
  background: rgba(137, 196, 230, 0.5);
}
.pc-dom .content-container .zz-appointment h3[data-v-34e788e4] {
  padding-top: 50px;
}
.pc-dom .content-container .zz-appointment .subtitle[data-v-34e788e4] {
  margin-bottom: 0px;
}
.pc-dom .content-container .zz-appointment .appointment-card[data-v-34e788e4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-dom .content-container .zz-appointment .appointment-card .input[data-v-34e788e4] {
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
}
.pc-dom .content-container .zz-appointment .appointment-card .input .code[data-v-34e788e4] {
  width: 130px;
}
.pc-dom .content-container .zz-appointment .appointment-card .input button[data-v-34e788e4] {
  width: 78px;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  background-color: #007AFF;
  border-radius: 4px;
  margin-left: 0px;
  font-size: 12px;
}
.pc-dom .content-container .zz-appointment .appointment-card .input + .input[data-v-34e788e4] {
  margin-left: 33px;
}
.pc-dom .content-container .zz-appointment .appointment-card button[data-v-34e788e4] {
  width: 168px;
  height: 50px;
  background-color: #007AFF;
  color: #ffffff;
  border: none;
  outline: none;
  margin-left: 49px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.pc-dom .sticky[data-v-34e788e4] {
  position: sticky;
  bottom: 0px;
  z-index: 2000;
}
.pc-dom .sticky .zz-appointment[data-v-34e788e4] {
  padding: 36px 0;
}
.pc-dom .gradient-container[data-v-34e788e4] {
  position: relative;
}
.pc-dom .gradient-container .gradient-container-top[data-v-34e788e4] {
  height: 405px;
}
.pc-dom .gradient-container .gradient-container-bottom[data-v-34e788e4] {
  height: 100px;
  background-color: #f5f5f5;
}
.pc-dom .gradient-container .gradient-wrapper[data-v-34e788e4] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1200px;
  margin: 0 auto;
}
.pc-dom .gradient-container .gradient-wrapper h3[data-v-34e788e4] {
  text-align: center;
  font-size: 28px;
  font-family: PingFangSC-Medium;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 40px;
  padding-top: 70px;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient[data-v-34e788e4] {
  width: 1200px;
  margin-top: 70px;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient .wcard-container[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient .wcard-container .gradient-card[data-v-34e788e4] {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(26, 35, 53, 0.08);
          box-shadow: 0px 2px 20px 0px rgba(26, 35, 53, 0.08);
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 238px;
          flex: 0 0 238px;
  padding: 30px 15px 80px;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient .wcard-container .gradient-card .intro-title[data-v-34e788e4] {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  height: 56px;
  text-align: left;
  padding-right: 30px;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient .wcard-container .gradient-card .cross-line[data-v-34e788e4] {
  width: 61px;
  height: 2px;
  background-color: #666666;
}
.pc-dom .gradient-container .gradient-wrapper .wcard-gradient .wcard-container .gradient-card .intro-sub[data-v-34e788e4] {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  padding-top: 30px;
}
.pc-dom .gradient-container .gradient-wrapper .gradient-bottom[data-v-34e788e4] {
  margin-top: 40px;
}
.pc-dom .gradient-container .gradient-wrapper .gradient-bottom ul[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc-dom .gradient-container .gradient-wrapper .gradient-bottom ul li p[data-v-34e788e4] {
  text-align: center;
  font-size: 35px;
  color: #333333;
  line-height: 56px;
}
.pc-dom .gradient-container .gradient-wrapper .gradient-bottom ul li p + p[data-v-34e788e4] {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-top: 18px;
}
.pc-dom .product-container[data-v-34e788e4] {
  padding-bottom: 35px;
  background-color: #f5f5f5;
}
.pc-dom .product-container h3[data-v-34e788e4] {
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  padding-top: 60px;
}
.pc-dom .product-container .subtitle[data-v-34e788e4] {
  font-size: 15px;
  font-family: PingFangSC-Medium;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin: 10px 0px 20px;
}
.pc-dom .product-container .wcard-content[data-v-34e788e4] {
  width: 1000px;
  margin: 20px auto 0px;
  position: relative;
}
.pc-dom .product-container .wcard-content ul[data-v-34e788e4] {
  overflow: hidden;
}
.pc-dom .product-container .wcard-content ul li[data-v-34e788e4] {
  float: left;
  /* 向左漂移，将竖排变为横排 */
  margin-right: 36px;
}
.pc-dom .product-container .wcard-content ul li img[data-v-34e788e4] {
  width: 223px;
  height: 136px;
  display: block;
}
.pc-dom .product-container .wcard-content ul li p[data-v-34e788e4] {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin: 20px 0px 40px;
}
.pc-dom .product-container .wcard-content ul li[data-v-34e788e4]:nth-child(4n + 4) {
  margin-right: 0px;
}
.pc-dom .product-container .wcard-content i[data-v-34e788e4] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  color: #ffffff;
  margin-top: -60px;
  cursor: pointer;
}
.pc-dom .product-container .wcard-content .icon-arrow-left[data-v-34e788e4] {
  left: -100px;
  background: url("https://image.zhuizhikeji.com/Fn6J5cZnviE-T70xT0ZhDBtCkAn4") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pc-dom .product-container .wcard-content .icon-arrow-right[data-v-34e788e4] {
  right: -100px;
  background: url("https://image.zhuizhikeji.com/Fn6J5cZnviE-T70xT0ZhDBtCkAn4") center center no-repeat;
  background-size: 100% 100%;
}
.pc-dom .product-container .wcard-resolutions[data-v-34e788e4] {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 20px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-container[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc-dom .product-container .wcard-resolutions .resolutions-container .resolution-card[data-v-34e788e4] {
  -webkit-box-shadow: 0px 1px 4px 2px rgba(233, 233, 233, 0.6);
          box-shadow: 0px 1px 4px 2px rgba(233, 233, 233, 0.6);
  border-radius: 11px;
  background-color: #ffffff;
  padding-bottom: 40px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-container .resolution-card img[data-v-34e788e4] {
  width: 324px;
  height: 212px;
  display: block;
  margin-bottom: 15px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-container .resolution-card p[data-v-34e788e4] {
  color: #383838;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 18px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-container .resolution-card p + p[data-v-34e788e4] {
  color: #999999;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-bottom[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.pc-dom .product-container .wcard-resolutions .resolutions-bottom span[data-v-34e788e4] {
  width: 120px;
  padding: 10px 0;
  text-align: center;
  background-color: #007AFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
a[data-v-34e788e4] {
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.pc-dom[data-v-34e788e4] {
    display: none;
}
.appointmentDom[data-v-34e788e4] {
    display: none;
}
.moblie-dom[data-v-34e788e4] {
    display: block;
}
}
.pay_code[data-v-34e788e4] {
  text-align: center;
  margin: 30px;
}
.login-right[data-v-34e788e4] {
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.login-right .logintype[data-v-34e788e4] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
.login-right .header[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.login-right .header .header-left[data-v-34e788e4] {
  width: 175px;
  text-align: center;
}
.login-right .header .header-left span[data-v-34e788e4] {
  padding-bottom: 15px;
  border-bottom: 3px solid #007AFF;
}
.login-right .header .header-right[data-v-34e788e4] {
  width: 175px;
  text-align: center;
}
.login-right .info[data-v-34e788e4] {
  margin-top: 20px;
}
.login-right .info > button[data-v-34e788e4] {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2dbbe8), to(#007AFF));
  background: linear-gradient(to right, #2dbbe8, #007AFF);
  color: white;
}
.login-right .info input[data-v-34e788e4] {
  font-size: 14px;
  border: none;
  outline: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.login-right .piccode[data-v-34e788e4] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-right .piccode > div[data-v-34e788e4] {
  position: relative;
}
.login-right .piccode > div > img[data-v-34e788e4] {
  width: 100%;
  height: 100%;
}
.login-right .piccode > div > span[data-v-34e788e4] {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #000;
  line-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-right .piccode > div:hover > span[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-right .piccode > div[data-v-34e788e4]:first-child {
  width: 60%;
}
.login-right .piccode > div[data-v-34e788e4]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.login-right .piccode > button[data-v-34e788e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  outline: none;
  margin-top: 10px;
  background-color: #fff;
}
.login-right .piccode input[data-v-34e788e4] {
  border: none;
  outline: none;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
}
.login-right .logintype[data-v-34e788e4]::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35px;
  right: -15px;
}
.login-right > h3[data-v-34e788e4] {
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 1em;
}
.login-right .account[data-v-34e788e4] {
  text-align: right;
  font-size: 14px;
  color: #606266;
  margin-top: 20px;
  font-weight: 500;
}
.login-right .checkbox[data-v-34e788e4] {
  margin-top: 20px;
  font-size: 14px;
  color: #606266;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-right .piccode[data-v-34e788e4] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-right .piccode > div[data-v-34e788e4] {
  position: relative;
}
.login-right .piccode > div > img[data-v-34e788e4] {
  width: 100%;
  height: 100%;
}
.login-right .piccode > div > span[data-v-34e788e4] {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #000;
  line-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-right .piccode > div:hover > span[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-right .piccode > div[data-v-34e788e4]:first-child {
  width: 60%;
}
.login-right .piccode > div[data-v-34e788e4]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.login-right .piccode > button[data-v-34e788e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #fff;
}
.login-right .info[data-v-34e788e4] {
  margin-top: 20px;
}
.login-right .info > button[data-v-34e788e4] {
  width: 100%;
}

.form_wrap input.el-input__inner[data-v-34e788e4] {
  height: 50px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.choosestyle[data-v-34e788e4] {
  background: #1489cd !important;
  color: #fff !important;
}
.change_but[data-v-34e788e4] {
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  background: #f3f3f3;
  font-size: 14px;
  padding: 0 10px;
  color: #333;
}
.top_code[data-v-34e788e4] {
  height: 20px;
  line-height: 20px;
  color: #999;
}
.change_but_wrap[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
}
.change_wrap[data-v-34e788e4] {
  height: 80px;
  width: 100%;
}
.yuyue[data-v-34e788e4] {
  height: 50px;
  background: #1489cd;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: none;
}
.form_wrap .yanzhengma[data-v-34e788e4] {
  position: relative;
}
.form_wrap .yanzhengma .getcodestyle[data-v-34e788e4] {
  position: absolute;
  right: 0;
  top: 7px;
  right: 7px;
  z-index: 11;
  width: 98px;
  height: 34px;
  background: #1489cd;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border: none;
  outline: none;
}
.topcode[data-v-34e788e4] {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.wrap[data-v-34e788e4] {
  height: 400px;
  background: #fff;
  position: relative;
  padding: 20px 50px 50px 50px;
}
.closebut[data-v-34e788e4] {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.closebut img[data-v-34e788e4] {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.topwindow[data-v-34e788e4] {
  width: 100%;
  height: 440px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.hezuobox[data-v-34e788e4] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0048aa;
  z-index: 10;
}
.but100[data-v-34e788e4] {
  position: fixed;
  bottom: 0;
  line-height: 70px;
  height: 70px;
  background: #0048aa;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.moblie-dom[data-v-34e788e4] {
  display: none;
  background: #ffffff;
}
.moblie-dom .mobliehome_logo[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.moblie-dom .mobliehome_logo .mobliehome_logodom[data-v-34e788e4] {
  background-color: #ffffff;
  padding: 0.35rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.moblie-dom .mobliehome_logo .mobliehome_logodom img[data-v-34e788e4] {
  display: block;
  width: 1.2rem;
}
.moblie-dom .mobliehome_logo div.mobliehome_menu ul[data-v-34e788e4] {
  list-style: none;
  /* 去掉ul前面的符号 */
  margin: 0px;
  /* 与外界元素的距离为0 */
  padding-right: 0.35rem;
  /* 与内部元素的距离为0 */
  width: auto;
  /* 宽度根据元素内容调整 */
}
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li[data-v-34e788e4] {
  float: left;
  /* 向左漂移，将竖排变为横排 */
}
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a[data-v-34e788e4],
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a[data-v-34e788e4]:visited {
  color: #dde4ec;
  /* 文字颜色 */
  display: block;
  /* 此元素将显示为块级元素，此元素前后会带有换行符 */
  line-height: 1.35em;
  /* 行高 */
  padding: 0.04rem 0.15rem;
  /* 内部填充的距离 */
  text-decoration: none;
  /* 不显示超链接下划线 */
  white-space: nowrap;
  /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a p[data-v-34e788e4],
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a:visited p[data-v-34e788e4] {
  color: #333333;
  text-align: center;
  font-size: 0.32rem;
  padding-bottom: 0.05rem;
}
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a .bottom-line[data-v-34e788e4],
.moblie-dom .mobliehome_logo div.mobliehome_menu ul li a:visited .bottom-line[data-v-34e788e4] {
  color: #0048aa;
  margin-bottom: 0.02rem;
  border-bottom: 2px #0048aa solid;
  /* 边框 */
}
.moblie-dom .mobliehome_banner[data-v-34e788e4] {
  position: relative;
}
.moblie-dom .mobliehome_banner .swiper-container1[data-v-34e788e4] {
  width: 100%;
  overflow: hidden;
}
.moblie-dom .mobliehome_banner img[data-v-34e788e4] {
  width: 100%;
}
.moblie-dom .mobliehome_content[data-v-34e788e4] {
  padding-top: 0.45rem;
}
.moblie-dom .mobliehome_content .content-header[data-v-34e788e4] {
  margin: 0px auto;
  padding-bottom: 0.3rem;
}
.moblie-dom .mobliehome_content .content-header p[data-v-34e788e4] {
  text-align: center;
  font-size: 0.375rem;
  color: #333333;
  font-weight: 500;
}
.moblie-dom .mobliehome_content .content-header .secintro[data-v-34e788e4] {
  font-size: 0.3rem;
  margin-bottom: 0.24rem;
  color: #666666;
  font-weight: 400;
}
.moblie-dom .mobliehome_content .customlist1[data-v-34e788e4] {
  padding: 0 0.35rem;
}
.moblie-dom .mobliehome_content .customlist1 li[data-v-34e788e4] {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moblie-dom .mobliehome_content .customlist1 li div[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.moblie-dom .mobliehome_content .customlist1 li div img[data-v-34e788e4] {
  width: 1rem;
}
.moblie-dom .mobliehome_content .customlist1 li div span[data-v-34e788e4] {
  margin-left: 0.2rem;
  font-size: 0.375rem;
  color: #333333;
  font-weight: 500;
}
.moblie-dom .mobliehome_content .customlist1 li p[data-v-34e788e4] {
  font-size: 0.55rem;
  color: #cd4339;
  font-weight: 500;
}
.moblie-dom .mobliehome_content .customlist1 li + li[data-v-34e788e4] {
  margin-top: 0.5rem;
}
.moblie-dom .mobliehome_content .customlist2[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.moblie-dom .mobliehome_content .customlist2 li[data-v-34e788e4] {
  width: 45%;
  margin-left: 3.333%;
  position: relative;
  margin-bottom: 0.35rem;
}
.moblie-dom .mobliehome_content .customlist2 li img[data-v-34e788e4] {
  width: 100%;
}
.moblie-dom .mobliehome_content .customlist2 li p[data-v-34e788e4] {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 0.35rem;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}
.moblie-dom .mobliehome_content .customlist_footer[data-v-34e788e4] {
  text-align: center;
  color: #999999;
  font-size: 0.32rem;
  padding-bottom: 0.32rem;
}
.moblie-dom .mobliehome_content .customlist_footer i[data-v-34e788e4] {
  margin-left: 0.1rem;
}
.moblie-dom .mobliehome_content .customlist3[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.moblie-dom .mobliehome_content .customlist3 li[data-v-34e788e4] {
  width: 45%;
  margin-left: 3.333%;
  position: relative;
  padding-bottom: 0.3rem;
  background-color: #ffffff;
}
.moblie-dom .mobliehome_content .customlist3 li img[data-v-34e788e4] {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
.moblie-dom .mobliehome_content .customlist3 li p[data-v-34e788e4] {
  padding-left: 0.35rem;
  color: #333333;
  font-size: 0.35rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.moblie-dom .mobliehome_content .customlist3 li p + p[data-v-34e788e4] {
  margin-bottom: 0px;
  color: #666666;
  font-weight: 400;
  font-size: 0.32rem;
}
.moblie-dom .mobliehome_content .intro_label[data-v-34e788e4] {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.moblie-dom .mobliehome_content .intro_label p[data-v-34e788e4] {
  padding: 0 0.35rem;
  color: #ffffff;
  font-size: 0.35rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.moblie-dom .mobliehome_content .intro_label p + p[data-v-34e788e4] {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.32rem;
}
.moblie-dom .mobliehome_content .customlist4[data-v-34e788e4] {
  padding: 0 0.35rem;
}
.moblie-dom .mobliehome_content .customlist4 li[data-v-34e788e4] {
  border: 1px solid #007AFF;
  border-radius: 12px;
  padding: 0.25rem;
}
.moblie-dom .mobliehome_content .customlist4 li div[data-v-34e788e4] {
  background-color: #007AFF;
  border-radius: 10px;
  padding: 0.25rem 0.4rem;
}
.moblie-dom .mobliehome_content .customlist4 li div p[data-v-34e788e4] {
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: 500;
}
.moblie-dom .mobliehome_content .customlist4 li div p + p[data-v-34e788e4] {
  margin-top: 0.15rem;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.5rem;
}
.moblie-dom .mobliehome_content .customlist4 li + li[data-v-34e788e4] {
  margin-top: 0.5rem;
  border: 1px solid #dc7660;
}
.moblie-dom .mobliehome_content .customlist4 li + li div[data-v-34e788e4] {
  background-color: #dc7660;
}
.moblie-dom .mobliehome_content .customlist4 li[data-v-34e788e4]:nth-child(3) {
  border: 1px solid #55ba61;
}
.moblie-dom .mobliehome_content .customlist4 li:nth-child(3) div[data-v-34e788e4] {
  background-color: #55ba61;
}
.moblie-dom .mobliehome_content .customlist4 li[data-v-34e788e4]:last-child {
  border: 1px solid #a762ff;
}
.moblie-dom .mobliehome_content .customlist4 li:last-child div[data-v-34e788e4] {
  background-color: #a762ff;
}
.moblie-dom .mobliehome_content .customlist5[data-v-34e788e4] {
  padding: 0 0.35rem;
}
.moblie-dom .mobliehome_content .customlist5 img[data-v-34e788e4] {
  width: 100%;
  display: block;
}
.moblie-dom .mobliehome_content .scrollView[data-v-34e788e4] {
  display: -webkit-box;
  overflow-x: scroll;
  padding: 0px 0.35rem 0.3rem;
}
.moblie-dom .mobliehome_content .scrollView li[data-v-34e788e4] {
  width: 90%;
  margin-right: 0.3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(233, 233, 233, 0.5);
          box-shadow: 0px 0px 4px 2px rgba(233, 233, 233, 0.5);
}
.moblie-dom .mobliehome_content .scrollView li img[data-v-34e788e4] {
  width: 100%;
}
.moblie-dom .mobliehome_content .scrollView li p[data-v-34e788e4] {
  font-size: 0.35rem;
  color: #333333;
  font-weight: 500;
}
.moblie-dom .mobliehome_content .scrollView li p + p[data-v-34e788e4] {
  font-size: 0.3rem;
  color: #666666;
  font-weight: 400;
  padding-bottom: 0.2rem;
}
.moblie-dom .mobliehome_content .scrollView li[data-v-34e788e4]:last-child {
  width: 1px;
}
.moblie-dom .mobliehome_content .scrollView[data-v-34e788e4]::-webkit-scrollbar {
  display: none;
}
.moblie-dom .mobliehome_content .scrollView[data-v-34e788e4] {
  -ms-overflow-style: none;
}
.moblie-dom .mobliehome_content .scrollView[data-v-34e788e4] {
  overflow: -moz-scrollbars-none;
}
.moblie-dom .mobliehome_content .technology[data-v-34e788e4] {
  overflow: hidden;
  padding: 0 0.6rem;
}
.moblie-dom .mobliehome_content .technology .salestype[data-v-34e788e4] {
  float: left;
  width: 50%;
  height: 135px;
  margin-bottom: 25px;
}
.moblie-dom .mobliehome_content .technology .salestype .salestype-top[data-v-34e788e4] {
  height: 100px;
  background: url("https://image.zhuizhikeji.com/FiMWzTIH3V5r0WrjWdpa7c8vglun") center center no-repeat;
  background-size: 94px 94px;
}
.moblie-dom .mobliehome_content .technology .salestype .number[data-v-34e788e4] {
  background: url("https://image.zhuizhikeji.com/FhM8iRcRrC1uHEgRHYztGmSqZKuJ") center center no-repeat;
  background-size: 94px 94px;
}
.moblie-dom .mobliehome_content .technology .salestype .carIcon[data-v-34e788e4] {
  background: url("https://image.zhuizhikeji.com/FvmA8QNeoKpZU28UEe8x78O_PScw") center center no-repeat;
  background-size: 94px 94px;
}
.moblie-dom .mobliehome_content .technology .salestype .scopeIcon[data-v-34e788e4] {
  background: url("https://image.zhuizhikeji.com/FqmVMsdO9BLM_GCQY4lNfORWV9PJ") center center no-repeat;
  background-size: 94px 94px;
}
.moblie-dom .mobliehome_content .technology .titlelabel[data-v-34e788e4] {
  text-align: center;
  font-size: 12px;
}
.moblie-dom .bgcolor[data-v-34e788e4] {
  background-color: #4497ea;
}
.moblie-dom .bgcolor .content-header p[data-v-34e788e4] {
  color: #ffffff;
}
.moblie-dom .scrollViewbg[data-v-34e788e4] {
  background-color: #f9f9f9;
  padding-bottom: 0.28rem;
}
.moblie-dom .copyright .copyrightdom[data-v-34e788e4] {
  position: relative;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-top[data-v-34e788e4] {
  height: 335px;
  background-color: #007AFF;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-bottom[data-v-34e788e4] {
  height: 70px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow[data-v-34e788e4] {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.6rem 1rem;
  text-align: center;
  z-index: 1;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .meetphone[data-v-34e788e4] {
  width: 100%;
  margin-bottom: 0.4rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .meetname[data-v-34e788e4] {
  width: 100%;
  margin-bottom: 0.4rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .meetbusiness[data-v-34e788e4] {
  width: 100%;
  margin-bottom: 0.4rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow button[data-v-34e788e4] {
  width: 100%;
  height: 40px;
  background-color: #3891c5;
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .totopimg[data-v-34e788e4] {
  width: 1.6rem;
  margin-top: 0.4rem;
  -webkit-animation: myfirst-34e788e4 2s infinite;
          animation: myfirst-34e788e4 2s infinite;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .yanzhengma[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.4rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .yanzhengma .yanzhengmainput[data-v-34e788e4] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .yanzhengma button[data-v-34e788e4] {
  margin-left: 10px;
  width: 100px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom[data-v-34e788e4] {
  text-align: left;
  padding-top: 0.2rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom img[data-v-34e788e4] {
  width: 142px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom .phone[data-v-34e788e4] {
  color: #ffffff;
  font-size: 12px;
  margin-top: 20px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom .phoneNum[data-v-34e788e4] {
  color: #ffffff;
  font-size: 24px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom .jobtime[data-v-34e788e4] {
  color: #ffffff;
  font-size: 12px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom .companyIntro[data-v-34e788e4] {
  color: #ffffff;
  font-size: 10px;
  margin-top: 0.6rem;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom .companyIntro1[data-v-34e788e4] {
  color: #ffffff;
  font-size: 10px;
  margin-top: 3px;
}
.moblie-dom .copyright .copyrightdom .copyrightdom-shadow .copyrightdom-shadow-bottom a[data-v-34e788e4] {
  color: #ffffff;
  text-decoration: none;
}
.moblie-dom a[data-v-34e788e4] {
  text-decoration: none;
}
.moblie-dom .router-link-active[data-v-34e788e4] {
  text-decoration: none;
}
@-webkit-keyframes myfirst-34e788e4 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
@keyframes myfirst-34e788e4 {
0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
50% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
}
100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.pc-dom[data-v-34e788e4] {
    display: none;
}
.appointmentDom[data-v-34e788e4] {
    display: none;
}
.moblie-dom[data-v-34e788e4] {
    display: block;
}
}


      /* 基础重置 */
* {
                  margin: 0;
                  padding: 0;
                  -webkit-box-sizing: border-box;
                          box-sizing: border-box;
}
              /* 容器：手机端100%宽度 */
.qualification-module {
                  width: 100%;
                  max-width: 480px; /* 限制最大宽度适配大屏手机 */
                  margin: 0 auto;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column; /* 手机端纵向排列 */
                  gap: 5px;
}
.new-module{
				  -webkit-box-orient:horizontal !important;
				  -webkit-box-direction:normal !important;
				      -ms-flex-direction:row !important;
				          flex-direction:row !important;
}
              /* 左右区域通用样式 */
.qualification-module .side-area {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column;
}
.areabox{
				  width:32%;
}
              /* 标题行 */
.qualification-module .title-row {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between;
                  margin-bottom: 12px;
                  padding: 0 5px;
}
.qualification-module .title-item {
                  text-align: center;
                  width: 48%;
}
.qualification-module .title-text {
                  font-size: 9px;
                  color: #333;
}
.qualification-module .title-count {
                  font-size: 16px;
                  color: #007AFF;
                  font-weight: bold;
                  margin-top: 2px;
}
.qualification-module .title-count2 {
				  font-size: 9px;
				  color: #007AFF;
				  font-weight: bold;
				  margin-top: 2px;
}
              /* 证书列表 */
.qualification-module .cert-list {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
                  gap: 10px;
                  padding: 0 5px;
}
.qualification-module .cert-item {
                  width: calc(50% - 5px); /* 两列布局 */
                  border: 1px solid #E5E5E5;
                  border-radius: 4px;
                  overflow: hidden;
                  background: #fff;
}
.qualification-module .cert-item2 {
			      width: 100%; /* 两列布局 */
			      border: 1px solid #E5E5E5;
			      border-radius: 4px;
			      overflow: hidden;
			      background: #fff;
}
.qualification-module .cert-item img,.cert-item2 img {
                  width: 100%;
                  height: auto;
                  display: block;
}
			  
              /* 中间蓝色区域 */
.qualification-module .middle-area {
                  background: #007AFF;
                  padding: 9px;
                  border-radius: 4px;
}
.qualification-module .middle-title {
                  font-size: 14px;
                  color: #fff;
                  margin-bottom: 8px;
}
.qualification-module .middle-title strong {
                  display: block;
                  font-size: 13px;
                  margin-top: 2px;
}
.qualification-module .middle-cert {
                  background: #fff;
                  /* padding: 8px; */
                  border-radius: 4px;
}
.qualification-module .middle-cert img {
                  width: 100%;
                  height: auto;
                  display: block;
}
              /* 右侧区域标题特殊处理 */
.qualification-module .right-title .title-count {
                  line-height: 1.3;
}
    
.information-content2[data-v-34e788e4] {
  width: 96%;
  margin: auto;
}
.information-content2 .carouselitem[data-v-34e788e4] {
  position: relative;
}
.information-content2 .carouselitem image[data-v-34e788e4] {
  width: 100%;
}
.posion_box[data-v-34e788e4] {
  position: absolute;
  top: 45px;
  left: 30px;
}
.posion_box .posion_item[data-v-34e788e4] {
  font-weight: 500;
  font-size: 20px;
  color: #007AFF;
  margin: 5px 0;
}
.posion_box .posion_item_con[data-v-34e788e4] {
  font-size: 13px !important;
  margin-top: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dev_item_box[data-v-34e788e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
.dev_item_box .dev_item[data-v-34e788e4] {
  background: #F5FAFF;
  border-radius: 15px;
  width: 48%;
  padding: 6px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dev_item_box .dev_item .dev_title[data-v-34e788e4] {
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1D;
}
.dev_item_box .dev_item .dev_con[data-v-34e788e4] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(22, 73, 120, 0.5);
}
.dev_item_box .dev_item img[data-v-34e788e4] {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

