

.search .cancel.show {
    width: 4rem
}

.search .cancel.show:before {
    content: '取消'
}

.search.fixed {
    background-color: #EBEBEB;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 2;
    padding: 0.5rem 5rem 0.5rem 1.6rem
}

.search.fixed .search-input {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}



.search-result {
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #666;
    background-color: #fff
}

.search-result .search-result-txt {
    font-size: 1.2rem;
    color: #333;
    padding: 0.7rem 1.6rem 0 1.6rem
}


.main {
    font-size: 1.2rem;
    background-color: #EBEBEB
}

.banner .swiper-container-horizontal > .swiper-pagination {
    bottom: 0.5rem;
    text-align: right
}

.banner .swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper-container {
    height: 31.25%;
    max-height:400px;
    min-height: 100px;
    overflow: hidden
}

.banner .swiper-container .swiper-wrapper {
    height: 100%
}

.banner .swiper-container .swiper-slide {
    height: 100%
}

.banner .swiper-container a {
    display: block;
    overflow: hidden
}

.banner .swiper-container img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.link {
    padding-bottom: 1px
}

.link a {
    display: block
}

.link .link-cate {
    background-color: #fff;
    padding-bottom: 1.2rem;
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 0.7rem
}

.link .link-cate .cate1 {
    background-image: url(../img/home_i1.png)
}

.link .link-cate .cate2 {
    background-image: url(../img/home_i2.png)
}

.link .link-cate .cate3 {
    background-image: url(../img/home_i3.png)
}

.link .link-cate .cate4 {
    background-image: url(../img/home_i4.png)
}


.link .link-cate .cate {
    display: block;
    width: 25%;
    float: left;
    padding: 5.6rem 0 0 0;
    background-position: 50% 1rem;
    background-repeat: no-repeat;
    background-size: auto 4rem;
    color: #666666;
    font-size: 1.1rem;
    text-align: center
}

.link .link-cate:after {
    content: '';
    display: table;
    height: 0;
    clear: both
}



html.flex-layout, html.flex-layout body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.flex {
    width: 100%;
    height: 100%;
    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
}

.flex .header {
    box-sizing: border-box
}

.flex .body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}


.loading-after {
    position: relative
}

.loading-after:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
    -webkit-animation: spin 1s steps(8) infinite;
    animation: spin 1s steps(8) infinite;
    margin: 2rem auto
}

.loading {
    position: relative
}

.loading:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
    -webkit-animation: spin 1s steps(8) infinite;
    animation: spin 1s steps(8) infinite;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



/* 弹性盒子*/
.l-flexs,   .l-f  {display:flex;}
.l-flex-v, .l-fv {display:flex; flex-flow:column;}
.l-flex-t, .l-ft {display:flex; align-items:flex-start;}
.l-flex-b, .l-fb {display:flex; align-items:flex-end;}
.l-flex-c, .l-fc {display:flex; align-items:center;}
.l-flex-s, .l-fs {display:flex; align-items:stretch;}
.l-flex-1, .l-f1 {flex:1;}
.l-flex-2, .l-f2 {flex:2;}
.l-flex-3, .l-f3 {flex:3;}
.l-flex-4, .l-f4 {flex:4;}
.l-flex-5, .l-f5 {flex:5;}
.l-flex-6, .l-f6 {flex:6;}
.l-flex-7, .l-f7 {flex:7;}
.l-flex-8, .l-f8 {flex:8;}
.l-flex-9, .l-f9 {flex:9;}
.l-width-max  {width:100%;}
.l-height-max {height:100%;}


@media screen and (min-width: 601px) { 
    html.flex-layout body {margin: 0 auto;width: 720px;} 
}

/*个人中心首页导航*/
.shy_fuw_js {
    padding: 10px 15px;
    background: #fff;
}
.shy_fuw_js ul {
    overflow: hidden;
}
.shy_fuw_js ul li {
    position: relative;
    float: left;
    width: 49%;
    height: 85px;
    margin-bottom: .15rem;
}
.shy_fuw_js ul li:nth-child(2n){ 
	float: right;
}
.shy_fuw_js ul li a {
    font-size: 14px;
}
.shy_fuw_js ul li .text {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
    line-height: 18px;
}
.shy_fuw_js ul li .text h2 {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 16px;
}
.shy_fuw_js ul li .text p {
    font-size: 13px;
    color: #b3b3b3;
}
.shy_fuw_js ul li img {
    width: 100%;
    display: block;
}

/**首页 文章版块样式**/
.courseBox{ padding:0 15px; overflow:hidden; background:#fff}
.courseBox .titbox{ display:flex; height:50px; overflow:hidden}
.courseBox .titbox img{ display:block; height:20px; margin:15px 0;}
.courseBox .titbox p{ flex:1; height:50px; line-height:50px; font-size:15px; padding-left:5px; color:#000; letter-spacing:1px}

.courseBox ul.ul_1{ overflow:hidden; border-bottom:1px solid #eee; padding-bottom:15px}
.courseBox ul.ul_1 li{ float:left; width:32%;padding:0 3px 5px}
.courseBox ul.ul_1 li img{ display:block; width:100px;height:70px;}
.courseBox ul.ul_1 li .tit{ font-size:14px; line-height:25px;height: 50px;}
.courseBox ul.ul_1 .price{ color:#F34B06; height:24px;line-height:24px; font-size:16px}
.courseBox ul.ul_1 .price span{ float:left; font-size:12px; color:#bbb; }


.courseBox ul.ul_2{overflow:hidden;  padding-bottom:15px}
.courseBox ul.ul_2 li{ overflow:hidden;border-bottom:1px solid #eee; padding:10px 0}
.courseBox ul.ul_2 li:first-child{ padding-top:0}
.courseBox ul.ul_2 li:last-child{ border-bottom:none}
.courseBox ul.ul_2 li .L{ float:left; width:100px; height:100px; margin-right:15px}
.courseBox ul.ul_2 li .L img{ display:block; width:100px; height:100px;}
.courseBox ul.ul_2 li .R{ flex:1}
.courseBox ul.ul_2 li .R .tit{ font-size:14px; padding-top:10px;}
.courseBox ul.ul_2 li .R .sub{ color:#bbb;}
.courseBox ul.ul_2 li .R .pri{float: right;padding-top: 20px;font-size: 13px; color:#bbb}
.courseBox ul.ul_2 li .R .pri a{ display:block; float:right; width:100px; height:26px; background:#0E4ACD; color:#fff; text-align:center; line-height:26px; font-size:12px; border-radius:15px; letter-spacing:1px}
