@charset "utf-8";
/* CSS Document */
/*主站*/
.i980 .contentTowBox {
    width:980px;
}
.i980 .threeBox {
    width:980px;
}
.i980 .summerBox {
    width:640px;
}
.i980 .center2 {
    width:980px;
}
.i980 .shopInfoBox li {
    width: 190px;
}
.i980 .shopInfoBox li img {
    width:181px;
}
.img__hide {
	display: none;
}

/*主站邮轮页*/
.img__box {
    height:120px;
    width: 185px;
    position: relative;
    overflow: hidden;
}
.img__info {
    border:1px solid #FCE04D;
    background: rgba(255,229,90,.8);
   /* background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 100%);
    background-image: linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 100%);*/
    /*height:100%;*/
    width:90%;
    position: absolute;
    left:5%;
    top:20px;
}

.img__info h1 {
    /*background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 30%, rgba(0,0,0, 1) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 30%, rgba(0,0,0, 1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 30%, rgba(0,0,0, 1) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 30%, rgba(0,0,0, 1) 100%);*/
    /*background: rgba(0,0,0,.8);*/
    color: #333;
    font-size:12px;
    line-height: 18px;
    height: 36px;
    /*min-height: 50%;*/
    margin: 5px 0 25px;
    /*padding:10px;*/
    padding:0 10px;
    overflow: hidden;
    /*text-shadow: 1px 1px 1px #999;*/
}

.img__info h3 {
    color:#f00;
    font-size:14px;
    font-family: Georgia;
    line-height: 20px;
    text-align:right;
    position: absolute;
    bottom:5px;
    right:10px;
}
.img__info h3 span{
    font-size:10px;
    font-weight: normal;
}


/**************** 主站首页 ***************/
/*一排四个*/
.index__img__box {
    overflow: hidden;
}

.index__img__box li {
    border:1px solid #e8e8e8;
    background:#fff;
    float:left;
    width: 255px;
    margin:10px;
    padding:15px;
    overflow: hidden;
}
.i980 .index__img__box li {
    width:225px;
}

.index__img__box li img {
    width:100%;
    height:180px;
}

.index__link {
    display: block;
    position: relative;
    overflow: hidden;
}

.index__price {
    color:#fb6a00;
    font-size:18px;
    font-weight:bold;
    font-family: Georgia;
    line-height: 20px;
    text-align:right;
    padding-top: 15px;
}

.index__price span {
    font-size:10px;
}

.index__content {
    /*background:rgba(0,0,0,.6);*/
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    bottom:0;
}

.index__content h1 {
   /* background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0,.8) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0,.8) 100%);*/
    border-right:1px solid #FCE04D;
    border-bottom:1px solid #FCE04D;
    background:rgba(255,235,40,.85);
    color:#333;
    font-weight:bold;
    font-size:14px;
    line-height: 20px;
    /*min-height: 100%;*/
    padding:10px;
    width:90%;
    margin:10px 5%;
    position: absolute;
    left:0;
    top:0;
}

.index__content h2 {
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:12px;
    line-height:40px;
    height: 40px;
    padding:0 10px;
    width:100%;
    overflow: hidden;
    position: absolute;
    left:0;
    bottom:0;
}

/*一排两个*/
.index__img2 {
    background: #fff;
    box-sizing: border-box;
    border:1px solid #e8e8e8;
    display: block;
    float:left;
    height: 305px;
    width:370px;
    padding:20px;
    margin-bottom:20px;
    overflow: hidden;
}
.i980 .index__img2 {
    width:310px;
}
.index__img2:nth-child(even){
    margin-right: 20px;
}
.index__img2:hover {
    text-decoration: none;
}

.index__img2__box {
    height: 240px;
    width: 330px;
    position: relative;
    overflow: hidden;
}

.i980 .index__img2__box {
    width: 270px;
}

.index__img2__box h2 {
    border-right:1px solid #FCE04D;
    border-bottom:1px solid #FCE04D;
    background:rgba(255,235,40,.75);
    color:#333;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    min-height: 92px;
    width:290px;
    padding: 15px;
    position: absolute;
    left:20px;
    top:20px;
}

