/*********border*********/
.border{border:1px solid #ccc;}

.border-b{border-bottom:1px solid #ccc;}

.border-b-dashed{border-bottom:1px dashed #ccc;}

/*********border-radius********/
.border-radius2{border-radius:1px;}
.border-radius3{border-radius:4px;}
.border-radius5{border-radius:5px;}

.mb20px{margin-bottom:20px;}

.l-formBg{
    width: 250px;
    height: 45px;
    line-height: 45px;
    background: url("images/1-1G011224314256.jpg") no-repeat;
    color: #fff;
    font-size: 21px;
}

.l-form-tel{
    float: left;
    width: 20px;
    height: 27px;
    background: url("images/f-form-tel.png") no-repeat;
    margin-top: 10px;
    margin-left: 45px;
}

.ml20px{margin-left:20px;}

.mt20px{margin-top:20px;}

.f14px{font-size:14px;}

.red{color: #40B4AD!important;}

.f18px{font-size:18px;}

.pl20px{padding-left:20px;}

.pb20px{padding-bottom:20px;}

.mt15px{margin-top:14px;}

.clearfix:after{content:"\200b";display: block;height: 0;clear: both;}/*\200b >Unicode零宽度空格*/

.clearfix{zoom:1;}/*IE/7/6/*/

.light-gray{color:#999 !important;}

.ml15px{margin-left:15px;}

.lh35px{line-height:35px;}

.l-radio{
    margin-right: 5px;
    vertical-align: -2px;
}

.l-form-name{
    float: left;
    width: 84px;
    height: 30px;
    line-height: 35px;
    padding-left: 10px;
    border: #dcdcdc 1px solid;
    color: #999;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.l-code-img{
    float: left;
    width: 95px;
    height: 30px;
    line-height: 35px;
    border: #dcdcdc 1px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    zoom: 1;
}

.l-huan{
    float: left;
    width: 49px;
    height: 35px;
    line-height: 35px;
    border-left: #dcdcdc 1px solid;
    color: #Ff6980;
    text-align: center;
}

.l-form-sub{
    display: inline-block;
    width: 210px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    background-color: #40B4AD;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
}