ul {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
p {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
dt {
	margin: 0px; padding: 0px;
}
dd {
	margin: 0px; padding: 0px;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
dl {
	list-style: none;
}
h1 {
	font-size: 100%; font-weight: normal;
}
h2 {
	font-size: 100%; font-weight: normal;
}
h3 {
	font-size: 100%; font-weight: normal;
}
h4 {
	font-size: 100%; font-weight: normal;
}
h5 {
	font-size: 100%; font-weight: normal;
}
h6 {
	font-size: 100%; font-weight: normal;
}
img {
	vertical-align: middle;
}
body {
	font-family: "Microsoft YaHei",system-ui,-apple-system,SimHei,SimSun; 
	font-size: 12px; 
	position: relative; 
	min-height: 100%; 
	min-width: 1345px;
}
.common {
	margin: 0px auto; 
	width: 1200px; 
	position: relative;
}
.common h2 {
	text-align: center; 
	color: rgb(45, 45, 45); 
	font-size: 30px;
}
.common .textLeft {
	text-align: left;
}
.common-title {
	text-align: center;
}
.common-title h2 {
	font-size: 38px; 
	font-weight: 500;
}
.common-title b {
	background: rgb(212, 212, 212); 
	margin: 20px auto 12px; 
	width: 117px; 
	height: 1px; 
	display: block;
}
.common-title p {
	color: rgb(251, 100, 93); 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 14px;
}
.ui-banner {
	width: 100%; 
	overflow: hidden; 
	margin-top: 34px;
}
.ui-choose {
	padding: 58px 0px 0px; 
	color: #555555; 
	overflow: hidden; 
	font-size: 16px;
}
.ui-choose ul {
	overflow: hidden; 
	padding-top: 87px; 
	margin-left: -56px;
}
.ui-choose li {
	margin: 0px 0px 0px 56px; 
	width: 570px; 
	height: 230px; 
	float: left;
}
.ui-choose dl {
	overflow: hidden;
}
.ui-choose dt {
	width: 120px; 
	height: 125px; 
	float: left;
}
.ui-choose .dt1 {
	background: url("choose_icon1.png") no-repeat 14px 10px;
}
.ui-choose .dt2 {
	background: url("choose_icon2.png") no-repeat 6px 10px;
}
.ui-choose .dt3 {
	background: url("choose_icon3.png") no-repeat 28px 10px;
}
.ui-choose .dt4 {
	background: url("choose_icon4.png") no-repeat -5px 10px;
}
.ui-choose dd {
	width: 447px; 
	float: right;
}
.ui-choose h3 {
	color: #2d2d2d; 
	padding-bottom: 16px; 
	font-size: 26px;
	font-weight: 500;
}
.ui-choose p {
	line-height: 30px;
	color:#666666;
}

/* 询价按钮样式表 */	
 .btn-wrap{
            margin:30px 0;
            display:flex;
            gap:20px;
            flex-wrap:wrap;
            /* 水平居中 */
            justify-content:center;
        }
        .gpu-btn{
            padding:14px 30px;
            font-size:16px;
            border:none;
            border-radius:6px;
            cursor:pointer;
            transition:0.25s;
            color:#ffffff;
        }
        /* 自定义GPU服务器选配按钮 */
        .btn-custom{
            background-color: #F60;
        }
        .btn-custom:hover{
            background-color: #0080FF;
        }
        /* 提交托管GPU询价按钮 */
        .btn-submit{
            background-color:#F60;
        }
        .btn-submit:hover{
            background-color:#0080FF;;
        }
		
/* 自定义配置硬件gpu样式表 */		
/* 自定义配置硬件gpu样式表 */		
.gpu-form-wrap{
	width:1140px;
	margin:40px auto;
	font-family:Microsoft YaHei,sans-serif;
	font-size:15px;
	background:#ffffff;
	padding:30px;
	border-radius:12px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.gpu-form-wrap h3{
	text-align:center;
	font-size:26px;
	color:#1f2937;
	margin-bottom:30px;
	font-weight:600;
	letter-spacing:1px;
}
.gpu-form-table{
	width:100%;
	border-collapse: collapse;
	border:none;
}
.gpu-form-table td{
	border:1px solid #e5e7eb;
	padding:16px 18px;
	color:#374151;
	background:#fff;
}
.gpu-form-table td:first-child{
	background:#f3f4f6;
	width:220px;
	text-align:right;
	font-weight:500;
	color:#111827;
}
.gpu-form-table tr:hover td{
	background:#fafbfc;
}
.gpu-form-table select,
.gpu-form-table input[type="text"],
.gpu-form-table input[type="number"]{
	padding:9px 12px;
	border:1px solid #d1d5db;
	border-radius:6px;
	font-size:15px;
	margin:0 6px;
	background:#fff;
	transition: 0.2s ease-in-out;
	outline:none;
}
.gpu-form-table select:focus,
.gpu-form-table input[type="text"]:focus,
.gpu-form-table input[type="number"]:focus{
	border-color:#2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.gpu-form-table textarea{
	width:440px;
	height:96px;
	padding:10px 12px;
	border:1px solid #d1d5db;
	border-radius:6px;
	font-size:15px;
	background:#fff;
	transition:0.2s;
	outline:none;
	resize:vertical;
}
.gpu-form-table textarea:focus{
	border-color:#2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.btn-group{
	text-align:center;
	padding:32px 0 10px;
}
.btn-submit{
	padding:12px 40px;
	background:#2563eb;
	color:#fff;
	border:none;
	border-radius:8px;
	font-size:16px;
	cursor:pointer;
	transition:0.2s;
	box-shadow:0 2px 8px rgba(37,99,235,0.25);
}
.btn-submit:hover{
	background:#1d4ed8;
	box-shadow:0 4px 12px rgba(37,99,235,0.3);
}
.btn-reset{
	padding:12px 40px;
	background:#6b7280;
	color:#fff;
	border:none;
	border-radius:8px;
	font-size:16px;
	cursor:pointer;
	margin-left:18px;
	transition:0.2s;
	box-shadow:0 2px 6px rgba(0,0,0,0.12);
}
.btn-reset:hover{
	background:#4b5563;
}
.tip-error{
	color:#dc2626;
	font-size:13px;
	margin-left:10px;
}

/* 自定义配置硬件gpu样式表 */			