<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
	font-family:iconfont;
	src:url('../../css/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot');
	src:url('../../css/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('../../css/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('../../css/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('../../css/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-right: 10px;
}


.iconfont.pointer {
	cursor: pointer;
}

.iconfont.small {
	font-size: 12px;
	margin-right: 0;
}

.ui-container{
	margin-top:10px;
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

.fn-hide {
	display: none;
}

.backWrap {
	width: 100%;
	height: 390px;
	/*background: #fff url(https://t.alipayobjects.com/images/rmsweb/T1NaljXhNiXXXXXXXX.png) center top no-repeat;*/
	position: absolute;
	top: 200px;
	left: 0;
	opacity: .5;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	min-width: 1190px;
}

.mainWrapper {
	position: relative;
	/**z-index: 3;*/
}

.container {
	/*width: 1020px;*/
	/*min-height:600px;*/
	/*margin: 0 auto;*/
}

.mainWrapper .projectList {
	padding: 5px 0;
	/**margin-left: 85px;**/
	background-color: transparent;
}

.mainWrapper .projectList .radioGroup {
	margin: 5px 0 0;
}

.mainWrapper .projectList .radioGroup .radio {
	color: #212121;
	font-size: 16px;
	float: left;
	margin-right: 50px;
	margin-top: 0;
	padding: 4px 10px;
}

.mainWrapper .projectList .radioGroup .radio:hover {
	border-bottom: 2px solid #03a9f4;
	text-decoration: none;
}

.mainWrapper .projectList .radioGroup .radio.actived {
	border-bottom: 2px solid #0091ea;
	text-decoration: none;
}

.mainWrapper .projectList .radioGroup .radio:hover {
	text-decoration: none;
}

.mainWrapper .projectList .projectGroup .projectEmpty {
	/*background: url(https://t.alipayobjects.com/images/rmsweb/T1SF4iXXtgXXXXXXXX.png) 0 0 no-repeat;*/
	font-size: 18px;
	color: #212121;
	margin: 0 auto;
	padding: 30px 0 30px 80px;
	width: 240px;
	margin-top: 150px;
	margin-bottom: 180px;
}

.mainWrapper .projectList .projectGroup .project {
	/*max-height: 450px;*/
	position: relative;
	padding: 20px 0;
	vertical-align:middle;
	border-bottom: 2px solid #eee;
}

.mainWrapper .projectList .projectGroup .project .projectLink {
	display: block;
	color: #212121;
	vertical-align:middle;
}

.mainWrapper .projectList .projectGroup .project .projectLink:hover {
	/*cursor:pointer;*/
}

.mainWrapper .projectList .projectGroup .project.noBorder,.mainWrapper .projectList .projectGroup .project:last-child {
	border-bottom: 0;
	padding-bottom: 20px;
}

.mainWrapper .projectList .projectGroup .project.fn-hide {
	display: none;
}

.mainWrapper .projectList .projectGroup .project .project-img {
	/**position: absolute;
	bottom: 100px;**/
	width: 240px;
	height: 240px;
	float: left;
	margin-right: 20px;
	vertical-align:middle;
	cursor:pointer;
}

.mainWrapper .projectList .projectGroup .project .project-img-disabled {
	/**position: absolute;
	bottom: 100px;**/
	width: 240px;
	height: 240px;
	float: left;
	margin-right: 20px;
	vertical-align:middle;
}

.mainWrapper .projectList .projectGroup .project .project-main {
	position: relative;
	margin-left: 260px;
	margin-right: 265px;
	/*max-height: 450px;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top {
	display: inline-block;
	padding-left: 20px;
	border-left: 1px dashed #eee;
	text-align:left;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .project-name {
	font-size: 16px;
	color: #212121;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .project-desc {
	font-size: 16px;
	color: #212121;
	margin-top: 10px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top table tr td.col1 {
	width:100px;
	vertical-align: top;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup {
	margin-top: 20px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag {
	padding: 2px 15px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	/*background:url(../../reg_images/user_button.jpg);*/
	background-color:#fcc000;
	color: #fff;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag.tag0 {
	/*background-color: #03a9f4;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag.tag1 {
	/*background-color: #30b8f6;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag.tag2 {
	/*background-color: #4fc3f7;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag.tag3 {
	/*background-color: #81d4fa;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .tagGroup .tag.tag4 {
	/*background-color: #b3e5fc;*/
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .iconGroup {
	margin-top: 20px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .iconGroup .icon {
	display: inline-block;
	color: #81d4fa;
	border-radius: 100%;
	margin-right: 10px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-top .iconGroup .icon:hover {
	color: #02a9f4;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic {
	font-size: 14px;
	color: #212121;
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	margin-bottom: -21px;
	width: 300px;
	margin-right: 60px;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic.dynamic-animate,.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic .dynamic-animate {
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	-moz-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-webkit-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-o-transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic .dynamic-time {
	margin-left: 25px;
	color: #9e9e9e;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic .next-dynamic {
	opacity: 0;
	transform: rotateX(45deg);
	-ms-transform: rotateX(45deg);
	-moz-transform: rotateX(45deg);
	-webkit-transform: rotateX(45deg);
	-o-transform: rotateX(45deg);
	filter: alpha(opacity=0);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic .curr-dynamic {
	opacity: 1;
	transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	filter: alpha(opacity=100);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic.running {
	margin-bottom: 0;
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic.running .curr-dynamic {
	opacity: 0;
	transform: rotateX(45deg);
	-ms-transform: rotateX(45deg);
	-moz-transform: rotateX(45deg);
	-webkit-transform: rotateX(45deg);
	-o-transform: rotateX(45deg);
	filter: alpha(opacity=0);
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-dynamic.running .next-dynamic {
	opacity: 1;
	transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	filter: alpha(opacity=100);
}

.mainWrapper .projectList .projectGroup .project .project-main .project-bottom .project-peoples {
	color: #212121;
	font-size: 14px;
	display: inline-block;
}

.mainWrapper .projectList .projectGroup .project .project-main .popContent {
	position: absolute;
	left: 350px;
	bottom: 40px;
	display: inline-block;
}

.mainWrapper .projectList .projectGroup .project .project-main .check-out-div {
	position: relative;
	padding-left: 250px;
	margine-bottom: 5px;
	display: inline-block;
}

.mainWrapper .projectList .projectGroup .project .project-main .check-out-div .check-out-btn{
	 position: relative;
	 background:url(../../reg_images/user_button.jpg);
	 margine-bottom: 5px;
	 display: inline-block;
	 display:block;
	 cursor:pointer;
	 width:196px;
	 height:45px;
	 margin:0 auto;
	 line-height:45px;
	 color:#FFF;
	 border:0;
	 font-size:14px;
	 font-weight:bold;
	 border:0;
 }

.mainWrapper .projectList .projectGroup .project .project-main .check-out-div .check-out-btn-disabled{
	position: absolute;
	background-color:#7b7b7b;
	bottom: 20px;
	display: inline-block;
	display:block;
	width:196px;
	height:45px;
	margin:0 auto;
	line-height:45px;
	color:#FFF;
	border:0;
	font-size:14px;
	font-weight:bold;
	border:0;
}
.check-out-btn:hover
{
	background-color: #ffb300;
	border-color: #ffb300;
}
.check-out-btn:active
{
	background-color: #fb8c00;
	border-color: #fb8c00;
}

.mainWrapper .projectList .projectGroup .project .project-main .check-out-div .check-out-btn-1{
	background:url(../../user_images/checkout.png); 
	width:137px; 
	height:30px; 
	border:none; 
	cursor:pointer; 
	float:right; 
	font-size:14px; 
	color:#fff;
}

.mainWrapper .projectList .projectGroup .project .project-process {
	position: absolute;
	right: 0;
	top: 20px;
	height: 340px;
	width: 240px;
	border-left: 2px solid #eee;
	vertical-align: middle;
	display:inline;
}

.mainWrapper .projectList .projectGroup .project .project-process .process-bar {
	margin-top: 10px;
	margin-left: 20px;
	/**width: 130px;*/
	height: 130px;
}

.mainWrapper .projectList .projectGroup .project .project-process .processbar-div {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 margin-left: 20px;
 }

.mainWrapper .projectList .projectGroup .project .project-process .processbar-div .processbar-percent {
	color: #2C0F05;
}

.mainWrapper .projectList .projectGroup .project .project-process .process-desc {
	position: absolute;
	bottom: 100px;
	left: 40px;
}

.mainWrapper .projectList .projectGroup .project .project-process .process-desc .process-detail {
	margin-top: 15px;
	text-align: left;
}

.mainWrapper .projectList .projectGroup .project .project-process .process-desc .process-detail .process-title {
	/*display: inline-block;*/
	font-size: 14px;
	/*float: left;*/
	color: #212121;
	word-spacing: 3px;
}

.mainWrapper .projectList .projectGroup .project .project-process .process-desc .process-detail .process-result {
	float: left;
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
	color: #212121;
}

.ui-like {
	position: relative;
	cursor: pointer;
	height: 40px;
}

.ui-like .iconfont {
	position: absolute;
	left: 6px;
	bottom: -1px;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	top: auto;
	color: #fff;
}

.ui-like.black:hover .numContent .unlikeNum,.ui-like.black:hover .unlikeImg {
	color: #02a9f4;
}

.ui-like.black .unlikeImg {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #bdbdbd;
}

.ui-like.black .likeImg {
	color: #0091ea;
}

.ui-like.black .arrow-content .like-arrow {
	background: #0091ea;
}

.ui-like.black .numContent .unlikeNum {
	color: #bdbdbd;
}

.ui-like.black .numContent .likeNum {
	color: #0091ea;
}

.ui-like .like-animate,.ui-like .like-animate-fast {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.ui-like .unlikeImg {
	transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	opacity: .5;
	filter: alpha(opacity=50);
}

.ui-like .unlikeImg.liked {
	transform: rotate(-59deg) scale(0);
	-ms-transform: rotate(-59deg) scale(0);
	-moz-transform: rotate(-59deg) scale(0);
	-webkit-transform: rotate(-59deg) scale(0);
	-o-transform: rotate(-59deg) scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.ui-like .likeImg {
	transform: rotate(59deg) scale(0);
	-ms-transform: rotate(59deg) scale(0);
	-moz-transform: rotate(59deg) scale(0);
	-webkit-transform: rotate(59deg) scale(0);
	-o-transform: rotate(59deg) scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.ui-like .likeImg.liked {
	transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.ui-like .arrow-content {
	position: absolute;
	left: 6px;
	top: 2px;
	width: 30px;
	height: 12px;
}

.ui-like .arrow-content .like-arrow {
	position: absolute;
	width: 2px;
	height: 8px;
	display: none;
	background: #fff;
	_filter: alpha(opacity=0);
}

.ui-like .arrow-content .like-arrow.none {
	height: 0;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	-moz-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-webkit-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-o-transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.ui-like .arrow-content .like-arrow .arrow-inner {
	position: absolute;
	width: 2px;
	background: #3282b6;
	height: 8px;
}

.ui-like .arrow-content .like-arrow.arrow-left {
	transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	-moz-transform: rotate(-36deg);
	-webkit-transform: rotate(-36deg);
	-o-transform: rotate(-36deg);
	left: 0;
	top: 4px;
}

.ui-like .arrow-content .like-arrow.arrow-left.grow {
	top: auto;
	bottom: 0;
	height: 0;
}

.ui-like .arrow-content .like-arrow.arrow-left.grow.growOver {
	height: 8px;
}

.ui-like .arrow-content .like-arrow.arrow-center {
	left: 10px;
	top: 0;
}

.ui-like .arrow-content .like-arrow.arrow-center.grow {
	top: auto;
	bottom: 4px;
	height: 0;
}

.ui-like .arrow-content .like-arrow.arrow-center.grow.growOver {
	height: 8px;
}

.ui-like .arrow-content .like-arrow.arrow-right {
	left: 20px;
	top: 4px;
	transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	-moz-transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
	-o-transform: rotate(36deg);
}

.ui-like .arrow-content .like-arrow.arrow-right.grow {
	top: auto;
	bottom: 0;
	height: 0;
}

.ui-like .arrow-content .like-arrow.arrow-right.grow.growOver {
	height: 8px;
}

.ui-like .numContent {
	margin-left: 35px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: bottom;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	-moz-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-webkit-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-o-transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.ui-like .numContent.liked {
	margin-top: 0;
}

.ui-like .numContent.liked .unlikeNum {
	opacity: 0;
	transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	filter: alpha(opacity=0);
}

.ui-like .numContent.liked .likeNum,.ui-like .numContent .unlikeNum {
	opacity: 1;
	transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	filter: alpha(opacity=100);
}

.ui-like .numContent .unlikeNum {
	color: #cedff3;
}

.ui-like .numContent .likeNum,.ui-like .numContent .unlikeNum {
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	-moz-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-webkit-transition: all .4s cubic-bezier(.25,.1,.25,1);
	-o-transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.ui-like .numContent .likeNum {
	opacity: 0;
	transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	filter: alpha(opacity=0);
	color: #fff;
}

.location-container{ width:1190px; text-align:left; margin:0 auto; margin-top: 10px;}

.location-container .PcbPoolLocation{
	position: relative;

	height: 30px;
	line-height: 30px;

	text-align: left;
}

.location-container .PcbPoolLocation a{
	color:#E4AA00;
}

.red-underline-visual{
	border-bottom:dashed 1px #E4AA00;
	width:35px;
	display:block;
}

.pcb-price{
	width:100%;
	/**max-height:120px;
	overflow-y: auto;
	**/
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.pcb-price table {
	margin: 0 auto;
	border: 1px solid #ddd;
	width: 90%;
	text-align:center;
}

.pcb-price table tr {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
}

.pcb-price table tbody tr:nth-child(odd) {
	background: #EDEDED;
}

.pcb-price table thead tr {
	background-color: #b88a00;
}

.pcb-price table tr th {
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.pcb-price table tr th.col1 {
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


.pcb-price table tr th.col2 {
	width: 275px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


.pcb-price table tr td {
	width: 200px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
	overflow: hidden;
}
.pcb-price table tr td.col1 {
	width: 150px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

.pcb-price table tr td.col2 {
	width: 275px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

.pcb-price table tr td strong {
	margin-left: 10px;
}

.pcb-price table tr td img {
	margin-top: 10px;
}

.pcb-price table tr td.separator {
	border-right: 1px solid #CCCCCC;
}

.pcb-price table tr th.separator {
	border-right: 2px solid white;
}

.pcb-price table tbody tr td.no-data {
	width: 1000px;
	text-align: center;
}


.shipping-types{
	width:100%;
	/**max-height:80px;
	overflow-y: auto;**/
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-bottom: 5px;
}

.shipping-types table {
	margin: 0 auto;
	border: 1px solid #ddd;
	width: 90%;
	text-align:center;
	table-layout:fixed;
}

.shipping-types table tr {
	width: 100%;
	/**
	height: 20px;
	line-height: 20px;
	**/
	float: left;
	vertical-align: middle;
	height: 100%;
}

.shipping-types table tbody tr:nth-child(odd) {
	background: #EDEDED;
}

.shipping-types table thead tr {
	background-color: #b88a00;
	height: 20px;
	line-height: 20px;
}

.shipping-types table tr th {
	width: 200px;
	/**height: 20px;
	line-height: 20px;**/
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.shipping-types table tr th.col1 {
	width: 150px;
	/**height: 20px;
	line-height: 20px;**/
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.shipping-types table tr th.col2 {
	width: 275px;
	/**height: 20px;
	line-height: 20px;**/
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.shipping-types table tr td {
	width: 200px;
	/**
	height: 20px;
	line-height: 20px;
	**/
	height: 100%;
	line-height:100%;
	text-align: center;
	float: left;
	overflow: hidden;
	word-wrap:break-word;
	vertical-align: middle;
	margin:0;padding:0
}

.shipping-types table tr td.col1 {
	 width: 152px;

	height: 20px;
    line-height: 20px;

	 text-align: center;
	 float: left;
	 overflow: hidden;
	 word-wrap:break-word;
	 vertical-align: middle;
	 margin:0;padding:0
 }
.shipping-types table tr td.col2 {
	width: 275px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	overflow: hidden;
	word-wrap:break-word;
	vertical-align: middle;
	margin:0;padding:0
}
.shipping-types table tr td.separator {
	border-right: 1px solid #CCCCCC;
	height: 100%;
}

.shipping-types table tr th.separator {
	border-right: 2px solid white;
}

.shipping-types div {
	width: 100%;
	text-align: left;
}

.shipping-types div span
{
	color: #FF1D17;
	text-align: left;
}

.shipping-types table tr td.whole-td
{
	width: 100%;

	height: 40px;
	line-height: 20px;
	colpan:2;
	text-align: left;
	float: left;
	overflow: hidden;
	word-wrap:break-word;
	vertical-align: middle;
	color: #FF1D17;
	margin:0;
	padding:0;
}



/***new pcbpool***/
.new_style_PcbPoolLocation{
	/*width: 1026px;*/
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	color:#888 ;
}

.new_style_PcbPoolLocation a{
	color:#888;
    font-size: 12px;
}


#new_style_menu {
	/*width: 1024px;*/
	text-align: center;
	height: 44px;
	border-bottom: 2px solid #e7a200;
	margin: 0 auto;

}


#new_style_menu  ul li {
	float: left;
	width: 140px;
	height: 32px;
	margin: 10px 5px 15px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #eff2f1;
}

.new_border_style{
	border: 2px solid #e7a200;
	border-bottom: 2px solid #fff;
}


#new_style_menu ul li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	color: #888;
}

.new_pool_title_img{

	/*width: 1026px;*/
	margin: 0 auto;
}


#new_pool_container {
	/*width: 1024px;*/
	/*width: ;*/
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;

	/*border: 1px solid #e1e1e1;*/
}

.new_pool_left_sider{
	float: left;
}

.new_pool_left_sider_top{

	/*width: 300px;*/
	height: 220px;
}


.new_pool_left_sider_bottom{
	/*width: 300px;*/
	width: 100%;
	height: auto;
	background: #f5f7f6;
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;

}


.new_pool_left_sider_button input {
	width: 80%;
	height: 32px;
	line-height: 32px;
	background: url("../../images/pool_images/btn-pool-more.png") no-repeat ;
	border: 0;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}


.new_pool_right_sider{
	display:block;
	/*width: 664px;*/

	padding: 20px;
	border: 1px solid #E1E1E1;

	margin-bottom: 30px;

}

.new_pccbpool_title_info{

  text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.new_pcbpool_process_content{

	background-color: #f5f7f6;

}
.new_pcbpool_process_content ul li{
	text-align: left;
	font-size: 14px;
	padding: 5px 20px;
}
.new_pcbpool_process_content ul li span{
	display: inline-block;
}

.new_pcbpool_process_content ul li span img{
	clear: both;

   float: left;
	margin-top:1px;

	margin-right: 10px;

}

.new_pool_desc_content{
	margin: 30px 0 40px 0;
	clear: both;
}



.new_pool_desc_spec ul li{

	float: left;
	/*display: inline-block;*/
	text-align: left;
	font-size: 14px;
	color: #333;
}

.new_pool_title_note td{
	background: #E8BB00;
	font-weight: bold;
	color: #fff;
	font-size: 12px;

	text-align: center;
}


.new_pool_note_one{
	width: 40%;
	height: 32px;
	text-align: center;
	color: #888;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
}


.new_pool_note_two{
	width: 60%;
	height: 32px;
	text-align: center;
	color: #888;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;


}




.new_pcbpool_desc_bottom{
	clear: both;
	display: block;
	margin-top:20px;
}

.new_pcbpool_desc_top{
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 30px;
}

.new_pool_detail_info{
	display: block;

	margin-top: 30px;

}

.new_pool_note_text{
	display: block;
	padding: 0;
	margin: 0;
	background-color: #f5f7f6;

}


.new_pool_note_text p{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f5f7f6;
}

.progress {
	/*width: 566px;*/
	height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	background-color:#E1E1E1;
	border: 3px solid #bdbdbd;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progeress-status{
	position: relative;width: 90%;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress-bar-danger {
	background-color: #d9534f;
}

.progress-bar {
	float: left;
	width: 0;
	height: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #D81D0E;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.new-check-out-div{
      display: block;
	  text-align: center;
	 margin-top: 40px;
}

.new-check-out-btn{
	display: block;
	width: 188px;
	height: 36px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffff;
	margin: 0 auto;
	border-radius: 5px;
	background: url("../../images/pool_images/btn-pool-placeorder.png") no-repeat;
	cursor: pointer;

}

.new-pool-hr{
	display: block;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #e1e1e1;
}

.sr-only-xs{
	position: absolute;
	right: 0px;
	top: 3px;
	color: #888;
    clip: auto;
    overflow: unset;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
}


.new_pagebox{
	width: 350px;
	float: right;
	line-height: 26px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.new_pagebox .current {
	color: #FFF;
	background: #e8bb00;
	padding: 0px 5px 0px 5px;
	margin-left: 4px;
	cursor: pointer;
}


.new_pagebox a {
	padding: 0px 5px 0px 5px;
	border: 1px solid #e1e1e1;
	margin-left: 4px;
	color: #888;
	cursor: pointer;
}


/*self修改*/
.new_order_listtoppage{
	display: block;
	height: auto;
	width: 705px;
}
.new_pool_title_img img{
	width: 100%;
}
.new_pool_left_sider{
	width: 26%;
}

@media(min-width: 992px){

	.new_pool_right_sider{
		width: 72%;
	}
}
#new_style_menu   {
    border-bottom:  0px;
}
#new_style_menu ul {
    border-bottom: 2px solid #e7a200;
    height: 100%;
}
.PoolDescription{
	font-size:16px;color: red;padding-top: 20px;
	font-weight: bold;
}
.pool_desc_spec_title{
	width: 15%;font-size: 16px;color: #333;font-weight: bold;
}
.pool_desc_spec_content{
	width: 70%;text-align: left;
}
.pool_desc_spec_remark{
	width: 15%;
}
.new_pcbpool_process_content .area_total{
    font-size: 20px;color: #e7a300;font-weight: bold;
}
@media (max-width: 991px) and (min-width: 768px){
	.container {
		width: 100%;
	}
}
@media(min-width: 0px) and (max-width: 991px) {
	body{
		background: #f1f2f2;
	}
	#new_style_menu ul li{
		width: 48%;
	}
	.new_pool_left_sider{
		width: 100%;
		background-image: linear-gradient(#c2d0e1, #fff);
	}
	.new_pool_title_img img{
		width: 100%;
	}

	.new_pool_left_sider_top{
		width: 100%;
		height: 100%;
	}

	.new_pool_left_sider_bottom{
		/*width: 100%;*/
		padding-bottom: 5px;
		border: 1px solid #eeeeee;
		width: 93%;
		background: #fff;
		text-align: center;
		margin: 3% 3% 5% 3%;
	}
	.new_pool_right_sider{
		width: 100%;
		margin-top: 18px;
		background: #fff;
		padding: 15px 8px 0px 8px;
		border: 0px;
	}
	.project-top{
		padding: 5px;
	}

	.new_pool_left_sider_button input{
		background: none;
		width: 94%;
		margin: 3% 3% 3% 3%;
		border-radius: 4px;
		height: 42px;
		font-size: 16px;
		background-color: #e8ba00;
	}
	.clearLine{
		width: 100%;
		height: 20px;
		background: #F1F2F2;
	}
	.container_padding{
		padding: 0px;
		margin: 0px;
	}
	.PoolDescription{
		padding-top: 10px;
		color: #333;
		font-weight:bold;
	}
	.projectList{
		border: 1px solid #e4e4e4;
	}
	.new_pcbpool_process_content ul li{
		padding: 5px 10px;
	}
	.new_pool_desc_spec ul li{
		color: #888;
	}
	.pool_desc_spec_title{
		width: 100%;font-size: 16px;color: #333;font-weight: bold;
	}
	.pool_desc_spec_content{
		width: 100%;text-align: left;
		color: #888;
	}
	.pool_desc_spec_remark{
		width: 100%;
		color: #888;
	}
	.new_pool_desc_content{
		margin: 10px 0 40px 0;
	}
	.new_pcbpool_desc_top{
		margin-top: 10px;
	}
	.new_pool_detail_info table{
		border-collapse: separate !important;
		border-spacing: 3px;
	}
	.new_pool_detail_info table tr:nth-child(3){
		background: #f5f7f6;
	}
	.new_pool_detail_info table tr:nth-child(5){
		background: #f5f7f6;
	}
	.new_pool_note_one{
		border: 0px;
	}
	.new_pool_note_two{
		border: 0px;
	}
	.new_pool_title_note td{
		background: #F5EDC4;
		color: #333;
	}
	.new_pool_note_two td{
		background: #F5EDC4;
		color: #333;
	}
	.new-check-out-btn{
		background: none;
		background-color: #E8Ba00;
		width: 100%;
		height: 42px;
	}
	#new_pool_container{
		margin-bottom: 0px;
	}
	.progress{
		height: 20px;
		border-radius: 15px;
		border: 0px solid linear-gradient(#c2d0e1, #fff);
        background:url(../../images/pcbpool/bg/bg-progress4.png) no-repeat 1%;
    }
    .progress-bar{
        height: 15px;
		color: #888;
		line-height: 16px;
        background-color: #9bd611;
        width: 100%;
        text-align: center;
    }
	.progress-bar-xs{
		height: 15px;
		position: absolute;
		color: #888;
		line-height: 16px;
		width: 100%;
		text-align: center;
	}
    .new_pccbpool_title_info{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .new_pcbpool_process_content .area_total{
        font-size: 14px;color: #e7a300;font-weight: bold;
    }
	.projectList{
		border: 0px;
	}
	.project-main{
		border: 1px solid #e4e4e4;
	}

	.projectGroup{
		border: 0px;
	}
	.new_pool_note_text p{
		border-top: 1px solid #e1e1e1;
		margin-top: 15px;
		background: #fff;
	}
	.new-pool-hr{
		border-bottom: 0px;
		margin: 20px 0 20px 0;
	}
	.progeress-status{
		position: relative;width: 100%;
	}
}





</pre></body></html>