@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    -webkit-text-size-adjust: none;
    /*禁止设备浏览器对文字大小做出适应调整*/
    -webkit-font-smoothing: antialiased;
    /*字体抗锯齿*/
    -moz-osx-font-smoothing: grayscale;
    /*字体抗锯齿*/
}

html {
    font-size: 100px;
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 12px;
    background: #fff;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

ul li {
    list-style: none;
}

img {
    border: none;
}

a,
button,
input,
optgroup,
select,
textarea,
span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    appearance: none;
    /*取消默认箭头*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

div,
p,
span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.large-box p {
    margin: 0;
    font-size: inherit;
}

input {
    border: none;
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

textarea {
    resize: none;
    padding: 0 10px;
}

.clearfix {
    zoom: 1
}

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

.wrap1 {
    width: 94.67%;
    height: auto;
    margin: 0 auto;
}

.wrap2 {
    width: 92%;
    height: auto;
    margin: 0 auto;
}

.wrap3 {
    width: 98%;
    height: auto;
    margin: 0 auto;
}

.BoxRadios3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.BoxRadios5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.large-box {
    width: 100%;
    height: auto;
    background: #fff;
    min-height: 100%;
    padding-top: 44px;
    overflow: hidden;
    left: 0;
}

.scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
}

.large-paddingTop0 {
    padding-top: 0;
}

.heads-wrap {
    position: fixed;
    width: 100%;
    height: auto;
    max-width: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 11;
}

.heads {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: 800px;*/
    /*left:50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    height: 44px;
    background: #E85330;
    padding: 0 4%;
    z-index: 11;
}

.headNav-btn {
    width: 26px;
    height: 20px;
    background: url("../img/icon1.png") center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 11px;
    position: relative;
    z-index: 2;
}

.head-prev {
    width: 12px;
    height: 20px;
    background: url("../img/prev-icon.png") center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.head-name {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    top: 0;
    left: 0;
    padding: 0 26% 0 30%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userBtn {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: right;
    margin-top: 8px;
    margin-left: 16px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.userBtn img {
    width: 100%;
}

.ymt-href {
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}

.ymt-hide {
    display: none;
}

.ymt-href img {
    width: 100%;
    height: 100%;
}

.search-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.search-input-wrap {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.search-icon {
    width: 15px;
    height: 15px;
    background: url("../img/search-icon.png") center no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.search-input {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #333;
}

.category-btn {
    width: 22px;
    height: 22px;
    background: url("../img/icon2.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 12px;
}

.category-btn-hide {
    display: none;
}

.category-wrap {
    width: 100%;
    height: 40px;
    background: #F4F2F1;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
}

.category-list {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
}

.category-li {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 3%;
    position: relative;
}

.swiper-containerList .swiper-slide {
    width: auto;
    min-width: 80px;
    display: inline-block;
}

.swiper-containerList .swiper-slide:first-child {
    min-width: 58px;
}

.category-li span {
    position: absolute;
    width: 14px;
    height: 2px;
    background: #E85330;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.category-li-active {
    color: #e85330;
}

.category-li-active span {
    display: block;
}

.list-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.list-li:last-child {
    border-bottom: 0;
}

.li-imgs {
    width: 120px;
    height: 90px;
}

.li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-left: 12px;
    overflow: hidden;
}

.li-name {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.li-icon {
    height: 17px;
    line-height: 17px;
    background: #ccc;
    padding: 0 5px;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.li-category-wrap {
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    margin-top: 8px;
}

.li-categorys {
    display: inline-block;
    font-size: 12px;
    color: #DC5232;
    line-height: 15px;
    padding-left: 13px;
}

.li-categorys:first-child {
    padding-left: 0;
}

.li-btm {
    font-size: 12px;
    line-height: 16px;
    color: #8f8f8f;
    margin-top: 8px;
}

.li-date {
    background: url("../img/icon3.png") left no-repeat;
    background-size: 12px 12px;
    background-position: 0 2px;
    float: left;
    padding-left: 18px;
    color: #8f8f8f;
}

.li-eye {
    background: url("../img/icon4.png") left no-repeat;
    background-size: 15px 9px;
    background-position: 0 4px;
    float: right;
    padding-left: 21px;
    color: #8f8f8f;
}

.li-good {
    background: url("../img/icon5.png") left no-repeat;
    background-size: 11px 12px;
    background-position: 0 1px;
    float: right;
    padding-left: 21px;
    margin-left: 10px;
    color: #8f8f8f;
}

.home-banner-wrap {
    position: relative;
}

.swiper-imgs {
    width: 100%;
}

.slide-desc {
    position: absolute;
    width: 100%;
    height: 37px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination {
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/*回复*/
.comment-list-box {
    padding-bottom: 70px;
}

.comment-head {
    width: 100%;
    position: relative;
    margin-top: 26px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px rgba(250, 180, 164, 0.4);
    -moz-box-shadow: 0 0 13px rgba(250, 180, 164, 0.4);
    box-shadow: 0 0 13px rgba(250, 180, 164, 0.4);
    padding: 25px 0 20px;
}

.comment-head-top {
    position: absolute;
    width: 100%;
    top: -17px;
    left: 0;
    padding: 0 10%;
}

.comment-head-topL,
.comment-head-topR {
    width: 11px;
    height: 34px;
    background: url("../img/icon9.png") center no-repeat;
    background-size: 100% 100%;
}

.comment-head-topL {
    float: left;
}

.comment-head-topR {
    float: right;
}

.comment-head-txt {
    font-size: 15px;
    line-height: 21px;
    color: #333;
    padding: 0 15px;
}

.comment-textarea {
    width: 100%;
    height: 322px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    margin-top: 15px;
    padding: 10px 11px;
    font-size: 14px;
    color: #333;
}

.categoryMask-btns.comment-btns {
    position: fixed;
    left: 50%;
    bottom: 0;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.problem-li-top {
    border-bottom: 1px solid #F4F4F4;
    padding: 25px 0 20px;
}

.problem-liTop-head {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.problemLi-top-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.comment-delete {
    background: url("../img/icon7.png") left no-repeat;
    background-size: 13px 13px;
    background-position: 0 2px;
    padding-left: 16px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #e85330;
    margin-left: 11px;
}

.comment-good {
    background: url("../img/icon6.png") left no-repeat;
    background-size: 13px 13px;
    background-position: 0 1px;
    padding-left: 16px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #c3c3c3;
    margin-left: 11px;
}

.comment-good span {
    color: #c3c3c3;
}

.comment-good-active {
    background: url("../img/icon6-2.png") left no-repeat;
    background-size: 13px 13px;
    color: #e85330;
}

.comment-good-active span {
    color: #e85330;
}

.problem-liTop-center {
    font-size: 12px;
    color: #c3c3c3;
    margin-top: 5px;
}

.problem-liTop-btm {
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px;
    color: #333;
}

.problem-li-btm {
    padding: 0 0;
}

.problem-liBtm-head {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
    padding-top: 22px;
}

.liBtm-head-line {
    width: 1px;
    height: 37px;
    background: #006CAF;
    margin-left: 14px;
    margin-right: 8px;
    display: none;
}

.liBtm-head-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-left: 23px;
}

.problem-liBtm-li:first-child .liBtm-head-line {
    display: block;
}

.problem-liBtm-li:first-child .liBtm-head-txt {
    margin-left: 0;
}

.comment-write {
    background: url("../img/icon8.png") left no-repeat;
    background-size: 13px 13px;
    background-position: 0 2px;
    padding-left: 16px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #e85330;
    margin-left: 11px;
}

.problem-liBtm-li .problem-liTop-btm {
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f4f4f4;
}

.problem-liBtm-li .problem-liTop-btm span {
    color: #c3c3c3;
}

.commentList-href-wrap {
    position: fixed;
    width: 100%;
    max-width: 800px;
    height: 50px;
    background: #eee;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 4%;
}

.commentList-href-main {
    height: 37px;
    line-height: 37px;
    background-color: #fff;
    margin-top: 6px;
    border: 1px solid #ccc;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    font-size: 14px;
    color: #ccc;
    background-image: url("../img/icon10.png");
    background-size: 15px 14px;
    background-position: 17px 11px;
    background-repeat: no-repeat;
    padding-left: 38px;
}

/*法律声明*/
.desc-box {
    padding-bottom: 30px;
}

.desc-name {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.desc-date {
    font-size: 12px;
    color: #8f8f8f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.desc-txt {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.desc-txt-twos {
    font-size: 15px;
    color: #333;
}

/*详情*/
.detail-box {
    padding-bottom: 80px;
}

.detail-name {
    font-size: 22px;
    line-height: 32px;
    color: #111;
    padding-top: 15px;
}

.detail-name-icon {
    background: #e85330;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    margin-right: 7px;
}

.detail-form {
    margin-top: 11px;
}

.detail-form-type,
.detail-form-date,
.detail-form-category,
.detail-form-name {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.detail-form-type {
    max-width: 21%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-form-date {
    margin-left: 10px;
}

.detail-form .li-eye {
    color: #666;
    line-height: 16px;
}

.detail-form-category {
    background: #666;
    color: #fff;
    padding: 0 3px;
}

.detail-form-name {
    color: #333;
    margin-left: 10px;
    max-width: 26%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-main-hide {
    height: auto;
    min-height: 110px;
    max-height: calc(100vh * 0.5);
    overflow: hidden;
    position: relative;
}

.detail-article {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}

.detail-article * {
    max-width: 100% !important;
}

.detail-article img {
    max-width: 100%;
}

.detail-main-defult {
    font-size: 0;
}

.detail-article span,
.detail-article p,
.detail-article div {
    color: inherit;
}

.detail-article li {
    list-style: inherit;
}

.list-paddingleft-2 {
    padding-left: 30px;
}

.poly-video {
    width: 100%;
    height: 259px;
    background: #000;
    margin-top: 15px;
}

.large-box .detail-MCC {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
    padding-bottom: 3px;
}

.category-icons-name,
.category-icons-li {
    float: left;
    font-size: 14px;
}

.category-icons-name {
    color: #666;
    height: 20px;
    line-height: 20px;
    margin-top: 9px;
}

.large-box .category-icons-li {
    height: 20px;
    line-height: 20px;
    background: #F3A997;
    padding: 0 10px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 9px;
    margin-right: 8px;
}

.titles-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.titles-wrap {
    padding: 15px 0 10px;
    border-bottom: 2px solid #E85330;
}

.icon11 {
    width: 15px;
    height: 17px;
    background: url("../img/icon11.png") center no-repeat;
    background-size: 100% 100%;
}

.titles-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-left: 6px;
}

.large-box .article-li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #E85330;
}

.article-li:last-child {
    border-bottom: 0;
}

.write-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 45px;
    padding: 0 4%;
    background: -webkit-linear-gradient(#F78368 0%, #ED6444 100%);
    background: -o-linear-gradient(#F78368 0%, #ED6444 100%);
    background: -moz-linear-gradient(#F78368 0%, #ED6444 100%);
    background: linear-gradient(#F78368 0%, #ED6444 100%);
}

.write-wrap .commentList-href-main {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 31px;
    background-position: 10px 11px;
}

.writeList-href {
    width: 20px;
    height: 18px;
    background: url("../img/icon12.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-left: 21px;
}

.writeList-href span {
    position: absolute;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    background: #EB221F;
    top: -8px;
    left: 6px;
}

.write-collection {
    width: 30px;
    height: 30px;
    background: url("../img/detail-nav4.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 21px;
}

.write-collection-active {
    background: url("../img/detail-nav4-2.png") center no-repeat;
    background-size: 100% 100%;
}

.write-good {
    width: 30px;
    height: 30px;
    background: url("../img/detail-nav3.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 21px;
}

.write-good-active {
    background: url("../img/detail-nav3-2.png") center no-repeat;
    background-size: 100% 100%;
}

.detail-open {
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 0 5px;
    left: 0;
    bottom: -1px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 1) 100%);
    display: none;
}

.detail-main-hide .detail-open {
    display: block;
}

.detail-open-btn {
    position: absolute;
    width: 29px;
    height: 25px;
    left: 50%;
    bottom: 65px;
    margin-left: -15px;
    background: url("../img/all-icon.png") center no-repeat;
    background-size: 100% 100%;

}

.large-box .detail-open-href {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 14px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#F78368 0%, #ED6444 100%);
    background: -o-linear-gradient(#F78368 0%, #ED6444 100%);
    background: -moz-linear-gradient(#F78368 0%, #ED6444 100%);
    background: linear-gradient(#F78368 0%, #ED6444 100%);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    letter-spacing: 1px;
}

.detail-open-href span {
    color: #fff;
    font-size: 18px;
}

.fontLine {
    border-bottom: 1px solid #fff;
}

/*聚合列表*/
.polymerize-title {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

/*我的消息*/
.news-box {
    padding-bottom: 30px;
}

.new-tab {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: 40px;
    background: #F5F5F5;
}

.new-tab-li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: relative;
}

.new-tab-liActive {
    color: #e85330;
}

.new-tab-li .new-tab-icon {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e85330;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 10px;
    left: 65%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab-li-line {
    width: 14px;
    height: 2px;
    background: #e85330;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.new-tab-liActive .tab-li-line {
    display: block;
}

.news-li {
    padding: 12px 0 10px;
    border-bottom: 1px solid #ddd;
}

.news-li-top {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.news-li-icon {
    width: 38px;
    height: 38px;
    background: url("../img/new-icon.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.news-li-icon span {
    width: 5px;
    height: 5px;
    background: #e85330;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    display: none;
}

.news-li-not .news-li-icon {
    background: url("../img/new-icon2.png") center no-repeat;
    background-size: 100% 100%;
}

.news-li-not .news-li-icon span {
    display: block;
}

.news-li-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 18px;
    height: 36px;
    margin-left: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-li-btm {
    padding-left: 49px;
    margin-top: 8px;
}

.news-li-date {
    font-size: 12px;
    color: #999;
    float: left;
}

.news-li-delete {
    height: 15px;
    line-height: 15px;
    float: right;
    background: url("../img/icon15.png") left no-repeat;
    background-size: 10px 11px;
    background-position: 0 2px;
    padding-left: 15px;
    font-size: 12px;
    color: #999;
}

/*个人中心*/
.myHome-heads {
    background: url(../img/top-bg.png) center no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.myHome-box {
    padding-bottom: 30px;
    background-color: #fff;
    background-image: url("../img/top-bg.png");
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.my-card {
    padding: 26px 5px 26px 16px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
    -moz-box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
    box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
}

.my-photo {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
    -moz-box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
    box-shadow: 0 0 10px rgba(233, 87, 53, 0.2);
    margin-right: 15px;
}

.my-card-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.my-name {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}

.my-category-name {
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    color: #666;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-update {
    float: left;
    width: 10px;
    height: 9px;
    margin-top: 4px;
    margin-left: 7px;
    background: url("../img/icon16.png") center no-repeat;
    background-size: 100% 100%;
}

.my-grade {
    font-size: 13px;
    color: #e85330;
    margin-top: 11px;
}

.my-grade span {
    color: #666;
}

.myHome-list {
    margin-top: 25px;
    padding-bottom: 50px;
}

.myHome-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #ccc;
}

.my-icons {
    width: 15px;
    height: 16px;
    margin-right: 6px;
}

.my-icon1 {
    background: url("../img/my-icon1.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon2 {
    background: url("../img/my-icon2.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon3 {
    background: url("../img/my-icon3.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon4 {
    background: url("../img/my-icon4.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon5 {
    background: url("../img/my-icon5.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon6 {
    background: url("../img/my-icon6.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon7 {
    background: url("../img/my-icon7.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon8 {
    background: url("../img/my-icon8.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon9 {
    background: url("../img/my-icon9.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon10 {
    background: url("../img/my-icon10.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon11 {
    background: url("../img/my-icon11.png") center no-repeat;
    background-size: 100% 100%;
}

.my-icon12 {
    background: url("../img/my-icon12.png") center no-repeat;
    background-size: 100% 100%;
}

.myHome-li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 15px;
}

.myHome-liTxt-desc1 {
    color: #999;
}

.myHome-liTxt-desc2 {
    color: #e85330;
    text-decoration: underline;
}

.off-btn-wrap {
    position: fixed;
    width: 100%;
    max-width: 800px;
    background: #fff;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.off-btn {
    width: 92%;
    height: 40px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;

}

.off-btn span {
    color: #fff;
    padding-left: 8px;
}

.page-btm-desc {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 50px;
}

.my-cardV2 {
    margin-top: 15px;
    padding: 14px 15px;
}

.my-cardV2 .my-photo {
    width: 75px;
    height: 75px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: -38px;
}

.my-cardV2 .my-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../img/href-icon.png") left no-repeat;
    background-size: 6px 10px;
    background-position: 100% 50%;
    padding-right: 10px;
}

.my-cardV2 .my-name span {
    font-size: 12px;
    color: #333;
    padding-left: 9px;
}

.my-cardV2 .my-nameIcon-none {
    background: none;
    background-size: 0;
    background-position: 0 0;
    padding-right: 0;
}

.my-code {
    height: 26px;
    line-height: 26px;
    background: url("../img/icon20.png") left no-repeat;
    background-size: 27px 26px;
    background-position: 0 50%;
    margin-top: 8px;
    padding-left: 32px;
    font-size: 14px;
    color: #333;
}

.my-code span {
    padding-left: 3px;
    font-size: 16px;
    color: #e86b4d;
}

.myHome-listV2 {
    margin-top: 12px;
}

.myHome-listV2 .myHome-li-txt span {
    position: relative;
}

.myHome-listV2 .myHome-li-txt .myHome-li-num {
    height: 18px;
    line-height: 18px;
    position: absolute;
    padding: 0 5px;
    background: #E86B4D;
    top: -8px;
    left: 90%;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

/*二维码页*/
.qr-desc1 {
    font-size: 18px;
    padding: 45px 0 35px;
    text-align: center;
}

.qr-desc2 {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.qr-img {
    width: 56.8%;
    display: block;
    margin: 45px auto 0;
}

/*注册结果页*/
.register-result-box {
    text-align: center;
}

.register-result-icon {
    width: 33.33%;
    margin-top: 51px;
}

.register-result-name {
    font-size: 18px;
    margin-top: 17px;
    color: #333;
}

.register-result-desc {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-top: 31px;
}

.register-result-desc2 {
    font-size: 12px;
    margin-top: 27px;
    color: #999;
}

.resultTitle-btn {
    position: fixed;
    width: 100%;
    max-width: 800px;
    height: 55px;
    background: #E85330;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.resultTitle-btn span {
    padding-left: 28px;
    color: #fff;
}

/*领域*/
.field-list {
    padding-bottom: 70px;
}

.field-li {
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    border: 1px solid #e85330;
    padding: 0 2px;
    margin-top: 11px;
    margin-right: 4.5%;
    font-size: 14px;
    color: #333;
}

.field-li:nth-child(3n) {
    margin-right: 0;
}

.field-li-active {
    background: #e85330;
    color: #fff;
}

.field-btm {
    position: fixed;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
}

.MySetUp-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: 49px;
    border-bottom: 1px solid #DDDDDD;
}

.icon17 {
    width: 18px;
    height: 18px;
    background: url("../img/icon17.png") center no-repeat;
    background-size: 100% 100%;
}

.icon18 {
    width: 18px;
    height: 18px;
    background: url("../img/icon18.png") center no-repeat;
    background-size: 100% 100%;
}

.MySetUp-li-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: #111;
    margin-left: 10px;
}

.setUp-category-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 4%;
    border-bottom: 1px solid #ddd;
}

.setUp-category-type {
    font-size: 15px;
    color: #e85330;
}

.setUp-category-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 12px;
    color: #333;
    margin-left: 12px;
}

.setUp-category-list {
    padding: 14px 4%;
    border-bottom: 1px solid #ddd;
}

.setUp-category-list .setUp-category-type {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding-bottom: 10px;
}

.setUp-category-txt {
    width: 100%;
}

.setUp-category-li {
    width: 47%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #E85330;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: 10px;
}

.setUp-category-li:nth-child(even) {
    margin-left: 6%;
}

.setUp-category-li:first-child {
    margin-top: 0;
}

.setUp-category-li:nth-child(2) {
    margin-top: 0;
}

.setUp-category-liActive {
    background: #e85330;
    color: #fff;
}

/*mui*/
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
    text-align: center;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}

.record-wrap {
    text-align: center;
    margin-top: 10px;
    padding: 5px 5px;
    background: #F2F2F2;
}

.record-txt {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.record-txt a {
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
}

.fontLeft {
    text-align: left !important;
}

/*海报*/
.poster-box {
    background: url("../img/poster-bg.png") center no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    text-align: center;
    padding-bottom: 30px;
}

.poster-name {
    padding: 18px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.poster-wrap {
    width: 92%;
    height: calc(100vw * 0.92);
    margin: 0 auto;
    overflow: auto;
}

#canvas,
#images {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#images {
    display: none;
}

.poster-btns {
    width: 92%;
    margin: 20px auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.get-btn,
.poster-href {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.get-btn {
    border: 1px solid #e65331;
    color: #e65331;
}

.poster-href {
    width: 205px;
    height: 40px;
    display: block;
    margin: 10% auto 0;
    line-height: 40px;
    font-size: 15px;
    background: #F78367;
    color: #fff;
}

.poster-success {
    width: 92%;
    margin: 20px auto 0;
    font-size: 15px;
    color: #333;
    line-height: 18px;
    margin-top: 20px;
}

.poster-success-desc {
    text-align: left;
    margin-top: 10px;
}

.poster-success-desc2 {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.poster-success-desc span {
    display: inline-block;
    width: 16px;
}

/*上传海报*/
.makePoster-list {
    padding-top: 19px;
}

.maskPoster-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.maskPoster-li:first-child {
    margin-top: 0;
}

.maskPoster-li-icon {
    width: 6px;
    font-size: 15px;
    color: #e85330;
}

.maskPoster-li-name {
    font-size: 15px;
    color: #333;
}

.maskPoster-li-name span {
    padding: 0 7px;
}

.maskPoster-li-input,
.maskPoster-select {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 7px;
}

.maskPoster-li-desc {
    font-size: 12px;
    color: #c1c1c1;
    text-align: right;
    margin-top: 5px;
}

.maskPoster-li-desc span {
    color: #e85330;
}

.file-wrap {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    position: relative;
}

.file-wrap input {
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.file-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #F1F1F1;
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.makePoster-box .poster-btns {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.poster-href-mag0 {
    margin-left: 0;
}

/*调研答题列表页*/
.testHome-box {
    padding-bottom: 30px;
}

.testHome-list {
    padding-top: 15px;
}

.testHome-li {
    margin-top: 12px;
}

.testHome-li:first-child {
    margin-top: 0;
}

.testHome-li-top {
    position: relative;
    font-size: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.testHome-li-img {
    width: 100%;
}

.testHome-li-name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 33px;
    line-height: 33px;
    background: #E85330;
    padding: 0 10px;
    font-size: 16px;
    color: #fefefe;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.testHome-li-btm {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.testHome-li-desc {
    position: absolute;
    width: auto;
    top: 8px;
    right: 0;
    max-width: 100%;
    height: 25px;
    line-height: 25px;
    background: #e85330;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.testHome-li-date {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.testHome-li-type {
    width: 100px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.testHome-li-type1 {
    background: #EE6646;
}

.testHome-li-type2 {
    background: #B1B1B1;
}

/*调研答题填写*/
.testList-box {
    padding-bottom: 30px;
}

.test-li {
    padding: 15px 0;
    border-bottom: 1px dashed #EE6646;
}

.test-li:last-child,
.test-li-last {
    border-bottom: 0;
    padding-bottom: 10px;
}

.test-li-name {
    font-size: 16px;
    color: #333;
}

.opt-lable {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
}

.opt-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.opt {
    display: none;
}

.opt-input {
    width: 15px;
    height: 15px;
    background: url("../img/radio.png") center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: middle;
    position: relative;
}

.opt:checked+.opt-input:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/radio-2.png") center no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    content: "";
    display: inline-block;
}

.checkbox-lable .opt-input {
    width: 15px;
    height: 15px;
    background: url("../img/checkbox.png") center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: middle;
    position: relative;
}

.checkbox-lable .opt:checked+.opt-input:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/checkbox-2.png") center no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    content: "";
    display: inline-block;
}

.test-textarea {
    width: 100%;
    height: 160px;
    background: #F9F9F9;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    padding: 10px;
}

.test-li-desc {
    font-size: 12px;
    color: #EE6646;
}

.submit-mag {
    margin-top: 18px;
}

.testLi-percentage-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
}

.percentage-outer {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-left: 25px;
    margin-right: 8px;
    height: 10px;
    background: #eee;
    border: 1px solid #BFBFBF;
    position: relative;
}

.percentage-desc {
    width: 35px;
    text-align: right;
}

.percentage-num {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #F47D61;
}

.testResult-desc {
    padding-left: 15px;
    font-size: 12px;
    color: #EE6646;
    margin-top: 10px;
}

/*在线调研简介*/
.testDesc-box {
    padding-bottom: 90px;
}

.testDesc-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.icon19 {
    width: 15px;
    height: 16px;
    background: url("../img/icon19.png") center no-repeat;
    background-size: 100% 100%;
}

.testDesc-title-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 15px;
    color: #333;
    margin-left: 3px;
}

.testDesc-article {
    background: #f9f9f9;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #ccc;
}

.testDesc-article * {
    max-width: 100% !important;
}

.testDesc-article div,
.testDesc-article p,
.testDesc-article span,
.testDesc-article section,
.testDesc-article li {
    font-size: 14px;
    color: #ccc;
    line-height: 21px;
}

.testDesc-article ul,
.testDesc-article ol {
    padding-left: 18px;
}

.testDesc-article li {
    list-style: inherit;
}

.testDesc-article img {
    border: 0;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

.testDesc-btn-wrap {
    position: fixed;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    left: 50%;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.testDesc-btn {
    width: 92%;
    margin-top: 0;
}

/*大首页*/
@keyframes headAni {
    form {
        left: 0;
    }

    to {
        left: 145px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes headAni {
    form {
        position: absolute;
        top: 0;
        left: 0;
    }

    to {
        position: absolute;
        top: 0;
        left: 145px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.heads-animate {
    -webkit-animation: headAni 0.3s 0s linear forwards;
    -o-animation: headAni 0.3s 0s linear forwards;
    animation: headAni 0.3s 0s linear forwards;
}

@keyframes largeBoxAni {
    0% {
        left: 0;
    }

    100% {
        left: 145px;
    }
}

@-webkit-keyframes largeBoxAni {
    0% {
        left: 0;
    }

    100% {
        left: 145px;
    }
}

.largeBox-animate {
    position: relative;
    top: 0;
    -webkit-animation: headAni 0.3s 0s linear forwards;
    -o-animation: headAni 0.3s 0s linear forwards;
    animation: headAni 0.3s 0s linear forwards;
}

.largeBox-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.001);
    z-index: 12;
    cursor: pointer;
    display: none;
}

.secend-btn {
    width: auto;
    height: auto;
    float: left;
    background: url(../img/icon21.png) left no-repeat;
    background-size: 12px 10px;
    background-position: 0 50%;
    margin-top: 10px;
    padding: 5px 0 5px 17px;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.gift-btn {
    width: 34px;
    height: 30px;
    background: url(../img/icon20.png) center no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 8px;
    position: relative;
    z-index: 3;
}

.gift-btn span {
    position: absolute;
    height: 16px;
    top: -1px;
    left: 19px;
    background: #FE6404;
    padding: 0 5px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.headBg-box {
    background-image: url(../img/top-bg.png);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.nav-list {
    background: #fff;
    padding-top: 1px;
    padding-bottom: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px rgba(188, 191, 193, 0.3);
    -moz-box-shadow: 0 0 7px rgba(188, 191, 193, 0.3);
    box-shadow: 0 0 7px rgba(188, 191, 193, 0.3);
}

.nav-list .nav-li {
    width: 25%;
    height: auto;
    line-height: inherit;
    float: left;
    text-align: center;
    margin-top: 14px;
    border: 0;
}

.navThree-list .nav-li {
    width: 33.33%;
}

.nav-li-icon {
    width: 45px;
    height: 45px;
    vertical-align: top;
}

.nav-li-name {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-banner-wrap {
    position: relative;
    margin-top: 15px;
}

.home-banner-wrap .swiper-container {
    width: 100%;
    overflow: inherit;
}

.home-banner-wrap .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: -19px;
    height: auto;
    font-size: 0;
}

.home-bannerPad .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    bottom: 0;
    margin-top: 10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.home-banner-wrap .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 0.1s; */
    /* transform: scale(0.8); */
    /* padding: 10px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.home-banner-wrap .swiper-slide-active,
.swiper-slide-duplicate-active {
    /* transform: scale(1); */
    padding: 0;
}

.home-banner-wrap .swiper-imgs {
    width: 90%;
    height: 85%;
    vertical-align: top;
    -webkit-box-shadow: 0 0 10px rgba(188, 191, 193, 0.6);
    -moz-box-shadow: 0 0 10px rgba(188, 191, 193, 0.6);
    box-shadow: 0 0 10px rgba(188, 191, 193, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.home-banner-wrap .swiper-slide-active .swiper-imgs {
    width: 100%;
    height: 100%;
}

.home-banner-wrap .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 4px;
    background: #A1A1A1;
    margin: 0 3px;
    opacity: 1;
}

.home-banner-wrap .swiper-pagination-bullet-active {
    width: 20px;
    background: #7FC4FC;
}

.home-category-wrap {
    width: 94%;
    height: auto;
    margin: 15px auto 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.home-category-wrap .category-li {
    background: #E4F3FD;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #C8E4F8;
}

.home-category-wrap .category-li:first-child {
    border-left: 0;
}

.home-category-wrap .category-li-active {
    font-size: 14px;
    color: #fff;
    background: #5291dd;
}

.home-category-wrap .category-li span {
    position: absolute;
    width: 15px;
    height: 3px;
    background: #E4F3FD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.home-category-wrap .category-li-active span {
    display: block;
}

.homeFive-category .category-li {
    font-size: 12px;
    padding: 0 0;
}

.homeFive-category .category-li-active {
    font-size: 13px;
}

.home-listTwo {
    background: #C8E4F8;
    padding: 0 1%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
    margin-top: -21px;
    padding-top: 34px;
    padding-bottom: 40px;
}

.home-listTwo .home-li:first-child {
    margin-top: 0;
}

.home-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.home-listTwo .home-li {
    background: #fff;
    padding: 13px;
    margin-top: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.home-li-txt {
    -webkit-flex: 1px;
    -moz-flex: 1px;
    -ms-flex: 1px;
    -o-flex: 1px;
    -khtml-flex: 1px;
    flex: 1px;
    width: 100%;
    overflow: hidden;
}

.home-li-name {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-li-btm {
    margin-top: 8px;
}

.home-listTwo .home-li-btm {
    margin-top: 17px;
}

.home-li-img {
    width: 100px;
    height: 60px;
    margin-right: 8px;
}

.home-listTwo .home-li-img {
    width: 103px;
    height: 77px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.home-li .li-good,
.home-li .li-eye {
    float: left;
    color: #666;
    padding-left: 18px;
}

.home-li .li-good {
    padding-left: 15px;
}

.home-li .li-date {
    float: right;
    font-size: 12px;
    color: #666;
    background: none;
    padding-left: 0;
}

@keyframes navV2 {
    form {
        left: -145px;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes navV2 {
    form {
        left: -145px;
    }

    to {
        left: 0;
    }
}

.nav-v2-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 800px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    display: none;
    z-index: 12;
}

.nav-v2 {
    position: absolute;
    z-index: 12;
    top: 0;
    left: -145px;
    width: 145px;
    height: 100%;
    background: #E4712F;
    overflow: auto;
    padding: 0 0 0 7px;
}

.nav-v2-animate {
    -webkit-animation: navV2 0.3s 0s linear forwards;
    -o-animation: navV2 0.3s 0s linear forwards;
    animation: navV2 0.3s 0s linear forwards;
}

.nav-v2 .nav-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 13px;
    border: 0;
    font-size: 12px;
}

.nav-v2 .nav-li .nav2-icons {
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4px;
}

.nav-v2 .nav-li span {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    text-align: left;
}

/*搜索*/
.large-boxPad30 {
    padding-bottom: 30px;
}

.search-wrap2 {
    background: #F8F8F8;
    padding: 16px 4% 5px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.search-wrapFff {
    background: #fff;
}

.search-input-wrap {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.search-input-wrap2 {
    border: 1px solid #DC5232;
}

.search-input-wrap2 .search-icon {
    width: 15px;
    height: 15px;
    background: url(../img/search.png) center no-repeat;
    background-size: 100%;
    margin-right: 16px;
}

.search-input-wrap .search-input {
    height: auto;
}

.search-submit {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #DC5232;
}

.page-title {
    height: 30px;
    background: #F8F8F8;
    line-height: 30px;
    margin-top: 13px;
    padding: 0 4%;
    font-size: 14px;
    color: #333;
}

.nav-wrap.category-wrap {
    width: 100%;
    height: 40px;
    background: #F4F2F1;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    margin-top: 0;
}

.nav-wrap.searchNav-wrap {
    background: none;
    height: 61px;
    margin-top: 15px;
}

.nav-wrap.searchNav-wrap .category-li {
    background: none;
    height: 61px;
    padding: 0 19px;
}

.nav-wrap.searchNav-wrap .category-li:first-child {
    padding-left: 20px;
}

.nav-wrap.searchNav-wrap .nav-icon {
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.nav-name {
    font-size: 12px;
    line-height: 15px;
    color: #222;
    margin-top: 3px;
}

.null-wrap {
    text-align: center;
    margin-top: 10px;
}

.null-img {
    width: 66px;
    vertical-align: top;
}

.null-name {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.search-list .home-li-name {
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.li-category {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.li-category span {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    background: none;
    padding: 0 5px;
    font-size: 12px;
    color: #DC5232;
    margin-right: 10px;
}

.listNull-txt {
    padding: 10px 0;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.home-href {
    position: fixed;
    width: 69px;
    height: 69px;
    background: url("../img/href-home.png") center no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: 1%;
    /*margin-top: -20px;*/
    z-index: 9;
}

/*我的工具*/
.myTool-list .nav-li {
    width: 25%;
    height: auto;
    line-height: inherit;
    float: left;
    text-align: center;
    margin-top: 14px;
    border: 0;
}

/*我的领域*/
.myRealm-title {
    font-size: 13px;
    color: #333;
    padding-top: 15px;
    text-align: center;
}

.myRealm-list-wrap {
    padding-bottom: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.myRealm-box .second-list {
    height: auto;
    max-height: inherit;
    margin-top: 0;
    padding: 15px 4% 0;
    padding-bottom: 5px;
    overflow: inherit;
}

/*查看更多*/
.allList-btn {
    width: auto;
    height: 20px;
    float: left;
    background: url(../img/icon22.png) center no-repeat;
    background-size: 13px 13px;
    background-position: 0 45%;
    position: relative;
    z-index: 3;
    margin-top: 13px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
}

.allList-wrap {
    position: absolute;
    top: 40px;
    left: calc(100vw * 0.04 + 20px);
    background: #fff;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.allList-wrap-home {
    left: calc(100vw * 0.04 + 8px);
}

.allList-icon {
    width: 12px;
    height: 6px;
    background: url(../img/icon24.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: 4%;
}

.allList-li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
    position: relative;
}

.allList-li:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.allList-li:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.allList-li span {
    position: absolute;
    width: 92%;
    height: 1px;
    left: 4%;
    bottom: 0;
    background: #eee;
}

.nav-wrap2 .category-li {
    height: 40px;
    background: #F8F8F8;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: relative;
}

.nav-wrap2 .category-li-active {
    font-size: 14px;
    color: #5291dd;
}

.nav-wrap2.category-wrap .category-li:first-child {
    padding-left: 20px;
}

/*20201016详情改*/
.category-icons-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
}

.category-icons-list {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.detail-article .category-icons-btn {
    width: 60px;
    height: 20px;
    background-image: url("../img/icon25.png");
    background-size: 13px 14px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-color: #EE6646;
    line-height: 20px;
    margin-top: 8px;
    padding: 0 10px 0 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
}

.detail-handle {
    text-align: right;
    margin-top: 27px;
}

.detail-handle-li {
    display: inline-block;
    text-align: center;
}

.detail-handle-li:last-child {
    margin-left: 16px;
}

.detail-handle .write-good,
.detail-handle .write-collection {
    width: auto;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    font-size: 12px;
    color: #EB6746;
}

.detail-handle .write-good {
    margin-left: 0;
    background: url("../img/detail-good1.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
}

.detail-handle .write-collection {
    margin-left: 0;
    background: url("../img/detail-collect1.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
}

.detail-handle .write-good-active {
    background: url("../img/detail-good1-2.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
    color: #EB6746;
}

.detail-handle .write-collection-active {
    background: url("../img/detail-collect1-2.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
    color: #EB6746;
}

.page-line {
    height: 5px;
    background: #F8F8F8;
    margin-top: 29px;
}

.detail-nav {
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 800px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #eee;
    z-index: 9;
}

.detail-nav .swiper-slide {
    width: 80px !important;
    padding: 8px 0 6px;
    text-align: center;
    display: inline-block;
}

.detailNav-icon {
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.detailNav-name {
    margin-top: 2px;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

.list-all {
    height: 16px;
    line-height: 16px;
    padding-right: 14px;
    background: url("../img/list-all.png") left no-repeat;
    background-size: 10px 12px;
    background-position: 100% 50%;
    font-size: 12px;
    color: #5291dd;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .detail-nav .swiper-slide {
        padding-bottom: 13px;
    }

    .off-btn-wrap {
        padding-bottom: 20px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
    .detail-nav .swiper-slide {
        padding-bottom: 13px;
    }

    .off-btn-wrap {
        padding-bottom: 20px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
    .detail-nav .swiper-slide {
        padding-bottom: 13px;
    }

    .off-btn-wrap {
        padding-bottom: 20px;
    }
}

/*会议预热列表*/
.large-boxPad50 {
    padding-top: 50px;
}

.padTop96 {
    padding-top: 96px;
}

.padBtm30 {
    padding-bottom: 30px;
}

.liveHead-wrap {
    padding: 8px 4%;
    background: #fff;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.liveSearch-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #EE6646;
    border: 1px solid #EE6646;
    overflow: hidden;
}

.liveSearch-wrap .liveSearch-input {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 32px;
    border: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0 10px 0 34px;
    margin-bottom: 0;
    background-color: #fff;
    background-image: url("../img/search-icon2.png");
    background-size: 16px 16px;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    font-size: 14px;
}

.liveSearch-wrap .liveSearch-submit {
    width: 56px;
    height: 32px;
    background: none;
    font-size: 15px;
    color: #fff;
}

.liveSearch-wrap .liveSearch-submit:active {
    background: none;
}

html .livePicker-wrap {
    width: 82px !important;
    background: url("../img/picker-icon.png") left no-repeat;
    background-size: 19px 19px;
    background-position: 100% 50%;
    font-size: 15px;
    color: #222;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0 20px 0 0 !important;
    text-align: center;
    border: none;
}

.mui-dtpicker,
.mui-poppicker,
.mui-dtpicker-title h5,
.mui-picker {
    background: #fff;
}

.mui-dtpicker-title h5 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.mui-dtpicker {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.mui-dtpicker-header button {
    height: 40px;
    padding: 0 16px;
    border: 0;
    font-size: 16px;
    color: #555;
}

.mui-dtpicker-header .mui-btn-blue {
    background: none;
    color: #EE6646;
}

.mui-pciker-list li {
    font-size: 18px;
    font-weight: inherit;
    font-family: "微软雅黑";
}

[data-type="month"] .mui-dtpicker-body .mui-picker:first-child .mui-pciker-rule-ft {
    background: rgba(238, 102, 70, 0.6);
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
}

[data-type="month"] .mui-dtpicker-body .mui-picker:nth-child(2) .mui-pciker-rule-ft {
    background: rgba(238, 102, 70, 0.6);
    -webkit-border-radius: 0 21px 21px 0;
    -moz-border-radius: 0 21px 21px 0;
    border-radius: 0 21px 21px 0;
}

.page-lineTop0 {
    margin-top: 0;
}

.live-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.live-img-wrap {
    width: 162px;
    height: 92px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 7px;
}

.live-img-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.live-li-title {
    position: absolute;
    height: 19px;
    right: 0;
    bottom: 0;
    background-color: rgba(205, 121, 68, 0.8);
    padding: 0 6px;
    line-height: 19px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    color: #fff;
}

.live-li-title img {
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin-right: 7px;
}

.live-li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.live-li-name {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}

.live-li-from {
    height: 38px;
    font-size: 12px;
    line-height: 19px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.live-li-dt {
    font-size: 12px;
    color: #666;
    position: relative;
}

/*会议预热详情*/
.poly-videoTop0 {
    margin-top: 0;
}

.poly-videoH187 {
    height: 187px;
}

.live-btm {
    padding: 13px 0;
    line-height: normal;
}

.live-person {
    margin-right: 14px;
}

.live-person,
.live-date {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: normal;
}

.live-eye {
    line-height: normal;
    float: right;
    padding-left: 18px;
    background: url("../img/icon4.png") left no-repeat;
    background-size: 15px 9px;
    background-position: 0 50%;
}

.liveDetail-name {
    padding: 14px 0;
    line-height: normal;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #eee;
}

.liveDetail-title {
    font-size: 14px;
    color: #000;
    padding-top: 12px;
}

.liveDetail-title .title-line {
    width: 2px;
    height: 13px;
    margin-right: 9px;
    background: #EE6646;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.liveDetail-desc {
    margin-top: 12px;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

.liveDesc-btm {
    margin-top: 15px;
    padding: 14px 0;
    border-top: 1px solid #eee;
}

.live-get,
.live-good {
    float: right;
    font-size: 12px;
    color: #EE6646;
}

/*会议专题列表*/
.meeting-li {
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(205, 121, 68, 0.5);
    -moz-box-shadow: 0 0 6px rgba(205, 121, 68, 0.5);
    box-shadow: 0 0 6px rgba(205, 121, 68, 0.5);
    overflow: hidden;
}

.meeting-li:first-child {
    margin-top: 10px;
}

.meeting-li img {
    width: 100%;
    vertical-align: top;
}

.meeting-li-name {
    padding: 13px 12px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

/*诺会通直播间首页*/
.liveHome-box {
    background-color: #fff;
    background-image: url(../img/top-bg.png);
    background-size: 100% auto;
    background-position: 0 44px;
    background-repeat: no-repeat;
}

.head-category-wrap {
    padding-top: 5px;
    position: relative;
}

.head-category-icon {
    width: 4px;
    height: 40px;
    position: absolute;
    top: 2px;
    right: -3px;
    background: url("../img/icon28.png") center no-repeat;
    background-size: 100% 100%;
}

.liveHome-nav {
    background: none;
}

.liveHome-nav .category-li {
    width: auto;
    min-width: auto;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    font-size: 13px;
    color: #c4e8ff;
}

.liveHome-nav .swiper-container {
    padding-bottom: 3px;
}

.liveHome-nav .category-li-active {
    background: #7FC4FC;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.liveHome-nav .category-li span {
    width: 15px;
    height: 3px;
    background: #E6A62D;
    bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.head-search {
    position: absolute;
    top: 7px;
    right: 4%;
    background: #fff;
    width: calc(100vw - 120px);
    max-width: 80%;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.head-search-input {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
}

.head-search-icon {
    width: 15px;
    height: 15px;
    background: url("../img/search-icon2.png") center no-repeat;
    background-size: 100% 100%;
    margin-right: 16px;
}

.live-banner-wrap {
    position: relative;
}

.live-banner-wrap .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 8px;
    height: auto;
    font-size: 0;
}

.live-banner-wrap .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: none;
    border: 1px solid #fff;
}

.live-banner-wrap .swiper-pagination-bullet-active {
    background: #fff;
}

.liveHome-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.liveHome-title-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 18px;
    color: #222;
    padding-left: 27px;
    background: url("../img/icon26.png") left no-repeat;
    background-size: 18px 17px;
    background-position: 0 50%;
}

.liveHome-title-allBtn {
    height: 20px;
    line-height: 20px;
    padding-right: 27px;
    font-size: 12px;
    color: #777;
    background: url("../img/icon27.png") left no-repeat;
    background-size: 19px 19px;
    background-position: 100% 50%;
}

.liveHome-category .category-li-active {
    font-weight: bold;
}

.home-list .live-li {
    width: 48.2%;
    background: #fff;
    display: block;
    margin-top: 12px;
    padding: 0 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.home-list .live-li:nth-child(odd) {
    float: left;
}

.home-list .live-li:nth-child(even) {
    float: right;
}

.home-list .live-li:first-child,
.home-list .live-li:nth-child(2) {
    margin-top: 0;
}

.home-list .live-li .live-img-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}

.home-list .live-li-name {
    height: 20px;
    margin-top: 6px;
    padding: 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-list .live-li-from {
    height: 20px;
    margin-top: 0px;
    padding: 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-list .live-li-dt {
    padding: 0 7px;
}

.liveHome-banner-v2 {
    margin-top: 13px;
}

.liveHome-bannerV2-li {
    display: block;
    width: 48.12%;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(149, 176, 211, 0.3);
    -moz-box-shadow: 0 0 6px rgba(149, 176, 211, 0.3);
    box-shadow: 0 0 6px rgba(149, 176, 211, 0.3);
}

.liveHome-bannerV2-li:first-child,
.liveHome-bannerV2-li:nth-child(2) {
    margin-top: 0;
}

.liveHome-bannerV2-li:nth-child(odd) {
    float: left;
}

.liveHome-bannerV2-li:nth-child(even) {
    float: right;
}

.liveHome-bannerV2-li img {
    width: 100%;
    vertical-align: top;
}

/*会议直播-搜索结果*/
.home-category-wrapTop15 {
    margin-top: 15px;
}

/*专题详细*/
.topic-banner-wrap {
    margin-top: 12px;
    -webkit-box-shadow: 0 0 6px rgba(149, 176, 211, 0.2);
    -moz-box-shadow: 0 0 6px rgba(149, 176, 211, 0.2);
    box-shadow: 0 0 6px rgba(149, 176, 211, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.topic-banner-wrap img {
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #DCDCDC;
}

.topic-name {
    padding: 12px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

.topic-title {
    font-weight: bold;
}

.desc-btn {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 13px;
    right: 0;
    background: url("../img/icon29.png") center no-repeat;
    background-size: 100% 100%;
}

.desc-btn-open {
    background: url("../img/icon30.png") center no-repeat;
    background-size: 100% 100%;
}

.topic-desc {
    padding-top: 13px;
    padding-bottom: 14px;
}

.topic-desc * {
    font-size: 12px;
    color: #000;
}

.topic-list-wrap {
    margin-top: 18px;
    padding: 0;
}

.topic-list-wrap .live-li {
    border: 1px solid #eee;
}

.live-li-btn {
    width: 43px;
    height: 16px;
    line-height: 15px;
    font-size: 12px;
    color: #0082d5;
    border: 1px solid #0082d5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 3px;
}

.detial-null {
    width: 135px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*我的下载*/
.download-box {
    background: #C8E4F8;
}

.download-mian {
    width: 92.53%;
    margin: 23px auto 0;
    padding-top: 1px;
    padding-bottom: 13%;
    background-color: #fff;
    background-image: url("../img/download-bg.png");
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(149, 176, 211, 0.47);
    -moz-box-shadow: 0 0 6px rgba(149, 176, 211, 0.47);
    box-shadow: 0 0 6px rgba(149, 176, 211, 0.47);
}

.myDownload-list {
    padding: 0 20px;
}

.myDownload-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    padding: 20px 0;
    position: relative;
}

.myDownload-li-line {
    position: absolute;
    width: 85%;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #DCDCDC;
}

.myDownload-li:last-child .myDownload-li-line {
    display: none;
}

.myDownload-li-L {
    width: 60px;
    background: url("../img/download-img1.png") center no-repeat;
    background-size: 100% 100%;
    padding-top: 22px;
    padding-bottom: 24px;
    text-align: center;
    position: relative;
}

.download-li-icon {
    width: 43px;
    height: 25px;
    background: url("../img/new-icon3.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -18px;
}

.myDownload-li-logo {
    width: 43px;
    height: 43px;
}

.myDownload-li-logoName {
    display: inline-block;
    padding-top: 9px;
    width: 35px;
    font-size: 13px;
    color: #1480ce;
}

.myDownload-li-R {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    background: url("../img/download-img2.png") center no-repeat;
    background-size: 100% 100%;
    padding: 0 5px;
    overflow: hidden;
}

.myDownload-liRTop {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myDownload-li-code {
    font-size: 60px;
    height: 79px;
    line-height: 79px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}

.myDownload-li-txt {
    min-width: 10px;
}

.myDownload-li-name {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

.myDownload-li-date {
    margin-top: 7px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.myDownload-liRBtm {
    padding: 7px 5px;
    border-top: 1px dashed #2B72A1;
}

.myDownload-li-btns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myDownload-li-btn {
    width: 78px;
    height: 38px;
    line-height: 38px;
    background: url("../img/btn.png") center no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 2px 2px 2px rgba(254, 108, 1);
    -moz-text-shadow: 2px 2px 2px rgba(254, 108, 1);
    -ms-text-shadow: 2px 2px 2px rgba(254, 108, 1);
    -o-text-shadow: 2px 2px 2px rgba(254, 108, 1);
    -khtml-text-shadow: 2px 2px 2px rgba(254, 108, 1);
    text-shadow: 2px 2px 2px rgba(254, 108, 1);
}

.myDownload-li-btn:nth-child(2) {
    margin-left: 26px;
}

.myDownload-list-doctor .myDownload-liRTop {
    padding: 8px 0;
}

.myDownload-list-doctor .myDownload-li-code {
    height: 86px;
    line-height: 86px;
    margin-right: 12px;
    font-size: 65px;
}

.myDownload-list-doctor .myDownload-li-name {
    width: 40px;
    margin-top: 18px;
    line-height: 15px;
    font-size: 14px;
}

.myDownload-list-doctor .myDownload-li-btn {
    margin-top: 11px;
}

.myDownload-list-doctor .myDownload-li-date {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
}

.download-null {
    padding-top: 20%;
    padding-bottom: 30%;
    text-align: center;
}

.download-null-img {
    width: 151px;
}

.download-null-desc {
    padding: 48px 16% 0;
    font-size: 18px;
    color: #a0a0a0;
    text-align: left;
}

.btn3 {
    width: 185px;
    height: 52px;
    line-height: 52px;
    margin: 53px auto 0;
    background: url("../img/btn3.png") center no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
    -moz-text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
    -ms-text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
    -o-text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
    -khtml-text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
    text-shadow: 3px -3px 1px rgba(109, 158, 255, 1);
}

.no-type-li .myDownload-li-L {
    width: 29px;
    background: url("../img/img21.png") center no-repeat;
    background-size: 100% 100%;
}

.no-type-li .myDownload-li-R {
    background: url("../img/img22.png") center no-repeat;
    background-size: 100% 100%;
}

.no-type-li .myDownload-li-code {
    margin-left: 5px;
    margin-right: 8px;
}

.no-type-li .myDownload-liRTop {
    padding: 10px 0 5px;
}

.no-type-li .myDownload-li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.no-type-li .myDownload-liTxt-top {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.no-type-li .myDownload-li-btn {
    height: 41px;
    line-height: 41px;
    margin-left: 20px;
}

.myDownload-liTxt-btm {
    font-size: 13px;
    color: #fff;
}

.no-type-li .myDownload-li-date {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
}

.no-type-li2 .myDownload-liRTop {
    padding-top: 7px;
    padding-bottom: 0;
}

.no-type-li2 .myDownload-li-code {
    height: 60px;
    line-height: 60px;
    margin-right: 1px;
}

.no-type-li2 .myDownload-li-name {
    margin-top: 26px;
}

.no-type-li2 .myDownload-li-btn {
    margin-left: 18px;
}

.myDownload-li-articleNum {
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.myDownload-li-articleNum span {
    display: inline-block;
}

.li-taskIcon {
    position: absolute;
    width: 56px;
    height: 50px;
    top: 20px;
    right: 3px;
    background: url("../img/icon31.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

/*文献转移*/
.transfer-main {
    padding: 64px 0 35%;
}

.transfer-name {
    padding: 0 10px;
    font-size: 18px;
    color: #1480ce;
    font-weight: bold;
    text-align: center;
}

.transfer-desc {
    padding: 15px 10px 0;
    font-size: 15px;
    color: #000;
    text-align: center;
}

.transfer-write {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    width: 258px;
    height: 40px;
    margin: 44px auto 0;
    border: 1px solid #B2B2B2;
}

.transfer-input {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 17px;
    font-size: 12px;
}

.input-close {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    background: url("../img/close4.png") center no-repeat;
    background-size: 100% 100%;
}

/*领取兑换*/
.get-main {
    background: url("../img/img20.png") top center no-repeat;
    background-size: 100% auto;
    margin-top: 76px;
    padding: 1px 0 35%;
}

.get-desc {
    padding: 130px 10px 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.endTime-get {
    padding: 35px 10px 20px;
    text-align: center;
}

.endTime-get-desc1,
.endTime-get-desc2,
.endTime-get-desc3 {
    margin-top: 3px;
    color: #1480ce;
}

.endTime-get-desc1,
.endTime-get-desc2 {
    font-weight: bold;
}

.endTime-get-desc1 {
    font-size: 13px;
}

.endTime-get-desc2 {
    font-size: 18px;
}

.endTime-get-desc3 {
    font-size: 15px;
}

.nav-swiper-wrap {
    margin-bottom: 20px;
    position: relative;
}

.nav-swiper-wrap .swiper-container {
    overflow: inherit;
}

.nav-swiper-wrap .swiper-slide {
    height: 182px;
}

.nav-swiper-wrap .swiper-slide .nav-list {
    height: 100%;
}

.nav-swiper-wrap .nav-li {
    width: 33.33%;
}

.nav-swiper-wrap .swiper-pagination {
    bottom: 3px;
}

.nav-swiper-wrap .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 4px;
    background: #A1A1A1;
    margin: 0 3px;
    opacity: 1;
}

.nav-swiper-wrap .swiper-pagination-bullet-active {
    width: 20px;
    background: #7FC4FC;
}

/*知情调研*/
.research-title {
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.research-test-li {
    margin-top: 19px;
}

.research-testLi-name {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.research-test-options {
    margin-top: 13px;
}

.research-radios-li {
    display: inline-block;
    margin-left: 27px;
    background: url("../img/radio2.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
    padding-left: 18px;
    font-size: 14px;
    color: #666;
}

.research-radios-li:first-child {
    margin-left: 0;
}

.research-radios-active {
    background: url("../img/radio2-2.png") left no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
    color: #0460a9;
}

.research-fixed {
    position: fixed;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    left: 50%;
    bottom: 0;
    padding: 10px 4%;
    border-top: 1px solid #eee;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.research-btn-grey,
.research-btn-blue {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}

.research-btn-grey {
    background: #ccc;
}

.research-btn-blue {
    background: #5291DD;
    margin-left: 15px;
}

/*文献额度申请*/
.apply-list {
    padding-top: 1px;
    margin-top: 34px;
    background: url("../img/img25.png") no-repeat top center,
    url("../img/img28.png") no-repeat bottom center,
    url("../img/img26.png") center repeat-y;
    background-size: 100% auto;
}

.apply-li {
    padding: 35px 0 0;
    text-align: center;
}

.apply-li-img {
    width: 43px;
    height: 43px;
}

.apply-li-name {
    margin-top: 6px;
    font-size: 18px;
    color: #1480ce;
    font-weight: bold;
}

.apply-li .transfer-write {
    margin-top: 13px;
}

.apply-btmLine {
    width: 100%;
    vertical-align: top;
    margin-top: 38px;
}

.apply-li:last-child {
    padding-bottom: 50px;
}

.apply-li:last-child .apply-btmLine {
    display: none;
}

.btn3-top23 {
    margin-top: 23px;
}

/*常见问题*/
.comProblem-list {
    padding-top: 1px;
}

.comProblem-li {
    margin-top: 15px;
}

.comProblem-li-top {
    background: url("../img/bg.png") top center no-repeat;
    background-size: 100% auto;
    background-position: 0 20px;
}

.comProblem-li-name {
    width: 93%;
    padding: 8px 10px;
    margin: 0 auto 0;
    background: #FDEEE4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #e4712f;
    position: relative;
}

.comProblem-li-btm {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F8DDC8;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.comProblem-li-desc {
    width: 93%;
    padding: 8px 10px;
    margin: 0 auto 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

/* 无权访问 */
.nullPage-box {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

.nullPage-main {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.nullPage-icon {
    width: 28px;
}

.nullPage-title {
    margin-top: 26px;
    font-size: 20px;
    color: #5a8fe2;
}

.nullPage-desc {
    margin-top: 10px;
    line-height: 27px;
    font-size: 15px;
    color: #333;
}
/*详情页下载*/
.applyBtn-wrap{
    position: fixed;
    width: 100%;
    max-width: 800px;
    padding: 15px 0;
    background: #fff;
    left:50%;
    bottom:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.diseaseDetail_applyBtn{
    width: 90%;
    height: 45px;
    line-height: 45px;
    background: #3796da;
    margin: 0 auto;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
/*弹窗*/
.mask-box {
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    display: none;
    z-index: 10;
}

.mask-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.mask-cover {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nav-mask .mask-cover {
    width: 127px;
    left: 0;
    top: 44px;
    padding: 0 5px;
    background: #E85330;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top: 2px solid #fff;
}

.nav-li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.nav-li:last-child {
    border-bottom: 0;
}

.category-mask .mask-cover {
    width: 314px;
    height: calc(100vh - 44px);
    top: 44px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 15px;
    overflow: hidden;
}

.category-mask-main {
    position: relative;
    max-height: 100%;
    padding-bottom: 60px;
    overflow: auto;
}

.category-mask-title {
    font-size: 15px;
    padding-top: 15px;
    color: #e85330;
}

.category-mask-list {
    width: 100%;
}

.category-mask-li {
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    border: 1px solid #e85330;
    margin-top: 11px;
    margin-right: 4.5%;
    font-size: 14px;
    color: #333;
}

.category-mask-li:nth-child(3n) {
    margin-right: 0;
}

.category-mask-liActive {
    background: #e85330;
    color: #fff;
}

.categoryMask-btns {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.category-mask-btn {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: -webkit-linear-gradient(#dedede 0%, #A3A2A2 100%);
    background: -o-linear-gradient(#dedede 0%, #A3A2A2 100%);
    background: -moz-linear-gradient(#dedede 0%, #A3A2A2 100%);
    background: linear-gradient(#dedede 0%, #A3A2A2 100%);
    font-size: 18px;
    color: #fff;
}

.category-mask-btn span {
    padding-left: 5px;
    color: #fff;
}

.redBtn {
    background: -webkit-linear-gradient(#F78368 0%, #EE6545 100%);
    background: -o-linear-gradient(#F78368 0%, #EE6545 100%);
    background: -moz-linear-gradient(#F78368 0%, #EE6545 100%);
    background: linear-gradient(#F78368 0%, #EE6545 100%);
}

.title-mask .mask-cover {
    width: 92%;
    height: auto;
    padding: 0 17px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.title-mask-name {
    padding: 45px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.title-mask-btns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    border-top: 1px solid #E85330;
}

.title-mask-btnLi {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.titleMask-btnLi-yes {
    color: #e85330;
    font-weight: bold;
    border-left: 1px solid #e85330;
}

.title-mask2 {
    width: 92%;
    max-width: 736px;
    height: auto;
    padding: 0 17px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.qr-mask .mask-cover {
    width: 70%;
    padding: 10px 5% 20px 5%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.close1 {
    width: 22px;
    height: 22px;
    background: url("../img/close.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    right: 5px;
}

.qr-mask .qr-desc1 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}

.qr-mask .qr-desc2 {
    font-size: 16px;
    line-height: 24px;
}

.qr-mask .qr-img {
    width: 70%;
    margin-top: 25px;
}

.remind-mask .mask-cover {
    width: 209px;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 21px;
}

.remind-desc {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 27px;
}

.remind-btn {
    width: 125px;
    height: 30px;
    background: #e85330;
    line-height: 30px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 21px auto 0;
}

/*!*蓝白色彩*!
.blue-wrap.heads{
    background: #5291DE;
}
.blue-wrap .testHome-li-desc{
    background: #5291DE;
}
.blue-wrap .testHome-li-name{
    background: #5291DE;
}
.blue-wrap .testHome-li-type1{
    background: #5291DE;
}
.blue-wrap .icon19{
    background: url("../img/icon19-blue.png") center no-repeat;
    background-size: 100% 100%;
}
.blue-wrap .poster-href{
    background: #5291DE;
}
.blue-wrap .remind-btn{
    background: #5291DE;
}
.blue-wrap .test-li{
    border-bottom: 1px dashed #5291DE;
}
.blue-wrap .test-li-desc{
    color: #5291DE;
}
.blue-wrap .percentage-num{
    background: #5291DE;
}
.blue-wrap .testResult-desc{
    color: #5291DE;
}
.blue-wrap .testHome-li-date{
    color: #5291DE;
}
.blue-wrap .opt:checked + .opt-input:after{
    background: url(../img/radio-3.png) center no-repeat;
    background-size: cover;
}
.blue-wrap .checkbox-lable .opt:checked + .opt-input:after {
    background: url(../img/checkbox-3.png) center no-repeat;
    background-size: cover;
}*/
.remind-mask .mask-cover {
    width: 209px;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 21px;
}

.remind-desc {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 27px;
}

.remind-btn {
    width: 125px;
    height: 30px;
    background: #5291DD;
    line-height: 30px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 21px auto 0;
}

.second-mask .mask-cover {
    width: 92%;
    padding: 0 7% 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.second-mask .mask-name {
    font-size: 13px;
    color: #333;
    padding-top: 17px;
    text-align: center;
}

.second-list {
    margin-top: 20px;
    max-height: calc(100vh * 0.55);
    overflow: auto;
    padding: 0 2px;
}

.second-li {
    width: 46%;
    float: left;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 3px rgba(234, 234, 234, 1);
    -moz-box-shadow: 0 0 3px rgba(234, 234, 234, 1);
    box-shadow: 0 0 3px rgba(234, 234, 234, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: 7%;
}

.second-li:nth-child(2n+1) {
    margin-left: 0;
}

.second-li:first-child,
.second-li:nth-child(2) {
    margin-top: 0;
}

.second-li-img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.close2 {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/close2.png) center no-repeat;
    background-size: 100% 100%;
    left: 50%;
    bottom: -35px;
    margin-left: -10px;
}

.gift-mask {
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
}

.gift-mask .mask-cover,
.giftNot-mask .mask-cover {
    width: 100%;
    background: none;
}

.gift-mask .mask-cover {
    transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
}

.gift-head-img {
    width: 100%;
    position: relative;
    z-index: 3;
}

.giftMask-title {
    position: absolute;
    width: 100%;
    top: 9%;
    left: 0;
    font-size: 39px;
    line-height: normal;
    color: #FEEFA6;
    font-weight: bold;
    text-align: center;
    font-style: oblique;
    text-shadow: 2px 2px 1px #C51F02;
    z-index: 10;
}

.giftMask-not-title {
    width: 100%;
    padding: 0 4%;
    font-size: 35px;
    color: #FEEFA6;
    font-weight: bold;
    text-align: center;
    font-style: oblique;
    text-shadow: 2px 2px 1px #C51F02;
    z-index: 10;
}

.gift-main-wrap {
    position: relative;
    background: url("../img/img12.png") center bottom no-repeat;
    background-size: 100% auto;
}

.gift-main {
    width: 92%;
    position: relative;
    z-index: 2;
    margin: -23px auto 0;
    padding: 28px 0 20px;
    background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 1));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gift-mask .myDownload-list {
    max-height: calc(100vh * 0.4);
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 4;
}

.gift-mask .myDownload-li {
    margin-top: 30px;
    padding: 0;
}

.gift-mask .no-type-li2 .li-taskIcon {
    top: 1px;
}

.gift-mask .no-type-li2 .myDownload-li-name {
    width: auto;
}

.gift-mask .myDownload-li:first-child {
    margin-top: 0;
}

.giftMask-desc {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -13px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;

}

.close3 {
    width: 42px;
    height: 42px;
    margin: 44px auto 0;
    background: url("../img/close3.png") center no-repeat;
    background-size: 100% 100%;
}

.giftMask-icon1 {
    width: 40px;
    height: 35px;
    background: url("../img/img13.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.giftMask-icon2 {
    width: 42px;
    height: 44px;
    background: url("../img/img11.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: 12px;
}

.giftMask-icon3 {
    width: 29px;
    height: 25px;
    background: url("../img/img10.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 0;
}

.giftNot-main {
    width: 81.73%;
    height: auto;
    margin: 22px auto 0;
    padding: 11px 0 57px;
    background: url("../img/img16.png") center no-repeat;
    background-size: 100% 100%;
}

.giftNot-type-icon {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.giftNot-desc {
    margin-top: 17px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 0 14%;
}

.giftNot-desc a {
    display: inline-block;
    color: #0024ff;
    font-style: italic;
}

.gift-btn2 {
    width: 185px;
    height: 55px;
    background: url("../img/btn2.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: -27px auto 0;
}

.txt-mask {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 225px;
    height: auto;
    padding: 30px 25px;
    background: rgba(154, 154, 154, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
    -moz-box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
    box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
    font-size: 20px;
    color: #fff;
}

.gift-mask2 .gift-main-wrap {
    background: none;
}

.gift-mask2 .gift-main {
    background-image: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 1));
}

.gift-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.giftType-list {
    margin-top: 30px;
    padding: 0 5%;
}

.giftType-li {
    width: 50%;
    text-align: center;
}

.giftType-li:nth-child(odd) {
    float: left;
}

.giftType-li:nth-child(even) {
    float: right;
}

.giftType-li-logo {
    width: 64px;
    height: 64px;
}

.giftType-li-name {
    margin-top: 10px;
    font-size: 19px;
    color: #000;
}

.giftEven-desc {
    margin-top: 26px;
    font-size: 16px;
    color: #6f6f6f;
    text-align: center;
}

.giftNot-mask2 .giftNot-main {
    padding-bottom: 17px;
}

.giftNot-mask .giftNot-desc {
    padding: 0 7%;
}

.shareMask-img {
    width: 100%;
    margin-top: 21px;
}

.giftNot-mask3 .giftNot-main {
    padding-bottom: 20px;
}

.giftNot-mask3 .giftNot-desc {
    padding: 0 14%;
}

.folder-mask {
    background: none;
}

.folder-mask .mask-cover {
    width: 241px;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.close4 {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../img/close5.png") center no-repeat;
    background-size: 100% 100%;
}

.folder-mask .mask-name {
    padding: 14px 0 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.folder-nav-list {
    padding: 10px 5% 20px;
    max-height: calc(100vh * 0.6);
    overflow: auto;
}

.folder-nav-list .nav-li {
    width: 49%;
    display: inline-block;
    margin: 10px 0 0;
    border-bottom: 0;
}

.folder-nav-list .nav-li-icon {
    width: 45px;
    height: 45px;
    margin-top: 0;
}

.folder-nav-list .nav-li-name {
    height: auto;
    line-height: initial;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

.agree-mask .mask-cover {
    width: 92%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.agree-mask .mask-name {
    padding: 20px 0 16px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.mask-article {
    width: 96%;
    margin: 0 auto;
    padding: 0 18px;
    max-height: calc(100vh * 0.3);
    overflow: auto;
}

.mask-article * {
    max-width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    word-break: break-all;
    text-align: justify;
}

.mask-btn-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-bottom: 36px;
}

.mask-btn-red,
.mask-btn-blue {
    width: 76px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mask-btn-red {
    background: #F58144;
}

.mask-btn-blue {
    background: #0460A9;
    margin-left: 44px;
}

.mask-article::-webkit-scrollbar {
    width: 4px;
}

.mask-article::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #B1D5F2;
}

.mask-article::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0460A9;
}

.mask-article::-webkit-scrollbar-thumb:window-inactive {
    opacity: 0;
}

.tip-mask .mask-cover {
    width: 73.2%;
    padding: 42px 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
    -moz-box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
    box-shadow: 0 0 6px rgba(73, 160, 215, 0.4);
}

.tip-txt {
    font-size: 20px;
    line-height: 28px;
}

.tip-mask .close3 {
    position: absolute;
    margin: 0;
    left: 50%;
    margin-left: -21px;
    bottom: -80px;
}
.download-mask .mask-cover{
    width: 90.67%;
    background: url("../img/popBg.png") left bottom no-repeat,#fff;
    background-size: 100% auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 37px 0 47px;
}
.diseasePop_title{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.diseasePop_title span {
    display: inline-block;
    background: url(../img/popIcon.png) left center no-repeat, url(../img/popIcon.png) right center no-repeat;
    background-size: 11px 11px, 11px 11px;
    padding: 0 23px;
}
.diseasePop_content{
    min-height: 75px;
    max-height: 235px;
    width: 100%;
    overflow-y: auto;
    padding: 0 25px 0 28px;
    box-sizing: border-box;
}
.diseasePop_emailBox{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #1d1d1d;
    margin: 13px 0 15px;
    letter-spacing: 1px;
}
.download-mask .diseasePop_emailInp{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    height: 40px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 15px;
}
.diseasePop_tip {
    font-size: 12px;
    color: #999;
}
.diseasePop_clickBtn {
    padding: 31px 0 0;
}
.diseasePop_btn {
    width: 150px;
    height: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(31, 126, 196, 0.5);
    border-radius: 10px;
    border: 2px solid #96bdd9;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #3796da;
    letter-spacing: 1px;
}
.close5{
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../img/close6.png") center no-repeat;
    background-size: 100% 100%;
    top:15px;
    right:15px;
}
.tipTxt-mask{
    background: rgba(255,255,255,0.000001);
}
.tipTxt-mask .mask-cover{
    width: 200px;
    padding: 20px 6px;
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
/* 头部20240220 start */
.prevHead-wrap{
}
.prevHead-wrap .heads{
  background: #fff;
}
.prevHead-wrap .head-name{
  color: inherit;
}
.prevHead-wrap .head-prev{
  width: auto;
  height: 100%;
  line-height: 46px;
  margin-top: 0;
  background: url(../img/backIcon.png) -5px 50% no-repeat;
  background-size: 20px 20px;
  padding-left: 15px;
  font-size: 14px;
}
/* 头部20240220 end */
@media screen and (min-width: 801px) {
    .myHome-box {
        background-position: 0 -17%;
    }

    .my-card {
        margin-top: 4.5%;
        padding: 6% 5px 6% 16px;
    }

    .home-href {
        left: 50%;
        right: auto;
        margin-left: 340px;
    }

    .giftMask-title {
        top: 17%;
        font-size: 60px;
    }
}

@media screen and (min-width: 743px) and (max-width: 800px) {
    .myHome-box {
        background-position: 0 -20%;
    }

    .my-card {
        margin-top: 2%;
        padding: 6% 5px 6% 16px;
    }

    .giftMask-title {
        top: 17%;
        font-size: 60px;
    }
}

@media screen and (min-width: 700px) and (max-width: 742px) {
    .myHome-box {
        background-position: 0 -15%;
    }

    .my-card {
        /*margin-top: 5%;*/
        padding: 6% 5px 6% 16px;
    }

    .giftMask-title {
        top: 16%;
        font-size: 55px;
    }
}

@media screen and (min-width:686px) and (max-width: 741px) {
    .myHome-box {
        background-position: 0 -16.3%;
    }

    .my-card {
        margin-top: 2.5%;
        padding: 6% 5px 6% 16px;
    }

    .giftMask-title {
        top: 16%;
        font-size: 55px;
    }
}

@media screen and (min-width:651px) and (max-width: 685px) {
    .myHome-box {
        background-position: 0 -11.5%;
    }

    .my-card {
        margin-top: 2.5%;
        padding: 6% 5px 6% 16px;
    }

    .giftMask-title {
        top: 19%;
    }
}

@media screen and (min-width: 551px) and (max-width: 650px) {
    .myHome-box {
        background-position: 0 -10.5%;
    }

    .my-card {
        margin-top: 2%;
        padding: 6% 5px 6% 16px;
    }

    .giftMask-title {
        top: 15%;
    }
}

@media screen and (min-width: 649px) and (max-width:550px) {
    .myHome-box {
        background-position: 0 -15%;
    }

    .my-card {
        /*margin-top: 5%;*/
        padding: 6% 5px 6% 16px;
    }
}

@media screen and (min-width: 415px) and (max-width: 549px) {
    .myHome-box {
        background-position: 0 -10%;
    }

    .my-card {
        /*margin-top: 3%;*/
        padding: 5% 5px 5% 16px;
    }

    .giftMask-title {
        top: 10%;
    }
}

@media screen and (width: 1366px) and (height: 1024px) {
    .myHome-box {
        background-position: 0 -16%;
    }

    .my-card {
        /*margin-top: 3%;*/
        padding: 5% 5px 5% 16px;
    }
}

@media screen and (width: 1024px) and (height: 1366px) {
    .myHome-box {
        background-position: 0 -11%;
    }

    .my-card {
        /*margin-top: 3%;*/
        padding: 5% 5px 5% 16px;
    }
}

@media screen and (width: 768px) and (height: 1024px) {
    .myHome-box {
        background-position: 0 -14.5%;
    }

    .my-card {
        /*margin-top: 3%;*/
        padding: 5% 5px 5% 16px;
    }
}

@media screen and (min-width: 340px) and (max-width: 360px) {
    .giftNot-mask .giftNot-desc {
        font-size: 18px;
    }

    .giftMask-not-title {
        font-size: 30px;
    }

    .poster-success {
        margin-top: 10px;
    }

    .poster-href {
        width: 190px;
        height: 36px;
        line-height: 36px;
        margin-top: 5%;
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .detail-form-type {
        max-width: 19%;
    }

    .detail-form-name {
        max-width: 23%;
    }

    .live-img-wrap {
        width: 135px;
        height: 76px;
    }

    .live-li-from {
        height: 19px;
        font-size: 12px;
        line-height: 19px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .myDownload-li-code {
        height: 72px;
        line-height: 72px;
        font-size: 55px;
        margin-right: 10px;
    }

    .myDownload-li-btn:nth-child(2) {
        margin-left: 12px;
    }

    .myDownload-li-L {
        padding-bottom: 16px;
    }

    .myDownload-list-doctor .myDownload-li-L {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .myDownload-list-doctor .myDownload-liRTop {
        padding: 10px 0;
    }

    .myDownload-list-doctor .myDownload-li-code {
        height: 72px;
        margin-right: 5px;
        line-height: 72px;
        font-size: 60px;
    }

    .myDownload-list-doctor .myDownload-li-name {
        width: 35px;
        font-size: 12px;
    }

    .myDownload-list-doctor .myDownload-li-btn {
        width: 70px;
        height: 32px;
        line-height: 32px;
        margin-top: 11px;
        font-size: 14px;
    }

    .no-type-li .myDownload-li-L {
        width: 20px;
    }

    .no-type-li .myDownload-li-code {
        font-size: 52px;
    }

    .no-type-li .myDownload-li-name {
        font-size: 14px;
    }

    .no-type-li .myDownload-li-btn {
        width: 60px;
        height: 35px;
        line-height: 35px;
    }

    .myDownload-liTxt-btm {
        font-size: 12px;
    }

    .giftNot-desc {
        font-size: 17px;
    }

    .giftMask-title {
        font-size: 31px;
    }

    .giftMask-not-title {
        font-size: 30px;
    }

    .gift-btn {
        width: 31px;
        height: 27px;
        margin-top: 9px;
    }

    .userBtn {
        width: 27px;
        height: 27px;
        margin-top: 10px;
    }

    .tip-txt {
        font-size: 18px;
    }

    .poster-success {
        font-size: 13px;
    }

    .poster-href {
        width: 190px;
        height: 36px;
        line-height: 36px;
        margin-top: 5%;
        font-size: 13px;
    }
}

.tishi_box {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 30% 5% 10px;
}

.tishi_box .pic {
    width: 82px;
    margin: 0 auto 20px;
}

.tishi_box .pic img {
    width: 100%;
}

/* 二维码样式 */
.heads-bg {
    background: url(../img/cont-bg.png) top no-repeat;

    background-size: 100% 220px;
}

.content-bg {
    width: 100%;
    height: 235px;
    background: url(../img/cont-bg.png) top no-repeat;
    background-size: 100% 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tip-text {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.content-bg img {
    width: 145.5px;
    height: 126.5px;
    margin-top: 20px;
}

.qr-content {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #98cfff;
    border-radius: 10px;
    background-color: #f1f9fe;
}

.qr-wrap {
    width: 214.5px;
    height: 214.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #98cfff;
    border-radius: 5px;
    background-color: #ffffff;
}

.qr-wrap img {
    width: 196.5px;
}

.qr-footer {
    width: 92%;
    background-image: linear-gradient(90deg, #4d94ff, #71c6ff);
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 20px;
    left: 4%;
}

.qr-footer a {
    font-size: 18px;
    color: #fff;
}

.qr-txt {
    text-align: center;
    font-size: 16px;
    color: #4e95ff;
    margin-bottom: 48px;
    margin-top: 10px;
}

/* 满意度 */
.eval_box {
    padding: 20px 0;
    width: 92%;
    margin: 0 auto;
}

.eval_box h5 {
    font-size: 16px;
    color: #1d1d1d;
    margin-bottom: 15px;
}

.eval_cont {
    display: flex;
    flex-direction: row;
}

.eval_item {
    flex: 1;
    padding-right: 5px;
    text-align: center;
}

.eval_item span {
    color: #666666;
    font-size: 14px;
}

.eval_item:last-child {
    padding-right: 0;
}

.eval_item:last-child .eval_line::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cdcdcd;
    position: absolute;
    right: -10px;
    top: 42%;
    transform: translate(-50%, -50%)
}

.eval_line {
    width: 100%;
    height: 5px;
    background-color: #cdcdcd;
    border-radius: 2.5rem;
    position: relative;
}

.eval_active .eval_line,
.eval_active .eval_line::before {
    background-color: #65a7f6 !important;
}

.eval_text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

/* 新增详情页 */
.xinang-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.xiangone {
    background-color: #fdf8e4;
}

.xiangtwo {
    display: flex;
    justify-content: space-around;
    padding: 15px 70px 12px 70px;
}

.xiangthree {
    font-size: 12px;
    color: #868070;
    line-height: 20px;
}

.weidian {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-left: 5px;

}

.weione {
    width: 114px;
    height: 113px;

}

.weihan {
    text-align: center;
}

.wei-zong {
    padding: 10px 22px 0 22px;
    background-color: #ffffff;
}

.wei-title {
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d;
    font-weight: bold;
}

.han-zong {
    display: flex;
    justify-content: space-between;
    padding: 27px 0 20px 0;
    border-bottom: 1px solid #dedede;
}

.han-one {
    font-size: 12px;
    color: #999999;

}

.han-two {
    background: url(../img/yan24.png) left no-repeat;
    background-size: 15px 10px;
    background-position: 0 50%;
    padding-left: 18px;
    color: #999999;

}

.han-three {
    margin-top: 23px;
}

.han-four {
    background: url(../img/yanxiang.png) no-repeat;
    background-size: 108px 27px;
    width: 108px;
    height: 27px;

    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 17px;


}

.han-five {
    border: 1px solid #dedede;
    width: 100%;
    border-top: none;
    margin-top: 5px;
    position: relative;
}

.yanline {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;


}

.han-six {
    padding: 10px 15px 15px 15px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.han-seven {
    margin-top: 35px;
    background-color: #5f79d0;
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    padding: 9px 28px 10px 20px;


}

.yanmao {
    width: 21px;
    height: 20px;
    margin-left: -7px;

}

.hao-zong {
    margin-top: 6px;
}

.hao-one {
    padding: 6px 12px 75px 13px;
}

.hao-two {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}

.hao-five {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}

.hao-three {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}

.hao-four {
    color: #377df7;
}

.yantou {
    width: 100%;
    height: 15px;
    margin-left: -2px;

}

.hao-one-top {
    padding: 6px 12px 47px 13px;
}

.hao-six {
    margin: 0 8px;
    border-top: 1px solid #dfe2e7;
}

.hao-seven {

    margin-top: 4px;
    background: url(../img/shou.png) center right no-repeat #eef1fa;
    background-position: 68% 7px;
    /* padding-left:30px; */

    background-size: 23px 24px;
    font-size: 16px;

    color: #4f6bb2;
    line-height: 30px;
    padding: 2px 100px;
}

.wei-top {
    padding: 10px 22px 0 22px;
    background-color: #ffffff;
}

.tomoto {
    padding: 5px 22px 10px 22px;
    background-color: #ffffff;


}

.tomo-one {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    top: 5%;
    left: 43%;

}




.tomo-two {

    width: 90%;
    margin-left: 17px;
    text-align: center;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #cbac59;
    max-height: 120px;
    padding: 0 0 10px 0;
    overflow-y: auto;

}

.tomo-img {
    background: url(../img/ip_03.png) no-repeat;
    background-size: 100% 100%;
    min-width: 330px;
    height: 60px;


}

.tomorr {
    width: 100%;
    background-color: #fdf8e4;
    border-radius: 0 0 10px 10px;
    vertical-align: middle;


}