@charset "utf-8";

/* CSS Document */
/*全局样式*/
body {
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
  font-size: 12px;
  color: #333;
  background: #fff;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  display: block;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}

input {
  vertical-align: middle;
  border: none;
  background: none;
}

select {
  vertical-align: middle;
  border: none;
  background: none;
}

button {
  text-align: center;
  border: 0;
  cursor: pointer;
}



textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0px;
  background: none;
}

label {
  cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

input:focus {
  outline: none;
}

/* 鼠标变小手*/
.cs {
  cursor: pointer;
}




html .fixed {
  *zoom: 1;
}

/* 不让用户选中 */
.noselect {

  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
  
  not supported by any browser */

}
  .scrollbarchange::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: absolute;
    right: 0px;
  }
  .scrollbarchange::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #e0e0e0;
  }
  .scrollbarchange::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f2f2f2;
  }
.bg_color{
    background: #D3C0C98A;
}
.flex_x{
    display: flex;
}
.around{
    justify-content: space-around;
}
.between{
    justify-content: space-between;
}
.flex_y{
    display: flex;
    flex-direction: column;
}
.footer{
    height: 130px;
    width: 100%;
    background-color: #f5f5f6;
    margin-top: 40px;
    padding: 10px 70px;
    box-sizing: border-box;
}
.f_l{
    justify-content: flex-start;
    align-items: center;
    color: blue;
}
.f_l img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.line{
    width: 1px;
    height: 30px;
    background-color: #ccc;
    margin-left: 10px;
}
.f_txt{
    margin-left: 10px;
}
.b_img img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
}
.f_bottom{
    color: #707070;
    text-align: center;
}
.head a{
    color: #8f8c87;
}

.head {
    background-color: #fbecd5;
    height: 100px;
    align-items: center;
    width: 100%;
    padding: 4px 20px;
    box-sizing: border-box;

    font-weight: 500;
}

.head img {
    height: 100%;
    width: 100px;
    border-radius: 50%;
}

.head ul li {
    margin-right: 30px;
    color: #8f8c87;
    font-size: 26px;
}
img.iconss{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    align-items: center;
}
