.testimonial-wrap {
    color: #fff;
}

.testimonial-wrap h5 {
    color: #fff;
    font-size: 18px;
}

.testimonial-wrap p {
    margin-top: 10px;
}

.testimonial-wrap .item {
    background: url("https://i1.jointwisdom.cn/images/openapi/hotelreport/uasge-sence.png");
}

.testimonial-wrap .item.adding {
    background: url("https://i1.jointwisdom.cn/images/openapi/hotelreport/uasge-sence.png");
}

.testimonial-wrap .item.third {
    background: url("https://i1.jointwisdom.cn/images/openapi/hotelreport/uasge-sence.png");
}

/*-----------酒店用户分析-----------*/
.hosting-container {
    border: 1px solid #0166FF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.hosting-menu {
    padding: 30px 0;
}

.hosting-menu ul {
    border: 1px solid #0166FF;
    text-align: center;
    width: 165px;
    border-width: 1px 1px 2px;
}

.hosting-menu ul li {
    position: relative;
    background-color: #0166FF;
    float: none;
}

.hosting-menu ul li:not(:first-child):before {
    background-color: #fff;
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    left: calc(50% - 55px);
    top: -1px;
    z-index: 1;
}

.hosting-menu ul li.active {
    transition: all 0.3s ease;
    background-color: #fff;
}

.hosting-menu ul li.active:before {
    display: none;
}

.hosting-menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 50px;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 0;
    transition: all 0.3s ease;
}

.hosting-menu ul li a:hover {
    border: 0;
}

.hosting-menu ul li.active a,
.hosting-menu ul li:active a:hover,
.hosting-menu ul li a:focus {
    color: #393939 !important;
}

.hosting-menu ul li.active a,
.hosting-menu ul li.active a:focus {
    border: 0 !important;
    background-color: #fff;
}

.hosting-menu ul li a:focus,
.hosting-menu ul li a:hover {
    background-color: #0166FF;
    text-decoration: none;
}

.hosting-image {
    padding: 50px 0;
    position: relative;
}

.hosting-image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-top: 1px solid #fff;
    top: -1px;
}

.hosting-image:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #fff;
    bottom: -1px;
}

.hosting-tab-content {
    padding: 50px 0;
}

.hosting-tab-content h3 {
    color: #222;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hosting-tab-content p {
    margin-bottom: 30px;
}

.explain {
    padding-right: 0;
}

.right-tip {
    padding-top: 140px;
    float: right;
}

/********画像输出********/
.hotel-report {
    background: url("https://i1.jointwisdom.cn/images/openapi/hotelreport/report-ouput.png") center center;
    padding-top: 50px;
    color: #fff;
}

.hotel-report .hotel-info-left, .hotel-report .hotel-info-right {
    border: 1px solid #0166FF;
    position: relative;
}

.hotel-report .hotel-info-right {
    padding-top: 82px;
}

.hotel-report .hotel-info-left:before, .hotel-report .hotel-info-right:before {
    content: '酒店信息';
    position: absolute;
    top: 0;
    left: 50%;
    width: 103px;
    height: 37px;
    margin-left: -52px;
    background-color: #0166FF;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
}

.hotel-report .hotel-info-right:before {
    content: '用户关注点';
}

.hotel-report .hotel-info-left .hotel-info-left-top {
    padding-top: 50px;
}

