.fixed_bg_off {
  /* z-index: 2999; */
  /* position: fixed; */
  width: 100%;
  height: 100%;
}
.cart_off {
  right: 0px !important;
}
.logo_box {
  padding-left: 0px;
}
.head_top {
  height: 53px;
  text-align: right;
  line-height: 53px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.head_top p .phone{
  border:0;
}
.head_top .ic-phone:before {
  font-size:20px;
  position:relative;
  top:3px
}
.fixed_bg, header {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.web_fix_cart {
  transform: translate3d(-320px, 0, 0);
}
.floatingFrame{
    background-color:#BE9D7D;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Helvetica Neue;
    font-weight: 300;
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    z-index:2000;
}
.fixed_bg {
  transition: all .3s linear;
  -webkit-transition: all 0.3s linear;
}
.fixed_block {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}
.cart_btn {
  position: fixed;
  left: 80px;
  z-index: 200;
}
.cart {
  width: 320px;
  height: 100%;
  position: fixed;
  right: -320px;
  transition: all .3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 99999;
  display:flex;
  flex-direction: column;
}
.cart_block {
  right: 0px;
}
header.header .nav-justified>li{
  width: auto;
}
.navs_ul > li {
  display: inline-block;
  position: relative;
  padding: 29px 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shop_box {
  display: none;
  text-align: left;
  font-size: 12px;
  /* height: 0px; */
  width: 100%;
  position: fixed;
  left: 0px;
  top: 134px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: normal;
  z-index: 10000;
}
.main-template {
  /* padding-top: 139px; */
}
.header {
  /* position: fixed;
  top: 0px;
  z-index: 2000; */
  width: 100%;
}
 #searchbox{
    position: relative;
    padding: 0;
    width: 70%;
    min-width: 240px;
    height: 32px;
    display:inline-block;
    z-index: 1000;
    background: #fff;
    padding-left: 20px;
}
#searchbox.active>.tap-search-btn{
  transition: all 0s;
  visibility: hidden;
  transform: scale(.5);
  opacity:0;
}
/* 左侧图标 */
i.left-icon{
  position: absolute;
  top: 5px;
  left: 2px;
  font-size: 1.1em;
  transition: all .5s;
  transform: translateX(10px);
  opacity: 0;
}
/* 关闭按钮 */
.close-btn{
  font-size: 1.6em;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 4px;
  top:0;
  opacity: 0;
  z-index: -10;
}
.close-btn:hover{
  color: #b18e52;
}

i.tap-search-btn{
font-size: 1.6em;
transition: all .5s;
transform-origin: center;
}
#searchbox>input{
    -webkit-appearance:none;
    outline: none;
    border: 0;
    visibility: hidden;
    margin: 0;
    width: 88%;
}
/* active */
#searchbox.active{
  border-bottom: 1px solid #dbdbdb;
}
#searchbox.active>.close-btn{
  display: block;
}
/* 动画效果 当给#searchbox 加 .active时触发 */
#searchbox.active>.left-icon{
  transform: translateX(0);
  opacity:1;
}
#searchbox.active>.close-btn{
  transition: all .5s;
  transform-origin: center;
  transform: rotate(180deg);
  opacity: 1;
  z-index: 5;
}
@media (max-width: 768px){
    #searchbox{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 45px;
        text-align: center;
        z-index: 3000;
        display: none;
    }
    #searchbox.active{
      display: block;
    } 
    #searchbox>input{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 5px 10px;
        color: #555;
    }
    #searchbox i.tap-search-btn{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 0;
     padding: 5px;
     box-sizing: border-box;
     font-size: 1.4em;
    }
    div.search-result-box{
        top: 45px;
    }
    .search-result-list{
        border-width: 0;
        border-bottom-width: 1px;
    }
    i.left-icon{
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -.8em;
      font-size: 1em;
  }
  .close-btn{
      top: 50%;
      margin-top: -15px;
  }
}
@media (max-width: 900px){
  .tap-search-btn{
    background-color: #fff;
  }
}

