*{padding:0;margin:0;}
body{
    /*禁止上下拖动*/
    touch-action: none;
}
canvas{
    display: block;
}
.mar_t10{margin-top:10px;}
.mar_t20{margin-top:20px;}
.mar_t1{margin-top:1rem;}
.mar_t2{margin-top:2rem;}
.rela_tive{position: relative}
.block{display: block}
.w_100{width: 100%}
.hide{display: none !important;}
.row_between{display: flex;align-items: center;justify-content: space-between;}
.textCenter{text-align: center}
.Alert{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_black{
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.content_{
    z-index: 2;
    max-width: 80%;
    padding: 20px;
    font-size: 14px;
}
.content_guize{
    transform: rotate(90deg);
    max-width: 560px;
}
.guizeArea{
    border: 3px solid #97521c;
    background: #f8e8d2;
    padding: 20px 38px;
}
.guize{
    padding: 20px;
    background: #fff;
    border: 2px solid #97521c;
    border-radius: 10px;
}
.juanzhou{
    position: absolute;
    left: -10px;
    top: -11px;
    width: 30px;
}
.guize_title{
    width: 140px;
    margin: 0 auto 10px auto;
}
.guize p{
    text-align: left;
    color: #97521c;
    font-weight: 500;
}
.juanzhouRight{
    left: unset;
    right: -10px;
}
.guizeAreaBorder{border: 2px dashed #c79d77;border-radius: 10px;padding: 10px;}
.close_btn{
    position: absolute;
    right: -30px;
    top: 10px;
    width: 40px;
}
.close_btn img{
    width: 100%;
}
@media screen and (max-width: 580px) {
    .guize {
        padding: 10px;
    }
    .guize p {
        font-size: 12px;
    }
    .juanzhou {
        width: 24px;
    }
    .close_btn {
        width: 30px;
    }
    .guize_title {
        width: 110px;
    }
    .guizeArea {
        padding: 17px 28px;
    }
    .jiexi_content_{
        transform: scale(0.8);
        margin-left: -21%;
    }
    .jiexi_content{margin-top:20px;}
    .phone_area{width: 100%;}

}