@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
body,
button,
input,
select,
table,
textarea {
    margin: 0;
    -webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
sam {
    display: block;
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: none
}
input:focus {
    outline: none
}
address,
em,
i {
    font-style: normal
}

a {
    text-decoration: none;
    color: #333;
}

body,
html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    font-size: 16px;
}

body {
    min-width: 20rem;
    font-family: '微软雅黑', "宋体", "Arial Narrow", Helvetica, sans-serif;
    color: #000;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.cli {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.lclear {
    clear: left;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
}


/*tool-bar*/

.tool-bar {
    display:flex;
    position:fixed;
    background: #fff;
    height: 3.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 3.75rem;
    box-shadow: 0 -2px 6px #dedede;

}

.tool-bar a {
    width: 25%;
    height: 3rem;
    color: #8a8a8a;
    font-size: .875rem;
    line-height: 3rem;
    float: left;
    text-align: center;
}

.tool-bar .cur {
    color: #007ADD;
}

.tool-bar a div {
    height: 1.25rem;
    display: block;
    position: relative;
    margin: .15rem auto;
    margin-top: .625rem;
    margin-bottom: -0.625rem;
}

.bar-ico1 {
    background: url(../images/hdbm02.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico2 {
    background: url(../images/rlhd02.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico3 {
    background: url(../images/wdhd02.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico4 {
    background: url(../images/grzx02.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico1-select {
    background: url(../images/hdbm01.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico2-select {
    background: url(../images/rlhd01.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico3-select {
    background: url(../images/wdhd01.png) no-repeat center center;
    background-size: 1.25rem;
}

.bar-ico4-select {
    background: url(../images/grzx01.png) no-repeat center center;
    background-size: 1.25rem;
}

.over-tip {
    text-align: center;
    font-size: .875rem;
    color: #8a8a8a;
    line-height: 1.375rem;
}

/*login*/

.login-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto
}

.login {
    z-index: 2;
    position: absolute;
    width: 21.875rem;
    border-radius: .3125rem;
    height: 31.25rem;
    background: #fff;
    box-shadow: 0 0 .3125rem #333;
    top: 50%;
    left: 50%;
    margin-top: -15.625rem;
    margin-left: -10.9375rem;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

.login-top {
    font-size: 1.5rem;
    margin-top: 6.25rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 3.125rem;
}

.login-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
}

.login-center-img {
    width: 1.25rem;
    height: 1.25rem;
    float: left;
    margin-top: .3125rem
}

.login-center-img>img {
    width: 100%
}

.login-center-input {
    float: left;
    width: 14.375rem;
    margin-left: .9375rem;
    height: 1.875rem;
    position: relative
}

.login-center-input input {
    z-index: 2;
    transition: all .5s;
    padding-left: .625rem;
    color: #333;
    width: 100%;
    height: 1.875rem;
    border: 0;
    border-bottom: .0625rem solid #ccc;
    border-top: .0625rem solid #fff;
    border-left: .0625rem solid #fff;
    border-right: .0625rem solid #fff;
    box-sizing: border-box;
    outline: 0;
    position: relative
}

.login-center-input input:focus {
    border: .0625rem solid #1e90ff
}

.login-center-input-text {
    background: #fff;
    padding: 0 .3125rem;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 1.25rem;
    top: 50%;
    margin-top: -0.625rem;
    font-size: .875rem;
    left: .3125rem;
    color: #1e90ff;
    line-height: 1.25rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.login-center-input input:focus~.login-center-input-text {
    top: 0;
    z-index: 3;
    opacity: 1;
    margin-top: -0.9375rem
}

.login.active {
    -webkit-animation: login-small .8s;
    animation: login-small .8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.login-button {
    cursor: pointer;
    width: 15.625rem;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #1e90ff;
    border-radius: .3125rem;
    margin: 0 auto;
    margin-top: 3.125rem;
    color: #fff
}


/*activity-list*/

.activity-list {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:51px;
    padding:10px;
    overflow:auto;
}

.activity-detail {
    background: #fff;
    border-bottom: .0625rem solid #e6e6e6;
}

.detail-box-content {
    border: 0;
    padding-bottom: 6.875rem;
}

.activity-detail .activity-img {
    width: 7.5rem;
    height: 7.5rem;
}

.activity-detail .activity-img img {
    padding: .625rem;
    width: 6.875rem;
    height: 6.875rem;
    padding-right: 0;
}

.activity-detail .activity-tip {
    height: 1.875rem;
    background: #e4eaee;
    line-height: 1.875rem;
}

.activity-detail .activity-fld {
    width: calc(100% - 120px);
    padding: .625rem;
    padding-left: 0;
}

.activity-content {
    padding: .375rem;
}

.activity-content .activity-title {
    display: block;
    cursor: pointer;
    font-size: 1rem;
    color: #1f1f1f;
    margin-bottom: .375rem;
}

.activity-content .activity-info {
    font-size: .875rem;
    color: #8a8a8a;
    padding: .25rem 0;
    width: 100%;
}

.activity-all-info {
    font-size: .875rem;
    color: #8a8a8a;
    padding: 4px 0;
    width: 100%;
}

.detail-summary-title {
    line-height: 2.5rem;
    height: 2.5rem;
    border-bottom: 1px dashed #dedede;
    padding: .25rem;
    color: #444343;
}

.detail-summary-info {
    padding: .25rem;
    font-size: .875rem;
    color: #8a8a8a;
    line-height: 1.375rem;
}

.activity-enter {
    background: #1e90ff;
    height: 2.5rem;
    width: 98%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 4rem;
    z-index: 999;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    border-radius: 2.5rem;
}

.calendar-box {
    margin: 0;
}

.calendar-box .ico23 {
    position: absolute;
    top: 0;
    left: 10px;
    height: 4rem;
    line-height: 4rem;
    color: #fff
}

.calendar-box .ico24 {
    position: absolute;
    top: 0;
    right: 10px;
    height: 4rem;
    line-height: 4rem;
    color: #fff
}

.calendar-content .calendar-title {
    background-size: 100%;
    height: 4rem;
}

.calendar-title-div {
    background: #007add;
    border: 1px solid #fff;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    background-size: cover;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    position: relative;
}

.calendar-boby {
    background: #fff;
    width: 100%;
    padding: 1.25rem 0 0;
    margin: auto;
}

.calendar-boby-tip {
    text-align: center;
    font-size: .875rem;
    color: #7f867d
}

.calendar-boby-head {
    padding: 5px 15px 0;
    background: url(../images/ix_03.png) no-repeat center bottom;
    background-size: 100%
}

.calendar-boby-head table {
    width: 100%
}

.calendar-boby-boby {
    padding: 5px 15px 0;
    border-bottom: 1px dashed #dedede;
    padding-bottom: .625rem;
}

.calendar-boby-boby table {
    width: 100%
}

.calendar-boby-boby table td{
   cursor: pointer;
}

.calendar-boby-boby span,
.calendar-boby-head span {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 5px auto;
    text-align: center;
    position: relative;
    -moz-border-radius: 6.25rem;
    -webkit-border-radius: 6.25rem;
    border-radius: 6.25rem;
}

.calendar-boby-boby .grayse {
    color: #007ADD;
}

.calendar-boby-boby .cur-date {
    border: 1px solid #dedede;
    border-radius: 50%;
}

.calendar-boby-boby .select-date {
    border: 1px solid #007ADD;
    background: #007ADD;
    color: #fff;
    border-radius: 50%;
}




.calendar-boby-boby span em {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: red;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    top: -0.625rem;
    right: -0.625rem;
    -moz-border-radius: 6.25rem;
    -webkit-border-radius: 6.25rem;
    border-radius: 6.25rem;
}


#bg{ display: none;  position: absolute;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);}
#show{
    display: none;
    position: absolute;
    top: 25%;  left: 32%;
    width: 463px;
    height: 260px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.bookreview-box{
    padding: 10px;
}

.wirte-bookreview{
    text-align: right;
    padding-bottom: 5px;
    border-bottom:1px solid #e2e2e2;
}

.wirte-bookreview a{
    color: #919191;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid #e2e2e2;
    display: inline-block;
    margin-top:10px;
    min-width: 10px;
    padding: 0 10px;
    line-height: 30px;
    text-align:center;
    width: 120px;
    -webkit-transition:background-position 0.3s;
    -moz-transition:background-position 0.3s;
    transition:all 0.3s linear 0s;
}

.jump-link-barcode:HOVER{
    color:#fff;
}
.bookreview-record{
    padding: 10px;
    border-bottom:1px solid #e2e2e2;
}
.wirte-bookreview a:hover{
    color: #fff;border:1px solid transparent;background: #0073b4;
}

.bookreview-box .container{
    /* 		width: 100%; */
}
.commentbox{
    margin: 20px auto;
    display: none;
}

.mytextarea {
    width: 96%;
    overflow: auto;
    word-break: break-all;
    height: 100px;
    color: #000;
    font-size: 1em;
    resize: none;
    border:1px solid #e2e2e2;
    padding: 20px;
}

.bookreview-box .comment-list{
    width: 98%;
    margin: 20px auto;
    clear: both;
    padding-top: 20px;
}
.comment-list .comment-info{
    position: relative;
    margin-bottom: 20px;

    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;

}

.comment-info .content{
    color: #8a8a8a
}

.comment-info h3{
    color: #8a8a8a
}


.comment-list .comment-info header{
    width: 90px;
    position: absolute;
}
.comment-list .comment-info header img{
    width: 100%;
    border-radius: 50%;
    padding: 5px;
}
.comment-list .comment-info .comment-right{
    padding:5px 0px 5px 11%;
}
.comment-list .comment-info .comment-right h3{
    margin: 5px 0px;
}
.comment-list .comment-info .comment-right .comment-content-header{
    height: 25px;
}
.comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span{
    padding-right: 2em;
    color: #aaa;
}
.comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,.send,.reply-list-btn{
    cursor: pointer;
}

.no-data{
    text-align: center;
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}


/* å¿…è¦å¸ƒå±€æ ·å¼css */

.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background: #52c9c3;
}


.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.aui-mine-head{
    width:100%;
    height:auto;
    background:#52c9c3;
}



.aui-flex-box h2{
    color:#fff;
    font-size:1.4rem;
    margin-bottom:0.3rem;
}

.aui-flex-box p{
    color:#fff;
    font-size:0.9rem;
    position:relative;
    display:block;
    width:36%;
}

.aui-flex-box p:after{
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #ffffff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.aui-mine-user{
    width:70px;
    height:70px;
}

.aui-mine-user img{
    width:100%;
    height:auto;
    display:block;
    border:none;
    border-radius:100%;
}


.aui-arrow,.rdr-fld-info {
    text-align: right;
    color: #808080;
    padding-right: 13px;
    position: relative;
    margin-left:15px;
}

.aui-arrow span,.rdr-fld-info span{
    font-size: 0.8rem;
    color: #aeb3b9;
}



.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #b7bbbe;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.aui-course-list .aui-flex{
    padding-top:20px;
    padding-bottom:20px;
}


.aui-palace {
    padding: 1rem 0 ;
    position: relative;
    overflow: hidden;
    background:#fff;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 25%;
    box-sizing: border-box;
}

.aui-palace-grid-icon {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align:center;
}

.aui-palace-grid-icon h2{
    font-size:0.9rem;
    color:#0f0f0f;
}

.aui-palace-grid-icon .aui-tag {
    background: #fc8020;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 15px 15px 15px 0;
    position: absolute;
    right: -18px;
    top: -5px;
    padding: 0 0.3rem;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #0f0f0f;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.4rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #676767;
}


.aui-flex-box h3{
    font-size: 0.9rem;
    color: #484848;
    font-weight:normal;
}




.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background-color:#fefefe;
}

.aui-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #b4b4b4;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #52c9c3;
}


.aui-flex-tags{
    background:#fff;
}
.aui-flex-tags .aui-arrow i{
    border-radius:100%;
    color:#fff;
    background:#fe4a56;
    font-size:0.7rem;
    width:18px;
    height:18px;
    display:block;
    font-style:normal;
    text-align:center;
    line-height:18px;
}

.aui-flex-box span{
    margin-top:0.4rem;
    display:block;
    font-size:0.75rem;
    color:#a9a9a9;
}

.aui-course-list {
    background:#fff;
}


.aui-text-body {
    text-align:center;
    font-size:0.8rem;
    color:#a9a9a9;
    padding:1.5rem 0 4.3rem 0;
    line-height:1.5;
}
.aui-cou-img {
    width: 22px;
    height: 22px;
    margin-right: 0.8rem;
}

.aui-cou-img img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
}

.canle-aty a:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #0073b4;
}

.canle-aty a {
    color: #919191;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin-top: 10px;
    min-width: 10px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    transition: all 0.3s linear 0s;
}

.user-register{
    text-align: center;
    height: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.container-div{
    width: 100%;
}

.container-div .mian-title{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #0073b4;
    text-align: center;
}

.container-div .login-box-div {
    width: 90%;
    border-top: 1px #f0f0f0 solid;
    margin: auto;
}

.login-box-div .box-input {
    margin-top: 15px;
    color: #222;
    font-size: 14px;
}

.login-box-div .box-input .input-text {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px #ddd solid;
    color: #555;
    font-size: 22px;
}

.login-box-div .input-button {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    border: none;
    background: #0073b4;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}

.data-filter-box{
    background: #EDEDED;
    border-radius: 10px;
    height: 36px;
    line-height: 36px;
}

.data-filter-box li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;/*只是起到注解作用*/
    white-space: nowrap;/*不让文本换行*/
    overflow: hidden;/*超出的部分显示...*/
}

.show-filter-sort,.show-filter-lib,.show-filter-type,.show-filter-venue{
    z-index: 999;
    position: fixed;
    background: #EDEDED;
    margin-top: 40px;
    margin-left: 10px;
    width: calc( 100% - 20px);
    max-height: 400px;
    overflow-y:scroll;
}

.filter-data-box{
    width: 100%;
    padding: 10px 20px;
}

.filter-data-box li{
    padding: 15px 0;
    font-size: 12px;
}

.select-data{
    color: red;
}

.show-filter-conditon{
    font-size: 12px;
    color: #8a8a8a;
}

.show-filter-conditon label{
    padding: 10px   4px 0 4px;
    display: inline-block;
}



