[v-cloak] {
  display: none;
}

.el-container {
  padding: 0;
  background-color: #161823;
}

.home_wrapper {
  min-height: 100vh;
  padding-bottom: 7px;
}

.content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  margin: 0 auto;
  width: 1200px;
}

.community_left {
  box-sizing: border-box;
  padding-top: 95px;
  width: 895px;
  text-align: left;
  background: #252735;
  border-radius: 8px;
}

.community_left_two {
  padding-top: 0;
  background: transparent;
  border-radius: 0;
}

.community_left_two_content {
  padding-bottom: 20px;
  background: #252735;
  border-radius: 8px;
}

#fuwenben1 {
  position: relative;
  margin-top: 10px;
  background: #252735;
}

#fuwenben1 .w-e-toolbar {
  padding: 0;
  position: absolute;
  top: 5px;
  left: 40px;
  background-color: transparent !important;
  border: 1px solid #4B4D55 !important;
  border-radius: 8px;
  z-index: 100 !important;
}


#fuwenben1 .w-e-toolbar .w-e-menu {
  border-right: 1px solid #4B4D55;
}

#fuwenben1 .w-e-toolbar .w-e-menu:hover {
  background-color: transparent !important;
  color: #fff;
}

#fuwenben1 .w-e-toolbar .w-e-menu:hover i {
  color: #999;
}

#fuwenben1 .w-e-text-container {
  padding-top: 60px;
  background-color: transparent !important;
  height: 210px !important;
  border: 1px solid #4B4D55 !important;
  border-radius: 8px;
  z-index: 99 !important;
}

#fuwenben1 .w-e-text {
  padding: 0 40px;
  height: 150px !important;
  min-height: auto !important;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #bebfc3;
}

#fuwenben1 .w-e-menu-tooltip {
  font-size: 14px;
}

.fuwenben1 {
  position: relative;
}

.fuwenben1 .fuwenben1_top {
  position: absolute;
  top: 0;
  left: 0;
  background: #2f3240;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
}

.fuwenben1 .fuwenben1_top .el-button {
  padding: 0;
  margin-top: 11px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  background: #fe2270;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #fff;
  z-index: 102;
}

.community_left::-webkit-scrollbar {
  /* width: 0; */
  z-index: 10;
}

.classification {
  box-sizing: border-box;
  padding: 25px 30px 0;
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  width: 885px;
  height: 95px;
  background: #252735;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  border-radius: 8px 0 0 0;
}

.classification .txt {
  margin-right: 4px;
  /* width: 40px; */
  flex-shrink: 0;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #ffffff;
}

.classification .btn_list {
  display: flex;
  flex-wrap: wrap;
}

.btn_list .btn_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-bottom: 10px;
  height: 24px;
}

.btn_list_item .el-button {
  padding: 5px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 14px;
  background-color: transparent;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #bebfc3;
  border: none;

}

.btn_list .active {
  border: 1px solid #fe2270;
  border-radius: 5px;
  color: #fe2270;
  background: rgba(254, 34, 112, 0.10);
}
.btn_list .active .el-button {
  color: #fe2270 !important;
}

.list_question {
  padding: 0 37px 0 25px;
  display: flex;
  flex-direction: column;

}

.list_question .item {
  padding: 30px 0 23px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

._Question_box {
  display: flex;
  height: 99px;
  background: #303240;
  border-radius: 5px;
}

._Question_box_left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 52px;
  width: 70%;
}

._Question_box_left .title {
  text-align: left;
  padding-top: 0;
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #bebfc3;
  text-align: left;
  padding-top: 0;
}

._Question_box_left .info_m {
  margin-top: 12px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #515360;
}

._Question_box_left .info_m span {
  padding-left: 4px;
}

.yaoqing {
  display: flex;
  align-items: center;
}

.yaoqing img {
  width: 16px;
  height: 18px;
}

.yaoqing .txt {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: PingFang SC, PingFang SC-Semibold;
}

._Question_box_right {
  display: flex;
  align-items: center;
}

._Question_box_right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 36px;
  background: #fe2270;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Regular;
}

.item .info {
  margin-top: 17px;
  display: flex;
  align-items: center;
  padding-left: 63px;
}

.item .info .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.item .info .show_name {
  padding-left: 5px;
  font-size: 12px;
  color: #73747b;
}

.comm_content {
  padding-left: 63px;
  margin-top: 13px;
  font-size: 14px;
  color: #cccccc !important;
  font-family: PingFang SC, PingFang SC-Regular;
}
.comm_content table{
  width: 100% !important;
}
.comm_content p {
  display: flex;
  flex-wrap: wrap;
  color: #cccccc !important;
  word-wrap: break-word;
  text-align: justify; /*实现两端对齐*/
  text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all; /*允许在单词内换行*/
  background: transparent !important;
  font-family: PingFangSC, PingFangSC-Regular !important;
}

