/*-------------------------------------------------------------------------公共css开始*/

html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    font-family: 'MicrosoftYaHei';
}
body {
    width: 100%;
    height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
li {
    list-style: none;
}
[v-cloak] { display: none }
a, a:hover, a:focus, a:visited
{
    color: #000; 
}
.red {
    color: #f00;
    font-size: inherit;
}
.ib {
    display: inline-block;
}
.ell {
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
}

.cut-two {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cut-three {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
/*-------------------------------------------------------------------------公共css结束*/
body {
    min-width: 990px;
}
.product-list>ul {
    /*margin-bottom: -20px;*/
}
.app {
    padding-bottom: 40px;
    background: #2059ff;
}
.act-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 453px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("//image01.homedo.com/Files/Images/cms/www/20180517/5379767519732427857_pic1.jpg");
}
.act-banner p {
    position: absolute;
    bottom: 125px;
    left: 50%;
    margin-left: -495px;
    text-indent: 100px;
    color: #ffea00;
    font-size: 31px;
    width: 990px;
}
.floor-list-li{
    background-color: transparent;/*默认背景色透明*/
    background-position: center;
    background-size: 100%;
}
.floor-list-li-inner {
    padding-top: 10px;
    margin: 0 auto;
    width: 990px;
}
/*楼层切换按钮 开始*/
.floor-btn {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 200px;
    width: 100px;
    min-height: 95px;
}

.floor-btn li {
    height: 31px;
    background: #1b4cd9;
    border-bottom: 1px solid #2059ff;
    color: #fff;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
}
.floor-btn .select {
    background: #133599;
}
/*楼层切换按钮 结束*/
/********************************************************************楼层头部样式*******************************************************************开始*/
.floor-top {
    /*margin-top: 10px;*/
}
.floor-top .title{
    margin-bottom: 10px;
    text-align: center;
    color: #353535;
    background-position: center;
    background-size: 100% 100%;
}
.floor-top .title .title-text {
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
.floor-top .sub-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e5e5ff;
    text-align: center;
}
/*tab 样式 开始*/
.floor-top .tab-list {
    margin: 0 auto;
    width: 990px;
}

.floor-top .tab-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 55px;
    width: 190px;
    border-radius: 4px;
    background-color: rgb(21, 190, 255);
    color: #fff;
    font-size: 15px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.floor-top .tab-list li:nth-child(5n) {
    margin-right: 0;
}
/*tab 样式 结束*/
/********************************************************************楼层头部样式*******************************************************************结束*/
/*活动规则 开始*/
.act-rule {
    padding: 29px 38px;
    margin: 40px auto 0;
    width: 914px;
    background: #0854d7;
}

.act-rule h1 {
    margin-bottom: 15px;
    width: 118px;
    height: 36px;
    background: #f8e509;
    border-radius: 17px;
    color: #db3111;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.act-rule p {
    line-height: 26px;
}

/*活动规则 结束*/

/********************************************************************百团大战样式*******************************************************************开始*/
.BT {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 485px;
    height: 227px;
    border-radius: 3px;
}
.BT:nth-child(2n) {
    margin-right: 0;
}
.BT .wrap {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.BT .wrap-link {
    position: relative;
    overflow: visible;
    display: block;
    width: 100%;
    height: 100%;
}
.BT .top-icon {
    display: block;
    z-index: 99;
    position: absolute;
    top: -5px;
    left: 4px;
    width: 60px;
    height: 65px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180514/5399075070754598858_pic1.png) no-repeat;
}
.BT .img-wrap {
    overflow: visible;
    position: relative;
    margin-top: 33px;
    padding-left: 20px;
    width: 160px;
    height: 160px;
}
.BT .no-buy-tips {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;
    width: 160px;
    height: 160px;
    z-index: 97;
    background: #7b7b7b;
    text-align: center;
    line-height: 160px;
    font-size: 18px;
    color: #fff;
}
.BT .left-time {
    z-index: 100;
    padding-right: 10px;
    position: absolute;
    height: 28px;
    left: 0;
    bottom: 0;
    background: #6e7478 url(//image01.homedo.com/Files/Images/cms/www/20180514/5538901063316492668_pic1.png) 7px center no-repeat;
    border-radius: 0 14px 14px 0;
    color: #fff;
    line-height: 28px;
    text-indent: 27px;
}
.BT .success-grey,
.BT .fail-grey,
.BT .success {
    z-index: 100;
    position: absolute;
    width: 88px;
    height: 72px;
    right: -9px;
    top: -23px;
    /*已成团 红色*/
    background: url(//image01.homedo.com/Files/Images/cms/www/20180514/5237289047233976193_pic1.png) center no-repeat;
}
.BT .success-grey {
    /*已成团 白色*/
    background: url(//image01.homedo.com/Files/Images/cms/www/20180514/5446246473646635510_pic1.png) center no-repeat;
}
.BT .fail-grey {
    /*拼团失败 白色*/
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/4642650609006653682_pic1.png) center no-repeat;
}
.BT .img {
    width: 100%;
    height: 100%;
}
.BT .detail {
    margin-right: 23px;
    margin-top: 20px;
    width: 260px;
}
.BT .detail .title {
    overflow: hidden;
    margin-bottom: 6px;
    width: 220px;
    height: 48px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
}
.BT .detail .price {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1;
}
.BT .detail .price .red{
    color: #ff3030;
    font-weight: 700;
    font-size: 14px;
}
.BT .detail .price .red em {
    font-size: 24px;
}
.BT .detail .price .black {
    margin-left: 24px;
    margin-top: 9px;
    color: #474747;
    font-size: 12px;
}
.BT .detail .progress {
    position: relative;
    clear: both;
    margin-bottom: 8px;
    width: 260px;
    height: 10px;
}
.BT .detail .progress>span {
    float: left;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    display: none;
}
.BT .detail .progress>i {
    float: right;
    color: #00c8c4;
    font-weight: 700;
    font-size: 14px;
    display: none;
}
.BT .detail .progressBar {
    position: absolute;
    bottom: 0;
    width: 260px;
    height: 8px;
    border-radius: 5px;
    background: #e5e5e5;
}
.BT .detail .progressBar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: red;
    background: linear-gradient(to right,#04d5d3 0,#00ffa0 100%);
}
.BT .detail .rule {
    margin-bottom: 21px;
    width: 260px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: left;
}
.BT .detail .rule i {
    color: #ddd;
}
.BT .detail .rule .red {
    font-size: 14px;
}
.BT .detail .join-btn {
    display: block;
    margin-top: 11px;
    width: 190px;
    height: 40px;
    border-radius: 4px;
    background: #ff3030;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.BT .detail .join-btn .icon {
    display: inline-block;
    width: 20px;
    height: 100%;
    padding-right: 5px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180412/5418149810475681132_pic1.png) right center no-repeat;
    vertical-align: top;
}
.join-btn-grey {
    background: #cbcbcb !important;
}
.join-btn-green {
    background: #3caf62 !important;
}
/********************************************************************百团大战样式*******************************************************************结束*/
/********************************************************************爆款样式*******************************************************************开始*/
.TG{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 190px;
    height: 350px;
    background: #fff;
}
.TG:nth-child(5n) {
    margin-right: 0;
}
.TG .wrap-link {
    display: block;
    width: 100%;
    height: 100%;
}
.TG .img-wrap {
    position: relative;
    margin: 20px auto 0;
    width: 150px;
    height: 150px;
}
.TG .img-wrap .end-tips ,
.TG .img-wrap .sold-out-tips {
    z-index: 100;
    position: absolute;
    width: 88px;
    height: 72px;
    right: -9px;
    top: -10px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5118039345631770441_pic1.png) center no-repeat;
}
.TG .img-wrap .sold-out-tips {
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5068326135951248145_pic1.png) center no-repeat;
}
.TG .img-wrap img {
    width: 100%;
    height: 100%;
}
.TG .title {
    margin: 20px 10px 0;
    height: 33px;
    font-size: 14px;
    line-height: 16px;
    color: #131415;
}
.TG .limit-count {
    margin-left: 10px;
    margin-top: 15px;
    width: 75px;
    height: 22px;
    line-height: 18px;
    background: url("//image01.homedo.com/Files/Images/cms/www/20180515/5666212136510592918_pic1.png");
    color: #fff;
    text-align: center;
}
.TG .limit-count-grey {
    background: url("//image01.homedo.com/Files/Images/cms/www/20180516/5001874649841248414_pic1.png");
}
.TG .detail .price {
    overflow: hidden;
    margin: 12px 10px 0;
    line-height: 1;
}
.TG .detail .price .red{
    color: #ff3030;
    font-weight: 700;
    font-size: 14px;
}
.price .red {
    max-width: 50%;
}
.TG .detail .price .red em {
    font-size: 22px;
}
.TG .detail .price .black {
    margin-left: 20px;
    margin-top: 6px;
    color: #b2b2b2;
    font-size: 13px;
}
.TG .detail .join-btn {
    margin: 10px 10px 0;
    display: block;
    height: 34px;
    border-radius: 2px;
    background-color: #eb2f00;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
@keyframes bgshake
{
0%   {background-position: 5px 0}
25%  {background-position: 5px 4px}
50%  {background-position: 5px 0px}
75%  {background-position: 5px 4px}
100%  {background-position: 5px 0}
}
.access{
    width: 152px;
    height: 130px;
    position: fixed;
    top: 312px;
    right: 0;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180831/5220181857865463923_pic1.png) no-repeat 0 0;
    animation: bgshake 4s linear infinite;
    -webkit-animation: bgshake 4s linear infinite;
    padding: 4px 0 0 0; 
}
.access a{display:inline-block;width: 152px;height: 130px;}
/********************************************************************爆款样式*******************************************************************结束*/
/********************************************************************爆款 一行两个样式*******************************************************************开始*/
.TGW {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 490px;
    height: 206px;
    border-radius: 3px;
}
.TGW:nth-child(2n) {
    margin-right: 0;
}
.TGW .wrap {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.TGW .wrap-link {
    position: relative;
    overflow: visible;
    display: block;
    width: 100%;
    height: 100%;
}
.TGW .top-icon {
    display: block;
    z-index: 2;
    position: absolute;
    text-align: center;
    top: -5px;
    left: 4px;
    width: 60px;
    height: 65px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180514/5399075070754598858_pic1.png) no-repeat;
}
.TGW .top-icon i {width: 32px;display: inline-block;padding-top: 7px;}
.TGW .img-wrap {
    overflow: visible;
    position: relative;
    margin-top: 33px;
    padding-left: 20px;
    width: 160px;
    height: 160px;
}
.TGW .img-wrap .end-tips ,
.TGW .img-wrap .sold-out-tips {
    z-index: 100;
    position: absolute;
    width: 88px;
    height: 72px;
    right: -9px;
    top: -33px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5118039345631770441_pic1.png) center no-repeat;
}
.TGW .img-wrap .sold-out-tips {
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5068326135951248145_pic1.png) center no-repeat;
}
.TGW .no-buy-tips {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;
    width: 160px;
    height: 160px;
    z-index: 97;
    background: #7b7b7b;
    text-align: center;
    line-height: 160px;
    font-size: 18px;
    color: #fff;
}
.TGW .left-time {
    z-index: 100;
    padding-right: 10px;
    position: absolute;
    height: 28px;
    left: 0;
    bottom: 0;
    background: #6e7478 url(//image01.homedo.com/Files/Images/cms/www/20180514/5538901063316492668_pic1.png) 7px center no-repeat;
    border-radius: 0 14px 14px 0;
    color: #fff;
    line-height: 28px;
    text-indent: 27px;
}
.TGW .img {
    width: 100%;
    height: 100%;
}
.TGW .limit-count {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 75px;
    height: 22px;
    line-height: 18px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5666212136510592918_pic1.png);
    color: #fff;
    text-align: center;
}
.TGW .limit-count-grey {
    background: url("//image01.homedo.com/Files/Images/cms/www/20180516/5001874649841248414_pic1.png");
}
.TGW .detail {
    margin-right: 23px;
    margin-top: 20px;
    width: 260px;
}
.TGW .detail .title {
    overflow: hidden;
    margin-bottom: 6px;
    width: 220px;
    height: 48px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
}
.TGW .detail .price {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1;
}
.TGW .detail .price .red{
    color: #ff3030;
    font-weight: 700;
    font-size: 14px;
}
.TGW .detail .price .red em {
    font-size: 24px;
}
.TGW .detail .price .black {
    margin-left: 24px;
    margin-top: 9px;
    color: #474747;
    font-size: 12px;
}

.TGW .detail .join-btn {
    display: block;
    margin-top: 11px;
    width: 190px;
    height: 40px;
    border-radius: 4px;
    background: #ff3030;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.TGW .detail .join-btn .icon {
    display: inline-block;
    width: 20px;
    height: 100%;
    padding-right: 5px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20180412/5418149810475681132_pic1.png) right center no-repeat;
    vertical-align: top;
}
.join-btn-grey {
    background: #cbcbcb !important;
}
.join-btn-green {
    background: #3caf62 !important;
}
/********************************************************************爆款 一行两个样式*******************************************************************结束*/