@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "微软雅黑";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}

.bgf7 {
  background-color: #F7F7F7;
}

.head {
  padding-top: 12px;
}

.container {
  width: 1200px;
}

.subMenu {
  width: 100%;
  box-shadow: 0 2px 10px #e1e1e1;
  margin-bottom: 50px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.subMenu .inner {
  width: 1200px;
  display: flex;
  height: 55px;
}

.subMenu .inner a {
  display: block;
  width: 20%;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  color: #333;
  font-weight: 500;
  position: relative;
}

.subMenu .inner a.active {
  color: #ab377a;
  border-bottom: 5px solid #ab377a;
}

.subMenu .inner a::after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #C6C6C6;
}

.subMenu .inner a:last-child::after {
  display: none;
}

.conten-box .floor {
  margin-bottom: 40px;
}

.conten-box .title_bg1 {
  background: url("../image/tit_bg.png") no-repeat;
  background-size: contain;
  height: 50px;
}

.conten-box .title_bg2 {
  background: url("../image/tit_bg1.png") no-repeat;
  background-size: contain;
  height: 50px;
}

.conten-box .title_bg3 {
  background: url("../image/tit_bg3.png") no-repeat;
  background-size: contain;
  height: 50px;
}

.conten-box .title {
  margin: 0px auto 40px;
  border-bottom: 1px solid #ab377a;
  padding-left: 30px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 1200px;
}

.conten-box .txt_p {
  font-size: 18px;
  color: #454545;
  margin-bottom: 20px;
  font-weight: 400;
}

.conten-box .txt_p:last-child {
  margin-bottom: 0;
}

.conten-box .txt_bg {
  position: relative;
  overflow: hidden;
}

