@charset "utf‐8";
/***
 @description: 商城手机端公共样式
 @datetime: 2020-04-03
***/
body {
    -webkit-text-size-adjust: 100% ;
}
* {
    padding: 0;
    margin: 0;
    font-size: .28rem;
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
.font-hei{
    font-family: "SimHei";
}
a {
    text-decoration: none;
}

body {
    background: rgba(246, 246, 246, 1);
    overflow-x: hidden;
}

ol, ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: .24rem;
}

.f-14 {
    font-size: .28rem;
}

.f-18 {
    font-size:.32rem;
}

.f-b {
    font-weight: bold;
}

.col-black {
    color: #212121;
}

.col-8 {
    color: #888;
}

.col-b6 {
    color: #b6b6b6;
}

.col-w {
    color: #fff;
}

.header-title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    height: .7rem;
    background: #fff;
    height: .7rem;
    line-height:.7rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-title h1 {
    position: absolute;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    z-index: -1;
    font-size: .28rem;
    color: #212121;
    text-align: center;
    font-weight: normal;
    left: 0;
    top: 0;
}

.header-title a.back,.header-title a.back2{
    display: inline-block;
    width: .5rem;
    height: .7rem;
    line-height: .7rem;
    vertical-align: middle;
    text-align: left;
    float: left;
    font-weight: 900;
    color: #333;
}

.header-title a.back img,.header-title a.back2 img {
    width: .15rem;
    vertical-align: middle;
}

.header-title .manage-btn {
    float: right;
    font-size: .26rem;
    color: #212121;
    height: .7rem;
    line-height: .7rem;
}
.header-title .manage-btn a{
    color: #212121;
}

.header-title .manage-btn.red {
    color: #F1170D;
}

.header-search {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    background: #fff;
    height:.9rem;
    line-height:.9rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.header-search .search-box {
    position: relative;
    margin: .1rem .6rem;
    font-size: .26rem;
    color: #212121;
    text-align: center;
    font-weight: normal;
}

.header-search .search-box input {
    display: block;
    width: 97%;
    height: .6rem;
    outline: none;
    border: none;
    background: rgba(245, 245, 245, 1) url(../images/search1@2x.png) 10px center no-repeat;
    background-size:.26rem;
    border-radius:.6rem;
    text-indent:.6rem;
}

.header-search a.back, .header-search a.dts-back, .header-search a.d-dts-back {
    display: inline-block;
    width:.5rem;
    height:.7rem;
    line-height:.7rem;
    text-align: left;
    float: left;
    font-weight: 900;
    color: #333;
}

.header-search a.back img, .header-search a.dts-back img , .header-search a.d-dts-back img {
    width: .15rem;
    vertical-align: middle;
}
.header-search .tools_left{
    float: right;
    height: .7rem;
    line-height: .7rem;
}
.header-search .tools_left img {
    vertical-align: middle;
    width: auto!important;
    margin:0 .08rem;
}
.header-search .tools {
    line-height:.7rem;
    padding: 0 0 0 .1rem;
    float: right;
    font-size:.26rem;
    color: #212121;
    padding-top: 0px !important;
}

.header-search .tools img {
    vertical-align: middle;
    width: 4px;
}

.group-header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    background: #fff;
    height:.7rem;
    line-height:.7rem;
}

.group-header .search-box {
    position: relative;
    margin: 0px .4rem;
    font-size: .28rem;
    color: #212121;
    text-align: center;
    font-weight: normal;
}

.group-header a.back {
    display: inline-block;
    width: .5rem;
    text-align: left;
    float: left;
    font-weight: 900;
    color: #333;
}

.group-header a.back img {
    width: .15rem;
    vertical-align: middle;
}

.group-header .tools {
    line-height: .7rem;
    padding: 0 .1rem;
    float: right;
    font-size: .24rem;
    color: #212121;
    padding-top: 0px !important;
}

.group-header .tools img {
    vertical-align: middle;
    width: 4px;
}

