.recommend .wrapper-cont{
    padding-top: 54px;
    padding-bottom: 71px;
}
.wrapper-cont{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.recommend .title
{
    margin-bottom: 59px;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #282828
}

.recommend .name
{
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 32px
}

.recommend .cont:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.recommend .item
{
    float: left;
    width: 279px
}

.recommend .item~.item
{
    margin-left: 28px
}

.recommend .item .image
{
    display: block;
    width: 279px;
    height: 180px
}

.recommend .item .text
{
    padding: 24px;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #282828
}

.recommend .item .info
{
    height: 115px;
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.6;
    color: #666
}

.recommend .item .button:hover
{
    border-color: #2a7efb;
    background-color: #2a7efb;
    color: #fff;
    opacity: 1
}
.product .item:nth-child(odd)
{
    background-color: #f5f8ff
}

.product .item-cont
{
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.product .item .text
{
    display: inline-block;
    width: 50%;
    height: 500px;
    vertical-align: middle;
    line-height: 500px
}

.product .item:nth-child(odd) .text
{
    float: left
}

.product .item .text-cont
{
    display: inline-block;
    vertical-align: middle;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #666
}

.product .item .item-cont:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.product .item .title
{
    font-weight: 500;
    font-size: 30px;
    color: #282828
}

.product .item .cont
{
    margin-top: 36px;
    margin-bottom: 42px
}

.product .item .cell~.cell
{
    margin-top: 30px
}

.product .item .name
{
    padding-left: 13px;
    border-left: 3px solid #2a7efb;
    margin-bottom: 15px;
    font-size: 18px;
    color: #282828
}

.product .item .info
{
    padding-left: 16px
}

.product .item .button
{
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #1D4580;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #1D4580;
    cursor: pointer
}

.product .item .button~.button
{
    margin-left: 20px
}

.product .item .blue
{
    background-color: #1D4580;
    color: #fefefe
}

.product .item .blue:hover
{
    background-color: #53729F;
    color: #fefefe
}

.product .item .image
{
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.product .item img
{
    width: 571px;
    height: 423px;
    vertical-align: middle;
    padding: 47px 51px;
}


.index .product .item .info
{
    padding-left: 16px;
    line-height: 1.5;
    font-size: 14px;
}

.index .recommend .item .info
{
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(43,37,37,.54902);
    height: 115px
}

.index .recommend .item .button
{
    color: #000;
    display: inline-block;
    width: 100px;
    height: 32px;
    border: 1px solid #000;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
    opacity: .5;
    transition: all .2s ease
}

.index .recommend .title .info {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.index .recommend .item {
    box-shadow: 0 6px 35px hsl(0deg 0% 47% / 10%);
}