.listTree {
    width: 1140px;
    box-sizing: border-box;
    padding: 6px 12px;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    border-bottom: 2px solid #666;
}

.listTree span {
    margin-right: 6px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listTree>span:nth-child(odd):hover {
    cursor: pointer;
    text-decoration: underline solid #333;
}

.listTree img {
    width: 8px;
}

.purchaseBox {
    width: 1140px;
    margin: 12px auto 0;
    box-sizing: border-box;
    padding: 0 20px 0;
}

.purchase {
    display: flex;
    justify-content: space-between;
}

.purchaseShow {
    width: 40%;
    position: relative;
}

.purchaseShow>div:first-child {
    width: 350px;
    height: 350px;
    margin: 0 auto;
}

.purchaseShow>div:first-child>img {
    width: 350px;
    height: 350px;
    vertical-align: top;
}

.magnifyingGlass {
    position: absolute;
    top: 0;
    left: 45px;
    width: 350px;
    height: 350px;
    z-index: 5;
}

.magnifyingGlass>div {
    width: calc(100%*2/3);
    height: calc(100%*2/3);
    box-sizing: border-box;
    border: 1px solid #e2bf2466;
    background-color: #dfc65866;
    position: relative;
    top: 0;
    left: 0;
    display: none;
}

.glassWindow {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 92%;
    top: 0;
    border: 1px solid #818181;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
    display: none;
}

.glassWindow>img {
    vertical-align: top;
    width: calc(100%*3/2);
    height: calc(100%*3/2);
    position: relative;
    /* margin-left: calc(-100%*3/2*0.3); */
}

.purchaseShow>div:last-child {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
}

.purchaseShow>div:last-child>img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ffffff;
}

.purchaseSelect {
    width: 56%;
}

.purchaseSelect>h3 {
    font: 700 16px Arial, "microsoft yahei";
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

.purchaseSelect>p:nth-child(2) {
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 4px;
}

.purchaseSelect>p:nth-child(3) {
    font-size: 14px;
    margin-top: 6px;
}

.purchaseSelect>p:nth-child(3)>span:nth-child(1) {
    color: #f15f46;
    margin-left: 8px;
    font-size: 20px;
}

.purchaseSelect>p:nth-child(3)>span:nth-child(2) {
    color: #f15f46;
    font-size: 28px;
}

.peiSong {
    display: flex;
    margin-top: 12px;
    width: 110%;
}

.peiSong>p:nth-child(1) {
    font-size: 14px;
    color: #7a7a7a;
    width: 75px;
}

.peiSong>p:nth-child(2) {
    font-size: 14px;
    color: #4d4d4d;
}

.commodityType {
    width: calc(100% - 80px);
}

.commodityType>div {
    width: 48%;
    padding: 3px 0.3%;
    border-radius: 3px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 6px;
    position: relative;
    border: 1px solid #dbdbdb;
}

.commodityType>div:hover {
    cursor: pointer;
}

.commodityType>div>p {
    position: absolute;
    left: 10%;
    top: 80%;
    font-size: 12px;
    color: #666;
    width: auto;
    line-height: 26px;
    white-space: nowrap;
    z-index: 5;
    background-color: #ffffffd0;
    padding: 0 6px;
    border-radius: 4px;
    display: none;
}

.commodityType img {
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.commodityType span {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: top;
}

.model {
    width: 35px;
    padding: 7px 0;
    border: 1px solid #fc4040;
    text-align: center;
    border-radius: 4px;
    color: #fc4040;
    background-color: #f7f7f7;
}

.model:hover {
    cursor: pointer;
}

.numberBox>input {
    background-color: #f7f7f7;
    width: 50px;
    height: 32px;
    box-sizing: border-box;
    padding-left: 12px;
    border-radius: 3px;
}

.numberBox>span {
    font-size: 15px;
    color: #929292;
    margin-left: 8px;
}

.box1 {
    margin-top: 24px;
}

.box1 button {
    width: 180px;
    height: 43px;
    font-size: 19px;
    font-weight: bolder;
    color: #fff;
    float: left;
}

.box1 button:hover {
    cursor: pointer;
}

.box1 button:nth-child(1) {
    border-radius: 22px 0 0 22px;
    background-image: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
}

.box1 button:nth-child(2) {
    border-radius: 0 22px 22px 0;
    background-image: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
}

.box2 {
    box-sizing: border-box;
    padding: 0 12px;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4393c;
    background-color: #f7f7f7;
}

.commodity {
    margin-right: 20px;
    color: #555;
    font-size: 14px;
    padding: 10px 25px;
}

.commodity:hover {
    cursor: pointer;
    color: #e4393c;
}

.comsel {
    color: #fff;
    background-color: #e4393c;
    font-size: 14px;
    margin-right: 20px;
    padding: 10px 25px;
}

.personal {
    display: flex;
}

.personal>div:first-child {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.personal>div:first-child>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.personalname {
    margin-left: 8px;
}

.personalname>p:first-child {
    font-weight: bolder;
    font-size: 16px;
}

.personalname>p:last-child {
    font-size: 15px;
    color: #888;
}

.personalText {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.personalphoto {
    display: flex;
    margin-top: 8px;
}

.personalphoto>img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
}

.personalphoto>img:first-child {
    border-radius: 10px 0 0 10px;
}

.personalphoto>img:last-child {
    border-radius: 0 10px 10px 0;
    display: flex;
}

.box3 {
    font-size: 13px;
    color: #aaa;
    margin-top: 14px;
}

.personalBox {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 8px;
}


/* .appraiseBox {
    display: none;
} */

#detailedBox {
    vertical-align: top;
}

#detailedBox>div:first-child {
    padding: 24px 15px 12px;
    border-bottom: 1px solid #eee;
}

#detailedBox>div:first-child>p {
    font-size: 12px;
    text-align: right;
    color: #005aa0;
    padding-right: 60px;
    margin-top: 26px;
}

#detailedBox>div:last-child {
    text-align: center;
    margin-top: 8px;
}

#detailedBox>div:last-child>img {
    max-width: 1000px;
}

.introduce>p {
    width: 20%;
    font-size: 12px;
    text-align: left;
    padding-left: 42px;
    margin-bottom: 16px;
}

.introduce>p>span {
    color: #5e69ad;
}

.introduce {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.introduce>span {
    width: 20%;
    font-size: 12px;
    text-align: left;
    padding-left: 42px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.specification {
    /* display: none; */
    width: 100%;
}

.specification>div {
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 12px;
    display: flex;
    padding: 16px 0;
}

.specification>div:last-child {
    border-bottom: 0px solid #000;
}

.specification>div>h4 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    width: 110px;
    text-align: right;
}

.specification>div>div {
    display: flex;
    flex-direction: column;
}

.specification>div>div>div {
    display: flex;
    line-height: 29px;
}

.specification>div>div>div>span {
    text-align: right;
    width: 165px;
}

.specification>div>div>div>p {
    margin-left: 44px;
}