.radius-sm {
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
.radius-big {
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
.yellow {
  background: #f9b548;
}
.blue {
  background: #00a2e9;
}
.green {
  background: #94cdad;
}
.dark-green {
  background: #52aeb0;
}
.purple {
  background: #689ae3;
}
.pink {
  background: #ff7a71;
}
.grey-bg,
.sxzd-grey {
  background: #f6f6f6;
}
.hint {
  color: #cc1e34;
}
.info {
  color: #b61328;
}
/*按钮start*/
.button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.default-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  width: 226px;
  height: 38px;
  padding: 0;
  line-height: 38px;
  
}
.big-button {
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  width: 168px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  
}
.xs-button {
  width: 56px;
  height: 22px;
  line-height: 22px;
}
.mx-button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.ms-button {
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.l-button {
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.sblue-button,
.mblue-button,
.sgrey-button,
.syellow-button,
.sred-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #00a2e9;
}
.sblue-button:hover,
.mblue-button:hover,
.sgrey-button:hover,
.syellow-button:hover,
.sred-button:hover {
  background: #0096d8;
}
.lblue-button,
.lyellow-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  background: #00a2e9;
  
}
.lblue-button:hover,
.lyellow-button:hover {
  background: #0096d8;
}
.lyellow-button {
  background: #f9b548;
}
.lyellow-button:hover {
  background: #e49e2c;
}
.sred-button {
  background: #cc1e34;
}
.sred-button:hover {
  background: #b61328;
}
.mblue-button {
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #00a2e9;
}
.mblue-button:hover {
  color: #fff;
  background: #0096d8;
}
.sgrey-button {
  background: #c9c8c8;
  color: #666;
}
.byellow-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  width: 168px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  background: #f9b548;
  
}
.byellow-button:hover,
.byellow-button.this {
  background: #e49e2c;
}
.syellow-button {
  background: #f9b548;
}
.syellow-button:hover,
.syellow-button.this {
  background: #e49e2c;
}
.bblue-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  width: 168px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  background: #00a2e9;
  
}
.bblue-button:hover,
.bblue-button.this {
  background: #00a2e9;
}
.bmx-button,
.ymx-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  background: #00a2e9;
  
}
.bmx-button:hover,
.ymx-button:hover,
.bmx-button.this,
.ymx-button.this {
  background: #0096d8;
}
.ymx-button {
  background: #f9b548;
}
.ymx-button:hover,
.ymx-button.this {
  background: #e49e2c;
}
.bms-button,
.yms-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-raidus: 5px;
  border-radius: 5px;
  background: #00a2e9;
  
}
.bms-button:hover,
.yms-button:hover,
.bms-button.this,
.yms-button.this {
  background: #0096d8;
}
.yms-button {
  background: #f9b548;
}
.yms-button:hover,
.yms-button.this {
  background: #e49e2c;
}
.rxs-button,
.gxs-button,
.yxs-button {
  border: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 56px;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  background: #cc1e34;
  
}
.rxs-button:hover,
.gxs-button:hover,
.yxs-button:hover,
.rxs-button.this,
.gxs-button.this,
.yxs-button.this {
  background: #b61328;
}
.gxs-button {
  background: #c9c8c8;
}
.gxs-button:hover,
.gxs-button.this {
  background: #adabab;
}
.yxs-button {
  background: #f9b548;
}
.yxs-button:hover,
.yxs-button.this {
  background: #e49e2c;
}
.select-but a {
  background: #cc1e34;
  width: 106px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
.setBs a {
  background: #f9b548;
}
/*按钮end*/
.left-title {
  border-left: 6px solid #00a2e9;
  color: #333;
}
.quick-actions i {
  color: #00a2e9;
}
.link,
.approach .link,
.label-link {
  color: #00a2e9;
}
/*图标start*/
.img-icon,
.wimg-icon {
  background: url(../images/blue/sprit.png) no-repeat;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wimg-icon {
  background: url(../images/blue/warn.png) no-repeat;
}
.gicon-sj {
  background-position: -3px -76px;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  cursor: pointer;
  margin-right: 0;
}
.gicon-qq1 {
  background-position: -1px -1px;
  width: 13px;
  height: 14px;
}
.gicon-phone {
  background-position: -2px -19px;
  width: 14px;
  height: 14px;
}
.gicon-tree {
  background-position: -2px -36px;
  width: 14px;
  height: 14px;
}
.gicon-money {
  background-position: -2px -56px;
  width: 14px;
  height: 17px;
}
.img-right-flower {
  background-position: -68px 0;
  width: 34px;
  height: 22px;
}
.img-left-flower {
  background-position: -66px -22px;
  width: 34px;
  height: 22px;
}
.img-child {
  background-position: -66px -45px;
  width: 32px;
  height: 40px;
}
.img-check {
  background-position: -158px -77px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.img-checked {
  background-position: -158px -94px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.img-search {
  background-position: -155px -109px;
  width: 33px;
  height: 30px;
  cursor: pointer;
}
.img-left {
  display: block;
  background-position: 0 -85px;
  width: 41px;
  height: 40px;
}
.img-right {
  display: block;
  background-position: 0 -124px;
  width: 41px;
  height: 39px;
}
.img-arrow-top {
  width: 13px;
  height: 8px;
  background-position: -27px -46px;
}
.p-sort-title span {
  background: url(../images/blue/warn.png) no-repeat 0 -24px;
}
.p-sort-title:hover span {
  background: url(../images/blue/warn.png) no-repeat 0 0;
}
.pro-select label{
  background:url(../images/red/warn.png) no-repeat -38px -222px; 
}

.pro-select label.selected{
  background:url(../images/red/warn.png) no-repeat -38px -206px;
}
.img-r-triangle {
  background-position: -40px -300px;
}
/*图标end*/
.nav-bg {
  background: #00a2e9;
}
.nav-bg .nav li:hover,
.nav-bg .nav li.this {
  background: #0096d8;
}
.nav-bg.simple .nav li:hover,
.nav-bg.simple .nav li.this {
  background: transparent;
  border-bottom: 3px solid #00a2e9;
}
.nav-bg.simple .nav li:hover a,
.nav-bg.simple .nav li.this a {
  color: #00a2e9;
}
.inner-nav {
  background: #0096d8;
}
.user img {
  border: 1px solid #f9b548;
}
.user .msg_num {
  background-color: #cc1e34;
}
.user .r05_arrow {
  background: url("../images/public/r05_arrow.png") no-repeat center center;
}
.bg-grey {
  background: #f6f6f6;
}
.switch_tabs a:hover {
  background: #00a2e9;
  color: #fff;
  border-bottom: 3px solid #00a2e9;
}
.switch_tabs a.this {
  border-bottom: 3px solid #00a2e9;
}
.lines-tab li.this a,
.lines-tab li a:hover {
  background: #0CB3F9;
  border-radius:5px 5px 0px 0px;
}
.eva-box .lit-title-box {
  background: #e2f6ff;
}
.eva-box .lit-title {
  background: url(../images/blue/pro-title-bg.png) no-repeat center center;
}
.eva-box .lit-title-box1 {
  background: url(../images/blue/pro-bg1.png) no-repeat center center;
}
.eva-box .lit-number {
  background: #fff;
  color: #00a2e9;
}
.eva-box2 h4 {
  background: #00a2e9;
}
.eva-box2 .eva-box2-adva {
  background: url(../images/blue/eve-green-bg.png) no-repeat center center;
}
.eva-box2 .eva-box2-adva1 {
  background: url(../images/blue/eve-blue-bg.png) no-repeat center center;
}
.eva-box2 span {
  background: url(../images/blue/eva-box.png) no-repeat;
}
.eva-box2 .service-left-bg {
  background: url(../images/blue/service-left-bg.jpg) no-repeat left top;
}
.eva-box2 .service-right-bg {
  background: url(../images/blue/service-right-bg.jpg) no-repeat left top;
}
.tips {
  border-bottom: 1px solid #00a2e9;
}
.pre_notice {
  background: #f6f6f6;
}
.pre_notice span {
  color: #00a2e9;
}
.pro {
  background: #00a2e9;
}
.pro h2 {
  color: #fff;
}
.pro_test .plan {
  background: #e6e6e6;
}
.pro_test .plan_strip {
  background: #00a2e9;
}
.pro_test .tmbd span {
  color: #f9b548;
}
.pro_test .a-label:hover {
  color: #00a2e9;
}
.pro-box .pro-title {
  color: #00a2e9;
}
.time_conts h3 i,
.time_conts h5 i {
  color: #00a2e9;
}
.mbti-table .odd {
  background: #f9b548;
}
.mbti-table td {
  border: 1px solid #e6e6e6;
}
.mbti-first-title {
  background: #00a2e9;
}
.mbti-table3 .odd {
  background: #00a2e9;
}
.analysis-wrap {
  border-left: 8px solid #f9b548;
}
.analysis-wrap .top-title a {
  color: #00a2e9;
}
.analysis-wrap .circle-number {
  border: 6px solid #00a2e9;
}
.open-vip .goto-vip,
.open-vip .goto-vip:hover {
  color: #00a2e9;
}
.city-box span.this {
  background: #00a2e9;
}
.city-box span.open,
.city-box span.this:hover {
  background: #0096d8;
}
/*新高考选科第三步测试start*/
.jb-box {
  background: #00a2e9;
}
.subject-wrap {
  margin: 40px 0;
}
.subject-wrap i {
  color: #00a2e9;
}
.subject-wrap .clear-btn a {
  color: #00a2e9;
}
/*新高考选科第三步测试end*/
.bg1 .report-title {
  color: #00a2e9;
}
.user-count {
  color: #000;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  margin-top: 300px;
}
.user-count td {
  height: 70px;
  line-height: 70px;
}
.wl-analysis .analysis-title {
  background: #f9b548;
  border: 1px solid #f9b548;
}
.wl-analysis .light-blue {
  background: #e2f6ff;
  color: #666;
}
.zydz-table th {
  background: #00a2e9;
}
.province-box .sgrey-button {
  background: #f6f6f6;
  color: #666;
}
.province-box .sgrey-button.this {
  cursor: pointer;
  background: #00a2e9;
  color: #fff;
}
.province-box .sgrey-button.this:hover {
  background: #0096d8;
  color: #fff;
}
.province-box .sgrey-button:hover {
  background: #f6f6f6;
  color: #666;
}
.detail-box .number {
  background: #a0e1ff;
}
.subject-popoup .summary-box {
  background: #f6f6f6;
  margin-top: 50px;
}
.subject-popoup .summary-box b {
  color: #e49e2c;
}
/*检索start*/
.retrieve td a {
  color: #00a2e9;
}
.retrieve td a:hover {
  color: #0096d8;
}
.retrieve td .this {
  background: #00a2e9;
}
/*检索end*/
/*table start*/
.table th {
  background: #00a2e9;
  border: 1px solid #00a2e9;
}
.table .tt th {
  border: 1px solid #0096d8;
  border-bottom: 1px solid #0096d8;
  border-top: 0;
}
/*table end*/
.search_ins input {
  border: 1px solid #00a2e9;
}
.colleges_list {
  border-top: 3px solid #00a2e9;
}
.colleges_list li:hover {
  background-color: #e2f6ff;
}
.colleges_list .col_s,
.colleges_list .col_b:hover,
.colleges_list .col_s:hover {
  background: #f9b548;
  border: 1px solid #f9b548;
  color: #fff;
}
.c_labels span {
  background: url(../images/public/tag.png) no-repeat;
}
/*对比浮层开始*/
.c_div .contrast_titles li {
  border: 3px solid #00a2e9;
  border-bottom: 0;
}
.contrast_lists {
  border: 3px solid #00a2e9;
}
.contrast td:hover {
  background: #e2f6ff;
}
.school_msgs .school_web a:hover {
  background-color: #00a2e9;
  color: #FFF;
  border: 1px solid #00a2e9;
}
.sur_list ul li a:hover,
.sur_list ul li.this a {
  background: #f9b548;
  color: #FFF;
}
.praise {
  background: url(../images/public/praise.png) no-repeat;
  float: left;
}
/*择校分析start*/
.analysis-box {
  border-top: 5px solid #00a2e9;
}
/*择校分析end*/
.pro_related .table .tt {
  background: #e2f6ff;
  color: #00a2e9;
}
.pro_related .load {
  background: #e2f6ff;
}
.pro_related .load a {
  color: #00a2e9;
}
.admis_tab td {
  background: #e2f6ff;
  color: #00a2e9;
}
.xgk-tool a:hover {
  color: #00a2e9;
}
.information li a:hover {
  color: #f9b548;
}
.information li .num-sort {
  background: #c9c8c8;
}
.information li .num-sort-fisrt {
  background: #cc1e34;
}
.information li .num-sort-second {
  background: #f9b548;
}
.third-section .list {
  background: #94cdad;
}
.third-section .dark-green {
  background: #52aeb0;
}
/*高考志愿首页start*/
.service-tool li h5 {
  color: #00a2e9;
  margin: 0;
}
.service-tool li a:hover h5 {
  color: #0096d8;
}
.service-tool li i {
  color: #00a2e9;
}
.service-title {
  color: #00a2e9;
  font-weight: normal;
}
/*高考志愿首页end*/
/*专家一对一start*/
.title-bg {
  background: url(../images/public/img/custorm-title) no-repeat top left;
  color: #00a2e9;
}
.title-ybg,
.circle {
  background: #f9b548;
}
/*专家一对一end*/
/*新高考首页start*/
.xgk-box .list .link {
  color: #00a2e9;
}
/*新高考首页end*/
.process {
  background: url(../images/blue/cicle-bg-down.png) no-repeat center center;
  width: 166px;
  height: 196px;
  float: left;
}
.process-bottom {
  background: url(../images/blue/cicle-bg-up.png) no-repeat center center;
  margin: -196px 0 0 -24px;
}
.service-name .price {
  color: #cc1e34;
}
/*个人中心 start*/
.per_lists ul li .inner li a:hover {
  color: #00a2e9;
}
.per_lists ul li .inner li.this a {
  color: #00a2e9;
}
.person_msgs .recompose i {
  color: #00a2e9;
}
.tools a {
  color: #00a2e9;
}
.tools a:hover {
  color: #0096d8;
}
/*个人中心 end*/
.login-box .login-title {
  color: #00a2e9;
}
.login_choicenav li.active{
  border-color:#00a2e9;
  color: #00a2e9;
}
.login-box .blue {
  color: #00a2e9;
  background: #fff;
}
.article h4 a {
  color: #00a2e9;
}
.article h4 a:hover {
  color: #0096d8;
}
.upload_avatar i {
  color: #00a2e9;
}
.finish_tips {
  color: #f9b548;
  background: #f9b548;
}
.reservat_box td a {
  color: #f9b548;
}
.reservat_box .tt td {
  background-color: #00a2e9;
}
.res_title_bg .res_title {
  border-bottom: 3px solid #00a2e9;
}
.news_title a.current {
  border-bottom: 3px solid #00a2e9;
  color: #00a2e9;
}
.news_title a:hover {
  border-bottom: 3px solid #00a2e9;
}
.gold_btn a,
.money_btn a {
  background-color: #00a2e9;
}
.money_btn a {
  color: #00a2e9;
}
.gold_btn a,
.money_btn a:hover {
  background-color: #00a2e9;
  color: #fff;
}
.cash_record a,
.balance_record a:hover {
  background-color: #00a2e9;
}
.pad_buy a {
  background-color: #f9b548;
}
.tie_card tr:hover {
  background-color: #e2f6ff;
}
.tie_card tr:hover{ background-color: #e2f6ff;}
.tie_card .th-left:hover{
    background: transparent;
}
.tie_card .th-left:hover td{
    background-color: #e2f6ff;
}
.tie_card .th-left:hover td:first-child{
    background: transparent;
}
.tie_card td .series {
  background-color: #00a2e9;
}
.tie_card .tt td .series01 {
  background-color: #f9b548;
}
.series td {
  background-color: #00a2e9;
}
.tie_card td b {
  color: #00a2e9;
}
.tie_tips a {
  color: #00a2e9;
}
.tied_tips {
  background-color: #fcdca9;
  color: #f9b548;
}
.per_lists .user-ul2 li a:hover {
  border-bottom: 1px solid #00a2e9;
}
.personal_data td a {
  color: #00a2e9;
}
.res_title a.active {
  background-color: #00a2e9;
  border-color: #00a2e9;
  color: #fff;
}
.cash_record a,
.balance_record a {
  background-color: #00a2e9;
}
.news_title .com-sm-btn03:hover {
  background: #00a2e9;
}
.reservat_box .com-sm-btn04 {
  background: #f9b548;
}
.per_tip {
  color: #f9b548;
}
.modify_success {
  background-color: #e2f6ff;
  color: #94cdad;
}
.admis-box b,
.admis-box .number-bg {
  background: #00a2e9;
}
.admis-box i,
.admis-box .font60 {
  color: #00a2e9;
}
.admis-lines {
  border-top: 2px dotted #00a2e9;
}
.goto {
  border: 1px solid #00a2e9;
}
.table tr.even {
  background: #e2f6ff;
}
.diagram h6 {
  background: #00a2e9;
}
.approach i {
  color: #00a2e9;
}
.approach a {
  color: #00a2e9;
}
.way a {
  background: #00a2e9;
}
.way a:hover {
  background: #0096d8;
}
.inquire-way .check {
  background: #00a2e9;
}
.studies a {
  border: 1px solid #00a2e9;
}
.pro-mid-title {
    color: #f9b548;
}
.data-list i{
  color:#f9b548;
}
.knowledge_zx {
  border-top: 5px solid #00a2e9;
}
.collect {
  background: url(../images/public/share.png) no-repeat 0 center;
}
.collect {
  background: url(../images/public/start.png) no-repeat 0 center;
}
.volunteer {
  background: url(../images/article/volunteer.png) no-repeat;
}
.search_btn {
  background: url(../images/article/search.png) no-repeat;
}
.knowledge_right .title {
  color: #00a2e9;
}
.tool_state a {
  background: #00a2e9;
}
.tool_state a:hover {
  background: #0096d8;
}
.knowledge_right .left-title {
  color: #00a2e9;
}
.f-blue {
  color: #00a2e9;
}
.blue-bg {
  background: #0096d8;
}
.even {
  background: #e2f6ff;
}
.pro_popup {
  border: 3px solid #f9b548;
}
.popup_t {
  color: #f9b548;
}
.pro_des span {
  color: #00a2e9;
}
.popup_msgs ul li {
  color: #0096d8;
}
.popup_msgs ul li a {
  color: #0096d8;
}
.detail-list li a:hover,
.detail-list li a.this {
  color: #00a2e9;
}
.pro_count ul li a,
.pro_count ul li a:hover {
  color: #00a2e9;
}
.pro_count ul li a:hover {
  background-color: #00a2e9;
}
.pro-list a:hover,
.pro-list a.this {
  color: #00a2e9;
}
.pro_switch ul li a:hover,
.pro_switch ul li.this a {
  background-color: #00a2e9;
}
.pro_list ul li a:hover,
.pro_list ul li.this a {
  background-color: #f9b548;
}
.p-title {
  background: #e2f6ff;
  border-left: 5px solid #00a2e9;
}
.sc_result {
  border: none;
  border: 1px solid #00a2e9;
}
.sc_btn {
  background: #00a2e9;
}
.yellow-btn {
  background: #f9b548;
}
.yellow-btn:hover {
  background: #e49e2c;
}
.pro_switch ul li a,
.pro_switch ul li a:hover,
.pro_switch ul li.this a {
  border: 1px solid #00a2e9;
}
.pro-list a:hover,
.pro-list a.this {
  background: #e2f6ff;
}
.pro-title,
.p-sort-title {
  border-bottom: 1px solid #00a2e9;
  color: #00a2e9;
}
.blue-btn {
  background: #00a2e9;
}
.blue-btn:hover {
  background: #0096d8;
}
.star {
  background: url(../images/public/start.png) no-repeat;
}
.more-college {
  background: #00a2e9;
}
.more-college:hover {
  background: #0096d8;
}
.major-name .barline {
  background: #f9b548;
}
.barline #percent,
.barline #percent1 {
  color: #f9b548;
}
.f_msg a:hover {
  color: #00a2e9;
}
.free_left .Title h2 {
  border-bottom: #00a2e9 3px solid;
}
.free_left li a {
  color: #00a2e9;
}
.free_left .matter h4 {
  border-left: #00a2e9 4px solid;
}
.free_right .Title h2 {
  border-bottom: #00a2e9 3px solid;
}
.free_right li a:hover {
  color: #00a2e9;
}
.category_left li a {
  color: #00a2e9;
}
.category_left .Title h2 {
  border-bottom: #00a2e9 3px solid;
}
.category_left .on {
  background-color: #f9b548;
}
.category_left .matter h4 {
  border-left: #00a2e9 4px solid;
}
.career_intro td a {
  color: #00a2e9;
}
.career_intro td a:hover {
  color: #0096d8;
}
.commu_top {
  background-color: #00a2e9;
}
.commu_butt {
  color: #00a2e9;
}
.commu_butt a {
  color: #00a2e9;
  border: #00a2e9 1px solid;
}
.commu_butt a:hover {
  background-color: #e2f6ff;
}
.per .name01 a {
  color: #00a2e9;
}
.praise a {
  color: #00a2e9;
}
.search-match1 input.s_btn {
  border-bottom: 1px solid #00a2e9;
  border-bottom: 2px solid #00a2e9;
}
.analysis-content {
  background: #e2f6ff;
}
.campus_sce ul li a:hover {
  border: 1px solid #f9b548;
}
.tabs {
  border-bottom: 2px solid #00a2e9;
}
.tabs ul li.this {
  border-top: 4px solid #00a2e9;
}
.tabs ul li.this a {
  color: #00a2e9;
}
.data-list i{
  color:#f9b548;
}
.guide-list a:hover,.guide-box p a:hover{
  color:#f9b548;
}
.steps .lines {
  border-bottom: 3px solid #e2f6ff;
}
.steps ul li p,
.steps ul li i {
  color: #00a2e9;
}
.steps ul li.this p,
.steps ul li.this i {
  color: #0096d8;
}
.my_log ul li {
  color: #00a2e9;
}
.line_list .tt td {
  border-left: 1px solid #00a2e9;
  border-bottom: 1px solid #00a2e9;
}
.line_list .tt td {
  background-color: #00a2e9;
  border-left: 1px solid #00a2e9;
  border-bottom: 1px solid #00a2e9;
}
.line_list .ss td {
  color: #00a2e9;
}
.college_switch ul li.this {
  border-bottom: 2px solid #00a2e9;
}
.line_list .rr td a {
  color: #00a2e9;
}
.line_list .pp td h4 {
  color: #00a2e9;
}
.volunt .btns01 a,
.volunt .btns01 input {
  background: #00a2e9;
}
.add_list {
  border-top: 1px solid #e2f6ff;
}
.add_list .tt td {
  background-color: #e2f6ff;
  border-left: 1px solid #e2f6ff;
  border-bottom: 1px solid #e2f6ff;
}
.add_tt {
  background-color: #e2f6ff;
}
.search_fill input.s_btn {
  border: 1px solid #00a2e9;
  background-color: #00a2e9;
}
.r_b td {
  color: #00a2e9;
}
.pro_comp {
  border-top: 1px solid #e2f6ff;
}
.pro_comp input {
  background-color: #f9b548;
}
.s_t td {
  color: #00a2e9;
}
.step06_t h2 {
  border-bottom: #00a2e9 3px solid;
}
.s_t span {
  background-color: #cc1e34;
}
.s_content span {
  color: #cc1e34;
}
.fill_in01 a,
.fill_in01 a:hover {
  background-color: #00a2e9;
  border-bottom: 2px solid #0096d8;
}
.fill_in01 a:hover {
  background-color: #0096d8;
}
.line_list td i {
  color: #00a2e9;
}
.major_box a.btn_blue {
  background-color: #00a2e9;
}
.setBs a {
  background-color: #0096d8;
}
.btns02 a:hover {
  background: #0096d8;
}
.search_fill .bms-button {
  background: #00a2e9;
}
.my_log ul li.school_rank span {
  color: #00a2e9;
}
.tf-result .tips02 {
  color: #00a2e9;
}
.where h2 {
  border-left: #00a2e9 3px solid;
}
.where_title {
  color: #00a2e9;
}
.where_switch li a:hover {
  color: #00a2e9;
}
.where_switch .on .tab-item {
  border-top: #00a2e9 6px solid;
  color: #00a2e9;
}
.sheet tr.sheet_color td {
  color: #00a2e9;
}
.special_msg a:hover {
  color: #00a2e9;
}
.vip-top .s_msg {
  background: #fcdca9;
}
.vip-top .s_msg span {
  color: #cc1e34;
}
.vip-top .small-pic span.active {
  border: 2px solid #0096d8;
}
.btns01 .jh-btn {
  background: #f9b548;
}
.btns01 .buy-btn6:hover {
  background: #b61328;
}
.choices .default-button,
.choice_school .default-button {
  color: #00a2e9;
}
.title-line-box {
  position: relative;
  border-bottom: 1px solid #00a2e9;
}
.title-line-box {
  border-bottom: 1px solid #00a2e9;
}
.title-line-box .title-line h4,
.title-line-box .title-line p {
  color: #00a2e9;
}
.colleges_list {
  border-top: 3px solid #00a2e9;
}
.c_div .contrast_titles li a {
  color: #00a2e9;
}
.c_div .contrast_titles li.l a {
  color: #0096d8;
}
.contrast_lists .msgs a {
  color: #0096d8;
}
.contrast_lists .p-title {
  background: #e2f6ff;
  border-left: 5px solid #00a2e9;
}
.contrast-box tr:hover {
  background: #e2f6ff;
}
.data-list i {
  color: #00a2e9;
}
.pro-mid-title {
  color: #00a2e9;
}
.data-title {
  border-bottom: 1px solid #00a2e9;
}
.zzzs-data-title {
  border-bottom: 4px solid #00a2e9;
}
.options-bg p {
  color: #00a2e9;
}
.analysis-box {
  border-top: 5px solid #00a2e9;
}
.zzzs-search input,
.zzzs-search a,
.zzzs-search .a-link {
  background: #00a2e9;
}
.error-word {
  color: #00a2e9;
}
.pages {
  text-align: center;
}
.pages a {
  border: 1px solid #ddd;
  color:#666;
}
.pages a:hover {
  background-color: #00a2e9;
  border: 1px solid #00a2e9;
  color:#fff;
}
.pages a:hover.this {
  border: 1px solid #00a2e9;
}
.pages a.this {
  border: 1px solid #00a2e9;
}
.pages .this {
  background-color: #00a2e9;
}
.pages span.current {
  background-color: #00a2e9;
  border: 1px solid #00a2e9;
}
.small-circle{
    background:#00a2e9;
}
.first_user .try_out{color:#00a2e9;}
.mainstream .list{ background:#00a2e9;}
.sxgh-banner {
  background: url(../images/blue/shengxueguihua.jpg) no-repeat center center;
}
.xgk-banner {
  background: url(../images/blue/xingaokao.jpg) no-repeat center center;
}
.zytb-banner {
  background: url(../images/blue/zhiyuantianbao.jpg) no-repeat center center;
}
.zzzs-banner {
  background: url(../images/blue/zizhuzhaosheng.jpg) no-repeat center center;
}
.custom-banner {
  background: url(../images/blue/fuwuye3.jpg) no-repeat center center;
}



.tie_card .th-left:hover{
    background: transparent;
}
.tie_card .th-left:hover td{
    background-color: #ccecfb;
}
.tie_card .th-left:hover td:first-child{
    background: transparent;
}
.hd .over li.active {
  background-color: #00a2e9;
}

.side-contact li:hover{
  background:#00a2e9;
  color:#fff;
}
/*首页改版 start*/
.container-item-title span{
  border-bottom:2px solid #00a2e9;
}
.wrap-ul-four i{
  color:#00a2e9;
}
.wrap-fix .over2 li.active2{
  background:#00a2e9;
}
.wrap-ul-two li:hover p,.wrap-ul-two li:hover .item-font-two{
  color:#00a2e9;
}
.wrap-ul-two li:hover p:before{
  background-color:#00a2e9;
}
.container-item-title span:hover{
  color:#00a2e9;
}
.wrap-ul-three li:hover p{
  color:#00a2e9;
}
.wrap-ul-four li:hover p,.wrap-ul-four li:hover div,.wrap-seven .left:hover p,.wrap-seven .left:hover div,.wrap-seven .wrap-seven-right:hover div,.wrap-ul-six li:hover p,.wrap-ul-six li:hover div{
  color:#00a2e9;
}
/*首页改版 end*/

/*增加登录方式 start*/
.loginfont,.login-formtitle{
  color:#00a2ea;
}
.loginform-line1{
  border-color:#00a2ea;
}
.form-item.form-blur{
  border-color:#00a2ea;
}
.form-item.form-blur .iconbox .iconfont{
  color:#00a2ea;
}
.form-item.form-blur input::-webkit-input-placeholder { 
    color:#00a2ea;
}
.form-item.form-blur input:-moz-placeholder { 
   color:#00a2ea;
}
.form-item.form-blur input::-moz-placeholder {
   color:#00a2ea;
}
.form-item.form-blur input:-ms-input-placeholder { 
   color:#00a2ea;
}
.login-codebtn{
  color:#00a2ea;
}
.lform-tips-check.lform-radiochecked{
  border-color:#00a2ea;
}
.lform-radiochecked.lform-tips-check span{
  display:block;
  background:#00a2ea;
}
.lform-tips-font a,.lform-tips-link{
  color:#00a2ea;
}
.form-submit input,.forget-cancel{
  background:#00a2ea;
}
.forget-successtpis span{
  color:#00a2ea;
}
.free-reg{
  color:#00a2ea;
}

/*增加登录方式 end*/

/*根据科目选专业 增加文字 start*/
.title-tips{
  color:#00a2e9;
}
/*根据科目选专业 增加文字 end*/


/*升学途径分析报告试题 start*/
.question-tips-color{
  color:#00a2e9;
}
.question-menu-active{
  background:#00a2e9;
}
.question-menubox  .question-arrow-past.question-arrow-past{
  color:#00a2e9;
}
.question-btn.question-btn-color1{
  background:#00a2e9;
}
.question-answerul ul li.question-answerli-active{
  background:#00a2e9;
  color:#fff;
}
.question-radio label.radio-active{
  color:#00a2e9;
}
.question-menu.question-menu-past{
  color:#3db8ee;
}

/*升学途径分析报告试题 end*/

/*公用弹窗 start*/
.popup-header{
  background:#00a2e9;
}
.font-color1{
  color:#00a2e9;
}
.popup-code{
  color:#00a2e9;
}
.popup-btn,.popup-btn2{
  background:#00a2e9;
}
.plain-button{
  border: 1px solid #00a2e9;
}
.plain-button a{
  color: #00a2e9;
}
/*公用弹窗 end*/
/*专家预约弹窗 start*/
.xjc form .orderButton{
  color:#00a2e9;
}
/*专家预约弹窗 end*/

/*名师课堂模块 start*/
.study-subject li i{
    color:#00a2e9;
}
.study-subject li:hover p{
  color:#00a2e9;
  font-weight: bold;
}
.movie-list li.active a{
  color: #00a2e9;
  font-weight: 600;
}
/*名师课堂模块 end*/



/*配合后台标签改 服务介绍页样式 start*/
.service-description .lit-title-box{
  background: #e2f6ff;
}
.service-description .lit-title {
  background: url(../images/blue/pro-title-bg.png) no-repeat center center;
}
.service-description .lit-title-box1{
  background: url(../images/blue/pro-bg1.png) no-repeat center center;
}
.service-description .lit-number{
  background: #fff;
  color: #00a2e9;
}
/*配合后台标签改 服务介绍页样式 end*/


/*智能选学校样式改版start*/
.tabsbox li.this a{
    background:#fff;
    color:#00A2E9;
}
.forecast-table.line_list .tt td{
    border-color:#51ABD0;
    color:#fff;
}
.forecastdown{
    border:1px solid #FFCFCC;
    background:#FFEFEE;
    color:#FF5F57;
}
.forecasttable2 table .forecasttt td{
    background:#FFEFEE;
}
.line_list td .forecastdown i{
  color:#FF5F57;
}
.forecast-table .attention.active{
    color:#00A2E9;
    border-color:#E4EEF6;
    background:#F0F7FC;
}
/*智能选学校样式改版end*/


/*模拟志愿填报 start*/
input,select{
  outline-color:#00A2E9;
}
.choicemajorbtn.choicemajorbtn1{
  color:#00A2E9;
  background:#F3FBFF;
  border-color:#CAEDFC;
}
.choicemajorbtn.choicemajorbtn2{
  color:#FF5F57;
  background:#FFEFEE;
  border-color:#FFCFCC;
}
.choicevolunbtn.choicemajorbtn1{
  color:#00A2E9;
  background:#F3FBFF;
  border-color:#CAEDFC;
}
.choicevolunbtn.choicemajorbtn2{
  color:#FF5F57;
  background:#FFEFEE;
  border-color:#FFCFCC;
}
.mockcarditem input{
  outline-color:#00A2E9;
}
.mockcardbtnbox .mockcardbtn{
  background:#00A2E9;
}
.mockbar.baractive{
  background:#00A2E9;
}
.mocktablebox table .mocktableheader td,.mocktablebox1 table .mocktableheader td,.mocktablebox2 table .mocktableheader td{
  background:#00A2E9;
  color:#fff;
  border-color:#0398DA;
}
.mockstep2box .mocktdbtn.mocktdbtndefault{
  color:#00A2E9;
  background:#fff;
  border-color:#00A2E9;
}
.mocktdbtn:hover{
  color:#fff;
  background:#0B89C0;
  border-color:#0B89C0;
}
.mocktdbtn.mocktdbtnimpor{
  color:#fff;
  background:#0B89C0;
  border-color:#0B89C0;
}
.mocktdbtn.mocktdbtnimpor:hover{
  color:#fff;
  background:#00A2E9;
  border-color:#00A2E9;
}
.mocktdbtn.mocktdbtnnull1{
  color:#00A2E9;
  background:#F3FBFF;
  border-color:#CAEDFC;
}
.mocktdbtn.mocktdbtnnull2{
  color:#FF5F57;
  background:#FFEFEE;
  border-color:#FFCFCC;
}
.mockformheader{
  background:#00A2E9;
}
.mockitem input{
  outline-color:#00A2E9;
}
.mockbtnset{
    color: #00A2E9;
}
.mockbtn{
  background:#00A2E9;
}
.mocksteptitle span{
  border-color:#00A2E9;
}
.mocksteptip1{
  color:#00A2E9;
}
.mocktipstitle i{
  background:#00A2E9;
}
.spanbtn.spanbtndefault:hover{
  border-color:#00A2E9;
  color:#fff;
  background:#00A2E9;
}
.mockstep3headermsg{
  background:#F3FBFF;
  border:1px solid #CAEDFC;
}
.mockstep3headermsg span{
  color:#00A2E9;
}
.mockstep3submit{
  background:#00A2E9;
}
.mockretrieve.retrieve td label.this{
  background: #00A2E9;
}
.mockretrieve.retrieve td .this{
  background: #00A2E9;
}
.moke-searchlead{
  color:#00A2E9;
}
.retrieve .moke-searchlead a{
  color:#00A2E9;
}
.mockstep3nav{
  border-color: #00A2E9;
}
.mockstep3nav div.step3navactive{
  background: #00A2E9;
  border-color:#00A2E9;
}
.typebtnnav{
  border-color: #00A2E9;
}
.typebtnnav div.typebtnnavactive{
  background: #00A2E9;
  border-color:#00A2E9;
}
.rbheadertips span{
  color:#00A2E9;
  background:#F3FBFF;
  border:1px solid #CAEDFC;
}
.choicename{
  background:#00A2E9;
}
.choicetag label i{
  background:#00A2E9;
}
.makeVolunteer{
  background: #00A2E9;
}
.choicemajorsubmit{
  background:#00A2E9;
}
.mock4tagbox{
  color:#00A2E9;
  border:1px solid #CAEDFC;
  background:#F3FBFF;
}
.mock4hright label i{
  background:#00A2E9;
}
.forecastdownset{
  color:#00A2E9;
  background:#F3FBFF;
  border:1px solid #CAEDFC;
}
.withintable table .withintr td {
  background: #FFEFEE;
}
.mockstep1 span{
  background:url('../images/blue/mockstep1.png') no-repeat;
  background-size:100% 100%;
}
.mockstep2.stepactive span{
  background:url('../images/blue/mockstep2.png') no-repeat;
}
.mockstep3.stepactive span{
  background:url('../images/bluemockstep3.png?v=1.0') no-repeat;
}
.mockstep4.stepactive span{
  background:url('../images/blue/mockstep4.png') no-repeat;
}
/*模拟志愿填报 end*/

/*用户资料信息填写弹窗 start*/
.userinforadio.userinforadio-active .userinfoicon{
  border-color:#00A2E9;
}
.userinforadio.userinforadio-active .userinfoicon i{
  background:#00A2E9;
}
input.userinfobtn{
    background:#00A2E9;
}
/*用户资料信息填写弹窗 end*/

/* 首页登录 start */
.choicenav li.active{
  border-color:#00A2E9;
}
/* 首页登录 end */

/* 首页新增风格 start */
.edition-item-title .edition-title-name::before{
  background:#00A2E9;
}
.voluntwrap-ul li a .iconbox{
  background: #00A2E9;
}
.artexamwrap-ul li a .iconbox{
  background: #00A2E9;
}
.edition-messagebox .messagebox-item .messageitem-left .messageitem-order{
  background: #00A2E9;
}
.wrap-ul-fix li p .order{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #00A2E9;
  line-height: 24px;
  margin-right: 12px;
}
/* 首页新增风格 end */

/* 绑定手机号弹窗 start */
.ui-dialog-header{
  background:#00A2E9;
}
.i_code, .sub{
  background:#00A2E9;
}
/* 绑定手机号弹窗 end */

/* 专业详情 start */
.majorjob_tabnav{
  border-bottom-color: #00A2E9;
}
.majorjob_tabnav a.active{
  background: #00A2E9;
}
.mjpub_title{
  border-left-color: #00A2E9;
}
.major_collist .college-lists li .college_msgs .contrast_btns{
  border-color: #00A2E9;
}
.major_collist .college-lists li .college_msgs .contrast_btns a{
  color:#00A2E9;
}
.major_collist .morebox p a{
  background: #00A2E9;
}
/* 专业详情 end */

/* 艺考-院校详情-招生简章 */
.college_general .collgeneral-list .collgeneral-item{
  border-bottom-color: #ccecfb;
}
.themecolor{
  color: #00a2e9!important;
}
.artexam-simulate-select .simulatebox ul li .iconfont{
  color: #00a2e9;
}

/* 个人中心-我的关注 start */
.attention .colleges_list .contrast_btns a{
  color: #00a2e9;
}
.attention .major_concern ul li .contrast_btns a{
  color: #00a2e9;
}
/* 个人中心-我的关注 end */

.scoretipbox{
  margin-top: 16px;
  width: 100%;
  height: 42px;
  background: rgba(0,162,233, 0.16);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(0,162,233,1);
  line-height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
}


/* 模拟志愿填报3.0 start */
.choicemajorbtn.choicemajorbtn1{
  background: none;
  border: 1px solid #00A2E9;
  color: #00A2E9;
}
.choicemajorbtn.choicemajorbtn2{
  background: #00A2E9;
  color: #fff;
}
/* 模拟志愿填报3.0 end */



/* 换绑手机号 start */
.changephoneform .tipbox{
  color: #00A2E9;
}
.changephoneform .submitipt{
  background: #00A2E9;
}
.changephoneform .formitem .iptbox input.submitbtn{
  background: #00A2E9;
}
.changePhoneStepbox .stepListbox .stepitem.active .stepline{
  background: #00A2E9;
}
.changePhoneStepbox .stepListbox .stepitem.active .steptitle .order{
  background: #00A2E9;
  border-color: #00A2E9;
}
/* 换绑手机号 end */


/* 个人中心-志愿表入口 start */
.voluntlistbox .voluntnavbox .voluntnavitem.voluntnavitem-active{
  background: #00A2E9;
  border-color: #00A2E9;
}
.voluntlistbox .voluntcontbox .volunttable table .checkbtn{
  background: #00A2E9;
}
.voluntlistbox .voluntcontbox .volunttable .nodatabox p a{
  color: #00A2E9;
}
/* 个人中心-志愿表入口 end */