/* 輸入口顏色 */
input::-webkit-input-placeholder {
  color: #808080;
  font-size: 16px;
}

input:-moz-placeholder {
  color: #808080;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #808080;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #808080;
  font-size: 16px;
}

/* logo部分 */
.top-logo {
  height: 90px;
  margin: 0;
  padding: 0;
}

.top-logo .pcub .logo-img {
  width: 120px;
  height: 42px;
}
/* 2020-8-24
.logo-nav-li {
  border-bottom: 3px solid #fff;
  line-height: 84px;
  color: #333333;
  font-weight: bold;
  color: #666;
}
*/
.logo-nav-li {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #fdf0e5;
	border-radius: 21px;
	color: #424248;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/*
.logo-nav-li.active {
  color: #5b99ee;
  border-bottom-color: #5b99ee;
}
*/
.logo-nav-li.active {
	background-color: #ff6c00;
	color: #fff;
	}
.btn {
  width: 156px;
  height: 39px;
  background-color: #2f75ec;
  border-radius: 19px;
  color: #fff;
  cursor: pointer;
}
a:hover {
  color: #4eb6ff !important;
  cursor: pointer;
}

.border-bottom {
    border-bottom: 1px solid #ffd7b6;
}