
.index {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    background: url("../images/bg1.png") no-repeat center;
    background-size: 100% 100%;

}
.index .tab {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
    top: 50px;
    left: 0;
}
.index .tab span {
    width: 45%;
    display: block;
    cursor: pointer;
}
.index .tab img {
    width: 100%;
}
.index .tab .active .a {
    display: block;
}
.index .tab .active .d {
    display: none;
}
.index .tab .a {
    display: none;
}
.index .tab .d {
    display: block;
}
.tree_box .operation {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
}
.index .tree_box.height {
    display: none;
}
.tree_box .operation div span {
    width: 100%;
    display: block;
    bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: absolute;
    color: #000;
    bottom: -20px;
    left: 0;
}
.tree_box .operation div {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
}
.index .tree_box .operation img {
    width: 80%;
    display: block;
    cursor: pointer;
}
.dialog .operation {
    display: flex;
    justify-content: space-around;
}
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    max-width: 750px;
    width: 100%;
    display: none;
}
.dialog>div {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dialog>div .box .point {
    color: #fff;
    line-height: 0.3rem;
    font-size: 0.25rem;
    margin-top: 0.5rem;
}

.dialog>div .box .lw {
    width: 30%;
    margin: 0px auto;
}
.dialog>div .box .lw img {
    width: 100%;
}
.dialog>div .box .lw {
    display: flex;
    width: 70%;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 2.8rem;
    margin-top: 0rem;
}
.dialog>div .box .lw5 {
    width: 80%;
}
.dialog>div .box .lw10 {
    width: 96%;
}
.dialog>div .box .lw .item {
    /* min-width: calc(25% - 20px); */
    white-space: nowrap;
    margin: 0 10px;
}

.dialog>div .box .lw5 .item {
    width: calc(33% - 0.2rem);
    white-space: nowrap;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog>div .box .lw10 .item {
    width: calc(20% - 0.1rem);
    white-space: nowrap;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog>div .box .lw .item1 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog>div .box .lw .item .pic {
    background-size: cover;
    background: url("../images/bg7.png") no-repeat center;
    background-size: contain;
    padding: 0.35rem 0.4rem;
}
.dialog>div .box .lw5 .item .pic {
    padding: 0.2rem;
}

.dialog>div .box .lw10 .item div {
    width: 100%;
}
.dialog>div .box .lw10 .item .pic {
    padding: 0.1rem;
}

.dialog>div .box .lw .item .pic img {
    width: 1.2rem;
}
.dialog>div .box .lw5 img {
    width: 0.7rem;
}

.dialog>div .box .lw10 img {
    width: 1rem;
}

.dialog>div .box .item .name {
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.2rem;
}
.dialog>div .box .lw5 .item .name  {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    font-size: 0.16rem;

}
.dialog>div .box .lw10 .item .name  {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    font-size: 0.16rem;

}
.dialog>div .box .txt img {
    width: 20%;
}
.dialog>div .box {
    width: 90%;
    min-height: 5rem;
    padding: 10% 0;
    background: url("../images/bg6.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    position: absolute;
    bottom: 10%;
}

.dialog>div .box .btn {
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.75rem;
}
.message {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}
.message div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.message span {
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    line-height: 0.8rem;
    font-size: 0.24rem;
    background: url("../images/text_bg.png") no-repeat center;
    background-size: contain;
    width: 5rem;
    display: inline-block;
    text-align: center;
}