* {
    margin: 0;
    padding: 0;
    outline: 0;font-size:16px;
}

img {
    display: block;
    border: none;
}

a {
    text-decoration: none;
    color: #333; font-size:16px;
}

ul {
    list-style: none;
}

cite {
    font-style: normal;
}

button {
    border: none;
    cursor: pointer;
    text-align: center;font-size:16px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.index_logo {
    padding: 80px 0 20px;
}

.index_logo img {
    margin: auto;
}

.login {
    position: relative;
    height: 633px;
    min-width: 1200px;
    overflow: hidden;
}

.login .bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.login form {
    position: absolute;
    bottom: 0;
    right: 400px;
    width: 450px;
    padding: 20px 30px 150px;
    background-color: #fff;
	
	    border-radius: 20px;
 
    box-shadow: 0 0 20px -10px;
    box-sizing: border-box;
}

.login form p {
    color: #1aa0e0;
    font-size: 22px;
    border-bottom: 3px solid #1aa0e0;
    padding-bottom: 20px; font-weight:500;
}

.login form div:not(:nth-child(5)) {
    display: -moz-box;
    display: flex;
    width: 390px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e5e5e5; border-radius: 5px;
    margin: 30px 0;
}

.login form div:not(:nth-child(5)) i {
    color: #ccc;
    padding-left: 5px;
}

.login form div:not(:nth-child(5)) input {
    border: none;
    font-size: 14px;
    color: #757575;
    margin-left: 10px;
}

.login form div:nth-child(4) {
    display: -moz-box;
    display: flex;
    margin-bottom: 0;
}

.login form div:nth-child(4) input {
    width: 36%;
}

.login form div:nth-child(4) cite {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.login form div:nth-child(4) cite img {
    width: 70px;
    height: 30px;
    margin-right: 10px;
}

.login form div:nth-child(4) cite a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #1aa0e0;
    border-radius: 4px;
}

.login form div:nth-child(5) {
    margin: 15px 0;
}

.login form div:nth-child(5) label {
    font-size: 14px;
    vertical-align: middle;
}

.login form div:nth-child(5) input {
    vertical-align: middle;
}

.login form button {
    width: 100%;
    background-color: #1D81EB;
    color: #fff;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
}

.login_ft {

    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 26px 0;
    min-width: 1200px;
}

.n_header {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.n_header > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.n_header .w1200 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.n_header .w1200 ul {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.n_header .w1200 ul li:first-child {
    padding-right: 22px;
}

.n_header .w1200 ul li {
    color: #fff;
    font-size: 14px;
}

.n_header .w1200 ul li i {
    font-weight: 700;
}

.n_header .w1200 ul li a {
    color: #fff;
}

.n_bg {
    background-color: #f5f5f5;
}

.position {
    font-size: 14px;
    padding: 14px 0;
}

.position i {
    font-size: 24px;
    vertical-align: sub;
}

.container .left, .container .right {
    background-color: #fff;
    min-height: 700px;
}

.container {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.container .left {
    width: 250px;
}

.container .left ul {
    padding: 10px 10px 0;
}

.container .left ul li {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    background-color: #ececec;
}

.container .left ul li i {
    font-size: 30px;
    color: #2677db;
    vertical-align: middle;
}

.container .left ul li a {
    font-weight: 700;
    font-size: 18px;
    padding-left: 22px;
    vertical-align: middle;
}

.container .left ul li:not(:last-child) {
    margin-bottom: 10px;
}

.container .left ul .active, .container .left ul li:hover {
    background-color: #1D81EB;
}

.container .left ul .active a, .container .left ul .active i, .container .left ul li:hover a, .container .left ul li:hover i {
    color: #fff;
}

.container .right {
    width: 890px;
    padding: 20px;
}

.container .right table {
    font-size: 14px;
}

.container .right .send_list tr:first-child {
    background-color: #ffede2;
}

.container .right .send_list tr:first-child th {
    border: 1px solid #fddbca;
}

.container .right .send_list tr:first-child th {
    padding: 0 10px;
}


.container .right .send_list tr td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    max-width: 330px;
}

.container .right .send_list tr:first-child th:first-child {
    border-right: 0;
}

.container .right .send_list tr:first-child th:not(:first-child) {
    border-left: 0;
}

.container .right .send_list tr:first-child th:not(:last-child) {
    border-right: 0;
}

.container .right .send_list th {
    padding: 6px 0;
    color: #db1d02;
}

.container .right .send_list tr:not(first-child) td {
    padding: 5px 10px;
    border-bottom: 1px dotted #cecece;
}

.container .right .send_list tr:not(first-child) td span {
    padding: 0 8px;
}

.container .right .send_list tr td:first-child {
    padding-left: 6px;
}

.container .right .send_list tr th:first-child {
    padding-left: 8px;
}

.container .right .send_out tr:not(:last-child) td:first-child {
    text-align: right;
}

.container .right .send_out .edui-default {
    padding: 0;
}

.container .right .send_out #edui1_elementpath, .container .right .send_out #edui1_wordcount {
    border-bottom: none;
    padding: 0;
}

.container .right .send_out .edui-editor-breadcrumb {
    text-align: left;
}

.container .right .send_out td {
    padding: 10px 0;
    border-bottom: 1px dotted #cecece;
}

.container .right .send_out #link {
    display: none;
}

.container .right .send_out input[type=text] {
    border: 1px solid #bfbfbf;
    height: 30px;
    line-height: 30px;
    width: 640px;
    border-radius: 4px;
    padding-left: 5px;
}

.container .right .send_out .seccode {
    display: flex;
}

.container .right .send_out .seccode input {
    width: 100px;
}

.container .right .send_out .seccode a {
    vertical-align: middle;
}

.container .right .send_out .seccode a:hover {
    text-decoration: underline;
    color: orange;
}

.container .right .send_out .seccode img {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    padding: 0 5px;
}

.container .right .send_out input[name=thumb] {
    vertical-align: middle;
}

.container .right .send_out .tips {
    color: gray;
}

.container .right .send_out .upload {
    box-sizing: content-box;
    padding: 6px 16px;
    border-radius: 3px;
    color: white;
    background: rgba(74, 134, 232, 0.7);
    vertical-align: middle;
}

.container .right .send_out .submit {
    width: 200px;
    height: 36px;
    line-height: 36px;
    background-color: cornflowerblue;
    color: white;
    border-radius: 4px;
    font-size: 16px;
}

.container .right .send_out .submit:hover {
    background-color: #2677db;
}

.container .right .details h1 {
    text-align: center;
    font-size: 20px;
}

.container .right .info {
    color: gray;
    font-size: 14px;
    text-align: center;
    padding: 20px 0
}

.container .right .info p {
    padding: 5px 0;
}

.container .right .info span {
    padding: 0 10px;
}

.container .right .page {
    display: flex;

    width: 600px;
    margin:30px auto;
float:left;
}

.container .right .page li a, .container .right .page li span {
    font-size: 14px;
}

.container .right .page li a {
    background-color: #f4f4f5;
    border-radius: 4px;
    padding: 5px; margin:0 2px;
}

/*.container .right .page li input{
	border:1px solid #dcdfe6;
	border-radius:4px;
	width:50px;
	height:24px;
	line-height:35px;
	text-align:center;
}*/
.container .right .page select {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    width: 50px;
    height: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
}

.container .right .page li .active, .container .right .page li a:hover {
    background-color: #409eff;
    color: #fff;
}

.container .right .page li .disable {
    color: #c0c4cc; width:50px; display:block;
}

.adopt {
    padding: 10px;
}

.adopt td {
    font-size: 14px;
    padding: 5px 0;
}

.adopt select {
    border: 1px solid #999;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}

.adopt textarea {
    resize: none;
    width: 80%;
    height: 150px;
}

.adopt #classify_id, .adopt #content {
    display: none;
}

.adopt button {
    background-color: #1e9fff;
    padding: 10px 15px;
    color: white;
    border-radius: 4px;
}

.statusBtn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 5rem;
    height: 2.5rem;
    background: linear-gradient(to bottom, #71b9ff 20%, #2291fe 70%);
    border-radius: 0.2rem;
}
