@charset "utf-8";
.infoTable{ width: 100%;background: rgba(242,242,246,1);margin-top: 60px;min-height: 200px;padding-top: 20px;padding-bottom: 60px; }
.infoTable_content{ width: 1160px;margin:0 auto;background: #fff;box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);border-radius: 2px;padding-bottom: 15px; }
.infoTable_header{ height: 60px;display: flex;line-height: 60px;text-align: center;justify-content: left; }
.infoTable_header_item{ width: 124px;box-sizing: border-box;color: rgba(0,0,0,.65);cursor: pointer; }
.infoTable_active{ color: rgba(0,0,0,.9);border-bottom: 3px solid #ff9100; }
.infoTable_con_list{ min-height: 300px; }
.infoTable_con_item{ display: flex;align-items: center;justify-content: left;padding-left: 40px;box-sizing: border-box;height: 88px;border-bottom: 1px solid #d9d9d9;position: relative; }
.info_tip{ margin-right: 20px;position: relative; }
.info_tip i{ color: #ff9100;font-size: 35px; }
.info_tip_ponit{ width: 5px;height: 5px;display: block;background: red;border-radius: 50%;position: absolute;top: 28px;left: -10px; }
.info_tip_ponit.true{ display: none; }
.info_con_text_title{ margin-bottom: 7px; }
.info_con_text_title span:nth-child(1){ font-size: 16px; }
.info_con_text_title span:nth-child(2){ font-size: 12px;margin-left: 10px; }
.info_con_text_spe{ font-size: 14px;color: rgba(0,0,0,.65);padding-left: 2px; }
.show_talk{ right: 70px;position: absolute;font-size: 14px;color: #ff9100;top: 30px;cursor: pointer; }
.show_talk_block{ display: block; }
.show_talk_none{ display: none; }

.infoTable_con_list_null{ text-align: center;padding-top: 100px;padding-bottom: 70px;border-bottom: 1px solid rgba(0,0,0,.1);width: 90%;margin: 0 auto;line-height: 1.3;color: rgba(0,0,0,.45); }
.infoTable_con_list_null i{ font-size: 70px;color: rgba(0,0,0,.45);display: block; }



.credit_pagination{ font-size: 14px;display: flex;align-items: center;justify-content: flex-end;margin: 16px 0 0; }
.credit_messages_all_num{ height: 32px;margin-right: 8px;line-height: 30px;vertical-align: middle;color: rgba(0,0,0,.65); }
.credit_messages_change{ font-size: 12px;min-width: 32px;height: 32px;color: rgba(0,0,0,.65);font-family: Arial;line-height: 32px;text-align: center;vertical-align: middle;list-style: none;border-radius: 4px;cursor: pointer;transition: all .3s;padding-top: 1px;box-sizing: border-box; }
.credit_messages_page{ height: 32px;margin-right: 4px;margin-left: 4px;line-height: 32px;vertical-align: middle;min-width: 32px;font-family: Arial;text-align: center;list-style: none;background-color: #fff;outline: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.credit_active{ color: #ff9100; }
.credit_messages_right i{ transform: rotate(180deg); }
.credit_messages_page_box{ display: flex; }

.talk_show_box{ width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: fixed;left: 0;top: 0;z-index: 99;display: none; }
.talk_show{ width: 1150px;margin: 0 auto;background: #fff;border-radius: 10px;position: relative;box-shadow: 0 0 4px rgb(0 0 0 / 40%);padding-bottom: 24px;top: 50%;margin-top: -393px; }
.talk_show_close{ width: 56px;height: 56px;position: absolute;top: 0;right: 0;line-height: 56px;text-align: center;cursor: pointer; }
.talk_show_close i{ font-size: 18px;color: rgba(0,0,0,.65); }
.talk_show_title{ line-height: 1.5;padding: 16px 24px; }
.talk_show_con{ padding: 24px;font-size: 14px;line-height: 1.5;word-wrap: break-word;border-bottom: 1px solid #d9d9d9; }
.msg_box{ height: 375px;overflow-y: scroll; }
.msg_box:after,.msg_box:before{ display: block;content:"";clear:both; }
.talk_show_textarea{ width: 100%;padding: 24px;box-sizing: border-box; }
.talk_show_textarea textarea{ width: 100%;border: 1px solid #d9d9d9;min-height: 73px;max-height: 114px;overflow-y: scroll;border-radius: 4px;font-size: 14px;box-sizing: border-box;padding: 10px 24px;font-family: SourceHanSansSC-regular;line-height: 1.5; }
.talk_show_btn_box{ display: flex;justify-content: flex-start;padding: 0 24px;box-sizing: border-box; }
.talk_show_submit{ width: 100px;height: 32px;line-height: 30px;border: 1px solid #ff9100;color: #fff;background: #ff9100;text-align: center;border-radius: 4px;margin-right: 20px;cursor: pointer; }
.talk_show_done{ width: 100px;height: 32px;line-height: 30px;border: 1px solid #ff9100;color: #ff9100;text-align: center;border-radius: 4px;margin-right: 20px;cursor: pointer; }
.talk_show_back{ width: 100px;height: 32px;line-height: 30px;border: 1px solid #d9d9d9;color: #aeaeae;text-align: center;border-radius: 4px;cursor: pointer; }
.talk_show_pic{ height: 100px;padding: 0 24px;box-sizing: border-box;display: flex;margin-bottom: 20px; }
.talk_show_select_pic{ width: 0px;margin-right: 20px;border-radius: 4px;height: 100px;border: none;transition: all .3s; }
.talk_show_select_pic.picShowActive{ border:1px solid #d9d9d9;width: 100px; }
.talk_show_select_pic img{ width: 100%;height: 100%; }
.talk_show_pic_input{ width: 100px;height: 100px;border: 1px dashed #d9d9d9;border-radius: 4px;position: relative; }
.talk_show_pic_cover{ width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top: 20px;color: rgba(0,0,0,.65); }
.talk_show_pic_cover p{ line-height: 1.2; }
.talk_show_pic_p1{ font-size: 24px; }
.talk_show_pic_input input{ position: absolute;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;opacity: 0;font-size: 0; }

.news_Reply{ margin-bottom: 20px;border-bottom: 1px solid #f5f5f5;padding-bottom: 15px; }
.news_Reply:after{ display: block;content:"";clear:both; }
.news_Reply_webUser .base_info{ display: flex;align-items: center;color: rgba(0,0,0,.65);margin-right: 10px;flex-direction: row-reverse; }
.news_Reply_customer .base_info{ display: flex;align-items: center;color: rgba(0,0,0,.65);margin-right: 10px;flex-direction: row; }
.base_info .user_avtar{ border: 1px solid #f5f5f5;border-radius: 50%;margin-right: 15px; }
.base_info .news_user_name{ margin-right: 15px; }
.base_info .news_user_time{ margin-right: 15px; }
.news_Reply_webUser .news_send_message{ font-size: 16px;float: right;margin-right: 94px;width: 500px;margin-top: 5px;text-align: right; }
.news_Reply_customer .news_send_message{ font-size: 16px;float: left;margin-left: 94px;width: 500px;margin-top: 5px;text-align: left; }
.news_message{ margin-bottom: 15px; }
.photos_null{ display: none; }
.photos_block{ display: block; }

 /*ipad*/
@media screen and (max-width: 1199px) and (min-width: 750px)
{
	.infoTable_content{ width: 100%; }
	.credit_pagination{ justify-content: center; }
	.talk_show{ width: 100%; }
}
/*mobile*/
@media screen and (max-width: 750px)
{	
	.right_fixed{ display: none; }
	.infoTable_content{ width: 100%; }
	.credit_pagination{ justify-content: center; }
	.talk_show{ width: 100%;height: 100%;top: 0;margin-top: 0; }
	.infoTable_header_item{ width: 33.33333%; }
	.infoTable_con_item{ padding-left: 25px; }
	.info_tip{ margin-right: 10px; }
	.info_tip i{ font-size: 28px; }
	.info_con_text_title{ margin-bottom: 0; }
	.info_con_text_title span:nth-child(1){ font-size: 12px;display: block; }
	.info_con_text_title span:nth-child(2){ margin-left: 5px; }
	.info_con_text_spe{ font-size: 12px; }
	.show_talk{ right: 20px; }
	.msg_box{ height: 275px; }
	.news_Reply{ margin-bottom: 10px;padding-bottom: 5px; }
	.talk_show_textarea{ padding: 12px 24px; }
	.talk_show_submit{ width: 80px;height: 28px;line-height: 28px;font-size: 14px; }
	.talk_show_done{ width: 80px;height: 28px;line-height: 28px;font-size: 14px; }
	.talk_show_back{ width: 80px;height: 28px;line-height: 28px;font-size: 14px; }
}