.usercenter {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
}

.usercenter a {
    color: #555555;
}

.usercenter .flex {
    justify-content: space-between;
}

.usercenter .left-bar {
    width: 204px;
}

.usercenter .left-bar>div {
    background: white;
}

.usercenter .left-bar .core {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 20px;
    background: #f0f0f0;
}

.usercenter .left-bar .core a {
    color: #08b;
}

.usercenter .left-bar .nav-list>li {
    padding: 0 20px;
}

.usercenter .left-bar .nav-list>li>a {
    /*color: black;*/
}

.usercenter .left-bar .nav-list .iconfont {
    font-size: 16px;
    color: #666666;
    margin-right: 5px;
    font-weight: bold;
}

.usercenter .left-bar .nav-list>li.bold {
    height: 60px;
    line-height: 60px;
}

.usercenter .left-bar .nav-list .bold {
    font-weight: normal;
    flex: 2;
}
.usercenter .left-bar .nav-list li.active > a {
    color: #0070b8;
    font-weight: bold;
}
.usercenter .left-bar .nav-list li.active > .iconfont {
    color: #0070b8;
    font-weight: bold;
}

.usercenter .left-bar .nav-list .li li {
    height: 60px;
    line-height: 60px;
    text-indent: 3em;
}

.usercenter .left-bar .nav-list .li {
    padding: 0;
}

.usercenter .left-bar .nav-list .li p {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}


.usercenter p {
    /*color: black;*/
}

.usercenter .left-bar .nav-list .active p, .usercenter .left-bar .nav-list .active p b {
    color: #0070b8;
}
.usercenter .left-bar .nav-list .active p span {
    font-weight: bold;
}

