@charset "utf-8";
@import "base.css";
/*
b, strong{
    font-weight: 500;
}
*/
 .buttons-tab {
    justify-content: space-around;
}

.color-success{
    counter-reset:#FFFF8400}
.buttons-tab .button {
    width: auto;
    height: 2.2rem;
    /*font-weight: bold;*/
    font-weight: 500;
    line-height: 2.2rem;
    margin-top: -7px;
    padding: 0;
}
.txk{
	width: 8rem;
	height: 4rem;
	line-height: 1.75rem;
	border-radius: .4rem;
    background: rgba(0, 0, 0, .7);
    font-size: .7rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #949597 !important;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1;
}
.content-article {
    background: #fff;
}

.content-article h1 {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}

.content-padded {
    margin: .75rem;
    margin-top: 0rem;
    padding-top:0.5rem;
}

.content-padded h1.title {
    font-size: 1.2rem;
}

.text-indent {
    text-indent: 2rem;
}

.buttons-row-wrap {
    height: 2.2rem;
    text-align: center;
    background: #ffffff;
    margin: 0 -.5rem;
}

.pagination {
    text-align: center;
    font-size: .75rem;
    padding-top: .75rem;
}

/*.bar-header-secondary-home ~ .content {*/
    /*top: 6rem;*/
/*}*/

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ico {
    vertical-align: middle;
    display: inline-block;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.ico-close {
    width: 1rem;
    height: 1rem;
    background-image: url("../img/ico-close.png");
}

.ico-test {
    width: 1.65rem;
    height: .8rem;
    margin-right: .4rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-image: url("../img/icon-kh.png");
    margin-top: -3px;
}
.ico-test.ico-test1{
    background-image: url("../img/ico-test1.png");
}
.ico-ask, .ico-answer {
    height: 0.8rem;
    width: 0.8rem;
    margin-top: -0.2rem;
    margin-right: 0.4rem;
    background-image: url("../img/ico-ask.png");
}
.bar-tab .tab-item.active .icon-zx1 {
    background: url("../img/icon-zx-active.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.bar-tab .tab-item .icon-zx1 {
    background-image: url("../img/icon-zx.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.ico-answer {
    background-image: url("../img/ico-answer.png");
}

.bar-tab .tab-item .icon {
    background-repeat: no-repeat
}

.bar-tab .tab-item.active .icon-home1 {
    background: url("../img/ico-home-active.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.bar-tab .tab-item .icon-home1 {
    background-image: url("../img/ico-home.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.bar-tab .tab-item.active .icon-me1 {
    background-image: url("../img/ico-me-active.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.bar-tab .tab-item .icon-me1 {
    background-image: url("../img/ico-me.png");
    background-size: auto 100%;
    width: 1.2rem;
}

.media-list-title {
    margin: 0;
    padding: 0;
    /*font-weight: normal;*/
    font-size: .8rem;
    color: #333;
    padding-top: .2rem;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 6px;
}

.list-info li {
    font-size: .7rem;
   line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 
}

.list-block.list-baoming .item-content {
    padding-bottom: 8px;
}

.view-more {
    text-align: center;
    font-size: 12px;
    display: block;
    margin: 1rem 0;
}

/*
.view-more:after{ content: '';
    height: 1px;
    width: 50%;
    background-color: #999999;
    display: block;
    margin: 0 auto;
    margin-top: -.7rem;}*/
.button.button-fill.button-enroll {
    background: #2eaab2;
    border-radius: 2px;
    width: 80%;
    margin-top: 4px;
    font-size: .65rem;
    height: 28px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0.2rem ;
}
.search-input input{text-align: left}
.search-input .ico-search{width: .7rem;
    height: .7rem;
	background-image: url("../img/search.png");
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -.35rem;}
.bar .searchbar {
    margin: 0 -.75rem;
    padding: .4rem  1rem;
}
.bar-header-secondary{
    top: 0;
}
/* 固定底部提问按钮*/
.fixed-bottom-circle {
    position: absolute;
    right: 15px;
    bottom: 70px;
    /*display: inline-block;*/
    z-index: 4444;
    background:#2eaab2;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: none;
    color: #ffffff;
    justify-content: center;
    line-height: 2.2rem;
    font-size: .7rem;
    box-shadow: 1px 5px 10px #ddd;;
}

.fixed-bottom-circle1{
    position: absolute;
    right: 15px;
    bottom: 70px;
    /*display: inline-block;*/
    z-index: 4444;
    background: #2eaab2;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    justify-content: center;
    line-height: 2.2rem;
    font-size: .7rem;
    box-shadow: 1px 5px 10px #ddd;;
}
.cards-list-test .card-content-inner {
    font-size: .8rem;
    text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding-top: .4rem;
}

.cards-list-test .button.button-fill {
   background: #2eaab2;
    width: 3.85rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 2px;
    font-size: 12px;
}

.cards-list-test .button.button-fill.disabled {
    background: #ECECEC;
    color: #999999
}

.media-list-policy .item-title {
    white-space: normal;
    color: #333;
    font-size: .8rem;
    line-height: 1.2rem;
    padding-top: .7rem;
    font-weight: bold;
}

.media-list-policy .item-text {
    top: .6rem;
    font-size: .7rem;
    color: #999999;
    float: right;
    width: 30%;
    text-align: right;
}
.media-list-policy .item-ggnum{
	top: .6rem;
    font-size: .7rem;
    color: #999999;
	width: 70%;
	float: left;
	font-size: .70rem;
    color: #5f646e;
    line-height: 1.05rem;
    position: relative;
    overflow: hidden;
    height: 2.1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/* 立即报名页面 */
#page-enroll .bar-tab {
    background:#2eaab2;

}

#page-enroll .bar-tab .tab-item {
    color: #ffffff
}

#page-enroll h4 {
    text-align: center;
    font-size: .9rem;
    font-weight: normal;
}

#page-enroll .button.button-big {
    width: 8rem;
    margin: 0 auto;
    font-size: .75rem;
    height: 2rem;
    line-height: 2rem;
    background: #ececec;
    color: #b2b2b2;
    border:none;
}
#page-enroll .button.button-big.active{
	background: #2eaab2;

    color: #fff;
}
.color-default.ccyc{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10rem;
	vertical-align: middle;
	display: inline-block;
	
}
.list-entry-info {

    font-size: .75rem;

    line-height: 1.8rem;
}

.list-entry-info li {
    background: #ffffff;
    padding: .6rem .75rem;
    margin-bottom: .75rem;
}

.list-entry-info .link-close {
    float: right;
    height:1rem;
    width: 1rem;
   	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    
}

.color-primary{float: right;}
.color-primary.bmzt{
	background: #2eaab2;
	width: 3rem;
	height: 1rem;
	line-height: 1rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	border-radius: 0.2rem;
	font-size: 0.55rem;
	margin-top: 0.4rem;
	}
.list-entry-info .ico {
    height:1.1rem;
    width: 1.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
    margin-bottom: 6px;
}
.list-entry-info .link-close{
	background-image: url("../img/link-close.png");
	margin-top: 0.4rem;
}
.list-entry-info .ico-house {
    background-image: url("../img/ico-house.png");

}
.list-entry-info .ico-house {
    background-image: url("../img/ico-house.png");

}

.list-entry-info .ico-bug {
    background-image: url("../img/ico-bug.png");

}

.list-entry-info .ico-user {
    background-image: url("../img/ico-user.png");

}

.list-entry-info .ico-tel {
    background-image: url("../img/ico-tel.png");

}
.add{margin-left:0.7rem;height: 20px;width:20px;margin-top: -2px;display: block;float: left;}
.add img{vertical-align: middle;}

/*报名成功*/
.list-card-success {
    text-align: center;
    margin-top: -15px;
}

.list-card-success li {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px #ebebec;
    margin-bottom: .75rem;
}

.list-card-success header {
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: .85rem;
    color: #fff;
    background: url("../img/bg-circle.png") repeat-x bottom;
    background-size: auto 100%;
}

.list-card-success section {
    padding: .8rem 0;
}

.list-card-success footer {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    color: #2eaab2;
    border-top: 1px dashed #ddd;
    margin: 0 .75rem;
}

/*我要签到*/
.list-reach li {
    display: flex;
    background: #fff;
    background-size: auto .6rem;
    margin-bottom: .75rem;
    border-radius: 4px;
    padding: 0 1rem;
    padding-top: 1.2rem;
    padding-bottom: .75rem;
}

.list-reach li header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.list-reach .code {
    margin-right: 12px;
}

.list-reach .info header {
    font-size: .85rem;
}

.list-reach label {
   background: #2eaab2;
    border-radius: 3px;
    height: 1.3rem;
    padding: 1px 10px;
    text-align: center;
    line-height: 1.3rem;
    color: #ffffff;
    font-size: 14px;
}

.list-reach .info section, .list-reach .info footer {
    font-size: .75rem;
    line-height: 1rem;
}

.list-reach .info section {
    color: #666;
    padding: .4rem 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

/* 咨询详情 */
#page-detail section {
    background: #F8F8F8;
    padding: 4px 0;
}

#page-detail .content-article h1 {
  font-size: 0.75rem;
    padding: 0.5rem 0rem 0rem 0rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    font-weight:bold;
    line-height:1rem;
}

#page-detail .tip, #page-detail section .time {
    color: #666666;
    font-size: .75rem;
}

#page-detail header .color-gray, #page-detail section .time {
    font-size: .7rem;
}

