body,html {
  font-size: 14px;color:#333;font-family: 'Helvetica',sans-serif;
}

body {
  width:100%;
  margin:0;
  padding:0;
  background-color: #F9BFD8;
}

.bg {
  width:100%;
  height:2500px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  animation: 6s opacity;
}

 @keyframes opacity{
    0%{opacity:0}
    50%{opacity:0.5;}
    100%{opacity:1;}
}



* {
  outline: none;
}

div,ul,li,ol,dl,dd,th,td,p,h1,h2,h3,h4,h5,form,legend,input,textarea,select {
  padding: 0;margin: 0;
}

p { text-align:justify; text-justify:distribute; }
li {list-style: none;}
a {text-decoration: none;}
a:hover {
  color: #dc4336;
}
button {cursor: pointer;}
img{display: block;}


.body-content {
  width:990px;margin:auto;
  /*background: #F9BFD8;*/
}

#navbar-top {
  height: 70px;
  width: 92%;
  padding: 0 4%;
  background: -webkit-linear-gradient(left, #1936cf, #091451);
  background: linear-gradient(left, #1936cf, #091451);
}

#navbar-top a.logo {
  float: left;
  margin-top: 10px;
}

#navbar-top a.logo img {
  width: auto;
  height: 45px;
}

#navbar-top .menu-toggle {
  display:none;
}

#navbar-top ul.menu {
  float: right;
  height:50px;
}

#navbar-top ul.menu span {display: none;}

#navbar-top ul.menu li{
  float:left; 
  margin: 0 25px;
  line-height: 80px;
}

#navbar-top ul.menu li a {
  color:#fff;
  font-size: 18px;
}

#navbar-top ul.menu li a:hover{
  text-decoration: underline;
}

#navbar-top ul.menu li img {
  height:50px;
  width: auto;
  margin-top:9px;
}

#banner {
  overflow: hidden;
}

#banner img {
  width: 100%;
  height: auto;
  display: block;
}

#banner .lab {
  width:134px;
  height:134px;
  padding:35px 0;
    position: absolute;
}

#banner a {
  display: block;
  color:#fff;
  margin:5px 0;
  text-align: center;
}

#banner a:hover {
  text-decoration: underline;
}

#banner .lab1 {
    top: 70%;
    left:29%;
    background: url(../images/xin.png) no-repeat 0 0;
    background-size: 330%;
    
}
#banner .lab2 {
    top: 76%;
    left: 57%;
    background: url(../images/xin.png) no-repeat -157px 0;
    background-size: 330%;
}
#banner .lab3 {
    top: 20%;
    left: 80%;
    background: url(../images/xin.png) no-repeat -308px 0;
    background-size: 330%;
}

.bshare-custom {
  position: absolute;
  margin-top: -70px;
  margin-left: 730px;
}

h2 {
  font-size:30px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: normal;
}

h2 strong {
  color: #00A7EA;
  font-weight: normal;
  font-size: 35px;
}

.timmer {
  font-size: 36px;
  color:#BD0D23;
  text-align: center;
  font-weight: bold;
}

#bg ul{
  margin: 15px 0;
}

#bg ul li {
    font-size: 25px;
    line-height: 30px;
}

a.more {
  font-size: 21px;
  color:#666;
}

a.more:hover{
  text-decoration: underline;
}

.buy {
  overflow: auto;
  margin-top: 15px;
}

.buy a {
  font-size: 24px;
  color:#fff;
  padding: 8px 10px;
  border-radius:10px;
  display: block;
  float:left;
}

a.tmall{
  background: #E60064;
  margin-right:10px;
}

#labeler {
  background-size: 100%;
}

#labeler .label,#seckill .secki {
  width: 830px;
  text-align: right;
  overflow: auto;
  padding: 0 80px;
}

#labeler .labeler-1 {
  margin-top: 60px;
  background: url(../images/ere_05.png) top left no-repeat;
  background-size: 48%;
}

#labeler .labeler-1 .cut {
  color:#00A7EA;
}

#labeler .labeler-1 a.tmall:hover{
  background: #00A7EA;
}


#labeler .labeler-2 {
  margin-top: 100px;
  text-align: left;
  background: url(../images/ere_09.png) top right no-repeat;
  background-size: 48%;
}

#labeler .labeler-2 h2 strong,#labeler .labeler-2 .cut {
  color:#E60000;
}

#labeler .labeler-2 a.tmall:hover{
  background: #E60000;
}

#seckill .seckill-1 {
  padding: 80px 40px 0 40px;
  background: url(../images/ere_13.png) top left no-repeat;
  background-size: 48%;
}

#seckill .seckill-1 h2 strong,#seckill .seckill-1 .cut {
  color:#505050;
}

#seckill .seckill-1 a.tmall:hover{
  background: #505050;
}


#labeler .labeler-1 .buy a,
#seckill .seckill-1 .buy a{
  float: right;
}

#seckill {
  background-size: 100%;
  margin-top: 70px;
}

#seckill .seckill-1{
  text-align: right;
}

#footer {
  background-size: 100%;
}

#footer .footer-1{
  padding: 175px 0 0 55px;
}

#footer .footer-1 h2,#footer .footer-1 ul li,#footer .footer-1 a.more {
  color:#fff;
}

