.p1 {
    padding-top: 100px;
    margin-bottom: 235px;
}

.p1 .p1-tit {
    margin-bottom: 35px;
    text-align: center;
}

.p1 .p1-tit h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;

}

.p1 .p1-tit h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 250% */
    letter-spacing: 0.2px;
}

.query-wrap {
    position: relative;
}

.query-wrap .query-btn {
    width: 74px;
    height: 100%;
    background: url(../img/query-btn.png) center no-repeat;
    background-size: 29px;
}

.query-wrap .query-form {
    width: 1200px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.query-wrap .query-form .address-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
}

.query-wrap .query-form .form-item,
.query-wrap .query-form .goods,
.query-wrap .query-form .goods-value {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    width: 25%;
    flex: 0 0 25%;
}

.query-wrap .query-form .form-item::after,
.query-wrap .query-form .goods::after,
.query-wrap .query-form .goods-value::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background: #C0C0C0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.query-wrap .query-form .form-item .item-tit,
.query-wrap .query-form .goods .item-tit,
.query-wrap .query-form .goods-value .item-tit {
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;

}

.query-wrap .origin-panel,
.query-wrap .dest-panel,
.query-wrap .value-panel {
    position: absolute;
    top: 68px;
    z-index: 3;
    display: none;
}

.query-wrap .origin-panel,
.query-wrap .dest-panel {
    left: 0;
}

.query-wrap .value-panel {
    right: 75px;
}

.value-panel {
    padding: 20px 25px 0 25px;
    box-sizing: border-box;
    width: 355px;
    height: 500px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10);
}

.value-panel .panel-tit {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.value-panel .value-select .select-tit {
    color: #000;
    font-family: PingFang HK;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.value-panel .value-select .select-box {
    width: 293px;
    height: 33px;
    border-radius: 4px;
    border: 0.8px solid #C0C0C0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.value-panel .value-select .select-box input {
    width: 215px;
    flex: 0 0 215px;
}

.value-panel .value-select .select-box select {
    flex: 1;
    border: none;
    border-left: 0.8px solid #C0C0C0;
    outline: none;
    text-align: center;
    background: linear-gradient(to bottom, #F8F8F8, #fff);
}

.value-panel .btn-box {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #C0C0C0;
}

.value-panel .btn-box .value-btn {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    background: #1A74C7;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.value-panel .notice-box {
    padding: 10px 22px 0 38px;
    box-sizing: border-box;
    width: 293px;
    height: 100px;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 10%);
    border-left: 4px solid #1A74C7;

}

.value-panel .notice-box .notice {
    position: relative;
    color: #484848;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.value-panel .notice-box .notice::before {
    content: "";
    position: absolute;
    left: -20px;
    top: .5em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #1A74C7;
}

.value-panel .notice-box .more {
    color: #1A74C7;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.value-panel .time-box {
    margin-bottom: 35px;
}

.value-panel .time-box .time-tit {
    margin-bottom: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.value-panel .time-box .time-cont {
    padding-left: 10px;
    box-sizing: border-box;
    width: 293px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    border: 0.8px solid #C0C0C0;
}

.agreement-box .agreementEntry {
    margin: 22px 0 40px 0;
    color: #000;
    font-size: 14px;


}

.agreement-box {
    margin: 22px 0;
}

.agreement-box .checkbox-agreement {
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}

.agreement-box .agreement-cont {

    display: inline-block;
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.agreement-box .checkbox-agreement .agreement-checkbox {
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: -4px;
    opacity: 0;
}

.agreement-box .checkbox-agreement label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.agreement-box .checkbox-agreement input[type=checkbox]:checked+label {
    background: #1A74C7;
}

.checkbox-agreement input[type=checkbox]:checked+label:after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: 4px;
    height: 7px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
    left: 4px;
    top: 5px;
    transform: translateY(-50%) rotate(45deg);
}

.com-panel-box {
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
    width: 665px;
    height: 231px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10);
}

.com-panel-box .panel-tit {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.com-panel-box .panel-cont {
    display: flex;
    justify-content: space-between;
}

.com-panel-box .panel-cont .item {
    width: 196px;
    flex: 0 0 196px;

}

.com-panel-box .panel-cont .item .item-tit {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.com-panel-box .panel-cont .item .item-select,
.com-panel-box .panel-cont .item .item-input {
    height: 33px;
    border-radius: 4px;
    border: 0.8px solid #C0C0C0;
    overflow: hidden;
}

.com-panel-box .panel-cont .item select,
.com-panel-box .panel-cont .item input {
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 33px;
    border: none;
    outline: none;
}

.com-panel-box .btn-box {

    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #C0C0C0;
}

.com-panel-box .btn-box .value-btn {
    float: right;
    width: 60px;
    height: 32px;
    border-radius: 4px;
    background: #1A74C7;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