/* 搜索结果样式 */
.search-result-box{
text-align: center;
position: absolute;
width: 140%;
left: 15px;
top: 45px;
border-top: 1px solid #dbdbdb;
z-index: 10;
/* display: none; */
}
.search-result-list {
padding: 10px;
text-align: left;
border: 1px solid #dbdbdb;
border-top: 0;
line-height: 1.5;
box-sizing: border-box;
background-color: #fff;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.search-result-list>dl, .search-result-list dt,  .search-result-list dd{
	padding: 0;
}
.search-result-list>dl>dt{
	padding: .375rem 0 .375rem 10px;
}
.search-result-list>dl, .search-result-list>dl>dd{
font-size: 14px;
list-style: none;
margin: 0;
padding: 0;
cursor: default;
}
.search-result-list>dl:last-child{
border-top: 1px dotted #dbdbdb;
}
.search-result-list>dl>dd>a{
color: #4c4c4b;
display: block;
line-height: 22px;
padding: .375rem 26px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search-result-list>dl:first-child a{
  padding: 0 26px;
}
.search-result-list>dl>dd>a:active{
font-weight: 500;
}
.search-result-list>dl>dd>a:hover{
    color:#b18e52; 
}
.search-result-list>dl>dd:hover{
background-color: #e8e8e8;

}
.search-result-list>dl>dt {
color: #a3a5a7;
font-weight: 500;
font-size: 14px;
}
.search-result-box em{
    font-weight: 500;
    text-shadow: 0 0 0 #000;
    font-style: normal;
}
.search-result-list dd>a>img{
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
}
/* view more products */
.search-result-list>a.view-more{
  display: block;
  padding: .375rem 26px;
  height: 50px;
  line-height: 45px;
}

.search-result-list>a.view-more:hover{
  color:#b18e52; 
  background-color: #e8e8e8;
}
.search-result-list>a.view-more>i.ic{
  font-size: .6em;
  font-weight: 600;
  vertical-align: top;
  padding-left:  .3em;
}

.move_header .logo_box {
  padding-top: 0px;
}
.move_header .logo_img{
  width: 130px;
}
.move_header.nav_div {
  padding-top: 0px;
}
.move_header .shop_box {
  top: 90px;
}
.move_header .SLC_box {
  padding: 18px 0px;
}
.move_header .navs_ul > li {
  padding: 20px 0;
}
.move_header .nav_div {
  padding-top: 5px;
}
div.nav_div>ul{
	display:flex; 
	justify-content: space-around;
}
.move_header .head_top {
  height: 30px;
  line-height: 30px;
}
.logo_img {
  width: 170px;
  transition: all .5s;
  margin: 0px;
  display: block;
}
.navs_ul {
  text-align: center;
}
.shop {
  padding-bottom: 2px;
  cursor: pointer;
}

.nav_li_sort_hover .shop_box {
  min-height: 170px;
  opacity: 1;
}
.nav_li_sort_hover .shop:after {
  content: '';
  display: block;
}
.nav_li_sort_hover .shop_box{
  display: block;
}
.SLC_box > span, .SLC_box > a {
  padding: 0px 8px;
  /*position: relative;*/
}
.SLC_box > a{
  position: relative;
  top:3px;
  padding-right: 6px;
}
.SLC_box > a .SLC_name{
  margin-left: -16px;
}
.SLC_box > span .SLC_name{
  margin-left: -13px;
  position: relative;
  top: 3px;
}
.car-tips{
  padding-right: 0 !important;
}
.SLC_box {
  text-align: right;
  padding: 25px 0px;
}
.SLC_name {
  display: inline-block !important;
  /*position: absolute;*/
  /*bottom: -5px;*/
  /*left: 18px;*/
  border-radius: 50px;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 300;
}
.phone_manu {
  display: none;
}
.bar_ic {
  font-weight: 600;
  font-size: 1.5em;
  cursor: pointer;
}
.car-tips {
  cursor: pointer;
}
.later-tips {
  cursor: pointer;
}
.cart_img {
  width: 50px;
  float: left;
  margin: 0px 20px 0px 0px;
}
.cart_div {
  width: 183px;
  font-size: 12px;
  float: left;
}
.cart_div p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
}
.cart h4 {
  padding: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
}
.cart_ul {
  padding-top: 10px;
  overflow-y: auto;
  /* height: 76%; */
  flex:1;
}
.cart_ul li {
  margin: 0px 30px 20px 30px;
  padding-bottom: 20px;
}
.cart_ul li:last-child {
  border: 0px;
}
.Subtotal {
  font-size: 18px;
}
.cart_total_pirce {
  font-weight: 300;
  margin-top: 3px;
}
.cart_next_pay > p {
  padding: 25px;
  margin-bottom: 20px;
}
.ViewCart_btn {
  width: 84%;
  margin: 0 auto;
  display: block;
  border-radius: 0px;
  padding: 12px;
}
.cart_next_pay {
  /* position: absolute; */
  width: 320px;
  /* bottom: 0px; */
  padding-bottom: 20px;
}
.close_cart {
  position: absolute;
  top: 30px;
  left: -28px;
  display: none;
}
.cart_block .close_cart {
  display: block !important;
}