#footer a.tmall{
  background: #fff;
  color: #BD0D23;
}

#footer a.jd{
  background: #fff;
  color: #006834;
}

#footer a.tmall:hover{
  color: #006834;
}

#footer a.jd:hover{
  color: #BD0D23;
}

#footer .foot {
  text-align: center;
  color:#fff;
  margin: 50px 0;
}


.origin {
  text-decoration: line-through;
  color: #666;
  font-size: 26px;
}

.cut {
  font-size: 33px;
}

.cut strong{
  font-size: 50px;
}

.cost {
  float: left;
}

#labeler .labeler-1 .cost {
    margin-top: 270px;
}

#labeler .labeler-2 .cost {
  float: right;
    margin-top: 300px;
}

#seckill .seckill-1 {
  padding-top: 55px;
}



#seckill .seckill-1 .cost p {
    text-align: right;
}

#seckill .seckill-1 .cost {
  float: left;
    margin-top: 50px;
}


#footer .footer-1 .cost{
  float: right;
  margin-top: -111px;
}

.timmer span.time {
  padding:0 3px;
  letter-spacing: 10px;
  color: #fff;
  background: url(../images/time-bg.png) no-repeat -3px 0;
  background-size: 64px;
}

input.labeler{
  display: none;
}

@media screen and (max-width: 676px) {
  .bg {height:1140px;}
  #banner .lab {display:none;}
  .body-content {width:100%;}
  #labeler,#seckill,#footer{background: none;height:auto;padding:0 20px;}
  #bg{background: url(../images/phone.jpg) no-repeat; background-size:100% auto;}
  #navbar-top{height:50px;width:100%;padding:0;overflow: auto;}
  /*#navbar-top a.logo{margin:0;float:none;display:block;padding:20px 0 10px 0;}*/
  #navbar-top .menu-toggle {display:block;margin: 10px 15px 0 0;float:right;cursor: pointer;}
  #navbar-top .menu-toggle span {width:28px;height:0;border:1px solid #fff;border-radius:5px;margin:6px 0;display:block;}
  #navbar-top a.logo img {height: 24px;margin: 5px 0 0 15px;}
  #navbar-top ul.menu {top:50px;display:none;position: absolute;background: #fff;width:98%;height:auto;padding:20px 1%;}
  #navbar-top ul.menu li{float:none;margin:3px 0;line-height: 16px;border-bottom:1px solid #eee;}
  #navbar-top ul.menu li.last{display:none;}
  #navbar-top ul.menu span {display: block;float:right;margin-top:-39px;margin-right:15px;}
  #navbar-top ul.menu li a {color:#333;font-size:15px;font-weight:bold;padding:15px 20px;margin:0;display:block;}
  /*#navbar-top ul.menu li img {height: 45px;width: auto;margin-top:0;}*/
  .bshare-custom {display:none;}
  #labeler .label, #seckill .secki{width: 100%;margin: 0;padding: 0;}
  
  /*#labeler {padding-top:370px;}*/
  #labeler .labeler-1{margin-top:25px;}
  #labeler .labeler-1 .cost {margin-top: 120px;}
  #labeler .labeler-2{margin-top:90px;}
  #labeler .labeler-2 .cost {margin-top: 100px;margin-right: 50px;}
  #seckill .seckill-1{margin-top:50px;width:92%;}
  #seckill .seckill-1 .buy{margin-top:3px;}
  #labeler .labeler-1{margin-top:10px;}
  /*#footer{padding-bottom:30px;}*/
  #footer .footer-1{margin-top:95px;}
  #footer .footer-1 .cost {margin-top: 0px;}
  #footer .footer-1 ul{width:160px;}


  #footer .footer-1{padding:0;}
  /*#footer .foot {margin:0;height:30px;display:none;}*/
  .timmer {font-size:15px;}
  .timmer span.time {letter-spacing:6px;background-size: 34px;}
  h2 {font-size:13px;line-height: 15px;font-weight: normal;}
  #bg ul{margin: 6px 0;}
  #bg ul li{font-size:12px;line-height: 14px;}
  a.more {font-size:10px;}
  .buy{margin-top: 8px;}
  .buy a{font-size:10px;padding:5px;border-radius:5px;}
  .origin {font-size:10px;}
  .cut {font-size:14px;}
  .cut strong{font-size:16px;}
  h2 strong {font-size:18px;}

}


@media screen and (max-width: 380px) {

 
  #labeler .labeler-1 .cost {margin-top: 90px;margin-left: 0px;}
  #labeler .labeler-2{margin-top:46px;}
  #labeler .labeler-2 .cost {margin-top: 104px;margin-right: 37px;}
  #seckill .seckill-1{margin-top:45px;width:92%;}
  #seckill .seckill-1 .buy{margin-top:3px;}
   #seckill .seckill-1 .cost {margin-top: 20px;}
  #footer .footer-1{margin-top:55px;}
  #footer .footer-1 .cost {margin-top: -26px;margin-right: 72px;}
  #footer .footer-1 ul{width:160px;}
  #footer .footer-1{padding:0;}
  #footer .foot {margin:25px 0;}

  
  /*#labeler {padding-top:330px;}*/

}



