* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    min-width: 1100px;
    outline: 0;
}

header,
nav,
footer,
img {
    display: block;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container-box {
    width: 1200px;
    margin: 0 auto;
}

header {
    width: 100%;
    background: url(../images/head-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

nav {
    width: 100%;
    position: relative;
    background: #000;
    opacity: 0.5;
    filter: Aphla(apacity=50);
}

.company-name {
    width: 222px;
    height: 48px;
    position: absolute;
    top: 24px;
    left: 30px;
}

.company-name .icon-logo {
    height: 48px;
    position: absolute;
    top: 24px;
}

.quick-nav {
    width: 500px;
    margin: 0 auto;
}

.quick-nav li {
    height: 96px;
    line-height: 96px;
    padding: 0 15px;
    float: left;
    color: #fff;
}

.user-login {
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 24px;
    right: 20px;
    color: #717172;
}

.user-login span {
    color: #717172;
}

.user-comments {
    width: 820px;
    margin: 0 auto;
    /*padding:190px 0;*/
    color: #fff;
    font-size: 24px;
    min-height: 420px;
    font-family: "STKaiti";
}

.user-comments span {
    text-align: center;
    display: inline-block;
    font-size: 24px;
    padding: 12px 37px;
    min-width: 150px;
    background: rgba(0, 0, 0, 0.48);
    margin-top: 150px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.user-comments span>div {
    font-size: 16px;
    padding-bottom: 10px;
}

.user-comments span>div:nth-child(1) {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 60px;
}

.user-comments-content {
    position: relative;
    text-align: justify;
    word-wrap: break-word;
    text-align: center;
    font-size: 16px;
}

.m-t {
    margin-top: 10px;
}

.title {
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.btns {
    font-size: 20px;
    color: #444444;
    padding-left: 40px;
    padding-top: 21px;
}

.btns .active::after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-bottom: 10px solid #ad7f4b;*/
    position: absolute;
    margin-left: -25px;
    margin-top: 25px;
}

.btns span {
    display: inline-block;
    margin: 0 15px;
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
}

.btns .active {
    border-bottom: 2px solid #ff8000;
    padding-bottom: 12px;
    color: #ff8000;
}

.right-box {
    width: 340px;
    float: right;
    margin-bottom: 50px;
}

.left-box {
    width: 850px;
    float: left;
}

.m-t5 {
    margin-top: 3px;
}

.p-d {
    padding: 10px 0px 10px 0px;
}

.p-d-b-15 {
    padding-bottom: 1px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.c-f {
    clear: both;
}

.fy {
    padding: 11px 0 11px 10px;
    width: 93%;
}

.bg-color {
    background: #fff;
}

.color-444 {
    color: #444444;
}

.color-ff8 {
    color: #ff8000;
}

.color-777 {
    color: #999;
}

.color-6075a4 {
    color: #444;
}

.color-999 {
    color: #999999;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.content-info {
    padding: 20px 0;
    margin: 0px 20px;
}

.user-avatar {
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.user-avatar img {
    width: 3.5rem;
    border-radius: 100%;
    height: 3.5rem;
}

.comments {
    margin-top: 8px;
    width: 85%;
    margin-right: 38px;
    position: relative;
}

.show-images {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.show-images img {
    min-width: 70px;
    min-height: 70px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.show-images .imgs {
    width: 32.5%;
    height: 142px;
    overflow: hidden;
    display: inline-block;
    background: url("../images/show_default.svg?v=002") center no-repeat;
    background-size: 70%;
    margin-bottom: 8px;
    margin-right: 8px;
}

.show-images .imgs:nth-child(3n+3) {
    margin-right: 0;
}

.bs-info-box {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0 20px 0px;
    margin-bottom: 15px;
}

.details {
    margin: 10px 0px;
    margin-top: 0;
    padding-left: 111px;
    font-size: 18px;
    min-height: 67px;
}

.view-details {
    color: #fff;
    background: #ff8000;
    font-size: 16px;
    width: 100px;
    line-height: 37px;
    height: 37px;
    text-align: center;
}

.view-details i {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 25px;
    margin: -1px 8px 0px 4px;
}

.comment-box {
    overflow: hidden;
}

.tile-icon-hot {
    height: 100%;
    background: url("../images/popularVilla.svg") left 15px center no-repeat;
    padding-left: 40px;
    line-height: 65px;
    font-size: 16px;
    color: #444444;
}

.tile-icon-daren {
    height: 100%;
    background: url("../images/icon_daren.png") left 10px center no-repeat;
    background-size: 22px 20px;
    padding-left: 47px;
    line-height: 62px;
    font-size: 16px;
    color: #444444;
}

.hot-comment {
    margin: 20px;
}

.bs-img,
.bs-img img {
    width: 100%;
}

.show-box {
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}

.show-box p {
    margin: 10px 0 -10px 15px;
}

.load-more {
    width: 270px;
    height: 40px;
    margin: 15px auto;
    line-height: 40px;
    text-align: center;
    color: #ff8000;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.icon-qoute-l,
.icon-qoute-r {
    width: 35px;
    height: 28px;
    position: absolute;
}

.customer-img-c {
    position: relative;
    overflow: hidden;
}

.container-pb {
    position: absolute;
    width: 10000%;
}

.customer-alert-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: 99;
}

.customer-alert {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    z-index: 199;
    opacity: 0;
}

.customer-alert img {
    width: 100%;
}

.header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.pop-a {
    display: block;
    height: 261px;
    overflow: hidden;
}

.customer-details .pop-line:after {
    background-color: #fe870f;
}

.lazy {
    background: url(/statics/web2/images/feedback/loding.png) no-repeat;
    background-position: center;
}

.lazyImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .ml1200 {
        left: 1000px;
    }
}

.icon-prev,
.icon-next {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-repeat: no-repeat;
    background-image: url(/statics/web3/images/bg_tabcon_arrow_1.png);
    cursor: pointer;
}

.icon-prev {
    background-position: 0 4px;
    left: 10px;
}

.icon-next {
    background-position: -127px 0;
    right: 10px;
}

.icon-prev:hover {
    background-position: 0 -119px;
}

.icon-next:hover {
    background-position: -127px -123px;
}

.dz-box {
    line-height: 50px;
    background: #f4f4f5;
}

.icon-share {
    line-height: 40px;
    width: 40px;
    padding-left: 40px;
    background: url("../images/icon_pc_share.png") left 10px center no-repeat;
    position: relative;
    left: 10px;
}

.icon-heart {
    margin-top: 16px;
    border-left: 1px solid #DCDCDC;
    line-height: 30px;
    width: 40px;
    padding-left: 40px;
    background: url("../images/icon_pc_dianzhan.png") left 15px center no-repeat;
}

.avatar-list {
    width: 428px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.avatar-list div {
    display: inline-block;
}

.small-avatar {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px 0 -5px;
}

.small-avatar img {
    width: 35px;
    border-radius: 100%;
    height: 35px;
}

.comment-box .small-avatar {
    margin-top: 11px;
}

.icon-left,
.icon-right {
    display: block;
    width: 11px;
    height: 66px;
    cursor: pointer;
    background: url("../images/turnRight_gry.svg") right center no-repeat;
    background-size: 9.6px 15.4px;
}

.icon-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.icon-left:hover,
.icon-right:hover {
    display: block;
    width: 11px;
    height: 66px;
    cursor: pointer;
    background: url("../images/turnRight_orange.svg") right center no-repeat;
    background-size: 9.6px 15.4px;
}

.app-download {
    border-left: 1px solid #DCDCDC;
    line-height: 30px;
    width: 20%;
    background: url("../images/icon_app_down.png") left 25px center no-repeat;
    padding-left: 60px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.pinlun_icon {
    background: url("../images/icon_pc_pinglun.png") left 10px center no-repeat;
    line-height: 30px;
    width: 55%;
    padding-left: 35px;
    font-size: 16px;
}

.app-qrcode {
    position: absolute;
    right: 0;
    margin-top: 10px;
    width: 200px;
    padding-top: 149px;
    padding-bottom: 10px;
    background: url("../images/qrcode.png?v=002") top 10px center no-repeat #f8f8f8;
    text-align: center;
    border: 1px solid #dcdcdc;
    z-index: 500;
}

.app-qrcode::after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #f8f8f8;
    position: absolute;
    margin-left: -84px;
    top: -12px;
}

.app-qrcode::before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #d2d2d2;
    position: absolute;
    top: -13px;
}

.load-more-info {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    cursor: pointer;
}

.icon-down-arrow {
    width: 100%;
    height: 20px;
    background: url("../images/icon_arrow_down.png") center center no-repeat;
}

.tile-icon-post {
    height: 100%;
    background: url("../images/hotTravelNotes.svg") left 15px center no-repeat;
    padding-left: 40px;
    line-height: 65px;
    font-size: 16px;
    color: #444444;
}

.tile-text-post {
    margin-left: 16px;
    line-height: 60px;
    font-size: 16px;
    float: left;
}

.post-box {
    padding: 20px 20px;
}

.post-img {
    background-size: cover;
    background-position: center center;
    height: 195px;
}

.post-detail {
    height: 40px;
    padding: 10px 0px 15px 0px;
}

.post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #444;
    height: 20px;
    font-family: "Hiragino Sans GB", "微软雅黑", "华文细黑", "STHeiti", "Microsoft YaHei", SimHei, sans-serif !important;
}

.post-info {
    font-size: 12px;
    color: #999;
    font-family: "Hiragino Sans GB", "微软雅黑", "华文细黑", "STHeiti", "Microsoft YaHei", SimHei, sans-serif !important;
}

.post-cell {
    margin: 20px 0;
}

.pt-0 {
    padding-top: 0;
    overflow: hidden;
}

.mt-10 {
    margin-top: 10px;
}

.messagesBox {
    display: flex;
}

.timeBox {
    line-height: 22px;
    margin-left: 10px;
}

.biesName {
    font-weight: 550;
}

.font-15 {
    font-size: 15px;
}