.hotel-report .hotel-info-left .hotel-info-left-top .hotel-name {
    font-size: 20px;
    line-height: 60px;
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl {
    display: block;
    margin: 0 auto;
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd {
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd p {
    display: inline-block;
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd span {
    display: inline-block;
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 10px;
}

.hotel-report .hotel-info-left .img-box img {
    margin: 0 auto;
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd.hotel-start span {
    background: url("../../images/hotelreport/1-hotel-start.png");
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd.hotel-province span {
    background: url("../../images/hotelreport/1-hotel-province.png");
}

.hotel-report .hotel-info-left .hotel-info-left-top > dl dd.hotel-city span {
    background: url("../../images/hotelreport/1-hotel-city.png");
}

.hotel-report .hotel-info-center {
    overflow: hidden;
}

.hotel-report .hotel-info-center > div {
    border: 1px solid #0166FF;
}

.hotel-info-center-bottom {
    margin-top: 10px;
    position: relative;
    padding-top: 38px;
    height: 153px;
    overflow: hidden;
}

.hotel-info-center-bottom p {
    line-height: 20px;
}

.hotel-info-center-bottom:before {
    content: '特色点评';
    position: absolute;
    top: 0;
    left: 50%;
    width: 103px;
    height: 37px;
    margin-left: -52px;
    background-color: #0166FF;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
}

.hotel-info-right .first {
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #0166FF;
}

.hotel-info-right span {
    color: #0166FF;
}

.hotel-info-right .first span {
    font-size: 28px;
}

.hotel-info-right p {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #393939;
}

/********使用场景********/
.usage-content {
    border: 1px solid #fff;
    padding: 30px;
    margin-top: 40px;
}

.usage-content .usage-content-flag {
    width: 141px;
    height: 141px;
    border: 2px solid #0166FF;
    border-radius: 50%;
}

.usage-content .usage-content-flag .percent {
    font-size: 30px;
    text-align: center;
    display: block;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.usage-content .usage-content-flag .percent:after {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #0166FF;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.usage-content .usage-content-flag .word {
    display: block;
    width: 140px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}

.usage-content .usage-content-tag {
    overflow: hidden;
    padding-left: 35px;
}

.usage-content .usage-content-tag span {
    display: inline-block;
    /*padding: 3px 15px;*/
    border: 1px solid #0166FF;
    border-radius: 25px;
    margin: 5px 5px;
    float: left;
    width: 30%;
    height: 35px;
    line-height: 35px;
}

.usage-content-2 {
    padding: 30px 66px;
}

.usage-content-2 p {
    font-size: 24px;
    font-weight: 700;
}

.usage-content-flag-2 {
    margin-top: 70px;
}

.usage-content-2 .usage-content-num {
    font-size: 138px;
    color: #0166FF;
    font-style: oblique;
    font-normal: 700;
}

.usage-content-2 .usage-content-tag-2 li {
    line-height: 54px;
    position: relative;
    padding-left: 40px;
}

.usage-content-2 .usage-content-tag-2 li p {
    position: relative;
    font-size: 14px;
    padding-left: 45px;
    font-weight: normal;
}

.usage-content-2 .usage-content-tag-2 li p:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 28px;
    height: 28px;
}

.usage-content-2 .usage-content-tag-2 .usage-content-tag-1 p:before {
    background: url("../../images/hotelreport/3-usage-content-tag-1.png");
}

.usage-content-2 .usage-content-tag-2 .usage-content-tag-2 p:before {
    background: url("../../images/hotelreport/3-usage-content-tag-2.png");
}

.usage-content-2 .usage-content-tag-2 .usage-content-tag-3 p:before {
    background: url("../../images/hotelreport/3-usage-content-tag-3.png");
}

.usage-content-flag-3 {
    width: 150px;
    padding-top: 10px;
}

.usage-content-3 .feature-word {
    font-size: 22px;
    position: relative;
    padding-left: 30px;
}

.usage-content-3 .feature-word:before {
    content: '';
    width: 25px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/hotelreport/3-feature-word.png");
}

.usage-content-flag-3 .tag {
    display: inline-block;
    padding: 2px 15px;
    background-color: #0166FF;
    border-radius: 10px;
}

.usage-content-3 .usage-content-tag-3 > span {
    padding: 3px 5px;
    float: left;
    margin: 10px;
    position: relative;
    text-indent: 2em;
}

.usage-content-3 .usage-content-tag-3 > span:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/hotelreport/3-clasp.png");
}

.usage-content-3 .usage-content-tag-3 > span.active:before {
    background: url("../../images/hotelreport/3-clasp-active.png");
}

.service-wrap .container {
    border: none;
}

/*------------------弹幕效果处理------------------*/
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.color-white {
    color: #fff;
}

.color-39 {
    color: #393939;
}

.color-theme {
    color: #0166FF;
}

.color-gray {
    color: #6f5830;
}

.barrage {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.barrage > span {
    position: absolute;
    left: 0;
}

.barrage-1 {
    top: 0;
    -webkit-animation: barrage-move 4s linear infinite;
    -o-animation: barrage-move 4s linear infinite;
    animation: barrage-move 4s linear infinite;
    transform: translateX(500px);
}

.barrage-2 {
    top: 10px;
    -webkit-animation: barrage-move 5s .5s linear infinite;
    -o-animation: barrage-move 5s .5s linear infinite;
    animation: barrage-move 5s .5s linear infinite;
    transform: translateX(500px);
}

.barrage-3 {
    top: 20px;
    -webkit-animation: barrage-move 5.5s linear infinite;
    -o-animation: barrage-move 5.5s linear infinite;
    animation: barrage-move 5.5s linear infinite;
    transform: translateX(500px);
}

.barrage-4 {
    top: 25px;
    -webkit-animation: barrage-move 4.5s linear infinite;
    -o-animation: barrage-move 4.5s linear infinite;
    animation: barrage-move 4.5s linear infinite;
    transform: translateX(500px);
}

.barrage-5 {
    position: absolute;
    top: 35px;
    left: 0;
    -webkit-animation: barrage-move 6s linear infinite;
    -o-animation: barrage-move 6s linear infinite;
    animation: barrage-move 6s linear infinite;
    transform: translateX(500px);
}

.barrage-6 {
    position: absolute;
    top: 55px;
    left: 0;
    -webkit-animation: barrage-move 5.5s linear infinite;
    -o-animation: barrage-move 5.5s linear infinite;
    animation: barrage-move 5.8s linear infinite;
    transform: translateX(500px);
}

.barrage-7 {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-animation: barrage-move 3.5s linear infinite;
    -o-animation: barrage-move 3.5s linear infinite;
    animation: barrage-move 3.5s linear infinite;
    transform: translateX(500px);
}

.barrage-8 {
    position: absolute;
    top: 90px;
    left: 0;
    -webkit-animation: barrage-move 5s linear infinite;
    -o-animation: barrage-move 5s linear infinite;
    animation: barrage-move 5s linear infinite;
    transform: translateX(500px);
}

.barrage-9 {
    position: absolute;
    top: 100px;
    left: 0;
    -webkit-animation: barrage-move 3.5s linear infinite;
    -o-animation: barrage-move 3.5s linear infinite;
    animation: barrage-move 3.5s linear infinite;
    transform: translateX(500px);
}

.barrage-10 {
    position: absolute;
    top: 120px;
    left: 0;
    -webkit-animation: barrage-move 4.5s linear infinite;
    -o-animation: barrage-move 4.5s linear infinite;
    animation: barrage-move 4.5s linear infinite;
    transform: translateX(500px);
}

.barrage-11 {
    position: absolute;
    top: 130px;
    left: 0;
    -webkit-animation: barrage-move 5.5s linear infinite;
    -o-animation: barrage-move 5.5s linear infinite;
    animation: barrage-move 5.5s linear infinite;
    transform: translateX(500px);
}

.barrage-12 {
    position: absolute;
    top: 140px;
    left: 0;
    -webkit-animation: barrage-move 3.5s linear infinite;
    -o-animation: barrage-move 3.5s linear infinite;
    animation: barrage-move 3.5s linear infinite;
    transform: translateX(500px);
}

.barrage-13 {
    position: absolute;
    top: 140px;
    left: 0;
    -webkit-animation: barrage-move 4.2s linear infinite;
    -o-animation: barrage-move 4.2s linear infinite;
    animation: barrage-move 4.2s linear infinite;
    transform: translateX(500px);
}

.barrage-15 {
    position: absolute;
    top: 120px;
    left: 0;
    -webkit-animation: barrage-move 2.9s linear infinite;
    -o-animation: barrage-move 2.9s linear infinite;
    animation: barrage-move 2.9s linear infinite;
    transform: translateX(500px);
}

.barrage-17 {
    position: absolute;
    top: 70px;
    left: 0;
    -webkit-animation: barrage-move 3.2s linear infinite;
    -o-animation: barrage-move 3.2s linear infinite;
    animation: barrage-move 3.2s linear infinite;
    transform: translateX(500px);
}

.barrage-18 {
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-animation: barrage-move 2.9s linear infinite;
    -o-animation: barrage-move 2.9s linear infinite;
    animation: barrage-move 2.9s linear infinite;
    transform: translateX(500px);
}

@keyframes barrage-move {
    0% {
        transform: translateX(500px);
    }
    100% {
        transform: translateX(-100px);
    }
}

/*---------字幕滚动---------*/
.roll {
    overflow: hidden;
    height: 110px;
    position: relative;
}

.top-cover {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 68px;
    left: 0;
    opacity: .5;
    /*background: repeating-linear-gradient(#000, #333);*/
}

.bottom-cover {
    z-index: 999;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    /*background: repeating-linear-gradient(#333, #000);*/
}

.roll p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #878787;
    margin-bottom: 0;
    transition: all .5s;

}

.roll p.current {
    font-size: 20px;
    color: #0166FF;
}

#search_price_area {
    height: 300px;
}

#tour_type {
    width: 300px;
    height: 300px;
    background: url("../../images/hotelreport/1-analyze-1.png") no-repeat center center !important;
}

.hosting-tab-content {
    padding-top: 0;
}

.hosting-tab-content .img-box {
    width: 612px;
    height: 447px;
    position: absolute;
    left: -160px;
}

.hosting-tab-content .img-box.img-box-veidoo {
    z-index: -999;
}

.hosting-tab-content .img-box img {
    width: 100%;
}

#aheadreserve {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.starts {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url("../../images/hotelreport/1-analyze-2.png") no-repeat center center !important;
}

.hosting-tab-content li p {
    margin: 0;
    color: #767676;
    position: relative;
}

#attention-veidoo .max-circle li p span {
    color: #0166FF;
}

#attention-veidoo .max-circle li p:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    width: 37px;
    height: 37px;
}

