* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    border: 0
}

.s-lb {
    width: 100%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.s-lb .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.s-lb .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}

.s-center {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.s-center-first {
    width: 90%;
    height: auto;
    margin: 20px auto;
}

/* ---------------------------- */
.fixeda {
    width: 100%;
    padding-top: 0.4rem;
    overflow: hidden;
}

.s-center-first .tab-seach {
    border: 1px solid #ccc;
    width: 64%;
    height: 0.599rem;
    float: left;
    padding: 0 5%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 0.25rem;
}

.s-center-first .seach-btn {
    color: #fff;
    text-align: center;
    line-height: 0.67rem;
    width: 24.4%;
    height: 0.64rem;
    border-radius: 0 3px 3px 0;
    display: block;
    background: #0099CC;
    float: left;
    ;
    font-size: 0.28rem;
    margin-left: 0;
}
/* ----------------------------- */

.country-box {
    width:100%;
    height: auto;
    display: block;
    margin: 0.2rem 0;
    background: #f7f7f7;
}

.label-box {
    font-size: 0.28rem;
    margin-top: 3%;
    color: #898989;
    margin-bottom: 2%;
}

.country-box select {
    width: 96%;
    border: none;
    height: 0.65rem;
    border-radius: 0.09rem;
    font-size: 0.26rem;
    color: #aaa;
    margin: 0 auto;
    display: block;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background:#f7f7f7 url(../img/ico.png) no-repeat scroll right center ;
}

.country-box select option {
    width: 90%;
    display: block;
    margin: 0 auto;
    color: #AAAAAA;
    font-size: 0.25rem;
}

.s-box {
    width: 100%;
    background: #fff;
    height: auto;
}

.s-send-center {
    width: 100%;
    background: #fff;
}





.sb {
    border: solid 1px #cfcfcf;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    margin: -8px 0 0 0;
    display: inline-block;
}

.sb>.selected {
    padding: 0 0px 0 0px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 9%;
    font-size: 12px;
    color: #AAAAAA;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.merchants-box {
    width:100%;
    background: #f7f7f7;
}

.merchants-box select {
    width: 96%;
    border: none;
    height: 0.65rem;
    border-radius: 0.09rem;
    font-size: 0.26rem;
    color: #aaa;
    margin: 0 auto;
    display: block;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background:#f7f7f7 url(../img/ico.png) no-repeat scroll right center ;
}

.merchants-box select option {

    color: #AAAAAA;
}

.s-nav {
    width: 90%;
    display: block;
    margin: 0% auto;
}

.s-nav li {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5%;
}

.img-box img {
    width: 100%;
    height: auto;
}

.discount-inner .discount-photo ul li .img-box {
    display: block;
    overflow: hidden;
    width: 596px;
    height: 324px;
}

.img-tit {
    width: 100%;
}

.img-tit a {
    font-size: 0.19rem;
    color: #585858;
    display: block;
    background: url(../img/help-more.png) no-repeat right center;
    transition: all 0.3s;
    height: 0.65rem;
    line-height: 0.65rem;
    padding-right: 50px;
    overflow: hidden;
    background-size: 7% 64%;
}

.img-tit i {
    font-size: 0.28rem;
}

.img-tit span {
    font-size: 0.28rem;
}

.more-list {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 15%;
}

.more-list a {
    display: block;
    border: 1px solid #7f7f7f;
    font-size: 0.34rem;
    color: #a3a3a3;
    transition: all 0.3s;
    width: 60%;
    line-height: 0.9rem;
    text-align: center;
    margin: 0 auto;
}

.s-nav .more-list a:hover {
    color: #000000;
    border: 1px solid #000000;
}