body{
    font-family: DM Sans;
    color: #050B20;
    font-size: 15px;
}

.common-img {
    width: 100%;
    object-fit: cover;
    border-style: none;
}

a{
    text-decoration: none;
}

h1 {
    font-size: 30px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}

/*home-navbar*/
.header-bg {
    background-image: url("/static/img/header_bg.png");
    background-color: #1d5885;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-bg-home {
    background-color: unset;
    width: 100%;
}
.navbar-bg-home .a{
    color: #ffffff;
}
.navbar-bg-home .navbar-brand {
    color: #fff;
    font-family: Bebas Neue;
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-right: 50px;
}


.navbar-bg-home .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    font-size: 18px;
    margin: 0 6px;
    text-shadow: 2px 2px 4px #515151;
    font-weight: 500;
}
.navbar-bg-home .nav-link {
    color: #fff;
    font-size: 18px;
    margin: 0 6px;
    text-shadow: 2px 2px 4px #515151;
    font-weight: 500;
}

.navbar-toggler {
    box-shadow: 1px 1px 3px #b3b3b3;
    border: 1px solid #ddd;
}

.nav-down.active, .nav-down.show {
    color: #fff;
    padding: 0;
    line-height: 44px;
    font-size: 17px;
    margin: 0 0 0 -7px;
    text-shadow: 0 0 5px #000;
}
.navbar-bg-home .nav-down {
    color: #fff;
    padding: 0;
    line-height: 44px;
    font-size: 17px;
    margin: 0 15px 0 -5px;
    text-shadow: 0 0 5px #000;
    cursor: pointer;
}

.header_shopping_cart {
    display: block;
    margin-left: 15px;
    color: #fff;
}

