﻿
/* CSS Document */
.container {
	position:relative;
	max-width:1400px;
	padding:0 20px;
	margin:auto;
}
h1 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    color: #191920;
    text-align: center;
    margin-bottom: 40px;
}
.sdr-btn-box .down-btn,
.sdr-btn-box .down-btn-wrap {
    display: inline-block;
    width: 200px;
    height: 54px;
    padding: 6px 0;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-right: 30px;
    vertical-align: top;
}
.sdr-btn-box .down-btn {
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.sdr-btn-box .down-btn>span {
    display: block;
    font-size: 12px;
}
.sdr-btn-box .down-btn:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.sdr-btn-box .down-btn-wrap {
    position: relative;
    padding: 6px 30px 6px 20px;
    cursor: pointer;
}
.sdr-btn-box .down-btn-wrap .text {
    font-size: 22px;
    line-height: 1em;
    color: #fff;
}
.sdr-btn-box .down-btn-wrap .text::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.sdr-btn-box .down-btn-wrap .text>span {
    display: block;
    font-size: 12px;
    color: #cbcbcb;
}
.sdr-btn-box .down-btn-box {
    position: absolute;
    display: none;
    flex-direction: column;
    width: calc(100% + 2px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #cbcbcb;
    background-color: #333;
    left: -1px;
    bottom: 0;
    transform: translateY(100%);
}
.sdr-btn-box .down-btn-box>a {
    position: relative;
    display: flex;
    font-size: 18px;
    color: #cbcbcb;
    padding: 10px 40px 10px 20px;
}
.sdr-btn-box .down-btn-box>a:first-child {
    border-bottom: 1px solid #cbcbcb;
}
.sdr-btn-box .down-btn-box>a::before {
    margin-right: 10px;
}
.sdr-btn-box .down-btn-box>a>i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sdr-btn-box .down-btn-wrap:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sdr-btn-box .down-btn-wrap:hover .down-btn-box {
    display: flex;
    overflow: hidden;
}
.sdr-btn-box .down-btn-box>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #696969;
}
.sdr-btn-box .buy-btn {
    display: inline-block;
    width: 200px;
    height: 54px;
    font-size: 22px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(to right, #1648ff, #2182ff);
}
.sdr-btn-box .buy-btn:hover {
    text-decoration: none;
    background-image: linear-gradient(to right, #2182ff, #1648ff);
}
@media screen and (max-width: 767px) {
.sdr-btn-box .down-btn,
.sdr-btn-box .down-btn-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 0 20px 0;
}
.sdr-btn-box .buy-btn {
    width: 100%;
    max-width: 500px;
}
}

.sdr-banner {
    color: #cbcbcb;
    text-align: center;
    padding: 80px 0;
    background: #000;
}
.sdr-banner .subt {
    color: #34e0ff;
}
.sdr-banner .features {
    display: inline-block;
    text-align: left;
    list-style: disc;
    padding-left: 20px;
    margin: 30px auto;
}
.sdr-banner .features>li {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
.sdr-banner {
    text-align: left;
    padding: 60px 0 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sdr-banner.spr {
    background-image: url("../image/spr-banner-bg.png");
}
.sdr-banner.sor {
    background-image: url("../image/sor-banner-bg.png");
}
.sdr-banner.ser {
    background-image: url("../image/ser-banner-bg.png");
}
.sdr-banner.svr {
    background-image: url("../image/svr-banner-bg.png");
}
.sdr-banner .banner-content {
    max-width: 50%;
}
}

.sdr-page-nav {
    display: none;
    width: 100%;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.sdr-page-nav.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}
.sdr-page-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sdr-page-nav .container::after {
    display: none;
}
.sdr-page-nav .nav-list {
    display: flex;
    font-size: 1.25rem;

}
.sdr-page-nav .nav-list>li {
    padding: 0 30px;
}
.sdr-page-nav .nav-list>li a {
    color: #696969;
}
.sdr-page-nav .nav-list>li.active a,
.sdr-page-nav .nav-list>li a:hover {
    color: #1648ff;
    text-decoration: none;
}

.sdr-page-nav .down-btn,
.sdr-page-nav .down-btn-wrap {
    width: 160px;
    height: 42px;
    padding: 4px 0;
    border: 1px solid #cbcbcb;
    margin-right: 10px;
}
.sdr-page-nav .down-btn {
    font-size: 18px;
    color: #333;
}
.sdr-page-nav .down-btn:hover {
    color: #000;
    border-color: #000;
}
.sdr-page-nav .down-btn-wrap {    
    padding: 4px 20px 4px 10px;
}
.sdr-page-nav .down-btn-wrap .text {
    font-size: 18px;
    color: #333;
}
.sdr-page-nav .down-btn-wrap .text>span {
    font-size: 60%;
    color: #696969;
}
.sdr-page-nav .down-btn-box {
    border: 1px solid #cbcbcb;
    background-color: #fff;
}
.sdr-page-nav .down-btn-box>a {
    font-size: 16px;
    color: #555;
}
.sdr-page-nav .down-btn-box>a:first-child {
    border-bottom: 1px solid #cbcbcb;
}
.sdr-page-nav .down-btn-box>a:hover {
    color: #000;
    background-color: #f7f7f7;
}
.sdr-page-nav .buy-btn {
    width: 160px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
}

@media screen and (max-width: 1023px) {
.sdr-page-nav {
    display: none !important;
}
}

.sdr-features {
    padding: 80px 0;
}
.sdr-features .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdr-features .features-item {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    max-width: calc(100% / 2 - 100vw * 0.010416);
    padding: 50px 40px;
    border-radius: 5px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.sdr-features .features-item .icon {
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}
.sdr-features .features-item .text {
    padding-left: 20px;
}
.sdr-features .features-item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
.sdr-features .features-item {
    flex-direction: column !important;
    align-items: center !important;
    max-width: 100%;
    text-align: center !important;
}
.sdr-features .features-item .icon {
    margin-bottom: 20px;
}
.sdr-features .features-item .text {
    padding-left: 0;
}
}

.sdr-overview {
    font-size: 18px;
    line-height: 1.5em;
    padding: 80px 0 0;
    text-align: center;
    background-color: #f7f7f7;
}

.sdr-comparison {
    text-align: center;
    color: #696969;
    padding: 80px 0;
}
.sdr-comparison h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sdr-comparison .products-wrap {
    margin-top: 40px;
}
.sdr-comparison .products-tab {
    display: flex;
    justify-content: center;
}
.sdr-comparison .tab-item {
    position: relative;
    width: 300px;
    line-height: 54px;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #ddd;
    cursor: pointer;
}
.sdr-comparison .tab-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sdr-comparison .tab-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sdr-comparison .tab-item.active {
    color: #fff;
    border: none;
    background-color: #000;
}
.sdr-comparison .tab-item.active::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #000;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 14px);
}
.sdr-comparison .tab-item::before {
    margin-right: 10px;
}
.sdr-comparison .products-infos {
    margin-top: 60px;
}
.sdr-comparison .products-item {
    display: none;
}
.sdr-comparison .products-item.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdr-comparison .edition-item {
    position: relative;
    flex-basis: 100%;
    max-width: calc(100% / 3 - 100vw * 0.013889);
    text-align: center;
    padding: 50px 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.sdr-comparison .edition-item h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
}
.sdr-comparison .edition-item .select-license {
    margin: 0 auto 30px;
}
.sdr-comparison .edition-item .price {
    color: #333;
}
.sdr-comparison .edition-item .price>span {
    font-size: 44px;
    font-weight: 700;
}
.sdr-comparison .edition-item .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 40px;
}
.sdr-comparison .edition-item .buy-btn {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #1648ff;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #1648ff, #2182ff);
}
.sdr-comparison .edition-item .buy-btn:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #2182ff, #1648ff);
}
.sdr-comparison .edition-item .free-trial {
    display: block;
    color: #777;
    text-decoration: underline;
}
.sdr-comparison .edition-item .free-trial:hover {
    color: #333;
}
.sdr-comparison .edition-item hr {
    height: 1px;
    border: none;
    background-color: #eee;
    margin-bottom: 40px;
}
.sdr-comparison .features {
    display: inline-block;
    text-align: left;
    list-style: disc;
    padding-left: 20px;
}
.sdr-comparison .features>li {
    margin-bottom: 10px;
}
.sdr-comparison .features>li.highlight {
    font-weight: 500;
    color: #333;
}
.sdr-comparison .features>li.highlight-color {
    color: #ff1616;
}
.sdr-comparison .edition-item.recommend::after {
    position: absolute;
    display: block;
    content: "";
    width: 54px;
    height: 60px;
    background: url("../image/sdr-best-seller.png");
    right: 20px;
    top: -6px;
}
.sdr-comparison .edition-item.recommend .buy-btn {
    color: #fff;
    border-color: #ff7800;
    background-image: linear-gradient(to right, #ff1616, #ff7800);
}
.sdr-comparison .edition-item.recommend .buy-btn:hover {
    background-image: linear-gradient(to right, #ff7800, #ff1616);
}

@media screen and (max-width: 1023px) {
.sdr-comparison .products-item.active {
    flex-direction: column;
    align-items: center;
}
.sdr-comparison .edition-item {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}
.sdr-comparison .tab-item {
    width: auto;
    height: auto;
    line-height: 1.5em;
    font-size: 18px;
    padding: 10px 20px;
}
}

.sdr-product-reviews {
    padding: 80px 0;
    background: url("../image/spr-reviews-bg.png") #f7f7f7 center no-repeat;
}
.sdr-product-reviews .reviews {
    display: flex;
    justify-content: space-between;
}
.sdr-product-reviews .reviews-item {
    position: relative;
    flex-basis: 100%;
    max-width: calc(25% - 100vw * 0.013889);
    font-size: 1.125rem;
    line-height: 1.5em;
    padding: 40px 40px 120px 40px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.sdr-product-reviews .reviews-item .icon {
    display: block;
    width: 62px;
    height: 50px;
    background: url("../image/reviews-quotation-marks.png") center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.sdr-product-reviews .reviews-item .logo {
    position: absolute;
    max-width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
}
.sdr-product-reviews .reviews-item .logo img {
    max-width: 100%;
    height: auto;
}
.sdr-product-reviews .ratings {
    margin-top: 10px;
}
.sdr-product-reviews .ratings>i {
    display: inline-block;
    width: 71px;
    height: 12px;
}
@media screen and (max-width:1023px) {
.sdr-product-reviews .reviews-item {
    margin-bottom: 30px;
}
.sdr-product-reviews .reviews {
    flex-wrap: wrap;
}
.sdr-product-reviews .reviews-item {
    max-width: 100% !important;
    padding: 40px !important;
}
.sdr-product-reviews .reviews-item .logo {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}
}
@media screen and (max-width:767px) {
.sdr-product-reviews .reviews-item:last-child {
    margin-bottom: 0px;
}
.sdr-product-reviews {
    padding: 60px 0 !important;
}
}

.software-guarantee {
    color: #f0f0f0;
    padding: 60px 0;
    background-color: #28283a;
}
.software-guarantee .guarantee-item {
    align-items: flex-end;
}
.software-guarantee .icon {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    background-size: cover;
}
.software-guarantee .icon.safe {
    background-image: url("../image/guarantee-safe-icon.png");
}
.software-guarantee .icon.support {
    background-image: url("../image/guarantee-support-icon.png");
}
.software-guarantee .icon.money-back {
    background-image: url("../image/guarantee-money-back-icon.png");
}
.software-guarantee .icon.trusted {
    background-image: url("../image/guarantee-users-icon.png");
}
.software-guarantee .guarantee-item>p {
    line-height: 1.875rem;
    margin-left: 0.625rem;
    font-size: 1.875rem;
}
.software-guarantee .guarantee-item>p>span {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
}
@media screen and (max-width: 1023px) {
.software-guarantee .guarantee-item {
    margin-bottom: 30px;
}
.software-guarantee .guarantee-item:last-child,
.software-guarantee .guarantee-item:nth-last-child(2) {
    margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.software-guarantee .guarantee-item:nth-last-child(2) {
    margin-bottom: 30px;
}
}

/***************photo**************/
.spr-features {
    padding-bottom: 120px;
    background: url("../image/spr-features-bg.png") bottom no-repeat;
    background-size: cover;
}

.spr-compat {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.spr-compat .container {
    padding: 80px 100px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.spr-compat .compat-nav {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 80px;
}
.spr-compat .compat-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
    max-width: calc(100% / 4);
    padding-bottom: 20px;
    cursor: pointer;
}
.spr-compat .compat-nav-item::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -1px;
    opacity: 0;
}
.spr-compat .compat-nav-item .icon {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    opacity: .6;
}
.spr-compat .compat-nav-item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #696969;
}
.spr-compat .compat-nav-item.active .icon {
    opacity: 1;
}
.spr-compat .compat-nav-item.active h3 {
    color: #333;
}
.spr-compat .compat-nav-item.active::after {
    opacity: 1;
}
.spr-compat .compat-item {
    display: none;
}
.spr-compat .compat-item ul {
    display: flex;
    flex-wrap: wrap;
}
.spr-compat .compat-item ul li {
    position: relative;
    flex-basis: 100%;
    max-width: calc(100% / 2);
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
}
.spr-compat .compat-item ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8f8f8f;
    left: 0;
    top: 10px;
}
.spr-compat .compat-item.active {
    display: block;
}

@media screen and (max-width: 1023px) {
.spr-compat .compat-nav {
    flex-direction: column;
    border: none;
    margin-bottom: 10px;
}
.spr-compat .compat-nav-item {
    flex-direction: row;
    max-width: 100%;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.spr-compat .compat-nav-item .icon {
    width: 32px;
    height: 32px;
    margin: 0 20px 0 0;
    background-size: contain;
}
.spr-compat .compat-content {
    padding: 20px;
    border: 1px solid #bfbfbf;
}
.spr-compat .compat-item ul {
    flex-direction: column;
}
.spr-compat .compat-item ul li {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {
.spr-compat .container {
    padding: 80px 20px;
}
}

.spr-steps {
    color: #cbcbcb;
    padding: 80px 0;
    background: #000;
}
@media screen and (min-width: 1024px) {
.spr-steps {
    background: url("../image/spr-steps-bg.png") center no-repeat;
    background-size: cover;
}
}
.spr-steps h2 {
    color: #fff;
}

.spr-steps .steps-box {
    display: flex;
}
.spr-steps .steps-box>div {
    flex-basis: 100%;
    max-width: 50%;
}
.spr-steps .steps-nav {
    display: flex;
    flex-direction: column;
    padding-right: calc(100vw * 0.104167);
}
.spr-steps .steps-item {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.spr-steps .steps-item .icon {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #282828;
    margin-bottom: 5px;
}
.spr-steps .steps-item h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 10px auto;
}
.spr-steps .steps-item.active {
    background-color: #282828;
}
.spr-steps .steps-item.active .icon {
    color: #fff;
    background-color: #1648ff;
}

.spr-steps .steps-screenshort-show {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70.58%;
}
.spr-steps .screenshort-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 0;
    transition: all .3s;
}
.spr-steps .screenshort-item.active {
    z-index: 1;
}

@media screen and (max-width: 1023px) {
.spr-steps .steps-screenshorts {
    display: none;
}
.spr-steps .steps-box>div {
    max-width: 100%;
}
.spr-steps .steps-nav {
    padding-right: 0;
}
.spr-steps .steps-item {
    background-color: #282828;
}
.spr-steps .steps-item .icon {
    color: #fff;
    background-color: #1648ff;
}
}

/******************outlook*****************/
.sor-features {
    background-color: #f7f7f7;
}

.sor-compat {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.sor-compat .compat-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sor-compat .compat-item {
    display: flex;
    flex-basis: 100%;
    max-width: calc(100% / 3 - 100vw * 0.013889);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.sor-compat .compat-item .icon {
    display: block;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
}
.sor-compat .compat-item .text {
    padding-left: 10px;
}
.sor-compat .compat-item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.sor-compat .compat-item ul {
    display: inline-block;
    text-align: left;
    list-style: disc;
    padding-left: 20px;
}
.sor-compat .compat-item ul>li {
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
.sor-compat .compat-item {
    max-width: 100% !important;
    margin-bottom: 30px !important;
}
}
@media screen and (max-width: 767px) {
.sor-compat .compat-item {
    flex-direction: column;
    align-items: center;
}
.sor-compat .compat-item .icon {
    margin-bottom: 20px !important;
}
.sor-compat .compat-item .text {
    text-align: center;
    padding-left: 0;
}
}

.sor-steps {
    color: #fff;
    padding: 80px 0;
    background: url("../image/sor-steps-bg.png") bottom no-repeat;
    background-size: cover;
}
.sor-steps h2 {
    color: #fff;
}
.sor-steps .screenshots-container {
    max-width: 1000px;
    height: auto;
}
.sor-steps .screenshots-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.sor-steps .screenshots-container strong {
    font-size: 120%;
    margin-right: 10px;
}
.sor-steps .swiper-button-prev,
.sor-steps .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #7e9aff;
}
.sor-steps .swiper-button-prev::after,
.sor-steps .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.sor-reviews .reviews-item {
    max-width: calc(100% / 3 - 100vw * 0.013889);
    padding-bottom: 140px;
}

/*****************excel****************/
.ser-overview,
.svr-overview {
    background-color: #fff;
}
.ser-features .features-item {
    flex-direction: column;
}
.ser-features .features-item>.icon,
.svr-features .features-item>.icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-position: center;
}
@media screen and (min-width: 1024px) {
.ser-features h2 {
    margin-bottom: 120px;
}
.ser-features .features-item {
    flex-direction: column;
    max-width: calc(100% / 3 - 100vw * 0.013889);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .06);
}
.ser-features .features-item .text {
    text-align: center;
}
.ser-features .features-item:nth-child(2),
.ser-features .features-item:nth-child(5) {
    position: relative;
    top: -60px
}
.ser-features {
    background: url("../image/ser-features-bg.png") center no-repeat;
}
}

.ser-comparison,
.svr-comparison {
    background-color: #f7f7f7;
}
@media screen and (min-width: 1024px) {
.ser-comparison {
    background: url("../image/ser-comparison-bg.png") #f7f7f7 top no-repeat;
    background-size: cover;
}
.ser-comparison .products-item.active {
    justify-content: center;
}
.ser-comparison .edition-item {
    max-width: 480px;
    margin-right: 40px;
}
.ser-comparison .edition-item:last-child {
    margin-right: 0;
}
}

.ser-compat {
    padding-top: 0;
}

.ser-steps {
    color: #fff;
    background: url("../image/ser-steps-bg.png") center no-repeat;
    background-size: cover;
}
.spr-steps .steps-box {
    align-items: flex-start;
}
/* .spr-steps .steps-box>div {
    flex-basis: auto;
    width: 50%;
} */
.ser-steps .steps-item {
    position: relative;
    background-color: transparent;
}
.ser-steps .steps-item .icon {
    padding: 0;
    background-color: transparent;
}
.ser-steps .steps-item.active {
    background-image: linear-gradient(to right, #0058d3, #277cf0);
}

.ser-reviews .reviews-item {
    padding-bottom: 140px;
}

@media screen and (min-width: 1024px) {
.ser-steps .steps-screenshorts {
    padding: calc((100% - 40px) / 2 * 0.020588) calc((100% - 40px) / 2 * 0.073529) calc((100% - 40px) / 2 * 0.076470);
    background: url("../image/ser-steps-pc.png") center no-repeat;
    background-size: contain;
}
.ser-steps .steps-item.active::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid #277cf0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}
.ser-steps .steps-screenshort-show {
    padding-bottom: 53.76%;
}
.ser-reviews .reviews-item {
    max-width: calc(100% / 3 - 100vw * 0.013888);
}
}
@media screen and (min-width: 1400px) {
.ser-steps .steps-screenshorts {
    padding: 14px 50px 52px;
}
}
@media screen and (max-width: 1023px) {
.ser-steps .steps-item {
    background-image: linear-gradient(to right, #0058d3, #277cf0);
}
}

/******************video****************/
.svr-features .features-item {
    align-items: flex-start;
}
.svr-compat {
    background-color: #fff;
}
.svr-compat .compat-item {
    max-width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    background-color: #f7f7f7;
    box-shadow: none;
}
.svr-reviews .reviews {
    align-items: flex-start;
}
.svr-reviews .reviews-item {
    padding-bottom: 140px;
}
@media screen and (min-width: 1024px) {
.svr-features {
    background: url("../image/svr-features-bg.png") bottom no-repeat;
    background-size: cover;
}
.svr-steps {
    background: url("../image/svr-steps-bg.png");
}
}