    <style>
	    .hr1 {
			color: #A0A0A4;
		    border-style:dotted;
            font-size: 0px;
    }
    .hr1::before {
		content: "物理机服务器(独立机箱)";
		font-size:20px;
		font-style:oblique;
		color: #F00;
		position: absolute;
		line-height: 10px;
		left: 50%;
		transform: translateX(-50%);
    }
		    .hr2 {
			color: #A0A0A4;
		    border-style:dotted;
            font-size: 0px;;
    }
    .hr2::before {
		content: "VPS云服务器(共享硬件)";
		font-size:20px;
		font-style:oblique;
		color: #2A5FFF;
		position: absolute;
		line-height: 10px;
		left: 50%;
		transform: translateX(-50%);
    }
		    .hr3 {
			color: #A0A0A4;
		    border-style:dotted;
            font-size: 0px;;
    }
    .hr3::before {
		content: "打水必赢dsbing.com";
		font-size:20px;
		font-style:oblique;
		color: #808080;
		position: absolute;
		line-height: 10px;
		left: 50%;
		transform: translateX(-50%);
    }

	
	</style>