.mobile {
    overflow-x: hidden;
}

.mobile .nav .logo img {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.mobile .language-select {
    width: 150px;
    float: right;
    margin: 18px 0px;

}

.mobile .language-select .dropdown {
    width: 150px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    margin-right: 0px !important;
}

.mobile .language-select .dropdown .box_ico {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.mobile .language-select .dropdown .box_ico img {
    margin-top: 2px;
}

.mobile .dropdown-content {
    margin-top: 32px;
    margin-left: 18px;
}

.mobile .new-item-wrapper {
    flex-direction: column !important;
}

.mobile .new-item-wrapper .title {
    line-height: 28px;
}

.mobile #bannerList {
    width: 100% !important;
    text-align: left;
}

.mobile .support{
    width: 100%!important;
    padding: 0px 20px;
}
.mobile .support .title{
    margin-top: 6px;
}

.mobile .banner{
    min-width:300px!important;
    width: 100% !important;
}


