#caseView {
    background: #FFFFFF;
}

.bannerWrap {
    position: relative;
}

.tab-nav {
    width: 100%;
    height: 1.01rem;
    position: relative;
    z-index: 9;
}

.tab-title {
    width: 7.5rem;
    height: 1.01rem;
    background: #FFFFFF;
    position: relative;
}

.tab-title h3 {
    padding-left: 0.37rem;
    line-height: 1.01rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #221816;
}

.tab-title span {
    width: 0.26rem;
    height: 0.23rem;
    position: absolute;
    top: 0.38rem;
    right: 0.37rem;
    background: url('../../asserts/mobile/case/navDottIcon.svg') 0 0 no-repeat;
    background-size: 100% auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tab-nav.on .tab-title span {
    top: 0.34rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.tablist {
    width: 7.5rem;
    height: 0;
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    top: 1rem;
}

.tab-nav.on .tablist {
    height: 5.3rem;
}

.tablist li {
    float: left;
    width: 100%;
    height: 1rem;
    cursor: pointer;
    font-size: 0.28rem;
    color: #221816;
    line-height: 1rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #C1C5C5;
}

.tablist li.current {
    font-weight: bold;
    color: #306FF6;
}

.tab-banner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    background: #F5F6F7;
    padding-bottom: 0.3rem;
}

.tab-banner>div {
    display: none;
}

.tab-banner .current {
    display: block;
}

.tabwrap {
    padding-top: 0.3rem;
}

.tabwrap h1 {
    font-size: 0.42rem;
    color: #221816;
    line-height: 0.68rem;
    font-weight: bold;
}

.tabwrap td {
    width: 50%;
    padding: 0.12rem 0 0.12rem;
    vertical-align: top;
    color: #221816;
}

.tabbanner1 .tabwrap td {
    padding: 0.12rem 1.2rem 0.12rem 0px;
}

.tabbanner4 .tabwrap td {
    padding: 0.12rem 0.3rem 0.12rem 0px;
}

.tabbanner5 .tabwrap td,
.tabbanner6 .tabwrap td {
    padding: 0.12rem 0.5rem 0.12rem 0px;
}

.tabwrap h3 {
    font-size: 0.24rem;
    padding-left: 0.2rem;
    position: relative;
}

.tabwrap h3:before {
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: 0.12rem;
    width: 0.07rem;
    height: 0.07rem;
    background: #FFFFFF;
    border-radius: 50%;
    background: #221816;
}

.tabwrap p.desc {
    padding: 0.2rem 0;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.45rem;
    color: #A2A9AB;
}

.tabwrap td p {
    padding-left: 0.2rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
    padding-top: 0.1rem;
}

.item-wrap {
    margin-bottom: 0.42rem;
    border-bottom: 1px dashed #C1C5C5;
}

.item-wrap.last {
    border: none;
    margin-bottom: 0.1rem;
}

.item-wrap .image-wrap {
    width: 2.46rem;
    height: 1.5rem;
    float: left;
    overflow: hidden;
}

.item-wrap .image-wrap img {
    display: block;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.item-wrap .txtWrap {
    float: left;
    width: 4.2rem;
    padding-left: 0.23rem;
    padding-bottom: 0.3rem;
}

.item-wrap .txtWrap table {
    width: 4.2rem;
}

.item-wrap .txtWrap h2 {
    font-size: 0.32rem;
    color: #221816;
    line-height: 0.46rem;
    color: #221816;
}

.item-wrap .txtWrap p {
    padding: 0.1rem 0 0;
    color: #221816;
    line-height: 0.5rem;
}

.item-wrap .symbol {
    color: #7E868C;
}

.item-wrap td {
    padding: 0.04rem 0px;
    width: 100%;
}

.item-wrap td.td1 {
    color: #7E868C;
    vertical-align: top;
}

.item-wrap td.td2 {
    line-height: 0.36rem;
    color: #221816;
}

#caseView .freeTrialBtn {
    margin: 0 auto;
}