html, body, h1, h2, h3, h4, h5, h6, li, ol, ul, p, dl, dd, dt, center {
    margin: 0;
    padding: 0;
    line-height: 1;
}

body {
    background: #fff;
}

#banner {
    background: url("/assets/images/backgrounds/share-backup-software-banner.jpg") no-repeat center;
    background-size: cover;
}

#banner .banner-wrap {
    max-width: 1200px;
    padding: 65px 15px;
    margin: auto;
}

#banner .banner-panel {
    background-color: #ffffff;
    opacity: 0.85;
    padding: 40px 100px;
    text-align: center;
}

#banner h1 {
    font-size: 6rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 2px;
    color: #2f2f2f;
    padding: 0;
    margin-bottom: 40px;
}

#banner .f-20 {
    font-size: 2.6rem;
    color: #131313;
    margin-bottom: 25px;
    font-weight: bold;
}

.clnet {
    width: 250px;
    padding: 10px 0;
    border-radius: 2px;
    border: solid 1px rgba(9, 9, 9, 0.22);
    margin: 0 auto 35px;
}

.yg-download {
    font-size: 2rem;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #ed8f13,
            #ed8f13);
    background-blend-mode: normal,
    normal;
    border-radius: 10px;
    color: #fff;
    line-height: 45px;
    min-width: 220px;
    display: table;
    margin: auto;
}

#banner .f-14 {
    text-align: center;
    font-size: 1.4rem;
    color: #2f2f2f;
    padding-top: 10px;
    padding-bottom: 48px;
}

#banner .banner-ul {
    word-spacing: -8px;
    text-align:center;
}

#banner .banner-ul li {
    display: inline-block;
    word-spacing: normal;
    margin: 0 30px;
    text-align: left;
    color: #444444;
    vertical-align: middle;
    position: relative;
    padding-left: 60px;
    min-width: 120px;

}

#banner .banner-ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("/assets/images/icons/icon-country.png") no-repeat center;
    width: 49px;
    height: 49px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

#banner .banner-ul li:nth-of-type(2):before {
    background: url("/assets/images/icons/icon-user.png") no-repeat center;
}

#banner .banner-ul li:nth-of-type(3):before {
    background: url("/assets/images/icons/icon-security.png") no-repeat center;
}

#banner .banner-ul li:nth-of-type(4):before {
    background: url("/assets/images/icons/icon-tec.png") no-repeat center;
}

#banner .banner-ul li h6 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 28px;
}

#banner .banner-ul li p {
    font-size: 14px;
    color: #444444;
    font-weight: 500;
}

.center-box {
    background-image: linear-gradient(
            #e4e4ea,
            #e4e4ea),
    linear-gradient(
            #f8f8f8,
            #f8f8f8);
    background-blend-mode: normal,
    normal;
}

.center-box .center-wrap {
    max-width: 1200px;
    padding: 50px 15px;
    margin: auto;
}

.center-box .free {
    max-width: 970px;
    margin: auto;
    background-size: cover;
}

.free h2 {
    max-width: 520px;
    font-weight: bold;
    font-size: 5.4rem;
    color: #fbfbfb;
    text-align: left;
    margin: auto;
}

.free h2 small {
    font-size: 3rem;

}

.xl-gr-buttom {
    margin: 70px auto 0;
    max-width: 520px;
    text-align: center;
}

.xl-box {
    position: relative;
}


.center-box .text-box {
    max-width: 1000px;
    margin: 55px auto 0 auto;
}

.text-box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #1a1a1a;
}

.text-box h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #091871;
    margin: 15px auto 0 0;
}

.text-box p {
    font-size: 1.4rem;
    line-height: 26px;
    color: #333333;
}

.mt30 {
    margin-top: 30px;
}

.text-box center {
    margin: 35px 0;
}

.text-box .why-dl {
    max-width: 680px;
    margin: auto;
}

.text-box .why-dl dd {
    display: inline-block;
    max-width: 50%;
    margin: 0 15px 20px;
    min-width: 305px;
}

