*{margin:0;padding:0;list-style-type:none;}
body{font: normal 100% "Microsoft YaHei";overflow-x:hidden; min-height:1008px;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,table,tbody,thead,tfoot,tr,td,th,input {margin: 0; padding: 0; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6,em,h6,b,p{font-weight: normal; font-style: normal;}
img{vertical-align:bottom; border:none;}
a{text-decoration: none;color:#666;font-family:"Microsoft YaHei";font-size:12px;}
ul,li{list-style:none outside none;}
li,p,a{vertical-align:bottom;}
.clear{ clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size:1px; }
.clearFix { zoom:1; }
.clearFix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden;}
table{border-collapse:collapse;}
::selection{background:#0080FF; color: white; /* Safari */} 
::-moz-selection{background:#0080FF; color: white; /* Firefox */ } /*鼠标滑过变色*/
body{font-size: 14px;font-family::, "Microsoft YaHei""";
margin: 0 auto;
}
.opacity{background:#000;opacity:0.5;filter: alpha(opacity=50);}/*背景色半透明*/

/*禁用表单input、select元素的默认外观*/
input,select{
        appearance:none;  
}
.form dl {
    overflow: hidden;
    zoom: 1;
    padding-top: 15px;
}
.form dt {
    float: left;
    width: 11%;
    font-size: 14px;
    padding: 3px 0 0 0;
    color: #666;
}
.inp_one {
    width: 200px;
    height: 25px;
    line-height: 25px;
}
.inp_small {
    width: 100px;
    height: 25px;
    line-height: 25px;
	margin-right:5px;
}
.btn_blue:hover {
    background-color: #0084c9;
}
.btn_blue, .btn_orange, .btn_green {
    background: #0d9ae4;
    height: 26px;
    line-height: 1.8em;
    padding: 0px 15px;
    margin:30px 2px 2px 2px;
    border: 0px;
    /* border-radius: 5px; */
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/*禁用 select 默认下拉箭头*/
select::-ms-expand {
	display: none;
}

/*禁用 radio 和 checkbox 默认样式*/
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

/*更改默认下拉条*/
::-webkit-scrollbar-track-piece{width:10px;background-color:#f8f8f8;}
::-webkit-scrollbar{width:10px;background-color:#bcbcbc;}
::-webkit-scrollbar-thumb{width:10px;background-color:#bcbcbc;}
::-webkit-scrollbar-thumb:hover{ width:10px; background-color:#bcbcbc;}













@media (max-width: 768px){
    .form dt{
    	width:75px;
    	font-size:12px;
    	line-height:29px;
    	text-align:right;
    }
    .form dl{
    	overflow:hidden;
    }
    .form dd{
    	width:calc(100% - 85px);
    	float:left;
    }
    .form dd input{
    	width:100%;
    }
    .form dd textarea{
    	width:100%;
    }
    .form dd .inp_small{
    	width:47%;
    }
    .form dd #VCode{
    	float:right;
    	width:47% !important;
    	height:29px !important;
    }
    .form_b{
    	text-align: center;
    }
    
})



