@charset "UTF-8";

:root{
    --top-nav-menu-color: #f6f6f6;
    --global-a-hover-color:#ff4400;
    /*--top-nav-menu-color: #e4e3e2;*/

}
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    /*font: 14px Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;*/
    color: #666;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-size: 14px;

}

/*img定义*/
img {
    border: 0;
    vertical-align: middle;
}

a,a:hover {
    color: #888;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: var(--global-a-hover-color);
    text-decoration: none;
}

ul{
    padding: 0;
    margin: 0;
}

.jf-text-white{
    color:#FFF!important;;
}

.jf-text-black{
    color:#000 !important;
}

.jf-bg-white{
    background-color: #FFF!important;
}

.jf-quick-menu {
    /*position: fixed;*/
    /*left:0px;*/
    /*right:0px;*/
    /*top:0px;*/
    /*z-index: 9999;*/
    /*height: 35px;*/
    width: 100%;
    min-width: 1200px;
    line-height: 35px;
    color: #888;
    text-align: right;
    /*background: var(--top-nav-menu-color);*/
    background-color:  #f6f6f6;
    /*border-bottom:1px #e5e5e5 solid;*/

}

.jf-h120{
    height: 120px;
}

ol,ul,li,dl,dd,dt {
    list-style: none;
}

.jf-width1200{
    width: 1200px;
    margin: 0 auto;
}

.jf-line-height-60{
    height: 60px !important;
    line-height: 60px !important;;
}

.jf-line-height-50{
    height: 50px !important;
    line-height: 50px !important;;
}

.jf-width-max{
    width: 100% !important;
    margin: 0 auto !important;
}

.jf-text-red{
    color:#ff4400!important;
}

.jf-text-green{
    color: #00be35 !important;
}




.jf-quick-menu a {
    /*color: #888;*/
}
.jf-quick-menu a:hover {
    /*color: #ff4400;*/
    color:var(--global-a-hover-color) !important;
    text-decoration: none !important;
}

.jf-a-hover{
    color:#000;
}
.jf-a-hover:hover{
    color:var(--global-a-hover-color)!important;
}
.jf-a-hover:hover span{
    border: 1px solid var(--global-a-hover-color)!important;
}



.jf-header-fixed{
    padding-top:70px;
}

.jf-header{

}

.jf-quick-logo{
    background:#FFF;
    height: 100px;

}

.jf-small-logo{
    height: 50px;
    overflow: hidden;
}