#page-detail section p {
    font-size: .8rem;

    line-height: 1.5rem;
    margin-bottom: 15px;
}

/*报名详情*/
.detail-info {
    border-radius: 20px 20px 0px 0px;
    box-shadow: 1px 1px 13px rgba(98, 98, 98, 0.15);
    background: #ffffff;
    position: relative;
    padding: .2rem 0;
    margin-top: -40px;
}

.detail-list-info {
    background: rgba(255, 255, 255, 1);
    opacity: 0.8;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 13px rgba(98, 98, 98, 0.15);
    padding: .75rem;
    color: #333;
    margin-top: .75rem;
    line-height: 1.8rem;
}

.bar-tab.bar-tab-detail {
    background: #2eaab2;
    box-shadow: 4px -6px 13px rgba(51, 51, 51, 0.12);
}

.bar-tab.bar-tab-detail .tab-item {
    color: #ffffff;
    width: .7%;
}

.bar-tab.bar-tab-detail .tab-item1 {
    background: #ffffff;
    color: #666666;
    width: .3%;
}

.popup-add {
    background: rgba(0, 0, 0, .3);

}

.add-form-wrap {
    display: flex;
    /* flex: 1; */
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;

}

.add-form {
    background: #ffffff;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    padding-right: .75rem;
}

