/* OTA */
/* 公共部分 */
/* header背景 */
#main-header{
    background-color: #ffffff !important
}
/* header文字 */
.top-user-area-list li a{
    color: #20a8d8 !important
}
.top-user-area-list li{
    color: #20a8d8 !important
}
.top-user-area-list li .choose_item{
    color: #111111 !important;
}
/* 代理商可能缺省，所以设置固定高 */
.index_title{
    height: 60px;
}
/* 底部footer背景颜色 */
.footer{
    background-color: #000000 !important;
}
/* 底部footer链接颜色 */
.row1 a{
    color: #ffffff !important
}
.header-icon{
    width: 22px !important;
}
.header-icon1{
    width: 30px !important;
    transform: translateY(2px)
}

/* 各页面的不同配色 */
/*网页配色修改 index 页面 预留 */

#app.searching-page .pointer a{
    /* background-color :#456456 !important; */
}
#app.searching-page .pointer.active a{
    /* background-color :red !important; */
}
.bg{
    background: url('/sta/banner.jpg') top center no-repeat;
    background-size: 3000px;
    height: 615px;
    background-color: #000000;
}