
/*@font-face
{
    font-family: myFirstFont;
    src: url('../font/鍐潚榛戜綋绠�浣撲腑鏂嘩3.otf')
}*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: '寰蒋闆呴粦';
}
input, textarea { border: 0; outline: 0; -webkit-appearance: none; margin: 0; padding: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { line-height: 1 ;}
input::-webkit-input-placeholder{ color:#cccccc;}
input:-moz-placeholder{ color:#cccccc;}
input::-moz-placeholder{ color:#cccccc;}
input:-ms-input-placeholder{ color:#cccccc;}
ol, ul, li { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none }
table { border-collapse: collapse; border-spacing: 0 }
body, html { height: 100%; -moz-user-select: none; -khtml-user-select: none; user-select: none; -webkit-user-select: none }
* { -webkit-tap-highlight-color: rgba(255,255,255,0) }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
select, input { vertical-align: middle }
.spacer { clear: both; font-size: 0; height: 0 }
.fr { float: right;}
.fl { float: left;}
.f333 { color:#333;}
.f666 { color:#666;}
.f999 { color:#999;}
a { color: #39639f; text-decoration: none;}
a:hover { color: #39639f; text-decoration: none;}
/* .clear { clear:both;} */
.grey_bg { 
	 display:flex;
	 flex-direction:column;
	 background: #f5f5f5;
	}
