/*清除默认样式*/
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;
    color: #fff;
}
li {
    list-style: none;
}
input {
    outline: none;
    -webkit-appearance: none;
}
.wrapper {
    width: 100%;
    /*布局盒子*/
    height: 28.14814814814815rem;
    overflow: hidden;
    position: relative;
}
#header {
    height: 1.3037037037037038rem;
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0.5925925925925926rem 0 0 0;
    padding: 0 0.2962962962962963rem;
    border-bottom: 1px solid #f0f3f5;
}
#pic {
    width: 0.34074074074074073rem;
    height: 0.5925925925925926rem;
    float: left;
    position: absolute;
    top: 0.2962962962962963rem;
    margin-left: 0.2962962962962963rem;
    line-height: 1.3037037037037038rem;
    background-image: url("../images/返回.png");
    background-size: cover;
}
#header #cart {
    position: absolute;
    top: 0.25rem;
    left:0;
    font-size: 0.6rem;
    color: #333;
}
.line2 {
    width: 100%;
    height: 0.23703703703703705rem;
    background-color: #f0f3f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.line4 {
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.yanzhengma {
    display: inline-block;
    width: 3.7037037037037037rem;
    height: 1.1851851851851851rem;
    border: 1px solid #d0271d;
    vertical-align: middle;
}
.message a {
    font-size: 0.32592592592592595rem;
    color: #d1261d;
}
.message input {
    display: inline-block;
    height: 1.037037037037037rem;
    margin-left: 0.7407407407407407rem;
}
#bottom input {
    display: inline-block;
    padding: 0.4444444444444444rem;
    width: 90%;
    height: auto;
    background-color: #d1261d;
    font-size: 0.4740740740740741rem;
    color: #fff;
    border: none;
    position: absolute;
    left: 5%;
    top: 18.407407407407407rem;
    border-radius: 0.14814814814814814rem;
}
.last input {
    margin-left: 0;
}
.first input {
    margin-left: 1.1111111111111112rem;
}
.yanzheng{
    position: absolute;
    top: 15rem;
    left: 33%;
    font-size:0.5rem ;
    background: rgba(0,0,0,0.6);
    border:1px solid #444444;
    color: #fff;
    padding: 0.2rem 0.4rem;
    border-radius: 0.144444444444444446rem;
    width: 4.962962962962963rem;
    height: 1.5rem;
    text-align: center;
    line-height:1.5rem ;

}