
#app{
    width: 1200px;
    margin: 0 auto;
}
.img{
    width: 1200px;
}
.img_display{
    margin-top: 10px;
}
.img_display img{
    display: block;
}
.display{
    display: flex;
    align-items: center;
    padding: 30px 0 0 60px;
}
.display h1{
    font-size: 24px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 30px 10px 30px 0;
}
.title{
    font-size: 14px;
    color: #333333;
}
.buy{
    margin: 15px 0 60px 0px;
    width: 140px;
    height: 40px;
}
.money{
    font-size: 20px;
    font-weight: bold;
    color: #F85252;
}
.articles{
    font-size: 12px;
    color: #333333;
}
.tips{
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}
.background{
    background: #FFFFFF;
}
.el-radio-button__inner{
    width: 120px;
}
.input_number{
    width: 132px;
}
.epower-cloud .detail-list {
    margin-top: 40px;
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.epower-cloud .detail-list .detail-tabs {
    background: #f5f6fa;
}

.epower-cloud .detail-list .detail-tabs .center {
    background: #fff;
    height: 46px;
    border-bottom: solid 2px #3c7ee5;
}

.epower-cloud .detail-list .detail-tabs .center li {
    width: 198px;
    cursor: pointer;
    text-align: center;
    float: left;
    color: #333;
}

.epower-cloud .detail-list .detail-tabs .center li a {
    line-height: 44px;
    display: block;
}

.epower-cloud .detail-list .detail-tabs .center li a.active {
    position: relative;
    border-top: solid 2px #3c7ee5;
    border-right: solid 2px #3c7ee5;
    border-left: solid 2px #3c7ee5;
    color: #3c7ee5;
}

.epower-cloud .detail-list .detail-tabs .center li a.active::after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
}

.epower-cloud .detail-list .detail-tabs .center li .active .ht {
    color: #3c7ee5;
}

.epower-cloud .detail-list h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 9px;
    border-left: 2px solid #f85252;
}

.epower-cloud .detail-list .detail-table,
.epower-cloud .detail-list .detail-data {
    overflow: hidden;
    background: #fff;
    padding: 30px 30px 0 30px;
}
.activeTab-0 ul li {
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
    background: #F5F6FA;
    border: 1px solid #DFE3F1;
    padding: 24px; text-align: center;
    height: 266px;
}
.activeTab-0 ul li:last-child{
    margin-right: 0;
}

.activeTab-0 ul li div.li-icon{
    width: 90px; height: 90px; margin: auto; border-radius: 45px; background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center; line-height: 90px;
}
.activeTab-0 ul li h4{
    font-size: 14px; font-weight: bold; color: #333333; margin: 17px 0 17px 0; text-align: center;
}
.activeTab-0 ul li p{
    color: #999;
}
.activeTab-1 .view-details {
    height: 457px;
    background: url('/statics/epower/img/sms/sms-bg.png') no-repeat right center;
    border: 1px solid #DFE3F1;
    padding: 40px 0 0 60px;
}

.activeTab-1 .view-details h4 ,.activeTab-1 .view-details div {width: 20%;}
.activeTab-1 .view-details h4 {
    font-weight: bold; font-size: 14px; color: #333; margin-bottom: 10px;
    position: relative;
}
.activeTab-1 .view-details h4:before {
    background-color: #3C7EE5;
    width: 4px; height: 4px; border-radius: 2px; position: absolute; display: block;
    top: 8px;left: -10px;
    content: ' ';
}
.activeTab-1 .view-details div {
    line-height: 160%; color: #999;
    margin-bottom: 30px;
}