/*搜索*/
.search {
  width: 100%;
  position: fixed;
  top: -80px;
  height: 80px;
  -webkit-transition: all 0.3s linear;
}
.search_block {
  top: 0px !important;
  padding: 0px 35px;
}
.search input {
  text-align: center;
  font-size: 30px;
  max-width: 1100px;
  border: 0px;
  outline: none;
  display: inline-block;
  margin: 0 auto;
  height: 80px;
}
.search input:focus {
  border: 0px !important;
}
.search_btn {
  position: fixed;
  z-index: 100;
}
#search_on {
  position: absolute;
  right: 20px;
  top: 0px;
}
.search span {
  font-size: 22px;
  cursor: pointer;
}

/*移动端导航*/
.phone_nav {
  width: 320px;
  position: fixed;
  left: -320px;
  height: 100%;
  -webkit-transition: all 0.3s linear;
}
.phone_nav_block {
  width: 320px;
  position: fixed;
  height: 100%;
  left: 0px;
  z-index: 4;
}
.phone_nav_ul > li {
  font-size: 22px;
  padding: 3px 0px;
}
.phone_nav_ul {
  padding-top: 40px;
  padding-left: 40px;
  overflow-y: auto;
  height: 98%;
}
.phone_nav_ul > li > ul >li {
  font-size: 16px;
  padding: 10px 0px;
}
.phone_nav_ul > li > ul > li > ul >li {
  font-size: 14px;
  padding: 5px 0px 5px 10px;
}
.phone_nav_ul span {
  font-size: 16px;
  margin-right: 40px;
  margin-top: 8px;
}
.close_phone_nav {
  position: absolute;
  right: -30px;
  top: 32px;
  display: none;
}
.phone_nav_block .close_phone_nav {
  display: block !important;
}

