
/* 照片展示 */
.product {
    width: 100%;
    height: 100%;
    border: transparent solid 1px;
}

.product-main {
    position: relative;
    width: 1290px;
    height: 1000px;
    margin: 196px auto;
}

.item {
    display: none;
    width: 1290px;
    /* height: 1034px; */
    border: 1px solid #F0F0F0;
}

.item h2 {
    margin-top: 53px;
    margin-bottom: 44px;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.release {
    margin-left: 400px;
    margin-bottom: 62px;
    /* margin-right: 430px; */
    width: 480px;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.release li {
    float: left;
    margin-right: 20px;
}

.release li:nth-child(3) {
    margin-right: 0px;
}

.typeface {}

.typeface li {
    float: left;
    margin-right: 7px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.typeface li:nth-child(2) {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    background: red;
    color: white;
}

.typeface li:nth-child(3) {
    margin-right: 7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    background: orange;
    color: white;
}

.typeface li:nth-child(4) {
    margin-top: -6px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    background: orange;
    color: white;

}

.content {
    margin: 0 auto 45px;
    width: 1189px;
    /* height: 197px; */
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.product-img {
    width: 864px;
    height: 435px;
    margin: 0 auto 61px;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-footer {
    height: 36px;
    margin-bottom: 30px;
}

.share {
    float: left;
    margin-left: 55px;
    line-height: 36px;
}

.share li {
    float: left;
    margin-right: 7px;
    font-size: 36px;
}

.share li span {
    display: block;
    width: 48px;
    height: 36px;
    font-size: 16px;
    font-family: inpinheiti;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.print {
    float: right;
    margin-right: 41px;

}

.print li {
    float: left;
    margin-right: 7px;
    width: 75px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    font-family: inpinheiti;
    font-weight: 400;
    color: #999999;
    border: 1px solid #F0F0F0;
    cursor: pointer;

}

.print li:nth-child(2) {
    background: #025194;
}

.top {
    position: absolute;
    bottom: 0;
    right: -85px;
    width: 49px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    color: #fff;
    background: #025194;
    transform: rotate(-90deg);
}

