
/*公共*/

@font-face {
    font-family: 'Trump';
    src: url('font1/TrumpGothicEast_bold.eot');
    src: local('apple Regular'),
    local('apple'),
    url('font1/TrumpGothicEast_bold.woff') format('woff'),
    url('font1/TrumpGothicEast_bold.ttf') format('truetype'),
    url('font1/TrumpGothicEast_bold.svg#apple') format('svg');
}
html {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 5px;p-right: 5px;
}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #666;
    font-family:"微软雅黑";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*height: 20000px;*/
    background: #ffffff;
    overflow-x:hidden;
    overflow-y:hidden
}

/*body,html{ width:100%; height:100%; }*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, select, textarea {
    font-size: 100%
}
.sc_btn{
    cursor: pointer;}
article, aside, footer, header, nav, section, audio, canvas, video, img {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

.navigation li a:hover, .navigation li a.now, .goods_category_list li a.now {

    color:#062c33;
}
.cuntzhog{ text-align: center}



address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

button {
    outline: 0;
    border: none;
}

ins, a {
    text-decoration: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    color: #333;

}

a:hover {
    text-decoration: none;
    color: #062c33;
}

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

img {
    vertical-align: top;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}


.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

.box-sizing-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.just-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.align-center {
    -webkit-align-items: center;
    align-items: center;
}

.align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}




.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.text-over {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-over-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.w100{ width: 100%;}
.flex-flow-wrap {
    flex-flow: row wrap;
}


.page {
    width: 100%; text-align: center;
    margin-top: 20px; padding: 30px 0px;
}

.page.page-right {
    text-align: right;
}

.page a, .page span {
    padding: 10px 18px;
    margin-left: 5px;
    display: inline-block;
    border: 1px #ddd solid;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; margin-bottom: 8px;
}

.page a:hover, .page span {
    color: #fff;
    border: 1px #324c7f solid;
    background: #324c7f;
}

.ddd {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-sizing-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.contright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.contgu {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contkh {
    -webkit-justify-content: center;
    justify-content: center;
}

.contzhong {

    justify-content: center;
    list-style: none;
}

.fdc {
    flex-direction: column;
}