/* base.css */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
    max-width: 18.75rem;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    /* font-weight: 500; */
    background-color: #F8F8F8;
    /* background-color: #FFF; */
}


/* .tabbar-container {
    max-width: 375px;
}

[data-dpr="2"] body,
[data-dpr="2"] .tabbar-container {
    max-width: 750px;
}

[data-dpr="3"] body,
[data-dpr="3"] .tabbar-container {
    max-width: 1125px;
}

[data-dpr="4"] body,
[data-dpr="4"] .tabbar-container {
    max-width: 1500px;
} */

a {
    font-size: 14px;
    color: #686868;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input,
textarea {
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
}

[data-dpr="2"] body,
[data-dpr="2"] a,
[data-dpr="2"] input,
[data-dpr="2"] textarea {
    font-size: 28px;
}

[data-dpr="3"] body,
[data-dpr="3"] a,
[data-dpr="3"] input,
[data-dpr="3"] textarea {
    font-size: 42px;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
    width: 100%;
    object-fit: cover;
}

h1 {
    color: #333;
    text-align: center;
    font-weight: 500;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}


/* common.css start */

.container {
    /* width: 100%; */
    height: 100%;
    margin: 0 0.75rem;
}

.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.6rem 0.75rem;
    overflow: hidden;
    background-color: #fff;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 字体加粗 */

.font-blod {
    font-weight: 500;
}


/* 字体颜色 */

.font-red {
    color: #950C16;
}

.font-000 {
    color: #000;
}

.font-2E {
    color: #2E2E2E;
}

.font-9C {
    color: #9C9C9C;
}

.font-ccc {
    color: #ccc;
}

.font-333 {
    color: #333;
}

.font-666 {
    color: #666;
}

.font-black {
    color: #333;
}

.font-normal {
    color: #666;
}

.font-gray {
    color: #999
}

.font-white {
    color: #FFF;
}


/* 字体大小 */

.font-10 {
    font-size: 10px;
}

[data-dpr="2"] .font-10 {
    font-size: 20px;
}

[data-dpr="3"] .font-10 {
    font-size: 30px;
}

.font-11 {
    font-size: 11px;
}

[data-dpr="2"] .font-11 {
    font-size: 22px;
}

[data-dpr="3"] .font-11 {
    font-size: 33px;
}

.font-12 {
    font-size: 12px;
}

[data-dpr="2"] .font-12 {
    font-size: 24px;
}

[data-dpr="3"] .font-12 {
    font-size: 36px;
}

.font-13 {
    font-size: 13px;
}

[data-dpr="2"] .font-13 {
    font-size: 26px;
}

[data-dpr="3"] .font-13 {
    font-size: 39px;
}

.font-14 {
    font-size: 14px;
}

[data-dpr="2"] .font-14 {
    font-size: 28px;
}

[data-dpr="3"] .font-14 {
    font-size: 42px;
}

.font-16 {
    font-size: 16px;
}

[data-dpr="2"] .font-16 {
    font-size: 32px;
}

[data-dpr="3"] .font-16 {
    font-size: 48px;
}

.font-18 {
    font-size: 18px;
}

[data-dpr="2"] .font-18 {
    font-size: 36px;
}

[data-dpr="3"] .font-18 {
    font-size: 54px;
}

.font-20 {
    font-size: 20px;
}

[data-dpr="2"] .font-20 {
    font-size: 40px;
}

[data-dpr="3"] .font-20 {
    font-size: 60px;
}

.font-36 {
    font-size: 36px;
}

[data-dpr="2"] .font-36 {
    font-size: 72px;
}

[data-dpr="3"] .font-36 {
    font-size: 108px;
}


/* 背景色 */

.bg-red {
    background-color: #950C16;
}

.bg-gray {
    background-color: #F2F2F2;
}

.bg-white {
    background-color: #FFF;
}


/* 水印 */

.watermark {
    position: absolute;
    top: 4px;
    right: 0;
    width: 3rem;
    height: 3rem;
    z-index: 0;
}

.watermark-real {
    background: url('/image/mobile/appraisal/real.png') no-repeat center/cover #fff;
}

.watermark-forgery {
    background: url('/image/mobile/appraisal/forgery.png') no-repeat center/cover;
}

.watermark-doubt {
    background: url('/image/mobile/appraisal/doubt.png') no-repeat center/cover;
}


/* .watermark-real::after {
    content: '真品';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.watermark-forgery::after {
    content: '赝品';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.watermark-doubt::after {
    content: '存疑';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
} */


/* 文字溢出 */

.text-overflow {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-overflow-box {
    /* width: 100%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}


/* 文字换行 */

.overflow-wrap {
    overflow-wrap: break-word;
}

.word-break {
    word-break: break-all;
}


/* 头像 */

.avatar {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    /* }边框 { */
    border-radius: 0.2rem;
}


/* 按钮 */

.btn-red {
    padding: .65rem 0;
    /* margin-top: 4px;
    margin-bottom: 39px; */
    /* margin: 4px 16px 39px 16px; */
    margin-left: .6rem;
    margin-right: .6rem;
    border-radius: .2rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #950C16;
}

.btn-white {
    padding: .8rem 0;
    border: 1px solid #ECECEC;
    /* margin-bottom: 1.5rem; */
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    color: #950C16;
    background-color: #FFF;
}

.btn-white-red {
    padding: .65rem 0;
    /* margin-top: 4px;
    margin-bottom: 39px; */
    /* margin: 4px 16px 39px 16px; */
    margin-left: .6rem;
    margin-right: .6rem;
    border: 1px solid #950C16;
    border-radius: .2rem;
    font-size: 14px;
    color: #950C16;
    text-align: center;
    background-color: #FFF;
}

.btn-green {
    /* margin: 12px 16px;
    padding: 16px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #07C160; */
    /* margin: 12px 16px; */
    /* padding: 16px 0; */
    width: 13.425rem;
    height: 2.1rem;
    margin: 0 auto;
    line-height: 2.1rem;
    border-radius: 1.05rem;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #07C160;
}


/* .btn-green-radius {
    padding: 26px 0;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background: linear-gradient(90deg, #25901D 0%, #13B025 100%);
}

.btn-gray-radius {
    padding: 26px 0;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: #333;
    background-color: #F4F4F4;
} */

.btn-gray {
    /* margin: 12px 16px; */
    /* padding: 16px 0; */
    width: 13.425rem;
    height: 2.1rem;
    margin: 0 auto;
    line-height: 2.1rem;
    border-radius: 1.05rem;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #F4F4F4;
}

.btn-red-s {
    display: inline-block;
    padding: 9px 16px;
    color: #FFF;
    background-color: #AD1119;
    border-radius: 4px;
}


/* 文字居中 */

.text-center {
    text-align: center;
}


/* 遮罩 */

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 12;
}


/* 点击小手 */

[onclick] {
    cursor: pointer;
}


/* 箭头 */

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

[data-dpr="2"] .arrow-right {
    width: 20px;
    height: 31px;
}

[data-dpr="3"] .arrow-right {
    width: 30px;
    height: 45px;
}


/* head-title 标题 */

.head-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

[data-dpr="2"] .head-title {
    font-size: 32px;
}

[data-dpr="3"] .head-title {
    font-size: 48px;
}


/* 空白元素 */

.empty {
    visibility: hidden;
}


/* 图片列表 */

.item-img-array {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
    flex-wrap: wrap;
    padding: 0.25rem 0.5rem;
}

.item-img-array .img {
    flex: 1;
    min-width: 30%;
    max-width: 45%;
    padding: 0.25rem;
    border-radius: 0.2rem;
    overflow: hidden;
    text-align: center;
}

.item-img-array .img-bg {
    flex: 1;
    /* max-width: 100%; */
    /* border-radius: 4px;
    margin-bottom: 4px; */
    border-radius: 0.2rem;
    padding-bottom: 100%;
    background: no-repeat center/cover;
}


/* 在线鉴定图片列表 */

.content .item-img-array {
    padding: 0;
}

.content .item-img-array .img {
    padding: 0;
    max-width: none;
}


/* 返回顶部按钮 */

.back-top {
    display: none;
    position: fixed;
    bottom: 9rem;
    right: .8rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    /* box-shadow: 0 6px 9px 1px rgba(27, 24, 24, 0.3); */
    background: url('/image/mobile/back-top.png') no-repeat center/contain;
    /* background-color: #FFF; */
}


/* 分享按钮 */

.share {
    position: fixed;
    bottom: 5rem;
    right: .8rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    /* box-shadow: 0 6px 9px 1px rgba(27, 24, 24, 0.3); */
    background: url('/image/mobile/share-btn.png') no-repeat center/contain;
    /* background-color: #FFF; */
}

.share-mask {
    background-image: url('/image/mobile/share-mask.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 95vw auto;
    /* z-index: ; */
}


/* 图片放大 */

.img-zoom-container {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5vh 5vw;
}

.img-zoom {
    max-width: 640px;
    /* max-width: 18.75rem; */
    /* max-height: 35vh; */
    width: 100%;
    object-fit: contain;
}
.close-img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/image/mobile/appraisal/close-img.png') no-repeat center/contain;
    width: 5vw;
    height: 5vw;
    object-fit: contain;
}


/* 加载中 */

.sk-fading-circle {
    margin: 5rem auto;
    width: 2rem;
    height: 2rem;
    position: relative;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


/* 弹窗 */

.confirm-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 15.55rem;
    padding-top: 1.8rem;
    line-height: 1.5;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    background-color: #FFF;
}

.confirm-btn {
    display: flex;
    border-top: 2px solid #EEE;
    margin-top: 1.8rem;
    font-size: 16px;
    color: #333;
}

.confirm-btn span {
    display: inline-block;
    flex: 1;
    padding: .8rem 0;
}

.confirm-btn span+span {
    border-left: 2px solid #EEE;
}


/* 边框 */

.border-bottom {
    border-bottom: 2px solid #EEE;
}


/* header */

.header-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 18.75rem;
    background-color: #950C16;
}

.header-container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.2rem;
}

