.modular1 {
    position: relative;
}
.modular1 .swiper-slide a{
    display: block;
}
.modular1 .swiper-slide a img{width:100%;}
.modular1 h2 {
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;;text-overflow: ellipsis;
}

.modular1 h3 {
    font-size: 0.3rem;
    margin: 0.1rem 0 0.3rem;
    max-height: 46px;overflow: hidden;;
}

.modular1 .info {
    position: absolute;
    top: 0.8rem;
    padding: 0 0.2rem;
    color: #ffffff;
    font-size: 0.24rem;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.modular1 .info a {
    display: inline-block;
    color: #424242;
    padding: 0.16rem 0.32rem;
    background: #ffffff;
}

.modular2 {
    position: relative;
    z-index: 1;
    margin-top: -0.6rem;
}

.modular2 ul {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modular2 li {
    background: no-repeat center center;
    background-size: cover;
    padding: 0.36rem 0;
    width: 25%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}
.modular2 li a{
    color: #fff;
}
.modular2 li a h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.modular2 li .img-box {
    display: inline-block;
    width: 0.62rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    margin-bottom: 0.4rem;
    font-size: 0;
}

.modular2 li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.modular3 h3 {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }
.modular3 h2 {
    font-size: 0.24rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}

.modular3 h2 span {
    font-size: 0.4rem;
    margin-right: 0.2rem;
}

.modular3 .screen {
    padding: 0.4rem 0.2rem;
    background: #fff;
    padding-bottom: .3rem !important;
}

.modular3 .screen ul.brand {
    overflow: hidden;
    margin: -0.2rem;
    margin-bottom: .1rem;
}

.modular3 .screen .brand {
    font-size: 0;
}

.modular3 .screen .brand li {
    margin: 0 0.1rem .1rem;
    width: calc(20% - 0.2rem);
    float: left;
    text-align: center;
}
.modular3 .screen .brand li.on{
    color: #d70000;
}
.modular3 .screen .brand li.on .text{
    color: #fff;
    background: #446b8c;
}
.modular3 .screen.hide .price ul {
    white-space: nowrap;
}

.modular3 .screen.hide .price li {
    width: auto;
    padding: 0.24rem 0.2rem;
    display: inline-block;
    float: none;
}

.modular3 .screen.hide ul.brand {
    white-space: nowrap;
    margin-bottom: 0.2rem;
}

.modular3 .screen.hide h3 {
    display: none;
}

/* .modular3 .screen ul.brand li{
   

} */

.modular3 .screen.hide ul.brand li {
    display: none;
    /* float: none; */
}
.modular3 .screen.hide ul.brand li:nth-child(-n + 10){
    display: block !important;
}
.modular3 .screen.hide {    
    padding-bottom: .1rem !important;
    white-space: nowrap;    
    overflow: hidden;
    position: relative;
}

.modular3 .screen.hide .price {
    /* display: inline-block; */
    display: none;
}

.modular3 .screen.hide .confirm {
    display: none;
}

.modular3 .screen.hide .retract {
    /* position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.24rem 0.3rem;
    margin-bottom: 0.75rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
}

.modular3 .screen .brand .img-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin: auto;
    font-size: 0;
}

.modular3 .screen .brand img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.modular3 .screen .brand .text {
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 0.22rem;
    overflow: hidden;
}

.modular3 .price {
    font-size: 0.2rem;
    margin: -0.1rem;
    overflow: hidden;
}


.modular3 .price li {
    width: calc(20% - 0.2rem);
    margin: 0.1rem;
    float: left;
    padding: 0.15rem 0;
    text-align: center;
    box-sizing: border-box;
    background: #f1f7fa;
}

.modular3 .price li:active,
.modular3 .price li.active {
    background: #446b8c;
    color: #fff;
}

.modular .button,
.modular3 .confirm {
    font-size: 0.24rem;
    background: linear-gradient(to right, #446b8c, #237ac4);
    text-align: center;
    padding: 0.24rem;
    margin: 0.4rem 0;
    color: #fff;
}
.modular .button a{
    color: #fff;
}
.modular3 .retract {
    margin-top: .3rem;
    font-size: 0.24rem;
    text-align: center;
}

.modular3 .retract::after{
    content: '收回';
    font-weight: bold;
}
.modular3 .screen.hide .retract::after{
    content: '展开';
    font-weight: bold;
}

.modular3 .screen.hide .retract .icon-z043{
    transform: rotate(90deg);
}

.modular3 .retract .icon-z043 {
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 0.1rem;
}


.modular4 h2 {
    font-size: 0.32rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    overflow: hidden;

}

.modular4 h2 span {
    position: relative;
    font-size: .4rem;
}

.modular4 h2 .right em::before{
    content: '';
    position: absolute;
    background: linear-gradient(to right, #3987cbc1, #ffffff84);
    width: 60%;
    height: 0.09rem;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}
.modular4 h2 .right em a{
    font-size: .28rem;
}
.modular4 h2 .right em::before {
    background: none;
}

.modular4 h2 .right em.active::before,
.modular4 h2 .right em.active::before {
    width: 90%;
    background: linear-gradient(to right, #3987cbc1, #ffffff84);
}

.modular4 h2 .right {
    float: right;
    margin-top: 0.08rem;
    overflow: hidden;
   
}

.modular4 h2 .right em {
    margin: 0 0.24rem;
    position: relative;
    float: left;
}


.modular4 h2 .right em::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0.01rem;
    background: #c3ccd0;
    left: 100%;
    margin-left: 0.24rem;
}

.modular4 h2 .right em:last-child {
    margin-right: 0;
}

.modular4 h2 .right em:last-child:after {
    display: none;
}

.modular4 .list {
    font-size: 0.2rem;
}

.modular4 ul.list {
    margin: -0.15rem;
    overflow: hidden;
}

.modular4 .list li {
    width: calc(50% - 0.3rem);
    margin: 0.14rem;
    background: #ffffff;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.modular4 .list li:nth-child(2n+1){
    clear: both;
}
.modular4 .list li img {
    width: 3.4rem;
    height: 1.9rem;
}

.modular4 .list li.hot::after {
    content: 'hot';
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    color: #fff;
	display:none;
}

.modular4 .list li.hot::before {
    content: '';
    background: #d70000;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%) rotate(45deg);
    font-size: 0.1rem;
    text-align: center;
	display:none;
}

.modular4 .list li .text {
    padding: 0.2rem 0.2rem;
}

.modular4 .list h3,
.modular4 .list h4 {
    font-size: 0.24rem;
    margin: 0.1rem 0;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.modular4 .list h4 {
    color: #d70000;
}

.modular4 .list h5 {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    line-height: 1.5;
    max-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 0.05rem;
    font-size: .28rem;
}

.modular4 .list li:active {
    outline: 1px solid #d70000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



.modular4 h2 b {
    font-weight: normal;
    font-size: 0.4rem;
}
.modular5 h2 b{
    width: 25%;
float: left;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.modular5 h2 .right {
    float: right;
    width: 73%;
    margin-top: 0.08rem;
    overflow: hidden;
    display: flex;
}
.modular5 h2 .right em {
    width: 100%;
    margin: 0 0.24rem;
    position: relative;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modular5 .right {
    margin-top: 0.08rem;
}

.modular6 .swiper-pagination {
    bottom: 0.2rem;
    right: 0.2rem;
    font-size: 0;
    width: auto;
    left: auto;
}

.modular6 .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    transition: all .3s;
    opacity: 0.5;
    background-color: #fff;
    margin: 0 2px;
}

.modular6 .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.1rem;
    opacity: 1;
}

.modular5 .content {
    background: #fff;
    padding: 0.4rem;
}

.modular5 .swiper-container .left {
    width: 2.8rem;
    float: left;
}

.modular5 .swiper-container .right {
    width: calc(100% - 3.2rem);
    float: left;
    margin-left: 0.3rem;
}

.modular5 .swiper-container .right h2 {
    font-size: 0.28rem;
    margin: 0;
    margin-bottom: 0.2rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.modular5 .swiper-container .time {
    font-size: 0.18rem;
    color: #9b9b9b;
}

.modular5 .bottom {
    font-size: 14px;
    clear: both;
    padding-top: 0.32rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	height:72px;
	overflow:hidden;
	line-height:24px;
}
}

.modular5 .swiper-container li {
    padding: 0.32rem 0;
    padding-top: 0;
    border-bottom: 0.01rem solid #c8c8c8;
}
.modular5 .swiper-container li:nth-child(1) .bottom{
    color: #9b9b9b;
}
.modular5 .swiper-container li+li {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0.32rem;
}

.modular5 .swiper-container h3 {
    font-size: 0.28rem;
    border: 0;
    padding-top: 0;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	height: inherit;
    display: block;
}

.modular8 {
    background: #fff;
    margin-top: 0.4rem;
    overflow: hidden;
}

.modular8 li .text {
    background: #e7f1f6;
}


.modular8 h2 {
    font-size: 0.4rem;
}

.modular8 h2 em {
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.modular8 h2 span::before,
.modular8 h2 span::after {
    display: none;
}

.modular9 {
    background: #3e6d96;
    padding: 0.5rem 0;
}

.modular9 h2 a,
.modular9 h2 {
    color: #54b1ff;
    font-size: 0.28rem;
    position: relative;
}

.modular9 h2 {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.modular9 h3 {
    font-size: 0.2rem;
    line-height: 1.8em;
}

.modular9 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.03rem;
    bottom: 0;
    left: 0;
    background: #fff;
}

.modular9 h3 span {
    display: inline-block;
    color: #fff;
}
.modular9 h3 span a{
	color:#fff;
}
.modular9 img {
    width: 1.08rem;
    height: 1.08rem;
    float: right;
}

.modular .swiper-container {
    overflow: visible;
}


.modular4.modular6 .swiper-slide a{position: relative;}
.ggw_tit{
    color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.ggw_tit:last-child{
    top: 50px;
    font-size: 14px;
}