/*商品分类导航*/
.tab-content {
  text-align: center;
}
/* 如果每行分类超过8个, 则添加 multi-row 类 */
.nav_son_ul.multi-row{
  display: flex;
  flex-wrap: wrap;
}
.multi-row>li {
  margin-bottom: 10px;
}
/* 如果每行分类超过8个, 则添加 multi-row 类 end */
.nav_son_ul > li {
  width: 12%;
  display: inline-table;
}
.nav_son_ul > li img{width: 40px;}
.nav_son_icon {
  display: block;
  font-size: 3em;
}
.head_nav_ul li a {
  font-size: 14px;
}
.shop_box_nav {
  position: relative;
  padding-top: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;  
}
.head_nav_ul {
  /* width: 800px; */
  margin: 0 auto 22px;
  display: flex;
  justify-content: space-around;
}
.head_nav_ul a {
  border: 0px !important;
}
.head_top>p.w1100{
  position: relative;
}
.min-logo {
 width: 100px;
 position: absolute;
 left: 10px;
 top: 50%;
 transform: translateY(-50%);
 display: none;
}
.search_off {
  top: 0px;
  z-index: 99999;
}
.phone_nav_off {
  left: 0px;
  z-index: 9;
}
#phone_on {
  position: absolute;
  right: 4px;
  font-size: 2em;
}
.phone_cat_ul >li >ul {
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.phone_cat_ul .active >ul {
  height: 0px;
  overflow: hidden;
}
.phone_squ {
  display: none;
}
.phone_cat_ul .active .phone_squ {
  display: block;
}
.phone_cat_ul .active .phone_squo {
  display: none;
}
.logout_body {
  text-align: center;
}
.bag_icon {
  font-size: 1.6em;
  /*position: relative;*/
  /*top: 3px;*/
}
.head_top p a {
  padding: 0px 0px 4px;
  margin: 0px 6px;
}
.head_top .active a {
  border-bottom: 0px !important;
}
.search_center_box {
  max-width: 1200px;
  margin: 0 auto;
}
.search_center_box span {
  display: none;
  position: relative;
  top: -6px;
}
.search_center_box .active {
  display: inline-block !important;
}

/* 新增二维码 */
.qr-code{
  width: 46px;
  margin: 15px 15px 5px;
}

.pmt-qr-code{
  width: 60%;
  margin: 6% 0;
}
.mb-qr-code{
    width: 1.7em;
    margin: 0 8px;
}

/*注册登录开始*/
.NewLoginBox {
    width: 100%;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
}

.NewLoginBox .NewLoginBoxInput {
    width: 71%;
}

.NewLoginBox .NewLoginBoxInput input {
    padding: 0 0 0 20px;
    width: 100%;
    line-height: 36px;
    font-size: 12px;
    background-color: transparent;
    z-index: 2;
    position: relative;
    font-weight: 300;
    height: auto;
    border: 1px solid #efeeee;
}
.page-tab .NewLoginBox .NewLoginBoxInput input{
  line-height: 46px;
} 

.NewLoginBoxSms {
    margin-bottom: 20px;
    position: relative;
}

.NewLoginBoxSend {
    width: 29%;
}

.NewLoginBoxSend a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 38px;
    text-align: center;
    line-height: 38px;
    outline: none;
    background-color: #4c4c4b;
    font-size: 12px;
}
.page-tab .NewLoginBoxSend a{
  height: 48px;
  line-height: 48px;
}
.NewLoginThird {
    width: 100%;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: flex-start;
}
.NewLoginThird a {
    display: block;
    height: 42px;
}
.NewLoginFacebookImg {
    width: 172px;
    height: 40px;
}
.NewLoginFacebookImg img {
    width: 172px;
    height: 40px;
}
.NewLoginGoogleImg {
    width: 174px;
    height: 42px;
}
.NewLoginGoogleImg img {
    width: 174px;
    height: 42px;
}

.NewLoginThirdLong {
    width: 100%;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: flex-start;
}
.NewLoginThirdLong a {
    display: block;
    height: 56px;
}
.NewLoginFacebookImgLong {
    width: 240px;
    height: 56px;
}
.NewLoginFacebookImgLong img {
    width: 240px;
    height: 56px;
}
.NewLoginGoogleImgLong {
    width: 240px;
    height: 56px;
}
.NewLoginGoogleImgLong img {
    width: 240px;
    height: 56px;
}
#registerVerifiBtn {
  color: rgba(239,239,241,1)
}
#registerVerifiBtn {
  color: rgba(239,239,241,1)
}
/*注册登录*/

