body {
    /*background-color: #f9f9f9!important;*/
    background-color: #f6f6f6!important;
}
.container {
    background-color: transparent;
}
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*post列表垂直居中*/
/*p#post_list {*/
/*    display: table-cell;*/
/*    vertical-align: middle;*/
/*}*/

/*div#post_param_name{*/
/*    word-wrap:break-word;*/
/*}*/
/*span#post_param_row{*/
/*    width:80px;*/
/*    margin-right: 10px;*/
/*}*/

div#support-top{
    top: 80vh;
}

div#go-top{
    top: calc(80vh + 32px);
}

div.on_top_button
{
    opacity: 1;
    z-index: 999999;
    position: fixed;

    right: 3px;
    border: 1px solid #1296db;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
}

div#support-top:hover {
    filter: brightness(110%);
    border: none;
}
div#go-top:hover {
    filter: brightness(110%);
    border: none;
}

div#item_table {
    background:rgba(255, 255, 255,0.1);
}

ul#catalog{
    padding-top:70px;
}

._mall_panel {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    height: 220px;
    margin-bottom: 20px;
}
._mall_panel:hover {
    border-width: 1px;
    background-color: #f7f7f7;
    border-top-style: solid;
    border-top-color: red;
}
._mall_panel > p:first-child {
    position: absolute;
    right:0;
    bottom:25px;
    background-color: #b70f12;
    color: white;
    opacity: 0.3;
    border-radius: 3px;
    padding: 0 3px;
}
._mall_panel > p:first-child > a {
    color: white;
}
._mall_panel > p:hover {
    background-color: red;
    opacity: 0.8;
}
._mall_body {
}
._mall_body > div {
}
._mall_body > div > h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    font-size: 18px;
}

._mall_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
}
._mall_footer > a {
    color: white;
    text-align: center;
    text-decoration: none;
}

._mall_footer > a > div {
    background-color: #0BB6F6;
    text-align: center;
    height: 100%;
    width: auto;
    text-decoration: none;
}._mall_footer > a > div:hover {
     background-color: #0ba6cd;
     text-align: center;
     text-decoration: none;
 }
body > div.container {
    min-height: calc(100vh - 175px);
}
._text_red {
    color: red;
}
#outbound_link {
    margin: 0;
}
#footer {
    background-color: #222;
}

a._a_block_button > span {
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 14px;
    border-color: #04BE02 ;
    background-color: #04BE02 ;
    color: white;
}
a._a_block_button > span:hover {
    border-color: #04a602;
    background-color: #04a602 ;
}

/*分类等导航的分割线*/
._line {
    border-bottom-style:solid;
    border-width:1px;
    border-color:lightgray;
    margin: 6px 0 6px 15px;
    /*padding-right: 0;*/
    width: calc(100% - 30px);
}
._line_full {
    border-bottom-style:solid;
    border-width:1px;
    border-color:lightgray;
    margin: 6px 0 6px 15px;
    /*padding-right: 0;*/
}
/*同胞元素同一行，都需要加class*/
._inline {
    display: inline;
    /*display: inline-block*/
}
._inline_block {
    display: inline-block
}/*mall 两行文字，多余省略号*/
._text_1_col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._text_2_col {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
._right {
    position: absolute;
    right: 0;
}
._description > strong {
    float: left;
    width: 3.3em;
}
._description > p {
    float: right;
    width: calc(100% - 3.3em);
    margin-bottom: 0;
}
p#item_time {
    color: red;
}

/*导航*/
div#dropdown-menu {
    background-color: #1d1d1d;
}
a#dropdown-menu {
    color: #868686;
}
a#dropdown-menu:hover {
    color: #22ff16;
}
/*通知*/
div.notice {
    color: white;
    border-radius: 0;
    background-color: #222;
    opacity: 1;
    width: 100%;
    z-index: 1029;
    padding-top: 3px;

    animation:notice 2s;
    -webkit-animation:notice 2s;
    animation-iteration-count: 9999;
}