.header-container .top img {
    width: 6.75rem;
    height: 1.6rem;
}
.header-container .top-text {
    color: #fff;
}
.header-container .top .call-me {
    padding-left: .75rem;
    background: url('/image/mobile/call.png') no-repeat left center/.55rem .7rem;
    color: #FFF;
}

.nav-container {
    overflow: auto;
    background-color: #FFF;
}

.navbar {
    position: relative;
    /* width: 100%; */
    height: 2.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar li {
    padding: 0 .75rem;
    flex: 0 1 auto;
    white-space: nowrap;
}

.navbar .nav-link {
    font-size: 15px;
    color: #666;
}

.navbar .navbar-active {
    color: #950C16;
}

.nav-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.header-bar {
    border-bottom: 2px solid #EEE;
    background-color: #FFF;
}

.header-bar-noback {
    border-bottom: none;
}

.header-bar .container {
    position: relative;
    /* width: 100%; */
    /* height: 2.3rem; */
    /* padding-top: .65rem;
    padding-bottom: .65rem; */
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header-bar .header-back {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 1.5rem;
    height: .9rem;
    background: url('/image/mobile/arrow-right.png') no-repeat center right/contain;
    /* transform: ; */
    /* background-color: #000; */
}

.header-bar .header-title {
    /* text-align: center; */
    color: #333;
    font-size: 18px;
    font-weight: 500;
}


/* order-nav-tab  */

.order-nav-tab {
    height: 1.7rem;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}

.order-nav-tab li {
    height: 100%;
    display: inline-block;
    margin: 0 .575rem;
    /* padding: .5rem 0; */
    color: #666;
    font-size: 14px;
    line-height: 1.7rem;
    white-space: nowrap;
}

.order-nav-tab-active {
    border-bottom: .1rem solid #950C16;
}

.order-nav-tab::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.order-nav-tab .empty {
    /* 占位元素 */
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
}

.order-nav-tab .empty::after {
    content: '1';
    font-size: 1px;
}


/*tabbar*/

.tabbar-container {
    position: fixed;
    left: 50%;
    z-index: 11;
    width: 100%;
    max-width: 18.75rem;
    /* height: 4.15rem; */
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
    /* box-shadow: 0 0 10px 0 rgba(154, 141, 141, 0.6); */
    border-top: 1px solid #E8E8E8;
    padding: .2rem 0;
    background-color: #fff;
}

.tabbar,
.tabbar-item,
.tabbar-link {
    height: 1.85rem;
}

.tabbar {
    display: flex;
}

.tabbar-item {
    width: 25%;
}

.tabbar-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.tabbar-link .icon-home {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: .1rem;
    background: url('/image/mobile/icon-home.png') no-repeat center/contain;
}

.tabbar-link .icon-appraisal {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: .1rem;
    background: url('/image/mobile/icon-appraisal.png') no-repeat center/contain;
}

.tabbar-link .icon-personal {
    width: 1.1rem;
    height: 1.2rem;
    margin-bottom: .1rem;
    background: url('/image/mobile/icon-personal.png') no-repeat center/contain;
}


/* .tabbar-link .icon-personal-active {
    width: 1.1rem;
    height: 1.2rem;
    background: url('/image/mobile/icon-personal-active.png') no-repeat center/contain;
} */

.tabbar-link .icon-about {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: .1rem;
    background: url('/image/mobile/icon-about.png') no-repeat center/contain;
}

.tabbar-item-active .icon-home {
    background: url('/image/mobile/icon-home-active.png') no-repeat center/contain;
}

.tabbar-item-active .icon-appraisal {
    background: url('/image/mobile/icon-appraisal-active.png') no-repeat center/contain;
}


.tabbar-item-active .icon-personal {
    background: url('/image/mobile/icon-personal-active.png') no-repeat center/contain;
}

.tabbar-item-active .icon-about {
    background: url('/image/mobile/icon-about-active.png') no-repeat center/contain;
}

.tabbar-item-active .tabbar-link {
    color: #333333;
}


/* footer */

.footer {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2.1rem;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    text-align: center;
    /* bottom: 0; */
}

.footer-big {}

.footer-small {
    background-color: #F5F5F5;
}

.wechat-img {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: .2rem;
}

.wechat-name {
    margin-bottom: 1.15rem;
    font-size: 14px;
}

.copyright {
    line-height: .8rem;
    font-size: 12px;
}

.copyright a {
    line-height: .8rem;
    font-size: 12px;
}


/* 吸顶 */

[data-fixed="fixed"] {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}


/* 禁止点击 */

.disable {
    pointer-events: none;
}


/* 圆角 */

.border-radius {
    border-radius: .2rem;
}


/* 底边 */

.padding-bottom {
    padding-bottom: 2.5rem;
}


/* common.css end */


/* 组件   */


/*searchBox*/

.search-container {
    height: 1.625rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    background: url('/image/mobile/search-bg.png') center/cover;
}

.search-container .container {
    justify-content: space-between;
    border-radius: 0.2rem;
    overflow: hidden;
}

.searchBox-left,
.searchBox-input,
.searchBox-right {
    height: 100%;
}

.searchBox-left {
    flex: 1;
    background-color: #fff;
}

.search-bg {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 2.175rem;
}

.searchBox-right {
    /* width: 2.75rem; */
    padding: 0 1.1rem;
    flex: 0 0 auto;
    margin-left: 0.15rem;
    color: #FFF;
}

.searchBox-input {
    flex: 1;
    text-indent: .675rem;
}

.searchBox .iconfont {
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
}


/* input-checkbox 文字变化*/

.input-checkbox {
    display: none;
    margin-left: 50px;
}

.checkbox-content label {
    display: inline-block;
    padding-left: .95rem;
}

.input-checkbox:checked+.checkbox-content .checkbox-checked {
    display: inline-block;
    background: url('/image/mobile/checkbox-checked.png') no-repeat left center/contain;
}

.input-checkbox+.checkbox-content .checkbox-checked {
    display: none;
}

.input-checkbox:checked+.checkbox-content .checkbox {
    display: none;
}

.input-checkbox+.checkbox-content .checkbox {
    display: inline-block;
    background: url('/image/mobile/checkbox.png') no-repeat left center/contain;
}


/* input-radio 文字不变*/

.input-radio {
    display: none;
    margin-left: 50px;
}

.input-radio+label {
    display: inline-block;
    padding-left: .95rem;
}


/* .input-radio+.radio-content .radio-checked {
    display: none;
}

.input-radio:checked+.radio-content .radio {
    display: none;
} */

.input-radio+label {
    display: inline-block;
    background: url('/image/mobile/method.png') no-repeat left center/contain;
}

.input-radio:checked+label {
    display: inline-block;
    background: url('/image/mobile/method-checked.png') no-repeat left center/contain;
}


/* form-item */

.form-item {
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    /* height: 2.25rem; */
    /* padding: .8rem 0; */
    line-height: 1;
}

.form-item+.form-item {
    border-top: 1px solid #EEE;
}

.field-name {
    /* color: #333; */
    width: 4.7rem;
    padding: .8rem 0;
    flex: 0 0 auto;
}

.form-item input,
.form-item textarea {
    flex: 1;
    line-height: 1;
    font-size: 14px;
    height: 100%;
    padding: .8rem 0;
}

.form-item .img-placeholder {
    font-size: 12px;
}

.description {
    height: auto;
    /* padding: .8rem 0; */
    align-items: flex-start;
}

.description .field-name {
    padding: .8rem 0;
}

.description .field-content {
    padding: .8rem 0;
}

.description-content {
    padding: .8rem 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
}


/* article */

.article-container {
    /* padding-bottom: .55rem; */
}

.article-container .article-link {
    justify-content: space-between;
    line-height: 1.95rem;
    border-bottom: 2px dashed #EEE;
}

.article-container p+p {
    /* margin-top: .85rem; */
}


/* .article-container a {
    justify-content: space-between;
    line-height: 1.95rem;
    border-bottom: 2px dashed #EEE;
} */

.article-container a+a {
    /* margin-top: .85rem; */
}

.artice-item-title {
    max-width: 70%;
}

.article-active {
    color: #B90F0F;
    font-weight: bold;
}


/* category */

.footer-bar {
    max-width: 18.75rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 10;
}

.category-content {
    color: #2E2E2E;
    font-size: 14px;
}

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

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

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

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

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

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

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

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


/* 隐藏滚动条 */

.status-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.status-item {
    position: relative;
    margin-top: .75rem;
    margin-bottom: .5rem;
    padding-bottom: .95rem;
}

.status-container {
    overflow: auto;
    justify-content: flex-start;
    background-color: #FFF;
}

.status-submit {
    margin-left: 2.4rem;
}

.status-finish .status-text {
    padding: 0 .75rem;
}

.item-line {
    width: 3.15rem;
    height: 1px;
    background-color: #CCC;
}

.item-circle {
    width: .35rem;
    height: .35rem;
    margin: .3rem;
    border-radius: 50%;
    background-color: #CCC;
}

.status-active .item-line {
    background-color: #950C16;
}

.status-active .item-circle {
    background-color: #950C16;
}

.status-now .item-line {
    background-color: #950C16;
}

.status-now .item-circle {
    box-shadow: 0 0 .15rem .15rem #FFF, 0 0 .15rem .15rem #950C16;
    background-color: #950C16;
}

.status-text {
    position: absolute;
    right: .475rem;
    bottom: 0;
    transform: translateX(50%);
    white-space: nowrap;
}

.status-concale-container {
    justify-content: center;
}

.status-concale-container .item-line {
    width: 7.05rem;
}

.status-item div+div {}


/* main-container */

.main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    /* padding: 0 0 4.15rem 0; */
    /* padding-bottom: 4.15rem; */
    background-color: #FFF;
}

.main-container-small {
    padding-top: 2.25rem;
}

.main-container-big {
    padding-top: 4.5rem;
}

.main-container-top {
    flex: 1;
}

.main-container-bottom {
    padding-bottom: 2.5rem;
}

.main-container-nav {
    padding-top: 3.9rem;
}


/* 鉴定按钮 */

.appraisal-btn {
    display: inline-block;
    position: fixed;
    bottom: 5rem;
    right: 0;
    /* width: 1.875rem; */
    padding-left: 1.5rem;
    padding-right: .5rem;
    height: 1.5rem;
    /* border-radius: 50%; */
    border-top-left-radius: .94rem;
    border-bottom-left-radius: .94rem;
    /* box-shadow: 0 0.3rem 0.45rem 0.05rem rgba(27, 24, 24, 0.3); */
    background: url('/image/mobile/appraisal-btn.png') no-repeat  .2rem center/1rem 1rem;
    background-color: #950C16;
}

.appraisal-btn::after {
    display: inline-block;
    content: '立即鉴定';
    line-height: 1.5rem;
    white-space: nowrap;
    color: #fff;
}

.no-data {
    padding: 1rem 0;
}

/* 轮播图激活按钮 */
.swiper-pagination-bullet-active {
    background-color: #950C16;
}

/* 没有内容 */
.no-content {
    height: 100%;
    width: 100%;
    margin-top: 4.5rem;
    padding-top: 10.41rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/image/mobile/no-content.png) no-repeat center top/11.14rem 9.05rem;
}