﻿/*背景-头部*/

.bg-tophead {
    background: url(../img/bg-tophead_blue.png) repeat-x;
}


/*主色*/

.search .bdcs-search-form-submit,
.downbtn a.btn,
.softcon_nav ul li.on a,
.softcon_nav ul li.on a:hover,
.softcon section h3 span,
.softcon-relenews h3 span,
.softcon-downurl .downbtn-top ul li a,
.side-down a.btn,
.cbbfixed a,
.historyver ul li a button,
.softcon-relenews .bd-content a.btn,
.varlist td a.btn,
.softcon section button,
.pages a.on,
.pages a:hover,
.links.baike .hd span.pane {
    background-color: #008ee1;
}


/*主色hover*/

.softcon-relenews .bd-content a.btn:hover,
.side-down a.btn:hover,
.varlist td a.btn:hover,
.downbtn a.btn:hover,
.search .bdcs-search-form-submit:hover,
.varlist td a.btn:hover,
.cbbfixed a:hover,
.softcon-downurl .downbtn-top ul li:hover a,
.softcon section button:hover {
    background-color: #0E6DEC;
}


/*白色*/

.nav {
    background: #fff;
}


/*黑色*/

.topnav {
    background-color: #212121;
}


/*显目色*/

.softcon-shot .bd-content i:hover {
    color: #f90;
}

.breadcrumb a:hover {
    color: #f90;
}


/*文字-主色*/

.tc-maintone {
    color: #2A78B4!important;
}

.tc-maintone:hover {
    color: #f90!important;
}

.downstats,
ul.timeline li .content dl dd p a,
.softcon-downurl .hd-title ul li.on a,
.side-down .pull-left ul li a:hover,
.softcon-intro .info dl dd a,
.softcon_nav ul li a:hover,
.tabRank .bd dl dd em,
.tabRank .hd h3.on,
.soft-company p a,
.softking-header em,
.softking-header a,
.soft-company .soft ul li a p {
    color: #2A78B4;
}

.softking-header a:hover,
.soft-company p a:hover,
.softcon-intro .info dl dd a:hover,
.softcon-downurl .hd-title ul li:hover a,
.soft-company .soft ul li:hover a p {
    color: #f90;
}


/*文字主色-hover*/

.soft-company .soft ul li a:hover,
.soft-company .news li a:hover,
.tabRank .bd li:hover .pubtitle a,
.historyver ul li:hover em,
.course ul li:hover a,
.alsodownload .bd-content li:hover a p,
.softcon-downurl .downbtn-bottom ul li:hover a,
.softcon-relenews .bd-content dl:hover dd strong a,
.side-left.menu_scroll2 ul li:hover a,
.topnav .sitenav:hover a,
.topnav .sitenav:hover i,
.topnav li.histreco:hover a,
.topnav li.histreco:hover i,
.histreco:hover .histreco-block ul li:hover a,
.topnav .sitenav:hover .sitenav-block dl dd:hover a,
.topnav .pull-left ul li:hover a,
.otherver ul li:hover a {
    color: #2A78B4;
}


/*文字-白色*/

.softcon-relenews .bd-content a.btn,
.softcon-relenews .bd-content a.btn:hover,
.varlist td a.btn:hover,
.softcon_nav ul li.on a,
.softcon_nav ul li.on a:hover,
.downbtn a.btn,
footer a,
footer,
.historyver ul li a button,
.side-down a.btn {
    color: #fff;
}


/*文字-222(一般用于标题)*/

.softcon_nav ul li a {
    color: #222;
}


/*文字-333(一般用于标题或者摘要)*/

.softcon-downurl .hd-title ul li a,
.soft-company .soft ul li a,
.soft-company .news li a,
.otherver ul li a,
.alsodownload .bd-content li a p {
    color: #333;
}


/*辅助文字配色*/

.breadcrumb span,
.breadcrumb a,
.tc-procryptic,
.tabRank .bd dl dd span,
.soft-header .info time,
.soft-header .info time i,
.softking-header {
    color: #999;
}


/*边框主色*/

.main-right .hd-title {
    border-top: 2px solid #008ee1;
}

.side-down .pull-left ul li.on {
    border-bottom: 2px solid #008ee1;
}


/*其它特殊配色*/


/*版本列表隔行变色*/

.varlist tr:nth-child(odd) {
    background: #EEFAFF;
}


/*下载次数配色*/

.downstats {
    border: 1px solid #BBE1F1;
    background-color: #EEFAFF;
}


/*渐变显示效果*/

footer a,
footer,
.topnav .pull-left ul li a,
.otherver ul li a,
.softcon-relenews .bd-content dl dd strong a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.side-down a.btn,
.softcon-relenews .bd-content a.btn,
.softcon-downurl .downbtn-top ul li a {
    transition: background 0.4s, border 0.2s, margin 0.2s;
}


/*分页*/

.pages a {
    border: 1px solid #dedede;
    background-color: #f2f2f2;
}

{
    color: #fff;
    border-color: #fd6406;
    background-color: #fd6406;
}