﻿/* created by jiangfan 2018 04 23 */
body, div, p {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgba(242, 242, 242, 1);
    font-family: 'Microsoft YaHei';
}

* {
    box-sizing: content-box;
}

a {
    color: #959595;
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.5em;
    fill: currentColor;
    overflow: hidden;
}

.mzcontainer {
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0980392156862745);
}

.mzhead {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    max-width: 1200px;
    position: relative;
}

    .mzhead img {
        display: block;
        width: 59px;
        height: 30px;
        float: left;
        margin-top: 10px;
    }

    .mzhead a {
        display: block;
        float: left;
        margin-top: 15px;
        margin-left: 50px;
        color: #2F2F2F;
        font-size: 15px;
        text-decoration: none;
    }

    .mzhead .cnt {
        float: right;
        margin-right: -40px;
        padding-right: 24px;
        background: url("../imgs/cnt.png") no-repeat 33px 3px;
        cursor: pointer;
    }

.mzcenter {
    height: 600px;
}

    .mzcenter .money {
        font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
        font-weight: 700;
        text-align: center;
        font-size: 32px;
        margin-top: 60px;
    }

    .mzcenter .payinfo {
        font-size: 14px;
        color: #2F2F2F;
        text-align: center;
        height: 18px;
        line-height: 18px;
        margin-top: 5px;
    }

    .mzcenter .recharge {
        width: 138px;
        height: 38px;
        border: 1px solid rgba(149, 149, 149, 1);
        border-radius: 5px;
        margin: 0 auto;
        margin-top: 12px;
        text-align: center;
        background-color: white;
        line-height: 38px;
        cursor: pointer;
    }

    .mzcenter .btn-6 {
        margin: 0 auto;
        margin-top: 28px;
        width: 624px;
        height: 45px;
        background-color: white;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.0980392156862745);
    }

.mzminicenter {
    /* width:280px; */
    height: 398px;
    font-size: 13px;
    color: #333333;
    padding: 15px 16px;
    background-color: white;
    display: none;
    position: absolute;
    right: 60px;
    top: 50px;
    z-index: 88;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0980392156862745);
}

    .mzminicenter .mobile {
        color: rgb(0, 153, 221);
        font-size: 13px;
        margin-bottom: 5px;
    }

.mzright {
    float: right;
}

.mzminicenter .recharge {
    width: 78px;
    height: 34px;
    border: 1px solid rgba(149, 149, 149, 1);
    border-radius: 5px;
    margin-top: 12px;
    text-align: center;
    background-color: white;
    line-height: 34px;
    cursor: pointer;
    font-size: 18px;
    float: right;
    margin-bottom: 10px;
}

.chargeinfo {
    clear: both;
    margin-bottom: 20px;
}

.mzminicenter .btn-6 {
    width: 278px;
    height: 34px;
    border: 1px solid rgba(149, 149, 149, 1);
    line-height: 34px;
    text-align: center;
    margin-top: 12px;
    background-color: white;
    cursor: pointer;
}

.mzminicenter .exit {
    text-align: right;
    margin-top: 15px;
    cursor: pointer;
}

.mzfoot {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #959595;
    padding-top: 20px;
    padding-bottom: 28px;
    clear: both;
}

/* 空白样式 */
.whitespace {
    background-color: white;
    text-align: center;
    height: 180px;
    padding-top: 220px;
    font-size: 14px;
    color: #959595;
    margin-top: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0980392156862745);
}



/* 候选方案 */
.casemiddle {
    width: 80%;
    margin: 0px auto;
    max-width: 1200px;
}

.caselist {
    //height: 360px;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0980392156862745);
    padding: 15px;
    padding-bottom: 57px;
}

.caseinfo {
    border-bottom: 1px solid rgb(242,242,242);
    height: 60px;
    line-height: 60px;
}

.casedate {
    padding-right: 50px;
    float: right;
}

.casecnt {
    float: right;
    padding-right: 20px;
    font-family: '微软雅黑';
    font-weight: bold;
    font-size: 18px;
}

