html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}
.container{
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-opacity07.png);
    min-width: 1000px;
    top: 0;
    font-size: 0;
    position: fixed;
    z-index: 10000;
    display: none;
}
.container.active{
    display: block;
}
.chuangkou{
    position: fixed;
    margin: 0 auto;
    background-image: url(../images/tanchu-bg.png);
    background-repeat: no-repeat;
    width: 720px;
    height: 455px;
    top:22%;
    left:30%;
    z-index: 10001;
    display: none;
}
.chuangkou.active{
    display: block;
}
.chuangkou .btn-zhuce-bg{
    position: absolute;
    bottom: 14px;
    left: 242px;
}
.chuangkou .btn-login-bg{
    position: absolute;
    bottom: -18px;
    left: 242px;
}
.chuangkou .btn-tanchu-close{
    position: absolute;
    top: 0;
    right: 14px;
    cursor: pointer;
}
/*common css*/

b,
strong,
em {font-style: normal; font-weight: normal;}
h1,h2,h3,h4,h5,h6{font-size:12px;}


.fouryears-retrospect-bg{
    /*width:100%;
    height:100%;
    /*background: #000;
    filter:Alpha(opacity=70);
    background: rgba(0,0,0,0.7);
    position: fixed;
    left:0;
    top:0;
    z-index: 99999;*/
    position:relative;
}
.fouryears-retrospect-pop{
    width:416px;
    height:460px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-199px;
    margin-top:-221px;
    background: url(../images/retrospect.png) no-repeat;
    z-index: 9999999;
}
.fouryears-retrospect-bg span.closeIcon{
    width:13px;
    height:13px;
    position: absolute;
    top:20px;
    right:20px;
    background: url(../images/closeone.png) no-repeat;
    cursor:pointer;
}
.fouryears-retrospect-pop a.shiftBtn{
    display: block;
    width:242px;
    height:57px;
    position: absolute;
    bottom:54px;
    left:92px;
    color:#fff;
    font-size:24px;
    text-align: center;
    line-height: 57px;
    text-shadow:0px 2px 5px #a5b1c6;
}
.fouryears-retrospect-pop a.shiftBtn:hover{
    color:#fff!important;
}
.index-amazon-wrap{
    width:1200px;
    margin:30px auto 0px;
}
.index-amazon-wrap .sn-h3{

    padding-bottom:10px;
    border-bottom:1px solid #ff4200;
    line-height:100%;
    overflow:visible!important;
}

.index-amazon-wrap .sn-h3 a{
    float:right;
    color:#727272;
    margin-top:5px;
    font-size:14px;
    display: inline-block;
}
.index-amazon-wrap .sn-h3 a:hover{
    color:#ff4200!important;
}
.index-amazon-wrap .sn-h3>span{
    display: inline-block;
    vertical-align: bottom;
}
.index-amazon-wrap .sn-h3>span>a {
    float: left;
    color: #ff4200;
    font-size: 18px;
    line-height: 100%;
    margin-top: 0px;
}
.index-amazon-wrap .sn-h3>span>a :hover{
    color:#ff4200!important;
}
.sn-tab-title{
    position: relative;
    vertical-align: middle;
    margin-left:40px;
    display: inline-block;
}
.sn-tab-title li{
    float:left;
    margin-right:30px;
    font-size:14px;
    cursor: pointer;
}
.sn-tab-title .cur{
    color:#ff4200;
}
.sn-tab-title .cur-show{
    width:28px;
    height:3px;
    background:#ff4200;
    position: absolute;
    top:20px;
    left:0px;
    overflow:visible!important;
}
.sn-tab-title .cur-show span{
    z-index:5000;
    display: inline-block;
    position: absolute;
    width:10px;
    height:3px;
    bottom:-3px;
    background: url(../img/ico-store-nav-pointer.png) no-repeat;
    left:50%;
    margin-left:-5px;

}
.index-amazon-main {
    width: 1200px;
    height: 314px;
    overflow: hidden;
    margin-top: 10px;
}
.sn-main-item{
    width:1200px;
    position: relative;;
}
.sn-main-item>ul {
    position: relative;
    width: 10000px;
    left: 0px;
    top: 0px;
}

.sn-main-item>ul>li {
    float: left;
    width: 1200px;
    height: 382px;
}

