html {
    font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", "STHeiti", "MingLiu";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 62.5%;
    font-family:'Microsoft YaHei';
    background: #ededed;
    position: relative;

}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
input {
    -webkit-appearance: none;
}
input[type="submit"],input,input[type="text"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
    outline: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
a{
    text-decoration: none;
    color: #fff;
}
/* alert */
#RestAlert {
    position: fixed;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1000000000;
    height: 100%;
}
.RestAlert {
    position: fixed;
    top: 37.3%;
    left: 19.2%;
    z-index: 10000000001;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 231px;
    border-radius: 5px;
    text-align: center;
}
.RestAlert .imagesCry {
    width: 45px;
    height: 45px;
    background: url("../images/smileIcon.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 18px;
}
.RestAlert .imagesSmile {
    width: 45px;
    height: 45px;
    background: url("../images/smileIcon.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 18px;
}
.RestAlert .txt {
    margin-top: 15px;
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: 15px;
}
@media screen and (max-device-width: 330px) {
    .RestAlert {
        left:14%
    }
}
input:disabled{
    background:#fff !important;
    color:"#5d5d5d";
}
/*弹层样式*/
._layerTxt{
    text-align:center;
    width: 100%;
}
._layerSure{
    background: #4ccdb6;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    pointer-events:none;
    color:#fff;
}
._layerCancel{
    background: #ffa200;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    pointer-events:none;
    color:#fff;
}
.layermbtn{
    height:60px !important;
}
.layermbtn:before{
    content:none !important;
}
.layermbtn span:first-child{
    height: initial !important;
}
#layermbox0 .layermcont{
    width:150px;
    height:150px;
    text-align:center;
    background:url(../images/loading.gif) center no-repeat;
    background-size:100%;
}
#layermbox0 .layermchild{
	    background-color: rgba(0,0,0,0);
	    box-shadow:none;
}
#layermbox0 .layermcont i {
    width: 0;
    height: 0;
}
.goHomebtn{
    position: fixed;
    right: 10px;
    top: 30vh;
    z-index: 9;
    color: #979797;
    padding-top: 24px;
    background: url(../images/home.png) center top no-repeat;
    background-size: 24px;
    font-size: 12px;
}
/*签名样式*/
.signature {
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: flex;
}
.signatureBox{
    width: 90vw;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    padding-bottom: 10px;
    font-size: 14px;
}
.signatureBox{padding: 12px 20px 20px;}
.su_tit{color: #368cff;font-size: 14px;margin-bottom: 5px;}
.su_tx,.su_inner{color: #999;font-size: 13px;}
.su_inner{text-indent: 2em;}
.name_tx{color: #999;font-size: 13px;margin-top: 5px}
.flex_evenly{display: flex;justify-content: space-evenly;}
.small_btn{background: #6fa5ff;color: #fff;width: 100px;height: 30px;line-height: 30px;border-radius: 15px;text-align: center;}
.qimingBox { background: #f7f7f7;height: 100px;width: 100%;margin: 5px 0 20px;}
.cancle_btn{background: #f4f4f4;color: #747474;}

/*签名样式*/
.hide{display: none;}
