body {
    font-family: 'Rubik', 'Microsoft YaHei','',sans-serif;
    overflow-x: hidden !important;
    /* position: relative; */
}
html{
    position:relative;
}
.services-box-con{
    padding:10px 6px !important;
}

.mymessage_con {margin:12px 0 0 0;display: flex;}
.mymessage_con .el-message-box__status{position: relative;left:unset;top:unset;transform:unset;}
.el-message-box.mycom_box{width:unset;max-width:90%;}
a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}
.el-select__tags .el-icon-close{
    display: none;
}
.nopadding.el-card{
    padding:0 20px 20px;
    margin-bottom: 20px;
    border-radius:16px;
  }
  .nopadding .el-descriptions-item__label{
    text-align: center !important;
    white-space: keep-all !important;
    width:100px !important;
  }
  .nopadding .el-card__body,.nopadding .el-collapse-item__content{
    padding:0;
  }
  .nopadding .el-collapse-item__header{
    font-size:1rem;
  }

p {
    font-size: 14.4px;
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

b {
    font-weight: 500;
}

::-moz-selection {
  background-color: #2e3138;
  color: #fff; }

::selection {
  background-color: #2e3138;
  color: #fff; }

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.height-100vh {
    height: 100vh;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

 


/* wj改 */
/* .nameTitle{margin-top: 15px !important;} */
.el-date-editor .el-range-separator{
    padding:0;
    width:20px !important;
  }
  .el-date-editor .el-range-input{
    width:calc((100% - 45px) / 2) !important;
  }
.tag_list {
    overflow: hidden;
    margin-bottom: 8px;
    
  }
  
  .tag_list:last-child {
    margin-bottom: 0;
  }
  
  .tag_list.line2 {
    height: 44px;
  }
  
  .tag_list span {
    background: #f1f1f1 !important;
    float: left;
    display: block;
    margin-right: 6px;
    margin-bottom: 5px;
    line-height: 22px;
    height: 22px;
    border-radius: 2px;
    color: #777 !important;
    font-size: 12px;
    padding: 0 6px;
  }
  
  .tag_list span.bg_primary {
    background: #ebf3fe;
    color: var(--wjprimary);
  }
  
.el-submenu  .el-menu .el-tooltip,.navlevel1 .el-tooltip{
    display: inline-block;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
}
.child_list.navlevel1{
    width: calc(100% - 60px);
}
.child_list.navlevel1 .tooltipCon{
    max-width:calc(100% - 80px);
}
.navlevel1 .tooltipCon{
    max-width:calc(100% - 40px);
}
.navlevel1  .el-tooltip{
    width:100%;
}
.wjline2{
    line-height: 1.7em;
    max-height: 3.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
  
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
  }
.navLeft {
    float: left;
    width: 280px;
    border-radius: 16px;
    /* padding-bottom: 120px; */
    overflow: hidden;
    background-color: #fff;
    /* background-position: calc(100% - 10px) calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 100px 100px; */
    /* min-height: 50vh; */
    /* max-height:calc(100vh - 300px); 
    overflow: hidden;
    overflow-y: auto !important;  */
    min-height:50vh;
}
.navLeft , .filterPage .navLeft .el-menu{
    width:300px !important;
    overflow: hidden;
}
.filterPage .navLeft .el-submenu__title .el-submenu__icon-arrow{
    font-weight: bold !important;
    font-size:18px !important;
}
.filterPage .navLeft .el-submenu .el-menu .el-menu-item.is-active,.filterPage .navLeft .el-submenu .el-menu .el-menu-item:hover{
    background:rgba(0,123,255,0.15) !important;
    color:var(--wjprimary) !important;
    font-weight: bold !important;
}
.tooltipCon{
    font-size:17px !important;
}
.filterPage .navLeft .el-submenu .el-menu-item, .filterPage .navLeft .el-submenu .el-menu-item:active{
    font-size:15px !important;
}
.filterPage .navLeft .el-submenu .el-menu-item, .filterPage .navLeft .el-menu-item,.filterPage .navLeft .el-submenu__title{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .moduleInfo .blog-title{
    font-size:16px;
    line-height:1.6em;
    max-height:3.2em;
  }
  .filterPage .navLeft .el-menu-item,.filterPage .navLeft .el-submenu__title{
    justify-content: flex-start;
  }
.blog-box h4,.ent_info_item h4{
    margin-bottom: 12px;
    overflow: hidden;
  }
  .list_tooltip_Title{
    max-width:260px;
    width:20%;
    border:0 !important;
    background-color: #ffffff !important;
    line-height:1.6em !important;
    color:#121212 !important;
    font-size:14px !important;
    box-shadow: 0px 0px 10px #d5d5d5;
  }
  .list_tooltip_Title.el-tooltip__popper .popper__arrow{
    border-top-color:#ffffff !important;
  }
  a[target="wj_blank"]{
    margin:0 4px;
    padding:6px 5px 6px 26px;
    cursor: pointer;
    /* pointer-events:none !important; */
    -webkit-user-modify: read-only;
    color:var(--w-e-textarea-color);
    border-radius: 4px;
    overflow: hidden;
    background:#f1f1f1 url("file.png") no-repeat 5px center;
    background-size:16px 16px;
  }
.blog-title {
    color: #191919;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-clamp: 2;
    word-break: break-all;
    float: left;
    height: 3.4em;
    width: 100%;
  }
  .setHeight .blog-title{
    height: 3.4em;
  }
  .blog-title.line1{
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: nowrap;
    height: 1.67em;
  }
  .line1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.67em;
    height: 1.67em;
    cursor: pointer;
    display: block;
  }
  .numInput{
    width: 50px !important;padding: 0;vertical-align: middle;text-align: center !important;
  }
  .numInput .el-input__inner{
    padding:0;
    text-align: center !important;
    line-height:38px !important;
    height:38px !important;
  }
  .moduleInfo .blog-title{
    -webkit-line-clamp: unset;
    line-clamp: unset;
    word-break: break-all;
    height: auto;
    /* min-height: 3.4em; */
  }
  .moduleInfo {
    align-items: stretch;
  }
  .moduleInfo .blog-box{
    height:calc(100% - 20px);
  }
  .moduleInfo .infoCon1{
    height:calc(100% - 50px);
  }
 .blog-box{
    height:calc(100% - 20px);
  }

.image-slot{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    line-height: 20px;
    font-size:14px;
    color: #ccc;
    text-align: center;
  }
  .image-slot i {
    font-size: 60px;
    color:#e0e0e0 !important;
  }

.el-carousel__arrow i{
    font-size:16px;
}
.filterPage .container {
    min-width: 1040px;
  }
  
  .filterPage .conRight .container {
    min-width: auto !important;
    width: calc(100% - 30px);
    margin: 0 0  0 30px;
  }
.rightBox .el-input__inner {
    height: 50px !important;
    line-height: 50px;
    padding: 0 20px;
  }
  /* .verify-bar-area{
    width: 100% !important;
  } */
  .verify-bar-area,.verify-move-block{ 
    height: 50px !important;
    line-height: 50px;
    border-radius:5px;
  }

.wjbtn{cursor:pointer;}
.el-menu-item:focus,.el-submenu:focus,.el-submenu__title:focus,.el-submenu .el-menu-item:focus,.el-menu-item:focus {
    background:#fff !important;
    color: #303133 !important;
  }
   .el-submenu .el-menu-item:hover{
    background:rgba(0,123,255,0.15) !important;
    color: #303133 !important;
  }
  .el-submenu__title:hover,.el-menu-item:hover{
    background:rgba(0,123,255,0.15) !important;
    color: #303133 !important;
  }
  .el-menu-item:active{
    background:#fff !important;
    color: #303133 !important;
  }
.el-submenu.is-opened .el-submenu__title,.el-menu-item.is-active {
    background: var(--wjprimary) !important;
    color: #fff !important;
  }
.el-submenu.is-opened .el-submenu__title i,.el-menu-item.is-active i{
    color: #fff;
  }
.el-submenu .el-menu-item.is-active{
background: var(--wjprimary) !important;
color: #fff !important;
}

.el-submenu .el-menu-item{
    min-width: unset !important;
}

.wjpageTotal {
    margin-right: 16px;
  }
  
  .wjpageCon,
  .wjpageTotal {
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #191919;
  }
  
  .wjpage {
    padding-bottom: 80px;
  }
  
.el-pager .more::before {
    line-height: 24px;
  }
  
.el-pager li {
    margin-left: 3px;
  }
  
.el-pager li:hover {
    background: #dddddd !important;
  }
  
.el-pager li.active {
    background: #191919 !important;
    color: #fff;
  }
  
.el-pager li,
.el-pagination button:disabled,
.el-pagination button {
    padding: 0 4px;
    border-radius: 50%;
    min-width: 28px !important;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #191919;
    font-size: 14px;
    background: transparent !important;
  }
  /* .el-pager li{
    min-width:28px !important;
  } */
  .el-pager li.active{
    background: #191919 !important;
    color: #fff !important;
  }

.wjflex{display:flex;align-items: center;justify-content: center;}
.wjflex.be{
    justify-content: space-between;
}
:root{
    --wjprimary : #007bff;
}
.wjsection-title i {
    font-size: 20px;
    margin-top: 1px;
    float: left;
  }
  
  
  .nav_Loca {
    padding: 0 0 12px 0 !important;
    margin: 0 0 24px 0;
  }
#navbar .container{padding:0;}
.navbar-toggler i{font-size:24px;display: block;height:32px;line-height: 32px;}
.conText p{font-size: 1rem;line-height:1.67;}
.nav_Loca{justify-content:flex-start !important;}
.nav_Loca span.go{cursor: pointer;}
.nav_Loca span.go:hover{color:#409EFF;}
.empty-img p{font-size:20px;color:#191919;font-weight:bold;margin-bottom:16px;text-indent: 0em !important;}
.empty-img img{width:300px;height:300px;}
/* .container.empty-img{max-width: 1000px;} */
.empty-img span{cursor:pointer;color:#808080;padding:2px 0;font-size:14px;border-bottom:1px solid #191919;}
.empty-img .row{align-items: center;justify-content: center;}

.pb_0{padding-bottom:0 !important;}
.container{width:86%;max-width:1300px;min-width:1024px;}
.seach_list .col-md-4.col-lg-3{padding-left:16px;padding-right:0;}
.seach_list .col-md-4:nth-child(4n){padding-right:16px !important;}
.dropdown-item{cursor:pointer;}
.hide{display:none;}
.f32{font-size:26px !important;}
.navbar-custom .navbar-brand {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: normal;
    letter-spacing: 2px;
    height: auto;
    font-family: 'Sarabun', sans-serif;
    padding:0;
}
.navbar-custom .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    padding:8px 0 !important;
    margin: 0 20px !important;
    line-height:28px;
    transition: all 0.4s;
    text-align: center;
    border-bottom:2px solid transparent;
    width:auto;
}
.navbar-custom .navbar-nav li:last-child a{
    margin: 0 0 0 20px !important;
}
.navbar-custom .navbar-nav li:first-child a{
    width:auto;
}
.navbar-custom .navbar-nav.nav0 li a{
    color: #0e2364;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus {
    color: #3688f4 !important;
    border-bottom:2px solid #3688f4;
}

.navbar-custom .navbar-nav li.active a {
    color: #3688f4 !important;
    border-bottom:2px solid #3688f4;
}

.navbar-custom .navbar-nav.nav1 li a:hover,
.navbar-custom .navbar-nav.nav1 li a:focus{
    color: #fff !important;
    border-color: #fff !important;
}
.navbar-custom .navbar-nav.nav1 li.active a {
    color: #fff !important;
    border-color: #fff !important;
}
.copy-rights {
    margin-bottom: 0;
    line-height: 1.5em;
    text-align:center;
    
}
.copy-rights .text-muted,.copy-rights.text-muted{
    color:#cbcbcb !important;
}
.copy-rights .text-muted:hover{
    color:#3688f4 !important;
}
.footer-alt-border {
    background-color: #f5f5f5;
    height: 1px;
    width: 100%;
}

.footer-alt {
    padding: 15px 0 0;
    position: absolute;
    left: 0;
    bottom: 15px;
    width:100%;
}
.goTopBtn{
    position: fixed;
    bottom: 50px;
    right:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:36px;
    height:36px;
    border-radius:30px;
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    cursor:pointer;
    background-color: #fff;
    color:var(--wjprimary);
    font-size:24px;
}
.goTopBtn:hover{
    background:rgba(0,123,255,0.15) !important;
    /* color:#fff; */
}
.fixedNavTop .navLeft{
    position: fixed;
    z-index: 1000; 
    top:85px;    
    max-height:calc(100vh - 100px); 
    overflow: hidden;
    overflow-y: auto !important;   
    transition: left  1s ease-in-out;
}
.navLeft::-webkit-scrollbar {
    width: 0px;
    height: 12px;
    background-color: rgba(0,0,0,.2);
    overflow: hidden;
    border-radius:0 16px 16px 0;
}
.easylist .list_seach_con{
    border-radius:8px;
    overflow: hidden;
    margin-top:30px;
    padding:20px 20px calc(20px - .5rem);
    background:#fff;
}
/* .easylist.showseach .list_seach_con{
    border-radius:8px 8px 0 0 !important;
    padding-bottom: calc(40px - 0.5rem);
    border-bottom: 0.1px solid #e5e5e5;
} */
.filterCon.listEasy{
    display:none;
}
.listEasy.seachshow{
    display:block;
    border-radius:0 0 16px 16px !important;
}

.easylist .el-form-item__label{
    word-break: keep-all;
    font-size:0.925rem;
    color:#666;
  }
  .easylist input,.easylist select{
    font-size:0.925rem !important;
    }
.easylist .el-select .el-tag{
    font-size:0.925rem !important;
    color:#606266;
    background: transparent;
    }
    .el-select__tags{
        max-height: 30px;
        overflow: hidden;
    }
.easylist input::placeholder,.easylist select::placeholder{
font-size:0.925rem !important;
}
.easylist .el-form-item{
margin-bottom:0;
}
/* 详情 */
.easyPage .conRight{
    width:100%;
}
/* 企业详情 */
.conRight.conRight3,.conRight.conRight2{
    width:100% !important;
    margin-left:0 !important;
}
.filterPage .conRight.conRight3 .container{
    margin:0 auto;
}
/* 企业详情结束 */
.conInfo  .easy_info_title{
    overflow: hidden;
    justify-content: center;
    font-weight:normal;color:#999;margin-bottom:0;text-indent: 0;font-size:.9rem;
}
.conInfo  .easy_info_title span{
    margin-right:32px;
}
.conInfo  .easy_info_title span:last-child{
    margin-right:0px;
}
.filterPage.easyPage .conRight .container{
    margin:0 auto;
    
}
.pb_5{
    padding-bottom:50px;
}
.pt_5{
    padding-top:30px;
}
  /*定义滚动条轨道
内阴影+圆角*/
.fixedNavTop .navLeft::-webkit-scrollbar-track
{
    -webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.3);
    border-radius:16px;
    background-color:#f1f1f1;
    overflow: hidden;
}
/*定义滑块
 内阴影+圆角*/
.fixedNavTop .navLeft::-webkit-scrollbar-thumb
{
    border-radius:16px;
    -webkit-box-shadow:inset 0 0 8px rgba(102, 159, 245, 0.3);
    background-color: rgba(192 ,192 ,192,1);
    overflow: hidden;
}
  .fixedNavTop .conRight{
    margin-left:300px;
  }
  .fixedNavTop .copy-rights{
    padding-left:330px;
  }
  .pageDetail .copy-rights{
    padding-left:330px;
}

.home-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 600px;
}

.bg-overlay {
    background: #3688f4;  /* fallback for old browsers */
    background: linear-gradient(to right, #3688f4, #3447d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.95;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
.el-carousel__container{
    height:100% !important;
}
input::placeholder{
    color:#ababc6 !important;
    font-size:16px !important;
}
.home-title {
    white-space: nowrap;
    font-size: 40px;
    line-height: 78px;
    font-weight: normal;
    margin-bottom:0;
    text-align: center;
}
.home-desc{
    text-align: center;
}
h4.home-title{
    font-size: 36px;
}
.home-title.pl{
    position: absolute !important;
    top:calc(50% - 24px) !important;
    left:calc(50% - 200px) !important;
    width:400px;text-align:center;
}
.conInfo .info_title{
    border-bottom:1px dashed #888;
    padding-bottom:20px;
    margin-bottom:20px;
}
.conInfo p{word-break: break-all;}
.conInfo table{
    width: 100% !important;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    overflow: hidden;
    border-collapse: separate;
}
.conInfo table tr{
    border-bottom: 1px solid #c5c5c5;
}
.conInfo table th{
    text-align: center;
}
.conInfo table td,.conInfo table th{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding:.5rem ;
}
.conInfo table tr:last-child td{
    border-bottom: 0;
}
.conInfo table  td:last-child,.conInfo table th:last-child{
    border-right: 0;
}
h1, h2, h3, h4, h5, h6{
    margin:1rem 0;
    line-height: 1.67em;
}
.pageIn{position: relative;}
.subscribe-form{
    padding:3rem 0 !important;
}
.seach_conut{
    min-height: 22px;
}
.subscribe-form form,.banner-text {
    position: relative;
    width:calc(100% - 200px);
    max-width: 680px;
    margin: 0px;
}
.subscribe-form input {
    padding: 0 .8rem;
    width: 100%;
    font-size: 16px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 120px !important;
    padding-left: 170px !important;
    /* //rgba(255, 255, 255, 0.85) */
    background-color: #fbfbfd;
    border-radius: 30px;
    height:52px;
    line-height: 52px;
}
.subscribe-form .el-input__suffix{
    right:102px !important;
    font-size:20px !important;
    top:calc(50% - 25px);
    height:50px;
    line-height:50px;
}
.myImgLoad{
    background: #f5f7fa;
    color: #909090;
}
.formBox .el-input__prefix,
.formBox .el-input__suffix {
  line-height: 50px;
  right: 12px;
  width:24px;
  text-align: center;
}
.menuDiv .el-dropdown-menu__item{
    font-size:16px;
}
.menuDiv .el-dropdown-menu__item:hover{
    background:rgba(0,123,255,0.15) !important;
    color: var(--wjprimary) !important;
}
.menuDiv .el-dropdown-menu__item.active{
    background:var(--wjprimary);
    color:#fff;
}
.menuDiv{
    max-height: 36vh;
    overflow: hidden;
    overflow-y: auto;
}

.conRight .conText a{
    color:#2440b3;
}
.conRight .conText a:hover{
    color:#007bff;
}
 .menuDiv::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius:0 4px 4px 0 ;
    background-color: rgba(0,0,0,.2);
}

/*定义滚动条轨道
内阴影+圆角*/
.menuDiv::-webkit-scrollbar-track
{
    -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
    border-radius:0 4px 4px 0;
    background-color:#fff;
}
/*定义滑块
 内阴影+圆角*/
.menuDiv::-webkit-scrollbar-thumb
{
    border-radius:0 4px 4px 0;
    /* -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.3); */
    background-color: #ccc;
}

/* .subscribe-form .el-input{
    padding-right: 120px;
} */

.subscribe-form button.seach,.subscribe-form  .change_item_btn {
    position: absolute;
    text-transform: uppercase;
    top: 4px;
    right: .3rem;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 0 1rem;
    color:#fff;
    height:44px;
    line-height:44px;
    overflow: hidden;
    z-index: 1;
}
.subscribe-form  .change_item_btn{
    padding: 0;
}
.change_item_btn i{margin-left:8px;font-size:12px;}
.change_item_btn .el-button{
    background:transparent;
    display: block;
    width:100%;
    height:44px;
    border:0;
    font-size:16px;
    color:#0e2364 !important;
}
.change_item_btn.dropdown-toggle::after{
position: relative;
float: right;
top:21px;
}
.subscribe-form button.seach{
    padding: 0 1rem;
    width:90px;
    text-align: center;
}
.seach .iconfont{
    width:16px;
    height: 20px;
    line-height:20px;
    display: inline-block;
}
.subscribe-form  .change_item_btn{
    right:unset;
    border-radius:30px 0 0 30px;
    background:#f0f2f7;
    left: .3rem;
    color:#0e2364;
    /* padding: 0 18px; */
    width:150px !important;
    text-align: center;
}
.change_item_btn i.icon-below-s{
    position: absolute;
    right:15px;
    top:calc(50% - 6.5px);
}
.menuDiv{width:180px;text-align:center;}
.menuDiv li {line-height: 42px;}
.subscribe-form .dropdown-menu{
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 12px;
    border: 0;
    padding: 10px;
    box-shadow: 0px 0px 6px #999;
}
.f20{
    font-size:1.05rem !important;
}
#navbar{
    border-color:transparent !important;
}
#navbar .subscribe-form{
    padding:0 !important;
}
#navbar .subscribe-form form{
    width:100% !important;
}
#navbar .subscribe-form input{
    /* border-radius:8px; */
    width:100%;
}
#navbar .subscribe-form button{
    /* border-radius:10px ; */
    top: calc(50% - .75em - .4rem - 1.5px);
}
#navbar .subscribe-form  .change_item_btn{
    /* border-radius:8px 0 0 8px; */
    top: calc(50% - .75em - .4rem);
}

