.index-banner {

}

.com-body {
    background-color: #000000;
}

.index-banner>img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.top-panel {
    position: relative;
    padding-bottom: 20%;
    background-color: #000000;
}

.index-title {
    position: absolute;
    top: 27%;
    left: 48%;
    height: 40px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.index-title>span {
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
}

.index-title-tip{
    font-size: 12px;
    color: #FF6600;
    white-space: nowrap;
    position: relative;
    top: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.com-subscribe{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe_nouser_btn{
    background: #EC6000;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 3px;
}
.subscribe_nouser_img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/subscribe_nouser_img.png) no-repeat center center/100% 100%;
}
.subscribe_tip{
    font-size: 12px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.subscribe_user_btn{
    background: #2BA245;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 3px;
}
.subscribe_user_img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/subscribe_user_img.png) no-repeat center center/100% 100%;
}

.index-services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-services .services-item {
    width: 42%;
    padding: 15px 10px;
    background-color: #ddd;
    border-radius: 3px;
}

.index-services .services-item.rbt {
    background: url(../images/bg_crbt.png) no-repeat center center/100% 100%;
}

.index-services .services-item.sign {
    background: url(../images/bg_call_shine.png) no-repeat center center/100% 100%;
}

.index-services .services-item .item-txt {
    font-size: 17px;
    font-weight: bold;
    padding-left: 3px;
    white-space: nowrap;
}

.index-services .services-item .item-btn {
    display: inline-block;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 50px;
    margin-top: 6px;
    font-size: 12px;
    white-space: nowrap;
}

.index-services .services-item.rbt .item-btn {
    background-color: #BFEFDA;
}

.index-services .services-item.sign .item-btn {
    background-color: #CAE1EE;
}
