* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.zai {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.jiaz {
    width: 50%;
    margin: 30px auto 10px;
    background-color: #AB8659;
    border: none;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow:visible ;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/*@font-face {
  font-family: 'iconfont';  !* project id 672888 *!
  src: url('http://at.alicdn.com/t/font_672888_y5h4y3v6yx.eot');
  src: url('http://at.alicdn.com/t/font_672888_y5h4y3v6yx.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_672888_y5h4y3v6yx.woff') format('woff'),
  url('http://at.alicdn.com/t/font_672888_y5h4y3v6yx.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_672888_y5h4y3v6yx.svg#iconfont') format('svg');
}*/

@font-face {
    font-family: 'iconfont';  /* project id 672888 */
    src: url('//at.alicdn.com/t/font_672888_p8lbn04jwb.eot');
    src: url('//at.alicdn.com/t/font_672888_p8lbn04jwb.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_672888_p8lbn04jwb.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_672888_p8lbn04jwb.woff') format('woff'),
    url('//at.alicdn.com/t/font_672888_p8lbn04jwb.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_672888_p8lbn04jwb.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

#tm2 {
    display: none;
}

/*##头部固定导航##*/

.nav {
    position: relative;
    /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);*/
    overflow: hidden;
    width: 100%;
    max-width: 640px;

}

/*Hiding the checkbox*/

#tm {
    display: none;
}

/*Content area*/

/*Nav styles*/

.sidenav {
    background: #f9f9f9;
    width: 150px;
    height: 100%;
    position: fixed;
    top:0;
    right: -150px;
    transition: all 0.25s;
    z-index: 999;
    opacity: 0.7;
    padding-top: 60px;
}

.sidenav li {
    list-style-type: none;
    padding: 16% 14%;
    border-top: 1px solid #ebebeb;
}

.sidenav a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.sidenav b {
    font-size: 15px;
    display: block;
    font-weight: normal;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s;

}

.sidenav i {
    display: block;
    width: 40px;
    float: left;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
}

.backicon {
    font-size: 18px;
    color: #fff;
    padding-left: 4%;
}

/*Animation controls using checkbox hack*/

/*Animate content area to the right*/

#tm:checked ~ .topnav {
    transform: translateX(-150px);
}

#tm:checked ~ .sidenav {
    transform: translateX(-150px);
}

/*Animate links from right to left + fade in effect*/

#tm:checked ~ .sidenav b {
    opacity: 1;
    transform: translateX(0);
}

/*Adding delay to link animation - in multiples of .08s*/

/*One can use jQuery also for creating the delayed effect. But I will stick to manual CSS for this walkthrough.*/

#tm:checked ~ .sidenav li:nth-child(1) b {
    transition-delay: 0.08s;
}

#tm:checked ~ .sidenav li:nth-child(2) b {
    transition-delay: 0.16s;
}

#tm:checked ~ .sidenav li:nth-child(3) b {
    transition-delay: 0.24s;
}

#tm:checked ~ .sidenav li:nth-child(4) b {
    transition-delay: 0.32s;
}

#tm:checked ~ .sidenav li:nth-child(5) b {
    transition-delay: 0.40s;
}

#tm:checked ~ .sidenav li:nth-child(6) b {
    transition-delay: 0.48s;
}
#tm:checked ~ .sidenav li:nth-child(7) b {
    transition-delay: 0.56s;
}

#tm:checked ~ .product{
    transform: translateX(-150px);
}


.topnav {
    background: rgba(171, 134, 89, 0.7);
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    transition: all 0.25s;
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 640px;
    box-shadow: 0px 2px 14px rgba(51, 51, 51, 0.4);
}



.topnav-left {
    width: 41%;
    padding-left: 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}


.topnav-right {
    width: 51%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}


.backicon {
    padding-left: 4%;
    width: 30%;
}

.backicon a {
    text-decoration: none;
}

.backicon .iconfont {
    font-size: 18px;
    color: #fff;
}

.topnav-left-back {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.topnav-right-back {
    width: 30%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
}
.top_rr {
    width: 30%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
}
.diandd{
    width: 30%;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    padding-right: 4%;
}
/*##头部固定导航##*/

.footer {
    margin-bottom: 62px;
    background: #fafafa;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/

h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #c12c42;
    font-size: 16px;
}

.accordion {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #323232;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fafafa;
}

.accordion li:last-child .link {
    border-bottom: 1px solid #CCC;
}

.accordion li i {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.iconfont {
    right: 15px;
    left: auto;
    font-size: 14px;
}

.accordion li.open .link {
    color: #ab8659;
}

.accordion li.open i {
    color: #ab8659;
}

.accordion li.open i.iconfont {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #ededed;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #f5f5f5;
    color: #ab8659;
}


.call {
    opacity: 0.8;
    background: #333;
    padding: 10px 0%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    max-width: 640px;
}

.call h3 {
    font-size: 18px;
    color: #fff;
    height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.call a {
    text-decoration: none;
    color: #fff;
}

.call > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.call > div div {
    border: 1px solid #fff;
    width: 35%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.phone {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    width: 90%;
    margin: 10px auto;
}

.phone i {
    font-size: 18px;
}


.footer p {
    font-size: 14px;
    color: #323232;
    text-align: center;
    width: 90%;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 0;
}