.main {
    padding: 15px;
}
.bitian {
    color: #f00;
    display: inline-block;
    width: 5px;
    vertical-align: top;
}
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    background: none;
}
input:disabled, textarea:disabled{
    color: graytext !important;
    opacity: 1;
    -webkit-text-fill-color: graytext;
}
.all_btn {
    position: relative;
    display: inline-block;
    /* margin: 20px 5%; */
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 30%;
    overflow: hidden;
    /* float: left; */
}
.baocun {
    background: #fff;
    border: 1px solid #3A71FB;
    color: #3A71FB;
}
.baocun a{
    display: block;
    width: 100%;
    height: 100%;
}
.tijiao {
    background: #3A71FB;
}
.dabeizhu{
    width: 93%;
    height: 100px !important;
    padding: 8px 10px;
    outline: none;
    float: left;
    resize: none;
    opacity: 1;
    border: none;
    background: #f7f7f7;
    font-size: 16px;
    font-family: "微软雅黑";
}
.weui_btn_area{
    margin: 15px 0;
    text-align: center;
}
.weui-cell__bd p{
    height: 30px;
    width: auto;
    position: relative;
}
.weui-cell__bd p a{
    display: block;
    height: 100%;
    width: 100px;
    background: #4f81ff;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
}
.weui-cell__bd p input[type=file]{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.weui-cell__bd p span{
    display: block;
    width: 195px;
    margin-top: 5px;
    word-break: break-all;
    line-height: 21px;
    font-size: 13px;
}
.weui-cell>p{
    position: absolute;
    right: 0;
}
.tishi{
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 10px;
    z-index: 100;
}
.weui_mask__ .weui_dialog, .weui_toast{
    top: 16%;
}
.select2-container{
    width: 100% !important;
}

/* 提示 */
.zzjgtishi {
    color: #999;
    font-size: 12px;
    margin: 0 0 5px 20px;
}
.zzjgtishi i {
    font-size: 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    border: 1px solid #999;
    border-radius: 50%;
    margin-right: 3px;
}

