.content {
    width: 80%;
    padding: 0 10% 5%;
    background-color: #f5f5f5;
    position: relative;
    min-height: 600px;
}
.content .title {
    width: 80%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -72px;
}
.content .title h3 {
    width: 50%;
    float: left;
    background-color: #30DEEA;
    color: #fff;
    padding: 20px 0;
}
.content .title h3.selected {
    background-color: #fff;
    color: #676767;
}
.content .content-box {
    width: 80%;
    min-height: 500px;
    padding: 3% 10%;
    color: #676767;
    background-color: #fff;
}

.price-box {
    margin-top: 50px;
}
.price-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price-box li {
    width: 48%;
    margin-bottom: 50px;
    border-bottom: 1px solid #DADADA;
}
.price-box  .layui-input-inline {
    width: 100%;
}
.price-box li input, .price-box li select {
    width: 100%;
    line-height: 30px;
    border: none;
    color: #676767;
}
.price-box li input, .price-box li .desc {
    padding-left: 4px;
}
.price-box li .desc {
    padding-bottom: 10px;
}
.price-box li .flex-box {
    display: flex;
    align-items: center;
}
.price-box li:last-child {
    border-bottom: none;
}
.price-box li:last-child > div .flex-box {
    margin: 0 10px;
    border-bottom: 1px solid #DADADA;
}
.price-box .submit {
    text-align: center;
}
.price-box .submit button {
    padding: 5px 40px;
    color: #fff;
    background-color: #30DEEA;
    border: none;
    border-radius: 15px;
}
.content .price-result {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
}
.content .price-result .desc {
    display: flex;
    align-items: center;
}

.track-box {
    display: none;
    margin-top: 50px;
}
.track-box .search-track {
    width: 100%;
    border: 1px solid #DADADA;
}
.track-box .search-track form {
    display: flex;
}
.track-box .search-track textarea {
    width: calc(100% - 100px);
    height: 60px;
    border: none;
    color: #676767;
    padding: 10px 20px;
}
.track-box .search-track button {
    width: 100px;
    height: 80px;
    border: none;
    color: #fff;
    background-color: #30DEEA;
}
.track-result {
    margin-top: 100px;
}
.track-result > li {
    margin: 30px 0;
    border-bottom: 1px solid #DADADA;
}
.track-result > li h4 {
    line-height: 40px;
}
.track-result > li > p {
    margin-bottom: 20px;
}
.track-result > li > p .icon {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/small_ico.png) -98px -182px no-repeat;
}
.track-result .process {
    display: none;
    margin-bottom: 20px;
}
.track-result .process li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-top: none;
}
.track-result .process li:first-child {
    background-color: #f5f5f5;
}
.track-result .process li p {
    width: 33.3%;
    text-align: center;
}



@media (min-width: 1600px){
    .question .right .detail {
        font-size: 16px;
    }
    .question .right .detail-text, .question .right .detail > p span:last-child {
        font-size: 14px;
    }
}