* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 140%;
  color: #333;
  background: #FAFAFA;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

div {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.flex-item {
  display: flex;
  align-items: center;
}

.font-30 {
  font-size: 30px;
}

.font-bold {
  font-weight: bold;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  padding-top: 20px;
  padding-bottom: 30px;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background: #FFF7F7;
  color: #D22222;
}

@media (max-width: 768px) {
  .container {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
  }
}

.width-12 {
  width: 1200px;
  margin: 0 auto;
}

.between {
  display: flex;
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.items-center {
  display: flex;
  align-items: center;
  margin: 2px 0;
}

.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.space {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.space-2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-20 {
  padding-bottom: 20px;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.grey {
  color: grey;
}

.qr_code {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 45px 0;
}

.red {
  color: #D22222;
}

.h99 {
  color: #999;
}

.h66 {
  color: #666;
}

.b34 {
  color: #346DFA;
}

.overflow {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bg-fff {
  background: #ffffff;
}

.bg-faf {
  background: #FAFAFA;
}

.link-color {
  color: dodgerblue;
}

a:hover {
  color: #D22222;
}

.show .items-cent {
  padding: 16px 0;
}

.abouts_image {
  height: 446px;
}

.abouts_image img {
  width: 100%;

}

.ordertitle {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  /* border-left: 5px solid #D22222; */
  padding-left: 20px;
  padding-bottom: 30px;
}

.ordertitle::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 15px;
  background: #D22222;
  border-radius: 2px;
}

.tips {
  width: 878px;
  height: 41px;
  line-height: 41px;
  color: #EBB75B;
  padding: 0 13px;
  background: #FFF7EA;
  border-radius: 6px;
  border: 1px solid #F7DDB0;
  margin-left: 20px;
  margin-bottom: 20px;
}
button{
  border: 0;
  outline: medium;
}
