/* 
    所有页面共用布局
    采用统一标准
    有需求可以添加进去，写下的代码请勿随意修改
    2019/11/20
*/

/* 用于固定头部-s */
.new_fixed1{
	padding-top: 1.87733rem;
}
.new_fixed1 .classreturn {
	position: fixed;
	top: 0;
}
/* 用于固定头部-e */
/* 限制文字行数默认一行 */
.mian_hidde{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* 字体颜色-s */
.color333{
    color: #333;
}
.color666{
    color: #666;
}
.color999{
    color: #999;
}
.mt20{
    margin-top: 0.427rem;
}
.mt30{
    margin-top: 0.64rem;
}
.font-w{
    font-weight: 600;
}
/* 字体颜色-e */
/* 统一颜色 */
.mian_color{
    color: #ff3b3b !important;
}
/* 背景颜色 */
.mian_bg{
    background: #f5f5f5 !important;
}
/* 商品图片 */
.mian_img{
    width: 7.36rem;
    height: 7.36rem;
    display: block;
}
/* 底部右上角隐藏 */
.menu-hide .menu{
    display: none;
}
/* placeholder样式 */
.inputccc::-webkit-input-placeholder {
    color:#ccc;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: 0.0427rem;
}
.inputccc:-moz-placeholder {
    color:#ccc;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: 0.0427rem;
}
.inputccc::-moz-placeholder {
    color:#ccc;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: 0.0427rem;
}
.inputccc:-ms-input-placeholder {
    color:#ccc;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: 0.0427rem;
}
.input-none{
    border: 0;
    outline: none;
}
/* 商品设宽度、高度、圆角度 */
.mian_width_1{
    width: 7.36rem !important;
    height: 10.88rem;
    border-radius: 0.2133rem !important;
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* 商品设宽度、圆角度 */
.mian_width_2{
    width: 7.36rem !important;
    border-radius: 0.2133rem !important;
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* 商品设圆角度 */
.mian_width_3{
    border-radius: 0.2133rem !important;
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* 商品标题文字 */
.mian_h2{
    height: auto;
    padding: 0.4267rem 0.4267rem 0 0.4267rem;
    font-size: 0.554667rem;
    line-height: 0.682667rem;
    color: #333;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
}


/* 
    采用flex布局
    有需求可以添加进去，写下的代码请勿修改
*/

/* 两端对齐 */
.mian_flex_1{
    display: flex;
    justify-content: space-between;
}
/* 两端上下居中 */
.mian_flex_2{
    display: flex;
    align-items: center;
}
/* 两端左右居中 */
.mian_flex_3{
    display: flex;
    justify-content: center;
}
/* 两端对齐上下居中 */
.mian_flex_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 两端上下左右居中 */
.mian_flex_5{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 两端对齐上下底部对齐 */
.mian_flex_6{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
/* 模态框-s */
.bind-content{
    width: 13rem;
    /* height: 7.68rem; */
    background: rgba(255,255,255,1);
    border-radius: .427rem;
    margin-left: 1.5rem;
    margin-top: calc(50vh - 3.84rem);
  }
  .bind-content .bind-tit{
    /* width: 9.8rem; */
    font-size: .64rem;
    color: #333;
    padding: 1.5rem;
    line-height: 1.28rem;
    /* padding-top: 1.5rem; */
    text-align: Center;
  }
  .bind-content .bind-operation{
    display: flex;
    border-top: .0213rem solid #E6E6E6;
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    font-size: .64rem;
  }
  .bind-content .bind-operation .cancel{
    width: 6.48rem;
    color: #999;
    border-right:.0213rem solid #E6E6E6;
  }
  .bind-content .bind-operation .button{
    width: 6.48rem;
    color: #ff3b3b;
    line-height: 2.13rem;
  }
  .bind-content .bind-operation .button::after{
    border: none;
  }
  /* 模态框-e */
  /* 提示框-s */
  .white_hint{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7.25rem;
    border-radius: .427rem;
    background: rgba(0,0,0,0.6);
    font-size: .64rem;
    color: #fff;
    text-align: center;
    line-height: .853rem;
    padding: .853rem .64rem 1.067rem .64rem;
    box-sizing: content-box;
    z-index: 999;
  }
  .white_hint img{
    width: 2.56rem;
    height: 2.56rem;
    margin-bottom:1.067rem;
  }
  /* 提示框-e */
/* 正在登录,加载中等-进行状态提示框-s */
.on_going{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height:4.27rem;
    padding: 0 .8rem;
    background: rgba(0,0,0,0.5);
    border-radius:.213rem;
    color: #fff;
    font-size: .47rem;
    text-align: center;
}
.on_going img{
    width: 2.13rem;
    height: 2.13rem;
    margin: .64rem auto .47rem;
}
/* 正在登录,加载中等-进行状态提示框-s */