
/* 头部 */
/* header {
    height: 70px;
    background: #057cf2;
    position: relative;
}

header h1 {
    margin: 0;
    line-height: 70px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    box-shadow:0px 3px 6px rgba(0,0,0,0.23);
} */
/* 内容区 */
.content_box {
    border: 1px solid #ddd;
    width: 798px;
    height: 482px;
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
}
.el-step__title{
	font-size:14px; 
}
.fist_step{
	margin-left:100px; 
}
.prompt{
	font-size: 20px;
    height: 60px;
    font-weight:bold;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(220, 223, 230, 1);
    margin-bottom: 25px;
}
.el-steps.el-steps--horizontal {
    margin-bottom: 30px;
}
input.el-input__inner {
    width: 240px;
}
.el-form-item.input_style {
    text-align: center;
    margin-bottom: 25px;
}
.button_box{
	text-align: center;
    margin-top: 35px;
}
.button_box p{
	margin-bottom: 10px
}
p .el-button,.next{
	width: 235px;
	height: 40px;
	font-size: 14px;
}
#triangle-left,#triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid rgba(247, 220, 177, 1)!important;
    right: 260px;
    margin-top: -30px;
}
#triangle-right{
	border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: 18px solid rgba(255, 251, 229, 1)!important;
    right: -21px;
    top: 21px
}
.tips_box {
    padding: 10px;
}
.tooltip {
	background-color:rgba(255, 251, 229, 1);
	border: 1px solid rgba(247, 220, 177, 1);
	color: rgba(96, 98, 102, 1)!important;
    position: absolute;
    right: 33px;
    top: -10px;
    font-size: 12px;
}
.tips_box div{
	line-height: 20px;
	text-align: left;
}
.tips_box div span{
	margin-left: 5px;
	font-size: 12px!important;
}
.next_span{
	margin-left: 10px!important;	
}
.QR_code {
    width: 126px;
    height: 135px;
    background: rgba(249,249,249,1);
    margin-left: 337px;
    margin-top: -22px;
    text-align: center;
    padding-top: 10px; 
}
.content_box iframe {
    width: 106px;
    height: 106px;
}
.QR_code span{
	font-size: 14px;
    float: left;
    margin-left: 8px;
    margin-top: 6px;
}
.QR_code i{
	color: rgba(5, 201, 99, 1);
	font-size: 26px;
	float: left;
    margin-left: 10px;
}
.el-form-item__error {
    left: 280px;
} 
/* 底部 */
/* footer{
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-top: solid 1px #e5e5e5;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #626262;
  font-size: 13px;
}
.activation_footer{
	width: 100%;
	text-align: center;
}*/
.el-form-item__content{
    position: relative;
}
.error{
	color: red;
	font-size: 12px;
	position: absolute;
    top: 31px ;
    left: 35%;
} 
/* 跳转效果 */
.el-loading-spinner .circular {
    height: 70px;
    width: 70px;
}
.el-loading-spinner .path {
    stroke-width: 4px;
    stroke: rgba(0, 204, 0, 1);
}
.el-loading-spinner .el-loading-text {
    color: rgba(30, 30, 30, 1);
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.el-loading-spinner {
    top: 45%;
}
.bind_err {
    font-size: 12px;
    color: red;
    position: absolute;
    width:100%;
    margin-top: 5px;
    text-align: center;
}
.closeDiv {
    float: right;
    font-size: 28px;
    color: #fff;
    margin-top: -70px;
}
.closeDiv div:nth-of-type(1):hover {
    background-color: #0c6ccc;
}
.closeDiv div {
    float: left;
    width: 50px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
}
.closeDiv div:nth-of-type(2):hover {
    background-color: #ed6055;
}
.codeError{
    color: red;
    font-size: 14px;
    margin-top: 10px;
	  width: 600px;
    text-align: center;
    position: absolute;
    left: -210px;
    top: 142px;
}
span.el-input__suffix {
    display: none;
}