body {
    background-color: #fff;
}
.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    justify-content: flex-start;
    height: 1rem;
    border-bottom: none;
    background-color: #fff;
}
#header .back {
    width: .92rem;
    height: 100%;
}
#header .back .iconfont {
    font-size: 0.44rem;
    color: #333;
}
#header .search {
    width: 6.26rem;
    height: .76rem;
    background: #F2F5F9;
    border-radius: .38rem;
    overflow: hidden;
}
#header .search .search-wrap {
    flex: 1;
    height: 100%;
}
#header .search .search-wrap .text {
    flex: 1;
    padding-left: .4rem;
    font-size: .28rem;
    color: #000;
}
#header .search .search-wrap .btn {
    width: .9rem;
    height: .56rem;
    margin: .1rem;
    border-radius: .28rem;
}
#header .search .search-wrap .btn .iconfont {
    font-size: .3rem;
    color: #fff;
}

.main-container {
    padding-top: 1rem;
}
.doc-wrap-h .doc-list {
    padding: 0 .32rem;
}
.doc-wrap-h .cover .file-type {
    bottom: -0.16rem;
    right: -0.14rem;
    transform: scale(0.5);
}
.doc-wrap-h .info .title em {
    color: #ff0000;
}
.doc-wrap-h .empty .empty_line1,
.doc-wrap-h .empty .empty_line2 {
    width: 100%;
    height: .4rem;
    background-color: #f5f5f5;
}
.doc-wrap-h .empty .empty_line2 {
    width: 60%;
}
.doc-wrap-h .empty .title_wrap .empty_line2 {
    width: 40%;
    margin-top: .2rem;
}
.doc-wrap-h .empty .info .time.empty_line2 {
    height: .28rem;
}

.search-result .empty-wrapper {
    padding: 3.74rem 0;
    text-align: center;
}
.search-result .empty-wrapper img {
    margin: 0 auto;
    width: 3.38rem;
    height: 1.78rem;
}
.search-result .empty-wrapper .text {
    font-size: .32rem;
    color: #333;
    margin-top: .8rem;
}
.search-result .load_more {
    display: none;
    padding: .6rem 0;
    font-size: .28rem;
    color: #666;
    text-align: center;
}

.stand-status {
	float: left;
	margin: .1rem .08rem 0 0;
    padding: 0 .12rem;
    height: .4rem;
	line-height: .4rem;
    border-radius: .06rem;
	font-size: .22rem;
    color: #fff;
}
.stand-status.stand-status-1 {
    background-color: #3AB565;
}
.stand-status.stand-status-2 {
    background-color: #5BC0DE;
}
.stand-status.stand-status-3 {
    background-color: #5BC0DE;
}
.stand-status.stand-status-4 {
    background-color: #D9543F;
}
.stand-status.stand-status-5 {
    background-color: #3385FF;
}

.captcha_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.captcha_modal .modal_mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
}
.captcha_modal .main_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.4rem;
    height: 5.24rem;
    margin: -2.62rem 0 0 -2.7rem;
    background: #fff;
    border-radius: .24rem;
    overflow: hidden;
}
.captcha_modal .title_wrap {
    position: relative;
    height: 1.2rem;
    line-height: 1.2rem;
}
.captcha_modal .title_wrap p {
    font-size: .36rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.captcha_modal .tip_text {
    font-size: .26rem;
    color: #aaa;
    text-align: center;
}
.captcha_modal .input_wrap {
    margin: .1rem auto 0;
}
.captcha_modal .input_wrap .input {
    display: block;
    width: 4.36rem;
    height: .8rem;
    line-height: .8rem;
    margin: .1rem auto 0;
    padding: 0 .2rem;
    background: #fff;
    border-radius: .08rem;
    border: 1px solid #ddd;
    outline: none;
    font-size: .28rem;
    color: #000;
}
.captcha_modal .input_wrap .captcha {
    display: block;
    width: 3.18rem;
    height: 1.2rem;
    margin: 0 auto;
}
.captcha_modal .btn_wrap {
    margin: .4rem auto 0;
    border-top: 1px solid #ddd;
}
.captcha_modal .btn_wrap .btn-sub {
    display: block;
    height: 1.08rem;
    line-height: 1.08rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
}
