@charset "utf-8";



/* 首页 */

/* 类 标题 */

.shouye .title {
    position: relative;
    width: 100%;
    font-size: 32px;
    color: #2f3541;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 30px;
    padding-top: 80px;
}

.shouye .title_bg {
    width: 100%;
    font-size: 120px;
    color: transparent;
    background: linear-gradient(to bottom,rgba(214, 216, 226, 0.5),rgba(83, 91, 128, 0.02),rgba(214, 216, 226, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    font-weight: 900;
    top: 0;
    font-family: Myriad Pro;
}

.shouye .title_bg_b {
    width: 100%;
    font-size: 120px;
    color: transparent;
    background: linear-gradient(to bottom,rgba(214, 216, 226, 0.15),rgba(83, 91, 128, 0.02),rgba(214, 216, 226, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: 0;
}

.shouye .title_txt {
    position: relative;
    padding-top: 20px;
}

.shouye .title_txt1 {
    font-size: 16px;
    color: #9a9da7;
    font-weight: normal;
    padding-top: 20px;
}

.shouye .title_txt::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 4px;
    border-radius: 4px;
    background: #4d5fe3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 云展入口/免费创作 */

.shouye_i1 {
    position: relative;
    vertical-align: middle
}

.shouye_i1 .msg {
    color: #fff;
    position: absolute!important;
    text-align: center;
    font-size: 48px;
    left: 50%!important;
    transform: translateY(-50%)translateX(-50%)!important;
}

.shouye_i1 .msg p:first-child {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 28px;
}

.shouye_i1 .msg .t3 {
    font-size: 24px;
    margin-top: 43px;
    margin-bottom: 88px;
}

.shouye_i1 .msg .anniu {
    justify-content: center;
}

.shouye_i1 .msg .anniu a:first-child {
    margin-right: 28px;
}

.shouye_i1 .msg .anniu a {
    width: 172px;
    height: 64px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
    justify-content: center;
}

.shouye_i1 .msg .anniu a:hover {
    background: #4d5fe3;
}

.shouye_i1 .msg .anniu a img {
    margin-right: 12px;
}

/* 核心技术 */

.shouye_i2 {
    position: relative;
    vertical-align: middle
}

.shouye_i2 .msg {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1200px;
    height: 100%;
    color: #fff;
}

.shouye_i2 .msg .content_r {
    font-size: 16px;
}

.shouye_i2 .msg .content_r a {
    width: 590px;
    height: 211px;
    color: #9a9da7;
    background: #262637;
}

.shouye_i2 .msg .content_r a:first-child {
    margin-bottom: 20px;
}

.shouye_i2 .msg .content_r a>img {
    width: 211px;
    height: 211px;
    margin-right: 24px;
}

.shouye_i2 .msg .content_r a div>img {
    width: 36px;
    height: 10px;
    margin: 15px 0;
}

.shouye_i2 .msg .content_r a p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10;
    color: #fff;
}

.shouye_i2 .msg .content_r a p:last-child {
    color: #fff;
    line-height: 25px;
}

/* 行业解决方案 */

.shouye_i3 {
    position: relative;
    vertical-align: middle
}

.shouye_i3 .msg {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1200px;
    height: 100%;
}

.shouye_i3 .msg .content ul {
    width: 224px;
}

.shouye_i3 .msg .content ul li {
    height: 88px;
    line-height: 88px;
    padding-left: 34px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #2f3541;
    cursor: pointer
}

.shouye_i3 .msg .content ul li img {
    margin-right: 11px;
}

.shouye_i3 .msg .content ul li .iconH {
    display: none;
}

.shouye_i3 .msg .content ul .active {
    background: #fff;
    color: #4d5fe3;
    font-weight: 600;
}

.shouye_i3 .msg .content ul .active img {
    display: none;
}

.shouye_i3 .msg .content ul .active .iconH {
    display: block!important;
}

.shouye_i3 .msg .content ul li::after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 0%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #4d5fe3;
    transition: all 0.3s 0s;
}

.shouye_i3 .msg .content ul .active::after {
    height: 100%;
}

.shouye_i3 .msg .content .lunbo {
    width: calc(100% - 224px);
    padding-left: 10px;
}

.shouye_i3 .msg .content .lunbo img {
    width: 316px;
    height: 237px;
}

.shouye_i3 .msg .content .lunbo .top {
    margin-bottom: 10px;
}

.shouye_i3 .msg .content .lunbo .top img {
    width: 480px;
    height: 270px;
}

.shouye_i3 .msg .content .lunbo .item {
    position: relative;
    overflow: hidden;
}

.shouye_i3 .msg .content .lunbo .item:hover div {
    transform: translateX(0%);
    transition: all 0.3s 0s;
}

.shouye_i3 .msg .content .lunbo .item>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 36px 24px;
    background-image: linear-gradient(to left,rgb(34, 34, 50,0.2), rgb(34, 34, 50,0.6));
    transform: translateX(100%);
    transition: all 0.3s 0s;
}

.shouye_i3 .msg .content .lunbo .item .flex {
    color: #fff;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 600;
}

.shouye_i3 .msg .content .lunbo .item .flex div {
    width: calc(100% - 100px);
}

.shouye_i3 .msg .content .lunbo .item .flex div p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.shouye_i3 .msg .content .lunbo .item .flex div p:last-child {
    color: #d6d8e2;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.shouye_i3 .msg .content .lunbo .top .item .flex {
    color: #fff;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 600;
}

.shouye_i3 .msg .content .lunbo .top .item .flex div p:last-child {
    color: #d6d8e2;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.shouye_i3 .msg .content .lunbo .item .flex img {
    width: 80px;
    height: 80px;
}

.shouye_i3 .msg .content .lunbo .lunbo_dian {
    margin-top: 32px;
    justify-content: center;
}

.shouye_i3 .msg .content .lunbo .lunbo_dian div {
    width: 16px;
    height: 4px;
    background: #d6d8e2;
    background: #d6d8e2;
    margin: 0 2px;
}

.shouye_i3 .msg .content .lunbo .lunbo_dian .active {
    background: #4d5fe3;
    color: #4d5fe3;
}

/* 新展示 · 新交互 · 新体验 · 新转化 */

.shouye_i4 {
    position: relative;
    vertical-align: middle
}

.shouye_i4 .msg {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1200px;
    height: 100%;
}

.shouye_i4 .content .ri,.shouye_i4 .content .le {
    width: 260px;
}

.shouye_i4 .content .cen {
    margin-top: 50px;
    font-size: 24px;
    color: #4d5fe3;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.shouye_i4 .content .cen p {
    position: absolute;
    top: 0;
}

.shouye_i4 .item {
    font-size: 16px;
    color: #9a9da7;
    padding: 30px 0;
}

.shouye_i4 .le .item div:first-child {
    width: calc(100% - 100px);
}

.shouye_i4 .ri .item div:last-child {
    width: calc(100% - 100px);
}

.shouye_i4 .item div p:first-child {
    font-size: 20px;
    color: #2f3541;
    margin-bottom: 8px;
}

/* 68+32 */

.shouye_i4 .item .ibox {
    width: 68px;
    margin: 0 16px;
    position: relative;
}

.shouye_i4 .item:hover div p:first-child {
    color: #4d5fe3;
    font-weight: 600;
}

.shouye_i4 .item:hover .ibox-bg {
    display: block!important;
}

.shouye_i4 .item .ibox .ibox-icon {
    width: 68px;
    height: 80px;
    position: relative;
}

.shouye_i4 .item .ibox .ibox-bg {
    width: 68px;
    height: 116px;
    position: absolute;
    bottom: 0px;
    display: none;
}

/* 新闻动态 */

.shouye_i5 {
    position: relative;
    vertical-align: middle
}

.shouye_i5 .msg {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1200px;
    height: 100%;
}

.shouye_i5 .msg .content .lunbo_dian {
    margin-top: 32px;
    justify-content: center;
}

.shouye_i5 .msg .content .lunbo_dian div {
    width: 16px;
    height: 4px;
    background: #d6d8e2;
    margin: 0 2px;
}

.shouye_i5 .msg .content .lunbo_dian .active {
    background: #4d5fe3;
}

.shouye_i5 .le {
    width: 560px;
    background: #fff;
    box-shadow: 5px 5px 10px #d9dadb;
    padding-bottom: 20px;
}

.shouye_i5 .le>img {
    width: 560px;
    height: 310px;
}

.shouye_i5 .le .txtbox {
    padding: 24px 0;
    margin: 0 24px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #9a9da7;
    border-bottom: 1px solid #000;
}

.shouye_i5 .le .txtbox p:first-child {
    color: #4d5fe3;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shouye_i5 .le .abox {
    font-size: 16px;
    color: #cccccc;
    border-left: 1px solid #000;
    margin: 18px 24px;
    margin-bottom: 0;
    padding-left: 12px;
}

.shouye_i5 .le .abox img {
    width: 28px;
    height: 18px;
}

.shouye_i5 .ri {
    width: 620px;
}

.shouye_i5 .ri .itm {
    color: #9a9da7;
    font-size: 14px;
    background: #fff;
    margin-bottom: 22px;
}

.shouye_i5 .ri a:last-child {
    margin-bottom: 0px;
}

.shouye_i5 .ri .itm>img {
    width: 200px;
    height: 150px;
}

.shouye_i5 .ri .itm .txt {
    padding: 18px;
    width: calc(100% - 200px);
    height: 150px;
}

.shouye_i5 .ri .itm .txt>p:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    margin-bottom: 12px;
}

.shouye_i5 .ri .itm .txt .flex {
    margin-top: 16px;
}

.shouye_i5 .ri .itm .txt .flex img {
    padding-left: 12px;
}

.shouye_i5 .ri .itm .txt .flex p:last-child {
    border-left: 1px solid #dddddd;
}

/* 数字化流程  政企定制 */

.shouye_i6 {
    position: relative;
    vertical-align: middle
}

