/* 如果屏幕超过了750px，那么我们就就按照750px设计稿来走，不会让页面超过750px ,使用媒体查询来设置*/
@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

body {
    min-width: 320px;
    max-width: 750px;
    /* flexible.js把设计稿750px进行10等分，所以html文字大小设置为75px(750px/ 10)，页面元素rem值:页面元素的px值/ 75(750px/75)*/
    width: 10rem;
    margin: 0 auto;
}

.body {
    width: 100vw;
    height: 100vh;
    background: #FFE1C8;
    padding: .5333rem .4rem 0;
    margin: 0 auto;
    overflow-y: scroll;
}



.wrap {
    flex: 1;
    overflow-y: scroll;
    padding-bottom: 2.2667rem;
    overflow-x: hidden;
}

.header {
    width: 9.2rem;
    background: #FFFAFA;
    border-radius: .32rem;
    /* padding-bottom: .2667rem; */
}

.topHeader {
    background: url('../img/1@3x.png') no-repeat center;
    background-size: 100% 100%;
    height: 1.6533rem;
    width: 9.2rem;
}

.breed1 {
    height: .56rem;
    font-size: .3733rem;
    font-family: PingFangSC-Regular, PingFang SC !important;
    font-weight: 400;
    color: #505050;
    line-height: .56rem;
    margin: .3733rem .4rem .1067rem;
    letter-spacing: .0133rem;
}

.breed2 {
    width: 8.4rem;
    font-size: .3733rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505050;
    line-height: .56rem;
    margin: 0 .4rem 0;
    padding-bottom: .4533rem;
    text-align: left;
}

.centerBody {
    width: 9.2rem;
    /* height: 12.9867rem; */
    background: #FFFAFA;
    border-radius: .32rem;
    margin-top: .5333rem;
}

.cemterheader {
    background: url('../img/2@3x.png') no-repeat center;
    background-size: 100% 100%;
    height: 1.6533rem;
    width: 9.2rem;
}

.icon1 {
    margin: .3733rem 0 .2667rem .4rem;
}

.icon2 {
    width: 8.4rem;
    margin: 0 0 0 .4rem;
}

.icon3 {
    width: 8.4rem;
    margin: 0 0 .2667rem .4rem;
}

.icon1,
.icon3 img {
    width: 2.48rem;
    height: .7733rem;
}

.icon2 img {
    width: 2.48rem;
    height: .7733rem;
}

.tip1 {
    width: 8.4rem;
    font-size: .3733rem;
    font-weight: bolder;
    color: #2C2C2C;
    line-height: .56rem;
    margin: 0 0 .2667rem .4rem;
}

.tip2 {
    width: 8.4rem;
    font-size: .3733rem;
    font-weight: 400;
    color: #505050;
    line-height: .56rem;
    margin: 0 .4rem .0533rem .4rem;
    font-family: PingFangSC-Regular, PingFang SC;
}

.tip3 {
    /* width: 8.4rem; */
    /* height: 1.12rem; */
    font-size: .3733rem;
    font-family: PingFangSC-Regular, PingFang SC;
    /* font-weight: 500; */
    color: #505050;
    line-height: .56rem;
    margin: .2667rem .4rem 0 .4rem;
}

.tip4 {
    font-size: .3733rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505050;
    line-height: .56rem;
    margin: 0 .4rem 0 .4rem;
}

.tip5 {
    /* height: 1.12rem; */
    font-size: .3733rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505050;
    line-height: .56rem;
    padding: .2667rem .4rem .4533rem .4rem
}

.line {
    width: 8.4rem;
    height: .0267rem;
    background: #ECECEC;
    margin: .3467rem .4rem;
}

.bottomBody {
    width: 9.2rem;
    background: #FFFAFA;
    border-radius: .32rem;
    margin: .5333rem 0 0 0;
    padding-bottom: .3733rem;
}

.bottomHeader {
    background: url('../img/3@3x.png') no-repeat center;
    background-size: 100% 100%;
    height: 1.6533rem;
    width: 9.2rem;
    margin-bottom: .3733rem;
}

.table-container {
    margin: 0 .16rem;
    border: 0.8px solid #FFE2D6;
    border-radius: .16rem;
    overflow: hidden;
    /* 隐藏溢出的边框 */
}


table {
    border-collapse: collapse;
    width: 8.88rem;
    height: 12.9067rem;
    margin: -0.04rem;
    /* 补偿外部边框的宽度，避免与内部td边框重叠 */
}


td {
    border: 0.8px solid #FFE2D6;
    text-align: center;
}

table tr td:first-child {
    color: #2C2C2C !important;
    padding: 0 0 0 .16rem;
    text-align: left !important;

}

table tr:first-child td {
    transform: scale(0.92) !important;
    transform-origin: center center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    text-align: left;
    color: #FF6900 !important;
}

td,
td p {
    transform: scale(0.92);
    transform-origin: center center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    text-align: center;
}

td img {
    margin: 0 auto;
    width: .32rem;
}

.footerBody {
    width: 9.2rem;
    height: 1.1733rem;
    background: #FF6900;
    border-radius: .1067rem;
    text-align: center;
    line-height: 1.1733rem;
    position: fixed;
    bottom: 3%;
}

.submitBtn {
    font-size: .4267rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;

}