* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

.support-top-item1-img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
    border: none;
}

input[type=button] {
    cursor: pointer;
}

button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.w {
    width: 80%;
    margin: 0 auto;
}

.support-top {
    background-size: 100% 100%;
    position: relative;
}

.support-top-item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-item-wrapper > .form-text {
    border: 1px solid #3da9e3;
    width: 35vw;
    height: 100%;
    color: #565656;
    box-sizing: border-box;
    text-indent: 1em;
}

.search-input-hover {
    border: 2px solid #0685cd !important;
}

.search-input-click {
    border: 2px solid #1292d7 !important;
}

.form-item-wrapper {
    display: flex;
    height: 40px;
    align-items: center;
}

.form-item-wrapper > .img-wrapper {
    height: 100%;
    background-color: #3ca3dd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper-hover {
    background-color: #1292d7 !important;
}

.img-wrapper > img {
    width: 60%;
}

.search-tip-item {
    cursor: pointer;
}

.search-tip {
    width: 35vw;
    height: 35vh;
    border: 1px solid #6db6df;
    margin-right: 42px;
    background: #f7f7f7;
    overflow: auto;
}

.search-tip-item-hover {

    background: #ece3e3;
}

.search-tip > li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.search-tip-box {
    display: flex;
    margin-left: 1px;
    position: absolute;
    margin-top: 17vh;
}

.form-button {
    height: 100%;
    line-height: 100%;
    background-color: #0b86ca;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
}

.support-top-item1 > h2 {
    color: #575757;
    font-weight: 400;
    margin-bottom: 20px;
}

.support-search {
    margin-top: 20px;
    background-color: #f0f0f0;
}

dd {
    margin: 0px;
}

.search-title {
    height: 54px;
    display: flex;
    align-items: center;
}

.search {
    color: #333;
}

.content-title {
    background-color: #f0f0f0;
    height: 54px;
    display: flex;
    align-items: center;
}

.content {
    padding: 14px 0;
    color: #333;
}

.content-title > img {
    margin-left: -8px;
    height: 147%;
}

.recommend {
    width: 100%;
    margin: 0 auto;
}

.recommend > ul {
}

.recommend > ul > li {
    display: flex;
    align-items: center;
    height: 38px;
    margin-top: 10px;
    position: relative;
}

.recommend > ul > li > * {
    margin-left: 18px;
}


/* .recommend>ul>li>span {
 display: block;
 word-break:keep-all;
}*/

.recommend > ul > li > a > img {
    width: 60%;
    cursor: pointer;
}

.recommend > ul > li > span {
    color: #555;
    width: 450px;
    margin-left: 4px;
}

.detail {
    background-color: #0b86ca;
    color: #fff;
    width: 82px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 3px 0;
    box-sizing: content-box;
}

.link {
    border: 1px solid #a2a2a2;
    color: #555;
    width: 82px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 2px 0;
    box-sizing: content-box;
}

.content-item {
    margin-top: 30px;
}

.support-footer {
    background-color: #f0f0f0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.support-footer > a > p {
    background-color: #0181c8;
    color: #fff;
    padding: 10px 117px;
}

.layui-form {
    width: 80%;
    margin: 25px auto 0;
}

.layui-form-label {
    text-align: left;
}

.layui-form-item {
    display: flex;
    justify-content: space-between;
}

.layui-form-item:after {
    display: none;
}

.layui-form-item .layui-inline {
    margin-bottom: 5px;
    margin-right: 0;
}

.layui-btn {
    background-color: #0b86ca;
}

.layui-form-label {
    padding: 9px 9px;
    width: 155px;
    margin-left: -9px;
}

.layui-inline {
    margin-right: 0;
}

.layui-form-item .layui-input-inline {
    width: 160px;
}

.btn-wrapper {
    width: auto !important;
    margin-right: 0 !important;
}


/**
*good
*/

.butt {
    height: 50px;
}

.recommend .replace {
    display: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0b86ca !important;
}

.layui-form-select dl dd {
    background-color: #0B86ca !important;
    color: #fff;
}

.nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(224, 227, 234, 0.8);
}

.nav > .navContent > .current-cat > [aria-current=page] {
    color: #ff0101 !important;
}

.navContent {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    color: #000;
}

@media (max-width: 1350px) {
    .layui-form-item {
        flex-direction: column;
    }

    .layui-containter {
        margin-top: 10px;
    }
}

@media (max-width: 1020px) {
    .support-top-item1 > h2 {
        font-size: 20px;
    }
}

@media (max-width: 870px) {
    .recommend ul li button {
        display: none;
    }

    .recommend ul li img {
        display: none;
    }

    .recommend .replace {
        display: block;
    }

    .replace img {
        width: 5%;
        height: 30px;
    }

    .recommend > ul > li > span {
        color: #555;
        font-size: 16px;
        width: 450px;
        margin-left: 0px;
    }

    .layui-wrapper {
        display: flex;
        flex-direction: column;
    }

    .layui-wrapper > .layui-inline:nth-child(1) {
        display: flex;
        flex-direction: column;
    }

    .layui-containter {
        display: flex;
        align-items: flex-end;
    }

    .layui-containter > .layui-inline:nth-child(1) {
        display: flex;
        flex-direction: column;
    }

    .search {
        font-size: 13px;
    }

    .layui-form-item .layui-input-inline {
        margin-left: 10%;
        width: 90%;
    }

    .layui-form-item .btn-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .detail {
        font-size: 13px;
    }

    .link {
        font-size: 13px;
    }
}

@media (max-width: 499px) {
    .form-item-wrapper > .form-text {
        width: 70vw;
    }

    .search {
        margin-left: 7px;
        font-size: 12px;
    }

    .support-footer > a > p {
        padding: 10px 75px;
    }
}

@media (max-width: 520px) {
    .detail {
        font-size: 12px;
    }

    .link {
        font-size: 12px;
    }

    .recommend > ul > li > * {
        margin-left: 14px;
    }
}

.nav-order {
    margin: 0px 0 10px 3%;
    font-size: 14px;
}

@media (max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }
}

.nav-order * {
    color: #333;
}

.nav-order a:hover {
    color: #777;
}

.nav-order a:nth-child(2):hover,
.nav-order a:nth-child(3):hover {
    color: #333;
    cursor: auto;
}

.support-select {
    width: 80%;
    margin: 0 auto;
}

.support-select .layui-tab {
    font-size: 16px;
}

.hide {
    display: none !important;
}

.support-content {
    min-height: 100px;
}

.download-count {
    color: grey;
    font-size: 10px;
    margin-left: 0 !important;
}