.van-popup {
    /* background-color: rgba(0,0,0,0); */
    overflow-y: auto;
}
/**toast提示**/
.my_toast {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 0.8rem;
    color: #FFE5B4;
    text-align: center;
    padding: 12px 20px;
    background-color: rgba(17, 6, 0, .8);
    border: 2px solid #8e603e;
    border-radius: 10px;
    box-shadow: 1px 1px 12px rgba(17, 6, 0, .8);
    left: 50%;
    top: 50%;
    z-index: 2019;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.my_toast .van-loading {
    color: #FFE5B4;
}
/**升级**/
.popup_grade {
    width:88%;
    max-width: 400px;
    height:70%;
    border: 25px solid transparent;
    border-image: url('../../assets/images/popup_bg3.png') 100 stretch;
    -webkit-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Safari 3.1-5 */
    -o-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Opera 11-12.1 */
    background-color: #fee9c9;
}
/**dialog弹出框**/
.popup_dialog {
    width: 90%;
    max-width: 600px;
    height: 182px;
    background-color: rgba(0,0,0,0);
    border: 25px solid transparent;
    border-image: url('../../assets/images/popup_bg3.png') 100 stretch;
    -webkit-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Safari 3.1-5 */
    -o-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Opera 11-12.1 */
    background-color: #fee9c9;
}
.dialog_detail {
    width: 100%;
    height: auto;
    text-align: center;
}
.dialog_lab {
    width:40%;
    height:30px;
    line-height: 30px;
    background:rgba(253,228,197,1);
    border:1px solid rgba(104,75,43,1);
    font-size:18px;
    color: #6B4A2B;
    margin: 10px auto 0;
}
.dialog_title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #6B4A2B;
    margin: 20px 0 25px 0;
}
.dialog_title2 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #8A2323;
    margin: 9px 0;
}
.btn_button {
     width: 100%;
     float: left;
 }
.two_btn {
    width: 50%;
}
.button_normal_bg {
    width: 118px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    background-image: url("../../assets/images/button/button_normal_bg.png");
    background-size: 100% 100%;
    text-align: center;
}
.button_disabled {
    background-image: url("../../assets/images/button/button_disabled_bg.png");
}
.button_text {
    width: auto;
    height: 18px;
    margin: 0 auto;
}
.button_text2 {
    width: auto;
    height: 12px;
    margin: 0 auto;
}
.button_transparent_bg {
    width: 94px;
    height: 34px;
    line-height: 34px;
    margin: 3px auto;
    background-image: url("../../assets/images/button/button_transparent_bg.png");
    background-size: 100% 100%;
    text-align: center;
}
.button_time {
    position: absolute;
    top: -4px;
    right: 16px;
    font-size: 16px;
    color: #5A422B;
}
/**popup弹出层：设置+计时规则**/
.popup_normal {
    width: 90%;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    color: #666666;
}
.popup_normal_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 40px;
}
.popup_middle {
    width: 90%;
    max-width: 600px;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    font-size: 16px;
    color: #6B4A2B;
    line-height: 34px;
    text-align: center;
    border: 25px solid transparent;
    border-image: url('../../assets/images/popup_bg3.png') 100 stretch;
    -webkit-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Safari 3.1-5 */
    -o-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Opera 11-12.1 */
    background-color: #fee9c9;
}
.close_setting {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: #5A422B;
}
.no_prompt {
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.no_prompt img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.popup_label {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #5A422B;
    text-align: center;
    margin: 0 auto;
    background-image: url("../../assets/images/title_border.png");
    background-size: 100% 100%;
}
.popup_box {
    height: 84%;
    margin-top: 5%;
    overflow-x: hidden;
}
.popup_text {
    width: 105%;
    height:100%;
    overflow-y: auto;
    color: #5a422b;
    padding-right: 5%;
    text-align:justify
}
/*下拉刷新的样式*/
.pull_refresh {
    width: 100%;
    height: auto;
    margin-top: 0;
    /*min-height: 70%;*/
}

.pull_icon {
    margin-right: 4px;
    font-size: 14px;
    color:#c8c9cc
}
.pull_refresh .van-loading__text {
    margin-left: 4px;
}
.pull_img {
    width: 42px;
    height: 30px;
    display: inline-block;
    margin: 10px 6px;
    vertical-align: middle;
}
.van-dialog {
    border-radius: 8px;
}
.van-dialog__message {
    font-size: 16px;
}
.van-dialog__content--isolated {
    min-height: 72px;
}
/*****单选弹窗样式*****/
.radio {
    width: 84%;
    height: auto;
}
