* {
    -webkit-touch-callout:none;/*系统默认菜单被禁用*/

   -webkit-user-select:none;/*webkit浏览器*/

   -khtml-user-select:none;/*早起浏览器*/

   -moz-user-select:none;/*火狐浏览器*/

   -ms-user-select:none;/*IE浏览器*/

    user-select:none;/*用户是否能够选中文本*/

 }
.van-field__label{
    color:#666666;
    font-size: 15px;
}
.van-field__control{
    color:#333333;
    font-size: 15px;
    font-weight: 500;
}
.sybBtnBox{
    margin:15px 17px 0;
}
.sybBtnBox button{
    background: linear-gradient(270deg, #AB248C 0%, #761BA0 100%);;
    box-shadow: 0px 5px 8px 0px rgba(38,151,255,0.5);
    border-radius: 25px;
    border:none;
    font-size: 17px;
    font-weight: 600;
}
.van-notice-bar__content{
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF5F00;
    line-height: 13px;
}
.uploaderBox{
    margin:17px 16px 30px;
    /* height:167px; */
    background-color: rgba(116, 184, 255, 0.26);
    position: relative;
}
.uploaderBox>.camera{
    width:90%;
    margin:5%;
}
.uploaderBox>.imgVal{
    max-width:90%;
    max-height:90%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.uploaderBox>.imgVal1{
    width:90%;
    height:90%;
    position: absolute;
    top:5%;
    left:5%;
    z-index: -1;
}
.uploaderBox>span{  
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1890FF;
    line-height: 23px;
    /* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); */
    position: absolute;
    bottom:-25px;
    left:0;
    width:100%;
    text-align: center;
}
.uploaderBox>.uploaderBtn,.uploaderBox>.uploaderBtn div,.colBox .uploaderBtn,.colBox .uploaderBtn div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.uploaderRow{
    margin:17px 16px;
}
.colBox{
    width:100%;
    height:95px;
    background-color: rgba(116, 184, 255, 0.26);
    position: relative;
    border-radius:4px;
    /* border:2px solid #74b8ff42; */
    overflow: hidden;
}
.colBox .upImg{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    max-width:100%;
    max-height:100%;
}
.colBox .upImg1{
    position: absolute;
    top:50%;
    left:50%;
    /* transform: translate(-50%,-50%); */
    z-index: -1;
    /* max-width:100%;
    max-height:100%; */
    width: 50px;
    height:50px;
    margin-top:-25px;
    margin-left:-25px;
}
.scameraBox{
    width:calc(100% - 4px);
    height:24px;
    background:#fff;
    position: absolute;
    bottom:2px;
    text-align: center;
    border-radius:4px;
    margin-left:2px;
}
.scameraBox .scamera{
    width:32px;
    height:32px;
    margin-top:-16px;
}
.colBox span{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #74B8FF;
    line-height: 15px;
    position: absolute;
    text-align: center;
    left:0;
    width:100%;
    bottom:15px;
}

.myLabel{
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
    color: #323233;
    font-size: 12px;
    line-height: 15px;
    /* background-color: #F8F8F8; */
    margin-top: 10px;
    display: inline-block;
}
.myLabel b{
    color:#e4393c;
}
body{
    /* background:#F8F8F8; */
}
.biaoyu{
    padding: 8px 16px;
    background-color: #fffbe8;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF5F00;
    line-height: 13px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.formItemBox{
    margin:0 16px 8px;
    /* background:#ebedf0; */
    background:#F8F8F8;
    border-radius:5px;
}



