body {
	font-family: Helvetica Neue,Helvetica,Roboto,Arial,SimHei,Microsoft YaHei,黑体,sans-serif;
}
header {
    border-bottom: 1px solid #eee;
}
.nav {
    text-align: center;
}
.pc-nav {
	display: inline;
}

.nav a {
    text-transform: Uppercase;
    color: #000;
    font-size: 1rem;
    display: inline-block;
    padding: 2px 10px;
}

.nav a.active {
    border-bottom: 2px solid #000;
}

@media print,
screen and (max-width: 940px) {
    .nav a {
        font-size: 1rem;
    }
}

@media print,
screen and (max-width: 630px) {
    .nav a {
        font-size: 1.2rem;
    }
}

@media print,
screen and (max-width: 480px) {
    .nav a {
        font-size: .9rem;
    }
}

.banner {
    margin-bottom: 10px;
}

.banner img {
    width: 100%;
}

.breadcrumbs {
    margin-top: 1rem;
}

.link-x {
    color: #000;
}

.box-cell {
    margin: 0 0 1rem 0;
}

footer {
	clear: both;
    background-color: #DFDFDF;
}

.copyright {
    text-align: center;
    padding: 20px 10px;
	font-size: 12px;
}

.about {
    font-size: 1.1rem;
}

.line-x {
    display: inline-block;
    width: 80px;
    border-top: 1px solid #999;
    padding-top: 5px;
    margin-right: 15px;
}

.head_nav_tog_btn {
    display: none;
    background-color: #000;
    padding: 3px 6px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.left_nav_tog_btn {
	color: #B0ADA6;
    display: none;
    padding: 3px 0;
	cursor: pointer;
}
.cate-icon-down {
	float: right;
	display: inline-block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 0;
    bottom: 0;
    margin: 10px 14px 10px 10px;
}
.cate-icon-up {
	-ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.head_nav {
	display: none;
}
.head_nav .is-active {
	border-bottom: 1px solid #000;
}
.head_nav a {
	color: #000;
}
.left_nav a {
	padding-left: 0;
}
.left_nav li button {
	display: none;
}

@media print,
screen and (max-width: 640px) {
	.head_nav {
        display: none;
    }
    .left_nav {
        display: none;
    }
	.head_nav_tog_btn {
        display: inline-block;
    }
    .left_nav_tog_btn {
        display: block;
    }
}

.home_project img{
	display: inline-block;
    max-width: 100%;
    border-radius: 0;
    line-height: 0;
    width: 100%;
}

/* edit */
.a-thum-port {
	display: block;
	overflow: hidden;
	text-align: center;
}
.a-thum-award {
	display: block;
	overflow: hidden;
	text-align: center;
}
.cate-project-title {
	display: none;
	position:  absolute;
	padding: 4px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}
.a-thum-port img {
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
	filter: gray;
}
.a-thum-port img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.thum-port {
	border: none;
}
@media print,
screen and (min-width: 640px) {
    .padding-lr {
		padding: 0 7% !important;
	}
}
.new-product a {
	color: #000;
}

.item_n_right{
	padding-right: 0 !important;
}
.item_n_left{
	padding-left: 0 !important;
}
.title-desc-box p {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 18px;
	color: #B0ADA6;
}
.p-samll-title {
	font-size: 14px;
	line-height: 18px;
	color: #B0ADA6;
}

/* top bar */
.top-nav-bar {
	padding: 2px 10px;
	background-color: #363636;
	color: #fff;
}
.top-nav-bar .box-4 {
	padding: 5px;
}
.top-nav-bar a {
	color: #fff;
}
.top-nav-bar label {
	cursor: pointer;
}
.top-nav-bar a span {
	margin: 0 !important;
    background-color: red;
    padding: 0 5px;
}
.top-nav-bar .box-4 span {
	margin-right: 10px;
}
.top-nav-bar .box-4.text-right span {
	margin-right: 0;
	margin-left: 10px;
}
.top-nav-bar a:hover {
	text-decoration: none;
}

.top-container {
	display: inline-block;
	margin-top: -1px;
	width: 100%;
	background-color: #309AE8;
}
.top-container .logo {
	padding: 10px;
}
.top-container .logo a {
	font-size: 32px;
    margin: 10px;
    color: #fff;
    text-decoration: none;
}
.top-container .search-bar {
	padding: 15px 10px;
}
.top-container .search-bar input {
	padding: 5px 10px;
	width: 100%;
    max-width: 300px;
	margin-right: 5px;
	height: 34px;
	border: 1px solid #516778;
}
.top-container .search-bar button {
	margin-top: -5px;
	height: 34px;
	background-color: #1357AA;
    color: #fff;
    border-radius: 2px;
	font-weight: 700;
}

#menu-parent {
	padding: 4px;
}
#menu-parent a {
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
#menu-cate-content a {
	font-size: 14px;
	padding: 10px;
}
#menu-cate-content {
	background-color: #EBEBEB;
}
#menu-cate-content ul {
	display: inline-block;
	margin-top: 10px;
	border-left: 1px solid #C8C8C8;
}
#menu-cate-content ul:first-child {
	border-left: none;
}
#menu-cate-content li {
	margin-bottom: 5px;
	list-style: none;
}
#menu-cate-content li:first-child {
	margin-bottom: 10px;
}
#menu-cate-content li b {
	padding: 0;
	font-size: 16px;
}
#menu-cate-content li a {
	color: #000;
}
#menu-cate-content .cate-son {
	margin-bottom: 10px;
}
#menu-cate-content .cate-son li {
	float: none;
}
.btn-tailor-made {
	margin-top: 15px;
}

