/* 保存 */
.baocun {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
}

.baocun p {
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 8px;
    margin-left: 30px;
    cursor: pointer;
}

.baocun .sure {
    background-color: #E81B3C;
    color: #fff;
}

.baocun .no {
    background-color: #586b95;
    color: #fff;
    border: 1px solid #ccc;
}

/*授权管理*/

#fm .fl, #fm .fr {
    width: 50%
}

.navbar_sm21 {

    font-family: "微软雅黑";
    /*模态框*/
    /*提示模态框*/
}

.navbar_sm21 .ctn_header21 {
    border: 1px solid #F5F7FA;
    height: 70px;
    background: #fff;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm21 .ctn_header21 h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm21 .ctn_ipt {
    height: 60px;
    background: #fff;
    line-height: 60px;
    border: 1px solid #F5F7FA;
    margin-top: 20px;
    padding: 0px 20px;
    border-top: none;
}

.navbar_sm21 .ctn_ipt .ctn_add {
    width: 150px;
    line-height: 40px;
    float: left;
    margin-top: 14px;
    text-align: center;
}

.navbar_sm21 .ctn_ipt .ctn_add a {
    display: block;
    background: #E81B3C;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    padding: 0;
}

.navbar_sm21 .ctn_ipt .ctn_add a > i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.navbar_sm21 table tr > th {
    text-align: center;
}

.navbar_sm21 table tr > td {
    text-align: center;
}

.navbar_sm21 table tbody tr td p {
    display: inline-block;
}

.navbar_sm21 table tbody tr td p a {
    display: inline;
    color: #E81B3C;
    background: none;
    text-decoration: none;
}

.navbar_sm21 table tbody tr td a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #E6E6E6;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
}

.navbar_sm21 table tbody tr td a i {
    font-size: 18px;
    color: #333;
}

/*.navbar_sm21 table tbody tr:nth-child(odd) {*/
/*background: #FAFBFC;*/
/*}*/

.navbar_sm21 .modal {
    display: none;
}

.navbar_sm21 .modal .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: #333;
    z-index: 2;
}

.navbar_sm21 .modal .modal-box {
    width: 420px;
    z-index: 3;
    background: #ffffff;
    position: fixed;
    left: 50%;
    padding: 10px;
    margin-left: -210px;
    top: 50%;
}

