.content{
    font-family: 'SourceHanSansCN-Normal';
    height: 100%;
}
h3,
h4{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 22px;
    color: #FF7900;
    width: 1237px;
    margin: 31px auto 15px;
    box-sizing: border-box;
    padding-left: 17px;
}
h3{
    border-left: 5px solid #2881FF;
    padding-left: 12px;
    margin-top: 0;
}
.express{
    position: relative;
}
.express_log{
    height: 427px;
    background: url('../images/BG.png') center no-repeat;
}
.express_center{
    background:rgba(255,255,255,0);
    width: 923px;
    height: 344px;
    position: absolute;
    padding: 5px 133px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../images/Rectangle.png');
    box-sizing:border-box;
    border-radius: 5px; 
    letter-spacing: 2px;
}
.prompt{
    font-size: 25px;
    color: #FFFFFF;
    margin: 23px 0;
}
.prompt:nth-of-type(1){
    margin-top: 57px;
}
.express_center input{
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 25px;
    margin-left: 2px;
}
.express_center input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
    color:#FF6666; 
    font-size:25px; 
}

.express_center input:-moz-placeholder,textarea:-moz-placeholder{ 
    color:#FF6666; 
    font-size:25px;
}

.express_center input::-moz-placeholder,textarea::-moz-placeholder{ 
    color:#FF6666; 
    font-size:25px;
} 
.express_center input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
    color:#FF6666; 
    font-size:25px;
}
/*--清除谷歌浏览器下的 search 叉号*/
.express_center input::-webkit-search-cancel-button{
  display: none;
}
/*--清除IE下的 search 叉号*/
.express_center input::-ms-clear{
  display: none;
}
.express_waybill{
    width: 652px;
}
.express_validate{
    width: 267px;
}
.express_inquiry{
    width: 652px;
    overflow: hidden;
    position: relative;
}
.change_img{
    display: inline-block;
    width: 98px;
    height: 50px;
    /* background: url('../images/timg.png') center no-repeat; */
    position: absolute;
    top: 0;
    left: 277px;
}
.change_img #code_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}
.inquiry_btn{
    width: 180px;
    height: 52px;
    background: #FF891E;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-family: 'SourceHanSansCN-Regular';
    border-radius: 5px;
    float: right;
    font-size: 32px;
}
.inquiry_btn:hover{
    cursor:pointer;
}
.express_detail{
    min-height: 733px;
    margin-bottom: 31px;
}
.detail_message{
    padding-top: 31px;
}
.waybill_message{
    width: 1237px;
    margin: 0 auto;
    padding: 14px 17px 0;
    box-sizing: border-box;
}
.waybill_message ul{
    width: 33%;
    display: inline-block;
    overflow: hidden;
}
.waybill_message ul li{
    margin-bottom: 18px;
}
.waybill_message ul li:nth-of-type(3){
    margin-bottom: 0;
}
.waybill_message p{
    display: inline-block;
    font-size: 18px;
    color: #242424;
}
.waybill_message span{
    font-size: 18px;
    color: #6F6F6F;
}
.waybill_message .left p{
    width: 91px;
}
.waybill_message .center p,
.waybill_message .right p{
    width: 109px;
}
.waybill_message .center li:nth-of-type(1) span{
    color: #239551;
}
.access{
    width: 1237px;
    margin: 0 auto;
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    height: 202px;
    padding: 14px 17px;
    box-sizing: border-box
}
.access p{
    display: inline-block;
    margin-bottom: 18px;
    font-size: 18px;
    color: #242424;
}
.access span{
    font-size: 18px;
    color: #6F6F6F;
    margin-right: 47px;
}

.errors{
    width: 100%;
    height: 427px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.errors_text{
    width: 441px;
    height: 101px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}
.errors_img{
    height: 49px;
    font-size: 15px;
    color: #343434;
    line-height: 49px;
    border-bottom: 1px solid #ececec;
}
.errors_img img{
    width: 13px;
    height: auto;
    margin-right: 6px;
    margin-left: 25px;
    vertical-align: middle;
}
.errors .cloose{
    color: #056AFF;
    height: 49px;
    font-size: 15px;
    text-align: center;
    line-height: 49px;
    width: 100%;
}
.errors .cloose:hover{
    cursor:pointer;
}

.not_messsage{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}