
html,
body {
    width: 100%;
    height: 100%;
}
/* 清除浮动 */
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
/* 内容区样式 */
.my_container{
    width:1256px;
    margin: 0 auto;
    padding-left:15px;
    padding-right:15px;
    box-sizing: border-box;
}
.app {
    width: 100%;
    min-width: 1256px;
    /* max-width: 1920px; */
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    /* background: #F7F7F7; */
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Arial", "sans-serif";
    color: #333333;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
}
.main{
    padding-bottom: 5px;
}
/*右侧漂浮*/
.right-float-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -124px;
    background: #00a1c9;
    width: 40px;
    z-index: 100;
}

.right-float-wrapper li {
    cursor: pointer;
}

.right-float-wrapper li:hover {
    background: #23cff7;
}

.right-float-wrapper .avatar {
    height: 60px;
    border-bottom: 2px solid #5edcfa;
    text-align: center;
    position: relative;
}

.right-float-wrapper .avatar .el-icon-user {
    color: #ffffff;
    font-size: 26px;
    line-height: 60px;
}

.right-float-wrapper .avatar:hover .login_box {
    display: block;
}

.right-float-wrapper .avatar .login_box {
    width: 287px;
    height: 205px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 5px 0 0 5px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: -287px;
    display: none;
}

.right-float-wrapper .avatar .login_box .login_box_i {
    overflow: hidden;
    height: 120px;
    border-bottom: 1px solid #d8d8d8;
}

.right-float-wrapper .avatar .login_box .login_box_i .head {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.right-float-wrapper .avatar .login_box .login_box_i .head img{
    width: 100%;
    height: 100%;
}
.right-float-wrapper .avatar .login_box .login_box_i ul {
    color: #333;
    padding-top: 30px;
    line-height: 24px;
    width: 130px;
    float: left;
}

.right-float-wrapper .avatar .login_box .login_box_i ul li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}

.right-float-wrapper .avatar .login_box .login_box_i ul li:hover {
    background: transparent;
}

.right-float-wrapper .avatar .login_box .btn_box {
    padding-top: 15px;
}

.right-float-wrapper .shop-cart {
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 2px solid #5edcfa;
}

.right-float-wrapper .shop-cart .el-icon-shopping-cart-2 {
    color: #ffffff;
    font-size: 26px;
}

.right-float-wrapper .shop-cart span {
    display: block;
}

.right-float-wrapper .shop-cart span.text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.right-float-wrapper .shop-cart span.circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #00c0ed;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}

.right-float-wrapper .qr-code {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.right-float-wrapper .qr-code:hover .qr-code-container {
    display: block;
}

.right-float-wrapper .qr-code .qr-code-container {
    padding: 10px;
    width: 168px;
    height: 178px;
    top: -113px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 100;
    position: absolute;
    left: -168px;
    display: none;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
    text-align: center;
}
/*card*/
.el-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}
/*红方块标题*/
.my-card-header {
    padding: 12px 0;
    width: 100%;
}

.my-card-header .card-header-left {
    font-size: 16px;
    float: left;
    line-height: 16px;
    color:#00c0ed;
    font-weight: 600;
}

.my-card-header .card-header-left::before {
    content: "";
    width: 4px;
    height: 16px;
    background: #00c0ed;
    margin-right: 10px;
    float: left;
    position: relative;
    top: -1px
}
.my-card-header .card-header-right {
    float: right;
    padding: 0;
    line-height: 17px;
}
.common-table-header {
    font-size: 14px;
    line-height: 23px;
    border: none !important;
    background: #F7F7F7;
}
.common-shopping-btn {
    color: #D01126 !important;
    font-size: 14px !important;
}
.common-shopping-btn i {
    font-weight:600;
}
.common-disabled-btn{
    color: #6c757d !important;
    font-size: 14px !important;
}
.common-disabled-btn i {
    font-weight:600;
}

