
@media screen and (max-width: 1215px) {
    .download .flex-container { justify-content: space-around; }
}
.pc-content, .phone-content{
    /*height: 350px;*/
    margin-bottom: 30px;
    /*border: 1px solid #dddddd;*/
    border-radius: 10px;
    margin-top: 30px;
}

.pc-content .border-title, .phone-content .border-title{
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #dddddd;*/
    font-size: 22px;
    text-align: center;
}

.pc-content .pc-box,.phone-box{
    display: grid;
    /*grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;*/
    grid-template-columns: repeat(auto-fill,170px);
    justify-content: space-around;
    padding: 15px;
    min-height: 300px;
    text-align: center;
}
@media (max-width: 425px) {
    .pc-box,.phone-box { grid-template-columns: repeat(auto-fill,130px); }
}

.warehouse-name p{
    /*padding: 30px 40px;*/
    font-size: 16px !important;
    color: #666666 !important;
}
.warehouse-name span{
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.warehouse-name{
    position: relative;
    width: 416px;
    height: 153px;
    margin: 20px;
    padding:20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    line-height: 30px;
}
.warehouse-add{
    word-break: normal;
    text-indent: -3em;
    margin-left: 3em;
}
.warehouse-tel{
    display: inline-block;
}
.warehouse-telto{
    margin-left: 50px;
    position: absolute;
    right: 40px;
}
.sortFlex{
    display: flex;
}

/** 新格尔发展史 start **/
.history { text-align: center; }
.history .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 80px;
}
.history .history-main {
    margin: 0 auto;
    position: relative;
}
.history .history-main:before {
    content: '';
    display: block;
    background: #ECF2FE;
    width: 2px;
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}
.history .history-main .item {
    position: relative;
    width: 50%;
    font-size: 14px;
}
.history .history-main .item.right {
    margin-left: 50%;
}
.history .history-main .item .content {
    width:500px;
    padding: 15px 30px 30px;
    background: #FCFCFC;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    text-align: left;
    color: #687492;
    font-weight: 400;
}
.history .history-main .item.right .content {
    margin-left: calc(100% - 500px);
}
.history .history-main .item .content p {
    line-height: 22px;
    margin: 10px 0;
}
.history .history-main .item .content p span {
    display: inline-block;
    color: #3C485C;
    width: 90px;
}
.history .history-main .item .tag {
    position: absolute;
    top: 35px;
    right: -33.5px;
}
.history .history-main .item.right .tag {
    left: -33.5px;
}
.history .history-main .item .tag .year {
    width: 67px; height: 27px;
    line-height: 27px;
    color: #ffffff;
    background: #4073FF;
    border-radius: 14px;
    position: relative;
}
.history .history-main .item .tag .year:before {
    content: ''; display: block;
    position: absolute;
    left: -4.5px; top: -3.5px;
    width: 76px; height: 34px;
    background: #EEF3FF;
    border-radius: 17px;
    z-index: -1;
}
.history .history-main .item .tag .line {
    height: 1px; width: 64px;
    background: #4073FF;
    position: absolute;
    top: 13.5px;
    right: 71.5px;
}
.history .history-main .item.right .tag .line {
    left: 71.5px;
}
.history .history-main .item .tag .circle {
    width: 19px; height: 19px;
    background: #4073FF;
    border-radius: 50%;
    border: 4px solid #EEF3FF;
    position: absolute;
    right: 126px; top: 4px;
}
.history .history-main .item.right .tag .circle {
    left: 126px;
}
/** 新格尔发展史 end **/

























