body{background: #f5f5f5;width: 100%;min-width: 1200px;}
/* 公用父级模块样式 */
.y_common_fbox{width: 100%;margin: 0 auto;}
.y_common_zbox{width: 1200px;min-width: 1200px;margin: 0 auto;}
/* 公用标题样式 */
.y_common_title{text-align: center;font-size:36px ;padding-top: 50px;}

/* mianbaox */

.jx_mbx_commonostyle{height: 50px;font-size:13px ;color: #999;line-height: 50px;}
.jx_mbx_commonostyle span,.jx_mbx_commonostyle a{font-size:13px ;color: #999;line-height: 50px;display: inline-block;}
.jx_mbx_commonostyle a{margin:0 2px;}
.jx_mbx_commonostyle a:hover{color: #E63429;text-decoration: underline;}

.y_askxq{width: 100%;margin: 0 auto;}
.y_askxq .y_common_zbox{display: flex; display: -webkit-flex;display: flex;display: -moz-box;  ;display: -ms-flexbox; justify-content: space-between;}
.y_askxq .y_askxq_left{width: 900px;height: fit-content;background: #fff;background: #fff;padding: 20px 30px 30px 40px;border-radius: 2px;overflow: hidden;}
.y_askxq .y_askxq_x_title {white-space: nowrap;}
.y_askxq .y_askxq_x_title>span{display: inline-block;vertical-align: middle;}
.y_askxq .y_askxq_x_title .y_pic{width: 20px;height: 20px;background: url(/static/theme/image/industry_qa/ask_img_4.jpg) 0px 0px no-repeat;}
.y_askxq .y_askxq_x_title .y_txt{width: 790px;font-size: 24px;color: #2d2d2d;margin-left: 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.y_askxq .y_askxq_username{width: 100%;padding-left: 35px;margin-top: 10px;margin-bottom: 20px;}
.y_askxq .y_askxq_username span:nth-child(1){color: #525cb5;font-size: 12px;margin-right: 10px;}
.y_askxq .y_askxq_username span:nth-child(2){    font-size: 12px;color: #999999;}




.y_askxq .y_askxq_left .y_askxq_title{width: 100%;}
.y_askxq .y_askxq_left .y_askxq_title span{display: inline-block;vertical-align: middle;}
.y_askxq .y_askxq_left .y_askxq_title .y_askxq_title_gs{font-size: 18px;color: #525cb5;}
.y_askxq .y_askxq_left .y_askxq_title .y_pic{display: inline-block;width: 20px;height: 20px;background: url(/static/theme/image/industry_qa/ask_img_4.jpg) -97px 0px no-repeat;margin-right: 10px;}

.y_askxq .y_askxq_form{list-style: none;padding-bottom: 20px;border-bottom: 1px dashed #e6e6e6;}
.y_askxq .y_askxq_form li{width: 100%;margin-top: 21px;}
.y_askxq .y_askxq_form .y_askxq_in{display: flex; display: -webkit-flex;  display: flex;     display: -moz-box;   display: -ms-flexbox; justify-content: start;align-items: center;position: relative;white-space: nowrap;}
.y_askxq .y_askxq_form li textarea{  width: 100%;height: 140px;border: 1px solid #e6e6e6;background-color: #fafafa;color: #999999;font-size: 14px;resize: none;line-height: 30px;text-indent: 9px;display: block;}
.y_askxq .y_askxq_form li input{height: 36px;border: 1px solid #e6e6e6;font-size: 14px;color: #b2b2b2;line-height: 36px;text-indent: 9px;display: inline-block;margin-right:30px;}
.y_askxq .y_askxq_form li .y_askxq_name{width: 180px;}
.y_askxq .y_askxq_form li .y_askxq_tel{width: 250px;}
.y_askxq .y_askxq_form li .y_askxq_yzm{width: 120px;}
.y_askxq .y_askxq_form li .y_askxq_nm{display: inline-block;font-size: 14px;color: #b2b2b2;margin-right:30px;cursor: pointer;}
.y_askxq .y_askxq_form li .y_askxq_nm span{font-size: 14px;color: #b2b2b2;vertical-align:middle;margin-left: 4px;}
.y_askxq .y_askxq_form li .y_askxq_nm div{width: 14px;height: 14px;border-radius: 0;display: inline-block;border: 1px solid #e6e6e6;font-size: 14px;color: #b2b2b2;;vertical-align:middle;}
.y_askxq .y_askxq_form li .y_askxq_nm .y_askxq_nm_selec{ background: url(/static/theme/image/common/new_list_he_01.png) no-repeat;background-position: -309px -141px;display: inline-block;}
.y_askxq .y_askxq_form li .y_askxq_nm .y_askxq_nm_unselec{ background: url(/static/theme/image/common/new_list_he_01.png) no-repeat;background-position: -309px -124px;display: inline-block;}


.y_askxq .y_askxq_form li .y_askxq_getyzm{position: absolute;top: 14px; right:419px;font-size: 14px;color: #fa6104;outline: none;border: none;background:none;cursor: pointer;}
.y_askxq .y_askxq_form li .y_askxq_tj{transition: all 0.1s linear;width: 156px;height: 48px;line-height: 48px;font-size: 18px;color: #fff;text-align: center;background-color: #fa6104;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;cursor: pointer;display: inline-block;}
.y_askxq .y_askxq_form li .y_askxq_tj:hover{background: #fc7724;}
.y_askxq .y_askxq_qashow {list-style: none;width: 100%;}
.y_askxq .y_askxq_qashow li{width: 100%;display: flex; display: -webkit-flex;  display: flex;     display: -moz-box; display: -ms-flexbox; justify-content: start;align-items: flex-start;border-bottom: 1px solid #e6e6e6; padding:21px 0;}
.y_askxq .y_askxq_qashow li .y_askxq_userimg{    margin-right: 20px;    width: 50px;height: 50px;background: url(/static/theme/image/industry_qa/ask_img_5.png) 0px 0px no-repeat;border-radius: 50%;overflow: hidden;}
.y_askxq .y_askxq_qashow .y_askxq_info{width: 700px;}
.y_askxq .y_askxq_qashow .y_askxq_info .y_ans{margin-top: 12px;display: block;color: #4d4d4d; font-size: 14px;width: 100%;white-space: normal;}
.y_askxq .y_askxq_qashow .y_askxq_info .y_user_xinxi {}
.y_askxq .y_askxq_qashow .y_askxq_info .y_user_xinxi span{vertical-align: middle;}
.y_askxq .y_askxq_qashow .y_askxq_info .y_user_xinxi span:nth-child(1){color: #484848;font-size: 12px;margin-right: 20px;}
.y_askxq .y_askxq_qashow .y_askxq_info .y_user_xinxi span:nth-child(2){color: #999999;font-size: 12px;}


.y_askxq .y_askxq_allans {width: 100%;white-space: nowrap;margin-top: 30px;}
.y_askxq .y_askxq_allans span{display: inline-block;vertical-align: middle;}
.y_askxq .y_askxq_allans span:nth-child(1){    color: #484848;font-size: 24px;}
.y_askxq .y_askxq_allans span:nth-child(2){color: #999999;font-size: 18px;}

.y_askxq .y_askxq_other {list-style: none;}
.y_askxq .y_askxq_other li{width: 100%;margin-top: 15px;}
.y_askxq .y_askxq_other .y_title{font-size: 14px;color: #41a1e1;width: 650px;margin-left: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.y_askxq .y_askxq_other .y_hdnum{    font-size: 12px;color: #999999;width: 60px;}
.y_askxq .y_askxq_other .y_time{font-size: 12px;color: #bbbbc9;width: 75px;text-align: right;}
.y_askxq .y_askxq_other>li>*{white-space: nowrap;vertical-align: middle;display: inline-block;}
.y_askxq .y_askxq_other .y_title:hover{color: #E63429;}






.y_askxq {}
.y_askxq .y_askxq_right{width: 290px;height: auto;background: #fff;}
.y_askxq .y_askxq_right .y_titleall{font-size:16px ;color: #7a8f9a;line-height: 30px;padding-left: 10px;padding-top: 16px;}
.y_askxq .y_askxq_right .y_askxq_r_tb{list-style: disc;}
.y_askxq .y_askxq_right .y_askxq_r_tb li{padding: 0 10px;width: 100%;}
.y_askxq .y_askxq_right .y_askxq_r_tb a{width: 100%;font-size:14px ;color: #333;line-height: 30px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.y_askxq .y_askxq_right .y_askxq_r_tb a span{vertical-align: middle; display: inline-block;width: 4px;height: 4px;border-radius: 50%;background: #9eacb6;margin-right: 5px;}
.y_askxq .y_askxq_right .y_askxq_r_tb a:hover{color: #E63429;}
.y_askxq .y_askxq_right .y_line {margin: 0 auto;margin:20px 10px ;height: 2px;width: 270px;background: #e8ecee;}
.y_askxq .y_askxq_right .y_ans_dnlhd {white-space: nowrap;width: 100%;padding-top: 10px;}
.y_askxq .y_askxq_right .y_ans_dnlhd>span{vertical-align: middle;display: inline-block;padding-left: 10px;}
.y_askxq .y_askxq_right .y_ans_dnlhd .y_title{font-size:16px ;color: #7a8f9a;line-height: 30px;width: 217px;text-align: left;}
.y_askxq .y_askxq_right .y_ans_dnlhd .y_pic{font-size:12px ;color: #9eacb6;line-height: 30px;cursor: pointer;}
.y_askxq .y_askxq_right .y_ans_dnlhd .y_pic img{width: 13px;height: 13px;margin-right: 3px;vertical-align: text-bottom;}

.y_askxq .y_askxq_right .y_ans_dnlhd .y_askxq_hyh_activ{animation:huanyihuan_anim linear 0.3s  ;}

      @keyframes huanyihuan_anim {
        0%{transform: rotate(0);}
        100%{transform: rotate(360deg);}
        /* 100%{transform: rotate(0);} */
      }

.y_askxq .y_askxq_right .y_ans_waitlist{list-style: none;width: 100%;}
.y_askxq .y_askxq_right .y_ans_waitlist li{width: 100%;padding:10px ;transition: all 0.1s linear;}
.y_askxq .y_askxq_right .y_ans_waitlist li:hover{box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 10%);}
.y_askxq .y_askxq_right .y_ans_waitlist a {display: block;width: 100%;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_title{font-size: 14px;color: #333333;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 24px;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other{width: 100%;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other>span{display: inline-block;vertical-align: middle;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other .y_title2{font-size: 12px;color: #999999;line-height: 24px;width: 217px;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other .y_pic{font-size: 12px;color: #4aca6d;line-height: 24px;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other .y_pic img{width: 13px;height: 12px;vertical-align: text-bottom;margin-right: 3px;}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other {}
.y_askxq .y_askxq_right .y_ans_waitlist .y_other {}
.y_askxq .y_askxq_right .y_ans_waitlist {}












