html {
    color: #333;
    background: #fff;
    width: 100%;
    font-size: 10px;
    height: 100%;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button { 			/*fieldset��ϱ��е����Ԫ��*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;				/*����б���*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft YaHei";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    vertical-align: middle;
}

textarea {
    resize: none;
}
/*��ֹ�����ı����϶�*/

img {
    border: 0;
    vertical-align: top;
    width:100%;
    height:100%;
}
img[src=''],
  img:not([src]) {
    opacity: 0;
  }
/*  ȥ��ͼƬ�Ͳ�Ĭ�ϵ�3���ؿհ׷�϶*/
.cd-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table {
    border-collapse: collapse; /*�ϲ������*/
}

body {
    width: 100%;
    height: 100%;
    font: 12px/150% "Microsoft YaHei", Verdana, " fzzhengheis-el-gbregular"; /*���ĺ��� \5b8b\4f53��Unicode��ͳһ��*/
    color: #333;
    background: #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
}

.clearfix:before, .clearfix:after {
    content: none;
    display: block;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a {
    text-decoration: none;
}

/*a:hover {*/
    /*color:#50a2ba;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}
input::-webkit-input-placeholder{
    color:#aaa;
    font-family: 'Microsoft YaHei';
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaa;
    font-family: 'Microsoft YaHei';
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaa;
    font-family: 'Microsoft YaHei';
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#aaa;
    font-family: 'Microsoft YaHei';
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
url('../font/shoushu.ttf') format('truetype'),
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.1px;
    -moz-osx-font-smoothing: grayscale;
}
input[type="search"]{-webkit-appearance:none;}

input::-webkit-search-cancel-button {display: none;}
table{
    width:100%;
}

.btn {
    font-size: 12px;
    color: #ffffff;
    background: #4E55FF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
}
.btns img{
    width:18px;
    height: 18px;
    vertical-align: middle;
}
.btn-tx{
    background: #FF7B6F;
}
.btn-xk {
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
}
.btn-qx {
    background: #fff;
    color: #333;
    border: 1px solid #E6E8EE;
}
.btn-sx{
    padding:0 12px 0 5px;
}
/*ͳһ��ʽ*/
.price-btn {
    line-height: 2rem;
    background: -webkit-linear-gradient(to top left,#ee4340, #f9a095);
    background: -moz-linear-gradient(to top left,#ee4340, #f9a095);
    background: linear-gradient(to top left, #ee4340, #f9a095);
    background: -o-linear-gradient(to top left,#ee4340, #f9a095);
    color: #ffffff;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 3px 15px;
}

.box{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    /*display: none;*/
    z-index:99;
}
.details{
    background: #ffffff;
    height: 100%;
    overflow: auto;
    width:50%;
    position: fixed;
    top:0;
    right:0;
    padding-bottom: 30px;
}
.contents{
    width:100%;
    overflow: hidden;
}
.top-zt{
    background: linear-gradient(27deg, rgba(7,19,85,0.59) 0%, rgba(77,123,236,0.67) 100%);
    background: -webkit-linear-gradient(27deg, rgba(7,19,85,0.59) 0%, rgba(77,123,236,0.67) 100%);
    background: -moz-linear-gradient(27deg, rgba(7,19,85,0.59) 0%, rgba(77,123,236,0.67) 100%);
    background: -o-linear-gradient(27deg, rgba(7,19,85,0.59) 0%, rgba(77,123,236,0.67) 100%);
    width: 80%;
    padding:0 10%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bom-bg{
    position: absolute;
    height: 100%;
    width:100%;
    bottom:0;
    left: 0;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, #151417 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, #151417 100%);
    background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, #151417 100%);
    background: -o-linear-gradient(-90deg, rgba(0,0,0,0) 0%, #151417 100%);

}

.contents .navs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 54px;
    /*background: #fff;*/
    width: 90%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.6) 100%);
}
.contents .navs {
    background: none;
    height: 54px;
    z-index: 9999;
    background: #fff;
}

    .contents .navs a {
        font-size: 16px;
        color: #1777FF;
        font-weight: 600;
        font-size: 18px;
    }
.contents .navs label{
    display:inline-block;
    height:28px;
    line-height:26px;
    color:#006B44;
    font-size:13px;
    font-weight:600;
}
.contents .logo{
    height: auto;
    vertical-align:central;
    margin-right:8px;
}
.navs p{
    width:50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navs p span{
    margin-left: 5%;
    vertical-align:middle;
}
.navs p img{
    width:14px;
    height: 14px;
    vertical-align:middle;
}
.fbt {
    /*background: none;*/
    color: #333;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 1400px;
    padding:0 5%;
    margin: 0px auto 0;
    background: url('../../images/fbt-bg.png') no-repeat;
    background-size: 100% 100%;
}
.fbt a{
    color:#999;
    cursor:pointer;
}
.fbt a:hover{
    color:#4E55FF;
}
.matter {
    padding: 90px 0 90px;
    position:relative;
    z-index:2;
    width:1400px;
    margin:0 auto;
    min-height:600px;
}
table thead tr th {
    background: #F5F5F7;
    height: 34px;
    text-align: left;
    padding-left: 10px;
}
table tr{
    border-bottom:1px solid #efefef;
}
table td{
    padding:3px 0 3px 10px;
    position:relative;
}
table td p{
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0 !important;
    position: relative;
    cursor: pointer;
    display: inline-block
}
table td .more{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
    padding: 5px 15px;
    line-height: 20px;
    width: 120%;
    white-space: wrap;
    text-align: left;
    z-index: 10
}
table td p:hover + .more{
    display: block;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 4px 2px 0 !important;
    width: 12px !important;
    height: 12px !important;
    padding:0 !important;
    border-radius:2px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 1px solid #ddd;
}
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 4px 2px 0 !important;
    width: 14px !important;
    height: 14px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
}

input:checked {
    background: #4E55FF;
}
input[type="radio"]:checked {
    border: 4px solid #4E55FF !important;
    background: #fff;
}
input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    position: relative;
    width: 3px;
    height: 6px;
    left: 34%;
    top: 9%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    background: none;
}
/*滚动条样式*/
*::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    background: rgba(0,0,0,0.2);
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}





