* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    margin: 0 auto !important;
    max-width: 640px;
    min-width: 320px;
    background: #fff !important;
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
}

.box {
    width: 100%;
    text-align: center;
    color: #999999;
}

.box img {
    margin-top: 10vh;
    width: 55%;
    margin-bottom: 80px
}

.qbox {
    background-color: #0076FF;
    min-height: 100vh;
    padding-bottom: 1rem;
    position: relative;
}

.headBg {
    width: 90.67%;
    height: 0;
    padding-top: 63.5%;
    margin: 0 auto;
    background-image: url(../img/bg@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.infoBox {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    width: 86%;
    margin: 0 auto;
    position: relative;
    top: -0.7rem;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
}

.writebg {
    background: #fff;
    border-radius: 8px;
    padding: 1.8rem 1rem 2rem;
}

.writebg .title {
    text-align: center;
    color: #333333;
    font-size: 1.18rem;
    font-weight: 600;
    position: relative;
    z-index: 3;
    margin-bottom: 2.19rem;
}

.writebg .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6.06rem;
    height: 0.56rem;
    background: rgba(254, 187, 79, 1);
    border-radius: 0.28rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.inputbox {
    background: rgba(241, 243, 244, 1);
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0.56rem 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8rem
}

.inputbox input {
    font-size: 1rem;
    border: 0px;
    background: transparent;
    line-height: 28px;
    width: calc( 100% - 40px);
    outline: 0;
}

.inputbox input:active {
    border: 0;
}

.inputbox img {
    width: 30px;
    height: 28px;
    float: right;
}

.submitbox {
    padding: 0.88rem 0 0.69rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: #0076FF;
    border-radius: 1.5rem;
}

.tipbox {
    margin-top: 1.56rem;
    width: 86%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .1);
    border-radius: 0.25rem;
    padding: 1rem 0rem;
}

.tipbox .title {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 3;
    margin-bottom: 0.5rem;
}

.tipbox .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6.06rem;
    height: 0.56rem;
    background: rgba(254, 255, 255, 0.12);
    border-radius: 0.28rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.mintitle {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.line {
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    height: 1px;
}

.mintitle::before {
    content: '';
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    width: 0.31rem;
    height: 0.31rem;
    border-radius: 50%;
    margin-right: 0.44rem;
}

.tip {
    padding: 0 0.75rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.mintitle {
    margin-top: 1.25rem;
    line-height: 1.25rem;
}

.noAdopt {
    min-height: 100vh;
    position: relative;
}

.Adoptbox {
    position: relative;
}

.Adoptbox {
    background-image: url('../img/aBg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.inputbox .saomiao {
    outline: none;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 28px;
    float: right;
    visibility: inherit;
}

.saomiao::before {
    content: '';
    width: 30px;
    height: 28px;
    display: inline-block;
    contain: '';
    position: relative;
    z-index: 9;
    background-image: url(../img/icon-saoyisao@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Adopt {
    padding-top: 3.2rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    text-align: center;
}

.Adopt .photo {
    width: 40%;
    border: #0082FE 1px solid;
    margin-bottom: 1.88rem;
}

.Adopt .detailList {
    width: 100%;
    margin-bottom: 1.13rem;
    text-align: left;
}

.detailList .listName {
    display: inline-block;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 4rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
}

.detailList .mark {
    font-size: 1.13rem;
    font-weight: 600;
    color: #333333;
}


/* .detailList .listName::after {
    content: ':';
    display: inline-block;
} */

.detailList .listValue {
    width: calc(100% - 7rem);
    margin-left: 0.5rem;
    display: inline-block;
    padding-bottom: 0.19rem;
    color: #333333;
    border-bottom: 1px solid #F1F3F4;
    padding-left: 1rem;
}

.noAdopt .tbox {
    width: 72%;
    text-align: center;
    background: #fff;
    border-radius: 0.63rem;
    padding-bottom: 1.2rem;
    margin: 0 auto;
}

.noAdopt .tbox img {
    width: 100%;
    margin-bottom: 1.91rem;
    border-radius: 0.63rem;
    margin-top: 3.75rem;
}

.CertificateNum {
    width: 85%;
    margin: 0 auto;
    font-size: 1.13rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0.75rem
}

.certTip {
    color: #999;
    font-size: 0.75rem;
    width: 85%;
    margin: 0 auto;
}

.zertbutton {
    width: 66%;
    height: 2.88rem;
    text-align: center;
    line-height: 2.88rem;
    background: rgba(0, 130, 254, 1);
    border-radius: 1.28rem;
    margin: 1.7rem auto 0;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prompt {
    color: #CCCCCC;
    font-size: 0.75rem;
    margin: 0.6rem 0;
}

.adoptButton {
    width: 66%;
    height: 2.88rem;
    text-align: center;
    line-height: 2.88rem;
    background: rgba(0, 130, 254, 1);
    border-radius: 1.28rem;
    margin: 1.7rem auto 0;
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.Adopchacha,
.noAdopchacha {
    background: url(../img/chacha.png) 100% no-repeat;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: -2rem;
    right: 0rem;
    background-size: 90% 90%;
}