﻿
body {
    _margin: 0;
    _height: 100%;
    /*IE6 BUG*/
}

.aui_outer {
    text-align: left;
}

table.aui_border,
table.aui_dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}

.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_c,
.aui_e,
.aui_sw,
.aui_s,
.aui_se,
.aui_header,
.aui_tdIcon,
.aui_main,
.aui_footer {
    padding: 0;
}

.aui_header,
.aui_buttons button {
    font: 12px/1.11 'siyuanheiti', Tahoma, Arial, Helvetica, STHeiti;
    _font-family: Tahoma, Arial, Helvetica, STHeiti;
    -o-font-family: Tahoma, Arial;
}

.aui_title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.aui_state_noTitle .aui_title {
    display: none;
}

.aui_close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    _cursor: pointer;
}

.aui_close:hover {
    text-decoration: none;
}

.aui_main {
    text-align: center;
    min-width: 9em;
    min-width: 0\9/*IE8 BUG*/
    ;
}

.aui_content {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    border: none 0;
}

.aui_content.aui_state_full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 100%;
}

.aui_loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.aui_icon {
    vertical-align: middle;
}

.aui_icon div {
    width: 48px;
    height: 48px;
    margin: 10px 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.aui_buttons {
    padding: 8px;
    text-align: right;
    white-space: nowrap;
}

.aui_buttons button {
    margin-left: 15px;
    padding: 6px 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    *padding: 4px 10px;
    *height: 2em;
    letter-spacing: 2px;
    font-family: Tahoma, Arial/9 !important;
    width: auto;
    overflow: visible;
    *width: 1;
    color: #333;
    border: solid 1px #999;
    border-radius: 5px;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    background: linear-gradient(top, #FFF, #DDD);
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
    -moz-transition: -moz-box-shadow linear .2s;
    -webkit-transition: -webkit-box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

.aui_buttons button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.aui_buttons button:focus {
    outline: none 0;
    border-color: #426DC9;
    box-shadow: 0 0 8px rgba(66, 109, 201, .9);
}

.aui_buttons button:hover {
    color: #000;
    border-color: #666;
}

.aui_buttons button:active {
    border-color: #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
    background: linear-gradient(top, #DDD, #FFF);
    background: -moz-linear-gradient(top, #DDD, #FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
    box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3);
}

.aui_buttons button[disabled] {
    cursor: default;
    color: #666;
    background: #DDD;
    border: solid 1px #999;
    filter: alpha(opacity=50);
    opacity: .5;
    box-shadow: none;
}

button.aui_state_highlight {
    color: #FFF;
    border: solid 1px #1c6a9e;
    background: #2288cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
    text-shadow: -1px -1px 1px #1c6a9e;
}

button.aui_state_highlight:hover {
    color: #FFF;
    border-color: #0F3A56;
}

button.aui_state_highlight:active {
    border-color: #1c6a9e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
}

/* common end */

.aui_inner {
    background: #FFF;
}

.aui_outer,
.aui_inner {
    border: 1px solid rgba(0, 0, 0, .7);
    border: 1px solid #333\9;
}

.aui_border {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
}

.aui_nw,
.aui_ne,
.aui_sw,
.aui_se {
    width: 8px;
    height: 8px;
}

.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_e,
.aui_sw,
.aui_s,
.aui_se {
    background: rgba(0, 0, 0, .4);
    background: #000\9 !important;
    filter: alpha(opacity=40);
}

.aui_state_lock .aui_nw,
.aui_state_lock .aui_n,
.aui_state_lock .aui_ne,
.aui_state_lock .aui_w,
.aui_state_lock .aui_e,
.aui_state_lock .aui_sw,
.aui_state_lock .aui_s,
.aui_state_lock .aui_se {
    background: rgba(0, 0, 0, .5);
    background: #000\9 !important;
    filter: alpha(opacity=50);
}

.aui_state_focus .aui_dialog {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.aui_state_focus .aui_outer {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.aui_state_lock .aui_border {
    box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
}

.aui_state_drag .aui_outer,
.aui_outer:active {
    box-shadow: none;
}

.aui_titleBar {
    position: relative;
    height: 100%;
}

.aui_title {
    height: 28px;
    line-height: 27px;
    padding: 0 28px 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    background-color: #edf5f8;
    font-weight: bold;
    color: #95a7ae;
    font-family: Tahoma, Arial/9 !important;
    background-color: #bdc6cd;
    background: linear-gradient(top, #edf5f8, #bdc6cd);
    background: -moz-linear-gradient(top, #edf5f8, #bdc6cd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edf5f8), to(#bdc6cd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5f8', endColorstr='#bdc6cd');
    border-top: 1px solid #edf5f8;
    border-bottom: 1px solid #b6bec5;
}

.aui_state_focus .aui_title {
    color: #4c5a5f;
}

.aui_state_drag .aui_title {
    background: linear-gradient(top, #bdc6cd, #edf5f8);
    background: -moz-linear-gradient(top, #bdc6cd, #edf5f8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8');
    box-shadow: none;
}

.aui_state_drag .aui_titleBar {
    box-shadow: none;
}

.aui_close {
    padding: 0;
    top: 4px;
    right: 4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    color: #68767b;
    text-align: center;
    font-family: Helvetica, STHeiti;
    _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.aui_close:hover {
    background: #C72015;
    color: #FFF;
}

.aui_close:active {
    box-shadow: none;
}

.aui_content {
    color: #666;
}

.aui_state_focus .aui_content {
    color: #000;
}

.aui_buttons {
    background-color: #F6F6F6;
    border-top: solid 1px #DADEE5;
}

.aui_state_noTitle .aui_nw,
.aui_state_noTitle .aui_ne,
.aui_state_noTitle .aui_sw,
.aui_state_noTitle .aui_se {
    width: 3px;
    height: 3px;
}

.aui_state_noTitle .aui_inner {
    border: 1px solid #666;
    background: #FFF;
}

.aui_state_noTitle .aui_outer {
    border: none 0;
    box-shadow: none;
}

.aui_state_noTitle .aui_nw,
.aui_state_noTitle .aui_n,
.aui_state_noTitle .aui_ne,
.aui_state_noTitle .aui_w,
.aui_state_noTitle .aui_e,
.aui_state_noTitle .aui_sw,
.aui_state_noTitle .aui_s,
.aui_state_noTitle .aui_se {
    background: rgba(0, 0, 0, .05);
    background: #000\9 !important;
    filter: alpha(opacity=5) !important;
}

.aui_state_noTitle .aui_titleBar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
}

.aui_state_noTitle .aui_close {
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    text-decoration: none;
    color: #214FA3;
    background: none;
    filter:  !important;
}

.aui_state_noTitle .aui_close:hover,
.aui_state_noTitle .aui_close:active {
    text-decoration: none;
    color: #900;
}

.aui_state_noTitle .aui_dialog {
    box-shadow: none;
}

.aui_outer {
    text-align: left;
}

table.aui_border,
table.aui_dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}

.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_c,
.aui_e,
.aui_sw,
.aui_s,
.aui_se,
.aui_header,
.aui_tdIcon,
.aui_main,
.aui_footer {
    padding: 0;
}

.aui_header,
.aui_buttons button {
    font: 12px/1.11 'siyuanheiti', Tahoma, Arial, Helvetica, STHeiti;
    _font-family: Tahoma, Arial, Helvetica, STHeiti;
    -o-font-family: Tahoma, Arial;
}

.aui_title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.aui_state_noTitle .aui_title {
    display: none;
}

.aui_close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    _cursor: pointer;
}

.aui_close:hover {
    text-decoration: none;
}

.aui_main {
    text-align: center;
    min-width: 9em;
    min-width: 0\9/*IE8 BUG*/
    ;
}

.aui_content {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    border: none 0;
}

.aui_content.aui_state_full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 100%;
}

.aui_loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.aui_icon {
    vertical-align: middle;
}

.aui_icon div {
    width: 48px;
    height: 48px;
    margin: 10px 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.aui_buttons {
    padding: 8px;
    text-align: right;
    white-space: nowrap;
}

.aui_buttons button {
    margin-left: 15px;
    padding: 6px 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    *padding: 4px 10px;
    *height: 2em;
    letter-spacing: 2px;
    font-family: Tahoma, Arial/9 !important;
    width: auto;
    overflow: visible;
    *width: 1;
    color: #333;
    border: solid 1px #999;
    border-radius: 5px;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    background: linear-gradient(top, #FFF, #DDD);
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
    -moz-transition: -moz-box-shadow linear .2s;
    -webkit-transition: -webkit-box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

.aui_buttons button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.aui_buttons button:focus {
    outline: none 0;
    border-color: #426DC9;
    box-shadow: 0 0 8px rgba(66, 109, 201, .9);
}

.aui_buttons button:hover {
    color: #000;
    border-color: #666;
}

.aui_buttons button:active {
    border-color: #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
    background: linear-gradient(top, #DDD, #FFF);
    background: -moz-linear-gradient(top, #DDD, #FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
    box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3);
}

.aui_buttons button[disabled] {
    cursor: default;
    color: #666;
    background: #DDD;
    border: solid 1px #999;
    filter: alpha(opacity=50);
    opacity: .5;
    box-shadow: none;
}

button.aui_state_highlight {
    color: #FFF;
    border: solid 1px #1c6a9e;
    background: #2288cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
    text-shadow: -1px -1px 1px #1c6a9e;
}

button.aui_state_highlight:hover {
    color: #FFF;
    border-color: #0F3A56;
}

button.aui_state_highlight:active {
    border-color: #1c6a9e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
}

/* common end */

.aui_inner {
    background: #FFF;
}

.aui_outer,
.aui_inner {
    border: 1px solid rgba(0, 0, 0, .7);
    border: 1px solid #333\9;
}

.aui_border {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
}

.aui_nw,
.aui_ne,
.aui_sw,
.aui_se {
    width: 8px;
    height: 8px;
}

.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_e,
.aui_sw,
.aui_s,
.aui_se {
    background: rgba(0, 0, 0, .4);
    background: #000\9 !important;
    filter: alpha(opacity=40);
}

.aui_state_lock .aui_nw,
.aui_state_lock .aui_n,
.aui_state_lock .aui_ne,
.aui_state_lock .aui_w,
.aui_state_lock .aui_e,
.aui_state_lock .aui_sw,
.aui_state_lock .aui_s,
.aui_state_lock .aui_se {
    background: rgba(0, 0, 0, .5);
    background: #000\9 !important;
    filter: alpha(opacity=50);
}

.aui_state_focus .aui_dialog {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.aui_state_focus .aui_outer {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.aui_state_lock .aui_border {
    box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
}

.aui_state_drag .aui_outer,
.aui_outer:active {
    box-shadow: none;
}

.aui_titleBar {
    position: relative;
    height: 100%;
}

.aui_title {
    height: 28px;
    line-height: 27px;
    padding: 0 28px 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    background-color: #edf5f8;
    font-weight: bold;
    color: #95a7ae;
    font-family: Tahoma, Arial/9 !important;
    background-color: #bdc6cd;
    background: linear-gradient(top, #edf5f8, #bdc6cd);
    background: -moz-linear-gradient(top, #edf5f8, #bdc6cd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edf5f8), to(#bdc6cd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5f8', endColorstr='#bdc6cd');
    border-top: 1px solid #edf5f8;
    border-bottom: 1px solid #b6bec5;
}

.aui_state_focus .aui_title {
    color: #4c5a5f;
}

.aui_state_drag .aui_title {
    background: linear-gradient(top, #bdc6cd, #edf5f8);
    background: -moz-linear-gradient(top, #bdc6cd, #edf5f8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8');
    box-shadow: none;
}

.aui_state_drag .aui_titleBar {
    box-shadow: none;
}

.aui_close {
    padding: 0;
    top: 4px;
    right: 4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    color: #68767b;
    text-align: center;
    font-family: Helvetica, STHeiti;
    _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.aui_close:hover {
    background: #C72015;
    color: #FFF;
}

.aui_close:active {
    box-shadow: none;
}

.aui_content {
    color: #666;
}

.aui_state_focus .aui_content {
    color: #000;
}

.aui_buttons {
    background-color: #F6F6F6;
    border-top: solid 1px #DADEE5;
}

.aui_state_noTitle .aui_nw,
.aui_state_noTitle .aui_ne,
.aui_state_noTitle .aui_sw,
.aui_state_noTitle .aui_se {
    width: 3px;
    height: 3px;
}

.aui_state_noTitle .aui_inner {
    border: 1px solid #666;
    background: #FFF;
}

.aui_state_noTitle .aui_outer {
    border: none 0;
    box-shadow: none;
}

.aui_state_noTitle .aui_nw,
.aui_state_noTitle .aui_n,
.aui_state_noTitle .aui_ne,
.aui_state_noTitle .aui_w,
.aui_state_noTitle .aui_e,
.aui_state_noTitle .aui_sw,
.aui_state_noTitle .aui_s,
.aui_state_noTitle .aui_se {
    background: rgba(0, 0, 0, .05);
    background: #000\9 !important;
    filter: alpha(opacity=5) !important;
}

.aui_state_noTitle .aui_titleBar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
}

.aui_state_noTitle .aui_close {
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    text-decoration: none;
    color: #214FA3;
    background: none;
    filter:  !important;
}

.aui_state_noTitle .aui_close:hover,
.aui_state_noTitle .aui_close:active {
    text-decoration: none;
    color: #900;
}

.aui_state_noTitle .aui_dialog {
    box-shadow: none;
}

/*按钮弹窗*/

.box_a {
    position: fixed;
    top: 3%;
    left: 33%;
    width: 35%;
    height: 65%;
    z-index: 1;
    display: none;
}

.box_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.box_input {
    width: 60%;
    height: 11%;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    border-radius: 10px;
    position: absolute;
    top: 65%;
    left: 20%;
}

.box_btn {
    width: 60%;
    height: 11%;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    color: #6B371B;
    font-weight: 700;
    background-color: #FEDC51;
    position: absolute;
    top: 77%;
    left: 20%;
}

.box_p {
    font-size: 24px;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 84%;
    width: 100%;
    text-align: center
}

.box_span {
    font-size: 24px;
    color: #FACA07;
}

.Hide {
    position: absolute;
    top: 37%;
    left: 83%;
    font-size: 40px;
    color: #312d2d;
    text-decoration: none;
}

.Hide:hover {
    color: black
}

.text_one {
    position: absolute;
    top: 62%;
    font-size: 2rem;
    font-weight: 700;
    color: #FFE801;
    width: 100%;
    text-align: center;
    display: none;
}

.text_two {
    position: absolute;
    top: 78%;
    font-size: 1rem;
    font-weight: 700;
    color: #F9D09B;
    width: 100%;
    text-align: center;
    display: none;
}

@media screen and (max-width:1000px) {
    .text_one {
        font-size: 1.5rem;
    }
    .text_two {
        font-size: 0.8rem;
    }
    .box_p {
        font-size: 1rem;
    }
}

/*弹窗插件*/

:focus {
    outline: 0;
}

.s.allIcon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
}

.box_bg80 {
    background: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#8F000000, endcolorstr=#8F000000);
}

.tan_div {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 999;
    color: #333
}

.tan_content {
    background: #fff;
    border: solid #ccc 5px;
    top: 25%;
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

.tan_t {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #efefef;
    border-bottom: solid #ddd 1px;
}

.tan_t h3 {
    padding-left: 20px;
    font-size: 16px
}

.tan_title {
    font-size: 18px;
    padding: 20px 20px 0 20px;
}

.ok_ico {
    height: 48px;
    width: 48px;
    margin-right: 10px;
    /*完成图标*/
}

.tan_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.tan_close a {
    display: block;
    width: 16px;
    height: 16px;
}

.tan_close a:hover {
    opacity: 0.7;
}

.tan_padding {
    padding: 20px;
}

.qh_table li {
    padding: 0 20px;
    float: left;
    height: 49px;
    line-height: 49px;
    margin-top: 1px;
}

.qh_table li.qh_hover {
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    margin-top: 1px;
    background: #fff;
}

.Land_li_input {
    padding: 10px 20px;
    font-size: 16px;
}

.Land_li_input input {
    width: 68%;
    height: 40px;
    font-size: 20px;
    padding-left: 4px;
}

.land_btn {
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
}

.land_btn input {
    height: 40px;
    width: 100%;
    color: #fff;
    background: #f30;
    border: none 0;
    cursor: pointer;
    font-size: 16px
}

/*弹窗宽度*/

.tan_1000 {
    width: 1000px;
    margin-left: -500px;
}

.tan_800 {
    width: 800px;
    margin-left: -400px;
}

.tan_600 {
    width: 600px;
    margin-left: -300px;
}

.tan_500 {
    width: 500px;
    margin-left: -250px;
}

.tan_400 {
    width: 400px;
    margin-left: -200px;
}

/*loading条*/

.barbox {
    height: 16px;
    margin-top: 10px;
}

.barbox div a {
    color: #0048CC;
}

.barbox div.last {
    color: #999;
}

.barbox div.barline {
    width: 350px;
    height: 16px;
    margin: auto;
}

.barbox div.barline div.charts {
    height: 16px;
    border-radius: 8px;
}

input {
    border: none;
}

.abso {
    position: absolute;
}

i {
    text-decoration: underline;
}