.personal-header.group-header .search-box {
    color: #fff;
}

.header-collect {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    background: #fff;
    height: .8rem;
    line-height: .8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.header-collect a.back {
    display: inline-block;
    width:.5rem;
    height: .7rem;
    line-height: .7rem;
    text-align: left;
    float: left;
    font-weight: 900;
    color: #333;
}

.header-collect a.back img {
    width:.15rem;
    vertical-align: middle;
}

.header-collect h1 {
    position: absolute;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    z-index: -1;
    font-size:.28rem;
    color: #212121;
    text-align: center;
    font-weight: normal;
    left: 0;
    top: 0;
}

.header-collect .manage-btn {
    float: right;
    font-size: .26rem;
    color: #212121;
}

.header-collect .dele-btn {
    float: right;
    font-size: .26rem;
    color: #212121;
    margin-right: 20px;
}

.header-collect .search-input {
    float: right;
    width: 0px;
    height:.5rem;
    border: none;
    outline: none;
    background: url(../images/search1@2x.png) 10px center no-repeat;
    background-size:.3rem;
    padding-left:.5rem;
    margin-top:.1rem;
    transition: all .2s;
    margin-right:.1rem;
}

.header-collect .search-input.active {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top:.1rem;
    z-index: 999;
    width:5rem;
    height: .6rem;
    background: rgba(245, 245, 245, 1) url(../images/search1@2x.png) 10px center no-repeat;
    background-size:.26rem;
    border-radius:.5rem;
    transition: all .2s;
}

.header-collect .search-btn {
    float: right;
    font-size: 14px;
    color: #B6B6B6;
    line-height: 48px;
    border: none;
    outline: none;
    background: #fff;
    display: none;
}

.header-collect .search-btn-market {
    float: right;
    font-size:.26rem;
    color: #B6B6B6;
    line-height:.7rem;
    border: none;
    outline: none;
    background: #fff;
}

/* 复选框+单选框 */
/* 复选框 */
.red_checkbox input[type="checkbox"],
.green_checkbox input[type="checkbox"],
.hide_radio input[type="radio"],
.red_radio input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
}

.hide_radio, .red_radio, .red_checkbox {
    display: inline-block;
    width: fit-content;
    margin-top: 0;
}

.hide_radio {
    float: left;
    height: 60px;
    display: flex;
    align-items: center;
}

.hide_radio span, .red_radio span, .red_checkbox span {
    margin-left:.16rem;
    letter-spacing:.04rem;
    vertical-align: bottom;
    color: #212121;
}

.hide_radio label, .red_checkbox label,.red_radio label {
    vertical-align: sub;
    display: inline-block;
    /* width: 20px; */
    height:.7rem;
    line-height:.7rem;
}
.red_radio label {
    /*vertical-align: sub;*/
    display: inline-block;
    /* width: 20px; */
    height:.34rem;
    line-height:.34rem;
}
.red_checkbox input[type="checkbox"] + .red_icon,
.hide_radio input[type="radio"] + label::before,
.red_radio input[type="radio"] + .red_icon,.red_radio input[type="radio"] + label::before{
    content: "\a0";
    float: left;
    display: inline-block;
    margin-left: 0;
    width: .34rem;
    height:.34rem;
    margin-top: .06rem;
    vertical-align: middle;
    border: 1px solid #b6b6b6;
    background: url(../images/mark_c.png) no-repeat;
    background-size: 70%;
    background-position: .035rem .08rem;
    border-radius: 50%;
    background: #fff;
}
.red_checkbox input[type="checkbox"]:checked + .red_icon,
.hide_radio input[type="radio"]:checked + label::before,
.red_radio input[type="radio"]:checked + .red_icon,.red_radio input[type="radio"]:checked + label::before {
    content: "";
    background:#F1170D url(../images/mark_c.png) no-repeat;
    border-color: #F1170D;
    text-align: center;
    width: .34rem;
    height:.34rem;
    background-size: 70%;
    background-position: .048rem .1rem;
}

