*{
    padding:0;
    margin: 0;
}
.banner{
    width: 7.5rem;
    height: 4.22rem;
    background-image: url(./image/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main{
    background-image: url(./image/bc.png);
    width: 7.5rem;
    /* height: 54.28rem; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.projcet{
    display: flex;
    flex-direction: column;
}
.projcet>img:nth-child(1){
    width: 1.79rem;
    height: 0.83rem;
    margin-top: 0.25rem;
    margin-left: 0.96rem;
}
.projcet>img:nth-child(2){
    width: 3.45rem;
    height: 2.49rem;
    margin: 0 auto;
    margin-top: 0.39rem;
}
.projcet>div{
    font-size: 0.24rem;
    color: #333;
    margin: 0.27rem 0.97rem 0 0.95rem;
}
.projcet>div>div{
    text-indent: 2em;
}

.info{
    margin-top: 0.24rem;
    background-color: rgb(222, 205, 183);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 6.08rem;
    box-sizing: border-box;
    padding: 0.25rem 0.95rem 0.2rem 0.95rem;
}
.info>div{
    display: flex;
    flex-direction: column;
}
.info>div>span:nth-child(1){
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 0.24rem;
    color: #83503D;
    line-height: 0.24rem;
}
.info>div>span:nth-child(2){
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.22rem;
    color: #5C3F1B;
}


.title{
    background-image: url('./image/title.png');
    width: 4.54rem;
    height: 0.7rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 4.54rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 95px; */
    /* line-height: 112px; */
}
.title>span{
    /* font-family: "Ma Shan Zheng", "ZCOOL KuaiLe", cursive; */
    font-size: 0.3rem;
    color: transparent;
    background: linear-gradient(to bottom, #E78565, #7D4936);
    -webkit-background-clip: text;
    background-clip: text;
    /* text-shadow: 
        1px 1px 0px #600,
        3px 3px 5px rgba(0,0,0,0.2); */
    position: relative;
    display: inline-block;
}
.content-head>div:nth-child(2){

}
.content-head>div:nth-child(2)>div{
    background-image: url(./image/head-item.png);
    width: 5.56rem;
    height: 1.34rem;
    margin: 0 auto;
    margin-top: 0.14rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.content-head>div:nth-child(2)>div>span:nth-child(1){
    font-family: AIzaozijianke;
    font-weight: 400;
    font-size: 0.28rem;
    color: #83503D;
    line-height: 0.28rem;
    margin: 0.17rem 0 0.16rem 0.55rem;
}
.content-head>div:nth-child(2)>div>span:nth-child(2){
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    margin: 0 0 0 0.56rem;
}

.content-main>div:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    padding: 0.24rem 0.96rem 0 0.95rem;
}
.content-main>div:nth-child(2)>div{
    width: 2.75rem;
    height: 2.12rem;
    background: linear-gradient(0deg, #FFFAEE, #F8EDE0);
    border-radius: 0.1rem;
    border: 0.04rem solid #DECBBB;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.content-main>div:nth-child(2)>div>img{
    width: 0.58rem;
    height: 0.58rem;
    margin-top: 0.09rem;
}
.content-main>div:nth-child(2)>div>span:nth-child(2){
    font-family: AIzaozijianke;
    font-weight: 400;
    font-size: 0.28rem;
    color: #A82127;
    line-height: 0.28rem;
    margin-top: 0.11rem;
    margin-bottom: 0.12rem;
}
.content-main>div:nth-child(2)>div>span:nth-child(3){
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 0.24rem;
    color: #7F4B35;
    text-align: center;
    line-height: 0.28rem;
}

.Examination-item{
    width: 5.72rem;
    height: 8.6rem;
    background-image: url(./image/Examination.png);
    margin: 0 auto;
    margin-top: 0.32rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-Examination-Methods > div:nth-child(3){
    background-image: url(./image/Examination1.png);
    width: 5.93rem;
}
.Examination-item-title{
    font-family: FZXiaoBiaoSong-B05S;
    font-weight: 400;
    font-size: 0.3rem;
    color: #4F3C10;
    padding-top: 0.69rem;
    margin-left: 2.15rem;
}

.Examination-item-info{
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 0.24rem;
    color: #83503D;
    line-height: 0.24rem;
}

.bottom{
    display: flex;
    justify-content: center;
    margin-top: 0.35rem;
}
.bottom>img{
    width: 3.57rem;
    height: 0.3rem;
}

.code{
    background-image: url(./image/codeBc.png);
    width: 7.5rem;
    height: 1.69rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1.4rem;
    display: flex;
    box-sizing: border-box;
    padding-top: 0.22rem;
}
.code>div:nth-child(1){
    margin-left: 0.94rem;
    display: flex;
    flex-direction: column;
}
.code>div:nth-child(2){
    background-color: rgb(204, 176, 156);
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3rem;
}
.code>div:nth-child(2)>img{
    width: 0.87rem;
    height: 0.89rem;
}