
.questionnaire_block_cls {position:fixed;z-index:10000;right:20px;bottom:-210px;width:360px;height:195px;border:1px #555555 solid;font-size:16px;background:#ffffee;border-radius:5px;box-Shadow:0px 2px 8px 0px rgba(10,10,10,0.6);-webkit-transition: 0.6s ease-in-out;overflow:hidden;-webkit-user-select:none;}
.questionnaire_div_cls   {float:top;margin:15px;width:calc(100% - 30px);height:clac(100% - 20px);line-height:25px;overflow:hidden;}
.questionnaire_title_div {float:top;height:30px;line-height:30px;font-weight:bold;font-size:18px;}
.questionnaire_title_r   {float:right;font-size:21px;cursor:pointer;}
.questionnaire_qcont_cls {width:100%;height:130px;display:block;}
.questionnaire_qtext     {float:top;margin-top:10px;width:100%;height:75px;font-weight:bold;text-align:justify;}
.questionnaire_qopt      {float:top;margin-top:15px;height:30px;line-height:30px;border:1px #666666 solid;text-align:center;border-radius:20px;background:#eeffff;cursor:pointer;}
.questionnaire_input     {width:calc(100% - 10px);height:25px;font-size:14px;}
.questionnaire_radio_line{float:top;margin-top:10px;width:100%;line-height:25px;}
.questionnaire_radio_item{float:left;margin-left:30px;}
.questionnaire_radio     {width:18px;;height:18px;}
.questionnaire_radio_str {float:left;margin-left:10px;}




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

.questionnaire_block_cls {position:fixed;z-index:10000;right:40px;bottom:-420px;width:720px;height:390px;border:2px #555555 solid;font-size:32px;background:#ffffee;border-radius:10px;box-Shadow:0px 4px 16px 0px rgba(10,10,10,0.6);-webkit-transition: 0.6s ease-in-out;overflow:hidden;}
.questionnaire_div_cls   {float:top;margin:30px;width:calc(100% - 60px);height:clac(100% - 40px);line-height:50px;overflow:hidden;}
.questionnaire_title_div {float:top;height:60px;line-height:60px;font-weight:bold;font-size:36px;}
.questionnaire_title_r   {float:right;font-size:42px;cursor:pointer;}
.questionnaire_qcont_cls {width:100%;height:260px;display:block;}
.questionnaire_qtext     {float:top;margin-top:20px;width:100%;height:150px;font-weight:bold;text-align:justify;}
.questionnaire_qopt      {float:top;margin-top:30px;height:60px;line-height:60px;border:2px #666666 solid;text-align:center;border-radius:40px;background:#eeffff;cursor:pointer;}
.questionnaire_input     {width:calc(100% - 20px);height:50px;font-size:28px;}
.questionnaire_radio_line{float:top;margin-top:20px;width:100%;line-height:50px;}
.questionnaire_radio_item{float:left;margin-left:60px;}
.questionnaire_radio     {width:36px;;height:36px;}
.questionnaire_radio_str {float:left;margin-left:20px;}

}
