body {
    background-color: #F2F4F7;

}

.left_icon {
    display: inline-block;
    height: .38rem;
    width: .38rem;
    background: url('../imgs/leftIcon.png') no-repeat center;
    background-size: cover;
    margin-right: .2rem;
}

.titleBox {
    display: flex;
    align-items: center;
}

.header a {
    color: #FFF !important;
}

.header .a {
    color: #21282D !important;
}

.box {
    width: 7.5rem;
    height: 5.42rem;
    background: linear-gradient(180deg, #0D53FF 25%, #FFFFFF 100%);
    padding: 1.32rem .32rem 0;
}

.box .contenr {
    width: 100%;

    display: flex;
    margin-bottom: .2rem;
}

.box .contenr .logo {
    width: .56rem;
    height: .56rem;
    border-radius: .16rem;
}

.box .contenr .leftContenr {
    /* font-weight: 600;
    font-size: .4rem;
    color: #FFFFFF;
    line-height: .56rem; */
    flex: 1;
    margin-left: .2rem;
}

.box .contenr .leftContenr .title {
    font-weight: 600;
    font-size: .4rem;
    color: #FFFFFF;
    line-height: .56rem;
}

.box .contenr .leftContenr .jb {
    color: #FFF;
    font-weight: 500;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .32rem;
    margin: .2rem 0;
}

.box .contenr .leftContenr .jb span:nth-child(2) {
    margin: 0 .2rem;
}



.box .contenr .leftContenr .tab span {
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .32rem;
    z-index: 111;
    background-color: #5183FF;
    padding: .04rem .12rem;
    border-radius: .04rem;
}

.tabList {
    width: 6.94rem;
    margin: -2.06rem auto;
    padding-bottom: 1.5rem;
}

.tabList .tabItem {
    padding: .28rem;
    background-color: #FFF;
    width: 100%;
    border-radius: .24rem;
    position: relative;
    margin-bottom: .2rem;
}

.tabList .tabItem .tipIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.58rem;
    height: 1.4rem;
}

.tabList .tabItem .itemHeader {
    padding-bottom: .3rem;
    position: relative;
    display: flex;
    border-bottom: .03rem solid #F2F4F7;
    margin-bottom: .28rem;

}

.tabList .tabItem .headerIcon {
    width: .48rem;
    height: .48rem;
}

.tabList .tabItem .title {
    line-height: .48rem;
    font-size: .32rem;
    color: #21282D;
    margin-left: .12rem;
    font-weight: 600;
}

.tabList .tabItem .title:after {
    position: absolute;
    content: "";
    width: 2rem;
    height: .04rem;
    background: #035be1;
    left: 0;
    bottom: 0px;
}

.tabList .tabItem .vhtml {
    font-weight: 400;
    font-size: .26rem;
    color: #21282D;
    line-height: .52rem;
    word-wrap: break-word;
}


.tabList .tabItem .forItem {
    width: 100%;
    background-color: #F6F8FA;
    padding: .28rem;
    border-radius: .16rem;
    display: flex;
    margin-bottom: .2rem;
}

.tabList .tabItem .forItem .leftBox {
    width: 4rem;
}

.tabList .tabItem .forItem .leftBox .bt {
    font-size: .26rem;
    color: #21282D;
    line-height: .48rem;
    width: 4rem;
}

.tabList .tabItem .forItem .leftBox .desc {
    font-weight: 400;
    font-size: .24rem;
    color: #505B64;
    line-height: .48rem
}

