@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial Narrow,Arial, Helvetica Neue,"微軟正黑體","新細明體";
	-webkit-overflow-scrolling: touch;
	font-size:1em;
	margin:0px;
	padding:0px;
}

label{
	font-size:1em;
	color: #214502;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.w-10{width:10% !important; display:inline-block;}
.w-15{width:15% !important; display:inline-block;}
.w-20{width:20% !important; display:inline-block;}
.w-30{width:30% !important; display:inline-block;}
.w-40{width:40% !important; display:inline-block;}
.w-60{width:60% !important; display:inline-block;}
.w-70{width:70% !important; display:inline-block;}
.w-80{width:80% !important; display:inline-block;}
.w-85{width:85% !important; display:inline-block;}
.w-90{width:90% !important; display:inline-block;}

.text-msg{color:#e4ddcd}
.text-main{color:#214502}
.text-secon{color:#584abd}
.text-tree{color:#ff4520}
.text-pink{color:#1a91e1}
.text-gree{color:#bd9a4b}
.text-tab{color:#D8D8D8}
.text-black{color:#000000}

.btn-msg{background-color:#e4ddcd;color:#214502}
.btn-main{background-color:#214502;color:#fff}
.btn-secon{background-color:#584abd;color:#fff}
.btn-tree{background-color:#ff4520;color:#fff}
.btn-pink{background-color:#1a91e1;color:#fff}
.btn-gree{background-color:#bd9a4b;color:#fff}
.btn-tab{background-color:#D8D8D8;color:#fff}
.btn-black{background-color:#000000;color:#fff}

.btn-msg:hover{color:#fff;}
.btn-main:hover{color:#fff;}
.btn-secon:hover{color:#fff;}
.btn-tree:hover{color:#fff;}
.btn-pink:hover{color:#fff;}
.btn-gree:hover{color:#fff;}
.btn-tab:hover{color:#fff;}

.bg-gray{background-color:#efefef;}
.bg-black{background-color:#000000;}
.bg-select{background-color:#EFF;}
.bg-main{background-color:#214502;}
.bg-msg{background-color:#e4ddcd;}

.border-main{border:1px solid #214502}
.border-grey{border:1px solid #ccc}

.kindstyle:hover{background-color:#eFF;}
.kindstyle_sub{display:none;}
.kindstyle_sub.a{text-decoration:none;}
.kindstyle_sub.a:hover{background-color:fafafa}

@keyframes godown {
 from {top: -80px;}
  to {top:0px;}
}
.header{
	position:relative;
	width: 100%;
	background-color:#e4ddcd;
}
.header.fixed{
	position: fixed;
	top: 0px;
	animation-name:godown;
	background-color:rgba(228,221,205,0.9);
  	animation-duration: 0.5s;
}

#seozone{height:0px;max-height:0px;opacity:0;overflow:hidden;}

a:hover{opacity: 0.9;text-decoration:none;}

a.main{color:#214502}

input[type='radio'],
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
input[type='checkbox'].fix {
   display:inline-block;
   opacity:0;
   cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
  outline: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
	cursor: pointer;
	display: inline;
	position: relative;
	padding-left: 25px;
	margin-right: 10px;
	margin-top:3px;
	color: #666;
	font-size: 1rem;
}
.type-arr input[type='radio'] + label,
.type-arr input[type='checkbox'] + label {
  width:45%;
}
input[type='radio'] + label:before, input[type='radio'] + label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
  background-color: #fafafa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: solid 1px #ccc;
}
input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
  color: #fff;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 10px #e3342f;
  -webkit-box-shadow: inset 0 0 0 10px #e3342f;
  box-shadow: inset 0 0 0 10px #e3342f;
   border: solid 1px #e3342f;
}

input[type='checkbox'] + label:before,input[type='radio'] + label:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type='checkbox'] + label:hover:after, input[type='checkbox']:checked + label:after,input[type='radio'] + label:hover:after, input[type='radio']:checked + label:after {
  content: "\2713";
  line-height: 18px;
  font-size: 14px;
}
input[type='checkbox'] + label:hover:after {
  color: #FFF;
}
input[type='checkbox']:checked + label:after, input[type='checkbox']:checked + label:hover:after {
  color: #fff;
}
.noti-list{
	height: auto;
	width: 100%;
	margin-top: -1px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
}
.bg_loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(155,155,155,0.3);
	background-image: url(../images/Ring.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.btn-info {
	background-color: #57C462;
	border-color: #57C462;
}
.btn-info:hover,.btn-info:focus {
	background-color: #389E43;
	border-color:  #389E43;
}
.form-control {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 38px;
    padding: .275rem .55rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #214502;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control {
	background-image: url(../images/sd.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.slidecontainer {
  width: 100%;
}
.good_zone div{
	width: 100%;
	background-color:#fff;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.good_zone div span.good_zone_apan{
	color:white;
	padding:0px 5px;
	border-radius:10%;
}
.good_zone div a{
	display:block;
	border:none;
}
good_zone div a b{
	position:absolute;
	top:3px;
	right:3px;
	z-index:9;
	padding:0px 3px;
	border-radius:10%;
	font-size:0.8em;
}
.chat-box{
	height:auto;
	width: 100%;
	padding: 4px 4px 50px 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-y:auto;

}
.chat-helper{
	background-color: #e4ddcd;
	padding: 10px;
	height: auto;
	width: 40%;
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #214502;
	
}
.chat-bayer{
	background-color: #214502;
	padding: 10px;
	height: auto;
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.chat-input{
	margin-bottom: 50px;
	position: relative;
}
.chat-input input{
	outline:none;
}
.chat-input textarea{
	height:40px;
}	
.send-chat{
	font-size: 20px;
	color: #FFF;
	background-color: #214502;
	text-align: center;
	height: 42px;
	width: 50px;
	position: absolute;
	right: 0px;
	z-index: 9;
	top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.upload{
	font-size: 20px;
	color: #214502;
	background-color: #F2F5EF;
	text-align: center;
	height: 42px;
	width: 50px;
	position: absolute;
	z-index: 9;
	right:50px;
	top: 0px;
	padding-top: 0px;
	border: 1px solid #214502;
	padding-right: 15px;
	padding-left: 15px;
}

input:focus{ outline: none; }
textarea:focus{ outline: none; }
buttom:focus{ outline: none; }

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #214502;;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.button{
	line-height: 42px;
	color: #FFF;
	background-color: #214502;
	text-align: center;
	height: 42px;
	width: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login-bt{
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #214502;
	text-align: center;
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	margin-bottom: 15px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.modal-header {
	background-color: #214502;
	border: none;
}
.modal-body {
    padding: 1.5em;
	color: #333;
}
.modal-body p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.modal-title{
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
}
.modal-footer {
	border-top: 0px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
	padding-top: 0rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
}
.text_justify{text-align: justify;text-justify:inter-ideograph;}
.login_a{
	color:white;
	position: absolute;
	top: 32%;
	right: 2%;
	cursor: pointer;
	z-index: 100;
	font-size:1.1em;
	text-decoration:none;
}
.login_a:hover{
	color: #ccc;
	text-decoration:none;
}
.btbg {
	position:fixed;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
}
.kindbg {
	position:fixed;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
}
.button_container {
	position: absolute;
	top: 22px;
	right: 2%;
	height: 27px;
	width: 27px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	display: inline-block;
}
.button_container:hover {
  opacity: .9;
}
.button_container.active .top {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
	background-color: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #214502;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
	background-color: #fff;
}
.button_container span {
	border: none;
	height: 2.2px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
	background-color: #214502;
}
.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}
.main-menu {
	display:none;
	float: none;
	padding-right: 0px;
	position: absolute;
	top: 70px;
	height: auto;
	width: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	right: 0px;
	z-index: 100;
}
.menu-ul li{
	color: #333;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
.menu-ul li a{
	display: block;
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.menu-ul li a:hover{
	background-color: #efefef;
	color: #000;
}
.menu-ul li div.lf_menu a{
	padding-left: 20px;
}

.bg_loading {position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:99999;background:url(/images/tenor.gif) center center / 50px 50px no-repeat;}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
	
.slider:hover {
	 opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e3342f;;
	cursor: pointer;
}
.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products_img {
	position: relative;
	padding-bottom: 120%; 
	height: 0;
}
.products_img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-container {
	position: relative;
	padding-bottom: 55%; /* 16:8 */
	height: 0;
}
.image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-container {
	position: relative;
	padding-bottom: 120%; 
	height: 0;
	
}
.index-container div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-content-container {
	position: relative;
	padding-bottom: 100%; 
	height: 0;
}
.index-content-container div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.avatar-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.avatar-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-container {
	position: relative;
	padding-bottom: 27%;
	height: 0;
}
.banner-container div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-container img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-container-small {
	position: relative;
	padding-bottom: 120%;
	height: 0;
}
.banner-container-small div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-container-small img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-container {
	position: relative;
	padding-bottom: 80%;
	height: 0;
}
.img-container div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-container img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.goods-container {
	position: relative;
	padding-bottom: 133%; 
	height: 0;
}
.goods-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.goods-container div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color:rgba(0,0,0,0.6);
}

.studys-container {
	position: relative;
	padding-bottom: 133%; 
	height: 0;
}
.studys-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hideScroll::-webkit-scrollbar { width: 0 !important }
.hideScroll { overflow: -moz-scrollbars-none; }

input[type='checkbox'].dis_toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
	height: 28px;
	background-color: #E6ECDE;
	position: absolute;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px;
  @inlcude box-shadow(none);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	right: 10px;
	top: 13px;
}

input[type='checkbox'].dis_toggle:hover:after {
	background-color: #FFF;
}
input[type='checkbox'].dis_toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #FFF;
	top: 2px;
	left: 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type='checkbox'].toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
	height: 28px;
	background-color: #E6ECDE;
	position: absolute;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px;
  @inlcude box-shadow(none);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	right: 10px;
	top: 13px;
}
input[type='checkbox'].toggle:hover:after {
	background-color: #FFF;
}
input[type='checkbox'].toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #FFF;
	top: 2px;
	left: 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type='checkbox']:checked.toggle {
  -moz-box-shadow: inset 0 0 0 15px #e3342f;
  -webkit-box-shadow: inset 0 0 0 15px #e3342f;
  box-shadow: inset 0 0 0 15px #e3342f;
}
input[type='checkbox']:checked.toggle:after {
  left: 29px;
  background-color: #fff;
}

input[type='checkbox'].small_toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 40px;
	height: 20px;
	background-color: #666;
	position: absolute;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	border: 0px;
  @inlcude box-shadow(none);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 4px;
	top: 2px;
}
input[type='checkbox'].small_toggle:hover:after {
	background-color: #FFF;
}
input[type='checkbox'].small_toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #FFF;
	top: 1px;
	left: 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type='checkbox']:checked.small_toggle {
  -moz-box-shadow: inset 0 0 0 15px #214502;
  -webkit-box-shadow: inset 0 0 0 15px #214502;
  box-shadow: inset 0 0 0 15px #214502;
}
input[type='checkbox']:checked.small_toggle:after {
  left: 21px;
  background-color: #fff;
}

input[type='checkbox'].dis_small_toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 40px;
	height: 20px;
	background-color: #E6ECDE;
	position: absolute;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	border: 0px;
  @inlcude box-shadow(none);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	right: 0px;
	top: -4px;
}

input[type='checkbox'].dis_small_toggle:hover:after {
	background-color: #FFF;
}
input[type='checkbox'].dis_small_toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #FFF;
	top: 1px;
	left: 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.calendar{
	position: absolute;
	left: 0px;
	top: 42px;
	width: 100%;
	max-width : 300px;
	border: 1px solid #ccc;
	background-color:#fff; 
	text-decoration: none;
	text-align: center;
	z-index:2000;
}
.c_title{
	width:100%;
	position:relative;
	padding:5px 0px 5px 10px;
	background-color:#214502;
	color:#fff;
	text-align:left;
	display:table;	
}
.t_year{ font-size:10px; padding:0px;}
.t_monthday{ font-size:1.5em; padding:0px;}

.w_title div{
	display: block;
	float:left;
	width:14.28%;
	text-align:center;
	color:#666;
}
.c_body{
	width:100%;
	display:table;
	padding-bottom:10px;
}
.c_body div{
	display: block;
	float:left;
	width:14.28%;
	text-align:center;
	padding:0px 3px;
}
.c_body div a{
	color:#333; 
	width:100%;
	display:block;
	padding:5px 0px;
	border-radius:100%;
}
.c_body div a.fix{
	border-radius:100%;
	background-color:#214502;
	color:#fff;
	text-decoration: none; 
}
.c_body div a:hover{
	border-radius:100%;
	background-color:#999;
	color:#fff;
	text-decoration: none; 
}

.rest_body{
	width:100%;
	display:table;
}
.rest_body div{
	display: block;
	float:left;
	width:14.28%;
	text-align:left;
	padding:1px;
}
.rest_body div a{
	color:#aaa; 
	width:100%;
	font-size:0.8em;
	height:50px;
	display:block;
	background-color:#efefef;
	padding:2px;
}
.rest_body div a.fix{
	border-radius:100%;
	background-color:#214502;
	color:#fff;
	text-decoration: none; 
}
.rest_body div a:hover{
	background-color:#999;
	color:#fff;
}
.upload-container {
	position: relative;
	padding-bottom: 70%; 
	height: 0;
}
.upload-container div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 100%;
}
.photoZone{
	width:100%; 
	height:100%px; 
	overflow:hidden;
	padding:0px; 
	box-sizing:border-box;
	background:#f5f5f5 url('../images/016-camera.png')no-repeat; 
	background-position:center; 
	position:relative; 
	border:2px dashed #214502; 
	text-align:center;
}
.photoZone a{
	width:20px; 
	height:20px; 
	position:absolute; 
	top:-2px; 
	right:0px;
	z-index:100;
}
.photoZone span{
	width:100%; 
	height:100%; 
	display:block; 
}
.photoZone input[type='file']{
	width:100%;
	min-height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0; 
	cursor:pointer;
	z-index:99;
}
.photoZone img{
	width:100%; 
	height:
	auto;
}
.goods-list{
	font-size: 1.1em;
	border-bottom:1px solid #eee;
	padding: 5px 10px;
	position: relative;
}
.good-edit{
	position: absolute;
	right: 70px;
	padding-top:4px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
a.good-add,a.good-del{
	position: absolute;
	right: 10px;
	padding-top:4px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

.cart-badge{
	background-color: #DF4635;
	height: 16px;
	width: 16px;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -9px;
	z-index: 99;
	font-style: normal;
	right: -10px;
}

.item-link{
	max-width:800px;
	overflow:auto;
	white-space:nowrap;
	text-align:center;
}
.item-link a{
	color: #214502;
	background-color: #e4ddcd;
	height: auto;
	width: 30%;
	max-width:150px;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
	font-size: 1rem;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color:  #f5dfc6;
}
.item-link a:hover,.item-link a.active{
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #214502;
}
.com-start .fa,.com-startb .fa{
	color: #CCC;
	cursor:pointer;
}
.alert.fix{margin-top: 0px;}
.com-start .fa.act,.com-startb .fa.act{
	color: #FC0;
}

.job-list{
	padding-top: 10px;
	padding-bottom: 10px;
}
.job-list span{
	text-decoration: none;
	background-color: #eee;
	display: inline-block;
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	border-radius: 3px;
	margin-top: 5px;
	color: #333;
	font-size: 0.95rem;
}
.jobs-info{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036f56;
	text-align: center;
	font-size: 0.95rem;
	
}
.jobs-item{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #036f56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036f56;
	position: relative;
	font-size: 0.95rem;
	margin-top: -1px;
	padding-top: 3rem;
}
.jobs-item a{
	background-color: #eeac4d;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: inline-block;
	height: auto;
	width: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	font-size: 0.95rem;
	margin-top: -2px;
}
.jobs-tit{
	font-size: 1.2rem;
	font-weight: bold;
	color: #036f56;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.jobs-all{
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	color: #036f56;	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036f56;
}
.start-box{
	display: flex;
	text-align: center;
	padding-top: 10px;

}
.comm{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036f56;
	margin-top: 20px;
}
.comm-list{
	display: flex;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 10px;
}
.comm-face{width:80px;}	
.comm-name{
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}
.comm-face img{width:50px;height:50px;border-radius:50%;}
.comm-date{
	font-size: 0.8rem;
	color: #999;
}
.comm-info{
	flec: 1;
	text-align: left;
}
.more{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.more button{
	background-color: #eee;
	width: 120px;
}	
.box-satrt{
	width: 80px;
	color: #FC0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.box-pros{
	flex:1;	
padding-right: 10px;
	padding-left: 10px;}
.box-pres{
	width:50px;	
	padding-right: 10px;
	padding-left: 10px;
	}
.start-all{
	position: absolute;
	color: #FC0;
	right: 0px;

}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 0.5rem;
	overflow: hidden;
    font-size: .75rem;
	background-color: #e9ecef;
    border-radius: .25rem;
	margin-top: 7px;
}
.jobs-item a.ask{
	background-color: #eeac4d;	
	margin-right: 5px;
}
.jobs-item a:hover,a.ask-del:hover{
	opacity: 0.8;
	text-decoration: none;
}
.user-face{
	width: 30%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.user-facex{
	width: 20%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.user-face img{
	width: 100%;
	border-radius:50%;
}
.user-score{
	width: 70%;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.user-info{display:flex}
.user-name{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}	
.start{
	font-size: .7rem;
	color: #FC0;
	letter-spacing: 1px;
	padding-left:10px;
}
.income{font-size:.95rem;
	color: #666;
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 1px;
}
.income a{
	font-weight: bold;
	text-decoration: underline;
}