html,
body {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Helvetica Neue, sans-serif;
    user-select: none;
    overflow: auto;
}
/*选中个背景色*/
::-moz-selection {
    background: #ed5566;
    color: #fff;
}
::selection {
    background: #ed5566;
    color: #fff;
}
.bgf {
    background-color: #fff;
}
.bshadow {
    box-shadow: 2px 2px 5px #d8d8d8;
}
.bshadow-small {
    box-shadow: 1px 2px 3px #d8d8d8;
}

.w100p {
    width: 100%;
}
/*头部 start*/
@media screen and (min-width: 1500px) {
    .com-header .nav-menu li {
        position: relative;
        margin-right: 50px;
        height: 100%;
        line-height: 50px;
    }
    .com-header .search .btn {
        line-height: 38px;
    }
    .com-header .search > div {
        width: 380px;
        height: 40px;
    }
    .com-header .nav-menu {
        /* margin-left: 80px; */
    }
    .idx-logo .logo> img {
        display: block;
        cursor: pointer;
        height: 40px;
    }
    .idx-logo > .logo-box{
      display: block;
      cursor: pointer;
      width: 160px;
      height: 40px;
    }
    .idx-logo .idx-jump {
        width: 112px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        border-radius: 6px;
        cursor: pointer;
    }
    .idx-logo .idx-jump-box{
      width: 112px;
      height: 34px;
    }
    .com-header .idx-member .idx-mana {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .com-header .idx-member .w-login {
        height: 40px;
        line-height: 38px;
    }
    .idx-logo .idx-line {
        width: 1px;
        height: 23px;
        background-color: #e5e5e5;
        margin: 0 18px;
    }
    .com-header .nav-menu li a {
        font-size: 16px;
    }
    .com-header .nav-menu li.active > a {
        font-size: 17px;
    }
    .idx-member .idx-account > .img > img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0 0 6px rgba(0,0,0,.1);
    }
}
@media screen and (max-width: 1499px) {
    .com-header .nav-menu li {
        position: relative;
        margin-right: 30px;
        height: 100%;
        line-height: 50px;
    }
    .com-header .search > div {
        width: 318px;
        height: 40px;
    }
    .com-header .search .btn {
        line-height: 38px;
    }
    .com-header .nav-menu {
        /* margin-left: 50px; */
    }
    .idx-logo .logo> img {
        display: block;
        cursor: pointer;
        height: 35px;
    }
    .idx-logo > .logo-box{
      display: block;
      cursor: pointer;
      width: 140px;
      height: 35px;
    }
    .idx-logo .idx-jump {
        width: 112px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        border-radius: 6px;
        cursor: pointer;
    }
    .idx-logo .idx-jump-box{
      width: 112px;
      height: 34px;
    }
    .com-header .idx-member .idx-mana {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .com-header .idx-member .w-login {
        height: 36px;
        line-height: 34px;
    }
    .idx-logo .idx-line {
        width: 1px;
        height: 23px;
        background-color: #e5e5e5;
        margin: 0 18px;
    }
    .com-header .nav-menu li a {
        font-size: 14px;
    }
    .com-header .nav-menu li.active > a {
        font-size: 15px;
    }
    .idx-member .idx-account > .img > img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0 0 6px rgba(0,0,0,.1);
    }
}
.com-header {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 6px 14px rgba(0, 36, 72, 0.03);
    position: relative;
    box-sizing: border-box;
}
.com-index-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}
.com-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
}
.com-header .idx-logo .idx-jump {
    background-color: #fafafa;
    color: #999999;
}
.com-index-header .idx-logo .idx-jump {
    background-color: rgba(255, 255, 255, 0.17);
    color: #fff;
}
.com-header .idx-logo .logo-black {
    display: block;
}
.com-header .idx-logo .logo-white {
    display: none;
}
.com-index-header .idx-logo .logo-black {
    display: none;
}
.com-index-header .idx-logo .logo-white {
    display: block;
}
.com-fixed-header .idx-logo .logo-black {
    display: block;
}
.com-fixed-header .idx-logo .logo-white {
    display: none;
}
.com-header .com-wrap .idx-logo .idx-jump{
  position: absolute;
  right: 0;
  z-index: 99;
}
.com-header .com-wrap {
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
    /* background-color: #fff; */
    padding: 0 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com-header .com-wrap .idx-logo:hover .hover-tip{
  display: block;
}
.com-header .com-wrap .idx-logo{
  position: relative;
}
.com-header .com-wrap .idx-logo .hover-tip{
  width: 304px;
  height: 165px;
  position: absolute;
  top: -20px;
  left: -40px;
  display: none;
  z-index: 100;
  pointer-events: none;
}
.com-header .com-wrap .idx-logo .hover-tip >div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-header .com-wrap .idx-logo .hover-tip >div.top div{
  flex:1;
}
.com-header .com-wrap .idx-logo .hover-tip >div.top img{
  /* width: 175px; */
  height: 80px;
  flex-shrink: 0;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom{
  position: relative;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom img{
  width: 100%;
  height: 60px;
}
.com-header .com-wrap .idx-logo .hover-tip >div.bottom p{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.com-header .idx-logo >.logo{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.com-header .search {
    display: none;
}
.com-header .search > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ed5566;
    box-sizing: border-box;
    border-radius: 6px;
    /* overflow: hidden; */
    position: relative;
}
.com-header .search .input {
    flex: 1;
    height: 100%;
}
.com-header .search .input > input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 6px;
}
.com-header .search .input > input::-webkit-input-placeholder{
  color:#999;
}
.com-header .search .btn {
    width: 90px;
    height: 100%;
    flex-shrink: 0;
    background-color: #ed5566;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.com-header .search .search-xiala {
    display: none;
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}
.com-header .search .search-xiala .hot-search {
}
.com-header .search .search-xiala .hot-search .hot-search-tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.com-header .search .search-xiala .hot-search .hot-search-tit > span {
    font-size: 16px;
    color: #181818;
}
.com-header .search .search-xiala .hot-search .hot-search-tit > i {
    color: #ff6058;
    font-size: 18px;
    margin-right: 8px;
}

.com-header .search .search-xiala .hot-search .hot-search-list {
    width: 100%;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li {
    width: 110px;
    height: 40px;
    flex-shrink: 0;
    background: #fcfcfc;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    margin-right: 12px;
    padding: 0 9px;
    box-sizing: border-box;
    cursor: pointer;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li:hover {
    background-color: #e5e5e5;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li:nth-child(1) > .num {
    background-color: #ff413d;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li:nth-child(2) > .num {
    background-color: #ff7d00;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li:nth-child(3) > .num {
    background-color: #feb430;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li > .num {
    width: 18px;
    height: 18px;
    background: #b1b3b8;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
}
.com-header .search .search-xiala .hot-search .hot-search-list ul li > .name {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.com-header .search .search-xiala .history-search {
    margin-top: 30px;
}
.com-header .search .search-xiala .history-search .history-search-tit {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.com-header .search .search-xiala .history-search .history-search-tit > span {
    font-size: 16px;
    color: #181818;
}
.com-header .search .search-xiala .history-search .history-search-tit > i {
    color: #fca31f;
    font-size: 16px;
    margin-right: 8px;
}
.com-header .search .search-xiala .history-search .history-search-tit .delete {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.com-header .search .search-xiala .history-search .history-search-tit .delete > i {
    font-size: 14px;
    color: #999999;
    margin-right: 4px;
}
.com-header .search .search-xiala .history-search .history-search-tit .delete > span {
    font-size: 13px;
    color: #999999;
}

.com-header .search .search-xiala .history-search .history-search-list {
    width: 100%;
}
.com-header .search .search-xiala .history-search .history-search-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.com-header .search .search-xiala .history-search .history-search-list ul li {
    font-size: 14px;
    color: #666666;
    margin-right: 50px;
    margin-top: 20px;
    cursor: pointer;
}
.com-header .search .search-xiala .history-search .history-search-list ul li:hover {
    color: #ed5566;
}

.com-header .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    cursor: pointer;
}

.com-header .nav-menu li.nav-m-menu:hover .nav-m-list {
    opacity: 1;
    z-index: 90;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.com-header .nav-menu li.nav-m-menu2:hover .nav-m-list2 {
    opacity: 1;
    z-index: 90;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.com-header .nav-menu li {
    position: relative;
}
.com-header .nav-menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    white-space: nowrap;
}

.com-index-header .nav-menu li a {
    color: #fff;
}
.com-header .nav-menu li > i {
    display: none;
    width: 10px;
    height: 2px;
    background-color: #ed5566;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.com-index-header .nav-menu li > i {
    background-color: #fff;
}

.com-header .nav-menu li .nav-m-list {
    position: absolute;
    /*display: none;*/
    left: -31px;
    top: 51px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 90;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.com-header .nav-menu li .nav-m-list div {
    width: 90px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.com-header .nav-menu li .nav-m-list div a {
    color: #333;
}
.com-header .nav-menu li .nav-m-list div .huiyuan-title {
    line-height: 20px;
}
.com-header .nav-menu li .nav-m-list div .huiyuan-desc {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 17px;
}
.com-header .nav-menu li .nav-m-list2 {
    position: absolute;
    /*display: none;*/
    left: -48px;
    top: 51px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 90;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.com-header .nav-menu li .nav-m-list2 div {
    min-width: 130px;
    padding: 5px 10px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.com-header .nav-menu li .nav-m-list2 div:hover {
    color: #ed5566;
}
.com-header .nav-menu li.active > a {
    color: #ed5566;
}
.com-index-header .nav-menu li.active > a {
    color: #fff;
}
.com-header .nav-menu li.active > i {
    display: block;
}
.com-header .idx-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.idx-member .idx-reg {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ed5566;
    border-radius: 4px;
    padding: 5px 20px;
    margin-right: 10px;
}
.idx-member .idx-reg {
    color: #fff;
    background-color: #ed5566;
}
.idx-member .idx-works {
    color: #ed5566;
}
.com-header .idx-member .w-login {
    width: 110px;
    border: 1px solid #ed5566;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    color: #ed5566;
    margin-right: 30px;
}
.com-index-header .idx-member .w-login {
    color: #fff;
    border: 1px solid #fff;
}
.com-header .idx-member .idx-mana {
    width: 110px;
    background: rgba(237, 85, 102, 0.17);
    border-radius: 6px;
    text-align: center;
    color: #ed5566;
    margin-right: 30px;
}
.com-index-header .idx-member .idx-mana {
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
}
.com-header .idx-member .idx-mana:hover {
    color: #ed5566;
}
.com-index-header .idx-member .idx-mana:hover {
    color: #fff;
}
.com-header .idx-member .idx-mana img {
    margin-right: 5px;
    width: 20px;
}
.idx-member .idx-account {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    position: relative;
}
.idx-member .idx-account:hover .personalData {
    display: block;
}
.idx-member .idx-account > .img {
    font-size: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-header .idx-member .idx-account > .img > i.iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    color: #ccc;
    margin-left: 5px;
}
.com-index-header .idx-member .idx-account > .img > i.iconfont {
    color: #fff;
}
.idx-member .idx-account i {
    color: #949494;
    font-weight: bold;
}
.idx-member .idx-account .personalData {
    display: none;
    position: absolute;
    width: 260px;
    height: 336px;
    right: 0px;
    top: 45px;
    z-index: 199999;
    cursor: default;
    padding-top: 13px;
}
.idx-member .idx-account .personalData .kailong {
    width: 100%;
    height: 8px;
    position: relative;
    left: 0px;
}
.idx-member .idx-account .personalData .data-cont {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}

.idx-member .idx-account .personalData .data-cont > div {
    /*margin: 5px 0;*/
    width: 100%;
}
.idx-member .idx-account .personalData .data-cont > div .user-info {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
}
.idx-member .idx-account .personalData .data-cont > div .user-info .avatar {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.idx-member .idx-account .personalData .data-cont > div .user-info .avatar > img {
    width: 37px;
    height: 37px;
}
.idx-member .idx-account .personalData .data-cont > div .user-info .name > span {
    font-size: 14px;
    color: #181818;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}
.idx-member .idx-account .personalData .data-cont > div .user-info .name > div {
    font-size: 12px;
    color: #999999;
    margin-top: 3px;
    line-height: 20px;
    text-align: left;
}
.idx-member .idx-account .personalData .data-cont > div .isvip {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    background: url(../img/newIndex/vip-bg.png) no-repeat;
    background-size: 100% 100%;
}
.idx-member .idx-account .personalData .data-cont > div .isvip .isvip-left {
    text-align: left;
}
.idx-member .idx-account .personalData .data-cont > div .isvip .isvip-left > div {
    font-size: 13px;
    color: #cb8d62;
    margin-bottom: 6px;
}
.idx-member .idx-account .personalData .data-cont > div .isvip .isvip-left > .time {
    font-size: 11px;
    color: #cb8d62;
    margin-bottom: 0px;
}
.idx-member .idx-account .personalData .data-cont > div .isvip .isvip-left > .time > a {
    font-size: 12px;
    color: #bc723f;
    font-weight: bold;
    margin-left: 6px;
}
.idx-member .idx-account .personalData .data-cont > div .isvip .isvip-left > .btn {
    width: 73px;
    height: 23px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    color: #cb8d62;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    cursor: pointer;
}
.idx-member .idx-account .personalData .data-cont > div > div.item:hover {
    background-color: #e5e5e5;
}
.idx-member .idx-account .personalData .data-cont > div .works {
    width: 100%;
    height: 47px;
}
.idx-member .idx-account .personalData .data-cont > div .works > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
}
.idx-member .idx-account .personalData .data-cont > div .works > a > i {
    margin-right: 14px;
    color: #666;
    font-size: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .item > a > img {
    margin-right: 14px;
    color: #666;
    width: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .works > a > span {
    color: #666;
    font-size: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .number {
    width: 100%;
    height: 47px;
}
.idx-member .idx-account .personalData .data-cont > div .number > a {
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
}
.idx-member .idx-account .personalData .data-cont > div .number > a > i {
    margin-right: 14px;
    color: #666;
    font-size: 16px;
}
.idx-member .idx-account .personalData .data-cont > div .number > a > span {
    color: #666;
    font-size: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .bussiness {
    width: 100%;
    height: 47px;
}
.idx-member .idx-account .personalData .data-cont > div .bussiness > a {
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
}
.idx-member .idx-account .personalData .data-cont > div .bussiness > a > i {
    margin-right: 14px;
    color: #666;
    font-size: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .bussiness > a > img {
    margin-right: 14px;
    color: #666;
    width: 16px;
}
.idx-member .idx-account .personalData .data-cont > div .bussiness > a > span {
    color: #666;
    font-size: 14px;
}
.idx-member .idx-account .personalData .data-cont > div .signout {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}
.idx-member .idx-account .personalData .data-cont > div .signout > i {
    margin-right: 14px;
    color: #666;
    font-size: 16px;
}
.idx-member .idx-account .personalData .data-cont > div .signout > span {
    color: #666;
    font-size: 14px;
}

.idx-logo {
    /*width: 246px;*/
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: center;
}

/*头部 end*/
/*模板列表*/
@media screen and (min-width: 1500px) {
    .temp-main .top-filter {
        width: 1440px;
        margin: 0 auto;
    }
    .temp-main .idx-content .tep-c-list {
        width: 1440px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1499px) {
    .temp-main .top-filter {
        width: 1200px;
        margin: 0 auto;
    }
    .temp-main .idx-content .tep-c-list {
        width: 1200px;
        margin: 0 auto;
    }
}
.temp-main {
    width: 100%;
    min-width: 1200px;
    background: #fafafa;
}
.temp-main .top-filter {
    /* height: 329px; */
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 15px;
    box-sizing: border-box;
}
.indtitlem {
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.indtitlem li {
    margin-bottom: 17px;
}
.indtitlem li a {
    background: #eeeeee;
    display: inline-block;
    padding: 0 15px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #222222;
    position: relative;
    margin-right: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.indtitlem li a:hover {
    color: #ed5566;
}
.indtitlem li b {
    display: block;
    font-weight: normal;
    width: 65px;
    height: 27px;
    line-height: 27px;
    text-align: right;
    padding: 5px 0;
    font-size: 15px;
    color: #222;
    margin-right: 20px;
}
.indtitlem li.on a {
    z-index: 2;
    background-color: #ffd9de;
    color: #ed5566;
}

.assortment {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 24px;
}
.assortment li {
    overflow: hidden;
    padding: 5px 0;
}
.assortment li b {
    font-weight: normal;
    display: block;
    float: left;
    width: 65px;
    text-align: right;
    font-size: 15px;
    margin-bottom: 17px;
    margin-right: 20px;
}
.assortment li div {
    display: block;
    overflow: hidden;
}
.assortment li div a {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
    background-color: #eeeeee;
    color: #222222;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.assortment li div a:hover {
    color: #ed5566;
}
.assortment li div a.on {
    background: #ffd9de;
    color: #ed5566;
}
.assortment li .color-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
}
.assortment li .color-list .active {
    border: 2px solid #ed5566;
    padding: 2px;
    border-radius: 0;
}
.assortment li .color-list a {
    margin-right: 35px;
    width: 28px;
    height: 28px;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    -webkit-transform-origin: 50% 49%;
    -ms-transform-origin: 50% 49%;
    transform-origin: 50% 49%;
}
.assortment li .color-list a:hover {
    /* -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); */
}
.assortment li .color-list .bg-all {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/allcolor.png');
    background-size: 100% 100%;
}
.assortment li .color-list .white {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/white.png');
    background-size: 100% 100%;
}
.assortment li .color-list .fen {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/fen.png');
    background-size: 100% 100%;
}
.assortment li .color-list .black {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/black.png');
    background-size: 100% 100%;
}
.assortment li .color-list .red {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/red.png');
    background-size: 100% 100%;
}
.assortment li .color-list .yellow {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/yellow.png');
    background-size: 100% 100%;
}
.assortment li .color-list .zong {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/zong.png');
    background-size: 100% 100%;
}
.assortment li .color-list .lan {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/lan.png');
    background-size: 100% 100%;
}
.assortment li .color-list .green {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/green.png');
    background-size: 100% 100%;
}
.assortment li .color-list .zi {
    width: 100%;
    height: 100%;
    background: url('../img/newIndex/zi.png');
    background-size: 100% 100%;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data > img {
    width: 334px;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data > p {
    font-size: 16px;
    color: #999;
    margin-top: 30px;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data > .checkmore {
    width: 100px;
    height: 36px;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data > .checkmore > a {
    width: 100px;
    height: 36px;
    border: 1px solid #ed5566;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #ed5566;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    display: block;
}
.temp-main .idx-content .tep-c-list .listmain .no-template-data > .checkmore > a:hover {
    background-color: #ed5566;
    color: #fff;
}
.temp-main .idx-content .tep-c-list .screening {
    padding: 30px 10px;
    box-sizing: border-box;
}
.temp-main .idx-content .tep-c-list .screening a {
    display: inline-block;
    margin-right: 40px;
    font-size: 15px;
    color: #5c5c5c;
}
.temp-main .idx-content .tep-c-list .screening a:hover {
    color: #ed5566;
}
.temp-main .idx-content .tep-c-list .screening a.on {
    color: #ed5566;
    font-size: 16px;
}
.temp-main .idx-content .tep-c-list .idx-clist {
    position: relative;
    padding-bottom: 30px;
}
.temp-main .idx-content .tep-c-list .idx-clist .flex-direction-nav {
    position: absolute;
    top: 30px;
    right: 5px;
}
.temp-main .idx-content .tep-c-list .idx-clist .flex-direction-nav li {
    float: left;
    margin: 0 20px;
}
.temp-main .idx-content .tep-c-list .idx-clist .flex-direction-nav li a {
    display: block;
    width: 22px;
    height: 16px;
    line-height: 99;
    overflow: hidden;
}
.temp-main .idx-content .tep-c-list .idx-clist .flex-direction-nav li a.flex-prev {
    background: url(../img/arr-left.png) no-repeat center;
}
.temp-main .idx-content .tep-c-list .idx-clist .flex-direction-nav li a.flex-next {
    background: url(../img/arr-right.png) no-repeat center;
}
.temp-main .idx-content .tep-c-list .idx-clist .smtitle {
    padding: 20px 11px 0;
}
.temp-main .idx-content .tep-c-list .idx-clist .smtitle b {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}
.temp-main .idx-content .tep-c-list .idx-clist .smtitle span {
    font-size: 14px;
    color: #777;
    padding-left: 10px;
}
.temp-main .idx-content .tep-c-list .idx-clist .smtitle .idx-more {
    position: relative;
    top: 14px;
    float: right;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}
.temp-main .idx-content .tep-c-list .idx-clist .smtitle .idx-more:hover {
    color: #ed5566;
}

.temp-main .idx-content .tep-c-list .idx-clist .listmain.template-list li {
    padding: 0 !important;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain .btns {
    text-align: center;
    padding-top: 20px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain .btns a {
    position: relative;
    display: block;
    width: 100px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #a6a6a6;
    color: #777;
    font-size: 15px;
    line-height: 38px;
    border-radius: 4px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain .btns a:hover {
    color: #fff;
    border: 1px solid #ed5566;
    background: #ed5566;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul.hot-h5 li:nth-child(n + 11) {
    display: none;
}

.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li {
    margin: 2px;
    width: 240px;
    border: 10px solid #fafafa;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li:hover {
    border-color: #fff;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 77;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li:hover .btn {
    display: block;
}

.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li:hover .cy-free {
    bottom: 55px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics {
    position: relative;
    height: 330px;
    overflow: hidden;
    border-radius: 4px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics .card-thumb {
    min-height: auto !important;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics .member {
    position: absolute;
    top: 5px;
    left: 4px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics .member > img {
    width: 36px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .pics .type {
    position: absolute;
    bottom: 8px;
    right: 9px;
    display: block;
    width: 40px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 66;
    /* background: rgba(0, 0, 0, 0.6); */
    display: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*border-radius: 10px;*/
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .poster-thumb-main .btn a {
    bottom: 15px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li a {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 146px;
    display: block;
    height: 32px;
    line-height: 32px;
    background: #ed5566;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
    font-size: 14px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li a.cy-free {
    color: #a85a06;
    background-color: #fbd77a;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li a::after {
    -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .bottom-data {
    height: 60px;
    padding: 0 6px;
    box-sizing: border-box;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .word {
    overflow: hidden;
    position: relative;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .word p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 15px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .word .member {
    width: 30px;
    height: 17px;
    margin-right: 8px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .word .member > img {
    width: 100%;
    /* height: 100%; */
}

.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 24px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .price p {
    color: #ed5566;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .price p span {
    padding-right: 5px;
    text-decoration: line-through;
    color: #333;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .price i {
    font-size: 12px;
    color: #999999;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 330px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background: -webkit-linear-gradient(270deg, #f7f7f7, #d8d8d8);
    background: linear-gradient(180deg, #f7f7f7, #d8d8d8);
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .member {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 55;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .member > img {
    width: 36px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .type {
    position: absolute;
    bottom: 5px;
    right: 4px;
    display: block;
    width: 40px;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0px;
    z-index: 55;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .clip-line {
    width: 1px;
    height: 23px;
    background-color: #a6a6a6;
    top: 0;
    position: absolute;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .line1 {
    left: 67px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .line2 {
    left: 137px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .clip-image {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 15px;
    top: 18px;
    z-index: 88;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .image1 {
    left: 60px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .clip-image {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 15px;
    top: 18px;
    z-index: 88;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .image2 {
    left: 130px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .poster-thumb-main {
    background: white;
    position: relative;
    width: 170px;
    height: 270px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .poster-thumb-main .poster-thumb-wrap {
    width: 158px;
    height: 258px;
    overflow: hidden;
    z-index: 39;
    position: absolute;
    left: 6px;
    top: 6px;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .poster-thumb-main .temp-thumb {
    z-index: 9;
    box-shadow: 0px -1px 28px 0px rgba(37, 37, 37, 0.35);
    position: absolute;
    top: 14px;
    -webkit-transition: 4s all;
    transition: 4s all;
}
.temp-main .idx-content .tep-c-list .idx-clist .listmain ul li .poster-temp-thumb .poster-thumb-main .poster-temp-thumb-img {
    z-index: 9;
    position: absolute;
    -webkit-transition: 4s all;
    transition: 4s all;
    width: 158px;
    left: 0px;
    top: 0px;
}

/*左侧浮动导航 start*/
.leftmenu {
    display: none;
    position: fixed;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    background: #fff;
    z-index: 99;
}
.leftmenu .title {
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    background: #ed5566;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.leftmenu li {
    cursor: pointer;
    border-bottom: 1px dotted #e7e7e7;
    line-height: 45px;
    text-align: center;
    color: #777;
    font-size: 13px;
    position: relative;
}
.leftmenu li.cur,
.leftmenu li:hover {
    color: #ed5566;
}
.leftmenu li.cur::before,
.leftmenu li:hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 25px;
    background: #ed5566;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*左侧浮动导航 end*/

/*首页浏览器版本提示 start*/
#browser-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#browser-wrap {
    display: none;
    position: fixed;
    left: 50%;
    top: 20%;
    z-index: 20;
    width: 600px;
    padding: 40px 20px;
    margin-left: -300px;
    background-color: #fff;
    border-radius: 4px;
}
#browser-wrap h2 {
    width: 100%;
    text-align: center;
    margin-top: -5px;
    padding-bottom: 10px;
    color: #ed5566;
    font-size: 20px;
    font-weight: normal;
}
#browser-wrap .browser-tip {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 16px;
}
#browser-wrap .browser-tip i {
    position: absolute;
    left: -4px;
    top: 0;
    color: #f15451;
    font-size: 18px;
}
#browser-wrap .browser-tip a {
    color: #ed5566;
}
#browser-wrap .browser-list {
    padding: 40px 0 35px;
    text-align: center;
}
#browser-wrap .browser-p {
    display: inline-block;
    text-align: center;
    margin: 0 25px;
    padding: 10px 13px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
}
#browser-wrap .browser-p a {
    display: block;
}
#browser-wrap .browser-desc {
    font-size: 14px;
    color: #7b7b7b;
    padding-left: 20px;
    line-height: 20px;
}
#browser-wrap .browser-icon {
    display: block;
    margin: 0 auto 10px;
    width: 50px;
}
#browser-wrap button {
    display: block;
    width: 100px;
    height: 35px;
    color: #ed5566;
    text-align: center;
    line-height: 35px;
    margin: 25px auto -5px;
    border-radius: 4px;
    border: 1px solid #ed5566;
    background-color: #fff;
}
.hunbei {
    display: none;
}
.bt2 {
    display: none;
}
.wechat .bt1 {
    display: none;
}
.wechat .bt2 {
    display: block;
}
.wechat .browser-desc {
    display: none;
}
.wechat .hunbei {
    display: block;
    text-align: center;
    color: #ed5566;
}
/*首页浏览器版本提示 end*/

/*作品角标 start*/
.w-iden {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 66;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}
.poster-temp-thumb .w-iden {
    background: linear-gradient(134deg, rgba(255, 176, 55, 1) 0%, rgba(255, 152, 40, 1) 100%);
}
.pics .w-iden {
    background: linear-gradient(312deg, rgba(55, 181, 255, 1) 0%, rgba(81, 220, 255, 1) 100%);
}
.long-page .w-iden {
    background: linear-gradient(-65deg, #fc6cc0, #ef7ff9);
    background: -webkit-linear-gradient(-65deg, #fc6cc0, #ef7ff9);
}
/*作品角标 end*/
