@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

h1.tit-h1 {
    font-size: .38rem;
    text-align: center;
    margin: .3rem 0 .15rem;
    color: #f60;
}

.go-back {
    text-align: center;
    border-top: .01rem dashed #ccc;
    padding: .1rem;
    margin-top: .2rem;
    font-size: .4rem;
}

.wrap {
    background: #fff;
}


/* 本案例需要的css样式 */
ul,
li {
    list-style: none;
}

.tabyouqinglianjie {
    width: 10rem;
    margin: 0 auto .5rem;
}

.tab-hd {
    background: #00825c;
    overflow: hidden;
    zoom: 1;
}

.tab-hd li {
    float: left;
    width: 1.9rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: .4rem;
    line-height: .4rem;
    border-right: .01rem solid #fff
}

.tab-hd .m li {
    float: left;
    width: 1.9rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: .4rem;
    line-height: .4rem;
    border-right: none
}

.tab-hd li.active {
    background: #ffc20a;
    border-right: #fff .01rem solid;
}

.tab-bd li {
    display: none;
    padding: .2rem;
    border: .01rem solid #ddd;
    border-top: 0 none;
    line-height: .36rem
}

.tab-bd li a {
    text-decoration: none;
    outline: none;
    font-size: .14rem;
    font-family: "微软雅黑", "SimHei", "黑体";
    color: #666;
}

.tab-bd li a:hover {
    text-decoration: none;
    outline: none;
    color: #a4240d;
}

.tab-bd li.thisclass {
    display: list-item;
    font-size: .14rem;
    color: #666;
    text-decoration: none
}

.tab-bd li.thisclass a {
    text-decoration: none;
    outline: none;
    font-size: .14rem;
    font-family: "微软雅黑", "SimHei", "黑体";
    color: #666;
}

.tab-bd li.thisclass a:hover {
    text-decoration: none;
    outline: none;
    color: #a4240d;
}