@charset "utf-8";
/* CSS Document */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #191920;
    margin-bottom: 30px;
}
.red {
    color: #d2151c;
}
.down-btn,
.buy-btn {
    display: inline-block;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
}
.down-btn {
    background-color: #008233;
}
.down-btn:hover {
    text-decoration: none;
    background-color: #007331;
}
.down-btn.linear {
    color: #008233 !important;
    border: 1px solid #008233;
    background-color: transparent;
}
.down-btn.linear:hover {
    text-decoration: none;
    color: #004820 !important;
    border-color: #004820;
}
.buy-btn {
    background-color: #d2151c;
}
.buy-btn:hover {
    text-decoration: none;
    background-color: #b50b11;
}
.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("/images/2020/icons/mdr-guarantee-safe-icon.png");
}
.software-guarantee .icon.support {
    background-image: url("/images/2020/icons/mdr-guarantee-support-icon.png");
}
.software-guarantee .icon.money-back {
    background-image: url("/images/2020/icons/mdr-guarantee-money-back-icon.png");
}
.software-guarantee .icon.trusted {
    background-image: url("/images/2020/icons/mdr-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;
}
}

.sm-page-nav {
    display: none;
    width: 100%;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.sm-page-nav.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}
.sm-page-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sm-page-nav .container::after {
    display: none;
}
.sm-page-nav .nav-list {
    display: flex;
    font-size: 1.25rem;

}
.sm-page-nav .nav-list>li {
    padding: 0 30px;
}
.sm-page-nav .nav-list>li a {
    color: #696969;
}
.sm-page-nav .nav-list>li.active a {
    color: #d2151c;
}
.sm-page-nav .buy-btn,
.sm-page-nav .down-btn {
    font-size: 1rem;
    width: 160px !important;
    line-height: 40px !important;
}
@media screen and (max-width: 1023px) {
.sm-page-nav {
    display: none !important;
}
}
.sm-product-overview {
    padding: 80px 0;
    text-align: center;
}

.sm-whats-new {
    text-align: center;
    padding-bottom: 80px;
}
.sm-whats-new .content {
    display: inline-block;
    width: 90%;
    padding: 60px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}
.sm-whats-new ul {
    display: inline-block;
    list-style: disc;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}
.sm-whats-new ul>li {
    margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
.sm-whats-new,
.sm-whats-new h2 {
    text-align: left;
}
.sm-whats-new>.container {
    background: url("/images/2020/sm/sm-whats-new-bg.png") right center no-repeat;
}
.sm-whats-new .content {
    max-width: 50%;
}
}

.sm-compare-infos {
    padding: 80px 0;
}
.sm-compare-infos ul {
    display: flex;
    
}
.sm-compare-infos ul>li {
    flex-basis: 100%;
    max-width: calc(100% / 7);
    font-size: .875rem;
    text-align: center;
    padding: 15px 5px;
}
.sm-compare-nav {
    position: sticky;
    text-align: center;
    color: #fff;
    top: 0;
    z-index: 99;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.sm-compare-nav .edition {
    background-color: #28283a;
}
.sm-compare-nav .edition>li {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 0;
}
.sm-compare-nav .usage {
    display: block;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5em;
}
.sm-compare-nav .usage-explanation {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}
.sm-compare-nav .usage-explanation>span {
    position: absolute;
    display: none;
    width: 230px;
    color: #191920;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 0 4px rgba(0, 0, 0, .4);
    right: 0;
    top: 100%;
}
.sm-compare-nav .usage-explanation:hover>span {
    display: block;
}
.sm-compare-nav .sm-compare-diff-btn-wrap a {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    padding: 8px 10px;
    background-color: rgb(255, 255, 255, .1);
    border: 1px solid;
    border-radius: 5px;
}
.sm-compare-nav .sm-compare-diff-btn-wrap a:hover {
    text-decoration: none;
    color: #28283a;
    background-color: #fff;
}
.sm-compare-nav .price,
.sm-compare-nav .btn {
    background-color: #313148;
}
.sm-compare-nav .price>li {
    padding-bottom: 0;
}
.sm-compare-nav .price>li>span {
    font-size: 1.75rem;
    font-weight: 700;
}
.sm-compare-nav .price .price-old {
    color: #cbcbcb;
}
.sm-compare-nav .compare-btn {
    font-size: 1rem;
    padding: 5px 15px;
}
.sm-compare-nav .down-trial-btn {
    display: block;
    text-decoration: underline;
    color: #cbcbcb;
    margin-top: 5px;
}
.sm-compare-nav .down-trial-btn:hover {
    color: #fff;
}
.sm-compare-features h2 {
    margin: 30px auto;
}
.sm-compare-features ul {
    align-items: center;
}
.sm-compare-features ul:nth-child(2n+1) {
    background-color: #f7f7f7;
}
.sm-compare-features .feature-title {
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
}
.sm-compare-features ul>li>span.not-include::before,
.sm-compare-features ul>li>span.not-include::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 1.25rem;
    height: 2px;
    background-color: #ff3e3e;
}
.sm-compare-features ul>li>span.not-include::before {
    -webkit-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%);
    top: -0.75rem;
}
.sm-compare-features ul>li>span.not-include::after {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    top: -0.75rem;
    right: 0.375rem;
}
.sm-compare-features ul>li>span.include::before,
.sm-compare-features ul>li>span.include::after {
    display: inline-block;
    content: "";
    height: 2px;
    background-color: #099e44;
}
.sm-compare-features ul>li>span.include::before {
    width: 0.75rem;
    transform-origin: right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-compare-features ul>li>span.include::after {
    width: 1.25rem;
    transform-origin: left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 1250px) {
.sm-compare-infos {
    overflow-x: auto;
}
.sm-compare-infos>.container {
    min-width: 1250px;
}
}

.sm-tech-requirement {
    padding: 80px 0;
    background: url("/images/2020/sm/sm-tech_requirement-bg.png") #050734 center no-repeat;
    background-size: cover;
}
.sm-tech-requirement h2 {
    color: #fff;
}
.sm-tech-requirement h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #dedfff;
    margin-bottom: 10px;
}
.sm-tech-requirement .requirements {
    display: flex;
    flex-direction: column;
    color: #acaddd;
}
.sm-tech-requirement .tech-item {
    display: flex;
    padding: 30px;
    border-radius: 5px;
    background-color: #272958;
    margin-bottom: 20px;
}
.sm-tech-requirement .tech-item>.icon {
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 44px;
    margin-right: 20px;
}
.sm-tech-requirement .tech-item>.icon.s {
    background: url("/images/2020/sm/tech-s-icon.png") center no-repeat;
}
.sm-tech-requirement .tech-item>.icon.os {
    background: url("/images/2020/sm/tech-os-icon.png") center no-repeat;
}
.sm-tech-requirement .tech-item>.icon.fs {
    background: url("/images/2020/sm/tech-fs-icon.png") center no-repeat;
}
.sm-tech-requirement .tech-item>.icon.sm {
    background: url("/images/2020/sm/tech-sm-icon.png") center no-repeat;
}
@media screen and (min-width: 1024px) {
.sm-tech-requirement .container {
    background: url("/images/2020/sm/sm-tech_requirement-pic.png") center left no-repeat;
}
.sm-tech-requirement .requirements {
    max-width: 50%;
    float: right;
}
}

