/*支持中心页面废弃，现为售后服务页面使用*/
.afterSaleContent{

}
.bannerBox{
    position:relative;
}
.bannerItem{
    width:100%;
}
.bannerTextBox{
    position: absolute;
    top: 23vh;
    left: 10vw;
    color: #ffffff;
}
.bannerTextItem{

}
.chinese{
    font-size: 5vh;
}
.english{
    font-size: 3vh;
    margin-top: 1vh;
}

.afterSaleInner{
    width: 80vw;
    margin: 0 auto;
}
.pickBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pickItem{
    -moz-box-shadow: 2px 2px 5px #c5c4c4;
    -webkit-box-shadow: 2px 2px 5px #c5c4c4;
    box-shadow: 2px 2px 5px #c5c4c4;
}
.pickItemConnom{
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    color: #2c8eef;
    font-weight: 700;
    height: 20vh;
    width: 17vw;
    line-height: 20vh;
    font-size: 3vh;
}
.productIcon{
    margin: 0 1vw;
    width: 3vw;
}
.productSpan{
    font-size: 2.2vh;
    height: 3vh;
    line-height: 3vh;
    font-weight: 700;
}
.pickItemLarge{
    display: inline-block;
    height: 20vh;
    border: 1px solid #cccccc;
    width:30vw;
    text-align:center;
}
.pickItemSmall{
    display: inline-block;
    height: 20vh;
    width: 12vw;
    text-align: center;
}
.nav-order{
    width: 80vw;
    margin: 3vh auto;

}
.productSpanBox{
    display: inline-block;
    margin-top: 6vh;
    margin-right: 1vw;
    text-align: center;
}
.cBlue{
    color: #2c8eef;
}
.bBlue{
    color: #ffffff;
    background: #2c8eef;
    padding: 0.5vh 0.5vw;
    border-radius: 2px;
}
.downLoadTitle{
    font-size: 2vh;
    color: #605d5d;
    font-weight: 700;
    margin-top: 1vh;
}
.downLoadInnerBox{
    border: 1px solid #ccc;
    margin-top: 1vh;
    padding: 2vh 0;
}
.downLoadText{
    border: 1px solid #2c8eef;
    color: #2c8eef;
    width: 5vw;
    margin: 1vh auto 0 auto;
}

.serveBox{

}
.serverItemBox{
    margin-top: 5vh;
}
.serverItemTitle{
    height: 4vh;
    line-height: 4vh;
    font-size: 2.6vh;
    color: #4e4e4e;
}
.serverTitleText{

}

.serverTitleLineBox{
    margin-top: 1vh;
    position: relative;
}
.serverTitleLine{

}
.serverTitleLineOne{
    border-bottom: 3px solid #c7c7c7;
    position: absolute;
    width: 80vw;
}
.serverTitleLineTwo{
    border-bottom: 3px solid #0a6fd3;
    width: 40vw;
    position: absolute;
}
.serverContent{
    color: #0867c5;
    height: 10vh;
    line-height: 10vh;
    border: 1px solid #c5c4c4;
    padding-left: 1vw;
    border-radius: 4px;
    margin-top: 4vh;
}