@CHARSET "UTF-8";@font-face{    font-family:'Poppins';    src : url('./fonts/Poppins.ttf');}@font-face{    font-family:'Poppins_re';    src : url('./fonts/Poppins_re.ttf');}@font-face{    font-family:'Poppins_SemiBold';    src : url('./fonts/Poppins_SemiBold.ttf');}@font-face{    font-family:'Poppins_Medium';    src : url('./fonts/Poppins_Medium.ttf');}img {border: none;}/*list-style: none;ul, li {}*/a, a:hover {text-decoration: none;padding-left:20px;}i, em {font-style: normal;}p{	-webkit-margin-before: 0em;	-webkit-margin-after: 0em;	-webkit-margin-start: 0px;	-webkit-margin-end: 0px;}input[type=number],input[type=tel],input[type=text],input[type=password], textarea {	float:left;    -webkit-transition: all 0.30s ease-in-out;    -moz-transition: all 0.30s ease-in-out;    -ms-transition: all 0.30s ease-in-out;    -o-transition: all 0.30s ease-in-out;    outline: none;    text-indent:10px;    padding: 15px 0px 15px 0px;    border: 1px solid #ddd;	background:#ffffff;}input[disabled=disabled], textarea[disabled=disabled] {	background:#EFEFEF;	outline: none;}input[type=number]:focus, input[type=tel]:focus, input[type=text]:focus,input[type=password]:focus, textarea:focus {	background:#fcfecf;    box-shadow: 0 0 5px #5a9a33;	border: 1px solid #5a9a33;	outline: none;}select{	-webkit-transition: all 0.30s ease-in-out;    -moz-transition: all 0.30s ease-in-out;    -ms-transition: all 0.30s ease-in-out;    -o-transition: all 0.30s ease-in-out;	outline: none;    padding: 2px;    border: 1px solid #ddd;	background:#ffffff;}select:focus {	background:#fcfecf;	box-shadow: 0 0 5px #5a9a33;	outline: none;    padding: 2px;    border: 1px solid #5a9a33;}.normalselect{/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/	border: solid 0px #ccc;	color:gray;  /*很关键：将默认的select选择框样式清除*/	appearance:none;	-moz-appearance:none;	-webkit-appearance:none;  /*在选择框的最右侧中间显示小箭头图片*/	background: url('../../themes/default/images/select_arrow.png') no-repeat scroll right center rgba(255,255,255,0.8);  /*为下拉小箭头留出一点位置，避免被文字覆盖*/	height:45px;	width: 340px;	font-size:14px;padding:6px 0%;margin-top:2%;text-indent:10px;}.gksel_btn_action_off{float:left;width:80%;margin:0 10%;border-radius:4px;border:none;background-color:transparent;border:1px solid #008242;font-size:20px;color:white;padding:10px 0;background:#EFEFEF;text-align:center;}.gksel_btn_action_off .icon_success{width:17px;height:17px;}.gksel_btn_action_off .icon_loading{width:17px;height:17px;}.gksel_btn_action_on{float:left;width:150px;margin-left:calc(50% - 75px);border-radius:6px;border:none;background-color:transparent;border:1px solid #008242;font-size:14px; font-family:'Poppins_SemiBold';color:white;padding:10px 0;background:#008242;text-align:center;}.gksel_btn1_action_off{float:left;width:100%;border-radius:4px;text-align:center;padding:10px 0;background:rgb(218,0,18)}.gksel_btn1_action_off .icon_success{width:17px;height:17px;}.gksel_btn1_action_off .icon_loading{width:17px;height:17px;}.gksel_btn1_action_on{float:left;width:100%;border-radius:4px;text-align:center;color:white;padding:10px 0;background:rgb(218,0,18)}