body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,font,input[type=text],input[type=number],input[type=tel],input[type=search],input[type=email],input[type=date],input[type=password],textarea,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section,legend{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    font-family: Microsoft YaHei,Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;
}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.centerboth {
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
}


.navhead {
    width: 100%;
    height: 70px;

}
.navtop {
    display: box;
    display: -webkit-box;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: url("../images/bgjj.png") no-repeat center;
    background-size: cover;
    color: #ffffff;

}
.navtop .navCenter {
    -webkit-box-flex: 1;
    box-flex: 1;
}
.myframe {
    width: 100%;
    top: 75px;
    left: 0;
}


.navLeft {
    width: 250px;
    text-align: center;
    font-size: 1.4rem;
}

.navRight {
    width: 250px;
    text-align: center;
}

.navCenter li {
    margin: 0 10px;
    height: 80px;
    display: inline-block;
}
.navCenter li a {
    color: #ffffff;
    font-size: 1.0rem;
    display: block;
    padding: 0 20px;
    height: 100%;
}
.navbottom {
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    box-shadow: 0 3px 3px #888888;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    display: none;
    z-index: 9999999999;
}


.navbottom li {
    display: inline-block;
    height: 80px;
    margin: 0 20px;
}
.navbottom li a {
    color: #999999;
    font-size: 1.0rem;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.navbottom li a i {
    margin-right: 10px;
    font-size: 1.5rem;
}
.page-content .layui-tab-content {
    top: 0;
}
.navCenter li.cur {
    background: rgba(255,255,255,0.2);
}

.navbottom li {
    padding: 20px 0;
}


.imgtop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #ffffff;
}
.imgtop img {
    display: block;
    width: 100%;
    height: 100%;
}

.navRight {
    font-size: 1.0rem;
}

xblock {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 22px;
    border-radius: 0 2px 2px 0;
    background-color: #ffffff;
}

.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #F2F2F2;
    border-left: 0 none;
    border-right: 0 none;
    /* border-bottom: 0 none; */
}

.x-body {
    /*background: #f5f5f5;*/
}
.td-manage a {
    border: 1px solid #5F9FF5;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 12px;
    color: #5F9FF5;
}


.td-manage a.bd-green {
    border: 1px solid #00D299;
    color: #00D299;
}

.td-manage a.bd-red {
    border: 1px solid #FF7800;
    color: #FF7800;
}
.layui-table td, .layui-table th {
    position: relative;
    padding: 15px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.footer {
    display: none;
}

.page-content {
    bottom: 0;
}

/*.x-body {*/
    /*display: box;*/
    /*display: -webkit-box;*/
/*}*/
/*.xbright {*/
    /*-webkit-box-flex: 1;*/
    /*box-flex: 1;*/
/*}*/

/*.xbleft {*/
    /*width: 320px;*/
    /*border-right: 1px solid #E5E4E4;*/
    /*margin-right: 40px;*/
/*}*/

.ulactive li {
    width: 230px;
    text-align: center;
    float: left;
    margin: 20px 30px;
}
.ulactive li a {
    width: 100%;
    background: #F2F2F2;
    display: block;
    /*box-shadow: 0 2px 2px rgba(206,206,206,0.5);*/
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    border-radius: 5px;
}

.ulactive li a .imgfm {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.ulactive li a .imgfm img {
    width: 100%;
    transition: all 0.6s;
}
.ulactive li a h2 {
    text-align: left;
    font-size: 1.0rem;
    color: #333333;
    padding-top: 10px;
    line-height: 30px;
}
.ulactive li a h2 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    color: #E3E3E3;
    font-size: 2.4rem;
    float: right;
    line-height: 30px;
    text-align: center;
}

.ulactive li a:hover {
    background: #E5E5E5;
}
.ulactive li a:hover .imgfm img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.6s;
}
.layui-upload-img {
    display: block;
    width: 90px;
    height: 90px;
}
.layui-upload {
    display: inline-block;
}

.flleitem .layui-form-item {
    display: inline-block;
}

.layui-tab-item {
    /*padding: 30px 0;*/
}
.layui-tab-item .layui-form-item {
    margin-bottom: 40px;
}

.layui-form-label {
    width: 110px;
}

.layui-input-block {
    margin-left: 140px;
}

.jiangset td span {
    padding-bottom: 10px;
    display: block;
    font-size: 12px;
}

.addbtn a {
    font-size: 14px;
    color: #1E9FFF;
}

.layui-input-inline textarea {
    min-width: 600px;
}

.x-body {
    position: relative;
}

.savebox {
    position: fixed;
    top: 65px;
    right: 40px;
    z-index: 999999;
}

