/*弹出层样式*/
    .free{width: 80%;margin:35px auto;text-align:center;overflow: hidden;}
    .free .f_pic{height: 118px;border-radius: 50%;overflow: hidden;}
    .free .f_pic img{width: 118px;height: 118px;border-radius: 50%;}
    .free h3{margin:10px auto;font-size: 20px;color: #0982c8;}
    .free p{color:#313131;font-size: 14px;}
    .free p span{color: #ff9600}
    .free table{font-size: 14px;}
    .free table th{color: #313131;font-weight: normal;}
    .free table td{padding: 7px 0;text-align: left;}
    .free table input[type="text"]{width:186px;height: 33px;line-height: 33px \9;padding:0 10px;border: 1px solid #b2b2b2;}
    .free table input[type="submit"]{width:137px;height: 34px;line-height: 34px;background:#0f84d6;color: #fff;border: 0;cursor: pointer;}