body {
  /*background-color: #f5f5f5;*/
}

.box {
  width: 1080px;
  margin: 0 auto
}

.app-header {
  width: 100%;
  height: 84px;
  line-height: 84px;
  /* background-color: #181715; */
  position: fixed;
  z-index: 100;
}

.app-header .box {
  width: 1080px!important;
}

.site-logo {
  padding-top: 25px;
  float: left
}

.site-logo a {
  display: block;
  width: 135px;
  height: 35px;
  background: url('https://static.shoplooks.com/pcstatic/images/sl-logo.svg');
  -webkit-background-size: 100%;
  background-size: 100%;
  text-indent: -9999px
}

.site-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.site-nav li {
  display: inline-block
}

.site-nav li > a {
  padding: 6px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 300ms ease-in;
  font-weight: 300
}

.site-nav li > a:hover {
  color: #C2AA7E !important;
}

.site-nav li.last-login > a {
  border: 1px solid #fff;
  font-size: 15px
}

.site-nav li span {
  color: #fff;
}
/* span.last-login__wrap:hover last-login__wrap-text  {
  color: #C2AA7E !important;
} */
.is_login a {
  border: none !important;
  padding-left: 2px !important;
}

.is_login img {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: 10px;
  vertical-align: initial;
}
.site-nav:after{
  width: 0;
}
.app-banner {
  background-color: #181715;
}

[data-aos="fade-in"] {
  transition-property: transform;
  opacity: 0;
  transform: translateY(10px);
}

[data-aos="fade-in"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/** new login **/
span.last-login__wrap {
	display: block;
	font-size: 14px;
  transition: all 300ms ease-in;
  font-weight: 300;
	position: relative;
}
.last-login__wrap-text {
	cursor: pointer;
	padding: 25px;
	position: relative;
}
.last-login__wrap-text::after {
	content: "";
	margin-left: 8px;
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMS0zaDEyVjlILTF6Ii8+PHBhdGggZD0iTTUuNjQzIDUuMjE0Yy0uMzU1LjQyNi0uOTI2LjQzMi0xLjI4NiAwTC42NDMuNzdDLjI4OC4zNDUuNDU2IDAgLjk5NSAwaDguMDFjLjU1IDAgLjcxMi4zMzkuMzUyLjc3eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) no-repeat;
}
.last-login__wrap-ul {
	display: none;
	position: absolute;
  top: 75%;
  right: 20px;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
span.last-login__wrap:hover .last-login__wrap-ul {
	display: block;
}
.last-login__wrap-ul:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -7px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.last-login__wrap-ul li  {
	display: block;
}
.last-login__wrap-ul li:hover {
	background-color: #f5f5f5;
}
.last-login__wrap-ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	color: #333;
}
.last-login__wrap-ul li:hover a {
	color: #000;
}









