.wrap {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}


.pcword{
    display: block;
}
.appword{
    display: none;
}

.head-no{
    width: 100%;
    height: 90px;
}






.head-box{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}


.headb-cnt{
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.headb-ctbx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctble{
    display: flex;
    align-items: center;
}
.headb-ctble > img{
    width: 120px;
    height: auto;
}

.ctbl-ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 30px;
}
.ctbl-ul > li >a{
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.ctbl-ul > li:hover >a{
    color: #bc1f21;
}
.headshw{
    color: #bc1f21 !important;
    font-weight: 600;
}


.language{
    padding: 0 !important;
    margin-left: 20px;
}
.language-btn {
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.language-btn a{
    font-size: 16px;
    color: #bc1f21;
    font-weight: 600;
}






/* main */
.drinkv-top {
    background-image: url("../images/picbj02.png");
    background-size: 100% 100%;
}

.drinkv-tit {
    font-size: 24px;
    color: #ffffff;
    padding: 60px 0;
}

/* ====== */

.drinkv-btn {
    width: 100%;
    margin-top: 60px;
}

.drinkv-btn a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #ff9c52;
    padding: 10px 0;
}


/* ------------ */

.paging-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0px 0px 0;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    text-align: center;
}

.layui-laypage a:hover {
    color: #bc1f21;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ffffff;
}

.layui-laypage .layui-laypage-curr em {
    color: #bc1f21;
    font-weight: 600;
}

.layui-laypage>a:first-child {
    background-color: #bc1f21;
    border-radius: 50%;
    margin-right: 20px;
}

.layui-laypage>a:last-child {
    background-color: #bc1f21;
    border-radius: 50%;
    margin-left: 20px;
}

.layui-laypage>a:last-child em i,
.layui-laypage>a:first-child em i {
    color: #ffffff;
    font-size: 20px;
}







/* 底部 footer  */
.foot-box{
    background-color: #f5f5f5;
}

.footb-cnt{
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.footb-cphone{
    width: 25%;
    display: flex;
}
.footb-cphone > img{
    width: 40px;
    height: 40px;
}
.cphone-txt{
    margin-left: 10px;
}
.cphone-txt h4{
    font-size: 20px;
    padding: 5px 0 0;
}
.cphone-txt h3{
    font-size: 26px;
}



.footb-cul{
    width: 75%;
    display: flex;
    justify-content: flex-end;
}
.footb-cul li{
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}
.footb-cul li img{
    width: 110px;
    height: 110px;
}
.footb-cul li p{
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}



.footb-btm{
    padding: 0px 0 30px;
}
.footb-btm p{
    font-size: 16px;
    color: #333333;
}

