.wmt_layout{
    width: 100%;
    /*最大宽度*/
    max-width: 640px;
    /*最小宽度*/
    min-width: 320px;
    margin:0 auto;
    /* height: 100%; */
    /* position: absolute;
    top: 0;
    left: 0; */
    background-color: #f5f8ff;
}
.wmt_wrap_p {
    /* padding: 0 9px; */
    padding-top: 45px;
    padding-bottom: 55px;
}
.wmt_top{
    width: 100%;
    max-width: 640px;
    height: 43px;
    /*固定在顶部*/
    position: fixed;
    z-index: 999;
    font-size: 14px;
    background-color: #f5f8ff;
}
.wmt_top p {
    height: 100%;
    line-height: 43px;
}
.wmt_layout .wmt_back {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 20px;
    background: url("../images/jd-sprites.png");
    background-size: 200px 200px;
    background-position: -25px 0px;
    background-repeat: no-repeat;
}
.wmt_top_back {
    line-height: 35px;
    text-align: center;
}
/* 页脚 */
.wmt_layout .ct_footer{
    width: 100%;
    height: 55px;
    max-width: 640px;
    background: #f0f0f0;
    position: fixed;
    bottom: 0;
    left: 0;
}
.wmt_layout .ct_footer a{
    color: #878787;
    width: 20%;
    height: 55px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.wmt_layout .ct_footer a img{
    width: 18px;
}
.wmt_layout .ct_footer a.now{
    color: orange;
}
.wmt_layout .ct_footer a span{
    display: block;
    font-size: 12px;
}

.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-pagination-bullet {
    background:#766f69;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-pagination {
    text-align: right;
    padding-right: 20px;
}