
:root {
    --primary-bg-color: #fff; /* 默认背景色 */
    --primary-text-color: #000; /* 默认文本色 */
    --primary-inputbox-color: #fff; /* 默认文本色 */
    --primary-btn-color: transparent; /* 默认文本色 */
    --primary-footer-color: #e8e8e8;
    --primary-submit-btn-color: #f8f9fa
}


body,html{
    background: var(--primary-bg-color);
    margin: 0;
    height:100vh;
    color: var(--primary-text-color);
}

#app{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.gcse-search-app{
    width: 100%;
    height: 100vh;
    position: relative;
}
.btn-Search{
    background-color: var(--primary-submit-btn-color);
    border: 1px solid var(--primary-submit-btn-color);
    border-radius: 4px;
    color: #3c4043;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.search-logo{
    width: 300px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-image: url("/search/img/logo1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
}

form.gsc-search-box{
    display: flex !important;
    align-items: center;
    justify-content:flex-start;
    padding-left: 20px;
    margin:0 auto;
    height: 63px;
 }

.gsc-search-box-attr{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*overflow: hidden;*/
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}


table.gsc-search-box{
    width: 43% !important;
    height: 32px !important;
}

table.gsc-search-box-margin{
    margin: auto;
}


.gsc-search-logo{
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
    background-image: url("/img/logo1.png");
    margin-right: 50px;
    margin-left: 50px;
}

.gsc-control-cse{
    background-color: var(--primary-bg-color)!important;
    border: none !important;
}

.gsc-results-wrapper-visible{
    /*padding-left: 215px;*/
    /*width:625px;*/
}
.gsc-input-box{
    width: 100%;
    height:35px !important;
    background-color: var(--primary-inputbox-color)!important;
}

.gsc-input-box table{
    width: 100%;
    height: 35px !important;
}
.gsc-search-button{
    height:35px
}

.gsc-input{
    width: 100%;
    background-color: var(--primary-inputbox-color)!important;
}


.gs-result .gs-title, .gs-result .gs-title *{

    font-family: Arial, sans-serif !important;
    font-size: 14px; !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}
.gsc-webResult.gsc-result{
    border: none !important;
}
.gsc-control-cse{
    background-color: var(--primary-bg-color)!important;
    border: none !important;
}
.gsc-above-wrapper-area{
    border: none !important;
    margin-left:200px !important;
}

.gsc-tabHeader:nth-child(1){
    margin-left:200px !important;
}

.gsc-wrapper{
    margin-left:200px;
}


.gcse-search-app-footer{
    width: 100%;
    height:60px;
    background-color:var(--primary-footer-color);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#333333;
    .gcse-search-app-footer-l a{
        padding-left: 25px;
        text-decoration: none;
        cursor: pointer;
    }
    .gcse-search-app-footer-r a{
        padding-right: 20px;
        text-decoration: none;
        cursor: pointer;
        color: #333333;
    }
}

.gsc-imageResult>.gsc-expansionArea {
    justify-content: flex-start !important;
}
