* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
html,
html * {
  scrollbar-width: thin;
  font-family: Arial, "微软雅黑", "宋体";
}
body {
  color: #545454;
}

.customModuleRowInner {
  width: 1200px;
  margin: 0 auto;
}
.CModulePA {
  position: relative;
}
.ev-module-edit {
  position: absolute;
}
.ev-module-edit-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ev-container-wap {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ev-container-wap .ev-container-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  background: none;
}

.ev-text-title-2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

/*!
 * 新模块_单张图片组件
 */
.ev-module-edit-box .ev-pic {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.ev-module-edit-box .ev-pic img {
  width: 100%;
  height: 100%;
}
#evMo_4buQ9 .ev-pic {
  opacity: 0.66;
}

.ev-module-edit-box .ev-base-button {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#evMo_4q0Ee5 {
  transform: rotate(90deg);
}
#evMo_4q0Ee5 .ev-base-button .btn-text {
  text-decoration: none;
  color: rgb(51, 51, 51);
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  font: normal 400 12px/1 "微软雅黑";
  z-index: 2;
}

.ev-module-edit-box .ev-base-button .btn-m {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  z-index: 1;
  border: none;
}

.ev-module-edit-box .ev-base-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-clip: content-box;
}

#evMo_asheFt .ev-base-shape {
  background-color: rgb(29, 105, 199);
}

#evMo_asheFt .ev-base-shape:hover {
  background-color: rgb(29, 105, 199);
}

#evMo_WtrPzg .ev-base-shape {
  background-color: rgb(255, 0, 0);
}

#evMo_WtrPzg .ev-base-shape:hover {
  background-color: rgb(255, 0, 0);
}

.ev-module-edit-box .ev-base-button .btn-text {
  display: block;
  font-weight: 400;
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  line-height: 100%;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}

#evMo_XzS8V .ev-base-button .btn-m {
  border: rgb(29, 105, 199) 1px solid;
  border-radius: 25px;
}

#evMo_XzS8V .ev-base-button .btn-text {
  color: rgb(29, 105, 199);
}

#evMo_XzS8V .ev-base-button .btn-text {
  text-decoration: none;
}

/* 友情链接 */
.friendship_link_container {
  width: 100%;
  height: 100px;
  background-color: rgb(245, 245, 245);
  margin-top: 50px;
}

.friendship_link {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.left_title {
  background: url("/public/images/link.png") no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 100px;
  padding-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}

.right_content {
  margin-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.right_content a {
  margin-right: 20px;
  color: #555555;
  font-size: 14px;
  font-family: 微软雅黑;
}
