@charset "UTF-8";
/*
 * web based style
 * time 2019-4-26
 */
/*
*
*   重置网站默认样式
*
*/
/* line 33, ../../../sass/base/_base.scss */
body {
  background: #f6f7f9;
  font-size: 14px;
  color: #7a7676;
  font-family: 'PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB',STHeitiSC-Light,'Microsoft YaHei',Arial,sans-serif;
}

/* line 39, ../../../sass/base/_base.scss */
a {
  outline: none;
  text-decoration: none;
  color: #7c68d1;
}
/* line 43, ../../../sass/base/_base.scss */
a:hover, a:focus {
  color: #5b47b0;
  text-decoration: none;
}
/* line 47, ../../../sass/base/_base.scss */
a:focus {
  outline: none;
}

/* line 49, ../../../sass/base/_base.scss */
botton, input {
  outline: none;
}

/* line 52, ../../../sass/base/_base.scss */
.list-unstyled {
  margin: 0px;
}

/* line 53, ../../../sass/base/_base.scss */
.container {
  width: 1170px;
}

/*
*
*   侧栏列表
*
*/
/* line 62, ../../../sass/base/_base.scss */
#slide-menu {
  overflow: hidden;
  float: left;
  width: 220px;
  margin-top: 20px;
  background: #fff;
  min-height: 500px;
}
/* line 71, ../../../sass/base/_base.scss */
#slide-menu .userInfo {
  padding: 30px 0px 20px;
  border-bottom: 1px solid #d8dfea;
  text-align: center;
}
/* line 75, ../../../sass/base/_base.scss */
#slide-menu .userInfo .head_icon {
  overflow: hidden;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin: 0px auto 13px;
  border: 1px solid #d8dfea;
  background: #f8f8f8;
  border-radius: 50%;
}
/* line 84, ../../../sass/base/_base.scss */
#slide-menu .userInfo .head_icon img {
  width: 100%;
}
/* line 88, ../../../sass/base/_base.scss */
#slide-menu .userInfo p {
  margin-bottom: 0px;
  color: #888;
}
/* line 95, ../../../sass/base/_base.scss */
#slide-menu .list_box {
  padding: 15px 0px;
}
/* line 98, ../../../sass/base/_base.scss */
#slide-menu .list_box li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #7a7676;
}
/* line 104, ../../../sass/base/_base.scss */
#slide-menu .list_box li a i {
  margin-right: 10px;
}
/* line 107, ../../../sass/base/_base.scss */
#slide-menu .list_box li a.active {
  color: #7c68d1;
  background: #f3f3f3;
}
/* line 111, ../../../sass/base/_base.scss */
#slide-menu .list_box li a:hover {
  background: #f3f3f3;
}

/*
*
*   主体内容框架
*
*/
/* line 125, ../../../sass/base/_base.scss */
#layoutmain {
  float: right;
  width: 900px;
  margin-top: 20px;
}
/* line 130, ../../../sass/base/_base.scss */
#layoutmain .banner {
  margin-bottom: 20px;
}
/* line 132, ../../../sass/base/_base.scss */
#layoutmain .banner img {
  height: 139px;
}
/* line 137, ../../../sass/base/_base.scss */
#layoutmain .topic {
  overflow: hidden;
  padding: 0px 15px;
  border-bottom: 1px solid #d8dfea;
}
/* line 141, ../../../sass/base/_base.scss */
#layoutmain .topic h3 {
  float: left;
  padding-left: 15px;
  margin: 17px 0px;
  border-left: 3px solid #7c68d1;
  font-weight: bold;
  font-size: 16px;
}
/* line 150, ../../../sass/base/_base.scss */
#layoutmain .topic a {
  display: block;
  float: right;
  width: 140px;
  height: 33px;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 35px;
  background: url("../../../images/pen.jpg") no-repeat 20px 6px;
  border: 1px solid #9c88f1;
  color: #7c68d1;
  text-align: center;
  border-radius: 33px;
}

