@charset "utf-8";
*{margin: 0px;padding: 0px;-webkit-box-sizing: border-box;/*规定padding不影响宽度*/-moz-box-sizing: border-box;box-sizing: border-box;font-family:arial,helvetica,sans-serif;}
img{border:0;/*设置所有图片没有边框*/}
a {text-decoration:none;/*设置链接颜色以及没有下划线*/}
ul {list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/}

header{
    padding: 6px 2.5% 0;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    min-width: 300px;
    z-index: 100;
    position: relative;
}
header::after{
    content:"";
    display:block;
    clear: both;
}
.logo{
    float: left;
    padding-top:7px;
}
nav{
    float: left;
    padding-top:7px;
    padding-left:30px;
}
nav ul li{
    float: left;
    padding-right:14px;
}
nav ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #002f36;
}
.login {
    float:right;
}
.login b{
    float: left;
    margin-right:10px;
    position: relative;
    top:5px;
    color: #666;
}
.login img{
    position: relative;
    top:3px;
    left:5px;
}
.login select{
    margin:5px 20px 0;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top-color: #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 hsla(0,0%,100%,.5), 0 1px 0 rgba(0,0,0,.07) inset;
    -moz-box-shadow: 0 1px 0 hsla(0,0%,100%,.5),0 1px 0 rgba(0,0,0,.07) inset;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.5), inset 0 1px 0 rgba(0,0,0,.07);
    float: left;
    font-size: 12px;
    height: 24px;
    outline: 0;
    outline-width: 0;
    padding: 4px 5px 4px 7px;
}
.login select:hover,.login select:focus{
    border-color: #e49747;
    -webkit-box-shadow: 0 0 3px rgba(228,121,17,.5), 0 1px 0 rgba(0,0,0,.07) inset;
    -moz-box-shadow: 0 0 3px rgba(228,121,17,.5),0 1px 0 rgba(0,0,0,.07) inset;
    box-shadow: 0 0 3px rgba(228,121,17,.5), inset 0 1px 0 rgba(0,0,0,.07);
}
.login input[type='text']{
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: grey;
    font-size: 12px;
    height: 24px;
    margin:5px 0 0;
    outline: 0;
    outline-width: 0;
    padding: 5px 7px;
    vertical-align: middle;
    float: left;
}
.login input[type='image']{
    float: left;
    vertical-align: middle;
    margin: 5px 0 0 -3px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #c6c6c6;
    border-bottom-color: #bbb;
    border-left: 0;
    height: 24px;
    width: 25px;
    outline:none;
}   
.login p{
    float:left;
    padding-top:7px;

} 
.login p span{
    border-right: 1px solid #999;
    padding:0 5px;
    font-weight: 700;
    color:#5c5c5c;
}
.login p span:last-child{
    border-right:0px;
}
/*header end*/
.nav1{
    text-align: center;    
    background-color: #F4F4F4;
    border-bottom: solid 1px #D9DCDD;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.nav1 a{
    margin: 0 0.5em;
    font-weight: bold;
    font-size: 10px;
    color:#039;
    text-decoration: underline;
}
.nav1 span{
    margin: 0 0.5em;
    font-weight: bold;
    font-size: 10px;
    color:#c60;
}
.body{
    width: 95%;
    margin: 15px auto 50px;
}


