@charset "utf-8";
.anliku-block {
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 25px 30px;
    margin-bottom: 20px;
}

.renling {
    padding: 22px 0 50px;
    background-color: #F7F7F7;
    box-sizing: border-box;
    min-height: 640px;
}

.renling-qr-block {
    margin-top: 70px;
}

.renling-qr-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.renling-qr {
    box-sizing: border-box;
    width: 320px;
    padding: 10px;
    background-color: #20B09F;
    border: 1px solid #E5E5E5;
}

.renling-qr #login_container {
    height: 404px;
}

.renling-qr-p {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}

.renling-qr-txt {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}

.renling-qr-weixin {
    margin: 0 15px;
}

.renling-form {
    padding: 40px 40px 56px;
}

.renling-form .form-block {
    align-items: flex-start;
}

.renling-form .form-items:first-of-type {
    margin-right: 40px;
}

.renling-form .form-item {
    margin-bottom: 16px;
    font-size: 0;
}

.renling-form .form-item-textarea {
    margin-top: 37px;
}

.renling-form label {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    margin-right: 12px;
    position: relative;
    line-height: 38px;
    text-align: right;
}

.renling-form .required label:before {
    content: "*";
    line-height: normal;
    color: #ff3838;
    margin-right: 6px;
}

.renling-form .form-input {
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 320px;
    height: 38px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
}

.renling-form .form-input:focus {
    border-color: #20B09F;
    outline: none;
}

.renling-form .form-textarea {
    resize: none;
    height: 92px;
    font-family: inherit;
}

.renling-submit .form-file-input {
    border-color: #ccc;
    background-color: #F7F7F7;
}

.renling-submit .form-file-btn {
    width: 90px;
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.renling-submit .form-file {
    position: absolute;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    cursor: pointer;
}

.renling-submit .form-file-note {
    font-size: 12px;
    color: #666;
    margin: 5px 0 0 82px;
}

.renling-form-weixin {
    text-align: center;
    margin-top: 10px;
}

.renling-form .form-btn {
    text-align: center;
    margin-top: 30px;
}

.renling-form .form-button {
    width: 175px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
}

.renling-manage {
    margin-top: 57px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5;
}

.renling-manage-item {
    flex: 1;
    padding: 15px 0;
}

.renling-manage-item:last-of-type {
    border-left: 1px dashed #E5E5E5;
}

.renling-manage-p {
    text-align: center;
    color: #ff3838;
}

.renling-manage-btn {
    margin-bottom: 15px;
    text-align: center;
}

.renling-manage-a {
    background-color: #EB4242;
    width: 175px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
}

.renling-manage-a:hover {
    background-color: #bf3636;
}

.renling-edit .form-item-textarea {
    margin-top: 0;
}

.renling-form-note {
    text-align: center;
    margin-top: 10px;
}

.renling-form-note a {
    font-style: italic;
    border-bottom: 1px dotted #999;
    color: #666;
}

/*认领上传图片*/

.renling-upload {
    margin: 30px auto 0;
    width: 850px;
}

.renling-upload-title {
    font-size: 20px;
}

.renling-upload-block {
    margin-top: 20px;
    justify-content: space-between;
}

.renling-upload-item {
    text-align: center;
}

.renling-upload-item .img-block {
    width: 240px;
    height: 390px;
}

.renling-upload-item img {
    height: 100%;
    width: 100%;
}

.renling-upload-p {
    margin-top: 20px;
}

.renling-upload-em {
    color: #f00;
}

.renling-upload-btn {
    margin-top: 20px;
}

.renling-upload-button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.cropbox-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.cropbox-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.cropbox-block {
    position: absolute;
    width: 1040px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 0;
}

.cropbox-container .imageBox {
    float: left;
    width: 60%;
    height: 400px;
    margin: 20px;
    border: none;
}

.cropbox-container .action {
    clear: both;
    width: auto;
    margin: 20px;
    height: 40px;
}

.cropbox-container input {
    cursor: pointer;
    margin-left: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.cropbox-container input:focus {
    outline: none;
}

.cropbox-container .cropbox-file {
    margin-left: 0;
    width: auto;
    line-height: normal;
}

.cropbox-container .cropbox-upload {
    float: right;
    margin-right: 105px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.cropbox-container .cropped {
    margin: 20px 60px;
    width: 240px;
    height: 390px;
    position: relative;
}

.cropbox-container .cropped:before {
    content: "点击左侧剪裁预览后，点击↓下方按钮上传图片";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    z-index: -1;
}

.cropbox-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: Arial;
    font-size: 18px;
}

.file-upload-container {
    display: inline-block;
    position: relative;
}

.file-upload-container button {
    cursor: pointer;
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.file-upload-container #upload-file {
    position: absolute;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    left: 0;
    top: 0;
}

.file-upload-container:hover button {
    background-color: #F2FFFD;
}