*{
    -webkit-overflow-scrolling: touch;
}
html{
    height: 100% !important;
}
body {
    min-height: 100%;
    font-size: 0.24rem;
    -webkit-text-size-adjust: 100%!important;
    line-height: 1.5;
    background: #fff;
    font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}

:link {
    color: #000;
}


/*uc普通文字变蓝*/

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

input,
button,
textarea {
    outline: none;
}

input,
button,
textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

button {
    border: none 0;
    padding: 0;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]::-webkit-input-placeholder {
    color: #ccc;
}

input[type=number]:-moz-placeholder {
    color: #ccc;
}

input[type=number]::-moz-placeholder {
    color: #ccc;
}

input[type=number]:-ms-input-placeholder {
    color: #ccc;
}


/*.slink   .sbtn*/

a,
img,
.slink,
.sbtn {
    text-decoration: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
img,
a:active,
img:active,
.sbtn:active,
.slink:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.sscroll {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.sscrollbar::-webkit-scrollbar-track-piece {
    background-color: #FFF;
    border-left: 1px solid #FFF;
}

.sscrollbar::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sscrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
}

.sscrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.b {
    font-weight: bold;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.vm {
    vertical-align: middle;
}

.ib {
    display: inline-block;
}

.ibm {
    display: inline-block;
    vertical-align: middle;
}

.show {
    display: block;
}

.showen {
    display: block !important;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.ht100 {
    height: 100%;
}

.ovh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fix:after,
.cf:after {
    content: '';
    display: table;
    clear: both;
}

.keep {
    white-space: nowrap;
    word-break: keep-all;
}

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}


/* Retina 适配 */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 200/100),
only screen and (min-device-pixel-ratio: 2) {}


/* 三倍屏 适配 */

@media only screen and (-webkit-min-device-pixel-ratio: 2.5),
only screen and (min--moz-device-pixel-ratio: 2.5),
only screen and (-o-min-device-pixel-ratio: 250/100),
only screen and (min-device-pixel-ratio: 2.5) {}


/*复制功能优化*/

#copyBg {
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 40px;
    margin: -20px 0 0 -50px;
    border-radius: 6px;
    z-index: 1111;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#copyBg .bgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 6px;
}

#copyBg .textDiv {
    height: 40px;
    line-height: 40px;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
}



#copyBgRem {
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    /* height: .8rem; */
    margin: -.4rem 0 0 -1rem;
    border-radius: .12rem;
    z-index: 800;
    /* max-width: 96%; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;

    height: auto ;
    min-height: 0.8rem ;
    max-width: 5rem ;
    white-space: normal ;
}

#copyBgRem .bgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: .12rem;
}

#copyBgRem .textDiv {
    /* height: .8rem; */
    /* line-height: .8rem; */
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: .28rem;
    display: inline-block;
    /* padding: 0 .4rem; */

    height: auto ;
    min-height: 0.8rem ;
    line-height: .4rem ;
    padding: 0.2rem 0.25rem ;
    box-sizing: border-box;
}


* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
/* 公共头*/
/*隐藏滚动条*/
.iScrollLoneScrollbar {
    opacity: 0 !important;
    visibility: hidden;
}

.backBtn{
    display: inline-block;
    height:.01rem;
    width:.01rem;
    transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
    -webkit-transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
    transform: rotate(45deg);
    font-size: .4rem;
    text-align: left;
    padding: .8rem;
    font-family: PingFangSC-Medium;
    line-height: .01rem;
    float: left;
    position: absolute;
    bottom: -0.25rem;
    left: -.4rem;
    color: #fff;
    font-weight: bold;
}
.closeBtn{
    left: 1rem;
    transform: rotate(0deg);
    padding: .4rem 0.8rem .4rem 0;
    left: 0.9rem;
    bottom: -0.12rem;
    height: .3rem;
    width: .3rem;
    font-size: .55rem;
    line-height: .3rem;
    font-weight: normal;
}
.chang-header-by-Scroll{
    height: 1.28rem;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.chang-header-by-Scroll .backBtn{
    color: #000;
}

.titleDom{
    font-size:0.38rem;
    display:block;
    position: absolute;
    left: 50%;
    bottom: .16rem;
    transform: translate(-50%,-0%);
    display: inline-block;
}
.callingBox{
    position: absolute;
    bottom: .3rem;
    right: 0.25rem;
    font-family: PingFangSC-Regular;
    font-size: .3rem;
    color: #308DE3;
    text-align: center;
    line-height: .3rem;
}
.calling{
    width: .4rem;
    height: .58rem;
    position: relative;
    top: .2rem;
    display: inline-block;
}

img:not([src]) {
    opacity: 0;
}

/* 调原生粘贴功能样式 */
#inputPas {
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
.common-copy-dialog {
    width: 1rem;
    height: 0.68rem;
    background: url(../img/pasteImg.png) no-repeat center /100% 100%;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.56rem;
    z-index: 9999;
}
.user-select-none{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}