.resetStyle {
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-header {
  background: #fff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .home-header {
    height: 60px;
  }
}
.home-header .header-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .home-header .header-container {
    padding: 0 10px;
  }
}
.home-header .header-nav {
  background-color: #fff;
  zoom: 1;
}
.home-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
@media (min-width: 992px) {
  .home-header .header-nav .navbtn {
    display: none;
  }
  .home-header .header-nav .navlist {
    float: right;
  }
  .home-header .header-nav .navlist .f-menu {
    zoom: 1;
  }
  .home-header .header-nav .navlist .f-menu::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop {
    float: left;
    position: relative;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop:hover > .s-menu {
    display: block;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop:hover > a {
    color: #fff;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a {
    font-family: Raleway-SemiBold;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    color: #555;
    padding: 25px 15px;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a i {
    display: none;
  }
  .home-header .header-nav .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 120px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop {
    position: relative;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop:hover > .t-menu {
    display: block;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    color: #555;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a i {
    display: none;
  }

  .home-header .header-nav .navlist .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 190%;
    left: 100%;
    top: -1px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .navlist .t-menu > .hasdrop {
    position: relative;
  }
  .home-header .header-nav .navlist .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  

  .home-header .header-nav .navlist .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    color: #555;
    padding: 5px 5px;
  }
  .home-header .header-nav .navlist .t-menu > .hasdrop > a i {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .header-nav .navlist .f-menu > .hasdrop > a {
    padding: 25px 10px 15px;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
  }
  .home-header .header-nav .navbtn {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .header-nav .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .header-nav .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .header-nav .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
  .home-header .header-nav .navbtn i {
    height: 2px;
    background: #333;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .header-nav .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .header-nav .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .header-nav .navbtn i.bar-3 {
    top: 23px;
  }
  .home-header .header-nav .navlist {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
  .home-header .header-nav .navlist ul,
  .home-header .header-nav .navlist li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a .mobile-navbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a .mobile-navbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
  }
  .home-header .header-nav .navlist .f-menu > .hasdrop > a .mobile-navbtn.open {
    transform: rotate(90deg);
  }
  .home-header .header-nav .navlist .s-menu {
    display: none;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop {
    padding: 5px 20px;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a .mobile-navbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 18px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a .mobile-navbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
  }
  .home-header .header-nav .navlist .s-menu > .hasdrop > a .mobile-navbtn.open {
    transform: rotate(90deg);
  }
  .home-header .header-nav .navlist .t-menu {
    display: none;
  }
  .home-header .header-nav .navlist .t-menu > .hasdrop {
    padding: 5px 20px 5px 10px;
  }
  .home-header .header-nav .navlist .t-menu > .hasdrop > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 12px;
  }
}
.home-header .navmain .navlogo {
  padding: 10px;
  margin: 0;
}
.home-header .navmain .navlogo .logo-a {
  display: block;
  height: 100%;
}
.home-header .navmain .navlogo .logo-a img {
  display: block;
  height: 100%;
}
@media (min-width: 992px) {
  .home-header .navmain {
    /* max-width: 25%; */
    float: left;
  }
  .home-header .navmain .navlogo {
    padding: 30px 10px 10px;
    float: left;
  }
  .home-header .navmain .navlogo .logo-a img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 991px) {
  .home-header .navmain {
    float: left;
  }
  .home-header .navmain .navlogo {
    height: 60px;
  }
}
.home-header .panel-r {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-header .panel-r {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-header .panel-r {
    display: none;
  }
}
.home-header .panel-r .info-box {
  display: flex;
}
.home-header .panel-r .buycar-a,
.home-header .panel-r .login-a {
  margin: 0 8px;
  display: block;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  position: relative;
}
.home-header .panel-r .buycar-a:hover,
.home-header .panel-r .login-a:hover {
  padding-bottom: 10px;
}
.home-header .panel-r .search-box {
  position: relative;
  height: 50px;
  width: 560px;
  display: flex;
  box-sizing: content-box;
}
.home-header .panel-r .search-box .nice-select {
  border: none;
  height: 100%;
  line-height: 50px;
  background-color: #f6f6f6;
}
.home-header .panel-r .search-box .nice-select .current {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.home-header .panel-r .search-box .nice-select.open::after {
  transform: rotate(180deg) !important;
  transform-origin: initial!important;
}
.home-header .panel-r .search-box .nice-select::after {
  border: none;
  transform: rotate(0deg);
  height: 4px;
  width: 10px;
  background: url(../images/inside/san.png) no-repeat center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-header .panel-r .search-box .text-box {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.home-header .panel-r .search-box .text-box .text-in {
  float: left;
  background-color: #f6f6f6;
  border: none;
  outline: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding-right: 50px;
  font-size: 12px;
}
.home-header .panel-r .search-box .text-box input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.home-header .panel-r .search-box .text-box input::-moz-placeholder {
  color: #b3b3b3;
}
.home-header .panel-r .search-box .text-box input:-moz-placeholder {
  color: #b3b3b3;
}
.home-header .panel-r .search-box .text-box input:-ms-input-placeholder {
  color: #b3b3b3;
}
.home-header .panel-r .search-box .text-box .set-sub {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.home-header .panel-r .search-box .text-box .set-sub input {
  border-radius: 0px 4px 4px 0px;
  background: url(../images/inside/search.png) no-repeat center;
  background-color: #d4ebfe;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
}
.home-header .panel-r .dropdown:hover .link-name,
.home-header .panel-r .dropdown.open .link-name {
  color: #0062b3;
}
.home-header .panel-r .dropdown .link-name {
  font-family: Raleway-SemiBold;
  font-size: 14px;
  position: relative;
  padding-right: 14px;
}
.home-header .panel-r .dropdown .link-name::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 4px;
  background: url(../images/inside/san.png) no-repeat center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home-header .panel-r .dropdown .dropdown-menu {
  min-width: auto;
}
.home-header .panel-r .dropdown .dropdown-menu a {
  font-family: Raleway-SemiBold;
  font-size: 14px;
  position: relative;
  padding-right: 14px;
  padding: 5px 10px;
}
.home-footer .foo-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1199px) {
  .home-footer .foo-container {
    padding: 0 30px;
  }
}
.home-footer .foo-link {
  padding: 12px 0;
}
@media (max-width: 991px) {
  .home-footer .foo-link {
    display: none;
  }
}
.home-footer .foo-link .foo-container {
  display: flex;
}
@media (max-width: 1199px) {
  .home-footer .foo-link .foo-container {
    justify-content: center;
  }
}
.home-footer .foo-link .link-tit {
  flex: 0 0 105px;
  font-family: Raleway-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0063b3;
  position: relative;
  margin: 0;
}
.home-footer .foo-link .link-tit::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 57px;
  background: url(../images/home/footer/link-tit.png) no-repeat center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-footer .foo-link .link-list {
  margin-left: 20px;
}
.home-footer .foo-link .link-list a {
  font-family: Raleway-SemiBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  margin-right: 56px;
  position: relative;
}
@media (max-width: 1199px) {
  .home-footer .foo-link .link-list a {
    margin-right: 20px;
  }
}
.home-footer .foo-link .link-list a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0063b3;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.home-footer .foo-link .link-list a:hover {
  color: #0063b3;
}
.home-footer .foo-link .link-list a:hover::before {
  opacity: 1;
}
.home-footer .foo-main {
  background-color: #262729;
  padding: 50px 0;
  overflow: hidden;
}
.home-footer .foo-main .contact-box {
  margin-top: 10px;
  float: left;
  max-width: 630px;
  width: 100%;
  padding-right: 10px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .home-footer .foo-main .contact-box {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .s-logo {
    text-align: center;
  }
}
.home-footer .foo-main .contact-box .s-logo img {
  max-height: 70px;
}
.home-footer .foo-main .contact-box .logo-des {
  font-family: Raleway-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 10px 0 25px;
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .logo-des {
    margin: 10px 0 30px;
    text-align: center;
  }
}
.home-footer .foo-main .contact-box .contact-list .item {
  margin-bottom: 9px;
}
.home-footer .foo-main .contact-box .contact-list .item .dt {
  font-family: Raleway-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .contact-list .item .dt {
    font-size: 14px;
  }
}
.home-footer .foo-main .contact-box .contact-list .item .dd {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.4s ease;
}
.home-footer .foo-main .contact-box .contact-list .item .dd:hover {
  color: #4fb0fe;
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .contact-list .item .dd {
    font-size: 14px;
  }
}
.home-footer .foo-main .contact-box .link-list {
  margin-top: 30px;
}
.home-footer .foo-main .contact-box .link-list ul {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .link-list ul {
    margin-top: 20px;
  }
}
.home-footer .foo-main .contact-box .link-list ul li {
  margin-right: 12px;
}
@media (max-width: 600px) {
  .home-footer .foo-main .contact-box .link-list ul li {
    margin-bottom: 10px;
  }
}
.home-footer .foo-main .contact-box .link-list ul a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
.home-footer .foo-main .contact-box .link-list ul a:hover {
  border: 1px solid #fff;
}
.home-footer .foo-main .contact-box .link-list ul a img {
  max-width: 100%;
  max-height: 100%;
}
.home-footer .foo-main .contact-box .link-list .tit {
  font-family: Raleway-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.home-footer .foo-main .list-box {
  float: left;
}
@media (max-width: 1199px) {
  .home-footer .foo-main .list-box {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .home-footer .foo-main .list-box {
    max-width: 100%;
    margin-top: 20px;
  }
}
.home-footer .foo-main .list-box .tit {
  font-family: Raleway-SemiBold;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}
.home-footer .foo-main .list-box ul {
  margin-top: 37px;
}
@media (max-width: 600px) {
  .home-footer .foo-main .list-box ul {
    margin-top: 20px;
  }
}
.home-footer .foo-main .list-box ul li {
  margin-bottom: 10px;
}
.home-footer .foo-main .list-box ul li a {
  font-family: Raleway-Medium;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s ease;
  position: relative;
}
.home-footer .foo-main .list-box ul li a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #4fb0fe;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.home-footer .foo-main .list-box ul li a:hover {
  color: #4fb0fe;
}
.home-footer .foo-main .list-box ul li a:hover::before {
  opacity: 1;
}
.home-footer .foo-main .message-box {
  float: right;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1199px) {
  .home-footer .foo-main .message-box {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .home-footer .foo-main .message-box {
    max-width: 100%;
    margin-top: 20px;
  }
}
.home-footer .foo-main .message-box .tit {
  font-family: Raleway-SemiBold;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}
.home-footer .foo-main .message-box ul {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .home-footer .foo-main .message-box ul {
    margin-top: 20px;
  }
}
.home-footer .foo-main .message-box li {
  position: relative;
  margin-bottom: 21px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.home-footer .foo-main .message-box li .s-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 15px;
  margin: auto;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-footer .foo-main .message-box li input,
.home-footer .foo-main .message-box li textarea {
  border: none;
  background-color: transparent;
  outline: none;
  padding-left: 40px;
  font-family: Raleway-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  resize: none;
}
.home-footer .foo-main .message-box .sub-box {
  width: 160px;
  height: 40px;
  position: relative;
}
.home-footer .foo-main .message-box .sub-box::before {
  position: absolute;
  content: '';
  background: url(../images/home/footer/fly.png) no-repeat center;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media (max-width: 600px) {
  .home-footer .foo-main .message-box .sub-box {
    margin: auto;
  }
}
.home-footer .foo-main .message-box .sub-in {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #02cdd5 0%, #007ac6 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
                        normal;
  border-radius: 20px;
  border: none;
  padding-right: 10px;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  box-shadow: 0px 0px 15px #007ac6;
  padding-right: 30px;
}
.home-footer .foo-copy {
  text-align: center;
  background-color: #18181a;
}
.home-footer .foo-copy .foo-container {
  padding: 20px 0;
}
@media (max-width: 600px) {
  .home-footer .foo-copy .foo-container {
    padding: 10px 0;
  }
}
.home-footer .foo-copy .copy-des {
  font-family: Raleway-Medium;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  color: #888888;
  margin: 0;
  display: inline-block;
  margin: 0 5px;
}
.home-footer .foo-copy .copy-des a {
  font-family: Raleway-Medium;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  color: #888888;
  margin-right: 10px;
  transition: 0.3s;
  position: relative;
  margin-right: 20px;
}
.home-footer .foo-copy .copy-des a:last-child:before {
  display: none;
}
.home-footer .foo-copy .copy-des a::before {
  position: absolute;
  content: '|';
  font-family: Raleway-Medium;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #888888;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12px;
}
.home-footer .foo-copy .copy-des a:hover {
  color: #e71424;
}
.home-content .inside-banner img {
  width: 100%;
}
.home-content .inside-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1199px) {
  .home-content .inside-container {
    max-width: 962px;
  }
}
@media (max-width: 991px) {
  .home-content .inside-container {
    max-width: 738px;
  }
}
@media (max-width: 767px) {
  .home-content .inside-container {
    max-width: 100%;
    padding: 0 10px;
  }
}
.home-content#inside-productDetail .inside-tit {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 15px;
  margin-top: 75px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .inside-tit {
    margin-top: 20px;
  }
}
.home-content#inside-productDetail .inside-tit ul {
  overflow: hidden;
}
.home-content#inside-productDetail .inside-tit ul li {
  position: relative;
  padding-right: 20px;
  float: left;
}
.home-content#inside-productDetail .inside-tit ul li:last-child::before {
  display: none;
}
.home-content#inside-productDetail .inside-tit ul li::before {
  position: absolute;
  content: '>';
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.home-content#inside-productDetail .inside-tit ul li a {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.home-content#inside-productDetail .pro-sec-1 {
  margin-top: 27px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 {
    margin-top: 0;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box {
    flex-direction: column;
    margin: 0;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l {
  flex: 0 0 640px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l {
    flex: 0 0 500px;
  }
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l {
    flex: 1;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro {
    flex-direction: column;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-l {
  flex: 1;
  padding: 15px;
  overflow: hidden;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-l .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(3, 0, 0, 0.1);
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-l .img-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r {
    left: 0;
  }
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r {
    flex: 1;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll {
  max-height: 100%;
  padding: 15px 10px;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll .swiper-slide {
  height: auto!important;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll .slide-cover {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background: #fff;
  border: solid 1px #dcdcdc;
  transition: 0.3s;
  cursor: pointer;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll .slide-cover:hover,
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll .slide-cover.active {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 1px rgba(3, 0, 0, 0.1);
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-l .set-pro .pro-r #pro-scroll .slide-cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info {
  padding-left: 40px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info {
    padding-left: 10px;
    padding-top: 0;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .tit {
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
  color: #132563;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .tit {
    margin: 5px 0;
    font-size: 24px;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .des {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222222;
  margin: 3px 0 26px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .des {
    margin: 0;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box {
  padding-left: 10px;
}

.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box>li{
  border-bottom: 1px solid #e6e6e6;
}

.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box .dt {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box .dt {
    line-height: 30px;
    font-size: 14px;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box .dd {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .parm-box .dd {
    font-size: 14px;
  }
}
/* nnn */
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box{
    font-size: 26px;
    margin-bottom: 10px;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box .set-price{
  margin-bottom: 10px;

}

.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .s-total-price{
    font-size: 26px;
    margin: 15px 0;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .s-total-price .total-price{
  display: inline;
}
/* nnn */
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box {
  font-family: Arial;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0062b3;
  padding: 35px 0 ;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box {
    padding: 15px 0;
  }
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-price {
    margin: 10px 0;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total {
  width: 360px;
  height: 45px;
  background-color: #0062b3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 4px;
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total {
    margin-left: 0;
    padding: 0 0 0 4px;
    max-width: 360px;
    width: 90%;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a {
    flex: 1;
    overflow: hidden;
    text-align: center;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a img {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a img {
    display: none;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a span {
  vertical-align: text-top;
}
@media (max-width: 600px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-a span {
    font-size: 14px;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num {
  width: 128px;
  height: 35px;
  background-color: #fff;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num .minus-icon,
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num .plus-icon {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Arial;
  font-size: 24px;
  line-height: 35px;
  color: #999999;
  text-align: center;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num .minus-icon {
  float: left;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num .plus-icon {
  float: right;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .set-total .total-num .buy-num {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  outline: none;
  border: none;
  float: left;
  width: calc(100% - 70px);
  display: inline-block;
  height: 100%;
  text-align: center;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .phone-box {
  font-family: Arial;
  font-size: 20px;
  line-height: 24px;
  color: #0062b3;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .phone-box {
    text-align: center;
  }
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .phone-box span {
  display: inline-block;
  vertical-align: middle;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .phone-box .phone-icon {
  display: inline-block;
  vertical-align: middle;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .phone-box .phone-icon img {
  margin-right: 10px;
}
.home-content#inside-productDetail .pro-sec-2 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-2 {
    margin-top: 40px;
  }
}
.home-content#inside-productDetail .pro-sec-2 .tab-list {
  font-size: 0;
  overflow: auto;
  white-space: nowrap;
}
.home-content#inside-productDetail .pro-sec-2 .tab-list .item {
  font-family: Poppins-SemiBold;
  padding: 16px 25px;
  color: #333333;
  font-size: 18px;
  background-color: #f5f5f5;
  display: inline-block;
  margin-right: 2px;
  transition: 0.3s;
  cursor: pointer;
}
.home-content#inside-productDetail .pro-sec-2 .tab-list .item.active,
.home-content#inside-productDetail .pro-sec-2 .tab-list .item:hover {
  background-color: #ced3d9;
  color: #fff;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-2 .tab-list .item {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-2 .tab-list .item {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-content#inside-productDetail .pro-sec-2 .tab-list .item {
    min-width: 50%;
    text-align: center;
  }
}
.home-content#inside-productDetail .pro-sec-2 .tab-cont .item {
  padding: 60px 0 70px;
  display: none;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-2 .tab-cont .item {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-2 .tab-cont .item {
    padding: 20px 0;
  }
}
.home-content#inside-productDetail .pro-sec-2 .tab-cont .item img {
  max-width: 100%;
}
.home-content#inside-productDetail .pro-sec-2 .tab-cont .item.active {
  display: block;
}
.home-content#inside-productDetail .pro-sec-3 {
  margin-top: 75px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.home-content#inside-productDetail .pro-sec-3 .sec-tit {
  font-family: Raleway;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-3 .sec-tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-content#inside-productDetail .pro-sec-3 .sec-tit {
    font-size: 18px;
  }
}
.home-content#inside-productDetail .pro-sec-3 .sec-tit img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .home-content#inside-productDetail .pro-sec-3 .sec-tit img {
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  .home-content#inside-productDetail .pro-sec-3 .sec-tit img {
    max-height: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont {
  padding: 0 45px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .home-content#inside-productDetail .pro-sec-3 .sec-cont {
    margin-top: 10px;
  }
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .swiper-slide {
  padding: 9px;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box {
  display: block;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box:hover .slide-cover {
  box-shadow: 0px 0px 15px 1px rgba(3, 0, 0, 0.1);
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box:hover .slide-cover .img-box {
  border: 1px solid rgba(0, 0, 0, 0);
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-cover .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info {
  margin-top: 10px;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .price {
  display: flex;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .price .price-num {
  display: flex;
  width: 100%;
  margin: 0;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .price .price-num .total {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0062b3;
  max-width: calc(100% - 44px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .price .price-num .des {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .des {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont .pro-like-prev {
  position: absolute;
  width: 30px;
  height: 57px;
  top: 0;
  bottom: 60px;
  left: 0;
  margin: auto;
  background: url(../images/inside/productDetail/arrow.png) no-repeat center;
  transform: rotate(180deg);
  outline: none;
}
.home-content#inside-productDetail .pro-sec-3 .sec-cont .pro-like-next {
  position: absolute;
  width: 30px;
  height: 57px;
  top: 0;
  bottom: 60px;
  right: 0;
  margin: auto;
  background: url(../images/inside/productDetail/arrow.png) no-repeat center;
  outline: none;
}
@media (max-width: 767px) {
  .home-content#inside-productList .inside-tit {
    margin-top: 20px;
  }
}
.home-content#inside-productList .pro-tab {
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .home-content#inside-productList .pro-tab {
    /*display: none;*/
  }
 .home-content#inside-productList .pro-tab ul {
  /*overflow: hidden;*/
  /*padding: 0 12px;*/
  /*width: calc(100% - 30px);*/
  width: 240px;
  border-radius: 1px;
  margin-left: 4%;
  margin-top: 20px;
} 
  
  
  
}
.home-content#inside-productList .pro-tab ul {
  /*overflow: hidden;*/
  /*padding: 0 12px;*/
  width: 250px;
  /*border-radius: 1px;*/
  /*display: block;*/
}
.home-content#inside-productList .pro-tab ul .item {
  /*float: left;*/
  /*width: 20%;*/
   /*margin-top: 1px;*/
  /*padding: 0 2px;*/
  display: block;
}
/*.home-content#inside-productList .pro-tab ul .item:nth-child(n+10) {*/
/*  display: block;*/
/*}*/
.home-content#inside-productList .pro-tab ul .item.active .item-a {
  background-color: #ced3d9;
}

.home-content#inside-productList .pro-tab ul .item.active .item-a a {
  /*color: #fff;*/
}
.home-content#inside-productList .pro-tab ul .item .item-a {
  /*background-color: #dcdcdc;*/
  /*border-radius: 1px;*/
  /*transform: skewX(-30deg);*/
}
.home-content#inside-productList .pro-tab ul .item .item-a:hover {
  background-color: #ced3d9;
	/*display: block;*/
	
}
.home-content#inside-productList .pro-tab ul .item .item-a:hover a {
  /*color: #fff;*/
  /*display: block;*/
  
  
}
.home-content#inside-productList .pro-tab ul .item .item-a a {
  /*transform: skewX(30deg);*/
  display: block;
  height: 40px;
  /*font-family: Poppins-SemiBold;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #666666;
  text-align: left;
}
@media (max-width: 767px) {
  .home-content#inside-productList .pro-tab ul .item .item-a a {
    transform: skew(0);
    font-size: 12px;
  }
}
.home-content#inside-productList .pro-tab .more-btn {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/inside/productList/more.png) no-repeat center;
  transition: 0.3s;
  transform-origin: center;
}
.home-content#inside-productList .pro-tab .more-btn:hover {
  background: url(../images/inside/productList/more-h.png) no-repeat center;
}
.home-content#inside-productList .inside-tit {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 15px;
}
.home-content#inside-productList .inside-tit ul {
  overflow: hidden;
}
.home-content#inside-productList .inside-tit ul li {
  position: relative;
  padding-right: 20px;
  float: left;
}
/*.home-content#inside-productList .inside-tit ul li:last-child::before {*/
/*  display: none;*/
/*}*/
.home-content#inside-productList .inside-tit ul li::before {
  position: absolute;
  content: '>';
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.home-content#inside-productList .inside-tit ul li a {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.home-content#inside-productList .pro-list {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .home-content#inside-productList .pro-list {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-content#inside-productList .pro-list {
    margin-top: 20px;
  }
}
.home-content#inside-productList .pro-list ul {
  overflow: hidden;
  margin: 0 -13px;
}
@media (max-width: 1199px) {
  .home-content#inside-productList .pro-list ul {
    margin: 0;
  }
}
.home-content#inside-productList .pro-list ul .item {
  width: 25%;
  padding: 10px;
  float: left;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .home-content#inside-productList .pro-list ul .item {
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .home-content#inside-productList .pro-list ul .item {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .home-content#inside-productList .pro-list ul .item {
    width: 100%;
  }
}
.home-content#inside-productList .pro-list ul .item .item-a {
  border: solid 1px #dcdcdc;
  overflow: hidden;
  transition: 0.3s;
}
.home-content#inside-productList .pro-list ul .item .item-a:hover {
  box-shadow: 0px 0px 15px 1px rgba(3, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
}
.home-content#inside-productList .pro-list ul .item .item-a .set-img .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-img .img-box img {
  position: absolute;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-l {
  padding-left: 20px;
  padding-right: 50px;
  overflow: hidden;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-l .des {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-l .price {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0062b3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r {
  position: absolute;
  right: -178px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r:hover {
  right: 0;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r:hover .set-car {
  opacity: 0;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-car {
  float: left;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  transition: ease-out 0.3s;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total {
  float: right;
  height: 44px;
  width: 178px;
  background-color: #0062b3;
  padding: 4px;
  display: flex;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num {
  width: 128px;
  height: 35px;
  background-color: #fff;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num .minus-icon,
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num .plus-icon {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Arial;
  font-size: 24px;
  line-height: 35px;
  color: #999999;
  text-align: center;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num .minus-icon {
  float: left;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num .plus-icon {
  float: right;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-total .total-num .buy-num {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  outline: none;
  border: none;
  float: left;
  width: calc(100% - 70px);
  display: inline-block;
  height: 100%;
  text-align: center;
}
.home-content#inside-productList .pro-list ul .item .item-a .set-info .info-r .set-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 45px;
}
.home-content#inside-productList .pro-pagination {
  margin-top: 50px;
  margin-bottom: 105px;
}
@media (max-width: 1199px) {
  .home-content#inside-productList .pro-pagination {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.home-content#inside-productList .pro-pagination ul {
  text-align: right;
}
.home-content#inside-productList .pro-pagination li {
  border: solid 1px #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .home-content#inside-productList .pro-pagination li {
    margin: 0 3px!important;
  }
}
.home-content#inside-productList .pro-pagination li.first-pag {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 30px 0 0;
}
.home-content#inside-productList .pro-pagination li.first-pag:hover {
  background-color: initial;
}
.home-content#inside-productList .pro-pagination li.first-pag:hover a {
  background-color: #0062b3;
}
.home-content#inside-productList .pro-pagination li.first-pag a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/inside/productList/arrow.png) no-repeat center;
  background-color: #b8b8b8;
  transform: rotate(180deg);
}
.home-content#inside-productList .pro-pagination li.last-pag {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 0 0 30px;
}
.home-content#inside-productList .pro-pagination li.last-pag:hover {
  background-color: initial;
}
.home-content#inside-productList .pro-pagination li.last-pag:hover a {
  background-color: #0062b3;
}
.home-content#inside-productList .pro-pagination li.last-pag a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/inside/productList/arrow.png) no-repeat center;
  background-color: #b8b8b8;
}
.home-content#inside-productList .pro-pagination li:hover {
  background-color: #ced3d9;
  border: 1px solid rgba(0, 0, 0, 0);
}
.home-content#inside-productList .pro-pagination li:hover a {
  color: #fff;
}
.home-content#inside-productList .pro-pagination li a {
  display: block;
  font-family: ArialMT;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .home-content#inside-productList .pro-pagination li a {
    line-height: 24px;
    padding: 0 7px;
  }
}


.pro-car {
  margin: 10px 0;
  overflow: hidden;
}
.pro-car .pro-item {
  border: 1px solid #dcdcdc;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  
}
.pro-car .pro-item .item-l {
  flex: 1;
  overflow: hidden;
}
.pro-car .pro-item .item-l a {
  display: flex;
  height: 100%;
}
.pro-car .pro-item .item-l a .pro-name {
  flex: 1;
  overflow: hidden;
  line-height: 40px;
  padding-left: 10px;
}
.pro-car .pro-item .item-l a .pro-img {
  flex: 0 0 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pro-car .pro-item .item-l a .pro-img img {
  max-height: 100%;
  width: auto;
}
.pro-car .pro-item .item-r {
  flex: 0 0 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-car .pro-item .item-r .pro-del {
  cursor: pointer;
  background: url(../images/del-icon.png)no-repeat center;
  width: 100%;
  height: 100%;

}

.pro-car-btn {
  text-align: center;
}

.pro-car-btn .car-btn{
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  border:1px solid #000;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
}

.home-header.is-fixed{
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 2px 0 10px rgba(0,0,0,0.15);
}

.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(4){
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(3){
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(5){
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(6){
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(7){
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop:nth-of-type(8){
  display: none;
}

.home-header.is-fixed .header-nav .navlist{
  display: flex;
  flex-direction: row-reverse;
}

.home-header.is-fixed .panel-r .search-box{
  width: 430px;
}

.home-header.is-fixed .navmain .navlogo{
  padding-top: 10px;
}
.home-header.is-fixed .panel-r{
  padding-bottom: 0;
}

.home-header.is-fixed  .header-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-header.is-fixed .navmain .navlogo .logo-a{
  height: 50px;
}

.f-menu .item-home{
  display: none;
}
.home-header.is-fixed .f-menu .item-home{
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.home-header.is-fixed .panel-r .info-box{
  display: none;
}
.home-header.is-fixed .panel-r .dropdown{
  display: none;
}
.home-header.is-fixed .header-nav .navlist .f-menu > .hasdrop > a{
  padding: 25px 10px;
}


.price-wrap-box{display: none}
.s-total-price{display: none}


.home-content#inside-productDetail .pro-sec-3 .sec-cont #pro-like .slide-box .slide-info .price .price-num{
  display: none;
}

#inside-productDetail .tab-cont table{
  border: 2px solid #e6e6e6;
  width: 100%;
}

#inside-productDetail .tab-cont table thead{
  border: 1px solid #e6e6e6;
}

#inside-productDetail .tab-cont table thead tr{
  font-size: 16px;
  color: #6d6b6c;
  background-color: #f5f5f5;
  line-height: 38px;
}
#inside-productDetail .tab-cont table thead tr th{
  padding: 0 10px;
  white-space: nowrap;
}

#inside-productDetail .tab-cont table tbody{
  line-height: 30px;
}

#inside-productDetail .tab-cont table tbody tr td{
  padding: 0 10px;
  white-space: nowrap;
}

#inside-productDetail .tab-cont table tbody tr:nth-child(odd){
    background-color: #f5f5f5;
}
#inside-productDetail .tab-cont table tbody tr:nth-child(even){
    background-color: #fff;
}

.home-header .sign-out{
  display: none;
}
.is-fixed .sign-out{
  float: left;
  padding: 10px;
  background-color: #0063b3;
  text-align: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.is-fixed .sign-out .text{
  margin-top: 5px;
}





/* 2019-07-24 */
.home-header .navmain .navdes {
  float: left;
  max-width: 200px;
  position: relative;
  padding-left: 20px;
  margin-top: 40px;
}
.home-header .navmain .navdes::before {
  position: absolute;
  content: '';
  background: url(../images/home/header/tit-bg.png) no-repeat center;
  width: 7px;
  height: 78px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home-header .navmain .navdes .s-des {
  margin: 0;
  font-family: Raleway-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.home-header .navmain .navdes .s-des span {
  color: #0063b3;
}
.home-header .navmain .navdes .s-des .des-num {
  font-family: initial;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.home-header .navmain .navlogo {
  padding: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.home-header .navmain .navdes {
  display: none;
}
}
@media (max-width: 991px) {
.home-header .navmain {
  float: left;
}
.home-header .navmain .navlogo {
  height: 60px;
}
.home-header .navmain .navdes {
  display: none;
}
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box{
  font-size: 14px;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box .set-price{
 float: left;
margin-right: 30px;
font-weight: bold;
color: #000;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box .set-price .s-pro-price{
  font-size: 24px;
  font-weight: bold;
}
.home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .price-wrap-box .set-price.active{
 color:  #0062b3;
 }
 .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box .s-total-price{
   /* margin: 0 auto; */
   margin: 25px 0;
 }
 .home-content#inside-productDetail .pro-sec-1 .panel-box .panel-r .set-info .price-box{
   padding-bottom: 0;
 }
 
 
     


		.item-a1{
			/*width: calc(80%); */
		    /* display: none; */
		    height: 43px;
		    background-color: #fff;
		    /* position: relative; */
		    text-align: left;
		    padding-left: 20px;
		    line-height: 45px;
		       /*font-family: Poppins-SemiBold;*/
		   font-weight: normal;
    		font-stretch: normal;
		       font-size: 16px;
		       color: #666666;
overflow: hidden;
		    z-index: 1;
		}

		.home-content#inside-productList .pro-tab ul .item1 .item-a1:hover {
		  background-color: #ced3d9;

		}
		.home-content#inside-productList .pro-tab ul .item1 .item-a1:hover a{
		  /*color: #fff;*/
			
		}
		
		
		
		.ul-box{
			display: none;
			position: absolute;
		    left: 86.5%;
		    /* top: 0px; */
		    background-color: #fff;
		    padding: 5px 0px;
		    z-index: 99;
		    /*border: 1px solid #ced3d9;*/
		    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
		    box-shadow: 3px 3px 5px rgba(0,0,0,.2);

		}
		.home-content#inside-productList .pro-tab ul .item.active:hover>ul.ul-box{
	    	display: block;
	    	border: 1px solid #ced3d9;

	    }
	    .home-content#inside-productList .pro-tab ul .item.active:hover>ul.ul-box .item1 .item-a1{
	    	display: block;
	    
	    	

	    }
	    
	    .fa{
	    	
	    	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    }
	    .ali{
	    	
	    	position: absolute;float: right;margin-left: 20px;margin-top: 22px; -webkit-transform: translateY(-50%); transform: translateY(-50%);color: #ccc;
	    }
	    
	    .fa:before{
	    	content: "\f054";
	    }
	    
	.category-toggle-btn{
		width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
		
		
	}
	.btn-primary{
		background-color: #333!important;
	    border-color: #333!important;
	    color: #fff!important;
		
	}
	#inside-productList > div.inside-container > div.row > div.col-md-3 > div.pro-tab > ul > li.item:nth-child(-n+10){
		display: block;
	}
	#inside-productList > div.inside-container > div.row > div.col-md-3 > div.pro-tab > ul > li.item:nth-child(n+10){
		display: none;
	}
	.fa{
		
		display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;

	}
	.fa-chevron-down{
	    -webkit-transform: rotate(90deg);
    	transform: rotate(90deg)}
    	

.item-a1 a{
	color: #666;
	
	
}
  
  