.comm_content p span {
  color: #cccccc !important;
}
.comm_content img{
  width: 100%;
}
.comm_content_one img{
  display: none;
}
.comm_content_one{
  display: flex;
  flex-wrap: wrap;
  color: #cccccc !important;
  word-wrap: break-word;
  text-align: justify; /*实现两端对齐*/
  text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all; /*允许在单词内换行*/
  background: transparent !important;
  font-family: PingFangSC, PingFangSC-Regular !important;
  line-height: 24px;
  max-height: 50px;
  font-size:14px !important;
}
.comm_content_one p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: flex;
  flex-wrap: wrap;
  color: #cccccc !important;
  word-wrap: break-word;
  text-align: justify; /*实现两端对齐*/
  text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all; /*允许在单词内换行*/
  background: transparent !important;
  font-family: PingFangSC, PingFangSC-Regular !important;
  line-height: 24px;
  font-size:14px !important;
  background-color: transparent !important;
}
.comm_content_one strong{
  line-height: 24px !important;
}
.comm_content_one p span{
  line-height: 24px;
  font-size:14px !important;
  background-color: transparent !important;
}
.comm_content_one h1,.comm_content_one h2,.comm_content_one h3,.comm_content_one h4,.comm_content_one h5,.comm_content_one h6{
  font-size: 14px !important;
  line-height: 24px;
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
.comm_content_one table tr{
  background-color: transparent !important;
} 
.comm_content_one table td{
  background-color: transparent !important;
} 
.comm_content_one table p{
  background-color: transparent !important;
} 
.comm_content_two{
  display: flex;
  flex-wrap: wrap;
  color: #cccccc !important;
  word-wrap: break-word;
  text-align: justify; /*实现两端对齐*/
  text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all; /*允许在单词内换行*/
  background: transparent !important;
  font-family: PingFangSC, PingFangSC-Regular !important;
  line-height: 24px;
  font-size:14px !important;
}
.comm_content_two p{
  display: flex;
  flex-wrap: wrap;
  color: #cccccc !important;
  word-wrap: break-word;
  text-align: justify; /*实现两端对齐*/
  text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all; /*允许在单词内换行*/
  background: transparent !important;
  font-family: PingFangSC, PingFangSC-Regular !important;
  line-height: 24px;
  font-size:14px !important;
  background-color: transparent !important;
}
.comm_content_two strong{
  line-height: 24px !important;
}
.comm_content_two p span{
  line-height: 24px;
  font-size:14px !important;
  background-color: transparent !important;
}
.comm_content_two h1,.comm_content_two h2,.comm_content_two h3,.comm_content_two h4,.comm_content_two h5,.comm_content_two h6{
  font-size: 14px !important;
  line-height: 24px;
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
.comm_content_two table tr{
  background-color: transparent !important;
} 
.comm_content_two table td{
  background-color: transparent !important;
} 
.comm_content_two table p{
  background-color: transparent !important;
} 
.list_question .item .title_box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.title_box .class {
  display: flex;
}

.class .class_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 24px;
  margin-right: 8px;
  background: rgba(255, 178, 45, 0.10);
  border-radius: 11px;
  font-size: 12px;
  color: #ffb22d;
  flex-shrink: 0;
}

.collect {
  width: 30px;
  flex-shrink: 0;
  cursor: pointer;
}

.collect .iconfont {
  font-size: 24px;
  color: #FE2270;
}

.active {
  color: gold;
}

.title_box .title_box_top {
  min-width: 90%;
  max-width: 95%;
  display: flex;
}

.title_box_top_left {
  width: 97%;
  display: flex;
}

.title_box_top_left_tow {
  flex-direction: column;
}

.title_box_top_left_tow .class {
  margin-top: 12px;
}

.title_class {
  padding-left: 33px;
  width: 95%;
  display: flex;
}

.info_pv {
  margin-top: 20px;
  padding-left: 63px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #515360;
}

.info_pv p {
  display: flex;
  align-items: center;
}

.info_pv p .iconfont {
  padding-right: 4px;
}

.info_pv .two {
  margin-left: 46px;
}

.title_class_two {
  padding-left: 0;
}

.title_class_is .title {
  text-align: left;
  padding-top: 0;
  margin-right: 14px;
  /* margin-bottom: 12px; */
}

.title_box_top_left .title {
  text-align: left;
  padding-top: 0;
  max-width: 87%;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: PingFang SC, PingFang SC-Medium;
  color: #ffffff;
  
}

.info_two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_two_left {
  display: flex;
  align-items: center;
}

.pv {
  font-size: 12px;
  color: #515360;
  font-family: PingFang SC, PingFang SC-Regular;
}

.community_right {
  width: 295px;
  text-align: left;
}

.answerList img {
  width: 100%;
}

.answerList .answerList_item_one {
  margin-top: 23px;
  color: #2997FF;
}

.answerList .answerList_item_one span {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
}

.answerList .answerList_item {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.info_two .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.info_two .show_name {
  padding-left: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #fff;
}

.askQuestions {
  padding: 48.88px 17px 0 17px;
  height: 200px;
  background: #252735;
  border-radius: 8px;
}

.askQuestions .askQuestions_list {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.askQuestions_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.askQuestions_list .item .num {
  line-height: 17px;
  font-size: 24px;
  font-family: DINPro, DINPro-Bold;
  font-weight: 700;
  color: #ffffff;
}

.askQuestions_list .item .txt {
  margin-top: 19px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #bebfc3;
  line-height: 14px;
}

.askQuestions .btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2997ff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #fff;
}

.hot {
  margin-top: 24px;
}
.hot .title{
  text-align: left;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.hot .title .dcc-target {
  font-size: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f86f64 0%, rgba(253, 83, 146, 1.00) 100%);
}

.hot .title .title_txt {
  width: 74px;
  height: 16px;
}

.hot .hot_list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
}

.hot .hot_list .hot_list_item {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 11px 15px;
  background: #22242e;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #dddddd;
}

.el-popover .serve_pop {
  background: rgb(98, 104, 117);
}

.login_warp_bottom_serve {
  margin-top: 7px;
  color: #fc8c63;

}

.login_warp_bottom_serve:hover {
  color: #329afc;
}

.login_warp_bottom_serve span {
  text-decoration: underline;
  cursor: pointer;
}

.login_warp_bottom_serve i {
  position: relative;
  top: 2px;
}

.table_button {
  width: 96px;
  height: 40px;
}

.table_hint {
  left: 63px;
}

.el-tooltip__popper[x-placement^='left'] {
  margin-right: 18px;
}

.el-button--small {
  font-size: 14px !important;
}

.option_link {
  padding: 9px 15px;
  margin: 0px 5px;
}

.el-button+.el-button {
  margin-left: 5px;
}

.login_dialog_close {
  z-index: 3000 !important;
}

.cursor {
  cursor: pointer;
}

.el-form .el-form-item__error {
  padding-top: 0;
  top: 85%;
}

.el-dialog {
  overflow: initial;
}

.el-loading-mask {
  background: transparent;
}

.el-form .noMargin {
  margin-bottom: 0;
}

.checkbox {
  text-align: left;
}

.login_qrcode_liveStudio {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #fff;
}

.el-form .password {
  position: relative;
}

.el-form .dcc-eye {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.el-form #tencentSlide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  color: #2997ff;
  font-size: 14px;
}

.home_header_button_group {
  padding: 0;
}

.avatar_vip {
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 5px;
}

.detail_user_head_img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0px auto;
}

