﻿body, *{
    padding:0;
    margin:0;
}
.index {
    /*background-color: #eeeeee;*/
    /*height: 840px;*/
}
.index-top {
    height: 70px;
    background-color:#1086ff;
}
.index-top-p {
    text-align: center;
    /*padding-top: 10px;*/
    color: white;
    line-height: 2;
    font-size: 24px;
    font-weight: bold;
    text-indent: 24px;
    font-family: 'Microsoft YaHei', 'Avenir', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.index-center {
    height: auto;
    background-color: white;
    text-align:center;
}
.index-center-txtbox {
    width: 100%;
    height: 80px;
    voerflow: hidden;
    position: relative;
    margin-left:-10px;
}
.index-center-text {
    width: 100%;
    height: 70px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
}
.index-center-text-i {
    background-image: url(ico.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    bottom:0;
    right:5px;
    margin:auto;
}
.index-center-money {
    width:100%;
    height:auto;
}
.index-center-money-p {
    font-family: "微软雅黑";
    font-size: 15px;
    padding-top: 5px;
    padding-left:5px;
    color: #999999;
}
.index-center-money-btn {
    width: 25%;
    height: 100px;
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #1296db;
    border-radius:10px;
    background-color: white;
    color: #1296db;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 18px;
}
.index-center-money-hr {
    margin-top:20px;
    border:1px solid #eeeeee;
}
.index-btn {
    width: 115px;
    height: 60px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    border: 1px solid #1296db;
    border-radius: 10px;
    color: #1296db;
    background-color: white;
    font-family: '微软雅黑';
    font-weight: bold;
    font-size: 18px;
}