*{
    margin: 0;
    padding:0;
    text-decoration: none;
    list-style: none;

}

body{
    background: #605e5e;
}
#zi .d1{
    width: 246px;
    height: 0px;
    color: rgb(255, 255, 255);
    margin: 40px auto;
    font-size: 22px;

}

#zd .d2{
    width: 300px;
    height: 0px;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    font-size: 22px;    

}
#tu{
    width: 300px;
    height: 300px;
    margin: 30px auto;
    

}
#tu img{
    width: 300px;
    height: 300px;
    float: left;

}
.ico{
    border: 2px solid rgb(245, 242, 242);
    text-align: center;
    line-height:52px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: -300px auto;
    display: block;
    width:186px;
    height: 55px ;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ico img{
    width: 100%;
    height: 100%;
}
#zi4{
    margin-top:-20px ;
}
#zi4 .d4{
    width: 80px;
    height: 0px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    font-size: 22px; 
}
#zi4 .zx{
    width: 290px;
    height: 0px;
    color: rgb(255, 255, 255);
    margin: 50px auto;
    font-size: 22px; 
}



/* 弹窗内容<!--乔越博客：www.79bk.cn--> */

.mask{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.contents{
    position: absolute;
    top:54px;
    left: 50%;
    width: 360px;
    border: 1px solid gray;
    border-radius: 5px;
    transform: translateX(-50%);
    background: white;
   
}
.head{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-bottom: 1px  solid #eee;
    height: 44px;
}
.head p{
    float: left;
}
.head .anniu{
    color: #ccc;
}
.head #close{
    /* display:inline-block; */
    float: right;
    width: 16px;
    line-height: 24px;
    color: #ccc;
}
.head #close:hover{
    color:blue;
}
#bq{
    width: 60px;
    height: 10px;
    margin: 0 auto;
    font-size: 15px; 
   
}
#bq a{
    color: #ccc;

}

.cont-wapper{
    width: 300px;
    color: #555;
    padding: 15px;
    margin: 0 auto;
}
.cont-wapper .cont-inner{
    font-size: 12px;
    background: #dbf0fa;
    padding-top:15px;
    margin:0 auto 10px;
}
.cont-wapper .cont-inner h2{
    width: 186px;
    height: 188px;
    margin: 0 auto;
    background: url(../img/ico.png) 0 -120px no-repeat;
}
/*<!--乔越博客：www.79bk.cn-->*/
.cont-wapper .cont-inner button{
    display: block;
    cursor:pointer;
    width: 271px;
    height: 40px;
    border:0;
    background: url(../img/ico.png) 0 0 no-repeat;
    margin: -45px auto 15px;

}
.cont-wapper .cont-inner .sign{
    position: relative;
    text-align: center;
    color:#777;
    margin-bottom: 20px;
    font-size: 13   px; 
    

}
.cont-wapper .cont-inner .sign::after{
    content:'';
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    background: #ccc;
    right: 16px;
    top: 5px;
}
.cont-wapper .cont-inner .sign::before{
    content:'';
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    background: #ccc;
    left: 16px;
    top: 5px;
}
.cont-wapper .cont-inner ul{
    height: 180px;
    margin: 0 10px;
    padding: 5px 5px 0 5px;
    overflow: hidden;

}
.cont-wapper li.takeout-list{
    color:#fe5a23;
    font-weight: 600;
    height: 19px;
    line-height: 19px;
    background: url(../img/ico.png) 0 -320px no-repeat;
}
.cont-wapper li{
    padding-left: 15px;
}

.cont-wapper .cont-inner button:hover{ 
    background-position:  0 -40px;  
}