body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
    /* Ĭ���б߾࣬��Ҫ��� */
    margin: 0;
    padding: 0;
    /*��������*/
    font-size: 14px;
	color:#545659;
    font-family: '����',"Microsoft Yahei",sans-serif;
    /* ȥ���б���ԭ�� */
    list-style: none;
    /* Ĭ����� */
    cursor: default;
}
 
/*��ѡ*/
html,body{
    width: 100%;
    height: 100%;
}
 
/*���ڿ�Ԫ��*/
input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom; 
}
 
/*����Ԫ��*/
a,a:active,a:visited{
    /*�»��ߺ���ɫ*/
    text-decoration: none;
    color: #333;
}
 
a:hover{
    color:#D40003;
}
 
textarea{
    /* �߿����� */
    border:none;
    /* ���������� */
    outline: none;
    /* ��ֹ�ı���������ק */
    resize: none;
}
 
i{
    /*������ʽ*/
    font-style: normal; 
}
 
table{
    /*�߿�ϲ�*/
    border-collapse:collapse;
    border-spacing:0;
}
 
 
/* ʹ��αԪ��������� */
.clearfix::before,
.clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
 
.clearfix {
    *zoom: 1;
}
 
/* ����*/
.w{
    width: 1883px;
    margin: 0 auto;
}
 
/*��ѡ*/
/*��ѡ��͸�ѡ������ã�һ���Ƿֿ���*/
input[type="radio"],input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
 
label{
    display: inline-block;
    cursor: pointer;
}
 
label input[type="radio"]+span,label input[type="checkbox"]+span{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../images/nocheck.png") no-repeat;
}
 
label input[type="radio"]:checked+span,label input[type="checkbox"]:checked+span{
    background: url("../images/check.png") no-repeat;
}
 
label input[type="radio"]:checked~i,label input[type="checkbox"]:checked~i{
    color: #38d6ff;
}
 
/*��ѡ*/
/* �Զ������ֿ����� */
input[type="number"]{
    width: 76px;
    height: 36px;
    background-color: rgba(5,45,82,0.4);
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}
 
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
 
input[type="number"]+div{
    width: 30px;
    height: 40px;
    padding-left: 2px;
    cursor: pointer;
}
 
input[type="number"]+div > .count_add{
    display: block;
    width: 28px;
    height: 19px;
    background: url("../images/count_add.png") no-repeat;
    background-size: contain;
    margin-bottom: 2px;
}
 
input[type="number"]+div > .count_subtract{
    display: block;
    width: 28px;
    height: 19px;
    background: url("../images/count_subtract.png") no-repeat;
    background-size: contain;
}
