@charset "UTF-8";
/* CSS Document */
* {
  font-family: "微软雅黑";
  box-sizing: border-box; }

body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

ul, ol, li, dl, dd, dt {
  list-style-type: none; }

textarea {
  resize: none; }

select, input, img, select, button, textarea {
  padding: 0;
  margin: 0;
  border: none;
  outline: none; }

button {
  cursor: pointer; }

img {
  border: none; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: none; }

a:link {
  text-decoration: none;
  color: #000;
  outline: none; }

a:visited {
  text-decoration: none;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  outline: none; }

a:active {
  text-decoration: none;
  color: #000;
  outline: none; }

ol, ul, li {
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

p {
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

html, body {
  width: 100%;
  height: 100%; }

.w {
  width: 100%;
  min-width: 1200px; }

.inw {
  width: 1200px;
  margin: 0 auto; }

.anmit {
  -moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  -o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s,color 0.4s ease 0s; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

    .animated {
        animation-duration: 0.5s;
        animation-fill-mode: both; }

    .m-banner-1 {
        position: relative;
        width: 100%;
        height: 2rem;
        z-index: 99; }
    .m-banner-1 .banner {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 2rem;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .m-banner-1 .banner .logo {
        position: relative;
        height: 1.2rem;
        line-height: 1.2rem;
        width: 80%;
        display: flex; }
    .m-banner-1 .banner .logo img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: auto;
        display: inline-block;
        vertical-align: middle; }
    .m-banner-1 .banner .logo p {
        color: #000;
        font-size: 0.7rem;
        margin-left: 0.3rem; }
    .m-banner-1 .banner .r {
        position: relative;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end; }
    .m-banner-1 .banner .r .s {
        margin-right: 20px; }
    .m-banner-1 .banner .mask {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        touch-action: none; }
    .m-banner-1 .banner .layout {
        position: fixed;
        display: none;
        touch-action: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 110; }
    .m-banner-1 .banner .layout .navbox-appear {
        transform: translateX(0%); }
    .m-banner-1 .banner .layout .navbox-appear {
        transform: translateX(100%); }
    .m-banner-1 .banner .layout .navbox {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background: #333333;
        z-index: 111;
        transform: translateX(100%); }
    .m-banner-1 .banner .layout .navbox .cancel {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2.4rem;
        background: #606060;
        font-size: 0.9rem;
        color: #aaa;
        text-align: center;
        line-height: 2.4rem; }
    .m-banner-1 .banner .layout .navbox .navul {
        padding-top: 15%;
        position: relative;
        width: 100%; }
    .m-banner-1 .banner .layout .navbox .navul li {
        position: relative;
        width: 100%; }
    .m-banner-1 .banner .layout .navbox .navul li a {
        position: relative;
        width: 100%;
        height: 2.4rem;
        line-height: 2.4rem;
        padding-left: 2rem;
        display: block;
        font-size: 0.8rem;
        color: #fff; }
    .m-banner-1 .banner .layout .navbox .navul li a i {
        position: relative;
        font-size: 1rem;
        margin-right: 10px; }
    .m-banner-1 .banner .layout .search-appear {
        transform: translateY(0%); }
    .m-banner-1 .banner .layout .search-disappear {
        transform: translateY(100%); }
    .m-banner-1 .banner .layout .search {
        position: relative;
        width: 100%;
        z-index: 110;
        background: #000;
        padding-left: 10px;
        padding-right: 10px;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translateY(-100%); }
    .m-banner-1 .banner .layout .search .l {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
    .m-banner-1 .banner .layout .search .l .box {
        position: relative;
        display: block;
        width: 1.8rem;
        height: 1.2rem;
        text-align: center;
        line-height: 1.2rem;
        font-size: 0.7rem;
        color: #fff;
        margin-right: 0.2rem;
        border-radius: 5px; }
    .m-banner-1 .banner .layout .search .l .box.on {
        background: #fff;
        color: #000; }
    .m-banner-1 .banner .layout .search .serin {
        position: relative;
        width: 9.4rem;
        height: 1.4rem;
        border-radius: 3px;
        background: #fff;
        text-indent: .2rem;
        color: #000; }
    .m-banner-1 .banner .layout .search .close {
        position: relative;
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        text-align: center;
        line-height: 1.2rem;
        background: #fff; }
    .m-banner-1 .banner .layout .search .close i {
        font-size: 0.8rem;
        color: #000; }
    .m-banner-1 .banner .iconfontsize {
        font-size: 1.2rem; }
    .m-banner-1 .banner .iconfontcolor {
        color: #000; }
    .swiper1903161518 {
        width: 100%;
        height: 8rem;
        overflow: hidden; }
    .swiper1903161518 .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex; }
    .swiper1903161518 .swiper-wrapper .swiper-slide {
        height: 100%;
        width: 100%; }
    .swiper1903161518 .swiper-wrapper .swiper-slide .swiper-slide-content {
        height: 100%;
        width: auto; }
	.bannerft{
		position: relative;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 30px 0;
		font-size: 16px;
		color: #353535;
		border-bottom: 10px solid #efeff4;
	}
.component-aiv-index-application.wrap {
  position: relative;
  width: 100%;
  background: #fff;
 border-bottom: 10px solid #efeff4;
}

.component-aiv-index-application .title {
  position: relative;
  padding: 20px 15px;
}

.component-aiv-index-application .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}

.component-aiv-index-application .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-application .list{
  position: relative;
  padding: 0 15px;
  padding-bottom: 20px;
}
.component-aiv-index-application .list .box{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.component-aiv-index-application .list .box img{
  width: 100%;
}
.component-aiv-index-application .list .box .txt{
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.component-aiv-index-application .list .box .txt.b .t1{
  color: #353535;
}
.component-aiv-index-application .list .box .txt.b .t1::after{
  background: #353535;
}
.component-aiv-index-application .list .box .txt.b .t2{
   color: #353535;
}
.component-aiv-index-application .list .box .txt .t1{
  position: relative;
  font-size: 17px;
  color: #fff;
  padding-bottom: 7px;
  line-height: 24px;
  margin-bottom: 10px;
}
.component-aiv-index-application .list .box .txt .t1::after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.component-aiv-index-application .list .box .txt .t2{
  position: relative;
  width: 100px;
  line-height: 18px;
  height: 37px;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
}
.component-aiv-index-application.wrap {
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
	border-bottom: 10px solid #efeff4;
}
.component-aiv-index-application .title {
	position: relative;
	padding: 20px 15px;
}
.component-aiv-index-application .title .t {
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
}
.component-aiv-index-application .title .rt {
	position: relative;
	font-size: 14px;
	color: #888;
}
.component-aiv-index-application .item {
	position: relative;
	width: 80%;
}
	.component-aiv-index-application .item:first-child {
		margin-left: 5px;
	}
		.component-aiv-index-application .item:last-child {
		margin-right: 5px;
	}

.component-aiv-index-application .item .img {
	display: block;
	margin: 0 10px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	background-size: cover;
}
.component-aiv-index-category{
  position: relative;
  width: 100%;
  background: #fff;
border-bottom: 10px solid #efeff4;
}

.component-aiv-index-category .title {
  position: relative;
  padding: 20px 15px;
  padding-bottom: 15px;
}

.component-aiv-index-category .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.component-aiv-index-category .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-category .ban{
  position: relative;
	display: block;
  width: 100%;
  height: auto;
}
.component-aiv-index-category .ban img{
  width: 100%;
	height: auto;
}
.component-aiv-index-category .list{
  position: relative;
  padding:0 7px;
  padding-top: 30px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.component-aiv-index-category .list .li{
  position: relative;
  width: 33.3%;
}
.component-aiv-index-category .list .li .in{
  position: relative;
	display: block;
  padding: 0 7px;
}
.component-aiv-index-category .list .li .in .img{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
	background-size: cover;
  border: 1px solid #E5E5E5;
}
.component-aiv-index-category .list .li .in .img img{
  width: 100%;
  height: 100%;
}
.component-aiv-index-category .list .li .in .txt{
  position: relative;
  padding-top: 7px;
  padding-bottom: 20px;
}
.component-aiv-index-category .list .li .in .txt .t1{
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  color: #353535;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.component-aiv-index-category .list .li .in .txt .t2{
  width: 100%;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.component-aviii-index-partner {
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
	border-bottom: 10px solid #efeff4;
}
.component-aviii-index-partner .title {
	position: relative;
	padding: 20px 15px;
}
.component-aviii-index-partner .title .t1 {
	position: relative;
	width: 100%;
	font-size: 17px;
	color: #000;
	line-height: 24px;
}
.component-aviii-index-partner .title .t2 {
	position: relative;
	width: 100%;
	font-size: 17px;
	color: #888;
	line-height: 24px;
	margin-top: 5px;
}
.component-aviii-index-partner .scrollwrap {
	position: relative;
	width: 100%;
}
	.component-aviii-index-partner .scrollwrap .swiper-wrapper{
		transition-timing-function: linear;
	}
	.component-aviii-index-partner .scrollwrap .swiper-slide{
		margin: 0 10px;
		width: 120px;
	height: 60px;
		background-color: #4378e1;
	}
.component-aviii-index-partner .scrollwrap .item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.component-aiv-index-album{
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

.component-aiv-index-album .title {
  position: relative;
  padding: 20px 15px;
}

.component-aiv-index-album .title .t {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.component-aiv-index-album .title .rt {
  position: relative;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-album .list{
  position: relative;
  padding:0 12px;
  padding-top: 0px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.component-aiv-index-album .list .li{
  position: relative;
  width: 50%;
}
.component-aiv-index-album .list .li .in{
  position: relative;
	display: block;
  padding: 0 17px;
}
.component-aiv-index-album .list .li .in .img{
  position: relative;
  width: 100%;
  height: 185px;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.component-aiv-index-album .list .li .in .txt{
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.component-aiv-index-album .more{
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888;
}
.component-aiv-index-album .more::after{
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C7C7CC;
  border-right: 2px solid #C7C7CC;
  transform: rotate(45deg);
  margin-left: 5px;
}
	    .album-layout {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*display: flex;*/
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999; }
    .album-layout .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
    .album-layout .albumbox {
        position: relative;
        width: 100%;
        background: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 10000; }
    .m-footer-1 {
        position: relative;
        width: 100%;
        background: #fff;
        padding-top: 0.75rem; }
    .m-footer-1 .conts {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px; }
    .m-footer-1 .conts .ecbox {
        position: relative;
        width: 40%;
        padding: 5px;
        height: auto;
        margin-right: 5%; }
    .m-footer-1 .conts .ecbox img {
        width: 100%;
        height: auto; }
    .m-footer-1 .conts .lists {
        position: relative;
        width: 55%; }
    .m-footer-1 .conts .lists .t {
        font-size: 0.6rem;
        color: #333;
        line-height: 0.9rem; }
    .m-footer-1 .footnav {
        position: relative;
        width: 100%;
        text-align: center; }
    .m-footer-1 .footnav ul {
        display: flex;
        align-items: center;
        justify-content: center; }
    .m-footer-1 .footnav ul li {
        padding: 0 0.65rem;
        border-right: 1px solid #333; }
    .m-footer-1 .footnav ul li:last-child {
        border-right: 0; }
    .m-footer-1 .footnav ul li a {
        display: block;
        color: #333;
        font-size: 0.6rem; }
    .m-footer-1 .copyright {
        padding: 0.75rem 0;
        text-align: center;
        color: #939393;
        font-size: 0.5rem; }
    .inner_article-1 {
        position: relative;
        background: #fff; }

    .inner_article-1 .inner {
        position: relative;
        padding: 40px 15px; }

    .inner_article-1 .inner .title {
        position: relative;
        width: 100%;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        text-align: center;
        padding: 3px 0; }

    .inner_article-1 .inner .txt {
        position: relative;
        width: 100%;
        padding-top: 20px;
        font-size: 14px;
        color: #666666; }
	.inner_article-1 .inner .txt img {
	    max-width:100% !important;
		height:auto !important;
	}
	.inner_article-1 .inner .txt table{ width:100% !important;max-width:100% !important;text-align: center;border-collapse: collapse;border-spacing:0;}
	.inner_article-1 .inner .txt table tr td{border:1px solid #666666;}
	.inner_article-1 .inner .txt table tr th{border:1px solid #666666;}
	.conts .content img {
	    max-width:100% !important;
		height:auto !important;
	}
	.conts .content table{ width:100% !important;max-width:100% !important;text-align: center;border-collapse: collapse;border-spacing:0;}
	.conts .content table tr td{border:1px solid #666666;}
	.conts .content table tr th{border:1px solid #666666;}
	.inner_article-1 .inner .t1 {
	  position: relative;
	  width: 100%;
	  padding: 10px 0 15px 0;
	  text-align: center; }

	.inner_article-1 .inner .t1 span {
	  padding: 0 10px;
	  font-size: 12px;
	  color: #999999; }

	.inner_article-1 .inner .t2 {
	  position: relative;
	  width: 100%;
	  padding: 5px 20px;
	  background: #f6f6f6;
	  border: 1px solid #e5e5e5;
	  font-size: 14px;
	  color: #888888; }

	.inner_article-1 .inner .art_page_wrap {
	  position: relative;
	  width: 100%;
	  padding: 30px 0; }

	.inner_article-1 .inner .art_page_wrap .art_page {
	  position: relative;
	  display: block;
	  text-align: left;
	  font-size: 14px;
	  color: #444;
	  padding-top: 5px;
	  padding-bottom: 5px; }

	.inner_article-1 .inner .art_page_wrap .art_page span {
	  color: #999999; }

	.inner_article-1 .inner .art_page_wrap .art_page:hover span {
	  color: #444; }

    .top {
        position: relative;
        _height: 1.9rem;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
    .top .r {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 0.6rem;
        color: #cc0000;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
    .top .r .scollnav {
        position: relative;
        width: 100%;
        _overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        _overflow-y: hidden; }
    .top .r .scollnav .navul {
        position: relative;
        width: 100%;
    }
    .top .r .scollnav .navul li {
        position: relative;
        float: left;
        width: 25%;
        text-align: center; }
    .top .r .scollnav .navul li::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 60%;
        content: '';
        -webkit-transform: translate(0, -50%) scaleX(0.5);
        transform: translate(0, -50%) scaleX(0.5);
        background-color: #eee; }
    .top .r .scollnav .navul li a {
        position: relative;
        display: block;
        _padding: 0 0.75rem;
        height: 100%;
        font-size: 0.6rem;
        color: #333;
        line-height: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .top .r .scollnav .navul li.active {
        background: #0e75ff; }
    .top .r .scollnav .navul li.active a {
        color: white; }

    .animated {
        animation-duration: 0.5s;
        animation-fill-mode: both; }

    .m-inner-banner-1 {
        position: relative;
        width: 100%;
        height: 2rem;
        z-index: 99; }
    .m-inner-banner-1 .banner {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 2rem;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #efeff4; }
    .m-inner-banner-1 .banner .title {
        position: relative;
        width: 10rem;
        font-size: 0.75rem;
        color: #000;
        padding-left: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .m-inner-banner-1 .banner .title .back {
        position: absolute;
        width: 2rem;
        height: 2rem;
        left: -1rem;
        top: 50%;
        margin-top: -1rem;
        line-height: 2rem;
        display: block;
        color: #000;
        transform: rotate(180deg);
        z-index: 100;
        font-size: 1rem; }
    .m-inner-banner-1 .banner .r {
        position: relative;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end; }
    .m-inner-banner-1 .banner .r .s {
        margin-right: 20px; }
    .m-inner-banner-1 .banner .mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4); }
    .m-inner-banner-1 .banner .nav_layout {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 110;
        touch-action: none; }
    .m-inner-banner-1 .banner .nav_layout .navbox {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background: #333333;
        z-index: 111;
        transform: translateX(100%); }
    .m-inner-banner-1 .banner .nav_layout .navbox .cancle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2.4rem;
        background: #606060;
        font-size: 0.9rem;
        color: #aaa;
        text-align: center;
        line-height: 2.4rem; }
    .m-inner-banner-1 .banner .nav_layout .navbox .navul {
        padding-top: 15%;
        position: relative;
        width: 100%; }
    .m-inner-banner-1 .banner .nav_layout .navbox .navul li {
        position: relative;
        width: 100%; }
    .m-inner-banner-1 .banner .nav_layout .navbox .navul li a {
        position: relative;
        width: 100%;
        height: 2.4rem;
        line-height: 2.4rem;
        padding-left: 2rem;
        display: block;
        font-size: 0.8rem;
        color: #fff; }
    .m-inner-banner-1 .banner .nav_layout .navbox .navul li a i {
        position: relative;
        font-size: 1rem;
        margin-right: 10px; }
		
.yyform {
    padding-bottom: 20px;
}
.yyform .input {
    position: relative;
    outline: none;
    box-sizing: border-box;
}
.yyform .input input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b5b3b3;
    border-radius: 3px;
    padding: 8px 8px 8px 8px;
    -webkit-appearance: none;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    resize: none;
    font-weight: normal;
    box-sizing: border-box;
}
.yyform .input textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #b5b3b3;
    border-radius: 3px;
    padding: 8px 8px 8px 8px;
    -webkit-appearance: none;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    resize: none;
    font-weight: normal;
    box-sizing: border-box;
}
.yyform img {
    max-width: 100% !important;
    height: auto !important;
}
.yyform .btn {
    border-radius: 3px;
    padding: 0 10px;
    line-height: 30px;
    background: #eee;
    color: #333;
    text-align: center;
    background: #ff1e3e;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
}

    .m-inner-banner-1 .banner .iconfontsize {
        font-size: 1.2rem; }
    .m-inner-banner-1 .banner .iconfontcolor {
        color: #000; }
    .m-inner-product-2 {
        position: relative;
        width: 100%;
        background: #fff; }
    .m-inner-product-2 .top {
        position: relative;
        height: 1.8rem;
        background: #d0d0d0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .m-inner-product-2 .top .l {
        font-size: 0.8rem;
        color: #333;
        font-weight: bold;
        padding-left: 0.5rem; }
    .m-inner-product-2 .top .r {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 0.6rem;
        color: #cc0000;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
    .m-inner-product-2 .top .r .scollnav {
        position: relative;
        width: 80%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden; }
    .m-inner-product-2 .top .r .scollnav .navul {
        width: 66rem;
        position: relative; }
    .m-inner-product-2 .top .r .scollnav .navul li {
        position: relative;
        float: left;
        width: 6rem;
        text-align: center; }
    .m-inner-product-2 .top .r .scollnav .navul li::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 60%;
        content: '';
        -webkit-transform: translate(0, -50%) scaleX(0.5);
        transform: translate(0, -50%) scaleX(0.5);
        background-color: #eee; }
    .m-inner-product-2 .top .r .scollnav .navul li a {
        position: relative;
        display: block;
        padding: 0 0.75rem;
        height: 100%;
        font-size: 0.6rem;
        color: #333;
        line-height: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .m-inner-product-2 .top .r .scollnav .navul li.active {
        background: #0e75ff; }
    .m-inner-product-2 .top .r .scollnav .navul li.active a {
        color: white; }
    .m-inner-product-2 .top .r .m {
        position: relative;
        display: block;
        font-size: 0.6rem;
        color: #0e75ff;
        text-align: center;
        height: 100%;
        line-height: 1.8rem;
        width: 20%; }
    .m-inner-product-2 .top .r .mask {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 100;
        top: 2rem;
        left: 0;
        background: rgba(0, 0, 0, 0.4); }
    .m-inner-product-2 .top .r .morelayout {
        position: fixed;
        display: none;
        width: 100%;
        z-index: 110;
        top: 2rem;
        left: 0;
        background: #d0d0d0; }
    .m-inner-product-2 .top .r .morelayout ul {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: row wrap; }
    .m-inner-product-2 .top .r .morelayout ul li {
        position: relative;
        width: 25%; }
    .m-inner-product-2 .top .r .morelayout ul li a {
        position: relative;
        display: block;
        padding: 0 0.2rem;
        height: 1.6rem;
        line-height: 1.6rem;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0.6rem;
        color: #333; }
    .m-inner-product-2 .top .r .morelayout ul li a.on {
        color: #cc0000; }
    .m-inner-product-2 .prolist {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: row wrap; }
    .m-inner-product-2 .prolist li {
        position: relative;
        width: 50%;
        padding: 0.6rem;
        overflow: hidden;
        border-bottom: 1px solid #c8c7cc;
        border-right: 1px solid #c8c7cc; }
    .m-inner-product-2 .prolist li:nth-child(2n) {
        border-right: 0; }
    .m-inner-product-2 .prolist li a {
        position: relative;
        width: 100%;
        height: 100%; }
    .m-inner-product-2 .prolist li a .img {
        position: relative;
        height: 158px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        width: 100%; }
    .m-inner-product-2 .prolist li a .img img {
        width: 100%;
        height: auto; }
    .m-inner-product-2 .prolist li a .t1 {
        position: relative;
        width: 100%;
        font-size: 0.65rem;
        color: #333;
        line-height: 1.3;
        margin-top: 5px;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .m-inner-product-2 .prolist li a .t2 {
        position: relative;
        width: 100%;
        font-size: 0.55rem;
        color: #939393;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .m-inner-product-2 .prolist li a .t2 span {
        display: block; }
    .m-inner-product-2 .prolist li a .t3 {
        position: relative;
        width: 100%;
        font-size: 0.55rem;
        color: #333;
        line-height: 1.3;
        margin-top: 0.35rem; }
    .m-inner-product-2 .prolist li a .t3 span {
        color: #cc0000;
        margin: 0 0.2rem; }
    .m-inner-product-2 .more {
        position: relative;
        display: block;
        padding: 0.75rem 0;
        text-align: center;
        font-size: 0.6rem;
        color: #333; }
    .m-inner-product-2 .more i {
        margin-left: 0.15rem; }

    .pagewrap {
        position: relative;
        width: 100%;
        margin: 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        _background: #fff; }
    .pagewrap .page {
        position: relative;
        display: block;
        width: 50%;
        line-height: 38px;
        text-align: center;
        font-size: 0.6rem;
        color: #333;
        background: transparent; }
    .pagewrap .disable {
        cursor: not-allowed;
        color: #ccd5db;
        font-style: italic; }
    .pagewrap .pagenum {
        _position: absolute;
        line-height: 28px;
        font-size: 0.6rem;
        color: #333;
        text-align: center;
        _bottom: -50px;
        z-index: 10; }
	.pagewrap .pagenum ul {}
	.pagewrap .pagenum a { display:inline-block; margin-bottom:5px;}
	.pagewrap .pagenum span { display:inline-block; color:#FF0000; margin-bottom:5px;}
	.pagewrap .pagenum select { border:1px solid #000000; padding: 0 5px;}
        .m-inner-product-2 {
            position: relative;
            background-color: #fff;
        }
        .m-inner-product-2 .inner {
            position: relative;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .m-inner-product-2 .inner .nav_wrap {
            position: relative;
            width: 100%;
            padding-bottom: 10px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
        }
        .m-inner-product-2 .inner .nav_wrap .product-navlist {
            position: relative;
            display: block;
            width: 50%;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }
        .m-inner-product-2 .inner .nav_wrap .product-navlist .a {
            position: relative;
            display: block;
            width: 100%;
            height: 42px;
            border-radius: 40px;
            border: 1px solid #ddd;
            text-align: center;
            line-height: 40px;
            color: #434343;
            font-size: 14px;
        }
    .topbox {
        position: relative;
        width: 100%;
        background: #fff;
        margin-bottom: 8px; }
    .info {
        position: relative;
        padding: 10px; }

    .info .name {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #000000;
        line-height: 25px;
        margin-bottom: 10px; }

    .info .t1 {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #353535; }

    .info .t2 {
        position: relative;
        width: 100%;
        font-size: 14px;
        color: #888888;
        line-height: 20px;
        padding-top: 10px;
        letter-spacing: 0;
        border-top: 1px solid #f2f2f2;
        margin-top: 15px; }

    .display {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }

    .display .l {
        position: relative;
        padding-left: 50px;
        font-size: 16px;
        color: #2979FF;
        height: 60px;
        line-height: 60px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 30px;
        background-image: url("data:image/png;base64,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"); }

    .display .r {
        position: relative;
        width: 16px;
        height: 26px;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAYAAAHJb+yRAAAAAXNSR0IArs4c6QAAAopJREFUOBGFVEFrE0EUnpm4YPEgSA8FL+aQczBZ2N2zJ0FBkAqtoFUEFYug5CBCRasepIi10HoICpVaoYd68OKh4EXIbsnGH+JZUDQzfm92ZzKbCXEOmTfv+96bN+99Wcbc1ev1lXAdha2U4r4X5C5L0/5XDYFTo3CfB48FyOj18n3NyrLBFZcupJTblmqQIqRIbKuA8w8IR8o8/Rs2LMv6F+yBYFT4Q9PKHw7GvJRsj85x3Bac80rV7iUWSJLQ+q1h0qZpPsT7deeI6LUQ4D2HvG4zoJZF1PKhBHcRfZlsfng4ODMcyoMC4F+SpH22JI02vLM7OlUtAfAvXNSZN1WoOFGROyVwC016PU4SKGaJc/aSAKXYXTxzzSXpZ8Zx2GFMPChIqoPpPjck+0xypOngulLyLdlC8MdR1H5SIRBA00M/PpGNqx96BHe0XqtRoKRIWjRZ2u0syiHpjABrZuw1YiEt6UnbAAOAQ/LTQifzX9i12GZnjx8FSJ21i644TacgYMcajcZvi5SGvhNqX4AOdkgoyNCNotZNU8N4wPiZowTMSmltuCASbKLeZdc3ydYV4GboKt9Eg2/7JP4KGrvv+wuPNwgoZhWiWBkPEIK9iKJQ68HFvAQGzLJ8GYk2qDrjox3jfwpxPTK+Cmic7k4NxhfkPXzFd8GCYiVJWs/+m4D4eFYH1VR0Tn40em1qAiiImrpFZHchcAsTukO+iQkg+at4+jvShRsIexuB15DAfoUqCcrv2EcQtW5HwXwvjluLCLQaNphOgI6fw237eGdggGLnn4NAXQzDkP4MExeU+P0UY/Ib1HhyxOAHc3MnztfrdfqjTF32Cfg/tpFkdWYmuNRsNn9OjXLAf+bWGZ8MCVFYAAAAAElFTkSuQmCC"); }

    .tocar {
        position: fixed;
        width: 90%;
        z-index: 50;
        left: 50%;
        margin-left: -45%;
        bottom: 15px;
        height: 45px;
        background: #2d2f3b;
        box-shadow: 0 4px 27px 0 rgba(111, 129, 151, 0.5);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center; }

    .tocar .box {
        position: relative;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }

    .tocar .box:first-child {
        border-right: 1px solid #fff; }

    .tocar .box .i {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px; }

    .tocar .box .i i {
        font-size: 20px;
        color: #fff; }

    .tocar .box .t {
        position: relative;
        font-size: 17px;
        color: #FFFFFF;
        margin-left: 15px; }

    .conts {
        position: relative;
        width: 100%;
        background: #fff;
        margin-bottom: 8px; }
    .conts .tab {
        position: relative;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #c8c7cc; }
    .conts .tab .tabbox {
        position: relative;
        width: 50%;
        height: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #888888; }
    .conts .tab .tabbox.on {
        color: #000000; }
    .conts .tab .tabbox.on::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000000;
        left: 0;
        bottom: 0; }
    .conts .tab .tabbox:first-child::after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background: #c8c7cc; }
    .conts .content {
        position: relative;
        padding: 10px;
        overflow: hidden; }

    .layout {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 100;
        transform: translateX(100%); }

    .layout-in {
        transform: translateX(0%); }

    .slider-wrap {
        position: relative;
        width: 100%;
        padding-top: 30px; }

    .img-wrap {
        position: relative;
        width: 100%;
        height: auto;
        background: #fff; }

    .img {
        position: relative;
        width: 100%;
        height: 100%; }

    .tips {
        position: relative;
        width: 100%;
        padding-top: 10px; }

    .dicon {
        position: relative;
        width: 60px;
        height: 37px;
        margin: 0 auto; }

    .dicon img {
        width: 100%;
        height: 100%; }

    .dt {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        font-size: 12px;
        color: #888; }

    .dftbar_wrap {
        position: absolute;
        bottom: 40px;
        left: 3%;
        width: 94%;
        height: 65px;
        background: #efeff4;
        box-shadow: 4px 4px 15px 0px rgba(111, 129, 151, 0.15);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between; }

    .dftbar {
        position: relative;
        width: 50%; }

    .dftbar_img {
        position: relative;
        width: 20px;
        height: 20px;
        margin: 0 auto; }

    .dftbar_img img {
        width: 100%;
        height: 100%; }

    .dftbar_txt {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #000;
        line-height: 18px;
        padding-top: 6px; }

/*    .swiper-container {
        width: 100%;
        height: auto;
        overflow: hidden; }
    .swiper-container .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex; }
    .swiper-container .swiper-wrapper .swiper-slide {
        height: 100%;
        width: 100%; }
    .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content {
        height: 100%;
        width: auto; }*/

/*手机编辑器样式*/

.title_m{
  margin-top: 10px;
  margin-bottom: 10px;
}

.text_m{
  margin-top: 10px;
  margin-bottom: 10px;
}

.goods_m{
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.goods_m .box{
  margin: 0 auto;
  border: 1px #e2e2e2 solid;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #e2e2e2;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.goods_m .box .img{
  width: 30%;
  height: 90px;
  position: relative;
}
.goods_m .box .img image{
  width: 100%;
  height: 100%;
}
.goods_m .box .txt{
  width: 70%;
  margin-left: 15px;
  position: relative;
}
.goods_m .box .txt .title{
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.goods_m .box .txt .desc{
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.goods_m .box .txt .price{
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
.goods_m .box .txt .price span{
  font-size: 10px;
}
.goods_m .box .btn{
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 80px;
  height: 20px;
  background: rgba(209, 28, 28, 0.836);
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  }

.audio_m{
  width: 100%;

}

.audio_m .audio_frame{
     position: relative;
     margin: 16px 0;
 }

.audio_m .audio_frame .share_audio_context{
     padding: 14px 20px 6px;  
     background: #fdfdfd; 
     display: flex; 
     justify-content: center; 
     align-items: center
 }
 .audio_m .audio_frame .share_audio_context .share_audio_switch{
     margin:-10px 15px 0 0; 
     position: relative
 }
  .audio_m .audio_frame .share_audio_context .share_audio_switch img{
     width: 42px;
     height: auto;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info{
     width: 100%
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_title{
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-height: 1.6em;
    word-wrap: break-word;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_tips{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-bottom: 6px;
    font-size: 12px;
    color: #888;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp{
    margin-right: 7px;
    position: relative;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp .share_audio_progress{
    height: 100%;
    background-color: #ebebeb;
    position: relative;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: initial!important;
    box-sizing: initial!important;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp .share_audio_progress .share_audio_progress_inner{
    background-color: #09bb07;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp .share_audio_progress .share_audio_progress_buffer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #d9d9d9;
 }

 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp .share_audio_progress_handle{
    z-index: 2;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(9,187,7,0.15);
    top: 50%;
    margin-top: -7px;
    margin-left: -3.5px;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
 }

 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_progress_wrp .share_audio_progress_handle:before{
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #09bb07;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
 }

 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_desc{
    color: #b2b2b2;
    overflow: hidden;
    padding-top: 6px;
    font-size: 12px;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_desc .share_audio_length_current{
    float: left;
    font-weight: 400;
    font-style: normal;
 }
 .audio_m .audio_frame .share_audio_context .share_audio_info .share_audio_desc .share_audio_length_total{
    float: right;
    font-weight: 400;
    font-style: normal;
 }
.inner-news-center-2 {
	position: relative;
	background-color: #fff;
}
.inner-news-center-2 .inner {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.inner-news-center-2 .inner .nav_wrap {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-news-center-2 .inner .nav_wrap .news-nav {
	position: relative;
	display: block;
	width: 140px;
	height: 42px;
	border-radius: 40px;
	border: 1px solid #ddd;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	color: #434343;
	font-size: 14px;
}
.inner-news-center-2 .inner .nav_wrap .news-nav:hover {
	color: #fff;
	background-color: rgb(246, 196, 36);
	border-color: rgb(246, 196, 36);
}
.inner-news-center-2 .inner .newslist {
	position: relative;
	width: 100%;
}
.inner-news-center-2 .inner .newslist li {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px 0;
	border-bottom: 1px dotted #dbd4cd;
}
.inner-news-center-2 .inner .newslist li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.inner-news-center-2 .inner .newslist li a .date {
	position: relative;
	background: #999999;
	margin-left: 10px;
	width: 130px;
	height: 60px;
}
.inner-news-center-2 .inner .newslist li a .date .d1 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 8px;
}
.inner-news-center-2 .inner .newslist li a .date .d2 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.inner-news-center-2 .inner .newslist li a .conts {
	position: relative;
	margin-left: 10px;
	width:87%;
}
.inner-news-center-2 .inner .newslist li a .conts .t1 {
	    font-size: 16px;
    color: #666666;
	    line-height: 140%;
	text-align: left;
}
.inner-news-center-2 .inner .newslist li a .conts .t2 {
	font-size: 12px;
	color: #a8a8a8;
	text-align: left;
	line-height: 140%;
	padding-top: 5px;
	overflow: hidden;
}
.inner-news-center-2 .swiper-container{
	height: 8rem;
}
    .m-inner-album-1 {
        position: relative;
        width: 100%; }
    .m-inner-album-1 .top {
        position: relative;
        _height: 1.9rem;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
    .m-inner-album-1 .top .r {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 0.6rem;
        color: #cc0000;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
    .m-inner-album-1 .top .r .scollnav {
        position: relative;
        width: 100%;
        _overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        _overflow-y: hidden; }
    .m-inner-album-1 .top .r .scollnav .navul {
        width: 100%;
        position: relative; }
    .m-inner-album-1 .top .r .scollnav .navul li {
        position: relative;
        float: left;
        width: 25%;
        text-align: center; }
    .m-inner-album-1 .top .r .scollnav .navul li::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 60%;
        content: '';
        -webkit-transform: translate(0, -50%) scaleX(0.5);
        transform: translate(0, -50%) scaleX(0.5);
        background-color: #eee; }
    .m-inner-album-1 .top .r .scollnav .navul li a {
        position: relative;
        display: block;
        _padding: 0 0.75rem;
        height: 100%;
        font-size: 0.5rem;
        color: #333;
        line-height: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .m-inner-album-1 .top .r .scollnav .navul li.active {
        background: #0e75ff; }
    .m-inner-album-1 .top .r .scollnav .navul li.active a {
        color: white; }
    .m-inner-album-1 .prolist {
        position: relative;
        width: 100%;
        padding: 0.7rem 0.7rem 0; }
    .m-inner-album-1 .prolist .title {
        position: relative;
        width: 100%;
        padding-bottom: 10px;
        font-size: 0.7rem;
        color: #000; }
    .m-inner-album-1 .prolist ul {
        position: relative;
        width: 100%; }
    .m-inner-album-1 .prolist ul li {
        position: relative;
        margin-bottom: 0.7rem;
        width: 100%;
        background: #fff; }
    .m-inner-album-1 .prolist ul li a {
        position: relative;
        width: 100%;
        display: block; }
    .m-inner-album-1 .prolist ul li a .img {
        position: relative;
        width: 100%;
        height: auto; }
    .m-inner-album-1 .prolist ul li a .img img {
        width: 100%;
        height: auto; }
    .m-inner-album-1 .prolist ul li a .picnum {
        position: absolute;
        display: inline-block;
        right: 0.5rem;
        bottom: 0.4rem;
        font-size: 12px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        padding: 1px 4px; }
    .m-inner-album-1 .prolist ul li .h {
        position: relative;
        width: 100%;
        padding: 0.3rem 3% 0.5rem 3%;
        color: #000;
		text-align:center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 5px;
        font-size: 0.72rem; }
    .m-inner-album-1 .prolist ul li .class {
        position: relative;
        width: 100%;
        padding-bottom: 0.5rem;
        text-indent: 3%; }
    .m-inner-album-1 .prolist ul li .class i {
        font-size: 0.64rem;
        color: #aaa;
        margin-right: 0.2rem; }
    .m-inner-album-1 .prolist ul li .class .link {
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 0.5rem;
        color: #999;
        border: 1px solid #ccc;
        padding: 0 0.15rem;
        text-indent: 0; }
    .m-inner-album-1 .nav_layout {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh; }
    .m-inner-album-1 .nav_layout .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5); }
    .m-inner-album-1 .nav_layout .img-wrap {
        width: 100%;
        height: auto; }

    .album-layout {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*display: flex;*/
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999; }
    .album-layout .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
    .album-layout .albumbox {
        position: relative;
        width: 100%;
        background: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 10000; }