/**************
* @made by yagami;
**************/

@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
em {
    padding: 0;
    margin: 0;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img,
input,
textarea {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer .footerinfo,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block;
}


/*去除苹果设备下浏览器默认按钮样式与背景*/

html,
body {
    -webkit-text-size-adjust: none;
}


/*禁止所有聚焦边框*/

*:focus {
    outline: none;
}


/* 屏蔽文本框高亮 */

input,
input[type=button],
textarea {
    outline: none;
}

body {
    font-size: 0;
    color: #333;
    text-align: center;
}

h1 {
    font-weight: normal;
}

a,
a:visited {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all 0.25s ease 0s;
}

a:hover {
    color: #333;
    text-decoration: none;
}


/*按下时的样式*/

a:active {
    text-decoration: none;
}


/*清除浮动*/

.clear {
    clear: both;
}

input,
textarea {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}

textarea {
    width: 100%;
    min-height: 110px;
    line-height: 20px;
    padding: 15px;
    resize: none;
}

input:focus,
textarea:focus {
    border-color: #4087f5;
    /* box-shadow: 0 0 5px #ccc; */
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.error input,
.error textarea,
.error .selected {
    box-shadow: 0 0 5px #ff1010;
    border-color: #ff1010;
}

em {
    font-style: normal;
}

.hide {
    display: none;
}

.nodata {
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
    color: #b7b7b7;
    line-height: 30px;
    width: 100%;
}

.nodata i {
    width: 191px;
    height: 138px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -542px -83px;
}

.blue {
    background: #25bdde;
}

.orange {
    background: #ffa60c;
}

.red {
    background: #fd5d70;
}

.green {
    background: #39c658;
}

.gray {
    background: #f5f5f5;
}


/*返回顶部*/

.backtop {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 50%;
    bottom: 100px;
    margin-left: 620px;
    border-radius: 5px;
    background: #e97642;
    display: none;
    box-shadow: 0 0 15px #fff;
    z-index: 10;
    font-size: 0;
}

.backtop i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icon.png) no-repeat -148px -520px;
    margin-top: 12px;
}

a:hover.backtop i {
    display: none;
}

a:hover.backtop p {
    font-size: 16px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
}


/*数据加载时的动画*/

.loading {
    text-align: center;
    padding: 150px 0;
    width: 100%;
}

.loading.small {
    text-align: center;
    padding: 10px 50px;
    width: 100%;
}

.loading-animate {
    width: 150px;
    height: 15px;
    margin: 0 auto;
}

.loading-animate span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: #e97642;
    transform-origin: right bottom;
    animation: loading 1s ease infinite;
}

.loading-animate span:last-child {
    margin-right: 0px;
}

@keyframes loading {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: rotate(90deg) scale(.3);
    }
}

.loading-animate span:nth-child(1) {
    animation-delay: 0.13s;
}

.loading-animate span:nth-child(2) {
    animation-delay: 0.26s;
}

.loading-animate span:nth-child(3) {
    animation-delay: 0.39s;
}

.loading-animate span:nth-child(4) {
    animation-delay: 0.52s;
}

.loading-animate span:nth-child(5) {
    animation-delay: 0.65s;
}

.loading-text {
    font-size: 16px;
    color: #e97642;
    padding-top: 10px;
}

.loading-text::after {
    content: "";
    animation: loadingtext 2s ease infinite;
}

@keyframes loadingtext {
    0% {
        content: "";
    }
    25% {
        content: " .";
    }
    50% {
        content: " . .";
    }
    75% {
        content: " . . .";
    }
    100% {
        content: "";
    }
}


/*数据提交等待*/