.store-mark {
    position: absolute;
    right: 0;
    background: #0d6efd;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}


/*home-search*/

.home-search-container {
    padding: 100px 150px 160px 120px;
}
.hs-info {
    font-size: 60px;
    font-weight: 700;
    line-height: 91.14px;
    color: #fff;
    text-shadow: 2px 2px 4px #1B1B1C;
}


.home-search {
    display: flex;
    height: 70px;
    background-color: #fff;
    border-radius: 35px;
    line-height: 70px;
}

.search-input {
    flex: 5;
}
.search-input input{
    height: 70px;
    border: 0;
    color: #333;
    font-size: 25px;
    padding-left: 30px;
    width: 100%;
    background:none;
}
.search-input input::placeholder{
    color: gray;
}

.home-search .search-input input:focus{
    border: 0;
    box-shadow: None;
}
.home-search .search-input input:active{
    border: 0;
    box-shadow: None;
}
.home-search .search-input input:visited{
    border: 0;
    box-shadow: None;
}
.home-search .search-input input:focus-visible{
    border: 0;
    box-shadow: None;
    outline: none;
}

.search-input-select-type {
    flex: 1;
    color: #405FF2;
    font-size: 15px;
}

.search-input-select-type  .btn-default{
    color: #405FF2;
    border: 0;
    border-left: 1px solid #e1e1e1;
    border-radius: 0;
}

.search-input-submit {
    padding-right: 8px;
}

.search-input-submit img{
    margin-top: -4px;
}

.search-main-search {
    margin-top: 50px;
}


.search-btn-primary {
    border-radius: 25px;
    padding: 13px 20px;
    font-size: 20px;
    background-color: #405FF2;
    width: 100%;
    margin-top: -3px;
}
.search-main-category-info {
    text-align: center;
}
.search-main-category-list {
    margin-top: 10px;
    text-align: center;
}

.search-btn-label {
    border-radius: 25px;
    padding: 12px 12px;
    font-size: 16px;
    background-color: #393e4e;
    border: 0;
}

/*home*/
body .home-item-category {
    margin-top: 80px;
}

.home-item {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-item-header {
    display: flex;
}

.home-item-header-left {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #050B20;
    flex: 5;
}

.home-item-header-right{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    color: #050B20;
}
.home-item-header-right a{
    color: #000;
    text-decoration: none;
}
.home-item-header-right img{
    margin-left: 6px;
}


.home-item-body {
    padding: 30px 0;
}
.product-c-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    display: block;
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.product-c-item img{
    filter: brightness(0);
    max-width: 80px;
}
.product-c-item:hover img{
    filter: invert(11%) sepia(100%) saturate(7490%) hue-rotate(216deg) brightness(97%) contrast(105%);
}

.product-c-item:hover {
    color: #0055f2;
    border: 1px solid #0055f2;
    box-shadow: 0 0 5px #96b0df;
}

.product-c-item .pci-image{
    text-align: center;
    height: 110px;
    line-height: 110px;
}
.product-c-item .pci-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.home-service {
    background-color: #405FF2;
    color: #fff;
    border-radius: 20px;
    padding: 50px;
}
.home-service h1{
    color: #ffffff;
}

.home-item-info {
    margin-top: 10px;
}

.home-service-item {
    color: #fff;
    background-color: #4e6bf3;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}
.home-service-item a{
    color: #fff;
    text-decoration: none;
}
.hsi-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    background-color: #405FF2;
    padding: 4px 16px;
    border-radius: 15px;
}
.hsi-title a{
    border-radius: 6px;
}
.hsi-info{
    min-height: 256px;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin: 25px 10px 10px;
}

.hsi-more {
    margin-top: 25px;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;

}

.customer-left {
    margin-top: 150px;
    padding-right: 50px;
}

.home-customer-title{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #050B20;
    flex: 5;
}
.home-customer-info{
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.home-customer-img{
    margin: 15px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 2px 4px 15px #ebe7e7;
}

.home-customer-img img{
    padding: 10px;
    max-width: 100%;
    max-height: 70px;
}

.wall-more {
    margin-top: 30px;
}

.home-choose {
    background-color: #f9fbfc;
    border-radius: 20px;
    padding: 50px;
}
.home-choose-img {
    margin-top: 20px;
}
.home-choose-img img{
    width: 60px;
    height: 60px;
}
.home-choose-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26.04px;
    text-align: left;
    margin-top: 30px;
}

.home-choose-info {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding-right: 15px;

}

/*footer*/

.v1-footer {
    margin-top: 50px;
    background-color: #070d22;
    color: #fff;
    padding-bottom: 50px;
}
.v1-footer2 {
    background-color: #050B20;
    color: #fff;
    border-top: 1px solid #2c3142;
    padding-top: 30px;
    padding-bottom: 30px;
}
.v1-footer2 a{
    color: #fff;
}
.v1-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-site-title {
    font-family: Bebas Neue;
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.05em;
}
.footer-site-info{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.footer-link-body {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #2c3142;
}
.link-lists {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-lists li{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
}

.link-lists .link-header {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.footer-emeriss-payment {
    text-align: right;
}

.span-block {
    display: flex;
}
.span-block span{
    display: inline-block;
    margin-left: 3px;
    margin-right: 5px;
}

/*section-navbar*/
.header-section-bg {
    background-color: #070d22;
}

.section-breadcrumb {
    margin-top: 40px;
    margin-bottom: 50px;
}

.section-breadcrumb .breadcrumb-item {

}
.section-breadcrumb .breadcrumb-item a{
    text-decoration-line: none;
}

.section-body {
    margin-bottom: 50px;;
}

/*product-page*/
.section-first-node {
    display: flex;
}
.sfn-left {
    width: 15px;
}

.sfn-right {
    width: 15px;
    font-size: 16px;
}

.sfn-list {
    /*overflow-x: auto;*/
    /*width: 100%;*/
    /*white-space: nowrap;*/
    /*border-bottom: 1px solid #ddd;*/
}
.sfn-list::-webkit-scrollbar {
    height: 1px;
}

.sfnl-item {
    display:inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    padding: 6px 12px;
    margin: 5px;
    color: #050B20;
}

.sfnl-item-active {
    color: #4160f2;
    background-color: #e9f2ff;
}

.sfn-right {
    margin-left: 5px;
}
.sfn-left {
    margin-right: 5px;
}
.sfn-right, .sfn-left{
    display: none;
    /*background-color: #f2ecec;*/
    /*border-radius: 6px;*/
    text-align: center;
    line-height: 40px;
}

.section-category-title {
    margin: 50px 0 30px;
    font-size: 30px;
}

.section-second-list {
    padding: 10px;
}

.secsl-item {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.secsl-item-hidden {
    display: none;
}

.secsl-item a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #000;
    text-decoration: none;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

.secsl-item-active a{
    color: #405FF2;
}

.section-show-more {
    text-align: right;
}

.section-show-more img{
    max-width: 15px;
}

.introduction-item {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.introduction-item .introduction-item-title {
    display: flex;
}

.introduction-item .introduction-item-info{
    line-height: 28px;
}

.introduction-item .introduction-item-info svg{
    fill: #405FF2;
}

.introduction-item .introduction-item-title-txt{
    flex: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}

.introduction-item .introduction-item-title-togget {
    line-height: 33px;
    width: 8px;
    background: url("/static/img/s-down.svg") no-repeat center;
}

.introduction-item .collapsed{
    background: url("/static/img/s-right.svg") no-repeat center;
}

/*product-list*/

.section-product-body {
    padding: 30px 0;
}

.section-product-item {
    border:1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}


.section-product-info {
}

.section-product-info a{
    color: #050B20;
    text-decoration: none;
}


.section-product-name {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.section-product-desc {

}
.section-product-desc p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.section-product-introduction {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 20px;
}
.section-product-introduction p{
    margin-bottom: 10px;

}

.section-mark-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    margin-bottom: 50px;
}
.section-mark-info img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    padding: 5px;
    box-shadow: 0 0 5px #ddd;
    margin-left: 5px;
}

.section-product-attr-side{
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.section-product-attr {
    font-size: 15px;
    display: flex;
    line-height: 22px;
    margin: 10px;
}

.section-product-attr-v{
    flex: 1;
}
.section-product-attr-v p{
    margin-bottom: 5px;
}
.section-product-attr-k {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    width: 120px;
}
.section-product-attr-more {
    text-align: right;
}

.section-product-attr-v a{
    margin-top: 15px;
    width: 100%;
}

.section-product-attr-v button{
    margin-top: 15px;
    width: 100%;
}

.section-product-attr-v button:hover img{
    filter: invert(100%) brightness(100000%);
}

/*product detail*/
.detail-shipping .section-mark-info{
    margin-bottom: 15px;
}

.detail-inquiry {
    /*margin-top: 100px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #7183c2;
}

.detail-inquiry a{
    display: block;
    margin: 15px 10px 5px;
    /*margin-top: auto;*/
}

.detail-item {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #efefef;
}

.detail-item-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.detail-item-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.detail-item-attr {
    margin-top: 0;
}
.detail-item-attr-item {
    display: flex;
    margin-bottom: 6px;
}

.detail-item-attr-item-key {
    width: 120px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.detail-item-attr-item-info {
    flex: 1;
    line-height: 26px;
    font-size: 15px;
}

.detail-item-attr-item-usage {
    color: #3d923a;
}

.detail-item-title2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.detail-item-desc2 {
    margin-top: 20px;
    line-height: 26px;
}

.detail-item-specs .detail-item-attr-item-key {
    font-weight: normal;
}

.detail-item-specs .detail-item-attr-item {
    margin-bottom: 15px;
}

.detail-item-specs .detail-item-attr-item-info p{
    margin-bottom: 5px;
}


.inquire-info {
    color: #3d923a;
    line-height: 26px;
}

.inquire-info-b{
    font-weight: bold;
}

.inquire-form-item {
    margin-top: 20px;
}

.site-menu {
    list-style: none;
    padding: 10px 0;
}

.site-menu li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 9px 3px;

}
.site-menu li a{
    color: #050B20;
    text-decoration: none;
}

.detail-related-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.detail-related {
    margin: 30px 0 80px;
}

.detail-related-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 20px;
}

.detail-relate-title {
    font-size: 18px;
    font-weight: bold;
}

.detail-relate-title a{
    color: #050B20;
    text-decoration: none;
}
.detail-relate-desc {
    margin-top: 6px;
}

.detail-related-body {
    margin-top: 30px;
}

.detail-related-body .detail-item-attr-item{
    margin-bottom: 0;
}
.detail-related-body .detail-item-attr-item-key {
    width: 70px;
}

/*left-menu*/
.left-side-menu {
    padding: 0;
    border-left: 1px solid #ddd;

    position: sticky;
    top: 0;
    z-index: 9999;
}
.left-side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-side-menu ul li{
    list-style: none;
    padding: 10px 0;
}
.left-side-menu ul .active{
    border-left: 1px solid #405FF2;
}

.left-side-menu ul .active a{
    color: #405FF2;
}


.left-side-menu ul li a{
    color: #050B20;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding-left: 15px;
}

.section-common-inner {
    margin-top: 50px;
}

.section-common-title {
    font-size: 28px;
}

.section-common-title-h2 {
    margin-top: 50px;
    font-size: 25px;
}

.section-common-main {
    margin-left: 15px;
}

.section-common-main h2{
    font-size: 25px;
}

.section-common-main h3{
    font-size: 22px;
}

.section-common-main h4{
    font-size: 20px;
}

.section-common-main p{
    line-height: 28px;
}

.section-common-main table{
    border: 1px solid #333;
}

.section-common-main table td{
    padding: 6px;

}

.section-common-main tbody, .section-common-main td, .section-common-main tfoot, .section-common-main th, .section-common-main thead, .section-common-maintr {
    border-color: #bbbbbb;
    border-style: solid;
    border-width: 1px;
}

/*article*/

.section-article-item {
    margin-bottom: 50px;
}

.sai-img img{
    border-radius: 20px;
    width: 100%;
}

.sai-title {

    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 40px;
}

.sai-desc {
    margin-top: 20px;
    line-height: 22px;
}

.sai-more {
    margin-top: 20px;
}

.right-side-menu {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.right-side-menu .recent-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.rsb-item {
    display: flex;
}

.recent-title {
    font-size: 22px;
    margin-bottom: 30px;
}
.rsb-title {
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.rsb-item .rsb-img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.rsb-item .rsb-img img{
    border-radius: 8px;
    width: 70px;
    height: 70px;
}

.rsb-info {
    font-size: 14px;
}
.rsb-more{
    margin-top: 5px;
    font-size: 13px;
}

.sai-more {
    font-size: 13px;
}

.rsb-item {
    margin-bottom: 20px;
}

.tags-item {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 5px;
    font-size: 13px;
}

.section-article a{
    text-decoration: none;
    color: #050B20;
}

.detail-article-title {
    font-size: 28px;
}

.detail-article-info {
    display: flex;
}

.detail-article-author span{
    /*color: #9c9c9c;*/
}

.detail-article-created {
    margin-left: 15px;
}
.detail-article-created span{
    color: #9c9c9c;
}
.detail-article-info {
    margin-top: 30px;
}

.detail-article-body {
    margin-top: 50px;
    line-height: 28px;
}

.detail-article-body h2{
    font-size: 25px;
}

.detail-article-body h3{
    font-size: 22px;
}

.detail-article-body img{
    max-width: 100%;
}

.detail-article-body {
    margin-bottom: 3px;
}

.cra-rating {
    padding: 35px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #e9f2ff;
}

.cra-rating span{
    display: block;
    text-align: center;
    color: #405ff2;
}

.cra-rating .cra-rating-score {
    font-size: 50px;
    font-weight: bold;
}

.reviewer {
    margin-top: 30px;
    display: flex;
    line-height: 33px;
}

.reviewer-name {
    margin-left: 15px;
}

.reviewer-info {
    margin-top: 15px;
    line-height: 20px;
}

.reviewer-star {
    margin-top: 10px;
    font-size: 20px;
    color: gray;
    background: linear-gradient(90deg, blue var(--rating), gray 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 假设评分是 4.2，即 4.2/5*100% = 84% 点亮 */
.reviewer-star {
    --rating: 0px;
    display: inline-block;
    width: 100px;
    font-size: 20px;
    font-family: serif;
}

.reviewer-img {
    width: 33px;
    height: 33px;
    background-color: #0a3622;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
}

.cr-all-qa-list {
    margin-top: 20px;
}

.qa-item {
    margin-bottom: 30px;
}

.q-info-msg{
    display: flex;
    align-items: center;
}

.q-info {
    display: flex;
}

.q-img {
    width: 33px;
    height: 33px;
    background-color: #0a3622;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    margin-right: 15px;
}

.q-info-msg {
    flex: 1;
}

.a-info {
    margin-top: 15px;
}

.a-info-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.article-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}


/*about*/
.section-about-info {
    margin-top: 30px;
    line-height: 30px;
}

.section-about-choose {
    margin-top: 50px;
}

.section-about-choose h1{
    font-size: 25px;
}

.contact-details {
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 0 20px;
    border-radius: 25px;
    margin-top: 30px;
}

.contact-details .section-common-title-h3 {
    margin-top: 30px;
    font-size: 22px;
}

.contact-details-info {
    margin-top: 30px;
}

.contact-method-item {
    display: flex;
}
.cmi-info {
    line-height: 26px;
}
.cmi-img {
    margin-right: 10px;
}
.cmi-img img{
    width: 24px;
    height: 24px;
}

.contact-body {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-method {
    margin-top: 40px;
}

.contact-method-item {
    margin-bottom: 30px;
}

.contact-details .inquire-form-item{
    margin-top: 50px;
}

/*4xx,5xx*/
.error-404 {
    margin-top: 50px;
    text-align: center;
}

.error-404 img{
    max-width: 100%;
}

.error-404-info {
    text-align: center;
    font-size: 28px;
}
.error-404-info1 {
    margin-top: 30px;
    line-height: 26px;
    text-align: center;
}
.error-404-tohome {
    margin-top: 30px;
    text-align: center;
}

.error-404-tohome a{
    border-radius: 20px;
}

.top-search {
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
}

.top-search input{
    border: 0;
    margin: 0;
    flex: 1;
    background: none;
    padding: 0 0 0 20px;
}

.top-search button{
    margin: 4px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 0;
}

.top-search input:focus{
    border: 0;
    box-shadow: None;
    outline: none;
}
.top-search input::placeholder {
    font-size: 11px;
}
.source-tab-content {
    margin-top: 20px;
    padding-left: 10px;
}

.shoppingcart-q {
    width: 80px;
}
.shopping-item {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    margin: 10px 0;
}

.shopping-item-attr-key {
    width: 80px;
    display: inline-block;
}
.shopping-item-attr {
    margin-bottom: 5px;
}

.customer-inquiry {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
}
.section-common-title-shopping {
    margin-top: 30px;
}

.section-common-inner-shopping {
    margin-top: 20px;
}

.detail-item-body svg {
    fill: #405FF2;
}
.detail-item-desc2 table th, .detail-item-desc2 table td{
    border-bottom: 1px solid #ddd;
}

.detail-item-desc2 table {
    margin-top: 15px;
    margin-bottom: 30px;
}
.detail-item-desc2 h3{
    font-weight: 400;
}

.detail-item-desc2 h4{
    font-size: 16px;
    font-weight: 300;
}

.ref-std-color svg {
    fill: #405FF2;
}