.sm-page-main .guides-tips-wrap li a {
    font-size: 1rem;
    padding: 20px 20px 60px;
}
.sm-page-main .guides-tips-wrap .item-heading {
    font-size: 1.25rem;
}
.sm-page-main .guides-tips-wrap a .go-icon {
    color: #696969;
    bottom: 10px;
}
.sm-page-main .guides-tips-wrap a:hover .go-icon {
    color: #d2151c;
}

.sm-product-reviews {
    padding: 100px 0;
    background: url("/images/2020/sm/sm-index-reviews-bg.png") #f7f7f7 center no-repeat;
}
.sm-product-reviews .reviews {
    display: flex;
    justify-content: space-around;
}
.sm-product-reviews .reviews-item {
    position: relative;
    flex-basis: 100%;
    max-width: calc(33.333333% - 40px);
    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);
}
.sm-product-reviews .reviews-item .icon {
    display: block;
    width: 62px;
    height: 50px;
    background: url("/images/2020/icons/reviews-quotation-marks.png") center no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.sm-product-reviews .reviews-item .logo {
    position: absolute;
    max-width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
}
.sm-product-reviews .reviews-item .logo img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:1023px) {
.sm-product-reviews .reviews-item {
    margin-bottom: 30px;
}
.sm-product-reviews .reviews {
    flex-wrap: wrap;
}
.sm-product-reviews .reviews-item {
    max-width: 100%;
    padding: 40px;
}
.sm-product-reviews .reviews-item .logo {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}
}
@media screen and (max-width:767px) {
.sm-product-reviews .reviews-item:last-child {
    margin-bottom: 0px;
}
.sm-product-reviews {
    padding: 60px 0 !important;
}
}

.sm-page-main {
    font-size: 1.125rem;
    line-height: 1.5em;
}
.sm-page-main .down-btn,
.sm-page-main .buy-btn {
    width: 200px;
    line-height: 48px;
    text-align: center;
    padding: 0;
}

.sm-product-banner {
    color: #cbcbcb;
    text-align: center;
}
.sm-product-banner .btn {
    margin-top: 40px;
}
.sm-product-banner .btn>a:first-child {
    margin-right: 20px;
}
@media screen and (min-width: 1024px) {
.sm-product-banner {
    text-align: left;
    background-size: cover !important;
}
.sm-product-banner .content {
    max-width: 50%;
}
}
@media screen and (max-width: 767px) {
.sm-product-banner .btn>a {
    display: block;
    width: 100%;
}
.sm-product-banner .btn>a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
}

.sm-product-compare {
    text-align: center;
    padding: 80px 0;
}
.sm-product-compare .sm-compare-infos {
    padding: 40px 0;
}
.sm-product-compare .sm-compare-infos ul>li {
    max-width: calc(100% / 5);
    font-size: 1rem;
}
.sm-product-compare .sm-compare-nav {
    top: 48px;
}
.sm-product-compare .sm-compare-nav .price>li {
    padding-bottom: 5px;
}
.sm-product-compare .sm-compare-features ul:nth-child(2n+1) {
    background-color: #fff;
}
.sm-product-compare .sm-compare-features ul:nth-child(2n) {
    background-color: #f7f7f7;
}
.sm-product-compare .buy-btn,
.sm-product-compare .down-btn {
    width: auto;
    line-height: normal;
    padding: 10px 20px;
}
.sm-product-compare .run-in-server {
    text-align: left;
    margin-top: 30px;
}
@media screen and (max-width: 1250px) {
.sm-product-compare .sm-compare-nav {
    top: 0;
}
}

