/* 页面 */
.page {
	background-color: #2d3a4b;
	height: 100vh;
}

.click-div {
  cursor: pointer;
}

.mr-0 {
  margin-right: 0 !important;
}

/* 去掉number框箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"]{
  -moz-appearance: textfield;
}

/* 输入框样式 */
.ele-put .el-input__inner {
  height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
/* 输入框获取验证码样式 */
.ele-put .el-input-group__append {
  width: 120px;
  background-color: #4CD293;
  color: #FFFFFF;
  border: none;
  text-align: center;
}
/* 输入框点击以后验证码样式 */
.ele-put-noclick .el-input-group__append {
  width: 120px;
  background-color: #999999;
  color: #FFFFFF;
  border: none;
  text-align: center;
}

/* 去掉折叠菜单分割线 */
.new-collapse .el-collapse {
  border: none;
}
.new-collapse .el-collapse-item__header {
  border: none;
}
.new-collapse .el-collapse-item__wrap {
  border: none;
}

/* 表格设置可以复制文本 */
table .cell {
}
table div, table span {
}


/* 按钮 */
.click-btn {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  background-color: #4CD293;
}
.btn-bottom-box {
  height: 44px;
}
.btn-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-color: #02B691;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.icon-tip-green {
  background: rgba(76,210,147,0.1);
  border-radius: 5px;
  border: 1px solid #4CD293;
  color: #4CD293;
  padding: 3px 9px;
}
.icon-tip-blue {
  background: rgba(74,140,249,0.1);
  border-radius: 5px;
  border: 1px solid #4A8CF9;
  color: #4A8CF9;
  padding: 3px 9px;
}

.bg-box { background-color: #ffffff;}
.bg-page { background-color: rgb(240, 242, 245);}
.bg-btn { background-color: #4CD293;}
.bg-element-btn { background-color: #4CD293;}
.bg-btn-mq { background-color: rgba(76, 210, 147, 0.1);}
.bg-btn-q { background-color: rgba(76, 210, 147, 0.4);}
.bg-border { background-color: #cccccc;}
.bg-gray-qq { background-color: #E4E4E4;}

.color-btn { color: #4CD293;}


.color-title { color: #303133;}
.color-txt { color: #999999;}

.ba-q {
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
}
.bb-q {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}
.br-q {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f2f2f2;
}
.bl-q {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f2f2f2;
}
.bt-q {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}

.ba {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.bb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.br {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;
}
.bl {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCCCCC;
}
.bt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.ba-btn {
	border-width: 1px;
	border-style: solid;
	border-color: #4CD293;
}
.bb-btn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4CD293;
}
.br-btn {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #4CD293;
}
.bl-btn {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #4CD293;
}
.bt-btn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4CD293;
}

/* 文案 */
.text-white-b {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
.text-white {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
}
.text-white-z {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
.text-white-m {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
}
.text-title-b {
  font-size: 20px;
  color: #303133;
  font-weight: 500;
}
.text-title {
  font-size: 16px;
  color: #303133;
  font-weight: 500;
}
.text-title-z {
  font-size: 14px;
  color: #303133;
  font-weight: 500;
}
.text-title-m {
  font-size: 12px;
  color: #303133;
  font-weight: 500;
}
.text-txt-b {
  font-size: 20px;
  color: #999999;
}
.text-txt {
  font-size: 16px;
  color: #999999;
}
.text-txt-z {
  font-size: 14px;
  color: #999999;
}
.text-txt-m {
  font-size: 12px;
  color: #999999;
}
.text-btn-b {
  font-size: 20px;
  color: #4CD293;
}
.text-btn {
  font-size: 16px;
  color: #4CD293;
}
.text-btn-z {
  font-size: 14px;
  color: #4CD293;
}
.text-btn-m {
  font-size: 12px;
  color: #4CD293;
}
.text-tip-b {
  font-size: 20px;
  color: #ff2130;
}
.text-tip {
  font-size: 16px;
  color: #ff2130;
}
.text-tip-z {
  font-size: 14px;
  color: #ff2130;
}
.text-tip-m {
  font-size: 12px;
  color: #ff2130;
}
