html,body,a{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 微软雅黑;
	color: inherit;
	text-decoration: none;
}
body {
    background: #f1f1f178;
}
div#VueBox {
    padding: 30px 20px 30px 250px;
    vertical-align: top;
    top: 0;
    position: relative;
    background: #f4f4f4;
}
[v-cloak]{display: none;}
 i.errorDiv.errorDiv_Area {
    color: red;
    font-style: normal;
    font-size: 13px;
}
input::-webkit-input-placeholder {
    color: #e2e2e2;
    }
    input:-moz-placeholder{
    color: #e2e2e2;
    }
    input::-moz-placeholder {
    color: #e2e2e2;
    }
    input:-ms-input-placeholder {
    color: #e2e2e2;
    }
span.redStar {
    color: red;
}
.readonly {
    background: #f8f8f8;
}
.user_info_content {
    width: 900px;
    margin: 30px auto;
    box-sizing: border-box;
    background: #ffffff;
}
.docR_main {
    display: table;
    width: 100%;
    min-width: 940px;
}
.docR_left {
    display: table-cell;
    width: 80%;
    border: 1px solid #03a9f4;
}
.docR_right {
    display: table-cell;
    width: 20%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #03a9f4;
    box-sizing: border-box;
    background: white;
        padding: 30px 0px;
}
.li_tap {
    padding: 10px 12px;
}
.li_tap label {
    text-align: right;
    display: inline-block;
    width: 25%;
    font-size: 16px;
    vertical-align: top;
}
.li_tap input,.li_tap select {
    padding: 5px;
    min-width: 300px;
    height: 35px;
    border: 1px solid #dad2d2;
    border-radius: 2px;
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box;
}
/*关键词添加*/
a.addkey {
    display: inline-block;
    font-size: 14px;
    background: #FF9800;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
    user-select: none;
    width: 60px;
    text-align: center;
    margin-bottom: 3px;
    font-family: 微软雅黑;
}
.keywordDiv {
    padding-left: 175px;
}
.perKey {
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    margin: 5px;
}
input.keyVal {
    width: 125px!important;
    min-width: 10px;
    height: 25px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    float: left;
}
i.delkey {
    display: inline-block;
    height: 25px;
    width: 25px;
    font-style: normal;
    background: red;
    color: white;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}
.boxBtn {
    border: none;
    font-size: 14px;
    background: #03a9f4;
    color: white;
    padding: 10px;
    border-radius: 2px;
    min-width: 100px;
     cursor: pointer;
    user-select: none;
    position: absolute;
    bottom: 0%;
    display: inline-block;
    float: left;
    margin: 10px 0px;
    
}
.boxBtn.Before {
    margin-left: 5%;
}
.NextBtn{
	 margin-left: 25%;
}
.EditBtn{
	     margin-left: 22%;
}
.ul_tap {
    position: relative;
    padding-bottom: 50px;
}
.tap_form {
   
    position: relative;
    min-height: 850px;
}
.Vue_row {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.Vue_row[index="1"]{
	 border-top: 1px solid #f1f1f1;
}
.User_active {
    background: #e4e8ea!important;
    color: black;
    transition: 0.3s;
    font-weight: bold;
}
.li_tap textarea {
    resize: none;
    padding: 5px;
    width: 400px;
    height: 120px;
    font-size: 14px;
    font-family: 微软雅黑;
    vertical-align: middle;
    border: 1px solid #dad2d2;
}
.li_tap img {
    width: 260px;
    height: 175px;
    vertical-align: middle;
}
i.tips {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    margin-right: 15px;
    color: #acb0b3;
}
.register_form{
	display: none;
    min-height: 850px;
}

.bannerDiv {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 31px;
    width: 500px;
}
.mini {
    width: 150px!important;
    height: 100px!important;
    margin-top: 5px;
}
label.ifopen {
    display: inline-block;
    width: 80px;
    text-align: left;
}
input[type="radio"] {
    display: inline-block!important;
    width: 15px!important;
    height: 15px!important;
    min-width: 10px;
    vertical-align: middle;
    margin-right: 3px;
}
 
/*上传按钮*/
.div1 {
    display: inline-block;
    width: 90px;
    height: 30px;
    vertical-align: top;
    border: 0;
    background: #64b367;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.div1>.txt {
    display: inline-block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.div1>input[type='file']{
    position: absolute;
    width: 90px!important;
    min-width: 10px!important;
    height: 30px;
    opacity: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
/*省市选择*/
.Cascader{
    width: 300px;
    display: inline-block;
    
}  
.GroupDiv {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.street {
    margin-top: 2px;
    border:1px dashed #d6d6d6!important;
    
}
/*上传按钮end*/
/*error*/
.error {
    font-style: normal;
    display: inline-block;
    position: absolute;
    margin-left: 12px;
    background: white;
    padding: 5px;
    border: 1px solid #FF5722;
    color: red;
    border-radius: 3px;
    font-size: 14px;
    /* left: 885px; */
}
.error:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 12px solid red;
    border-bottom: 6px solid transparent;
    border-left: 0;
    position: absolute;
    left: -12px;
    top: 5px;
}
.error:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 12px solid white;
    border-bottom: 6px solid transparent;
    border-left: 0;
    position: absolute;
    left: -11px;
    top: 5px;
}
.red{
	background: #f8867e!important;
}
/*error  end*/