/*****************sm index*****************/
.sm-index-banner {
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #cbcbcb;
    padding: 100px 0 150px;
    background: #000;
    background-size: 100% auto;
}
.sm-index-banner>.container {
    display: flex;
    justify-content: space-between;
}
.sm-index-banner .content {
    flex-basis: 100%;
    max-width: 55%;
    padding-right: 100px;
}
.sm-index-banner .down-btn {
    font-size: 1.125rem;
    margin-top: 2.5rem;
}
.sm-index-banner .pic {
    flex-basis: 100%;
    max-width: 45%;
    height: 518px;
    background-size: contain;
}
@media screen and (min-width: 1024px){
.sm-index-banner {
    padding: 150px 0 400px;
    background: url(/images/2020/sm/sm-index-banner-bg.png) #f7f7f7 bottom no-repeat;
    background-size: cover;
}
}
@media screen and (min-width: 1920px){
.sm-index-banner {
    background-position: center;
    background-size: cover;
}
}
.sm-index-editions {
    padding: 230px 0 100px;
    background-color: #f7f7f7;
}
.sm-index-editions>.container {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5em;
    justify-content: space-evenly;
    margin-top: -460px;
}
.sm-index-editions .edition-type {
    flex-basis: 100%;
    max-width: calc(50% - 60px);
    text-align: center;
    padding: 60px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
}
.sm-index-editions .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 40px;
}
.sm-index-editions .icon.home {
    border: 10px solid #fce8e9;
    margin-right: 0;
    background-color: #e11f27;
}
.sm-index-editions .icon.bus {
    border: 10px solid #e7e6e6;
    background-color: #28283a;
}
.sm-index-editions .icon::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
}
.sm-index-editions .icon.home::before {
    background: url("/images/2020/icons/pw-home-user-icon.png") center no-repeat;
}
.sm-index-editions .icon.bus::before {
    background: url("/images/2020/icons/pw-business-user-icon.png") center no-repeat;
}
.sm-index-editions h3 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 30px;
}
.sm-index-editions .system-support {
    font-size: 1.25rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 20px;
}
.sm-index-editions .btns {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
}
.sm-index-editions .sm-edition-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 50px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #696969;
    margin-bottom: 20px;
}
.sm-index-editions .sm-edition-btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #d2151c;
    background-color: #d2151c;
}

.sm-index-features {
    text-align: center;
    padding-bottom: 60px;
    background: url("/images/2020/sm/sm-index-features-bg.png") #f7f7f7 top no-repeat;
    background-size: cover;
}
.sm-index-features .features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sm-index-features .features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    max-width: calc(33.333333% - 40px);
    min-height: 280px;
    padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 6px 0 30px rgba(0, 0, 0, .06);
}
.sm-index-features .features-item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.sm-index-features .features-item h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 10px;
}

.sm-guides-tips {
    padding: 100px 0 !important;
    background: url("/images/2020/sm/sm-index-tips-bg.png") center no-repeat;
}

@media screen and (max-width:1023px) {
.sm-index-banner {
    text-align: center;
    padding: 60px 0 300px;
}
.sm-index-banner .content {
    max-width: 100%;
    padding-right: 0;
}
.sm-index-banner .pic {
    display: none;
}
.sm-index-editions {
    padding-bottom: 60px;
}
.sm-index-editions .edition-type {
    max-width: 100%;
}
.sm-index-editions .edition-type,
.sm-index-features .features-item {
    margin-bottom: 30px;
}
.sm-index-features .features-item {
    max-width: calc(50% - 20px);
}
}
@media screen and (max-width:767px) {
.sm-index-features .features-item {
    max-width: 100%;
}
.sm-index-editions .edition-type:last-child,
.sm-index-features .features-item:last-child {
    margin-bottom: 0px;
}
.guides-tips-wrap {
    padding: 60px 0 !important;
}
}
/*****************sm free*****************/
.sm-free-banner {
    padding: 60px 0 80px;
    background-color: #0f1219;
}
.sm-free-banner p {
    margin-bottom: 5px;
}
.sm-free-banner .mr-by-down {
    font-size: .875rem;
    margin-top: 20px;
}
.sm-free-banner .mt-terms {
    color: #ffb911;
}
@media screen and (min-width: 1024px) {
.sm-free-banner {
    background: url("/images/2020/sm/sm-free-banner-bg.png") center no-repeat;
}
}

.sm-free-whats-new {
    padding: 40px 0 140px;
    background: url("/images/2020/sm/sm-free-whats-new-bg.png") bottom center no-repeat;
    background-size: cover;
}
.sm-free-features {
    padding: 80px 0;
    background: url("/images/2020/sm/sm-free-features-bg.png") center no-repeat;
    background-size: cover;
}
.sm-free-features .features {
    padding-top: 40px;
}
.sm-free-features .features>.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.sm-free-features .features>.item:last-child {
    margin-bottom: 0;
}
.sm-free-features .features>.item:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.sm-free-features .features>.item>div {
    max-width: 45%;
}
.sm-free-features .features>.item h3 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 20px;
}
.sm-free-features .features>.item  .down-btn {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
.sm-free-features .features>.item {
    flex-direction: column !important;
}
.sm-free-features .features>.item>div {
    max-width: 100%;
}
.sm-free-features .features>.item .pic {
    margin-bottom: 40px;
}
.sm-free-features .features>.item .content {
    text-align: center;
}
.sm-free-features .features>.item img {
    max-width: 100%;
    height: auto;
}
}

