<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
				padding:0;
				margin:0;
			}
			.fl {
				float:left;
			}
			.product-box {
				height:800px;
				width:800px;
				background-color:#fff;
				font-size:14px;
				text-align:center;
				padding:0;
				margin:0 auto;
				border:2px solid #F36F2A;
			}
			.box-kuandai {
				width:398px;
				height:399px;
				border:1px solid #F36F2A;
			}
			.box-kuandai h1 {
				font-size:18px;
				color:#666;
				font-weight:bold;
				margin-top:10px;
			} 
			.product-width {
				width:300px;
				height:200px;
				
			}
			.product-width,.taocan {
				margin-left:50px;
				margin-top:10px;
				margin-bottom:10px;
			}
			.table {
				width:300px;
				height:80px;
				color:#fff;
				margin-left:50px;
			}
			.table,.table-box4 {
				background-color:#be946e;
			}
			.table-box1,.table-bottom {
				width:90px;
			}
			.table-box1 {
				height:80px;
			}
			.table-top1 {
				width:88px;
				height:30px;
				border:1px solid #ddd;
				line-height:30px;
			}
			.table-bottom1 {
				height:46px;
				border:1px solid #ddd;
				line-height:46px;
			}
			.table-box2 {
				width:30px;
				height:78px;
				border:1px solid #ddd;
				line-height:78px;
			}
			.table-box3 {
				width:86px;
				height:78px;
				border:1px solid #ddd;				
			}
			.table-box4 {
				height:30px;
				width:298px;
				border:1px solid #ddd;
				margin-left:50px;
				line-height:30px;
			}
			.table-box4 a{
				color:#fff;
				text-decoration:none;
			}
			.table-box4 a:hover {
				color:#F36F2A;
			}
			.table-box5,.table-top5,.table-bottom5 {
				width:212px;
				
			}
			.table-box5 {
				height:80px;
			}
			.table-top5 {
				height:30px;
				border:1px solid #ddd;
				line-height:30px;
			}
			.table-bottom5 {
				height:46px;
				border:1px solid #ddd;
				line-height:46px;
			}
			.toTop {
				width:50px;
				height:180px;
				position:fixed;
				right:2%;
				top:50%;
			}
			ul,li {
				list-style-type:none;
			}
			.phone,.code {
				position:relative;
				width:50px;
				height:50px;
				margin-bottom:10px;
			}
			.list-phone {
				background-color:#333;
				width:110px;
				height:60px;
				position:absolute;
				top:0;
				right:55px;
				font-size:14px;
				color:#fff;
				padding:10px;
				border-radius:10px;
			}
			.phone ul li ul li .list-phone {
				display:none;
			}
			.phone ul li:hover ul li .list-phone {
				display:block;
			}
			.list-code {
				width:110px;
				height:130px;
				background-color:#333;
				font-size:14px;
				color:#fff;
				text-align:center;
				padding:5px;
				position:absolute;
				top:0px;
				right:55px;
				border-radius:10px;
			}
			.code ul li ul li .list-code {
				display:none;
			}
			.code ul li:hover ul li .list-code {
				display:block;
			}</pre></body></html>