@keyframes notice
{
    0% {background-color: grey;}
    50% {background-color: #000000;}
    100% {background-color: grey;}
}

@-webkit-keyframes notice
{
    0% {background-color: grey;}
    50% {background-color: #000000;}
    100% {background-color: grey;}
}

div#form_checkbox {
    margin-right: 10px;
}

div._tips.text-center {
    width: 130px;
    border-radius: 5px;
    background: #1d1d1d;
    z-index: 999999;
    position: fixed;
    top: 50vh;
    left: calc(50vw - 55px);
    color: white;
    padding: 10px;
    /*opacity: 0.8;*/
    word-wrap:break-word;
}

div.tooltip {
    z-index: 998;
}

/*api*/
.api_line {
    position: relative;
    border-top: solid #ACC0D8 1px;
    /*width: 95%;*/
    height: 1px;
    margin: 5px;
    opacity: 0.4;

}
.api_line:before{
    position: absolute;
    top: -16px; right: 0;
    content: '';
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #ccc transparent;
}
.api_line:after{
    position: absolute;
    top: -14px; right: 0;
    content: '';
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}
.ellip-block{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content_line {
    position: relative;
    border-top: solid #ACC0D8 1px;
    /*width: 95%;*/
    height: 1px;
    margin: 5px;
    opacity: 0.4;

}
.content_line:before{
    position: absolute;
    top: -16px; right: 12%;
    content: '';
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #ccc transparent;
}
.content_line:after{
    position: absolute;
    top: -14px; right: 12%;
    content: '';
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

._text_center {
    text-align:center;
}
a.logo {
    width: 50px;
    margin-top: 10px;
    margin-left: calc(50vw - 25px);
}
img.logo {
    width: 50px;
}
._breadcrumb {
    background: rgba(2,2,2,0.75);
}
._breadcrumb > ul > li {
    display: inline-block;
}
._breadcrumb > ul > li.active {
    color: #9d9d9d;
}
._breadcrumb > ul > li > a {
    color: #9d9d9d;
    text-decoration: none;
}
._breadcrumb > ul > li > a:hover {
    color: #fff;
}
._breadcrumb > ul > li:after {
    color: #9d9d9d;
    content: "/";
    margin-left: 10px;
    margin-right: 7px;
    opacity: 0.75;
}
._breadcrumb > ul > li:last-child:after {
    content: "";
}

ul.dropdown-menu {
    background-color: #222;
}
ul.dropdown-menu > li > a {
    color: #9d9d9d;
}
ul.dropdown-menu > li > a:hover {
    color: white;
    background-color: #222;
    border-left: 2px solid red;
}
.w-50 {
    width: 50%;
}
.m-0 {
    margin: 0;
}
.mrl-0 {
    margin-right: 0;
    margin-left: 0;
}
.mrl-_15 {
    margin-right: 15px;
    margin-left: 15px;
}
.mt-0 {
    margin-top: 0;
}
.mt-3 {
    margin-top: 3px;
}
.mt-6 {
    margin-top: 6px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-10vh {
    margin-top: 10vh;
}
.mt-20vh {
    margin-top: 20vh;
}
.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-0 {
    margin-left: 0;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-0 {
    margin-right: 0;
}
.p-0 {
    padding: 0;
}
.p-13 {
    padding: 13px;
}
.p-15 {
    padding: 15px;
}
.pt-0 {
    padding-top: 0;
}
.pt-3 {
    padding-top: 3px;
}
.pt-6 {
    padding-top: 6px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-3 {
    padding-bottom: 3px;
}
.prl-0 {
    padding-right: 0;
    padding-left: 0;
}
.pl-0 {
    padding-left: 0;
}
.pl-2 {
    padding-left: 2px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-0 {
    padding-right: 0;
}
article {
    background-color: white;
    padding: 15px 15px;
    border-color: rgb(234,234,234);
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
    border-radius: 5px;
}
article:hover {
    background-color: #f9f9f9;
    border-left-color: red;
}
article > header > a {
    color: #fff;
    background-color: #45BCF9;
    padding: 3px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    transition: color 0.25s, background-color 0.25s;
    text-decoration: none;
    box-sizing: border-box;
}
article > header > a > i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #45BCF9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;

}
article > header > h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
article > header > h3 > span {
    background-color: #00B0E8;
    font-size: 15px;
    padding: 3px;
    top: -3px;
    border-radius: 5px;
}
article > header > h3 > a {
    font-weight: 600;
    color: black;
}
article > header > h3 > a:hover {
    color: #45B6F7;
    text-decoration: none;
}
article > p > span:after {
    content: '/';
    margin-right: 5px;
    margin-left: 5px;
}
article > p > span:last-child:after {
    content: '';
    margin-right: 5px;
    margin-left: 5px;
}
article > p > span > a:hover {
    color: #45B6F7;
}
article > p:last-child {
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0;
}

a.no_underline {
    text-decoration: none;
}
footer a {
    text-decoration: none;
    color: #777;
}
footer a:hover {
    color: white;
}
.text_black {
    color: black;
}
.hover_text_red:hover {
    color: red;
    background-color: transparent;
}
span.label-black {
    background-color: #222;
    opacity: 0.75;
}
span.label-green {
    background-color: green;
    opacity: 0.75;
}
.quantity {
    color: white;
    background-color: red;
    opacity: 0.55;
    border-radius: 8px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 1px 3px;
}
._border_radius_10 {
    border-radius: 10px;
}
._small {
    width: 2px;
}
._text_color_red {
    color: red;

}

p.in,
p.out_wall {
    margin-bottom: 0;
}
.out_no_wall {
    font-family: monospace;
    font-size: 13px
}
iframe.ip_iframe {
    border: none;
    width: 100%;
    height: 16px;
    margin: 0;
    float: left;
}

p.out_wall,
p.in
{
    width:120px;
    height: 16px;
}
._top_tr {
    font-size: 15px;
    padding-right: 5px;
    opacity: 1;
    z-index: 1049;
    position: fixed;
    top: 15vh;
    right: 5px;
    cursor: pointer;
}
.item_form {
    padding-top: 20px;
}
form#details_pay {

}
._outline {
    outline-style:dotted;
}
sup {
    color: red;
}

._api_content {
    background-color: white;
}
._api_content > h5 {
    border-left-style: solid;
    border-left-color: red;
    border-left-width: 3px;
    padding-left: 2px;
}
._api_content > p {
    padding-left: 5px;
}

/*.navbar-collapse.collapse.in {*/
#navbar-collapse {
    /*height: 100vh;*/
    max-height: 100vh;
}
a.navbar-brand {
    color: white;
}
/*修复列表左侧的padding*/
div.panel-body > ul {
    padding-inline-start: 0px;
}
span.mall_price {
    color: #F40;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
div.thumbnail_mall {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 235, 236);
    background-color: rgb(246,246,246);
    min-height: 282px;
}
div.thumbnail_mall:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #F40;
}
h5.item_title {
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h5.item_title > a {
    color: #000000;
}
h5.item_title > a:hover {
    color: #F40;
}
a.item_image:hover + a.item_similars_category{
    display:block;
}
a.item_similars_category {
    position: absolute;
    top: 0px;
    /*left: 50%;*/
    display:none;
    background-color: #fba187;
    text-align: center;
    color: white;
    width: auto;
    text-decoration: none;
}
a.item_similars_category:hover {
    display:block;
}
div.item_new {
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid red;
    border-bottom: 30px solid transparent;
    /*height: 10px;*/
    /*width: 10px;*/
    right: 15px;
    top: 0px;
}
span.item_span_new {
    background-color: transparent;
    position: absolute;
    right: -28px;
    color: white;
    font-size: 8px;
}