:root{--van-switch-size:0.3rem;--van-switch-width:2em;--van-switch-height:1em;--van-switch-node-size:1em;--van-switch-node-background-color:var(--van-white);--van-switch-node-box-shadow:0 0.03rem 1px 0 rgba(0,0,0,0.05),0 0.02rem 0.02rem 0 rgba(0,0,0,0.1),0 0.03rem 0.03rem 0 rgba(0,0,0,0.05);--van-switch-background-color:var(--van-background-color-light);--van-switch-on-background-color:var(--van-primary-color);--van-switch-transition-duration:var(--van-animation-duration-base);--van-switch-disabled-opacity:var(--van-disabled-opacity);--van-switch-border:var(--van-border-width-base) solid rgba(0,0,0,0.1)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:var(--van-switch-width);height:var(--van-switch-height);font-size:var(--van-switch-size);background:var(--van-switch-background-color);border:var(--van-switch-border);border-radius:var(--van-switch-node-size);cursor:pointer;transition:background-color var(--van-switch-transition-duration)}.van-switch__node{position:absolute;top:0;left:0;width:var(--van-switch-node-size);height:var(--van-switch-node-size);font-size:inherit;background:var(--van-switch-node-background-color);border-radius:100%;box-shadow:var(--van-switch-node-box-shadow);transition:transform var(--van-switch-transition-duration) cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background:var(--van-switch-on-background-color)}.van-switch--on .van-switch__node{transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size)))}.van-switch--on .van-switch__loading{color:var(--van-switch-on-background-color)}.van-switch--disabled{cursor:not-allowed;opacity:var(--van-switch-disabled-opacity)}.van-switch--loading{cursor:default}.van-checkbox-group--horizontal{display:flex;flex-wrap:wrap}:root{--van-checkbox-size:0.2rem;--van-checkbox-border-color:var(--van-gray-5);--van-checkbox-transition-duration:var(--van-animation-duration-fast);--van-checkbox-label-margin:var(--van-padding-xs);--van-checkbox-label-color:var(--van-text-color);--van-checkbox-checked-icon-color:var(--van-primary-color);--van-checkbox-disabled-icon-color:var(--van-gray-5);--van-checkbox-disabled-label-color:var(--van-text-color-3);--van-checkbox-disabled-background-color:var(--van-border-color)}.van-checkbox{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:var(--van-padding-sm)}.van-checkbox__icon{flex:none;height:1em;font-size:var(--van-checkbox-size);line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-checkbox-border-color);transition-duration:var(--van-checkbox-transition-duration);transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-checkbox-checked-icon-color);border-color:var(--van-checkbox-checked-icon-color)}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:var(--van-checkbox-disabled-background-color);border-color:var(--van-checkbox-disabled-icon-color)}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:var(--van-checkbox-disabled-icon-color)}.van-checkbox__label{margin-left:var(--van-checkbox-label-margin);color:var(--van-checkbox-label-color);line-height:var(--van-checkbox-size)}.van-checkbox__label--left{margin:0 var(--van-checkbox-label-margin) 0 0}.van-checkbox__label--disabled{color:var(--van-checkbox-disabled-label-color)}.locationSet-page{padding:.45rem .13rem .9rem;font-size:.16rem;color:#3d3d3d;overflow:auto}.locationSet-page .box{padding:.24rem .2rem;background-color:#fff;border-radius:.1rem;margin-top:.12rem}.locationSet-page .box .title{font-size:.18rem;line-height:1;font-weight:700;display:flex;justify-content:space-between}.locationSet-page .box .title span{color:red}.locationSet-page .box .title .switch{font-size:.12rem;font-weight:400;display:flex;align-items:center}.locationSet-page .box .content{margin-top:.24rem}.locationSet-page .box .label{display:flex;align-items:center;flex-wrap:wrap}.locationSet-page .box .val{display:flex}.locationSet-page input{height:.3rem;background:#ececec;border:none;padding:0 .1rem;margin:0 .1rem;width:.53rem}.locationSet-page input::-moz-placeholder{color:#bbb}.locationSet-page input::placeholder{color:#bbb}.locationSet-page textarea{min-height:1.1rem;background:#ececec;border:none;border-radius:.06rem;padding:.1rem;display:block;width:100%}.locationSet-page textarea::-moz-placeholder{color:#bbb}.locationSet-page textarea::placeholder{color:#bbb}.locationSet-page .van-checkbox{margin-bottom:.12rem}.locationSet-page .van-checkbox .van-checkbox__icon{background:#ececec}.locationSet-page .van-checkbox .van-badge__wrapper{border:none}.locationSet-page .item{margin-bottom:.24rem}.locationSet-page .item:last-child{margin-bottom:0}.locationSet-page .touch-mode .content .label{display:flex;justify-content:space-between}.locationSet-page .btn-wrap{position:fixed;left:0;right:0;padding:.12rem .16rem;background-color:#fff;z-index:1;bottom:0;box-shadow:0 -.02rem .12rem #eee;display:flex;justify-content:center}.locationSet-page .btn-wrap .van-button{width:1.2rem;height:.56rem;border-radius:.1rem;border:none;font-size:.18rem;color:#fff;background:#1f4cff}.locationSet-page .btn-wrap .van-button:nth-child(2){background:#ff781f;flex:1;margin:0 .1rem}.locationSet-page .notice{margin-top:.12rem}