/*录入表单*/

/*div 的import*/
.content-from {
    padding-top: 50px;
}
.content-from .from-import {
    line-height: 200%;
    padding: 15px 0;
    /*padding-bottom: 30px;*/
    position: relative;
}
.content-from .from-import span.require {
    color: red;
    font-size: 14px;
    position: absolute;
    width: 210px;
    top: 21px;
    right: -65px;
}
.content-from .from-import p.require {
    color: red;
    font-size: 14px;
}
.content-from .from-import span.require:before,
.content-from .from-import p.require:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../images/import_err.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.content-from .from-import .import-text {
    border: 1px solid #e5e4e4;
    color: #4d4c4c;
    font-size: 14px;
    border-radius: .1em;
    -webkit-border-radius: .1em;
    padding: 10px 6px;
    width: 200px;
}
.content-from .from-import .tip {
    position: absolute;
    top: 22px;
    left: 10px;
    z-index: 4;
    color: #989697;
}
.content-from .from-import .span-light {
    font-weight: 700;
}
.content-from .from-import .import-label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
    color: #636261;
}
.content-from .from-import label.require:before {
    display: inherit;
    content: "*";
    color: #fd0000;
    vertical-align: middle;
    margin-right: 10px;
}
.content-from .from-tips {
    text-align: left;
    color: #fd772e;
    font-size: 18px;
    font-weight: 700;
    padding-left: 110px;
}
.content-from .from-tips:before {
    display: inline-block;
    width: 20px;
    height: 10px;
    border-color: #fd772e;
    border-style: solid;
    border-width: 0 0 4px 5px;
    content: " ";
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

/*ul li 带有下划线的import*/
.info-import  {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
    max-height: 25px;
    line-height: 235%;
}
.info-import > label {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
}
.info-import label,
.info-import span {
    font-size: 16px;
    color: #4d4c4c;
}
.info-import .portrait {
    vertical-align: middle;
    border-radius: 4em;
    -webkit-border-radius: 4em;
    overflow: hidden;
    display: inline-block;
    background-image: url(../images/upload_photo_btn.jpg);
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    /*border: 1px solid #e5e4e4;*/
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center;
}
.info-import .import-input {
    border: 1px solid #e5e4e4;
    color: #4d4c4c;
    font-size: 16px;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    padding: 4px 6px;
}
.info-import .import-select {
    border: 1px solid #e5e4e4;
    color: #4d4c4c;
    font-size: 16px;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    padding: 5px 6px;
}
.info-import .portrait img {
    display: block;
}
.info-import .link-a {
    font-size: 14px;
    color: #fd803c;
    cursor: pointer;
    margin-left: 20px;
}
.info-import .link-a:hover {
    color: #fd772e;
}
/*点击查看大头像*/
.check-img .mark{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .4;
    filter: alpha(Opacity=40);
    display: none;
}
.check-img .user-img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    display: none;
}
.check-img .user-img img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.info-import .radio-label {
    font-weight: normal;
    min-width: 100px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.info-import .radio-label input[type=radio] {
    margin: 0;
    visibility: hidden;
    position: absolute;
}
.info-import .radio-label.checked i {
    background: url(/static/css/admins/module/icon/bk.png) no-repeat -257px -69px;
}
.info-import .radio-label i {
    font-weight: normal;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(/static/css/admins/module/icon/bk.png) no-repeat -212px -69px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 5px;
}