/*
*
*   测评列表样式
*
*/
/* line 172, ../../../sass/base/_base.scss */
#testListCode {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
/* line 178, ../../../sass/base/_base.scss */
#testListCode .inbox li {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #d8dfea;
}
/* line 182, ../../../sass/base/_base.scss */
#testListCode .inbox li:last-child {
  border-bottom: 0px;
}
/* line 185, ../../../sass/base/_base.scss */
#testListCode .inbox li .icon {
  float: left;
}
/* line 188, ../../../sass/base/_base.scss */
#testListCode .inbox li .info {
  padding-left: 215px;
}
/* line 190, ../../../sass/base/_base.scss */
#testListCode .inbox li .info dl {
  margin: 0px;
}
/* line 192, ../../../sass/base/_base.scss */
#testListCode .inbox li .info dl dd {
  float: left;
  width: 50%;
  height: 55px;
  line-height: 55px;
  padding: 0px 30px;
  border-bottom: 1px solid #d8dfea;
  color: #555555;
}
/* line 200, ../../../sass/base/_base.scss */
#testListCode .inbox li .info dl dd .lab {
  display: inline-block;
  margin-right: 5px;
  color: #7a7676;
}
/* line 207, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation {
  height: 65px;
  line-height: 65px;
  padding: 0px 30px;
}
/* line 211, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a {
  display: inline-block;
  width: 155px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
/* line 219, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a i {
  margin-right: 10px;
}
/* line 222, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a.defalut {
  background: #fff;
  border: 1px solid #d8dfea;
  color: #7a7676;
}
/* line 227, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a.detail {
  background: #f7f6ff;
  border: 1px solid #9c88f1;
  color: #9c88f1;
}
/* line 232, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a.buys {
  background: #ec6941;
  border: 1px solid #ec6941;
  color: #fff;
}
/* line 237, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a.warning {
  background: #cb1111;
  border: 1px solid #be0a0a;
  color: #fff;
}
/* line 242, ../../../sass/base/_base.scss */
#testListCode .inbox li .info .operation a.goTest {
  background: #7c68d1;
  border: 1px solid #7c68d1;
  color: #fff;
}

/*
*
*   查看过我的企业
*
*/
/* line 259, ../../../sass/base/_base.scss */
#look_myTest {
  overflow: hidden;
  background: #fff;
}
/* line 264, ../../../sass/base/_base.scss */
#look_myTest .inbox li {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 25px 30px;
}
/* line 269, ../../../sass/base/_base.scss */
#look_myTest .inbox li .icon {
  overflow: hidden;
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #eef8fd;
  border: 1px solid #d8dfea;
  border-radius: 50%;
}
/* line 279, ../../../sass/base/_base.scss */
#look_myTest .inbox li .info {
  padding-left: 120px;
  padding-top: 17px;
  font-size: 16px;
}
/* line 283, ../../../sass/base/_base.scss */
#look_myTest .inbox li .info .company_name {
  overflow: hidden;
  color: #333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 290, ../../../sass/base/_base.scss */
#look_myTest .inbox li .info .time {
  color: #a6a6a6;
}
/* line 296, ../../../sass/base/_base.scss */
#look_myTest .inbox .info_empty {
  padding: 30px 0px;
  text-align: center;
  color: #9b9b9b;
}

/*
*
*   测评介绍
*
*/
/* line 309, ../../../sass/base/_base.scss */
#test-interoduce {
  background: #fff;
  padding: 20px;
}
/* line 312, ../../../sass/base/_base.scss */
#test-interoduce img {
  width: 100%;
}
/* line 315, ../../../sass/base/_base.scss */
#test-interoduce h3 {
  margin: 25px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
/* line 320, ../../../sass/base/_base.scss */
#test-interoduce h3 span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  line-height: 26px;
  margin-right: 23px;
  text-align: center;
  background: #7c68d1;
  font-weight: normal;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
}
/* line 332, ../../../sass/base/_base.scss */
#test-interoduce h3 span:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 13px solid #7c68d1;
  border-bottom: 13px solid transparent;
}
/* line 345, ../../../sass/base/_base.scss */
#test-interoduce p {
  padding-left: 20px;
  line-height: 25px;
}
/* line 349, ../../../sass/base/_base.scss */
#test-interoduce .gray {
  padding: 20px;
  background: #f7f6ff;
}
/* line 353, ../../../sass/base/_base.scss */
#test-interoduce .f16 {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 357, ../../../sass/base/_base.scss */
#test-interoduce .st {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url("../../../images/dian.jpg") no-repeat 5px 7px;
  font-weight: bold;
}
/* line 363, ../../../sass/base/_base.scss */
#test-interoduce .more {
  width: 350px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 50px;
  text-align: center;
  color: #a9a9a9;
  border: 1px dashed #ddd;
  border-radius: 5px;
}
/* line 372, ../../../sass/base/_base.scss */
#test-interoduce .more a {
  color: #7c68d1;
  text-decoration: underline;
}

