/*登录*/
.logo {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
}

.box2 {
    position: absolute;
    background: #fff;
    top: 15%;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px #ccc;
    width: 430px;
    padding: 30px;
    margin: auto;
}

.lxr > li {
    line-height: 50px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.lxr > li > input {
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.lxr > li > span {
    width: 50px;
    font-size: 26px;
    float: left;
    background: #1e9fff;
    text-align: center;
    line-height: 52px;
    color: #fff;
}

.lxr > li > div {
    margin-left: 50px;
}

.lxr > li > div > input {
    height: 50px;
    width: 100%;
    text-indent: 10px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
}

.lxr > li:nth-child(3) > div > input {
    width: 69%;
}

.lxr > li:nth-child(3) > div > img {
    float: right;
    height: 50px;
}

.lxr > li:nth-child(3) > div {
    margin-left: 0;
}

.p {
    font-size: 14px;
    line-height: 25px;
    text-align: right;
}

.p a {
    color: blue;
}

.butt {
    width: 100%;
    background: #1e9fff;
    font-size: 18px;
    margin-top: 15px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block
}

/*首页*/
.header {
    height: 65px;
    background-color: #393D49;
    color: #fff;
}

.layui-nav-item > a > i {
    width: 30px;
    text-align: center;
    display: inline-block;
}

.layui-body > div {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

.layui-body iframe {
    height: 96%;
    width: 96%;
    padding: 2%;
    background: #fff;
}

.layui-body iframe html {
    padding: 15px;
}

::-webkit-scrollbar {
    display: none;
}

.nav {
    display: inline-block;
    width: 100%;
}

.nav > ul {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.nav > ul > li {
    flex: 1;
    width: 49%;
    text-align: center;
    margin: 0px 0.5%;
    background: #f2f2f2;
    padding: 20px 0;
    font-size: 18px;
}

.nav > ul > li span {
    font-size: 30px;
    line-height: 40px;
    display: block;
    color: #333;
}

.kuang {
    position: fixed;
    top: 20%;
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 40px #999;
    padding: 10px 40px 40px;
    font-size: 18px;
    line-height: 40px;
    color: #222;
}

.kuang_title {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    color: #1e9fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 70px;
    margin-bottom: 20px;
}

.close {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 40px;
    color: #999;
    font-family: monospace;
    line-height: 90px;
    cursor: pointer;
}

.shiti_box {
    text-align: center;
    background: #01aaed;
    padding: 60px 0;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: block;
}

.shiti_box i {
    display: block;
    font-size: 140px;
    line-height: 170px;
}


.pay_nav_dh {
    padding: 26px 0 50px;
    display: inline-block;
    width: 100%;
}

.pay_nav_dh ul li {
    float: left;
    padding: 0 11.4%;
    text-align: center;
    position: relative;
    height: 55px;
    font-size: 14px;
    width: 10%;
}

.pay_nav_dh ul li i {
    width: 26px;
    height: 37px;
    line-height: 37px;
    display: block;
    background: url(../img/icon1.png) no-repeat -319px -360px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    text-align: left;
    padding-left: 9px;
    position: relative;
    z-index: 3;
}

.pay_nav_dh ul li .pre {
    background-position: -250px -360px;
}

.pay_nav_dh ul li .now {
    background-position: -285px -360px;
}

.pay_nav_dh ul li.red {
    background: url(../img/line_red.jpg) repeat-x 0 18px;
}

.pay_nav_dh ul li.red_half span {
    background: url(../img/line_red.jpg) repeat-x 0 0;
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 1;
}

.pay_nav_dh ul li {
    background: url(../img/line_gred.jpg) repeat-x 0 18px;
}

.pay_nav_dh ul li span {
    text-align: center;
}

.layui-form-label {
    width: 160px;
}

.layui-input-block {
    margin-left: 200px;
}

.sccess {
    display: block;
    width: 600px;
    margin: 20px auto 0;
    text-align: center;
}

.sccess i {
    font-size: 140px;
    color: #1e9fff;
}

.sccess h1 {
    font-size: 40px;
    color: #222;
    line-height: 60px;
}

.sccess p {
    font-size: 22px;
    color: #999;
    margin-bottom: 60px;
}

.img_box img {
    height: 300px;
    margin: 10px;
}

.img_box {
    margin-bottom: 60px;
}

.shen_txt {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #0008ff;
    margin-left: 10px;
}

.layui-text span {
    font-size: 50px;
    color: #333;
    line-height: 80px;
}

.layui-text p {
    font-size: 18px;
    color: #999;
}

.kuang_xinxi {
    width: 80% !important;
    top: 5% !important;
}

.kuang_xinxi .layui-form-label {
    width: 80px;
    font-size: 16px;
}

.kuang_xinxi .layui-inline {
    width: 40%;
    margin-bottom: 10px;
}

.kuang_xinxi .layui-input-block {
    margin-left: 110px;
}

.demo-tree-box {
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    width: 90%;
    margin: 10px auto 20px;
    height: 390px;
}

.xuexi_tou {
    float: left;
    height: 80px;
    margin-right: 20px;
}

.xuexi_title {
    font-size: 18px;
    line-height: 40px;
    color: #222;
    margin-top: 5px;
}

.xuexi_p {
    font-size: 13px;
    color: #999;
}

.text_title {
    font-size: 17px;
    line-height: 50px;
    color: #222;
}

.text_title span {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
}

.ti_box {
    margin: 20px 8%;
}

.ti_box li {
    display: inline-block;
    width: 95%;
    border: 1px solid #dedede;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 10px;
}

.ti_box li p {
    display: inline-block;
    font-size: 16px;
    color: #222;
    line-height: 38px;
}

.ti_box .layui-btn-group {
    float: right;
}

.ti_box li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 10px;
    left: 0px;
    bottom: 10px;
    width: 3px;
    background: #1e9fff;
}

.daan_list {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.daan_list li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.daan_list li span {
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #222;
    margin-right: 20px;
}

.daan_list li input {
    float: left;
}

.daan_list .layui-btn {
    margin-top: 5px;
}

.sucai_box {
    display: inline-block;
    width: 100%;
}

.sucai_box > li {
    display: inline-block;
    width: 91.5%;
    border: 1px solid #dedede;
    padding: 10px 3% 10px 5%;
    position: relative;
    margin-bottom: 10px;
}

.sucai_box > li p {
    display: inline-block;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sucai_box > li .layui-btn-group {
    float: right;
}

.sucai_box > li .jia {
    display: inline-block;
    position: absolute;
    left: 1%;
    top: 0;
    font-size: 40px;
    font-family: cursive;
    line-height: 50px;
    cursor: pointer;
}


.sucai_list {
    display: none;
    background: #f7f7f7;
    width: 94%;
    padding: 10px 3%;
    margin: 10px 0;
}

.sucai_list li span {
    float: right;
    color: red;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}

.sucai_list li {
    display: inline-block;
    width: 100%;
    border-bottom: dashed 1px #dedede;
    padding: 10px 0;
}

.sucai_list li:last-of-type {
    border-bottom: none;
}


.layui-table-cell {
    height: auto !important;
}

.tiao_box {
    display: block;
    border: 1px solid #dedede;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 40px;
    width: 60%;
    margin: 10px 0;
}

.tiao_input {
    font-size: 14px;
    line-height: 35px;
}

.tiao_input input {
    display: inline-block;
    width: 100px;
    margin: 0 10px;
    height: 35px;
}

.hidden {
    display: none !important;
}

.fl {
    float: left
}

.fr {
    float: right
}