.casecmp {
    width: 420px;
    float: left;
}
/* 分页样式 */
.pagesplit {
    margin: 0 auto;
    margin-top: 20px;
    clear: both;
}

    .pagesplit a {
        display: block;
        color: #333;
        border: 1px solid #ddd;
        background-color: white;
        float: left;
        height: 36px;
        line-height: 36px;
        padding: 0 14px;
        margin-right: 5px;
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
    }

.pageinput {
    width: 32px;
    height: 32px;
    margin: 0 3px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 2px;
}

.gotobtn {
    height: 34px;
    width: 36px;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
}

.pagebtn {
    height: 27px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
}

.pageinfo {
    float: left;
    height: 35px;
    line-height: 35px;
}

.pagesplit .pagechoice {
    border: 0 none;
    padding: 1px 15px;
    background: 0 0;
    -webkit-filter: none;
    filter: none;
    color: #e4393c;
}

.goto {
    cursor: pointer;
}

/* 已购内容 */
.alinfo {
    float: left;
    background-color: white;
    width: 242px;
    height: 308px;
    padding: 15px 20px;
    margin-right: 18px;
    margin-bottom: 20px;
}

    .alinfo img {
        cursor: pointer;
        max-width: 242px;
        max-height: 255px;
        margin: 0 auto;
        display: block;
    }

    .alinfo p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

/* 登录注册 */
.loginbg {
    background: url(../imgs/bg.jpg) center center repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    /*border: 1px solid green;*/
}

.loginlogo {
    width: 75px;
    height: 35px;
    margin-top: 14px;
}

.logindiv {
    width: 310px;
    height: 372px;
    background-color: white;
    padding: 28px 170px 10px 170px;
    margin: 0 auto;
    /*margin-top: 70px;*/
    margin-top: 15%;
}

.logintitle {
    color: #2F2F2F;
    font-size: 14px;
}

    .logintitle .first {
        font-family: '微软雅黑';
        font-weight: bold;
        font-size: 32px;
        color: #2F2F2F;
        padding-right: 10px;
    }

.loginmobile, .loginmobilepwd {
    width: 299px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid rgb(169, 169, 169);
    margin-top: 25px;
}

