body {
    background: #E8E8E8;
}

/* 面包屑 */
.shop-bread-nav-wrapper {
    margin: 0;
}

.shop-bread-nav {
    background: transparent;
}

.shop-bread-nav-item, .shop-bread-nav-separator {
    color: #999;
}

.shop-bread-nav {
    padding: 0;
}

/*客户留言*/

/*返回顶部导航*/
.shop-back-nav {
    height: 12.267vw;
    line-height: 12.267vw;
    position: relative;
    font-size: 4.8vw;
    color: #333333;
    text-align: center;
    background: #FFFFFF;
    font-weight: bold;
}

.shop-back-nav:before {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.shop-back-nav-link {
    position: absolute;
    width: 18.133vw;
    height: 12.267vw;
    left: 0;
    top: 0;
    background: url(../images/shop_message_back.png) no-repeat;
    background-size: 4.533vw 4.533vw;
    background-position: 3.467vw 3.867vw;
}

/* 在线留言表单 */
.msg-form-box {
    padding: 6.4vw 4.2667%;
    background: #FFFFFF;
}

.error-msg {
    color: #f00;
    font-size: 3.733vw;
    line-height: 5.867vw;
    display: none;
    margin-bottom: 1.067vw;
}

.msg-form-part {
    margin-top: 2.133vw;
    position: relative;
}

.msg-form-part:first-child {
    margin-top: 2.133vw;
}

.confirm-code {
    display: block;
    overflow: hidden;
    position: relative;
}

.form-item-wrapper {
    border: 1px solid #999999;
    border-radius: 1.333vw;
    overflow: hidden;
    padding-right: 4.267vw;
}

.form-item {
    width: 100%;
    display: table;
    font-size: 3.2vw;
    line-height: 8vw;
    color: #333;
    box-sizing: border-box;
}

.confirm-code.hide {
    display: none;
}

.form-item-title {
    width: 16.533vw;
    display: table-cell;
    min-width: 16.533vw;
    box-sizing: border-box;
    font-size: 3.467vw;
    padding-left: 4.267vw;
    vertical-align: top;
    white-space: nowrap;
}

.confirm-code .form-item-title {
    width: 34%;
    flex: 0 1 34%;
}

.confirm-code-content {
    margin-right: 28.8vw;
}

.required {
    position: relative
}

.required:before {
    content: "*";
    color: #ee4341;
    position: absolute;
    left: 1.6vw;
    top: 0.8vw;
}

.item-input, .item-code {
    outline: none;
    border: none;
    display: table-cell;
    height: 8vw;
    font-size: 3.467vw;
    line-height: 5.6vw;
    vertical-align: top;
    width: 100%;
}

.get-code {
    background: #ffffff;
    border: 1px solid #1350A0;
    border-radius: 1.333vw;
    color: #1350A0;
    font-size: 3.2vw;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    box-sizing: content-box;
    padding: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
}

.countdown {
    background: #e7e7e7;
    border: 1px solid #999999;
    border-radius: 1.333vw;
    display: none;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    box-sizing: content-box;
    text-align: center;
    font-size: 3.2vw;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.item-textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 29.867vw;
    resize: none;
    vertical-align: top;
    padding: 1.867vw 0;
    font-size: 3.2vw;
    color: #333333;
    line-height: 4.267vw;
}

.item-msg {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.quick-msg-wrap {
    background: #fffbe9;
    border: 1px solid #ff9046;
    border-radius: 0.533vw;
    width: 64.8vw;
    padding: 2.667vw;
    position: absolute;
    top: 0;
    left: 106.667vw;
}

.quick-title {
    border-bottom: 1px solid #f6aa7f;
    color: #666;
    font-size: 3.733vw;
    margin-bottom: 1.333vw;
}

.arrow {
    background: url("../images/zsjm-ti.png") no-repeat;
    width: 1.867vw;
    height: 3.2vw;
    position: absolute;
    top: 4vw;
    left: -1.867vw;
}

p.quick-msg {
    color: #333;
    cursor: pointer;
    font-size: 3.2vw;
    position: relative;
    padding-left: 2.667vw;
    text-indent: initial;
}

.quick-msg:before {
    background: #f60;
    content: ' ';
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.submit-msg {
    background: var(--main-color);
    border: none;
    border-radius: 1.333vw;
    color: #fff;
    cursor: pointer;
    font-size: 3.733vw;
    width: 100%;
    height: 9.6vw;
    line-height: 9.6vw;
    overflow: hidden;
    text-align: center;
    margin: 2.133vw 0;
    -webkit-appearance: none;
}

/**
* 用户隐私协议
*/
.msg-form-part.agreement {
    user-select: none;
    font-size: 3.2vw;
    height: 8.533vw;
}

.msg-form-part.agreement .form-title::before {
    content: ' ';
    display: inline-block;
}

.msg-form-part.agreement .form-item {
    border: none;
    display: flex;
    align-items: center;
    color: #999;
}

.msg-form-part.agreement .form-item label {
    display: inline-flex;
    align-items: center;
    height: 8.533vw;
}

.msg-form-part.agreement input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    margin-right: 4.8vw;
    position: relative;
    height: 0vw;
    width: 0vw;
    background-color: #fff;
    outline: none;
    position: relative;
    left: -26.667vw;
}

.msg-form-part.agreement input[type="checkbox"]::after {
    position: absolute;
    top: 0;
    left: 26.667vw;
    /* background-color: rgba(71, 157, 237, 1); */
    border: 1px solid rgba(71, 157, 237, 1);
    color: #000;
    width: 2.667vw;
    height: 2.667vw;
    display: inline-block;
    visibility: visible;
    padding-left: 0vw;
    text-align: center;
    content: ' ';
    border-radius: 50%;
    transform: translateY(-50%);
}

.msg-form-part.agreement input[type="checkbox"]:checked::after {
    content: "";
    font-size: 3.2vw;
    font-weight: bold;
    background: url(../images/detail_info_icon.png) no-repeat;
    background-size: contain;
    border: none;
    background-size: 3.2vw 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    background-position: center;
}

.msg-form-part.agreement .agreement-dialog-trigger {
    color: rgba(108, 174, 240, 1);
}
