.banner{
    padding:50px 0;
    background-color: #ddd;
    color:#333;
    overflow: hidden;
}

h0{
    font-size: 36px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


.support-os{
    color:#666;
}

.pkg-pic{
    margin-bottom: -120px;
}

.pkg-pic img{
    display:block;
    margin-left: auto;
    margin-right: 0;
}

.download{
    border: 1px solid #eee;
    height: 225px;
    /* border-top: 3px solid #ddd; */
}

.download-auto-height{
    height: auto;
}

.download .download-header{
    text-align: center;
    background-color: #eee;
    /* background-image: linear-gradient(#eee, #ddd); */
    padding: 20px;
}

.download .download-main{
    padding: 20px;
}

.download .download-header div{
    margin: 10px 0;
}

.download .download-header .download-title{
    font-size: 22px;
    color:#1a202e;
    /* font-weight: bold; */
}

.download .download-header .download-subtitle{
    color:#666;
}

.download .download-price{
    text-align: center;
    margin: 20px 0;
    color:#269abc;
}

.download .download-price span{
    font-size: 32px;
}

.download .download-type{
    text-align: center;
    margin: 20px 0;
    color:#666;
}

.download .download-license{
    text-align: center;
    margin: 20px 0;
    color:#777;
}

.download .download-link{
    text-align: center;
    margin: 20px 0;
}

.download .download-features{
    /* list-style: none; */
    padding-left: 20px;
    margin: 0;
}

.download .download-features li{
    margin: 10px 0;
    font-size: 16px;
    color:#666;
}

.download .download-features li.huabei{
    color:#039;
    font-weight: bold;
}

.download .btn-default{
    color: #269abc;
    border-color: #269abc;
}

.download-ent{
    border: 1px solid #ddd;
    /* border-top: 3px solid #ddd; */
}

.download-ent .download-header{
    text-align: center;
    background-color: #ddd;
    /* background-image: linear-gradient(#eee, #ddd); */
    padding: 20px;
}

.download-ent .download-header .download-title{
    font-size: 22px;
    color:#333;
    /* font-weight: bold; */
}

.download-ent .download-header .download-subtitle{
    color:#333;
}

.product{
    border: 1px solid #eee;
    height: 700px;
    /* border-top: 3px solid #ddd; */
}

.best{
    border: 1px solid #fff;
    height: 330px;
    /* border-top: 3px solid #ddd; */
}

.plan{
    border: 1px solid #BBB;
    height: 330px;
    /* border-top: 3px solid #ddd; */
}

.product-auto-height{
    height: auto;
}

.product .product-header{
    text-align: center;
    background-color: #eee;
    /* background-image: linear-gradient(#eee, #ddd); */
    padding: 20px;
}

.product .product-main{
    padding: 20px;
}

.product .product-header div{
    margin: 10px 0;
}

.product .product-header .product-title{
    font-size: 22px;
    color:#1a202e;
    /* font-weight: bold; */
}

.product .product-header .product-subtitle{
    color:#666;
}

.product .product-price{
    text-align: center;
    margin: 20px 0;
    color:#269abc;
}

.product .product-price span{
    font-size: 32px;
}

.product .product-type{
    text-align: center;
    margin: 20px 0;
    color:#666;
}

.product .product-license{
    text-align: center;
    margin: 20px 0;
    color:#999;
}

.product .product-link{
    text-align: center;
    margin: 20px 0;
}

.product .product-features{
    /* list-style: none; */
    padding-left: 20px;
    margin: 0;
}

.product .product-features li{
    margin: 10px 0;
    font-size: 16px;
    color:#666;
}

.product .product-features li.huabei{
    color:#F66;
    font-weight: bold;
}

.product .btn-default{
    color: #269abc;
    border-color: #269abc;
}

.product-ent{
    border: 1px solid #ddd;
    /* border-top: 3px solid #ddd; */
}

.product-ent .product-header{
    text-align: center;
    background-color: #ddd;
    /* background-image: linear-gradient(#eee, #ddd); */
    padding: 20px;
}

.product-ent .product-header .product-title{
    font-size: 22px;
    color:#333;
    /* font-weight: bold; */
}

.product-ent .product-header .product-subtitle{
    color:#333;
}

.ent-product-desc{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.ent-product-desc p{
    margin: 10px 0;
    color:#666;
}

.ent-package-desc-header{
    margin-top: 50px;
    color:#666;
}

.information-icon{
    margin-bottom: 50px;
}

.order-help{
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width:768px){
    .product{
        height: auto;
        margin-bottom: 20px;
    }

    .pkg-pic{
        display: none;
    }
}

@media (min-width:990px) and (max-width:1200px){
    .pkg-pic{
        display: none;
    }

    .product{
        height: auto;
        margin-bottom: 20px;
    }
}