@media print,
screen and (max-width: 640px) {
	#menu-cate-content {
		padding: 0;
	}
	#menu-cate-content>.tab-pane {
		padding: 0;
	}
    #menu-cate-content .cate-son {
		margin-bottom: 0;
		margin-top: 5px;
		padding: 0;
		width: 100%;
		border-left: none;
	}
	#menu-cate-content .cate-son li {
		float: left;
	}
	.top-nav-bar {
		font-size: 12px;
	}
	.top-container .logo a {
		font-size: 20px;
	}
	.btn-tailor-made {
		margin-top: 8px;
	}
}

/* breadcrumbs */
.bread-container ul {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 0;
}
.bread-container li {
	list-style: none;
	float: left;
	color: #1A5AA9;
	padding-right: 5px;
    padding-left: 5px;
}
.bread-container li i {
	padding-left: 10px;
}
.bread-container li a,.bread-container li a.link {
	color: #1A5AA9;
}
.bread-container .a-back {
	padding-left: 10px;
}
.bread-container .a-back a {
	color: #000;
}

/* content */
.con-container {
	min-height: 500px;
	max-width: 1200px;
	margin: 0 auto;
}
.bread-container {
	max-width: 1200px;
	margin: 0 auto;
}
.project-box {
	border-bottom: 1px solid #CFCFCF;
}
.project-info .p-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	color: #031B51;
	font-weight: 500;
}
.project-info .p-type {
	color: #878787;
	padding-right: 10px;
	padding-bottom: 10px;
}
.project-info .p-type-con {
	color: #000;
	padding-bottom: 10px;
}
.project-info .p-status {
	font-size: 14px;
	color: #1B8FE7;
	font-weight: 700;
}
.appointment-box {
	min-height: 330px;
	margin-bottom: 30px;
}
.appointment-box .appt-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #1A5AA9;
}
.appointment-box table {
	font-size: 16px;
}
.appointment-box td {
	padding: 5px 15px 5px 0;
}
.appointment-box .allow {
	margin-top: 15px;
	width: 120px;
	height: 32px;
}
.appointment-box .quantity {
	width: 80px;
}

.project-list {
	
}
.project-img img {
	max-width: 100%;
}
.list-single {
	margin: 15px 0;
	border-bottom: 1px solid #CFCFCF;
}
.btn-appointment {
	padding: 5px 15px;
	margin-right: 10px;
	background-color: #1357AA;
	color: #fff;
}
.btn-appointment:hover {
	color: #fff;
	text-decoration: none;
}
#page {
	clear: both;
	text-align: center;
}

/* confirm */
#frm_project .form-group {
	padding: 0;
	min-height: 30px;
	font-size: 16px;
}
#frm_project input,#frm_project select {
	padding: 2px 10px;
	height: 30px;
}
#frm_project .input-group .input-group-addon {
	position: relative;
	height: 30px;
	padding-right: 0;
    min-width: 80px;
}
#frm_project .input-group .input-group-addon input {
	position: absolute;
	height: 14px;
	left: 8px;
}
#frm_project .input-group .input-group-addon span {
	cursor: pointer;
}
#frm_project .control-label {
	text-align: right;
}
#frm_project .btn-confirm-return {
	padding: 5px 20px;
	border: 1px solid #ccc;
	background-color: #636363;
	color: #fff;
	font-size: 16px;
}
#frm_project .btn-confirm-sub {
	padding: 5px 20px;
	border: 1px solid #ccc;
	background-color: #104B93;
	color: #fff;
	font-size: 16px;
}
#frm_project .btn-confirm-sub:hover {
	text-decoration: none;
}

/* contact */
.contact-box label {
	font-size: 16px;
}
.contact-box {
	padding: 0;
	margin: 15px 0;
}

/* login */
.box_form {
    margin-top: 1rem;
    padding: 1.5rem 1rem 0.8rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}
