﻿

/*1920以上*/
@media (min-width: 1940px)
{
    .div-fitler.div-fitler-base .div-fitler-c, .div-fitler.div-fitler-more .div-fitler-c {
        max-width: 1677px;
    }
     /*没有左侧菜单的*/
        .div-fitler.div-fitler-base .div-fitler-c.w-per-100, .div-fitler.div-fitler-more .div-fitler-c.w-per-100 {
            max-width: 1852px;
        }
    .w-per-100-fba {
        
    }
}


/*1360-1920*/
@media (max-width: 1900px)
{

    .div-fitler.div-fitler-more .div-fitler-c
    {
        max-width: 1120px;
    }
    /*没有左侧菜单的*/
         .div-fitler.div-fitler-more .div-fitler-c.w-per-100 {
            max-width: 1295px;
        }
    .w-per-100-fba {
        
    }

    .body-tab-list .div-fitler.div-fitler-base .div-fitler-c, .body-tab-list .div-fitler.div-fitler-more .div-fitler-c {
        max-width: 1500px;
    }
 
    
    
    .div-fitler-base .item input[type="text"], .div-fitler-base .item select, .div-fitler-base .item .item-c select
    {
        width: 160px;
    }

    /*其他尺寸*/
    .div-fitler-base .item.mini input[type="text"], .div-fitler-base .item.mini select
    {
        width: 60px;
    }
    .div-fitler-base .item.small input[type="text"], .div-fitler-base .item.small select
    {
        width: 90px;
    }
    .div-fitler-base .item.default input[type="text"], .div-fitler-base .item.default select
    {
        width: 160px;
    }
    .div-fitler-base .item.large input[type="text"], .div-fitler-base .item.large select
    {
        width: 407px;
    }


    .div-fitler-base .vendor-wrap input[type="text"]
    {
        width: 160px !important;
    }
    .div-fitler-base .vendor-wrap input[type="image"]
    {
        width: 30px !important;
        height: 31px;
    }

    .div-fitler-base .custom-wrap-1 > *:nth-child(1)
    {
        width: 90px !important;
    }
    .div-fitler-base .custom-wrap-1 > *:nth-child(2)
    {
        width: 160px !important;
    }

    input[type="text"], input[type="password"], select, select:focus, select:hover, select:active, textarea, .textbox
    {
        padding: 4px 8px;
    }

    body[ptype="dialog"] input[type="text"], body[ptype="dialog"] select, body[ptype="dialog"] select:focus, body[ptype="dialog"] select:hover, body[ptype="dialog"] select:active, body[ptype="dialog"] textarea, body[ptype="dialog"] .textbox
    {
        width: 160px;
    }

    .div-fitler-more .item-full
    {
        width: 1120px;
    }

    .section-wrap .section.section-base .section-c
    {
        max-width: 1150px;
    }

    .page-content > .mainmodel .maindata
    {
        min-height: 364px;
    }

}



@media (max-width: 1600px)
{
 .body-tab-list .div-fitler.div-fitler-base .div-fitler-c,.body-tab-list .div-fitler.div-fitler-more .div-fitler-c
    {
       max-width: 1070px;
    }
    .w-per-100-fba {
    }
    .buttontop .w-per-100-fba .rightbutton {
        margin-right: 0px;
        margin-left: 0;
    }
    .div-fitler .item {
        padding-left: 4px;
        padding-right: 4px;
    }
}

/*1460以下*/
@media (max-width: 1420px)
{

    .menupre
    {
        width: 68px;
    }
    .menupre:hover p.dropdownline
    {
        width: 70px;
    }
    .page-AmazonFBAImmediateSalesReport .titlesort {
        padding: 0 13px 0 0px;

        display: block;

        overflow-wrap: break-word;
        white-space: normal;
    }
    .w-per-100-fba {
        
    }
}

/*1480以下*/
@media (max-width: 1480px) {
    .topmenuc {
        width: calc(100% - 375px);
        margin-left: 0px;
    }
}

/*1360以下*/
@media (max-width: 1340px)
{
    .div-fitler .icon-Reset, .div-fitler .btn-reset {
    display:none;
    }
        .topmenul
    {
        width: 130px;
    }
    .topmenul img
    {
        margin-left: 12px !important;
        width: 115px;
    }
    .topmenuc {
        width: calc(100% - 315px);
        margin-left: 0px;
    }
    .menupre
    {
        width: 50px;
    }
    .menupre:hover p.dropdownline
    {
        width: 52px;
    }
    .menupre#menu81
    {
        width: 70px;
    }
    .menupre#menu81:hover p.dropdownline
    {
        width: 72px;
    }

    .menupre.lastright
    {
        width: 35px;
    }
    .topright
    {
        margin-right: 10px;
        padding-right: 0;
    }
    .topusername
    {
        width: 90px;
    }
    .topusername .topusertxt
    {
        padding: 0px 0px;
    }
    .lang-wrap
    {
        margin-right: 8px;
    }
      .page-content > .mainmodel .maindata
    {
            min-height: 320px;
    }

 
}

/*1060*/
@media (max-width: 1060px) {
    .menupre.lastright {
        display: none;
    }
}

@media (max-width: 764px)
{
 
}

/*手机访问*/
.not-pc .hide-in-mobile
{
 display: none !important;
}

/*打印*/
.visible-print
{
    display: none !important;
}
.visible-print-block
{
    display: none !important;
}
.visible-print-inline
{
    display: none !important;
}
.visible-print-inline-block
{
    display: none !important;
}

@media print
{
    .text-line
    {
        overflow: visible;
        display: inline-block !important;
    }
    .visible-print
    {
        display: block !important;
    }
    table.visible-print
    {
        display: table !important;
    }
    tr.visible-print
    {
        display: table-row !important;
    }
    th.visible-print, td.visible-print
    {
        display: table-cell !important;
    }
    .visible-print-block
    {
        display: block !important;
    }
    .visible-print-inline
    {
        display: inline !important;
    }
    .visible-print-inline-block
    {
        display: inline-block !important;
    }
    .hidden-print
    {
        display: none !important;
    }
}


/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
    .divCustomCheckBoxList input[type='text'],.divCustomCheckBoxList select
    {
        -webkit-appearance:none;  
    }
    .safari-only
    {
    }
 
   /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
   _::-webkit-full-page-media, _:future, :root .safari-only {
    /*此处为css样式*/
           
    }
      
}

  

/*火狐*/
@-moz-document url-prefix() {
    .buttontop select, .header .btn-wrap select {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .copy-wrap {
        display: inline-flex;
    }

    .datagrid td a {
        display: inline-flex;
    }
}



/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(0,0,0,.4);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,.4);
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(0,0,0,.4);
}

.empty-text {
    color: rgba(0,0,0,.4) !important;
}
.w-per-100-fba {
    position: relative;
    display: block;
}