﻿@charset "UTF-8";
/*广告风格类型  start*/
.ad-style{
    overflow: hidden;
    padding-top: 75%;
}
.ad-style img{
    height: 100%;
}
.ad-style .ad-item{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 1px solid #fff;
    background-color: #ccc;
}
.ad-style1 .ad-item{
    width: 100%;
    height: 100%;
}
.ad-style2 .ad-item{
    width: 50%;
    height: 100%;
}
.ad-style2 .ad-item:nth-child(2){
    left: 50%;
}
.ad-style3 .ad-item{
    width: 50%;
}
.ad-style3 .ad-item:first-child, .ad-style3 .ad-item:nth-child(2){
    width: 50%;
    height: 50%;
}
.ad-style3 .ad-item:nth-child(2){
    top: 50%;
}
.ad-style3 .ad-item:nth-child(3)
{
    left: 50%;
    width: 50%;
    height: 100%;
}

.ad-style4 .ad-item{
    width: 50%;
}
.ad-style4 .ad-item:first-child
{
    width: 50%;
    height: 100%;
}
.ad-style4 .ad-item:nth-child(2), .ad-style4 .ad-item:nth-child(3){
    left: 50%;
    width: 50%;
    height: 50%;
}
.ad-style4 .ad-item:nth-child(3){
    top: 50%;
}