.waiting {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.waiting .wrap {
    position: relative;
    top: 45%;
    margin: -38px 0 0 0;
}

.waiting .wrap img {
    height: 26px;
}

.waiting .wrap h1 {
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
}

.waiting .wrap h1 span {
    display: inline-block;
    margin: 0 2px;
    animation: waiting 1.2s linear infinite;
}

.waiting .wrap h1 span:nth-child(1) {
    animation-delay: 0s;
}

.waiting .wrap h1 span:nth-child(2) {
    animation-delay: 0.2s;
}

.waiting .wrap h1 span:nth-child(3) {
    animation-delay: 0.4s;
}

.waiting .wrap h1 span:nth-child(4) {
    animation-delay: 0.6s;
}

.waiting .wrap h1 span:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes waiting {
    0%,
    40%,
    100% {
        color: #fff;
        transform: scale(1);
    }
    20% {
        color: #e97642;
        transform: scale(1.3);
    }
}

.waiting .wrap p span {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 2px;
    background: #fff;
    animation: waitingspan 1.2s ease-in-out infinite;
}

.waiting .wrap p span:nth-child(1) {
    animation-delay: 0s;
}

.waiting .wrap p span:nth-child(2) {
    animation-delay: 0.1s;
}

.waiting .wrap p span:nth-child(3) {
    animation-delay: 0.2s;
}

.waiting .wrap p span:nth-child(4) {
    animation-delay: 0.3s;
}

.waiting .wrap p span:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes waitingspan {
    0%,
    40%,
    100% {
        opacity: 0;
        transform: scaleY(1);
    }
    20% {
        opacity: 1;
        transform: scaleY(3.5);
    }
}


/*系统提示*/

.systemMessage {
    position: fixed;
    max-width: 80%;
    background: rgba(0, 0, 0, .5);
    top: -100%;
    left: 0;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    z-index: 99;
    line-height: 20px;
    animation: systemMessage 0.3s ease 2.7s;
}

@keyframes systemMessage {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

.systemTips {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
}

.systemTips .wrap {
    width: 86%;
    margin: 0 auto;
    top: 45%;
    position: relative;
    animation: systemTips 0.2s ease;
    max-width: 670px;
    border-radius: 10px;
    background: #fff;
}

@keyframes systemTips {
    0% {
        transform: scale(.1)
    }
    100% {
        transform: scale(1)
    }
}

.systemTips .wrap .close {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 16px;
    height: 16px;
    line-height: 50px;
    font-size: 0;
    background: url(../images/icon.png) no-repeat -761px -104px;
}

.systemTips .wrap .close img {
    vertical-align: middle;
    height: 16px;
}

.systemTips .wrap .title {
    background: #ffa60c;
    color: #ff9399;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-shadow: #fff 1px 1px 0px;
    border-radius: 10px 10px 0 0;
}

.systemTips .wrap .title img {
    height: 23px;
    vertical-align: middle;
}

.systemTips .wrap .content {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 15px;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0;
}

.systemTips .wrap .btns {
    padding-bottom: 20px;
    font-size: 16px;
}

.systemTips .wrap .btns a {
    background: #ffa60c;
    width: 120px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ffa60c;
    box-sizing: border-box;
    margin: 0 30px;
}

.systemTips .wrap .btns a.cancel {
    background: #fff;
}

.systemTips .wrap .btns a:hover {
    color: #fff;
    background: #ffa60c;
}


/*弹窗信息*/

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 90;
}

.popup .box {
    width: 920px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -460px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.leave {
    opacity: 0;
    transition: all 0.25s ease;
}

.popup .box .title {
    height: 60px;
    line-height: 60px;
    background: #ffa60c;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    text-align: left;
    padding: 0 25px;
    box-sizing: border-box;
}

.popup .box .title span {
    font-size: 20px;
}

.popup .box .title a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url(../images/icon.png) no-repeat 0 -264px;
}

.popup .box .title a:hover {
    transform: rotateZ(180deg);
}

.popup .box .content {
    overflow-y: auto;
}

.popup .box .btns {
    padding-bottom: 20px;
    font-size: 16px;
}

.popup .box .btns a {
    background: #ffa60c;
    width: 120px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ffa60c;
    box-sizing: border-box;
    margin: 0 30px;
}

.popup .box .btns a.cancel {
    background: #fff;
}

.popup .box .btns a:hover {
    color: #fff;
    background: #ffa60c;
}


/*下拉列表*/

.dropdown {
    position: relative;
}

.dropdown .selected {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    user-select: none;
}

.dropdown .icon-dropdown {
    width: 12px;
    height: 7px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 16px;
    background: url(../images/icon.png) no-repeat -580px -66px;
    transition: all 0.25s ease;
}

.show .icon-dropdown {
    transform: rotate(180deg);
}

.dropdown .dropdownlist {
    min-width: 100%;
    top: 40px;
    background: #fff;
    box-shadow: 0 5px 15px #ccc;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    position: absolute;
    color: #333;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    animation: dropdown 0.2s ease;
}

@keyframes dropdown {
    0% {
        transform: translateY(20px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.show .dropdownlist {
    display: block;
    z-index: 10;
}

.dropdown .dropdownlist li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
    white-space: nowrap;
    list-style: none;
}

.dropdown .dropdownlist li:hover {
    background: #ffa60c;
    color: #fff;
}

.dropdown .dropdownlist .active {
    background: #ffa60c;
    color: #fff;
}

.dropdown .dropdownlist .active a {
    color: #fff;
}


/*下拉列表结束*/

.webbox {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
}

.webname {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.swiper-container .swiper-slide a {
    display: block;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") repeat center center;
    background-size: 100% auto;
}


/*页面顶部*/

header {
    height: 180px;
    position: relative;
    z-index: 2;
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/top_logo.png") no-repeat center center;
    background-size: 1900px 124px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 86px 0 44px;
    box-shadow: 0 0 10px #6d6c6c;
}

.head_top_left {
    position: absolute;
    right: 86px;
    top: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #606060;
    box-sizing: border-box;
    z-index: 99;
}

.htl_btn_out {
    font-weight: 500;
    font-size: 18px;
    color: #A3212A;
}

.htl_btn_out a {
    display: block;
    padding-right: 16px;
    height: 18px;
    border-right: 1px solid #303030;
    margin-bottom: 17px;
    color: #A3212A;
}

.htl_select_btn {
    cursor: pointer;
    width: 127px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #231815;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #606060;
}

.isAc.htl_select {
    opacity: 1;
    overflow: auto;
    height: auto;
    display: block;
}

.htl_select {
    display: none;
    transition: .2s linear;
    opacity: 0;
    /*overflow: hidden;*/
    /*height: 0;*/
    width: 100%;
    top: 46px;
    left: 0;
    background: #6D6D6D;
    border-radius: 0px 0px 4px 4px;
}

.htls_items {
    line-height: 53px;
    background: #858585;
    color: white;
}

.htls_items.ac {
    background: #303030;
    color: white;
}

.htl_select_btn img {
    margin-left: 13px;
    width: 18px;
    height: 10px;
}

.weather_out {
    margin: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wo_date_out {
    margin-bottom: 15px;
}

.wo_mr {
    margin-right: 15px;
}

#weather img {
    vertical-align: middle;
    width: 34px;
    height: auto;
}

header #weather img {
    vertical-align: text-bottom;
}

header nav {
    padding-top: 38px;
    height: 100%;
    box-sizing: border-box;
    flex: 1;
    position: relative;
    text-align: center;
}

header nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header nav .menu,
header nav .navbox .nav {
    height: 100%;
    min-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header nav .navbox {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
    margin-left: 30px;
}

header nav .navbox .nav {
    padding-top: 50px;
    box-sizing: border-box;
    min-width: 86px;
}

header nav .navbox .nav a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #606060;
    line-height: 30px;
    width: 100%;
}

header nav .navbox .nav a span {
    font-size: 14px;
    white-space: nowrap;
}

header nav .active,
header nav .hover {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/top_tab_active.png") no-repeat center center;
    background-size: 90px 100%;
}

header nav .navbox.hover .subnav {
    display: block!important;
}

header nav .navbox .subnav {
    position: absolute;
    width: 86px;
    top: 100%;
    background: rgba(0, 0, 0, .6);
    left: calc(50% - 43px);
    display: none;
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") repeat 40% top;
    background-size: auto auto;
    font-weight: 500;
    font-size: 16px;
    color: #606060;
    text-align: center;
    padding: 0 5px 5px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

header nav .navbox .subnav a {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: none;
    width: 100%;
    border-radius: 3px;
}

header nav .navbox .subnav a:hover {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background: #717171;
}


/*评分*/

main .pagebanner {
    min-width: 1200px;
    height: 600px;
}

main .pagesort {
    height: 100px;
    /*border-bottom: 8px solid #f2f2f2;*/
    margin-bottom: 20px;
}

main .pagesort .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

main .pagesort .container .l {
    text-align: left;
}

main .pagesort .container .l h1 {
    font-size: 30px;
}

main .pagesort .container .l p {
    font-size: 16px;
}

main .pagesort .container .r a {
    display: inline-block;
    padding: 0px 60px;
    border-radius: 20px;
    font-size: 20px;
    margin: 0 10px;
    background: #F2F2F2;
    height: 68px;
    line-height: 68px;
}

main .pagesort .container .r a.active {
    background: #CAA04A;
    color: #fff;
}

main .pagesort .container .r a:hover {
    background: #CAA04A;
    color: #fff;
}


/*页码*/

main .page {
    padding: 50px 0;
}

main .page a,
main .page span {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    color: #191919;
    /* border: 1px solid #191919; */
    background: #FFFDF3;
    box-sizing: border-box;
    line-height: 38px;
    display: inline-block;
    margin: 0 20px;
    padding: 0 15px;
}

main .page a:hover,
main .page span.active {
    background: #CAA04A;
    color: #fff;
    border-color: #CAA04A;
}

main .page a.prev,
main .page a.next {
    padding: 0 30px;
}

main a.collection {
    width: 128px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

main a.collection i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -713px -32px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

main a.collectioned {
    background: #CAA04A;
    border-color: #CAA04A;
    color: #fff;
}

main a.collectioned i {
    background-position: -753px -32px;
}

main a.view {
    width: 128px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #bfbfbf;
}

main a:hover.view {
    background: #e97642;
    color: #fff;
    border: 1px solid #e97642;
}

.icon-score {
    width: 130px;
    height: 18px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat 0 -320px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.comment .iteminfo .icon-score {
    cursor: pointer;
}

.zero {
    background: url(../images/icon.png) no-repeat 0 -600px;
}

.half {
    background: url(../images/icon.png) no-repeat 0 -572px;
}

.one {
    background: url(../images/icon.png) no-repeat 0 -544px;
}

.onehalf {
    background: url(../images/icon.png) no-repeat 0 -516px;
}

.two {
    background: url(../images/icon.png) no-repeat 0 -488px;
}

.twohalf {
    background: url(../images/icon.png) no-repeat 0 -460px;
}

.three {
    background: url(../images/icon.png) no-repeat 0 -432px;
}

.threehalf {
    background: url(../images/icon.png) no-repeat 0 -404px;
}

.four {
    background: url(../images/icon.png) no-repeat 0 -376px;
}

.fourhalf {
    background: url(../images/icon.png) no-repeat 0 -348px;
}

.five {
    background: url(../images/icon.png) no-repeat 0 -320px;
}


/*页面底部*/

footer {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 282px;
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bottom_bg.png") no-repeat center center;
    background-size: 100% 100%;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .foot_left {
    text-align: left;
    width: 60%;
}

footer .foot_left .link {
    font-weight: 400;
    font-size: 18px;
    color: #F1E5D8;
    vertical-align: middle;
    margin-bottom: 30px;
}

footer .foot_left .link a {
    vertical-align: middle;
    font-size: 18px;
    color: #F1E5D8;
    margin: 0 3px;
}

.copy_out {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #F1E5D8;
    line-height: 50px;
}

.copy_out a {
    color: #F1E5D8;
}

.copy_out a:hover {
    color: #F1E5D8;
}

.foot_ts {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #F1E5D8!important;
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/tsjy_border.png") no-repeat center center;
    background-size: 100% 100%;
    width: 225px;
    height: 53px;
    margin-left: 60px;
}

.foot_ts a {
    color: #F1E5D8;
}

.foot_ts img {
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

footer .phone {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #F1E5D8;
}

footer .foot_right {
    font-weight: 400;
    font-size: 16px;
    color: #F1E5D8;
    text-align: right;
    width: 40%;
}

footer .foot_right .tip {
    font-weight: bold;
    font-size: 16px;
    color: #F1E5D8;
    margin: 13px 0 27px 0;
}

footer .foot_right img {
    width: 140px;
    height: 140px;
    background: white;
    /*margin-top: 10px;*/
}


/*评论弹窗*/

.comment {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 90;
    display: none;
}

.showcomment {
    display: block;
}

.comment .commentbox {
    width: 1050px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 25px 25px 50px 25px;
    animation: comment 0.25s ease;
}

@keyframes comment {
    0% {
        opacity: 0;
        transform: translateY(-80%)
    }
    100% {
        opacity: 1;
        transform: translateY(-50%)
    }
}

.comment .commentbox .title {
    display: flex;
    justify-content: space-between;
}

.comment .commentbox .title h1 {
    flex: 1;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.comment .commentbox .title a {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: url(../images/icon.png) no-repeat -376px -240px;
}

.comment .commentbox .title a:hover {
    transform: rotateZ(90deg);
}

.comment .commentbox .info {
    padding-top: 30px;
}

.comment .commentbox .info .item {
    margin-top: 25px;
    line-height: 26px;
}

.comment .commentbox .info .item .itemname {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: right;
    width: 100px;
}

.comment .commentbox .info .item .itemname em {
    color: #ff1010;
    height: 20px;
    display: inline-block;
    line-height: 24px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 3px;
}

.comment .commentbox .info .item .iteminfo {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    width: 780px;
}

.comment .commentbox .info .item .iteminfo textarea {
    background: #efefef;
    border-color: #efefef;
    transition: all .25s ease;
}

.comment .commentbox .info .item .iteminfo textarea:focus {
    background: #fff;
    border-color: #ccc;
}

.comment .commentbox .info .item a.addimg {
    width: 159px;
    height: 138px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon.png) no-repeat -150px -320px;
}

.comment .commentbox .info .item .imgbox {
    width: 159px;
    height: 138px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    position: relative;
}

.comment .commentbox .info .item .imgbox .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment .commentbox .info .item .imgbox .img img {
    max-width: 100%;
    max-height: 100%;
}

.comment .commentbox .info .item .imgbox .del {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    text-align: right;
    line-height: 30px;
}

.comment .commentbox .info .item .imgbox .del a {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -382px -201px;
    font-size: 0;
    margin-right: 5px;
}

.comment .commentbox .info .item a.submit {
    font-size: 20px;
    width: 160px;
    height: 54px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    background: #e97642;
    text-align: center;
    line-height: 54px;
}

.comment .commentbox .info .item a:hover.submit {
    font-size: 24px;
}


/*网友评价展示*/

main .wypj {
    padding-top: 20px;
}

main .wypj .blockname {
    font-size: 30px;
}

main .wypj .blockname i {
    width: 60px;
    height: 52px;
    background: url(../images/icon.png) no-repeat -296px -240px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

main .wypj .allscore {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 20px 0 20px;
}

main .wypj .allscore .score {
    font-size: 16px;
}

main .wypj .pj {
    padding-top: 40px;
}

main .wypj .pj .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px 10px 20px;
    border-bottom: 1px solid #dedede;
}

main .wypj .pj .top .total {
    font-size: 20px;
}

main .wypj .pj .top a {
    width: 96px;
    height: 30px;
    border-radius: 3px;
    background: #e97642;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

main .wypj .pj .box {
    padding: 20px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

main .wypj .pj .box .person {
    width: 170px;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
}

main .wypj .pj .box .person img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

main .wypj .pj .box .person h1 {
    font-size: 16px;
    padding-top: 10px;
}

main .wypj .pj .box .content {
    width: 990px;
    flex: 1;
}

main .wypj .pj .box .content .text {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
}

main .wypj .pj .box .content .imgs {
    padding-top: 10px;
    display: flex;
    overflow: hidden;
}

main .wypj .pj .box .content .imgs .imgbox {
    width: 320px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

main .wypj .pj .box .content .imgs .imgbox img {
    min-height: 100%;
    min-width: 100%;
}

main .wypj .pj .box .content .jc {
    font-size: 16px;
    margin-top: 20px;
}

main .wypj .pj .box .content .jc .score {
    display: inline-block;
}

main .wypj .pj .box .content .jc .date {
    display: inline-block;
    margin-left: 50px;
}


/*音频播放*/

.audiobox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 50;
}

.audiobox a {
    width: 38px;
    height: 38px;
    background: url(../images/icon.png) no-repeat -376px -240px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}


/*视频播放*/

.playbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 80;
}

.playbox .box {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 885px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}

.playbox .box h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 20px;
    margin-top: -15px;
    box-sizing: border-box;
    padding: 0 20px 15px 0;
}

.playbox .box a {
    width: 26px;
    height: 26px;
    background: url(../images/icon.png) no-repeat -569px -478px;
    right: 10px;
    top: 13px;
    position: absolute;
}

.playbox .box .videobox video {
    width: 100%;
}

.playbox .box .videobox a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 38px;
    height: 38px;
    background: url(../images/icon.png) no-repeat -376px -240px;
}

.before_ing {
    background: url(../images/before_ing.png) no-repeat!important;
    background-size: 100% 100%!important;
}

.before_ing_nor {
    background: url(../images/before_img_nor.png) no-repeat!important;
    background-size: 100% 100%!important;
}

.cur_p {
    cursor: pointer;
}

.bx * {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(206, 206, 206);
    border-radius: 30px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    background-color: #555;
}

img {
    object-fit: cover;
}

.popup .app {
    width: 550px;
    top: 30%;
    margin: -240px 0 0 -280px;
}

.app .content {
    /* background: url(../images/app2.png) no-repeat center center/cover; */
    height: 350px;
    padding: 50px 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.qr {
    width: 300px;
}

.qr .content {
    background: none;
    height: 400px;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.popup .app a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url(../images/del.png) no-repeat;
}

.app .centerIcon {
    text-align: center;
}

.popup .app .QRt {
    text-align: center;
    margin: 10px auto;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.app .centerIcon .icon {
    display: inline-block;
}

.app .centerIcon span {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #fff;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.app .centerIcon .andriod {
    margin-left: 20px;
}

.app .centerIcon p {
    margin: 20px auto;
    width: 150px;
    border-radius: 20px;
    line-height: 30px;
    background-color: #fff;
    font-size: 14px;
    color: silver;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}

.app .centerIcon p i {
    display: inline-block;
    width: 26px;
    height: 30px;
}

.app .centerIcon p i img {
    width: 100%;
    height: 100%;
}

.app .centerIcon h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.easy_btn {
    font-weight: 500;
    font-size: 18px;
    color: #A3212A;
}

main {
    position: relative;
    min-height: 900px;
}

main .travel_consultation {
    position: absolute;
    cursor: pointer;
    right: 88px;
    top: 588px;
}

main .travel_consultation img {
    width: 129px;
    height: 257px;
    z-index: 1;
}

.wisdom_banner {
    width: 100%;
    height: 600px;
}

.wisdom_title {
    width: 305px;
    height: 68px;
}

.d_f {
    display: flex;
}

.ali_c {
    align-items: center;
}

.j_s {
    justify-content: space-between;
}

.j_c {
    justify-content: center;
}

.p_r {
    position: relative;
}

.p_a {
    position: absolute;
}

.flex_1 {
    flex: 1;
}

.text_over_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text_over_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text_over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    object-fit: cover;
}

.ali_b {
    align-items: baseline;
}

.j_e {
    justify-content: flex-end;
}

@media only screen and (max-width: 1630px) {
    main .travel_consultation {
        top: -57px!important;
    }
    footer .foot_right img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1450px) {
    header nav .navbox {
        margin-left: 10px;
    }
    .head_top_left {
        top: 7px;
    }
    header nav .navbox .nav a {
        font-size: 14px !important;
    }
    footer {
        min-width: 1200px;
    }
    footer .container {
        width: 1000px;
    }
    footer .foot_right {
        font-size: 14px !important;
    }
    footer .foot_right .tip {
        font-size: 14px !important;
    }
    footer .foot_left .link {
        margin-bottom: 10px !important;
    }
    footer .foot_left .link a {
        font-size: 14px !important;
    }
    .copy_out {
        font-size: 14px !important;
        line-height: 30px !important;
    }
    footer .phone {
        font-size: 14px !important;
    }
    .foot_ts {
        width: 120px;
        height: 27px;
        font-size: 14px !important;
    }
    .foot_ts img {
        margin-right: 2px;
        width: 16px;
        height: 16px;
    }
    main .travel_consultation img {
        width: 109px;
        height: 207px;
    }
}

@media only screen and (max-width: 1366px) {
    header {
        background-position: center center;
        background-size: 1100px 70px;
    }
    header nav .navbox {
        margin-left: 10px;
    }
    footer {
        min-width: 1200px;
    }
    footer .container {
        width: 1000px;
    }
    footer .foot_right {
        font-size: 14px !important;
    }
    footer .foot_right .tip {
        font-size: 14px !important;
    }
    footer .foot_left .link {
        margin-bottom: 10px !important;
    }
    footer .foot_left .link a {
        font-size: 14px !important;
    }
    footer .phone {
        font-size: 14px !important;
    }
    .copy_out {
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .foot_ts {
        width: 120px;
        height: 27px;
        font-size: 14px !important;
    }
    .foot_ts img {
        margin-right: 2px;
        width: 16px;
        height: 16px;
    }
    main .travel_consultation img {
        width: 89px;
        height: 187px;
    }
}

body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

main .pagebanner {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/page_banner.png) no-repeat center center;
    background-size: 100% 600px;
}