﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,button,form,input,textarea,p,th,td,img{padding: 0;margin: 0;}
 
ol,ul {list-style: none;}

html{font-family:"微软雅黑", Arial;}

table {border-collapse: collapse;border-spacing: 0;} 

a{text-decoration:none;}

em,strong,b,u,i{font-style:none;font-weight:normal}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; *font-size:100%; outline: none;}

img{border:0 none;}

.clear{
	clear: both;
}
.fl-left{
	float: left;
}
.fl-right{
	float: right;
}
/*设置rem单位字体*/
html{font-size:62.5%;} 
body{font-size:12px;font-size:1.2rem ;} 
p{font-size:14px;font-size:1.4rem;}

.record {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(153,153,153,0.2);
    display: none;
}

.record_sub {
    width: 520px;
    margin: 40px auto;
    background: #fff;
    position: relative;
    border: 8px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 4px 1px #ccc;
}