.top_clear{
    flex-grow: 0;
    flex-shrink: 0;   
	height: 3.571rem;
}
.bottom_clear {
	flex-grow: 0;
    flex-shrink: 0;  	
    width: 100%;
    height: 28px;
}
.top {
	flex-grow: 0;
    flex-shrink: 0;   
    width: 100%;
    box-sizing:border-box;
    padding: 0px 12px;
   
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background: -moz-linear-gradient(left, #1e5cb3, #2882d8);
    background: -o-linear-gradient(left,#1e5cb3, #2882d8);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1e5cb3), to(#2882d8));
    overflow: hidden;
}
.top_search_box {
    height: 32px;
    margin-top:20px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    font-size: 12px;
    line-height:20px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}
.top_search_input {
    box-sizing:border-box;
	padding:0 8px;
	flex-grow: 2;
    flex-shrink: 0; 
    font-family: myFirstFont;
    font-size: 12px;
}
/* .top_search_btn {
	margin-top:2px;
	flex-grow: 1;
    flex-shrink: 0;   
    height: 30px;
    background: url(../images/icon-search.png) no-repeat;
    background-size: 80%;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
} */
.top_search_box img{
	flex-grow: 0;
    flex-shrink: 0;  
    height: 15px;
    width:15px;
    padding: 8px 15px;
}

.index-title {
    flex-grow: 0;
    flex-shrink: 0;   
    width:100%;
    height: 3.571rem;
    background: -moz-linear-gradient(left, #1e5cb3, #2882d8);
    background: -o-linear-gradient(left,#1e5cb3, #2882d8);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1e5cb3), to(#2882d8));
    position: fixed;
    z-index: 1000;
}
.index-title h1 {
    width: 100%;
    height: 3.571rem;
    /* font-size: 1.417rem; */
    font-size: 1.429rem;
    line-height: 3.571rem;
    text-align: center;
    color: #fff;
}
.index-searchBox{
	background-color: #f5f5f5;
    width: 100%;
    position: fixed;
    z-index: 1001;
    height: 4rem;
    top: 3.4rem!important;
    padding-top: 1rem;
    display: flex;
    margin-bottom: 0!important;
}
.index-searchIpt{
	    width: 100%;
    height: 2.714rem;
    margin: 0 0.857rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left:1rem;
    padding-right:3.286rem;
}
.index-searchIcon{
	position: absolute;
    right: 1.714rem;
    top: 1.75rem;
    height: 1.286rem;
}
.rtn_icon,
.rtn_icon:active { 
    width: 3.167rem;
    height: 3.167rem;
    background: url("../images/return.png") no-repeat;
    display: inline-block;
    float: left;
    background-size: 6.333rem 3.167rem;
    -o-background-size: 6.333rem 3.167rem;
    -webkit-background-size: 6.333rem 3.167rem;
    -moz-background-size: 6.333rem 3.167rem;
    cursor: pointer;
}
.rtn_icon { background-position: 0 0;}
.rtn_icon:active { background-position: -3.167rem 0;}
.delete_icon {
    width: 3.167rem;
    height: 3.167rem;
    display: inline-block;
    float: left;
    background: url("../images/icon-delete_n.png") no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
}
.delete_icon:active {
    background: url("../images/icon-delete_h.png") no-repeat;
    background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
}


.classification-box {
	flex-grow: 0;
    flex-shrink: 0; 	
    display:flex;
    flex-wrap:nowrap;
/*     margin: 0.5rem 0 0 0.833rem; */
     margin: 0.5rem 0.857rem;
}
.classification-box:nth-child(1){margin-top:9rem;}
.agricultural-type { background: #9ac341;}
.economic-type { background: #fb565a;}
.medical-type { background: #6487e5;}
.information-type { background: #2882d8;}
.engineering-type { background: #f4ae1e;}
.information-type1001 { background: #9ac341;}
.information-type1023 { background: #fb565a;}
.information-type1050 { background: #6487e5;}
.information-type1045 { background: #2882d8;}
.information-type1033 { background: #f4ae1e;}
.information-type6 { background: #2882d8;}
.information-type7 { background: #9ac341;}
.information-type8 { background: #f4ae1e;}
.information-type9 { background: #2882d8;}
.information-type10 { background: #9ac341;}
.classification-title-box {
    background: #f5f5f5;
    /* position: absolute; */
    z-index: 10;
    /* width: 9.042rem; */
    /* height: 11.667rem; */
    width:115px;
    height: 9.5rem;
    margin-right:0.857rem;
}
.classification-title {
    /* width: 8.542rem; */
    /* height: 11.667rem; */
    display: inline-block;
    /* border-radius: 0.125rem; */
    border-radius:1px;
    text-align: center;
   width:6.714rem;
    height: 9.5rem;
    border-radius:4px;
}
.classification-title p {
    /* margin-top: 0.417rem; */
    margin-top:5px;
    color: #fff;
    text-align: center;
    /* font-size: 1.25rem; */
    font-size:16px;
}
.icon-index-information1001,
.icon-index-information1023,
.icon-index-information1050,
.icon-index-information1045,
.icon-index-information1033,
.icon-index-information6,
.icon-index-information7,
.icon-index-information8,
.icon-index-information9,
.icon-index-information10 {
    /* width: 2.667rem; */
    /* height: 2.667rem; */
    width:38px;
    height:38px;
    display: inline-block;
    /* margin-top: 3.333rem; */
    margin-top: 2.8rem;
}
.icon-index-information1001 {
    background: url(../images/icon-index-agricultural.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-index-information1023 {
    background: url(../images/icon-index-economic.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-index-information1050 {
    background: url(../images/icon-index-medical.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-index-information1045 {
     background: url(../images/icon-index-information.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-index-information1033 {
    background: url(../images/icon-index-engineering.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
/* .icon-index-information6 { */
/*     background: url(../images/icon-index-information.png) no-repeat; */
/*     background-size: 100%; */
/*     -webkit-background-size: 100%; */
/*     -moz-background-size: 100%; */
/*     -o-background-size: 100%; */
/* } */
/* .icon-index-information7 { */
/*     background: url(../images/icon-index-agricultural.png) no-repeat; */
/*     background-size: 100%; */
/*     -webkit-background-size: 100%; */
/*     -moz-background-size: 100%; */
/*     -o-background-size: 100%; */
/* } */
/* .icon-index-information8 { */
/*     background: url(../images/icon-index-engineering.png) no-repeat; */
/*     background-size: 100%; */
/*     -webkit-background-size: 100%; */
/*     -moz-background-size: 100%; */
/*     -o-background-size: 100%; */
/* } */
/* .icon-index-information9 { */
/*     background: url(../images/icon-index-information.png) no-repeat; */
/*     background-size: 100%; */
/*     -webkit-background-size: 100%; */
/*     -moz-background-size: 100%; */
/*     -o-background-size: 100%; */
/* } */
/* .icon-index-information10 { */
/*     background: url(../images/icon-index-agricultural.png) no-repeat; */
/*     background-size: 100%; */
/*     -webkit-background-size: 100%; */
/*     -moz-background-size: 100%; */
/*     -o-background-size: 100%; */
/* } */

/* page_guide_slider */
.page_guide_slider {
    width:100%;
    overflow-x:auto;
    overflow-y: hidden;
}
.page_guide_container {
    width:100%;
    cursor:e-resize;
}
.page_guide_items {
    width:783px;
    /* padding-left: 8.625rem; */
    /* height: 11.667rem; */
    /* padding-left:115px; */
    height:164px;
}
.page_guide_item {
	box-sizing: border-box;
    width: 100%;
    height: 9.5rem;
    float: left;
    background: #fff;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.12);
}
.page_guide_item_text {
    width:100%;
        height: 98%;
    border: 1px solid #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.page_guide_item_title {
    height:1.3em;
    color:red;
    padding:.5em 0;
    border-bottom:1px solid #dedede;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.page_guide_item_intr {
    font-size:.8em;
    line-height:1.5em;
    margin:.5em 0;
    height:6em;
}
.page_guide_item_image {
    float:left;
}


.classification-lt {
    position: relative;
    /* width: 10rem;
    height: 11.583rem; */
    background: #fff;
}
.classification-lt img {
    width: 100%;
    height: 5.417rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.classification-shelter {
    background: #fff;
        display: flex;
    align-items: center;
    padding-top: 0.5rem;
}
.classification-shelter h2 {
	padding:0  0.714rem;
    font-size: 1.0rem;
    /* font-size:14px; */
    font-weight: bold;
    line-height: 1.333rem;
    /* line-height:20px; */
    /* min-height:36.3px; */
/*     color: #333; */
    overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.classification-shelter p.p1 {
    /* margin-top: 0.334rem; *//*0.417rem*/
    /* font-size: 1rem; */
    line-height:20px;
    font-size:14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.classification-shelter p.p1 i {
    /* margin-left: 0.417rem; */
    margin-left: 3px;
}
.classification-shelter .p1 img {
    flex-grow: 0;
    flex-shrink: 0;
    width:  12px;
    height: 12px;
    display:inline;
}
.classification-shelter p.p2 {
    /* margin-top: 0.334rem; *//*0.417rem*/
    /* font-size: 0.75rem; */ /*0.667rem;*/
    font-size:13px;
    line-height:20px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.classification-shelter p.p2 span {
    /* margin-left: 0.208rem; */
    /* font-size: 0.75rem; */
    margin-left: 2px;
}
.star-level {
    height: 0.833rem;
    display: inline-block;
    background: url(../images/star-level.png) no-repeat;
    background-size: auto 100%;
}
.star-level-one {
    width: 0.833rem;
}
.star-level-two {
    width: 1.875rem;
}
.star-level-three {
    width: 2.875rem;
}
.star-level-four {
    width: 3.833rem;
}
.star-level-five {
    width: 4.792rem;
}

.toolbar {
    width: 100%;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    height: 3.417rem; 
    /* height:50px; */
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 0.833rem; 
   /*  font-size:12px; */
}
.toolbar ul li {
    width: 20%;
    /* height: 3.417rem; */
    height: 3.417rem;
    float: left;
    text-align: center;
}
.toolbar ul li a {
       width: 100%;
    height: 3.417rem;
    display: inline-block;
}
.toolbar ul li i {
    margin-top: 0.167rem;
    /* margin-top: 3px; */
}
.toolbar ul li a span {
    width: 100%;
    display: inline-block;
    color: #666;
}
.toolbar ul li.cur a span,
.toolbar ul li:active a span {
    color: #666;
}
.toolbar ul li.cur .icon-toolbar-search,
.toolbar ul li:active .icon-toolbar-search {
    background: url(../images/icon-toolbar-search_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.toolbar ul li.cur .icon-toolbar-recommended,
.toolbar ul li:active .icon-toolbar-recommended {
    background: url(../images/icon-toolbar-recommended_h.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.toolbar ul li.cur .icon-toolbar-mine,
.toolbar ul li:active .icon-toolbar-mine {
    background: url(../images/icon-toolbar-mine_h.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-toolbar-search,
.icon-toolbar-recommended,
.icon-toolbar-mine,
.icon-toolbar-connect,
.icon-toolbar-collect {
    width: 2.0rem;
    height: 2.0rem;
    /* width: 28px;
    height: 28px; */
    display: inline-block;
}
.icon-toolbar-search {
    background: url(../images/icon-toolbar-search_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.icon-toolbar-recommended {
	position:relative;
    background: url(../images/icon-toolbar-recommended_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}

.icon-toolbar-mine {
    background: url(../images/icon-toolbar-mine_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}

.icon-toolbar-connect {
	position:relative;
    background: url(../images/icon-toolbar-connect_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}

.icon-toolbar-collect {
	position:relative;
    background: url(../images/icon-toolbar-collect_n.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}

.icon-toolbar-mine_b {
    position:absolute;
    top:0rem;
    left:1.2rem;
    height:1.0rem;
    line-height: 1.0rem;
    color:#fff;
    border-radius: .5rem;
    background: #FF3D3E ;
    text-align: center;
    font-size:0.8rem;
}
.icon-toolbar-mine_b b {
    margin:0 0.25rem;
}

.bottom-operation {
    width: 100%;
    height: 3.333rem;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
}
.btn-blue-percent {
    width:100%;
    height: 3.333rem;
    background: #2882d8;
    font-size: 1.167rem;
    color: #fff;
    font-family: myFirstFont;
}
.btn-blue-percent:active {
    background: #1e5cb3;
}
.btn-overdue,
.btn-savereturn,
.btn-submit {
    width: 33.333%;
    height: 3.333rem;
    line-height: 3.333rem;
    font-size: 1.167rem;
    font-family: myFirstFont;
}
.btn-overdue {
    color: #999;
    background: #ddd;
}
.btn-savereturn {
    color: #333;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}
.btn-submit {
    color: #fff;
    background: #2882d8;
}
.btn-cancer {
    width:50%;
    height: 3.333rem;
    color: #333;
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 1.167rem;
    font-family: myFirstFont;
}
.btn-complete {
    width:50%;
    height: 3.333rem;
    background: #2882d8;
    font-size: 1.167rem;
    color: #fff;
    font-family: myFirstFont;
}
.mindex_course_msg{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* height: 40px; */
    /* line-height: 40px; */
    padding: 0 0.857rem;
    background: #eee;
    /* top: 7.4rem!important; */
    padding: 10px 0.857rem;
    color: #333;
}

.mindex_course_msg span{
	padding-right: 10px;
	font-weight: bold;
	width: 5.714rem;
}

.notice-box{
      display: flex;
      align-items: center;
  }
  .notice-content {
      position: relative;
      width: calc(100% - 48px);
      height: 30px;
      line-height: 30px;
      white-space: nowrap;
      overflow: hidden;
      margin:0 auto;
  }
  .notice-text {
      color: #333;
      font-size: 14px;
      position: absolute;
  }

@media screen and (min-width:320px) {
    html { font-size:75%;}
}
@media screen and (min-width:360px) {
    html { font-size:85%;}
}
@media screen and (min-width:375px) {
    html { font-size:87.5%;}
}
@media screen and (min-width:414px) {
    html { font-size:96%;}
}
@media screen and (min-width:480px) {
    html { font-size:110.5%;}
}
@media screen and (min-width:568px) {
    html { font-size:129%;}

}
@media screen and (min-width:639px) {
    html { font-size:150%;}
}