@charset "UTF-8";

.page-content-impl-container {
    min-width: 1000px;
    height: auto;
}
.after-sales-services-title-wrapper {
    margin: auto;
    margin-top: 40px;
    height: 63px;
    text-align: center;
}
.after-sales-services-title-wrapper span {
    font-size: 30px;
    word-wrap: break-word;
    height: 100%;
}
.left-in-title {
    color: #ffc100;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 10px;
}
.right-in-title {
    font-family: Microsoft YaHei;
    color: #4e5f70;
}
.bottom-line-in-title {
    display: block;
    margin: auto;
    margin-top: 8px;
    padding: 0;
    width: 420px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #f7d93e;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.how-to-buy-content-wrapper {
    min-width: 1000px;
    width: 1000px;
    max-width: 1200px;
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*grid-template-rows: auto;*/
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
    padding-left: 48px;
}
.locator-menu-container {
    margin: auto;
    display: grid;
    width: ;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.33% 33.33% 33.33%;
}
.content-paragraph-title {
    font-size: 20px;
    color: red;
    letter-spacing: 3px;
}
.content-paragraph {
    font-size: 16px;
    text-align: left;
    padding-bottom: 6px;
    line-height: 20px;
}
.content-paragraph-last-line {
    margin-bottom: 28px;
}
.content-indent {
    padding-left: 1em;
}
.content-bold {
    font-weight: bolder;
    font-size:larger
}
.content-first-line-indent {
    text-indent: 2em;
}
.content-red {
    color: red;
}
.content-paragraph a:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.content-paragraph a:visited {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.content-paragraph a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
