#Article {
    align-items: center;
    background: #ffffff;
    width: 100%;
    min-width: 900px;
    min-height: 660px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 10px;
}

#Article .detail {
    width: 80%;
    display: block;
    padding: 10px;
    border-radius: 5px;
    line-height: 30px;
}
#Article .tips{
    margin-top: 15px;
    color: red;
}
#Article ul li {
    margin: 0 10px;
}
#Article ul li a {
    display: inline-block;
    width: 170px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}
.border-blue {
    cursor: pointer;
}
.border-blue a {
    color: #00acac;
    transition: 0.4s ease;
}
.install-tips {
    color: #ff373c;
    font-weight: bold;
    margin-bottom: 12px;
}
.border-blue a:hover {
    color: #00acac;
}
.back-white a:hover{
    background: #ff373c;
}
.main-product {
    margin: 2px;
    color:#00acac;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}
.main-product .product {
    width: 50%;
    float: left;
    text-align: right;
}
.main-product .product .image{
    width: 400px;
    height: 300px;
}
.main-product .app {
    float: left;
    width: 40%;
    margin-left: 30px;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    margin-top: 60px;
    border: solid 1px #cccccc;
    max-width: 450px;
}
.main-product .show {
    color: #666666;
    margin-bottom: 5px;
    font-weight: bold;
}
.app-code {
    border-radius: 100px;
    float: left;
    height: 180px;
    width: 180px;
    border: solid 1px #cccccc;
}
.version-er {
    padding-top: 40px;
    color: #666666;
    margin-left: 190px;
}
.center {
    margin:80px 0 60px 0;
}
.h1 {
    margin: 10px 0px 0px 0px;
    font-size: 32px;
    color: #353535;
    letter-spacing: 0;
    line-height: 64px;
    text-shadow: 0 5px 6px #C9C5C5;
}
.h2 {
    margin-bottom: 10px;
}
#subject {
    width: 80%;
    min-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.a-white{
    color:#fff;
}
.a-white:hover {
    color:#fff;
}
#subject-content .subject-img {
    width:650px;
    height:480px;
    border-radius: 10px;
    border: #ccc solid 1px;
}
.img-left, .img-right{
    justify-content: space-between;
    margin:50px 0;
}
.subject-text {
    width: 500px;
    padding:50px 0;
    position: relative;
}
.describe {
    margin: 30px 0;
    height:140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 10px;
}
.subject-abso{
    position: absolute;
    left: 0;
    bottom: 70px;
    display: flex;
    flex-direction:row;
    align-items: center;
}
.subject-abso a{
    color:#00acac;
    margin-right:3px;
}
.question-item>p {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
}
#question {
    width: 1200px;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    margin: 0 auto;
    overflow: hidden;
}
#question .question-item {
    width:579px;
    border-right: 1px solid #e2e2e2;
}
.question-top:hover {
    cursor:pointer
}
.question-ul li{
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    color:#838c99;
    background-color: #fbfbfb;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.question-ul li:hover {
    background-color: #E4EAFC;
}

.question-ul li img {
    margin-right:10px;
}
.question-answer {
    position: relative;
    width:621px;
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
}
.question-content {
    margin-top: 30px;
}
.li-active {
    background-color: #ff373c !important;
    color: #fff !important
}
.div-active {
    z-index: 5  !important;

}
.question-answer > div {
    position: absolute;
    padding:30px 73px;
    background: #fbfbfb;
    height:100%;
    top:0;
    left:0;
    overflow-y: auto;
    z-index: 1;
    box-sizing:border-box;
}
.trans-rihgt:hover {
    margin-right:10px;
    transition:all .3s;
}
#plan {
    width: 1200px;
    margin:40px auto;
    padding:50px 0;
    background-color: #f5fafe;
    border-radius: 10px;
    box-sizing:border-box;
    padding:50px;
    justify-content: space-between;
}
#plan > div{
    width:47%;
}
#plan ul li {
    color:#00acac !important;
    margin-top:30px;
    display: flex;
    align-items: center;
    font-weight: 500;
    width: fit-content;
}

#plan ul li a{
    color:#008a8a !important;
    transition: 0.3s ease;
}

#plan ul li:hover a{
    margin-right: 15px;

}

#plan ul li:hover{
    filter: brightness(60%);
}

