.container-iner .banner {
    height: 540px;
    background: linear-gradient(153deg, #484442 0%, #413B37 53%, #2B2825 100%);
}
.container-iner .banner .banner-inline {
    max-width: 1920px;
    height: 540px;
    margin: 0 auto;
    background: no-repeat center;
    background-size: cover;   
}
.container-iner .banner .banner-inline .relation {
    position: relative;
    height: 540px;
} 
.container-iner .banner .banner-inline .content {
    position: absolute;
    top: 160px;
    left: -140px;

}
@media screen and (max-width: 1600px) {
    .container-iner .banner .banner-inline .content {
        position: absolute;
        top: 160px;
        left: 0;
    
    }
}
.container-iner .banner .banner-inline .content h3 {
    font-size: 60px;
    font-family: pingfangsc-medium;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
}
.container-iner .banner .banner-inline .content span {
    display: inline-block;
    font-size: 20px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin: 16px 0 56px 0;
}
.container-iner .banner .banner-inline .content .btn-area {
    display: flex;
}
.container-iner .banner .banner-inline .content .try-btn {
    width: 240px;
    height: 56px;
    background: #FF751F linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 2px;
    font-size: 18px;
    color: #FFF;
    line-height: 56px;
    font-weight: 500;
    font-family: pingfangsc-medium;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-right: 16px;
}
.container-iner .banner .banner-inline .content .try-btn-apply {
    width: 240px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 18px;
    color: #FF751F;
    line-height: 56px;
    font-weight: 500;
    font-family: pingfangsc-medium;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-right: 16px;
}
.container-iner .banner .banner-inline .content .try-btn-apply:hover {
    background-color: rgba(255, 255, 255, .8);
}
.container-iner .banner .banner-inline .content .try-btn:hover {
    background-color: rgba(255, 117, 31, .8);
}

/* 公用样式 */
.common-title {
    margin-top: 80px;
    margin-bottom: 64px;
    font-size: 40px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #222222;
    line-height: 56px;
    text-align: center;
}
.common-top {
    padding: 100px 0;
}
/* 除去 card 底部高度（24px） */
.product-advantage {
    padding-bottom: 76px;
}
.product-advantage .inline>h3 {
    margin-top: 0;
}
.product-advantage .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-advantage .cards::after {
    content: "";
    width: 400px;
}
.product-advantage .cards .card{
    width: 400px;
    height: 295px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
    padding: 40px 24px 24px 32px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 200ms;
}
.product-advantage .cards .card:hover {
    transform: scale(1.04);
}
.product-advantage .cards .card img {
    width: 56px;
    height: 56px;
}
.product-advantage .cards .card h3 {
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222;
    line-height: 33px;
    margin: 24px 0 16px;
}
.product-advantage .cards .card p {
    font-size: 16px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555;
    line-height: 26px;
}

/*  */
.service-introduct {
    background: #F7F8FA;
}
.service-introduct .inline>h3 {
    margin-top: 0;
}
.service-introduct .inline .cards>div {
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding: 24px;
}
.service-introduct .inline .cards>div:hover {
    background: rgba(0,0,0,.04);
}
.service-introduct .inline .cards h3 {
    font-size: 32px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #222222;
    line-height: 45px;
    margin-bottom: 16px;
}
.service-introduct .inline .cards p {
    font-size: 18px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555;
    line-height: 32px;
}
.service-introduct .inline img {
    width: 800px;
    min-width: 800px;
    height: 480px;
}
.service-introduct .inline .cards {
    font-size: 32px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #222222;
    line-height: 45px;
}
.service-introduct .inline .cards-odd div {
    padding-left: 80px; 
    flex: 1;
}
.service-introduct .inline .cards-even div {
    padding-right: 80px; 
    flex: 1;
}

/* 底部试用 */
.free-try-bottom {
    height: 462px;
    background: #23211E;
}
.free-try-bottom .free-try-bottom-inline {
    position: relative;
    height: 462px;
    margin: 0 auto;
    max-width: 1920px;
}
.free-try-bottom .free-try-bottom-inline img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.free-try-bottom .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0;
}
.free-try-bottom .content h3 {
    font-size: 40px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
}
.free-try-bottom .content .tel-phone-desc {
    font-size: 18px;
    color: #FFF;
    line-height: 25px;
    font-family: pingfangsc-medium;
    font-weight: 300;
    text-align: center;
    margin: 15px 0 78px 0;
}
.free-try-bottom .content .tel-phone-desc .phone {
    font-size: 24px;
    color: #FF751F;
    font-weight: 500;
    line-height: 28px;
    font-family: Roboto-Medium;
}
.free-try-bottom .content .free-try-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.free-try-bottom .content .free-try-area .input-area {
    width: 300px;
    height: 48px;
    border-radius: 2px;
    background: #FFF;
    display: flex;
    align-items: center;
    font-family: pingfangsc-medium;
    border-radius: 2px;
    margin-right: 20px;
}
.free-try-bottom .content .free-try-area .input-area input{
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    flex: 1;
    margin-left: 14px;
    /* color: #888888; */
    height: 44px;
}
.free-try-bottom .content .free-try-area .input-area span {
    display: inline-block;
    width: 85px;
    height: 100%;
    font-size: 14px;
    line-height: 48px;
    padding: 0 14px;
    cursor: pointer;
    color: #FF751F;
}
.free-try-bottom .content .free-try-area .input-area span:hover {
    background: #F2F2F2;
}
.free-try-bottom .content .free-try-area .try-btn{
    width: 220px;
    height: 48px;
    font-size: 18px;
    font-family: pingfangsc-medium;
    text-align: center !important;
    font-weight: 500;
    line-height: 48px;
    color: #FFF;
    border-radius: 2px;
    background: #FF751F linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    cursor: pointer;
}
.free-try-bottom .content .free-try-area .validation-tip {
    display: block;
    height: 12px;
    width: 300px;
    font-size: 12px;
    font-family: pingFangsc-medium;
    font-weight: 400;
    color: #FF2222;
    line-height: 17px;
}