#navbar .subscribe-form button,#navbar .subscribe-form  .change_item_btn{
    padding-top: .4rem;
    padding-bottom: .4rem;
}
#navbar input{
    padding-top: .7rem;
    padding-bottom: .7rem;
}
.pt_0{padding-top:0 !important;}
.el-message{z-index:20003 !important;}

.el-popup-parent--hidden{overflow-y: auto !important;padding-right: 0 !important;}

.pageIn .subscribe-form{
    padding:40px 0 0!important;
}
.pageIn .subscribe-form form{
    width:100%;
    margin:0 auto;
    max-width:960px;
}
.pageIn .subscribe-form input{
    background:#fff;
    padding-left:30px !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);

}
.pageIn button{right:9px;top:9px;}
.wjbtn{cursor:pointer;}
.bor_b{border-bottom:1px solid #e5e5e5;}
.page_dec{font-size: 12px;
    color: #808080;}


.subscribe-form .el-input__suffix .el-icon-circle-close:before{
    font-size: 20px;
    top:calc(50% - 23px);
}


  
  textarea::placeholder {
    color: #ababc6 !important;
    font-size: 16px !important;
  }

  .wrapperBox .copy-rights .text-muted,
.wrapperBox .copy-rights.text-muted {
  color: #999999 !important;
}
  
/* wj改 */
.wj-flex-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.bg-overlay-light {
    background-color: rgba(0, 0, 0, 0.5);
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section-sm {
    padding: 50px 0;
}

.section-lg {
    padding: 100px 0;
}

.section-title {
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 1rem;
    /* font-weight: 700; */
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.section-subtitle {
    letter-spacing: 0.02em;
}

.svg-pattern {
  width: 100%;
  position: relative; 
}

iframe {
    max-width: 100%;
}


.hover-effect {
    transition: all .3s ease-in-out;
}
.hover-effect:hover {
    transform: translateY(-1rem);
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #393f4f !important;
}

.bg-light {
    background-color: #fafbfe!important;
}


.text-muted {
    color: #858d96 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #777 !important;
}

.text-dark {
    color: #212121 !important;
}



.btn {
    padding: 10px 22px;
    transition: all 0.5s;
    box-shadow: none !important;
}



.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    border: 1px solid;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    border: 1px solid !important;
    color: #f3f3f3 !important;
}

.btn-bg-white {
    background-color: #fff !important;
    transition: all 0.3s;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 14px;
}

.read-btn {
    font-size: 15px;
}

.read-btn:hover {
    color: #212529 !important;
}


/*======================
  4.NAVBAR
  ======================*/

.navbar-custom {
    /* padding: 15px 0px; */
    width: 100%;
    border-radius: 0px;
    z-index: 1001;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height:68px;
    line-height: 68px;
    overflow:hidden;
    padding: 0 !important; 
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.navbar-nav {
    margin-left: 50px;
    border-bottom: none;
}





.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #272a33;
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.navbar-custom .btn-custom {
    margin-top: 4px;
    margin-bottom: 4px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}


/*---Navbar-White--*/

.navbar-custom.navbar-white {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
    color: #393f4f !important;
}


/*=======================================
          5.HOME 
  =====================================*/

.bg-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.home-small-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.home-up {
    z-index: 10;
    position: relative;
}

.play-btn {
    border: 2px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}

.play-shadow {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 82px;
    height: 82px;
    margin: 20px auto 0px auto;
}


/* ------------- Demo 1 bg-pattern ------------- */

.home-half {
    padding-bottom: 100px;
    padding-top: 170px;
}

/* ------- Demo 9 wave animation --------- */

.wave-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.shape-one {
    z-index: 15;
    opacity: 0.5;
}
.shape-two {
    z-index: 10;
    opacity: 0.75;
}
.shape-three {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-one {
    background-size: 50% 100px;
}

.wave-anim .wave-one {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.wave-two {
    background-size: 50% 120px;
}
.wave-anim .wave-two {
    animation: move_wave 10s linear infinite;
}
.wave-three {
    background-size: 50% 100px;
}
.wave-anim .wave-three {
    animation: move_wave 15s linear infinite;
}


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}





.home-registration-form .form-heading {
    margin-bottom: 25px;
}

.home-registration-form {
    padding: 15px 32px 32px 32px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-subtitle-width-100 {
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.home-btn-width {
    width: 100%;
}




.home-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.home-padding-t-150 {
    padding-top: 150px;
}









.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}



.slidero {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}

#services{padding:30px 0 !important;}
.services-box {
    padding: 15px 10px;
}
.services-box i {
    font-size: 32px;
    margin-bottom: 15px;
}
.features-box h3 {
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 35px;
    font-size: 26px;
}

.features-item-list li:before {
    content: "";
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 14px;
}

.features-item-list li {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    padding: 7px 0 7px 20px;
}

.features-img {
	max-width: 500px;
}


.bg-web-desc{
    background: url("../images/img-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.pricing-box {
    padding: 50px 40px 50px 40px;
    border: 1px solid #ecf0f5;
    border-radius: 8px;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1)!important;
    background-color: #ffffff;
    position: relative;
}

.pricing-box h4 {
    font-size: 15px;
}

.pricing-box h1 {
    font-size: 36px;
    padding-top: 5px;
}

.pricing-border {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background-color: #ecf0f5;
}

.price-active {
    box-shadow: 0 0rem 4rem rgba(0,0,0,.1)!important;
}

.plan-features p {
    padding-top: 5px;
}

.ribbon-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; 
}
    
.ribbon-box  span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
        background: #f65353;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-box span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent; 
}

.ribbon-box  span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent; 
}


.about-title h2 {
    line-height: 42px;
}

.about-title p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.about-title {
    max-width: 800px;
}

.team-box {
    border-bottom: 1px solid #ecf0f5;
}

.team-name {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 7px;
}

.team-designation {
    font-size: 13px;
    color: #a8aeb4;
}

.process-box i {
    font-size: 48px;
    line-height: 72px;
}

.plan-line:before {
    content: "";
    border: 1px dashed #e0e0e0;
    position: absolute;
    width: 67%;
    left: 65%;
    top: 50px;
}

.process-left-icon {
    content: "";
    position: absolute;
    top: 10px;
    background-color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.process-left-icon-1 i,
.process-left-icon-2 i {
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    color: #fff;
    z-index: 9;
}

.process-left-icon-1 i {
    left: 63%;
}

.process-left-icon-2 i {
    left: 30%;
}

.testimonial-decs {
    position: relative;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1)!important;
}
.testimonial-box img {
    height: 68px;
    width: 68px;
}

.testimonial-decs .testi-icon i{
    position: absolute;
    top: 0;
    right: 0;
    color: #f4f4f4;
}

.testimonial-decs p {
    line-height: 24px;
    font-style: italic;
}


.bg-get-start{
    background: url("../images/img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.blog-title {
    color: #212529;
    transition: all 0.5s;
}


.form-control {
    margin-bottom: 20px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
}

textarea.form-control {
    height: auto;
    padding-top: 13.5px;
}


.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: #fdf0d3;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 20px;
    background-color: #d6f3ed;
    padding: 18px;
}

#success_page h4 {
    color: #0dba26;
    font-size: 22px;
}


.social-icon {
    border: 2px solid #40434e;
    border-radius: 50%;
    color: #6b707d !important;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.cta {
    padding: 20px 0;
}

.social-icon:hover i {
    transition: all 0.5s;
}

.footer {
    padding: 50px 0;
    background-color: #272a33;
}

.footer h4 {
    color: #ffffff;
}

.footer-list li a {
    color: #98a0aa;
    padding-top: 8px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.footer-list li a:hover {
    color: #dce6f3;
}

.contact-title {
    font-size: 20px;
}

.contact-detail {
    padding-left: 25px;
    font-size: 12px;
}

.subscribe {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

.subscribe input {
    height: 40px;
    background-color: #2e313a !important;
    box-shadow: none !important;
    border: none;
    padding-right: 50px;
    color: #fff !important;
}

.subscribe .submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    color: #acacac !important;
}






.bg-account-pages {
    background: linear-gradient(to right, #363795, #005C97);
    
    opacity: 0.9;
}

.account-home-btn{
    position: absolute;
    top: 18px;
    right: 28px;
    z-index: 1;
}

.account-pages-logo{
    letter-spacing: 2px;
}

.account-card form .form-control{
    height: 45px;
}

.account-card form label{
    font-size: 15px;
}

.account-card .custom-control-input:checked~.custom-control-label::before{
    background: #fb3e3e;
    border-color: #fb3e3e;
}

.account-card .alert{
    font-size: 14px;
}
.el_menu_btn {
    z-index: 1001;
    display: none !important;position: fixed;left:20px;top:8px;
}
.el_menu_btn i{
    font-size:18px;
}
@media (max-width: 1400px) {
    .goTopBtn{
        right:10px;
    }
    .leftBox .home-title{
        font-size: 40px !important;
        line-height: 64px !important;
    }
}

@media (max-width: 1200px) {
    /* .container{width:92%;} */
    .ban_con{width:90% !important;left:5% !important;}
    /* .home-title {
        font-size: 40px !important;
        line-height: 64px;
    } */
    .leftBox .home-title{
        font-size: 36px !important;
        line-height: 64px !important;
    }
    .leftBox{
        width:400px !important;
    }
    .home-desc{font-size:18px;}
    .rightBox{
        width:360px !important;
    }
}
@media (max-width: 1024px) {
    .fixedNavTop .el_menu_btn{top:90px;}
    .el_menu_btn{
        display: block !important;
        top:285px;
    }
    .navLeft{
        position: fixed;
        z-index: 1000; 
        top:330px;
        max-height:calc(60vh - 100px) !important; 
        overflow: hidden;
        overflow-y: auto !important;   
        transform : translateX(-340px);
        transition: transform .6s ease-in-out;
    }
    .fixedNavTop .navLeft{
        top:135px;   
    }
    .navLeft.navLeftShow{
        transform : translateX(0px);
        transition: transform .6s ease-in-out;
    }
    .navLeft.navLefthide{
        transform : translateX(-340px);
        transition: transform .6s ease-in-out;
    }
    .copy-rights{
        padding-left:0 !important;
    }
     .conRight {
        width:90vw !important;
        margin:0 5vw !important;
    }
    .pageCon{overflow-y:auto;overflow-x:auto;}
    /* .navbar-custom .navbar-nav.nav0 li a{font-size:16px;width:100%;text-align:left;} */
    .navbar-custom .navbar-brand{font-size:20px !important;}
    .home-desc{font-size:16px;}
    .navbar-custom .navbar-nav {
        /* margin-left: 0; */
        /* border-top: 1px solid #ccc; */
        /* margin-top: 15px; */
    }
    .navbar-custom .navbar-nav li a{
        /* width: 100% !important;
        text-align: left; */
        /* height:50px;
        line-height: 50px; */
        /* padding:0; */
    }
    .home-half .slidero {
        top: 80%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
    }
    .home-half {
        padding-bottom: 100px;
        padding-top: 155px;
        width:100%;
        min-width:1024px;
    }
    .home-padding-t-150 {
        padding-top: 110px;
    }
    .navbar-custom {
        margin-top: 0px;
        /* padding: 10px 0px !important; */
        background-color: #272a33 !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }

    .navbar-white {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }

     .navbar-white .navbar-toggler {
    	color: #393f4f !important;
	}
    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 0px;
    }
    
    .navbar-custom>.container-fluid {
        width: 100%;
    }
    /* .navbar-custom .navbar-nav li.active a {
        color: #fff !important;
        border-color: transparent;
    } */
    .navbar-custom>.container {
        width: 90%;
    }
    .wj_nav{position: relative;}
    .navbar-toggler {
        font-size: 24px;
        margin-bottom: 0px;
        color: #fff !important;
        height:32px;
        line-height: 32px;
        padding:0 .75rem;
        position: absolute;
        right:0;
        top:calc(50% - 16px);
    }
    
    .nav0 .navbar-toggler{
        color:#0e2364 !important;
    }
    .login-btn {
        padding-left: 10px;
    }
    .navbar-custom .navbar-brand {
        line-height: 24px;
    }

    .home-title {
        font-size: 32px !important;
        line-height: 48px !important;
        white-space: nowrap;
    }
    .leftBox .home-title{
        font-size: 32px !important;
        line-height: 48px !important;
        white-space: nowrap;
    }
    .vertical-content {
        display: inherit;
    }
    .team-box {
        margin-top: 45px;
    }

    .features-img {
        margin-top: 30px;
    }
	.pricing-box {
		margin-top: 30px;
    }
}
.seach_list.double h4{
    margin-top:0 !important;
}
.seach_list.double .blog-title{
  
    height: 3.4em !important;
}

@media (max-width: 991px) and (min-width: 200px) {
    .seach_list .col-md-4.col-lg-3:nth-child(4n){padding-right:0px !important;}
    .seach_list .col-md-4.col-lg-3:nth-child(3n){padding-right:16px !important;}
    /* .wj_nav:not(.navSeach){width:100%;} */
    #navbar .subscribe-form{max-width:calc(100% - 320px) !important;}

    .ban_con{opacity: .5;}
    .nav0 .navbar-toggler,.nav1 .navbar-toggler{float:right;}
    .navSeach .navbar-toggler{display: none;}

    .plan-line:before {
        content: "";
        display: none;
    }
    .process-left-icon-1 i,
    .process-left-icon-2 i {
        display: none;
    }
    .subscribe-form form,.banner-text{
        width:100%;
        max-width:500px;
    }
}


@media (max-width: 768px) {
    .leftBox{
        display: none !important;
    }
    .centerMain{
        justify-content: center !important;;
    }
    .seach_list .col-md-4,.seach_list .col-md-6{padding-left:16px !important;padding-right:0px !important;width:calc(33.3% - 7px);}
    .seach_list.double .col-md-4, .seach_list.double .col-md-6{
        width:calc(50% - 7px);
    }
    .seach_list .col-md-4.col-lg-3:nth-child(3n){padding-left:16px !important;padding-right:0px !important;}
    .wj_nav{width:100%;}
    /* .navSeach .navbar-toggler{display: ;} */
    #navbar .subscribe-form{
        display: none;
    }
    #services .row{
        justify-content: center;
    }
    .wave-one, .wave-three {
        background-size: 50% 50px;
    }

    .wave-two {
        background-size: 50% 70px;
    }

    .social {
        margin-top: 0;
    }
    .social-icon {
        margin-bottom: 5px;
    }
    .contact-title {
        text-align: left;
    }
}


@media (max-width: 576px){
    .pull-none {
	    float: none !important;
	    text-align: center;
	}
    .navbar-custom .navbar-brand{
        font-size:20px !important;
    }
    .footer-alt{width:90%;left:5%;}
}

@media (max-height: 420px) {
	.navbar-collapse {
	    max-height: 200px;
    	overflow-y: auto;
    }
    
}

#style-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px;
}

#style-switcher {
    background: none repeat scroll 0 0 #ffff;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}

#style-switcher .bottom a {
    text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

ul.pattern li {
    float: left;
    margin: 2px;
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30% 70% 64% 36% / 30% 42% 58% 70%;
    margin: 5px;
}

ul.pattern .color1 {
    background-color: #1bbc9d;
}

ul.pattern .color2 {
    background-color: #ee6352;
}

ul.pattern .color3 {
    background-color: #59CD90;
}

ul.pattern .color4 {
    background-color: #f85f89;
}

ul.pattern .color5 {
    background-color: #3fa7d6;
}

ul.pattern .color6 {
    background-color: #704fff;
}

ul.pattern .color7 {
    background-color: #f28123;
}

ul.pattern .color8 {
    background-color: #f6cb42;
}

.el-message-box .el-button--default{
    background: #FFF !important;
    border: 1px solid #DCDFE6 !important;
    color: #606266 !important;
}
.el-message-box .el-button--primary,.el-button--primary:focus, .el-button--primary:hover{
    color: #FFF !important;
    background-color: var(--wjprimary) !important;
    border-color: var(--wjprimary) !important;
}
@media only screen and (max-width: 1320px){
    .moduleInfo .col-lg-2{
        flex:0 0 25% !important;
        max-width:25% !important;
    }
}
@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
    }
}
@media only screen and (max-height: 900px) {
    /* .navLeft{ 
        max-height:calc(100vh - 140px); 
        overflow: hidden;
        overflow-y: auto !important;   
      } */
  .navLeft .bg_info{ 
    margin:30px 26px 30px auto !important;
  }
  .filterPage .el-menu-item,.filterPage .el-submenu__title{
    height: 50px !important;
    line-height:50px !important;
    
  }
  .filterPage .tooltipCon{
    font-size:16px !important;
  }
  .filterPage .el-submenu .el-menu-item{
    height: 38px !important;
    line-height:38px !important;
  }
  .filterPage .navLeft .el-submenu .el-menu-item, .filterPage .navLeft .el-submenu .el-menu-item:active{
    margin:3px 42px;
  }
}