/*登录tab的样式调整（区别注册tab）*/
.new_login .modal_wraper .content #register_tab .top img {
    width: 166px;
    height: 23px;
    margin-top: 15px;
    margin-bottom: 45px;
}
.new_login .modal_wraper .content #register_tab .notice {
    padding-bottom: 20px;
}
.new_login .modal_wraper .content #login_tab .top img {
    width: 166px;
    height: 23px;
    margin-top:45px;
    margin-bottom:50px;
}
.new_login .modal_wraper .content #login_tab .notice {
    padding-top: 35px;
    padding-bottom: 35px;
}
.new_login .modal_wraper .content #login_tab .login_input_box input {
  margin-bottom: 20px;
}
.new_login .modal_wraper .content #login_tab .login_btn {
    margin-bottom: 20px;
}
.new_login .modal_wraper .content #login_tab .NewLoginThird {
    margin-bottom: 40px;
}
/*登录tab的样式调整（区别注册tab）*/

/* 套装产品样式 */
.b-cart-list{
  border-bottom:0 !important;
  margin-bottom: 0 !important;
}
.combo-tag{
  width:73px;
  height:26px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #B89E7E;
  color:#B89E7E;
  font-weight: 400 !important;
  margin-top:5px;
}

.new-top{
    /* font-family: HelveticaNeue,Helvetica,Arial,sans-serif; */
    font-weight: 300;
    color:#707070;
}
.sn-top-tip{
    color:#fff;
    height:40px;
    background-color: #BE9D7D;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.sn-top-tip a{
    color: #fff;
}
.sn-top-tip a:hover{
    color: #fff;
}
.sn-link-box{
    background-color: #8E8E8E;
    color:#fff;
    height:42px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    /* padding:0 80px; */
}
.sn-link-list{
    display: flex;
    justify-content: flex-end;
    min-width:1100px;
    align-items: center;
}
.sn-link-list>li{
    display: flex;
    cursor: pointer;
    margin-left:30px;
    position: relative;
    padding: 5px 0;
}
.sn-country-dp{
    position: absolute;
    top: 30px;
    display: none;
    color: #4c4c4b;
    background:#fff;
    padding: 10px 0;
    border: 1px solid #ccc;
    z-index: 10;
    border-radius: 5px;
}
.sn-country-dp a{
    color: #4c4c4b !important;
}
.sn-country-dp li{
    padding: 5px 20px;
    display: flex;
    align-items: center;
}
.sn-country-dp li:hover{
    background: #f1f1f1;
}
.sn-select-country:hover .sn-country-dp{
    display: block;
}
.sn-link-list a{
    display: inline-flex;
    align-items: center;
    color:#fff;
}
.sn-link-list a:hover{
    color: #fff;
}
.sn-link-list p{
    border-bottom:1px solid #fff;
}
.sn-link-list .ic, .sn-link-list .icf{
    margin-right:5px;
    font-weight: bold;
    font-size: 18px;
}
.sn-sigapore-img{
    width:19px;
    height:19px;
    margin-right:5px;
    z-index: 0;
}
.sn-top-icon{
    /* padding: 0 80px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1100px;
    height: 100px;
    /* overflow: hidden; */
}
.sn-logo{
    width: 209px;
}
.sn-search-box{
    width:413px;
    height:40px;
    border-radius: 32px;
    padding: 0 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.sn-search-box .close-btn{
    position:static;
    opacity: 1;
    z-index: 0;
    display: none;
}
.sn-search-box input{
    border:none;
    outline: none;
    font-size: 14px;
    flex:1
}
.sn-search-box input::placeholder{
    font-size:14px;
    color:#ccc;
}
.sn-icon{
    font-size:30px;
    /* font-weight: 400; */
    margin-bottom: 5px;
    /* color:#000; */
}
.sn-icon-box{
    display: flex;
    align-items: center;
}
.sn-link-icon{
    margin-left:50px;
    position:relative;
}
.sn-link-icon:hover{
    color:#BE9D7D;
}
.sn-bage{
    min-width: 18px;
    height:18px;
    border-radius: 9px;
    background-color: #020202 !important;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    /* right:-3px; */
    left: 14px;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.sn-cate-bar{
    /* padding:10px 80px; */
    display: flex;
    align-items: center;
    min-width: 1100px;
    position: relative;
}
.sn-cate-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;

    /* font-size: 14px; */
    /* padding: 0 0 25px; */
    /* justify-content: space-between; */
}
.sn-cate-list li{
    /* margin-right:50px; */
    flex-shrink: 0;
    /* width: 270px; */
    border-bottom:3px solid transparent;
}

.sn-cate-list li.selected{
    border-color: #707070;
}
.sn-dropdown{
    position: absolute;
    top:43px;
    left:0;
    width: 100%;
    /* min-height: 745px; */
    background-color: #fafafa;
    display: none;
    overflow-y: auto;
    z-index: 2000;
    color: #707070;
}
.sn-cate-detail{
    /* padding:0 0 50px; */
    font-size: 16px;
    position:relative;
}
.sn-main-pic{
    position:absolute;
    top:40px;
    right:40px;
    text-align: center;
    font-weight: bold;

}
.sn-main-pic img{
    width: 100%;
    margin-bottom: 10px;
}
.sn-main-cate{
    font-weight: bold;
    /* padding-bottom: 10px; */
    padding: 25px 0 5px;
    margin-left: 40px;
}
.sn-sub-cate{
    margin-left: 40px;
    font-weight: 300;
    /* padding: 5px 0; */
}
.sn-sub-cate a{
  display: inline-block;
  padding: 5px 0 4px;
  border-bottom: 1px solid transparent;
}
.sn-sub-cate:hover a{
  border-bottom: 1px solid #707070;
}
.d-flex{
    display: flex;
}

.fixed-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
  z-index: 10000;
}