.sm-free-additional-features {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.sm-free-additional-features h2 {
    margin-bottom: 40px;
}
.sm-free-additional-features .additional-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-free-additional-features .item {
    display: flex;
    max-width: calc(100% / 2 - 20px);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .06);
}
.sm-free-additional-features h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 10px;
}
.sm-free-additional-features .icon {
    display: block;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}
.sm-free-additional-features .content {
    padding-left: 20px;
}
@media screen and (max-width: 1023px) {
.sm-free-additional-features .item {
    flex-direction: column;
    max-width: 100%;
}
.sm-free-additional-features .icon {
    margin-bottom: 20px;
}
.sm-free-additional-features .content {
    padding-left: 0;
}
}

.sm-free-tips {
    background: #f7f7f7;
}

.sm-free-faqs {
    background-color: #f7f7f7;
}
.sm-free-faqs .faqs {
    display: flex;
    flex-direction: column;
}
.sm-free-faqs .item {
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    margin-bottom: 30px;
}
.sm-free-faqs .item .faq-question {
    position: relative;
    font-size: 1.5rem;
    padding: 12px 46px 12px 20px;
    cursor: pointer;
}
.sm-free-faqs .item .faq-question::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 20px;
}
.sm-free-faqs .item.active .faq-question {
    border-bottom: 1px solid #e7e6e6;
}
.sm-free-faqs .item.active .faq-question::before {
    content: "—";
}
.sm-free-faqs .item .faq-answer {
    display: none;
    padding: 30px 20px;
}

.sm-free-reviews .more {
    text-align: center;
}
.sm-free-reviews .reviews {
    margin-top: 40px;
}
.sm-free-reviews .reviews-item {
    max-width: calc(100% / 4 - 15px);
}
@media screen and (max-width: 1023px) {
.sm-free-reviews .reviews {
    flex-direction: column;
}
.sm-free-reviews .reviews-item {
    max-width: 100%;
    margin-bottom: 30px;
}
.sm-free-reviews .reviews-item:last-child {
    margin-bottom: 0;
}
}

/*****************sm pro*****************/
.sm-pro-banner {
    padding: 100px 0 120px;
    background-color: #0f1219;
}
@media screen and (min-width: 1024px) {
.sm-pro-banner {
    padding: 140px 0 210px;
    background: url("/images/2020/sm/sm-pro-banner-bg.png") #0f1219 center no-repeat;
}
}

.sm-pro-features {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.sm-pro-features>.container {
    text-align: center;
}
.sm-pro-features .btn {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}
.sm-pro-features .buy-btn {
    margin-right: 20px;
}
.sm-pro-features .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-pro-features .features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 4px 0 20px rgba(0, 0, 0, .1);
}
.sm-pro-features .features-item:last-child {
    margin-bottom: 0;
}
.sm-pro-features h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin: 20px 0;
}
@media screen and (min-width: 1024px) {
.sm-pro-features>.container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
}
.sm-pro-features .content,
.sm-pro-features h2 {
    text-align: left;
}
.sm-pro-features .content {
    position: sticky;
    max-width: 35%;
    padding-right: 100px;
    top: 60px;
}
.sm-pro-features .features {
    max-width: 65%;
}
.sm-pro-features .features-item {
    align-items: flex-start;
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
}
.sm-pro-features .btn {
    flex-direction: column;
}
.sm-pro-features .buy-btn {
    margin-bottom: 20px;
}
}

.sm-pro-disaster-recovery {
    text-align: center;
    padding: 80px 0;
}
.sm-pro-disaster-recovery .situations {
    position: relative;
    height: 500px;
    margin-top: 40px;
}
.sm-pro-disaster-recovery .pc {
    display: none;
}
.sm-pro-disaster-recovery ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sm-pro-disaster-recovery ul>li {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sm-pro-disaster-recovery ul>li img {
    margin-bottom: 10px;
}
.sm-pro-disaster-recovery .blue-error {
    width: 170px;
    height: 170px;
    color: #5083f9;
    background-color: #f6f8ff;
    top: 110px;
    right: 0;
}
.sm-pro-disaster-recovery .ransomware-sttack {
    width: 200px;
    height: 200px;
    color: #6c54e4;
    background-color: #fff;
    box-shadow: 3px 0 20px rgba(0, 0, 0, .06);
    left: 160px;
    bottom: 0;
}
.sm-pro-disaster-recovery .hard-drive-failure {
    width: 190px;
    height: 190px;
    color: #007eff;
    background-color: #fff;
    box-shadow: 3px 0 20px rgba(0, 0, 0, .06);
    right: 130px;
    bottom: 0;
}
.sm-pro-disaster-recovery .system-crash {
    width: 160px;
    height: 160px;
    color: #f34a43;
    background-color: #fff;
    box-shadow: 3px 0 20px rgba(0, 0, 0, .06);
    top: 0;
    right: 200px;
}
.sm-pro-disaster-recovery .natural-disaster {
    width: 180px;
    height: 180px;
    color: #04bbb9;
    background-color: #f3fffb;
    top: 0;
    left: 180px;
}
.sm-pro-disaster-recovery .human-error {
    width: 140px;
    height: 140px;
    color: #ec7424;
    background-color: #fff9f2;
    top: 170px;
    left: 0;
}

@media screen and (min-width: 1024px) {
.sm-pro-disaster-recovery .pc {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/2020/sm/disaster-recovery-pc.png") center no-repeat;
}
}
@media screen and (max-width: 767px) {
.sm-pro-disaster-recovery .situations {
    height: auto;
}
.sm-pro-disaster-recovery ul {
    position: relative;
    justify-content: space-between;
}
.sm-pro-disaster-recovery ul>li {
    position: static;
    width: 100% !important;
    border-radius: 5px;
    background-color: #fff !important;
    margin-bottom: 20px;
    box-shadow: 3px 0 20px rgba(0, 0, 0, .06);
}
}

.sm-pro-what-else {
    color: #cbcbcb;
    padding: 80px 0;
    background-color: #0e0e0f;
}
.sm-pro-what-else h2 {
    color: #fff;
}
.sm-pro-what-else .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-pro-what-else .features-item {
    display: flex;
    flex-direction: column;
    max-width: calc(100% / 4 - 10px);
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #232328;
}
.sm-pro-what-else h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin: 20px 0;
}
@media screen and (min-width: 1024px) {
.sm-pro-what-else {
    background: url("/images/2020/sm/sm-pro-what-else-bg.png") #0e0e0f center no-repeat;
    background-size: cover;
}
}
@media screen and (max-width: 1023px) {
.sm-pro-what-else .features-item {
    max-width: 100%;
    margin-bottom: 20px;
}
}

