.error {
    color: red;
}

/*邮件锚点*/
.mail-anchor {
    width: 100%;
    position: relative;
}

.mail-anchor #inquiry_area {
    position: absolute;
    top: -120px;
}

.inner-message-row .item button.submitting {
    padding-left: 50px;
    background-image: url(../template/images/loading2.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    color: #999;
    border: 1px solid #ccc;
    cursor: not-allowed !important;
}

.inner-message-row .item button.submitting:active {
    background-color: #fff;
    color: #999;
    border: 1px solid #ccc;
}





.related-products {
    width: 100%;
    margin-top: 20px;
}

.related-products-t {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.related-products-t::after {
    background-color: #eee;
    bottom: 10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.related-products-t span,
.related-products-t span {
    font-size: 18px;
    line-height: 30px;
    background-color: #fff;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.related-products ul {
    font-size: 0;
}

.related-products ul li {
    font-size: 14px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.related-products ul li .item {
    padding: 15px;
}

.related-products ul li .item img {
    width: 100%;
    max-width: 500px;
}

.related-products ul li .item .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    .related-products ul li {
        width: 50%;
    }
}

body .layer-myskin .layui-layer-content{
    padding: 20px;
}