html,
body {
  width: 100%;
  overflow-x: hidden;
}
body{
  padding-bottom: 2rem;
}
.mask{
  width:100%;
  height:100%;
  background:#333;
  opacity:0.8;
  z-index:9999;
  position:fixed;
  top:0;
  left:0;
  display:none;
}
#box{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:12rem;
  background:#ffffff;
  display:none;
  z-index:10000;
}
#box ul li:first-child{
  margin-top:0.8rem;
}
#box ul li{
  margin-bottom:0.4rem;
}
#box ul li a{
  text-decoration:none;
}
.header-nav {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.21333333rem 0.34666667rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-color: transparent !important;
}
.header-nav .header-logo {
  height: 0.69333333rem;
}
.header-nav .header-menu {
  flex: initial;
  height: 0.45333333rem;
  width: 0.64rem;
}
.header-nav .header-menu img {
  display: block;
  width: 100%;
}
.y_pota{
  position: fixed;
  top: 0.5rem;
  right: 0.3rem;
}
.header-carousel {
  width: 100%;
  overflow:hidden;
}
.header-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-carousel .carousel-indicators {
  margin-bottom: 0.32rem;
}
.header-carousel .carousel-indicators li {
  border-top: 0;
  border-bottom: 0;
  width: 0.38666667rem;
  height: 3px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 2px;
  margin-left: 0.14666667rem;
}
.header-carousel .carousel-indicators li.active {
  background: #ff9859;
  opacity: 1;
}
.business {
  padding: 0.4rem 0.33333333rem 0.53333333rem;
}
.business .business-header {
  text-align: center;
}
.business .business-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #292828;
}
.business .business-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #949494;
}
.business .business-content {
  margin-top: 0.42666667rem;
}
.business .business-content img {
  width: 100%;
  margin-bottom: 0.21333333rem;
}
.business .business-content img:nth-last-child(1) {
  margin-bottom: 0;
}
.program {
  padding: 0.64rem 0;
  /*height: 8.26666667rem;*/
  background: url("../images/program-bg.png") no-repeat;
  /*background-size: 100% auto;*/
}
.program .program-header {
  text-align: center;
}
.program .program-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #ffffff;
}
.program .program-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #8e8e8e;
}
.program .program-box {
  margin-top: 0.66666667rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 1.06666667rem 0.53333333rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: white;
}
.program .program-box .program-flex {
  display: flex;
  border-bottom: 0.05333333rem solid white;
}
.program .program-box .program-flex:nth-last-child(1) {
  border-bottom: 0;
}
.program .program-box .program-flex > div {
  flex: 1;
}
.program .program-box .program-flex .program-horizon {
  display: flex;
  height: 2.93333333rem;
  align-items: center;
  justify-content: center;
  border-right: 0.05333333rem solid white;
}
.program .program-box .program-flex .program-horizon:nth-last-child(1) {
  border-right: 0;
}
.program .program-box .program-flex .program-horizon .program-content {
  margin-left: 0.50666667rem;
}
.y_top1{
  margin-left: 0.50666667rem;
  display: flex;
  flex-direction: column;
}
.y_top2 h3{
  font-size: 0.42666667rem;
  color: #424242;
}
.y_top2 span{
  color: #717171;
  font-size: 0.32rem;
}
.y_top2{
  display: flex;
}
.y_top3{
  width: 0.61333333rem;
  height: 0.08rem;
}
.y_topbackg{
  background: #c5785a;
}
/*.program .program-box .program-flex .program-content h3 {
  font-size: 0.42666667rem;
  line-height: 0.42666667rem;
  color: #424242;
}
.program .program-box .program-flex .program-content span {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #717171;
}*/
.program .program-box .program-flex .program-content .program-content-box {
  margin-top: 0.46666667rem;
  width: 0.61333333rem;
  height: 0.08rem;
}
.program .program-box .program-flex .program-vertical {
  position: relative;
  height: 4rem;
  border-right: 0.05333333rem solid white;
}
.program .program-box .program-flex .program-vertical:nth-last-child(1) {
  border-right: 0;
}
.program .program-box .program-flex .program-vertical .program-content {
  padding: 0.45333333rem 0 0.26666667rem;
  text-align: center;
}
.program .program-box .program-flex .program-vertical .program-content .program-content-box {
  margin: 0.26666667rem auto 0;
}
.program .program-box .program-flex .program-vertical img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.program .program-box .program-flex .program-1 {
  background: url("../images/column_box_11.png");
}
.program .program-box .program-flex .program-1 img {
  width: 1.81333333rem;
  height: 2.30666667rem;
}
.program .program-box .program-flex .program-1 .program-content-box {
  background: #FA7C3C;
}
.program .program-box .program-flex .program-2 {
  background: url("../images/column_box_12.png");
}
.program .program-box .program-flex .program-2 img {
  width: 2rem;
  height: 1.8rem;
}
.program .program-box .program-flex .program-2 .program-content-box {
  background: #3DACF9;
}
.program .program-box .program-flex .program-3 {
  background: url("../images/column_box_19.png");
  background-size: 100% 100%;
}
.program .program-box .program-flex .program-3 img {
  width: 2.68rem;
  height: 2.13333333rem;
}
.program .program-box .program-flex .program-3 .program-content-box {
  background: #57B0B2;
}
.program .program-box .program-flex .program-4 {
  background: url("../images/column_box_13.png");
  background-size: 100% 100%;
}
.program .program-box .program-flex .program-4 img {
  width: 3.09333333rem;
  height: 2.2rem;
}
.program .program-box .program-flex .program-4 .program-content-box {
  background: #8774ef;
}
.program .program-box .program-flex .program-5 {
  background: url("../images/column_box_17.png");
  background-size: 100% 100%;
}
.program .program-box .program-flex .program-5 img {
  width: 2.69333333rem;
  height: 1.88rem;
  margin-left: 0.14666667rem;
}
.program .program-box .program-flex .program-5 .program-content-box {
  background: #c5785a;
}
.service {
  padding: .97333333rem 0.4rem 0rem;
  position: relative;
}
.service .service-top-bg {
  position: absolute;
  top: 2.18666667rem;
  left: 1.14666667rem;
  width: 76%;
}
.service .service-top-bg img {
  display: block;
  width: 100%;
}
.service .service-bottom-bg {
  display: block;
  position: absolute;
  bottom: -0.37333333rem;
  left: 0.54666667rem;
  width: 8.74666667rem;
}
.service .service-bottom-bg img {
  display: block;
  width: 100%;
}
.service .service-header {
  text-align: center;
}
.service .service-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #292828;
}
.service .service-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #949494;
}
.service .service-content {
  margin-top: 0.8rem;
  position: relative;
}
.service .service-content:after {
  content: '';
  position: absolute;
  left: 33%;
  top: 0.85333333rem;
  height: 6.72rem;
  width: 1px;
  background: #eeeeee;
}
.service .service-content:before {
  content: '';
  position: absolute;
  right: 33%;
  top: 0.85333333rem;
  height: 6.72rem;
  width: 1px;
  background: #eeeeee;
}
.service .service-content .server-flex {
  display: flex;
}
.service .service-content .server-flex > div {
  flex: 1;
}
.service .service-content .server-flex:nth-last-child(1) .server-box:after {
  height: 0;
}
.service .service-content .server-flex .server-box {
  position: relative;
  padding-top: 0.85333333rem;
}
.service .service-content .server-flex .server-box .server-h1 {
  font-size: 0.42666667rem;
  font-weight: 500;
  color: #424242;
  line-height: 0.42666667rem;
}
.service .service-content .server-flex .server-box .server-text {
  margin-top: 0.28rem;
  margin-bottom: 0.50666667rem;
  width: 100%;
  font-size: 0.29333333rem;
  line-height: 0.42666667rem;
  height: 0.85333333rem;
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service .service-content .server-flex .server-box .server-num {
  position: absolute;
  top: 0;
  right: 0;
  font-family: DINAlternate-Bold;
  font-size: 1.66666667rem;
  line-height: 1.66666667rem;
  font-weight: bold;
  color: #424242;
  opacity: 0.05;
}
.service .service-content .server-flex .server-box:nth-child(2) {
  margin-left: 0.66666667rem;
  margin-right: 0.66666667rem;
}
.service .service-content .server-flex .server-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mouth {
  padding: 0.85333333rem 0 0;
  background: url("../images/mouth-bg.png") no-repeat;
  background-size: 100% auto;
}
.mouth .mouth-header {
  text-align: center;
}
.mouth .mouth-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #ffffff;
}
.mouth .mouth-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #8e8e8e;
}
.mouth .mouth-swiper {
  padding-left: 0.32rem;
  margin-top: 0.53333333rem;
  overflow: initial;
  width: 100%;
}
.mouth .mouth-swiper .swiper-slide {
  width: 8.72rem;
  border-radius: 10px;
  box-shadow: 0 0.26666667rem 0.53333333rem 0.13333333rem rgba(0, 0, 0, 0.1);
}
.mouth .mouth-swiper .swiper-slide > img {
  display: block;
  width: 100%;
}
.mouth .mouth-swiper .swiper-slide .mouth-content {
  height: 3.94666667rem;
  background: white;
  padding: 0.82666667rem 0.82666667rem 0;
}
.mouth .mouth-swiper .swiper-slide .mouth-content .mouth-title {
  position: relative;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #474747;
}
.mouth .mouth-swiper .swiper-slide .mouth-content .mouth-title span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.26666667rem;
  font-weight: 400;
  color: #949494;
}
.mouth .mouth-swiper .swiper-slide .mouth-content .mouth-block {
/*  width: 0.74666667rem;
  height: 7px;
  background: #ff9859;
  margin-top: 0.45333333rem;
  margin-bottom: 0.37333333rem;
  border-radius: 4px;*/
  padding-top: 0.35333333rem;
  padding-bottom: 0.37333333rem;
  text-align: center;
  position: relative;
}
.mouth .mouth-swiper .swiper-slide .mouth-content .mouth-block:before{
  content: "";
  width: 0.74666667rem;
  height: 7px;
  background: #ff9859;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mouth .mouth-swiper .swiper-slide .mouth-content .mouth-details {
  font-size: 0.29333333rem;
  color: #747474;
  line-height: 0.42666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.partner {
  padding-top: 0.93333333rem;
}
.partner .partner-header {
  text-align: center;
}
.partner .partner-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #292828;
}
.partner .partner-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #949494;
}
.partner .partner-content {
  position: relative;
  height: 8.98666667rem;
  margin-top: 0.45333333rem;
  /*background: url("https://heifeng.oss-cn-shenzhen.aliyuncs.com/heifeng_gw/wapimg/partner-bg.png") no-repeat center;
  background-size: auto 100%;*/
}
/*.partner .partner-content >img{
  max-width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}*/
