#banner {
    background: #21313e url(../images/backupper-for-windows7/bg-br.jpg) no-repeat center center;
    background-size: cover;
}

#banner p {
    padding: 0;
}

#banner a {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    width: 19.3%;
}

#banner a.download-blue {
    margin-right: 3%
}

.product-feature {
    background: url(../images/backupper-for-windows7/bg-win7.jpg) no-repeat center center;
    background-size: cover;
}

.product-feature h2 {
    padding-bottom: 0;
}

.main-menu-content ol li {
    width: 21%;
    margin-right: 5%;
    height: auto;
    padding: 16px 20px;
}

.main-menu-content ol li:hover {
    padding: 16px 20px;
}

.main-menu-content li h4 {
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 38px;
}

.main-menu-content ol li img {
    width: auto;
    height: auto;
}

.main-menu-content ol li:hover img {
    transform: none;
}

.line {
    background-color: #3d4853;
    opacity: 0.14;
    margin: 2% 0;
}

.table-comparison ul .eq1 {
    height: 264px;
}

.table-comparison ul li {
    background: #eaf4fc;
    border-right-color: #fff;
}

.table-comparison ol:nth-child(odd) {
    background: #e1f0fb;
}

.table-comparison ol:nth-child(even) {
    background: #eaf4fc;
}

.table-comparison ol li {
    border-right: 1px solid #fff;
}

.table-comparison ol li:last-child {
    border-right: none;
}

/*
 * 
 overview.html  CSS部分:
 * 
 */

#banner.banner2 {
    background-image: url(../images/overview/banner.jpg);
}

#banner.banner2 .container {
    padding-bottom: 7.7%;
}

#banner.banner2 p {
    font-size: 30px;
    font-size: 3.0rem;
    color: #fff;
    padding-top: 6.7%;
    padding-bottom: 1%;
}

#banner.banner2 h1 {
    padding-top: 0;
    padding-bottom: 0;
}

#banner.banner2 a.download-blue {
    margin-right: 0;
    margin-bottom: 0;
}

#banner.banner2 .buy {
    margin-right: 3%;
}

.list-text ul {
    text-align: center;
    font-size: 0;
}

#anchor {
    margin-bottom: 25px;
}

#anchor li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 18%;
    border: 1px solid #ebf0f5;
    padding: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    cursor: pointer;
    transition: all 1s;
}

#anchor li:hover {
    -webkit-box-shadow: 0 0 10px rgba(3, 3, 3, 0.2);
    -moz-box-shadow: 0 0 10px rgba(3, 3, 3, 0.2);
    box-shadow: 0 0 10px rgba(3, 3, 3, 0.2);
}

.list-text ul img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
}

.list-text ul p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 20px;
    height: 40px;
}

.list-text h2 {
    width: 65%;
    margin: 0 auto 35px;
}

.list-content {
    width: 88%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 7%;
}

.list-content:last-child {
    margin-bottom: 0;
}

.list-content .title {
    font-size: 28px;
    font-size: 2.8rem;
    color: #333;
    position: absolute;
    top: 50px;
    right: 4%;
}

.list-content .title img {
    vertical-align: middle;
}

.list-content2 .title {
    right: auto;
    left: 4%;
}

.list-content .menu {
    text-align: center;
    margin-top: 5%;
}

.list-content .menu li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 31%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 42px;
    margin-right: 5%;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 10;
    transition: all .5s;
}

.list-content .menu .show,
.list-content .menu li:hover {
    border-color: #4294E9;
    background: #4294E9;
    color: #fff;
}

.list-content .line {
    border-color: rgba(0, 0, 0, .07);
    top: -43px;
}

.list-content .list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #666;
    text-align: center;
    display: none;
}

.list-content ol.list,
.list-content dl.list {
    text-align: left;
}

.list-content dl strong {
    font-weight: bold;
}

.list-content dl dt {
    margin-bottom: 1%;
}

.list-content .action {
    display: block;
}

.list-content .list li,
.list-content .list dd {
    margin-bottom: 1%;
    background: url(../images/icon/ic-serial-number-gray1.png) no-repeat left 10px;
    padding-left: 8px;
}

.list-content .more {
    width: 15%;
    margin-top: 5%;
}

.text-msg {
    background: #eef1f3;
}

.text-msg ul li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 2%;
    background: url(../images/icon/ic-hook-gray.png) no-repeat left 6px;
    padding: 2px 0 2px 12px;
    line-height: normal;
}

.selectMenu {
    background-color: #fff;
}

.text-msg .center-block > .container > ul > li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #banner a.download-blue {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main-menu-content ol li {
        width: 100%;
        margin-right: 0;
    }

    .main-menu-content ol .last {
        margin-bottom: 3% !important;
    }

    .main-menu-content .require {
        display: block;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .main-menu-content .require span {
        width: 70%;
    }

    .main-menu-content .long {
        margin-left: 0 !important;
    }

    .table-comparison ul .eq1 {
        height: 120px;
    }

    #banner.banner2 .buy {
        margin-right: 0;
        margin-top: 5%;
    }

    #anchor li {
        display: block;
        width: 100%;
    }

    .list-content .menu li {
        margin-bottom: 10px !important;
        line-height: 2.4;
    }

    .list-content .title {
        top: 6%;
        font-size: 12px;
    }

    .list-content .title img {
        display: none;
    }

    .list-content .more {
        width: 40%;
    }

    .list-content .list li, .list-content .list dd {
        background-position-y: 8px;
    }

    .text-msg ul li {
        background-position-y: 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1190px) {
    .main-menu-content ol li {
        height: 158px;
    }

    .main-menu-content .require {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .main-menu-content .long {
        margin-left: 0 !important;
    }

    .main-menu-content .long span {
        width: 86%;
    }
}
