body {
    background: rgb(247, 249, 252)
}

.x-header {
    min-width: 1000px;
    margin: 0 auto;
    background: url(../images/top.jpg) no-repeat center #128bed;
    height: 100px;
}

.w {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.x-header .layui-nav {
    background: transparent;
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.dacxSy {

    margin-top: 20px;
}

.layui-tab-title li {
    font-size: 20px;
}

.dacxSy .layui-tab-brief>.layui-tab-title .layui-this {
    color: #1E9FFF;
}

.dacxSy .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom-color: #1E9FFF;
}

.ytab {
    /* position: relative; */
}

.ytab2 .layui-show:first-child {
    position: absolute;
    z-index: 1;
}

.ytab2 .layui-tab-item {
    z-index: -1;
}

.layui-table-cell {
    height: auto;
    line-height: 35px;
}

.layui-form-label {
    width: 120px;
}

.layui-input-block {
    margin-left: 150px;
}

h1 {
    font-size: 42px;
    color: rgb(70, 122, 164);
    font-weight: 700;
    text-align: center;
    margin: 44px auto 0px;
}

.sanjiaos {
    cursor: pointer;
    align-self: center;
    color: rgb(18, 139, 237);
    height: 30px;
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: none;
    border-radius: 5px;
    cursor: pointer;
}

.sanjiaos.active {
    background: rgb(18, 139, 237);
    color: rgb(255, 255, 255);
}

.sanjiaos.active::after {
    content: "";
    border-top: 6px solid rgb(18, 139, 237);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -6px;
    margin-right: -6px;
    right: 50%;
    position: absolute;
    width: 0px;
    height: 0px;
}

.sanjiaos:nth-child(2) {
    margin-left: 12px;
}

.sanjiaos-bg {
    /* width: 70%; */
    min-width: 900px;
    max-width: 1000px;
    margin: 20px auto -20px;
    display: flex;
}

.search {
    /* width: 70%; */
    min-width: 900px;
    max-width: 1000px;
    height: 75px;
    border: 3px solid rgb(18, 139, 237);
    margin: 38px auto 0px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
}

.searchBtn {
    max-width: 194px;
    width: 16%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(18, 139, 237);
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

.searchBtn:active,
.searchBtn:hover {
    background: rgb(27, 150, 250);
}

.search .layui-input {
    border: none;
    margin-top: 15px;
    font-size: 20px;
    color: #222;
    text-indent: 1em;
    width: 750px;
}

.search .layui-form-select dl {
    top: 60px;
}

.btn-bg {
    width: 1000px;
    margin: 50px auto 0px;
}

.btn-bg .btn {
    width: 314px;
    height: 105px;
    border-radius: 8px;
    border: 3px solid rgb(230, 235, 245);
    background: rgb(230, 235, 245);
    color: rgb(18, 139, 237);
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 97px;
    display: inline-block;
    cursor: pointer;
}

.btn-bg .btn.active {
    border: 3px solid rgb(18, 139, 237);
    background: rgb(255, 255, 255);

}

.btn-bg .btn:first-child {
    float: left;
}

.btn-bg .btn:nth-child(2) {
    margin: 0px 20px;
}

.btn-bg .btn:last-child {
    float: right;
}

p.tips {
    color: silver;
    font-size: 20px;
    /* text-align: center; */
    margin: 35px 0px 50px;
}

p.tips span {
    color: red;
}

.dacxSy .layui-elem-quote {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 32px;
    border-left: 6px solid rgb(18, 139, 237)
}

.dacxSy .layui-form-select dl dd.layui-this {
    background-color: #62a8dc;
}

/* login page */
/* .x-container{} */
.x-bg {
    background-color: #e9edf3;
}

.loginBg {
    background: url(../images/登录_01.jpg) no-repeat center top;
    height: 460px;
}

.buttons {
    width: 350px;
    height: 135px;
    /* background-color: #ccc; */
    position: absolute;
    right: 95px;
    top: 300px;
}
.buttons .ls{margin-bottom:20px;}
.mesg{width:880px;margin:0 auto; line-height: 25px;color:#888;padding-bottom:20px;font-size:12px;}
.icon{display: inline-block;width:24px;height: 24px;vertical-align: middle;margin-right: 10px;}
.icon1{background: url(../images/icon1.png);}
.icon2{background: url(../images/icon2.png);}
.x-footer {
    width: 100%;
    height: 3px;
    background-color: #128bed;
    position: fixed;
    left: 0;
    bottom: 0;
}