* {
    margin: 0;
    padding: 0;
}

/*盒子*/
html body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #FFF8EE;
    align-items: center;
    box-sizing: border-box;
}

/*顶*/
.top_box {
    width: 100%;
    box-sizing: border-box;
}

/*中*/
.mid_box {
    border: 10px solid #F8BC76;
    width: 1200px;
    box-sizing: border-box;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
}

/*简介*/
.mid_jianjie {
    box-sizing: border-box;
    margin-right: 15px;
}

/*品logo*/
.pin_logo {
    margin-bottom: 38px;
    margin-right: 15px;
}

/*品盒*/
.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

/*子项*/
.item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #FF6E11;
    justify-content: space-evenly;
    margin: 0 15px 20px 0;
    padding: 10px 0;
}

/*品图盒*/
.pin_img {
    border: 2px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

/*品图*/
.pin_img img {
    width: 100%;
    height: 100%;
}

/*文本对齐*/
.text {
    text-align: center;
    color: #000;
}

/*dl图*/
.dl {
    margin: 5px 0;
}

/*底盒*/
.bottom_box {
    box-sizing: border-box;
    width: 100%;
}

/*详情*/
.bottom_info {
    box-sizing: border-box;
    display: flex;
    background: url("../img/me.png") no-repeat center center;
    background-size: 100% 100%;
    padding-top: 100px;
    justify-content: center;
    padding-bottom: 30px;
    align-items: stretch;
}

/*二维码*/
.qr {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-left: 100px;
}

.qr img {
    width: 229px;
    height: 229px;
}

/*竖线*/
.verticalBar {
    width: 2px;
    height: 275px;
    background-color: transparent;
    border-left: 2px solid #FDE5D6;
    margin: 0 115px;
}

/*表格*/
.bottom_tab {
    height: 100%;
    font-size: 20px;
}

/*对齐*/
.bottom_th {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}


/*a标签*/

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}
