@charset "utf-8";
/* 皮肤 */
/* themeColor => 主色 */
/* assistantColor => 副色 */
/******************** 背景 ********************/
/*按钮颜色*/
.skin.btn_skin_themColor, .skin.btn_skin_themColor:hover, .skin.btn_skin_themColor:focus {
    background: -webkit-linear-gradient(left, #4F84FF , #4FB2FF) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #4FB2FF, #4F84FF) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #4FB2FF, #4F84FF) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #4FB2FF , #4F84FF) !important; /* 标准的语法 */
    color: #fff !important;
    border: none !important;
}

/*字体颜色*/
.skin.font_skin_themeColor {
    color: #4D84FF !important;
}

/*透明背景边框按钮*/
.skin.btn_border_skin_themColors, .skin.btn_border_skin_themColors:hover, .skin.btn_border_skin_themColors:focus {
    border: 1px solid #4D84FF !important;
    background: transparent !important;
    color: #4D84FF !important;
}

/*单选框颜色*/
.radio_skin_color input[type="radio"]:checked + label::after {
    background: -webkit-linear-gradient(left, #4F84FF , #4FB2FF) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #4FB2FF, #4F84FF) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #4FB2FF, #4F84FF) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #4FB2FF , #4F84FF) !important; /* 标准的语法 */
}

/*被选中时字体颜色*/
.skin.font_skin_themeColor_active.active a, .skin.font_skin_themeColor_active.active .a, .skin.font_skin_themeColor_active.active {
    color: #4D84FF !important;
}

/*被选中时的背景颜色*/
.skin.bg_skin_themColor_active.active{
    background: #4D84FF !important;
    color:#fff;
}

/*被选中时子元素的边框颜色*/
.skin.border_skin_theColor_active.active .border_color{
    border-color: #4D84FF !important;
}
/*被选中时的边框颜色*/
.skin.border_at_skin_theColor_active.active{
    border-color: #4D84FF !important;
}

/*边框颜色*/
.skin.border_at_skin_theColor{
    border-color: #4D84FF !important;
}

/*边框颜色伪元素颜色*/
.skin.border_fake_skin_theColor::before{
    border-color: #4D84FF !important;
}