.navlitwo li a i {
    height: 30px;

}
.navlitwo li a i img {
    display: block;

}
.navlitwo li a i img:last-child {
    display: none;
}
.navlitwo li a:hover i img:first-child {
    display: none;
}
.navlitwo li a:hover i img:last-child {
    display: block;
}
.navlitwo li a:hover {
    color: #0785FD;
}
.navbottom li:hover a {
    box-shadow: 0 0 15px rgba(46,144,242,0.5);
}
.navbottom li.cur a {
    box-shadow: 0 0 15px rgba(46,144,242,0.5);
}


.navlitwo li.cur a i img:first-child {
    display: none;
}
.navlitwo li.cur a i img:last-child {
    display: block;
}
.navlitwo li.cur a  {
    color: #0785FD;
}
.navRight img.xa {
    margin-left: 10px;
}
.navRight {
    cursor: pointer;
    position: relative;
}

.tpxiala {
    position: absolute;
    top: 70px;
    right: 20px;
    background: #ffffff;
    z-index: 999999999999999999;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(46,144,242,0.5);
    display: none;
}
.navRight:hover .tpxiala {
    display: block;
}
.tpxiala li {
    line-height: 50px;
}
.tpxiala li a {
    display: block;
    padding: 0 20px;
}
.tpxiala li a i {
    padding-right: 10px;
}
.tpxiala li a:hover {
    color: #01AAED;
}

.tpxiala b {
    width: 24px;
    height: 10px;
    display: block;
    position: absolute;
    background: url("../images/sj.png") no-repeat center top;
    background-size: 100% auto;
    left: 50%;
    margin-left: -12px;
    top: -10px;
}

table .morebtn {
    border: 0 none;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.morebtn .tpdown {
    position: absolute;
    background: #ffffff;
    z-index: 9999999;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(46,144,242,0.5);
    padding: 10px 0;
    display: none;
}
.morebtn .tpdown.cur {
    display: block;
}

.tpdown b {
    width: 24px;
    height: 10px;
    display: block;
    position: absolute;
    background: url("../images/sj.png") no-repeat center top;
    background-size: 100% auto;
    left: 50%;
    margin-left: -12px;
    top: -10px;
}

table .morebtn .tpdown a {
    border: 0 none;
    color: #333333;
    font-size: 15px;
    line-height: 40px;
}
table .morebtn .tpdown a i {
    padding-right: 10px;
}

table .morebtn .tpdown a:hover {
    color: #1E9FFF;
}
.login-bg {
    background: url("../images/loginbg.png") no-repeat center;
    background-size: cover;
}

.logincenter {
    width: 1000px;
    height: 500px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -500px;
    box-shadow: 0 0 15px rgba(46,144,242,0.5);
    border-radius: 15px;
}
.loginlogo {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    color: #1775F0;
    font-weight: bold;
}
.loginlogo h2 {
    font-size: 1.8rem;
}

.bootoml {
    min-height: 60px;
    position: absolute;
    width: 100%;
    /* line-height: 60px; */
    text-align: center;
    background: #ffffff;
    left: 0;
    bottom: 0;
    font-size: 0.8rem;
    color: #999999;
}

.loginbanner {
    width: 50%;
    height: 100%;
    float: left;
    padding: 50px 10px;
    box-sizing: border-box;
}
.logintext {
    width: 50%;
    float: left;
    padding: 50px 100px;
    box-sizing: border-box;
}
.tablilog li {
    display: inline-block;
    font-size: 1.0rem;
    line-height: 45px;
    margin-right: 50px;
    margin-bottom: -2px;
}

.tablilog {
    border-bottom: 2px solid #E2E2E2;
}

.tablilog li a {
    color: #333333;
}
.tablilog li.cur {
    border-bottom: 2px solid #1775F0;
}
.tablilog li.cur a {
    color: #1775F0;
}
.loginzz ul {
    padding-top: 20px;
}
.loginzz ul li {
    display: box;
    display: -webkit-box;
    margin-top: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.loginzz ul li p {
    -webkit-box-flex: 1;
    box-flex: 1;
}

.loginzz ul li i {
    width: 40px;
    height: 40px;
}

.loginzz ul li i img {
    width: 15px;
}
.loginzz ul li input {
    border: 0 none;
}
.chec {
    margin-top: 20px;
}

.chec a {
    float: right;
}

.loginbtn {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    text-align: center;
    line-height: 45px;
}
.loginbtn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #0F74D9;
    color: #ffffff;
}
.loginbtn a:hover {
    background: #297CED;
}


.loginzhuc {
    text-align: right;
    margin-top: 15px;
    padding-right: 5px;
}

.loginzhuc a {
    color: #FF7800;
}

.loginzhuc a:hover {
    text-decoration: underline;
}

.loginzz ul li a {
    display: block;
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #FF7800;
    border-radius: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #ffffff;
}
.loginzz ul li a:hover {
    background: #E56F05;
}

.fengm img {
    width: 60px;
    height: 40px;
}

.page span.current {
    display: inline-block;
    background: #0785FD;
    color: #fff;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #0785FD;
}


.x-admin-backlog .x-admin-backlog-body {

    background-color: #ffffff;

}
.x-admin-backlog-body p cite {
    color: #0785FD;
}

.layui-upload-file {
    display: block !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    cursor: pointer;
}

.layui-upload {
    position: relative;
}
.layui-upload .layui-btn {
    display: none;
}
.layui-upload-list {
    background: #f1f1f1 url("../images/add.png") no-repeat center;
    background-size: 40% 40%;
}
.mytb {
    padding-top: 40px;
}
.layui-tab-title .layui-this {
    color: #0785FD;
    font-weight: bold;
}
.x-right {
    color: #666666;
}
.loginzz ul li a.codeimg {
    background: #ffffff;
}
.codeimg img {
    width: 100%;
    height: 100%;
}

.navLeft a {
    color: #ffffff;
}
.morebtn>i {
    display: inline-block;
    width: 35px;
    height: 8px;
    background: url("../images/more.png") no-repeat center;
}
.morebtn .tpdown {
    width: 125px;
    margin-left: -62px;
}


table tr:nth-last-child(5) .morebtn .tpdown {
    top: auto;
    bottom: 30px;
}

table tr:nth-last-child(5) .tpdown b {
    top: auto;
    bottom: -10px;
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}

table tr:nth-last-child(4) .morebtn .tpdown {
    top: auto;
    bottom: 30px;
}

table tr:nth-last-child(4) .tpdown b {
    top: auto;
    bottom: -10px;
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}


table tr:nth-last-child(3) .morebtn .tpdown {
    top: auto;
    bottom: 30px;
}

table tr:nth-last-child(3) .tpdown b {
    top: auto;
    bottom: -10px;
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}


table tr:nth-last-child(2) .morebtn .tpdown {
    top: auto;
    bottom: 30px;
}

table tr:nth-last-child(2) .tpdown b {
    top: auto;
    bottom: -10px;
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}


table tr:nth-last-child(1) .morebtn .tpdown {
    top: auto;
    bottom: 30px;
}

table tr:nth-last-child(1) .tpdown b {
    top: auto;
    bottom: -10px;
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}

table tr:nth-child(1) .morebtn .tpdown {
    top: 30px;
    bottom: auto;
}

table tr:nth-child(1) .tpdown b {
    top: -10px;
    bottom: auto;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
}
table tr:nth-child(2) .morebtn .tpdown {
    top: 30px;
    bottom: auto;
}

table tr:nth-child(2) .tpdown b {
    top: -10px;
    bottom: auto;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
}
table tr:nth-child(3) .morebtn .tpdown {
    top: 30px;
    bottom: auto;
}

table tr:nth-child(3) .tpdown b {
    top: -10px;
    bottom: auto;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
}

table tr:nth-child(4) .morebtn .tpdown {
    top: 30px;
    bottom: auto;
}

table tr:nth-child(4) .tpdown b {
    top: -10px;
    bottom: auto;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
}


.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 10px 0;
    border-top: none;
    border-left: none;
}
.navCenter li a {
    color: #ffffff;
    font-size: 1.0rem;
    display: block;
    padding: 0;
    height: 100%;
    width: 100px;
    text-align: center;
}