/*****************sm business*****************/
.sm-bus-banner {
    padding: 60px 0 80px;
    background-color: #0f1219;
}
@media screen and (min-width: 1024px) {
.sm-bus-banner {
    background: url("/images/2020/sm/sm-bus-banner-bg.jpg") center no-repeat;
}
}
.sm-bus-features {
    padding: 80px 0 80px;
    background: url("/images/2020/sm/sm-bus-protect-business-bg.png") center no-repeat;
    background-size: cover;
}
.sm-bus-features .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-bus-features .item {
    display: flex;
    max-width: calc(100% / 2 - 20px);
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.sm-bus-features .icon {
    flex-shrink: 0;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f7f7f7;
    background-position: center;
}
.sm-bus-features .content {
    color: #696969;
    padding-left: 20px;
}
.sm-bus-features h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
.sm-bus-features .item {
    max-width: 100%;
    margin-bottom: 30px;
}
}

.sm-bus-disaster-recovery {
    padding: 80px 0;
}
.sm-bus-disaster-recovery .situations {
    display: flex;
    color: #a7a7bd;
    border-radius: 5px;
    background-color: #130b49;
}
.sm-bus-disaster-recovery .situations>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px;
}
.sm-bus-disaster-recovery .item {
    margin-bottom: 40px;
}
.sm-bus-disaster-recovery .item:nth-last-child(1) {
    margin-bottom: 0;
}
.sm-bus-disaster-recovery h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.sm-bus-disaster-recovery a {
    color: #a7a7bd;
    text-decoration: underline;
}
.sm-bus-disaster-recovery a:hover {
    color: #fff;
}
@media screen and (min-width: 1024px) {
.sm-bus-disaster-recovery .situations {
    justify-content: flex-end;
    background: url("/images/2020/sm/sm-bus-disaster-bg.png") center no-repeat;
    background-size: cover;
}
.sm-bus-disaster-recovery .situations>.container {
    max-width: calc(65% + (1920px - 100vw) / 10);
}
.sm-bus-disaster-recovery .item {
    max-width: calc(100% / 2 - 20px);
    font-size: 1rem;
}
.sm-bus-disaster-recovery h3 {
    font-size: 1.25rem;
}
.sm-bus-disaster-recovery .item:nth-last-child(2) {
    margin-bottom: 0;
}
}

.sm-bus-advanced-features {
    padding: 80px 0;
}
.sm-bus-advanced-features .btn {
    display: flex;
    justify-content: center;
}
.sm-bus-advanced-features .btn>a:first-child {
    margin-right: 20px;
}
.sm-bus-advanced-features .features {
    margin-top: 40px;
}
.sm-bus-advanced-features .item {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .06);
}
.sm-bus-advanced-features h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin: 10px auto;
}
@media screen and (min-width: 1024px) {
.sm-bus-advanced-features {
    padding: 40px 0 60px;
}
.sm-bus-advanced-features>.container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.sm-bus-advanced-features .content {
    position: sticky;
    max-width: 40%;
    padding-right: 160px;
    top: 60px;
}
.sm-bus-advanced-features h2 {
    text-align: left;
}
.sm-bus-advanced-features .btn {
    flex-direction: column;
}
.sm-bus-advanced-features .btn>a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.sm-bus-advanced-features .features {
    max-width: 50%;
    margin-top: 0;
}
}

.sm-bus-compare {
    background-color: #f7f7f7;
}
.sm-bus-compare ul>li {
    max-width: 25% !important;
}
.sm-bus-compare ul>li:first-child {
    max-width: 40% !important;
}

.sm-bus-tech {
    background-color: #fff;
}
.sm-bus-tech .tech-item {
    color: #696969;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .06);
}
.sm-bus-tech h2 {
    color: #191920;
}
.sm-bus-tech h3 {
    color: #191920;
}
@media screen and (min-width: 1024px) {
.sm-bus-advanced-features {
    background: url("/images/2020/sm/sm-bus-advanced-bg.png") center no-repeat;
    background-size: cover;
}
}

