/* Write your styles */

html {
    -webkit-text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent!important;
}

body {
    font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
a img {
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input[type="submit"],
input[type="reset"],
select,
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
    -webkit-appearance: none !important;
    /*去掉苹果的默认UI来渲染按钮*/
    font-family: "Microsoft YaHei", sans-serif;
}

em,
i {
    font-style: normal;
}


/*文字超出隐藏*/

.w_break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

html {
    font-size: 62.5%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearanearance: none;
}

@media only screen and (min-width:321px) {
    /*iphone5*/
    html {
        font-size: 62.5%!important
    }
}

@media only screen and (min-width:361px) {
    /*三星note*/
    html {
        font-size: 70.31%!important
    }
}

@media only screen and (min-width:376px) {
    /*iphone6*/
    html {
        font-size: 73.24%!important
    }
}

@media only screen and (min-width:481px) {
    html {
        font-size: 94%!important
    }
}

@media only screen and (min-width:561px) {
    html {
        font-size: 109%!important
    }
}

@media only screen and (min-width:641px) {
    html {
        font-size: 125%!important
    }
}

body a {
    text-decoration: none;
    cursor: pointer
}

body a:hover,
body a:active,
body a:focus {
    text-decoration: none;
    outline: none
}

a:hover,
a:link,
a:visited,
a {
    color: inherit;
    text-decoration: none;
}

input::input-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbb;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bbb;
}

img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

.h100 {
    height: 5rem;
    clear: both;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #5c5c5c;
    position: relative;
    max-width: 640px;
    margin: auto;
    min-width: 320px;
    font-weight: 180;
}

.layout {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    font-size: 1.2rem;
    background: #f5f5f9;
}

.mt10 {
    margin-top: 1rem;
}

footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
}

footer {
    color: #fff;
    font-size: 1.8rem;
}

button {
    outline: none;
}

.search-from {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.search-select {
    margin: 0.6rem 0 1rem 0;
}

.search-select select {
    font-size: 0.9rem;
}


/* amazeui css */
html{background:#f5f5f9;}

.am-dropdown-header {
    padding: 0;
    font-size: 1.6rem
}

.am-table {
    margin-bottom: 0rem;
}

.dangan-search {
    width: 8rem;
    font-size: 1.0rem;
    outline: none;
    border: 1px solid #c0c0c0;
    background: #fff;
}

.am-modal.am-modal-active {
    top: 4.3rem;
    bottom: 4.3rem;
}

.am-modal.am-modal-active button[type=submit] {
    color: #fff;
    display: inline!important;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
}
.am-modal-dialog .am-modal-bd legend {font-size:1.4rem}
.am-selected {
    width: 16.6rem;
    float: right;
    background:#fff;
    border:1px solid #ccc;
    outline: none;
}
.am-selected label {font-size:1.4rem;}


.am-topbar {
    margin-bottom: 0.5rem;
}

.am-paragraph-default,
.am-list-news-default {
    margin: 0
}

.am-g .am-list-item-dated p {
    line-height: 3.2rem
}

.am-list-news-hd {
    background: #0e90d2;
    color: #fff;
}

.am-list-item-hd span img {
    display: inline-block;
    width: 3rem;
}

.am-list-news-bd p {
    line-height: 3rem;
}

.am-list-news-hd h2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.am-list-news-bd {
    padding-left: 1rem;
    padding-right: 1rem;
}

.am-list-news article p {
    text-indent: 2rem;
}

.am-list-news article {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bb {
    border-bottom: 1px solid #e5e5e5;
}

.am-list-news-bd .am-badge {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.title-01 {
    background: #197b30 url(../i/title01.png) no-repeat 20px 1.2rem;
    background-size: 2.6rem 2.6rem;
    padding-left: 4rem;
    font-size: 3.6rem;
}

.title-02 {
    background: #197b30 url(../i/title02.png) no-repeat 20px 1rem;
    background-size: 2.6rem 2.6rem;
    padding-left: 4rem;
    font-size: 3.6rem;
}
.title-03 {
    background: #197b30 url(../i/title03.png) no-repeat 20px 1rem;
    background-size: 2.6rem 2.6rem;
    padding-left: 4rem;
    font-size: 3.6rem;
}

.title-04 {
    background: #197b30 url(../i/title04.png) no-repeat 20px 1rem;
    background-size: 2.6rem 2.6rem;
    padding-left: 4rem;
    font-size: 3.6rem;
}
.title-05 {
    background: #197b30 url(../i/title05.png) no-repeat 20px 1rem;
    background-size: 2.6rem 2.6rem;
    padding-left: 4rem;
    font-size: 3.6rem;
}



.nopadding {
    padding: 0;
}

.product li:first-child {
    border-bottom: 1px dotted #c0c0c0;
}

.product .am-list-thumb {
    padding: 1.8rem 1rem 1.8rem 1.8rem;
}

.product .am-list-main {
    padding-top: 1.8rem;
}

.product .am-list-main p {
    color: #000;
    font-size: 1.2rem
}

.bgwhite {
    background: #fff;
}

a.btn-buy {
    border: 1px solid #ff6f01;
    color: #ff6f01;
    border-radius: 5px;
}

.ptb15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.bggray {
    background: #f5f5f9;
    height: 10px;
}

.am-list-jc {
    margin-top: 10px;
}

.am-list-jc li {
    padding-left: 20px;
    border: none;
    line-height: 2.6rem;
    font-size: 1.4rem;
}
.am-list-jc li strong{color:#000;padding-left:10px;}
.libottom {padding-bottom:1.6rem;padding-top:0.6rem;padding-right:20px;height:1px;}
.text-center{text-align: center;}
.am-slider-default .am-control-nav{bottom:15px;}


/*top1 top2*/
.am-slider-a4 .am-control-nav{bottom:15px;}
.am-slider-a4{margin-bottom: 10px;}
.top{background: url('../i/t-bg.jpg') no-repeat;background-size: cover;}
.top img{width: 12rem;margin-top:0.8rem;}
.top2{height: 10rem;background: url('../css/images/t-bg2.jpg') no-repeat;background-size: cover;}
.top2 img{margin-top:1.2rem;}