@charset "UTF-8";
.header_t {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.header_t:after{content:'';display:block;clear:both;}
.header_t .left {
  float: left;
  position: relative;
}

.header_t .left span {
  padding: 6px 30px 6px 10px;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  font-weight: normal;
  position: relative;
  width: 125px;
  font-size: 12px;
  border:1px solid #ddd;
  vertical-align: middle;
  margin:5px 0 0 10px
}
.header_t .left span::before {
  content: '▼';
  position: absolute;
  top: 6px;
  right: 13px;
  font-size: 5px;
  color: #666;
}
@media (max-width: 1220px) {
  .header_t .left span {
  }
}

.header_t .left ul {
  display: none;
  width: 125px;
  height: auto;
  border-radius: 0;
  position: absolute;
  top: 38px;
  left: 120px;
  z-index: 99;
  padding: 5px 12px 10px;
}

.header_t .left ul li {

  line-height: 35px;
  margin-left: 0px;
  padding-left: 0px;

}

@media (max-width: 1220px) {
  .header_t .left ul li {
    margin-left: 5px;
    padding-left: 5px;
  }
}

.header_t .left ul li::before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  left: 0;
}

.header_t .left ul li:first-child {
  margin: 0;
  padding: 0;
}

.header_t .left ul li:first-child:before {
  width: 0;
}

.header_t .left ul li a {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}

.header_t .right {
  float: right;
}

.header_t .right .login-s {
  float: left;
  margin: 0 30px 0 0;
}

@media (max-width: 1220px) {
  .header_t .right .login-s {
    margin: 0 10px 0 0;
  }
}

.header_t .right .login-s span {
  display: inline-block;
  margin: 10px 5px 0 0;
}

@media (max-width: 1220px) {
  .header_t .right .login-s span {
    margin: 10px 0 0 0;
  }
}

.header_t .right .login-s .logout {
  width: 85px;
}

@media (max-width: 1220px) {
  .header_t .right .login-s .logout {
    width: 70px;
  }
}

.header_t .right .login-s .logout a {
  text-align: center;
  padding: 10px 0;
}

.header_t .right .login-s .logout a:before {
  width: 0;
}

.header_t .right .lang {
  position: relative;
  float: left;
}

.header_t .right .lang select {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border: none;
  background: #EDEDED;
  border-radius: 100px;
  padding: 10px 48px 10px 40px;
}

@media (max-width: 1220px) {
  .header_t .right .lang select {
    padding: 10px 25px 10px 34px;
  }
}

.header_t .right .lang:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 11px;
  background: url(../images/common/google.png) no-repeat 0 0;
}

.header_t .right .lang:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/common/ico_lang.png) no-repeat 0 0;
}

@media (max-width: 1220px) {
  .header_t .right .lang:after {
    right: 10px;
  }
}

.header_t .login {
  width: 128px;
  height: 40px;
  float: right;
  vertical-align: middle;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  margin-left: 10px;
}

@media (max-width: 1220px) {
  .header_t .login {
    width: 105px;
    margin-left: 5px;
  }
}

.header_t .login > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  padding: 10px 0 10px 16px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 22px;
  border: 2px solid #FD640E;
}

@media (max-width: 1220px) {
  .header_t .login > a {
    padding: 10px 0 10px 9px;
  }
}

.header_t .login > a:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/public/images/foodtrip/k-food-img/road_img/common/ico_login.png) no-repeat 0 0;
  position: absolute;
  top: 11px;
  right: 16px;
}
.header_t.active .left span {
  background: #fff;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.header_t.active .left span::before {
  content: '▲';
}
.header_t.active .left ul {
  overflow: visible;
  width: 145px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  padding: 10px;
  display:
  block;
}
@media (max-width: 1220px) {
  .header_t .login > a:before {
    right: 10px;
  }
}

@media (max-width: 1024px) {
  .header_t {
    height: 44px;
    padding: 0;
    overflow: visible;
  }
  .header_t .left > a {
    display: inline-block;
    width: 22px;
    overflow: hidden;
    margin-top: 7px;
    vertical-align: middle;
  }
  .header_t .left > a img {
    max-width: 75px;
  }
  

  .header_t .left ul{
    left:35px
  }
  .header_t .left ul li {
    float: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
  }
  .header_t .left ul li::before {
    display: none;
  }
  .header_t .left ul li a {
    font-size: 12px;
  }
  .header_t .login {
    height: 28px;
    margin-top: 8px;
  }
  .header_t .login > a {
    padding: 4px 0 4px 9px;
  }
  .header_t .login > a::before {
    top: 6px;
    right: 7px;
  }
}