/*轮播图样式*/
.index-amazon-main.shopbuy{
    height: 382px;
}
.index-amazon-main li a.item {
    height: 380px !important;
    width: 226px !important;
    background-color: #fff !important;
    padding-top: 0;
    border: 1px solid #fff;
}
.index-amazon-main li a.item:hover{
    border: 1px solid #ff4200;
}
.index-amazon-main li a.item {
    position: relative;
    width: 228px;
    height: 430px;
    background: #fff;
    margin-left: 15px;
    float: left;
}
.index-amazon-main li a.item .free-bg{
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 30;
}
.index-amazon-main li a.item:first-child{
    margin-left: 0;
}
.index-amazon-main li .item .tag {
    position: absolute;
    top: 15px;
    left: 13px;
    z-index: 30;
}
.index-amazon-main li .item .pic-box{
    position: relative;
    width: 199px;
    height: 248px;
    text-align: center;
    line-height: 248px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.index-amazon-main li .item .pic-box img{
    display: inline!important;
    max-width: 199px;
    max-height: 248px;
    vertical-align: middle;
}
.text-elip {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-amazon-main li .brand {
    padding: 0 30px;
    text-align: center;
    color: #333;
    font: 400 13px/18px "Microsoft YaHei", tahoma, arial;
    margin-top: 5px;
}
.index-amazon-main li .shopname {
    padding: 0 30px;
    text-align: center;
    color: #333;
    font: 600 13px/18px "Microsoft YaHei", tahoma, arial;
    margin-top: 15px;
}

.index-amazon-main li .market, .index-amazon-main li .seller {
    text-align: center;
    font: 400 12px/16px "Microsoft YaHei", tahoma, arial;
    margin-top: 8px;
    color: #b5b5b5;
}
.index-amazon-main li .seller {
    margin-top: 4px;
}
.index-amazon-main li .market, .index-amazon-main li .seller {
    text-align: center;
    font: 400 12px/16px "Microsoft YaHei", tahoma, arial;
    margin-top: 8px;
    color: #b5b5b5;
}
.index-amazon-main li  .market span {
    text-decoration: line-through;
    color: #b5b5b5;
    font: 400 12px/16px "Microsoft YaHei", tahoma, arial;
}
.index-amazon-main li  .market em {
    margin-left: 3px;
    width: 40px;
    height: 17px;
    font: 100 12px/16px "Microsoft YaHei", tahoma, arial;
    background-color: #f46464;
    color: #fff;
    display: inline-block;
    font-style: normal;
}
.index-amazon-main li .market {
    color: #f46464;
    font-size: 14px;
}
.sn_slide_minus,.sn_slide_plus {
    background: url("../img/slider_bn_bg.png") no-repeat scroll;
    cursor: pointer;
    height: 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -37.5px;
    width: 30px;
    z-index: 111;
    display: none;
}

.sn_slide_minus {
    background-position: 0 0;
    left: 0;
}

.sn_slide_plus {
    background-position: 0 -75px;
    right: 2px;
}

.sn_slide_minus:hover {
    background-position: -30px 0;
}

.sn_slide_plus:hover {
    background-position: -30px -75px;
}

/* 海豚村 */

.hwzy_title {
    border-bottom: 1px solid #ff4200;
    margin-bottom: 10px;
    position: relative;
}

.hwzy_title span {
    display: block;
    width: 64px;
    color: #ff4200;
    height: 30px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.hwzy_title .cur-show {
    width: 64px;
    top: 27px;
}

.dolphin_village {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    /* padding: 20px; */
    /* background-color: #fff; */
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.dolphin_village ul li {
    float: left;
    width: 216px;
    height: 320px;
    /* border: 1px solid #D8D8D8; */
    background-color: #fff;
    margin-right: 8px;
    box-sizing: border-box;
    position: relative;
}

.dolphin_village .village_ad {
    width: 304px;
    height: 320px;
    /* margin-right: 6px; */
}

.dolphin_village .village_ad a {
    display: block;
    width: 304px;
    height: 320px;
}

.dolphin_village .imgbox {
    width: 184px;
    height: 184px;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
}

.dolphin_village a img {
    width: 100%;
    height: 100%;
}

.dolphin_village .imgbox .countdown {
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.dolphin_village .back_tip {
    display: inline-block;
    /* width: 90px; */
    height: 26px;
    background-color: #bbe8ff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 26px;
    color: #0089cf;
    text-align: center;
    margin-top: 8px;
    margin-left: 16px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

/* .dolphin_village .back_tip span {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: -2px;
} */

.dolphin_village .back_tip strong {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #0089cf;
    margin-left: 2px;
}

.dolphin_village .pro_title {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    /* 多行溢出 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    /* position: absolute; */
    /* top: 202px; */
}

.dolphin_village .pro_price {
    font-size: 16px;
    color: #E18A46;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 4px;
    /* position: absolute; */
    /* bottom: 8px; */
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.dolphin_village .pro_price a {
    display: block;
    width: 183px;
    color: #E18A46;
    /* 单行溢出 */
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
