/* 动态效果 */
html {
    /*overflow-x: hidden*/
}

[class*='anim']:hover,
[class*='anim'] * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* 鼠标经过时字体颜色变化*/
.animhover:hover {
    color: #5a49f8 !important;
}

/* 鼠标经过时背景色变化*/
.animbtn:hover {
    color: #fff !important;
    border-color: #5a49f8 !important;
    background-color: #5a49f8 !important;
    /* background-image: linear-gradient(to right, #ff902e, #5a49f8); */
}

/* 鼠标经过时放大*/
.animlarge:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* 鼠标经过时图片放大 */
.animenlarge:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* 鼠标经过时旋转*/
.animrotate:hover {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* 鼠标经过时图片旋转 */
.animrevolve:hover img {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

/* 鼠标经过时边框阴影变化*/
.animbsh:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.animbsh2:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* 鼠标经过时上移*/
.animmove:hover {
    transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}

/* 鼠标经过时右边移*/
.animmoverg:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
}
.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}
.effect-julia:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-julia:hover p {
   color: #5a49f8 !important
}
.effect-julia:hover h1 {
    color: #ccdaff
}
.effect-julia:hover h2 {
    color: #5a49f8
}
.ht350{height:350px !important;}
.ht430{height:430px !important;}
/* 动态效果end */

