.i_banner {
    height: 340px;
}

.i_banner_img {
    width: 100%;
    position: static;
    height: 100%;
    margin-left: 0;
}

.order-wrap {
    float: right;
    font-size: 16px;
    color: #666666;
}

.order-wrap .hot {
    margin-left: 16px;
    cursor: pointer;
    float: none;
    display: inline-block;
    min-width: 0;
    padding: 0;
    line-height: 16px;
    margin-right: 0;
}

.order-wrap .new {
    margin-left: 16px;
    cursor: pointer;
}

.hot:hover {
    color: #5086FF;
}

.new:hover {
    color: #5086FF;
}

.btn_more_a:hover, .box:hover .btn_more_a {
    background: -o-linear-gradient(144deg, rgba(142, 107, 255, 1), rgba(80, 134, 255, 1));
    background: linear-gradient(-54deg, rgba(142, 107, 255, 1), rgba(80, 134, 255, 1))
}

.select {
    color: #5086FF;
}

.mp-info {
    position: relative;
    color: #5086ff;
    z-index: 1000;
    cursor: pointer;
}

.mp-wx {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    overflow: hidden;
    width: 120px;
    height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url("../images/port/code.png");
    background-size: 100% 100%;
}

.mp-info:hover >.mp-wx{
    height: 120px;
}