body {
    position: relative;
    font-size: 14px;
    padding-bottom: 4.15rem;
}

.row {
    justify-content: flex-start;
}

.form-group+.form-group {
    border-top: 0.05rem solid #ECECEC;
}

.form-group-head {
    justify-content: space-between;
    margin: 0.8rem 0 0.85rem 0;
}

.form-group textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 4rem;
}
#imageArray{
    position: absolute;
    top: 0;
    width: 100%;
}

.imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2rem;
    margin-bottom: 0.2rem;
}

.imgs .img-item {
    /* width:33%;
	*/
    /* height:0;
	*/
    /* background:#F2F2F2;
	*/
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
}

.imgs .img-item .delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url('/image/mobile/appraisal/dele.png') no-repeat center/cover;
}

.imgs .img-item>.imageArray {
    width: 100%;
    padding-bottom: 100%;
}

.imgs .img-item>.add {
    width: 100%;
    padding-bottom: 100%;
}

/* .imgs .img-item.add>.imageArray {
	width:50%;
	margin-top:25%;
	margin-left:25%;
	line-height:10.6rem;
}
*/

.add-img {
    /* width:33%;
	height:33%;
	*/
    background: url('/image/mobile/appraisal/add.png') no-repeat center/2.4rem #F2F2F2;
}

.imgs .img-item {
    margin-bottom: 0.8rem;
}

.category .category-select {
    flex: 1;
    margin-left: 0.85rem;
    justify-content: space-between;
}

.category-select .arrow-right {
    display: inline-block;
    width: 0.6rem;
    height: 0.4rem;
    background: url('/image/mobile/appraisal/arrow-bottom.png') no-repeat center/contain;
    transform: rotate(-90deg);
}

.public {
    justify-content: space-between;
}

/* 选择按钮 */

.public-toggle {
    position: absolute;
    /* margin-left:-499.95rem;
	*/
    width: 0;
    visibility: hidden;
}

.public-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.public-toggle-round+label {
    /* padding:0.1rem;
	*/
    width: 1.6rem;
    height: 0.8rem;
    background-color: #ddd;
    border-radius: 0.8rem;
    transition: background-color 0.4s;
}

input.public-toggle-round+label:after {
    display: block;
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    content: "";
}

input.public-toggle-round+label:after {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.public-toggle-round:checked+label {
    background-color: #950C16;
}

input.public-toggle-round:checked+label:after {
    margin-left: 0.8rem;
}

.apprical {
    padding: 0.4rem 0;
}

.type-content {
    margin-left: 0.8rem;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apprical-type {
    width: 45%;
    /* height: 2.3rem; */
    padding: 0.5rem;
    border: 1px solid #ECECEC;
    flex-direction: column;
    /* align-items:center;
	*/
    justify-content: center;
    margin-bottom: 0.4rem;
    text-align: center;
}

.apprical-type-active {
    border-color: #950C16;
    color: #950C16;
}

.type-Error {
    border-color: #950C16;
    color: #950C16;
}

.apprical-type-active p:nth-child(2) {
    color: #950C16;
}

.price .form-group-head {
    margin-right: 1.25rem;
}

/* 提交 */

.footer-bar {
    padding: .2rem 0;
}

/* 弹窗 */

.category-content {
    color: #2E2E2E;
}

.content-head {
    padding: 0.8rem 0 0.75rem 0;
    text-align: center;
    font-size: 16px;
}

.content-body {
    align-items: flex-start;
}

.first-active {
    color: #950C16;
    background-color: #F4F4F4;
}

.content-body .content-body-item {
    flex: 1;
    height: 100%;
    overflow: auto;
    height: 15rem;
}

.category-first li {
    padding: 0.75rem 0;
    text-align: center;
}

.category-second li {
    padding: 0.75rem 0;
    text-align: center;
}

.example1 {
    background-image: url(/image/pj_example/example1_y.jpeg);
}

.example2 {
    background-image: url(/image/pj_example/example2_y.jpeg);
}

.example3 {
    background-image: url(/image/pj_example/example3_y.jpeg);
}

.example4 {
    background-image: url(/image/pj_example/example4_y.jpeg);
}

.example5 {
    background-image: url(/image/pj_example/example5_y.jpeg);
}

.example6 {
    background-image: url(/image/pj_example/example6_y.jpeg);
}

.example {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.example .add>div::before {
    content: "+";
    display: block;
    font-size: 40px;
}

.example .add {
    background-color: #0000008c;
    position: relative;
}

.example .add>div {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row; */
}