.describe-text {
    color:#838c99
}
a {
    text-decoration: none;
}
.create-article {
    width: 1000px;
    margin: 30px auto;
    background: #FFFFFF;
    padding:50px;
}
.menu-content {
    width: 900px;
    margin: 30px;
    min-height: 1200px;
    background: #FFFFFF;
    padding:50px;
    border: solid 1px #ccc;
}
.view-buy {
    margin-top: 20px;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 525px;
    border-radius: 2px;
    background-image: url(https://fuint-cn.oss-cn-shenzhen.aliyuncs.com/images/buy-view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-buy-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 525px;
    border-radius: 2px;
    background-image: url(https://fuint-cn.oss-cn-shenzhen.aliyuncs.com/images/install.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-buy .buy-tips {
    text-align: left;
    width: 570px;
}
.view-buy .buy-tips .buy-install {
    color: #00acac;
}
.view-buy-1 .buy-tips {
    text-align: left;
    width: 650px;
}
.buy-er {
    margin-top: 5px;
    height: 36px;
    color: #00acac;
    font-size: 12px;
}
.view-buy ul li {
    margin: 0 10px;
}
.view-buy-1 ul li {
    margin: 0 10px;
}
.view-buy ul li a {
    display: inline-block;
    width: 200px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #00acac;
}
.view-buy-1 ul li a {
    display: inline-block;
    width: 200px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}
.brief {
    min-height: 60px;
}
.buy-now {
    width: 200px;
    cursor: pointer;
    padding: 3px 0px;
}
.buy-now a {
    font-size: 13px;
    height: 30px;
    text-align: center;
}
.buy-now .buy-lay {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.back-buy {
    background-color: #ff373c;
    border-radius: 5px;
    color: #FFFFFF;
}
.back-buy .txt {
    color: #ffffff;
}
.buy-blue {
    border: 1px solid #00acac;
    border-radius: 5px;
    color: #666666;
    background: #FFFFFF;
}
.buy-blue .txt {
    color: #666666;
}
.check-install {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 1px;
}
.border-blue p {
    color: #00acac;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
.already-buy {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #cccccc;
    display: inline-block;
    width: 120px;
    height: 46px;
    border-radius: 3px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
}
.buy-table {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 20px;
    margin: 10px 0px 30px 0px;
}
.buy-table .head {
    font-weight: bold;
    font-size: 16px;
}
.buy-table .tips {
    margin-top: 20px;
    text-align: right;
    color: #333333;
}
.func {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.has-func {
    color:#04893B;
    font-size:13px;
    font-weight: bold;
}
.no-func {
    color:#D81B43;
    font-size:14px;
    font-weight: bold;
}
.to-pay {
    display: none;
}
.pay-code {
    text-align: center;
    margin: 10px 40px 10px 132px;
    width: 240px;
    height: 240px;
    border: solid 1px #CCCCCC;
}
.to-pay .op {
    text-align: center;
}
.to-pay .op .tips {
    margin-top: 5px;
    color: #888;
}
.to-pay .pay-amount {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
}
.to-pay .amount {
    text-align: center;
    font-size: 18px;
    color: #ff373c;
    font-weight: bold;
}
.buy-price {
    margin-bottom: 12px;
    border-radius: 5px;
    padding: 20px;
    min-width: 380px;
    text-align: center;
    border: #CCCCCC 1px solid;
    background: #FFFFFF;
}
.time-left {
    margin-top: 10px;
    font-size: 13px;
    color: #00acac;
}
.time-left .time {
    color: red;
    font-weight: bold;
}
.install-price {
    margin-top: 20px;
}
.buy-price .res {
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
}
.buy-price .dis{
    font-size: 20px;
    color: #ff373c;
    font-weight: bold;
}
.demand-result {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 180px;
    min-height: 300px;
    min-width: 600px;
    background: #FFFFFF;
    color: #666666;
    font-size: 22px;
    z-index: 99999;
    border-radius: 10px;
    text-align: center;
}
.demand-result .action {
    font-size: 14px;
    margin-top: 30px;
}
.demand-result .action a {
    font-weight: bold;
    border: solid 1px #cccccc;
    padding: 6px 15px 6px 15px;
    border-radius: 2px;
    color: #FFFFFF;
    background: #00acac;
    border-radius: 3px;
    font-size: 14px;
}
.customer-container {
    min-height: 600px;
    padding: 20px;
}
.main-customer {
    width: 80%;
    min-height: 460px;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
}
.other-customer {
    width: 80%;
    min-height: 420px;
    background: #ffffff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 10px;
}
.customer-container .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    padding: 10px;
}
.customer-container .sub-title {
    font-size: 14px;
    text-align: center;
    color: #888888;
    padding: 5px;
    font-weight: normal;
    margin-bottom: 15px;
}
.main-customer .content {
    text-align: center;
    padding-bottom: 20px;
}
.main-customer .customer {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    border: 1px #ccc dashed;
}
.other-customer .list {
    clear: both;
    margin-top: 20px;
    padding-bottom: 10px;
}
.other-customer .list .row {
    min-height: 120px;
    clear: both;
    display: block;
}
.other-customer .item {
    width: 10%;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
}
.other-customer .item img {
    border: solid 1px #c2ccd1;
    border-radius: 100px;
}
.license-container {
    min-height: 500px;
    background: #ffffff;
    text-align: center;
    padding-top: 50px;
}
.license-container .panel-title {
    font-size: 38px;
    font-weight: bold;
}
.license-container .search-form {
    margin-top: 30px;
    margin-bottom: 50px;
}
.license-container .search-list {
    width: 80%;
    margin: 0 auto;
}
.license-container .search-form .search-input {
    border: 1px #ccc solid;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 480px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 4px;
}
.license-container .search-form .btn {
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #333333;
}
.license-container .search-form .btn-success {
    background: #ff373c;
    color: #ffffff;
}
.license-container .item-left {
    width: 50%;
    float: left;
}
.license-container .item-right {
    width: 50%;
    float: left;
}
.license-container .item {
    border: solid 1px #cccccc;
    height: 150px;
    font-size: 14px;
    width: 80%;
    max-width: 600px;
    margin: 10px auto;
    border-radius: 2px;
    text-align: left;
    padding: 20px;
}
.license-container .item .name {
    font-size: 28px;
    text-align: left;
    font-weight: bold;
}
.license-container .item .no {
    margin-top: 20px;
}
.license-container .item .time {
    margin-top: 20px;
}
.license-container .tips {
    color: #ff373c;
    background: #ffffff;
    margin-top: 100px;
    margin-bottom: 30px;
}
.buy-confirm {
    margin-top: 20px;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 560px;
    border-radius: 2px;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.buy-confirm .h1 {
    text-align: center;
    font-size: 24px;
}
.buy-confirm .product {
    text-align: left;
    padding-left: 30px;
    clear: both;
    height: 130px;
}
.buy-confirm .product .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.buy-confirm .product .item {
    float: left;
    border: solid 1px #ccc;
    padding: 25px;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    color: #333;
    font-weight: bold;
    position: relative;
}
.buy-confirm .product .item .show {
    font-size: 12px;
    color: #666;
    display: block;
    position: absolute;
    bottom: 4px;
    right: 6px;
}
.buy-confirm .product .item .show:hover {
    color: blue;
}
.buy-confirm .product .active {
   border: solid 3px #00acac;
   background-image: url(https://fuint-cn.oss-cn-shenzhen.aliyuncs.com/images/s.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-color: #f1efe2;
}
.buy-confirm .need-install {
    margin-left: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}
.buy-confirm .need-install span {
    margin-left: 2px;
}
.buy-confirm .license {
    padding-left: 30px;
    margin-top: 20px;
    clear: both;
    height: 20px;
}
.buy-confirm .license .title {
    font-weight: bold;
    float: left;
    cursor: pointer;
    display: flex;
}
.buy-confirm .license a {
    color: #ff373c;
}
.buy-confirm .pay-type {
    padding-left: 30px;
    height: 90px;
}
.buy-confirm .pay-type .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.buy-confirm .pay-type .item {
    float: left;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 20px 30px 20px 30px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.buy-confirm .pay-type .active {
    border: solid 3px #00acac;
    background-image: url(https://fuint-cn.oss-cn-shenzhen.aliyuncs.com/images/s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1efe2;
}
.buy-confirm .pay-type .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.buy-confirm .confirm {
    bottom: 10px;
    height: 100px;
    background: #FFFFFF;
    border-top: solid 1px #f5f5f5;
    width: 100%;
    position: absolute;
    padding-left: 30px;
    bottom: 10px;
}
.buy-confirm .confirm .amount {
    margin-top: 36px;
    position: absolute;
    right: 260px;
}
.buy-confirm .confirm .confirm-now {
    margin-top: 36px;
    margin-left: 30px;
    float: left;
    border: 1px solid #ff373c;
    background-color: #ff373c;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 30px 12px 30px;
    cursor: pointer;
    position: absolute;
    right: 100px;
    font-weight: bold;
}
.buy-confirm .confirm .num {
    font-size: 24px;
    color: #ff373c;
    font-weight: bold;
}
.buy-confirm .confirm .tips {
    font-size: 13px;
    color: #ff373c;
    position: absolute;
    right: 100px;
    top: 8px;
}
.focus {
    text-align: center;
}
.focus .item {
    font-size: 10px;
    color: #ff373c;
    border: #666 solid 1px;
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: bold;
}
.focus .mid {
    margin: 20px;
}