/*****************sm bootable*****************/
.sm-boot-banner {
    padding: 60px 0 80px;
    background-color: #10121a;
}
.sm-boot-banner ul {
    display: inline-block;
    list-style: disc;
    padding-left: 20px;
}
.sm-boot-banner ul>li {
    text-align: left;
    margin-bottom: 10px;
}
.sm-boot-banner .btn {
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
.sm-boot-banner {
    background: url("/images/2020/sm/sm-bootable-banner-bg.png") center no-repeat;
}
}
.sm-boot-cando {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.sm-boot-cando .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-boot-cando .content>.item {
    flex-basis: 100%;
    max-width: calc(100% / 4 - 20px);
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 6px 0px 20px rgba(0, 0, 0, .06);
}
.sm-boot-cando .content .icon {
    margin-bottom: 20px;
}
.sm-boot-cando .content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
.sm-boot-cando .content>.item {
    max-width: calc(100% / 2 - 20px);
    margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.sm-boot-cando .content>.item {
    max-width: 100%;
    margin-bottom: 30px;
}
}
.sm-boot-get {
    text-align: center;
    color: #cbcbcb;
    padding: 80px 0px;
    background-color: #0e0e0f;
}
.sm-boot-get .container {
    max-width: 1000px;
}
.sm-boot-get h2 {
    color: #fff;
}
.sm-boot-get .down-btn {
    margin-top: 40px;
}
@media screen and (min-width: 1024px) {
.sm-boot-get {
    background: url("/images/2020/sm/boot-get-bg.png") center no-repeat;
    background-size: cover;
}
}
.sm-boot-screenshot {
    padding: 80px 0;
    background-color: #f7f7ff;
}
.sm-boot-screenshot .screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-boot-screenshot .item {
    flex-basis: 100%;
    max-width: calc(100% / 3 - 20px);
}
.sm-boot-screenshot .item>img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
.sm-boot-screenshot .screenshots {
    flex-direction: column;
    align-items: center;
}
.sm-boot-screenshot .item {
    max-width: 100%;
    margin-bottom: 30px;
}
}
.sm-boot-faq {
    padding: 80px 0;
}
.sm-boot-faq .faqs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-boot-faq .item {
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 4px 0 30px rgba(0, 0, 0, .1);
}
.sm-boot-faq .item>a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    color: #191920;
    padding: 40px;
}
.sm-boot-faq .item>a:hover {
    text-decoration: none;
}
.sm-boot-faq .item>a>span {
    display: block;
    font-size: 1rem;
    color: #696969;
    margin-top: 40px;
    text-decoration: underline;
}
.sm-boot-faq .item>a:hover>span {
    color: #b50b11;
}
@media screen and (min-width: 1024px) {
.sm-boot-faq {
    background: url("/images/2020/sm/sm-faq-bg.png") center no-repeat;
    background-size: cover;
}
.sm-boot-faq .faqs {
    padding-top: 200px;
}
.sm-boot-faq .item {
    max-width: calc(100% / 2 - 30px);
}
.sm-boot-faq .item:first-child {
    position: relative;
    top: -150px;
}
}
/*****************sm install*****************/
.sm-install-banner,
.sm-upgrade-banner {
    padding: 80px 0;
    background: url("/images/2020/sm/sm-install-upgrade-banner-bg.png") top #fff no-repeat;
    background-size: 100% 896px;
}
.sm-install-banner h1,
.sm-upgrade-banner h1 {
    text-align: center;
}
.sm-banner-upgrade h2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
}
.sm-banner-upgrade .tab-nav {
    justify-content: center;
}
.sm-banner-upgrade .tab-nav>li {
    position: relative;
    width: 240px;
    line-height: 54px;
    font-size: 1.5rem;
    color: #696969;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.sm-banner-upgrade .tab-nav>li#home {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sm-banner-upgrade .tab-nav>li#bus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sm-banner-upgrade .tab-nav>li.current {
    color: #fff;
    background-color: #d2151c;
}
.sm-banner-upgrade .tab-nav>li.current::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #d2151c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}
.sm-banner-upgrade .tab-wrap {
    margin-top: 40px;
}
.sm-banner-upgrade .tab-wrap>.note {
    display: block;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 20px;
}
.sm-banner-upgrade .tab-wrap>.note strong {
    color: #fff;
}
.sm-banner-upgrade .tab-items {
    display: none;
    justify-content: space-between;
}
.sm-banner-upgrade .tab-items.home {
    margin-right: 0;
}
.sm-banner-upgrade .tab-items.active {
    display: flex;
}
.sm-banner-upgrade .tab-items .item {
    flex-basis: 100%;
    max-width: calc(33.333333% - 100vw / 96);
    text-align: center;
    padding: 50px calc(100vw / 38.4);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, .1);
}
.sm-banner-upgrade .tab-items.bus {
    justify-content: space-evenly;
}
.sm-banner-upgrade .tab-items.bus .item {
    max-width: calc(50% - 100vw / 13.5);
    padding: 50px calc(100vw / 24);
}
.sm-banner-upgrade .tab-items .edition {
    font-size: 1.875rem;
    font-weight: 500;
    color: #191920;
    margin-bottom: 10px;
}
.sm-banner-upgrade .tab-items .license {
    margin-bottom: 30px;
}
.sm-banner-upgrade .tab-items .license>.note {
    position: relative;
    cursor: pointer;
}
.sm-banner-upgrade .tab-items .license>.note::before {
    display: inline-block;
    margin-left: 10px;
}
.sm-banner-upgrade .tab-items .license>.note>span {
    position: absolute;
    display: none;
    font-size: .625rem;
    line-height: 1.5em;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 1px 0 4px rgba(0, 0, 0, .4);
}
.sm-banner-upgrade .tab-items .license>.note:hover>span {
    display: block;
}
.sm-banner-upgrade .tab-items .price {
    color: #191920;
    margin-bottom: 20px;
}
.sm-banner-upgrade .tab-items .price>span {
    font-size: 2.75rem;
    font-weight: 700;
}
.sm-banner-upgrade .tab-items .price-old {
    color: #696969;
}
.sm-banner-upgrade .tab-items .buy-btn {
    margin-bottom: 40px;
}
.sm-banner-upgrade .tab-items .infos {
    text-align: left;
    padding: 40px 10px 0 30px;
    border-top: 1px solid #eee;
    list-style: disc;
}
.sm-banner-upgrade .tab-items .infos>li {
    margin-bottom: 10px;
}
.sm-banner-upgrade .tab-items .diff {
    color: #d2151c;
}
.sm-banner-upgrade .desc {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-top: 40px;
}
.sm-problems {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.sm-problems .article-list {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 40px;
    list-style: disc;
}
.sm-problems .article-list>li {
    flex-basis: 100%;
    max-width: calc(33.333333% - 20px);
    margin-bottom: 20px;
}
.sm-problems .article-list>li>a {
    font-size: 1.125rem;
    color: #696969;
}
.sm-problems .article-list>li>a:hover {
    color: #b50b11;
}
@media screen and (max-width: 767px) {
.sm-banner-upgrade .tab-nav>li {
    width: 50%;
}
.sm-banner-upgrade .tab-items .item {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.sm-problems .article-list>li {
    max-width: 100%;
}
}
/*****************sm uninstall*****************/
.sm-uninstall-banner {
    padding: 65px 0;
    background: url("/images/2020/sm/sm-uninstall-banner-bg.png") top no-repeat;
    background-size: cover;
}
.sm-uninstall-banner h1 {	
	line-height: 5.25rem;
	margin-bottom: 0;
	font-size: 3.5rem;
    color: #191920;
    text-align: center;   
}
.sm-uninstall-banner h1 span{
	display: block;
}

/*****************sm thanksdown*****************/
.sm-thanksdown-banner{
	padding: 97px 0;
	background: url("/images/2020/sm/sm-thanks-down-banner-bg.png") center no-repeat;
	background-size: cover;
}

.sm-thanksdown-banner h1{
	margin-bottom: 0;
	line-height: 4.125rem;
	font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
}

.thanksdown-products{
	padding: 100px 0;
}
.thanksdown-products h2{
	padding: 0 0 3.75rem;
	margin-bottom: 0;
	line-height: 2.9375rem;
	font-size: 2.5rem;
	color: #28283A;
	text-align: center;
}
.thanksdown-products h2 span{
	background-image: linear-gradient(90deg, #19D29C -23.16%, #00986B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.feedback-products-container{
	justify-content: center;
}
.feedback-products-item{
	max-width: 853px;
	width: 100%;
	padding: 40px;
	background-color: #f4f4f4;
	border-radius: 10px;
}
.feedback-products-item:not(:last-child){
	margin-right: calc(100% * 0.029411);
}
.feedback-products-item h3{
	line-height: 42px;
	margin-bottom: 1.875rem;
	font-size: 2.25rem;
	font-weight: 600;
	color: #191920;
}
.feedback-products-item .descript{
	line-height: 27px;
	margin-bottom: 1.875rem;
	font-size: 1.125rem;	
	color: #424A4F;
}
.feedback-products-item .descript span{
	font-weight: 500;
	color: #008233;
}
.feedback-products-item .downbtn{
	display: inline-block;
	line-height: 24px;
	padding: 10px 30px;
	background-color: #008233;
	border-radius: 4px;
	font-size: 1.125rem;
	color: #fff;
}
.feedback-products-item .downbtn:hover{
	background-color: #007930;
	text-decoration: none;
}
.feedback-products-item .read-more{
	display: inline-block;
	margin-top: 10px;
	font-size: 1.125rem;
	color: #696969;
	text-decoration: underline;
}
.feedback-products-item .read-more:hover{
	text-decoration: none;
}
.feedback-products-item .img{
	margin-top: 10px;
	text-align: center;
}

.feedback-pdf{
	background: url("/images/2020/sm/feedback-pdf-bg.png") center no-repeat;
	background-size: cover;
}
.feedback-pdf h3,
.feedback-pdf .descript,
.feedback-pdf .read-more{
	color: #fff;
}
.feedback-pdf .descript span{
	color: #FAFF0A;
}
.feedback-pdf .downbtn{
	background-color: #fff;
	color: #158965;
}
.feedback-pdf .downbtn:hover{
	background-color: #f7f7f7;
}
.feedback-pdf .img{
	margin-top: 30px;
}
@media screen and (max-width: 1023px) {

.feedback-products-item:not(:last-child){
	margin-bottom: 40px;
	margin-right: 0;
}
	
}

/*****************sm history*****************/
.sm-history-banner,
.sm-reviews-banner,
.sm-compare-banner {
    padding: 60px 0 80px;
    background-color: #0f1219;
    background-size: cover;
}
.sm-history-banner .content,
.sm-reviews-banner .content,
.sm-compare-banner .content {
    font-size: 1.125rem;
    line-height: 1.5em;
    text-align: center;
    color: #cbcbcb;
}
.sm-history-banner .down-btn {
    margin-top: 30px;
}
@media screen and (min-width: 1024px) {
.sm-history-banner {
    padding: 120px 0;
    background: url("/images/2020/sm/sm-history-banner-bg.png") #0f1219 center no-repeat;
}
.sm-history-banner .content,
.sm-reviews-banner .content,
.sm-compare-banner .content {
    max-width: 50%;
    text-align: left;
}
}
.sm-history-infos {
    padding: 80px 0;
}
.sm-history-infos>.container>.note {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.sm-history-infos .content {
    justify-content: space-between;
    padding-top: 60px;
}
.sm-history-infos .years {
    flex-basis: 100%;
    max-width: calc(100vw / 8);
}
.sm-history-infos .years-list {
    flex-direction: column;
}
.sm-history-infos .years-list>li {
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    cursor: pointer;
}
.sm-history-infos .years-list>li.current,
.sm-history-infos .years-list>li:hover {
    color: #fff;
    background-color: #d2151c;
}
.sm-history-infos .infos {
    flex-basis: 100%;
    margin-left: 100px;
    font-size: 1.125rem;
    color: #696969;
}
.sm-history-infos .sm-history-info-wrap {
    display: none;
}
.sm-history-infos .sm-history-info-wrap.active {
    display: block;
}
.sm-history-infos .history-item {
    position: relative;
    padding: 0 0 60px 30px;
    border-left: 1px solid #ff7277;
}
.sm-history-infos .history-item:last-child {
    padding-bottom: 0;
}
.sm-history-infos .history-item::before{
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ff7277;
    background-color: #fff;
    top: 6px;
    left: -9px;
}
.sm-history-infos .history-item::after{
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff7277;
    top: 10px;
    left: -5px;
}
.sm-history-infos .history-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #191920;
    margin-bottom: 20px;
}
.sm-history-infos .history-item ul {
    list-style: disc;
    padding-left: 20px;
}
.sm-history-infos .history-item ul>li {
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
.sm-history-infos .years {
    max-width: 100%;
    margin-bottom: 30px;
}
.sm-history-infos .years-list {
    flex-direction: row;
}
.sm-history-infos .years-list>li {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
}
.sm-history-infos .infos {
    margin-left: 0;
}
}
/*****************sm reviews*****************/
@media screen and (min-width: 1024px) {
.sm-reviews-banner {
    padding: 120px 0;
    background: url("/images/2020/sm/sm-reviews-banner-bg.png") #0f1219 center no-repeat;
}
}
.sm-editor-reviews {
    padding: 80px 0;
    background: url("/images/2020/sm/sm-reviews-content-bg.png") center;
}

.sm-editor-reviews .reviews {
    flex-wrap: wrap;
    justify-content: space-between;
}
.sm-editor-reviews .reviews-item {
    flex-basis: 100%;
    max-width: calc(100% / 3 - 20px);
    padding: 40px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 2px 0 20px rgba(0, 0, 0, .08);
}
.sm-editor-reviews .reviews-item .icon {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.sm-editor-reviews .reviews-item .more {
    display: block;
    color: #191920;
    text-decoration: underline;
    margin-top: 20px;
}
.sm-editor-reviews .reviews-item .more:hover {
    color: #d2151c;
}
@media screen and (max-width: 1023px) {
.sm-editor-reviews .reviews-item {
    max-width: calc(100% / 2 - 20px);
    margin-bottom: 40px;
}	
}
@media screen and (max-width: 767px) {
.sm-editor-reviews .reviews-item {
    max-width: 100%;
    margin-bottom: 30px;
}
}
/*****************sm compare*****************/
@media screen and (min-width: 1024px) {
.sm-compare-banner {
    padding: 110px 0;
    background: url("/images/2020/sm/sm-compare-banner-bg.png") #0f1219 center no-repeat;
}
}


/**help**/
.sm-help-banner{
	padding: 60px 0 80px;
	background-color: #0f1219;
	background-size: cover;
}
.sm-help-banner .content {
    font-size: 1.125rem;
    line-height: 1.5em;
    text-align: center;
    color: #cbcbcb;
}
.sm-help-banner p{
	line-height: 1.875rem;
	margin-top: 1.25rem;
}
.sm-manual{
	padding: 80px 0 40px;
}
.sm-manual-container{
	flex-wrap: wrap;
}
.sm-manual-container .col-3-1{
	padding: 0 20px;
	margin-bottom: 2.5rem;
}
.sm-manual-container .sm-manual-content{
	height: 100%;
	padding: 2.5rem;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(180,178,196,0.2);
}
.sm-manual-container .sm-manual-content i.sm-manual-icon{
	display: inline-block;
	width: 38px;
	height: 50px;
	margin-bottom: 20px;
	background-image: url(/images/2020/icons/dr-manual-icon.png);
}
.sm-manual-container .sm-manual-content h3{	
	margin-bottom: 1.25rem;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}
.sm-manual-container .sm-manual-content ul li{
	position: relative;
	line-height: 30px;
	padding-left: 20px;
	font-size: 18px;
}
.sm-manual-container .sm-manual-content ul li:before{
	position: absolute;
	display:inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #696969;
	left: 0;
	top: 10px;
}
.sm-manual-container .sm-manual-content ul li a{
	color: #696969;
}
.sm-manual-container .sm-manual-content ul li a:hover{
	color: #d2151c;
}

@media screen and (min-width: 1024px) {
	.sm-help-banner{
		padding: 90px 0;
		background-image: url(/images/2020/sm/manual-banner-bg.png);
	}
}
/**help end**/