.logincheck {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.remdiv {
    margin-top: 10px;
}

.jiyan {
    width: 284px;
    height: 56px;
    border: 1px solid gray;
    margin: 8px 0px;
}

.loginbtn {
    width: 302px;
    height: 40px;
    background-color: rgb(0, 153, 221);
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.gotoyzm {
    color: white;
}

.error {
    color: red;
    padding-top: 4px;
}

.shortmessage {
    margin: 0 auto;
    width: 498px;
    height: 54px;
    text-align: center;
    color: white;
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.298039215686275);
    line-height: 54px;
    cursor: pointer;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.send {
    float: right;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgb(169, 169, 169);
    font-size: 14px;
    text-align: center;
    color: #2F2F2F;
    width: 96px;
    cursor: pointer;
    margin-right: 25px;
    margin-top: 25px;
}

.funny {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 52px;
    height: 50px;
}
/* 修改密码 */
.widthcom {
    width: 312px;
}

.updpwdmiddle {
    width: 80%;
    background-color: white;
    margin: 0 auto;
    max-width: 1200px;
}

/* 首页 */
.video {
    /* height: 560px; */
    width: 100%;
    min-width: 100%;
    object-fit: fill;
    z-index: -9999;
}

.indexhead {
    height: 560px;
    position: relative;
}

    .indexhead .mzcontainer {
        position: fixed;
        background: none;
        box-shadow: none;
        z-index: 1;
    }

    .indexhead .mzhead img {
        width: 76px;
    }

    .indexhead .mzhead a {
        color: white;
    }

    .indexhead .mzhead .cnt {
        background: none;
        cursor: pointer;
    }

    .indexhead .scroll {
        background-color: white;
    }

        .indexhead .scroll a {
            color: #2F2F2F;
        }

.indexfirst {
    width: 100%;
    background-color: rgb(238, 238, 238);
    height: 541px;
}

.indexsecond {
    width: 100%;
    height: 539px;
    background-color: white;
}

.indexfourth {
    width: 100%;
    height: 260px;
    background-color: rgb(6, 210, 234);
    background-image: url("../imgs/lunzhuan.png");
    background-position: center center;
}

    .indexfourth p {
        text-align: center;
        color: white;
        font-size: 30px;
        padding-top: 75px;
    }

    .indexfourth a {
        text-decoration: none;
        display: block;
        font-size: 24px;
        width: 276px;
        height: 56px;
        line-height: 56px;
        border: 1px solid white;
        cursor: pointer;
        text-align: center;
        color: white;
        margin: 0 auto;
        margin-top: 20px;
    }

.firstdiv {
    height: 507px;
    margin-left: 143px;
    padding-top: 34px;
    background: url(../imgs/picture.png) 0px 34px no-repeat;
}

.seconddiv {
    width: 647px;
    height: 514px;
    margin: 0 auto;
    padding-top: 34px;
    background: url(../imgs/banner2.png) 72px -1px no-repeat;
    float: right;
}

.firstdivright {
    float: right;
    padding-right: 127px;
}

.firstdivleft {
    float: left;
    margin-left: 143px;
}

.centre {
    width: 1200px;
    margin: 0 auto;
    height: 539px;
}

.fdr1 {
    font-size: 50px;
    color: rgb(40, 78, 101);
    padding-top: 162px;
}

.fdr2 {
    font-size: 16px;
    color: rgb(136, 165, 182);
    line-height: 28px;
}

.fdr3 {
    font-size: 24px;
    color: rgb(0, 153, 221);
    padding-top: 14px;
    display: block;
    text-decoration: none;
}

.thirddidv {
    position: absolute;
    width: 793px;
    height: 540px;
    left: -170px;
    top: -8px;
    background: url("../imgs/banner3.png") no-repeat;
}

.indexfifth {
    width: 100%;
    height: 100px;
    background-color: rgb(136, 165, 182);
    color: rgb(180, 197, 207);
    font-size: 12px;
}

.indexfoot {
    height: 35px;
    padding-top: 42px;
    padding-left: 98px;
}

.wlogo {
    width: 75px;
    float: left;
    padding-top: 33px;
}
/* 充值页面 */
.icharge {
    height: 470px;
    background-color: white;
    padding: 30px;
}

.iinfo {
    height: 18px;
    line-height: 18px;
    border-bottom: 1px solid rgb(248, 248, 248);
    padding: 0 0 15px 55px;
}

.choiceprice {
    width: 800px;
    height: 200px;
    padding-left: 54px;
}

.priceinfo {
    width: 137px;
    height: 74px;
    float: left;
    margin-right: 25px;
    margin-bottom: 35px;
}

.info1 {
    width: 135px;
    height: 58px;
    border: 1px solid rgb(149, 149, 149);
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.info2 {
    width: 135px;
    text-align: center;
    font-size: 14px;
    color: #2F2F2F;
    padding: 4px 0 4px 0;
}

.onlinepay {
    width: 137px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #2F2F2F;
    border: 1px solid rgb(149, 149, 149);
    margin-right: 50px;
    cursor: pointer;
    float: left;
}

.infochoice {
    background-color: rgba(0, 153, 221, 1);
    border-color: rgba(0, 153, 221, 1);
    color: white;
}

.chargetips {
    color: #959595;
    font-size: 14px;
    text-align: right;
    padding-top: 20px;
}

.c959595 {
    color: #959595;
    border-color: #959595;
}

/* 普通专业模式 */
.modeyd {
    color: #2F2F2F;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 26px;
}

.modep {
    color: #959595;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 12px;
}

.modediv {
    padding-left: 80px;
    width: 900px;
    height: 256px;
}

    .modediv div {
        float: left;
        width: 90px;
        height: 34px;
        font-size: 18px;
        color: #959595;
        line-height: 34px;
        border: 1px solid rgba(149, 149, 149, 1);
        margin-right: 20px;
        margin-top: 20px;
        background: url(../imgs/quan.png) no-repeat 12px 8px;
        padding-left: 38px;
        cursor: pointer;
        overflow: hidden;
    }

    .modediv .divclick {
        background: url(../imgs/gou.png) no-repeat 12px 8px;
        border: 1px solid rgba(0, 153, 221, 1);
        color: #0099DD;
    }

.modebtn {
    border-radius: 5px;
    width: 140px;
    height: 40px;
    border: 1px solid rgba(0, 153, 221, 1);
    line-height: 40px;
    font-size: 18px;
    color: rgba(0, 153, 221, 1);
    margin: 0 auto;
    clear: both;
    text-align: center;
    cursor: pointer;
}

.modetable table {
    /* padding-left: 237px; */
    width: 703px;
    padding-top: 20px;
}

    .modetable table td {
        padding-bottom: 20px;
        color: #2F2F2F;
    }

.modetable .tdright {
    text-align: right;
    padding-right: 20px;
    width: 269px;
}

.addmode {
    width: 140px;
    height: 36px;
    font-size: 13px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    border: 1px dashed #959595;
    cursor: pointer;
}

.modetable input {
    width: 400px;
    height: 36px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(149, 149, 149, 1);
}

.tareabrief {
    width: 400px;
    height: 74px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(149, 149, 149, 1);
}

.plus {
    border: 1px solid rgba(149, 149, 149, 1);
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #959595;
    line-height: 50px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.plusnext {
    float: left;
    font-size: 12px;
    color: #959595;
    /*padding-top: 20px;*/
    padding-left: 11px;
}

.requestdiv {
    border-top: 1px dashed rgb(149, 149, 149);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 285px;
}

.inputstyle {
    width: 400px;
    height: 36px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(149, 149, 149, 1);
}

.special {
    width: 916px;
    position: absolute;
    z-index: 88;
    left: 109px;
    top: 104px;
}

    .special .modep {
        display: none;
    }

    .special .modediv {
        padding-left: 14px;
    }

/* 设计下载页面 */
.designing {
    margin: 0 auto;
    width: 263px;
}

.desigend {
    margin: 0 auto;
    width: 300px;
}

.designing img {
    display: block;
    width: 103px;
    margin: 0 auto;
    margin-top: 65px;
}

.desigend img {
    display: block;
    width: 103px;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

.designing p {
    padding-left: 87px;
    font-size: 14px;
    color: #2F2F2F;
    line-height: 28px;
}

.desigend p {
    font-size: 14px;
    color: #2F2F2F;
    text-align: center;
}

.desigend .desigend3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.designing .design1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    padding-left: 51px;
    padding-bottom: 8px;
}

.desigend4 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    color: #2F2F2F;
}

.desigend2 .xgimg, .desigend4 {
    text-decoration: underline;
    cursor: pointer;
}

.previewleft {
    float: left;
    background-color: white;
    width: auto;
    height: 685px;
    padding-top: 25px;
    /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0980392156862745);*/
}

    .previewleft .preimggggg {
        display: block;
        margin: 0 auto;
        max-width: 900px;
        max-height: 600px;
        image-rendering: -webkit-optimize-contrast;
        /*box-shadow: 6px 9px 30px rgba(0, 0, 0, 0.15);*/
    }

.previewright {
    float: right;
    margin-right: 17px;
    width: 190px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0980392156862745);
}

    .previewright .pr1 {
        /* width: 160px; */
        height: 92px;
        background-color: white;
        padding: 10px;
        padding-left: 20px;
    }

    .previewright .candidatecase {
        cursor: pointer;
        font-size: 14px;
        color: #2F2F2F;
        line-height: 18px;
        padding-top: 15px;
    }

.candidatecase img {
    float: left;
    width: 20px;
}

.previewright .candidatewrong {
    cursor: pointer;
    font-size: 14px;
    color: #2F2F2F;
    line-height: 18px;
    padding-top: 10px;
}

.previewright .pr2 {
    /* width: 146px; */
    height: 548px;
    padding: 20px 22px;
    background-color: white;
    margin-top: 10px;
}

.previewright .downloadfile {
    width: 140px;
    height: 40px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background-color: #0099DD;
    border: 1px solid #0099DD;
    border-radius: 5px;
}

.previewright .designanother {
    width: 140px;
    height: 40px;
    color: #0099DD;
    border: 1px solid #0099DD;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
}

.previewright .upddesign {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding-top: 28px;
}

.previewright .designimg {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
}

.modalpaymoyu, .modaldel {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 153, 221, 1);
    border-radius: 5px;
    color: #0099DD;
    cursor: pointer;
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 30px;
}
/* 05 04添加 */
.prieouscase {
    float: left;
    cursor: pointer;
    -moz-user-select: none;
}

