/* 旅游服务-文明旅游 */
.wenming .item_list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    gap: 0.2rem;
    margin-bottom: 0.4rem;
}

.wenming .item_item {
    flex: 0 0 31%;
    max-width: 31%;
}

.wenming .item_item .item_img {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    border-radius: 0.08rem;
}

.wenming .item_item .item_txt {
    font-family: Inter;
    font-size: 0.16rem;
    line-height: 0.29rem;
    color: #333;
    margin-top: 0.2rem;
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .wenming .item_item {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .wenming .item_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* 旅游服务-文明旅游详情 */
.wenming_body .wenming_title {
    border: 0.02rem solid rgb(180, 52, 59);
    color: rgb(180, 52, 59);
    font-family: "Source Han Sans SC";
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.24rem;
    min-height: 0.48rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}

.wenming_body .wenming_title::before {
    border: 0.01rem solid rgb(180, 52, 59);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 99.5%;
}

.wenming_body .wenming_title img {
    height: auto;
    max-height: 100%;
    width: auto;
}

.wenming_body .wenming_title span {
    margin: 0 0.08rem;
}

.wenming_body .wenming_content,
.wenming_body .wenming_content p {
    color: #212121;
    font-size: 0.16rem;
    line-height: 0.29rem;
}

.wenming_body .wenming_content img {
    width: auto;
    max-width: 100%;
    display: inline;
}

.next_prve {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem auto;
    width: 90%;
}

.next_prve a {
    width: auto;
    height: auto;
    font-size: 0.14rem;
    color: #000;
}




/* 旅游服务-常见问答 */
.wen_da{
    background: #fefdf6;
    border: 0.01rem solid #fefdf6;
    border-radius: 0.05rem;
    height: auto;
    padding: 0.1rem;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.wen_da .question .title_txt{
    color: #222529;
    font-size: 0.16rem;
}
.wen_da .question .ques-item{
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem #f7f2e9;
    display: inline-block;
    max-width: 90%;
    min-width: 1rem;
    padding: 0.06rem 0.1rem;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0.1rem 0.1rem 0.1rem 0;
    color: #222529;
    font-size: 0.16rem;
}

.wen_da .question .title-right{
    cursor: pointer;
    height: 0.3rem;
    width: 1rem;
    display: flex;
    align-items: center;
    color: #222529;
    font-size: 0.16rem;
}
.wen_da .question .title-right img{
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}




.wen_da .showcontent{
    max-height: 5rem;
    min-height: 3.4rem;
    overflow-y: auto;
}
.wen_da .showcontent::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.wen_da .showcontent::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.wen_da .showcontent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}


.wen_da .showcontent .welcome{
    margin-top: 0.2rem;
    display: flex;
    justify-content: flex-end;
}
.wen_da .showcontent .welcome .detail-box{
    background: #b4343b;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem #f7f2e9;
    color: #fff;
    max-width: 90%;
    min-width: 1rem;
    padding: 0.06rem 0.1rem;
    box-sizing: border-box;
    font-size: 0.16rem;
}
.wen_da .showcontent .detail{
    margin-top: 0.2rem;
}
.wen_da .showcontent .detail .detail-qustion{
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem #f7f2e9;
    display: inline-block;
    margin-bottom: 0.1rem;
    max-width: 90%;
    min-width: 1rem;
    padding: 0.06rem 0.1rem;
    box-sizing: border-box;
    color: #242729;
    font-size: 0.16rem;
}









/* 旅游服务-投诉建议 */
.form_body {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form_body .form_fl {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 0.2rem;
}

.form_body .form_fl .form_item {
    display: flex;
    margin-bottom: 0.18rem;
}

.form_body .form_fl .form_item label {
    width: 0.8rem;
    font-size: 0.14rem;
    color: #606266;
    text-align: right;
    padding-right: 0.12rem;
    line-height: 0.32rem;
}

.form_body .form_fl .form_item label span {
    color: #f56c6c;
    margin-right: 0.04rem;
}

.form_body .form_fl .form_item .form_input {
    width: calc(100% - 0.8rem);
    box-shadow: 0 0 0 0.01rem #dcdfe6;
    display: flex;
    align-items: center;
    border-radius: 0.04rem;
    line-height: 0.32rem;
    /*overflow: hidden;*/
}

.form_body .form_fl .form_item .form_input input {
    width: 100%;
    padding: 0.01rem 0.11rem;
    background: none;
    box-sizing: border-box;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: #606266;
}
.form_body .form_fl .form_item .form_input.error {
  box-shadow: 0 0 0 1px #f56c6c;
}

.form_body .form_fl .form_item .form_item_error {
  display: none;
  color: #f56c6c;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: 100%;
}

.form_body .form_fl .form_item .form_input textarea {
    width: 100%;
    height: 1.15rem;
    padding: 0.05rem 0.11rem;
    background: none;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #606266;
}

.form_body .form_fl .form_content {
    margin-left: 0.8rem;
    display: flex;
}

.form_body .form_fl .form_content button {
    background: rgb(255, 248, 238);
    color: #fb5;
    margin-right: 0.12rem;
    cursor: pointer;
    padding: 0.08rem 0.15rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    border: 0.01rem solid rgb(255, 221, 170);
    font-size: 0.14rem;
    line-height: 1;
}
.form_body .form_fl .form_content button:hover{
    background-color: #fb5;
    border-color: #fb5;
    color: #fff;
}
.form_body .form_fl .form_content button:first-child {
    background-color: #fb5;
    border-color: #fb5;
    color: #fff;
}



.form_body .form_fr {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.2rem;
}

.form_body .form_fr .phone_body {
    background-image: url(../img/concant-bg.jpg);
    border-radius: 0.05rem;
    color: #fff;
    min-height: 4.75rem;
    padding: 0.5rem 0.2rem 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.form_body .form_fr .phone_body::before {
    background-color: #0000004d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form_body .form_fr .form_us {
    color: #fff;
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    line-height: 0.28rem;
    position: relative;
    z-index: 2;
}

.form_body .form_fr .form_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.form_body .form_fr .form_phone {
    width: 50%;
}

.form_body .form_fr .form_phone .phone_img {
    width: 0.68rem;
    height: 0.68rem;
    margin: 0 auto 0.15rem;
}

.form_body .form_fr .form_phone .phone_txt {
    color: #fff;
    font-family: Source Han Sans SC;
    line-height: 0.24rem;
    font-size: 0.16rem;
    text-align: center;
}

.form_body .form_fr .form_img div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    margin-top: 0.1rem;
}

.form_body .form_fr .form_img div img {
    max-width: 100%;
    max-height: 2rem;
    object-fit: contain;
}


@media only screen and (max-width: 990px) {

    .form_body .form_fl,
    .form_body .form_fr {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 0.2rem;
    }
}





/* 服务中心-开具发票 */
.form_view {
    display: block;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
}

.form_view .submit_title {
    color: #242729;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
}

.form_view .form_item {
    display: flex;
    margin-bottom: 0.18rem;
}

.form_view .form_item .radio_group {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 0.8rem);
}

.radio_group .form_radio {
    width: auto !important;
    margin-right: 0.32rem;
    /* display: flex; */
}

.radio_group .form_radio .radio_input {
    cursor: pointer;
    display: inline-flex;
    outline: none;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.radio_group .form_radio .radio_input input {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.radio_group .form_radio .radio_input .radio_inner {
    background: initial;
    border: 1px solid #676e77;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
}

.radio_group .form_radio .radio_input .radio_inner:after {
    background-color: #b4343b;
    border-radius: 50%;
    content: "";
    height: 0.07rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
    width: 0.07rem;
}

.radio_group .form_radio.is-checked .radio_inner {
    border-color: #b4343b;
}

.radio_group .form_radio.is-checked .radio_inner:after {
    transform: translate(-50%, -50%) scale(1);
}

.radio_group .form_radio .radio_label {
    font-size: 0.14rem;
    padding-left: 0.08rem;
    color: #676e77;
}










.form_view .form_item .form_div {
    width: 50%;
    display: flex;
    align-items: center;
}

.form_view .form_item .form_div:first-child {
    padding-right: 0.2rem;
}

.form_view .form_item .form_div:last-child {
    padding-left: 0.2rem;
}

.form_view .form_item .form_txt .form_type {
    background: #faf8f0;
    box-shadow: 0px 0px 12px #0000001f;
    border: 0.01rem solid #e4e7ed;
    position: absolute;
    width: 2.7rem;
    height: 1.48rem;
    z-index: 9;
    top: 0.58rem;
    display: none;
}
.form_view .form_item .form_txt .form_type:before{
    width: 0px;
    height: 0px;
    position: absolute;
    top: -0.18rem;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    display: inline-block;
    content: "";
    border: 0.1rem solid transparent;
    border-top-color: #faf8f0;
}
.form_view .form_item .form_txt .active {
    display: block;
}

.form_view .form_item .form_txt .form_type .type_item {
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    font-size: 0.14rem;
    height: 0.34rem;
    line-height: 0.34rem;
    overflow: hidden;
    padding: 0 0.32rem 0 0.2rem;
}

.form_view .form_item .form_txt .form_type .type_item:hover {
    /* color: #409eff; */
    background-color: #f5f7fa;
}

.form_view .form_item .form_txt .form_type .type_item.selected {
    color: #409eff !important;
    font-weight: 700;
    /* background-color: #f5f7fa; */
}



.form_view .form_item label {
    width: 0.8rem;
    font-size: 0.16rem;
    color: #606266;
    text-align: left;
    line-height: 0.44rem;
}

.form_view .form_item .form_txt {
    position: relative;
    width: calc(100% - 0.8rem);
}

.form_view .form_item .form_txt .form_key {
    color: #f56c6c;
    font-size: 0.12rem;
    left: 0;
    line-height: 1;
    padding-top: 0.02rem;
    position: absolute;
    top: 100%;
    display: none;
}

.form_view .form_item .form_input {
    box-shadow: 0 0 0 0.01rem #dcdfe6;
    display: flex;
    align-items: center;
    border-radius: 0.04rem;
    line-height: 0.44rem;
    overflow: hidden;
    position: relative;
    height: 0.44rem;
}
.form_view .form_item .form_input.type::before{
    content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../img/xiala.png) center no-repeat;
    background-size: contain;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}

.form_view .form_item .form_input.act::before{
    transform: translateY(-50%) rotate(180deg);
}

.form_view .form_item .form_input.is-focus,
.form_view .form_item .form_input:focus {
    box-shadow: 0 0 0 1px #f56c6c inset;
}

.form_view .form_item .form_input:hover {
    box-shadow: 0 0 0 1px #c0c4cc inset;
}

.form_view .form_item .form_input input {
    width: 100%;
    padding: 0.01rem 0.11rem;
    background: none;
    box-sizing: border-box;
    height: 0.46rem;
    line-height: 0.44rem;
    font-size: 0.16rem;
    color: #606266;
}

.form_view .form_item .form_input input::placeholder {
    color: #a8abb2;
}

.form_view .form_content {
    display: flex;
    margin-bottom: 0.18rem;
}

.form_view .form_content button {
    min-width: calc(6em + 19px);
    background: rgb(255, 248, 238);
    color: #fb5;
    margin-right: 0.12rem;
    cursor: pointer;
    padding: 0.12rem 0.19rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    border: 0.01rem solid rgb(255, 221, 170);
    font-size: 0.16rem;
    line-height: 1;
}

.form_view .form_content button:hover {
    background-color: #fb5;
    border-color: #fb5;
    color: #fff;
}

.form_view .form_content button:first-child {
    background-color: #fb5;
    border-color: #fb5;
    color: #fff;
}

.form_view .form_content button:first-child:hover {
    background-color: #eebe77;
    border-color: #eebe77;
}




/* 提交后显示验证码弹窗 */
.pop_code {
    position: fixed;
    width: 5.03rem;
    height: 2.58rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/pop_code.png) center no-repeat;
    background-size: contain;
    padding: 0.57rem 0.44rem 0.34rem 0.5rem;
    box-sizing: border-box;
    display: none; /* 初始隐藏 */
    z-index: 1000; /* 确保弹窗在最上层 */
}

.pop_code .code_close {
    position: absolute;
    top: 0.46rem;
    right: 0.32rem;
    width: 0.17rem;
    height: 0.17rem;
    cursor: pointer; /* 添加指针样式 */
}
.pop_code .code_txt{
    font-weight: 400;
    font-size: 0.16rem;
    color: #676E77;
    line-height: 0.21rem;
    margin-bottom: 0.3rem;
}

.pop_code .form_item label{
    text-align: left;
}

.pop_code .code_submit{
    width: 1.02rem;
    height: 0.4rem;
    background: #FFBB55;
    border-radius: 0.05rem;
    margin: 0.3rem auto 0;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 990px){
    .form_view{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0.01rem;
    }
    .form_view .form_item{
        flex-wrap: wrap;
    }
    .form_view .form_item .form_div{
        width: 100%;
        padding: 0 !important;
    }
    .form_view .form_item .form_div:first-child{
        margin-bottom: 0.18rem;
    }
}
@media (max-width: 540px){
    .pop_code{
        width: 90%;
        height: auto;
        background-size: 100% 100%;
        padding: 0.57rem 0.2rem 0.34rem 0.2rem;
    }
}




/* 服务中心-发票查询 */
.chaxun{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
}
.search_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_box .search_input{
    padding: 0.01rem 0.15rem;
    border-radius: 0.04rem;
    box-shadow: 0 0 0 0.01rem #dcdfe6;
    height: 0.4rem;
    flex-grow: 1;
}
.search_box .search_input input{
    -webkit-appearance: none;
    background: none;
    border: none;
    flex-grow: 1;
    font-size: inherit;
    height: 0.38rem;
    line-height: 0.38rem;
    outline: none;
    padding: 0;
    width: 100%;
    font-size: 0.14rem;
    color: #000;
}
.search_box .search_input input::placeholder{
    color: #9598a0;
}
.search_box .search_button{
    min-width: calc(6em + 19px);
    margin-left: 0.12rem;
    background: #fb5;
    padding: 0.12rem 0.19rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    border-radius: 0.04rem;
    border: none;
    color: #fff;
}
.search_flex{
    width: 100%;
    margin-top: 0.74rem;
}
.search_flex img{
    width: 1rem;
    height: auto;
    margin: 0 auto;
}
.search_flex .noData_txt{
    display: block;
    text-align: center;
    color: #c9c2bb;
    font-size: 0.16rem;
    margin-top: 0.2rem;
    text-align: center;
}


.chaxun .chaxun_table{
    margin-top: 0.4rem;
}
.chaxun .chaxun_table,
.chaxun .chaxun_table table{
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
}
.chaxun .chaxun_table thead tr{
    background: #EDE5D6;
}
.chaxun .chaxun_table tbody tr{
    background: #F4F0E8;
}
.chaxun .chaxun_table thead tr th,
.chaxun .chaxun_table tbody tr td{
    padding: 0.12rem 0;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #837355;
}
.chaxun .chaxun_table tbody tr td{
    color: #595F66;
}


@media (max-width: 990px){
    .chaxun{
        flex: 0 0 100%;
        max-width: 100%;
    }
}








/* 游客服务 */
.cont_fuwu .cont_fuwu_txt{
    font-size: 0.19rem;
    line-height: 1.5;
}
.cont_fuwu .cont_fuwu_litpic{
    margin: 0.1rem 0 0.1rem 0.2rem;
    display: flex;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.cont_fuwu .cont_fuwu_img{
    width: 30%;
    height: auto;
    display: inline;
    margin: 0 0.4rem;
}
.cont_fuwu .cont_fuwu_img img{
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
}
.cont_fuwu .cont_fuwu_img span{
    text-align: center;
    width: 100%;
    display: block;
}
.cont_fuwu .cont_fuwu_litpic p{
    width: 100%;
}