#attention-veidoo .max-circle .li-1 p {
    padding-left: 55px;
}

#attention-veidoo .max-circle .li-1 p:before {
    background: url("../../images/hotelreport/6-veidoo-1.png");
    left: 0;
}

#attention-veidoo .max-circle .li-2 p {
    padding-left: 90px;
}

#attention-veidoo .max-circle .li-2 p:before {
    background: url("../../images/hotelreport/6-veidoo-2.png");
}

#attention-veidoo .max-circle .li-3 p {
    padding-left: 100px;
}

#attention-veidoo .max-circle .li-3 p:before {
    background: url("../../images/hotelreport/6-veidoo-3.png");
    left: 55px;
}

#attention-veidoo .max-circle .li-4 p {
    padding-left: 111px;
}

#attention-veidoo .max-circle .li-4 p:before {
    background: url("../../images/hotelreport/6-veidoo-4.png");
    left: 65px;
}

#attention-veidoo .max-circle .li-5 p {
    padding-left: 100px;
}

#attention-veidoo .max-circle .li-5 p:before {
    background: url("../../images/hotelreport/6-veidoo-5.png");
}

#attention-veidoo .max-circle .li-6 p {
    padding-left: 90px;
}

#attention-veidoo .max-circle .li-6 p:before {
    background: url("../../images/hotelreport/6-veidoo-6.png");
    left: 30px;
}

.usage-content.usage-content-1 {
    padding: 50px;
}

.usage-content.usage-content-3 {
    padding-top: 61px;
    padding-bottom: 60px;
}

.usage-content-flag-3 {
    padding-left: 20px;
}

.hotel-report .img-box img{
    width: 67%;
}