

.anal-person {
    margin-top: 30px;
}

.analInfo-intro {
    padding: 35px 20px 35px 240px;
    box-sizing: border-box;
    height: 200px;
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    background: url("../../images/analbg.png");
}

.analInfo-intro > img {
    position: absolute;
    left: 30px;
    max-height: 185px;
    bottom: 0;
}

.analInfo-intro .name {
    color: #333333;
    font-size: 20px;
    display: inline-block;
}

.analInfo-intro .certify {
    display: inline-block;
    font-size: 14px;
    margin: 0 15px 0 10px;
    position: relative;
    top: -1px;
    color: #ff7e0b;
}

.analInfo-intro .certify.certify .iconfont {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.analInfo-intro .certify .iconzhengshubianhao {
    top: 0 !important;
    margin-right: 2px;
}

.analInfo-intro .certify:after {
    content: "";
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    position: absolute;
    background: #ECE2DA;
}

.analInfo-intro .open-account {
    width: 80px;
    background: #0EA827;
    font-size: 14px;
    border: 1px solid #0EA827;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.analInfo-intro .btn {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background-color: #ff7e0b;
    background: -moz-linear-gradient(right, #ff8f2b 0%, #ff7e0b 100%);
    background: -webkit-linear-gradient(right, #ff8f2b 0%, #ff7e0b 100%);
    background: -o-linear-gradient(right, #ff8f2b 0%, #ff7e0b 100%);
    background: -ms-linear-gradient(right, #ff8f2b 0%, #ff7e0b 100%);
    background: linear-gradient(to right, #ff8f2b 0%, #ff7e0b 100%);
}

.analInfo-intro .types {
    margin: 10px 0 13px;
}

.analInfo-intro .type {
    margin-right: 5px;
    line-height: 14px;
    color: #999999;
    font-size: 14px;
}

.analInfo-intro .attitude {
    font-size: 14px;
    line-height: 20px;
    color: #ff7e0b;
    margin-top: 10px;
}

.analInfo-intro .attitude #collection {
    width: 70px;
    padding-right: 4px;
}

.analInfo-intro .attitude:hover {
    cursor: pointer;
}

.analInfo-intro .serviceCount {
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.analInfo-intro .analysisInfo-introduction-layer {
    width: 560px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.4);
    border: 1px solid #DDDDDD;
    position: absolute;
    z-index: 100;
    top: 152px;
    right: 0;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px;
    line-height: 20px;
    color: #666;
}

.analInfo-intro .analysisInfo-introduction-layer:after {
    position: absolute;
    display: inline-block;
    top: -4px;
    right: 32px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.3);
}

.analInfo-intro__abstract {
    position: relative;
    max-height: 69px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
}

.analInfo-intro__abstract i {
    display: none;
    text-align: center;
    padding: 7px 0 7px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1;
    cursor: pointer;
}

.analInfo-intro__abstract i img {
    display: block;
}

.analInfo-intro__abstract .hide img {
    transform: rotate(-180deg);
    transform-origin: center center;
}

.analInfo-intro__abstract p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.analInfo-detail {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0d4ca;
}

.analInfo-detail > li {
    float: left;
    margin-right: 20px;
    width: calc(100% / 3 - 40px / 3);
    padding: 20px;
    box-sizing: border-box;
    height: 122px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.analInfo-detail > li:first-child {
    background: url("../../images/analbg1.png");
    color: #731309;
}

.analInfo-detail > li:nth-child(2) {
    background: url("../../images/analbg2.png");
    color: #4c2a17;
}

.analInfo-detail > li:last-child {
    background: url("../../images/analbg3.png");
    color: #062965;
    margin-right: 0;
}

.analInfo-detail > li h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.analInfo-detail > li p {
    font-size: 12px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.analInfo-detail > li li {
    float: left;
    display: inline-block;
    width: 100px;
}

.analInfo-detail > li li:first-child, .analInfo-detail > li li:nth-child(2) {
    margin-bottom: 15px;
}

.analInfo-detail > li li:nth-child(2n+1) {
    margin-right: 10px;
    width: 120px;
}

.analInfo-detail > li li span {
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    color: #5C6C8A;
}

.analInfo-detail > li li b {
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    color: #062965;
}

.analInfo-detail .analysisInfo-investmentStyle-layer {
    width: 300px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.4);
    border: 1px solid #DDDDDD;
    position: relative;
    z-index: 100;
    top: 5px;
    left: -20px;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px;
    color: #666;
}

.analInfo-detail .analysisInfo-investmentStyle-layer:after {
    position: absolute;
    display: inline-block;
    top: -4px;
    left: 236px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.3);
}

.analInfo-detail .analysisInfo-investmentRecord-layer {
    width: 300px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.4);
    border: 1px solid #DDDDDD;
    position: relative;
    z-index: 100;
    top: 5px;
    left: -20px;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px;
    color: #666;
}

.analInfo-detail .analysisInfo-investmentRecord-layer:after {
    position: absolute;
    display: inline-block;
    top: -4px;
    left: 240px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.3);
}

.common-tabTit .profit-more {
    float: right;
}

.common-tabTit .profit-more > a {
    font-size: 14px;
    color: #666666;
}

.common-tabTit .profit-more i {
    position: relative;
    top: 1px;
}

.noVip-question-banner {
    width: 860px;
    height: 942px;
    background: url("../../images/banner/no-vip-analysis-question-banner.jpg") left center no-repeat;
    background-size: contain;
}

.noVip-banner {
    width: 860px;
    height: 1100px;
    background: url("../../images/banner/no-vip-analysis-banner.jpg") left center no-repeat;
    background-size: contain;
}

.no-vip {
    margin-top: 280px;
    margin-left: 430px;
    width: 230px;
    display: inline-block;
    height: 120px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 0 10px #eee;
}

.no-vip div {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
}

.no-vip a {
    margin: auto;
    margin-top: 15px;
    display: block;
    background: #ff7e0b;
    color: #fff;
    font-size: 14px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    height: 30px;
    box-sizing: border-box;
}

.no-vip-question {
    margin-top: 125px;
}

.no-vip-question .question-tips-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 42px;
    width: 150px;
}

/*--------------------------指导列表----------------------------*/
.analMain-item {
    border: 1px solid #ebe4df;
    padding: 15px 30px;
}

.analMain-item .common-tit {
    border-bottom: 1px solid #ebe4df;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.analStratey-container .common-tit .common-tit--tabs li, .report-contianer .common-tit .common-tit--tabs li {
    margin-left: 15px;
}

.analStratey-container .common-tit .common-tit--tabs li:first-child, .report-contianer .common-tit .common-tit--tabs li:first-child {
    margin-left: 0;
}

.analStratey-container .hint_null, .report-contianer .hint_null {
    border: 0;
}

.analStratey--item, .report-item {
    font-size: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.analStratey--item:last-child, .report-item:last-child {
    border-bottom: 0;
}

.analStratey--item b, .report-item b {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.analStratey--item > div, .report-item > div {
    display: inline-block;
    width: calc(100% - 70px);
}

.analStratey--item a, .report-item a {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.analStratey--item .report-top-title, .report-item .report-top-title {
    color: #ff7e0b;
    font-weight: 900;
    margin-right: 10px;
}

.analStratey--item .report-top-label, .report-item .report-top-label {
    padding: 2px 6px;
    line-height: 20px;
    color: #fff;
    background: #ff7e0b;
    font-size: 12px;
    border-radius: 10px;
}

.analStratey--item .vip, .report-item .vip {
    color: #333;
}

.analStratey--item .vip b, .report-item .vip b {
    font-weight: bold;
    color: #ff7e0b;
}

.analStratey--item em, .report-item em {
    font-size: 14px;
    color: #999999;
    float: right;
    line-height: 20px;
}

/*--------------------------答疑列表----------------------------*/
.analQues-ask {
    border: 1px solid #ffe7d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 14px;
    background: #fffdfc;
    margin-bottom: 10px;
}

.analQues-ask textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 90px;
    resize: none;
    overflow: hidden;
    border: 0;
    padding: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
}

.analQues-ask ul {
    font-size: 0;
    margin-top: 2px;
}

.analQues-ask li {
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
    color: #ff7e0b;
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #ffa048;
    height: 22px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.analQues-ask li.actived {
    background-color: #ffa048;
    color: #fff;
}

.analQues-ask button {
    cursor: pointer;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    position: relative;
    background: #ff7e0b;
}

.analQues-container .analMain-item {
    margin-top: 10px;
}

.analQues-container .common-tit {
    border-bottom: 1px solid #ebe4df;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.analQues-item {
    padding: 16px 0;
    font-size: 0;
    border-bottom: 1px solid #ebe4df;
    box-sizing: border-box;
    display: block;
}

.analQues-item:first-child {
    padding-top: 10px;
}

.analQues-item:last-child {
    border-bottom: 0;
}

.analQues-item span {
    color: #b1b2b2;
}

.analQues-item em, .analQues-item b, .analQues-item span {
    font-size: 14px;
    line-height: 22px;
    display: inline;
}

.analQues-item .analQues-item_ask {
    margin-bottom: 10px;
}

.analQues-item .analQues-item_ask b {
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    line-height: 22px;
}

.analQues-item .analQues-item_answer > i {
    width: 40px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    display: block;
    background: #ff7e0b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.analQues-item .analQues-item_answer > div {
    width: calc(100% - 50px);
    display: block;
    margin-top: -2px;
}

.analQues-item .analQues-item_answer em {
    color: #ff7e0b;
}

.analQues-item .analQues-item_answer b {
    color: #999999;
    font-weight: 400;
}

/*--------------------------答疑列表結束----------------------------*/
.report-item {
    font-size: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ebe4df;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

/*-----------------------免责声明-----------------------*/
.disclaimer p {
    line-height: 23px;
    color: #333;
    margin-bottom: 15px;
    font-size: 14px;
}

.disclaimer p:last-child {
    margin-bottom: 0;
}

/*-----------------------免责声明结束-----------------------*/
.w880-l {
    border-right: 0;
}

.w320-r {
    border-left: 0;
}

.rightFragment {
    padding-top: 0;
}

textarea::-webkit-input-placeholder {
    color: #b1b2b2;
}

textarea:-moz-placeholder {
    color: #b1b2b2;
}

textarea:-ms-input-placeholder {
    color: #b1b2b2;
}

/*-----------------------btn禁用loading-----------------------*/
.btn-loading {
    display: none;
}

.disabled {
    position: relative;
    background-color: #909399 !important;
    color: transparent !important;
}

.disabled .btn-loading {
    width: 38px;
    height: 38px;
    display: block !important;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.disabled .btn-loading .btn-loading--item {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.38);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.disabled .btn-loading .btn-loading--item div {
    left: 47px;
    top: 24px;
    position: absolute;
    animation: btn-loading--item linear 1s infinite;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 26px;
    box-sizing: content-box;
}

.disabled .btn-loading .btn-loading--item div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #ffffff;
}

.disabled .btn-loading .btn-loading--item div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #ffffff;
}

@keyframes btn-loading--item {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