/*
*
*   Input列表
*
*/
/* line 384, ../../../sass/base/_base.scss */
.ipt-box {
  background: #fff;
}
/* line 386, ../../../sass/base/_base.scss */
.ipt-box .inbox {
  padding: 60px 0px;
}
/* line 389, ../../../sass/base/_base.scss */
.ipt-box .list {
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 392, ../../../sass/base/_base.scss */
.ipt-box .list.compile_inf {
  margin-bottom: 25px;
}
/* line 395, ../../../sass/base/_base.scss */
.ipt-box .list .control-label {
  float: left;
  width: 115px;
  margin-right: 10px;
}
/* line 401, ../../../sass/base/_base.scss */
.ipt-box .list .controls {
  float: left;
  width: 300px;
}
/* line 404, ../../../sass/base/_base.scss */
.ipt-box .list .controls.text {
  padding-top: 7px;
}
/* line 407, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select {
  color: #7a7676;
}
/* line 409, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select.birth_year {
  width: 50%;
  float: left;
}
/* line 413, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select.birth_month {
  width: 50%;
}
/* line 417, ../../../sass/base/_base.scss */
.ipt-box .list .controls .gender_inp {
  margin-left: 25px;
}
/* line 419, ../../../sass/base/_base.scss */
.ipt-box .list .controls .gender_inp:first-child {
  margin-left: 0;
}
/* line 423, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select2-container--default {
  color: #7a7676;
}
/* line 425, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select2-container--default .select2-selection--single {
  height: 35px;
  border: 1px solid #d8dfea;
}
/* line 428, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  color: #7a7676;
}
/* line 432, ../../../sass/base/_base.scss */
.ipt-box .list .controls .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
/* line 437, ../../../sass/base/_base.scss */
.ipt-box .list .controls .form-control {
  border: 1px solid #d8dfea;
}
/* line 441, ../../../sass/base/_base.scss */
.ipt-box .list .btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin-left: 125px;
  background: #7c68d1;
  color: #fff;
}
/* line 454, ../../../sass/base/_base.scss */
.ipt-box.order .list .price {
  padding-top: 5px;
}
/* line 456, ../../../sass/base/_base.scss */
.ipt-box.order .list .price .num {
  font-size: 18px;
  color: #e4444e;
}

