@charset "utf-8";

body{
    background-color: #E8E6E6;
    color:#313030;

    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

a,input{
    outline-style:none;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-size: 16px;
    line-height: 1.25em
}

body {
    min-width: 240px;
    font-size: 1em;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    width: 100%;
    min-width: 240px;
    margin: 0 auto;
    max-width: 640px;
    font-size: 14px;
}

@media screen and (min-width: 480px) {
    .main {
        font-size: 21px;
    }
}

@media screen and (min-width: 640px) {
    .main {
        font-size: 28px;
    }
}


/***************** slider css ***********/
.scroll-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 640px;
    overflow: hidden;
}

.scroll-wrapper .scroller {
    list-style: none;
}

.scroll-wrapper .scroller li {
    float: left;
    text-align: center;
    height:100%;
}

.scroll-wrapper .scroller li img {
    width: 100%;
    min-width: 240px;
    max-width: 640px;
    height: auto;
    max-height: 240px;
    min-height: 132px;
}
.scroll-wrapper .new-banner-num{
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 10px;
    text-align: center;
}
.scroll-wrapper .new-banner-num .new-tbl-cell {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-radius: 6px;
    background-color: #fff;
    text-indent: -9999px
}
.scroll-wrapper .new-banner-num .new-tbl-cell a {
    display: block;
}
.scroll-wrapper .new-banner-num .new-tbl-cell.on {
    background-color: #e4393c;
}

/************** 头部标题栏 *******************/

header.pageNavHeader{
    height:3.1428em;/*88px*/
    line-height: 3.1428em;
    background-color:#fff;
    border-bottom:1px solid #E8E6E6;
}
.pageNavHeader .back{
    height:100%;
    width:2em;/*28px*/
}
.pageNavHeader .back a{
    display: block;
}
.pageNavHeader .back img{
    width:0.5em;
    height:0.8928em;
}

.pageNavHeader .next{

}
.pageNavHeader .title{

}
.pageNavHeader .title h2{
    font-weight: normal;
    font-size:1.4em;
}

/**半屏菜单*/
#sliderScreenMenu{
    position: absolute;
    left:0;
    top:3.1428em;
    width:100%;
    height:100%;
}
.main .mask{
    background-color:#000;
    opacity: 0.5;
    width:100%;
    height:100%;
}
#sliderScreenMenu .menuContent{
    position: absolute;
    width:65%;
    height:100%;
    right:0;
    top:1px;
    background-color:#fff;
    overflow-y: auto;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
#sliderScreenMenu .menuContent .menuTitle{
    font-weight: bold;
}
#sliderScreenMenu .menuContent .item{
    border-bottom: 1px solid #e8e6e6;
    height:3em;
    line-height: 3em;/*84px*/
    padding-left:1.3571em;/*38px*/
    display: block;
}


/**display table style*/
.tbl-type{
    display: table;
    width: 100%;
}
.tbl-cell {
    display: table-cell;
    vertical-align: top;
    text-align: center
}

.hidden{
    display: none!important;
}
.vhidden{
    visibility: hidden!important;
}
.clear{
    clear:both;
}

/*滚动继续加载*/
.pageContainer{
    font-size: 0.825em;
    line-height: 1.8em;
    background-color:#fff;
    border-top:1px solid #D5D5D6;
}
.pageContainer img{
    vertical-align:middle;
    width: 1.1428em;/*32px*/
    height:1.1428em;/*32px*/
}

/*修复浮动父元素高度为0的BUG*/
.floatFix:after{
    content:"\20";
    display:block;
    clear:both;
    height:0px;
    font-size:0px;
    line-height:0px;
}

/*红色按钮*/
.redButton{
    border:0.1em solid #F36767;
    text-align: center;
    color:#F36767;
    padding:0.0714em 0.6428em;
}
.redButton:hover{
    background-color:#F36767;
    color: #f00;
    border-color:#f00;
}

.fillParent{
    display: block;
    width:100%;
    height:100%;
}

/**表单*/
input[type="radio"],
input[type="checkbox"]{
    -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"]{
    font-size: 1em;
/*    background: url("../../images/card/checkbox.png") no-repeat left center transparent;
    background-size: cover;*/
    height: 1.25em;
    vertical-align: middle;
    width: 1.25em;
    border:1px solid #3E3C3C;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
    background:url("../../images/card/checkbox.png") no-repeat center center transparent;
    background-size: 0.9285714285714286em 0.8571428571428571em;
}
.pageTemplate{display:none;}


/**** 模式对话框 *****/

._modalDialog{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height: 100%;
    z-index: 999;
    margin: 0 auto;
    background: rgba(0,0,0,.6);



}
._modalDialog .innerDiv{
    position:absolute;
    width:500px;
    background-color: #fff;
    border-radius: 5px;
    z-index:1000;
    left:50%;
    top:50%;
    box-shadow: 0px 1px 10px #999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
._modalDialog .innerDiv .btnClose{
    position: absolute;
    top:-0.8em;
    right:-0.6em;
    width:2.5em;
    height:2.5em;
    background:url("../../images/common/close.png") no-repeat center center transparent;
    background-size:2.5em 2.5em;
}

._modalDialog .btnLayout{
    height:3.3em;
    line-height: 3.3em;
    font-size:1em;
    border-top:1px solid #ccc;
}
._modalDialog .btnLayout a{
    display: block;
    float:left;
    width:50%;
    text-align: center;
    color:#1F92FE;

}
/*._modalDialog .btnLayout a:active{
    background-color: #ccc;
    color:#fff;
}*/
._modalDialog .btnLayout a.first{
    border-right:1px solid #ccc;
}

._modalDialog .btnLayout a.inline{
    width:100%;
}
._modalDialog .btnLayout a.hidden{
    display:none;
}

._modalDialog .dialogContent{
    font-size: 1em;
    line-height: 1.25;
    text-align: center;
    color:#333;
    margin-top:5px;
}
._modalDialog .dialogHtml{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width:85%;
}
._modalDialog .info{
    padding:1em 0;
}
._modalDialog .info img{
    vertical-align: middle;
}
._modalDialog .info .succ,
._modalDialog .info .fail,
._modalDialog .info .question{

    width: 2em;
    margin-right: 0.5em;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

/*滚动到顶部*/
.scroll {
    width: 2.4571em;
    height: 2.3857em;
    position: fixed;
    right: 0.7142em;
    bottom: 2.8571em;
    cursor: pointer;
    background: url("../../images/card/gotop.gif") 0 0 no-repeat;
    background-size: cover;
    display: none;
    z-index:9999;
}
.scroll a{
    display: block;
    width:100%;
    height:100%;
}

/*广告去掉*/
#_pop_div {display: none!important;}