.productsClear {
    height: 100%;
    width: 100%;
    margin-bottom: 200px;
}

.productsClear-box {
    display: flex;
    justify-content: space-between;
}

.productsClear-box-fl {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 77%;
}

.productsClear-box-fr {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 20%;
}

.productsClear-box-img {
    padding: 20px;
    width: 460px;
    height: 320px;
    border: 1px solid #ccc;
}

.productsClear-box-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 50%;
}

h1 {
    font-size: 29px;
}

.productsClear-box-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 15px;
    margin-top: 10px;
}

.item-text-price {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: red !important;
    background-color: #F1F1F1;
}

.productsClear-box-text>span {
    line-height: 40px;
    color: #8E8E8E;
}

.item-text {
    color: #333;
    margin-left: 10px;
}

.productsClear-but {
    width: 100px;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
    background-color: #FCC4C4;
    border-radius: 5px;
}

.productsClear-but:hover {
    color: red;
}

.instructions {
    width: 100%;
    margin-top: 100px;
}

.instructions-header {
    height: 50px;
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    /*border-top: solid red;*/
}

.instructions-header span {
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
}

.instructions-text {
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: 0px;
}

.instructions-content {
    width: 95%;
    margin: auto;
    padding-top: 20px;
}

.product-detail-content>p {
    color: #000;
    word-break:break-all;
    /*text-indent:2em;*/
    font-size: 14px;
    /*line-height: 20px;*/
    /*letter-spacing: 20px;*/
}

.instructions-img {
    width: 100%;
}

.companyInformation-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.headPortrait img {
    width: 100px;
    border-radius: 100px;
    margin: auto;
}

.headPortrait span {
    line-height: 30px;
}

.companyInformation-mark {
    display: inline-block;
    padding: 3px 5px;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    color: #fff;
    background-color: #999;
}

.companyInformation-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #eee;
}

.companyInformation-certificate {
    width: 100%;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.companyInformation-certificate span {
    position: absolute;
    left: 50%;
    top: 4px;
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-left: -50px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    color: #888;
    text-align: center;
}

.companyInformation-licensePlate {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    line-height: 20px;
}

.companyInformation-but {
    width: 100px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.companyInformation-but:hover {
    color: red;
}

.companyInformation-bottom {
    width: 100%;
}

.recommend {
    width: 100%;
    height: 40px;
    margin-top: 100px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
}

.companyInformation-img {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border: 1px solid #EAEAEA;
    border-top: 0px;
}

.companyInformation-url {
    width: 280px;
    height: 280px !important;
}

.companyInformation-img img {
    /* .companyInformation-url { */
    width: 100%;
    height: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.7s;
}

.companyInformation-img img:hover {
    transform: scale(1.05);
}

.companyInformation-img a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


/* 评论 */

.interval {
    width: 99.5%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    padding-left: 10px;
    background-color: #fafafa;
}

.discuss {
    display: flex;
    margin-top: -1px;
    width: 100%;
    border: 1px solid #EAEAEA;
}

.discuss-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    /* height: 135px; */
    background-color: #FBFBFD;
}

.discuss-user-box img {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 70%;
    border-radius: 100%;
    margin: auto;
}

.discuss-user-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    height: 20px;
    text-align: center;
}

.discuss-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
}

.discuss-content-text {
    padding: 15px;
    height: 200px;
    font-size: 16px;
}

.discuss-content-date {
    display: flex;
    justify-content: flex-end;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.date,
.reply-but {
    width: 100px;
}

.reply {
    display: none;
}

.content-item {
    display: flex;
    width: 97.6%;
    padding: 20px;
    flex-direction: column;
}

.reply-content {
    display: none;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.content-item-user {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
}

.reply-user-img {
    width: 40px;
    border-radius: 10%;
}

.reply-content-text {
    margin-left: 10px;
    width: 90%;
    height: 20px;
}

.reply-content-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reply-her {
    width: 100.3%;
    background-color: #F7F8FA;
}

.reply-her span {
    display: block;
    padding: 25px;
}

.reply-item {
    width: 100%;
}

.reply-text {
    width: 99.6%;
    height: 300px;
    border: 1px solid #ccc;
}

.release-toolbar {
    width: 82%;
}

textarea:focus {
    outline: none;
}

.publish {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.publish:hover {
    background-color: royalblue;
}

.choice-nav-itemize-hear {
    margin-top: -50px !important;
}

.nav-itemize-box {
    margin-top: -2.6px !important;
}


/* 评论end */