/*==全局样式==*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
}

img,
input {
    border: none;
    vertical-align: middle;
}

body {
    font-family: Tahoma, Arial, Helvetica, "微软雅黑";
    font-size: 12px;
    text-align: left;
    background: #FFF;
    color: #333;
    -webkit-text-size-adjust: none;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
    transition: all 0.6s ease;
    outline: none;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}
.detailmain img{
	max-width: 100%;
}
.detailmain70 img{
	max-width: 70%;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clear {
    zoom: 1;
}

.selected {
    /* font-size: 16px; */
    /* font-weight: bold; */
}
.a-selected {
    color: #0066FF !important;
    /* font-size: 16px; */
    font-weight: bold;
}