/*
*
*   广告
*
*/
/* line 470, ../../../sass/base/_base.scss */
.serve {
  overflow: hidden;
  width: 100%;
  height: 314px;
  border: 1px solid #ddd;
  background: url("../../../images/server.jpg") no-repeat;
  text-align: center;
  padding: 50px 0px;
  margin-top: 20px;
}
/* line 479, ../../../sass/base/_base.scss */
.serve h3 {
  color: #333;
  font-size: 26px;
  background: url(../../../images/hint-l.png) no-repeat -85px 8px;
}
/* line 484, ../../../sass/base/_base.scss */
.serve .subtitle {
  color: #333;
  font-size: 24px;
  margin: 15px 0px 30px;
  background: url(../../../images/hint-r.png) no-repeat 900px 12px;
}
/* line 490, ../../../sass/base/_base.scss */
.serve a {
  display: inline-block;
  background: #01c0c8;
  width: 250px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* line 501, ../../../sass/base/_base.scss */
.serve .msg {
  display: block;
  color: #878787;
  font-size: 14px;
}

/*
*
*   模态框样式重构
*
*/
/* line 517, ../../../sass/base/_base.scss */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 16px;
}
/* line 522, ../../../sass/base/_base.scss */
.modal .modal-dialog .modal-content .modal-footer .btn-gray {
  background: #eee;
  color: #333;
}
/* line 526, ../../../sass/base/_base.scss */
.modal .modal-dialog .modal-content .modal-footer .btn-blue {
  background: #00a2e0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  /* line 539, ../../../sass/base/_base.scss */
  #layout .container, #footer .container {
    width: auto;
  }

  /* line 543, ../../../sass/base/_base.scss */
  .container {
    width: auto;
  }
}
/* line 4, ../../../sass/layout/_header.scss */
.header {
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  background: #00adef;
}
/* line 9, ../../../sass/layout/_header.scss */
.header .logo {
  float: left;
  font-size: 16px;
  color: #aed7e6;
}
/* line 13, ../../../sass/layout/_header.scss */
.header .logo img {
  height: 40px;
}
/* line 16, ../../../sass/layout/_header.scss */
.header .logo a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
/* line 23, ../../../sass/layout/_header.scss */
.header .more-option {
  float: right;
  color: #fff;
}
/* line 26, ../../../sass/layout/_header.scss */
.header .more-option .log-btn {
  color: #333;
}
/* line 29, ../../../sass/layout/_header.scss */
.header .more-option .user_Close {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2fbbf0;
  color: #fff;
  border-radius: 30px;
}
/* line 38, ../../../sass/layout/_header.scss */
.header .more-option .user_Close img {
  margin-right: 7px;
}
/* line 46, ../../../sass/layout/_header.scss */
.header.logo_bg {
  background: #fff;
}
/* line 48, ../../../sass/layout/_header.scss */
.header.logo_bg .logo {
  color: #333;
}
/* line 50, ../../../sass/layout/_header.scss */
.header.logo_bg .logo a {
  color: #333;
}
/* line 54, ../../../sass/layout/_header.scss */
.header.logo_bg .more-option {
  color: #7a7676;
  font-size: 16px;
}
/* line 57, ../../../sass/layout/_header.scss */
.header.logo_bg .more-option .log-btn {
  font-size: 16px;
  color: #333;
}

/* line 64, ../../../sass/layout/_header.scss */
.header_revision {
  overflow: hidden;
  height: 65px;
  line-height: 65px;
  background: #7c68d1;
}
/* line 69, ../../../sass/layout/_header.scss */
.header_revision .logo {
  float: left;
  font-size: 16px;
  color: #aed7e6;
}
/* line 73, ../../../sass/layout/_header.scss */
.header_revision .logo a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
/* line 80, ../../../sass/layout/_header.scss */
.header_revision .more-option {
  float: right;
  color: #fff;
}
/* line 83, ../../../sass/layout/_header.scss */
.header_revision .more-option .log-btn {
  color: #f3e008;
}
/* line 86, ../../../sass/layout/_header.scss */
.header_revision .more-option .user_Close {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #9c88f1;
  color: #fff;
  border-radius: 30px;
}
/* line 95, ../../../sass/layout/_header.scss */
.header_revision .more-option .user_Close img {
  margin-right: 7px;
}

/* 兼容iphone4/4s */
@media (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 106, ../../../sass/layout/_header.scss */
  .header_revision .container {
    width: auto;
  }

  /* line 111, ../../../sass/layout/_header.scss */
  .loginAndreg_blank .container {
    width: auto;
  }
  /* line 114, ../../../sass/layout/_header.scss */
  .loginAndreg_blank .container .entry_right .entry {
    width: auto;
  }
  /* line 116, ../../../sass/layout/_header.scss */
  .loginAndreg_blank .container .entry_right .entry .ipt_box {
    padding: 30px;
  }
}
/*
 *
 * 公用尾部 
 * 
 * */
/* line 10, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -100px;
}
/* line 18, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#layout #layout-block {
  height: 100px;
}

/* line 20, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 100px;
}

/* line 13, ../../../sass/layout/_footer.scss */
#footer {
  overflow: hidden;
}
/* line 15, ../../../sass/layout/_footer.scss */
#footer .footer {
  border-top: 1px solid #ddd;
  background: #fff;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #bbb;
  height: 70px;
  line-height: 70px;
}
/* line 24, ../../../sass/layout/_footer.scss */
#footer .footer a {
  color: #bbb;
}
