﻿/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  /*fieldset组合表单中的相关元素*/
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
  /*清除列表风格*/
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  margin: 0;
  font-family: Arial;
}

textarea {
  resize: none;
}

/*防止多行文本框拖动*/

img {
  border: 0;
  vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/

table {
  border-collapse: collapse;
  /*合并外边线*/
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: Arial, 'PingFangSC-Regular';
  height: 100%;
  min-width: 1366px;
  overflow: auto;
  background: #f8f8ff!important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  color: rgba(102, 102, 102, 1);
  text-decoration: none!important;
}

a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

.fl, .l {
    float: left;
}
.fr, .r {
    float: right;
}

/* 上下垂直居中 */
.flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

/* hack bs 栅格系统 */
.row-no-margin {
  margin: 0!important;
}

.row-no-margin > div {
  padding: 0!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

.link {
  color: rgb(50, 145, 248)!important;
}

.link:hover {
  text-decoration: underline;
}

.link.red {
  color: rgba(255, 23, 68, 1)!important;
}

/* 阿里矢量图标库 */
@font-face {
  font-family: 'iconfont';  /* project id 1535561 */
  src: url('//at.alicdn.com/t/font_1535561_w885ircr9v9.eot');
  src: url('//at.alicdn.com/t/font_1535561_w885ircr9v9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1535561_w885ircr9v9.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1535561_w885ircr9v9.woff') format('woff'),
  url('//at.alicdn.com/t/font_1535561_w885ircr9v9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1535561_w885ircr9v9.svg#iconfont') format('svg');
}

.al-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;}

/* #region 分页*/
.pagebar {
    text-align: center;
    color: rgb(245, 93, 84);
    background: #fff;
}

    .pagebar a,
    .pagebar input {
        border: 1px solid rgb(245, 93, 84);
        display: inline-block;
        line-height: 30px;
        text-align: center;
        padding: 0 10px;
        color: rgb(245, 93, 84);
        height: 32px !important;
        margin: 0 5px;
    }

    .pagebar .first,
    .pagebar .last {
        width: 38px;
    }

    .pagebar input[type=text] {
        width: 50px;
        color: #000;
    }

    .pagebar .goto {
        display: inline-block;
        line-height: 30px;
        vertical-align: bottom;
    }

        .pagebar .goto input[type=button] {
            background: url(/Content/images/goto.png) no-repeat center rgb(245, 93, 84);
            background-size: 70%;
            cursor: pointer;
            display: inline-block;
            width: 30px;
        }

    .pagebar .cur {
        color: #fff;
        background: rgb(245, 93, 84);
    }

/*#endregion*/

.w_width {
  width: 125px!important;
}