.content {
    font-family: 'SourceHanSansCN-Normal';
    height: 100%;
}

/********************************************************  寄件查询  mailing  ***********************************************************/
.mailing {
    position: relative;
}

.mailing_modular {
    height: 427px;
    background: url('../images/BG.png') center no-repeat;
}

.mailing_center {
    background: rgba(255, 255, 255, .26);
    width: 913px;
    height: 334px;
    position: absolute;
    padding: 0 133px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 5px;
    letter-spacing: 2px;
    overflow: hidden;
}

.prompt {
    font-size: 24px;
    color: #FFFFFF;
    margin: 36px 0 20px 0;
}

.mailing_center input {
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 18px;
}

.mailing_center input::placeholder {
    font-family: PingFangSC-Regular;
    color: #B5B5B5;
}

/* 兼容处理 */
.mailing_center input::-webkit-input-placeholder,
.mailing_center input:-moz-placeholder,
.mailing_center input::-moz-placeholder,
.mailing_center input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #FF6666;
    font-size: 25px;
}

/*--清除谷歌浏览器下的 search 叉号*/
/*--清除IE下的 search 叉号*/
.mailing_center input::-webkit-search-cancel-button,
.mailing_center input::-ms-clear {
    display: none;
}

/********************************************************  寄件查询  mailing_waybill  ***********************************************************/
.mailing_waybill {
    width: 652px;
    margin-bottom: 30px;
}

.mailing_validate {
    width: 267px;
}

.mailing_inquiry {
    width: 652px;
    overflow: hidden;
    position: relative;
}

.change_img {
    display: inline-block;
    width: 98px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 277px;
}

.change_img #code_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}

.mailing_query_btn {
    width: 180px;
    height: 52px;
    background: #2883FF;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-family: 'SourceHanSansCN-Regular';
    border-radius: 5px;
    float: right;
    font-size: 32px;
}

.mailing_query_btn:hover {
    cursor: pointer;
}

.mailing_query_btn:active {
    background: #FFA756;
}

/********************************************************  寄件查询  errors  ***********************************************************/
.errors {
    width: 100%;
    height: 427px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.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;
    display: none;
}

/********************************************************  寄件查询  mailing_logistics  ***********************************************************/
.mailing_logistics {
    width: 100%;
    min-height: 733px;
    overflow: hidden;
}

.mailing_logistics_detail{
    margin: 31px 0 50px 0;
    min-height: 733px;
}

h3 {
    font-family: "PingFangSC-Regular";
    font-size: 22px;
    color: #2982FF;
    width: 1237px;
    box-sizing: border-box;
    padding-left: 17px;
    border-left: 5px solid #FF7900;
}

.detail_message {
    width: 1237px;
    margin: 0 auto;
    box-sizing: border-box;
    display: none;
}

.waybill_message,
.access {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.waybill_message {
    display: flex;
    flex-wrap: wrap;
}

.waybill_message li {
    flex: 50%;
    line-height: 40px;
}

.waybill_message p {
    display: inline-block;
    font-size: 18px;
    color: #8B8B8B;

}

.waybill_message span {
    font-size: 18px;
    color: #3D3D3D;
}

.mailing_logistics_info {
    margin: 20px 0;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.mailing_logistics_info ul {
    padding: 20px;
}

.mailing_logistics_info ul li {
    line-height: 45px;
    margin-bottom: 25px;
}

.mailing_logistics_info ul li:first-child p span:nth-child(4) {
    color: #2982FF;
}

.mailing_logistics_info ul li:first-child p .time_axis_circular {
    background: #2982FF;
}

.mailing_logistics_info ul li p {
    display: flex;
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
}

.mailing_logistics_info ul li p .time_axis_circular {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #7F7F7F;
    position: relative;
    top: 16px;
    left: 5px;
}

.mailing_logistics_info ul li p .time_axis_circular i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #F8F8F8;
    position: absolute;
    top: 4px;
    left: 4px;
}

.mailing_logistics_info ul li p .time_axis_line {
    display: inline-block;
    height: 94%;
    width: 2px;
    background: rgba(223, 223, 223, .5);
    position: absolute;
    top: 38px;
    left: 10px;
}

.mailing_logistics_info ul li:last-child p .time_axis_line {
    display: none;
}

.mailing_logistics_info ul li p span:nth-child(3) {
    flex: 16%;
    margin: 0 40px 0 18px;
    color: #8B8B8B;
    font-size: 16px;
}

.mailing_logistics_info ul li p span:nth-child(4) {
    flex: 70%;
    margin-right: 130px;
}

.explain {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #8B8B8B;
    text-align: center;
    padding-bottom: 20px;
}