.nextcase {
    float: left;
    margin-left: 12px;
    cursor: pointer;
    -moz-user-select: none;
}

.noxuan {
    -moz-user-select: none;
}

.aanums {
    padding-top: 20px;
    padding-bottom: 6px;
}

.toggleright {
    margin-right: 18px;
    float: right;
    padding-top: 10px;
    color: #959595;
    font-size: 14px;
}

    .toggleright span {
        cursor: pointer;
    }

.modalcancle {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    color: #2F2F2F;
}

.imglist {
    width: 570px;
    height: 610px;
    background-color: white;
    float: left;
    margin-right: 30px;
    margin-bottom: 32px;
    position: relative;
    z-index: 35;
}

    .imglist img {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
    }

.optionlist {
    position: absolute;
    z-index: 55;
    width: 340px;
    height: 68px;
    ;
    background-color: #e0e0e0;
    left: 118px;
}

.jjdown {
    float: left;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    color: #2F2F2F;
    font-size: 14px;
}

.jjtc {
    margin-left: 20px;
    float: left;
    cursor: pointer;
    color: #2F2F2F;
    font-size: 14px;
}

.jjc {
    margin: 0 auto;
    margin-top: 27px;
    height: 34px;
    width: 280px;
    background-color: #e2e2e2;
}