.rank_number {
  padding-top: 0;
  height: auto;
}

.rank0 {
  font-size: 14px;
}

.rank1 {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-image: url('https://static.douchacha.com/img/community/ranking1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.rank2 {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-image: url('https://static.douchacha.com/img/community/ranking2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.rank3 {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-image: url('https://static.douchacha.com/img/community/ranking3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.rank_number_one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: DINPro, DINPro-Medium;
}

#fuwenben {
  margin-top: 10px;
  position: relative;
}

.isgoBeyond {
  position: absolute;
  right: 13px;
  bottom: 13px;
  font-size: 12px;
  color: #fe2270;
  font-family: PingFang SC, PingFang SC-Regular;
}

#fuwenben .w-e-toolbar {
  padding: 0;
  position: absolute;
  bottom: 13px;
  left: 13px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
}


#fuwenben .w-e-toolbar .w-e-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#fuwenben .w-e-toolbar .w-e-menu:hover {
  background-color: transparent !important;
  color: #fff;
}

#fuwenben .w-e-toolbar .w-e-menu:hover i {
  color: #999;
}

#fuwenben .w-e-text-container {
  background-color: transparent !important;
  height: 260px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
}
.w-e-text img{
  width: 80px !important;
  height: 80px !important;
}

#fuwenben .w-e-text {
  height: 205px !important;
  min-height: auto !important;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #bebfc3;
}