.add-form .button-fill {
    background:#2eaab2;
    border-radius: 2px;
    height: 2rem;
    line-height: 2rem;
    margin: .5rem 0;
    font-size: .8rem;
}

.add-form .list-block, .add-form .list-block input {
    font-size: .75rem;
}

.add-form .list-block .item-title.label {
    width: auto
}

/*个人信息*/
#page-userInfo {
    font-size: .75rem;
}

/*测试详情*/
#page-list-questions h1 {
    font-size: .95rem;
}

#page-list-questions .time_source {
    text-align: center;
    color: #999;
    font-size: .7rem;
    padding-bottom: .5rem;
}

.list-questions {
    margin-bottom: 1rem;
}

.list-questions li {
    background: #F8F8F8;
    margin-bottom: .75rem;
    padding: .75rem;
}

.list-questions header {
    font-size: .8rem;
    line-height: 1.2rem;
    padding-bottom: .3rem;
}

.list-questions label {
    display: block;
    font-size: .8rem;
    color: #666666;
}

#page-list-questions .bar-tab, #page-view-questions .bar-tab {
    background: #fff;
    padding: 0 .75rem;
}

#page-list-questions .bar-tab:before, #page-view-questions .bar-tab:before {
    height: 0;
}
.button.button-fill.button-submit-test {
    color: #ffffff;
    background: #2eaab2;
    /*position: relative;*/
    height: 2rem;
    line-height: 2rem;
    border-radius: 2px;
    font-weight: normal;
    /*top: -1.3rem;*/
}

.list-questions input {
    display: none;
}

.list-questions span {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .5rem;
    vertical-align: middle;
    margin-top: -3px;
}

.list-questions input[type='radio'] ~ span {
    background-image: url("../img/user/ico-radio.png");
}

.list-questions input[type='radio']:checked ~ span {
    background-image: url("../img/user/ico-radio-active.png");
}

.list-questions input[type='checkbox'] ~ span {
    background-image: url("../img/user/ico-checked.png");
}

.list-questions input[type='checkbox']:checked ~ span {
    background-image: url("../img/user/ico-checked-active.png");
}