.hide_radio input[type="radio"] + label::before {
    width: 0;
    height: 0;
    border: 0;
}

.hide_radio input[type="radio"]:checked + label::before {
    margin: 0 14px;
}

.green_checkbox label {
    vertical-align: middle;
    display: inline-block;
    border-radius: 60px;
    position: relative;
    width: 51px;
    height: 31px;
    border: 2px solid #E7E4E7;
    background: #fff;
    box-sizing: border-box;
}

.green_checkbox input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.07);
}

.green_checkbox input[type="checkbox"]:checked + label {
    border: 2px solid #4CD964;
    background: #4CD964;
}

.green_checkbox input[type="checkbox"]:checked + label::before {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
}

/* 底部tab栏 */
.tab_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    /*height:1rem;*/
    padding: 8px 0;
    /*box-sizing: border-box;*/
    /*padding-bottom: constant(safe-area-inset-bottom);*/
    /*padding-bottom: env(safe-area-inset-bottom);*/
    padding-bottom:12px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.tab_bottom p, .tab_bottom a {
    font-size: .22rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: transparent
}
.tab_bottom a:focus {
    outline: none;
}

.tab_bottom p img, .tab_bottom a img {
    height: .4rem;
    margin-bottom:.05rem;
}

.tab_bottom p .center, .tab_bottom a .center {
    height: .73rem;
    width: .73rem;
}

/* 底部大按钮 */
.bottom_btn {
    position: fixed;
    left: 12px;
    right: 14px;
    bottom: 11px;
    z-index:999;
}
.bottom_btn .btn {
    width: 100%;
    background-color: #F1170D;
    color: #fff;
    font-size: .3rem;
    line-height: .68rem;
    padding: 0;
    border: 0;
    border-radius:.55rem;
    box-shadow: 0px 3px 6px rgba(241, 23, 13, 0.23);
    letter-spacing: 1px;
}

/**layer弹窗**/
.layui-extend-order {
    width: 90%;
    min-width: 300px;
    min-height: 185px;
}

.layui-extend-order h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #212121;
    text-align: center;
    margin-top: 30px;
}

.layui-extend-order h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #212121;
    text-align: center;
    margin-top: 30px;
}

.layui-extend-order h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 95px;
    color: #212121;
    text-align: center;
}

.layui-extend-order p {
    font-size: 16px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}
.layui-extend-order .p-demand{
    position: relative;
    font-size: 18px;
    color: #212121;
    text-align: left;
    font-weight: 900;
    padding-left:15px;
}
.layui-extend-order .p-demand::before{
    content: ' ';
    position:absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #F1170D;
    top: 10px;
    left: 0;
    z-index: 1;
}
.layui-extend-order .layui-layer-btn {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 51px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-top: 1px solid rgba(230, 230, 230, 1);
    font-size: 0 !important;
}

.layui-extend-order .layui-layer-btn a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 49.5%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #333;
}

.layui-extend-order .layui-layer-btn a.layui-layer-btn1 {
    color: #F1170D;
}

.layui-extend-order .layui-layer-btn a:first-child {
    border-right: 1px solid rgba(230, 230, 230, 1);
}

/**猜你喜欢**/
.like-box {
    margin: 17px 12px 0 12px;
}

.like-box h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(241, 23, 13, 1);
    text-align: center;
    background: url(../images/line.png) center repeat-x;
}

.like-box h2 img {
    vertical-align: middle;
    width: 16px;
}

.like-box h2 span {
    background: rgba(246, 246, 246, 1);
    padding: 0 9px;
}

.pay-success-box h3 {
    font-size: 20px;
    color: #212121;
    line-height: 41px;
    text-align: center;
    font-weight: normal;
}

.pay-success-box h3 img {
    vertical-align: middle;
    width: 41px;
}

.pay-success-box .desc {
    font-size: 14px;
    color: #212121;
    text-align: center;
    margin-top: 10px;
}