.reg_header {
	display: none;
}
.reg_content {
    display: none;
    position: absolute;
	top: 20%;
}
@media print,
screen and (max-width: 640px) {
    .reg_content {
		margin-top: 0;
		margin-right: auto;
	}
}
.reg_content .callout.alert,.reg_content .callout.success {
	max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.2);
    color: #F44336;
}
.reg_content form {
    max-width: 340px;
}
.button.warning {
    background-color: #1583cc;
}
.button.warning:hover {
    background-color: #1583cc;
}
.OL_icon {
    font-size: 16px;
}
.show_icon_box input {
	padding: .5rem;
}
#logreg-tab {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	border-bottom: none;
	background-color: #fff;
}
#logreg-tab li {
	width: 50%;
	background-color: #fff;
}

/* cart */
.table-cart .img-thumbnail {
	max-width: 50px;
}
.project-confirm-box .form-control[readonly] {
	background-color: #fff;
}
.loading,.hulla-loading {
	display: none;
	position: absolute;
	z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    opacity: 0.5;
}

/* image */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.activity-started {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	text-align: center;
    padding: 15px 10px;
	margin-bottom: 15px;
    font-size: 20px;
    border-radius: 4px;
}
/*props*/
.form-props {
	margin-top: 30px;
}
.form-props label {
	margin-bottom: 15px;
}
#props_form h4 .btn-xs {
	margin-left: 10px;
	margin-top: -5px;
}
#propModal .modal-header {
	border: none;
}
#propModal .modal-body {
	text-align: center;
	padding-bottom: 45px;
}
#propModal .modal-body img {
	max-width: 100%;
	background-image: linear-gradient(45deg, rgb(238, 238, 238) 25%, transparent 0, transparent 75%, rgb(238, 238, 238) 0), linear-gradient(45deg, rgb(238, 238, 238) 25%, transparent 0, transparent 75%, rgb(238, 238, 238) 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
}
.form-props .add-prop img {
	max-width: 100%;
	cursor: pointer;
}
.prop-item {
	margin-bottom: 15px;
}
.show-prop-img img {
	max-width: 100%;
	border: 1px solid #ccc;
}
.remove-prop-item {
	top: -10px;
    right: -10px;
}
.prop-price-span {
	display: block;
    text-align: center;
}
.prop-block .prop-img {
	text-align: center;
	border: 1px solid #ccc;
}
.prop-block .prop-img img {
	width: 100%;
	max-width: 300px;
}
.collapse-addprop,.collapse-addshop {
	display: block;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
#propsModal .modal-body {
	min-height: 300px;
	max-height: 500px;
	overflow-y: auto;
}
#propsModal .prop-img {
	padding: 2px;
	text-align: center;
	cursor: pointer;
}
#propsModal .prop-img img {
	max-width: 100%;
	border: 2px solid #fff;
}
#propsModal .prop-img.active img {
	border: 2px solid #408048;
}
.selected-prop {
	display: inline-block;
}
.select-prop img {
	max-width: 100px;
    width: 100%;
    margin: 6px;
    border: 1px solid #ccc;
}
.shop-prop-img {
	cursor: pointer;
	text-align: center;
    border: 1px solid #ccc;
}
.shop-prop-img img {
	max-width: 100%;
}
.shop-prop-block {
	display: inline-block;
	position: relative;
	width: 24%;
	padding-right: 15px;
    padding-left: 15px;
	border: 2px solid #fff;
}
.shop-prop-block.active {
	border: 2px solid #f3a7a7;
}
.shop-props-items {
	display: inline-block;
	max-height: 625px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 0px;
}
.shop-props-items::-webkit-scrollbar {
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}
.shop-props-items::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.shop-props-items::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.shop-prop-title {
	text-align: center;
	overflow: hidden;
	white-space:nowrap;
}
.shop-prop-price {
	text-align: center;
	overflow: hidden;
	white-space:nowrap;
}
.shop-prop-paied {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
	font-size: 20px;
    text-align: center;
    color: red;
    font-weight: 700;
    padding-top: 40%;
}

@media print,
screen and (max-width: 640px) {
	.shop-prop-block {
		width: 32.3%;
		padding-right: 4px;
		padding-left: 4px;
	}
}

.show-preview {
	max-width: 100px;
}
.show-preview img {
	max-width: 100%;
	margin: 6px;
    border: 1px solid #ccc;
}

header .btn-group {
	vertical-align: baseline;
}
header .btn-group .btn-link {
	color: #fff;
}
header .btn-group .btn-link:focus, header .btn-group .btn-link:hover {
	text-decoration: none;
}
header .btn-group .dropdown-menu hr {
	margin-top: 10px;
	margin-bottom: 10px;
}