@charset "utf-8"; 
body {
    /*修改和去除移动端点击事务泛起的配景框*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}  

a:focus {
    /*去掉FF浏览器a标签虚框*/
    outline: none;
}

.container {
    /*padding-right: .9375rem;*/
    /*padding-left: .9375rem;*/
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width: 34em) {
    .container {
        max-width: 34rem;
    }
}

@media (min-width: 48em) {
    .container {
        max-width: 48rem;
    }
}

@media (min-width: 62em) {
    .container {
        max-width: 62rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}    

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}
body {
    /*修改和去除移动端点击事务泛起的配景框*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
ul,
ol,
li {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none; 
    color:#000;
}
a:hover {
    text-decoration: none;
}
a:focus {
    /*去掉FF浏览器a标签虚框*/
    outline: none;
}
select,
select:hover {
    outline: none;
    border-color: #000;
}



<!--耗时1755803219.3398秒-->