/*重写CSS*/
.weui-switch:checked,.weui-switch-cp__input:checked+.weui-switch-cp__box,.weui-switch-cp__input[aria-checked="true"]+.weui-switch-cp__box {
    background-color: #ff4b57;
}

/*开关圆圈大小*/
.weui-switch:after,.weui-switch-cp__box:after {
    width: 18px;
    height: 18px;
}

/*选框未选择颜色*/
.weui-cells_checkbox .weui-icon-checked {
    color: #3399FF;
}

/*选框已选择颜色*/
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked,.weui-cells_checkbox .weui-check[aria-checked="true"]+.weui-icon-checked {
    color: #3399FF;
}

/*禁止复制粘贴*/
*{
    -webkit-touch-callout:none; 
    -webkit-user-select:none; 
    -khtml-user-select:none; 
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

body {
    --weui-BRAND: #3399FF; /*下拉框确定按钮的颜色*/
}

.weui-picker {
    background-color: #c2e7ff;
}

.weui-picker__bd {
    background-color: #c2e7ff;
}

.weui-picker__mask {
    background-image: linear-gradient(180deg,rgba(194,231,255,1),rgba(194,231,255,0.6)),linear-gradient(0deg,rgba(194,231,255,1),rgba(194,231,255,0.6));
  }

.bg{
    
    background-image: url("../example/images/zongkaiguan/bg.jpg");
    background-repeat: no-repeat; /*不重复*/
    background-size: cover/*按比例缩放*/;
}

.bg_vip{
    
    background-image: url("../example/images/zongkaiguan/bg_vip.png");
    background-repeat: no-repeat; /*不重复*/
    background-size: cover/*按比例缩放*/;
}

.fangkuang {
    width: 120px;
    height: 120px;
    border: 0px solid #000;
    border-radius: 10px;
    background-color: rgb(61, 95, 164);
    margin: 0px auto;
    margin-left: 19px;
    text-align: center;
    line-height: 130px;
}

.fuxuankuang {
    width: 1px;
    height: 1px;
}

.fuxuankuang_whith_top {
    width: 320px;
}

.fuxuankuang_whith {
    width: 320px;
    margin-top: -20px;
}



.fuxuankuangColor {
    background-color: #FF9900;
}

.zongkaiguan {
    color: aliceblue;
    font-size: 20px;
}

.yewaiguaji {
    background-image: url("../example/images/zongkaiguan/野外挂机.png");
}
.xianshihuodong{
    background-image: url("../example/images/zongkaiguan/限时活动.png");
}
.danrenrenwu{
    background-image: url("../example/images/zongkaiguan/单人任务.png");
}
.zhenglibeibao{
    background-image: url("../example/images/zongkaiguan/整理背包.png");
}
.maizhengbaofang{
    background-image: url("../example/images/zongkaiguan/买珍宝坊.png");
}
.baitanshangjia{
    background-image: url("../example/images/zongkaiguan/摆摊上架.png");
}
.zuduirenwu{
    background-image: url("../example/images/zongkaiguan/组队任务.png");
}
.qingshihuangling{
    background-image: url("../example/images/zongkaiguan/秦始皇陵.png");
}
.juqingrenwu{
    background-image: url("../example/images/zongkaiguan/剧情任务.png");
}
.zidonghuanhao{
    background-image: url("../example/images/zongkaiguan/自动换号.png");
}

.dibubutton{
    margin-bottom: 2px;
    font-size: 13px;
    width: 80%; 
    height: 30px;
    line-height: 30px;
    border: 1px dotted #FFFFFF;
    background-color: rgba(255, 255, 255, 0.0);
}

.p_input_text{
    font-size: 15px;
    margin-left: -15px;
}