.usercenter .right-content {
    width: 84%;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.usercenter .right-content .my-code {
    background: white;
}
.usercenter .right-content .my-code {
    padding: 20px;
}

.usercenter .right-content .img {
    height: 100px;
    width: 100px;
    /*border: 1px solid #005eb3;*/
    margin-right: 20px;
    border-radius: 5px;
}

.usercenter .right-content .img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.usercenter .right-content .code-right {
    flex-Grow: 1;
}

.usercenter .personal-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.usercenter .personal-data .flex {
    align-items: center;
}

.usercenter .personal-data .name {
    font-size: 20px;
    margin-bottom: 10px;
}

.usercenter .personal-data .company {
    color: #999;
}

.usercenter .personal-data .company button {
    background: none;
    border: 0;
    color: #409EFF;
}

.usercenter .personal-data .modify a {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 36px;
}

.usercenter .tishi p {
    color: #666;
    line-height: 24px;
}

.usercenter .my-order {
    background: white;
    padding: 0 20px 20px;
}

.usercenter .my-order .title {
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    height: 54px;
    line-height: 54px;
}

.usercenter .my-order table {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.usercenter .my-order thead,
.usercenter .my-order thead tr {
    height: 40px;
    background: #f0f0f0;
    color: #666666;
}

.usercenter .my-order thead tr th {
    flex: 1;
}
.usercenter .my-order thead tr th.act {
    flex: 2;
}

.usercenter .my-order thead tr th.ddzt {
    flex: 2;
}
.usercenter .my-order thead tr th.time {
    flex: 2;
}

.usercenter .my-order tbody,
.usercenter .my-order tbody tr {
    /*height: 60px;*/
}

.usercenter .my-order tbody tr {
    border-bottom: 1px solid #cccccc;
}

.usercenter .my-order tbody tr:last-child {
    border: 0;
}

.usercenter .my-order tbody tr td {
    flex: 1;
    line-height: 24px;
    display: inline-block;
}
.usercenter .my-order tbody tr td.act {
    flex: 2;
}

.usercenter .my-order tbody tr td.ddzt {
    flex: 2;
}
.usercenter .my-order thead tr td.time {
    flex: 2;
}

.usercenter .my-order tbody a {
    color: #409EFF;
}
.usercenter .my-order tbody p {
    color: #409EFF;
    display: inline-block;
}


.personal-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}











.security {
    padding: 20px;
    padding-top: 0;
}

.security .bold {
    line-height: 58px;
    font-size: 18px;
    color: black;
}

.security .title a {
    color: #409EFF;
}

.security .title {
    line-height: 58px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
}

.security .technique {
    padding: 10px;
    text-align: center;
}

.security .technique>div {
    height: 100px;
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}
.security .technique .flex-default div:first-child {
    text-align: left;
    margin-left: 50px;
    flex: 1;
    position: relative;
}
.security .technique .flex-default div:nth-child(3) {
    flex: 1;
}
.security .technique .flex-default div:first-child span {
    margin-right: 20px;
    color: #cccccc;

}
.security .technique .flex-default div.zhsh span {
    font-size: 50px;

}
.security .technique .flex-default div.zhsh p {
    font-size: 18px;
    position: absolute;
    left: 65px;
    top: 7px;
}
.security .technique .flex-default div:first-child strong {
    font-size: 13px;
    position: absolute;
    left: 65px;
    top: 34px;
    font-weight: normal;
    color: green;
}
.security .technique .flex-default div:first-child strong.err {
    color: #ff0000;
}

.security .technique .flex-default div:first-child strong.dsh {
    color: orange;
}

.security .technique .flex-default div b {
    background-color: #ffffff;
}


.security .technique .flex-default div.zhsh b.ok {
    color: green;
    position: absolute;
    left: 31px;
    top: 30px;
}
.security .technique .flex-default div.zhsh b.err {
    color: red;
    position: absolute;
    left: 31px;
    top: 30px;
}

.security .technique .flex-default div.zhsh b.dsh {
    color: orange;
    position: absolute;
    left: 31px;
    top: 30px;
}

.security .technique .flex-default div.grxx span {
    font-size: 50px;

}
.security .technique .flex-default div.grxx p {
    font-size: 18px;
    position: absolute;
    left: 65px;
    top: 7px;
}
.security .technique .flex-default div.grxx b.ok {
    color: green;
    position: absolute;
    left: 30px;
    top: 26px;
}
.security .technique .flex-default div.grxx b.err {
    color: red;
    position: absolute;
    left: 30px;
    top: 26px;
}


.security .technique .flex-default div.zsxx span {
    font-size: 50px;

}
.security .technique .flex-default div.zsxx p {
    font-size: 18px;
    position: absolute;
    left: 65px;
    top: 7px;
}
.security .technique .flex-default div.zsxx b.ok {
    color: green;
    position: absolute;
    left: 30px;
    top: 33px;
}
.security .technique .flex-default div.zsxx b.err {
    color: red;
    position: absolute;
    left: 30px;
    top: 33px;
}


.security .technique .flex-default div.dlmm span {
    font-size: 50px;

}
.security .technique .flex-default div.dlmm p {
    font-size: 18px;
    position: absolute;
    left: 65px;
    top: 7px;
}
.security .technique .flex-default div.dlmm b.ok {
    color: green;
    position: absolute;
    left: 30px;
    top: 33px;
}
.security .technique .flex-default div.dlmm b.err {
    color: red;
    position: absolute;
    left: 30px;
    top: 33px;
}




.security .technique .flex-default div:first-child p {
    display: inline-block;
}

.perfect a {
    color: #0070b8;
}

.security .technique>div .iconfont {
    font-size: 20px;
    font-weight: bold;
}

.iconright {
    color: green;
}

.security .technique>div div {
    flex: 2;
}

.security .technique>div div .p {
    color: #0070b8;
    cursor: pointer;
}
.security .technique>div div .p a {
    color: #0070b8;
}
.security .pathname {
    font-size: 22px;
    line-height: 46px;
    font-weight: bold;
}

.ziliao {
    padding: 20px;
    padding-top: 0;
}
.ziliao .ztitle {
    line-height: 58px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
    margin-bottom: 20px;
}
.data .bold {
    line-height: 58px;
    font-size: 16px;
    color: black;
}

.data a {
    color: #409EFF;
}

.data .title {
    background: #f2f2f2;
    padding: 0 20px;
}

.data .code-data {
    border: 1px solid #f2f2f2;
    margin-top: 20px;
}

.data .code-data span {
    color: #f43;
}

.data .code-data>.flex {
    justify-content: flex-start;
    background: #f0f0f0;
    height: 50px;
    align-items: center;
    text-indent: 1em;
}

.data .code {
    flex-wrap: wrap;
}

.data .code>div {
    height: 56px;
    width: 320px;
    display: flex;
    align-items: center;
}

.data .code>div div {
    width: 80px;
    line-height: 34px;
}

.data .url {
    color: #666666;
}

.data .code>div p {
    line-height: 34px;
    color: #666666;
    width: 70px;
    text-align: right;
}

.data .code>div input {
    height: 34px;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    margin-left: 10px;
    outline: none;
    flex-Grow: 1;
    color: #666666;
}

.data .code .url {
    width: 100%;
    padding-left: 10px;
}

.data .code .url input {
    flex-Grow: 1;
    border-bottom: 1px solid #f2f2f2;
    color: #666666;
}

.data .code select {
    height: 34px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #f2f2f2;
    width: 100px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.data .code .button {
    width: 100%;
    padding-left: 70px;
}

.data .code .button button {
    width: 104px;
    height: 34px;
    background: #409EFF;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}


/* 开票信息 */

.ticket {
    margin-top: 20px;
}

.ticket .bold {
    line-height: 58px;
    font-size: 16px;
    color: black;
}

.ticket .title {
    background: #f2f2f2;
    padding: 0 20px;
}

.ticket .title button {
    height: 34px;
    width: 104px;
    border: 0;
    background-color: #409EFF;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.ticket table {
    width: 100%;
    text-align: center;
}

.ticket table tr {
    height: 50px;
    /*border-top: 1px solid #f2f2f2;*/
}

.ticket table tr th {
    flex: 1;
}

.ticket table tr td {
    flex: 1;
    line-height: 24px;
    white-space: normal; /* 保留空白符序列，但是正常换行。*/
    word-break: break-all;
}

.ticket table tr .url {
    flex: 2;
    padding: 0 5px;
}

.ticket table tr .iconfont {
    color: #409EFF;
    font-size: 20px;
    cursor: pointer;
}

.ticket table tr .one {
    margin-right: 10px;
}


/* 证件 */

.papers {
    margin-top: 20px;
}

.papers .bold {
    line-height: 58px;
    font-size: 18px;
    color: black;
}

.papers .title {
    background: #f2f2f2;
    padding: 0 20px;
}

.papers .title button {
    height: 34px;
    width: 104px;
    border: 0;
    background-color: #409EFF;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.papers .title .nosubZJ{
    background-color: #666;
}

.papers .flex {
    height: 116px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.papers .inputImg .imgD{
    justify-content: center;
}

.papers .flex p {
    width: 120px;
}

.means {
    padding: 20px;
}

.means .left {
    /* width: 220px; */
    height: 120px;
}

.means .imgDiv {
    margin-left: 20px;
}

.means .left>p {
    width: 80px;
    text-align: right;
    line-height: 24px;
}
.means .left div.imgAdd {
    width: 130px;
    height: 120px;
    border: 1px dashed #c0ccda;
    border-radius: 4px;
    position: relative;
    background: #fbfdff;
}

.means .left div.piclist {
    width: 130px;
    height: 120px;
    border: 1px dashed #c0ccda;
    border-radius: 4px;
    position: relative;
    background: #fbfdff;
    margin-left: 20px;
}

.means .left>div img {
    max-width: 100%;
    max-height: 100%;
}

.means .inputImg {
    margin-top: 30px;
}

.means .inputImg .inputTitle {
    width: 185px;
    text-align: right;
}

.means .left>div div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.means .left>div div input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.layui-upload-file {
    position: absolute;
    /*height: 100%;
    width: 100%;*/
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.means .left>div div p {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 120px;
    font-size: 40px;
    color: #999;
    font-weight: 200;
}

.means .right {
    width: 628px;
}

.means .right>div {
    height: 160px;
    width: 270px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    position: relative;
    background: #f2fdff;
}

.means .right>div div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.means .right>div div input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
}

.means .right>div div p {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 160px;
    font-size: 40px;
    color: #666666;
}

.means .button {
    text-align: right;
}

.means .button button {
    width: 104px;
    border: 0;
    background: #409EFF;
    color: white;
    height: 34px;
    border-radius: 4px;
}






.addresscontent {
    padding: 20px;
    padding-top: 0;
}

.addresscontent .bold {
    line-height: 58px;
    font-size: 18px;
    color: black;
}

.addresscontent .pathname {
    font-size: 22px;
    line-height: 46px;
    font-weight: bold;
}

.addresscontent .manage table {
    width: 100%;
    text-align: center;
}

.addresscontent .manage table thead tr {
    height: 50px;
}

.addresscontent .manage table tbody tr {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}

.addresscontent .manage table tbody tr:last-child {
    border: 0;
}


.addresscontent .manage table tr th {
    flex: 1;
}

.addresscontent .manage table tr td {
    flex: 1;
    color: #666666;
}

.addresscontent .manage table tr td .one {
    margin-right: 10px;
}

.addresscontent .manage table tr td .iconfont {
    font-size: 20px;
    color: #08b;
}

.addresscontent .manage table tr .wid {
    flex: 2;
}

.addresscontent .manage table tr p {
    border: 1px solid #f2f2f2;
    padding: 6px 12px;
    border-radius: 4px;
}

.addresscontent .manage table .modify {
    display: flex;
    justify-content: center;
}
.addresscontent .manage table .modify p {
    cursor: pointer;
}
.addresscontent .manage table .default {
    display: flex;
    justify-content: center;
}

.addresscontent .manage table .modify .shanchu {
    background: #F56C6C;
    color: white;
}
.addresscontent .title {
    line-height: 58px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
}
.addresscontent .title span {
    float: right;
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    background-color: #409EFF;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
.addressList tbody .wid {
    text-align: left;
}




.right-content .all {
    padding: 20px;
    border: 1;
    padding-top: 0;
}

.logoSearch {
    width: 40%;
    margin: 56px 0;
}
.searchInputdiv {
    position: relative;
    overflow: hidden;
}
.searchInputdiv .searchInput {
    width: 100%;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #005eb3;
    text-indent: 10px;
}
.searchInputdiv .searchBtn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 81px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #005eb3;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.searchInputdiv .searchBtn span {
    font-size: 26px;
}

.all .table {
    width: 100%;
    text-align: center;
}

.all .table .time {
    flex: 2;
}

.all .table tr {
    height: 68px;
    border-bottom: 1px solid #f2f2f2;
    color: #666666;
}

.all .table th {
    flex: 1;
}
.all .table th.act {
    flex: 2;
}


.all .table td {
    flex: 1;
}
.all .table td.act {
    flex: 2;
}

.all .table th.ddzt {
    flex: 2;
}
.all .table td.ddzt {
    flex: 2;
}
.chahyd {
    cursor: pointer;
}

.all .table td a {
    color: #409EFF;
    margin: 0 6px;
}
.all .table td p {
    color: #409EFF;
    margin: 0 6px;
    display: inline-block;
}

.all .table .pay {
    color: #409EFF;
    cursor: pointer;
}

.all .title {
    line-height: 58px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
}



.contact-code {
    font-size: 16px;
    padding: 20px;
}

.contact-code .title {
    background: #f2f2f2;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-code .title .bold {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.contact-code .title a {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #409EFF;
    color: white;
}

.contact-code .code {
    flex-wrap: wrap;
}

.contact-code .code div {
    display: flex;
}

.contact-code .code div p {
    line-height: 40px;
}

.contact-code .name {
    color: black;
    font-size: 16px;
}

.contact-code .bot {
    margin-top: 20px;
}

.contact-code .flex p {
    line-height: 60px;
    font-size: 14px;
}

.contact-code table {
    text-align: center;
    width: 100%;
}

.contact-code table thead {
    background: rgb(242, 242, 242);
}

.contact-code table tr {
    height: 50px;
}

.contact-code table tr th {
    flex: 1;
    font-size: 14px;
    color: #666666;
}

.contact-code table tr td {
    flex: 1;
    font-size: 13px;
}

.contact-code table tbody tr {
    border-bottom: 1px solid #EBEEF5;
}

.contact-code table .button {
    background: #409EFF;
    color: white;
    width: 100px;
    height: 34px;
    border-radius: 6px;
    line-height: 34px;
    margin: 0 auto;
}

.contact-code table .over {
    background: #999999;
}



.right-content .invoice {
    padding: 0 20px 20px;
}

.right-content .invoice .title {
    line-height: 58px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
}

.right-content table {
    width: 100%;
    text-align: center;
}

.right-content table thead tr {
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.right-content table tbody tr {
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
}

.right-content table th {
    flex: 1;
}

.right-content table td {
    flex: 1;
    line-height: 24px;
}

.right-content table button {
    width: 86px;
    height: 34px;
    background: #08b;
    color: white;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.right-content table .stop {
    background: #666;
}





.tankuang {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.tankuang>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.tankuang .add-url {
    background: white;
    width: 700px;
}

.tankuang .add-url .title {
    height: 38px;
    background-color: #f0f0f0;
    padding: 0 10px;
    margin-bottom: 10px;
}

.tankuang .add-url .title p {
    /*color: black;*/
}

.tankuang .add-url .title .iconCha {
    text-align: center;
    font-size: 28px;
    padding-bottom: 40px;
    color: #666666;
    margin-top: 37px;
    font-style: normal;
    cursor: pointer;
}

.tankuang .add-url .title .iconfont {
    font-size: 22px;
}

.tankuang .add-url div span {
    color: #f43;
}

.tankuang .add-url div {
    padding: 0 20px;
    height: 50px;
    align-items: center;
    margin-bottom: 20px;
}

.tankuang .add-url .flex p {
    width: 125px;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
}

.tankuang .add-url div input {
    height: 34px;
    width: 600px;
    text-indent: 1em;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.tankuang .add-url div input:focus {
    outline: none;
}

.tankuang .add-url div .code {
    width: 460px;
    margin-right: 20px;
}

.tankuang .add-url div .btn {
    width: 120px;
    background: #66b1ff;
    color: white;
    border: 0;
    cursor: pointer;
    margin: 0;
}

.tankuang .add-url button {
    margin: 20px 120px 40px;
    width: 104px;
    height: 30px;
    background-color: #66b1ff;
    color: white;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}


.userfixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.userfixed .flex-container {
    height: 100%;
}

.userfixed .addDetail {
    width: 700px;
    background: white;
}

.userfixed .addDetail .title {
    height: 38px;
    background-color: #f0f0f0;
    padding: 0 10px;
    margin-bottom: 10px;
}

.userfixed .addDetail .title p {
    /*color: black;*/
}

.userfixed .addDetail .title .iconfont {
    font-size: 30px;
    color: #666666;
    cursor: pointer;
}

.userfixed .addDetail .flex {
    height: 50px;
    margin-bottom: 10px;
    align-items: center;
    padding: 0 20px;
}

.userfixed .addDetail .flex select {
    width: 130px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin-right: 4px;
    color: #666666;
    text-indent: 1em;
}

.userfixed .addDetail .flex p {
    width: 80px;
    text-align: right;
    margin-right: 30px;
}

.userfixed .addDetail .flex span {
    color: #f43;
}

.userfixed .addDetail .flex input {
    flex-grow: 1;
    height: 100%;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    outline: none;
}

.userfixed .addDetail .btn {
    text-align: center;
    height: 80px;
    margin-top: 20px;
}

.userfixed .addDetail .btn button {
    border: 1px solid #cccccc;
    background: none;
    border-radius: 4px;
    height: 36px;
    width: 130px;
    cursor: pointer;
}

.userfixed .addDetail .btn .subumit {
    background: #409EFF;
    color: white;
    border: 0;
    margin-right: 30px;
    cursor: pointer;
}

.verifyBox{
    margin-bottom: 50px;
}
.verifyBox p{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}


.addbutton .addPro {
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    background: #409EFF;
    cursor: pointer;
    border: none;
}

.guding {
    position: fixed;
    top: 0;
    width: 13%;
}


.tximgAdd {
    width: 100px;
    height: 100px;
    border: 1px dashed #c0ccda;
    border-radius: 4px;
    position: relative;
    background: #fbfdff;
    text-align: center;
    opacity: 0.9;
    top: -104px;
    cursor: pointer;
    display: none;
}
.tximgAdd p {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color: #999;
    font-weight: 200;
}


.downloads {
    padding-top: 5px;
    cursor: pointer;
}

#download {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#download div {
    background: white;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

#download div .title {
    padding-bottom: 20px;
    color: #08b;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
}

#download div a {
    margin: 50px 0;
    display: inline-block;
    width: 100px;
    height: 36px;
    background: #08b;
    color: white;
    text-align: center;
    line-height: 36px;
}
.none {
    display: none;
}
#download div .pdf {
    margin-right: 40px;
}

#download .button {
    text-align: right;
}

#download .button button {
    height: 32px;
    width: 100px;
    background: #f43;
    color: white;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}