html,body {
    width: 100%;
    /*height: 100%;*/
    /*overflow: hidden;*/
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}
.h1, .h2, .h3, h4, h5, h6, p {
    margin:0;
    padding:0;
}
a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
    text-decoration: none;
}
ul, ol, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.clear {
    *zoom: 1;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
input,select {
    -webkit-appearance:none;
    appearance: none;
}
select:focus, a, button {
    outline: none;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background: url("../images/wish-bg.jpg") center top no-repeat;
    background-size: 100%;
}
.header-box {
    width: 100%;
}
.header {
    padding: 10px 8%;
}
.header .logo{
    float: left;
}
.header .logo img {
    height: 36px;
}
.header .lang-box {
    float: right;
    position: relative;
}
.lang-box .language {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    width: 70px;
}
.lang-box:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #ffffff;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    position: absolute;
    top: 8px;
    right: 0;
    margin-top: 3px;
}
.header-desc {
    font-size: 14px;
    color: #c0e8fb;
    line-height: 26px;
    margin: 0;
    padding: 20px 8% 8px;
    font-weight: 300;
}
.wish-box {
    padding: 0 8%;
    margin-top: 20px;
}
.wish-img {
    width: 46%;
    margin: 0 auto;
}
.wish-img img{
    width: 100%;
}
.btn-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.btn-link {
    display: block;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.btn-link .button {
    line-height: 42px;
    color: #ffffff;
    background-color: #1976eb;
    /*border-radius: 4px;*/
    width: 100%;
    font-size: 16px;
    border: 0 none;
    transition: background 0.1s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-link .button:active {
    background-color: #176cd6;
}
.long-item {
    position: relative;
    padding: 20px 5%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 3px #c8dbf1;
    margin-bottom: 12px;
}
.long-item .long-left, .long-item .long-right {
    float: left;
}
.long-item .long-left {
    width: 29%;
    text-align: center;
}
.long-item .long-left img {
    width: 43%;
    padding: 13px 0;
}
.long-item .long-right {
    width: 70%;
    position: relative;
}
.long-item .long-right h4 {
    color: #0d2975;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.long-item .long-right p {
    font-size: 12px;
    line-height: 20px;
    color: #677293;
}
.long-item .long-right.collapse p{
    height: 40px;
    overflow: hidden;
}
.long-item .long-right .product-more {
    display: none;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
    /*background-color: #ffffff;*/
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -o-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -moz-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,1));
}
.long-item .long-right.collapse .product-more {
    display: block;
}
.pin-lt, .pin-lb, .pin-rb, .pin-rt {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #cfd3e2;
    position: absolute;
}
.pin-lt {
    left: 10px;
    top: 10px;
}
.pin-lb {
    left: 10px;
    bottom: 10px;
}
.pin-rt {
    right: 10px;
    top: 10px;
}
.pin-rb {
    right: 10px;
    bottom: 10px;
}
