@charset "UTF-8";
/*样式初始化*/
* {
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 1px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #d3d3d3;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d3d3d3;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d3d3d3;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d3d3d3;
}

a {
  color: unset;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
}

#container {
  margin: 0 auto;
}

.row {
  display: flex;
  justify-content: space-around;
}
.row .col {
  flex: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}
.clear:after .left {
  float: left;
}

ul {
  list-style: none;
}

input {
  position: relative;
  border: 1px solid #d7d7d7;
  line-height: 30px;
  text-indent: 1em;
  outline: none;
}

.w-full {
  width: 100%;
}

.btn {
  text-align: center;
  color: white;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.btn-xs {
  line-height: 15px;
}

.btn-sm {
  line-height: 20px;
}

.btn-md {
  line-height: 30px;
}

.btn-lg {
  height: 50px;
  font-size: 18px;
}

.btn-warm {
  background-color: #f87841;
}

.no-select {
  user-select: none;
}

/*组件样式:带图片边框的图片begin*/
.angle-img {
  padding: 4px;
  width: 450px;
  height: 290px;
  position: relative;
  overflow: hidden;
}
.angle-img .angle1, .angle-img .angle2, .angle-img .angle3, .angle-img .angle4 {
  min-height: 0px;
}
.angle-img .img {
  width: 100%;
  height: 100%;
}
.angle-img .angle-img {
  position: relative;
  z-index: 1;
}
.angle-img .border {
  position: absolute;
  z-index: 1;
}
.angle-img .angle {
  position: absolute;
  width: 4px;
  height: 4px;
}
.angle-img .angle1 {
  top: 0;
  left: 0;
  background: url("/static/images/common/image-border/左上角.png") left top no-repeat;
}
.angle-img .angle2 {
  top: 0;
  right: 0;
  background: url("/static/images/common/image-border/右上角.png") right top no-repeat;
}
.angle-img .angle3 {
  bottom: 0;
  right: 0;
  background: url("/static/images/common/image-border/右下角.png") right bottom no-repeat;
}
.angle-img .angle4 {
  bottom: 0;
  left: 0;
  background: url("/static/images/common/image-border/左下角.png") left bottom no-repeat;
}
.angle-img .border1 {
  width: calc(100% - 8px);
  height: 4px;
  top: 0;
  left: 4px;
  background: url("/static/images/common/image-border/上边框.png");
}
.angle-img .border2 {
  height: calc(100% - 8px);
  width: 4px;
  right: 0;
  top: 4px;
  background: url("/static/images/common/image-border/右边框.png");
}
.angle-img .border3 {
  width: calc(100% - 8px);
  height: 4px;
  bottom: 0;
  left: 4px;
  background: url("/static/images/common/image-border/下边框.png");
}
.angle-img .border4 {
  height: calc(100% - 8px);
  width: 4px;
  left: 0;
  top: 4px;
  background: url("/static/images/common/image-border/左边框.png");
}

/*组件样式:带图片边框的图片end*/
@font-face {
  font-family: "微软雅黑";
  /*src: url("/fonts/yahei/msyh.ttc") format("truetype");*/
  src: url("https://download2.hx985.com/xm2/fonts/microsoftYahei/msyhbd.ttc") format("truetype");
  src: url("https://download2.hx985.com/xm2/fonts/microsoftYahei/msyhl.ttc") format("truetype");
}
@font-face {
  font-family: "宋体";
  src: url("https://download2.hx985.com/xm2/fonts/songti/simsun.ttc") format("truetype");
}

/*# sourceMappingURL=common.css.map */