.shouye_i6 .msg {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1200px;
    height: 100%;
    margin: auto;
}

.shouye_i6 .szh {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.shouye_i6 .szh .con {
    padding: 20px 0;
}

.shouye_i6 .szh .con>img {
    width: 42px;
    height: 8px;
    margin: 0 4px;
}

.shouye_i6 .szh .con>div {
    width: 200px;
    height: 230px;
    border-radius: 12px;
    background: #262637;
    border-bottom: 4px solid #4d5fe3;
    text-align: center;
    padding-top: 40px;
}

.shouye_i6 .szh .con div div {
    /* width: 68px; */
    height: 80px;
    margin: auto;
    margin-bottom: 27px;
}

.shouye_i6 .szh .con div div img {
    margin: auto;
}

.shouye_i6 .zqdz {
    padding: 20px 0;
}

.shouye_i6 .zqdz>img {
    width: 160px;
    height: 2px;
    padding: 0 27px;
    transform: translateY(-20px);
}

.shouye_i6 .zqdz div {
    width: 120px;
    font-size: 20px;
    color: #eff1f9;
    font-weight: 600;
    text-align: center;
}

.shouye_i6 .zqdz div div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    margin-bottom: 24px;
}

.shouye_i6 .zqdz div div:hover {
    border: 2px solid #4d5fe3;
}

.zqdz_btnb {
    justify-content: center;
    margin-top: 64px;
    cursor: pointer;
}

.zqdz_btn {
    width: 254px;
    height: 64px;
    background: #4d5fe3;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    border-radius: 8px;
    margin: auto;
}

.zqdz_btn:hover {
    color: #fff;
}

.shouye_i7 {
    height: 616px;
    background: #f1f1f5;
}

.shouye_i7 .lunbo_dian {
    margin-top: 32px;
    justify-content: center;
}

.shouye_i7 .lunbo_dian div {
    width: 16px;
    height: 4px;
    background: #d6d8e2;
    margin: 0 2px;
}

.shouye_i7 .lunbo_dian .active {
    background: #4d5fe3;
}

.shouye_i7 .swiper-slide {
    flex-wrap: wrap;
}

.shouye_i7 .swiper-slide div {
    width: 216px;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.shouye_i7 .swiper-slide div img {
    width: 216px;
    height: 120px;
    border-radius: 8px;
}

/* 首页联系客服弹出框 */

.shouye_tck {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.shouye_tck .msgcc {
    width: 560px;
    height: 658px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    border-radius: 8px;
}

.shouye_tck .msgcc .top {
    width: 560px;
    height: 160px;
    background-image: url(../img/index-bg19.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    justify-content: center;
}

.shouye_tck .msgcc .top img {
    position: absolute;
    right: 30px;
    top: 26px;
}

.shouye_tck .msgcc .top div p {
    color: #2f3541;
    font-size: 16px;
    text-align: center;
}

.shouye_tck .msgcc .top div p:first-child {
    font-size: 24px;
    margin-bottom: 25px;
}

.shouye_tck .msgcc .top div p:last-child {
    justify-content: center;
}

.shouye_tck .msgcc .top div span {
    font-size: 24px;
    font-family: '[DIN]';
    color: #1ccfb3;
    font-weight: 600;
}

.shouye_tck .msgcc .form {
    padding-top: 25px;
}

.shouye_tck .msgcc .form div input::placeholder {
    color: rgba(47, 53, 65, 0.302);
}

.shouye_tck .msgcc .form div textarea::placeholder {
    color: rgba(47, 53, 65, 0.302);
}

.shouye_tck .msgcc .form div {
    font-size: 16px;
    color: #9a9da7;
    width: 360px;
    min-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 24px;
    margin: auto;
    margin-bottom: 20px;
}

.shouye_tck .msgcc .form .beizhu {
    padding-top: 15px;
    padding-bottom: 10px;
}

.shouye_tck .msgcc .form .beizhu p {
    padding-bottom: 14px;
}

.shouye_tck .msgcc .form .beizhu textarea {
    width: 100%;
    height: 80px;
    border: none;
}

.shouye_tck .msgcc .form button {
    font-size: 16px;
    color: #fff;
    width: 360px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    background: #4d5fe3;
    margin: auto;
    display: block;
}

/* 3D数字展厅 */
#house-decoration,#smart-exhibition,#number-exhibition {
    background: url("/public/static/cloudnew/img/index-bg13.png") no-repeat left center/100% 100%;
}

.within-solution-one .msg_txt {
    font-size: 16px;
    color: #2f3541;
}

.within-solution-one .msg_txt>img {
    width: 36px;
    height: 36px;
}

.within-solution-one .msg_txt .tit {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.within-solution-one .msg_txt .tit img {
    margin-right: 10px
}

.within-solution-one .msg_txt .ipt {
    line-height: 40px;
    margin-top: 26px;
}

.within-solution-one .msg_txt .ipt img {
    width: 10px;
    height: 10px;
    margin-right: 8px;
}

.within-solution-one .msg_txt .btn {
    font-size: 18px;
    color: #4d5fe3;
    font-weight: 600;
    margin-top: 62px;
    padding-top: 0;
    background: none!important;
}

.within-solution-one .msg_txt .btn img {
    width: 25px;
    height: 11px;
    margin-left: 9px;
}

.within-solution-one .msgimg .nbox {
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(47, 53, 65, 0.1);
    line-height: 80px;
    border-radius: 4px;
    text-align: center;
}

.within-solution-one .iconbox {
    font-size: 14px;
    color: #2f3541;
    width: 100%;
    margin-top: 30px;
}

.within-solution-one .iconbox>div {
    background: #f1f1f5;
    border-radius: 4px;
    text-align: center;
    width: 23%;
    margin: 0 1% 20px;
}

.within-solution-one .iconbox>div div {
    width: 36px;
    height: 36px;
    justify-content: center;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 10px;
}

.within-solution-one .shuoMin {
    width: 100%;
    border: 1px solid #4d5fe3;
    font-size: 16px;
    color: #2f3541;
    margin-top: 38px;
}

.within-solution-one .shuoMin>div {
    padding: 12px 18px;
}

.within-solution-one .shuoMin .t {
    margin-top: 10px;
    display: none;
}

.within-solution-one .shuoMin .active .sm_tit img {
    transform: rotate(90deg);
}

.within-solution-one .shuoMin .active .t {
    display: block;
}

.within-solution-one .shuoMin .active .sm_tit {
    color: #4d5fe3!important;
}

.within-solution-one .shuoMin .sm_tit {
    font-size: 18px;
    color: #9a9da7;
    font-weight: 600;
}

.within-solution-one .shuoMin .sm_tit img {
    width: 20px;
    height: 20px;
}

.within-solution-one .msgimg1 {
    font-size: 0
}

.within-solution-one .msgimg1 div {
    text-align: center;
    font-size: 14px;
    color: #2f3541;
    margin-bottom: 20px;
    display: inline-block;
}

.within-solution-one .msg3 {
    background: #fff;
    color: #2f3541;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(47, 53, 65, 0.1);
}

.within-solution-one .msg3 .msg3_title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.within-solution-one .msg3 .msg3_title::after {
    width: 22px;
    height: 4px;
    background: #4d5fe3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.within-solution-one .msg3_waitit {
    width: 100%!important;
    text-align: center;
    font-size: 24px;
    color: #2f3541;
    font-weight: 600;
    margin: 10px 0
}

.within-solution-one .msg3_waitit img {
    margin: 0 auto 5px;
}
/* 3D数字展厅 */

.SaoMiaoYi .msgbox {
    position: relative;
}

.SaoMiaoYi .msgbox .msg {
    position: absolute;
    width: 1200px;
    z-index: 2;
    top: 0;
    color: #2f3541;
    height: 100%;
}

.within-product-one .container .con1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.within-product-one .container .con1:hover {
    color: #555;
}

.within-product-one .container .con1 p {
    position: relative;
    z-index: 2;
}

.within-product-one .container .con2 {
    width: 338px;
    height: 64px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(61, 187, 184, 0.2);
    font-size: 24px;
    color: #4d5fe3;
    justify-content: center;
    line-height: 64px;
    margin-top: 26px;
    margin-bottom: 51px;
}

.within-product-one .container .con2 img {
    width: 35px;
    height: 33px;
    margin-right: 17px;
}

.within-product-one .container .con3 div {
    width: 338px;
    height: 64px;
    line-height: 64px;
    background: url(../img/icon58.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

/* 以全景的方式，展示更多可能！ */
.within-product-one .container .con1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.within-product-one .container .con1 img {
    position: absolute;
    right: 10px;
    top: 0
}

.within-product-one .container .con1 p {
    position: relative;
    z-index: 2;
}

/* 云展平台页面 */
.within-platform-one .con1 {
    font-size: 18px;
    color: #797b84;
    justify-content: center;
}

.within-platform-one .con1 {
    display: inline-block;
    text-align: center;
    position: relative;
}

.within-platform-one .con1 p:first-child {
    font-size: 48px;
    color: #2f3541;
    font-weight: 900;
    margin-bottom: 16px;
}

.within-platform-one .con1 img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.within-platform-one .itm {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0 24px;
    border-radius: 4px;
    position: relative;
}

.within-platform-one .itm .itm_t {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    color: #9a9da7;
    font-size: 18px;
}

.within-platform-one .itm .itm_t p:first-child {
    font-size: 24px;
    color: #2f3541;
    font-weight: 600;
    margin-bottom: 5px;
}

.within-platform-one .itm .itm_f {
    color: #2f3541;
    font-size: 16px;
    line-height: 28px;
    height: 125px;
    display: flex;
    align-items: center;
}

.within-platform-one .itm::after {
    content: '';
    width: 0px;
    height: 4px;
    background: #4d5fe3;
    position: absolute;
    top: 0;
    left: 32px;
}

.within-platform-one .itm:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
    border: none;
}

.within-platform-one .itm:hover .pp {
    color: #4d5fe3!important;
}

.within-platform-one .itm:hover::after {
    width: 48px;
    transition: all 0.3s 0s;
}

.within-platform-one .adv-itm {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #9a9da7;
    max-width: 48%;
    margin: 0 1% 20px
}

.within-platform-one .adv-itm:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
    border: none;
}

.within-platform-one .adv-itm:hover .itm_1 {
    color: #4d5fe3;
}

.within-platform-one .adv-itm p {
    padding: 0 13px;
}

.within-platform-one .adv-itm .itm_1 {
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    margin-bottom: 8px;
}

.within-platform-one .adv-itm div {
    width: 100%;
    height: 44px;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 20px;
}

/* 案例展示 */

.anli .sousuo div {
    font-size: 18px;
    color: #9a9da7;
}

.anli .sousuo div p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #2f3541;
    margin-right: 8px;
}

.anli .sousuo form {
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.anli .sousuo form button {
    color: #fff;
    background: #4d5fe3;
    width: 72px;
}

.anli .sousuo form input {
    width: calc(100% - 72px);
    padding-left: 40px;
    box-sizing: border-box;
}

.anli .sousuo form img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.anli .shaoxuan {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 36px 0;
    margin-bottom: 30px;
}

.anli .shaoxuan .cat {
    width: 100%;
    margin-bottom: 20px;
}

.anli .shaoxuan .cat:last-child {
    margin-bottom: 0px;
}

.within-case-condition-one p.title {
    font-weight: 600;
    font-size: 16px;
    color: #2f3541;
}

.anli .shaoxuan .cat div {
    width: calc(100% - 40px);
    overflow-x: auto;
}

.within-case-condition-one p {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
}

.within-case-condition-one p.active {
    background: #4d5fe3;
    color: #fff;
}

.within-case-condition-one p.active a {
    color: #fff
}

.anli .neirong {
    width: 1224px;
    margin: auto;
    margin-bottom: 30px;
}

.within-case-one .container .item {
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.within-case-one .container .list a.item:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
}

.within-case-one .container .list a.item:hover .ma {
    opacity: 1!important;
}

.within-case-one .container .list a.item:hover .fot>p {
    color: #4d5fe3;
}

.within-case-one .container .item .top {
    position: relative
}

.within-case-one .container .item .top>img {
    width: 100%;
    height: 100%;
}

.within-case-one .container .item .ipt {
    height: 36px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    font-size: 16px;
    border-radius: 36px;
    padding-left: 2px;
    padding-right: 10px;
    top: 24px;
    left: 20px;
}

.within-case-one .container .item .ipt img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.within-case-one .container .item .top .ma {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    justify-content: center;
    opacity: 0;
}

.within-case-one .container .item .top .ma img {
    width: 148px;
    height: 148px;
}

.within-case-one .container .item .fot {
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #9a9da7;
}

.within-case-one .container .item .fot>p {
    font-size: 16px;
    color: #2f3541;
}

.within-case-one .container .item .fot img {
    margin-right: 5px;
}

.within-case-one .container .item .fot div div:first-child {
    margin-right: 12px;
}

/* 服务商页面 */

.fuwushang {
    background: #f1f1f5;
    margin-top: 67px;
}

.fuwushang .shaixuan {
    width: 100%;
    background: #f9faff;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.fuwushang .shaixuan .shaoxuanMsg {
    width: 1200px;
    margin: auto;
    justify-content: flex-end;
    height: 100%;
    font-size: 16px;
    color: #2f3541;
}

.fuwushang .shaixuan .shaoxuanMsg div {
    padding: 0 20px;
    border-right: 1px solid #ddd;
    position: relative;
}

.fuwushang .shaixuan .shaoxuanMsg div ul {
    position: absolute;
    width: 120px;
    border-radius: 8px;
    background: #fff;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)translateY(15px);
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, .3);
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    display: none;
}

.fuwushang .shaixuan .shaoxuanMsg div ul a:hover {
    color: #4d5fe3;
}

.fuwushang .shaixuan .shaoxuanMsg div ul .active {
    color: #4d5fe3;
}

.fuwushang .shaixuan .shaoxuanMsg div ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.fuwushang .shaixuan .shaoxuanMsg div:first-child {
    border-left: 1px solid #ddd;
}

.fuwushang .shaixuan .shaoxuanMsg div::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #2f3541;
    transform: translateY(20%);
    margin-left: 8px;
}

.fuwushang .lit {
    width: 1200px;
    margin: auto;
}

.fuwushang .lit .itm {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px 20px;
}

.fuwushang .lit .itm .lbox {
    font-size: 14px;
    color: #2f3541;
    width: 65%;
}

.fuwushang .lit .itm .lbox .b1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fuwushang .lit .itm .lbox .b1 img {
    margin-left: 6px;
}

.fuwushang .lit .itm .lbox .b2 {
    margin-bottom: 8px;
}

.fuwushang .lit .itm .lbox .b2 div {
    font-size: 14px;
    font-weight: 600;
    color: #9a9da7;
    margin-right: 21px;
}

.fuwushang .lit .itm .lbox .b2 div img {
    margin-right: 5px;
}

.fuwushang .lit .itm .lbox>img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 22px;
}

