
.spice-dialog {
    /*background-color: rgba(0, 0, 0, 1);*/
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: auto;
    /*min-width: 320px;*/
}

.spice-dialog-scroller {
    display: table;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .spice-dialog-scroller {
        padding: 0px 0;
    }
}

@media screen and (max-width: 767px) {
    .spice-dialog-scroller {
        padding: 0px 0;
    }
}

.spice-dialog-scroller-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.spice-dialog-container {
    /**position: absolute;*/
    /**top: 50%;*/
    /**left: 50%;*/
    display: inline-block;
    background-color: transparent;
    left: auto;
    position: relative;
    top: auto;
    vertical-align: middle;
    width: auto;
    margin: 5px 20px 25px;
    padding: 0;
    border-radius: 0;
}

.spice-dialog-content {
    /**top: -50%;*/
    /**left: -50%;*/
    position: relative;
    background-color: #ffffff;
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
}

.spice-dialog-icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
}

.spice-dialog-icon-close i {
    font-style: normal;
}

body.spice-overlay-lock {
    position: fixed;
    top: auto;
    width: 100%;
}

/*a {*/
/*color: #1B1B1B;*/
/*font-family: "FuturaLT-Book", "NotoSansCJKsc-Regular", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;*/
/*}*/

/*a:hover {*/
/*color: #999999;*/
/*}*/

.spice-link-golden:hover, .spice-link-golden.spice-hover, .spice-link-golden:active, .spice-link-golden.spice-active {
    color: #999999;
}

a.spice-link-gray {
    color: #999999;
    font-size: 12px;
}

a.spice-link-gray:hover, a.spice-link-gray.spice-hover, a.spice-link-gray:active, a.spice-link-gray.spice-active {
    color: #1B1B1B;
}

.spice-btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: normal;
    vertical-align: middle;
    /*min-width: 128px;*/
    padding: 0px 5px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "FuturaLT-Book", "NotoSansCJKsc-Regular", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.spice-btn-golden {
    background: #1B1B1B;
    border: 2px solid #1B1B1B;
    color: #E5DFD9;
}

.spice-btn-golden:hover, .spice-btn-golden.spice-hover, .spice-btn-golden:active, .spice-btn-golden.spice-active {
    background: #313131;
    border: 2px solid #313131;
    color: #E5DFD9;
}

.spice-btn-golden:disabled, .spice-btn-golden.spice-disabled {
    background: #E5DFD9;
    border: 2px solid #E5DFD9;
    color: #999999;
    cursor: default !important;
    opacity: 1;
}

.spice-btn-golden.spice-disabled-gray {
    background: #E5DFD9;
    border: 2px solid #E5DFD9;
    color: #999999;
    cursor: default !important;
    opacity: 1;
}

/* 鐏拌壊鎸夐挳 */
.spice-btn-gray {
    border: 2px solid #C8C6C5;
    color: #313131;
}

.spice-btn-gray:hover, .spice-btn-gray.spice-hover, .spice-btn-gray:active, .spice-btn-gray.spice-active {
    border: 2px solid #999999;
    color: #999999;
}

.spice-btn-gray:disabled, .spice-btn-gray.spice-disabled {
    border: 2px solid #e7e7e7;
    color: #e7e7e7;
    cursor: default !important;
    opacity: 1;
}

/* 榛戣壊鎸夐挳 */
.spice-btn-black {
    border: 2px solid #1B1B1B;
    color: #1B1B1B;
}

.spice-btn-black:hover, .spice-btn-black.spice-hover, .spice-btn-black:active, .spice-btn-black.spice-active {
    border: 2px solid #999999;
    color: #999999;
}

.spice-btn-black:disabled, .spice-btn-black.spice-disabled {
    border: 2px solid #E5DFD9;
    color: #999999;
    cursor: default !important;
    opacity: 1;
}

.spice-btn-black-light {
    border: 1px solid #1B1B1B;
    color: #1B1B1B;
    line-height: 38px;
}

.spice-btn-black-light:hover, .spice-btn-black-light.spice-hover, .spice-btn-black-light:active, .spice-btn-black-light.spice-active {
    border: 1px solid #999999;
    color: #999999;
}

.spice-btn-black-light:disabled, .spice-btn-black-light.spice-disabled {
    border: 1px solid #E5DFD9;
    color: #999999;
    cursor: default !important;
    opacity: 1;
}

/* 閫忔槑鑹叉寜閽� */
.spice-btn-transparent {
    background: transparent;
    border: 2px solid #C8C6C5;
    color: #313131;
}

.spice-btn-transparent:hover, .spice-btn-transparent.spice-hover, .spice-btn-transparent:active, .spice-btn-transparent.spice-active {
    border: 2px solid #999999;
    color: #999999;
}

.spice-btn-transparent:disabled, .spice-btn-transparent.spice-disabled {
    border: 2px solid #e7e7e7;
    color: #e7e7e7;
    cursor: default !important;
    opacity: 1;
}

