﻿
@charset "utf-8";
/*-------------------------全局属性--------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input 
{margin:0;padding:0;}
*{box-sizing:border-box}
*:before,*:after{box-sizing:border-box}
body{width:100%;font:18px Arial,sans-serif;}
a, a:link, a:visited{text-decoration:none;color:#333;cursor:pointer;}
li{list-style:none;}
img{border:none;}
.clear{clear:both;}
.clearfix:after{content:'';clear:both;display:block}
img{max-width:100%;}
a:hover{color:#007cc3;}
/* 输入框壳与按钮 */
.gsc-input, .gsc-input-box {
    border-radius: 10px;
    height: 40px;
}

.gsc-search-button-v2 {
    border-radius: 10px;
    padding: 0 14px;
}

/* 结果项 */
.gsc-webResult.gsc-result {
    border: none;
    padding: 14px 0;
}

.gs-title, .gs-title b {
    color: var(--brand-600);
}

/* 分页 */
.gsc-cursor-page {
    padding: 6px 10px;
    border-radius: 6px;
}










