html,body{
   height: 100%; 
   /*background: white;*/
}
.addcon{
    position: fixed;
    height: 44px;
    width: 44px;
    bottom: 44px;
    right: 22px;
    line-height: 44px;
    z-index: 999;
    color: #ffffff;
    box-shadow: rgb(220 218 218 / 24%) 0px 2px 3px 1px;
    text-align: center;
    background: #1aad19;
    border-radius: 44px;
    font-size: 26px;
}

.weui-bottom-fixed-opr-page{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.scroll-view{
    height: calc(100% - 1px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/*************jquery weui 样式兼容************/
.weui-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.weui-icon_toast {
    font-size: 15px;
    color: #fff; 
    margin-bottom: 15px; 
}
.weui-toast--text {
    height: auto;
    padding: 5px 10px;
}
.weui-toast_content{
    font-size: 15px;
}
.weui-picker-container, .weui-picker-overlay {
    z-index: 2005;
}

.weui-textarea {
     height: auto;
}
/*************jquery weui 样式兼容************/


.bind-phone input[type="text"],input[type="password"]{
	display: block;
	border: none;
	border-bottom: 1px solid rgb(215,215,215);
	width: 75%;
	margin: 20px auto 20px auto;
	font-size: 12px;
	-webkit-appearance:none;
	border-radius:0;
}
.bind-phone .phonetext{
	padding: 8px 0px 8px 30px;
	background-image:url(../images/login-phone.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 5px 3px;
}

.bind-phone .codeText{
    padding: 8px 0px 8px 30px;
	background-image:url(../images/login-code.png) !important;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 5px 3px;
	margin-bottom: 0;
}
.bind-phone .codeBtn{
    width:80px ; border: none;margin-bottom: 10px;border-radius: 20px; color: white;background-color: #18b4ed;font-size: 14px;padding: 4px 0px 4px 0px!important;width: 75px!important;display: inline!important;border-radius: 5px!important;font-size: 12px!important;
}

.color-blue{
    color: #10aeff;
}
.color-purple{
    color: #6467f0;
}
.color-ltpurple{
    color: #e33cbe;
}
.color-lred{
    color: #ed6e6e;
}
.online{
    color: #00d0ff;
}
.weui-cell__bd{
    word-wrap: break-word;
}
.gdshowothers{
    font-size: 13px;
    background: #f3fbff;
    color: #03A9F4;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin: 3px 0;
    word-break: break-all;
}

.weui-media-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 16px 0px;
    margin: 6px 10px;
    border-radius: 6px;
    padding: 6px 9px 9px;
    box-sizing: border-box;
    word-break: break-all;
}
.send-name{
    font-weight: 600;
}
.weui-navbar__item {
    font-size: 16px;
}
.weui-navbar__item::after {
    content: " ";
    position: absolute;
    right: auto;
    top: auto;
    width: 1px;
    bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid var(--weui-FG-3);
    color: rgba(0, 0, 0, .1);
    color: var(--weui-FG-3);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: none;
    transform: none;
}
.weui-navbar__item.weui-bar__item--on {
    color: #555;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 0px;
}

.weui-bar__item--on::before {
    content: " ";
    position: absolute;
    left: calc(50% - 15px);
    width: 30px;
    height: 4px;
    background: #2196F3;
    bottom: 0px;
    border-right: 0;
    color: rgba(0, 0, 0, .1);
    border-radius: 10px;
}


.showcesss .weui-cell__bd{
    background-color: rgba(247, 248, 252, 1);
    padding: 5px;
    border-radius: 5px;
}
.showcesss .weui-cell:before{
    border-top: 0;
}
.showcesss .weui-uploader__input-box {
    background-color: rgba(247, 248, 252, 1);
    border: 1px solid #f0f0f0;
}

.showcesss .weui-cell {
    font-size: 16px;
     padding: 8px 16px;
}

.showcesss .weui-label {
    width: 100px;
}
.showcesss .weui-cell_select .weui-cell__bd:after {
    right: 20px;
}
.showcesss .weui-cell_select-after .weui-cell__hd {
    padding-left: 0px;
}
.showcesss .weui-select{
    min-height: 20px;line-height: 20px
}
