html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 166%;
    color: #333;
}

focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
    height: 100%;
}

  img {
      max-width: 100%;
  }

.pool {
    min-height: 100px;
    height: auto;
}

.pool input {
    cursor: pointer;
}

.pool .title {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(220, 220, 220, 0.5);
    padding-left: 3%;
    z-index: 2;
}

.pool .title .text {
    margin: 5px 5px 5px 0px;
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: left;
    font-size: 12px;
}

.pool .title .title_button {
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.pool .title .choose_button {
    margin: 5px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: #2476cc;
    color: #FFFFFF;
}

.pool .title .title_button .submit_paper {
    margin: 0px;
    padding: 0px 15px;
    background-color: #F07901;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    float: right;
}

.pool .title .title_button .change_paper {
    padding: 0px 5px;
    margin: 0px 10px;
    background-color: #2476cc;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    float: right;
}

.pool .content {
    border-top: 1px solid #EBEBEC;
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    min-height: 100px;
    height: auto;
}

.pool .content:nth-child(2) {
    margin-top: 40px;
}

.pool .content .left {
    width: 5%;
    height: 100%;
    float: left;
    text-align: right;
    margin-left: 3%;
}

.pool .content .right {
    word-wrap: break-word;
    width: calc(92% - 10px);
    height: auto;
    float: left;
    position: relative;
}

.pool .content .right .join_wrong {
    position: absolute;
    right: 1px;
    font-size: 12px;
    display: none;
    background-color: red;
    color: #FFFFFF;
    width: 80px;
    line-height: 32px;
    height: 32px;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    border: 0px;
    border-radius: 5px;
    bottom: 60px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.pool .content .right .error_correction {
    position: absolute;
    right: 6px;
    font-size: 15px;
    color: blue;
    width: 40px;
    vertical-align: baseline;
    cursor: pointer;
    bottom: 15px;
    text-align: right;
    z-index: 2;
}

.pool .content .right .res_opstion {
    position: absolute;
    right: 1px;
    border: 0px;
    width: 25px;
    height: 25px;
}

.pool .content .right .res_opstion img {
    width: 25px;
    height: 25px;
    position: absolute;
}

.pool .content .right > div {
    word-wrap: break-word;
    margin: 5px 20px 10px 0px;
    width: 15%;
    height: 34px;
    line-height: 36px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    float: left;
    border: 1px solid #EFEFF0;
    font-size: 15px;
}

.pool .content .jiexi {
    display: none;
    margin-left: 3%;
    width: 97%;
}

.pool .content .jiexi p {
    display: inline-block;
    background-color: #eee;
    width: 98%;
    padding-left: 2%;
}

.pool .content .errorNews {
    display: inline-block;
    height: auto;
    margin: 0px 0px 5px 3%;
    width: 97%;
}

.pool .content .errorNews .error_title {
    background-color: #2476CC;
    width: 98%;
    padding-left: 2%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.pool .content .errorNews .error_content {
    background-color: #E0EFFC;
    width: 98%;
    padding-left: 2%;
    min-height: 150px;
    height: auto;
    color: #FFFFFF;
}

.pool .content .errorNews .error_content > div {
    color: #2476CC;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.pool .content .errorNews .error_content > div label {
    color: #2476CC;
    font-size: 15px;
}

.pool .content .errorNews .error_content > div .res_error {
    margin-left: 20px;
    line-height: 30px;
    display: inline-block;
    color: red;
    font-size: 15px;
}

.pool .content .errorNews .error_content .error_type_t {
    display: none;
    height: 90px;
}

.pool .content .errorNews .error_content .error_type_t > div {
    color: #2476CC;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.pool .content .errorNews .error_content .error_type_t textarea {
    height: 58px;
    width: 90%;
    border: 1px solid #2476CC;
}

.pool .content .errorNews .error_content > div .error_btn {
    margin: 20px 2% 10px 2%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2476CC;
    border-radius: 5px;
    width: 40%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.pool .content .errorNews .res_con {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #2476CC;
    text-align: center;
}

.pool .content .errorNews .res_btn {
    background-color: #71c8fd;
    color: #FFFFFF;
    width: 40%;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.error_submit {
    background-color: #2476CC;
    color: #FFFFFF;
}

.error_cancel {
    background-color: #FFFFFF;
    color: #2476CC;
}

.error_a {
    color: blue;
    cursor: pointer;
    margin-left: 10px;
}

.btn {
    color: #FFFFFF ;
    padding:0px !important;
}

.loading {
    width: 150px;
    height: 15px;
    margin: 42.5px auto;
}

.loading .lodaing_text {
    font-size: 16px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    width: 60px;
    vertical-align: middle;
}

.loading span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    border-radius: 50%;
    background: lightgray;
    -webkit-animation: load 1.04s ease infinite;
    vertical-align: middle;
}

.loading span:last-child {
    margin-right: 0px;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.65s;
}