/* 用户管理 */
#page-user-manger .color-warning {
    border: 1px solid #f60;
    height: 24px;
    width: 3rem;
    padding: 0 5px;
    line-height: 24px;
    float: right;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 0.6rem;
    
}

/**/
#page-submit-question .content {
    display: flex;
    flex-direction: column
}

#page-submit-question .submit-btns {
    height: 2.6rem;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: .5rem;
    display: flex;
    padding: 0 .75rem;
    font-size: .75rem;
}

#page-submit-question .btn-cancel {
    color: #C9C9C9
}

#page-submit-question .btn-submit {
    color: #2eaab2
}

#page-submit-question textarea {
    flex: 1;
    font-size: .7rem;
    padding: .5rem .75rem;
    border: none;
}

textarea::-webkit-input-placeholder {
    color: #D8D6D6;
    font-size: .75rem;
    font-weight: 500;
}

/*.search-input .icon {
    left: 50%;
    margin-left: -72px;
}*/

.search-input input::-webkit-input-placeholder {

    text-align: center;
    font-weight: bold;
}

/* 提交测试 */
#page-test-result {
    text-align: center
}

#page-test-result .cur-source {
    width: 10.5rem;
    height: 10.5rem;
    background: url("../img/user/bg-circle-big.png") no-repeat center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1.75rem auto;
    color: #ffffff;

}

#page-test-result .cur-source .num {
    font-size: 1.2rem;
}

#page-test-result .cur-source .num strong {
    font-size: 2.35rem;
    font-weight: normal;
}

#page-test-result .cur-source .text {
    font-size: .7rem;
}

#page-test-result .result {
    font-size: .75rem;
    color: #333;
}

#page-test-result .content-article h1 {
    font-size: .95rem;
}

#page-test-result .button-fill {
    background: #2eaab2;
    height: 2rem;
    width: 10.95rem;
    margin: 0 auto;
    line-height: 2rem;
    font-size: .8rem;
    margin-top: 2rem;
    border-radius: 0.95rem;
}

/*查看问卷*/
#page-view-questions .content-article h1 {
    margin: 0;
    padding: 0;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .8rem;
}

#page-view-questions li {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

#page-view-questions textarea {
    background: #F8F8F8;
    width: 100%;
    border-radius: 2px;
    height: 4.5rem;
    border: none;
    padding: 10px 15px;
    margin-top: 8px;
}

/*问卷提交*/
#page-question-success h5 {
    font-size: .85rem;
    margin-bottom: 0;
    color: #333;
}

#page-question-success p {
    color: #999999;
    font-size: .75rem;
    line-height: 21px;
}

#page-question-success .button-fill {
    height: 2.2rem;
    line-height: 2.2rem;
    background: #2eaab2;
    font-size: .8rem;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 4rem;
}

/*我的活动*/
#page-list-activity h4 {
    text-align: center;
    font-size: .85rem;
}

.list-activity li {
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: .75rem;
    margin-bottom: .75rem;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.list-activity section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-activity li h5 {
    font-size: .8rem;
    padding: 0;
    margin: 0;
    margin-bottom: .4rem;
}

.list-activity .text {

    font-size: .75rem;
    color: #999
}

.list-activity .button-fill {
    background: #2eaab2;

    height: 1.35rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 4.65rem;
    border-radius: 2px;
    font-size: .7rem;
}

/* 我的测试 */
.list-activity.list-source section {
    align-items: flex-end;
}

/*查看问卷*/
.list-view-question section {
    flex-direction: column;
}

.list-view-question section .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.list-view-question section .text2 {
    font-size: .7rem;
    color: #333;
}

.list-view-question .text2 .color-gray {
    color: #666666;
}

/* 政策详情 */
.content-detail p {
    color: #4A4A4A;
}

.content-detail h1 {
    margin: 0;
    font-size: .85rem;
    line-height: 1.4rem;
    padding: .6rem 0;
}

.content-detail .notice {
    font-size: .7rem;
    color: #999999;
}

.content-detail .pic {
    padding: .5rem 0;
}

.list-tif {
    margin-left: 2.6rem;
}

.list-tif li {
    background: #F8F8F8;
    overflow: hidden;
    font-size: 14px;
    padding: .2rem .5rem;
    line-height: 1.1rem;
    margin-bottom: .75rem;

}

.list-tif a {
    color: #2eaab2;
    display: flex;
}

.list-tif .ico-tip2 {
    width: 12.5px;
    height: 14px;
    background-image: url("../img/ico-tip2.png");
    margin-right: .3rem;
}

/*我的*/
.list-user-link {
    border-radius: 15px;
    border: none;

}

.list-user-link li {
   margin: 0 0 0 0.6rem;
   min-height: 2.5rem;
}

.list-user-link .badge {
    background: #EA0722;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    padding: .2rem .35rem .1rem;
    width: 1rem;
    height: 1rem;

}

.list-user-link .item-inner:after {
    height: 0;
}

.list-user-link .item-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

/*我的*/
#page-me .content-padded{
	margin: 0;
	margin-bottom: 0.5rem;
}
.userinfo {
    background: #ffffff;
    padding: .5rem;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
    text-align: center;
    
    position: relative;
    z-index: 666;
}

