body {background: #f5f6f9;padding-top:60px;}
/*头部*/
.header {height: 800px;width: 100%;background: #fff;}
.header .title h6 {text-align: center;font-size: 40px;padding-top:100px;letter-spacing: 5px;color:#000;}
.header .title h6 span {margin-right:60px;font-size: 40px;color:#000;}
.header .title p {text-align: center;padding-top:16px;}
.header .title p span {font-size: 16px;color:#262626;margin-right: 20px;letter-spacing: 2px;}
.header .title p span:last-child {margin-right: 0px;}
.header button {width: 200px;height: 48px;display: block;margin:0 auto;color:#fff;font-size: 16px;font-weight: bold;border-radius: 50px;margin-top:45px;letter-spacing: 2px;
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
}
.header button:hover {opacity: 0.6;}
.header .center {width: 1099px;height: 510px;background: #fff;margin:0 auto;margin-top:56px;border-radius: 50px;box-shadow: 0px 0px 15px 0px rgba(210,210,210,0.6);display: flex;justify-content: center;align-items:center;}
.header .center video {width:1020px; height:430px; object-fit: fill;}
/*分类标题*/
.group-tit {text-align: center;margin-top:132px;}
.group-tit h6 p:nth-child(1) {font-size:37px;letter-spacing: 5px;}
.group-tit h6 p:nth-child(1) span {font-size:37px;margin-right: 20px;}
.group-tit h6 p:nth-child(2) {font-size:46px;letter-spacing: 4px;margin-top:-80px;color:#e5e6e8;position: relative;z-index: -1;}
.group-tit h6 p:nth-child(2) span {font-size:46px;margin-right: 20px;}
/*搜索*/
.group-search {width: 900px;height: 78px;margin:0 auto;margin-top:64px;zoom:1;margin-bottom:62px;}
.group-search:after {content: '';display: block;clear:both;}
.group-search .lt {width: 734px;height: 46px;border:1px solid #e7e7e8;border-top-left-radius: 50px;border-bottom-left-radius: 50px;border-right: 0px;float:left;padding-left:35px;font-size: 14px;}
.group-search .rt {width: 130px;height: 48px;float:left;border-top-right-radius: 50px;border-bottom-right-radius: 50px;
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
}
.group-search .rt svg {fill: #fff;width: 30px;height: 30px;}
.group-search .lt::-webkit-input-placeholder{
    color:#bdbdbd;
}
.group-search .lt::-moz-placeholder{
    color:#bdbdbd;
}
.group-search .lt:-ms-input-placeholder{
    color:#bdbdbd;
}
.group-search .rt:hover {opacity: 0.6;}
.group-search .lt:focus {border:1px solid #bf3bfc;border-right: 0px;}
.group-search .ct {float:left;width: 900px;height: 30px;line-height: 30px;color:#000;}
.group-search .ct .lts {float:left;padding-left:15px;font-size: 14px;}
.group-search .ct .rts {float:left;}

.group-search .ct .rts ul li {float:left;margin-right: 27px;font-size: 14px;}
.group-search .ct .rts ul li a {float:left;font-size: 14px;color:#000;}
.group-search .ct .rts ul li a:hover {color:#7c51f1;}
/*分类展示*/
.group-class {width: 1332px;margin:0 auto;zoom:1;margin-bottom:24px;}
.group-class:after {content: '';display: block;clear:both;}
.group-class .lt {float:left;width: 348px;}
.group-class .lt .lts {float:left;width: 180px;height: 264px;position: relative;}
.group-class .lt .rts  {float:left;width: 168px;height: 264px;background: #fff;}
.group-class .lt .lts img {display: block;width: 180px;height: 264px;}
.group-class .lt .lts h6 {width: 180px;height: 264px;position: absolute;line-height: 264px;text-align: center;top:0px;left:0px;color:#fff;background: rgba(0,0,0,0.3);font-size: 18px;letter-spacing: 2px;}
.group-class .lt .lts .tab {width: 64px;height: 32px;background: #1f1f1f;color:#fff;line-height: 32px;text-align: center;font-weight: bold;letter-spacing: 2px;position: absolute;top:9px;left:-7px;}
.group-class .lt .rts button {width: 118px;height: 30px;line-height: 30px;display: block;margin:0 auto;margin-left:20px;margin-bottom:18px;font-size: 14px;color:#000;border:1px solid #dedede;border-radius: 50px;background: none;transition: background 0.5s;position: relative;}
.group-class .lt .rts button:hover {
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
color:#fff;
}
.group-class .lt .rts .choice {
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
color:#fff;
}
.group-class .lt .rts button:nth-child(1) {margin-top:23px;}
.group-class .lt .rts button:nth-child(4) {margin-bottom:20px;}
.group-class .lt .rts a {display: block;text-align: center;font-size: 13px;color:#000;}
.group-class .lt .rts a:hover {color:#834ff2;}
.group-class .lt .rts button:after {content: 'hot';display: none;width: 28px;height: 14px;background: #f63756 url('../../img/index/hot.png') -2px 0px no-repeat;line-height: 14px;font-size: 12px;color:#fff;border-radius: 5px;top:-10px;right:0px;position: absolute;border-bottom-left-radius: 0px;}
.group-class .lt .rts button:before {content: '';display: none;width: 4px;height: 4px;background: url('../../img/index/hot.png') 0px 0px no-repeat;top:0px;right:27px;position: absolute;}
.group-class .lt .rts .hot:after,.group-class .lt .rts .hot:before {display: block;}
.group-class .rt {width: 984px;float:left;}
.group-class .rt .li {float:left;}
.group-class .rt .li .lis {width: 214px;background: #e1e1e1;height: 256px;float:left;margin-left:24px;border:4px solid #fff;position: relative;}
.group-class .rt .li .lis .imgs {width: 214px;height: 256px;display: flex;justify-content: center;align-items:center;}
.group-class .rt .li .lis .imgs img {display: none;}
.group-class .rt .li .lis .cap {width: 214px;height: 256px;position: absolute;top:0px;left:0px;
background: -webkit-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* Firefox 3.6 - 15 */
background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* 标准的语法 */
}
.group-class .rt .li .lis .cap {display: none;}
.group-class .rt .li .lis .cap .down {position: absolute;bottom:0px;left:0px;z-index: 99;}
.group-class .rt .li .lis .cap .up {z-index: 99;position: relative;}
.group-class .rt .li .lis .cap .down h6 {font-size: 14px;color:#fff;letter-spacing: 2px;height: 30px;line-height: 30px;padding-left:9px;}
.group-class .rt .li .lis .cap .up .lts  {float:left;color:#fff;margin-left:7px;margin-top:7px;font-size: 14px;}
.group-class .rt .li .lis .cap .up .lts  svg {fill: #fff;vertical-align: -4px;}
.group-class .rt .li .lis .imgs a {position: relative;z-index: 9;}
.group-class .rt .li .lis .cap .up .rts {float:right;margin-top:3px;margin-right:3px;}
.group-class .rt .li .lis .cap .up .rts button {width: 28px;height: 28px;background: #fff;border-radius: 50%;float:left;position:relative;}
.group-class .rt .li .lis .cap .up .rts button:after {content:'';display:block;position:absolute;width:100%;height:100%;top:0px;left:0px;}
.group-class .rt .li .lis .cap .up .rts button .i_iconStore {fill:#F8476F;}
.group-class .rt .li .lis .cap .up .rts button svg  {fill: #1e1e1e;vertical-align: -2px;width: 16px;height: 16px;}
.group-class .rt .li .lis .cap .up .rts button:nth-child(1) svg  {width: 20px;height: 20px;}
.group-class .rt .li .lis .cap .up .rts button:nth-child(1) {margin-right:13px;}
.group-class .rt .li .lis:hover .cap {display: block;}
.group-class .rt .li {display: none;}
.group-class .rt .choice {display: block;}
.group-class .rt .li .lis .cap .up .rts button:hover {opacity: 0.8;}
/*操作演示*/
.handleDemo {width: 100%;height: 800px;background: #fff;margin-top:120px;}
.handleDemo .cnt {width: 1285px;margin:0 auto;}
.handleDemo  .lt {float:left;width: 633px;height: 470px;border-radius: 20px;box-shadow: 0px 0px 13px 0px #ccc;margin-top:114px;position: relative;}
.handleDemo  .lt .lts {width: 221px;height: 565px;float:left;box-shadow:  0px 0px 13px 0px #ccc;background: #fff;border-radius: 10px;margin-top:27px;margin-left:36px;position: relative;}
.handleDemo  .lt .lts:after {content: '';display: block;position: absolute;width: 150px;height: 2px;background: #d9d6da;top:99px;left:36px;}
.handleDemo  .lt .rts {float:right;margin-top:35px;margin-right:37px;}
.handleDemo  .lt .lts img {float:left;margin-left:21px;}
.handleDemo  .lt .lts img:nth-child(1) {margin-top:27px;margin-left:89px;}
.handleDemo  .lt .lts img:nth-child(2) {margin-top:53px;}
.handleDemo  .lt .lts img:nth-child(n+2){border:2px solid #ffd739;margin-bottom:15px;}
.handleDemo  .lt button {position: absolute;width: 118px;height: 118px;background: #fff;border-radius: 10px;box-shadow: 0px 0px 13px 0px #ccc;}
.handleDemo  .lt button img {display: inline-block;}
.handleDemo  .lt .bt {top:71px;right:-66px;cursor:auto; }
.handleDemo  .lt .bt1 {top:236px;right:-66px;cursor:auto;}
.handleDemo  .lt .bt2 {right:-51px;bottom:-22px;cursor:auto;width: 190px;height: 74px;line-height: 74px;border-radius: 50px;box-shadow: 0px 0px 13px 0px #ccc;color:#000;font-size: 18px;letter-spacing:1px;}
.handleDemo  .lt h6 {font-size: 46px;color:#fff;position: absolute;top:153px;left:369px;width: 120px;letter-spacing: 5px;}
.handleDemo  .rt {width: 454px;float:right;margin-top:208px;margin-right:75px;}
.handleDemo  .rt h6 {float:right;position: relative;}
.handleDemo  .rt h6 p:nth-child(1) span {font-size: 38px;margin-right:38px;}
.handleDemo  .rt h6 p:nth-child(1) {font-size: 38px;letter-spacing: 5px;position: relative;z-index: 9;}
.handleDemo  .rt h6 p:nth-child(2) span {color:#f4f4f4;font-size: 44px;margin-right:28px;}
.handleDemo  .rt h6 p:nth-child(2) {color:#f4f4f4;font-size: 44px;letter-spacing: 4px;position: absolute;top:-29px;right:-70px;z-index: 1;}
.handleDemo  .rt button {width: 200px;height: 48px;display: block;margin:0 auto;color:#fff;font-size: 16px;font-weight: bold;border-radius: 50px;margin-top:55px;letter-spacing: 2px;float:left;margin-left:73px;
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
}
.handleDemo .rt button:hover {opacity: 0.6;}
.handleDemo  .rt .p,.handleDemo  .rt .p1,.handleDemo  .rt .p2 {float:left;margin-top:45px;margin-left:50px;position:relative;z-index:9;}
.handleDemo  .rt .p span,.handleDemo  .rt .p1 span,.handleDemo  .rt .p2 span {position: relative;z-index: 9;font-size: 16px;}
.handleDemo  .rt .p {margin-left:88px;}
.handleDemo  .rt .p:after {content: '';position: absolute;display: block;z-index: 1;width: 56px;height: 56px;border-radius: 50%;background: #fae7d4;top:-21px;left:-16px;}
.handleDemo  .rt .p1:after {content: '';position: absolute;display: block;z-index: 1;width: 56px;height: 56px;border-radius: 50%;background: #e0dbfe;top:-21px;left:-16px;}
.handleDemo  .rt .p2:after {content: '';position: absolute;display: block;z-index: 1;width: 56px;height: 56px;border-radius: 50%;background: #ffdee0;top:-21px;left:-16px;}
/*分类标题1*/
.group-tit1 h6 p:nth-child(1) {font-size: 32px;}
.group-tit1 h6 p:nth-child(1) span {font-size: 32px;}
.group-tit1 button {width: 200px;height: 48px;display: block;margin:0 auto;color:#fff;font-size: 16px;font-weight: bold;border-radius: 50px;margin-top:55px;letter-spacing: 2px;
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
}
.group-tit1 .p {margin-top:30px;font-size: 16px;letter-spacing: 2px;}
.group-tit1 button:hover {opacity: 0.6;}
/*热门模板*/
.hotTemplate {width: 100%;height: 378px;margin-top:50px;overflow: hidden;position: relative;}
.hotTemplate .item {display: none;transition: top 0s;position: absolute;top:0px;}
.hotTemplate .li {float:left;margin-right:35px;display: flex;align-items: flex-end;height: 378px;position: relative;}
.hotTemplate .li h6 {height: 30px;line-height: 30px;display: block;position: absolute;bottom:0px;left:0px;font-weight: normal;font-size: 14px;text-align: center;width: 100%;}
.hotTemplate .li:last-child {margin-right:0px;}
.hotTemplate .li img {display: none;margin-bottom:40px;box-shadow: 0px 19px 20px -8px rgba(137,101,178,0.4);}
/*模板选择*/
.choiceTempalte {width: 100%;height:170px;margin-top:25px;}
.choiceTempalte .item {display:flex;width: 100%;height: 170px; justify-content: center;align-items: flex-end;}
.choiceTempalte .item .li {display: block;border-radius: 10px;margin-right:50px;display:flex;justify-content: center;align-items: center;box-shadow:0px 6px 10px 0px rgba(148,150,153,0.5);position: relative;}
.choiceTempalte .item .li:hover {opacity: 0.6;}
.choiceTempalte .item .li a {display: block;position: absolute;width: 100%;height: 100%;top:0px;left:0px;z-index: 9;}
.choiceTempalte .item .li h6 {padding:0 20px;text-align: center;color:#fff;font-size: 24px;font-weight: normal;}
.choiceTempalte .item .li:last-child {margin-right:0px;cursor: pointer;}
.choiceTempalte .item .li:last-child  {font-size: 64px;color:#c4c4c4;}
/*分类标题2*/
.group-tit2 {background: #fff;padding-top:110px;margin-top:85px;}
.group-tit2 h6 p:nth-child(1) {font-size: 38px;position: relative;z-index: 9;}
.group-tit2 h6 p:nth-child(1) span {font-size: 38px;}
.group-tit2 h6 p:nth-child(2) {z-index: 1}
/*功能展示*/
.functionShow {height: 415px;background: #fff;}
.functionShow .item {width: 1332px;margin:0 auto;padding-top:90px;}
.functionShow .item .li {margin-right:20px;float:left;width: 250px;height: 174px;position: relative;}
.functionShow .item .li:last-child {margin-right: 0px;}
.functionShow .item .li .bg {display: block;width: 250px;height: 174px;}
.functionShow .item .li .cnt {position: absolute;width: 100%;height: 100%;top:0px;left:0px;background: rgba(0,0,0,0.5);}
.functionShow .item .li .cnt .icon {display: block;margin:0 auto;margin-top:30px;}
.functionShow .item .li .cnt h6 {color:#fff;text-align: center;font-size: 24px;font-weight:normal;margin-top:18px;}
.functionShow .item .li .cnt p {color:#fff;text-align: center;font-size: 14px;height: 36px;line-height: 36px;}
/*数据展示*/
.dataShow {height: 297px;width:100%;background: #fff;position: relative;overflow: hidden;}
.dataShow .bg {display: block;opacity: 0.2;position: absolute;top:0px;left:0px;z-index: 9;}
.dataShow .cap {position: absolute;width: 100%;height: 297px;top:0px;left:0px;z-index: 1;
background: -webkit-linear-gradient(left, #bf3bfc , #7652f0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right,  #bf3bfc, #7652f0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right,  #bf3bfc, #7652f0); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #bf3bfc , #7652f0); /* 标准的语法 */
}
.dataShow .cnt {width: 1290px;margin:0 auto;position: relative;z-index: 99;}
.dataShow .cnt .li {width: 430px;float:left;}
.dataShow .cnt .li p {opacity: 1;color:#fff;text-align: center;}
.dataShow .cnt .li p:nth-child(1) {padding-top:100px;font-size: 46px;}
.dataShow .cnt .li p:nth-child(1)  span {padding-top:100px;font-size: 46px;}
.dataShow .cnt .li p:nth-child(2) {padding-top:25px;font-size: 24px;}
/*弹窗*/
.addProPop {position: fixed;top:0px;left:0px;width: 100vW;height: calc(100vH);z-index: 999;background: rgba(0,0,0,0.6);display: none;}
.pop {position: absolute; width: 575px;height: 372px;background: #f1f1f2;border-radius: 5px;top: calc((100vH - 372px)/2);left:calc((100vW - 575px)/2);}
.closePop_i {/*background: url('../img/closePop.png') center center no-repeat;*/display: block;width: 30px;height: 30px;position: absolute;right:-45px;top:0px;background-size:30px;background: none;}
.closePop_i svg {width: 30px;height: 30px;fill: #fff;}
.closePop_i:hover {opacity: 0.7;}
.popTit {height: 62px;box-shadow: 0px 7px 15px -7px #ccc;background: #fff;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.popTit .ul:after {content: '';display: block;clear:both;}
.popTit .ul {width: 274px;margin:0 auto;zoom:1;}
.popTit .ul .li {color:#c1c1c1; cursor: pointer; width: 137px;text-align: center;line-height: 62px;height: 62px;float:left;}
.popTit .ul .li:hover {color:#313131;}
.popTit .ul .slt {background: #f1f1f2;color:#313131;}
.set {height: 210px;width: 100%;display: none;}
.setShow {display: block;}
.setW_son {height:125px;display: none;}
.setW_sonShow {display: block;}
.setW_son ul:after {content: '';display: block;clear:both;}
.setW_son ul {zoom:1;margin-left:50px;}
.setW_son ul li {cursor: pointer; width: 104px;height: 82px;background: #c1c1c1;float:left;margin-right:30px;}
.setW_son ul li:hover {opacity: 0.7;}
.setW_son ul .slt {background: #6d6efa;}
.setW_son ul li h3 {font-size: 40px;color:#fff;font-family: '黑体';width: 100%;text-align: center;height: 45px;line-height: 45px;}
.setW_son ul li p {color:#fff;font-size: 14px;text-align: center;height: 16px;line-height: 16px;}
.setW_c ul:after {content:'';display: block;clear:both;}
.setW_c ul {zoom:1;width: 125px;margin:0 auto;margin-top:48px;}
.setW_c ul li {cursor: pointer; position: relative; width: 60px;height: 40px;float:left;}
.setW_c ul li:hover {opacity: 0.7;}
.setW_c ul li p {text-align: center;height: 40px;line-height: 40px;}
.setW_c ul .li1 { margin-right:5px;}
.setW_c ul .li1:after {content: '';display: block;position: absolute;height: 16px;width: 24px;background: #cecece;bottom:33px;left:17px;}
.setW_c ul .li2:after {content: '';display: block;position: absolute;height: 24px;width: 16px;background: #cecece;bottom:33px;left:20px;}
.setW_c ul .setW_c_slt:after {background: #6573ff;}
.setW_c ul .setW_c_slt p {color:#6573ff;}
.set[name='setW'] .setW_son[name='setW_W']  ul li {margin-top:35px;margin-right:20px;}
.startPro { display: block;width: 218px;height: 38px;background: linear-gradient(to bottom left, #6e6ef9 , #7e61ec);margin:0 auto;color:#fff;font-size: 16px;font-weight: bold;letter-spacing: 4px;text-indent: 4px;margin-top:10px;}
.startPro:hover {opacity: 0.7;}
.set[name='setW'] .setW_son[name='setH_H']  ul li {width: 82px;height: 104px;}
.set[name='setW'] .setW_son[name='setH_H']  ul li h3 {height: 60px;line-height: 60px;}
.set[name='setW'] .setW_son[name='setH_H']  ul {margin-left:80px;}
.set[name='setW'] .setW_son[name='setH_H']  ul li  {margin-top:25px;}
.group-fm:after {content: '';display: block;clear:both;}
.group-fm {zoom:1;width: 366px;margin:0 auto;padding-top:50px;}
.group-ipt {width: 186px;height: 40px;float:left;margin-right:30px;position: relative;box-shadow: 2px 2px 10px 0px #ccc;}
.group-slt {width: 150px;height: 40px;float:left;box-shadow: 2px 2px 10px 0px #ccc;}
.group-ipt input {position: relative; float:left;height: 40px;line-height: 40px;font-size: 14px;color:#616161; width: 83px;padding-left:10px;}
.group-ipt input::-webkit-input-placeholder {color:#c1c1c1;font-size: 14px;}
.group-ipt:before {content: '';display: block;position: absolute;height: 1px;width:65px;background: #c1c1c1;top:30px;left:100px; z-index: 99;}
.group-ipt:after {content: '';display: block;position: absolute;height: 1px;width: 65px;background: #c1c1c1;top:30px;left:8px;  z-index: 99;}
._after:after {background: #666;}
._before:before {background: #666;}
/*.group-ipt input:focus(:after) {background: red;}*/
.group-slt .sltmod {cursor: pointer; width:135px;height: 40px;padding-left:15px;color:#616161;background: #fff url('../../img/sltmod.png') 200px center no-repeat;line-height: 40px;font-family: '宋体';font-size: 14px;}
.sltmod_son {display: none;position: relative;z-index: 99;}
.sltmod_son ul li {cursor: pointer; height: 40px;line-height: 40px;background: #fff;padding-left:15px;font-family: '宋体';font-size: 14px;}
.sltmod_son ul li:hover {background: #616161;color:#fff;}
.group-msg {margin-top:40px;}
.group-msg p {margin-bottom:10px; font-size: 16px;font-family: '宋体';color:#919191;text-align: center;}
/*收藏弹窗*/
.pop_msg {width: 140px;height: 35px;border-radius: 5px;background: #fff;line-height: 35px;position: fixed;top:100px;left:calc((100vW - 140px)/2);text-align: center;display: none;box-shadow: 2px 2px 4px 2px #ccc;z-index: 999;}
.pop_msg span {display: inline-block;width: 17px;height: 17px;line-height: 17px;background: linear-gradient(#c19dec, #6573ff); border-radius: 50%;margin-right:5px;}
.pop_msg span svg {fill:#fff;width: 10px;height: 10px;}


@media screen and (max-width: 1335px) {
	/*当宽度小于1200（预设最低宽度）的时候固定容器宽度和文档宽度（文档宽度兼容头部底部100%宽度计算至预设宽度）*/
    /*.bdint_headCenterBox {width: 1335px;}*/
    body {width: 1335px!important;}
}



















