/* banner start */

.banner {
  background-image: url("../imgs/other_banner.png");
}

.banner .layout form .layui-form-label {
  padding: 9px 0px 9px 20px;
  width: 90px;
}

.banner .layout .advisory {
  bottom: 45px;
  left:-200px;
  /* color: #fff;
  background-color: #ff801b; */
}

/* .banner .layout .advisory:hover {
  color: #fff;
  background-color: #ff801b;
} */

/* banner end */

/* mod-1 start */

.mod-1 {
  background-color: #f9fafe;
  padding: 80px 0 66px;
}

.mod-1 .box {
  height: 220px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(191, 191, 191, 0.3);
  padding-top: 70px;
  box-sizing: border-box;
}

.mod-1 .box .title {
  background-image: url("../imgs/other_mod_1.png");
  width: 980px;
  height: 51px;
  position: absolute;
  top: -19px;
  left: calc(50% - 480px);
  text-align: center;
  line-height: 51px;
  font-size: 22px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.mod-1 .layui-form {
  margin: 0 30px;
}

.mod-1 .layui-form-item .layui-inline {
  margin-right: 0;
  margin-bottom: 0;
}

.mod-1 .layui-form-label {
  width: 95px;
  padding: 9px 15px 9px 0;
}

.mod-1 .layui-btn-primary {
  border: 1px solid #2f9ed3;
  color: #2f9ed3;
  border-radius: 24px;
}

.mod-1 .layui-sele-btn .layui-form-radio {
  border-radius: 24px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  margin: 0 5px 0 0;
  line-height: 36px;
}

.mod-1 .layui-sele-btn .layui-form-radio.layui-form-radioed {
  background-color: #2f9ed3;
  border: 1px solid #2f9ed3;
  color: #fff;
}

.mod-1 .layui-sele-btn .layui-form-radio:hover {
  background-color: #2f9fd3a4;
  border: 1px solid #2f9fd3a4;
  color: #fff;
}

.mod-1 .layui-form-select dl dd.layui-this {
  background-color: #2f9ed3;
  color: #fff;
}

/* mod-1 end */

/* mod-2 start */

.mod-2 {
  background-image: url("../imgs/other_mod_2_bg.png");
  /* height: 730px; */
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-2 .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 56px 0 80px;
}

.mod-2 .row .item {
  width: 270px;
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  margin-bottom: 10px;
}

.mod-2 .row .item p {
  color: #262626;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: normal;
}

.mod-2 .row .item img {
  width: 100%;
  height: 178px;
}

.mod-2 .row .item a {
  background-color: #2f9ed3;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 26px;
  display: inline-block;
  margin: 5px 0;
}

/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background-color: #fff;
  padding: 70px 0;
}

.mod-3 .layout {
  margin-top: 60px;
}

.mod-3 .ctrl {
  width: 200px;
}

.mod-3 .ctrl .item {
  background-color: #f1f1f1;
  color: #666;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.mod-3 .ctrl.fr .item {
  text-align: right;
}

.mod-3 .ctrl .item.active,
.mod-3 .ctrl .item:hover {
  background-color: #ff801b;
  color: #fff;
}

.mod-3 .ctrl.fl .item::before {
  content: ">";
  position: absolute;
  right: 15px;
  line-height: 50px;
  font-size: 16px;
}

.mod-3 .ctrl.fr .item::before {
  content: "<";
  position: absolute;
  left: 15px;
  line-height: 50px;
  font-size: 16px;
}

.mod-3 .center {
  float: left;
  width: 760px;
  height: 505px;
  margin: 0 20px;
  padding: 20px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(191, 191, 191, 0.5);
}

.mod-3 .center .info {
  height: 380px;
  word-wrap: break-word;
  word-break: normal;
}

.mod-3 .center .left,
.mod-3 .center .right {
  float: left;
  width: 50%;
  height: 380px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #595959;
  font-size: 14px;
  line-height: 24px;
}

.mod-3 .center .right {
  border-left: 1px solid #979797;
  line-height: 28px;
}

.mod-3 .center .info img {
  width: 340px;
  height: 236px;
  margin-bottom: 15px;
}

.mod-3 .center .info h6 {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.mod-3 .center .btn {
  width: 422px;
  height: 87px;
  margin: 0 auto;
  background-image: url("../imgs/other_mod_3.png");
  background-size: 100%;
  margin-top: 5px;
  position: relative;
}

.mod-3 .center .btn a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 386px;
  border-radius: 26px;
  line-height: 52px;
  position: absolute;
  top: 18px;
  left: 18px;
}

/* mod-3 end */

/* mod-4 start */

.mod-4 {
  background-image: url("../imgs/other_mod_4_bg.png");
  padding: 70px 0;
}

.mod-4 .layout {
  margin-top: 60px;
}

.mod-4 .ctrl {
  width: 387px;
}

.mod-4 .ctrl .item {
  height: 130px;
}

.mod-4 .ctrl .item .label {
  background-color: #ff774f;
  color: #fff;
  width: 170px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
}

.mod-4 .ctrl .item .label span {
  background-color: #434343;
  width: 36px;
  height: 36px;
  text-align: center;
}

.mod-4 .ctrl.fl .item .label {
  float: right;
  border-radius: 18px 0 0 18px;
  text-indent: 40px;
}

.mod-4 .ctrl.fl .item .label span {
  float: right;
  text-indent: 0;
}

.mod-4 .ctrl.fl .item p {
  float: right;
  text-align: right;
  line-height: 24px;
  margin-top: 10px;
  color: #595959;
}

.mod-4 .ctrl.fr .item .label {
  float: left;
  border-radius: 0 18px 18px 0;
  text-indent: 20px;
  background-color: #e5e5e5;
  color: #8c8c8c;
}

.mod-4 .ctrl.fr .item .label span {
  float: left;
  text-indent: 0;
  background-color: #a0a0a0;
  color: #fff;
}

.mod-4 .ctrl.fr .item p {
  float: left;
  text-align: left;
  line-height: 24px;
  margin-top: 10px;
  color: #595959;
}

.mod-4 .center {
  width: 395px;
  float: left;
  text-align: center;
  margin: 17px 15px 0;
}

.mod-4 .center img {
  width: 393px;
  height: 395px;
}

.mod-4 .center a {
  text-align: center;
  width: 208px;
  height: 38px;
  background: rgba(255, 126, 25, 1);
  border-radius: 30px;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}

.mod-4 .center p {
  font-size: 14px;
  margin-top: 10px;
}

.mod-4 .center p span {
  color: #ff801b;
}

/* mod-4 end */
