
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}


.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:10px 12px;
    position: relative;
	border-bottom: 1px dotted #e8e8e8;
}

.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%;
    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 { text-align:center;
    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;
    margin-top: 0;
    padding-top: 0;
}

.aui-navBar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background: none;
    text-align: justify;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    height: 44px;
}


.aui-navBar-item {
    height:30px; background: #09F;border-radius:5px; text-align:center; line-height:30px; margin-left:10px; color:#FFF;
    min-width: 25%;
   
}

.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: #fff;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return{
    background-image:url('');


}

.icon-search{
    background-image:url('');

}

.aui-head-bg{
    
    background-size: cover;
    height: 160px;
}

.aui-navBar.aui-flex {
    background: #fff;
    padding: 0;
}

.aui-navBar.aui-flex .icon-return{
    background-image:url('');

}


.aui-navBar.aui-flex  .aui-center-title{
    color:#333;
}

.aui-navBar.aui-flex .icon-search{
    background-image:url('');

}

.aui-navBar.aui-flex: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-head-title{
    padding-top:44px;
    padding-bottom: 0;
    padding-left: 0;
}

.aui-head-degrees{
    font-size:35px;
    font-weight:normal;
    padding-left:15px;
    color:#fff;
    font-style:normal;
}

.aui-head-info{
    font-size: 0.75rem;
    color:#fff;
    font-style:normal;

}
.aui-head-ambient{
    background:#36bc99;
    font-style:normal;
    color:#fff;
    font-size:0.8rem;
    padding:2px 5px;
    margin-left: 5px;
}

.aui-resume-white {
    background-color: #fff;
    border-radius: 3px;
    margin: 15px;
    box-shadow: 0 3px 3px #efefef;
}
.aui-resume-w {
    box-shadow: 0 3px 3px #efefef;
}


.aui-palace { line-height:32px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}

.aui-p{ line-height:32px;
    position: relative;
    overflow: hidden;
}

.aui-palace-g {
    position: relative;
    float: left;
    padding: 12px 1px 12px 1px;
    width:20%;
    box-sizing: border-box;
}
.aui-palace-g-icon {
    width:55px;
    /* height: 32px; */
    margin: 0 auto;
    text-align: center;
}

.aui-palace-g-icon img {
    width: 80%;
    height: 80%;
    border: none;
}

