/* css 重置 */*{margin:0; padding:0; list-style:none; }body{ background:#fff;  }img{ border:0; }a{ text-decoration:none; color:#333; }a:hover{ color:#1974A1; }
/* 本例子css */
.m-slide{ position: relative; width:14rem; height: 7.5rem;
    border: 2px solid #c59c63; border-radius: 5px;
    }
.m-slide .bottom-shadow{ position: absolute;  bottom: -3px; left: 0; width: 100%; height: 1px; overflow: hidden;
border-top: 1px solid #e0e0e0; background: #e6e6e6; border-bottom: 1px solid #ececec }
.m-slide .img { float: left; position: relative ;width:8.5rem !important;height: 7.5rem !important;}
.m-slide .img li, .m-slide .img a, .m-slide .img img { display: block; width: 8.5rem !important; height: 7.5rem }
.m-slide .img li { display: none; position: absolute; left: 0; top: 0 }
.m-slide .img .first { display: block }.m-slide .tab { float: right;width: 5rem;height: 5.7rem;border: 1px solid #c59c63;border-radius: 5px;border-top: none; }
.m-slide .tab li { width: 100%;height: 1.9rem;border-bottom: 1px solid #707070; }
.m-slide .tab li:nth-child(3){ width: 100%;height: 1.9rem;border-bottom:none; }
.m-slide .tab .first { border-top: 0 }
.m-slide .tab a { text-decoration: none; display: block; position: relative;    width: 100%;
    height: 100%; position: relative;}
.m-slide .tab a b { position: absolute; left: 0; top: 20px; width: 4px; height: 11px; overflow: hidden }
.m-slide .tab a span { position: absolute; overflow: hidden ;width: 3.42rem;
    height: 0.25rem;
    font-size: 0.22rem;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #c59c63;
    }
.m-slide .tab a .title { width: 4.42rem;
    height: 0.25rem;
    font-size: 0.22rem;
    font-family: Arial, Arial-Bold;
    line-height: 0.25rem;
    text-indent: 0.3rem;
    padding-top: 0.4rem;
    font-weight: 700;
    text-align: left;font-weight: bold; color: #666 }
.m-slide .tab a .des { left: 18px; top: 26px; height: 16px; line-height: 16px; color: #999 }.m-slide .tab .first a { height: 50px }
.m-slide .tab .on a { background: #c59c63;color: #252423; }.m-slide .tab .on a b { background: url(../img/dot.png) no-repeat}
.m-slide .tab .on a span { color: #252423 }

body{background-color: #272727}