@charset "utf-8";
/*布局相关*/
html,body {
    padding: 0;
    font-size: 14px;
    color: #3b3b3b;
    font-family: Arial,Helvetica,sans-serif,"微软雅黑";
    background: #f7f7f7;
}
a:link {
    text-decoration: none;
}
/*公共样式*/
.fl-left {
    float: left;
}

.fl-right {
    float: right;
}
.modal-warn {
    padding: 15px 0;
    color: #BB3F3F;
}

/*header*/
.m-header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 44px;
    padding: 0;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #E1E1E1;
    background: #f0eff5;
}

.m-hd-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    text-align: center;
    pointer-events: none;
    color: #584841;
}

.m-header a {
    display: block;
    padding: 0 10px;
}

.m-header a i {
    line-height: 42px;
    color: #5f5753;
}

/*固定底部*/
.footer-fixed {
    z-index: 9;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #f0eff5;
}
.footer-fixed.for-jwl{
    background-color: #ecedfd;
}
.footer-fixed-btn {
    margin: 18px 0;
}

.footer-fixed-btn .btn {
    background-color: #f8661d;
    color: #fff;
    width: 80%;
}
.footer-fixed-txt {
    margin: 15px 0;
    font-size: 18px;
}

/*warn-msg*/
.show-msg-bg {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width:  100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=50);
}
.show-msg {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 70%;
    left: 20%;
    border-radius: 6px;
    background: #fff;
}
.show-msg-con {
    padding: 5px 20px;
    margin: 30px 0;
    line-height: 24px;
    color: #d44444;
    font-size: 15px;
}
.show-msg-footer {
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 6px 6px;
    background: #f6f6f6;

}

/*home*/
.home-banner {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    border-bottom: 1px solid #E1E1E1;
    background-color: #f0eff5;
}
.home-banner img {
    height: 100px;
    margin-top: 15px;
}

.home-nav {
    padding: 5%;
}

.home-nav li {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.home-nav li a {
    display: block;
    text-decoration: none;
    padding: 24px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #584841;
}

.home-nav li a i.fl-left { color: #f8661d; }
.home-nav li a i.fl-right { color: #5f5753; }

.home-nav li a:after {
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}

.home-nav li a i {
    margin-top: 3px;
    font-size: 26px;
}

/*content*/
.m-content {
    padding-bottom: 100px;
}

/*内容列表*/
.m-content .m-content-list { background: #fff; }
.m-content-list li a {
    display: block;
    text-decoration: none;
    padding: 20px 10px;
    text-align: right;
    color: #3b3b3b;
    border-bottom: 1px solid #ddd;
}

.m-content-list li a i {
    margin-left: 8px;
    color: #5f5753;
}

/*内容表格*/
.m-content .table>tbody>tr:first-child>td {
    border-top: none;
}

.m-content .table tr td {
    vertical-align: middle;
    padding-left: 15px;
}

.m-content .table .t-span {
    display: block;
    padding: 6px 0;
}

.m-content .table-content { background: #fff;}


/*微云开门*/
.main-wrap {
    padding: 5%;
}

.main-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd0d2;
}

.main-header select {
    height: 40px;
    border-color: #ddd;
}
.main-content {
    margin-top: 10px;
}
.main-label {
    padding: 10px 0;
    font-size: 16px;
}

.unlock-list li{
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.unlock-list li.off{
    color: #cccccc;
}

.unlock-list li.success{
    background: #328823;
}

.unlock-list li.error{
    background: #e25f5f;
}

.unlock-list li i {
    float: right;
}

.unlock-list li.on i{
    color: #328823;
}

.unlock-list li.off i {
    color: #cccccc;
}

.main-loading {
    display: none;
    height: 120px;
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -100px;
    padding-top: 90px;
    box-shadow: 1px 2px 5px 1px #888888;
    background: url(../images/load.gif) center -20px;
    background-size: 80% auto;
    border-radius: 10px;
    text-align: center;
}

.main-none {
    padding: 5%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
}

.main-none i {
    margin: 15px 0;
    font-size: 36px;
    color: #c12e2a;
}

.main-tips {
    padding: 20px 5%;
    text-align: center;
    background-color: #DFE2E2;
}

/*modal自定义样式*/
.modal-footer-btn {
    text-align: center;
}
.modal-footer-btn .btn {
    background-color: #f8661d;
    color: #fff;
    width: 80%;
}

/*download*/
.dl-header {
    position: relative;
    width: 100%;
}
.dl-header>.dl-header-bg {
    width: 100%;
    height: auto;
    opacity: .5;
    filter: alpha(opacity=50);
}
.dl-header>.dl-header-bg.no-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dl-header-con {
    position: absolute;
    width: 160px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -60px;
    text-align: center;
}
.dl-header-con img {
    width: 70px;
    height: auto;
}
.dl-header-con p {
    background-color: #F8F8F8;
    border-radius: 4px;
    margin-top: 10px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 8px 1px #888888;
    color: #028A6E;
}
.dl-header-con .title-bg {
    background-color: #a799ed;
    border-radius: 4px;
    margin-top: 10px;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: none;
    color: #fff;
    opacity: 0.5;
    height: 35px;
}
.dl-header-con span.title {
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    z-index: 2;
}

.dl-content {
    padding: 20px 15px 70px 15px;
}
.dl-content dt {
    color: #028A6E;
}
.dl-content dt.for-jwl {
    color: #7a7a7a;
    font-size: 16px;
    padding-top: 5px;
}
.dl-content dt span{
    padding-right: 10px;
}
.dl-content dd {
    padding: 10px 0 0 25px;
    font-size: 14px;
}
.dl-content dd p {
    line-height: 18px;
    color: #808080;
    margin: 0 0 10px;
}
.dl-content dd p span { padding-right: 10px;  }
.dl-footer-btn { margin: 20px 0; }
.dl-footer-btn .btn {
    background-color: #00C29B;
    color: #fff;
    width: 80%;
}
.for-jwl .dl-footer-btn .btn {
    background-color: #978edc;
}

/*wxTips*/
.wx-tips {
    position: fixed;
    z-index: 9999;
    width: 92%;
    left: 5%;
    top: 5%;
}

.wx-tips img {
    width: 100%;
}

.float-btn {
    display: block;
    position: fixed;
    right: 2px;
    top: 133px;
    background: #d5d5d5;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    font-size: 12px;
    opacity: .7;
}
.float-btn span {
    display: block;
    width: 24px;
    margin-top: 10px;
    margin-left: 12px;
    color: #da5c00;
    line-height: 15px;
}
