@font-face{
    font-family:digfont;
    src:url('../font/dig.ttf');
}
.renhe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.renhe-main {
    position: relative;
    height: 100%;
    /*padding-top: 74px;*/
    background: #e6e7ea;
}
.renhe-content {
    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;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.renhe-content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.renhe-content-footer {

}

.renhe-container-pc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1214px;
    width: 1214px !important; max-width: none;
}

.renhe-container-m{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}


.renhe-border{
    border: solid 1px #DEDEDE;
}
.renhe-border-grey{
    border: solid 1px #e8e8e8;
}
.renhe-border-top-no{
    border: solid 1px #e8e8e8;
    border-top: none;
}
.renhe-border-left{
    border-left: solid 1px #eeeeee;
}
.renhe-border-top-none{
    border-top: none;
}
.renhe-border-orange{
    border:solid 1px #ff9c00;
}
.renhe-border-green{
    border:solid 1px #0aba08;
}
.renhe-border-darkgreen{
    border: solid 1px #439043;
}
.renhe-border-bottom-none{
    border-bottom: none;
}
.renhe-border-light{
    border: solid 1px #EEEEEE;
}
.renhe-border-right{
    border-right: solid 1px #EEEEEE;
}
.renhe-border-table-light{
    border-top: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
}
.renhe-border-bottom-1{
    border-bottom: solid 1px #eeeeee;
}
/*圆角*/
.renhe-border-radius-sm{
    border-radius: 3px;
}
.renhe-border-radius{
    border-radius: 5px;
}
.renhe-border-radius-left{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.renhe-border-radius-top{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.renhe-border-radius-bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.renhe-border-radius-top-lg{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.renhe-border-radius-top-left{
    border-top-left-radius: 5px;
}
.renhe-border-radius-top-right{
    border-top-right-radius: 5px;
}
.renhe-border-radius-top-left-lg{
    border-top-left-radius: 10px;
}
.renhe-border-radius-bottom-lg{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.renhe-border-radius-lg{
    border-radius: 10px;
}
.renhe-border-radius-left-lg{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.renhe-border-radius-right-lg{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.renhe-border-width-2{
    border-width: 2px;
}
.renhe-border-round{
    border-radius: 50%;
}
.renhe-border-none{
    border: none;
}

.renhe-border-effect{
    border: solid 5px transparent;
}

/*.renhe-border-effect:hover{
    box-sizing: border-box;
    border: solid 5px #DDDDDD;
}*/


.renhe-text-white{
    color: #ffffff;
}
.renhe-text-primary{
    color: #e60012;
}
.renhe-text-primary-light{
    color: #ffe1d1;
}
.renhe-text-default{
    color: #666666;
}
.renhe-text-default-light{
    color: #777777;
}
.renhe-text-dark{
    color: #333333;
}
.renhe-text-light{
    color: #999999;
}
.renhe-text-light-secondary{
    color: #9fa3b0;
}
.renhe-text-yellow-super{
    color: #ffff00;
}
.renhe-text-green-super{
    color: #00ff00;
}
.renhe-text-orange{
    color: #F37B1D;
}
.renhe-text-green{
    color: #0aba08;
}
.renhe-text-blue{
    color: #00bef1;
}
.renhe-text-red{
    color: #f86161;
}
.renhe-text-yellow{
    color: #f2c92b;
}
.renhe-text-purple{
    color: #da69ce;
}
.renhe-text-darkgreen{
    color: #439043;
}
.renhe-text-weixin{
    color: #46c11b;
}
.renhe-text-grey{
    color: #61687c;
}

.renhe-font-dig{
    font-family: "digfont";
}
.renhe-font-size-10{
    font-size: 10px;
}
.renhe-font-size-12{
    font-size: 12px;
}
.renhe-font-size-15{
    font-size: 15px;
}
.renhe-font-size-17{
    font-size: 17px;
}
.renhe-font-size-18{
    font-size: 18px;
}

.renhe-font-size-20{
    font-size: 20px;
}
.renhe-font-size-22{
    font-size: 22px;
}
.renhe-font-size-24{
    font-size: 24px;
}
.renhe-font-size-25{
    font-size: 25px;
}
.renhe-font-size-28{
    font-size: 28px;
}
.renhe-font-size-32{
    font-size: 32px;
}
.renhe-para{
    text-indent: 2em;
}
/*图标大小*/
.renhe-icon-size-18{
    width: 18px;
    height: 18px;
    object-fit: cover;
}
.renhe-icon-size-20{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.renhe-icon-size-24{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.renhe-icon-size-32{
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.renhe-icon-size-38{
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.renhe-icon-size-50{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.renhe-icon-size-60{
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.renhe-icon-size-65{
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.renhe-icon-size-75{
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.renhe-icon-size-85{
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.renhe-icon-size-100{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.renhe-icon-size-125{
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.renhe-icon-size-150{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
/*背景颜色*/
.renhe-bg-green{
    background-color: #0aba08;
}
.renhe-bg-blue{
    background-color: #00bef1;
}
.renhe-bg-red{
    background-color: #f86161;
}
.renhe-bg-orange{
    background-color: #F37B1D;
}
.renhe-bg-white{
    background-color: #ffffff;
}
.renhe-bg-yellow{
    background-color: #f2c92b;
}
.renhe-bg-purple{
    background-color: #da69ce;
}
/*网站背景色*/
.renhe-bg-primary{
    background-color: #e60012;
}
.renhe-bg-primary-light{
    background-color: #ffe1d1;
}
.renhe-bg-primary-dark{
    background-color: #f66000;
}
.renhe-bg-secondary{
    background-color: #f39800;
}
.renhe-bg-weixin{
    background-color: #46c11b;
}
.renhe-bg-grey{
    background-color: #dddddd;
}
.renhe-bg-grey-dark{
    background-color: #eeeeee;
}
.renhe-bg-grey-light{
    background-color: #cccccc;
}
.renhe-bg-dark{
	background-color: #333333;
}
/*深黑蓝*/
.renhe-bg-darkblackblue{
    background-color: #313246;
}

/*============边框颜色===========*/
.renhe-border-red{
    border: solid 1px #f86161;
}
.renhe-border-purple{
    border: solid 1px #da69ce;
}
.renhe-bg-black{
    background: #000000;
}
.renhe-bg-copyright{
    background: #232830;
}
.renhe-bg-black-alpha{
    background-color: rgba(0,0,0,0.3);
}
.renhe-bg-black-alpha-lg{
    background-color: rgba(0,0,0,0.7);
}
.renhe-bg-white-alpha{
    background-color: rgba(255,255,255,0.2);
}
.renhe-bg-white-alpha-lg{
    background-color: rgba(255,255,255,0.7);
}
.renhe-shadow{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.renhe-shadow-lg{
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.am-container-login {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 960px;
    width: 960px !important; max-width: none;
}


/*手机导航阴影*/
.renhe-shadow-nav {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    /*-moz-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);*/
}

/*禁止文本选中*/
.renhe-text-unselect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

/*默认箭头光标*/
.renhe-cursor-default{
    cursor:default;
}
.renhe-cursor-pointer{
    cursor:pointer;
}

.renhe-img-width{
    width: 100%;
    object-fit: cover;
}

.renhe-img-cover{
    object-fit: cover;
}

.renhe-img-gray {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*横排公司logo*/
.renhe-img-height-logo-h{
    height: 60px;
    width: auto;
}

.renhe-triangle-topright {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #f66000 transparent transparent;
}

/*后台面包屑导航间距*/
.renhe-padding-breadcrumb{
    padding: 14px;
}
.renhe-padding-10{
    padding: 10px;
}
.renhe-padding-7{
    padding: 7px;
}
.renhe-padding-4{
    padding: 4px;
}
.renhe-padding-3{
    padding: 3px;
}
.renhe-padding-15{
    padding: 15px;
}
.renhe-padding-horizontal-20{
    padding-left:20px;
    padding-right:20px;
}
.renhe-padding-top-4{
    padding-top: 4px;
}
.renhe-padding-top-5{
    padding-top: 5px;
}
.renhe-padding-top-9{
    padding-top: 9px;
}
.renhe-padding-top-10{
    padding-top: 10px;
}
.renhe-padding-top-15{
    padding-top: 15px;
}
.renhe-padding-top-20{
    padding-top: 20px;
}
.renhe-padding-top-74{
    padding-top: 74px;
}
.renhe-padding-bottom-10{
    padding-bottom: 10px;
}
.renhe-padding-bottom-15{
    padding-bottom: 15px;
}
.renhe-padding-bottom-20{
    padding-bottom: 20px;
}
.renhe-padding-2{
    padding: 2px;
}
.renhe-padding-1{
    padding: 1px;
}
.renhe-padding-horizontal-4{
    padding-left: 4px;
    padding-right: 4px;
}
.renhe-padding-horizontal-6{
    padding-left: 6px;
    padding-right: 6px;
}
.renhe-padding-horizontal-10{
    padding-left: 10px;
    padding-right: 10px;
}
.renhe-margin-5{
    margin: 5px;
}
.renhe-margin-left--5{
    margin-left: -5px;
}
.renhe-margin-top--5{
    margin-top: -5px;
}
.renhe-margin-top--10{
    margin-top: -10px;
}
.renhe-margin-top--60{
    margin-top: -62px;
}
.renhe-margin-top-10{
    margin-top: 10px;
}
.renhe-margin-top-15{
    margin-top: 15px;
}
.renhe-margin-top-9{
    margin-top: 9px;
}
.renhe-margin-top-8{
    margin-top: 8px;
}
.renhe-margin-top-7{
    margin-top: 7px;
}
.renhe-margin-top-5{
    margin-top: 5px;
}
.renhe-margin-top-3{
    margin-top: 3px;
}
.renhe-margin-top--3{
    margin-top: -3px;
}
.renhe-border-transparent{
    border: solid 1px transparent;
}

/*加粗*/
.renhe-weight-bold{
    font-weight: bold;
}
.renhe-weight-normal{
    font-weight: normal;
}

/*行高*/
.renhe-line-height-sm{
    line-height: 1rem;
}
/*行高*/
.renhe-line-height{
    line-height: 2.3rem;
}
/*行高*/
.renhe-line-height-lg{
    line-height: 3rem;
}

/*行内样式*/
.renhe-inline{
    display:inline;
}

/*顶部导航条高度*/
.renhe-height-topbar{
    height: 65px;
}
/*高度*/
.renhe-height-banner{
    height: 5px;
}
/*高度*/
.renhe-height-4{
    height: 4px;
}
.renhe-height-logo{
    height: 55px;
}
/*顶部导航条高度 电脑版*/
.renhe-height-nav{
    height: 65px;
}
.renhe-height-32{
    height: 32px;
}
.renhe-height-30{
    height: 30px;
}
.renhe-height-35{
    height: 35px;
}
.renhe-height-40{
    height: 40px;
}
.renhe-height-50{
    height: 50px;
}
.renhe-height-60{
    height: 60px;
}
.renhe-height-70{
    height: 70px;
}
.renhe-height-75{
    height: 75px;
}
.renhe-height-74{
    height: 74px;
}
.renhe-height-80{
    height: 80px;
}
.renhe-height-150{
    height: 150px;
}
.renhe-height-200{
    height: 200px;
}
.renhe-height-220{
    height: 220px;
}
.renhe-height-250{
    height: 250px;
}
.renhe-height-180{
    height: 180px;
}
.renhe-height-100{
    height: 100px;
}
.renhe-height-107{
    height: 107px;
}
.renhe-height-115{
    height: 115px;
}
.renhe-height-120{
    height: 120px;
}
.renhe-height-130{
    height: 130px;
}
.renhe-height-140{
    height: 140px;
}
.renhe-height-350{
    height: 350px;
}
.renhe-height-360{
    height: 360px;
}
.renhe-height-450{
    height: 450px;
}
.renhe-height-450{
    height: 450px;
}
.renhe-height-475{
    height: 476px;
}

.renhe-bg-side-left{
    background-color: #cccedc;
}
.renhe-width-side-left{
    width: 200px;
}
.renhe-width-75{
    width: 75px;
}
.renhe-width-100{
    width: 100px;
}
.renhe-width-120{
    width: 120px;
}
.renhe-width-150{
    width: 150px;
}
.renhe-width-200{
    width: 200px;
}
.renhe-width-300{
    width: 300px;
}
.renhe-width-310{
    width: 310px;
}
.renhe-width-400{
    width: 400px;
}
.renhe-width-800{
    width: 800px;
}
.renhe-width{
    width: 100%;
}
.renhe-width-max{
    max-width: 100%;
}
.renhe-para{
    text-indent: 2em;
}

/*行数*/
.renhe-line-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.75em;
    -webkit-line-clamp: 1;
    max-height: 1.75em;
    height: 1.75em;
}
/*描述占据2行*/
.renhe-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.75em;
    -webkit-line-clamp: 2;
    max-height: 3.5em;
    height: 3.5em;
}

/*描述占据3行*/
.renhe-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2em;
    -webkit-line-clamp: 3;
    max-height: 6em;
    height: 6em;
}

/*描述占据4行*/
.renhe-line-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2em;
    -webkit-line-clamp: 4;
    max-height: 8em;
    height:8em;
}

/*描述占据5行*/
.renhe-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 5;
    max-height: 7.5em;
    height:7.5em;
}

/*描述占据6行*/
.renhe-line-6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    -webkit-line-clamp: 6;
    max-height: 10.8em;
    height:10.8em;
}

/*动画延迟*/
.renhe-animation-duration-10{
    animation-duration:10s;
}

.renhe-avatar-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
}

.renhe-wordwrap{
    word-wrap:break-word;
}

.am-animation-delay-10 {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.renhe-login-panel{
    padding-top: 1%;
}

.renhe-layout-bottom{
    postion:absolute;
    botton:0px;
}



/*菜单导航*/
./*renhe-nav{
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.renhe-nav li{
    display: inline;
    height: 70px;
    padding: 0 2px;
}

.renhe-nav li a{
    display: inline-block;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    font-size: 16px;
}

.renhe-nav li a:hover,
.renhe-nav li a:focus{
    background: #ffffff;
    color: #000;
}

.renhe-nav .renhe-active a{
    background: #ffffff;
    color: #000;
}*/

.renhe-panel{
    background-color: #fff;
    border: solid 0px #EEEEEE;
    padding: 10px;
    position: relative;
}
/*装饰图标*/
.renhe-flag
{
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 15px;
    background: #46c11b;
    border-radius: 5px;
}

.renhe-flag-sm
{
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 13px;
    background: #f39800;
    border-radius: 5px;
}

/*自定义tab*/
.renhe-tab{
    padding: 0px;
}

.renhe-tab li{
    display: inline;
    list-style:none; /* 去掉ul前面的符号 */
    padding: 2px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-tab li a:hover,
.renhe-tab li a:focus{
    border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;
}

.renhe-tab-active{
    color: #FF6B17;
    border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;
}

/*自定义list*/
.renhe-list{
    padding: 0px;
}

.renhe-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 5px 1px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-list li a:hover,
.renhe-list li a:focus{
    /*border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;*/
}

/*置顶职位list*/
.renhe-post-list{
    padding: 3px;
}

.renhe-post-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 4px 1px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-post-list li a:hover,
.renhe-post-list li a:focus{
    /*border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;*/
}

/*职位列表list*/
.renhe-job-list{
    padding: 0px 5px;
}

.renhe-job-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 8px 0px; /* 与内部元素的距离为0 */
    border-bottom: solid 1px #f2f2f2;
}

.renhe-job-list li:last-child{
    border-bottom: none;
}

.renhe-grid li{
    text-align: center;
    margin-top: 15px;
}

.renhe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    font-size: 1.4rem;
    margin-bottom: 0;
}
p{
    margin-bottom: 1rem;
}

.am-slider-d3 {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    /* Control Nav */
}

.weui-cells {
    margin-top: 1.17647059em;
    background-color: #fff;
    line-height: 1.47058824;
    font-size: 17px;
    overflow: hidden;
    position: relative
}

.weui-cells:before {
    top: 0;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui-cells:after,
.weui-cells:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
    z-index: 2
}

.weui-cells:after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui-cells__title {
    margin-top: .77em;
    margin-bottom: .3em;
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
    font-size: 14px
}

.weui-cells__title+.weui-cells {
    margin-top: 0
}

.weui-cells__tips {
    margin-top: .3em;
    color: #999;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px
}

.weui-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.weui-cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
    z-index: 2
}

.weui-cell:first-child:before {
    display: none
}

.weui-cell_primary {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.weui-cell__ft {
    text-align: right;
    color: #999
}

.weui-cell_swiped {
    display: block;
    padding: 0
}

.weui-cell_swiped>.weui-cell__bd {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.weui-cell_swiped>.weui-cell__ft {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff
}

.weui-cell_select {
    padding: 0
}

.weui-cell_select .weui-select {
    padding-right: 30px
}

.weui-cell_select .weui-cell__bd:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    padding-left: 15px
}

.weui-cell_select-before {
    padding-right: 15px
}

.weui-cell_select-before .weui-select {
    width: 105px;
    box-sizing: border-box
}

.weui-cell_select-before .weui-cell__hd {
    position: relative
}

.weui-cell_select-before .weui-cell__hd:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.weui-cell_select-before .weui-cell__hd:before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

.weui-cell_select-before .weui-cell__bd {
    padding-left: 15px
}

.weui-cell_select-before .weui-cell__bd:after {
    display: none
}

.weui-cell_select-after {
    padding-left: 15px
}

.weui-cell_select-after .weui-select {
    padding-left: 0
}

.weui-cell_vcode {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

.weui-vcode-btn,
.weui-vcode-img {
    margin-left: 5px;
    height: 45px;
    vertical-align: middle
}

.weui-vcode-btn {
    display: inline-block;
    padding: 0 .6em 0 .7em;
    border-left: 1px solid #e5e5e5;
    line-height: 45px;
    font-size: 17px;
    color: #3cc51f
}

button.weui-vcode-btn {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    outline: 0
}

.weui-vcode-btn:active {
    color: #52a341
}

	.sanjiao{
		border-style: solid;
		border-width: 50px 30px 0 0;
		border-color: #e60012 transparent transparent transparent;
	}
	.renhe-bg-primary{
    background-color: #e60012;
}
.cat-item{
	padding-left: 20px;
	padding-right:20px;
}
.am-list li:hover{

	/*border-left:solid 5px #e60012;*/
}
.am-list li a:hover{
	color: #e60012;
}

.renhe-container-pc li{
	list-style:none;  
	display:inline;
	line-height: 3rem;
	margin: 0 -7px;
}

.renhe-container-pc li a{
	color: #777777;
}

.renhe-container-pc li a:hover{
	color: #e60012;
	text-decoration:underline;
}

.renhe-container-pc .current-cat a{

	color: #e60012;

}

.am-list li:last-child{
   		border-bottom: none;
   	}

.am-container{
	bottom: 15px;
}

.am-slider-a1 .am-control-nav{
	margin-bottom: 30px;
}

.am-control-nav li a{
	
}

.am-slider-a1 .am-control-nav li a:hover{
	background-color: rgba(255,255,255,.5);
}

.am-slider-a1 .am-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background-color: rgba(0,0,0,1);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-slider-a1 .am-control-nav li a.am-active {
    background-color: #e60012;
    cursor: default;
    width: 30px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}