.qiehuagjj {
    text-decoration: underline;
}

.llllllll {
    text-decoration: none;
    font-size: 14px;
    color: #959595;
    font-weight: normal;
    padding-left: 20px;
}

    .llllllll:hover {
        color: #0099DD;
    }




/* 首页 */
@font-face {
    font-family: "PingFangExtraLight";
    src: url("../imgs/PingFang ExtraLight.eot"); /* IE9 */
    src: url("../imgs/PingFang ExtraLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../imgs/PingFang ExtraLight.woff") format("woff"), /* chrome, firefox */
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../imgs/PingFang ExtraLight.ttf") format("truetype"), url("../imgs/PingFang ExtraLight.svg#SentyZHAO") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PingFangRegular";
    src: url("../imgs/PingFang Regular.eot"); /* IE9 */
    src: url("../imgs/PingFang Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../imgs/PingFang Regular.woff") format("woff"), /* chrome, firefox */
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../imgs/PingFang Regular.ttf") format("truetype"), url("../imgs/PingFang Regular.svg#SentyZHAO") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.realdesign {
    font-size: 50px;
    color: white;
    padding-top: 209px;
    padding-bottom: 84px;
    text-align: center;
    font-family: "PingFangExtraLight";
}

.quickgo {
    display: block;
    width: 300px;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    margin: 0 auto;
    text-decoration: none;
    font-family: 'PingFangRegular';
    border-radius: 0;
}

    .quickgo:hover {
        text-decoration: none;
    }

.numdesign {
    padding-top: 87px;
    font-size: 20px;
    text-align: center;
    color: white;
    font-family: "PingFangExtraLight";
}

.bgimgindex {
    background: url("../imgs/index.png") center center no-repeat;
}

.fdr1 {
    font-family: "PingFangExtraLight";
}

.ffwwnum1, .ffwwnum2 {
    font-family: 'PingFangRegular';
    padding-left: 8px;
    padding-right: 8px;
}

.indexfifth .mzfoot {
    color: white;
    padding-top: 45px;
}

