.wmt_top {
    background-color: transparent;
}
.wmt_wrap{
    padding-bottom: 55px;
}
.wmt_layout .searchBox {
    width: 100%;
    height: 100%;
    padding-left:72px;
    padding-right:39px;
}

.wmt_layout .searchBox > input{
    width: 100%;
    height: 26px;
    margin-top:5px;
    border-radius: 15px;
    padding-left:30px;
    color: #666;
}
/*使用伪元素添加放大 镜*/
.wmt_layout .searchBox::before{
    content: "";
    width: 27px;
    height: 23px;
    position: absolute;
    background: url("../images/jd-sprites.png");
    background-size: 200px 200px;
    background-position: -56px -108px;
    left: 80px;
    top:6px;
}
.wmt_logo {
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 26px;
    color: #fff;
}
.jd_logo{
    width: 12px;
    height: 16px;
    background: url("../images/pos.png");
    /*设置背景大小*/
    background-size: 12px 14px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.jd_login {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url("../images/noti.png");
    background-size: 14px 15px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
}
.wmt_slide img {
    width: 100%;
}
/*导航块样式*/
.jd_nav{
    width: 100%;
    padding:10px 0;
    background-color: #fff;
}
.jd_nav li{
    width: 25%;
    float: left;
    text-align: center;
    margin-top:5px;
}
.jd_nav li img{
    box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
}
.jd_nav li p{
    line-height:25px;
}
.seek_w {
    padding: 0 15px;
    margin: 20px 0 0 0;
}
.seek {
    width: 100%;
    height: 35px;
    background-color: #fff6e2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
}
.seek span {
    display: inline-block;
}
.seek .ask {
    width: 40px;
    height: 20px;
    background-color: #ff8205;
    color: #fff;
    transform: skew(-20deg, 0);
    border-radius: 3px;
    text-align: center;
    margin: 0 12px;
}
.seek .ask span {
    transform: skew(20deg, 0);
}
.seek .arrow {
    position: absolute;
    right: 5px;
}

.wmt_layout .google{
    padding: 12px 15px;
    margin: 10px 0;
    background-color: #fff;
}
.wmt_layout .google ul {
    display: flex;
}
.wmt_layout .google li {
    width: 33%;
    position: relative;
    margin-right: 5px;
}
.wmt_layout .google li:nth-child(3) {
    margin-right: 0;
}
.wmt_layout .google li img {
    width: 100%;
    /* height: 73px; */
}
.wmt_layout .google li p {
    position: absolute;
    top:20px;
    left: 15px;
}
.wmt_layout .example {
    padding: 10px 15px;
    background-color: #fff;
}
.wmt_layout .example ul {
    display: flex;
}
.wmt_layout .example .title {
    margin-bottom: 5px;
}
.wmt_layout .example li {
    width: 50%;
    
}
.wmt_layout .example li:nth-child(1) {
    margin-right: 8px;
}
.wmt_layout .example li .img {
    width: 100%;
}
.wmt_layout .example li .fire {
    margin-top: 5px;
    line-height: 23px;
}
.wmt_layout .example li .fire img {
    width: 9px;
    margin-top: 5px;
    float: right;
}