.partner .partner-content .partner-cover{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.partner .partner-content .partner-cover >img{
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.partner .partner-content .partner-btn {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  /*margin: auto;*/
  transform: translate(-50%,0);
  width: 2.94666667rem;
  height: 3.38666667rem;
  background: url("../images/partner-brn.png") no-repeat 100% 100%;
  background-size: 100% 100%;
}
.news {
  padding: 0.90666667rem 0.32rem 0.4rem;
}
.news .news-header {
  text-align: center;
}
.news .news-header h1 {
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: bold;
  margin-bottom: 0.18666667rem;
  color: #292828;
}
.news .news-header span {
  display: block;
  font-size: 0.26666667rem;
  line-height: 0.26666667rem;
  font-weight: 400;
  color: #949494;
}
.news .news-content {
  padding: 0.66666667rem 0 0;
  overflow: hidden;
}
.news .news-content .news-item {
  float: left;
  width: 48.5%;
}
.news .news-content .news-item > img {
  width: 100%;
}
.news .news-content .news-item .news-text {
  margin-top: 0.32rem;
  margin-bottom: 0.69333333rem;
}
.news .news-content .news-item .news-text .news-h1 {
  position: relative;
  font-size: 0.37333333rem;
  font-weight: 500;
  color: #272727;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-content .news-item .news-text .news-h1 span {
  margin-top: 0.18666667rem;
  font-size: 0.29333333rem;
  display: block;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 0.48rem;
}
.news .news-content .news-item .news-text .news-details {
  margin-top: 0.22666667rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-content .news-item:nth-child(1) {
  width: 100%;
}
.news .news-content .news-item:nth-child(1) .news-text span {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.news .news-content .news-item:nth-child(1) .news-details {
  margin-top: 0.32rem;
}
.news .news-content .news-item:nth-child(2n) {
  margin-right: 3%;
}
.news .btn {
  width: 100%;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  background: #f7f7f7;
  border-radius: 0.13333333rem;
  font-weight: 400;
  color: #272727;
  font-size: 0.37333333rem;
  padding: 0;
}
.footer {
  position: relative;
  background: #ff9859;
  padding: 0.88rem 0.93333333rem 1.2rem;
}
.footer .footer-phone {
  width: 5.86666667rem;
  height: 0.94666667rem;
  margin: auto;
  z-index: 999;
  background: url("../images/footer-phone.png") no-repeat 100% 100%;
  background-size: 100% 100%;
}
.footer .footer-info {
  margin-top: 0.82666667rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
}
.footer .footer-info .footer-info-left {
  flex: 1;
}
.footer .footer-info .footer-info-left .footer-info-logo {
  width: 4.44rem;
  height: 0.76rem;
}
.footer .footer-info .footer-info-left .footer-logo-name {
  margin-top: 0.48rem;
  font-size: 0.4rem;
  color: #313131;
  line-height: 0.4rem;
  font-weight: bold;
}
.footer .footer-info .footer-info-left .footer-filing {
  margin-top: 0.21333333rem;
  font-size: 0.29333333rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-info .footer-info-right {
  flex: initial;
  width: 2rem;
}
.footer .footer-info .footer-info-right img {
  display: block;
  width: 100%;
}
.footer .footer-info .footer-info-right .footer-info-bottom {
  margin-top: 0.21333333rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-items {
  margin-top: 0.8rem;
  margin-bottom: 0.84666667rem;
  position: relative;
}
.footer .footer-items .footer-item {
  flex: 1;
}
.footer .footer-items .footer-item .footer-item-box:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-items .footer-item-right {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-items .footer-item-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-items .footer-item-box {
  position: relative;
  margin-top: 0.4rem;
}
.footer .footer-items .footer-item-list {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin-bottom: 0.32rem;
  color: #313131;
}
.footer .footer-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #313131;
  text-align: center;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 0.37333333rem;
  font-weight: 400;
  color: #ff9859;
}
.footer .footer-btn:after {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: '';
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21333333rem 0.21333333rem 0 0.21333333rem;
  border-color: #ff9859 transparent transparent transparent;
}
.top-menu,.modal-menu {
  position: fixed;
  bottom: 0rem;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-menu .bg,.modal-menu .bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.top-menu .top-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
  transform: translateY(-2.17333333rem);
}
.top-menu .top-header {
  margin-bottom: -1px;
  background: url("../images/top-menu-bg.png") no-repeat center;
  background-size: 120% 125%;
  height: 2.17333333rem;
  width: 100%;
  padding: 0.48rem 0.56rem 0;
  display: flex;
  align-items: center;
}
.top-menu .top-header .left,
.top-menu .top-header .right {
  flex: 1;
}
.top-menu .top-header .left .left-title,
.top-menu .top-header .right .left-title,
.top-menu .top-header .left .right-title,
.top-menu .top-header .right .right-title {
  font-size: 0.45333333rem;
  font-weight: bold;
  color: #2c2c2b;
  line-height: 0.49333333rem;
}
.top-menu .top-header .left .left-info,
.top-menu .top-header .right .left-info,
.top-menu .top-header .left .right-info,
.top-menu .top-header .right .right-info {
  margin-top: 0.05333333rem;
  font-size: 0.26666667rem;
  line-height: 0.49333333rem;
}
.top-menu .top-header .right {
  text-align: right;
}
.top-menu .top-header .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y_conter{
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  text-align: center;
}
.y_topback{
  width: 1rem;
  height: 1rem;
  background: url("__PUBLIC__/heifengshouji/img/icon-menu.png") no-repeat center / 0.16rem;
}
.top-menu .top-header .content .content-left,
.top-menu .top-header .content .content-right {
  flex: initial;
  display: block;
  width: 1.06666667rem;
  border-radius: 0.10666667rem;
  height: 1.10666667rem;
  background: black;
}
.top-menu .top-header .content .content-center {
  flex: initial;
  display: block;
  margin: 0 0.08rem;
  font-size: 0.66666667rem;
  color: black;
}
.top-menu .top-from {
  background: #ff9859;
  padding: 0.2rem 0.53333333rem 0.64rem;
}
.top-menu .top-from .form-control {
  height: 1.24rem;
  line-height: 0.56rem;
  font-size: 0.4rem;
  margin-bottom: 0.26666667rem;
  padding-left: 0.41333333rem;
}
.top-menu .top-from .form-control:focus {
  outline: none;
  box-shadow: none;
}
.top-menu .top-from textarea.form-control {
  height: 2.84rem;
}
.top-menu .top-from .btn-block {
  padding: 0;
  width: 8.93333333rem;
  height: 1.24rem;
  line-height: 1.24rem;
  text-align: center;
  background: #222222;
  border-radius: 10px;
  margin: 1rem auto 0;
  font-size: 0.4rem;
  font-weight: bold;
  color: #ff9859;
}
.top-menu.active .bg,.modal-menu.active .bg {
  height: 100vh;
  opacity: 1;
}
.top-menu.active .top-content {
  transform: translateY(-100%);
}
.y_nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333333;
}
.y_top_ul{
  padding:0;margin:0;
  list-style:none;
}
.y_xianzhi1{
overflow:hidden;
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;
}
/*# sourceMappingURL=style.css.map */

.modal-menu .top-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
  transform: translateY(-2.17333333rem);
}
.modal-menu.active .top-content {
  transform: translateY(-120%);
}
.modal-menu .top-header {
  margin-bottom: -.4rem;
  background: url(../images/top-menu-bg.png) no-repeat center;
  background-size: 120% 125%;
  height: 2.17333333rem;
  width: 100%;
  padding: 0.48rem 0.56rem 0;
  text-align: center;
}
.modal-menu .dalmenu_wixin{
  font-size: 0.45333333rem;
  font-weight: bold;
  color: #2c2c2b;
  /* line-height: 1.6rem; */
  margin-top: .6rem;
}
.modal-menu .dalmenu-primary{
  display: block;
  width: auto;
  font-size: .4rem;
  font-weight: 600;
  color: #495057;
  background-color: #fff;
  border: none;
  border-radius: .5rem;
  margin: 0 auto;
  padding: .14rem .5rem;
  line-height: unset;
}
.modal-menu .top-from {
  background: #ff9859;
  padding: 0.2rem 0.53333333rem 0.54rem;
}
.modal-menu .img-responsive {
  width: 50%;
  margin: .4rem auto 0;
  background: #fff;
}
.modal-menu .dalmenu_border {
  border-bottom: 1px dashed #ffffff;
  padding-bottom: .4rem;

}
.modal-menu .img-responsive img{
  width: 100%;
  border: 0.16rem solid #ffffff;
}
.modal-menu .img-tis{
  font-size: .34rem;
  color: #ffffff;
  margin-top: .3rem;
  text-align: center;
}