.i980 .index__img2__box h2 {
    width: 230px;
}

.index__img2__box h3 {
    background: rgba(0,0,0,.6);
    color:#fff;
    font-size:12px;
    line-height: 40px;
    text-align:center;
    height:40px;
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    padding: 0 10px;
    overflow: hidden;
    margin:0;
}

.index__img2__pic {
    height: 100%;
    width:100%;
}

.index__img2__price {
    color:#fb6a00;
    font-size:10px;
    text-align:right;
    padding-top: 5px;
}
.index__img2__price:hover {
    text-decoration: none;
}

.index__img2__price b {
    font-family: Georgia;
    font-size:26px;
}

/*一排三个*/
.threeBox {
    overflow: hidden;
}

.index__img3 {
    background: #fff;
    box-sizing: border-box;
    border:1px solid #e8e8e8;
    display: block;
    float:left;
    height: 330px;
    width:354px;
    padding:20px;
    margin-bottom:20px;
    overflow: hidden;
    margin-right: 19px;
}
.i980 .index__img3 {
    width:314px;
}

.index__img3:nth-child(3n){
    margin-right: 0;
}

.index__img3:hover {
    text-decoration: none;
}

.index__img3__box {
    height: 240px;
    width: 314px;
    position: relative;
    overflow: hidden;
}
.i980 .index__img3__box {
    width:274px;
}

.index__img3__box h2 {
    border-right:1px solid #FCE04D;
    border-bottom:1px solid #FCE04D;
    background:rgba(255,235,40,.75);
    color:#333;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    min-height: 92px;
    width:274px;
    padding: 15px;
    position: absolute;
    left:20px;
    top:20px;
}

.i980 .index__img3__box h2 {
    width: 234px;
}

.index__img3__box h3 {
    background: rgba(0,0,0,.6);
    color:#fff;
    font-size:12px;
    line-height: 40px;
    text-align:center;
    height:40px;
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    padding: 0 10px;
    overflow: hidden;
}

.index__img3__pic {
    height: 100%;
    width:100%;
}

.index__img3__price {
    color:#fb6a00;
    font-size:10px;
    text-align:right;
    padding-top: 10px;
}
.index__img3__price:hover {
    text-decoration: none;
}

.index__img3__price b {
    font-family: Georgia;
    font-size:26px;
}

/*一排六个*/
.crazyCi li {
    position: relative;
}
.crazyCi li .img {
    width:auto;
    overflow: hidden;
}

.crazyCi .tit {
    border-right:1px solid #FCE04D;
    border-bottom:1px solid #FCE04D;
    background: rgba(255,229,90,.8);
    height: auto;
    padding:10px;
    width:139px;
    position: absolute;
    top:16px;
    left:22px;
}

.i980 .crazyCi .tit {
    width: 153px;
}

.crazyCi .tit a {
    color:#333;
    display: block;
    font-weight:bold;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.crazyCi .tit a:hover {
    text-decoration: none;
}

.xtu2 {
    background: rgba(0,0,0,.8);
    width: 100%;
    left:0;
    bottom:0;
}

/*模板三*/
.usualBox {
    position: relative;
}

.usualBox__title {
    background: rgba(255,235,40,.85);
    box-sizing: border-box;
    color:#333;
    padding:10px;
    position: absolute;
    top:10px;
    left:5%;
    z-index:5;
    width:90%;
}

.usualBox__title span {
    display: block;
    font-size:14px;
    font-weight: bold;
    line-height: 22px;
    height:66px;
    overflow: hidden;
}

.usualBox__img2 {
    width: 189px;
    height: 123px;
}
.usualBox__img {
    display: block;
    overflow:hidden;
}

.usualBox__img img {
    height: 100%;
    width:100%;
}



/*.img__blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
*/

.img__blur {  
    filter: url(http://pic4.dreams-travel.com/Public/css/ds/blur.svg#blurMe);
    
    -webkit-filter: blur(4px); /* Chrome, Opera */
       -moz-filter: blur(4px);
       -o-filter: blur(4px);
        -ms-filter: blur(4px);    
            filter: blur(4px); 
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}