.userinfo header {
    padding-bottom: .6rem;
    font-size: .85rem;
   
}
.dhl{background: #fff;margin: 0.5rem 0rem;}
.dhl footer{
	text-align: center;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: .5rem;
    font-size: .75rem;
    color: #4A4A4A;
    padding-bottom: .1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.userinfo footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: .5rem;
    font-size: .75rem;
    color: #4A4A4A;
    padding-bottom: .1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.userinfo .avotar {
    position: relative;
    display: inline-block;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    width: 100px;
   /* margin-bottom: 10px;*/
}

.userinfo .avotar .edit {
    position: absolute;
   	bottom: 0px;
    right: 0px;
}
.list-block.gl{ 
	margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0rem;
    }

.mes{
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	top: 0px;
    left: 18px;
	background: #EA0722;
    border-radius: 50%;
}
.nodata {
    margin-top: 140px;
}

.nodata p {
    font-size: .7rem;
}

.color-primary {
    color:#2eaab2;
}
/*链接页面*/
.lj{padding: 0.75rem;}
.lj{margin: 0.85rem;height:6.5rem;background: #fff;}
.title_lj{font-size: 0.95rem;;overflow: hidden;text-overflow: ellipsis;font-weight: bold;}
.nr_lj_img{width: 100%;text-align: center;}
.nr_lj_xq{margin-top: 2px;width: 11rem;float: left;}
.nr_lj_xq .dd{line-height: 1rem;font-size: 0.85rem;color: #666;padding-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.8rem;
    margin-top: 0.5rem;}
.nr_lj_xq .sj{line-height: 1rem;font-size: 0.85rem;color: #666;margin-top: 0.5rem;}
/*关于我们*/
.gywm{background: #fff;}
.gywm_nr{background: #fff;text-align: center;margin-top: 20%;}
.gzh{margin-top: 1rem;font-size: 1rem;font-weight:600 ;}
.gywm_nr .we_img{width:3rem;}
/*2018-09-18*/
.al_l{
	text-align: left !important;
}
.tabs-animated-wrap{
	-webkit-overflow-scrolling: touch;  
    overflow-y: scroll;
    height: 100%;
}

.content{
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	
}
.search-input input{
	padding-left: 40px;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: inherit;
}
/*我的咨询*/
.yhdt{
	padding:0rem 0.75rem 0rem 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxbtn{
	background: #fff;
	line-height: 0.8rem;
    border: 1px solid  #2eaab2;
    color: #2eaab2;
    float: right;
    border-radius: 6px;
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
}
/*首页banner*/
.swiper-slide img {
    height: 8rem;
}
.list-info li {
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.list-entry-info .ico-code {
    background-image: url("../img/ico-code.png");
}
.media-list-policy .bq-text{
    font-size: .7rem;
    color: #999999;
    float: left;
    text-align: right;
    position: relative;
    margin-right: 0.5rem;
}
.media-list-policy .bq-text img{
    width:0.55rem;
    height:0.55rem;
    /*top: 0.45rem;*/
    /*position: absolute;*/
    display: inline-block;
    vertical-align: middle;
}
.media-list-policy .bq-text span{
    vertical-align: middle;
    margin-left: 1rem;
    font-size: .7rem;
    margin-left: 0.35rem;
    display: inline-block;
}
.media-list-policy .mainitem-text{
    top: .5rem;
    left: 1.3rem;
    font-size: .7rem;
    color: #999999;
    float: right;
    width: 30%;
    text-align: right;
    position: relative;
}
.zx-text{
    margin: 0px;
    margin-left: 15px;
    top: 56px;
    font-size: 14px;
    font-weight: bold;
}
.searchbar .result {
    height: 40px;
    position: relative;
    padding-right: 40px;
}
.searchbar .result ul {
    display: inline-block;
    white-space: nowrap;
    overflow-x: scroll;
    width: 103%;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: -0.35rem;
    margin-left: -1.7rem;
}
.searchbar .result ul::-webkit-scrollbar {
    display: none;
}
.searchbar .result li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    border: 1px solid #E5E5E5;
    background: #E5E5E5;
    margin-right: 0.3rem;
}
.searchbar .result .filtrate {
    position: absolute;
    width: 73px;
    height: 2.2rem;
    background: #ffff;
    right: -0.4rem;
    top: -0.4rem;
    font-size: 15px;
    line-height: 2.2rem;
    text-align: center;
    color: #2eaab2;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 6px 0px rgba(30,30,30,0.13);
}
.searchbar .content {
    display: none;
    margin-top: 10px;
}
.searchbar .content li {
    font-size: 14px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    border: 1px solid #BEBBB5;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.searchbar .active {
    background-color: #BEBBB5;
}
.zcSx .popup{
    top: 6.6rem;
    /*height: 30%;*/
}
.zcSx .button.button-fill.button-submit-test.right-btn{
    color: #FFFFFF;
    background: #2eaab2;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2px;
    font-weight: normal;
    font-size: 12px;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 50%;
}
.zcSx .button.button-fill.button-submit-test.left-btn{
    color: #4A4A4A;
    background: #FFFFFF;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2px;
    border-top: 1px solid #E0E0E0;
    font-weight: normal;
    font-size: 12px;
    position: fixed;
    right: 50%;
    bottom: 0;
    width: 50%;
}

.popup-about .content {
    display: none;
    margin-top: 10px;
}
.popup-about .content li {
    font-size: 14px;
    padding: 0 10px;
    height: 29px;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #BEBBB5;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
    background: #E5E5E5;
    color: #000;
}
#content .active {
    background-color: #2eaab2;
    color: #fff;
    border: 1px solid #2eaab2;
}
.searchbar .zx-result li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin-right: 0.3rem;
}
.searchbar .zx-result li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin-right: -0.6rem;
    color: #4A4A4A;
    font-weight: 500;
}
.searchbar .zx-result ul {
    display: inline-block;
    white-space: nowrap;
    overflow-x: scroll;
    width: 115%;
    height: 2.6rem;
    line-height: 2.2rem;
    margin-top: -0.35rem;
    margin-left: -2.2rem;
}
.searchbar .zx-result li span{
    width: 1px;
    height: 14px;
    background: rgba(224,224,224,1);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.55rem;
    margin-top: -0.15rem;
}
.searchbar .zx-result ul li:last-child span{display: none}
#zx-result .nav-active{
    color: #2eaab2;
}
.myzxpf{
    background: #2eaab2;
    width: 2.85rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 2px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}
.qypf{
	background: #ececec;
    width: 2.85rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 2px;
    font-size: 12px;
    color: #999999;
    border-radius: 4px;
}
.ct-star {
    display: inline-block;
    
    width: 2rem;
    height: 1.68rem;
    background: url(../img/icon-xx.png) no-repeat;
    vertical-align: -2px;
    cursor: pointer;
    background-size: 3.75rem;
}
.ic-star-off {
    background-position: -1rem -3.25rem;
}
#mypftext textarea {
    background: #F8F8F8;
    width: 100%;
    border-radius: 2px;
    height: 8.5rem;
    border: none;
    padding: 10px 15px;
    margin-top: 8px;
    resize: none;
}
#mypftext .wordsNum{
    color: #C8C8C8;
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    margin-top: -6rem;
}
#qytwtext textarea {
    background: #F8F8F8;
    width: 100%;
    border-radius: 2px;
    height: 8.5rem;
    border: none;
    padding: 10px 15px;
    margin-top: 8px;
    resize: none;
}
#qytwtext .wordsNum{
    color: #C8C8C8;
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    margin-top: -6rem;
}
.yellow-title{
	color:#f5993e;
}

