#app{
    font-family:customHSFont,"myriad-pro",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol
}
.main-box{
    width: 100%;
    height: 920px;
    /*border:1px solid red;*/
    background: #f8f5e5;
}
.question{
    width: 1000px;
    height: 600px;
    /*border:1px solid red;*/
    margin: 0px auto;
    padding-top: 40px;
}
.lang-select{
    width:  1000px;
    height: 50px;
    text-align: center;
    margin: 30px auto;
}
.lang-select span{
    width: 50px;
    display: inline-block;
    margin: 20px auto;
}
.lang-select button {
    margin-top: 0px;
}
.search-main{
    display: block;
    width: 1000px;
    height: 78px;
    background: #fff;
}
.uk-search-large .uk-search-input{
    font-size: 20px;
    font-weight: 100;
}
.search-main input{
    font-size: 16px;
}
.search-main input::placeholder {
    font-size: 20px;
    height: 30px;
    line-height: 80px;
    /*border:1px solid red;*/
    padding: 10px;
    margin-top: -10px;
}
.main-box-left{
    width: 620px;
    height: 680px;
    /*border:1px solid red;*/
    float: left;
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
}

.main-box-right{
    width: 360px;
    height: 600px;
    /*border:1px solid red;*/
    float: right;
    margin-top: 30px;
    /*background: #fff;*/
}
.q-padding{
    /*margin: 1px solid red;*/
    padding: 30px;
}
.q-padding .q-content{
    font-weight: 100;
    word-wrap:break-word;
}
.q-home a {
    color: #3b344799;
}
.q-title{
    font-size: 30px;
    color: #3b3447;
    font-weight: 500;
}
.r-title{
    width: 100%;
    height: 40px;
    /*border:1px solid red;*/
    line-height: 40px;
}
.recommend-content{
    width: 100%;
    height: 593px;
    /*border: 1px solid red;*/
    background: #fff;
    border-radius: 5px;
}

.recommend-content li {
    font-size: 15px;
    height: 54px;
    margin-left: 10px;
    padding-top: 8px;
}

.uk-list-a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*border: 1px solid red;*/
    margin-top:0px;
    text-indent: 10px;
}

.uk-list-cate {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    /*border: 1px solid red;*/
    margin-top:0px;
    text-indent: 10px;
}

.uk-list-a{
    color: #3b3447;
}
.uk-list-a:hover{
    color: #ed1c24;
    text-decoration: none;
}

.uk-list-cate{
    font-size: 14px;
    color: #3b344799;
}

.search-title{
    width: 1000px;
    height: 342px;
    border:1px solid #ccc;
    background:#fefdfd;
    overflow: auto;
}

@media screen and (max-width: 765px) {
    .question, .search-title{
        width: 375px;
    }
    .uk-search-large .uk-search-icon{
        width: 30px;
        margin-left: 25px;
    }
    .search-main {
        width: 375px;
        height: 58px;
    }
    .uk-search-large .uk-search-input{
        height: 64px;
    }
    .main-box{
        height: 1560px;
    }
    .main-box-left{
        width: 375px;
        /*border: 1px solid red;*/
    }

    .main-box-right{
        width: 375px;
        height: 623px;
    }

    .recommend-content{
        width: 375px;
    }

    .lang-select{
        width: 375px;
        height: 80px;
    }
}