.jf-header-box-shadow{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

.jf-header-menu-fixed{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 70px;
    z-index: 9999;
    width: 100%;
}


.jf-top-notice {
    /*height: 35px;*/
    /*line-height: 35px;*/
    color:#ff4400;
    text-align: center;
    font-size:18px;
    /*padding: 5px 0px;*/
    background: #fff;
    line-height: 25px;


}



/*定位*/
.jf-fl{float:left;}
.jf-fr{float:right;}

.jf-clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


.jf-top-r {
    width: 900px;
    line-height: 20px;
    margin-top: 7px;
}

/*.jf-top-r a {*/
/*    padding: 0 12px 0 8px;*/
/*    border-right: 1px #e8e8e8 solid;*/
/*}*/


.jf-wx-gzh-menu{
    position: relative;
}
.jf-wx-gzh-menu:hover{
    color:#888 !important;
    cursor: default;
}
.jf-wx-gzh-menu>span:hover{
    color:#888;
}


.jf-wx-gzh-menu .jf-wx-gzh-menu-code{
    background: #fff;
    position:absolute;
    border:1px solid #ebeef5;
    padding: 3px;
    top:30px;
    right:40px;
    /*先初始设置位置*/
    /*left:0;*/
    /*移动自身的50%*/
    /*transform: translateX(-50%);*/
    /*移动父元素的50%*/
    /*margin-left:50%;*/
    z-index: 9999;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius:4px;
}

.jf-arrow-top{
    position: absolute;
    top:-4px;
    left:10px;
    /*right:0px;*/
    /*margin: 0 auto;*/

    width:8px;
    height: 8px;
    border-top:1px solid #ebeef5;
    border-left:1px solid #ebeef5;
    background-color: #fff;
    transform: rotate(45deg);
}



/*首页顶部菜单*/
.jf-nav {
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    background: #fff;
    /*border-bottom: 2px #d13030 solid;*/
    position: relative;
}

.jf-nav .jf-nav-main {
    width: 200px;
    position: relative;
    z-index: 999;
    text-align: center;
    background: #d13030;
}

.jf-nav-main a{

}



.jf-nav ul {
    /*width: 1200px;*/
    /*margin: 0 auto;*/
}

.jf-nav li {
    float: left;
    display: inline;
}

.jf-nav li a {
    display: block;
    font-size: 18px;
    color: #333;
}
.jf-nav-all{
    /*color:#FFF !important;*/
    font-size:18px;
}
.jf-nav-child-menu{
    /*width:105px;*/
    min-width: 105px;
    text-align: center;
    /*background: red;*/
    margin: 0px 10px;
}
.jf-nav-child-menu a:hover{
    color:var(--global-a-hover-color);;
}

.jf-nav-my-login-btn{
    display: inline-block;
    width: 80px;
    height: 28px;
    /*background: #fff;*/
    /*box-sizing: border-box;*/
    /*border-radius: 3px;*/
    /*border: 1px solid #dcdfe6;*/
    color:#000000;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
    line-height: 25px;
    font-size: 14px;
}

.jf-nav-my-reg-btn{
    display: inline-block;
    width: 106px;
    height: 33px;
    background: #cd3d38;
    color:#FFF;
    box-sizing: border-box;
    /*border-radius: 3px;*/
    /*border: 1px solid #dcdfe6;*/
    cursor: pointer;
    text-align: center;
    vertical-align: center;
    line-height: 33px;
    font-size: 14px;
}

.jf-cursor-pointer{
    cursor: pointer !important;
}

.jf-nav-my-order{
    display: inline-block;
    width: 80px;
    height: 28px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
    line-height: 25px;
    font-size: 13px;

}

.jf-nav-my-order:hover{
    color:var(--global-a-hover-color);;
    border-color: var(--global-a-hover-color);;
    /*background-color: #fff9e6;*/
}

.jf-nav-my-info{
    display: inline-block;
    position: relative;
    margin-left:10px;
    cursor: pointer;

}
.jf-nav-my-info a{
    color:#000000;
}



.jf-nav-my-info:hover> a{
    color:var(--global-a-hover-color); !important;
}

.jf-nav-my-info:hover .jf-nav-my-info-menu{
    display: block;
}

.jf-nav-my-info-menu a:hover{
    color:var(--global-a-hover-color); !important;
}


.jf-nav-my-info>a:hover>i{
    display: inline-block;
    transform: rotateZ(90deg);
    /*transition-duration: .1s;*/
}



.jf-nav-order-opt{
    position: absolute;
    right: 0px;
    bottom:2px;
}

.jf-nav-my-info-menu{
    display: none;
    position: absolute;
    top:40px;
    /*left:0px;*/
    right: 0;
    /*transform: translateX(-50%);*/

    width: 100px;
    height: 200px;
    z-index: 9999;
}



.jf-nav-my-info-menu ul a{
    font-size:14px !important;
}

.jf-nav-my-info-menu span{
    left:0px;
    right:0px;
    margin: 0 auto;
}


.jf-nav-my-info-menu ul{
    text-align: left;
    line-height: 35px;
    background: #FFF;
    width:100px;
    height:185px;
    padding: 5px 10px;
    border:1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius:5px;
}
.jf-nav-my-info-menu ul li {
    display: block;
    float:unset;
}

.jf-nav-main-menu{
    position: absolute;
    left:0px;
    background: #FFF;
    /*width:200px;*/
    min-height:540px;
    text-align: left;
    /*padding-left:20px;*/

}

.jf-nav-main-menu ul li {
    display: block;
    width:200px;

    float:unset;
    font-size:14px;
    color:#000;
    font-weight: bold;
}

.jf-nav-main-menu ul li a {
    font-size:14px;
    margin-left:20px;
    line-height: 45px;
    height: 45px;
}

.jf-nav-main-menu ul li i{
    position: absolute;
    right: 5px;
    font-weight: normal;
}

.jf-nav-main-menu ul li:hover{
    background: #f4f4f4;
}


.jf-nav-main-menu ul li:hover a{
    color:var(--global-a-hover-color);;
}

.jf-nav-main-menu-categor{
    display: none;
    position: absolute;
    top:0px;
    left:200px;
    overflow: hidden;

    width: 1000px;
    height: 540px;
    background: #FFF;
    z-index:1000;
    box-shadow: 0px 0px 10px #aaa;
}

.jf-nav-main-menu-categor>ul{
    padding: 15px 30px;
    width: 250px;
    float: left;
}

.jf-nav-main-menu-categor>ul>li>a>img{
    width: 60px;
    height: 60px;
}

.jf-nav-main-menu-categor>ul>li{
    float:unset!important;
}
.jf-nav-main-menu-categor a{
    margin-bottom: 15px!important;
    width:300px;
}

.jf-nav-main-menu-categor-hover:hover span{
    color:var(--global-a-hover-color)!important;
}

.jf-no-select-text{
    user-select: none !important;
}

/*.jf-nav-main-menu-categor:hover{*/
/*    display: inline-block;*/
/*    background: red;*/
/*}*/

/*end*/

/*首页 banner相关*/
.jf-index-banner-layout{
    width: 990px;
    height: 525px;
    /*background-color: red;*/
    float: right;
    margin-top: 7px;
}

.jf-index-banner{
    width: 990px;
    height: 370px;
}

.jf-index-banner-other{
    height: 158px;
    overflow: hidden;
    margin-top: 5px
}
.jf-index-banner-other div{
    float: left;
    margin-right: 10px;
}

.jf-index-banner-other img{
    width:240px;
}

/*end*/

/*首页，卡片相关*/

.jf-index-banner-card-layout{
    background-color: #f5f5f5;
    min-width: 1200px;
}

.jf-index-card-layout{
    width: 896px;
    height: 100%;
    float: left;
    margin-right: 10px
}

.img_hove_wrap img:hover {
    transform: scale(1.05);
}

.img_hove_wrap img {
    transition: 0.3s;
}

/*.jf-index-card:nth-child(3n+3){*/
/*    margin-right:0px;*/
/*}*/

.jf-index-card:nth-child(4n+4){
    margin-right:0px;
}

.jf-index-card{
    width: 292px;
    height: 168px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.jf-index-card img{
    width:288px;
    height:150px;
    margin-top:10px;
}

.jf-index-card-title{
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
    color: #000000
}
/*end*/

/*视频，文案相关*/
.jf-shadow-box {
    transition: all 0.3s;
    box-shadow: 2px 2px 20px #efefef;
}

.jf-shadow-box:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.jf-index-video-text-layout{
    background-color: #FFF;
}


.jf-index-text-card{
    background-color: #FFF;
    width: 280px;
    height: 358px;
    float: left;
    margin-right: 27px;
    padding-top: 50px;
    background-image: url(/template/default/images/bj.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    text-align: center;
}

.jf-index-text-card > div{
    line-height: 33px;
    position: relative;
    text-align: left;
}
.jf-index-text-card > div>ul{
    list-style: square !important;
    position: absolute;
    right: 0;
    left:50px;
    margin: 0 auto;
    /*background: red;*/
    top: 30px;
    /*transform: translateX(-50%);*/
    width:185px;
    color: #000000    ;
}

.jf-index-text-card > div>ul > li{
    list-style: square !important;
}

.jf-index-more-btn{
    display: inline-block;
    width: 272px;
    height: 58px;
    border: 1px solid #848589;
    /*border-radius: 4px;*/
    font-size: 24px;
    text-align: center;
    vertical-align: center;
    line-height: 52px;
}
/*end*/

/*首页底部相关*/
.jf-footer-text-desc{
    width: 200px;
    color: #fdd000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    float: left;
    /*background-color: yellow;*/
    margin-left: 80px;
}

.jf-font48{
    font-size: 48px !important;
}
.jf-font20{
    font-size: 20px !important;
}

.jf-font18{
    font-size: 18px  !important;
}

.jf-font17{
    font-size: 17px !important;
}

.jf-font16{
    font-size: 16px !important;
}

.jf-font14{
    font-size:14px !important;
}
.jf-font12{
    font-size:12px !important;
}

.jf-font-style-oblique{
    font-style: oblique;
}

.jf-footer{
    background-color: #222222;
    /*height: 420px;*/
    min-width: 1200px;
}

.jf-index-reg-btn{
    display: inline-block;
    width: 272px;
    height: 58px;
    background: #FFF;
    /*border: 1px solid #848589;*/
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    vertical-align: center;
    line-height: 52px;
}

.jf-index-reg-layout{
    background-color: #f8d42e;
    color: #3c3c3c;
    font-size: 23px;
    text-align: center;
    padding: 30px;
}

.jf-copy-right{
    color:#B0AEAF!important;
    text-align: center;
    padding: 10px 0;
    border-top:1px solid #4C4C4C;
    background-color: #262626;
}
.jf-copy-right>a{
    color:#B0AEAF;
}
/*end*/

/*main layout相关*/
.jf-main-layout{
    background-color: #F5F5F5;
    min-width: 1200px;
}
/*end*/


/*foot*/
.jf-item_1 {
    display: inline;
    width: 140px;
    overflow: hidden;
    padding: 0 0 30px 0px; /*border-right:1px #4C4C4C solid;*/
}

.jf-item_1 li {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.jf-item_1 li a {
    color: #B0AEAF;
    height: 25px;
    overflow: hidden;
}

.jf-item_1 li a:hover {
    color: var(--global-a-hover-color);
}

.jf-item_1 h3 {
    color: #B0AEAF;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}


.jf-foot_telnum {
    float: right;
    width: 400px;
    text-align: right;
    color: #B0AEAF;
}

.jf-foot_telnum p {
    font-size: 28px;
    font-family: arial;
    color: #B0AEAF;
    height: 30px;
    line-height: 30px;
    padding: 8px 0;
    font-weight: 700;
}

.jf-foot_telnum p span {
    border-bottom: 1px solid #4C4C4C;
}

.jf-foot_telnum img {
    width: 70px;
    height: 70px;
    margin-left: 50px;
    padding: 1px;
    background: #fff;
}
/*end*/

/*index swiper相关*/
.swiper-container {
    width: 388px;
    position: relative;
    right: 50px;
    height: 100%;
    margin-top:10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(.6)
}

.swiper-slide-active {
    transform: scale(1)
}

.swiper-button-next:after,.swiper-button-prev:after,.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 16px!important;
    color: #fff
}

.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-button-next:after,.swiper-button-prev:focus {
    outline: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 50px!important;
    width: 30px!important;
    height: 36px!important;
    background-color: rgba(0,0,0,.2);
    /*border-radius: 0 36px 36px 0;*/
    transition: background-color .3s
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 43px!important;
    width: 30px!important;
    height: 36px!important;
    background-color: rgba(0,0,0,.2);
    /*border-radius: 36px 0 0 36px;*/
    transition: background-color .3s
}

.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev {
    background-color: rgba(0,0,0,.5)
}

.swiper-slide .des {
    opacity: 0;
    transition: opacity .5s ease
}

.swiper-slide-active .des {
    opacity: 1
}
/*end*/

.newProduct_wrap {
    background-image: url(https://www.sd2000.com/Content/img/xpssbj.png);
    background-repeat: no-repeat
}






video-js.jb_cover_poster .vjs-poster{
    background-size: cover!important;
}



.mgc{
    border-radius: 0px!important;
}







/*usercenter*/
.usercenter_page{
    display: block;
    background: #FFF;
    padding: 15px;
    min-height: 100%;
    border-radius: 4px;
    margin:10px;
    overflow-x: hidden;
}

.usercenter-layui-form *{
    box-sizing: unset !important;
}


.usercenter_page_title {
    display: block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.usercenter_page_title h1 {
    display: inline-block;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 4px;
}
.usercenter_page h1>i.fa{
    font-size:18px;
    text-align:center;
    margin-right: 5px;
}

.usercenter_page span {
    /*display:inline-block;*/
    /*font-size: 14px;*/
    /* color: #999; */
}

.usercenter_page form {
    display:block;
    text-align: left;
}

.usercenter_page .form-inline {
    display: block;
    text-align: left;
}

/*分页按钮居右*/
.usercenter_table_pages {
    background-color: #fff;
    text-align: right !important;
    padding: 5px;
}


.select_input {
    display: block;
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #ededed;
}


/*usercenter end*/

.jf-tips-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;

    font-size: 12px;
}

.jf-tips-alert-success {
    background-color: #e9faf5;
    color: #00c18b;
    border: 1px solid #b8efe1;
}

.jf-tips-alert-error {
    background-color: #ffeeea;
    color: #ff5a39;
    border: 1px solid #ffccc1;
}

.jf-tips-alert-info {
    background-color: #f4f4f5;
    color: #909399;
    border: 1px solid #ddd;
}

.jf-tips-alert-warning {
    background-color: #fdf6ec;
    color: #f6900f;
    border: 1px solid #ffe9ce;
}


.bg-light-gray {
    background: #f8f8f8;
}

/*price*/
.solid{
    position: relative;
    height: 50px;
    border-left: 4px solid #cd3d38;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #131415;
}

.solid::after{
    border-bottom: 4px solid #F1EFEE;
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transform: scale(.5);
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box;
}

.jf-card{

}

.jf-card-item{
    display: flex;
}

.jf-card-item-content{
    margin-top: 10px;
    margin-left: 5px;
    /*align-items: center;*/
}

.switchBtn{

}


.layout-attr-name {
    background: #fdf4d7;
    flex-shrink: 0;
    word-break: keep-all;
    width: 105px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0!important;
    /*border-radius: 3px;*/
    margin-top: 10px;
}

.layout-attr-name.nobg{
    background-color: #FFF;
    text-align: right;
}

/*.mat-item{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding:10px;*/
/*    width: 210px;*/
/*    height: 40px;*/
/*    font-size: 13px;*/
/*    !*text-align: center;*!*/
/*    !*line-height: 40px;*!*/
/*    margin-right:5px;*/
/*    margin-bottom:5px;*/
/*    border: 1px solid #dcdfe6;*/
/*    cursor: pointer;*/
/*    user-select:none;*/
/*}*/

/*.mat-item.selected{*/
/*    border: 1px solid #ff6600;*/
/*    color: #ff6600;*/
/*    position: relative;*/
/*}*/

/*.mat-item.selected::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 4px;*/
/*    right: 0px;*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 7px;*/
/*    border: 2px solid;*/
/*    border-color: transparent transparent #fff #fff;*/
/*    z-index: 10;*/
/*    transform: rotate(-45deg);*/
/*    !*background-color: red;*!*/
/*}*/

/*.mat-item.selected::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    right: -1px;*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border: 10px solid;*/
/*    border-color: transparent #ff6600 #ff6600 transparent;*/
/*    z-index: 9;*/
/*}*/

/*.mat-item.selected>.preview-img{*/
/*    display: block;*/
/*}*/
/*.preview-img{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    right: -1px;*/
/*    width: 42px;*/
/*    height: 14px;*/
/*}*/

/*.mat-tips{*/
/*    !*color:#ff6600;*!*/
/*}*/

.price-btn{
    padding: 0px;
    /*自定义边框*/
    border: 0px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
    width: 100px;
    height: 40px;
    background-color: #4d90fe;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}


.cui-number {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    height: 40px;
    /*width: 80px;*/
    width: 100%;
    line-height: 40px;
    /*border-radius: 3px 3px 0 0;*/

    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    user-select:none;

    padding: 0 10px;
}

.cui-price {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    height: 40px;
    /*width: 80px;*/
    width: 100%;
    line-height: 40px;
    border-top: none;
    border-bottom: none;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    user-select:none;

    padding: 0 10px;
}

.cui-price.source-price{
    border-bottom: 1px solid #ddd;
}

.cui-originprice {
    background: #f8f8f8;
    color: #bbb;
    border: 1px solid #ddd;
    height: 40px;
    /*width: 80px;*/
    width: 100%;
    line-height: 40px;
    /*border-radius: 0 0 3px 3px;*/
    text-decoration: line-through;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    user-select:none;

    padding: 0 10px;
}

.jf-card-item-content.active .cui-number{
    background: #ffeeea;
    color: #ff5a39;
    border: 1px solid #ffccc1;
}

.jf-card-item-content.active .cui-price {
    background: #ff5a39;
    color: #fff;
    border: 1px solid #f53;
}

.text-price{
    color:#FF4400;
    font-size:32px;
}

.jf-strong {
    font-weight: bold;
}

.line{
    background-color: #f0eeed;
    width: 100%;
    height: 2px;
    margin-top: 20px;
}

.productInfo > .layui-this{
    background-color: #FFF;
    color:#c9473f;
}

.productInfo > li {
    min-width:105px;
}

.danye_main{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.hdgx_layout > div{
    min-height: 40px;
}

.hdgx_layout label{
    margin-bottom: 0px !important;
    cursor: pointer;
}

.hdgx_layout label.selected{
    color:#cf3b3a;
}

.hdgx_layout label.disabled{
    color:#c0c4cc;
    cursor: no-drop;
}

.hdgx_layout label.disabled .mgc-danger{
    background-color:#f8f8f8 !important;
    cursor: no-drop;
}

.hdgx_layout label .mgc:focus{
    box-shadow: unset !important;
}

.hdgx_layout label.selected .mgc:focus{
    box-shadow: unset !important;
}




.checkbox-item{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    width: auto;
    height: 30px;
    font-size: 13px;
    margin-right:5px;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    user-select:none;
}

.no-cursor-pointer{
    cursor: unset !important;
}

.checkbox-item.disabled{
    border: 1px solid #EBEEF5;
    color: #C0C4CC;
    position: relative;
    cursor: not-allowed;
}

.checkbox-item.selected{
    border: 1px solid #ff6600;
    color: #ff6600;
    position: relative;
}

.checkbox-item.selected::before{
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0px;
    display: block;
    width: 10px;
    height: 7px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    z-index: 10;
    transform: rotate(-45deg);
    /*background-color: red;*/
}

.checkbox-item.selected::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #ff6600 #ff6600 transparent;
    z-index: 9;
}

/*price end*/

/*select pay type*/
.order-pay-type img{
    height: 40px;
    width: auto;
}
.order-pay-type {
    background-color: white;
    cursor: pointer;
    /*width: 140px;*/
    /*height: 40px;*/
    border: 2px solid rgba(0,0,0,.08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.order-pay-type.active {
    border-color: #43bc60;
}


/*select pay end*/



/*.order-tab-layout{*/
/*    margin-top: 0px;*/
/*    width:100%*/
/*}*/

/*.layui-table{*/
/*    margin-top: 3px;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.layui-table td{*/
/*    padding:9px 5px !important;*/
/*    text-align: center;*/
/*}*/

/*.layui-table th{*/
/*    text-align: center;*/
/*}*/



/*.layout-attr-name{*/
/*    margin-top: 3px;*/
/*}*/



/*order info css*/
.dd_box {
    background: #fff;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.liucheng {
    font-size: 16px;
    border-left: 3px #505db4 solid;
    padding-left: 12px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "微软雅黑";
    color: #555;
}



.order_addbox {
    padding: 10px 20px;
    margin-top: 15px;
    background: #fff;
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
}

.addr_list.sel {
    border: 1px #ffddcb solid;
    background: #fef0e8;
    position: relative;
}

.addr_list {
    display: block;
    border: 1px #fff solid;
    padding: 5px 10px;
    /*padding-left: 38px;*/
    margin-top: 10px;
    /*cursor: pointer;*/
    width: 1000px;
}

.cred {
    color: #DF002F;
}

.c999 {
    color: #999;
}

.xzdz_btn {
    color: #076aff;
    border: 1px #505db4 solid;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    margin: 18px 0 10px 0;
}

.xzdz_btn a {
    display: block;
    color: #505db4;
    font-size: 12px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.xuxian {
    border-bottom: 1px dashed #ddd;
}

.mat20 {
    margin-top: 20px;
}

.fkfs {
    background: #fff;
    padding: 10px 20px 10px 45px;
    margin-top: 15px;
}

.fkfs label.sel {
    padding: 9px 9px 1px;
    border: 1px solid #505db4;
    background: #fff;
}

.fkfs label {
    height: 36px;
    padding: 9px 9px 1px;
    border: 1px solid #EBEBEB;
    background: #fdfdfd;
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.gouwuche {
    border: 1px #ebebeb solid;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}
.gwc_tb {
    font-family: "微软雅黑";
}

.fk_tb td {
    padding: 5px 10px;
}

.gwc_tb th {
    background: #f7f7f7;
    height: 38px;
    /*padding: 5px 10px;*/
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px #eee solid;
    border-top: 1px #EBEBEB solid;
}
.gouwuche td {
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px #ebebeb solid;
}

.hotimg1 img {
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
}

.fukuan {
    background: #fff;
    padding: 15px 10px;
    border: 1px #ebebeb solid;
    border-top: 0;
    font-family: "微软雅黑";
    color: #666;
}

.ds_input {
    width: 70px;
    border: 1px #dbdbdb solid;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 12px;
    font-family: "宋体";
}
.yhq_select {
    height: 26px;
    line-height: 26px;
    border: 1px #ddd solid;
    font-size: 12px;
    color: #666;
}
.fl {
    float: left;
}

.fk_tb {
    width: 500px;
    float: right;
    color: #666;
    /*margin-right: 10px;*/
}

.fk_tb td{
    white-space: nowrap;
}

.fk_tb table {
    text-align: right;
}

.order_view_bak td {
    padding: 6px;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
}

.order_view_list td.bgtt1 {
    background: #FAFAFA;
    font-size: 14px;
}

.order_view_list td {
    border: 1px #eee solid;
    padding: 10px 5px;
    text-align: center;
    background: #fff;
}
.bgtt1 {
    background: #fafafa;
    color: #666;
}

.dingdan_jiesuan {
    line-height: 24px;
    text-align: right;
    margin-top: 10px;
    color: #666;
}

.c888 {
    color: #666 !important;
}

.shixian {
    border-top: 1px #f0f0f0 solid;
    height: 1px;
    overflow: hidden;
}

.num{
    font-family: "Arial";
}

.cgreen {
    color: #090;
}

/*order info end*/


[v-cloak]{
    display:none !important;
}

.order-logo{
    width: 50px;
    height: 50px;
}

.order-big-logo{
    width: 100px;
    height: 100px;
}

.carAreabody {
    padding: 10px;
    position: relative;
}





/*材料下拉框 改成矩形*/
.search-mat > .el-input > .el-input__inner {
    border-radius: 0px;
}

/*选择中材料 改成红色*/
.sel-search-mat > .el-input > .el-input__inner{
    border-color: #FF6600 !important;
    color:#FF6600 !important;
}

.select-auto-width .el-select-dropdown {
    width: auto;
}


/*选择中材料 右下角打勾*/
/*.sel-search-mat > .el-input::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 2px;*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 7px;*/
/*    border: 2px solid;*/
/*    border-color: transparent transparent #fff #fff;*/
/*    z-index: 10;*/
/*    transform: rotate(*/
/*            -45deg);*/
/*    !*background-color: red;*!*/
/*}*/

/*!*选择中材料 右下角打勾*!*/
/*.sel-search-mat > .el-input::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    right: 0px;*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border: 10px solid;*/
/*    border-color: transparent #ff6600 #ff6600 transparent;*/
/*    z-index: 9;*/
/*}*/

/*选择中材料 下箭头 打勾*/
.sel-search-mat  .el-select__caret  {
    color:#FF6600 !important;
}