.send h1{
    font-size: 22px;
    margin-bottom: 17px;
    color: #c60;
}
.send h1 a{
    font-size: 11px;
    margin-left: 5px;
    font-weight: normal;
    color: #004b91;
    text-decoration: none;
}
.send ul{
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 3px solid #999;
}
.send ul::after{
    content:"";
    display: block;
    clear: both;
}
.send ul li{
    border-bottom: 3px solid #c60;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 3;
    margin-bottom: -3px;
    padding: 0 0 0 0;
}
.send ul li+li{
    padding: 0 0 0px 17px;
}
.send ul li a{
    color: #146eb4;
    display: block;
    padding-bottom: 15px;
}
.send ul li:last-child a{
    color: #c60;
    background: url(https://images-na.ssl-images-amazon.com/images/G/01/fba/core-styles/workflow-steps-arrow._V393410860_.gif) bottom center no-repeat;
}
.Ship{ 
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.Ship::after{
    content:"";
    display: block;
    clear: both;
}
.Ship dl{
    float: left;
    margin-right: 20px;
    width: 150px;
    margin-bottom: 10px;
}
.Ship dl dt{    
    color: #666;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
}
.Ship dl dd{
    font-size: 12px;
    color:#444;
}
.Ship dl a{
    color: #004b91;
}
.Ship strong{
    font-size: 12px;
}

.Ship dl.medium{
	width: 235px;
}


.fba-core-tabs{
    position: relative;
    font-size: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    zoom: 1;
}
.fba-core-tabs::after{
    content:"";
    display: block;
    clear: both;
}
.fba-core-tabs li{
    float: left;
    margin-right: 15px;
}
.fba-core-tabs li a{
    color: #004b91;
    float: left;
    line-height: 30px;
    padding: 0 15px;
}
.fba-core-tabs li.active{
    border: 1px solid #999;
    border-bottom-color: #fff;
    position: relative;
    margin-bottom: -1px;
}
.fba-core-tabs li.active a{
    color: #004b91;
    float: left;
    line-height: 30px;
    padding: 0 15px;
}
.fba-core-tabs li span{
    color: #FE9800; 
    font-size: 9px;
}


.welcome{
    border: 1px solid #BBD3DE;    
    border-radius: 4px;
    position: relative;
    padding: 14px 18px 14px 60px;
    background: url(../img/welcome_icon.jpg)no-repeat;
    background-position: 20px 15px;
}
.welcome h4{
    color: #2b2b2b;
    font-weight: 500;
    line-height: 1.1;
    font-size: 11px;
    padding-bottom: 10px;
}
.welcome p{
    color: #2b2b2b;
    font-weight: 500;
    line-height: 1.1;
    font-size: 11px;
}
.welcome p a{
    color:#0066c0;
}

.schedule{
    margin-top: 20px;
    border-bottom: 1px solid #999;
}
.schedule li{
    display: flex;
    min-height: 93px;
}
/* 1 */
.state-timestamp{
    margin-top: 6px;
    width: 120px;
    text-align: right;
}
.state-timestamp h3{
    height: 13px;
    width: 120px;
    color: #111;
    font-family: "Amazon Ember";
    font-weight: 700;
    line-height: 13px;
    text-align: right;
    margin: 0 0 6px;
    font-size: 11px;
}
.state-timestamp span{
    height: 12px;
    width: 120px;
    color: #4A4A4A;
    font-family: "Amazon Ember";
    font-size: 11px;
    font-weight: 300;
    line-height: 12px;
    margin: 0 0 6px;
    font-size: 11px;
}

/* 2 */
.state-status-image{
    margin-right: 16px;
    margin-left: 14px;
    width: 33px;
    display: flex;
    flex-direction: column;
}
.state-status-image span{
    width: 33px;
    height: 33px;
    background: url(../img/sucess.png);
    background-size: contain;
    z-index: 150;
}
.state-vertical-line-container {
    height: calc(100% - 33px);
    align-items: center;
    display: flex;
    flex-direction: column;
}
.state-vertical-line{
    width: 4px;
    background-color: #009ede;
    height: calc(100% + 2px);
    margin: -1px 0 -1px 0;
}

.schedule li:last-child .state-vertical-line{
    display: none;
}
/* 3 */
.state-status h4{
    margin-top: 0;
    color: #4A4A4A;
    font-size: 11px;
    height: 17px;
    font-weight: normal;
}
.state-status a{
    color: #0066c0;
    line-height: 1.5;
    font-size: 11px;
}
.state-status a:hover{
    color:#c45500;
}
.operating {
    padding-top: 15px;
}
.operating button:nth-child(1){
    background-position: right -310px;
    background-color: transparent;
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    border: 0;
    color: #006;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: auto;height: 27px;
    padding-right: 5px;
}
.operating button:nth-child(1) span {
    border: 0;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-align: center;
    background-position: left -340px;
    background-color: transparent;    
    background-image: url(../img/btn-bg.png);
    padding: 5px 9px 8px 32px;
    font-size: 12px;
    background-repeat: no-repeat;
}
.operating button:nth-child(2),.operating button:nth-child(3){
    background-position: right -310px;
    border: 0;
    color: #006;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
    background-color: transparent;    
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    height: 27px;
    padding-right: 5px;
}
.operating button:nth-child(2) span,.operating button:nth-child(3) span{
    border: 0;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 5px 9px 8px 14px;
    background-position: left -280px;
}



.operating button:nth-child(4){
    border: 0;
    color: #006;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
    background-color: transparent;
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    height: 27px;
    padding-right: 5px;
    background-position: right -30px;
    float: right;
}


.operating button:nth-child(4) span{
    border: 0;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    background-image: url(../img/btn-bg.png);
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 5px 9px 8px 14px;
    background-position: left 0;
}




















footer{
    padding: 14px 2.5% 40px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    min-width: 300px;
    margin-top:40px;
}
footer ul{
    float: left;
}
footer ul li{
    float: left;
    border-right: 1px solid #e7e7e7;
    padding-right: 10px;
    margin-right:10px;
}
footer ul li:last-child{
    border:0px;
}
footer ul li a{
    color: #002f36;
}
footer ul li a:hover{
    text-decoration: underline;
}
footer ul li select{
    margin:0px 20px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top-color: #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 hsla(0,0%,100%,.5), 0 1px 0 rgba(0,0,0,.07) inset;
    -moz-box-shadow: 0 1px 0 hsla(0,0%,100%,.5),0 1px 0 rgba(0,0,0,.07) inset;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.5), inset 0 1px 0 rgba(0,0,0,.07);
    float: left;
    font-size: 12px;
    height: 24px;
    outline: 0;
    outline-width: 0;
    padding: 4px 5px 4px 7px;
}

footer ul li select:hover,footer ul li select:focus{
    border-color: #e49747;
    -webkit-box-shadow: 0 0 3px rgba(228,121,17,.5), 0 1px 0 rgba(0,0,0,.07) inset;
    -moz-box-shadow: 0 0 3px rgba(228,121,17,.5),0 1px 0 rgba(0,0,0,.07) inset;
    box-shadow: 0 0 3px rgba(228,121,17,.5), inset 0 1px 0 rgba(0,0,0,.07);
}
footer p{
    float: right;
    color: #aaa;
}


/* 2021-06-02 修改 新增样式 */
.shop_name_style{
	float: left;
    height: 24px;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    line-height: 12px;
    /*color: rgb(138, 137, 137);*/
    color: #000;
}

.shop_name_style .shope_name_style_bold{
	color: #000;
	font-weight: bold;
}