.layui-upload-img {
    display: block;
    width: 90px;
    height:auto !important;
	margin-top:10px;
}
.layui-tab-content {
	padding-top:30px;
}
.loginlogo img {
	height:50px;
}

.yulank {
        padding: 15px 40px;
    }
    .erweimcc {
        color: #666666;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .erweimcc p {
        color: #696969;
        margin-top: 10px;
    }
    .erweimcc h2 {
        padding: 10px 0;
        text-align: center;
    }
    .erweimcc h2 img {
        width: 130px;
        height: 130px;
    }
    .erweimcc h3 {
        text-align: center;
        font-size: 14px;
    }
    .texta {
        color: #696969;
        font-size: 14px;
        position: relative;
    }
    .texta textarea {
        width: 75%;
        height: 60px;
        border: 1px solid #E7E7EB;
        padding: 8px;
        font-size: 14px;
        line-height: 160%;
        margin-top: 10px;
    }
    .texta .fuzhi {
        position: absolute;
        width: 80px;
        height: 35px;
        background: #0D7ED8;
        text-align: center;
        line-height: 35px;
        border-radius: 3px;
        right: 0;
        bottom: 5px;
    }
    .texta .fuzhi a {
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 12px;
    }
.layui-row .layui-input-inline {
    margin-bottom: 8px;
}
.layui-row .layui-btn{
    margin-bottom: 8px;
}

.layui-table-body {
   
    min-height: 360px;
}
@media (max-width: 1366px) {
	.loginlogo{
		padding: 15px 30px;
	}
	.logincenter{
		width: 900px;
		height: 445px;
		margin: 0;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		
	}
	.loginbanner{
		width: 55%;
	}
	.logintext{
		width: 45%;
		padding: 50px 50px 50px 25px;
	}
}