.tabList .tabItem .forItem .rightPrice {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabList .tabItem .forItem .rightPrice span {
    font-size: .48rem;
    color: #FF4906;
    line-height: .48rem;
    font-family: DINProM;
    font-weight: 600;
}

.itemBtnBox {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    margin-bottom: .4rem;
}

.itemBtnBox .btn {
    flex: 1;
    color: #505B64;
    height: 1.20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    justify-content: space-between;
    border-radius: .24rem;
    padding: .19rem;
    box-sizing: border-box;
}

.itemBtnBox .btn .top {
    color: #21282D;
    font-weight: 600;
    text-align: center;
}

.itemBtnBox .btn:nth-child(2) {
    margin-left: .18rem;
    color: #0D53FF;
}

.itemBtnBox .btn:nth-child(2) .top {
    color: #0D53FF;
}

.itemBtnBox .btn .title {
    font-size: .24rem;
    line-height: 28rpx;
}

.ietmContenrs {
    background-color: #FFF;
    border-radius: .24rem;
    padding: .28rem .12rem 0 .28rem;
    margin-bottom: .2rem;
    position: relative;
}

.ietmContenrs .top {
    display: flex;
}

.ietmContenrs .logo {
    width: .48rem;
    height: .48rem;
    margin-right: .2rem;
    border-radius: .08rem;
}

.ietmContenrs .name {
    font-size: .32rem;
    font-weight: 600;
    line-height: .48rem;
}

.ietmContenrs .price {
    color: #ff4906;
    font-size: .4rem;
    font-weight: 600;
    line-height: .48rem;
    margin-top: .16rem;
}

.ietmContenrs .price::before {
    content: '￥';
    font-size: .28rem;
}

.ietmContenrs .bot {
    display: flex;
    justify-content: space-between;
    border-top: .02rem dashed rgba(156, 164, 185, .2);
    margin-top: .24rem;
    padding: .2rem 0;
    font-size: .24rem;
}

.ietmContenrs .left {
    color: #51586f;
}

.ietmContenrs .right {
    color: #ff4906;
}

.ietmContenrs .btn {
    width: 1.52rem;
    height: .6rem;
    background-color: #0d53ff;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    border-radius: .32rem;
    color: #fff;
    font-size: .24rem;
    position: absolute;
    right: .28rem;
    top: .28rem;
}

.tabItems {
    width: 100%;
    margin: .32rem auto;

    position: relative;
    box-sizing: border-box;
    border-radius: .2rem;

}

.tabItems .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .28rem;
    margin-top: .4rem;
}

.tabItems .h2:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 16px;
    background: #035be1;
    left: 0;
    top: 3px;
    font-weight: 600;
}

.tabItems .h2 .sColor {
    color: #035be1;
    display: inline-block;
    font-weight: 600;

}


.tabItems .h2 span {
    position: relative;
    font-weight: 600;
    font-size: .32rem;
    color: #181c29;
    line-height: .44rem;
    padding-left: .2rem;
}

.fixed_btn {
    position: fixed;
    padding: .24rem .32rem;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.fixed_btn .btn {
    width: 100%;
    height: .96rem;
    background: #035be1;
    border-radius: .48rem;
    font-weight: 500;
    font-size: .32rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zdTop {
    width: .6rem;
    height: .6rem;
    background: #F6F7F9;
    border-radius: .12rem;
    border: .01rem solid #D3D8E2;
    z-index: 9;
    position: fixed;
    bottom: 4rem;
    right: .08rem;
    padding: .2rem .1rem;
    /* display: none; */
}

.zdTop .top {
    width: .36rem;
    height: .36rem;
}

.mdtitleColor {
    color: #0D53FF !important;
}

.zzao {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #494949;
    z-index: 100 !important;
    display: none;
}

.contner {
    background-color: #FFF;
    width: 100%;
    min-height: 1rem;
    padding: .32rem;
    z-index: 100 !important;
}

.contner .contnerTitle {
    width: 100%;
    height: .76rem;
    line-height: .76rem;
    font-size: .32rem;
    color: #21282D;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contner .contnerTitle .icons{
    width: .44rem;
    height: .44rem;
}


.layui-collapse,
.layui-colla-content,
.layui-colla-item {
    border: none !important;
}

.layui-icon-clear:before {
    content: "\e788"
}

.layui-colla-title {
    background: #FFF !important;
    padding-left: 0 !important;
    height: .88rem !important;
    font-size: .28rem !important;
}

.layui-colla-icon {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important
}

.layui-colla-content {
    padding: 0 !important;
}

.collaose {
    color: #0D53FF;
    font-weight: 600;
}

.layui-colla-title-span {
    font-size: .24rem;
    color: #FE574A;
    margin-left: .12rem;
}

.layui-colla-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


.layui-colla-content-box .box-item {
    width: 3.36rem;
    height: 1.38rem;
    background: #F6F8FA;
    border-radius: .16rem;
    padding: .2rem;
    display: flex;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: .1rem;

}


.layui-colla-content-box .box-item .logo {
    width: .48rem;
    height: .48rem;
    border-radius: .12rem;
}


.layui-colla-content-box .box-item .rightBox {
    flex: 1;
    padding: .06rem 0 0 .2rem;
}

.layui-colla-content-box .box-item .price {
    font-family: DINProM;
    font-weight: bold;
    font-size: .36rem;
    color: #FF4906;
    line-height: .36rem;
    margin-top: .1rem;
}

.layui-colla-content-box .box-item .price::before {
    content: '￥';
    font-size: .24rem;
}

.btn_bot {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .1rem;
}

.btn_bot .btn {
    flex: 1;
    height: .88rem;
    background: #DBE5FF;
    border-radius: .12rem;
    color: #0D53FF;
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_bot .btn:nth-child(2) {
    margin-left: .2rem;
    background-color: #0D53FF;
    color: #FFF;
}