/*所有可以共通的样式都应该写在此文件中*/

/*************************************公共样式*********************************/
html,body,ul,li,dl,dt,dd,div,input,table,select,p,h1,h2,h3,h4,h5,h6,table,tr,th,td,button,p,a,img{padding:0px;margin:0px;box-sizing: border-box;}
a{text-decoration: none; -webkit-appearance:none;-webkit-tap-highlight-color: transparent;outline: 0px;}
a:focus{outline:none;text-decoration: none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
ul li{list-style: none;}
button,input{outline: 0px;}
body{color: #333333; font-size: 13px; background-color: #f2f2f2;font-family: "Source Han Sans CN", "思源黑体", "Microsoft YaHei", "微软雅黑";}
img{max-width: 100%;}
table{width: 100%;}
textarea{resize: none;border: none;outline: none;}
html{height: auto;min-height: 100%;}
/*背景颜色*/
.bg-blue{background-color: #169cdd;}
.bg-write{background-color: #ffffff;min-width: inherit;}

/*颜色*/
.c-blue{color: #21abe9;}
.c-green{color: #5cd7bd;}
.c-orange{color: #f9b31b;}
.c-gray{color: #999999;}
.c-red{color: #f69504;}
.c-default{color: #333333;}

/*首行缩进*/
.text-indent{text-indent: 28px;}
/*按钮*/
.btn-blue{background-color: #0088fb;height: 40px;padding: 0px 34px; display: inline-block;border: 1px solid #0088fb;line-height: 40px;color: #ffffff;font-size: 15px;text-align: center;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
.btn-blue:hover{background-color: #6faefe;border-color: #6faefe;color: #ffffff!important;}
.btn-blue:visited,.btn-blue:active{color: #ffffff !important;}
.btn-light-blue{background-color: #6faefe;height: 40px;padding: 0px 34px; display: inline-block; border: 1px solid #6faefe;line-height: 40px;color: #ffffff;font-size: 15px;text-align: center;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
.btn-light-blue:hover{background-color: #0088fb;border-color: #0088fb;color: #ffffff!important;;}
.btn-light-blue:visited,.btn-light-blue:active{color: #ffffff!important;;}
.btn-gray{background-color: #f2f2f2;height: 40px;padding: 0px 34px;display: inline-block;border: 1px solid #e7e7e7;line-height: 40px;color: #333;font-size: 15px;text-align: center;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
.btn-gray:hover{background-color: #f7f7f7;}
.btn-disable{background-color: #f4f4f4;height: 40px;padding: 0px 34px; cursor:not-allowed !important; display: inline-block;border: 1px solid #dddddd;line-height: 40px;color: #bebcbc;font-size: 15px;text-align: center;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
.btn-orange{width: 120px;display: inline-block; height: 36px;background: #f6c77d;outline: 0px;line-height: 36px;text-align: center;color: #ffffff;cursor: pointer;border: 0px;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.btn-orange:hover{background: #f5bb5f;color: #ffffff;}
.btn-orange.disable,.btn-orange:hover.disable{background: #dfdfdf;cursor: not-allowed;}
a.btn-orange:hover,a.btn-orange:active,a.btn-orange:visited{color: #ffffff !important;}
/*分页*/
.pagination>li>a, .pagination>li>span{color: #0088fb;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background-color: #6faefe;border-color: #6faefe;}

/*icon*/
.icons{background: url("/Images/icon.png") no-repeat;display: inline-block;}

@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


