/*
<!--border-radius: 4px;

* 请尊重原创，未经允许请勿转载。
* 在保留版权的前提下可应用于个人或商业用途

-->
*/


/*fix-bottom*/
.ts-bottom-fix {font-family:'Microsoft YaHei';
  	position: fixed;
	top: 0;
	width: 100%;
background-color: rgba(0,0,0 ,0.2);
	z-index: 9999;
}


.ts-bottom-fix {min-width: 310px; max-width: 650px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ts-bottom-fix .ts-inner-wrap {font-size:16px;height:4em;width:100%;margin:0 auto;}
.ts-bottom-fix ul {position:relative;height:100%;}
.ts-bottom-fix ul li {float:left;text-align:center;font-size:1.125em;width:20%;height:100%;}
.ts-bottom-fix ul li a {display:block;width:100%;height:100%; }
.ts-bottom-fix ul li i {display:block;}
.ts-bottom-fix ul li.normal {margin:0em auto;width:20%;}
.ts-bottom-fix ul li.normal i {width:2em;height:1.5em;margin:0.5em auto 0.2em;position:relative;font-style:normal;}
.ts-bottom-fix ul li.normal i b {display:block;width:1em;height:1em;text-align:center;line-height:1em;font-weight:normal;color:#fff;font-size:0.8em;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;position:absolute;top:-0.2em;right:-0.3em;}


.ts-bottom-fix ul li.normal span {text-shadow:#000 0px 1px 2px;color:#fff;line-height:3.5em;}
.ts-bottom-fix ul li.normal a.cur span,.ts-bottom-fix ul li.normal a:hover span {color:#000;text-shadow:#666 0px 1px 2px;}

.ts-bottom-fix ul li.normal:hover {background-color: rgba(245,245,220 ,0.4);}

.php-asp em:before {
    background-image:url(../img/php-asp-net.png);
     background-size: 70px;
    content: " ";
    width: 70px;
    position: absolute;
    top: 50%;
    height: 40px;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);  
}

.clearfix {
}


.love-btn{margin-right: 12px; margin-left: 1px;
position: relative;
    text-align: right;
    color: #828282;
    font-size: 1.1rem;
}
.love-btn1{margin-right: 12px; margin-left: 1px;
position: relative;
    text-align: right;

    color: #fff;
    font-size: 1.1rem;
}
/*
<!--
position: relative;
    text-align: right;
    background: #3faef4;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.6rem 0.9rem;
    border-radius: 15px;
-->
*/

.card-body {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.php-asp-line1 {
    width: 100%;
    height: 10px;
  background: #fff;
    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: 2px;
    position: relative;
}

.aui-flex-box {
  
     -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
 
}


/* 必要布局样式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;
    margin-top: 0;
    padding-bottom: 50px;
}
*/
.aui-navBar {
    height: 54px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
}


.aui-navBar-item {
    height: 54px;
    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;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");

}


.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 5px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color:#fbc4b8;
    border:1px solid #fff;
    /*background-color: rgba(255,255,255,0.4);*/
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #ffffff;
    border-radius: 10px;
}



.aui-palace-grid {
    position: relative;
    float: left;
    padding: 15px 0;
    width: 25%;
    box-sizing: border-box;
}

.aui-palace-grid-icon {
    margin: 0 auto;
}

.aui-palace-grid-icon img {box-shadow: 0 2px 5px rgba(105,105,105, .5);
    display: block;
    width: 100%;
    height: 100%;
    border: none;border-radius: 10px;
    /* border-radius: 5px; */
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.1rem;
}

.aui-palace-grid-text h2 {
    font-size: 1.2rem; font-weight: bold;
}

.php-asp-net {
    position: relative;
    text-align: right;
   font-weight: bold;
   
   
}

.aui-loan-img {
    margin-right: 15px;
}

.aui-loan-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 20px;box-shadow: 0 5px 15px rgba(178,34,34, .7);
}

.aui-flex-box h2 {
}

.aui-flex-box h2 em {

}


.aui-flex-box p {

   
}

.aui-flex-fr {border: 2px solid #FFAEB9;
    position: relative;
    text-align: right;
    background: #FFF7F7;
    color: #FF82AB;
    border-radius: 25px;
}

.aui-loan-action a:hover
{background: #FFF8DC;
  /*  box-shadow: 0px 10px 11px 0px rgba(0, 0, 70, 0.29);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
/*

    
*/

.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-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: #ffffff;
}

.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: #9c9c9c;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #ff552e;
}


.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}

.footer {
    
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    
}

.footer p {
    margin: 10px auto;
}


.footer a:hover {
    color: #ff7f00;
}


#ph{z-index: 52;}
#p- {z-index:666;}
#asp {z-index: 54;}
#.net {z-index: 08;}

/*大*key375457086*/
@media screen and (min-width: 769px) {
    
    .aui-palace-grid-icon {width: 90px;height: 90px;}
    
    .aui-loan-img {width: 100px;height: 100px;}
    .aui-flex-fr {
    font-size: 1.2rem;
    padding: 0.6rem 1.6rem;}
    
    .php-asp{font-size: 1.8rem;}/*APP类名称*/
    .aui-flex-box h2 {}/*APP名称*/
    .php-asp-gif{ background: url("/img/php-asp-net.gif") no-repeat right top;
/*background-size: 57px;*/}
    
}

/*小*/
@media screen and (max-width: 768px) {
    .aui-palace-grid-icon {width: 60px;height: 60px;}
    .aui-loan-img {width: 80px;height: 80px;}
    .aui-flex-fr {
    font-size: 1.0rem;
    padding: 0.4rem 1.3rem;}
    
    .php-asp{font-size: 1.5rem;} 
    .aui-flex-box h2 {}/*APP名称*/
    .php-asp-gif{background: url("/img/php-asp-net.gif") no-repeat right top;
         background-size: 110px;}
    }
    
    
}



@media screen and (max-width: 767px) {
    .board .board-notice {
        font-size: 14px;
    }
}
.ph{font-size: 37rem;}
.p- {font-size: 54rem;}
.asp {font-size: 57rem;}
.net {font-size: 086rem;}
.i{width: 171px;}
.c {width: 105px;}
.p {width: 93px;}
#ph{z-index: 52;}
#p- {z-index:666;}
#asp {z-index: 54;}
#.net {z-index: 08;}

.panel {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px #ddd;
    border-radius: 2px;
}

.panel .panel-heading {
    color: #666;
    font-size: 16px;
    font-weight: 900;
    padding: 12px;
    border-left: 3px solid #000;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    .panel .panel-heading {
        font-size: 14px;
        padding: 8px;
    }
}

.panel .panel-heading .more {
    float: right;
    font-size: 14px;
    line-height: 21px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .panel .panel-heading .more {
        font-size: 13px;
    }
}

.panel .panel-body {
    padding: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .panel .panel-body {
        padding: 5px;
    }
}

.panel .panel-body .content {
    font-size: 14px;
    line-height: 22px;
    padding: 8px;
}

@media screen and (max-width: 767px) {
    .panel .panel-body .content {
        font-size: 13px;
    }
}

.panel .panel-body .content p {
    margin: 5px auto;
}

.card {
    background: #fff;
    padding: 12px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