/* 选择国家 */
.country-modal .modal-dialog {
  width: 600px;
  height: 550px;
  color:#4c4c4b !important;
  font-weight: 300;
}
.sn-cty-close-btn{
  position: absolute;
  top:0;
  right: 0;
  padding:20px;
  font-size: 23px;
  font-weight: bold;
}
.sn-cty-title{
  text-align: center;
  font-weight: bold;  
  font-size: 18px;
  padding: 30px 0 10px;
}
.sn-cty-box{
  padding: 35px;
  font-size: 14px;
}
.sn-cty-dp{
  padding: 0 28px;
  height:46px;
  margin: 18px 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 4px;
  position:relative;
}
.sn-cty-arrow{
  font-size: 27px;
  transform: rotate(90deg);
}
.sn-cty-shdp .sn-cty-arrow{
  transform: rotate(270deg);
}
.sn-cty-shdp .sn-cty-cdp{
  display: block !important;
}
.sn-cty-cdp{
  display: none;
  position:absolute;
  top:42px;
  left:-2px;
  background:#fff;
  z-index: 2;
  width: 500px;
  border: 1px solid rgba(112, 112, 112, 0.07058823529411765);
  box-shadow: 0px 21px 26px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
}
.sn-cty-cdp li{
  padding: 12px;
    cursor: pointer;
}
.sn-cty-cdp li:hover,
.sn-cty-cdp li.sn-cty-active{
  background: #707070;
  color:#fff;
}
.sn-cty-tip{
  text-align: center;
  margin: 25px 0;
}
.sn-cty-btn{
  background-color: #4c4c4b;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 25px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}
.sn-cty-stay{
  margin:0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.sn-banner-top {
  text-align: center;
  color: #4C4C4B;
  background: #E7E7E7;
}
.sn-banner-top a{
  /* height:50px;
  line-height: 50px; */
  /* font-size: 20px; */
  /* text-align: center; */
  /* color: #4C4C4B; */
  /* background: #E7E7E7; */
  /* display: flex;
  align-items: center;
  justify-content: center; */

}
.sn-banner-top-arrow{
  font-weight: 300;
}

.gift_modal h3 {
    margin-bottom: 15px;
    margin-top: 12%;
}

.gift_modal p {
    margin-bottom: 35px;
}

#gift_modal .modal-header>button {
    margin-bottom: 10px;
}

.gift_modal .modal-header {
    padding: 0px;
}

#gift_modal .modal-header>.close {
    position: absolute;
    right: 0px;
    z-index: 9;
    opacity: 1;
}

