dd {
  margin: 0;
  padding: 0;
}
body {
  padding: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.layui-layer-tips .layui-layer-content {
  background-color: #fff;
  color: #333;
}
.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
  border-bottom-color: #fff;
}
.layui-fluid {
  background: #fff;
  padding: 20px !important;
}
.layui-layer-content::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.layui-table-tool {
  background: #fff;
}
.layui-table-tool-temp {
  padding-right: 0;
}
.layui-table-view .layui-table-page {
  background: #fff;
  margin-bottom: 0;
}
.layui-table-view .layui-table-body {
  background: #fff;
}
.layui-layer-content .layui-form-label {
  width: 100%;
  padding-left: 0;
  text-align: left;
}
.layui-layout-admin .layui-body {
  top: 60px;
}
.alertpadding {
  padding: 20px;
  background: #fff;
}
.layui-layer-content .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}
.layui-input-split,
.layui-input-suffix {
  width: auto;
  display: flex;
  align-items: center;
}
.layui-layer-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}
.layui-layer-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}
.layui-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.layui-table-main > .layui-table > tbody > tr:last-child > td > .layui-table-cell-c {
  bottom: -10px;
}
.layui-table-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}
.layui-table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}
body::-webkit-scrollbar,
.layui-transfer-data::-webkit-scrollbar,
.layui-anim-upbit::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
body::-webkit-scrollbar-thumb,
.layui-transfer-data::-webkit-scrollbar-thumb,
.layui-anim-upbit::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}
body::-webkit-scrollbar-track,
.layui-transfer-data::-webkit-scrollbar-track,
.layui-anim-upbit::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}
.layadmin-user-login-main {
  width: 1200px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 27px 0px rgba(133, 169, 231, 0.51);
}
@media screen and (max-width: 1024px) {
  .layadmin-user-login-main {
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
  }
}
.company-name {
  text-align: center;
  padding-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .company-name {
    padding-top: 30px;
  }
}
.layadmin-user-login-main .left-element {
  width: 602px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .layadmin-user-login-main .left-element {
    display: none;
  }
}
.layadmin-user-login-main .left-element img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layadmin-user-login-main .left-element img {
    width: 70%;
    margin-left: 15%;
  }
}
.layadmin-user-login-main .right-element {
  float: left;
  display: flex;
  width: 70%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .layadmin-user-login-main .right-element {
    width: calc(100% - 40px);
    margin-left: 0;
    margin-top: 0;
    padding: 50px 20px 0 20px;
  }
}
.layadmin-user-login-header h2 {
  font-weight: bold;
  margin-top: 20px;
}
.layadmin-user-login-body .layui-form-item .layui-input {
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
}
.layui-table-view .layui-table td {
  height: 100%;
}
.layadmin-user-login-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.loginIn,
.backPass {
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 7px 27px 0px rgba(50, 129, 255, 0.51);
}
@media screen and (max-width: 1024px) {
  .loginIn,
  .backPass {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 30px;
  }
}
.right-element .sendMsg {
  height: 50px;
  line-height: 50px;
  width: 160px;
}
.indexStyle .main-menu a {
  color: #000;
  cursor: pointer;
}
.addPadding {
  padding: 20px 20px 0 0;
}
.x-red {
  color: red;
}
#menuList {
  padding-top: 10px;
}
.layui-form-label em {
  font-style: normal;
}
.layui-logo span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/kcy.png) left center no-repeat;
  background-size: 90px auto;
}
.layadmin-side-shrink .layui-layout-admin .layui-logo {
  background-image: url(../images/logo.png);
  background-size: 20px auto;
}
.imgPreview {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.showImg {
  height: auto;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px;
  height: 220px;
  background-color: #eee;
  cursor: grab;
}
.showImg img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.showImg video {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.deleteIcon {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 18px;
  background: orange;
  border-radius: 10px;
  height: 18px;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deletes {
  cursor: pointer;
  font-size: 12px;
}
.addoptions .layui-col-space30 > * {
  padding: 0 30px;
  min-height: 93px;
}
.addtype .layui-col-space30 > * {
  padding: 0 30px;
  min-height: 91px;
}
.label-style {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.label-style dt,
.label-style dd {
  margin-right: 5px;
  margin-bottom: 5px;
  min-height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 8px;
  border: 1px dashed #e2e2e2;
  display: flex;
  align-items: center;
}
.label-style dt span,
.label-style dd span {
  display: none;
  margin-left: 5px;
}
.label-style dt:hover,
.label-style dd:hover {
  border-color: #0416B8;
}
.label-style dt:hover span,
.label-style dd:hover span {
  display: inline-block;
  color: #0416B8;
}
.label-style dt em,
.label-style dd em {
  font-style: normal;
}
.label-style .labels {
  display: flex;
  flex-wrap: wrap;
}
.height30 {
  height: 30px;
}
.layui-btn-container .layui-table-tool-panel {
  top: 45px !important;
  left: 15px !important;
}
.layui-table-tool-panel:hover {
  background: #fff !important;
  opacity: 1 !important;
}
.layui-header .layui-nav .layui-nav-more {
  border-width: 0;
}
.layui-side-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.layui-nav-tree .layui-nav-more {
  top: 35% !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
  background-color: #0416B8;
}
.layui-nav-tree .layui-nav-bar {
  background-color: #0416B8;
}
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
  background-color: #0416B8;
}
.layui-btn.layui-btn-primary:hover {
  border-color: #0416B8;
}
.layui-form-onswitch {
  border-color: #0416B8;
  background-color: #0416B8;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0416B8;
}
.layui-table-page .layui-laypage input:focus {
  border-color: #0416B8 !important;
}
.layui-table-view select:focus {
  border-color: #0416B8 !important;
}
.layui-table-page .layui-laypage a:hover {
  color: #0416B8;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #0416B8;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #0416B8;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: #0416B8 !important;
}
.layui-breadcrumb a:hover {
  color: #0416B8 !important;
}
.layadmin-backlog-body p cite {
  color: #0416B8 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0416B8 !important;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #0416B8 !important;
  background-color: #0416B8;
}
.layui-table .layui-btn-container .layui-btn {
  margin-bottom: 0 !important;
}
.public-padding {
  padding: 20px 35px 0 35px;
}
.layadmin-side-shrink .layui-layout-admin .layui-logo {
  background-image: url(../images/saaslogo.png);
  background-size: 62px auto;
}
/* 管理端首页 start */
.publish-title {
  margin-top: 50px;
  overflow: hidden;
}
.publish-title p {
  float: left;
}
.publish-title p strong {
  font-size: 16px;
}
.publish-title p em {
  font-size: 14px;
  color: #0416B8;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.publish-title .option-btn {
  float: right;
}
.mr {
  margin-right: 10px;
}
.ml {
  margin-left: 10px;
}
.layui-table-body .layui-table .layui-table-cell::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.layui-table-body .layui-table .layui-table-cell::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}
.layui-table-body .layui-table .layui-table-cell::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
  border-radius: 8px;
  background: #fff;
}
.layui-form-checked span,
.layui-form-checked:hover span {
  background: #0416B8;
}
.layui-form-checked i,
.layui-form-checked:hover i {
  color: #0416B8;
}
/* 智能运维 end */
/* 视频发布 start */
.layui-laydate td.layui-this {
  background-color: #00aa72 !important;
}
.layui-laydate .layui-laydate-header i:hover,
.layui-laydate-header span:hover,
.layui-laydate .layui-laydate-footer span:hover {
  color: #00aa72 !important;
}
.layui-laydate li.layui-this {
  background-color: #0416B8 !important;
  color: #fff !important;
}
.module-title {
  font-size: 18px;
  margin-bottom: 18px;
}
.searchForm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.searchForm .input-wrap {
  width: calc(100% - 80px);
}
.searchForm .layui-form-item {
  margin-bottom: 0;
}
.searchForm .layui-form-label {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-top: 7px;
}
.searchForm .layui-input-block {
  margin-left: 90px;
}
.searchForm .layui-input,
.searchForm .layui-select,
.searchForm .layui-textarea {
  height: 32px;
}
.searchForm .search-btn button {
  height: 32px;
  line-height: 32px;
}
.searchForm .search-btn p:first-child {
  margin-bottom: 20px!important;
}
.searchForm xm-select {
  min-height: 32px;
  line-height: 32px;
}
.searchForm xm-select > .xm-label .xm-label-block {
  margin: 0 5px 0 0;
}
.searchForm .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.search-btn {
  position: relative;
  padding-left: 30px;
  width: 80px;
  text-align: right;
}
.search-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 18px);
  background: #f3f3f3;
  left: 20px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .search-btn:before {
    display: none;
  }
}
.label-content {
  padding: 25px;
}
.label-content li {
  margin-bottom: 25px;
}
.label-content li h5 {
  margin-bottom: 15px;
}
.forget-password h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.forget-password h2 span {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 16px;
  color: #0416B8;
  font-weight: normal;
  cursor: pointer;
}
.company_detail .titles {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.company_detail .layui-row {
  background: #fff;
  padding: 25px 30px;
}
.company_detail .topmsg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.company_detail .topmsg .layui-col-md2 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.company_detail .topmsg .imgs {
  width: 100px;
  height: 100px;
  position: relative;
}
.company_detail .topmsg .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.company_detail .topmsg .imgs i {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 2px;
  display: flex;
  bottom: 2px;
  justify-content: center;
  align-items: center;
  background: #F7F8FA;
  border-radius: 15px;
  cursor: pointer;
  color: #0416B8;
}
.company_detail .topmsg p {
  width: 100%;
  margin-bottom: 10px;
}
.company_detail .topmsg p span {
  font-size: 14px;
}
.company_detail .topmsg p span:first-child {
  color: #aaa;
}
.company_detail .topmsg p i {
  font-style: normal;
  margin-left: 10px;
  color: #0416B8;
  cursor: pointer;
}
.company_detail .mainmsg {
  margin-top: 15px;
}
.company_detail .mainmsg p {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.company_detail .mainmsg p span {
  font-size: 14px;
  display: inline-block;
  line-height: 22px;
}
.company_detail .mainmsg p span:first-child {
  color: #aaa;
}
.company_detail .mainmsg p span:last-child {
  width: calc(100% - 140px);
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  word-break: break-word;
}
.company_detail .mainmsg p span:last-child::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}
.company_detail .mainmsg p span:last-child::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}
.company_detail .mainmsg p span:last-child::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.panel-style .layui-card-header {
  padding: 5px 25px;
}
.panel-style .layui-card-header a {
  font-size: 14px;
}
.panel-style .top-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 20px;
}
.panel-style .top-col span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.panel-style .top-col strong {
  margin-top: 5px;
  font-size: 30px;
  display: block;
}
.panel-style .company-detail {
  text-align: center;
  padding: 25px 30px 0px 30px;
}
.panel-style .company-detail img {
  width: 120px;
  height: 120px;
  border-radius: 65px;
}
.panel-style .company-detail h6 {
  padding: 25px 0 15px;
  font-size: 18px;
}
.panel-style .company-detail p {
  color: #999;
}
.panel-style .company-detail hr {
  margin-top: 40px;
  margin-bottom: 12px;
}
.panel-style .account-msg {
  text-align: center;
  padding-bottom: 40px;
}
.panel-style .account-msg span {
  font-size: 32px;
  display: block;
  padding: 25px 0;
  word-spacing: 5px;
}
.panel-style .account-msg strong {
  font-weight: normal;
  color: #999;
}
.panel-style .item-msg {
  text-align: center;
  cursor: pointer;
}
.panel-style .item-msg div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.panel-style .item-msg span {
  width: 50px;
  height: 50px;
  display: flex;
  background: #f5f5f5;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.panel-style .item-msg strong {
  font-weight: normal;
  color: #999;
  margin-top: 10px;
  display: inline-block;
}
.panel-style .product-msg {
  display: flex;
  justify-content: flex-start;
  padding: 65px 0 65px 40px;
  box-sizing: border-box;
}
.panel-style .product-msg .imgs {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #f3f3f3;
}
.panel-style .product-msg .imgs img {
  width: 40px;
  height: 40px;
  border-radius: 15px;
}
.panel-style .product-msg .msgs {
  padding-left: 10px;
}
.panel-style .product-msg .msgs span {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #666;
}
.panel-style .product-msg .msgs em {
  font-style: normal;
}
.panel-style .product-msg .msgs strong {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
.panel-style .product-msg .msgs i {
  font-style: normal;
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.admin-style .product-msg {
  padding: 45px 0 45px 40px;
}
.visited-domain-nopadding {
  border-radius: 8px;
  position: relative;
}
.visited-domain-nopadding .trendAnalysisFiltering {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle {
  margin-right: 9px;
  display: flex;
  align-items: center;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button {
  margin: 0;
  border-radius: 0;
  color: #0416B8;
  border-color: #0416B8;
  background: #fff !important;
  position: relative;
  z-index: 11;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button.layui-btn-primary {
  color: #333;
  border-color: #E6E6E6;
  z-index: 10;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(1) {
  border-radius: 2px 0 0 2px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(2) {
  left: -1px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(3) {
  left: -2px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(4) {
  left: -3px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendAnalysisFilteringToggle button:last-child {
  border-radius: 0 2px 2px 0;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendTime {
  display: flex;
  align-items: center;
  border-radius: 2px;
  background: #ffffff url("../images/trendTime-icon.png") 95% no-repeat;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding-right: 60px;
  height: 27px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendTime .layui-input-inline {
  width: 90px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendTime .layui-input-inline .layui-input {
  border: 0;
  outline: none;
  height: 34px;
  line-height: 34px;
}
.visited-domain-nopadding .trendAnalysisFiltering .trendTime .layui-form-mid {
  margin: 0 9px;
  padding: 0 !important;
}
.refund-style ul {
  margin-top: 5px;
  display: inline-block;
  background: #f5f5f5;
  padding: 5px;
}
.refund-style ul li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.refund-style ul .active {
  background: #fff;
  color: #0416B8;
  border-radius: 3px;
}
.refund-style dl {
  margin-top: 15px;
}
.refund-style dl dd {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 12px;
}
.refund-style dl dd h6 {
  font-size: 16px;
}
.refund-style dl dd .time {
  color: #ccc;
  font-size: 14px;
}
.refund-style dl dd .msg {
  margin-top: 15px;
}
.refund-style dl dd .msg p span {
  color: #aaa;
  margin-right: 3px;
}
.refund-style dl dd .btn {
  margin-top: 15px;
  text-align: right;
}
.mapAcquisitionLayer {
  position: relative;
  height: 100%;
}
.mapAcquisitionLayer .allmap {
  width: 100%;
  height: 100%;
}
.mapAcquisitionLayer .mapAcquisitionForm {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 100;
  width: 40%;
}
.el-scrollbar__bar {
  display: none;
}
.el-cascader-menu__wrap {
  overflow: hidden;
}
.el-cascader-menu__list {
  height: 100%;
  overflow-y: auto;
}
.notice-list li {
  display: flex;
  align-items: center;
  margin: 6px 0;
}
.notice-list li span {
  padding: 1px 10px;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 3px;
}
.notice-list li .style1 {
  background: #FFF3E8;
  color: #F77234;
}
.notice-list li .style2 {
  background: #FFECE8;
  color: #F53F3F;
}
.notice-list li .style3 {
  background: #E8F3FF;
  color: #165DFF;
}
.notice-list li .style4 {
  background: #E8FFFB;
  color: #0FC6C2;
}
.notice-list li strong {
  font-weight: normal;
  display: inline-block;
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iconns {
  padding: 1px 10px;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 3px;
}
.style1 {
  background: #FFF3E8;
  color: #F77234;
}
.style2 {
  background: #FFECE8;
  color: #F53F3F;
}
.style3 {
  background: #E8F3FF;
  color: #165DFF;
}
.style4 {
  background: #E8FFFB;
  color: #0FC6C2;
}
.trendAnalysisFiltering {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button {
  margin: 0;
  border-radius: 0;
  color: #165DFF;
  border-color: #165DFF;
  background: #fff !important;
  position: relative;
  z-index: 11;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button.layui-btn-primary {
  color: #333;
  border-color: #E6E6E6;
  z-index: 10;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(2) {
  left: -1px;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(3) {
  left: -2px;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button:nth-child(4) {
  left: -3px;
}
.trendAnalysisFiltering .trendAnalysisFilteringToggle button:last-child {
  border-radius: 0 5px 5px 0;
}
.trendAnalysisFiltering .trendTime {
  display: flex;
  align-items: center;
  border-radius: 2px;
  background: #ffffff url("../images/trendTime-icon.png") 95% no-repeat;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding-right: 60px;
  font-size: 14px;
}
.trendAnalysisFiltering .trendTime .layui-input-inline {
  width: 90px;
}
.trendAnalysisFiltering .trendTime .layui-input-inline .layui-input {
  border: 0;
  outline: none;
  height: 34px;
  line-height: 34px;
}
.trendAnalysisFiltering .trendTime .layui-form-mid {
  margin: 0 9px;
  padding: 0 !important;
}