.navbar_sm21 .modal .modal-box .modal-content {
    /*  padding: 10px; */
    padding-bottom: 0px;
    overflow: hidden;
    border: none;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-header {
    position: relative;

    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-header .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 50px;
    float: right;
    margin-right: 14px;
    display: block;
    margin-top: 6px;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-header .close i {
    font-size: 18px;
    color: #666;
    display: block;
    cursor: pointer;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-header h3 {
    color: #666;
    font-size: 20px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-body {
    margin: 0;
    color: #333;
    font-size: 18px;
    text-align: left;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-body p {
    line-height: 45px;
    font-size: 14px;
    padding: 0 10px;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-body p span {
    color: #FF5722;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-body input {
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 14px;
    width: 340px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-footer {
    height: 40px;
    line-height: 30px;
    width: 100%;
    border: none;
    padding-top: 0px;
    background: #fff;
    margin-top: 16px;
    padding-bottom: 10px;
    text-align: center;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-footer > a:first-child {
    border: none;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-footer a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    /* border: 1px solid #ddd; */
    font-size: 14px;
    margin: 0px 10px;
    color: #000;
    text-align: center;
    border-radius: 30px;
    background: #fff;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-footer a:nth-child(1) {
    background-color: #E81B3C;
    color: #fff;
    opacity: 1;
}

.navbar_sm21 .modal .modal-box .modal-content .modal-footer a:nth-child(2) {
    border: 1px solid #E81B3C;
    color: #E81B3C;
}

.navbar_sm21 #help_box {
    display: none;
}

.navbar_sm21 #help_box .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: #333;
    z-index: 2;
}

.navbar_sm21 #help_box .modal-box {
    width: 590px;
    z-index: 3;
    background: #ffffff;
    position: fixed;
    top: 15%;
    left: 50%;
    padding: 10px;
    height: 380px;
    margin-left: -305px;
}

.navbar_sm21 #help_box .modal-box .modal-content {
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    border: none;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-header {
    position: relative;
    width: 100%;
    /*height: 50px;*/
    /*line-height: 50px;*/
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-header h4 {
    font-size: 20px;
    color: #FF5722;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 1px;
    text-align: center;
    line-height: 40px;
    border-radius: 12px;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-header .close i {
    font-size: 35px;
    color: #333;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-body {
    margin: 35px 10px;
    color: #333;
    font-size: 18px;
    text-align: left;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-body p {
    line-height: 45px;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-body p span {
    color: #E81B3C;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-body p span.green {
    color: #E81B3C;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-body input {
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-footer {
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 0px;
    background: #fff;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-footer a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 10px;
    text-align: center;
    border-radius: 30px;
}

.navbar_sm21 #help_box .modal-box .modal-content .modal-footer a:nth-child(1) {
    color: #fff;
}

/*授权证书模板设置*/
.navbar_sm22 {
    font-family: "微软雅黑";
}

.navbar_sm22 .ctn_hd {
    border: 1px solid #F5F7FA;
    background: #FAFBFC;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm22 .ctn_hd h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm22 .ctn_bd {
    border: 1px solid #F5F7FA;
    background: #FAFBFC;
    text-align: left;
    margin-top: 20px;
}

.navbar_sm22 .ctn_bd h3 {
    font-size: 20px;
    color: #333;
    height: 70px;
    padding-left: 20px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.navbar_sm22 .ctn_bd .ctn {
    position: relative;
    padding: 20px;
}

.navbar_sm22 .ctn_bd .ctn .img {
    display: inline-block;
    width: 375px;
    height: 520px;
    float: left;
}

.navbar_sm22 .ctn_bd .ctn .img img {
    width: 100%;
    height: 100%;
}

.navbar_sm22 .ctn_bd .ctn .btn {
    display: inline-block;
    height: 520px;
    width: 300px;
    position: relative;
    margin-left: 20px;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 155px;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position .div1 {
    border-radius: 5px;
    background: #47B54B;
    width: 235px;
    height: 40px;
    line-height: 40px;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position .div1 .div2 {
    position: relative;
    text-align: center;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position .div1 .div2 i {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 2px;
    position: absolute;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position .div1 .div2 span {
    font-size: 14px;
    color: #fff;
    margin-left: 22px;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position .div1 .div2 input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position a {
    display: block;
    width: 235px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #47B54B;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position a i {
    font-size: 14px;
    color: #fff;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position a span {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position a input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.navbar_sm22 .ctn_bd .ctn .btn .btn_position p {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

/*授权添加*/
.navbar_sm23 {
    font-family: "微软雅黑";
}

.navbar_sm23 .ctn_hd {
    border: 1px solid #F5F7FA;
    background: #FAFBFC;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm23 .ctn_hd h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm23 .ctn_bd {
    margin-top: 20px;
    background: #FAFBFC;
    padding: 50px 0px;
    overflow: hidden;
}

.navbar_sm23 .ctn_bd .box {
    width: 33%;
    height: 350px;
    text-align: center;
    position: relative;
    float: left;
    border-top: 1px solid #ddd;
}

.navbar_sm23 .ctn_bd .box:nth-child(1) {
    border-top: 1px solid #E81B3C;
}

.navbar_sm23 .ctn_bd .box:nth-child(1) span {
    background: #E81B3C;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block {
    width: 100%;
    height: 340px;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-left: -50px;
    left: 50%;
    overflow: hidden;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block .img img {
    width: 100%;
    height: 100%;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block .txt {
    position: absolute;
    margin-top: 115px;
    width: 100%;
    text-align: center;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block .txt h3 {
    font-size: 18px;
    font-weight: normal;
}

.navbar_sm23 .ctn_bd .box:nth-child(3) .block .txt p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.navbar_sm23 .ctn_bd .box span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
}

.navbar_sm23 .ctn_bd .box .block {
    width: 100%;
    height: 340px;
}

.navbar_sm23 .ctn_bd .box .block span.tip {
    background: #ddd;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -20px;
}

.navbar_sm23 .ctn_bd .box .block p {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 10px 0 20px;
}

.navbar_sm23 .ctn_bd .box .block p em {
    color: #E81B3C;
    margin-top: -20px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0px;
    font-style: normal;
}

.navbar_sm23 .ctn_bd .box .block .img {
    height: 200px;
    width: 200px;
    position: absolute;
    margin-left: -100px;
    left: 50%;
}

.navbar_sm23 .ctn_bd .box .block .img img {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.navbar_sm23 .ctn_bd .box .block a {
    width: 120px;
    height: 34px;
    line-height: 34px;
    background: #E81B3C;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
}

/*更换微信公众号*/
.navbar_sm231 {
    font-family: "微软雅黑";
}

.navbar_sm231 .ctn_hd {
    border: 1px solid #F5F7FA;
    background: #FAFBFC;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm231 .ctn_hd h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm231 .ctn_bd {
    margin-top: 20px;
    background: #FAFBFC;
    padding: 50px 0px;
    overflow: hidden;
}

.navbar_sm231 .ctn_bd .box {
    width: 33%;
    height: 350px;
    text-align: center;
    position: relative;
    float: left;
    border-top: 1px solid #ddd;
}

.navbar_sm231 .ctn_bd .box span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #09BB07;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block {
    width: 100%;
    height: 340px;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block p {
    margin: 25px 0px 20px;
    padding: 0px 60px;
    text-align: left;
    line-height: 20px;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block p em {
    color: #FF5722;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block p:nth-child(2) {
    color: #666666;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block .img {
    height: 200px;
    width: 200px;
    position: absolute;
    margin-left: -100px;
    left: 50%;
}

.navbar_sm231 .ctn_bd .box:nth-child(2) .block .img img {
    width: 100%;
    height: 100%;
}

.navbar_sm231 .ctn_bd .box .block {
    width: 100%;
    height: 340px;
}

.navbar_sm231 .ctn_bd .box .block p {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin: 10px 0 20px;
}

.navbar_sm231 .ctn_bd .box .block .img {
    height: 200px;
    width: 200px;
    position: absolute;
    margin-left: -100px;
    left: 50%;
}

.navbar_sm231 .ctn_bd .box .block .img img {
    width: 100%;
    height: 100%;
}

/*授权审核*/
.navbar_sm24 {
    background-color: #fff;
}

.navbar_sm24 .ctn_hd {
    border: 1px solid #F5F7FA;
    background: #fff;
    height: 70px;
    text-align: left;
    line-height: 70px;
    padding-left: 20px;
}

.navbar_sm24 .ctn_hd h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm24 .ctn_ipt {
    height: 75px;
    line-height: 75px;
    background: #fff;
    /*padding: 0px 20px;*/
    border-top: none;
}

.navbar_sm24 .ctn_ipt .tiaojian {
    float: left;
    margin-left: 10px;
    position: relative;
}

.navbar_sm24 .ctn_ipt .tiaojian span {
    font-size: 16px;
}

.navbar_sm24 .ctn_ipt .tiaojian select {
    margin-left: 10px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.navbar_sm24 .ctn_ipt .ctn_search {
    float: right;
    position: relative;
}

.navbar_sm24 .ctn_ipt .ctn_search div {
    position: absolute;
    overflow: hidden;

}

.navbar_sm24 .ctn_ipt .ctn_search input[type="text"] {
    position: relative;
    left: 0px;
    width: 200px;
    transition: 2s;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 12px;
}

.navbar_sm24 .ctn_ipt .ctn_search button {
    position: absolute;
    height: 42px;
    line-height: 40px;
    width: 50px;
    position: relative;
    top: 0px;
    left: 200px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.navbar_sm24 .ctn_ipt .ctn_search a i {
    font-size: 30px;
    color: #ddd;
}

.navbar_sm24 table thead tr th {
    text-align: center;
}

.navbar_sm24 table tbody tr td {
    text-align: center;
}

/*.navbar_sm24 table {*/
/*width: 100%;*/
/*border-collapse: collapse;*/
/*background: #fff;*/
/*}*/
/*.navbar_sm24 table thead tr {*/
/*width: 100%;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*border: 1px solid #ddd;*/
/*}*/
/*.navbar_sm24 table thead tr th {*/
/*border: 1px solid #ddd;*/
/*width: 160px;*/
/*font-size: 14px;*/
/*color: #666;*/
/*text-align: center;*/
/*font-weight: bold;*/
/*}*/
/*.navbar_sm24 table tbody tr {*/
/*width: 100%;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*border: 1px solid #ddd;*/
/*}*/
/*.navbar_sm24 table tbody tr td {*/
/*border: 1px solid #ddd;*/
/*font-size: 14px;*/
/*color: #656565;*/
/*text-align: center;*/
/*width: 160px;*/
/*}*/
.navbar_sm24 table tbody tr td.timer {
    text-align: center;
}

.navbar_sm24 table tbody tr td.timer div {
    display: none;
}

.navbar_sm24 table tbody tr td.timer p {
    display: block;
    height: 25px;
    line-height: 25px;
}

.navbar_sm24 table tbody tr td a {
    display: inline-block;
    /*width: 25px;*/
    /*height: 25px;*/
    line-height: 25px;
    /*background: #E6E6E6;*/
    text-decoration: none;
    color: #E81B3C;
    border-radius: 5px;
}

.navbar_sm24 table tbody tr td a i {
    font-size: 18px;
    color: #333;
}

.navbar_sm24 table tbody tr:nth-child(odd) {
    /*background: #FAFBFC;*/
}

.navbar_sm24 .ctn_page {
    height: 50px;
    width: 100%;
    border: 1px solid #F5F7FA;
    text-align: right;
    position: relative;
    margin-top: 50px;
}

.navbar_sm24 .ctn_page ul {
    background: #EBEEEF;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    margin-top: 8px;
}

.navbar_sm24 .ctn_page ul li {
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #D7DCDE;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.navbar_sm24 .ctn_page ul li.page_caret {
    transform: rotate(180deg);
}

.navbar_sm24 .ctn_page ul li:first-child {
    margin: 0px;
    width: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar_sm24 .ctn_page ul li:last-child {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm24 .ctn_page ul li:hover,
.navbar_sm24 .ctn_page ul li.page_active {
    background: #BC1A1A;
}

.navbar_sm24 .ctn_page ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm24 .ctn_page ul.page_top {
    display: none;
    height: 100px;
    position: absolute;
    top: -105px;
    right: 33px;
    background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm24 .ctn_page ul.page_top li {
    width: 70px;
    background: #D7DCDE;
    float: none;
    height: 31px;
    font-size: 12px;
    margin: 0px;
    border-radius: 0;
    font-weight: normal;
}

.navbar_sm24 .ctn_page ul.page_top li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar_sm24 .ctn_page ul.page_top li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar_sm24 .ctn_page ul.page_top li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar_sm24 .ctn_page ul.page_top li:hover,
.navbar_sm24 .ctn_page ul.page_top li.page_active {
    background: #BC1A1A;
}

/*上级审核通知*/
.navbar_sm25 {
    width: 770px;
    background: #fff;
    left: 25%;
    top: 3%;
    position: absolute;
}

.navbar_sm25 .ctn_hd {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #F5F7FA;
    text-align: center;
}

.navbar_sm25 .ctn_hd h3 {
    font-weight: normal;
    font-size: 20px;
}

.navbar_sm25 .form {
    text-align: left;
    padding: 10px 20px;
}

.navbar_sm25 .form p {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.navbar_sm25 .form p .icon {
    color: #FF5722;
    font-size: 20px;
    margin-right: 5px;
}

.navbar_sm25 .form p span {
    font-size: 14px;
}

.navbar_sm25 .form p em {
    color: #FF5722;
    font-size: 12px;
    margin-left: 10px;
    font-style: normal;
}

.navbar_sm25 .form input[type="text"] {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #FAFAFA;
    padding-left: 10px;
    font-size: 12px;
    line-height: 45px;
}

.navbar_sm25 .form input[type="text"].txt_bg {
    width: 13px;
    height: 23px;
    border: 1px solid #333;
    background: #333;
}

.navbar_sm25 .form select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #FAFAFA;
    padding-left: 10px;
    font-size: 12px;
    line-height: 40px;
}

.navbar_sm25 .form textarea {
    width: 97%;
    height: 88px;
    font-size: 12px;
    padding: 10px;
}

.navbar_sm25 .ctn_footer {
    width: 100%;
    text-align: center;
}

.navbar_sm25 .ctn_footer a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin: 20px;
}

.navbar_sm25 .ctn_footer p {
    font-size: 12px;
    color: #D8D8D8;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    line-height: 20px;
}

.navbar_sm25 .ctn_footer p em {
    color: #FF5722;
    font-style: normal;
}

/*授权审核详情*/
.navbar_sm241 {
    background: #F5F7FA;
    font-family: "微软雅黑";
}

.navbar_sm241 .ctn_header {
    border: 1px solid #F5F7FA;
    background: #fff;
    height: 70px;
    line-height: 70px;
    text-align: left;
    padding-left: 20px;
}

.navbar_sm241 .ctn_header h3 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.navbar_sm241 .ctn_bd {
    border: 1px solid #F5F7FA;
    /*padding-left: 20px;*/
    text-align: left;
    background: #fff;
}

/*授权审核详情*/
.navbar_sm241 .ctn_bd table.lg_tb {
    width: 100%;
}

.navbar_sm241 .ctn_bd table.lg_tb thead tr th {
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 20px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td {
    font-size: 14px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td ul li {
    float: none;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul {
    padding: 16px 0 16px 40px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li > div {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #ccc;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li > div > img {
    width: 100%;
    height: 100%;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li:first-child {
    height: 80px;
    line-height: 80px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li {
    margin-bottom: 16px;
    overflow: hidden;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li > p:first-child {
    float: left;
    width: 90px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li > p:last-child {
    float: left;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li > p {
    margin-bottom: 0;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.essential ul li:last-child {
    margin-bottom: 0;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul{
    position: relative;
}
.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul:after{
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    height: 234px;
    background-color: #ccc;
}
.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul li {
    height: 100px;
    margin-bottom: 32px;
    line-height: 100px;
    overflow: hidden;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul li:last-child {
    margin-bottom: 0;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul li > p {
    float: left;
    margin-bottom: 0;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul li > div {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 12px;
    background-color: #ccc;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.code ul li > div > img {
    width: 100%;
    height: 100%;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td img {
    width: 150px;
    height: 150px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul {
    padding: 16px 0 16px 40px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul li {
    margin-bottom: 16px;
    overflow: hidden;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul li:last-child {
    margin-bottom: 0;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul li > p:first-child {
    float: left;
    width: 90px;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul li > p:last-child {
    float: left;
}

.navbar_sm241 .ctn_bd table.lg_tb tbody tr td.information ul li > p {
    margin-bottom: 0;
}

/**************************/

.navbar_sm241 .ctn_bd .ctn_footer {
    height: 50px;
    line-height: 68px;
}

.navbar_sm241 .ctn_bd .ctn_footer a {
    text-decoration: none;
    color: #ddd;
    text-align: left;
    display: block;
    line-height: 68px;
    width: 100%;
}

.navbar_sm241 .ctn_bd .ctn_footer a i {
    font-size: 28px;
}

.navbar_sm241 .ctn_bd .ctn_footer a span {
    font-size: 16px;
    position: absolute;
    margin-left: 2px;
}