.gift_modal .gift_left {
    padding: 7px;
}

.gift_modal .gift_right {
    height: 420px;
    background: url(https://iuiga-release.oss-ap-southeast-1.aliyuncs.com/images/product/subscribe_img.jpg) no-repeat left top;
    float: right;
    background-size: cover;
    overflow: hidden;
}

.gift_modal button {
    margin-bottom: 15px;
}

#gift_modal .modal-header {
    padding: 0px;
}

#gift_modal .modal-header>button>.ic {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50px;
    padding: 0px 0px 1px 1px;
}

.gift_sinup {
    margin-top: 15px;
    padding: 8px 12px;
}

.gift_input {
    text-align: center;
    height: 38px;
}

.gift_left h5 {
    cursor: pointer;
}

#gift_input_error {
    margin-bottom: 0px !important;
    margin-top: 10px;
}

@media (max-width: 1800px) {
    .sn-cate-list{
        font-size: 14px;
        padding: 0 40px 20px;
    }
    .floatingFrame{
        font-size: 14px;
    }
    .sn-main-cate{
      font-size: 14px;
      width: 180px;
    }
    .sn-sub-cate{
      font-size: 13px;
      width: 180px;
      /* margin-top: 5px; */
    }

    .sn-cate-list li+li {
        margin-left: 30px;
    }
    .sn-top-icon,.sn-link-box{
        padding: 0 40px;
    }
    .sn-banner-top{
      font-size: 12px;
      height:42px;
      line-height: 42px;
    }
    .sn-main-pic{
      font-size: 12px;
      width: 200px;
    }
    .sn-main-pic img{
      height: 240px;
    }
}
@media (min-width: 1800px) {
  .sn-banner-top{
    font-size: 18px;
    height:50px;
    line-height: 50px;
  
  }
    .sn-cate-list{
        font-size: 18px;
        padding: 0 40px 20px;
    }
    .sn-main-cate{
      font-size: 17px;
      width: 275px;
    }
    .sn-sub-cate{
      font-size: 16px;
      width: 275px;
      margin-top: 10px;
    }
    .sn-cate-list li+li {
        margin-left: 40px;
    }
    .sn-top-icon,.sn-link-box{
        padding: 0 40px;
    }
    .sn-main-pic{
      font-size: 17px;
      width: 250px;
    }
    .sn-main-pic img{
      height: 300px;
    }

}
@media (max-width: 1700px) {

}
@media (max-width: 1600px) {

}
@media (max-width: 1500px) {
    .sn-cate-list li+li {
        margin-left: 20px;
    }
}
@media (max-width: 1400px) {

}
@media (max-width: 1300px) {
    .sn-cate-list {
        justify-content: space-around;
        padding: 0 0 15px;
    }
    .sn-cate-list li+li {
        margin-left: 0;
    }
    .sn-dropdown{
        top: 38px;
    }
    .sn-main-cate{
      width: 170px;
    }
    .sn-sub-cate{
      width: 170px;
    }
    .sn-main-pic{
      width: 160px;
    }
    .sn-main-pic img{
      height: 192px;
    }


}
@media (max-width: 1200px) {
    .sn-cate-list{
        font-size: 12px;
    }
  }

