@charset "utf-8";
/*css sprites*/
.common { width: 100%; padding: 0 0 10px; position: relative; background-repeat: no-repeat; background-position: top center; }
/*float box*/
.floatBox { left: 53.5%; margin-left: 431px; z-index: 999; border-radius: 15px; cursor: pointer; overflow: hidden;     border: #2773e1 2px solid;}
.floatBox .button { width: 100%; height: 40px; font: 21px/49px "Microsoft YaHei", SimSun; color: #fff; text-align: center; cursor: pointer; -moz-opacity: 0.7; filter: alpha(opacity=70); line-height: 59px; z-index: 999; }
.floatBox .button_title { width: 139px; height: 155px; cursor: pointer; background-image: url(../images/b1.png); position: relative; top: 1px; background-repeat: no-repeat; }
.floatBox .button1, .floatBox .button2, .floatBox .button3, .floatBox .button4, .floatBox .returnTop { width: 123px; height: 40px; text-align: center; font-size: 22px; line-height: 39px; font-weight: bold; color: #fff; margin: 1px 0; background: -webkit-linear-gradient(90deg, #ff00a2, #0089f2); background: linear-gradient(90deg, #ff00a2, #0089f2); }
.floatBox li.currentButton { background: #fff; color: #2773e1; }
/*两个List1*/
.common .product { padding: 10px 0 0 0; }
.common .product ul { width: 990px; overflow: hidden; }
.common .product .bule li { border: #2773e1 solid 2px; }
.common .product li { float: left; position: relative; left: 25px; top: 0; width: 465px; border: 2px #fff solid; background: #fff; margin: 0 9px 9px 0; overflow: hidden; border: #fff solid 2px; box-shadow: 0 0 5px #999; }
.common .product .List1 li a { display: block; width: 100%; }
.common .product .List1 li a:hover { text-decoration: none; }
.common .product .List1 li a .photo { width: 465px; height: 290px; position: relative; }
.common .product .List1 li a .photo img { width: 100%; height: 100%; display: block; top: -1px; position: relative; object-fit: cover; }
.common .product .List1 li a .photo .feature { opacity: 0.8; position: absolute; bottom: 0px; left: 0; width: 100%; z-index: 10; background: #000; color: #fff; }
.common .product .List1 li a .photo .feature p { padding: 10px; font: 16px/22px "Microsoft YaHei", SimSun; color: #fff; }
.common .product .List1 li a .date { position: absolute; left: 4px; padding: 1px 5px; font: 16px/20px "Microsoft YaHei", Simsun; color: #fff; z-index: 1; background: #007eff; border-radius: 10px; }
.common .product .List1 li a h2 { height: 56px; padding: 5px 5px 0px; margin-bottom: 5px; font: 22px/28px "Microsoft YaHei", Simsun; color: #333; overflow: hidden; font-weight: bold; }
.common .product .List1 li a .reprice { font: 14px/22px "Microsoft YaHei", Simsun; color: #999; text-decoration: line-through; padding: 25px 5px 0px 5px; }
.common .product .List1 li a .label { width: 138px; height: 38px; margin: 3px; font: 600 26px/34px "Microsoft YaHei", Simsun; color: #fff;/* background-image:url(../images/icon4.png); */ background-repeat: no-repeat; position: absolute; right: 3px; top: 3px; background-image: -webkit-linear-gradient(90deg, #fe7800, #e10663); background-image: linear-gradient(90deg, #fe7800, #e10663); border-radius: 30px 0 30px 0; text-align: center; z-index: 99; }
.common .product .List1 li a .label2 { position: relative; left: -37px; padding: 1px 5px; font: 18px/21px "Microsoft YaHei", Simsun; color: #00a1fe; z-index: 1; border-radius: 20px; width: 104px; border: 1px solid #00a1fe; text-align: center; bottom: -33px; }
.common .product .List1 li a .price { padding: 0 0 0 5px; font: 18px/20px "Microsoft YaHei", Simsun; color: #555; }
.common .product .List1 li a .price b { font: 600 22px/29px "Microsoft YaHei", Simsun; color: #e40000; }
.common .product .List1 li a .down { font: 17px/22px "Microsoft YaHei", Simsun; color: #555; padding: 1px 5px; min-height:22px; }
.common .product .List1 li a .button { width: 220px; height: 38px; margin: 5px auto; background: #e40000; font: 600 24px/35px "Microsoft YaHei", Simsun; color: #fff; text-align: center; border-radius: 40px; background-repeat: no-repeat; }
.common .product .List1 li a .button:hover { background: #F30; }
.common .product .List1 li a .soldOut { background: #92570a; }
.common .product .List1 li.on a .soldOut, .common .product .List1 li.on a .button { background: #92570a; }
