﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, button, dl, dt, dd, input, textarea {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    word-break: break-all;
    /*font-family: "造字工房悦黑演示版常规体","KaiTi";*/
}
/*header*/
.header {
    background: #5f3628;
}

    .header .icon-user:hover, .header .icon-home:hover {
        background-color: #3f271e;
    }

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
    background-color: #3f271e;
}

.dl-menuwrapper ul {
    background: #3f271e;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 10px 15px;
    line-height: 18px;
    color: #fff;
    border-top: 1px solid #3f271e;
    border-bottom: 1px solid #5f3628;
    outline: none;
}

    .dl-menuwrapper li a:hover {
        background: rgba(144, 132, 126, 0.6);
    }

/*首页*/
.home-menu-list a {
    text-decoration: none;
    font-family: "KaiTi";
}

.home-menu-list .home-menu-item .desc {
    padding: 0 6px;
    /*line-height: 30px;*/
    font-size: 14px;
    color: #000;
}

.home-menu-list .home-menu-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 25px;
    border: none;
    cursor: pointer;
    padding-left: 12px;
}

.home-menu-list .home-menu-item {
    width: 23%; /*width: 120px;*/
    margin: 8px 0 8px 5px;
    border-radius: 10px;
    background-color: #fff;
    float: left;
    /*box-shadow: 0 0 30px #999;*/
    padding-top: 45px;
    position: relative;
    /*vertical-align: middle;*/
}

    .home-menu-list .home-menu-item a {
        /*vertical-align: middle;*/
    }

    .home-menu-list .home-menu-item .price {
        float: right;
        line-height: 30px;
        font-size: 12px;
        color: #e94f4f;
    }

.noshow {
    display: none;
}

.show {
    display: block;
}

.youhui {
    width: 100%;
    height: 250px;
    border-bottom: 6px solid #e2e2e2;
    /*position: relative;
    top: 40px;*/
    max-width: 540px;
    margin: auto;
    height: auto;
}

hr {
    width: 50%;
    margin: auto;
    margin-top: 12px;
    position: relative;
}

.box {
    width: 25%;
    height: 12px;
    background: #fff;
    font-size: 18px;
    margin-left: 37%;
    text-align: center;
    position: relative;
    bottom: 12px;
    font-family: "造字工房悦黑演示版常规体","KaiTi";
}

.youhui-l {
    width: 36%;
    float: left;
    margin-left: 4%;
}

.youhui-r {
    width: 54%;
    height: 185px;
    float: right;
    margin-right: 4%;
}

.youhui-r1 {
    width: 48%;
    float: left;
}

.youhui-r2 {
    width: 48%;
    float: right;
}

.youhui-r3 {
    width: 48%;
    float: left;
    margin-top: 9px;
}

.youhui-r4 {
    width: 48%;
    float: right;
    margin-top: 9px;
}

.canting {
    width: 100%;
    height: auto;
    max-width: 540px;
    margin: auto;
}

.canting-m {
    /*float: left;*/
    margin-left: 5%;
}



#content {
    width: 100%;
    /*height: 170px;*/
    margin: auto;
    float: left;
}

#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 90;
}

    #imgbox-loading div {
        background: #FFF;
        width: 100%;
        height: 100%;
    }

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
    z-index: 90;
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none;
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px;
}

.home-menu-list_above {
    height: 40px;
}

/*  */
@media screen and (max-width: 320px) {
    .home-menu-list-panel {
        padding-left: 5px;
    }

    .home-menu-list_above {
        height: 15px;
    }
}

@media (min-width: 321px) and (max-width: 359px) {
    .home-menu-list-panel {
        padding-left: 15px;
    }

    .home-menu-list_above {
        height: 20px;
    }
}

@media (min-width: 360px) and (max-width: 375px) {
    .home-menu-list-panel {
        padding-left: 10px;
    }

    .home-menu-list_above {
        height: 25px;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .home-menu-list-panel {
        padding-left: 20px;
    }
}


@media (min-width: 415px) {
    .home-menu-list-panel {
        padding-left: 20px;
    }
}
