ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.g-doc p {
    margin-bottom: 10px;
}
.g-doc {
    max-width: 1920px;
    margin: 0 auto;
}
.m-body {
    padding-top: 25px;
    margin-left: 20%;
    width: 60%;
    padding-bottom: 20px;
    min-height: 650px;
}
.g-doc {
    color: #666;
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    word-wrap:break-word;
}
.g-doc a:hover {
    color: #D12020;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}

.tab_header {
    background: #fafafb;
    height: 50px;
}
.tab_header li {
    display: inline-block;
    width: 40%;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ccc;
}
.tab_header li span, .tab_header li a {
    display: block;
    height: 50px;
    color: #666;
    line-height: 50px;
    text-align: center;
}
.tab_header li.here {
    background-color: #fff;
    color: #AAD7EF;
}
.tab_header li.here span{
    color: #5AACEE;
}

.ncs-goods-title-nav {
    margin-top: 7px;
    margin-bottom: 7px;
}

.vc_toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    font-size: 1em;
    border-bottom: 1px solid rgba(34, 35, 40, 0.13);
    margin-bottom: 0;
    padding: 15px 0px;
}
.vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.vc_toggle_title>h4 {
    display: inline;
    color: #d12020;
}
.vc_toggle_icon {
    display: none;
    position: relative;
    vertical-align: middle;
}
.vc_toggle .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    background-color: #2a2a2a;
    border-color: transparent;
}
.vc_toggle .vc_toggle_icon {
    height: 22px;
    width: 22px;
}
.vc_toggle .vc_toggle_content, .vc_toggle .vc_toggle_title {
    padding-left: 33px;
}
.vc_toggle .vc_toggle_title .vc_toggle_icon{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.vc_toggle .vc_toggle_icon::after, .vc_toggle .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.vc_toggle .vc_toggle_icon::before {
    height: 2px;
    width: 10px;
}
.vc_toggle .vc_toggle_icon::after {
    height: 10px;
    width: 2px;
}

.vc_toggle_color_juicy_pink .vc_toggle_icon {
    background-color: #f4524d;
    border-color: transparent;
}
.vc_toggle_color_juicy_pink .vc_toggle_icon::after, .vc_toggle_color_juicy_pink .vc_toggle_icon::before {
    background-color: #fff;
}
.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #f7be68;
    border-color: transparent;
}
.vc_toggle_color_orange .vc_toggle_icon::after, .vc_toggle_color_orange .vc_toggle_icon::before {
    background-color: #fff;
}
.vc_toggle_content {
    display: none;
    margin-top: 1em;
    overflow: hidden;
    padding: 0;
}

.vc_toggle_one.vc_toggle_active .vc_toggle_icon_one::after {
    visibility: hidden;
}
.vc_toggle_two.vc_toggle_active .vc_toggle_icon_two::after {
    visibility: hidden;
}

.page {
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    line-height: 25px;
    color: #bbb;
}
.page a {
    display: inline-block;
    color: #bbb;
    margin: 0 10px;
}
.page a.here {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #21aa8e;
    border-radius: 35px;
    color: #fff;
    margin: 0 10px;
}
.content_empty{
    text-align: center;;
}
.store_state{
    margin-top: 10px;
}
.store_state_title{
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
}
.store_state_select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    outline: 0;
    text-transform: none;
}
.content_loading{
    text-align: center;
    font-size:16px;
    margin-top: 30px
}
@media (max-width:767px) {
    .m-body{
        padding-top: 10px;
        margin-left: 2%;
        width: 95%;
        min-height: 200px;
    }
}