/* 首页 */
.col385 {
    color: #38579f;
}
.col386 {
    color: #3860f4;
}
.col3b4 {
    color: #3b455d;
}
.col405 {
    color: #405be6;
}
.col667 {
    color: #667496;
}
.col858 {
    color: #858383;
}
.colc08 {
    color: #c08c3e;
}
.colccc {
    color: #ccc;
}
.colcf9 {
    color: #cf9a4e;
}
.colee6 {
    color: #ee6552;
}
.colf22 {
    color: #f22c2c;
}
.colf39 {
    color: #f39800!important;
}
.colf77 {
    color: #f77501;
}
.col5a49f8 {
    color: #5a49f8!important;
}
.bge9f {
    background-color: #e9f0fc;
}
.bgf6f {
    background-color: #f6f7fb;
}
.bgf6f7 {
    background-color: #f6f7fa;
}
.bgfbf {
    background-color: #fbf2e6;
}
.bgfde {
    background-color: #fdebeb;
}
.bgtr {
    background-color: transparent!important;
}
.bg-radient {
    background-color: #3961f4;
    background-image: linear-gradient(to right, #5e86f8, #3961f4);
}
.borele {
    border: 1px solid #e1e6f1;
}
.bshadow-radient {
    box-shadow: 0 3px 6px 0 rgba(255,106,0,0.45);
    -o-box-shadow: 0 3px 6px 0 rgba(255,106,0,0.45);
    -ms-box-shadow: 0 3px 6px 0 rgba(255,106,0,0.45);
    -moz-box-shadow: 0 3px 6px 0 rgba(255,106,0,0.45);
    -webkit-box-shadow: 0 3px 6px 0 rgba(255,106,0,0.45);
}
.ptb16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
header.pat {top: 0;left: 0;width: 100%;}
.htop {
    height: 64px;
}
.pic img {
    width: auto;
    max-height: 100%;
}
.seaform .layui-input:not(.layui-unselect) {
    width: 300px;
    height: 40px;
    border-top: 0;
    border-bottom: 0;
}
.seaform a.pat {
    top: 36%;
    right: 20px;
}
.htop .layui-unselect {
    border: 0;
    width: 100px;
    margin-left: 10px;
}
.layui-form-select dl {
    padding: 0;
    text-align: center;
}
.layui-form-select dl dd:hover, .layui-form-select dl dd.layui-this {
    color: #5a49f8;
    background-color: #F6F6F6;
}
.htop .layui-btn {
   
    height: 34px;
    line-height: 34px;
}
.hbot .layui-nav .layui-nav-item {
    line-height: 42px;
    margin-right: 70px;
}
.hbot .layui-nav-item > a {
    color: #3b455d;
    padding: 0 2px;
}
.hbot .layui-this > a, .hbot .layui-nav-item:hover > a {
    color: #5a49f8;
    font-weight: bold;
}
.layui-nav .layui-this:after {
    background-color: #5a49f8;
    background-image: linear-gradient(to right, #ff902e, #5a49f8);
}
.hbot .layui-nav .layui-nav-more {
    right: -13px;
}

.inban {
    height: 470px;
    width: 100%;   
}
.bannerimg{
    background-image: url(../images/banner.png)
}
.col5a4{
    color: #5a49f8;
}
.hbot .layui-this > a, .hbot .layui-nav-item:hover > a{
    color: #5a49f8;
    font-weight: bold;
}
.layui-nav .layui-this:after{
    background-color: #5a49f8;
    background-image: linear-gradient(to right, #5a49f8, #5a49f8);
}

/*footer*/
.bg1e{
    background-color: #1e1e1e;
}
.mt80{
    margin-top: 75px;
}
.fbot p{
    line-height: 50px;
}
.wd200{width: 200px;}
.ml90{margin-left: 90px;}

.btn60{
    width: 70px;height: 40px;line-height: 40px;
    cursor: pointer;
}
.bgcol5a4{
    background-color: #5a49f8;
}
.borinput:focus{
    border: 1px solid #5a49f8!important;
}
.pt100{
    padding-top: 100px;
}
.col_blue {
    color: #3860F4;
}
.qy_bg {
    width: 100%;
    height: 620px;
    background: url(../images/fw_bg.png) no-repeat;
    background-size: 100% 100%;
}
.yq_con {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.swiper_box {
    position: relative;
    width: 100%;
    height: 230px;
}
.flex_a {
    justify-content: space-between;
}

element.style {
}
.flex_a {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.swip_tab {
    width: 200px;
    height: 230px;
}
.cy_con {
    width: 975px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #E1E6F1;
    box-sizing: border-box;
}
.swiper_list .swiper-slide {
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #E1E6F1;
}
.swiper-slide {
    overflow: hidden;
}
.swiper_list .swiper-slide img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.swiper-button-next {
    background: url(../images/arrow_down.png) no-repeat;
    background-size: 100% 100%;
    left: 90px;
    right: auto;
    bottom: -20px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next, .swiper-button-prev {
    position: absolute; 
    top: auto;
    margin-top: 0;
    width: 16px;
    height: 9px;
    z-index: 10;
    cursor: pointer; 
    animation: jump 3s ease infinite;
    border: none;
}
.swiper-button-prev {
    background: url(../images/arrow_up.png) no-repeat;
    background-size: 100% 100%;
    left: 90px;
    right: auto;
    top: -20px !important;
}
.swiper_list .swiper-slide.swiper-slide-thumb-active span {
    color: #3860f4;
    font-weight: bold;
}
.sy_left {
    width: 460px;
    float: left;
}
.sy_right img {
    width: 390px;
    height: 190px;
}
.sy_right{
    width: 390px;
    height: 190px;
    float: right;
}
.cy_con .cy_text {
    padding: 20px;
    padding-left: 40px;
    box-sizing: border-box;
}
.swiper-slide {
    height: 100%;
    overflow: hidden;
}
.sy_left h3 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.more_know {
    display: inline-block;
    width: 92px;
    height: 32px;
    margin-top: 20px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #5a49f8;
    font-size: 14px;
    font-weight: 400;
    color: #5a49f8;
}
.more_know:hover{
    background-color: #5a49f8;
    color: #fff;
}
.swiper_list .swiper-slide.swiper-slide-thumb-active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 70px;
    background-color: #3860f4;
}
.ht66{
    height: calc(230px)/3!important;
}
.sq_btn {
    background: linear-gradient(90deg, #FCC860, #FEB15A);
    box-shadow: 0px 3px 6px 0px rgb(248 169 81 / 45%);
    color: #754e24;
}

.btn_a a {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 17px;
}
.sq_icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/fk_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
    vertical-align: middle;
}
.jd_icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/search_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
    vertical-align: middle;
}
.jd_btn {
    color: #fff;
    background: linear-gradient(90deg, #5E86F8, #3961F4);
    box-shadow: 0px 3px 6px 0px rgb(61 101 245 / 45%);
}
.tab_list li {
    float: left;
    width: calc((100% - 80px)/4);
    height: 135px;
    padding: 25px 20px;
    box-sizing: border-box;
    margin-right: 26px;
    border: 1px solid #eee;
    cursor: pointer;
    border-radius: 10px;
}
.tab_list li:last-child {
    margin-right: 0;
}
.tab_title {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 24px;
}
/* .zx_btn {
    display: inline-block;
    width: 45px;
    height: 22px;
    line-height: 22px;   
    font-size: 14px;
    font-weight: 400;  
    padding-left: 20px;

} */
.zx_btn {
    display: inline-block;
    width: 45px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #E7ECFD;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6483EB;
}
.animbg:hover{
    background-color: #5a49f8;   
}
.animbg:hover *{
    color: #fff;
}
.mt50{
    margin-top: 50px;
}
.tab_one {
    display: flex;
    flex-wrap: nowrap;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.tab_one div{
    width: 50%;
}

.tab_one div span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    position: relative;
}
.clic_login span::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -19px;
    content: '';
    width: 37px;
    height: 4px;
    background: url(../images/line.png) no-repeat;
    background-size: 100% 100%;
}
.more_b a {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #CED6F3;
    margin-top: 18px;
}
/* .clic_login span::after {
    position: absolute;
    bottom:0px;
    left: 0;   
    content: '';
    width: 100%;
    height: 4px;
    background-color: #5a49f8;  
} */
.tab_two > div.active {
    display: block;
}
.tab_two > div {
    display: none;
}
.tab_sort ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;   
}
.tab_sort ul li {
    width: 590px;
    height: 150px;
    padding: 29px 32px;
    padding-right: 26px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.tab_sort ul li a h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.tab_sort ul li a p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}
.tab_sort ul li a span {    
    font-size: 14px;
    line-height: 18px;
    background: url(../images/shop-ico.png) no-repeat;
    background-position: 2px;
    padding-left: 25px;
}
.animbor:hover{
    border:1px solid #5a49f8;
}
.animbor:hover h3{
    color: #5a49f8;
}
.kzlayui-his .layui-this{
    background-color: #5a49f8;color: #fff;border-radius: 20px;
}
.kzlayui-his>li{
    margin-right: 15px;
}
.kzlayui-his>li:last-child{
    margin-right: 0;
}
.wd75{
    width: 75%;
}
.ptb10{
    padding-top: 10px;padding-bottom: 10px;
}
.item-show ul:hover .li-list1{
    width: 75%;   
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.item-show ul:hover .li-list2{
    display: block!important;
    float: right;
}
.item-show ul:hover .li-list3{
    display: none;
}
.item-show li:hover>.li-list1{
    width: 100%;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
}
.item-show li:hover>.li-list2{
    display: none!important;
}
.item-show li:hover>.li-list3{
    display: block!important;
}
.ht170{
    height: 170px;
}
.ht180{height: 180px;}
.pic140 {
    width: 200px;
    height: 140px;
}
.wdyqdt{
    width: calc(100% - 220px);
}
.ht140{
    height: 140px;
}
.wd500{width: 500px;}
.wdx70{
    width: 70px;
    height: 70px;
}
.wdx110{
    width: 110px;
    height: 110px;
}
.layui-nav-bar{
    display: none;
}
.wdx90{width: 90px;height: 90px;}
.pt25{padding-top: 25px;}
.animicon:hover *{
    color: #5a49f8 !important;
}
.pl100{
    padding-left: 100px;
}
.top5{
    top: 5px;
}
.bg5a4{
    background-color: #5a49f8;
}
.ht190{
    height: 190px;
}
.bottom0{
    bottom: 0px;
}
.bgcol7b6{
    background-color: #7b6df9;
}
.pt35{
    padding-top: 35px;
}
.ht470{height: 470px;}
.fixed{position: fixed;}
.zIndex{
    z-index: 999;
}
.top0{
    top: 0;
}
.inban .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
}
.colbf {
    color: #BFBFBF !important;
}
.mt100{
    margin-top: 110px;
}
.layui-tab-content {
    width: 976px;
 
    box-sizing: border-box;
}
.suqiu{
    background: linear-gradient(90deg, #5c4bf8, #8d81f8);
    height: 220px;
    width: 100%;
}
.layui-nav-child{
    top: 43px !important;
}

.selection label{
    cursor: pointer;
} 
.selection label input {
    display: none;
}
.selection>table>tbody>tr>td>label>span {
    font-size: 16px;
}
.selection label span {
    padding: 5px 15px;margin-right: 15px;
}
.newbor4c8 {
    background-color: #5a49f8;
    border-radius: 15px;
    color: #fff;
}
.selection label input:checked + span {
    background-color: #5a49f8;
    border-radius: 15px;
    color: #fff;
}
.tablediv>div:first-child *{
    font-size: 16px!important;
}

.tablediv>div{
    height: 40px;width: 100%;border-bottom: 1px dashed rgb(207, 203, 203);
}
.tablediv>div>span:nth-of-type(1){
    display: inline-block;width: 5%;text-align: center;line-height: 40px;font-size: 14px;
}
.tablediv>div>span:nth-of-type(2){
    display: inline-block;width: 55%;text-align: center;line-height: 40px;font-size: 14px;
}
.tablediv>div>span:nth-of-type(3){
    display: inline-block;width: 20%;text-align: center;line-height: 40px;font-size: 14px;
}
.tablediv>div>span:nth-of-type(4){
    display: inline-block;width: 19%;text-align: center;line-height: 40px;font-size: 14px;
}
.layui-laypage .layui-laypage-curr em {
    color: blue;
}
#layui-laypage-1 *{
    font-size: 16px;
}
.bgEffective{
    background: url(../images/Effective.png) no-repeat;
    background-size: 30px;
    background-position: 5px;
}
.hide{
    display: none!important;
}
#swiper_box>.flex_a>.layui-tab-content{
min-height: 570px;
}
.choice-li>li{
    float: left;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 15px;
    cursor: pointer;
}
.this-btn{
    background-color: #5a49f8;
    border-radius: 15px;
    color: #fff;
   
}

.choice-li>li:hover{
    background-color: #5a49f8;
    border-radius: 15px;
    color: #fff; 
}
.pt5{
    padding-top: 5px;
}
.wdx290{
    width: 290px;
}
.wdx590{
    width: 590px;
}
.col006{
    color: #0066ff;
}
.ht45{
    height: 45px;
}
.lh45{
    line-height: 45px;
}
.animbg006:hover{
    background-color: #0066ff;
    color: #fff;
}
.wrap{
    flex-wrap: wrap;
}
.wrap>div{
    margin-right: calc(40px /3);
    margin-top: 30px;
}
.wrap>div:nth-of-type(4n){
    margin-right: 0;
}
.layui-laypage a:hover {
    color: #0066ff!important;
}
.right20{
    right: 20px;
}
.top8{
    top: 8px;
}
.right30{
    right: 30px;
}
.mtlable>label{
    margin-top: 10px;
    height: 30px;
    display: inline-block;
}
.ht120{
    height: 120px;
}
.opac8{
    opacity: 0.5;
}
.ht200{
    height: 200px;
}

.tabMX tr th{
    width: 16%;
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    background-color: #f9f9f9;
    line-height: 30px;
    border: 1px solid #eee;
}
.tabMX tr td{
    width: 16%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    border: 1px solid #eee;
}
.tabMX tr th:nth-of-type(1){
    width: 36%;
}
.flex-wrap{
    flex-wrap: wrap;
}
.icon50{
    width: 50px;height: 50px;
}
.borad20{
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #0066ff;
    border-radius: 10px;margin-top: 30px;
    margin-left: calc(100% - 20px);
}
.ht210{
    height: 220px;
}
.animbor:hover div .hide{
    display: block!important;
}
.wdx200{
    width: 200px;
}
.ht50{
    height: 50px;
}
.plr0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.layui-layer .yzm {
    top: 1px;
    right: 1px;
    width: 95px;
    height: 36px;
}
.layui-input:hover, .layui-textarea:hover{
    border:1px solid #0066ff!important;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #ccc!important;
    background-color: #fff!important;
    color: #000!important;
}
.layui-layer-btn .layui-layer-btn0:hover{
    border-color: #1E9FFF!important;
    color: #1E9FFF!important;
    background-color: #e0f2ff!important;
}
.layui-layer-btn .layui-layer-btn1 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}



/* 政策正文*/
.search-box .date-input {
    width: 202px;
    background-repeat: no-repeat;
    background-position: 93% center;
    background-image: url(../images/jade-time.png);
}
.layui-laydate .layui-laydate-content .layui-this {
    background-color: #0066ff!important;
}
.search-box .layui-inline a {
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;

}
.bor386{
    border: 1px solid #3860f4;
}
.ht230{
    height: 230px;
}
.list-zw>li{
    line-height: 40px;
    padding-left: 25px;
    color: #333333;
    background: url(../images/ico-li165.png) no-repeat 6px 6px;
    background-position: 5px;
    list-style-position: initial;
    height: 40px;
}
.list-zw>li>a {
    display: inline-block;
    width: 900px;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.list-zw>li>span {
    font-size: 16px;
    color: #999999;
    float: right;
    display: inline-block;
}
.plr40{
    padding-left: 40px;padding-right: 40px;
}
.ptb40{
    padding-top: 40px;padding-bottom: 40px;
}

/*服务云*/
.breadcrumb ul {
    padding-left: 17px;
    background: url(../images/icon-home.png) no-repeat 0 center;
}
.breadcrumb li {margin-left: 3px;}
.breadcrumb li * {height: 40px;line-height: 40px;}
.breadcrumb li a:after {
    content: ">";
    position: absolute;
    right: 0.4rem;
    top: 0;
    line-height: 40px;
}
.bshbottom {
    box-shadow: 0 5px 10px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.1);
}
.choice h3 {height: 70px;line-height: 70px;}
.choice form {top: 23%;right: 30px;}
.choice .layui-input {
    width: 280px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 20px;
    background-color: #f2f2f3;
}
.choice .layui-btn.pat {
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    background-color: transparent;
}
.chobox {padding: 17px 0;}
.chobox+.chobox {border-top: 1px dashed #e3e5e8;}
.hiddenItem {display: none;}
.chobox .layui-col-md1 {margin-top: 4px;}
.chobox label {margin-right: 10px;}
.chobox .layui-anim.layui-icon {display: none;}
.chobox .layui-form-radio {margin-top: 0;}
.chobox .clearfix .layui-form-radio div {
    color: #252b3a;
    padding: 0 12px;
    margin-left: -20px;
    position: relative;
    border-radius: 20px;
}
.chobox .clearfix .layui-form-radioed div, .chobox .clearfix .layui-form-radio div:hover {
    background-color: #eaeeff;
    color: #3a62f4;
    border: #3a62f4 1px solid;
}
.anim .clearfix .layui-form-radioed div,.anim  .clearfix .layui-form-radio div:hover{
    border: none;
}
.col575 {
    color: #575d6c;
}
/* .chnav .layui-form-radio div:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 9px;
    height: 6px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../assets/images/icon-arrow-down-2.png);
}
.chnav .layui-form-radioed div:after, .chnav .layui-form-radio div:hover:after {
    background-image: url(../../assets/images/icon-arrow-down-2-on.png);
} */
.layui-sub-nav {width: 1043px;height: auto;margin-top: 10px;margin-left: -20px;}
.chobox .layui-nav-child {
    top: 0;
    line-height: 28px;
    position: relative;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.chobox .layui-nav-child.selected {display: block;}
.layui-nav-child .layui-form-radio div {color: #8a8e99;padding: 0 12px;margin-bottom: 3px;}
.layui-nav-child .layui-form-radioed div,
.layui-nav-child .layui-form-radio div:hover {color: #3a62f4;}
.chobox .visible {margin-left: -20px;}
.incontent .layui-form-radio .layui-anim.layui-icon {color: #3a62f4;font-size: 16px;}
.chobox .visible .layui-anim.layui-icon {display: inline-block;}
.chobox .visible .layui-form-radio div, .chobox .custom .layui-form-radio div {
    margin-left: -16px;
    color:#252b3a!important;
    background-color: transparent!important;
}
.chobox .layui-input {
    width: 60px;
    height: 26px;
    background-color: transparent;
}
.custom .layui-form-radio+.layui-input-inline {margin-left: -30px;}
.custom .layui-btn {
    width: 45px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 2px;
    background-color: #3a62f4;
}
.sortbox {height: 60px;line-height: 60px;}
.sortbox li {padding-right: 46px;}
.sortbox i {right: 30px;}
.sortbox i.on {color: #252b3a;}
.sortbox .fa-sort-asc {top: 42%;}
.sortbox .fa-sort-desc {top: 42%;}
.sortbox li:hover * {color: #3a62f4;}
.sortbox .layui-icon {display: none;}
.sortbox .layui-form-checkbox span {
    color: #252b3a;
    padding-left: 40px;
    padding-right: 0;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.sortbox input[name='usable']+.layui-form-checkbox span {
    background-image: url(../../assets/images/icon-ticket.png);
}
.sortbox input[name='valid']+.layui-form-checkbox span {
    padding-left: 30px;
    
    background-image: url(../images/icon-valid.png);
}
.sortbox .layui-form-checked span {color: #3a62f4;}
.lists > div.layui-row {margin-left: -2%;}
.lists > div.layui-row > div {margin-left: 2%;margin-bottom: 2rem;}
.lists .serbox {height: 260px;padding: 30px;overflow: hidden; box-sizing: border-box;}
.serbox > div:first-child {height: 144px;}
.serbox img {width: 144px;height: 144px;}
.serbox .tag {height: 24px;}
.tag span {
    width: 72px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    border-color: rgba(166,179,209,0.2)!important;
}
.serbox p {height: 40px;line-height: 20px;}
.serbox:hover .ser-price {opacity: 0;}
.ser-price+div {opacity: 0;bottom: -36px;left: 0;}
.serbox:hover .ser-price+div {opacity: 1;bottom: 1px;}
.serbox .ser-price+div a {height: 32px;line-height: 30px;}
.ser-price+div a span {height: 100%;}
.ser-price+div .colfff:hover {color: #fff;}
.serbox > div+div {margin-top: 27px;padding-top: 17px;}
.peonum span+span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 1px;
    height: 12px;
    border-left: 1px solid #c5c8cf;
}
.layui-laypage {margin: 0;padding-top: 5px;}
.layui-laypage span, .layui-laypage .layui-laypage-refresh {
    color: #575d6c;
    font-size: 14px;
    background-color: transparent;
}
.layui-laypage a {color: #575d6c;font-size: 14px;}
.layui-laypage a:hover {color: #3a62f4;}
.layui-laypage .layui-laypage-spr {background-color: #fff;}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #3a62f4!important;
}
.layui-laypage .layui-laypage-btn {line-height: 28px;}
.layui-laypage .layui-laypage-btn:hover, .layui-laypage .layui-laypage-btn:focus {
    color: #3a62f4;
    border-color: #3a62f4;
}
.bor4169f5{
    border: #4169f5 1px solid;
}
.bg4169f5{
    background-color: #4169f5;
}
.col4169f5{
    color: #4169f5!important;
}
.colff0 {
    color: #ff0500;
}
.cola6b {
    color: #a6b3d1;
}

.serconnect h3 {line-height: 70px;}
.serconnect .tips {background-color: #f2f6fd;line-height: 34px;}
.form-title h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    background-color: #4169f5;
}
.serconnect .pic {width: 144px;height: 144px;}
.serconnect h5+p {height: 44px;line-height: 22px;}
.serconnect .layui-btn-group * {height: 30px;line-height: 28px;border-color: #d5d5d5;}
.serconnect .layui-btn-group .layui-btn {width: 32px;}
.serconnect .layui-btn-group .layui-input {
    top: 6px;
    width: 60px;
    display: inline-block;
    margin-left: -2px;
}
.serconnect .layui-form-item+.layui-form-item {border-top: 1px solid #eee;}
.serconnect .layui-form-label {width: 90px;padding: 7px 10px; box-sizing: border-box;}
.serconnect .layui-inline .layui-input-inline {width: 211px;}
.serconnect .layui-inline:first-child .layui-input-inline {width: 322px; margin-right: 0;}
.serconnect .layui-inline .layui-input {height: 34px;}
.serconnect .layui-form-text .layui-form-label {padding-right: 22px;}
.serconnect .layui-input-block {margin-left: 90px;}
.amount {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    margin-bottom: 0;
    box-shadow: 0 -5px 10px -5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 -5px 10px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -5px 10px -5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -5px 10px -5px rgba(0,0,0,0.1);
}
.amount.pat {
    position: absolute;
    bottom: -170px;
}
.amount * {line-height: 40px;}
.amount button {width: 120px;height: 40px;}
.amount .borff7:hover {border-color: #4169f5;}
.cola8a {
    color: #a8adba;
}


.lists .needbox {height: 242px;box-sizing: border-box;}
.needbox .nbtop {line-height: 50px;}
.nbtop span.inline-block {width:64px;height: 24px;line-height: 24px;}
.needbox .nbtop+div {padding: 16px 30px 12px;}
.needbox:hover h5 a {color: #4169f5;}
.needbox h5+p {height: 36px;}
.needbox .classify {padding: 0 10px;height: 24px;line-height: 24px;}
.needbox .nbbom {padding-top: 10px;line-height: 32px;}
.nbbom > .swiper-slide-1 {-webkit-justify-content: initial;justify-content: inherit;}
.nbbom > .swiper-slide-1 .layui-icon {
    width: 14px;
    height: 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
}
.icon-loc {background-image: url(../images/icon-loc.png);}
.icon-org {background-image: url(../images/icon-org.png);}
.needbox .nbbom .layui-btn {width: 100px;height: 32px;line-height: 32px;}
.endbtn {cursor: not-allowed!important;background-color: #ddd!important;}
.wd48 {
    width: 48%;
}
.swiper-slide-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nbbom > .swiper-slide-1 {
    -webkit-justify-content: initial;
    justify-content: inherit;
}
.col8a8 {
    color: #8a8e99;
}
.classify span+span {
    padding-left: 10px;
}
.classify span+span:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 16px;
}
.col889 {
    color: #8896ba;
}
.bgf1f {
    background-color: #f1f2f6;
}


.needintro div {padding: 26px 30px;}
.needintro div p {line-height: 24px;margin-bottom: 5px;}
.needbox .pos {top: 20%;right: 30px;width: 140px;}
.needbox .pos .layui-btn {width: 140px;height: 40px;line-height: 40px;}
.org h3 {line-height: 70px;}
.org .pic div {width: 105px;height: 70px;}
.org .pic img {width: auto;}
#orglist > div:hover h5 a {color: #4169f5;}
.org .txtright a+a {padding-left: 17px;}
.org .txtright a+a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 1px;
    height: 11px;
    background-color: #bab8b6;
}
.org .layui-flow-more a {display: inline-block;}
.org .layui-flow-more a cite {color: #4169f5;background-color: transparent;}
.wd90{
    width: 90%;
}
.bgf4f {
    background-color: #f4f4f4;
}



.calendar .layui-laydate {width: 100%;border: 0;box-shadow:none;}
.calendar .layui-laydate-main {width: 100%;}
.calendar .layui-laydate-header {
    width: 30%;
    line-height: 46px;
    border-left: 1px solid #eee;
    border-bottom: 0;
}
.calendar .layui-laydate-header i:hover, .calendar .layui-laydate-header span:hover {
    color: #4169f5;
}
.calendar .laydate-prev-y, .calendar .laydate-next-y {display: none;}
.calendar .layui-laydate-list {display: none;}
.calendar .layui-laydate-content {padding: 0;}
.calendar .layui-laydate-content table {width: 100%;}
.calendar .layui-laydate-content th {color: #252b3a;font-size: 14px;height: 50px;}
.calendar .layui-laydate-content th+th {border-left: 1px solid #e2e2e2;}
.calendar .layui-laydate-content td {
    height: 90px;
    text-align: left;
    vertical-align: top;
    padding: 16px 20px;
}
.calendar .layui-laydate-content td {color: #252b3a;font-size: 16px;}
.calendar .layui-laydate .layui-this {
    color: #4169f5!important;
    background-color: #d8e9ff!important;
}
.calendar td .laydate-day-mark {
    color: #252b3a;
    font-size: 16px;
    line-height: initial;
    padding: 16px 20px;
}
.calendar td.layui-this .laydate-day-mark {color: #4169f5!important;}
.calendar .laydate-day-mark::after {
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background-color: #4169f5;
}
.calendar .laydate-selected .laydate-day-mark::after {background-color: transparent;}
.calendar .layui-laydate-content .laydate-day-next,
.calendar .layui-laydate-content .laydate-day-prev {
    color: #b3b7c0;
}
.calendar .layui-laydate-footer {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 61px;
    padding: 16px 17px;
    border-top: 0;
    border-right: 1px solid #eee;
}
.calendar .laydate-footer-btns {position: relative;top: 0;right: 0;}
.calendar .laydate-footer-btns span {
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin-left: 0;
    padding:0;
    position: relative;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}
.calendar .layui-laydate-footer span.layui-laydate-preview{
    display: none;
}
.calendar .laydate-footer-btns span:first-child {
    border-left: 1px solid #eee;
}
.calendar .laydate-footer-btns span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 28px;
    background-color: #eee;
}
.calendar .btn-active, .calendar .laydate-footer-btns span:hover {
    color: #fff;
    border: 0!important;
    background: #4169f5;
    background: linear-gradient(90deg, #809bff, #4169f5);
}
.events {
    height: 652px;
    padding: 26px 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.events .swiper-slide {height: auto;padding-left: 22px;padding-right: 30px; box-sizing: border-box;}
.events .layui-timeline-axis {color: transparent;background-color: #dfe3eb;}
.events .layui-timeline-axis:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #8e96a4;
    border-radius: 100%;
}
.events .layui-timeline-title {color: #575d6c;font-size: 14px;}
.events .times {top: 0;right: 0;}
.events .act {padding-left: 16px;padding-right: 16px;}
.events .act a {padding: 16px 0;}
.events .act a+a {display: none;}
.events .act a:first-child, .events .act a:first-child+a {display: block!important;}
.events .act a.show {display: block;}
.events .act a:hover h5 {color: #ff751a;}
.events .act+div {
    bottom: 8px;
    left: 46%;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.events .swiper-scrollbar {right: 0;}
.bgf5f {
    background-color: #f5f7f7;
}


.actblock {padding: 30px;}
.actblock .pic {width: 240px;height: 180px;}
.cutoff {width: 240px;}
.cutoff div.pat {
    top: 0;
    left: 0;
    background: url(../images/bg-cutoff.png) no-repeat 7% 8px,
                url(../images/bg-cutoff.png) no-repeat 93% 8px;
}
.cutoff h5 {line-height: 22px;}
.cutoff i {
    width: 32px;
    height: 28px;
    line-height: 28px;
    font-family: Arial sans-serif;
    background-color: #ed403c;
}
.cutoff span {padding: 0 5px;}
.actblock .classify {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}
.actcost {padding: 28.5px 30px;line-height: 26px;}
.actcost span.prt:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -2px;
    width: 1px;
    height: 12px;
    background-color: #cec3bc;
}
.actblock .layui-icon.pat {
    top: -30px;
    right: -30px;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.actblock .sharebtn.active {background-color: #4169f5;}
.actblock .sharebtn.active * {color: #fff;}
.sharebtn+.social-share {top: -30px;right: 0;display: none;}
.sharebtn:hover *{
    color: #fff !important;
}
.act-state-1 {background-image: url(../images/icon-state-1.png);}
.act-state-2 {background-image: url(../images/icon-state-2.png);}
.act-state-3 {background-image: url(../images/icon-state-3.png);}
.qrcode {width: 131px;height: 135px;margin: 46px auto 5px;}
.actblock .layui-btn {width: 140px;height: 40px;line-height: 40px;}
.actnr h3 {line-height: 70px;}
.actnr p {line-height: 26px;}
.scan {width: 180px;}
.bgf2f {
    background-color: #f2f2f3;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bgf1f4ff{
    background-color: #f1f4ff;
}

.choice+.lists {border-top: 0!important;}
.notbox > div {padding: 27px 30px;}
.ntime {width: 96px;height: 96px;}
.ntime * {font-family: Arial,sans-serif;}
.notbox:hover h5 a {color: #4169f5;}
.notbox h5+span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 40px;
    height: 2px;
    background-color: #cbcbcb;
}
.notbox p.ofzm {height: 36px;}
.notbox .pull-right .pat {right: 0;bottom: -110px;}


/* èµ„è®¯è¯¦æƒ… */
.toolbar span+span {margin-left: 20px;}
.infshare {top: 0;right: 0;}
.dflex {display: flex;align-items: center;}
.wechat-qrcode .qrcode {height: auto;}
.wechat-qrcode p {font-size: 12px;}
.content-box p {line-height: 30px;margin-bottom: 36px;}
.thumbs-up > span {width: 20px;height: 1px;background-color: #8a8e99;}
.thumbs-up a {
    width: 140px;
    height: 82px;
    line-height: initial;
    margin: 0 60px;
    border-radius: 42px;
}
.thumbs-up .yizan {background-color: #5a49f8;background-image: linear-gradient(to right,#4169f5 , #5a49f8);}
.thumbs-up .yizan * {color: #fff;}
.thumbs-up .notzan * {color: #4169f5;}
.manpage> a:hover * {color: #4169f5;}
.manpage h5 i.layui-icon {
    top: 3px;
    width: 20px;
    height: 17px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center 0;
}
.prebtn .layui-icon {background-image: url(../images/icon-pre.png);}
.nextbtn .layui-icon {background-image: url(../images/icon-next.png);}


/* 服务云-服务详情 */
.wd28 {
    width: 28%;
}
.wd32 {
    width: 32%;
}
.wd66 {
    width: 66%;
}
.wd70 {
    width: 70%;
}
.px20 {
    padding: 20px;
}
.px30 {
    padding: 30px;
}
.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.col252 {
    color: #252b3a;
}
.col3f8 {
    color: #3f8bf2;
}
.col777 {
    color: #777675;
}
.col939 {
    color: #939eb7;
}
.bgf4f {
    background-color: #f4f6fd;
}
.pro-info, .pro-info *,
.shop-info, .shop-info *,
.service-box, .service-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pic-top {
    height: 240px;
}
.pro-info .swiper-slide {
    background-size: cover;
    background-position: center;
}
.pic-thumbs {
    height: 74px;
    padding: 10px 0;
}
.pic-thumbs .swiper-slide-thumb-active {
    border: 2px solid #4169f5;
}
.collect-btn {
    top: 1px;
    right: 0;
}
.pro-info h3+p {
    height: 47px;
    line-height: 24px;
}
.pro-price {
    height: 80px;
    line-height: 80px;
}
.pro-bth.txtright .layui-btn {
    width: 150px;
    height: 36px;
    line-height: 34px;
}
.shop-info img {
    width: 48px;
    height: 32px;
}
.shop-info h5+div {
    line-height: 26px;
}
.ser-type {height: 143px;overflow: hidden;}
.ser-type .layui-row {margin-left: -3%;}
.ser-type .layui-row > span {
    display: inline-block;
    width: 47%;
    height: 26px;
    line-height: 24px;
    margin-left: 3%;
    border: 1px solid rgba(166,179,209,0.2);
}
.shop-info .ser-type+div {margin-bottom: 10px;}
.shop-info .layui-btn {line-height: 36px;}
.service-box .layui-tab-content {padding: 0 30px; width: auto;}
.service-box .layui-tab {margin: 0;}
.service-box .layui-tab-title {height: 60px;}
.service-box .layui-tab-title li {
    color: #575d6c;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
}
.service-box .layui-tab-brief .layui-this {color: #252b3a;font-size: 18px;font-weight: bold;}
.service-box .layui-tab-title .layui-this:after {
    top: auto;
    bottom: 0;
    left: 18%;
    width: 64%;
    height: 3px;
    border-bottom-color: #4169f5;
}
.layui-tab-item.layui-show {display: none!important;}
.layui-tab-item.item-show {display: block!important;}
.rmtitle {
    background: url(../images/icon-recom.png) no-repeat 0 0;
}
.rmcontent > div {height: 152px;}
.rmcontent .tag {height: 24px;}
.rmcontent > div:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 20px;
    color: #ddd;
    width: calc(100% - 40px);
    height: 1px;
    border-top: 1px dashed #ddd;
}
.rmcontent > div:hover h5 {
    color: #4169f5;
}
.rmcontent h5+p {height: 36px;}
.rmcontent > div:hover .ser-price {opacity: 0;}
.rmcontent .ser-price+div {width: calc(100% - 40px);left: 20px;}
.rmcontent > div:hover .ser-price+div {opacity: 1;bottom: 20px;}
.rmcontent .ser-price+div a {
    height: 32px;
    line-height: 30px;
}
.rmcontent+div {height: 50px;line-height: 50px;}
.comment_grade .swiper-slide-1 {
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.service-box .layui-tab-item .layui-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.icon-good {background-image: url(../images/icon-good.png);}
.icon-medium {background-image: url(../images/icon-medium.png);}
.icon-bad {background-image: url(../images/icon-bad.png);}
.service-box .layui-laypage .layui-laypage-curr .layui-laypage-em {
    width: auto;
    height: auto;
}
.prate {
    top: 2%;
    right: 0;
    width: 90px;
    height: 90px;
    padding: 17px 0;
    background: url(../images/bg-praise.png) no-repeat center center;
}
.comment_details .swiper-slide-1 {padding: 30px 0;}



/* 服务云-活动中心 */
.bgecf {
    background-color: #ecf0ff;
}
.incontent.bsiz * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.linkage .swiper-slide {
    height: 120px;
}
.linkage .swiper-slide .pic {
    top: 13px;
}
.linkage .swiper-slide img {
    width: 88px;
}
.linkage .swiper-slide .layui-circle {
    width: 30px;
    height: 30px;
    border: 1px solid #ced2e3;
}
.linkage .swiper-slide .layui-icon {
    color: #abb0c3;
    padding-left: 1px;
}
.actbox {
    height: 262px;
    padding: 30px;
}
.live:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    background: url(../images/icon-live.png) no-repeat 0 0;
}
.actbox .pic a {
    width: 200px;
    height: 150px;
}
.actbox h5 a {
    height: 42px;
}
.layui-act-icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.icon-clock {
    background-image: url(../images/icon-act-clock-2.png);
}
.icon-map {
    background-image: url(../images/icon-act-map-2.png);
}
.icon-account {
    background-image: url(../images/icon-act-account-2.png);
}
.icon-manage {
    background-image: url(../images/icon-act-manage-2.png);
}
.actbox .bortop {
    margin-top: 20px;
    padding-top: 16px;
    line-height: 26px;
}
.actbox .bortop span+span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -2px;
    width: 1px;
    height: 12px;
    background-color: #cecccc;
}
.actbox .signbtn a {
    line-height: 24px;
}
.actbox:hover .signbtn a {
    color: #fff!important;
    background-color: #3860f4;
}
.actban {
    height: 360px;
}
.actban .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.actdiv {
    top: 0;
    right: 0;
    z-index: 100;
    width: 280px;
    padding: 20px 26px;
    background-color: rgba(0,0,0,0.5);
}
.actdiv h3 {
    height: 49px;
}
.actdiv p.flex-start {
    width: 236px;
}
.actdiv .icon-clock {
    background-image: url(../images/icon-act-clock-1.png);
}
.actdiv .icon-map {
    background-image: url(../images/icon-act-map-1.png);
}
.actdiv .icon-account {
    background-image: url(../images/icon-act-account-1.png);
}
.actdiv .icon-manage {
    background-image: url(../images/icon-act-manage-1.png);
}
.deadline {
    height: 84px;
    padding: 5px 10px;
    background: url(../images/bg-deadline.png);
    background-size: contain;
}
.deadline i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffcc00;
    font-family: Arial sans-serif;
    border: 0.5px solid rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.2);
}
.deadline span {
    padding: 0 7px;
}
.signbtn {
    left: 0;
    bottom: 16px;
    z-index: 100;
}
.actdiv .layui-btn {
    width: 140px;
    height: 34px;
    line-height: 32px;
}
.actban .swiper-pagination {
    z-index: 1;
    bottom: 44px;
    width: calc(100% - 280px);
}
.actban .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    opacity: 0.5;
    border-radius: 0;
    background-color: #fff;
}
.actban .swiper-pagination-bullet-active {
    opacity: 0.8;
}


/* 服务云-活动回顾 */
.review-form {
    top: auto;
    right: auto;
    padding-top: 27px;
    padding-bottom: 27px;
}
.review-form .layui-input {
    padding-left: 36px;
    background-color: transparent;
}
.review-form.search-box .date-input {
    width: 202px;
}
.review-form .acttime {
    width: 240px;
}
.review-form .layui-input+.pat {
    top: 27%;
    left: 10px;
}
.review-form .layui-btn {
    top: -2px;
    width: 72px;
    height: 32px;
    line-height: 30px;
}
.actreview+.actreview {
    border-top: 1px solid #eee;
}
.actreview .pic {
    width: 220px;
    height: 165px;
}
.actreview .pic+div {
    width: calc(100% - 220px);
    padding-left: 26px;
}
.actreview h5 a {
    line-height: 24px;
}
.actreview:hover h5 a {
    color: #3860f4;
}
.actreview p.ofzm {
    height: 46px;
    line-height: 23px;
}
.actreview a.flex-start.prt {
    margin-left: 23px;
    padding-left: 23px;
}
.actreview a.flex-start.prt:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #cecece;
}
.actreview .fa {
    margin-right: 7px;
}
.zan:hover * {
    color: #3860f4;
}
.actreview .fa-thumbs-up {
    position: relative;
    top: -1px;
}


/* 服务云-园区动态 */
.colc5c {
    color: #c5c6d0;
}
.colc8c {
    color: #c8c8c8;
}
.notbox .txts {
    width: calc(100% - 100px);
}
.notbox p.ofzm {
    height: 46px;
    line-height: 23px;
}