.spice-dialog-customer-service-slot {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.spice-dialog-customer-service-slot .spice-dialog-title {
    margin-top: 20px;
    font-family: "NotoSansCJKsc-Light", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    color: #1b1b1b;
    letter-spacing: 2px;
    line-height: 24px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    text-align: center;
}

.spice-dialog-customer-service-slot .spice-dialog-title span {
    font-family: "FuturaLT-Book", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    color: #1b1b1b;
    letter-spacing: 0;
    line-height: 12px;
    display: block;
    margin-bottom: 18px;
}

.spice-dialog-customer-service-slot .spice-service-district {
    text-align: left;
    margin-bottom: 19px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-title {
    font-family: "NotoSansCJKsc-Light", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 19px;
    margin-bottom: 19px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-title .spice-icon {
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 15px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-title .svg-plus-sub {
    position: absolute;
    right: 0;
    line-height: 1;
    top: 50%;
    margin-top: -5px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #f5f5f5;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item:last-child {
    padding-bottom: 11px;
    margin-bottom: 0;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item:last-child:before {
    display: none;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn {
    margin-left: 11px;
    padding-left: 40px;
    padding-right: 40px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn .spice-icon-customer-wechat {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn .icon-svg-chat {
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn:hover .icon-svg-chat {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-phone .spice-service-item-description {
    margin-bottom: 10px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-phone .spice-btn {
    font-family: 'FuturaLT-Bold', 'NotoSansCJKsc-Bold';
    font-weight: bold;
    font-size: 12px;
    color: #313131;
    letter-spacing: 0;
    line-height: 16px;
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    height: 16px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-phone .spice-btn .spice-icon-customer-phone {
    width: 12px;
    height: 16px;
    vertical-align: middle;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-phone .spice-btn .icon-svg-phone {
    width: 12px;
    height: 16px;
}

.spice-dialog-customer-service-slot .spice-service-district h4 {
    font-family: 'NotoSansCJKsc-DemiLight';
    font-size: 14px;
    color: #4B4B4B;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 13px;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item-description {
    font-family: 'NotoSansCJKsc-DemiLight';
    font-size: 12px;
    color: #4B4B4B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 11px;
    position: relative;
}

.spice-dialog-customer-service-slot .spice-service-district .spice-service-item-description:before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    background: #999999;
    border-radius: 50% 50%;
}

.spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-left {
    float: left;
    width: 440px;
    padding-right: 27px;
    border-right: 1px solid #f5f5f5;
}

.spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-left .spice-service-item:before {
    width: 397px;
}

.spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right {
    float: right;
    width: 210px;
    padding-left: 30px;
}

.spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right .spice-service-item-description span {
    display: block;
}

.spice-dialog-customer-service-slot .spice-service-China-HK-Macao {
    border-top: 1px solid #f5f5f5;
}

.spice-dialog-customer-service-slot .spice-service-China-Taiwan {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.spice-dialog-customer-service-slot .spice-service-China-Taiwan.spice-active {
    padding-bottom: 30px;
}

.spice-dialog-customer-service-slot .spice-service-QR-code img {
    width: 180px;
    height: auto;
}

.spice-dialog-header-email-slot {
    width: 730px;
    padding: 20px 40px;
}

.spice-dialog-header-email-slot .spice-dialog-title {
    position: relative;
    font-size: 24px;
    color: #1b1b1b;
    letter-spacing: 2px;
    line-height: 28px;
    padding-bottom: 21px;
    border-bottom: 1px solid #E7E7E7;
    font-family: "FuturaLT-Light", "NotoSansCJKsc-Light", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-email-success-title {
    margin-top: 28px;
    font-size: 18px;
    color: #4B4B4B;
    line-height: 28px;
    font-family: "FuturaLT-Light", "NotoSansCJKsc-Light", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-email-success-content {
    padding-top: 4px;
    padding-bottom: 29px;
    font-size: 12px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E7E7E7;
    font-family: "FuturaLT-Book", "NotoSansCJKsc-DemiLight", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-email-success-details {
    color: #4B4B4B;
    line-height: 12px;
    margin-top: 20px;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-email-success-details:nth-child(4) .spice-success-label {
    margin-left: 8px;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-email-success-details:nth-child(4) .spice-success-info {
    display: block;
    margin-left: 0;
    margin-top: 30px;
}

.spice-dialog-header-email-slot .spice-dialog-paragraph .spice-success-info {
    color: #B8B4B0;
    line-height: 12px;
    margin-left: -4px;
}

.spice-dialog-header-email-slot .spice-dialog-btn-group {
    font-size: 0;
}

.spice-title:before,
.spice-dialog-title:before,
.spice-newsletter-tit:before {
    /*font-family: "iconfont" !important;*/
    background: none !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "❖";
    display: inline-block;
    position: absolute;
    font-size: 12px;
    -webkit-transform: scale(0.83333, 0.83333);
    -moz-transform: scale(0.83333, 0.83333);
    -o-transform: scale(0.83333, 0.83333);
    -ms-transform: scale(0.83333, 0.83333);
    transform: scale(0.83333, 0.83333);
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    color: #999;
    line-height: 1;
}

.spice-dialog-title:after,
.spice-newsletter-tit:after,
.spice-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 1px;
    left: 50%;
    margin-left: -2px;
    bottom: -1px;
    color: #999;
    background: #2E3828;
    line-height: 1;
}

.spice-title:after {
    background: #e7e7e7;
}

.spice-dialog-title:after {
    background: #fff;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot {
    padding-left: 0;
    padding-right: 0;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-dialog-title {
    display: none;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-dialog-paragraph {
    padding-top: 19px;
    border-top: none;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district {
    margin-bottom: 0;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-title {
    letter-spacing: -1px;
    box-sizing: border-box;
    padding-right: 40px;
    line-height: 1.6;
    position: relative;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-title .spice-icon {
    width: 10px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-item {
    margin-bottom: 29px;
    padding: 0 5px 30px;
    border-bottom: 1px solid #f5f5f5;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-item:last-child {
    padding-bottom: 0;
    border-bottom: 0 solid #f5f5f5;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn {
    display: block;
    margin: 0;
    text-align: center;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-item .spice-btn .spice-icon-customer-wechat {
    width: 15px;
    height: 15px;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-item .e-send-email-btn {
    padding-left: 39px;
    padding-right: 39px;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-district .spice-service-phone .spice-btn {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    padding-left: 40px;
    padding-right: 40px;
    color: #E5DFD9;
    line-height: 40px;
    height: 40px;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-left {
    float: left;
    width: 100%;
    padding-right: 0;
    border-right: none;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-left .spice-service-item:before {
    width: 100%;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right {
    float: right;
    width: 100%;
    padding-left: 0;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right .spice-service-item {
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right .spice-service-item-description span {
    display: inline-block;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-mainland .spice-mainland-right .spice-service-QR-code {
    text-align: center;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-HK-Macao {
    border-top: 1px solid #f5f5f5;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-Taiwan {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.spice-dialog-container-sm .spice-dialog-customer-service-slot .spice-service-China-Taiwan.spice-active {
    padding-bottom: 30px;
}

.spice-dialog-top-position-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.spice-dialog-top-position-scroll .spice-dialog-top-position-scroll-content {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}

.text_footer {
    font-size: 14px;
    line-height: 32px;
}

/*--/contact--*/

/*-- effect --*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    width: calc(100% - 0em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 30%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none;
    margin-bottom: 1vh;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

/* Chisato */
.input__field--chisato {
    width: 100%;
    padding: .9em 0.5em;
    background: transparent;
    border: 2px solid #b5b5b5;
    color: #212121;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
    border-color: #1B1B1B;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
    -webkit-animation: anim-chisato-1 0.25s forwards;
    animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled {
    -webkit-animation: anim-chisato-2 0.25s forwards ease-in;
    animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
    0%,
    70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    71%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-chisato-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70%,
    71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

@keyframes anim-chisato-1 {
    0%,
    70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    71%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-chisato-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70%,
    71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

/*-- //effect --*/

.mail_form textarea {
    outline: none;
    background: none;
    border: 2px solid #b5b5b5;
    font-size: 13px;
    color: #212121;
    width: 100%;
    padding: .9em 0.5em;
    margin: 0.5em 0 2em;
    min-height: 200px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.mail_form textarea::-webkit-input-placeholder {
    color: #b5b5b5 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

/*-- //input-effect --*/

.mail_form input[type="submit"] {
    outline: none;
    background: #1B1B1B;
    color: #fff;
    padding: 1em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    width: 50%;
    cursor: pointer;
    margin-left: 25%;
}

.mail_form input[type="submit"]:hover {
    background: #1B1B1B;
}

.map iframe {
    width: 100%;
    min-height: 453px;
}

.contact_grid p {
    color: #8c8989;
    line-height: 1.8em;
    font-size: 15px;
}

.mail_form {
    margin-top: 1em;
}

.agile_contact_grid_left i {
    font-size: 3em;
    color: #1B1B1B;
    line-height: 2em;
}

.contact_grid_right h4 {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: .5em;
}

.contact_grid_right p a {
    color: #555;
    text-decoration: none;
}

.contact_grid_right p span {
    display: block;
}

/*-- //contact--*/
.label {
    width: 60px;
    text-align: right;
    float: left;
    padding: 10.8px 0;
}

.label2 {
    width: calc(98% - 60px);
    text-align: right;
    float: left;
    margin-left: 2%;
}

/* 地址联动 */
select {
    padding: .9em 0.5em;;
    border: 2px solid #b5b5b5;
    appearance: none;
    color: #555;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: calc(calc(33.3333333333333333% - 3px) + 0px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.outer {
    width: 100%;
    margin: 0px 0px;
    text-align: left;
}