@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    
    background:transparent;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
}

    
    


p {
    line-height: 1.5rem;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}


button::-moz-focus-inner {

    border:0;

    padding:0;

}
input::-webkit-input-placeholder {
    　　color: #ababab !important; 
    　　}
　　input:-moz-placeholder {
    　　color: #ababab !important; 
    　　}
　　input::-moz-placeholder {
    　　color: #ababab !important; 
    　　}
　　input:-ms-input-placeholder {
    　　color: #ababab !important; 
    　　}



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}
.ofh {
    overflow: hidden;
}
.btn {
    cursor: pointer;
}
.w_80{
    width:80%;
}
.f_w{
    font-weight:bold;
}
.t_underline{
    text-decoration: underline;
}
.theme_c{
    color:#231815;
}
.t_left{
    text-align:left;
}
.gray{
    color:#ababab;
}
.set_work{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing:antialiased;
}
.clearfix:after{ content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{ zoom:1;}
html, body {
    
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    font-family:SimSun,"Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑",STHeiti,MingLiu;
    letter-spacing:1px;
    font-size: 12px;
}
.text-right{
    text-align: right;
}


    


    



    
    



    

.model_open{
    overflow: hidden;
}
body {
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    font-size:12px;}
.w{
    max-width:1280px;
    margin:0 auto;
    width: 1280px;
}
.w3 {
    width: 1080px;
    margin: 0 auto; }
.w4{
    width: 900px;
    margin: 0 auto;
}
.hline {
    background: #cccccc none repeat scroll 0 0;
    height: 1px;
}
.pr{
    position: relative;
}
.w100{
    width: 100%;
}
.mt40{
    margin-top:40px;
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 0;
    border-left: 1px solid #231815;
    opacity:1;
}

.ps-container .ps-scrollbar-x {
    display: none;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: -2px !important;
    width: 4px;
    background-color: #231815;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0
}

.storebox {
    height: 240px;
    margin: 12px;
    overflow-y: auto;
}
.mr15 {
    margin-right: 15px;
}
.s_con {
    margin-left: 36px;
}
.store_list {
    margin-bottom: 10px;
}
.store_hover .btn_box {
    text-align: center;
}
.store_hover  .alert_btn {
    background: #231815 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 1rem;
    padding: 0.32rem 2rem;
}
.text-center{
    text-align: center;
}
.mt30{
    margin-top:30px;
}
.mt10{
    margin-top:10px;
}
@media only screen and (max-width: 768px) {

    .w {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 1441px) {
    .w{
        max-width:1420px;
        width:1420px;
    }

}