.text-box .why-dl dd i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: linear-gradient(90deg,
    #da03e4 0%,
    #8d0ac8 100%),
    linear-gradient(
            #000000,
            #000000);
    background-blend-mode: normal,
    normal;
    border-radius: 2px;
    margin-right: 15px;
}

.text-box .why-dl dd:nth-of-type(2) i {
    background-image: linear-gradient(90deg,
    #27ded7 0%,
    #047bb0 100%),
    linear-gradient(
            #000000,
            #000000);
}
.text-box .why-dl dd:nth-of-type(3) i {
    background-image: linear-gradient(90deg,
    #8c59f9 0%,
    #5a1de5 100%),
    linear-gradient(
            #000000,
            #000000);
}

.text-box .why-dl dd:nth-of-type(4) i {
    background-image: linear-gradient(90deg,
    #4280fd 0%,
    #0c33da 100%),
    linear-gradient(
            #000000,
            #000000);
}

.text-box .why-dl dd p {
    display: inline-block;
    vertical-align: middle;
}
.smart-ul{
    word-spacing: -8px;
}
.smart-ul li{
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 490px;
    box-shadow: 0px 15px 29px 0px
    rgba(86, 131, 244, 0.35);
    border-radius: 10px;
    margin-bottom: 50px;

}
.smart-ul li:nth-of-type(odd){
    margin-right: 20px;
}
.smart-ul .top{
    background: url('/assets/images/backgrounds/share-backup-software-bg-backup.png') no-repeat center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
.smart-ul li:nth-of-type(2) .top{
    background: url('/assets/images/backgrounds/share-backup-software-bg-restore.png') no-repeat center;
    background-size: cover;
}
.smart-ul li:nth-of-type(3) .top{
    background: url('/assets/images/backgrounds/share-backup-software-bg-clone.png') no-repeat center;
    background-size: cover;
}
.smart-ul li:nth-of-type(4) .top{
    background: url('/assets/images/backgrounds/share-backup-software-bg-settings.png') no-repeat center;
    background-size: cover;
}
.smart-ul h4{
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.smart-ul .bottom{
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.smart-ul li:nth-of-type(1) .bottom dd, .smart-ul  li:nth-of-type(2) .bottom dd{
    min-height: 70px;
}

.smart-ul .bottom dl{
    padding-left: 20px;
    margin-top: 15px;
}
.smart-ul .bottom dt{
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.smart-ul .bottom dt:before{
    display: inline-block;
    position: absolute;
    content: '';
    background: url("/assets/images/icons/shar-icon.png") no-repeat left center;
    width: 12px;
    height: 13px;
    left: -20px;
    top: 4px;
}
.smart-ul .bottom dd{
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    min-height: 96px;
}
.ph101{
    height: 121px;
}
.inquire{
    font-size: 14px;
    line-height: 45px;
    display: table;
    margin:30px  auto 0;
    color: #091871;
    border-radius: 10px;
    border: solid 1px #091871;
    height: 45px;
    min-width: 180px;
    text-align: center;
}
.inquire:hover{
    background: #091871;
    color: #fff;
}
.m-download{
    display: none;
}
@media (max-width: 1199px) {
    #banner .banner-ul li{
        margin: 0 5px;
    }
    .smart-ul li:nth-of-type(odd){
        margin-right: 10px;
    }

}
@media (max-width: 991px) {
    #banner .banner-panel {
        padding: 40px 10px;
    }
    .m-download{
        display: table;
    }
    #banner .banner-ul li p {
        font-weight: normal;
    }

    .pc-downlaod,.am-promotion-entry{
        display: none!important;
    }

    #banner h1 {
        padding: 0 !important;
    }

    #banner .banner-ul li {
        /*display: block;*/
        max-width: 50%;
        margin: 0 30px;
    }
    h2{
        line-height: 1.3;
    }

    .smart-ul li:nth-of-type(odd) {
        margin-right: auto;
    }

    .smart-ul li,.good .paid-block {
        display: block;
        max-width: 100%;
    }
    .ph101{
        display: none;
    }
    .smart-ul .bottom dd,.smart-ul li:nth-of-type(1) .bottom dd, .smart-ul  li:nth-of-type(2) .bottom dd{
        min-height: auto;
    }

}
.reviews {
    position: relative;
}
.reviews .main-txt p {
    font-size: 14px;
    line-height: 22px;
    color: #5c5d5e;
    text-align: left;
}

.reviews h2 {
    text-align: center;
    margin-bottom: 40px;
}
.reviews .toggle-reviews .tt{
    font-weight: normal;
}

.reviews-box .col-md-6 {
    padding: 0 15px;
}

.toggle-reviews .button {
    cursor: pointer;
}
.jump{
    margin-top: 50px;
    text-align: center;
}
.jump a{
    min-width: 180px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #1e4d9d;
    display: inline-block;
    vertical-align: top;
}
.jump a i{
    background: url("/assets/images/icons/facebook.png") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 45px;
    display: block;
    margin: auto;
}
.jump a:hover{
    background:#091871 ;
    transition: .3s;
}
.jump a:hover  i{
    background: url("/assets/images/icons/facebook-hover.png") no-repeat center;
}
.jump a:first-child{
    margin-right: 20px;
}
.jump a:last-child i{
    background: url("/assets/images/icons/twitter.png") no-repeat center;
}

.jump a:last-child:hover  i{
    background: url("/assets/images/icons/twitter-hover.png") no-repeat center;
}
@media (max-width: 555px) {
    #banner .banner-ul li {
        display: block;
        max-width: 100%;
        margin-bottom: 10px;

    }

    .free h2 {
        max-width: 100%;
    }

    .jump a:first-child{
        margin-right:auto;
        margin-bottom: 5px;
    }
}
@media (min-width: 556px) and (max-width: 990px) {
    #banner .banner-ul {
        margin: auto;
        max-width: 510px;
        text-align: left;
    }
    #banner .banner-ul li{
        margin-bottom: 10px;
        min-width: 180px;
    }
}
@media (max-width: 700px)  and (min-width: 425px){
    .text-box .why-dl{
        max-width: 350px;
        margin: auto;
    }
}

