a{
    color: #666666;
}
.page_left{
    float: left;
}
.shop_company{
    width: 280px;
    padding: 30px 0 8px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}
.shop_company_name{
    height: 16px;
    padding-bottom: 14px;
    margin: 0 30px;
    border-bottom: 1px solid #CCCCCC;
}
.shop_company_name div{
    height: 16px;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.shop_company_info{
    padding: 15px 30px;
}
.info_item{
    margin-bottom: 12px;
    display: flex;
}
.info_item:last-of-type{
    margin-bottom: 0;
}
.info_item div:first-child{
    width: 56px;
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}
.info_item div:last-child{
    color: #666666;
    width: 150px;
    font-size: 14px;
    word-wrap: break-word;
}
.company_contact{
    padding: 20px 30px;
    border-top: 1px dashed #F2F2F2;
}
.shop_checkContact{
    width: 220px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    margin-left: 30px;
    margin-bottom: 22px;
}
.form-card{
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    width: 280px;
}
.form-btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(180deg, #f79131 0%,#F7CB6B 100%);
    color: #ffffff;
    font-size: 18px;
}

.form-cont{
    padding: 30px 30px 40px;
    background: #ffffff;
}
.form-cont .product-info span{
    width: 70px;
}
.form-cont .product-info{
    margin-bottom: 18px;
}
.product-info{
    font-size: 14px;
    display: flex;
    line-height: 24px;
    color: #999999;
    position: relative;
}
.product-info-toast{
    position: absolute;
    color: #f79131;
    font-size: 12px;
    bottom: -14px;
    left: 70px;
    line-height: 13px;
    display: none;
}
.product-info input{
    width: 138px;
    height: 16px;
    background: #F2F2F2;
    border: none;
    padding: 2px 6px;
    font-size: 14px;
    margin-top: 2px;
}
.product-info textarea{
    width: 138px;
    height: 96px;
    background: #F2F2F2;
    border: none;
    padding: 2px 6px;
    font-size: 14px;
    resize: none;
    font-family: '微软雅黑';
}
.product-info input::placeholder,.product-info textarea::placeholder{
    color: #999999;
}
.product-info input:focus-visible,.product-info textarea:focus-visible{
    outline: none;
}
.form-btm-btn{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    width: 220px;
    height: 30px;
    background: #f79131;
    border-radius:  15px;
    line-height: 30px;
}
.noneContact {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-bottom: 30px;
}

#shopDrag {
    position: relative;
    width: 150px;
    height: 20px;
    background: #EEEEEE;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}
#shopDrag .drag_bg {
    background-color: rgba(79, 194, 184, 1);
    height: 20px;
    width: 0;
    border-radius: 4px;
}
#shopDrag .drag_text {
    position: absolute;
    top: 0;
    width: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
}
#shopDrag .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: move;
}
.handler_bg {
    background: #fff url(../../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}
.page_right{
    float: right;
}
.shop_info_box{
    width: 900px;
    background: #FFFFFF;
    margin-top: 20px;
    position: relative;
}
.shop_info_title{
    padding: 30px 40px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop_info_content{
    padding: 30px 40px 0;
}


/*popup*/
.ovfHiden{
    overflow: hidden;
    padding-right: 20px;
}
.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.toCheck{
    position: fixed;
    width: 300px;
    height: max-content !important;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.buyDetail_btns button:first-child{
    width: 120px;
    height: 30px;
    background: #F79131;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.buyDetail_btns button:last-child{
    width: 80px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.toCheck .buyDetail_btns{
    margin-top: 0 !important;
    padding: 30px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
/*图片*/
.big_ImgBox{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.big_Img{
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-out;
    object-fit: contain;
    display: block;
}

/*视频*/
.alert-boxs_ytb {
    position: fixed;
    width: 800px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
    z-index: 99999;
}
#x_close_ytb {
    font-size: 30px;
    color: #fff;
    text-align: right;
}
.fixed{
    position: fixed;
    top: 0;
    z-index: 111;
}
.no-space{
    justify-content: normal;
}

.nc-container .nc_scale .btn_ok{
    height: 32px !important;
}
.nc-container .nc_scale span{
    height: 32px !important;
    line-height: 32px !important;
}

