@import url(login-normal.css?20200109) screen and (min-width: 1024px);
/* @import url(login-mini.css?20150902) screen and (min-width: 768px) and (max-width: 1099px); */
@import url(login-mini.css?20200109) screen  and (max-width: 1023px);
/* @import url(login-note.css?20150902) screen and (min-width: 481px) and (max-width: 767px);
@import url(login-mlobie.css?20150902) screen and (max-width: 480px); */

.clear {
	clear:both;
}
/*login form*/
#like1 {
	float:right;
	width:100px;
	height:25px;
	text-align:right;
	padding:30px 5px 0px 0px;
}
#vendor-login-wrap {
	font-family:微軟正黑體;
}
#vendor-login-wrap a {
	color:#ea2f5d;
	text-decoration:none;
}
#left-col h1 {
	display:none;
}
#loginSubmit, #joinUs, #ForgotForm_submit {
	font-family: 微軟正黑體, Arial, Helvetica, Verdana;
	color: #fff;
	border: 1px solid #fd929f;
	border-radius: 5px;
	padding: 7px 15px;
	background: rgb(254,187,187); /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(254,187,187,1) 0%, rgba(253,136,150,1) 7%, rgba(253,136,150,1) 92%, rgba(254,187,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(7%,rgba(253,136,150,1)), color-stop(92%,rgba(253,136,150,1)), color-stop(100%,rgba(254,187,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(254,187,187,1) 0%,rgba(253,136,150,1) 7%,rgba(253,136,150,1) 92%,rgba(254,187,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(254,187,187,1) 0%,rgba(253,136,150,1) 7%,rgba(253,136,150,1) 92%,rgba(254,187,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(254,187,187,1) 0%,rgba(253,136,150,1) 7%,rgba(253,136,150,1) 92%,rgba(254,187,187,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(254,187,187,1) 0%,rgba(253,136,150,1) 7%,rgba(253,136,150,1) 92%,rgba(254,187,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8896', endColorstr='#fd8896',GradientType=0 ); /* IE6-9 */
}
#member-login input[type='text'], #vendor-login input[type='text'], #member-login input[type='password'], #vendor-login input[type='password'] {
	font-family: 微軟正黑體, Arial, Helvetica, Verdana;
	height: 34px;
	padding: 2px 8px;
	margin:5px 0px;
	font-size: 16px;
	line-height: 1.428571429;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#vendor-login {
	position: relative;
	color: #888;
	margin: 0px auto;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	padding: 10px;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(255,255,255,1) 0%, rgba(246,246,246,1) 4%, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(246,246,246,1)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 4%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 4%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 4%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 4%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#vendor-login ul.tabs {
	font-family: 微軟正黑體, Arial, Helvetica, Verdana;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #ddd;
	margin-top: -5px;
	margin-left: -11px;
}
#vendor-login ul.tabs li {
	float: left;
	font-size: 20px;
	height: 35px;
	width: 143.5px;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ddd9d8; /* Old browsers */
	background: -moz-linear-gradient(top, #ddd9d8 0%, #efefef 80%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd9d8), color-stop(80%,#efefef), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ddd9d8 0%,#efefef 80%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ddd9d8 0%,#efefef 80%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ddd9d8 0%,#efefef 80%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ddd9d8 0%,#efefef 80%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd9d8', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
#vendor-login ul.tabs li a {
	display: block;
	padding: 10px 50px;
	color: #888;
	border: 1px solid #fff;
	text-decoration: none;
}
#vendor-login ul.tabs li.active	{
	border-bottom: 1px solid #fff;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#vendor-login ul.tabs li.active a {
	color: #333;
}
.pwd-remember {
	float:left;
	text-align: left;
}
#left-col {
	width:350px;
	height:250px;
}
#right-col {
	padding:10px;
	width:483px;
	float:left;
}
/* placeholder */
::-webkit-input-placeholder {
	color:#aaa;
}
:-moz-placeholder {
	color:#aaa;
}
.placeholder {
	color:#aaa;
}
#vendor-register {
	padding:10px 0px 0px 30px;
	color:#666;
	font-size:0.9em;
}
.register-button {
	padding:5px 0px 0px 72px;
}
.vendor-login-hr {
	height:10px;
}
.logintext1 {
	color:#333;
}
#vendor-forget-pwd {
	padding:5px 0px 0px 30px;
	color:#666;
	font-size:0.9em;
}
/*bootstrap*/
#left-col img {
	/* float:left; */
	margin-bottom:10px;
}
#left-col .form-control {
  width: 287px;
  height: 34px;
  padding: 2px 8px;
  margin:3px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#left-col .form-control:focus {
  border-color: #fd8896;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 136, 150, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 136, 150, 0.6);
}
#right-col .form-control {
  width: 125px;
  padding: 2px 8px;
  margin:3px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#right-col .form-control:focus {
  border-color: #fd8896;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 136, 150, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 136, 150, 0.6);
}
/*why vw*/
#why-vw-wrap {
	padding:15px 0px 10px 0px;
	position: absolute;
}
#why-vw-wrap .title h1 {
	font-size:1.5em;
	font-weight:bold;
	padding:5px 0px;
}
#why-vw-wrap .text {
	font-size:1.1em;
}
.feature {
	padding:15px 5px;
}
#feature1 .img {
	text-align:center;
}
#feature1 .img img {
	padding:3px;
	margin:10px 0px 0px 0px;
	background-color:#fff;
	border:1px solid #dddddd;
	border-radius:4px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#feature1 .tip {
	background:#ffc;
	font-size:1.1em;
	padding:10px;
	width:710px;
	margin:0px auto;
}
#feature2 {
	border-bottom:1px solid #ddd;
}
#feature2 .embed {
	width:560px;
	margin:0px 10px 0px 0px;
	float:left;
	padding:3px;
	border:1px solid #dddddd;
	border-radius:4px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#feature2 .img {
	width:290px;
	float:left;
	text-align:center;
}
#feature2 .img img {
	padding:3px;
	border:1px solid #dddddd;
	border-radius:4px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#feature3 .embed {
	width:640px;
	margin:10px auto;
	text-align:center;
}
#feature3 .tip {
	background:#ffc;
	font-size:1.1em;
	padding:10px;
	width:620px;
	margin:0px auto;
}
#feature5 {
	border-bottom:1px solid #ddd;
}
#feature6 {
	border-bottom:1px solid #ddd;
}
#feature5 .embed {
	width:760px;
	margin:10px auto;
	text-align:center;
}
#feature6 .img {
	text-align:center;
	width:360px;
	float:left;
}
#feature6 .img img {
	padding:3px;
	border:1px solid #dddddd;
	border-radius:4px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#feature6 #img6-9 {
	width:435px;
	float:left;
	margin-top:10px;
}
#feature6 #img6-1, #feature6 #img6-3, #feature6 #img6-5, #feature6 #img6-7, #feature6 #img6-9, #feature6 #img6-10 {
	margin-left:30px;
}
#feature6 #img6-2, #feature6 #img6-4, #feature6 #img6-6, #feature6 #img6-8, #feature6 #img6-11 {
	margin-left:10px;
}
#back-top {
	text-align:right;
}