.aui-palace-g-text {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aui-palace-g-text h2 {
    font-size: 0.7rem;
    font-weight: normal;
    color: #3e3e3e;
}



.aui-palace-grid {
    position: relative;
    float: left;
    padding: 12px 1px 12px 1px;
    width: 25%;
    box-sizing: border-box;
}

.aui-palace-grid-icon {
    width:55px;
    /* height: 32px; */
    margin: 0 auto;
    text-align: center;
}

.aui-palace-grid-icon img {
    display: block;border-radius:8px;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #3e3e3e;
}

.aui-flex-clear{
    padding:10px;

}

.aui-flex-clear .aui-flex-box{
    color:#999;
    font-size:0.7rem;
}

.aui-flex-clear em{
    font-size:0.7rem;
    color:#0081ec;
    border:1px solid #a3d5fb;
    border-radius:2px;
    padding:2px 5px;
    font-style:normal;
    background:#f7fcff;
    margin-right:10px;
}

.aui-flex-fr-aro{
    position:relative;
}

.aui-flex-fr-aro:after{
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #666;
    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-head-tl-box{
    padding-top:90px;
}
.aui-flex-box h2{ text-align:center;
    position:relative; color:#F00;
    font-size:1.4rem;
    padding-left: 10px;
}

.aui-flex-box h2:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    background-image:url("");
    background-size: cover;
    width: 4px;
    height: 18px;
    background-repeat: no-repeat;
}

.aui-ad-box img{
    width:100%;
    height:auto;
    display:block;
    border:none;
}

.aui-flex-icon-img{
    width:35px;
    height:35px;
    margin-right:5px;
}

.aui-flex-icon-img img{
    width:100%;
    height:auto;
    display:block;
    border:none;
}

.aui-flex-box h4{
    color: #000;
    font-size:0.8rem; line-height:1.8rem;
    font-weight: bold;
}

.aui-flex-box{
    font-size:0.8rem;
    color:#999;
}

.aui-list-box{ padding:15px;
    position:relative;
    overflow:hidden;
}

.aui-list-box h2{font-size:1.2rem; text-align:center; padding-bottom:20px; border-bottom: 1px solid #eee; margin-bottom:20px;}
.aui-list-box .time{font-size:0.8rem; text-align:center;margin-bottom:20px;}
.aui-list-box p{font-size:0.8rem; line-height:1.6rem;}
.aui-list-box .aui-flex{
    width:50%;
    float:left;
}
.aui-list-box img{

 
  height: auto!important; 

}
.aui-flex-iphone {
    width: 100px;
    height: 73px;
    margin-right: 10px;
}
.aui-flex-iphone1 {
    width: 80px;
    height:50px;
    margin-right: 10px;
}

.aui-flex-iphone img {
    width: 100%;
    height: 73px;
    border: none;
    display: block;
}
.aui-flex-box1 h2{ color:#F00}
.aui-flex-iphone1 img {
    width: 100%; border-radius:10px;
    height: auto;
    border: none;
    display: block;
}
.aui-flex-box1 h3{ text-align:left;
    font-size: 0.8rem; line-height:43px;
    color:#333;
    height: 43px;
    overflow: hidden;
}

.aui-flex-box h3{ text-align:left;
    font-size: 0.9rem;
    color:#333;
    height: 43px;
    overflow: hidden;
}

.aui-news-box .aui-flex-box  p{text-align:left;
    padding-top:2px;
	height:36px;
}

.aui-flex-search{
    background:#efefef;
    width:100%;
    height:32px;
    line-height:32px;
    position:relative;
}

.aui-flex-search input{
    background:none;
    border:none;
    font-size:0.7rem;
    padding-left:30px;
}

.icon-search-to{
    background-image:url('');
    position:absolute;
    top:7px;
    left:10px;
}

.aui-flex-f {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
}

.aui-flex-f a {
    color: #2f2f2f;
    font-size: 0.7rem;
    border-radius: 2px;
    width:47%;
    padding: 10px 0;
    display: block;
    float: left;
    /* border: 1px solid #d7d7d7; */
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    background: #ececec;
}



.aui-flex-interest {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
}

.aui-flex-interest a {
    color: #2f2f2f; height:75px; line-height:75px;
    font-size: 0.9rem;
    border-radius: 2px;
    width: 30%;
    padding: 10px 0;
    display: block;
    float: left;
     border: 1px solid #d7d7d7; 
	margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
   
}
.aui-flex-interest a:nth-of-type(1) {background: url(../images/org_1.jpg)no-repeat; background-size: 100% 100%;}
.aui-flex-interest a:nth-of-type(2) {background: url(../images/org_2.jpg)no-repeat; background-size: 100% 100%;}
.aui-flex-interest a:nth-of-type(3) {background: url(../images/org_3.jpg)no-repeat; background-size: 100% 100%;}
.aui-flex-interest a:nth-of-type(4) {background: url(../images/org_6.png)no-repeat; background-size: 100% 100%;}
.aui-flex-interest a:nth-of-type(5) {background: url(../images/org_5.png)no-repeat; background-size: 100% 100%;}

.shouye_Bt {
    padding: .2rem;
    position: relative; border-bottom: 1px solid #e8e8e8;
}
.shouye_Bt h2 {
    font-size: 1.0rem;
}

.aui-so-content-text {
    font-size: 0.7rem;
    color: #999;
    padding-left: 20px;
}

.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: 80%;
    margin-left: 14%;
}

.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: 23px;
    height: 23px;
    display: block;
    border: none;
    float: left;
    background-size: 23px;
    background-repeat: no-repeat;
}


.icon-search{
    position:absolute;
    top:6px;
    left:6px;
    background-image:url('../images/sosuo.png');
}
.aui-search-box {
    background: #f4f4f4;
    border-radius: 22px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 32px;
}

.aui-search-box input {
    width: 90%;
    background: none;
    border: none;
    font-size: 0.85rem;
    text-align: left;
    height: 32px;
    border-radius: 3px;
    padding: 0.55rem 0 0.55rem 1.8rem;
}
.aui-pay-com{
    width:88%;
    margin:0 auto;
}

.aui-pay-com button{
    background-color: #ffb44a;
    background: -webkit-linear-gradient(to right,#ffd789, #ffb44a);
    background: -o-linear-gradient(to right,#ffd789, #ffb44a);
    background: -moz-linear-gradient(to right,#ffd789, #ffb44a);
    background: linear-gradient(to right,#ffd789, #ffb44a);
    color:white;
    border:none;
    width:100%;
    padding:8px 0;
    border-radius:50px;
    font-size:18px; margin:12px 0;
}
.aui-pay-com button a{ color:#000; font-weight:bold;}