/*搜索空*/
.tm-search-empty{
    width: 100%;
    background: #fff;
    padding: 80px 0;
    text-align: center;
    margin-bottom:15px;
}
.tm-search-empty-dl{
    margin: 0 auto;
    display: inline-block;
    margin: 0 auto;
}
.tm-search-empty-dl dt{
    float: left;
    margin-right: 62px;
    width: 220px;
    height: 220px;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
}
.tm-search-empty-dl dt img{
    width: 137px;
}
.tm-search-empty-dl dd{
    float: left;
    padding-top: 85px;
    box-sizing: border-box;
    text-align: left;
}
.tm-search-empty-dl dd h2{
    font-size:18px;
    color:rgba(85,85,85,1);
    line-height:24px;
    margin-bottom: 20px;
}
.tm-search-empty-dl dd h2 span{
    color: #D20B1C;
}
.tm-search-empty-dl dd p{
    font-size:14px;
    color:rgba(85,85,85,1);
    line-height:30px;
}
.tm-search-empty-dl dd .back-home{
    padding: 5px 20px;
    background: #D01225;
    font-size:12px;
    border-radius:2px;
    border: none;
    cursor: pointer;
    color: #fff;
}
/*表格*/
table td{
    line-height:1.5;
}
.product_table td, .product_table th{
    padding-left:5px;
    padding-right:5px;
    white-space: normal;
    word-break: break-all;
}
.bootstrap-table .fixed-table-container .product_table thead th .th-inner{
    padding-left:5px !important;
    padding-right:5px !important;
}

.norm-select{
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    color:#666;
    width:140px;
    background: #ffffff;
    /*经领导需要，特禁用标准值下拉框*/
    pointer-events: none;
    cursor: not-allowed;
    border-style: none !important;
}

.norm-select-tr:hover .norm-select {
    background: #ECECEC !important;
}


/*促销，标准下载，常见问题的搜索栏*/
.banner-content{
    width:100%;
    text-align:center;
    background: url("/public/home/img/standard_banner@2x.png") center center no-repeat;
    padding:38px 0;
}
.banner-content .search-content {
    width: 620px;
    height: 55px;
    display: inline-block;
    box-sizing: border-box;
    position:relative;
    padding-right:130px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.banner-content .search-content .search-input {
    border: none;
    background: #fff;
    height: 100%;
    outline: none;
    width: 100%;
    padding: 0 10px 0 38px;
    box-sizing: border-box;
    font-size: 14px;
}

.banner-content .search-content .search-button {
    border: none;
    width: 120px;
    height: 55px;
    background: #00c0ed;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    font-size: 18px;
    position:absolute;
    right:0;
    top:0;
}

.banner-content .search-right-button {
    border: none;
    width: 170px;
    height: 55px;
    border: 1px solid #D01126;
    background: #ffffff;
    box-sizing: border-box;
    vertical-align: middle;
    color: #D01126;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    margin-left:20px;
}

.banner-content ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.banner-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.banner-content :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.promotion-price-type-tag{
    height: 18px;
    width: auto;
    margin-left: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.paging{width:100%;text-align:center;background-color:#FFF;margin:10px auto}
.paging a{font-size:14px;display:inline-block;border:1px solid #dbdbdb;;line-height:28px;height:28px;padding:0 10px;color:#545454;text-align:center;border-radius:3px;margin-right:3px;margin-left:3px;margin-top:10px;margin-bottom:10px}
.paging span{font-size:14px;display:inline-block;height:28px;;line-height:28px;color:#545454;margin-right:4px;margin-left:4px}
.paging a:hover, .paging .current{border:1px solid #65cea7;color:#FFF;text-align:center;border-radius:3px;background-color:#65cea7;padding:0 10px;}
a{cursor:pointer}
.paging .next,.paging .pre{height:28px;width:62px;border:1px solid #dbdbdb;color:#999;line-height:30px}
.paging #page{height:28px; line-height:28px;border-radius:3px;border: 1px solid #dbdbdb;width: 80px;}
.paging .sumbit{height: 28px;line-height: 28px;padding: 0 10px;background: #65CEA7;color: #fff!important;border-radius: 3px;border: 1px solid #3EC291;}

@media (max-width: 1280px) {
    .app {
        min-width: 100%;
        overflow-x: hidden;
    }
    .my_container {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .app{
    }
    .my_container {
        width: 100%;
        padding: 0 60px !important;
    }
}