/* 404 */
.c404 {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.text404 {
    width: 500px;
    margin: 0 auto;
}

.main404 {
    font-size: 72px;
    text-align: right;
    padding-right: 40px;
}

.page404 {
    font-size: 36px;
    text-align: right;
    padding-top: 20px;
}

.text404 a {
    cursor: pointer;
    font-size: 18px;
    color: #2F2F2F;
    text-align: center;
    padding: 8px 48px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(149, 149, 149, 1);
    border-radius: 5px;
    float: right;
    text-decoration: none;
    margin-right: 30px;
    margin-top: 31px;
    background-color: white;
}

/* 内容详细页面 */
.contentdetail {
    color: #2F2F2F;
    font-size: 14px;
    line-height: 22px;
}

.editremark {
    border: 1px solid white;
    border-top: 1px solid rgba(242, 242, 242, 1);
    height: 90px;
    margin-top: 228px;
    padding: 5px;
    color: #959595;
}

.editremarkfcs {
    border: 1px solid rgba(0, 153, 221, 1);
}

.downloadfile:hover, .loginbtn:hover {
    background-color: #006490;
}

/*专业设计*/
.professional {
    margin-top: 30px;
}

.profss1 {
    float: left;
    margin-left: 47px;
}

.profss2 {
    float: right;
    margin-right: 109px;
    position: relative;
}

    .profss2 img {
        margin-top: 0px;
    }

.proexample {
    width: 34px;
    height: 26px;
    border: 1px solid #333333;
    position: absolute;
    text-align: center;
    right: -56px;
    font-size: 13px;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
}

.ex1 {
    top: 0px;
}

.ex2 {
    top: 40px;
}

.ex3 {
    top: 80px;
}

.ex4 {
    top: 120px;
}

.profss1 textarea {
    display: block;
    width: 400px;
    height: 80px;
    border-color: rgb(169, 169, 169);
    font-size: 14px;
    color: #2F2F2F;
    line-height: 18px;
    padding: 10px;
    margin-bottom: 15px;
}

.addlogggggo {
    width: 420px;
    float: left;
    margin-top: 15px;
    border-bottom: 1px dashed #ddd;
}

.adddgo1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #333333;
    cursor: pointer;
}

.adddgo2 {
    width: 54px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
    color: #2F2F2F;
}

.prostart {
    padding-top: 30px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
}

.proinput {
    width: 400px;
    height: 30px;
    line-height: 30px;
    padding: 3px 8px;
    font-size: 14px;
    border: 1px solid rgb(169, 169, 169);
    margin-left: 48px;
}

.prostartbtn {
    display: block;
    width: 140px;
    height: 40px;
    background-color: rgba(0, 153, 221, 1);
    color: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
}



/*悬浮框*/

.floating-div {
    position: fixed;
    background: #666666;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    /*height: 10.5rem;*/
    /*width: 3.5rem;*/
    width: 38px;
    height: 114px;
    z-index: 1100;
    font-size: 18px;
}

    .floating-div li.fd-item {
        /*height: 38px;
             line-height: 38px;
             text-align: center;
             position: relative;*/
        height: 38px;
        line-height: 38px;
        text-align: center;
        position: relative;
        list-style: none;
        width: 38px;
        left: -40px;
    }

        .floating-div li.fd-item .fd-item-icon {
            width: 24px;
            height: 24px;
            margin-top: -5px;
        }
        /*在线客服*/
        .floating-div li.fd-item.fd-item-likf.action {
            background: #1797CC;
        }

        .floating-div li.fd-item.fd-item-likf:hover .fd-item-kefu {
            display: inline;
        }

        .floating-div li.fd-item .fd-item-kefu {
            position: absolute;
            top: 0;
            background: #1797CC;
            height: 38px;
            line-height: 38px;
            width: 135px;
            color: #fff;
            text-align: center;
            transform: translateX(-167px);
            display: none;
        }

        /*客服电话*/
        .floating-div li.fd-item.fd-item-liph.action {
            background: #FF6A00;
        }

        .floating-div li.fd-item.fd-item-liph:hover {
            background: #FF6A00;
        }

            .floating-div li.fd-item.fd-item-liph:hover .fd-item-phone {
                display: inline;
            }

        .floating-div li.fd-item .fd-item-phone {
            position: absolute;
            top: 0;
            background: #FF6A00;
            height: 38px;
            line-height: 38px;
            width: 150px;
            /*font-size: 2.3rem;*/
            color: #fff;
            text-align: center;
            /*padding: 0 1rem;*/
            transform: translateX(-180px);
            display: none;
        }

        .floating-div li.fd-item.fd-item-litopd {
            cursor: pointer;
        }