.fuwushang .lit .itm .rbox img {
    width: 110px;
    height: 110px;
    border-radius: 4px;
    margin-left: 20px;
}

/* 服务商 详情页面 */

.fuwushang_msg {
    background: #f1f1f5;
    margin-top: 67px;
}

.fuwushang_msg .shaixuan {
    width: 100%;
    background: #f9faff;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.fuwushang_msg .shaixuan .shaoxuanMsg {
    width: 1200px;
    margin: auto;
    height: 100%;
    font-size: 16px;
    color: #2f3541;
    justify-content: space-between;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel {
    padding: 0 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: relative;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #2f3541;
    transform: translateY(20%);
    margin-left: 8px;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel ul {
    position: absolute;
    width: 120px;
    border-radius: 8px;
    background: #fff;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)translateY(15px);
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, .3);
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    display: none;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel ul a:hover {
    color: #4d5fe3;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel ul .active {
    color: #4d5fe3;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .sel ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL {
    font-size: 16px;
    color: #2f3541;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL a {
    border-right: 1px solid #ddd;
    padding: 0 20px;
    position: relative;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL a::after {
    content: '';
    width: 0%;
    height: 4px;
    background: #4d5fe3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)translateY(20px);
    transition: all 0.3s 0s;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL a:last-child {
    border-right: none;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL a:hover {
    color: #4d5fe3;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL .active {
    color: #4d5fe3;
}

.fuwushang_msg .shaixuan .shaoxuanMsg .selL .active::after {
    width: 100%;
    transition: all 0.3s 0s;
}

.fuwushang_msg .neirong {
    width: 1224px;
    margin: auto;
    margin-bottom: 30px;
}

.fuwushang_msg .neirong .item {
    width: 388px;
    height: 346px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 18px;
    overflow: hidden;
    margin: 0 10px;
}

.fuwushang_msg .neirong .item:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
}

.fuwushang_msg .neirong .item:hover .ma {
    opacity: 1!important;
}

.fuwushang_msg .neirong .item:hover .fot>p {
    color: #4d5fe3;
}

.fuwushang_msg .neirong .item .top {
    width: 388px;
    height: 291px;
    position: relative;
}

.fuwushang_msg .neirong .item .top>img {
    width: 100%;
    height: 100%;
}

.fuwushang_msg .neirong .item .ipt {
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 0 10px;
    top: 24px;
    right: 20px;
}

.fuwushang_msg .neirong .item .fot {
    height: calc(100% - 291px);
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: #9a9da7;
}

.fuwushang_msg .neirong .item .fot>p {
    font-size: 16px;
    color: #2f3541;
}

.fuwushang_msg .neirong .item .fot img {
    margin-right: 5px;
}

.fuwushang_msg .neirong .item .fot div div:first-child {
    margin-right: 12px;
}

.fuwushang_msg .info {
    background: #fff;
    padding-bottom: 30px;
}

.fuwushang_msg .info>img {
    width: 100%;
    height: 400px;
}

.fuwushang_msg .info .ipt {
    width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #2f3541;
}

.fuwushang_msg .info .ipt .ipt1 {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, .1);
    transform: translateY(-50%);
}

.fuwushang_msg .info .ipt .ipt1 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.fuwushang_msg .info .ipt .ipt2 {
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #2f3541;
    transform: translateY(-45px);
}

.fuwushang_msg .info .ipt .ipt2 img {
    width: 18px;
    height: 18px;
    margin-left: 9px;
}

.fuwushang_msg .info .ipt .ipt3 {
    justify-content: center;
    color: #9a9da7;
    font-size: 14px;
    transform: translateY(-25px);
}

.fuwushang_msg .info .ipt .ipt3 div {
    margin: 0 10px;
}

.fuwushang_msg .info .ipt .ipt3 img {
    margin-right: 6px;
}

.fuwushang_msg .info .ipt .ipt4 {
    width: 80%;
    margin: auto;
    line-height: 25px;
}



/* 设计模板 页面 */
.shejimuban .sousuo {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.shejimuban .sousuo div {
    font-size: 18px;
    color: #9a9da7;
}

.shejimuban .sousuo div p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #2f3541;
    margin-right: 8px;
}

.shejimuban .sousuo form {
    height: 36px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.shejimuban .sousuo form button {
    color: #fff;
    background: #4d5fe3;
    width: 72px;
    font-size: 14px;
}

.shejimuban .sousuo form input {
    width: calc(100% - 72px);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 14px;
}

.shejimuban .sousuo form img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.shejimuban .sousuo a {
    width: 84px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #2e82ff;
    color: #fff;
    margin-left: 12px;
    font-size: 14px;
}

.shejimuban .shaoxuan {
    width: 1200px;
    margin: auto;
    background: #fff;
    padding: 36px 30px;
    margin-bottom: 30px;
}

.shejimuban .shaoxuan .cat {
    width: 100%;
    margin-bottom: 20px;
}

.shejimuban .shaoxuan .cat:last-child {
    margin-bottom: 0px;
}

.shejimuban .shaoxuan .cat>p {
    width: 100px;
    font-weight: 600;
    font-size: 16px;
    color: #2f3541;
}

.shejimuban .shaoxuan .cat div {
    width: calc(100% - 40px);
    overflow-x: auto;
}

.shejimuban .shaoxuan .cat div p {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 4px;
}

.shejimuban .shaoxuan .cat div .active {
    background: #4d5fe3;
    color: #fff!important;
}

.shejimuban .shaoxuan .cat div .active a {
    color: #fff!important;
}

.shejimuban .neirong {
    width: 1220px;
    margin: auto;
    margin-bottom: 30px;
}

.shejimuban .neirong .item {
    width: 285px;
    height: 300px;
    border-radius: 8px;
    background: #fff;
    margin: 0 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.shejimuban .neirong .item:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
}

.shejimuban .neirong .item:hover .ma {
    opacity: 1!important;
}

.shejimuban .neirong .item .top {
    width: 285px;
    height: 214px;
    position: relative;
}

.shejimuban .neirong .item .top>img {
    width: 100%;
    height: 100%;
}

.shejimuban .neirong .item .ipt {
    width: 80px;
    height: 32px;
    background: #333333;
    color: #dca67f;
    font-size: 14px;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 14px;
}

.shejimuban .neirong .item .ipt img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.shejimuban .neirong .item .top .ma {
    position: absolute;
    width: 245px;
    height: 48px;
    /* background:#fff; */
    bottom: 20px;
    left: 20px;
    padding: 0 5px;
    opacity: 0;
    border-radius: 4px;
    justify-content: center;
}

.shejimuban .neirong .item .top .ma a:first-child {
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    background: #4d5fe3;
}

.shejimuban .neirong .item .top .ma a:last-child {
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0,0,0,0.4);
}

.shejimuban .neirong .item .top .ma a:hover {
    /* color: #000; */
}

.shejimuban .neirong .item .fot {
    height: calc(100% - 214px);
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: #9a9da7;
}

.shejimuban .neirong .item .fot>p {
    font-size: 16px;
    color: #2f3541;
    margin-top: 15px;
    margin-bottom: 10px;
}

.within-case-one .fot>div>p {
    font-size: 16px;
    color: #4d5fe3;
}

.shejimuban .neirong .item .fot img {
    margin-right: 5px;
}

.shejimuban .buzou {
    width: 100%;
    height: 88px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.shejimuban .buzou .buzou_info {
    max-width: 1200px;
    height: 100%;
    margin: auto;
}

.shejimuban .buzou .buzou_info div {
    width: 33.3%;
    height: 100%;
    border-left: 1px solid #ddd;
    justify-content: center;
    font-size: 18px;
    color: #2f3541;
}

.shejimuban .buzou .buzou_info div img {
    margin-right: 10px;
}

.shejimuban .buzou .buzou_info div:last-child {
    border-right: 1px solid #ddd;
}

/* 设计模板-新增发布 页面 */

.muban_add {
    padding-top: 67px;
    background: #f1f1f5;
}

.muban_add .form {
    width: 1200px;
    background: #fff;
    border-radius: 8px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 47px;
    padding-top: 48px;
    padding-bottom: 60px;
}

.muban_add .form .title {
    font-size: 24px;
    text-align: center;
}

.muban_add .form .title::after {
    content: '';
    width: 18px;
    height: 4px;
    display: block;
    margin: auto;
    margin-top: 21px;
    background: #4d5fe3;
    margin-bottom: 40px;
}

.muban_add .form .itm {
    justify-content: center;
    margin-bottom: 20px;
    color: #9a9da7;
}

.muban_add .form .itm div {
    width: 360px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 18px;
    color: #2f3541;
    padding: 0 20px;
    position: relative;
}

.muban_add .form .itm div .pr {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #9a9da7;
    font-size: 16px;
    display: inline-block;
    transform: translateY(-50%);
}

.muban_add .form .itm .upimg {
    padding: 0;
    border: none;
    height: auto;
    align-items: flex-end;
}

.muban_add .form .itm .upimg img {
    width: 96px;
    height: 96px;
    border-radius: 4px;
}

.muban_add .form .itm .upimg div {
    font-size: 16px;
    color: #4d5fe3;
    border: 1px solid #4d5fe3;
    width: 106px;
    height: 48px;
    line-height: 47px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.muban_add .form .itm .upimg .imgbox {
    width: 96px;
    height: 96px;
    border: none;
    position: relative;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.muban_add .form .itm .upimg .imgbox i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 12px;
    right: -5px;
    top: -5px;
}

.muban_add .form .itm div input,select,textarea {
    width: 100%;
    height: 100%;
}

.muban_add .form .itm input::placeholder {
    color: rgba(47, 53, 65, 0.302);
}

.muban_add .form .itm textarea::placeholder {
    color: rgba(47, 53, 65, 0.302);
}

.muban_add .form .itm .subbox {
    border: none;
    color: #f56c6c;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.muban_add .form .itm .subbox button {
    width: 150px;
    height: 48px;
    background: #4d5fe3;
    color: #fff;
    line-height: 48px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}

.muban_add .form .itm .subbox #bac {
    width: 150px;
    height: 48px;
    padding: 0;
    text-align: center;
    background: #4d5fe3;
    color: #fff;
    line-height: 48px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}

/* 云展学院 页面 */

.YunZhanXy,.anli,.zixun_msg,.shejimuban {
    background: #f1f1f5;
}

.within-news-one .itm {
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
}

.within-news-one .itm:hover {
    box-shadow: 0px 10px 30px 0px rgba(47, 53, 65, 0.1);
}

.within-news-one .itm:hover .zt {
    color: #4d5fe3!important;
}

.within-news-one .itm .itm_msg .itm_msg1 {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 10px;
}

.within-news-one .itm .itm_msg .itm_msg1 p:first-child {
    font-size: 20px;
    color: #2f3541;
    font-weight: 600;
}

.within-news-one .itm .itm_msg .itm_msg2 {
    font-size: 16px;
    color: #9a9da7;
    margin-bottom: 32px;
}

.within-news-one .itm .itm_msg .itm_msg3_1 {
    font-size: 16px;
    color: #2f3541;
}

.within-news-one .itm .itm_msg .itm_msg3_1 p {
    margin-right: 8px;
    font-weight: 600;
}

.within-news-one .itm .itm_msg .itm_msg3_1 img {
    margin-right: 8px;
}

.within-news-one .itm .itm_msg .itm_msg3_1 img:first-child {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.within-news-one .itm .itm_msg .itm_msg3_2 {
    color: #9a9da7;
    font-size: 14px;
    font-weight: 600;
}

.within-news-one .itm .itm_msg .itm_msg3_2 div {
    margin-left: 20px;
}

.within-news-one .itm .itm_msg .itm_msg3_2 img {
    margin-right: 5px;
}

.YunZhanXy .shaixuan {
    width: 100%;
    background: #f9faff;
    height: 60px;
    border-bottom: 1px solid #ddd;
}

.YunZhanXy .shaixuan .shaoxuanMsg {
    width: 1200px;
    margin: auto;
    height: 100%;
    font-size: 16px;
    color: #2f3541;
    justify-content: space-between;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL {
    font-size: 16px;
    color: #2f3541;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL a {
    border-right: 1px solid #ddd;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL a::after {
    content: '';
    width: 0%;
    height: 4px;
    background: #4d5fe3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)translateY(20px);
    transition: all 0.3s 0s;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL a:last-child {
    border-right: none;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL a:hover {
    color: #4d5fe3;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL .active {
    color: #4d5fe3;
}

.YunZhanXy .shaixuan .shaoxuanMsg .selL .active::after {
    width: 100%;
    transition: all 0.3s 0s;
}

.YunZhanXy .shaixuan2 {
    width: 100%;
    background: #f9faff;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.YunZhanXy .shaixuan2 .shaoxuanMsg2 {
    width: 1200px;
    margin: auto;
    height: 100%;
    font-size: 14px;
    color: #73757f;
}

.YunZhanXy .shaixuan2 .shaoxuanMsg2 a {
    margin-right: 42px;
    cursor: pointer;
}

.YunZhanXy .shaixuan2 .shaoxuanMsg2 a:hover {
    color: #4d5fe3;
}

.YunZhanXy .shaixuan2 .shaoxuanMsg2 .active {
    color: #4d5fe3;
    font-weight: 600;
}

/* 资讯详情 页面 */
.zixun_msg .dh {
    font-size: 14px;
    color: #73757f;
}

.zixun_msg .dh a {
    color: #73757f;
}

.zixun_msg .dh a:last-child {
    color: #2f3541;
}

.within-news-details .info_l .tit {
    font-size: 32px;
    color: #2f3541;
    font-weight: 600;
}

.within-news-details .info_l .user {
    font-size: 14px;
    color: #73757f;
    margin-top: 24px;
    margin-bottom: 36px;
}

.within-news-details .info_l .user a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #73757f;
    border-radius: 32px;
}

.within-news-details .info_l .user div {
    font-size: 16px;
    color: #2f3541;
    font-weight: 600;
}

.within-news-details .info_l .user div p {
    margin-right: 8px;
}

.within-news-details .info_l .user div img {
    margin-right: 8px;
}

.within-news-details .info_l .user div img:first-child {
    width: 32px;
    height: 32px;
}

.within-news-details .info_l .t1 {
    font-size: 16px;
    color: #9a9da7;
    width: 100%;
    background: #f1f1f5;
    padding: 20px;
}

.within-news-details .info_l .con {
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}

.within-news-details .info_l .time {
    margin-top: 18px;
    font-size: 14px;
    color: #9a9da7;
    padding-bottom: 36px;
}

.within-news-details .info_l .dianzan {
    text-align: center;
    font-size: 16px;
    color: #9a9da7;
    margin-bottom: 50px;
    cursor: pointer;
    display: block;
}

.within-news-details .info_l .dianzan div {
    width: 118px;
    height: 72px;
    border-radius: 72px;
    background: #4d5fe3;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
    padding-top: 12px;
}

.within-news-details .info_l .dianzan div img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.within-news-details .info_r>p {
    font-size: 18px;
    color: #2f3541;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.within-news-details .info_r>p::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.within-news-details .info_r a {
    width: 100%;
    font-size: 16px;
    color: #2f3541;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.within-news-details .info_r a p {
    padding-top: 14px;
    padding-bottom: 10px;
}

.within-news-details .info_r a img {
    border-radius: 4px;
}

/* 云上逛逛 页面 */

.YunGG {
    padding-top: 67px;
}

.YunGG .info {
    width: 100%;
}

.YunGG .info .info_txt {
    width: 720px;
    height: 720px;
    background-image: url('../img/index-bg20.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 67px;
    font-size: 20px;
    color: #2f3541;
}

.YunGG .info .info_txt .tit {
    font-size: 36px;
    color: #2f3541;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.YunGG .info .info_txt .tit::after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}

.YunGG .info .info_txt p:last-child {
    width: 90%;
    margin: auto;
}

.YunGG .info .info_txt>img {
    width: 120px;
    height: 138px;
    display: block;
    margin: auto;
    margin-bottom: 47px;
}

.YunGG .info .info_img {
    width: calc(100% - 720px);
}

.YunGG .info .info_img .itm {
    width: 33.3%;
    height: auto;
    cursor: pointer;
}

.YunGG .info .info_img .itm:nth-child(odd) {
    background: #f5f4f4;
}

.YunGG .info .info_img .itm img {
    width: 100%;
    height: 85%;
}

.YunGG .info .info_img .itm p {
    color: #2f3541;
    font-size: 16px;
    font-weight: 600;
    height: 15%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

.YunGG .info .info_img .itm p::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -28px;
    left: 20px;
}

/* 关于我们页面 */

.gywm {
    background: #f9faff;
}

.gywm .shaixuan {
    width: 100%;
    background: #f9faff;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.gywm .shaixuan .shaoxuanMsg {
    width: 1200px;
    margin: auto;
    height: 100%;
    font-size: 16px;
    color: #2f3541;
    justify-content: center;
}

.within-about-one .container .row .selL {
    font-size: 16px;
    color: #2f3541;
    justify-content: center;
}

.within-about-one .container .row .selL a {
    border-right: 1px solid #ddd;
    position: relative;
    cursor: pointer;
}

.within-about-one .container .row .selL a::after {
    content: '';
    width: 0;
    height: 4px;
    background: #4d5fe3;
    position: absolute;
    bottom: 0;
    left: 0%;
}

.within-about-one .container .row .selL a:last-child {
    border-right: none;
}

.within-about-one .container .row .selL a:hover {
    color: #4d5fe3;
}

.within-about-one .container .row .selL .active {
    color: #4d5fe3;
}

.within-about-one .container .row .selL .active::after {
    width: 100%;
}

/* 关于云展 */

.about-main-one .row {
    background: url("/public/static/cloudnew/img/qywh1.jpg") no-repeat left center;
}

.about-main-one .tbox {
    background: #fff;
    padding: 48px;
    font-size: 18px;
    color: #2f3541;
    float: right;
}

.about-main-one .tbox p {
    padding-bottom: 20px;
}

.about-main-one .tbox .tit {
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.about-main-one .tbox .tit::after {
    width: 40px;
    height: 4px;
    background: #4d5fe3;
}

/* 云展文化 */
.about-culture-one .info_itm {
    background: #fff;
    text-align: center;
    padding: 36px 0;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 2.5% 50px;
}

.about-culture-one .info_itm:hover {
    box-shadow: 0px 20px 40px 0px rgba(61, 187, 184, 0.1);
    color: #2f3541;
}

.about-culture-one .info_itm img {
    margin: auto;
    margin-bottom: 18px;
    display: block;
}

/* 企业文化 */

.gywm .qywh .info {
    justify-content: center;
}

.about-enterprise-one .info_itm {
    background: #fff;
    text-align: center;
    padding: 36px 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    float: left;
}

.about-enterprise-one .info_itm:hover {
    box-shadow: 0px 20px 40px 0px rgba(61, 187, 184, 0.1);
    color: #2f3541;
}

.about-enterprise-one .info_itm img {
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

.about-enterprise-one .info_itm p:last-child {
    font-size: 16px;
    margin-top: 23px;
    font-weight: normal;
}

/* 加入我们 */
.about-recruit-one .info {
    justify-content: center;
    flex-wrap: wrap;
}

.about-recruit-one .info .info_itm {
    border: 1px solid #dddddd;
    padding: 0 32px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #9a9da7;
    border-radius: 8px;
    margin: 0 20px;
    margin-bottom: 40px;
}

.about-recruit-one .info .info_t {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 20px;
}

.about-recruit-one .info .info_t p:first-child {
    font-size: 24px;
    color: #2f3541;
    margin-bottom: 18px;
}

.about-recruit-one .info .info_t img {
    position: absolute;
    top: 0;
    right: 0;
}

.about-recruit-one .info .info_f div {
    padding-top: 20px;
}

.about-recruit-one .info .info_f div p:first-child {
    color: #2f3541;
    margin-bottom: 6px;
}

/* 联系我们 */
.about-contact-one #map {
    min-height: 300px
}

.about-contact-one {
    background: url("/public/static/cloudnew/img/index-bg23.png") no-repeat center center
}

.about-contact-one .content div {
    padding-left: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background: #fff;
}

.about-contact-one .content div img {
    margin-bottom: 10px;
}

.about-contact-one .content div:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#container{width: 100%;height: 300px}
/* 用户中心 页 */

.userYE {
    padding-top: 80px;
    background: #f1f1f5;
}

.userYE .conent {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 70px;
    overflow: hidden;
}

.userYE .conent .conent_l {
    width: 264px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    float: left;
    overflow: hidden;
}

.userYE .conent .conent_l .userinfo {
    font-size: 26px;
    color: #2f3541;
    font-weight: 900;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f9faff;
}

.userYE .conent .conent_l .userinfo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
}

.userYE .conent .conent_l .userinfo p:last-child {
    font-size: 16px;
    color: #6b707b;
    font-weight: normal;
    margin-top: 15px;
}

.userYE .conent .conent_l .nav .nav_itm {
    height: 100px;
    height: 64px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #2f3541;
    opacity: 0.5;
    position: relative;
    cursor: pointer;
}

.userYE .conent .conent_l .nav .nav_itm::after {
    content: '';
    height: 0%;
    width: 4px;
    background: #4d5fe3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.3s 0s;
}

.userYE .conent .conent_l .nav .active {
    opacity: 1!important;
    background: #f9faff;
}

.userYE .conent .conent_l .nav .active::after {
    height: 100%;
    transition: all 0.3s 0s;
}

.userYE .conent .conent_l .nav .nav_itm img {
    margin-right: 16px;
}

.userYE .conent .conent_r {
    width: 900px;
    background: #fff;
    float: right;
    border-radius: 8px;
    overflow: hidden;
}

.userYE .conent .conent_r .nav {
    width: 100%;
    background: #f9faff;
    height: 94px;
    padding: 0 35px;
}

.userYE .conent .conent_r .nav .nav_itm {
    font-weight: 900;
    font-size: 18px;
    color: #9a9da7;
    margin-right: 25px;
    transition: 0.2s;
    cursor: pointer;
}

.userYE .conent .conent_r .nav .nav_itm::after {
    /* width: 24px; */
    width: 0px;
    height: 4px;
    border-radius: 4px;
    content: '';
    background: #4d5fe3;
    margin-top: 10px;
    display: block;
    transition: 0.2s;
}

.userYE .conent .conent_r .nav .active {
    font-size: 24px;
    color: #2f3541;
    transition: 0.2s;
}

.userYE .conent .conent_r .nav .active::after {
    width: 24px;
    transition: 0.2s;
}

.userYE .conent .conent_r .nav .nav_itm:last-child {
    margin-right: 0;
}

.userYE .conent .conent_r .user_list {
    padding: 0 35px;
    padding-top: 40px;
}

.userYE .conent .conent_r .user_list .u_itm {
    margin-bottom: 25px;
    color: #2f3541;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.userYE .conent .conent_r .user_list .u_itm>div {
    font-weight: normal;
    width: 400px;
    margin-left: 34px;
}

.userYE .conent .conent_r .user_list .u_itm input {
    width: 100%;
}

.userYE .conent .conent_r .user_list .u_itm input::placeholder {
    color: #9a9da7;
}

.userYE .conent .conent_r .user_list .u_itm div #head {
    width: 56px;
    height: 56px;
    border-radius: 4px;
}

.userYE .conent .conent_r .user_list .u_itm p:last-child {
    font-size: 16px;
    color: #4d5fe3;
    cursor: pointer;
}

.userYE .conent .conent_r .user_list .u_itm span:last-child {
    font-size: 16px;
    color: #4d5fe3;
    cursor: pointer;
}

.userYE .conent .conent_r .user_list .btn1 {
    background: #4d5fe3;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 108px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.userYE .conent .conent_r .user_list .btn2 {
    background: #02c266;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /* width: 180px; */
    padding: 0 10px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 15px;
}

.userYE .tck_BG {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

/* 升级vip 弹出框 */

.userYE .vip_tck {
    width: 560px;
    height: 525px;
    z-index: 4;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    background: #fff;
    border-radius: 10px;
    display: none;
}

.userYE .vip_tck .vip_tck_t {
    background-image: url(../img/index-bg25.png);
    width: 100%;
    height: 358px;
    font-size: 16px;
    color: #fff;
}

.userYE .vip_tck .vip_tck_t div:last-child {
    width: 520px;
    height: 180px;
    margin: auto;
    padding: 0px 30px;
    line-height: 30px;
    margin-top: 55px;
    overflow-y: auto;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.userYE .vip_tck .vip_tck_t div:last-child::-webkit-scrollbar {
    width: 0 !important
}

.userYE .vip_tck .vip_tck_t>img {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.userYE .vip_tck .vip_tck_t .tit {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    justify-content: center;
    padding-top: 34px;
}

.userYE .vip_tck .vip_tck_t .tit p {
    padding: 0 20px;
}

.userYE .vip_tck a {
    color: #ddb768;
    font-weight: 600;
    font-size: 14px;
    background: #474346;
    width: auto;
    height: auto;
    /* line-height: 48px; */
    text-align: center;
    border-radius: 4px;
    margin: 0 5px;
    display: block;
    margin-top: 30px;
    padding: 10px 10px;
}

.userYE .vip_tck .kefu {
    font-size: 16px;
    color: #2f3541;
    text-align: center;
    margin-top: 20px;
}

.userYE .vip_tck span {
    color: #4d5fe3;
    font-style: italic;
}

.userYE .bjzl_tck {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 560px;
    height: 279px;
    display: none;
    padding-top: 38px;
}

.userYE .bjzl_tck>img {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.userYE .bjzl_tck .tit {
    font-size: 24px;
    text-align: center;
    color: #2f3541;
}

.userYE .bjzl_tck .tit::after {
    content: '';
    width: 18px;
    height: 4px;
    background: #4d5fe3;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.userYE .bjzl_tck input {
    width: 360px;
    height: 48px;
    font-size: 16px;
    color: #2f3541;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 600;
    border-radius: 4px;
    margin: 20px 100px;
}

.userYE .bjzl_tck div:last-child {
    width: 360px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #4d5fe3;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
}

.userYE .bjzl_tck .bbtn {
    width: 360px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #4d5fe3;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
}

.ups-list .btn-close {
    z-index: 2!important;
}
/* 说明文章弹出框 */
.userYE .txt_tck {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 560px;
    /* height: 279px; */
    display: none;
    padding-top: 38px;
    padding-bottom: 30px;
}

.userYE .txt_tck>img {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.userYE .txt_tck .tit {
    font-size: 24px;
    text-align: center;
    color: #2f3541;
}

.userYE .txt_tck .tit::after {
    content: '';
    width: 18px;
    height: 4px;
    background: #4d5fe3;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.userYE .txt_tck .shuomin {
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
    line-height: 25px;
    margin-top: 20px;
    padding: 0 40px;
}


/* 子账户列表 */

.userYE .conent .conent_r .sonbox {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .sonbox .addbox {
    font-size: 16px;
    color: #9a9da7;
    padding-bottom: 30px;
}

.userYE .conent .conent_r .sonbox .addbox div {
    width: 138px;
    height: 48px;
    background: #4d5fe3;
    margin-right: 10px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.userYE .conent .conent_r .sonbox table {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.userYE .conent .conent_r .sonbox table th {
    text-align: center;
    height: 48px;
    background: #f1f1f5;
}

.userYE .conent .conent_r .sonbox table tr {
    height: 72px;
}

.userYE .conent .conent_r .sonbox table tr:nth-child(even) {
    background: #f9faff;
}

.userYE .conent .conent_r .sonbox table td button {
    width: 80px;
    height: 36px;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    margin: 0 6px;
}

.userYE .conent .conent_r .sonbox table td a {
    /* width: 80px; */
    padding: 0 10px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    margin: 0 6px;
}

.userYE .conent .conent_r .sonbox table td .b1 {
    color: #fff;
    background: #4d5fe3;
}

.userYE .conent .conent_r .sonbox table td .b2 {
    color: #4d5fe3;
    border: 1px solid #4d5fe3;
}

.userYE .conent .conent_r .sonbox table td .b3 {
    color: #f56c6c;
    border: 1px solid #f56c6c;
}

/* 添加/编辑子账户  弹出框*/

.userYE .son_tck {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 560px;
    display: none;
    padding-top: 38px;
    padding-bottom: 38px;
}

.userYE .son_tck>img {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.userYE .son_tck .tit {
    font-size: 24px;
    text-align: center;
    color: #2f3541;
}

.userYE .son_tck .tit::after {
    content: '';
    width: 18px;
    height: 4px;
    background: #4d5fe3;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.userYE .son_tck .iptbox {
    width: 360px;
    height: 48px;
    font-size: 16px;
    color: #9a9da7;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 600;
    border-radius: 4px;
    margin: 20px 100px;
    padding: 0 18px;
    position: relative;
}

.userYE .son_tck .iptbox .code {
    position: absolute;
    background: #fff;
    color: #4d5fe3;
    right: 18px;
    cursor: pointer;
}

.userYE .son_tck .iptbox input {
    color: #2f3541;
    width: 70%;
}

.userYE .son_tck .iptbox select {
    width: calc(100% - 80px);
    color: #2f3541;
}

.userYE .son_tck button {
    width: 360px;
    height: 48px;
    text-align: center;
    /* line-height: 48px; */
    outline: none;
    background: #4d5fe3;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: auto;
    display: block;
    cursor: pointer;
}

.userYE .son_tck button:active {
    border: none!important;
}

/* 我的账户 */

.userYE .conent .conent_r .mybox {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    /* min-height: 560px; */
}

.userYE .conent .conent_r .syjl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .mybox .pice {
    width: 48%;
    min-height: 136px;
    background: #f9faff;
    border: 1px solid #ddd;
    border-radius: 8px;
    /* padding: 0 34px; */
}

.userYE .conent .conent_r .mybox .pice>div {
    padding: 0 34px;
}

.userYE .conent .conent_r .mybox .pice .zon {
    height: 48px;
    line-height: 48px;
    background: #f0f2fa;
    color: #808796;
    font-size: 16px;
    font-weight: 600;
}

.userYE .conent .conent_r .mybox .pice .pice_l p:first-child {
    font-size: 32px;
    font-weight: 600;
    font-family: 'DIN';
    color: #2f3541;
    margin-bottom: 10px;
}

.userYE .conent .conent_r .mybox .pice .pice_l {
    font-size: 18px;
    font-weight: 900;
    color: #2f3541;
}

.userYE .conent .conent_r .mybox .pice .pice_r div {
    width: 72px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #4d5fe3;
    text-align: center;
    margin-left: 22px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: auto;
}

.userYE .conent .conent_r .mybox .pice .pice_r .btn1 {
    margin-left: 0;
    background: #2e82ff;
}

.userYE .conent .conent_r .mybox .pice .pice_r .btn2 {
    margin-left: 0;
    background: #fda72e;
    margin-top: 10px;
}

.userYE .conent .conent_r .syjl_box .piceJl {
    width: 100%;
}

.userYE .conent .conent_r .syjl_box .piceJl::-webkit-scrollbar {
    width: 0 !important
}

.userYE .conent .conent_r .syjl_box .piceJl>p {
    font-size: 24px;
    font-weight: 600;
    padding: 24px 0;
}

.userYE .conent .conent_r .syjl_box .piceJl .piceJl_nav a {
    width: 198px;
    height: 96px;
    background: #f9faff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #808796;
    border-radius: 8px;
    padding: 18px;
    position: relative;
    margin-left: 4px;
}

.userYE .conent .conent_r .syjl_box .piceJl .piceJl_nav a p:first-child {
    font-size: 24px;
    color: #2f3541;
    font-family: 'DIN';
}

.userYE .conent .conent_r .syjl_box .piceJl .piceJl_nav a::after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    border-radius: 4px;
    background: #4d5fe3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.userYE .conent .conent_r .syjl_box .piceJl .piceJl_nav .active {
    border: 1px solid #f3fdfd;
    background: #f3fdfd;
}

.userYE .conent .conent_r .syjl_box .piceJl .piceJl_nav .active::after {
    width: 100%;
    transition: 0.3s;
}

.userYE .conent .conent_r .mybox table tr td:nth-child(4) {
    color: #1ccfb3;
}

.userYE .conent .conent_r .mybox table tr td:nth-child(2) div {
    width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

/* 消费记录*/

.userYE .conent .conent_r .xfjl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .xfjl_box>div {
    font-size: 18px;
    color: #808796;
    font-weight: 600;
}

.userYE .conent .conent_r .xfjl_box>div span {
    font-family: 'DIN';
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    display: inline-block;
    padding: 0 8px;
}

/* 充值记录*/

.userYE .conent .conent_r .czjl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .czjl_box>div p {
    font-size: 18px;
    color: #808796;
    font-weight: 600;
}

.userYE .conent .conent_r .czjl_box>div p span {
    font-family: 'DIN';
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    display: inline-block;
    padding: 0 8px;
}

.userYE .conent .conent_r .czjl_box>div div {
    width: 125px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #4d5fe3;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.userYE .conent .conent_r .czjl_box table .sele {
    width: 80px;
}

.userYE .conent .conent_r .czjl_box table .sele input {
    -webkit-appearance: checkbox;
    width: 16px;
    height: 16px;
    border-radius: 0;
    outline: none;
    display: none;
}

.userYE .conent .conent_r .czjl_box table .sele img {
    margin: auto;
}



/* 我的发票*/

.userYE .conent .conent_r .wdfp_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .wdfp_box div {
    font-size: 18px;
    color: #2f3541;
    font-weight: 600;
}

.userYE .conent .conent_r .wdfp_box div a {
    margin-right: 25px;
    padding-bottom: 10px;
    position: relative;
}

.userYE .conent .conent_r .wdfp_box div a::after {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #4d5fe3;
    transition: 0.3s;
}

.userYE .conent .conent_r .wdfp_box div a:hover {
    color: #2f3541;
}

.userYE .conent .conent_r .wdfp_box div .active::after {
    width: 100%;
    transition: 0.3s;
}

.userYE .conent .conent_r .wdfp_box div .active {
    color: #4d5fe3;
}

.userYE .conent .conent_r .wdfp_box table .zt {
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .wdfp_box table .zt1 {
    font-weight: 600;
    color: #2e82ff;
    cursor: pointer;
}

.userYE .conent .conent_r .wdfp_box table .seimg1 a {
    color: #9a9da7;
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .wdfp_box table .seimg a {
    color: #4d5fe3;
    font-weight: 600;
    cursor: pointer;
}
/* 提现记录*/

.userYE .conent .conent_r .zxjl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .zxjl_box table .zt {
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .zxjl_box table .zt1 {
    font-weight: 600;
    color: #2e82ff;
    cursor: pointer;
}

.userYE .conent .conent_r .zxjl_box table .seimg1 a {
    color: #9a9da7;
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .zxjl_box table .seimg a {
    color: #4d5fe3;
    font-weight: 600;
    cursor: pointer;
}
/* 转换记录*/

.userYE .conent .conent_r .zhjl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .zhjl_box table .zt {
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .zhjl_box table .zt1 {
    font-weight: 600;
    color: #2e82ff;
    cursor: pointer;
}

.userYE .conent .conent_r .zhjl_box table .seimg1 a {
    color: #9a9da7;
    font-weight: 600;
    cursor: pointer;
}

.userYE .conent .conent_r .zhjl_box table .seimg a {
    color: #4d5fe3;
    font-weight: 600;
    cursor: pointer;
}

/* 推广广告*/

.userYE .conent .conent_r .tghb_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    font-size: 16px;
    color: #2f3541;
}

.userYE .conent .conent_r .tghb_box p {
    margin-bottom: 20px;
    moz-user-select: -moz-none;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.userYE .conent .conent_r .tghb_box img {
    margin-bottom: 30px;
}

.userYE .conent .conent_r .tghb_box a {
    width: 108px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #4d5fe3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
}

/* 我的下级*/

.userYE .conent .conent_r .wdxj_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

/* 分销订单*/

.userYE .conent .conent_r .fxdd_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .fxdd_box table tr td:nth-child(3) {
    color: #4d5fe3;
}

.userYE .conent .conent_r .fxdd_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    display: none;
}

.userYE .conent .conent_r .fxdd_box div {
    font-size: 18px;
    color: #2f3541;
    font-weight: 600;
}

.userYE .conent .conent_r .fxdd_box div a {
    margin-right: 25px;
    padding-bottom: 10px;
    position: relative;
}

.userYE .conent .conent_r .fxdd_box div a::after {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #4d5fe3;
    transition: 0.3s;
}

.userYE .conent .conent_r .fxdd_box div a:hover {
    color: #2f3541;
}

.userYE .conent .conent_r .fxdd_box div .active::after {
    width: 100%;
    transition: 0.3s;
}

.userYE .conent .conent_r .fxdd_box div .active {
    color: #4d5fe3;
}
/* 联系我们*/

.userYE .conent .conent_r .lxwm_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
    font-size: 16px;
    color: #2f3541;
}

.userYE .conent .conent_r .lxwm_box img {
    margin-bottom: 30px;
}

.userYE .conent .conent_r .lxwm_box .infobb {
    width: 100%;
    height: 200px;
    background: #fff;
}

.userYE .conent .conent_r .lxwm_box .infobb div {
    width: 33.3%;
    padding-left: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.userYE .conent .conent_r .lxwm_box .infobb div img {
    margin-bottom: 10px;
}

.userYE .conent .conent_r .lxwm_box .infobb div:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* VR定点全景 */

.userYE .conent .conent_r .ddqj_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
}

.userYE .conent .conent_r .ddqj_box .nnav {
    font-size: 18px;
    color: #2f3541;
    font-weight: 600;
}

.userYE .conent .conent_r .ddqj_box .nnav a {
    margin-right: 25px;
    padding-bottom: 10px;
    position: relative;
}

.userYE .conent .conent_r .ddqj_box .nnav a::after {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #4d5fe3;
    transition: 0.3s;
}

.userYE .conent .conent_r .ddqj_box .nnav a:hover {
    color: #2f3541;
}

.userYE .conent .conent_r .ddqj_box .nnav .active::after {
    width: 98%;
    transition: 0.3s;
}

.userYE .conent .conent_r .ddqj_box .nnav .active {
    color: #4d5fe3;
}

.userYE .conent .conent_r .ddqj_box .shaixuanbox {
    background: #f6f6f6;
    width: 100%;
    border-radius: 8px;
    padding: 28px 34px;
    margin-top: 26px;
}

.userYE .conent .conent_r .ddqj_box .sousuo {
    margin: auto;
    margin-bottom: 26px;
}

.userYE .conent .conent_r .ddqj_box .sousuo div {
    font-size: 18px;
    color: #9a9da7;
}

.userYE .conent .conent_r .ddqj_box .sousuo div p:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    margin-right: 8px;
}

.userYE .conent .conent_r .ddqj_box .sousuo form {
    width: 248px;
    height: 36px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.userYE .conent .conent_r .ddqj_box .sousuo form button {
    color: #fff;
    background: #4d5fe3;
    width: 72px;
}

.userYE .conent .conent_r .ddqj_box .sousuo form input {
    width: calc(100% - 72px);
    padding-left: 40px;
    box-sizing: border-box;
}

.userYE .conent .conent_r .ddqj_box .sousuo form img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.userYE .conent .conent_r .ddqj_box .shaoxuan {
    margin: auto;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat:last-child {
    margin-bottom: 0px;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat>p {
    width: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 0;
    color: #2f3541;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat div {
    width: calc(100% - 40px);
    overflow-x: auto;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat div p {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.userYE .conent .conent_r .ddqj_box .shaoxuan .cat div .active {
    background: #4d5fe3;
    color: #fff;
}

.userYE .conent .conent_r .ddqj_box .lit {
    width: calc(100% + 24px);
    margin-top: 45px;
}

.userYE .conent .conent_r .ddqj_box .lit .addbox {
    text-align: center;
    justify-content: center;
    color: #4d5fe3;
    font-size: 18px;
    font-weight: 600;
}

.userYE .conent .conent_r .ddqj_box .lit .addbox img {
    margin: auto;
    margin-bottom: 10px;
}

.userYE .conent .conent_r .ddqj_box .lit>a {
    width: 260px;
    height: 280px;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(69, 66, 69, 0.1);
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 18px;
}

.userYE .conent .conent_r .ddqj_box .lit>div {
    width: 260px;
    height: 280px;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(69, 66, 69, 0.1);
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 18px;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox:hover .mb {
    opacity: 1;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 {
    height: 195px;
    position: relative;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 .iptbox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 .iptbox .t1 {
    background: #f8b644;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 .iptbox p {
    width: 64px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
    background: rgba(0, 0, 0,0.5);
    border-radius: 4px;
    letter-spacing: 1px;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 .mb {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    opacity: 0;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox1 .mb a {
    width: 96px;
    height: 32px;
    background: #4d5fe3;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox2 {
    width: 100%;
    padding: 0 14px;
    font-size: 14px;
    color: #9a9da7;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox2>p {
    font-size: 16px;
    color: #2f3541;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox2 div img {
    margin-right: 5px;
}

.userYE .conent .conent_r .ddqj_box .lit .itmbox2 div .p {
    margin-right: 12px;
}

#ddqj {
    display: none;
}

#myqj {
    display: none;
}

/* 素材管理 */

.userYE .conent .conent_r .scgl_box {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 560px;
}

.userYE .conent .conent_r .scgl_box .nnav {
    font-size: 18px;
    color: #2f3541;
    font-weight: 600;
}

.userYE .conent .conent_r .scgl_box .nnav a {
    margin-right: 25px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.userYE .conent .conent_r .scgl_box .nnav a::after {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #4d5fe3;
    transition: 0.3s;
}

.userYE .conent .conent_r .scgl_box .nnav a:hover {
    color: #2f3541;
}

.userYE .conent .conent_r .scgl_box .nnav .active::after {
    width: 98%;
    transition: 0.3s;
}

.userYE .conent .conent_r .scgl_box .nnav .active {
    color: #4d5fe3;
}

.userYE .conent .conent_r .scgl_box .shaixuanbox {
    background: #f6f6f6;
    width: 100%;
    border-radius: 8px;
    padding: 15px 34px;
    margin-top: 26px;
}

.userYE .conent .conent_r .scgl_box .sousuo {
    margin: auto;
}

.userYE .conent .conent_r .scgl_box .sousuo div {
    font-size: 18px;
    color: #9a9da7;
}

.userYE .conent .conent_r .scgl_box .sousuo div p:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #2f3541;
    margin-right: 8px;
}

.userYE .conent .conent_r .scgl_box .sousuo form {
    width: 248px;
    height: 36px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.userYE .conent .conent_r .scgl_box .sousuo form button {
    color: #fff;
    background: #4d5fe3;
    width: 72px;
}

.userYE .conent .conent_r .scgl_box .sousuo form input {
    width: calc(100% - 72px);
    padding-left: 40px;
    box-sizing: border-box;
}

.userYE .conent .conent_r .scgl_box .sousuo form img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.userYE .conent .conent_r .scgl_box .lit {
    width: calc(100% + 24px);
    margin-top: 45px;
}

.userYE .conent .conent_r .scgl_box .lit>div {
    width: 260px;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(69, 66, 69, 0.1);
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #2f3541;
    font-weight: 600;
}

.userYE .conent .conent_r .scgl_box .lit>div>p {
    padding: 15px 15px;
}

.userYE .conent .conent_r .scgl_box .lit .itmbox1 {
    position: relative;
}

.userYE .conent .conent_r .scgl_box .lit .itmbox1>img {
    width: 100%;
}

.userYE .conent .conent_r .scgl_box .lit .itmbox1 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #4d5fe3;
    cursor: pointer;
}

.userYE .conent .conent_r .scgl_box .lit .itmbox1 div {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
}

.userYE .conent .conent_r .scgl_box .lit .itmbox1 div p {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    margin: 0 2px;
    cursor: pointer;
}

.userYE .conent .conent_r .scgl_box .yp_box td a {
    display: inline-block;
    padding: 0 4px;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.userYE .conent .conent_r .scgl_box .yp_box td a:first-child {
    color: #4d5fe3;
    border-left: none;
}

.userYE .conent .conent_r .scgl_box .wj_box td a {
    display: inline-block;
    padding: 0 4px;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.userYE .conent .conent_r .scgl_box .wj_box td a:first-child {
    color: #4d5fe3;
    border-left: none;
}

.userYE .conent .conent_r .nav::after {
    display: none;
}

.userYE .conent .conent_r .nav::before {
    display: none;
}

.userYE .conent .conent_r .nav .upload {
    float: right;
    /* width: 108px; */
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    background: #4d5fe3;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
}

/* 添加/编辑子账户  弹出框*/

.userYE .up_tck {
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 560px;
    display: none;
    padding-top: 38px;
    padding-bottom: 38px;
}

.userYE .up_tck>img {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.userYE .up_tck .tit {
    font-size: 24px;
    text-align: center;
    color: #2f3541;
}

.userYE .up_tck .tit::after {
    content: '';
    width: 18px;
    height: 4px;
    background: #4d5fe3;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.userYE .up_tck .iptbox {
    font-size: 16px;
    color: #9a9da7;
    text-align: right;
    font-weight: 600;
    margin: 20px 50px;
    margin-left: 0;
    position: relative;
    justify-content: flex-end;
}

.userYE .up_tck .iptbox>p {
    width: calc(100% - 360px);
    line-height: 48px;
}

.userYE .up_tck .iptbox .infobox {
    width: 360px;
    min-height: 48px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 18px;
    color: #2f3541;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.userYE .up_tck .iptbox .infobox input,select,textarea {
    width: 100%;
}

.userYE .up_tck .iptbox .infobox textarea {
    height: 100px;
}

.userYE .up_tck .iptbox .infobox #upimg {
    width: 96px;
    height: 96px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.userYE .up_tck .iptbox .infobox .upAnniu {
    width: calc(100% - 108px);
    font-size: 14px;
    color: #9a9da7;
    text-align: left;
    margin-left: 12px;
}

.userYE .up_tck .iptbox .infobox .upAnniu div {
    width: 106px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4d5fe3;
    color: #4d5fe3;
    margin-bottom: 15px;
    cursor: pointer;
}

.userYE .up_tck .buttonbox {
    font-size: 16px;
    color: #9a9da7;
    text-align: right;
    /* font-weight: 600; */
    margin: 20px 50px;
    margin-left: 30px;
    position: relative;
    margin-top: 36px;
}

.userYE .up_tck .buttonbox p {
    font-size: 14px;
    color: #2f3541;
    margin-left: 6px;
}

.userYE .up_tck .buttonbox .qx {
    width: 80px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    font-size: 16px;
    color: #9a9da7;
    border: 1px solid #ddd;
    cursor: pointer;
}

.userYE .up_tck .buttonbox button {
    width: 150px;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    background: #4d5fe3;
    margin-right: 10px;
}

/* 案例详情页面 */
.within-case-details .info_l {
    position: relative
}

.within-case-details .info_l .btn-list {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.within-case-details .info_l .btn-list .btn {
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    color: #2f3541;
    font-weight: 600;
    margin: 0 5px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.within-case-details .info_l .btn-list .btn img {
    margin-right: 8px;
    display: inline-block;
}

.anliMsg .info {
    position: relative;
    overflow: hidden;
}

.anliMsg .info_r {
    background: #fff;
}

.anliMsg .info_r .use {
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
    padding-top: 0;
}

.anliMsg .info_r .use a {
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #4d5fe3;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.anliMsg .info_r .use1>img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.anliMsg .info_r .use1 div img {
    margin-right: 5px;
}

.anliMsg .info_r .use1 p {
    font-size: 14px;
    color: #9a9da7;
    font-weight: 600;
    margin-right: 19px;
}

.anliMsg .info_r .use2 {
    margin-bottom: 6px;
}

.anliMsg .info_r .use2 p {
    font-size: 18px;
    font-weight: normal;
    color: #2f3541;
    margin-right: 8px;
}

.anliMsg .info_r .zp_info {
    font-size: 16px;
    color: #9a9da7;
}

.anliMsg .info_r .zp_info>p:first-child {
    font-size: 24px;
    color: #2f3541;
    font-weight: 600;
    margin-bottom: 8px;
}

.anliMsg .info_r .zp_info .tips {
    margin-bottom: 12px;
    font-size: 14px;
}

.anliMsg .info_r .zp_info .tips div {
    margin-right: 18px;
}

.anliMsg .info_r .zp_info .tips div img {
    margin-right: 6px;
}

.anliMsg .info_r .zp_info .purchase_button {
    color: #f56c6c;
    font-weight: 600;
    margin-top: 12px;
}

.anliMsg .info_r .zp_info .purchase_button p {
    font-size: 20px;
    margin-right: 23px;
}

.anliMsg .info_r .zp_info .purchase_button span {
    font-size: 16px;
}

.anliMsg .info_r .zp_info .purchase_button a {
    color: #fff;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #4d5fe3;
}

/*  */

.anliMsg .info_r .zpimgbox {
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #262637;
    font-weight: 600;
    padding-top: 0;
}

.anliMsg .info_r .zpimgbox p:first-child {
    margin-bottom: 18px;
}

.anliMsg .info_r .zpimgbox div {
    width: calc(100% + 10px);
}

.anliMsg .info_r .zpimgbox img {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.anliMsg .info_r .zpimgbox .mor {
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #9a9da7;
    font-weight: 600;
    display: block;
    margin: auto;
    margin-top: 18px;
    border-radius: 4px;
}

/*  */

.anliMsg .info_r .pjbox {
    font-size: 18px;
    color: #262637;
    font-weight: 600;
    padding-bottom: 20px;
}

.anliMsg .info_r .pjbox p:first-child {
    margin-bottom: 18px;
}

.anliMsg .info_r .pjbox span {
    font-size: 14px;
    color: #9a9da7;
    font-weight: 600;
}

.anliMsg .info_r .pjbox textarea {
    width: 100%;
    height: 120px;
    background: #f1f1f5;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
}

.anliMsg .info_r .pjbox .mor {
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #9a9da7;
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    border-radius: 4px;
    background: #4d5fe3;
}

.anliMsg .info_r .pl_list {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.anliMsg .info_r .pl_list>img {
    margin-right: 9px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #73757f;
}

.anliMsg .info_r .pl_list div div {
    font-size: 16px;
    color: #9a9da7;
    margin-bottom: 4px;
}

.anliMsg .info_r .pl_list div div p:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #2f3541;
    padding-right: 10px;
}

.anliMsg .info_r .pl_list>div>p {
    font-size: 14px
}

/* 案例购买页面 */

.anli_pay {
    padding-top: 80px;
    background: #f1f1f5;
}

.anli_pay .info {
    width: 1200px;
    margin: auto;
}

.anli_pay .info .tip {
    color: #9a9da7;
    font-size: 14px;
    width: 100%;
    padding: 60px 50px;
    margin-top: 35px;
    background: #fff;
    margin-bottom: 20px;
    border-top: 4px solid #4d5fe3;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
}

.anli_pay .info .tip img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 35px;
}

.anli_pay .info .tip p:first-child {
    font-size: 20px;
    color: #4d5fe3;
    margin-bottom: 8px;
}

.anli_pay .info .tip p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 12px;
}

.anli_pay .info .paybox {
    padding: 40px 45px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.anli_pay .info .paybox>p {
    font-size: 18px;
    color: #262637;
    font-weight: 600;
    /* text-align: center; */
}

.anli_pay .info .paybox .fs {
    margin-top: 45px;
    /* justify-content: center; */
}

.anli_pay .info .paybox .fs div {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #545964;
    cursor: pointer;
}

.anli_pay .info .paybox .fs .active {
    color: #4d5fe3;
    border: 2px solid #4d5fe3;
}

.anli_pay .info .paybox .fs div img {
    margin-right: 15px;
}

.anli_pay .info .zhifu {
    width: 100%;
    background: #fff;
    justify-content: flex-end;
    padding: 26px 41px;
    border-radius: 8px;
    margin-bottom: 35px;
}

.anli_pay .info .zhifu span {
    color: #ff5f5a;
}

.anli_pay .info .zhifu p {
    font-size: 16px;
    font-weight: 600;
}

.anli_pay .info .zhifu div {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #4d5fe3;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 4px;
    margin-left: 22px;
    cursor: pointer;
}

.anli_pay .pay_tck {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 560px;
    display: none;
    padding-top: 38px;
    padding-bottom: 38px;
}

.anli_pay .pay_tck>img {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.anli_pay .pay_tck .tit {
    font-size: 24px;
    text-align: center;
    color: #2f3541;
}

.anli_pay .pay_tck .tit::after {
    content: '';
    width: 18px;
    height: 4px;
    background: #4d5fe3;
    display: block;
    margin: auto;
    margin-top: 18px;
}

.anli_pay .pay_tck img {
    margin: auto;
    margin-top: 20px;
}

.anli_pay .tck_BG {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.anli .shaoxuan .cat div .active a {
    color: #fff!important;
}

.upfiles {
    z-index: 1!important;
}
/* *************************图片提示 */
.tupian_tips {
    color: red!important;
    /* position: absolute; */
    /* left: 0; */
    margin-left: 10px;
    font-size: 12px!important;
    /* bottom: -10px; */
}

.tupian_tips_tck {
    color: red!important;
    position: absolute;
    left: 0;
    /* margin-left: 10px; */
    font-size: 12px!important;
    top: 40px;
}