@charset "utf-8";
/**@param:首页样式   @time:2018/08/08  @auhtor:allen*/

/***搜索框**/
.homeBar {
    width: 100%;
    height: 105px;
    background: #34AABB;
    padding-top: 18px;
    overflow: hidden;
}

.homeBar .form-inline {
    width: 440px;
    height: 36px;
}

.searchBox {
    position: relative;
    height: 36px;
    margin-bottom: 6px;
}

.search {
    width: 440px;
    margin: 0 auto;
}

.search .search_form {
    width: 80%;
    height: 100%;
    background-color: #fff;
    outline: none;
    padding: 10px;
    border: none;
    display: block;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.search .serch-icon {
    font-size: 14px;
    color: #fff;
}

.search .btn_on {
    width: 71px;
    height: 100%;
    background: #0B0E3B;
    outline: none;
    border: none;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sllow_ware_position {
    height: 110%;
    position: absolute;
    top: 9px;
}

/***收藏客服**/
.otherBox {
    position: absolute;
    right: 0;
    top: -5px;
}

.otherBox i {
    margin: 0 auto 2px;
}

.otherBox li {
    padding: 0 10px;
}

.otherBox li a {
    color: #fff;
}

/**列表--葡萄酒导航**/
.g_nav, .g_phone {
    position: relative;
    float: left;
}

.g_sit {
    float: right;
}

.g_nav .le {
    position: absolute;
    left: 0;
    top: -44px;
    width: 240px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background: #0662a0;
    font-size: 16px;
    color: #FFFFFF;
}

.nav_content {
    position: relative;
    width: 240px;
    height: 321px;
    padding: 5px 15px 15px 15px;
    background: #fff;
}

.nav_content .minxin {
    margin-bottom: 0px;
}

.nav_content dt {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.nav_content dd {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.nav_content dd a {
    color: #000;
    margin-right: 3px;
}

.nav_content dd a:hover {
    color: #E0372C;
}

.mainNav {
    margin-left: 270px;
}

.mainNav ul {
    overflow: hidden;
}

.mainNav li {
    float: left;
    padding: 0 16px;
}

.mainNav li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 44px;
}

.mainNav li a:hover {
    color: #A8ECFF;
}

.mainNav .on a {
    color: #A8ECFF;
}

.pull-top {
    padding: 18px 15px;
    width: 260px;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
}

.pull-top > img {
    display: block;
    margin: 0 auto;
}

.welcome {
    font-size: 15px;
    color: #4A4A4A;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
}

.log_reg {
    margin-top: 10px;
    text-align: center;
}

.login, .register {
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #3DAAC8;
    background: #fff;
    border: 1px solid #3DAAC8;
    border-radius: 16px;
    display: inline-block;
    margin: 0 3px;
}

.login {
    background: #34AABB;
    color: #fff;
}

.login:hover {
    color: #fff;
}

.register:hover {
    color: #3DAAC8;
}

.pull-bottom {
    width: 260px;
    height: 155px;
    background-color: #fff;
    overflow: hidden;
}

.pull-bottom li {
    color: #fff;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 25px;
    position: relative;
}

.pull-bottom li > a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** 轮播图 **/
.carousel {
    width: 640px;
    height: 420px;
    overflow: hidden;
}

.carousel .item img {
    display: block;
    width: 880px !important;
    height: 420px !important;
}

.carousel-indicators {
    width: auto;
    height: 16px;
    line-height: 13px;
    padding: 0 5px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 0;
    margin: 0 2px;
}

.carousel-indicators .active {
    background: #34AABB;
    margin: 0 2px;
}

.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    background: red;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    opacity: .6;
}

.carousel-control.left {
    left: 5px;
    background: url(../bgimg/arrow-left.png) #000 50% no-repeat;
}

.carousel-control.right {
    right: 5px;
    background: url(../bgimg/arrow-right.png) #000 50% no-repeat;
}

.carousel-indicators > li {
    width: 8px;
    height: 8px;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
}

.carousel-indicators {
    bottom: 10px;
}

/**新上酒庄 **/
.newChateau {
    background: #fff;
    margin-top: 20px;
}

.newChateau .title {
    position: relative;
    margin-left: 15px;
    padding: 20px 0 10px;
}

.newChateau .title h3 {
    font-size: 30px;
}

.newChateau h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 3px;
    background: #e11e11;
    display: block;
}

.newChateau .dList4 {
    overflow: hidden;
    padding: 15px;
}

.newChateau .dList4 dl {
    width: 25%;
    float: left;
    padding: 15px;
}

.newChateau .dList4 dt {
    width: 50%;
    height: 125px;
    float: left;
    margin-right: 10px;
}

.newChateau .dList4 dt img {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.newChateau .content_mou {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1.1px;
}

.newChateau .content_number {
    margin-top: 5px;
    color: #555;
    width: 110px;
    height: 60px;
    font-size: 14px;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newChateau .content_number span {
    margin-right: 5px;
}

/**新品上市**/
.newBox {
    margin-top: 20px;
    padding: 20px 5px 0;
    background: #fff;
}

.newBox .title {
    font-size: 30px;
    margin-left: 15px;
}

.newBox .title .text-bg {
    display: inline-block;
    padding: 5px;
    background: #E4382C;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.newBox .content_list {
    margin-top: 20px;
}

.newBox .content_list a {
    display: block;
}

.newBox .dList {
    overflow: hidden;
}

.newBox .dList dl {
    width: 25%;
    float: left;
}

.newBox .dList dt {
    position: relative;
}

.newBox .dList dt a img {
    max-width: 190px;
    max-height: 190px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.dogskin {
    position: absolute;
    right: 20px;
    top: 45px;
}

.dogskin1 {
    top: 15px;
}

.dogskin img {
    width: 65px !important;
    height: 30px !important;
}

.each1 {
    position: relative;
    height: 320px;
    padding: 15px 25px;
    overflow: hidden;
}

.each1 dt {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.each1 .content_mou {
    height: 38px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    letter-spacing: 1.1px;
}

.each1 .content_money {
    font-size: 20px;
    color: #e0372c;
    margin: 10px 0 0;
}

.each1 .content_number {
    position: absolute;
    right: 35px;
    bottom: 8px;
    font-size: 14px;
    color: #9B9B9B;
}

/**火爆热款**/
.hotBox {
    overflow: hidden;
    background: #fff;
    margin: 20px auto 0;
}

.hotBox dt a img {
    max-width: 190px;
    max-height: 190px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.hotBox .title_logo {
    overflow: hidden;
    width: 25%;
    float: left;
    text-indent: -999px;
    height: 305px;
    background: url(../bgimg/huobao.jpg) no-repeat center center;
    background-size: 100% auto;
}

.dList3 {
    overflow: hidden;
}

.dList3 dl {
    width: 25%;
    float: left;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

/**酒庄推荐**/
.dList2 {
    overflow: hidden;
}

.dList2 .con {
    margin: 0 -6px;
}

/*.dList2 dl { overflow: hidden; border: 1px solid #e9e9ea; margin:0 6px; width: 23.5%;float:left;}*/
.dList2 dt img {
    display: block;
    width: 100%;
    max-width: 273px;
    max-height: 273px;
    margin: 0 auto;
}

.dList2 dd {
    padding: 15px;
    background: #f7f7f9;
}

.dList2 .content_mou {
    font-size: 16px;
    margin: 5px 0;
}

.dList2 .content_number {
    color: #555;
    height: 40px;
    overflow: hidden;
}

.dList2 .content_number span {
    margin-right: 5px;
}

.starBlue, .starRed {
    overflow: hidden;
}

.starBlue i {
    display: inline-block;
    width: 50px;
    height: auto;
    float: left;
    margin-right: 2px;
}

.starBlue i > img {
    width: 50px;
}

.winery_dear {
    margin-top: 10px !important;
}

/*.starBlue i {background:#34aabb url(../bgimg/xingxing.png) no-repeat center center;}*/
/*.starRed i {background:#e32c1f url(../bgimg/xingxing.png) no-repeat center center; }*/

/***甜酒**/
.recommend2 {
    background: #fff;
    margin: 20px 0 0;
}

.recommend2 dt a img {
    max-width: 190px;
    max-height: 190px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.recommend2 h3 {
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 20px;
    color: #EA4E48;
}

.recommend2 h3:before {
    content: "";
    width: 4px;
    height: 20px;
    background: #EA4E48;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 8px;
}

/**猜你喜欢**/
.likeBox {
    background: #fff;
    margin: 20px 0 0;
}

.likeBox dt a img {
    display: block;
    width: 100%;
}

.likeBox .tit {
    height: 50px;
    padding-top: 25px;
    background: #34aabb;
}

.likeBox h3 {
    width: 240px;
    position: relative;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
}

.likeBox h3 span {
    position: absolute;
    width: 140px;
    text-align: center;
    left: 50px;
    top: -24px;
    display: inline-block;
    padding: 10px 0;
    background: #34aabb;
    font-size: 24px;
    color: #fff;
}

/***加载更多**/
.more_jiazai {
    background: #f6f6f7;
}

.more_oop {
    width: 62px;
    margin: 30px auto;
    text-align: center;
}

.more_jiazai .more_img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: #E8E8E8;
    border-radius: 50%;
    text-align: center;
}

.more_jiazai .more_img > img {
    margin-top: 5px;
}

.more_jiazai .more_font {
    font-size: 13px;
    color: #9B9B9B;
    margin-top: 5px;
}

/***********************手机端****************************/
.phone {
    display: none;
    width: 100%;
    background: #000;
    padding: 10px 0;
    opacity: 0.8;
}

.icon_nav {
    width: 10%;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}

.computer_firset {
    width: 70%;
}

.phone .btn_on {
    width: 20%;
    height: 26px;
    background: #0B0E3B;
    padding: 5px;
    outline: none;
    border: none;
    display: block;
    color: #fff;
}

.phone .search_form {
    width: 80%;
    height: 100%;
    background-color: #fff;
    outline: none;
    padding: 5px;
    border: none;
    display: block;
}

.login_chu {
    width: 15%;
    margin-top: 6px;
    margin-left: 10px;
}

.login_font {
    font-size: 13px;
    color: #fff;
}

/***********************手机端导航****************************/
.posX {
    position: fixed;
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    width: 100px;
    background: #000;
    opacity: 0.8;
    z-index: 100;
    padding-top: 45px;
}

.nav li {
    padding: 20px 15px;
    display: block;
    border-top: 1px solid #fff;
    text-align: center;
}

.nav li > a {
    font-size: 13px;
    color: #fff;
}

/***********************媒体查询自适应**********************/
@media screen and (max-width: 1200px) {
    .g_sit {
        display: none;
    }

    .search .form-inline:nth-child(1) {
        margin-left: 0;
    }

    .fires .content_list:nth-child(1), .fires .content_list:nth-child(3), .fires .content_list:nth-child(5) {
        border-right: 1px solid #ececec;
    }

    .fires .content_list:nth-child(2), .fires .content_list:nth-child(6) {
        border-right: none !important;
    }

    .fires .content_list {
        border-bottom: 1px solid #ececec;
    }

    .fires .content_list > a {
        padding: 130px 30px;
    }
}

@media screen and (max-width: 990px) {
    .g_nav {
        display: none;
    }

    .search .form-inline:nth-child(1) {
        margin-left: 0px;
        width: 100%;
    }

    .search .btn_on {
        width: 20%;
    }

    .le {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    /***纯手机状态**/
    .phoneCon {
        padding: 0;
    }

    .g_phone {
        width: 100%;
    }

    .carousel {
        width: 100% !important;
        height: auto;
    }

    .carousel .item img {
        width: 100% !important;
        height: auto;
    }

    .newBox .dList dl {
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
    }

    .dList3 dl, .hotBox .title_logo, .newChateau .dList4 dl {
        width: 100%;
    }

    .dList2 .con {
        display: block;
    }

    .otherBox2 {
        right: 0;
        top: auto;
        bottom: 0;
    }

    .otherBox2 li {
        display: none;
    }

    .otherBox2 .gotop {
        display: block;
        width: 45px;
        height: 45px;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .mui-bar {
        display: none;
    }

    .phone {
        display: block;
    }

    .g_phone .banner_img .ck-slide {
        height: 190px;
    }
}

@media screen and (max-width: 320px) {
    .mui-bar {
        display: none;
    }

    .g_phone .banner_img .ck-slide {
        height: 160px;
    }
}