.wrap {
    display: flex;
    flex-direction: column;
    font-size: .16rem;
    text-align: center;

    align-items: center;
    align-items: center;
    justify-content: space-between;
}
.direction {
    position: relative;
    display: flex;
    width: 3.15rem;
    height: 3.15rem;
    margin-top: .6rem;

    align-items: center;
    justify-content: center;
}
.num {
    position: absolute;
    font-size: .13rem;
    color: #999;
}
.num0 {
    top: -.15rem;
    left: 49%;
}
.num90 {
    top: 46.5%;
    right: -.2rem;
}
.num180 {
    bottom: -.2rem;
    left: 46.5%;
}
.num270 {
    top: 46.5%;
    left: -.2rem;
}
.bg-compass {
    position: relative;
    width: 3.15rem;
    height: 3.15rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/compass.png) no-repeat center;
    background-size: contain;
}
.bg-compass-line {
    position: absolute;
    z-index: 1;
    top: -.05rem;
    left: 1.56rem;
    width: .03rem;
    height: .4rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/blue-bar.png) no-repeat center;
    background-size: contain;
}
.direction-value {
    position: absolute;
}
.direction-num {
    position: relative;
    z-index: 2;
    font-size: .93rem;
    line-height: 1;
    color: #333;
}
.direction-degree {
    position: absolute;
    top: 0;
    right: -.1rem;
    width: .15rem;
    height: .15rem;
    border: .04rem solid #333;
    border-radius: 50% 50%;
}
.page-body-xyz {
    display: flex;
    width: 3rem;
    padding-top: .41rem;
    text-align: center;
    color: #333;

    justify-content: space-between;
}
.page-body-btn {
    display: flex;
    padding-top: .85rem;
    text-align: center;

    justify-content: space-around;
}
.middle-btn {
    position: relative;
    width: 1.07rem;
    height: .44rem;
    margin: 0 .25rem;
    font-size: .15rem;
    line-height: .15rem;
    color: #333;
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.middle-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    border: 1px solid #333;
    border-radius: .1rem;
    transform: scale(.5);
    transform-origin: 0 0;
    pointer-events: none;
}
.disabled {
    opacity: .3 !important;
}
.cg-wrap {
    position: absolute;
    top: .15rem;
    left: .15rem;
    width: 2.86rem;
    height: 2.86rem;
    border-radius: 50%;
    background: #38f;
}

.circle-left-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1.43rem;
    height: 2.86rem;
}
.circle-right-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1.43rem;
    height: 2.86rem;
}
.circle-right-wrap {
    left: 1.43rem;
}

.circle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.86rem;
    height: 2.86rem;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 0 0 .01rem .01rem #efefef inset;
}
.circle-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.86rem;
    height: 2.86rem;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 0 0 .01rem .01rem #efefef inset;
}
.circle-right {
    left: -1.43rem;
}

.circle-left {
    clip: rect(0, 1.43rem, auto, 0);
}
.circle-right {
    clip: rect(0, auto, auto, 1.43rem);
}
.mask {
    position: absolute;
    top: .17rem;
    left: .17rem;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    color: #59d;
    border-radius: 50%;
    background: #f8f8f8;

    align-items: center;
    justify-content: center;
}