.pay-success-box .btns {
    text-align: center;
}

.pay-success-box .btns a {
    display: inline-block;
    width: 86px;
    height: 28px;
    border: 1px solid rgba(241, 23, 13, 1);
    border-radius: 17px;
    font-size: 14px;
    line-height: 30px;
    color: rgba(241, 23, 13, 1);
    margin: 0 5px;
    margin-top: 15px;
}
.longinput{
    width: 320px!important;
}
.textover{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.textover-two{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.like-pro{
    margin-top: 10px;
}
.required{
    position: relative;
}
.required:after{
    font-size: 12px;
    content:"*";
    color:red;
    position: absolute;
    top:0px;
    right:-6px;
    z-index: 9;
}
.blankImg img{
    max-width: 50%;
}
.video_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,1);
    display: none;
}
.video_mask video{
    width: 100%;
    height: 100%;
}
.video_mask .close_btn{
    position: absolute;
    width: 100%;
    height: 45px;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9;
}
.video_mask .close_btn img{
    margin-left: 10px;
}
.video_mask .video_box{
    margin-top: 45px;
}
.pop-notice{
    display: none;
    width: 7.5rem;
    height:10rem;
    font-size: .28rem;
    line-height: .5rem;
    color:#E53F07;
    box-sizing: border-box;
    padding:1.7rem 1.3rem 0 .8rem;
    position: relative;
    font-weight: 900;
    background-size:100% auto;
    background-repeat: no-repeat;
}
.pop-notice p{
    text-indent: 2em;
}
.pop-notice .pop-close{
    display: block;
    width:100%;
    height:.46rem;
    position: absolute;
    top: 9rem;
    left: 0;
    text-align: center;
}
.pop-notice .pop-close img{
    display: inline-block;
    width: .46rem;
    height: .46rem;
}
.layui-layer.no-bg{
    background: transparent;
    box-shadow: 0 0 0 transparent;
}
.demand-header{
    width: 7.5rem;
    height: auto;
    background: url("../images/cover_6.png") top center no-repeat;
    background-size: cover;
    padding-bottom: 1.8rem;
}
.demand-header .demand-p1{
    font-size: .28rem;
    line-height: .4rem;
    height: .8rem;
    color: #fff;
    text-align: center;
    padding:.15rem;
}
.demand-header .demand-clock{
    text-align: center;
    color: #fff;
    height: .5rem;
}
.demand-header .demand-clock .clock{
    display: inline-block;
    height: .5rem;
    padding:0 8px;
    line-height: .5rem;
    vertical-align: middle;
    background: #FFFFFF;
    border-radius: 3px;
    color: #F1170D;
}
.demand-header .demand-p2{
    color: #fff;
    font-size: 0.24rem;
    height: .4rem;
    text-align: center;
    margin-top: .2rem;
}
.demand-box{
    position: fixed;
    bottom:-9rem;
    left: 0;
    z-index: 99999;
    width: 100%;
    height:9rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px 6px 0px 0px;
}
.demand-box-close {
    position: absolute;
    top:0;
    right: 0;
    width: 17px;
    height: 17px;
    padding:.15rem;
}
.demand-box h2{
    text-align: center;
    padding:.15rem 0;
    font-size: .28rem;
    font-weight: 900;
    color: #212121;
}
.demand-box .demand-list{
    margin:.2rem;
}
.demand-box .demand-list li{
    border-bottom:1px solid #E6E6E6;
    padding:.25rem 0
}
.ft26{
    font-size: .26rem;
    margin-top: .2rem;
}
.demand-box .demand-list{
    height:7rem;
    overflow-y: scroll;
}
.demand-box .demand-list li .p-role{
    display: inline-block;
    padding:2px 6px;
    background: rgba(241,23,13,.1);
    border-radius:3px;
    margin-left: .2rem;
}
.demand-box .demand-list li .mr15{
    margin-right: .3rem;
}
.demand-box .demand-list li .edit-btn{
    color:#0693FF;
}
.demand-box .demand-list li .del-btn{
    color:#F1170D;
}
.demand-box .demand-list li:last-child{
    border-bottom: none;
}
.demand-btn-submit{
    position: absolute;
    display: block;
    bottom: .2rem;
    left: .24rem;
    right: .24rem;
    line-height: .68rem;
    background: rgba(241, 23, 13, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(241, 23, 13, 0.23);
    border-radius: .34rem;
    text-align: center;
}
.more-demand{
    position: absolute;
    top:0;
    right: 0;
    width:.8rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    z-index: 9;
    color: #888;
}
.more-demand i{
    font-size: .4rem;
}
.demand-item-header{
    height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: .1rem .16rem!important;
}
.order-big-item.demand-item-header div {
    margin-top: .15rem;
}
.order-big-item.demand-item-header .d-tel{
    margin-left: 20px;
    margin-top: .15rem;
}
.order-big-item.demand-item-header .info_regist_list{
    margin-top: .2rem;
}
.order-big-item.demand-item-header  .d-role{
    display: inline-block;
    padding: 2px 6px;
    background: rgba(241,23,13,.1);
    border-radius: 3px;
    margin-left: .2rem;
}
.demand-info-section{
    margin: .2rem!important;
    background: #fff;
    border-radius: .1rem;
}
.demand-info-section .set_list{
    margin:0 .2rem;
}
.demand-relate{
    background: #fff;
    margin:.2rem;
    padding:0 .2rem;
    border-radius: .1rem;
}
.demand-relate .d-role{
    font-size: 0;
}
.demand-relate .d-role span{
    display:inline-block;
    min-width: 1rem;
    padding:0 .15rem;
    background: #FFEAEA;
    line-height: .45rem;
    height: .45rem;
    vertical-align: middle;
    border-radius: .4rem;
    text-align: center;
    margin-left: 10px;
    font-size: .26rem;
    margin-bottom: .2rem;
    color: #212121;
    box-sizing: content-box;
}
.demand-relate .d-role span.active{
    color: #fff;
    background: #F1170D;
}
.demand-relate .flex{
    align-items: baseline!important;
}
.demand-info-section .set_result input{
    padding-left: 10px;
}
.demand-info-notice{
    background: rgba(6,147,255,.15);
    padding:.15rem .2rem;
}
.demand-cancle{
    padding:.2rem .3rem;
    font-size: .26rem;
    color: #fff;
}
.demand-cancle .finish-btn{
    display: inline-block;
    width: 1.6rem;
    height: .56rem;
    background: #FFFFFF;
    border-radius:.56rem;
    color: #F1170D;
    text-align: center;
    line-height: .56rem;
    font-size: .26rem;
}
/*********************底部工具栏*************************/
.new_tools{
    width: 100%;
    min-height: 5rem;
    height: auto;
    overflow: auto;
    background: #F5F5F5;
    border-radius: 16px 16px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding-bottom: .3rem;
    display: none;
}
.new_tools ul{
    margin: 0 .4rem .2rem .4rem;
    height: auto;
    overflow: hidden;
    padding-bottom: .15rem;
}
.new_tools ul li{
    width: 1.2rem;
    height: 1.5rem;
    float: left;
    margin: .4rem .175rem 0 0;
    text-align: center;
    font-size:.3rem;
    color: #737373;
}
.new_tools ul li .t-icon{
    width: .96rem;
    height: .96rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: .96rem;
    vertical-align: middle;
    margin: auto;
}
.new_tools ul li .t-icon img{
    max-width:100%;
    max-height: 100%;
}
.new_tools ul li p{
    margin-top: .2rem;
}
.new_tools ul li:nth-child(5n){
    margin-right: 0;
}

.new_tools .cancel-tool{
    width: 6.58rem;
    height: .76rem;
    background: #FFF;
    border-radius: .38rem;
    margin: auto;
    line-height: .76rem;
    text-align: center;
    font-size: .32rem;
    color: #212121;
}
