.main .content{
    padding: 20px 0px;
    text-align: left;
}
.main .content .sortname{
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.main .content .box{
    padding: 0 10px;
}
.main .content .box .title{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    font-weight: bold;
}
.main .content .box .text{
    font-size: 16px;
    line-height: 30px;
}
.main .content .box .text .spot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #12a6f3;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 20px 0 10px;
}
.main .content .box .img{
    padding: 10px 0;
    border-radius: 10px;
}
.main .content .box img{
    width: 100%;
    border-radius: 10px;
}
.main .content .solution{
    background: #4268a8;
    padding: 10px 10px 30px 10px;
    color: #fff;
}
.main .content .cost{
    text-align: center;
}
.main .content .cost p{
    font-size: 16px;
    background: #2fabf3;
    display: inline-block;
    width: 80%;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.main .content .product .title{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    font-weight: bold;
    padding: 0 10px;
    margin-top: 10px;
}
.main .content .product .box {
    display: block;
    position: relative;
    width: 100%;
}
.main .content .product .list {
    margin-bottom: 25px;
}
.main .content .product .list h2 {
    margin: 10px 0 15px 0;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    color: #2fabf3;
    background: url(../images/title-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
.main .content .product .list li {
    display: inline-block;
    width: calc(50% - 15px);
    margin-left: 10px;
    vertical-align: top;
    border-bottom: 1px solid #9c9c9c;
    text-align: center;
    margin-top: 10px;
}
.main .content .product .list li a img {
    width: 100%;
    height: 106px;
}
.main .content .product .list li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
}