.ad-style5 .ad-item{
    width: 50%;
}
.ad-style5 .ad-item:first-child,.ad-style5 .ad-item:nth-child(2)
{
    width: 50%;
    height: 50%;
}
.ad-style5 .ad-item:nth-child(2)
{
    left: 50%;
}
.ad-style5 .ad-item:nth-child(3){
    top: 50%;
    width: 100%;
    height: 50%;
}
.ad-style6 .ad-item{
    width: 33.3333%;
    height: 100%;
}
.ad-style6 .ad-item:nth-child(2){
    left: 33.3333%;
}
.ad-style6 .ad-item:nth-child(3){
    left: 66.6666%;
}
.ad-style7 .ad-item{
    width: 50%;
    height: 50%;
}
.ad-style7 .ad-item:nth-child(2), .ad-style7 .ad-item:nth-child(4){
    left: 50%;
}
.ad-style7 .ad-item:nth-child(3), .ad-style7 .ad-item:nth-child(4){
    top: 50%;
}
.ad-style.ad-style8, .ad-style.ad-style9{
    padding-top: 0;
    overflow: hidden;
}
.ad-style8 .ad-item{
    width: 25%;
    float: left;
    position: relative;
}
.ad-style9 .ad-item{
    width: 20%;
    float: left;
    position: relative;
}
/* .ad-style8 .ad-item{
    width: 25%;
    height: 100%;
}
.ad-style8 .ad-item:nth-child(2){
    left: 25%;
}
.ad-style8 .ad-item:nth-child(3){
    left: 50%;
}
.ad-style8 .ad-item:nth-child(4){
    left: 75%;
}
.ad-style9 .ad-item{
    width: 20%;
    height: 100%;
}
.ad-style9 .ad-item:nth-child(2){
    left: 20%;
}
.ad-style9 .ad-item:nth-child(3){
    left: 40%;
}
.ad-style9 .ad-item:nth-child(4){
    left: 60%;
}
.ad-style9 .ad-item:nth-child(5){
    left: 80%;
} */
/* .adshow-tips .ad-style1 .ad-item{
    position: relative;
} */
.adshow-tips .ad-style .ad-item::after{
    content: "";
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    /* background-color: #4074eb; */
    background-image: linear-gradient(to right, #4074eb , #3693d1);
    color: #fff;
    font-size: 0.725rem;
    position: absolute;
    left: 0;
    top: 0;
}
.adshow-tips .ad-style-1 .ad-item:first-child::after{
    content: "轮播图：750*450";
}
.adshow-tips .ad-style1 .ad-item:first-child::after{
    content: "图1：750*500";
}
.adshow-tips .ad-style2 .ad-item:first-child::after{
    content: "图1：375*500";
}
.adshow-tips .ad-style2 .ad-item:nth-child(2)::after{
    content: "图2：375*500";
}
.adshow-tips .ad-style3 .ad-item:first-child::after{
    content: "图1：375*250";
}
.adshow-tips .ad-style3 .ad-item:nth-child(2)::after{
    content: "图2：375*250";
}
.adshow-tips .ad-style3 .ad-item:nth-child(3)::after{
    content: "图3：375*500";
}
.adshow-tips .ad-style4 .ad-item:first-child::after{
    content: "图1：375*500";
}
.adshow-tips .ad-style4 .ad-item:nth-child(2)::after{
    content: "图2：375*250";
}
.adshow-tips .ad-style4 .ad-item:nth-child(3)::after{
    content: "图3：375*250";
}
.adshow-tips .ad-style5 .ad-item:first-child::after{
    content: "图1：375*250";
}
.adshow-tips .ad-style5 .ad-item:nth-child(2)::after{
    content: "图2：375*250";
}
.adshow-tips .ad-style5 .ad-item:nth-child(3)::after{
    content: "图3：750*250";
}
.adshow-tips .ad-style6 .ad-item:first-child::after{
    content: "图1：250*500";
}
.adshow-tips .ad-style6 .ad-item:nth-child(2)::after{
    content: "图2：250*500";
}
.adshow-tips .ad-style6 .ad-item:nth-child(3)::after{
    content: "图3：250*500";
}
.adshow-tips .ad-style7 .ad-item:first-child::after{
    content: "图1：375*250";
}
.adshow-tips .ad-style7 .ad-item:nth-child(2)::after{
    content: "图2：375*250";
}
.adshow-tips .ad-style7 .ad-item:nth-child(3)::after{
    content: "图3：375*250";
}
.adshow-tips .ad-style7 .ad-item:nth-child(4)::after{
    content: "图4：375*250";
}
.adshow-tips .ad-style8 .ad-item:first-child::after{
    content: "图1：200*自定义";
}
.adshow-tips .ad-style8 .ad-item:nth-child(2)::after{
    content: "图2：200*自定义";
}
.adshow-tips .ad-style8 .ad-item:nth-child(3)::after{
    content: "图3：200*自定义";
}
.adshow-tips .ad-style8 .ad-item:nth-child(4)::after{
    content: "图4：200*自定义";
}
.adshow-tips .ad-style9 .ad-item:first-child::after{
    content: "图1：150*自定义";
}
.adshow-tips .ad-style9 .ad-item:nth-child(2)::after{
    content: "图2：150*自定义";
}
.adshow-tips .ad-style9 .ad-item:nth-child(3)::after{
    content: "图3：150*自定义";
}
.adshow-tips .ad-style9 .ad-item:nth-child(4)::after{
    content: "图4：150*自定义";
}
.adshow-tips .ad-style9 .ad-item:nth-child(5)::after{
    content: "图5：150*自定义";
}
/*广告风格类型  end*/
/*广告风格类型缩略版  start*/
.tab-list.wx-mitem{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0;
}
.tab-list .img-style{
    border: 2px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0 0.1rem;
}
.tab-list .img-style.on{
    border: 2px solid #4074eb;
    border-bottom: 2px solid #fff;
}
.tab-content{
    border-top: 2px solid #4074eb;
    margin-top: -2px;
}
.img-style span{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.img-style span i{
    font-size: 11px;
    background-color: #ccc;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.img-style span i::after {
    content: "1";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    /* background: url("../images/dunone-icon.png") repeat scroll 0 0 / 0.5625rem 0.75rem; */
}
.img-style span i:nth-child(2)::after {
    content: "2";
}
.img-style span i:nth-child(3)::after {
    content: "3";
}
.img-style span i:nth-child(4)::after {
    content: "4";
}
.img-style span i:nth-child(5)::after {
    content: "5";
}
.img-style.on span i{
    background-color: #4074eb;
    color: #fff;
}
.img-style span{
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}
.img-style span i{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 1px solid #fff;
}
.img-style1 i{
    width: 100%;
    height: 100%;
}
.img-style2 i{
    width: 50%;
    height: 100%;
}
.img-style2 i:nth-child(2){
    left: 50%;
}
.img-style3 i{
    width: 50%;
}
.img-style3 i:first-child, .img-style3 i:nth-child(2){
    width: 50%;
    height: 50%;
}
.img-style3 i:nth-child(2){
    top: 50%;
}
.img-style3 i:nth-child(3)
{
    left: 50%;
    width: 50%;
    height: 100%;
}

.img-style4 i{
    width: 50%;
}
.img-style4 i:first-child
{
    width: 50%;
    height: 100%;
}
.img-style4 i:nth-child(2), .img-style4 i:nth-child(3){
    left: 50%;
    width: 50%;
    height: 50%;
}
.img-style4 i:nth-child(3){
    top: 50%;
}

.img-style5 i{
    width: 50%;
}
.img-style5 i:first-child,.img-style5 i:nth-child(2)
{
    width: 50%;
    height: 50%;
}
.img-style5 i:nth-child(2)
{
    left: 50%;
}
.img-style5 i:nth-child(3){
    top: 50%;
    width: 100%;
    height: 50%;
}
.img-style6 i{
    width: 33.3333%;
    height: 100%;
}
.img-style6 i:nth-child(2){
    left: 33.3333%;
}
.img-style6 i:nth-child(3){
    left: 66.6666%;
}
.img-style7 i{
    width: 50%;
    height: 50%;
}
.img-style7 i:nth-child(2), .img-style7 i:nth-child(4){
    left: 50%;
}
.img-style7 i:nth-child(3), .img-style7 i:nth-child(4){
    top: 50%;
}
.img-style8 i{
    width: 25%;
    height: 100%;
}
.img-style8 i:nth-child(2){
    left: 25%;
}
.img-style8 i:nth-child(3){
    left: 50%;
}
.img-style8 i:nth-child(4){
    left: 75%;
}
.img-style9 i{
    width: 20%;
    height: 100%;
}
.img-style9 i:nth-child(2){
    left: 20%;
}
.img-style9 i:nth-child(3){
    left: 40%;
}
.img-style9 i:nth-child(4){
    left: 60%;
}
.img-style9 i:nth-child(5){
    left: 80%;
}
/*广告风格类型缩略版  end*/

.pdt-sel .wx-ltrimg1{
    border-radius: 0;
    margin-left: 0;
}
.pdt-sel .name.text-two{
    height: 2rem;
    line-height: 1rem;
}
.img-manage .wx-mitem .ltr.wx-btns{
    margin-left: -0.8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(to right, #4074eb , #3693d1);
}