.conten-box .txt_bg .txt-box {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  z-index: 9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.conten-box .txt_bg .txt-box .item {
  width: 325px;
  height: 245px;
}

.conten-box .txt_bg .txt-box .item .item-tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.conten-box .txt_bg .txt-box .item .item-txt {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}

.conten-box .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.conten-box .flex_box .item {
  width: 375px;
  background: url("../image/itun_bg.png") no-repeat;
  width: 375px;
  height: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 40px;
  padding: 35px 35px 20px 45px;
  font-size: 30px;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.conten-box .flex_box .item:hover {
  box-shadow: 0px 0px 13px 6px #c5c3c3;
}

.conten-box .flex_box .item:hover .arrows_btn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.conten-box .flex_box .item .icon-u {
  background: url("../image/icon-1.png") no-repeat;
  width: 38px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .icon-ip {
  background: url("../image/icon-2.png") no-repeat;
  width: 48px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .icon-w {
  background: url("../image/icon-3.png") no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .icon-e {
  background: url("../image/icon-4.png") no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .icon-r {
  background: url("../image/icon-5.png") no-repeat;
  width: 42px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .icon-t {
  background: url("../image/icon-6.png") no-repeat;
  width: 34px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.conten-box .flex_box .item .arrows_btn {
  position: absolute;
  bottom: 20px;
  right: 35px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.conten-box .diagram_box {
  position: relative;
  z-index: 10;
}

.conten-box .diagram_box .location {
  position: absolute;
  color: #ab377a;
  font-size: 16px;
  font-weight: bold;
}

.conten-box .diagram_box .location.h3 {
  font-size: 20px;
  font-weight: bold;
  color: #131313;
}

.conten-box .diagram_box .location.pic {
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.conten-box .diagram_box .location.pic:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.conten-box .link_box {
  margin-top: 30px;
  background-color: #5ea290;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 3px 15px #bdbdbd;
}

.conten-box .link_box .h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.conten-box .link_box .link {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.conten-box .link_box .link:hover {
  color: #ab377a;
}

.conten-box .link_box .link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.conten-box .link_box .flex_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.conten-box .link_box .flex_link .link {
  width: 50%;
  padding-right: 20px;
}

.conten-box .gift_box {
  box-shadow: 0 3px 15px #bdbdbd;
  padding: 40px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.conten-box .gift_box .time span {
  background-color: #5ea290;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  padding: 0 20px;
  font-weight: 500;
}

.conten-box .gift_box .how_txt {
  width: 60%;
  float: left;
  padding-left: 10px;
}

.conten-box .gift_box .how_txt .color {
  color: #5ea290;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.conten-box .gift_box .how_txt p {
  font-size: 18px;
  color: #454545;
  margin-top: 18px;
  font-weight: bold;
}

.conten-box .gift_box .wright {
  width: 40%;
  float: right;
  text-align: center;
}

.conten-box .gift_box .ask_btn {
  background-color: #ab377a;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  width: 180px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  margin: 40px auto 0;
  color: #fff;
}

.show_box {
  width: 1200px;
  margin: 30px auto;
}

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

.show_box .flex a {
  display: block;
  width: 592px;
  margin-bottom: 20px;
}

.about-us {
  background-color: #F7F7F7;
  padding: 50px 0 70px;
}

.about-us .yfl-about {
  width: 1200px;
  margin: 0 auto 35px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
}

.about-us .yfl-about .h2 {
  margin-bottom: 20px;
}

.about-us .yfl-about .h2 a {
  font-size: 20px;
  color: #666;
  font-weight: 500;
}

.about-us .yfl-about .h2 a span {
  margin-left: 15px;
}

.about-us .yfl-about p a {
  color: #333;
}

.about-us .wj-about {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
}

.about-us .wj-about .h2 {
  margin-bottom: 20px;
}

.about-us .wj-about .h2 a {
  font-size: 20px;
  color: #666;
  font-weight: 500;
}

.about-us .wj-about .h2 a span {
  margin-left: 10px;
}

.about-us .wj-about p a {
  color: #333;
}

.alert-shadow {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  display: none;
}

.alert-box {
  width: 925px;
  height: 650px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 110;
  display: none;
}

.alert-box.more_art {
  width: 1045px;
  height: 581px;
}

.alert-box.more_art .alert_item {
  background: url("../image/art_bg2.png");
  padding: 0;
}

.alert-box.more_art .alert_item .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  position: relative;
}

.alert-box.more_art .alert_item .content .h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.alert-box.more_art .alert_item .content .link_a {
  color: #333;
  font-size: 13px;
  width: 220px;
}

.alert-box.more_art .alert_item .content .link_a:hover {
  color: #ab377a;
}

.alert-box .close_btn {
  font-size: 35px;
  font-weight: 400;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 999;
  color: #333;
}

.alert-box .alert_item {
  background: url("../image/art_bg.png") no-repeat;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.alert-box .alert_item .content {
  max-height: 570px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 40px;
}

.alert-box .alert_item.short {
  background: url("../image/art_bg1.png") no-repeat;
  height: 445px;
}

.alert-box .alert_item .art_h3 {
  font-size: 24px;
  margin: 20px 0 40px;
  font-weight: bold;
  color: #333;
}

.alert-box .alert_item .art_h3.mb30 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.alert-box .alert_item .art_h3.mt40 {
  margin-top: 40px;
}

.alert-box .alert_item .art_h4 {
  font-size: 18px;
  margin: 40px 0 10px;
  font-weight: bold;
  color: #333;
}

.alert-box .alert_item .art_pic {
  position: relative;
}

.alert-box .alert_item .art_pic img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.alert-box .alert_item .art_pic span {
  color: #fff;
  font-size: 14px;
}

.alert-box .alert_item .art_pic p {
  font-size: 15px;
  line-height: 25px;
}

.alert-box .alert_item .link_list li {
  line-height: 25px;
}

.alert-box .alert_item .link_list li::before {
  content: '>';
  display: inline-block;
  width: 10px;
  height: 30px;
  color: #ab377a;
  font-size: 13px;
  vertical-align: middle;
  margin-right: 0;
}

.alert-box .alert_item .link_list li a {
  color: #ab377a;
  font-size: 15px;
}

.alert-box .location {
  position: absolute;
}

.alert-box .art_pic {
  font-size: 14px;
  color: fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}

::-webkit-scrollbar-thumb {
  background: #ab377a;
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
}

.alert_detail {
  width: 950px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #ab377a;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 535px;
  padding: 40px;
  z-index: 120;
  background-color: #fff;
  display: none;
}

.alert_detail .close-btn {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.alert_detail .title .left {
  float: left;
  margin-right: 100px;
}

.alert_detail .title .h3 {
  font-size: 20px;
  color: #ab377a;
  font-weight: bold;
  margin-bottom: 15px;
}

.alert_detail .title .h3 a {
  color: #ab377a;
}

.alert_detail p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px;
}

.alert_detail .link .h3 {
  font-size: 15px;
  color: #333;
  margin: 20px auto 15px;
}

.alert_detail .link .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-self: start;
}

.alert_detail .link .link_list li {
  width: 50%;
}

.alert_detail .link .link_list li a {
  display: inline-block;
  padding-right: 30px;
  color: #ab377a;
  line-height: 30px;
}

.animation-delay-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-delay-5 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animated {
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .animated {
    opacity: 1;
  }
}

.alert-quiz {
  max-width: 900px;
  width: 900px;
  max-height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  overflow-y: auto;
  display: none;
}

.alert-quiz .alert-one {
  padding: 60px 40px 20px;
  width: 100%;
  display: none;
}

.alert-quiz .alert-one .close_btn {
  font-size: 40px;
  position: fixed;
  top: 0px;
  right: 10px;
}

.alert-quiz .alert-one .form-box {
  width: 100%;
}

.alert-quiz .alert-one .form-box .list {
  width: 100%;
}

.alert-quiz .alert-one .form-box .list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.alert-quiz .alert-one .form-box .list li.li .item {
  width: 32%;
}

.alert-quiz .alert-one .form-box .list li .item {
  width: 50%;
}

.alert-quiz .alert-one .form-box .list li .item #resideprovince {
  width: 216px;
}

.alert-quiz .alert-one .form-box .list li .item input {
  border: 1px solid #adadad;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 13px;
  color: #333;
  display: inline-block;
  width: 67%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.alert-quiz .alert-one .form-box .list li .item .send-word {
  background: #822461;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 120px;
}

.alert-quiz .alert-one .form-box .list li .item select {
  border: 1px solid #adadad;
  width: 270px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #fff;
}

.alert-quiz .alert-one .form-box .list li .checkbox-list {
  width: 100%;
}

.alert-quiz .alert-one .form-box .list li .checkbox-list span {
  width: 48%;
  display: inline-block;
}

.alert-quiz .alert-one .form-box .list li .checkbox-list span label {
  font-weight: 400;
}

.alert-quiz .alert-one .form-box .list li .checkbox-list span input {
  margin-right: 10px;
}

.alert-quiz .alert-one .form-box .list li #textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  margin-top: 20px;
  font-size: 13px;
  line-height: 25px;
  height: 80px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #333;
}

.alert-quiz .alert-one .form-box .list li .agree-txt {
  font-size: 12px;
  color: #333;
  line-height: 20px;
}

.alert-quiz .alert-one .form-box .sub-btn {
  width: 150px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #AC397C;
  display: block;
  margin: 30px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.alert-quiz .alert-two {
  display: none;
  padding: 40px;
}

.alert-quiz .alert-two .h2 {
  margin: 0 20px 20px;
  text-align: center;
  padding: 0;
}

.alert-quiz .alert-two p {
  font-size: 15px;
  text-align: center;
}

.alert-quiz .alert-two .close-btn {
  background-color: #822461;
  color: #fff;
  width: 200px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
  margin: 20px auto 0;
}

.alert-quiz .alert-three {
  display: none;
  padding: 40px;
}

.alert-quiz .alert-three .h2 {
  margin: 0 20px 20px;
  text-align: center;
  padding: 0;
  font-size: 20px;
}

.alert-quiz .alert-three p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.alert-quiz .alert-three .close-btn {
  background-color: #822461;
  color: #fff;
  width: 200px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
  margin: 20px auto 0;
}

.quzi-box {
  display: none;
}

.quzi-box .answer-list {
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
}

.quzi-box .answer-list .answer-panel {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 0px 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.quzi-box .answer-list .answer-panel .answer-panel-heading {
  width: 100%;
  padding: 15px 0px 10px 0px;
  border-bottom: 1px solid #ededed;
  line-height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quzi-box .answer-list .answer-panel .answer-panel-heading .thetitle {
  width: calc(100% - 116px - 60px);
  line-height: 28px;
  color: #333;
}

.quzi-box .answer-list .answer-panel .answer-panel-heading .thetitle .iconfont {
  font-size: 18px;
  color: #AC397C;
  display: none;
}

.quzi-box .answer-list .answer-panel .answer-panel-heading .thebtn {
  width: 116px;
  height: 32px;
  display: block;
  border-radius: 200px;
  background: #85B3AA;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}

.quzi-box .answer-list .answer-panel .answer-panel-body {
  padding: 10px 0px;
  overflow: hidden;
}

.quzi-box .answer-list .answer-panel .answer-panel-body ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #666666;
  padding: 10px 0px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.quzi-box .answer-list .answer-panel .answer-panel-body ul li input {
  margin: 0px 8px 0px 0px;
}

.quzi-box .answer-list .answer-panel .answer-panel-body ul li label {
  font-weight: normal;
  margin: 0px;
}

.quzi-box .submit-btn a {
  width: 180px;
  height: 46px;
  background: #5DA394;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}
.form-box .item span{
  width: 120px;
  display: block;
  float: left;
  line-height: 30px;
}
.lit span{
  width: 100px !important;
  margin-left: 20px;

}
.form-txt {
  font-size: 14px;
  background: transparent;
  width: 30%;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
}
