<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*预设*/
/* 预设样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
}

a:hover{text-decoration: none;}

a{text-decoration: none;color: #0197ff}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
} 


html {
  color: #333333;
  font-family: sans-serif;
  font-size: 14px;
  min-width: 1200px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}



h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
body {
  line-height: 1;
  min-width: 1200px;
  font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

ol, ul {
  list-style: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*新添加*/

.item a{color: #393636;}

ul.nav .item a:hover{padding-bottom: 10px;border-bottom: 2px solid #0881d5;color:#1c86d0}

ul.nav .item a.active{padding-bottom: 10px;border-bottom: 2px solid #0881d5;color:#1c86d0 }

.banner .content-wrap h2{text-align: center;padding: 135px 0 80px 0;}

/* .content-wrap h2 span{background:rgba(181, 175, 175, 0.4);padding: 0px 25px 3px 25px;font-size: 50px;color: #fff; */
/*     font-weight: bold;text-align: center;text-shadow: 0 0 4px rgba(0, 0, 0, 1);letter-spacing: 3px;} */

.banner .content-wrap p{text-align: center;margin-top: 20px;}

.content-wrap p span.search-tabs{color: #999;font-size: 15px;white-space: nowrap;text-align: center;padding: 0 25px 0px 25px;}

.feature .txt .tt1{margin-top: 10px;text-align: left}

.HSindex img{margin:0 auto;display: block;}

.catalogs p a.indextext{color: #888; display: inline-block;width: 140px;height: 37px;line-height: 37px;border: 1px solid #999;text-align: center;}

.catalogs p a.indextext:hover{background-color: #0197ff;color: #fff;border-color: #0197ff}

.catalog p{margin-top: 15px;text-align: center;color: #888}

.content-wrap p.indexmore{text-align: right;height: 40px;}

.solveForyou .catalog:hover{margin-top: -10px;transition: all 0.2s;-moz-transition: all 0.2s;
-webkit-transition: all 0.2s; -o-transition:all 0.2s;-webkit-box-shadow: 10px 10px 20px #efe4e4;
-moz-box-shadow: 10px 10px 20px #efe4e4;box-shadow: 10px 10px 20px #efe4e4;}

.experts-recommend .tabs .tab:hover{-webkit-box-shadow: 10px 10px 20px #dbdada;
-moz-box-shadow: 10px 10px 20px #dbdada;box-shadow: 10px 10px 20px #dbdada;}

.WenJuan h3{padding: 10px 17px 5px 17px;color: #fa4e4e;font-weight: bold;border-bottom: 1px solid #e8e8e8;font-size: 15px;}

.WenJuan h3 img{position: relative;top: 4px;}

.WenJuan p{padding:17px;border-bottom: 1px solid #e8e8e8}

.WenJuan span{color: #ff9000}

.WenJuan p a{color: #504f4f}

.about_each li a{color: #333}
.each_nav a{color: #333}

p.indexSM{text-align: center;color: #0197ff;font-size: 19px;margin-bottom: 40px;}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

/* - Hides from IE-mac - \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
.fr{
  float:right;
}
/* - End hide from IE-mac - */

/* 样式组件 */
/* -float- */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}


.f-bold {
  font-weight: bold;
}


.text-center{
  text-align: center;
}

.inner {
  margin-left: auto;
  margin-right: auto;
 }


.recommend-listeners .inner,.feelings .inner{
  width: 1000px !important;
}


.m-center {
  margin-left: auto;
  margin-right: auto;
}



.borderRadiusHalf {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}


/* link */
.link-normal {
  color: #0093e7;
}

.link-normal:hover {
  color: #83b900;
  text-decoration: none;
}


.connecting {
  background: #fcf8e4;
  border-radius: 4px;
  color: #bf9758;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 92px;
}

.absent {
  background: #dddddd;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 92px;
}
.listener-card .order{
  background: #FFFFFF;
  border-radius: 4px;
  color: #333;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 145px;
  border: 1px solid #efefef;
}
/* top */
.top {
  background: #323232;
  display: block;
}

.top .inner {
  width: 1100px;
  margin: 0 auto;
}

.top .greet {
  height: 36px;
  line-height: 36px;
  margin: 0;
}

.top-nav .icon-phone {
  margin-top: 11px;
}

.top-nav {
  list-style: none;
  margin: 0;
}

.top-nav li {
  float: left;
  line-height: 36px;
  margin-left: 10px;
}




.log a.login{color: #fff;
  display: inline-block;
  width: 65px;
  height: 30px;
  border: 1px solid #35a7f3;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  border-radius: 5px;
  background-color:#35a7f3; 
  font-size: 15px;
}

.log a.register{color: #35a7f3;
  display: inline-block;
  width: 65px;
  height: 30px;
  border: 1px solid #35a7f3;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 15px;
}

.log a.register:hover{background-color:#35a7f3;color: #fff }


.header .log .fa {
  margin-right: 10px;
}

.header .logged {
  float: right;
  padding-top: 12px;
  position: relative;
}

.header .logged .avatar {
  float: left;
}

.header .logged .number{
  float: left;
  line-height: 32px;
  margin-left: 10px;
}

.header .logged .fa,
.psy-fm .nav .tab .logged .fa {
  margin-left: 10px;
}

.header .logged .avatar img,
.psy-fm .nav .tab .logged .avatar img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.header .logged .dropdown-menu,
.psy-fm .nav .tab .logged .dropdown-menu {
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px #dddddd;
  color: #b6b6b6;
  /*display: block;*/
  display: none;
  right: 0;
  line-height: 40px;
  /*opacity: 1;*/
  opacity: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  text-align: left;
  top: 65px;
  /*top: 55px;*/
  z-index: 10;
}

.header .logged .dropdown-menu a,
.psy-fm .nav .tab .logged .dropdown-menu a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  /*width: 80px;*/
  width: 100px;
}

.header .logged .dropdown-menu a:hover,
.psy-fm .nav .tab .logged .dropdown-menu a:hover {
  background: #f6f6f6;
}

.header .logged .dropdown-menu:after,
.header .logged .dropdown-menu:before {
  bottom: 100%;
  right: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header .logged .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header .logged .dropdown-menu:before,
.psy-fm .nav .tab .logged .dropdown-menu:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #dddddd;
  border-width: 8px;
  margin-left: -8px;
}
.dropdown-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}



/*首页*/
/* header */
.header {
  font-size: 16px;
  padding: 15px 0;
  width:100%;
  height: 60px;
  background-color: #fff;
}
.header .inner{
  width:1100px;
}
.header .logo {
  float: left;
}
.header .nav .item {
  float: left;
  position: relative;
  margin-left: 45px;
}
.header .log {
    float: right;
    height: 60px;
    line-height: 60px;
}
.header .nav {
    float: left;
    margin-left: 4%;
    height: 60px;
    line-height: 60px;
}
/* header */

/*BigContainer*/
.indexNew_wrapper{
  background:#f5f5f5;
  width:100%;
  min-width:1200px
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
/*BigContainer*/

/*banner*/
.banner {
  height: 485px;
  background: url(../images/indexsearch_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
}
.banner form {
  height: 40px;
  width: 480px;
  margin: 0 auto;
  border-radius: 8px;
}
.banner form input {
  float: left;
  height: 100%;
  border:none;
  outline: none;
  padding: 0;
  margin: 0;
}
.banner form .search-input {
  color: #666;
  width: 80%;
  font-size: 15px;
  text-indent: 10px;
}
.banner form .search-btn {
  color: #fff;
  width: 20%;
  font-size: 15px;
  *height: 39px;
  background: #35a7f3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-appearance: none;
  border-radius: 0;
}
.banner form .search-btn:hover {
  background: #118bdd;
}
.banner .search-tabs a {
  color: #fff;
  margin-right: 7px;
  font-size: 14px;
}
/*banner*/


/*icons*/
.main .ourFeature {
  height: 70px;
  padding: 40px 0;
  border-bottom: 1px solid #dfdfdf
}
.main .ourFeature .feature{
  width: 350px;
  height: 80px;
  float: left;
}
.main .ourFeature .feature .img {
  width: 60px;
  height: 60px;
  float: left;
  padding-top: 10px;
}
.main .ourFeature .feature .img img {
  width: 100%;
}
.main .ourFeature .feature .txt {
  float: left;
  margin:  16px 0 0 15px;
}
.main .ourFeature .feature .txt .tt {
  color: #198ddb;
  font-size: 26px;
  margin-bottom: 8px;
}
.main .ourFeature .feature .txt .tt1 {
  font-size: 14px;
  color: #adadad;
}
.main .ourFeature .feature1 {
  margin:0 75px;
}
/*icons*/

/*心理测评*/

/*More*/
.item_text a{
  padding: 4px 12px 4px 12px;
  border:1px solid #0197ff;
  color: #0197ff;
  font-size: 14px;
  float:right;
}
.item_text a:hover{
  background-color:#0197ff;
  color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition:all 0.3s; 
}
/*More*/

/*文字标题*/
h2.content-tt{
  color: #444;
  font-size: 40px;
  text-align: center;
  margin: 60px 0 20px 0;
}
/*文字标题*/
.hot_header img{
  position: relative;
  top: 3px;
  left: 3px;
}
.vocational_wrap {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
}
.vocational_wrap .hot_header {
    overflow: hidden;
    color: #292929;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}
.vocational_wrap .hot_header .item_text {
    width: 100%;
    font-size: 22px;
    display: inline-block;
}
.fl {
    display: inline;
    float: left;
}
.vocational_wrap .box_list_bd .test_list {
    overflow: hidden;
    margin: 33px 0 13px;
    min-height: 100%;
    height: 100%;
}
.vocational_wrap .box_list_bd .test_list li {
    width: 228px;
    height: 322px;
    float: left;
    background: #f1f1f2;
    margin: 0 10px 22px 0;
    cursor: pointer;
    border: 1px solid #cfcfd1;
    box-shadow: 1px 1px rgba(223,225,223,0.4);
    -webkit-box-shadow: 1px 1px rgba(223,225,223,0.4);
    -moz-box-shadow: 1px 1px rgba(223,225,223,0.4);
    position: relative;
    overflow: hidden;
}
.vocational_wrap .box_list_bd .test_list li .test_img {
    overflow: hidden;
    background: url(../images/nopic.png) no-repeat center center;
}

.vocational_wrap .box_list_bd .test_list li .test_item {
    width: 100%;
    height: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vocational_wrap .box_list_bd .test_list li .test_item .title {
    margin: 20px 10px 5px;
    font-size: 14px;
    color: #292929;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #666;
    padding: 0 0 5px;
    width: auto
}
.vocational_wrap .box_list_bd .test_list li .test_item .info {
    padding: 0;
    color: #727171;
    font-size: 12px;
    margin: 0 9px 10px;
    width: auto;
    line-height: 21px;
    height: 63px;
}
.vocational_wrap .box_list_bd .test_list li .test_item .number {
    line-height: 16px;
    padding-bottom: 10px;
    color: #b2b2b2;
    text-align: left;
    padding: 0 8px;
    overflow: hidden;
}
.vocational_wrap .box_list_bd .test_list li .test_item .number .test_num {
    width: 103px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
.vocational_wrap .box_list_bd .test_list li .test_item .number .test_info {
    width: 90px;
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 12px;
}
.vocational_wrap .box_list_bd .test_list li:hover .test_img img {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -mo-transition: all 1s ease-out 0s;
}
.exp_erweima_group {
    width: 240px;
    height: 342px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 4s;
}
.exp_erweima_group img {
    margin: 80px auto 20px;
}
.exp_erweima_group label {
    text-align: center;
    width: 240px;
    height: 342px;
    display: inline-block;
}
.icon_erweima{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #f0f3f4 url(../images/czx7.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.icon_erweima:hover {
    background: #f00 url(../images/czx8.png) no-repeat 0 0;
}
.exp_erweima_group{display: none;}
/*心理测评*/

/*问卷调查*/
.experts-recommend .tabs-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
.hot-thoughts .tabs-box {
  width: 1200px;
  overflow: hidden;
}
.experts-recommend .tabSub-tt{
  width: 200px;
  height: 45px;
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 45px;
  color: #444;
  margin: 40px auto;
}
.experts-recommend .tabs-name a{
  display: inline-block;
  *display: inline;
  border: 2px solid transparent;
  zoom: 1;
  padding: 0 4px 10px;
  margin-right: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  color:#6d6b6b;
}
.experts-recommend .tabs-name a.current,
.experts-recommend .tabs-name a:hover{
  border-bottom-color: #0197ff;
  color: #0197ff;
  text-decoration: none;
}
.experts-recommend .tabs-name a.border-style
{
  background: #fff;
  padding: 7px 12px;
  border: 1px solid #0197ff;
  color: #0197ff;
  margin-right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.experts-recommend .tabs-name a.border-style:hover
{
  background: #0197ff;
  color: #fff;
}
.experts-recommend .tabs {
  height: 360px;
  margin: 30px 0 0 0;
}
.experts-recommend .tabs .tab {
  background: #fff;
  border: 1px solid #ececec;
  width: 275px;
  height: 358px;
  float: left;
  margin-left: 158px;
  padding: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-box-shadow: 12px 12px 20px #e2e2e2;
  -moz-box-shadow: 12px 12px 20px #e2e2e2;
  box-shadow: 12px 12px 20px #e2e2e2;
}
.hot-thoughts .tabs .tab:hover {
  margin-top: -4px;
  -webkit-box-shadow:  12px 12px 20px #afafaf;
  -moz-box-shadow:  12px 12px 20px #afafaf;
  box-shadow:  12px 12px 20px #afafaf;
}
.link{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.link-color {
    border: 1px solid #0197ff;
    color: #0197ff;
}
.experts-recommend .tabs .tab .link:hover{
  color: #333;
  text-decoration: none;
}
.tabSub-tt .link:hover{
  background:#0197ff;
  color:#fff;
}
.experts-recommend .tabs .tab:first-child{
  margin-left: 0;
}

/*问卷调查*/


/*关于我们*/
.index_about{
  width:100%;
  text-align:center;
  overflow: hidden;
}
.about_each{
  width: 335px;
  overflow: hidden;
  margin:0 auto;
  text-align:left;
  margin-bottom: 60px;
}
.about_each img{
  width:376px;
}
.about_each p{
  line-height:24px;
}
.about_each ul {
  margin-top: 10px;
}
.about_each ul li {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
/*   background: url(../images/icons-sprites.png) no-repeat scroll 0 -140px; */
  white-space: nowrap;
  margin:4px 0;
}
.index_partner .content-tt{
  color: #444;
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
.index_partner{
  width:100%;
  background:#fff;
  text-align:center;
  padding:60px 0;
}
.read_all a{
   float:right;
}
.index_about .each_nav{
  height: 20px;
}
.index_about .each_nav h3{
 height: 100%
}
/*底部*/
.newFooter{
  width:1200px !important;
}
.newFooter .inner{
  width:1200px !important;
}
.newFooter .inner .item {
  float: left;
  border-left: 1px solid #ededed;
  text-align: left;
  width: 19%;
  padding: 0;
}
.newFooter .inner .item .phoneNumber {
  font-size: 20px;
  color: #1dc35f;
}
.newFooter .inner .item .icon25 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/img07.png) no-repeat center center;
  margin-left: 18%;
}
.newFooter .inner .item p,
.newFooter .inner .item h3 {
  margin-left: 18%;
  line-height: 24px;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
.newFooter {
  color: #333;
  width:1100PX;
  margin:0 auto;
}
.newFooter .inner {
  border-top: 1px solid #ededed;
  padding: 20px 0;
  overflow: hidden;
}
.newFooter a,
.newFooter p {
  color: #333;
  font-size: 14px;
}
.newFooter .inner .contact .txt {
  font-size: 14px;
}

.newFooter .inner .tc {
  text-align: center;
  line-height: 24px;
}
.newFooter .inner .txt1 a {
  display: inline-block;
  margin: 0 10px;
}
.newFooter .inner .link .tt {
  font-size: 14px;
  color: #333;
}
.newFooter .Qcode img {
  width: 138px;
  height: 138px;
}

/*首页*/







/*关于我们页面*/

.aboutWrapper{
  background-color:#f5f5f5;
  padding-bottom:60px;
  -webkit-font-smoothing: antialiased;
}
.aboutBox{
  background:#fff;
  border:#eeeeee;
  width:1100px;
  margin:0 auto;
}
.about_banner{
  background:url(../images/about_banner.jpg) top center no-repeat;
  height:325px;
  margin:0 auto;
  width:100%;
    background-image: url(../images/about_bannerSmall.jpg);
        background-image: -webkit-image-set(url(../images/about_bannerSmall.jpg) 1x,url(../images/about_banner.jpg) 2x);
background-image: -moz-image-set(url(../images/about_bannerSmall.jpg) 1x,url(../images/about_banner.jpg) 2x);
background-image: -ms-image-set(url(../images/about_bannerSmall.jpg) 1x,url(../images/about_banner.jpg) 2x);
background-image: -o-image-set(url(../images/about_bannerSmall.jpg) 1x,url(../images/about_banner.jpg) 2x);

}
.aboutBox .subMenu{
    height: 82px;
    line-height: 82px;
}
.aboutBox .subMenu ul{
  list-style:none;
  margin:0;
  padding:0;
    border-bottom: 1px solid #eeeeee;
      padding: 0;
    overflow: hidden;
  padding-left:90px;
}
.aboutBox .subMenu li{
  display:inline;
  margin:0 auto;
}
.aboutBox .subMenu ul li a{
color: #888;
font-weight:600;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    height: 82px;
  width:70px;
  margin-right:66px;
}
.aboutBox .subMenu ul li.cur a{
    color: #333;
  border-bottom: 3px solid #8ad428;
}
.about_content{
  padding:60px 115px;
  overflow: hidden;
  font-size:14px;
}
.about_desc{
  margin-left:320px;
  line-height: 25px;
}
.about_content p{
  margin:5px 0 10px 0;
  line-height: 25px;
}
.about_title{
  margin:80px auto 40px auto;
}

.about_content .item {
    margin-top: 60px;
}
.about_content .item .avatar img{
  width:200px;
  border:1px solid #eeeeee;
}
.about_content .item .desc {
    width: 558px;
    display: table-cell;
    vertical-align: middle;
}

.about_content .item .desc .info-hide {
  display: none;
}
.about_content .item .desc h2 {
    font-size: 28px;
    color: #333;
    font-family: sans-serif;
  font-weight:bold;
}
.about_content .item .desc h3 {
    padding-top: 10px;
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}
.about_content .item a{
  color:#000;
  text-decoration:underline;
  padding-top:10px;
  display:block;
}
.about_partner ul{
  list-style:none;
}
.about_partner li img{
  display:block;
      margin: 0 auto;
}
.about_partner li{
  list-style-type: none;
  width:188px;
  text-align:center;
  float:left;
  padding:20px;
  margin-right:60px;
  border:1px solid #eeeeee;
  margin-bottom:60px;
  height:200px;
}
.about_partner{
    padding:60px 0px 20px 0;
  overflow: hidden;
  font-size:14px;
  margin-left:150px;
}
/*news*/
.about_content .news-content {
    padding: 0px 0px 0 0px;
}
.about_news .item {
    margin-top: 20px;
  border-bottom:1px solid #eeeeee;
  padding-bottom:40px;
  margin-bottom:40px;
}
.about_news .item .thumb img{
  width:220px;
  border:1px solid #eeeeee;
}
.about_news .item .desc {
    width: 558px;
    display: table-cell;
    vertical-align: middle;
}
.about_news .item .desc h2 {
    font-size: 20px;
    color: #333;
    font-family: sans-serif;
  font-weight:bold;
}
.about_news .item .desc h3 {
    padding-top: 10px;
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}
.about_news .item a{
  color:#000;
  text-decoration:none;
  display:block;
  margin-top:0px !important;
  padding-top:0px !important;
}
.about_news .item a:hover{
  text-decoration:underline !important;
}
.about_news .item .date{
  font-size:12px;
  color:#999;
}

.about_content .tabs-left {
  float: left;
  text-align: right;
}

.about_content .tabs-left a {
  font-size: 16px;
  color: #888;
}

.about_content .tabs-left .current a {
  color: #333;
}

.about_content .tabs-left li {
  list-style-type: none;
  position: relative;
}
.about_content .items {
  width: 700px;
  float: right;
  overflow: hidden;
}

.about_content .items .item-job .responsibility-list li {
  color: #333;
  font-size: 14px;
  list-style-type: disc;
  margin-left: 21px;
}

.about_content .items .item-job .job-post {
  color: #333;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.about_content .items .item-job .job-responsibility {
  color: #333;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.about_content .items .item-job .job-require {
  background: #f5f5f5;
  margin-top: 15px;
  padding: 20px;
}

.about_content .items .item-job .resume {
  background: #8ad428;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  float: right;
  text-align: center;
  margin: 30px 0 20px 0;
  width: 120px;
}

.about_content .items .item-job {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.about_content .items .item-tab {
  display: none;
}

.about_content .tabs-left .icon-arrow {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  background-image: url(../images/iconfont-arrow@1x.png);
  background-image: -webkit-image-set(url(../images/iconfont-arrow@1x.png) 1x,url(../images/iconfont-arrow@2x.png) 2x);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 14px;
  position: absolute;
  top: 6px;
}

.aboutBox .nav {
  width: 150px;
  position: absolute;
  top: 60px;
  left: 10px;
}

.aboutBox .nav li {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dcdcdc;
}

.aboutBox .nav li:last-child {
  border-width: 1px;
}

.aboutBox .nav li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-left: 2px solid transparent;
  color: #333;
}

.aboutBox .nav li.cur a {
  border-left-color: #1c86d0;
  color: #1c86d0;
  text-decoration: none;
  border-left: 3px solid;
}

.aboutBox .contTt{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.about_content .historyList .list {
  margin: 20px 0;
}

.about_content .historyList .list li {
  height: 24px;
  line-height: 24px;
}

.about_content .historyList .list .timeTt {
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  padding-left: 60px;
}

.about_content .historyList .list .dayTt {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  margin-right: 20px;
  border-right: 1px solid #1dc35f;
  position: relative;
}

.about_content .historyList .list .dayTt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #1dc35f;
  position: absolute;
  left: 75px;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}




/*个人信息页面*/

/*登陆后的头像*/
.log{
  position: relative;
}
.log span.username{
    color: #727070;
    line-height: 75px;
    margin-left: 5px;
    margin-right: 8px;
    font-size: 15px;
}
.log img{
  position: relative;
  top: 10px;
  left:-5px;
}
.log span{
  color: #666
}
.log  i{
  color: #686767;
}
.log .dropdown-menu{
  top: 55px;
    left: -9px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px #e5e5e5;
    width: 120px;
    background: #fff;
    position: absolute;
    text-align: center;
    padding: 10px 0 0 0;
    z-index: 10000;
    display: none;
}
.log .dropdown-menu a{
  padding: 0 !important;
    width: 100%;
    color: #685959 !important;
    float: left;
    font-size: 15px;
    color: #333;
    height: 40px;
    padding: 0 23px;
    line-height: 40px;
    text-align: center;
}
.log .dropdown-menu a:hover{
  background: #f6f6f6;
    color: #1c86d0 !important;
}
.log #User{
  cursor: pointer;
}

/*个人信息*/
h2.UserName i.iconfont{
   margin-left: 5px;
   font-size: 13px;
} 

.page2 {
    width: 1100px;
    margin: 30px auto 0;
    clear: both;
    height: auto;
    overflow: hidden;
}

.main2 {
    width: 700px;
    float: left;
    display: inline;
}
.jg-view {
    background: #fff;
    padding: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px
}
.jg-view .view {
    width: 100%;
    text-align: center;
    height: 160px;
}
.jg-view .desc, .jg-view .view, .jg-view .view li {
    float: left;
    display: inline;
}
.jg-view .view .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 88px;
    margin: 0 auto;
    margin-top: 15px;
}
.jg-view a {
    color: #285690;
    font-size: 14px;
}
.jg-view .view ul {
    margin: 20px auto 0;
    height: auto;
    overflow: hidden;
    width:175px;
}
.jg-view .view li {
    width: 50%;
    height: 45px;
    line-height: 1;
    font-size: 14px;
}
.jg-view .UserName{
  font-weight: bold;
  margin-top: 35px;
  font-size: 16px;
}
.jg-view .view li h4 {
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 5px;
}
.jg-view .desc {
    width: 290px;
    font-size: 14px;
    line-height: 23px;
}
.jg-view .desc-edit li {
    position: relative;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
}
.jg-view .desc li {
    margin-bottom: 10px;
}
.jg-nav {
    padding-top: 10px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    padding-left: 40px;
    background-color: #fff;
}


.jg-nav li {
    margin-right: 35px;
    float: left;
    display: inline;
}
.jg-nav li a {
    display: block;
    border-bottom: #fff solid 3px;
    font-size: 16px;
    color: #444;
    line-height: 32px;
    padding: 0 10px;
}
.jg-nav li a:hover, .jg-nav li a.active {
    border-bottom-color: #5d9ef1;
    color: #5d9ef1;
}
.jg-unfinded {
    padding: 80px 0 140px;
    text-align: center;
}
.aside2 {
    width: 340px;
    float: right;
    display: inline;
}
.jg-btns {
    background: #fff;
    padding: 8px 0;
}
.mgb20 {
    margin-bottom: 20px;
}
.jg-btns ul {
    height: auto;
    overflow: hidden;
}
.jg-btns li {
    width: 50%;
    float: left;
    display: inline;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url(../images/img48.jpg) right repeat-y;
}
a.ico-xwz{
    color: #1c86d0
}
.add_side_expert {
    background: #fff;
    padding: 0 15px;
    margin-top:20px;
}
.add_side_expert .head {
    border-bottom: #f2f2f2 solid 1px;
    height: 50px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.add_side_expert .body {
    padding-top: 5px;
}
.add_side_expert li {
    position: relative;
    padding-bottom: 15px;
}
.add_side_expert li .img {
    position: absolute;
    left: 10px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.jg-mod {
    margin-top: 10px;
    padding: 0 18px;
    background-color: #fff;
    padding-bottom: 10px;
}
.jg-mod .head {
    position: relative;
    height: 30px;
    padding: 10px 0 0 5px;
}
.jg-mod .head h2.bc-yellow {
    border-color: #5d9ef1;
}
.jg-mod .head h2 {
    height: 22px;
    border-left: #37c2c9 solid 5px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
}
.jg-mod .head dl {
    margin-left: 10px;
    position: relative;
    top: 3px;
    width: 575px;
}
.jg-mod .head dd {
    padding: 0 15px;
    height: 19px;
    border-right: #eee solid 1px;
    line-height: 19px;
    width: 100%;
}
.jg-mod .head dd, .jg-mod .head dl, .jg-mod .head h2 {
    display: inline;
    float: left;
}
.jg-mod .head dd.selected a {
    font-weight: 700;
    color: #3169b0;
}
.jg-mod .head dd.selected span{
    float: right;
    font-size: 13px;
}
.aside2 .txt a p{
    color: #5a5a5a;
    line-height: 30px;
}
.aside2 .txt a p span{
    float: right;
    font-size: 12px;
}
.aside2 img{
    display: inline-block;
    width: 17px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
button.Nextpage{
    background-color: #1e88b3;
    color: #fff;
    margin-left: 15px;
    padding: 7px 17px 7px 17px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}
button.Nextpage:hover{
     box-shadow: 0px 0px 8px #0f8fef;
     cursor: pointer;
}
.add_side_expert p.txt {
    font-size: 14px;
    line-height: 38px;
}
.add_side_expert p.txt a{
    color: #333;
}
.add_side_expert .txt .test-number {
    float: right;
    font-size: 12px;
    color: #6a6a6a;
}



/*测试页面*/
.test-index .left {
  float: left;
}
.test-index .right {
  float: right;
  width: 290px;
}
.test-index .right .search {
  width: 290px;
  height: 35px;
  margin: 42.5px 0;
}
.test-index .right .search .txt {
  border:none;
  width: 86%;
  float: left;
  display: inline-block;
  padding: 0;
  height: 35px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-appearance: none;
  border-right: none;
  background: #fff;
  outline: none;
}
.test-index .right .search .btn {
  background: #1DC35F;
  width: 14%;
  float: left;
  display: inline-block;
  -webkit-appearance: none;
  padding: 0;
  height: 35px;
  background-image: url(../images/sprites_test@1x.png);
  background-size: 300px 300px;
  background-image: -webkit-image-set(url(../images/sprites_test@1x.png) 1x,url(../images/sprites_test@2x.png) 2x) ;
  background-repeat: no-repeat;
  background-position: -269px 8px;
  outline: none;
  border: none;
  border-radius: 0;
}
 .test-index .right .tested {
  width: 225px;
  height: 225px;
  background: #fff;
  padding: 25px 35px 0 30px;
  margin-bottom: 40px;
}
.test-index .right .tested .txt1 {
  font-size: 14px;
  color: #888;
  line-height: 14px;
  margin-bottom: 18px;
}
.test-index .right .tested .txt1 .number {
  font-size: 26px;
  color: #1dc35f;
  margin-right: 6px;
  font-weight: bold;
}
.test-index .right .tested .scroll-box {
  width: 225px;
  height: 150px;
  overflow: hidden;
}
.test-index .right .tested .scroll-box .item {
  width: 180px;
  height: 50px;
  padding: 10px 0;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
}
.test-index .right .tested .scroll-box .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.test-index .right .tested .scroll-box .item .txt2 {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.test-index .right .tested .scroll-box .item .txt3 {
  font-size: 14px;
  color: #1dc35f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.test-index .right .tested .scroll-box .item .name {
  color: #333;
}

.test-index .right .tested .scroll-box .item .time {
  margin:0 8px;
}
.test-index .right .tested .scroll-box .item .imge {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.test-index .right .column .tt {
  font-size: 23px;
  margin: 60px 0 20px 0;
}
.test-index .right .column .subColumn {
  margin-bottom:25px;
  margin-top: 10px;
}
.test-index .right .column .subColumn img {
  width: 290px;
  height: 130px;
}
.test-index .right .column .subColumn .txt {
  font-size: 14px;
  color: #333;
  line-height: 38px;
}
.test-index .right .column .subColumn .txt .test-number {
  float: right;
  font-size: 12px;
  color: #6a6a6a;
}
.test-index .right .column .hot-tags a {
  margin: 0 10px 6px 0;
  font-size: 14px;
  white-space: nowrap;
}

.test-index .right .column .hot-tags a:hover {
  text-decoration: underline;
}


/*左侧*/
.test-index .left .tt-top li {
  float: left;
  margin-right: 25px;
  height:34px;
}
.test-index .left{
  margin-top: 30px;
  width: 750px;
  min-height: 576px;
  border-right: 1px solid #ede5e5;
}
#tt-top li a{
    float: left;
    text-align: center;
    color: #555555;
    text-decoration: none;
    height: 2em;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
}
#tt-top li a:hover{
  color: #1c86d0;
}
#tt-top li a.active{
    color: #1c86d0;
    border-bottom: 2px solid #0881d5;
}

#tt-top{
  height: auto;
  padding-left: 57px;
  position: relative;
}
#tt-top&gt;li:first-child{
	position: absolute;
	left: 0px;
}
#tt-top:after{
	content:" ";
	display:block;
	clear:both;	
}

.right .column{
  margin-top: 40px;
}
.TextMore{
  width: 100%;
  height: auto;
  margin-top:16px;
}
.TextMore .box{
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.TextMore img{
  width: 130px;
  height: 85px;
  float: left;
  display: block;
}
.TextMore .boxText a{
  font-size: 23px;
  font-weight: bold;
  color: #444;padding-left: 10px;
}
.boxText .showText{
  padding-left: 10px;
  font-size: 14px;
  color: #777;
  line-height: 20px;
  display: grid;
  margin-top: 23px;
}

/*分页*/

.page-tab-tog {
    width: 600px;
    padding: 10px;
    overflow: hidden;
}
.page-tab-tog li {
    float: left;
    margin: 0 6px;
    border-radius: 2px;
    list-style: none;
}
.page-tab-tog li a {
    display: inline-block;
    width: 46px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eee;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    border: none;
    font-weight: normal;
}
.page-tab-tog li.selected a{
    background: #009ce7;
    color: #fff;
}
.column h1.lasted-article-title{
  font-weight: bold;
  font-size:17px;
  padding-left: 10px;
  border-left: 3px solid #35a7f3;
  height: 20px; 
}

/*测试详情*/
.test-index .TextTop{
  width: 100%;
  height: 30px;
}
.test-index .TextTop ul li a{
  float: left;
  font-size: 16px;
  color: #888;
}
.left .TextMain{
  margin-top: 20px;
}
.left .TextMain .Title h3{
  font-weight: bold;
  font-size: 25px;
}
.left .TextMain .Title p{
  font-size: 14px;margin-top: 25px;color: #888
}
.left .TextMain .Textimg{
  margin-top: 50px;
  text-align: center;
}
.left .TextMain .Textimg img{
  width: 300px;
  height: 230px;
}
.left .TextMain .Problem p{
  font-size: 17px;margin-top: 25px;color: #3a3a3a;line-height: 28px;
}
.left .TextMain .TextBtn{
  margin-top: 60px;text-align: center;
}
.left .TextMain .TextBtn .StartBtn{
  background: #00a2ff;border: none;color: #fff; padding: 15px 70px 15px 70px;font-size: 19px;border-radius: 3px;
}

/*做题*/

.test-index .TextHS{
      padding-top: 30px;
      width: 100%;
      min-height: 600px;
}
.TextHS .TextDate p{
      font-size: 14px;
      color: #5b5959;
      margin-top: 15px;
}
.TextHS .ProblemText{
      margin-top: 60px;
}
.TextHS .ProblemText h2{
      text-align: center;
      font-size: 30px;
      width: 570px;
      margin:0 auto;
      line-height: 40px;
}
.ProblemText .Check{
     margin-top: 40px;
}
.ProblemText .Check li:hover{
     background-color: #ededed
}
.ProblemText .Check li{
      list-style: none;
      text-align: left;
      width: 570px;
      height: 50px;
      border: 1px solid #ddd;
      margin:0 auto;
      display: block;
      margin-top: 10px;
      line-height: 50px;
      border-radius: 3px;
      cursor:pointer;
}
.ProblemText .Check label{
      font-size: 14px;
      font-weight: bold;
}
.ProblemText .Check input{
     width: 17px;
     height: 17px;
     margin-right: 7px;
     position: relative;
     top: 4px;
}
.TextJieguo{
      color: #fff;
      font-size: 17px;
      width: 700px;
      margin-top:20px;
      border: 1px solid #bcb9b9;
      padding: 10px;
}
.TextJieguo span{
   color: #219A44;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 15px;
   display: block;
}
.TextJieguo p{
  color: #777;
  font-size: 14px;
  line-height: 24px;

}

.TextBtn .Again{
  background: #00a2ff;border: none;color: #fff; padding: 15px 50px 15px 50px;font-size: 17px;border-radius: 3px;
}

/*问卷页面*/

/*search*/
.searchdiv {
    width: 720px;
    height: 40px;
    padding: 0;
    border: 1px #0099FF solid;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.selected_nav {
    width: 90px;
    height: 34px;
    float: left;
    z-index: 99;
    position: relative;
    border-right: 1px #ccc solid;
    margin-top: 3px;
    border-left: 1px solid #0099FF;
    left: -1px;
}
.selected_nav li {
    font-size: 16px;
    line-height: 35px;
    text-indent: 23px;
    height: 37px;
    width: 90px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    left: -1px;
    border-left: 1px solid #0099FF;
    left: -1px;
}
.LibSoso input {
    float: left;
    font-size: 16px;
    height: 30px;
    padding: 5px 0;
    width: 525px;
    display: inline;
    margin-left: 18px;
    border: none;
    outline: none;
}
.searchicon {
    width: 80px;
    height: 38px;
    border: 1px #0099FF solid;
    background: #0099FF;
    float: right;
    cursor: pointer;
    text-align: center;
}
.searchicon img {
    padding-top: 7px;
}

/*问卷信息*/
.content {
    width: 100%;
    min-height: 550px;
    color: #828282;
}
.wjContent {
    width: 100%;
    min-height: 300px;
    background: #fff;
    padding-bottom: 20px;
    z-index: 888;
    background-color: #f6f6f6!important;
}
.content {
    width: 722px;
    min-height: 550px;
    margin: 0 auto;
    color: #828282;
    float: left;
}
.mb_con {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}
.mb_con_z {
    width: 722px;
    margin-left: 175px;
    background-color: #fff;
    border-radius: 2px;
        margin-left: 0px;
}
.Mbdiv {
    display: inline-block;
    width: 100%;
}
.Mbgen_title {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding-left: 20px;
    font-size: 15px;
    color: #5B5B5B;
    background-color: #F6F6F6;
    margin-top: 20px;
}
.Mbgen_title li {
    padding-right: 20px;
}
.Mbgen_title li a, .Mbgen_title li {
    display: inline;
    position: relative;
    color: #67696a;
}
.Mbgen_title li a.active{
  color: red
}
.Mbdiv {
    display: inline-block;
    width: 100%;
}
.Mbdiv_list {
    padding: 0px 20px 10px 5px;
    min-height: 400px;
}
.tem {
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 16px;
    margin-bottom: 14px;
    padding: 20px 0 20px 0;
}
.temtitle, .temtitleb {
    position: relative;
}
.Mbdiv_list .text {
    padding-top: 15px;
    line-height: 22px;
}
.temtitle a, .temtitleb a {
    display: inline-block;
}
.temtitle p, .temtitleb p, .temtitleb p:hover {
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 7px;
    color: #373737;
}

/*问卷详情*/

.templates {
    position: relative;
}

.proheaddiv {
    min-height: 419px;
    background-color: #fff;
    width: 715px;
}

.reldiv {
    padding: 20px 40px;
    min-height: 440px;
    background-color: #f8f8f8;
    margin-top:15px;
}
.reldiv h1.alignc {
    text-align: center;
    font-size: 2rem;
    color: #666;
    margin-top: 15px;
}
.lookdiv {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #413d3d;
    font-size: 15px;
    line-height: 27px;
}
.mtop2 {
    margin-top: 15px;
}
.reldiv .number{
    position: relative;
    display: inline-block;
    width: 100%;
    color: #413d3d;
    font-size: 15px;
    margin-top:35px;
    margin-bottom: 15px;
}
.wjhr {
    background: #ccc;
    height: 2px;
    width: 100%;
    margin-top: 40px;
}
.resultbtn {
    text-align: center;
    margin-top: 65px;
}
.WJButton {
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    padding: .5em 2.8em .5em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
        padding: .7em 2em;
}
.wj_color {
    color: #F7F7F7;
    /* background: #f07804; */
    background: #0099FF;
}


/*问卷开始做题*/
/* .wjintro p span{ */
/*   color: red; */
/*   font-weight: bold; */
/* } */
#survey_page,#paper_end {
    width: 640px;
    min-height: 200px;
    background: #fff;
    border: 1px #dbdbdb solid;
    padding: 30px 40px;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}


.mtop {
    margin-top: 20px;
}
.wjtitle h1 {
    font-weight: bold;
/*     color: #0ab0cd; */
/*     font-size: 20px; */
    text-align: center;
}
.wjhr {
    width: 100%;
    height: 3px;
    background-color: #73d2e6;
}
.base_name {
    color: #333;
}
.wjContent input[type="text"] {
    border: 1px #77a5b4 solid;
}
#survey_page .text {
    padding: 6px;
    width: 350px;
    border: 1px #77a5b4 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.HStextA{
  padding-top: 10px;
  line-height: 2.5;
}
#question_box {
    padding-top: 30px;
    width: 100%;
}
.wjques {
    padding-left: 15px;
}
.question {
    border-bottom: 1px solid #c2c1c1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.title {
    width: 100%;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    margin-left: -15px;
    padding-bottom: 8px;
    padding-left: 5px;
}
.qoption {
    font-size: 14px;
    color: #333333;
}
.fill {
    margin-top: 2px;
    border: 1px solid #77A5B4;
    padding: 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.qtip {
    margin-top: 6px;
    padding: 8px;
    width: 600px;
    font-size: 12px;
    color: #F08080;
    border: 1px dotted #F08080;
    font-style: italic;
}
.red {
    font-size: 14px;
    color: red;
    padding-bottom: 5px;
}
.maxtop .tijiaobtn {
    padding: .5em 2em .5em;
    outline: none;
    background-color: #67bccd;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.maxtop .tijiaobtn[disabled]{
	background-color:#cccccc;
}


/*进度条*/

h1, p {
  padding:0; margin:0;
}
.wrapper {
  width: 350px;
  margin: 200px auto;
  position:fixed;
  left: 120px;
  top: 450px;

}
.wrapper p a {color:#757575; text-decoration:none;}
.wrapper .load-bar {
  width: 100%;
  height: 25px;
  border-radius: 30px;
  background: #dcdbd7;
  position: relative;
  box-shadow:
  0 1px 0 rgba(255, 255, 255, 0.8),  inset 0 2px 3px rgba(0, 0, 0, 0.2);
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrapper .load-bar:hover .load-bar-inner, .wrapper .load-bar:hover #counter {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.wrapper .load-bar-inner {
  height: 99%;
  width: 0%;
  border-radius: inherit;
  position: relative;
  background: #c2d7ac;
  background: linear-gradient(#e0f6c8, #98ad84);
  background: -moz-linear-gradient(#e0f6c8, #98ad84);
  background: -webkit-linear-gradient(#e0f6c8, #98ad84);
  background: -o-linear-gradient(#e0f6c8, #98ad84);
  box-shadow:
  inset 0 1px 0 rgba(255, 255, 255, 1),  0 1px 5px rgba(0, 0, 0, 0.3),  0 4px 5px rgba(0, 0, 0, 0.3);
  animation: loader 10s linear infinite;
  -moz-animation: loader 10s linear infinite;
  -webkit-animation: loader 10s linear infinite;
  -o-animation: loader 10s linear infinite;

}
.wrapper #counter {
  position: absolute;
  background: #eeeff3;
  background: linear-gradient(#eeeff3, #cbcbd3);
  background: -moz-linear-gradient(#eeeff3, #cbcbd3);
  background: -webkit-linear-gradient(#eeeff3, #cbcbd3);
  background: -o-linear-gradient(#eeeff3, #cbcbd3);
  padding: 5px 10px;
  border-radius: 0.4em;
  box-shadow:
  inset 0 1px 0 rgba(255, 255, 255, 1),  0 2px 4px 1px rgba(0, 0, 0, 0.2),  0 1px 3px 1px rgba(0, 0, 0, 0.1);
  left: -25px;
  top: -50px;
  font-size: 12px;
  font-weight: bold;
  width: 44px;
  animation: counter 10s linear infinite;
  -moz-animation: counter 10s linear infinite;
  -webkit-animation: counter 10s linear infinite;
  -o-animation: counter 10s linear infinite;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);

}
.wrapper #counter:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #cbcbd3;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
  box-shadow: 
 3px 3px 4px rgba(0, 0, 0, 0.2),  1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 0;
}
.wrapper h1 {
  font-size: 28px;
  padding: 20px 0 8px 0;
}
.wrapper p {
  font-size: 13px;
}
 @keyframes loader {
 from {
width: 0%;
}
to {
  width: 100%;
}
}
 @-moz-keyframes loader {
 from {
width: 0%;
}
to {
  width: 100%;
}
}
 @-webkit-keyframes loader {
 from {
width: 0%;
}
to {
  width: 100%;
}
}
 @-o-keyframes loader {
 from {
width: 0%;
}
to {
  width: 100%;
}
}

 @keyframes counter {
 from {
left: -25px;
}
to {
  left: 323px;
}
}
 @-moz-keyframes counter {
 from {
left: -25px;
}
to {
  left: 323px;
}
}
 @-webkit-keyframes counter {
 from {
left: -25px;
}
to {
  left: 323px;
}
}
 @-o-keyframes counter {
 from {
left: -25px;
}
to {
  left: 323px;
}
}


/*问卷结束页面*/
h2.TextOver{
  font-size: 30px;font-weight: bold;
  line-height: 35px;
}
p.smOver{
  margin-bottom:10px;
}
.wjContent a.MoreWenjuan{
    padding: 1px 20px;
    background-color: #6ab8eb;
    color: #fff;
    border-radius: 5px;
    margin-top: 37px;
    display: inline-block;
}
.wjContent a.MoreWenjuan:hover{
  opacity: .8;
}
#survey_page img{
  display: block;
  margin:0 auto;
}


/*修改个人信息*/
.Userinfo{
  min-height: 600px;
}
.Userinfo li{
  list-style: none;
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.Userinfo li a{
  position: absolute;
  right: 20px;
  top: 10px;
}
.uc-info{
  margin-top: 20px;
  border: 1px solid #efefef;
  background: #fff;
  padding: 25px 65px;
}
.uc-info li{
      position: relative;
    padding:0;
    padding-left: 90px;
    margin-bottom: 20px;
    font-size: 14px;
    height: 30px;
}
.uc-info .text, .uc-info select {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    background: 0 0;
  }
  .uc-info li label {
    position: absolute;
    left: 0;
    top: 7px;
}
.uc-info ul{
      border-bottom: 1px solid #d1caca;
    margin-bottom: 30px;
}
.uc-info .submit input{
      width: 93px;
    height: 35px;
    background: #3169b0;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}
.uc-info .submit input:hover{
      opacity: .8;
}</pre></body></html>