@charset "utf-8";
/* CSS Document */

/*HOME*/
.head{background-color:#fff;}
.a_box{width:100%;  margin: auto; overflow: hidden;   }
.a_banner_box{width:100%; max-width: 1920px; margin: auto; overflow: hidden; position: relative;}
.a_banner_box img{width:100%;}
.a_banner_box_left{width:15%;height: 13%; position: absolute; left: 4%; top: 5%;}
.a_banner_box_left img{display: inline-block;   animation: myfirst 2s infinite;  }
.a_banner_box_right{width:14%;height: 8%; position: absolute; left: 57%; top: 16%;}
.a_banner_box_right img{display: inline-block;  animation: myfirst 2s infinite;  }
.a_d01{ display: block;}
.a_d02{ display: none;}
.a_bottom_box{width:100%; max-width: 1920px; margin: auto; overflow: hidden;  }
.a_bottom{width:100%; max-width: 1200px; margin:0 auto 15px;overflow: hidden;}
.a_bottom li{width: 50%; float: left;    padding-bottom: 13px;}
.a_bottom li img{ width:98%; max-width: 589px; margin: auto;}
.as_bottom{background: #ffc54d; padding-top: 30px;padding-bottom: 20px;}
@keyframes myfirst {  
           0% {  
               transform: translate(0px, 0px);  
           }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }  
.a_banner_Text{ width:15%; position: absolute;font-size: 15px;color: #fbe258;top: 54.5%; left: 44%;line-height: 1;}
.a_banner_Text span{display:block;font-size: 18px; font-weight: bold; line-height: 1.5;    text-decoration: underline;}
.a_banner_Text a{color: #fbe258;}
.a_banner_bg{width:100%; max-width: 1920px; margin: auto; overflow: hidden; background-position: center top; background-repeat: no-repeat;    }
.a_banner{width:100%; max-width: 1200px; margin: auto; }
.a_banner img{width:100%;}
@media(max-width:1600px){
.a_banner_Text{font-size: 13px;}	
.a_banner_Text span{font-size: 16px;}	
	
}
@media(max-width:1450px){
.a_banner_Text{font-size: 12px;}	
.a_banner_Text span{font-size: 14px;}	
	
}
@media(max-width:1350px){ 
.a_banner_Text span{font-size: 13px;}	
	
}
@media(max-width:639px){
	.st{
		display:none;
	}
	.a_d01{ display: none;}
.a_d02{ display: block;}
	.a_banner_Text {
    width: 64%;
    font-size: 14px;
    top: 70.5%;
    left: 21%;
}
	.s_title {
    width: 100%;
    max-width: 195px;
    line-height: 24px;
    margin: 13px auto;
    background-color: #e34730;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 27px;
}
}
/**/
.s_banner_box{width:100%; max-width: 1920px; margin: auto; overflow: hidden; background-position: center top; background-repeat: no-repeat;}
.s_banner{width:100%; max-width: 1200px; margin: auto; overflow: hidden; }
.s_banner img{width:100%;}
.s_center{width: 100%; max-width: 1920px; margin: auto; overflow: hidden; background: url(http://deal.tomtop.com/img/20170620_A_bannerbg.jpg) no-repeat fixed center top; }
.s_title{width:100%; max-width: 338px; line-height: 56px; margin:40px auto; background-color: #e34730; text-align: center; color: #fff; font-size: 32px; border-radius:27px;}
.s_product{width:100%; max-width: 1200px; margin: auto; overflow: hidden;}
.s_product li{width:25%; float: left;padding-bottom: 37px; }
.s_product .product_content{
	position: relative;
	width: 96%;
	max-width: 290px;
	margin: auto;
	overflow: hidden;
	background: #fff;
}
.s_product .product_img{
	width: 90%;
	max-width: 266px;
	margin:4% auto; 
	overflow: hidden;
}
.s_product .product_img img{
	width:100%;
}
.s_product .product_title{
	width: 97%;
	margin:5px auto;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 100;
	height: 28px;
	overflow: hidden;
}
.s_product .product_price{
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #e34730;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 7px;
	font-weight: bold;
}

.s_product .product_img img{width:100%;  transitaion:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s;}
.s_product .product_img img:hover{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_product .product_price p{
	font-weight: 100;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	text-decoration: line-through;
	padding-right: 5px;
}
.s_product .product_buy{
	width: 100%;
	max-width: 100px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	background: #e34730;
	margin:0  auto 13px;
	border-radius:25px;
	
}
.s_product .product_buy a{
	color:#fff;
}
.s_product .product_buy img{
	width: 100%;
}
.s_product .product_discount{
	    width: 88px;
    height: 71px;
    position: absolute;
    left: 0%;
    top: 0%;
    background: url(//www.tomtop.com/activity/images/edm/20170510_flash_sale_PL_discount.png) no-repeat top center;
    background-size: 100%;
    text-align: center;
    transform: rotate(-38deg);
	color: #fff;
	font-size: 19px;
	    padding-top: 5px;
    padding-right: 6px;
}

@media(max-width:639px){
	.s_title {
    width: 100%;
    max-width: 210px;
    line-height: 30px;
    margin: 17px auto;
    background-color: #e34730;
    text-align: center;
    color: #fff;
    font-size: 19px;
    border-radius: 27px;
}
	.s_product li {
    width: 50%;
    float: left;
    padding-bottom: 11px;
}
 .centerss {
    width: 98.5%;
    margin: auto;
    overflow: hidden;
}
 .f_kd {
    position: absolute;
    top: 80%;
    left: 40%;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    width: 90px;
    line-height: 1;
    text-align: center;
}
	.s_product .product_title {
    width: 97%;
    margin: 2px auto;
    font-size: 9px;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    height: 18px;
    overflow: hidden;
}
	
.s_product .product_price {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #e34730;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 3px; 
}
	.s_product .product_price p {
    font-weight: 100;
    display: inline-block;
    font-size: 8px;
    color: #000000;
    text-decoration: line-through;
    padding-right: 5px;
}
	.center_left li {
    width: 50%;
    float: left;
    padding-top: 8px;
}
	#nav1ss li {
    list-style: none;
    display: block;
    width: 49.5%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #3367b5;
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
	.f_title01 {
    width: 100%;
    max-width: 206px;
    background: #f97b03;
    height: 18px;
    border-radius: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
    top: 76%;
    left: 28%;
    font-size: 14px;
}
	.f_product_box {
    width: 100%;
    max-width: 1146px;
    margin: 0 auto 20px;
    background-color: #bbd6ff;
    overflow: hidden;
    padding-bottom: 20px;
}
	#nav1 li {
    list-style: none;
    display: block;
    width: 33%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #3367b5;
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
	.door_but .door_but_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    color: #fff;
    background: 0;
}
	.f_title {
    position: relative;
    width: 95%;
    max-width: 1146px;
    margin: 12px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    color: #123464;
    text-transform: uppercase;
    background: url(//deal.tomtop.com/img/20170608_FATHER_S_DAY_title_center.jpg) left center no-repeat,
 url(//deal.tomtop.com/img/20170608_FATHER_S_DAY_title_center.jpg) right center no-repeat;
    background-size: 39px;
}
	.center {
    width: 98.5%;
    margin: auto;
    overflow: hidden;
}
.s_product .product_buy {
    width: 100%;
    max-width: 80px;
    height: 19px;
    font-size: 10px;
    color: #fff;
    line-height: 19px;
    text-align: center; 
    margin: 0px auto 6px;
    border-radius: 25px;
}
.s_product .product_img {
    width: 92%;
    max-width: 266px;
    margin: 4% auto;
    overflow: hidden;
}
}

.so_box{width:100%; max-width: 1920px; margin: auto; overflow: hidden;}
.so_banner_box{width:100%; max-width: 1920px; margin: auto; background-position: center bottom; background-repeat: no-repeat;}
.so_banner{width:100%; max-width: 1200px; margin: auto; position: relative;}
.so_banner img{width: 100%;}
.so_copn{position:absolute;font-size: 42px;color: #ffc54d; width: 72%; line-height: 1; text-align: center;top:53%; left: 14%;}
.so_center_box{width:100%; max-width: 1920px; margin: auto; overflow: hidden; text-align: center;}
.bg1{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product01.jpg) no-repeat scroll;}
.bg2{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product02.jpg) no-repeat scroll;}
.bg3{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product03.jpg) no-repeat scroll;}
.bg4{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product04.jpg) no-repeat scroll;}
.bg5{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product05.jpg) no-repeat scroll;}
.bg6{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product06.jpg) no-repeat scroll;}
.bg7{width:100%; max-width: 1920px; background: url(http://deal.tomtop.com/img/20170621_10_off_product07.jpg) no-repeat scroll;}
.so_title{ display: inline-block; padding: 0 50px; height: 49px;text-align: center;line-height: 49px; font-size: 32px; font-weight: bold; margin:45px auto 42px;background-color: #e34730; color: #fff;border-radius:25px;}
.so_center {width:100%; max-width: 1050px; margin: auto; overflow: hidden;}
.so_center li{width:33.3%; float: left;padding-bottom: 22px; }
.so_center .product_content{
	position: relative;
	width: 96%;
	max-width: 330px;
	margin: auto;
	overflow: hidden;
	background: #fff;
}
.so_center .product_img{
	width: 90%;
	max-width: 330px;
	margin:4% auto; 
	overflow: hidden;
}
.so_center .product_img img{
	width:100%;
}
.so_center .product_title{
	width: 97%;
	margin:5px auto;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 100;
	height: 28px;
	overflow: hidden;
}
.so_center .product_price{
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #e34730;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 7px;
	font-weight: bold;
}

.so_center .product_img img{width:100%;  transitaion:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s;}
.so_center .product_img img:hover{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);}
.so_center .product_price p{
	font-weight: 100;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	text-decoration: line-through;
	padding-right: 5px;
}
.so_center .product_buy{
	width: 100%;
	max-width: 100px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	background: #e34730;
	margin:0  auto 13px;
	border-radius:25px;
	
}
.so_center .product_buy a{
	color:#fff;
}
.so_center .product_buy img{
	width: 100%;
}
.so_center .product_discount{
	display: none;
	    width: 88px;
    height: 71px;
    position: absolute;
    left: 0%;
    top: 0%;
    background: url(//www.tomtop.com/activity/images/edm/20170510_flash_sale_PL_discount.png) no-repeat top center;
    background-size: 100%;
    text-align: center;
    transform: rotate(-38deg);
	color: #fff;
	font-size: 19px;
	    padding-top: 5px;
    padding-right: 6px;
}

/*----------楼层导航----------*/
.floor {
  width: 100%;
  max-width:1920px; 
  margin: auto;
}
.nav {
  width: 17%;
    position: fixed;
    bottom: 60%;
    right: 0; 
    top: 30%;
}
.nav .nav_content {
  width: 100%;
  margin: auto;
  position: relative;
}
.nav ul { 
    background:url(http://deal.tomtop.com/img/20170621_10_off_nav.png) no-repeat;
    width: 166px;
    position: absolute;
    background-size: 100%;
    right: 40px;
}
.nav ul li{
	font-size: 14px;
	color: #fff;
	float:left;}
.nav ul .floor_nav {
  width: 169px;
  margin-top: 2px;
  color: #fff;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
	padding-right: 3px;
 } 
.nav ul .floor_nav:first-child {
  margin-top: 0;
}
.nav ul .floor_nav:hover {

}
.nav ul .floor_nav_cur {
color:#fff;
}
.nav ul .floor_nav:last-child{
	    font-weight: bold;
    padding-top: 27px;
    padding-left: 8px;
    padding-bottom: 21px;
    padding-right: 9px;
    font-size: 18px;
}
.nav ul .floor_nav a{
	color: #fff;
}
/*----------Mobile----------*/
@media(max-width:1200px){
.nav .nav_content{display: none;}
}

@media(max-width:639px){
	.s_title {
    width: 100%;
    max-width: 210px;
    line-height: 30px;
    margin: 17px auto;
    background-color: #e34730;
    text-align: center;
    color: #fff;
    font-size: 19px;
    border-radius: 27px;
}
	.so_center li {
    width: 50%;
    float: left;
    padding-bottom: 11px;
}
 .centerss {
    width: 98.5%;
    margin: auto;
    overflow: hidden;
}
 .f_kd {
    position: absolute;
    top: 80%;
    left: 40%;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    width: 90px;
    line-height: 1;
    text-align: center;
}
	.so_center .product_title {
    width: 97%;
    margin: 2px auto;
    font-size: 9px;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    height: 18px;
    overflow: hidden;
}
	
.so_center .product_price {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #e34730;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 3px; 
}
	.so_center .product_price p {
    font-weight: 100;
    display: inline-block;
    font-size: 8px;
    color: #000000;
    text-decoration: line-through;
    padding-right: 5px;
}
	.center_left li {
    width: 50%;
    float: left;
    padding-top: 8px;
}
	#nav1ss li {
    list-style: none;
    display: block;
    width: 49.5%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #3367b5;
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
	.f_title01 {
    width: 100%;
    max-width: 206px;
    background: #f97b03;
    height: 18px;
    border-radius: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
    top: 76%;
    left: 28%;
    font-size: 14px;
}
	.f_product_box {
    width: 100%;
    max-width: 1146px;
    margin: 0 auto 20px;
    background-color: #bbd6ff;
    overflow: hidden;
    padding-bottom: 20px;
}
	#nav1 li {
    list-style: none;
    display: block;
    width: 33%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #3367b5;
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
	.so_center .door_but_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    color: #fff;
    background: 0;
}
	.f_title {
    position: relative;
    width: 95%;
    max-width: 1146px;
    margin: 12px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    color: #123464;
    text-transform: uppercase;
    background: url(//deal.tomtop.com/img/20170608_FATHER_S_DAY_title_center.jpg) left center no-repeat,
 url(//deal.tomtop.com/img/20170608_FATHER_S_DAY_title_center.jpg) right center no-repeat;
    background-size: 39px;
}
	.center {
    width: 98.5%;
    margin: auto;
    overflow: hidden;
}
.so_center .product_buy {
    width: 100%;
    max-width: 80px;
    height: 19px;
    font-size: 10px;
    color: #fff;
    line-height: 19px;
    text-align: center; 
    margin: 0px auto 6px;
    border-radius: 25px;
}
.so_center .product_img {
    width: 92%;
    max-width: 266px;
    margin: 4% auto;
    overflow: hidden;
}
	.so_copn { 
    font-size: 17px; 
	} .so_title{
	    display: inline-block;
    padding: 0 45px;
    height: 27px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    margin: 12px auto 15px;
    background-color: #e34730;
    color: #fff;
    border-radius: 25px;
}
}










