/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
  font: inherit; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.1;
  background: #eeeeee;
}
* {
  margin: 0;
  padding: 0;
}
.layui-input {
  height: 32px;
  line-height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, .bm_text_hover:hover {
  color: #0D7DEE;
}

.bm_a:hover {
  color: #349fff;
}

.bm_text {
  color: #0D7DEE;
}

.bm_text:hover {
  color: #349fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.iconfont {
  vertical-align: middle;
}

.border-l {
  border-left: 1px solid #e6e6e6;
}

.bm-form-item .error {
  border: 1px solid red !important;
  /* background: #FFF4F4; */
}

.bm-form-item .bm_error {
  color: red;
  border: none !important;
  margin-top: 5px;
  display: block;
  font-size: 12px;
  line-height: initial;
}


body {
  /*font-family: "Arial" !important;   英文站字体 */
  /* font-family: "Source Han Sans CN" !important;中文站字体 */
  font-size: 14px;
  color: #333;
}

.button_reset {
  background: none;
  border: none;
}

/*!waves 按钮涟漪效果 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4)
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%) */
}

.waves-button,
.waves-button-input,
.waves-button:visited {
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: #007DEE;
  text-align: center;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  box-sizing: border-box;
}

.waves-button:hover {
  background-color: #369FFD;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

/*!waves 按钮涟漪效果 */

/* 小按钮 */
.bm-button-sm {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 14px;
  min-width: 100px;
  cursor: pointer;
}

/* 超小按钮 */
.bm-button-xs {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 14px;
}

/* 普通按钮 */
.bm-button-lg {
  height: 40px;
  line-height: 39px;
  border-radius: 2px;
  padding: 0 30px;
  font-size: 16px;
  min-width: 100px;
}
.border-radius32{
  border-radius: 32px!important;
}
.chinese-box .bm-button-lg {
  line-height: 40px;
}
.chinese-box button {
  font-family: "Source Han Sans CN";
}
/* 按钮内容垂直居中 */
.btn_flex_center {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  height: 16px;
  align-items: center;
}
.chinese-box .btn_flex_center {
  height: 20px;
  align-items: center;

}
.waves-button.leave_message_btn .leave_icon {
  background-image: url(/images/new-icon/leave_icon-white-c26aaaf3b40740ef28107ff028223a96.png);
}
.btn_x_center.waves-button {
  line-height: normal!important;
  vertical-align: top;
}
.btn_x_center .true-up {
  margin-top: 0!important;
}
.btn_flex_center .iconfont {
  margin-right: 4px;
}

.trans {
  -webkit-transition-property: background-color !important;
  -webkit-transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease !important;
}

/* 禁用按钮 */
.bm-button-disabled {
  border: 1px solid #e6e6e6 !important;
  background-color: #FBFBFB !important;
  color: #C9C9C9 !important;
  cursor: not-allowed !important;
  opacity: 1;
  box-shadow: none !important;
}

.waves-button:disabled {
  border: 1px solid #e6e6e6 !important;
  background-color: #FBFBFB !important;
  color: #C9C9C9 !important;
  cursor: not-allowed !important;
  opacity: 1;
  box-shadow: none !important;
}

/* 白底按钮 */
.bm-button-primary,
.bm-button-primary:visited {
  background-color: #fff;
  color: #666666;
  border: 1px solid #999999;
}

.bm-button-primary:hover {
  color: #0D7DEE;
  background-color: #fff;
  border: 1px solid #0D7DEE;
}

/* 白底蓝边按钮 */
.bm-button-normal,
.bm-button-normal:visited {
  background-color: #fff;
  color: #0D7DEE;
  border: 1px solid #0D7DEE;
}

.bm-button-normal:hover {
  color: #fff;
  background-color: #0D7DEE;
  border: 1px solid #0D7DEE;
}

/* 白底红边按钮 */
.bm-button-warning,
.bm-button-warning:visited {
  background-color: #fff;
  color: #F92020;
  border: 1px solid #F92020;
}

.bm-button-warning:hover {
  color: #fff;
  background-color: #F92020;
  border: 1px solid #F92020;
}

/* 2021-06-07 */
/* 全站 子父级 标准 */
/* 大标题 */
.big-title {
  font-size: 24px;
}
/* 二级标题/导航栏/选项卡 */
.slider-title {
  font-size: 18px;
}
/* 正文大标题（名称等） */
.primary-title {
  font-size: 16px;
}
.query-primary-title {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
/* 描述等 */
.desc-title {
  font-size: 14px;
}
.mark-title {
  font-size: 12px;
}
/* end */

/* 字体大小 */
.font36 {
  font-size: 36px;
}

.font30 {
  font-size: 30px;
}

.font26 {
  font-size: 26px;
}

.font25 {
  font-size: 25px;
}


.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font19 {
  font-size: 19px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.font_w_b {
  font-weight: bold;
}

.font_w_400 {
  font-weight: 400;
}

/* 颜色 */
.color-primary {
  color: #007dee;
}

.a-color-primary {
  color: #007dee;
}

.a-color-primary:hover {
  color: #349fff;
}

.color-primary2 {
  color: #0060ff;
}

.color-primary-hover {
  color: #349fff;
}

.color-danger {
  color: #EE7B00;
}

.color-white {
  color: #ffffff;
}

.color-hint {
  color: #F95A5A;
}

.color-lightred {
  color: #F95A5A;
}

.color-warning {
  color: #F92020;
}

.color-default {
  color: #333333;
}

.color-default2 {
  color: #666666;
}

.color-default3 {
  color: #C8C8C8;
}

.color-default4 {
  color: #999999;
}

.color-default5 {
  color: #cccccc;
}

.color-line {
  color: #eeeeee;
}

.col-R {
  color: red;
}

.col-red {
  color: #FF3030;
}


.bg-default {
  background: #eeeeee;
}

.bg-default2 {
  background: #f2f2f2;
}

.bg-white {
  background: #ffffff;
}

.bg-gray{
  background: #F5F5F6;
}

.bg-blue {
  background: #0099FF;
}

.bg-dark {
  background: #333;
}

.pd-t6 {
  padding-top: 6px;
}

.pd-t8 {
  padding-top: 8px;
}

.pd-20 {
  padding: 20px;
}

.pd-lr20 {
  padding: 0 20px;
}

.pd-tb20 {
  padding: 20px 0;
}

.pd-t20 {
  padding-top: 20px;
}
.pd-t24 {
  padding-top: 24px;
}
.pd-b20 {
  padding-bottom: 20px;
}

.pd-l20 {
  padding-left: 20px;
}
.pd-r20 {
  padding-right: 20px;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-b50 {
  padding-bottom: 50px;
}


.pd-l10 {
  padding-left: 10px;
}
.pd-l30 {
  padding-left: 30px;
}
.pd-l35 {
  padding-left: 35px;
}
.pd-l72 {
  padding-left: 72px;
}
.pd-l64 {
  padding-left: 64px;
}
.pd-l66 {
  padding-left: 66px;
}
.pd-l74{
  padding-left: 74px;
}
.pd-l57{
  padding-left: 57px;
}
.pd-l62{
  padding-left: 62px;
}
.pd-12 {
  padding: 12px;
}
.pd-t0 {
  padding-top: 0;
}
.pd-t8 {
  padding-top:8px;
}
.pd-15 {
  padding: 15px;
}
.mar-l28{
  margin-left: 28px;
}
.mar-l26{
  margin-left: 26px;
}
.mar-l7{
  margin-left: 7px;
}
.mar-l67{
  margin-left:67px
}
.mar-l58{
  margin-left:58px
}
.mar-l68{
  margin-left:68px
}
.mar-l66{
  margin-left:66px
}
.pd-lr12 {
  padding: 0 12px;
}

.pd-tb12 {
  padding: 12px 0;
}

.pd-l12 {
  padding-left: 12px;
}

.pd-tb10 {
  padding: 10px 0;
}
.pd-l18 {
  padding-left: 18px;
}
.pd-lr18 {
  padding-left: 18px;
  padding-right: 18px;
}
.pd-b6 {
  padding-bottom: 6px;
}

.pd-b8 {
  padding-bottom: 8px;
}


.pd-b0 {
  padding-bottom: 0px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b12 {
  padding-bottom: 12px;
}

.pd-b17 {
  padding-bottom: 17px;
}

.pd-lr6 {
  padding: 0 6px;
}

.pd-tb6 {
  padding: 6px 0;
}

.pd-6 {
  padding: 6px;
}

.pd-t12 {
  padding-top: 12px;
}
.pd-l5{
  padding-left: 5px;
}
.pd-r12 {
  padding-right: 12px;
}

.pd-l6 {
  padding-left: 6px;
}

.pd0 {
  padding: 0 !important;
}
.pd-l0 {
  padding-left: 0;
}
.mar-0 {
  margin: 0 !important;
}

.mar-lr6 {
  margin: 0 6px;
}


.mar-20 {
  margin: 20px;
}

.mar-lr5 {
  margin: 0 5px;
}

.mar-lr20 {
  margin: 0 20px;
}

.mar-tb20 {
  margin: 20px 0;
}

.mar-t5 {
  margin-top: 5px;
}
.mar-t6 {
  margin-top: 6px;
}
.mar-t12 {
  margin-top: 12px;
}
.mar-t8 {
  margin-top: 8px;
}

.mar-t20 {
  margin-top: 20px;
}

.mat-t40 {
  margin-top: 40px;
}

.mar-t14 {
  margin-top: 14px;
}
.mar-t0{
  margin-top: 0px;
}

.mar-b3 {
  margin-bottom: 3px;
}

.mar-b6 {
  margin-bottom: 6px;
}

.mar-b8 {
  margin-bottom: 8px;
}

.mar-b14 {
  margin-bottom: 14px;
}

.mar-b18 {
  margin-bottom: 18px;
}

.mar-b20 {
  margin-bottom: 20px;
}

.mar-b30 {
  margin-bottom: 30px;
}

.mar-b25 {
  margin-bottom: 25px;
}
.mar-b24 {
  margin-bottom: 24px;
}

.mar-l20 {
  margin-left: 20px;
}
.mar-l25 {
  margin-left: 25px;
}
.mar-l18 {
  margin-left: 18px;
}

.mar-l30 {
  margin-left: 30px;
}

.mar-r20 {
  margin-right: 20px;
}

.mar-r30 {
  margin-right: 30px;
}

.mar-r40 {
  margin-right: 40px;
}
.mar-l40 {
  margin-left: 40px;
}

.mar-t5 {
  margin-top: 5px;
}

.mar-r5 {
  margin-right: 5px;
}

.mar-l5 {
  margin-left: 5px;
}

.mar-l6 {
  margin-left: 6px;
}

.mar-10 {
  margin: 10px;
}

.mar-lr10 {
  margin: 0 10px;
}

.mar-tb10 {
  margin: 10px 0;
}

.mar-t1 {
  margin-top: 1px;
}

.mar-t3 {
  margin-top: 3px;
}


.mar-t8 {
  margin-top: 8px;
}

.mar-t10 {
  margin-top: 10px;
}

.mar-t12 {
  margin-top: 12px;
}

.mar-t15 {
  margin-top: 15px;
}
.mar-t18 {
  margin-top: 18px;
}
.mar-t30 {
  margin-top: 30px;
}

.mar-t35 {
  margin-top: 35px;
}

.mar-t140 {
  margin-top: 140px;
}

.mar_l30 {
  margin-left: 30px;
}

.mar-b10 {
  margin-bottom: 10px;
}

.mar-b15 {
  margin-bottom: 15px;
}

.mar-b40 {
  margin-bottom: 40px;
}

.mar-t40 {
  margin-top: 40px;
}

.mar-b50 {
  margin-bottom: 50px;
}

.mar-l10 {
  margin-left: 10px;
}

.mar-l15 {
  margin-left: 15px;
}

.mar-l30 {
  margin-left: 30px;
}
.mar-l60 {
  margin-left: 60px;
}
.mar-l35 {
  margin-left: 35px;
}
.mar-l12 {
  margin-left: 12px;
}

.mar_l50 {
  margin-left: 50px;
}

.mar-t25 {
  margin-top: 25px;
}

.mar-b5 {
  margin-bottom: 5px;
}

.mar-b60 {
  margin-bottom: 60px;
}

.mar-r6 {
margin-right: 6px;
}

.mar-r10 {
  margin-right: 10px;
}

.mar-b12 {
  margin-bottom: 12px;
}

.mar-r12 {
  margin-right: 12px;
}

.mar-r30 {
  margin-right: 30px;
}

.mar_b15 {
  margin-bottom: 15px;
}

.mar_b20 {
  margin-bottom: 20px;
}

.mar-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.mar-lr12 {
  margin: 0 12px;
}

.bm_container {
  max-width: 1512px;
  padding: 0 6px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  /* min-height: calc(100% - 190px - 240px); */
  min-height: calc(100% - 146px - 158px - 30px - 12px);
}

.admin_container {
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  min-height: calc(100% - 405px);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layui-breadcrumb-row {
  margin: 12px 0;
}

.block {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vc_txt {
  vertical-align: text-top;
}

.vc_t {
  vertical-align: top;
}

.vc_b {
  vertical-align: bottom;
}

.vc_txb {
  vertical-align: text-bottom;
}

.img_inp_row {
  position: relative;
}

.img_inp_row .inp_icon {
  position: absolute;
  left: 12px;
  top: 8px;
  padding-right: 10px;
  border-right: 1px solid #c8c8c8;
  z-index: 1;
}

.img_inp_row .layui-input,
.img_inp_row select {
  padding-left: 50px;
  border-color: #C8C8C8;
}

.cursor_p {
  margin-top: 5px;
  font-size: 12px;
}

.cursor_pointer {
  cursor: pointer;
}

.error_hint {
  margin-top: 5px;
  font-size: 12px;
  display: none;
  color: #F92020;
  padding-left: 5px;
}

.tc_c {
  text-align: center;
}



.tc_l {
  text-align: left;
}


.tc_r {
  text-align: right;
}

.error_inp {
  border: 1px solid #F92020 !important;
}

.hide {
  display: none;
}

.noscroll::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.noscroll {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: hidden;
}

.bm_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis; /**兼容Opera浏览器**/
  width: 100%;
}
.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* word-break: break-all; */
}
.ellipsis6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  /* word-break: break-all; */
}


.over_h {
  overflow: hidden;
}

.pos_r {
  position: relative;
}

.transform_pos_r {
  position: relative;
  overflow: hidden;
}

.transform {
  transform: scale(1.1);
}

.image_trans {
  transition: all 1s;
  top: 0;
  left: 0;
  position: relative;
}


.img_center {
  line-height: 100%;
  text-align: center;
}

.img_center img {
  max-width: 100%;
  max-height: 100%;
}

.adapt_img_box {
  text-align: center;
}

.adapt_img_box img {
  max-width: 100%;
  max-height: 100%;
}


.layui-laypage span {
  background: none;
}

.left_content {
  width: 276px;
  box-sizing: border-box;
}

.right_content {
  width: 1212px;
  box-sizing: border-box;
}

.bm_shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.bm_shadow:hover {
  box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
}

.bm_hover_shadow:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);

}

.vricon {
  position: absolute;
  right: 22px;
  top: 20px;
}


.bm_normal_title {
  height: 18px;
  margin-bottom: 12px;
}

.bm_normal_title2 {
  height: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}


.normal_vc_line {
  height: 18px;
  width: 4px;
  background: #0D7DEE;
  display: inline-block;
  margin-right: 8px;
}

.small_vc_line {
  height: 17px;
  width: 5px;
  background: #0D7DEE;
  display: inline-block;
  margin-right: 4px;
}

.normal_title_text {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}

.small_title_text {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.bm_border_bottom {
  border-bottom: 1px solid #e6e6e6;
}

.bm_border_top {
  border-top: 1px solid #e6e6e6;
}

.bm_border_right {
  border-right: 1px solid #e6e6e6;
}

.bm_border_left {
  border-left: 1px solid #e6e6e6;
}


.bm_border {
  border-top: 1px solid #e6e6e6;
}

.bm_border_default {
  border: 1px solid #e6e6e6;
}

.over_h {
  overflow: hidden;
}

.show {
  display: block;
}

.layui-form-radio {
  margin: 0;
  /*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為�� padding: 0;
  min-height: 24px;
  line-height: normal; */
}

.bm_loading_box {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  display: none;
  z-index: 999
}

.bm_loading_box img {
  height: 70px;
  width: 70px;
  background: #fff;
  border-radius: 50%;
}

.span_placeholder {
  width: 125px;
  background: #eeeeee;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.margin_auto {
  margin: 0 auto;
}

.loginModalTitle {
  background: #0D7DEE;
  padding: 10px;
  color: #fff;
}
/* layer  第二个 按钮也要蓝色 */
.layer-btns-full.layui-layer .layui-layer-btn .layui-layer-btn1 {
  border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
.loginModalTitle .iconwrong {
  margin-top: 3px;
  font-size: 18px;
  cursor: pointer;
}

.loginMContent {
  text-align: center;
  padding: 12px 20px 20px;
}
/* layer  第二个 按钮也要蓝色 */
.layer-btns-full.layui-layer .layui-layer-btn .layui-layer-btn1 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}
/* layer 按钮圆角 */
.layer-btns-radius.layui-layer .layui-layer-btn a {
  border-radius: 5px;
}

/* 1543 */
.layui-layer .qute-model-btn button {
  border-radius: 15px;
}
/* 原型按钮 */
.layui-layer.circle-btn .layui-layer-btn a {
  border-radius: 16px;
}
.layui-layer.circle-btn .waves-button {
  margin: 0 8px;
}
.layui-layer.circle-btn .waves-button.bm-button-primary {
  background-color: #fff;
    color: #666666;
    border: 1px solid #999999;
}
.layui-layer.circle-btn .waves-button.mar-t12 {
  margin-top: 12px;
}
.layui-layer.not-layer-btns .layui-layer-btn {
  display: none;
}

/* .loginMContent .layui-input-inline {
  width: 440px;
  margin-bottom: 20px;
} */

.loginMoption {
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
}

.loginMContent .error_hint {
  position: absolute;
  margin-top: 3px;
}
/* 用户中心 页面内容区域高度 */
.user-center-main {
  min-height: calc(100% - 289px);
}
/* bug 4396 */
.introjs-button.introjs-donebutton {
  color: #333;
}
/* end */
.required-input {
  height:0.5px;
  width:0px;
  padding:0px;
  margin:0px;
  opacity: 0;
}

/* BMostChat */
.BMostChat-layer.layui-layer{
  overflow: auto;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0);
  border-radius: none;
  box-shadow: none;
  max-height: inherit;
}
.BMostChat-layer .layui-layer-content {
  padding: 0!important;
}

.BMostChat-layer .bmstchat-close {
  position: relative;
  /* top: -20px; */
  padding: 10px;
  text-align: center;
  

}
#BMostChatLayerModal .bmostchat-content{
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  overflow: hidden;
}
.BMostChat-layer .bmstchat-close .bmstchat-close-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /* background-image: url(/images/close-eab47f8624491b089e23d99dbfd0f22c.png); */
}
.BMostChat-layer .bmstchat-close .bmostchat-close-bg {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  background-color: #333;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/* end */

@media screen and (max-width: 1530px) {

  html,
  body {
    min-width: 1212px;
  }

  .bm_container {
    max-width: 1212px;
    /* max-width: max-content; */
  }

  .right_content {
    width: 912px;
  }
  .width1530-hide {
    display: none;
  }
}

.select_line {
  border-bottom: 1px solid #eeeeee;
  height: 1px;
  margin: 12px -12px;
}

.feebacktitle {
  background: #007DEE;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  color: #fff;
}

.feebackcodeinp {
  width: 100px;
}

.feed_left {
  margin-left: 125px;
}

.feebackcontent .layui-form-item .layui-input-inline {
  width: 158px;
}

.feebackcontent {
  height: 380px;
  overflow: auto;
}

.bm_placeholder_box div {
  margin-bottom: 12px;
  height: 14px;
  background: #eeeeee;
}

.bm_placeholder_box div:last-child {
  margin-bottom: 0;
}

.bm_placeholder_box .p_w_10 {
  width: 10%;
}

.bm_placeholder_box .p_w_20 {
  width: 20%;
}

.bm_placeholder_box .p_w_30 {
  width: 30%;
}

.bm_placeholder_box .p_w_40 {
  width: 40%;
}

.bm_placeholder_box .p_w_50 {
  width: 50%;
}

.bm_placeholder_box .p_w_60 {
  width: 60%;
}

.bm_placeholder_box .p_w_70 {
  width: 70%;
}

.bm_placeholder_box .p_w_80 {
  width: 80%;
}

.bm_placeholder_box .p_w_90 {
  width: 90%;
}

.bm_placeholder_box .p_w_100 {
  width: 100%;
}

.guidebtn {
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.guidemodalbox .font36 {
  font-size: 36px;
}

.guidemodalbox .iconclose {
  font-size: 18px;
}

.feebackcode {
  height: 32px;
  margin-left: 12px;
  vertical-align: top;
}

.f_s_title {
  height: 40px;
  background: #0D7DEE;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  margin-bottom: 50px;
}

.close_feedback {
  position: absolute;
  right: 12px;
}

.vc_wb_m {
  vertical-align: -webkit-baseline-middle;
}

.vc_base {
  vertical-align: baseline;
}


.favorite_red {
  border: 1px solid #f95a5a;
  color: #f95a5a;
}

.radio_hover {
  color: #0099FF !important;
}

.noResultsBox {
  background: #fff;
  width: 100%;
  height: 410px;
  padding-top: 100px;
  display: none;
}

.break-all {
  word-break: break-word;
  white-space: pre-wrap;
}

.break-word {
  word-break: break-word;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.none_imp {
  display: none !important;
}

.catebox h2 {
  font-size: 15px;
  font-weight: 400 !important;
}

.sharebtn,
.nav_sharebtn {
  position: relative;
  cursor: pointer;
}

.shareicon {
  margin-top: -1px;
  vertical-align: middle;
}


.sharebtn .sharenews img,
.nav_sharebtn .nav_sharenews img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
}
.nav_sharebtn .nav_share_cn img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.sharenews,
.nav_share_cn,
.nav_sharenews {
  background: #fff;
  padding: 13px 21px;
  border-radius: 4px;
  left: -130px;
  margin-top: 11px;
  position: absolute;
  display: none;
  z-index: 1000;
  box-shadow: 0px 1px 9px 1px rgba(185, 185, 185, 0.34);
  cursor: pointer;
}
.nav_share_cn{
  left: -105px;
}
/* sharenews 产品、作品页面分享 nav_sharenews:头部分享  nav_share_cn：中文头部*/
.nav_share_felxe
{
  display: flex;
}
.nav_share_felxe img:last-child{
  margin-right: 0px;
}


.chinese-box .sharebtn .sharenews img, 
.chinese-box .nav_sharebtn .nav_sharenews img {
  width: auto;
  height: auto;
}
.chinese-box .nav_sharebtn .nav_share_cn img {
  width: auto;
  height: auto;
}
.chinese-box .sharenews, .chinese-box .nav_sharenews {
  width: auto !important;
}

.sharenews::after,
.nav_share_cn::after,
.nav_sharenews::after {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 150px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 7px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(313deg);
  box-shadow: 1px -1px 1px rgba(185, 185, 185, 0.34);
}
.nav_share_cn::after{
  left: 115px;
}
/* .nav_share_cn {
  margin-left: 14px;
}
.nav_share_cn img {
  margin-right: 10px;
  cursor: pointer;
} */
/* title优化 */
.tooltip {
  font-size: 12px;
  font-family: \5b8b\4f53;
  line-height: 1.5;
  position: absolute;
  padding: 5px;
  z-index: 100003;
  opacity: .9
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #e6e6e6;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.tipsy-arrow-n {
  border-bottom-color: #e6e6e6;
}

.tipsy-inner {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #333;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  word-break: break-word;
}

.loginModalTitle .font20 {
  font-size: 20px;
}

.req_orange_tag {
  padding: 2px 8px;
  font-size: 12px;
  background: #FF7800;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.req_blue_tag {
  padding: 2px 8px;
  font-size: 12px;
  background: #0099FF;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
}

.bm_admin_container {
  min-height: 642px;
}

.flex_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.flex-y-end {
  justify-content: end;
}
.mar-r4 {
  margin-right: 4px;
}

.admin_user_row {
  height: 40px;
  border-left: 1px solid #C8C8C8;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}

.admin_user_img_box {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 39px;
  border: 1px solid #e6e6e6;
}

.admin_user_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex_line_center {
  display: flex;
  align-items: center;
}

.NoResultsBox {
  padding: 50px 0;
}

.indicatorNumBox {
  position: absolute;
  right: 5px;
  bottom: 17px;
  padding: 1px 7px;
  background: #000000;
  opacity: 0.4;
  border-radius: 9px;
  color: #fff;
}


.text_review {
  /* text-align: justify; */
  font-size: 14px;
  position: relative;
}

.text_collapse {
  cursor: pointer;
  text-align: center;
  background: #fff;
  margin-top: 12px;
  color: #007dee;
}

.text_collapse .iconfont {
  font-size: 18px;
  font-weight: bold;
}
.text_collapse .iconshang {
  display: inline-block;
  padding-top: 8px;
  padding-left: 5px;
}
.text_description {
  white-space: pre-wrap;
  line-height: 20px;
  word-wrap: break-word;
}
.text_indent_chat {
  text-indent: 8px;
}
.text-i2{
  text-indent: 2em;
}
.layui-select-disabled .layui-disabled {
  background-color: rgb(238, 238, 238) !important;
  border-color: #C8C8C8 !important;
}

.layui-input:disabled {
  background-color: rgb(238, 238, 238) !important;
  border-color: #C8C8C8 !important;
  cursor: not-allowed !important;
}

.layui-breadcrumb .hrefnull {
  cursor: initial !important;
}

.layui-breadcrumb .hrefnull:hover {
  color: #999 !important;
}

.search_type .layui-form-select dl {
  z-index: 2000;
}

input::-moz-placeholder {
  font-size: 11px !important;
}

.inp_comp_box {
  width: 100%;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  border: 1px solid #eee;
  margin-top: 10px;
  display: none;
}

.inp_comp_row {
  padding: 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.inp_comp_row:last-child {
  border: none;
}

.inp_comp_row:hover {
  background: #f3f5f7;
}


.layui-breadcrumb a,
.layui-breadcrumb a cite {
  color: #333 !important;
  font-weight: bold;
}


.layui-breadcrumb a:hover,
.layui-breadcrumb a cite:hover {
  color: #0D7DEE !important;
}

.feebackcontent .layui-input-block {
  margin-left: 125px;
}

.feebackcontent .layui-form-label {
  width: 95px;
  margin-top: -5px;
}

.codeselect {
  width: 204px;
  margin-right: 10px;
}

.number_inp {
  width: 226px;
}

.ds_flex {
  display: flex;
}

/* 2021-05-21 需求 356 */
.my-layer {
  width: 240px;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: 999;
}

.favorite-icon {
  width: 50px;
  height: 50px;
}

.anim-opacity2 {
  animation: 1s opacity2 0s linear; 
  -webkit-animation: 1s opacity2 0s linear;
  -moz-animation: 1s opacity2 0s linear;
}

/* 2021-06-17 断点续传 */

.uploadprogress {
  /*margin-left: 35px;*/
  margin-right: 10px;
  /* width: 150px; */
  width: 100%;
}
.feedback_acbox .uploadprogress {
  width: 75px;
  margin-left: 0;
}

.option {
  color: #999;
}

.option .iconfont {
  margin-right: 5px;
}

.iconfont.delete {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('/images/bin_calss-16ea1f1dd66103340bf281ab986f1f24.png');
  background-size: 100% 100%;
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.deletbtn {
   /*margin-left: 40px;*/
  cursor: pointer;
}
.href_url:hover {
  color: #1E9FFF;
}
.filerows {
  height: 48px;
  background: #EEEEEE;
  padding: 16px 13px;
  border-radius: 4px;
}

.add-attachment {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 0;
  border-radius: 2px;
  margin-top: 0;
  padding: 8px; 
  border: 1px solid #0D7DEC;
  color: #0D7DEC;
  text-align: center;
}

.h100 {
  height: 100%;
  max-height: 100%;
}
.pd-t5 {
  margin-top: 5px;
}

.pd-r6 {
  padding-right: 6px;
}

.pd-l6 {
  padding-left: 6px;
}

.upload_header {
  padding-bottom: 12px;
}
.deletbtn:hover {
  color: #F82020;
}
.file-icon {
  background-size: 100% 100%;
  display: inline-block;
  width: 44px;
  height: 48px;
}

.render-attach-list {
  display: inline-block;
}
.render-attach-list li {
  padding-bottom: 10px
}
.do_word1 {
    cursor: pointer;
}

.wordclass p {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 15px;
    height: 16px;
}

.downaddclass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0099FF;
}

.do_img1 {
  width: 18px;
  height: 17px;
  margin-right: 10px;
}

.do_img2 {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.feedback_acbox .prosess {
  margin-top: 6px;
}
.flex {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.flex-item {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; 
}

.flex-column {
  flex-direction: column;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}
.play-icon.is-play {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(/images/file-icon/is-play-icon-16f837bbc10c70363fab0c701cad0665.png);
}

.play-icon.is-stop {
  background-size: 100% 100%;
  background-image: url(/images/file-icon/is-stop-icon-0669382447f97d37616b24f7d045b51c.png);
}
.option .icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/images/file-icon/is-close-60ee93749c9a9bf007859f4ce399b9d2.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.play-icon.none {
  display: none;
}
.file-box .file-name {
  height: 16px;
}
/* im共享文件 */
.im-upload-file.file_row {
  padding: 10px 16px;
}
.im-upload-file .file-icon {
  width: 30px;
  height: 35px;
}
.im-upload-file .filerows {
  padding: 0px;
  background-color: transparent;
}
.im-upload-file .uploadprogress {
  width: 90px;
  margin-left: 0;
}
.im-upload-file .checkboxplaceholder {
  width: 32px;
}
.im-upload-file .option {
  width: 150px;
}
.im-upload-file .option .iconfont {
  margin-left: 5px;
  margin-right: 0;
}
.im-upload-file .play-icon {
  margin-left: 5px;
}
.filerows .color-warning {
  color: #F92020;
}
.im-upload-file .fileinfo {
  margin-top: 3px;
}

/* end */

/* 2021-06-21 需求151  */
.inline-block {
  display: inline-block;
}
.fwb {
  font-weight: bold;
}
.freeze-content {
  padding: 30px;
}
.warning-info-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/images/gantanhao-169552b2c74975dd11acb590cab824be.png) no-repeat;
  background-size: 100% 100%;
}
/* end */

.sp_result_area {
  z-index: 99999999 !important;
}

.top-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/new-icon/top-ef562747fb8d561449cc8ae22fafcc50.png) no-repeat;
}
.quality-icon {
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(/images/new-icon/star-0409723e205a442731fbdfae255df0f6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.chinese-box .quality-icon {
  background-image: url(/images/new-icon/quality_cn-0ca51bf888f7527c287d659233189ddd.png);

}
.no-wrap {
  white-space: nowrap;
}

.flex-center {
  justify-content: center;
}

.flex-s-a{
  justify-content: space-around;
}

.flex-s-b{
  justify-content: space-between;
}

.flex-s-e{
  justify-content: space-evenly;
}
.flex-align-center {
  align-items: center;
}

.text-right {
  text-align: right;
}

/* 下拉选择框 内容 超出显示省略号 */
.layui-form-select .layui-input {
  text-overflow: ellipsis;
}

/* 中文站 */
.country_content.none {
  display: none!important;
}
.show-global-address {
  margin-top: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-left: 20px;
}
.logo-content {
  width: 170px;
  height: 44px;
}
.logo-content .header-logo-img {
  width: 100%;
}
.logo_new1 {
  width:60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  -moz-user-select:none; /* Firefox私有属性 */
  -webkit-user-select:none; /* WebKit内核私有属性 */
  -ms-user-select:none; /* IE私有属性(IE10及以后) */
  -khtml-user-select:none; /* KHTML内核私有属性 */
  -o-user-select:none; /* Opera私有属性 */
  user-select:none; /* CSS3属性 */
}
.logo_new1 .logo_text{
  display: inline-block;
  color: #fff;
  text-align: center;
  padding:0 9px
}
.logo_new1 .logo_text1{
  padding: 0 15px;
}
/* 中文站字体大小处理 */
.chinese-box .bm-button-lg {
  font-size: 14px;
}
/* 项目类型 三级分类 下拉框样式 */

.project-menu {
  position: absolute;
  left: 0px;
  top: 42px;
  /* padding: 5px 0; */
  z-index: 999;
  min-width: calc(100% - 12px);
  width: 252px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 15px;
  /* display: none; */
  transition: all .5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.project-menu .menu-item:hover>.project-menu {
  /* display: block; */
  visibility: visible;
  opacity: 1;
}

.project-menu .menu-item {
  padding: 12px 0 13px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.project-menu .menu-item>div {
  padding: 0 20px 0 15px;

}
.project-menu .menu-item .arrow {
  width: 6px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  background: url(/images/arrow3-c52698f18f351413daa9339ac771b8e1.png);
}
.project-menu .menu-item:hover {
  background-color: #f2f2f2;
}
.project-menu .menu-item:hover>div {
  color: #007DEE;

}
.project-menu .menu-item:hover>div .arrow {
  background: url(/images/arrow4-729ca9562596b729b4e3631fc949ef62.png);
}
.project-menu .pj_menu1, .project-menu .pj_menu2 {
  right: -252px;
  top: -1px;
  left: auto;
}
.project-menu .menu-item .layui-form-checkbox span {
  white-space: normal;
  padding-right: 0;
}
.column {
  flex-direction: column;
}
.flex-item.w100 {
  width: 100%;
}
.project-menu .menu-btn {
  text-align: center;
  padding-bottom: 12px;
}
.project-menu>.flex {
  overflow: hidden;
  /* min-height: 442px; */
}
.project-menu .pj_menu2 .overflow_y {
  height: 100%;
  overflow-y: auto;
}
.project-menu .menu-text {
  white-space: pre-line;
  /*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為�� line-height: normal; */
  line-height: 18px;
  word-break: break-word;
}

.project-menu .menu-text .layui-form-checkbox {
  width: 100%;
}

.menu-item.customChackbox {
  padding: 0;
}
.menu-item.customChackbox .layui-form-checkbox {
  /*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為�� padding: 0 0 0 28px; */
  padding: 12px 0 13px 28px;
}
.menu-item.customChackbox .layui-form-checkbox i {
  /*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為�� top: 0; */
  top: 13px;
}
/* .project-menu .flex.column {
  min-height: 100%;
  position: absolute;
  width: 100%;
} */

.modifier_name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.company-info-model {
  padding: 12px;
}
.company-info-item {
  align-items: center;
}
.company-info-model .none{
  display: none;
}
.company-info-item>.flex-item {
  padding: 6px;
  border: 1px solid #ebebeb;
}
.company-info-item .logo-img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.company-info-item + .company-info-item {
  margin-top: 12px;
}
.company-info-btn {
  margin-left: 12px;
}
.company-info-btn button {
  width: 120px;
}
.company-info-item .provider-width {
  width: 160px;
}
.inb_important {
  display: inline-block!important;
}

/* 需求579 */
.verification-content {
  padding: 24px;
}
.verification-step-content {
  padding-top: 12px;
  padding-left: 12px;
}
.verify-content .layui-layer-btn .layui-layer-btn0 {
  border-color: #dedede;
  background-color: #fff;
  color: #333;
}
.ver_font_style {
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
}
/* bug 6369 */
.reg_main {
  min-height: calc(100% - 296px);
}
.chinese-box .reg_main {
  min-height: calc(100% - 332px);
}

/* 会员图标 */

.user-member-icon {
  width: 22px;
  /* height: 24.125px; */
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
.pd-l3 {
  padding-left: 3px;
}
/* 选择服务语言弹窗 */
/* .languageLayer .languageLayer-content .layui-form-checkbox {
  width: 110px;
} */
/* .languageLayer-content  .languageOther-content {
  height: 32px;
} */
.languageLayer-content .layui-input.error {
  border: 1px solid red;
}
.show_design .design_content .layui-unselect.layui-form-radio {
  display: flex;
  /*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為�� align-items: center; */
}
.en-box .en_text_rule {
  /* text-indent: 10px; */
}
.en_text_rule {
  line-height: 16px;
}

.websiteCurrentYear {
  display: inline;
}
/* 留言 */
.leave_message_btn {
  padding-top: 3px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
.leave_message_btn[leave-type=publish], button.leave_message_btn {
  padding-top: 0;
}
button.leave_message_btn {
  overflow: visible;
}
button.leave_message_btn .leave_count {
  right: 8px;
  left: auto;
}
.leave_message_btn[leave-type=publish] .leave_count {
  top: -8px;
}
.leave_message_btn .leave_icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url('/images/new-icon/leave_icon-af2caff64b53b1708ac1b3bb77817801.png');
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
}
/* IM */
.open_im_btn {
  /* padding-top: 3px; */
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  margin-left: 12px;
  color: #007DEE;
  min-width: 110px;
}
.open_im_btn .leave_icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url('/images/new-icon/leave_icon-af2caff64b53b1708ac1b3bb77817801.png');
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
}
.leave_count {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 8px;
  background-color: #FF0000;
  color: #fff;
  padding: 1px 3px;
  font-size: 10px;
  min-width: 10px;
  text-align: center;
  border-radius: 10px;
  height: 16px;
  line-height: 16px;
}
.leave_count.none {
  display: none!important;
}
.leave_msg_model {
  background-color: #f5f5f5;
  height: 100%;
}
.leave_record {
  height: 370px;
  padding: 20px 24px;
  overflow-y: auto;
  width: calc(100% - 48px);
}
.leave_send_content {
  height: 140px;
  padding: 10px 24px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding-right: 0;
}
.leave_choose_img {
  width: 18px;
  height: 17px;
  display: inline-block;
  background-image: url('/images/new-icon/choose_img_icon-fb1820fdce053e356254431002cdd4c1.png');
  background-size: 100% 100%;
  cursor: pointer;
}
.leave_send_content .layui-textarea {
  border: none;
  height: 85px;
  min-height: auto;
  resize: none;
  padding-left: 0;
}
.leave_send_content .layui-btn {
  height: 32px;
  line-height: 32px;
  width: 80px;

}
.leave_record_item + .leave_record_item {
  margin-top: 28px;
}
.nick_name_content {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}
.nick_name_content .date {
  display: inline-block;
  margin-left: 12px;
}
.leave_msg_content {
  padding: 12px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  color: #333;
  max-width: 420px;
  display: inline-block;
  text-align: left;
  border-radius: 4px;
  word-wrap: break-word;
}
.leave_msg_content.img_content {
  padding: 0;
}
.leave_record_item.self {
  text-align: right;
}
.leave_record_item.self .leave_msg_content {
  background-color: #0099FF;
  color: #fff;
}
.leave_record_item .leave_img {
  max-height: 200px;
  max-width: 100%;
  cursor: pointer;
  border-radius: 4px;
}
.quote_modal .state-content {
  display: inline-block;
  width: 160px;
  margin-right: 20px!important;
}
/* 设计需求报价弹窗 */
.hint_modal_content .interior-design-work-desc, .add-quote-count-content {
  line-height: 22px;
  font-size: 13px;
}
.a-text-inline {
  white-space: normal;
  display: inline-block;
}
.interior-design-work-desc .quote-modal-text + .quote-modal-text {
  margin-top: 10px;
}
#quote_modal_title {
  font-size: 16px;
}
.interior-design-work-desc .clear::after {
  content: "";
  display: block;
  clear: both;
}
.btn-center .layui-layer-btn, .layui-title-cneter .layui-layer-title {
  text-align: center;
}
.layui-title-cneter .layui-layer-title {
  padding: 0 40px;
}
/* 公告弹窗 */
.bm-notice.layui-layer .layui-layer-content {
  line-height: 22px;
  font-size: 14px;
  padding: 20px;
}
.bm-notice .quote-modal-text + .quote-modal-text {
  margin-top: 6px;
}
.promotion-link-copy .copy-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/images/new-icon/copy-icon-16f6896a274ea6186d9cb8d5c9ff2c06.png);
  background-size: 100%;
  vertical-align: text-top;
}

.layui-layer.to-fix-select .layui-layer-content {
  overflow: visible;
  padding: 20px;
}
.layui-layer.to-fix-select .layui-layer-content .design-type-container {
  width: 500px;
}
.design-type-container .notice-design-type {
  width: 200px;
}
.bm-notice .company-list-item {
  align-items: center;
  margin-top: 10px;

}
.layui-layer.to-fix-select .layui-layer-btn {
  margin-top: 20px;
  padding-bottom: 0;
}
.notice-company-list.scroll {
  max-height: 420px;
  overflow-y: auto;
}
.add-quote-count-group {
  line-height: 22px;
}
.not-btn.layui-layer .layui-layer-btn {
  display: none;
}
/* 弹窗确定按钮在右边 */

.layui-layer.confirm-right .layui-layer-btn0 {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
}
.layui-layer.confirm-right .layui-layer-btn1 {
  border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
/* 弹窗圆形关闭图标 白色 */
.layui-layer.circel-close-icon .layui-layer-close {
  background: url(/images/new-icon/anti-fraud/close-circle-9c4acf7d35a413732db7ace50fdf0d0e.png) no-repeat;
  background-size: 100%;
}
.line-height22 {
  line-height: 22px;
}
.w100 {
  width: 100%;
}

/* 弹窗样式 标题和按钮统一放在中间 20240328 运营需求确认群 */
.layui-layer .layui-layer-title {
  text-align: center;
  padding: 0 50px;
}
.layui-layer .layui-layer-btn {
  text-align: center;
}
/* .layui-layer.to-fix-select .layui-layer-setwin {
  top: -43px;
    right: 57px;
}
.layui-layer.to-fix-select .layui-layer-setwin .layui-layer-close1 {
  width: 16px;
  height: 16px;
} */
.layui-layer.to-fix-select .layui-layer-btn {
  display: none;
}
.layui-layer.to-fix-select .notice-layer-btn {
  text-align: center;
  margin-top: 20px;
}
.promotion-model.layui-layer .layui-layer-setwin {
  top: -30px;
}

.layui-form-select dl {
  z-index: 999;
}
.clear::after, .show-bind::after, .upload-cell-item::after {
  content: "";
  display: block;
  clear: both;
}

.layer-content-visible.layui-layer .layui-layer-content {
  overflow: visible !important;
}
.model-cancel-btn-gray.layui-layer .layui-layer-btn1 {
  background-color: #999;
  color: #fff;
  margin-left: 7px;
}
.show-vip-model.layui-layer .layui-layer-btn1 {
  background-color: #0099ff;
  color: #fff;
  margin-left: 12px;
}
.show-vip-model.layui-layer .layui-layer-btn a {
  border-radius: 15px;
}
.layui-layer .layui-layer-btn a {
  margin: 5px 8px;
}

.notranslate.en {
  -webkit-locale: 'en'!important;
}
.notranslate.zh_cn {
  -webkit-locale: 'zh-CN'!important;
}
/* 面包屑字体改为统一 */
.layui-breadcrumb>* {
  font-size: 16px;
  font-weight: bold;
}
.icon-content {
  /* display: -webkit-box; 
  display: -moz-box; 
  display: -webkit-flex;  
  display: -moz-flex; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
  line-height: 16px;
}

.layui-form-checked.layui-disabled[lay-skin="primary"] i {
  border-color: #e2e2e2!important;
  background-color: #e2e2e2;
}
/* 1292 */
.design-categories-model.layui-layer .layui-layer-content {
  padding: 8px 20px 20px;
}
.design-categories-model .design-img-content {
  width: 280px;
  height: 200px;
  text-align: center;
}
.design-categories-model .design-img {
  max-width: 100%;
  max-height: 100%;
}
.design-categories-model .design-categories-content {
  min-height: 364px;
}
.radio-not-right-padding .layui-unselect.layui-form-radio {
  padding-right: 0;
}

.nav_box .layui-nav-tree {
  overflow-x: hidden;
}
.layui-nav-tree .layui-nav-item.selectcountry.layui-this,
.layui-nav-tree .layui-nav-item.nav_haschild.layui-nav-itemed>a {
  border-left: 5px solid #0D7DEE;
}
.layui-nav-tree .layui-nav-item.selectcountry,
.layui-nav-tree .layui-nav-item.nav_haschild {
  border-left: 5px solid #fff;
}
/* end */
@keyframes opacity2{
    0%{opacity: 0}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
@-webkit-keyframes opacity2{
    0%{opacity: 0}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
@-moz-keyframes opacity2{
    0%{opacity: 0}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.anim-opacity-none {
  animation: 1s opacityNone 0s linear; 
  -webkit-animation: 1s opacityNone 0s linear;
  -moz-animation: 1s opacityNone 0s linear;
}

@keyframes opacityNone{
  0% {
    opacity: 1
  }
  50% {
    opacity: .5; 
    transform: scale(.5);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes opacityNone{
  0% {
    opacity: 1
  }
  50% {
    opacity: .5;
    -webkit-transform: scale(.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes opacityNone{
  0% {
    opacity: 1
  }
  50% {
    opacity: .5;
    -moz-transform: scale(.5);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0);
  }
}
.orthernote{
  position: relative;
  bottom: -5px;
  color: #FF3030;
}
.caps-tip {
  position: absolute;
  top: 40px;
  left: 0;
  border: 1px solid #999;
  padding: 5px;
  font-size: 12px;
  z-index: 99;
  background-color: #fff;
}
.caps-tip:before, .caps-tip:after {
  content: "";
  display: block;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border-style: solid dashed dashed solid;
  border-color: transparent transparent #999 transparent;
  font-size: 0;
  line-height: 0;
}
.caps-tip:after {
  top: -18px;
  border-color: transparent transparent #FFF transparent;
}
.bm_line_2 {
  display:-webkit-box;
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis;/*隐藏后添加省略号*/
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:2;
}
.layui-breadcrumb {
  display: inline-block;
  width: 100%;
}
.download_app_icon {
  display: inline-block;
  width: 16px;
  height: 24px;
  background-image: url(/images/header/phone-27fd8e8db97a99fac6f9b96681860ba8.png);
  background-size: 100%;
}

/* 下拉选择国家区号 */
.countryCodeSelect {
  position: relative;
}
.countryCodeSelect .layui-form-select {
  position: absolute;
}
.bm-layui-form-select {
  /* position: absolute; */
  /* top: 0; */
  position: relative;
  width: 100%;
}
.bm-layui-form-select .layui-edge {
  position: absolute;
  right: 10px;
  top: 17px;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.bm-layui-form-selected .layui-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bm-layui-form-select .layui-input {
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* input 下拉框 右侧图标 */
.input-select-right-icon {
  position: absolute;
  right: 7px;
  top: 42%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  color: #c2c2c2;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.country-icon {
  width: 16px;
  height: 12px;
}

.ver-align-top {
  vertical-align: top;
}

.line-height20 {
  line-height: 20px;
}
.layui-layer.layer-content-pd-bottom-0 .layui-layer-content {
  padding-bottom: 0;
}


@media screen and (max-width: 1530px) {
  .feedback_acbox .uploadprogress {
    width: 110px;
  }
}
@media screen and (max-width: 1480px) {
  .nav_share_cn, .nav_sharenews {
    left: -155px;
  }
  .nav_share_cn::after,
  .nav_sharenews::after {
    left: 165px;
  }
   /* 产品-分享 英文站 兼容     */
   .en-box .sharenews{
    left: -169px;
   }
   .en-box .sharenews::after{
    left: 195px;
   }
}
@media screen and (max-width: 1366px) {
  .bm_container {
    max-width: 1212px;
  }
}
@media screen and (max-width: 1280px) {
  /* .nav_sharenews { //图标缩小
    left: -185px;
  } */
  .nav_sharenews::after {
    left: 205px;
  }
}
@media screen and (max-width: 1024px) {

  html,
  body {
    min-width: 1024px;
  }

  .bm_container {
    max-width: 1024px;
    /* max-width: max-content; */
  }
  .right_content {
    width: 720px;
  }

  .menu-help-content {
    display: none;
  }
  .project-menu {
    width: 240px;
  }
  .project-menu .pj_menu1, .project-menu .pj_menu2 {
    right: -240px;
  }
  .project-menu .bm-button-sm {
    min-width: 80px;
  }
  .layui-layer.to-fix-select .layui-layer-content .design-type-container {
    width: 300px;
  }
}

/**装修等级星级显示**/
.decorationGrade-label{
  display: inline-block;
  /* min-width:125px; */
  position: relative;
}
.decorationGrade-label::after {
  position: absolute;
  /* display: inline-block; */
  content: '';
  background: url(/images/decorationGradeLevel-55e0005001baaac3d5390dd1467e0ca0.png) no-repeat;
  width:125px; 
  height: 16px;  
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-right: -125px;
}
.decoration-level1::after {
  background-position: -10px -27px;
}
.decoration-level2::after {
  background-position: -10px -62px;
}
.decoration-level3::after {
  background-position: -10px -97px;
}
.decoration-level4::after {
  background-position: -10px -132px;
}
.decoration-level5::after {
  background-position: -10px -167px;
}
.decoration-level6::after {
  background-position: -10px -202px;
}

/* 重写滚动条样式 */
/* 
  windows 下默认是宽高是17px 填充值是2px
  ::-webkit-scrollbar    //滚动条整体部分
  ::-webkit-scrollbar-button   //滚动条两端的按钮
  ::-webkit-scrollbar-track   // 外层轨道
  ::-webkit-scrollbar-track-piece    //内层轨道，滚动条中间部分（除去）
  ::-webkit-scrollbar-thumb //滚动条里面可以拖动的那个
  ::-webkit-scrollbar-corner   //边角
  ::-webkit-resizer   ///定义右下角拖动块的样式
  :horizontal//适用于任何水平方向上的滚动条
  :vertical//适用于任何垂直方向的滚动条
  :decrement//适用于按钮和轨道碎片。表示递减的按钮或轨道碎片，例如可以使区域向上或者向右移动的区域和按钮
  :increment//适用于按钮和轨道碎片。表示递增的按钮或轨道碎片，例如可以使区域向下或者向左移动的区域和按钮
  :start//适用于按钮和轨道碎片。表示对象（按钮轨道碎片）是否放在滑块的前面
  :end //适用于按钮和轨道碎片。表示对象（按钮轨道碎片）是否放在滑块的后面
  :double-button//适用于按钮和轨道碎片。判断轨道结束的位置是否是一对按钮。也就是轨道碎片紧挨着一对在一起的按钮。
  :single-button//适用于按钮和轨道碎片。判断轨道结束的位置是否是一个按钮。也就是轨道碎片紧挨着一个单独的按钮。
  :no-button//表示轨道结束的位置没有按钮。
  :corner-present//表示滚动条的角落是否存在。
  :window-inactive//适用于所有滚动条，表示包含滚动条的区域，焦点不在该窗口的时候。
*/

/* 滚动条整体样式，高度和宽度分别对应的是横竖滚动条的尺寸 */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f9f9f9;
  outline: 1px solid #e5e4e5;
}

/* 滚动条轨道上的滑动小矩形块 */
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
  border: 3px solid #f9f9f9;
}

::-webkit-scrollbar-thumb:hover {
  background: #7c7c7c;
}
.drawingType {
  margin-top: 0.6em;
  /* font-weight: bold; */
}
/*绂呴亾闇�姹�916鏍峰紡璋冩暣鍥為��鏃舵敞閲婏紝鎭㈠鏃堕渶鏀惧紑 .layui-form-select dl dt, .layui-form-select dl dd {
  line-height: 30px;
} */
/* 下拉选择插件样式 */
.select-input .select-input-content {
  margin: 0 auto!important;
  width: 100%!important;
}
.select-input .select-input-container {
  height: 32px!important;
  line-height: 32px!important;
}
.select-input .select-input-input {
  border-color: #c8c8c8!important;
}
.countryCodeSelect .select-input .select-input-input {
  padding-left: 50px;
  padding-right: 20px;
  text-overflow: ellipsis;
}
.select-input .select-input-input:disabled {
  background-color: rgb(238, 238, 238) !important;
  border-color: #C8C8C8 !important;
  cursor: not-allowed !important;
}
.select-input .select-input-input.error {
  border: 1px solid red !important;
}
.select-input .select-input-input::-webkit-input-placeholder, .layui-select::-webkit-input-placeholder, .layui-textarea::-webkit-input-placeholder {
  
  color: #c8c8c8!important;
}
.select-input .scroll-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 14px!important;
  height: 14px!important;
}
.select-input .scroll-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块样式*/
  background: #c0c0c0!important;
}
.select-input .scroll-body::-webkit-scrollbar-thumb:hover {
  background: #7c7c7c!important;
}

.select-input .scroll-body::-webkit-scrollbar-track {
  /*滚动条里面轨道样式*/
  /* -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2); */
  background: #f9f9f9!important;
}
.design-subType {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 1.65;
}
/* 需求、商机 联系人信息 样式 */
.contact_user_info {
  padding: 0 12px;
}
.contact_user_info .company_name {
  width: 175px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.contact_user_info .contact_info_item {
  display: flex;
}
.contact_user_info .contact_info_item.none {
  display: none;
}
.contact_user_info .contact_info_label {
  display: inline-block;
    width: 65px;
    color: #333;
}
.en-box .contact_user_info .contact_info_label {
  width: 105px;
}
.contact_user_info .contact_info_value {
  white-space: break-spaces;
  word-break: break-all;
  flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whatsapp{
  .bm_error {
    white-space: normal;
    text-align: left;
  }
}
.marb20{
  margin-bottom: 20px!important;
}
.invite-quote-model .layui-layer-title {
  /* height: 50px;
  line-height: 50px; */
  padding-left: 12px;
}
.invite-quote-model .new-title {
  line-height: normal;
  text-align: left;
  margin-top: 0;
  padding-top: 9px;
}
.invite-quote-model .new-title .logo-icon{
  width: 88px;
  height: 24px;
}
.invite-quote-model .new-title .big-title {
  font-size: 20px;
  padding-top: 6px;
}
.invite-quote-model .new-title .sub-title {
  font-size: 14px;
}
.dialog-btn-center .layui-layer-btn {
  text-align:  center;;
}

/* popover */

.bm-popover {
  position: absolute;
    background: #fff;
    min-width: 150px;
    max-width: 290px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 12px;
    z-index: 2000;
    color: #333;
    line-height: 1.4;
    /* text-align: justify; */
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0px 3px 6px 1px rgba(200,200,200,0.16);
    /* word-break: break-all; */
    margin-top: 12px;
    display: none;
}
.bm-popover .bm-popper__arrow, .bm-popover .bm-popper__arrow:after {
  position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

}
.bm-popover .bm-popper__arrow:after {
  content: " ";
  border-width: 6px;
}
.bm-popover .bm-popper__arrow:after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bm-popover .bm-popper__arrow {
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ccc;
}
/* 自定义右键菜单 */
.context-menu {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
}
.context-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 190px;
}
.context-menu li {
  padding: 5px 10px;
  cursor: pointer;
}
.context-menu li:hover {
  background-color: #f0f0f0;
}
.level-member{
  border-radius: 4px;
  color:#fff;
  font-size: 14px;
  display: inline-block;
  height: 15px;
  padding: 2px 9px 2px 9px;
  min-width: 71px;
  text-align: center;
}
.level-image{
  width:11px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.level-member1{
  position: relative;
  top: -1px;
}

.level-four{
  background: linear-gradient( 180deg, #FF8000 0%, #FDCE60 100%);
}
.level-three{
  background: linear-gradient( 180deg, #82878D 0%, #D8DDE3 100%);
}
.level-two{
  background: linear-gradient( 180deg, #FC8E5F 0%, #F8C2A1 100%);
}
.level-one{
  border: 1px solid #666666;
  color: #666666;
  display: inline-block;
  height: auto;
  padding: 2px 8px 2px 8px;
  min-width: 71px;
}
.level-member2{
  margin-right: 6px;
  text-align: center;
  min-width: 71px;
  padding: 1px 8px 1px 8px;
  height: 15px;
}
.buss-btn{
  padding: 0 15px 12px;
  padding-top: 10px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  text-align: center !important;
}
.buss-btn-a{
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}

.wd_89{
  width: 89%;
}
.wd_11{
  width: 11%;
}
/* 封装公共组件 图片预览 上一页下一页 图片放大 开始*/
.overlay-photos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.photos-page{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.enlarged-image-photos{
  display: flex;
  margin: 0px auto;
  transform: scale(0.9);
  align-items: center;
  justify-content: center;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
.photos-page-enlarged{
  width: 1200px;
  height: 800px;
  overflow: hidden;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.anniu-photos{
  margin-top: 10px;
  display: flex;
  position: absolute;
  bottom: 20px;
}
.photos-progress{
  padding: 0 5px;
  color: #fff;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.left-circle{
  margin-right: 20px;
}
.right-circle{
  margin-left: 20px;
}
.right-circle,
.left-circle{
  width: 30px;
  height: 30px;
}
/* 封装公共组件 图片预览 上一页下一页 图片 放大缩小 结束*/

 /*禅道需求2056*/
.globalPop{
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}
.globalPop  .layui-layer-content{
  padding: 0 !important;
  padding-top: 44px !important;
  background: none !important;
  height: 100% !important;
  overflow-y: hidden;
  box-sizing: border-box;
}
.globalPop .logo{
}
.globalPop .logo img{
  width: 88px;
  height: 88px;
  border-radius: 100%;
  border: 1px solid #0099FF;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: calc(50% - 44px);
}
.globalPop .content{
  background: #fff;
  text-align: center;
  border-radius:10px ;
  height: 100%;
  padding-top: 70px;
  position: relative;
  box-sizing: border-box;
}
.globalPop .closeModal{
  position: absolute;
  top: 10px;
  right: 10px;
}
.globalPop .content .title{
  width: 95%;
  margin: auto;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  height: 24px; /* 设定高度 */
  line-height: 22px;
}
.globalPop .content .des{
  width: 95%;
  margin: auto;
  font-size: 16px;
  color: #333333;
  margin-top: 24px;
  font-size: 16px;
}
.globalPop .modal-btn{
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.globalPop.globalPopEn .title{
  font-size: 21px;
}
.globalPop.globalPopEn .des {
  font-size: 15px;
  margin-top: 20px;
}
.globalPop.globalPopEn .modal-btn {
  bottom: 20px;
}
.globalPop .waves-button{
  border: none;
  padding: 0 45px;
  font-size: 14px;
  border-radius: 5px;
}
.globalPop .laterBtn{
  background: none;
  border: 1px solid #999;
  color: #999;
  margin-right: 20px;
}
.globalPop .registerBtn{
  -webkit-animation: pulse 1.5s ease infinite;
  animation:  pulse 1.5s ease infinite;
  font-weight: bold;
}
/*脉冲*/
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
/* 文字容器 */
#shimmerWave {
  color: #333;
  font-family: "Open-Sans", sans-serif;
  /*font-weight: 600;*/
  perspective: 80px;
  transform-style: preserve-3d;
}
#shimmerWave .line {
  display: block;
  background: none;
  height:auto;
  margin-top: 5px;
}
#shimmerWave .line:nth-of-type(1){
  margin-top: 0;
}
#shimmerWave .char {
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-animation: wave 2.4s ease forwards;
  animation: wave 2.4s ease forwards;
  letter-spacing: 0.01em;
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  animation-delay: var(--delay, 0s);
}
.globalPop.globalPopEn #shimmerWave .char {
  animation-delay: calc(0.1s * var(--char-index, 0) + var(--line-delay, 0s));
  margin-right: 5px;
}
@-webkit-keyframes wave {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #333;
    text-shadow: 0 0 0 rgba(70, 175, 200, 0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
    color: #333;
  }
  15% {
    text-shadow: 0 0 2px #333;
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #333;
    opacity: 1;
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes wave {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #333;
    text-shadow: 0 0 0 rgba(70, 175, 200, 0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
    color: #333;
  }
  15% {
    text-shadow: 0 0 2px #333;
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    color: #333;
    opacity: 1;
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
/* 波浪动画（调整幅度，避免单词动画太夸张） */
/* @keyframes wave {*/
/*   0% { transform: translate3D(0, 0, 0) scale(1) rotateY(0);color: #333; text-shadow: 0 0 0 rgba(70, 175, 200, 0);}*/
/*   12% { transform: translate3D(2px, -2px, 2px) scale(1.05) rotateY(6deg); text-shadow: 0 0 2px #333;}*/
/*   24% { transform: translate3D(0, 0, 0) scale(1) rotateY(0);  opacity: 1; color: #333;}*/
/*   100% { transform: scale(1);opacity: 0.8; }*/
/* }*/