﻿@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol{list-style:none;}
a{text-decoration:none;color: #333333}
a:hover{color: #0d9cf0}
a:focus{outline: none}
a:focus{border: none}
img{border:0;vertical-align:middle;}
input,button{vertical-align:middle;border:none;}
textarea{border:none;resize:none;}
input, textarea {box-sizing: content-box;background: 0 0;font-family: "Microsoft YaHei"}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color:#acacac;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#acacac;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#acacac;
}
.rt{float:right;}
.lf{float: left;}
body{color: #000;font-family: "Microsoft YaHei";overflow: auto;}
html,body{min-width: 1200px;height: 100%;}
/*清除浮动*/
.clearfix{*zoom:1;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
table tr td,table{border-collapse:collapse;}

input[type=text]:focus,input[type=text]:active{
    box-shadow: none;
    border: none;
}
/*通用样式*/
.table th, .table td{
    padding: 0px;
    border: 0px;
}
.marginTop-20{
    margin-top: 20px;
}
.marginTop-10{
    margin-top: 10px;
}


.piaochecked {
    display: block;
    height: 14px;
    float: left;
    cursor: pointer;
}
.piaochecked a{
    width: 52px;
    height: 14px;
    line-height: 14px;
    margin-left: 16px;
    color: #fff;
    font-size: 13px;
}
.radioclass:focus { outline: none; }

.radioclass {
    display: block;
    width: 14px!important;
    height: 14px;
    outline:none;
    float: left;
    margin: 0!important;
    border: none!important;
    background: url('../images/checked.png')  no-repeat;
}

.radioff {
    display: block;
    width: 16px!important;
    height: 16px;
    outline:none;
    float: left;
    margin: 0!important;
    border: none!important;
    background: url('../images/unradio.png')  no-repeat;
}

.radioff:focus { outline: none!important; }
.on_radio {
    background: url('../images/radioed.png') no-repeat;
}
.on_check {
    background: url('../images/uncheck.png') no-repeat;
}

.piaoradioed span{
    float: left;
    display: block;
}


.radioclassO {
    display: block;
    width: 14px!important;
    height: 14px;
    outline:none;
    float: left;
    margin: 0!important;
    border: none!important;
    background: url('../images/gl-cheched.png')  no-repeat;
}

.on_checkO {
    background: url('../images/gl-unchech.png') no-repeat;
}

/* 翻页器 */
.pager {
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
}
.pager > ul {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    box-sizing: border-box;
}
.pager > ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    background: white;
    border: 1px solid #d7d7d7;
}
.pager > ul li:first-child {
    margin-left: 0;
}
.pager > ul li:hover, .pager > ul li.active {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.pager > ul li.pagerMore, .pager > ul li.pagerMore:hover {
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
}
.pager > ul li.disabled, .pager > ul li.disabled:hover {
    color: #d2d2d2;
    cursor: not-allowed;
}
.pager >span {
    margin-right: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

/* 卡片叠加式轮播 */
.stacked-cards {
    position: relative;
    width: 640px;
    padding-bottom: 60px;
    margin-top: 10px;
}
.stacked-cards ul {
    position: relative;
    max-width: 60%;
    margin: 0 auto;
    padding-left: 0;
}
.stacked-cards li {
    margin-top: 5px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0px #333;
    list-style: none;
    position: absolute;
    left: 50%;
    transition: 0.5s ease transform;

    width: 448px;
    height: 350px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.stacked-cards li:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.stacked-cards li.active:after {
    display: none;
}
.stacked-cards li img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: 4;
}
.stacked-cards li.active {
    cursor: default;
    box-shadow: 0 5px 10px 0px #333;
    transition: 0.5s ease transform;
}
.stacked-cards li >a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.stacked-cards li >a >span {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.stacked-cards li >a >span font{
    color: #fff !important;
}

::-webkit-scrollbar {
    width:10px;
}
::-webkit-scrollbar-track {
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:#ccc;
    background:rgba(0,0,0,0.2);
}