.wenti .el-textarea__inner {
  margin-top: 12px;
  height: 60px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #fff;
}

.wenti .el-textarea__inner:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wenti .el-textarea__inner::placeholder {
  color: #fff;
}

.wenti_footer {
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}

.wenti_footer .el-select {
  height: 24px;
}

.wenti_footer .el-input__inner {
  display: flex;
  align-items: center;
  width: 175px;
  height: 24px;
  background: #3a404f;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 5px;
}

.wenti_footer .el-input__icon {
  line-height: 24px;
}
.el-select__tags{
  max-width: 150px !important;
}
.el-select__tags .el-tag {
  height: 20px;
  background-color: #545966;
  border: 1px solid #545966;
  color: #fff;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #fff
}

.el-popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #fff
}

.wenti_footer .footer_lfet {
  display: flex;
  align-items: center;
  width: 80%;
}

.wenti_footer .footer_lfet .tagList {
  display: flex;
  align-items: center;
}

.wenti_footer .footer_lfet .tagList li {
  padding: 10px 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border: 1px solid #545966;
  border-radius: 13px;
  font-size: 12px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  color: #fefefe;
}

.myBox .info {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.myBox  .el-tabs__header{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.myBox .el-tabs__nav-wrap::after{
  background-color: transparent !important;
}

.info .head_img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.info .nick_name {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Semibold;
}

.myBox .el-tabs__nav {
  transform: translateX(20px) !important;
}

.myBox .el-tabs__item {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
}


.myBox .ulList {
  height: 320px;
}

.noMore {
  margin-top: 50px;
  text-align: center;
}

.myBox .ulList ul .item {
  padding-left: 20px;
  padding-bottom: 23px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.myBox .ulList ul .item .item_left {
  width: 87%;
}

.myBox .ulList ul .item .item_title {
  margin-top: 23px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #ffffff;
}

.myBox .ulList ul .item .item_content {
  margin-top: 13px;
  font-size: 12px !important;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #cccccc !important;
  background-color: transparent !important;
}
.myBox .ulList ul .item .item_content p{
  font-size: 12px !important;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #cccccc !important;
  background-color: transparent !important;
}
.myBox .ulList ul .item .item_content span{
  font-size: 12px !important;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #cccccc !important;
  background-color: transparent !important;
}
.myBox .ulList ul .item .item_content img{
  display: none;
}
.myBox .ulList ul .item .item_time {
  margin-top: 23px;
  font-size: 14px;
  color: #6a6c79;
  font-family: PingFang SC, PingFang SC-Medium;
}

.myBox .ulList ul .item .state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  color: #2997ff;
  font-family: PingFang SC, PingFang SC-Regular;
}

.noData {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #73747b;
  font-family: PingFang SC, PingFang SC-Regular;
}

.noData .noDataImg {
  margin-bottom: 15px;
  width: 180px;
  height: 117px;
}

.user_reference {
  cursor: pointer;
}

.home_header_logo {
  cursor: pointer;
}

.myBox .ulList ul .item .item_content img {
  width: 100%;
}

.noToken {
  position: relative;
}

.noToken .el-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_header_main {
  display: flex;
  align-items: center;
}

.leftBox {
  display: flex;
  align-items: center;
}

.leftBox .el-input__inner {
  display: flex;
  align-items: center;
  height: 34px;
  width: 289px;
  height: 34px;
  border: 1px solid #b3b3b4;
  border-radius: 18px;
}

.leftBox .el-input {
  display: flex;
  align-items: center;
}

.leftBox .el-input__prefix {
  line-height: 34px;
  top: -2px;
  left: 255px;
}
.leftBox .el-input__prefix .el-icon-search{
  font-size: 16px;
  color: #B3B3B4;
}
.agreement_dialog{
  overflow: auto !important;
}
.gradient_bule{
  display: flex;
  align-items: center;
  justify-content: center;
}
.REJECT{
  color: #F73B3A !important;
}
.ACCESS{
  color: #999 !important;
}
.w-e-panel-container .w-e-active{
  display: block !important;
  color: #fe2270 !important;
  border-bottom-color: #fe2270 !important;
}
.w-e-menu .w-e-panel-container{
  background-color: #4e5775 !important;
  box-shadow: none !important;
  border: none !important;
}
.w-e-menu:nth-child(3){
  border-right: none !important;
}
.el-select__tags .el-tag{
  display: flex;
  align-items: center;
}
.header_search{
  cursor: pointer;
}
.leftBox .el-input--prefix .el-input__inner{
  padding-right: 40px;
  line-height: 34px;
}
.w-e-item{
  display: none;
}