/*清除默认样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
a,
button {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: #000000;
}
li {
    list-style: none;
}

input {
    outline: none;
    -webkit-appearance: none;
}
.cy_layout {
    width: 100%;
    /*布局盒子*/
    overflow: hidden;
}
#header {
    height: 1.8rem;
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
#pic {
    width: 0.34rem;
    position: absolute;
    top: 0.35rem;
    left: 0.3rem;

}
#pic a img{
    width: 0.34074074074074073rem;
    height: auto;
}
#cart {
    font-size: 0.65rem;
    font-weight: 800;
    color: #333;
    display: block;
    text-align: center;
    position: absolute;
    width: 16rem;
    top: 0.45rem;

}
#edit {
    display: block;
    float: right;
    font-size: 0.58rem;
    color: #555;
    position: absolute;
    right: 0.2962962962962963rem;
    top: 0.45rem;
    /*margin-right: 0.5925925925925926rem;*/
}
#edit a{
    color: #333;
}
#edit input{
    border: none;
    background-color: #fff;
}
input#edit{
    border: none;
    background-color: #fff;
}
.erhang {
    width: 100%;
    border-top: 0.26666666666666666rem solid #f0f3f5;
}
.message {
    width: 100%;
    height: 1.3037037037037038rem;
    font-size:  0.58rem;
    color: #444;
    padding: 0.4444444444444444rem;
    line-height: 1.3037037037037038rem;
}
.message input {
    border: none;
    font-size: 0.6rem;
}
.prov{
    font-size: 0.5rem;
}
.city{
    font-size: 0.5rem;
}
.dist{
    font-size: 0.5rem;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-left: 0.4444444444444444rem;
}
#bottom {
    width: 100%;
    height: 19.814814814814815rem;
    background-color: #f0f3f5;
}
.line2{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.line3{
    width: 100%;
    height: 0.23703703703703705rem;
    background-color: #f0f3f5;
}
button {
    width: 90%;
    height: 1.3037037037037038rem;
    font-size:  0.58rem;
    color: #fff;
    position: absolute;
    top: 14.814814814814815rem;
    left: 5%;
    border-radius: 0.14814814814814814rem;
    background-color: #d1261d;
    border: none ;
}
button a{
    color: #fff;
}
