body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
*{outline:none;}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}


.register {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.register h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}

.re-row {
    margin-bottom: 22px;
}

.re-row .re-row-l {
    float: left;
    display: block;
    text-align: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #666;
}

.re-row .re-row-l::before {
    content: "*";
    position: absolute;
    color: #f56c6c;
    margin-left: -10px;
}

.re-row .re-row-l.no::before {
    content: "";
}

.re-row .re-row-r {
    float: right;
    width: calc(100% - 130px);
}

.re-row .re-row-r input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}

.re-row .re-row-r.select input,
.re-row .re-row-r.select2 input {
    padding-right: 50px;
}

.select,
.select2 {
    position: relative;
}

.select::after,
.select2::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    background: url(../22images/sub_xl.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    z-index: 9;
    transition: all 0.3s;

}

.select.open::after,
.select2.open::after {
    transform: rotate(-180deg);
}

.select.open .rl-row-zjlxbox {
    display: block;
}

.select2.open .rl-row-xbbox {
    display: block;
}

.rl-row-zjlxbox,
.rl-row-xbbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.rl-row-zjlxbox ul li,
.rl-row-xbbox ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    cursor: pointer;
}

.rl-row-zjlxbox ul li:hover,
.rl-row-xbbox ul li:hover {
    background: #f5f7fa;
}

.re-row .re-row-r.yzm input {
    width: calc(100% - 70px);
}

.re-row .re-row-r.yzm img {
    display: block;
    width: 60px;
    height: 20px;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.re-row .re-row-r.sjyzm input[type="text"] {
    width: calc(100% - 100px);
}

.re-row .re-row-r.sjyzm input[type="button"] {
    float: right;
    width: 90px;
    color: #666;
    cursor: pointer;
}

.re-row .re-row-r.djBtn {
    position: relative;
}

.re-row .re-row-r.djBtn input {
    cursor: pointer;
    padding-right: 50px;
}

.re-row .re-row-r.djBtn input:hover {
    background: #f6f9fc;
}

.re-row .re-row-r.djBtn span {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../22images/gray.bcca00f1.png) no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    z-index: 9;
}

.formBtn {
    text-align: center;
}

.formBtn button {
    width: 185px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.formBtn button.determine {
    margin-left: 20px;
}

.formBtn button.cancel {
    background: #009cb5;
}

.formBtn button.determine {
    background: #005a75;
}

.zccg {
    text-align: center;
}

.zccg p {
    margin-top: 30px;
}

.zccg .login {
    margin-top: 30px;
}

.zccg .login a {
    display: block;
    color: #009cb5;
}

.zccg .login a:hover {
    color: #005a75;
}

.login2 {
    max-width: 400px;
}

.login2 .re-row {
    position: relative;
}

.login2 .re-row .re-row-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    float: none;
    text-align: center;
}

.login2 .re-row .re-row-l img {
    vertical-align: middle;
}

.login2 .re-row .re-row-r {
    width: 100%;
}

.login2 .re-row .re-row-r input {
    padding-left: 40px;
}

.login2 .re-row .re-row-r.zc a {
    display: block;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.login2 .re-row .re-row-r.zc a:hover {
    color: #009cb5;
}

.formBtn button.dl {
    width: 100%;
    background: #005a75;
}

.Popup_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.Popup_bg.on {
    display: block;
}

.Popup {
    position: fixed;
    width: 80%;
    max-height: 750px;
    overflow-y: auto;
    max-width: 1200px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    z-index: 9999;
}

.Popup h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.Popup p {
    font-size: 16px;
    line-height: 36px;
}

.Popup .dx {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 36px;
}

.Popup .dx input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    appearance: auto;
}

.Popup .formBtn button.cancel {
    background: none;
    border: 1px solid #d4dceb;
    color: #333;
}

.ksxz-k {
    padding: 0 30px;
}

.ksxz-k h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}

.ksxz {
    background: #f0f6f7;
    padding: 30px;
    border-radius: 4px;
}

.ksxz .all {
    max-width: 72px;
    line-height: 40px;
    text-align: center;
}

.ksxz .all a {
    display: block;
    background: #005a75;
    border-radius: 4px;
    color: #fff;
    padding: 0 10px;
}

.tit-bd {
    position: relative;
    border-bottom: 1px solid #005a75;
}

.tit-bd::after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: -9PX;
    background: url(../22images/icon-dh2.png) no-repeat;
    width: 13px;
    height: 9px;
}

.tit-bd ul {
    overflow: hidden;
    line-height: 32px;
    margin: 40px 0;
    font-size: 0;
}

.tit-bd ul li {
    float: left;
    width: 20%;
    margin: 5px 0;
    cursor: pointer;
}

.tit-bd ul li span {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    color: #333333;
}

.tit-bd ul li.on span {
    color: #fff;
    background: #009cb5;
    border-radius: 4px;
}

.con-bd {
    position: relative;
    margin-top: 50px;
}

.con-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    overflow: hidden;
}

.con-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.con-bd>ul li {
    float: left;
    width: 33.333%;
}

.con-bd>ul li a {
    display: block;
    background: #fff;
    border: 1px solid #dfe8ea;
    text-align: center;
    color: #009cb5;
    line-height: 46px;
    margin: 20px;
    position: relative;
}

.con-bd>ul li a:hover {
    background: #f7fdfe;
}

.con-bd>ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 15px solid #009cb5;
    border-right: 15px solid #009cb5;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.con-bd>ul li a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 5px;
    background: url(../22images/icon-dh.png) no-repeat;
    width: 12px;
    height: 7px;
}

.yyxx h3 {
    text-align: left;
}

.yyxx .re-row .re-row-l {
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

.yyxx .re-row .re-row-l::before {
    display: none;
}

.yyxx .re-row .re-row-r span {
    display: block;
    height: 40px;
    line-height: 40px;
}

.yyxx .re-row .re-row-r span.money {
    font-size: 16px;
    font-weight: bold;
    color: #f8860c;
}

.yyxx .formBtn button {
    width: 100px;
}

.yyxx .formBtn button.cancel {
    background: #fff;
    border: 1px solid #d4dceb;
    color: #999;
}

.yyxx .formBtn2 {
    margin-top: 50px;
}

.yyxx .formBtn2 p {
    color: #999;
}

.yyxx .formBtn2 .return {
    margin-top: 20px;
}

.yyxx .formBtn2 .return a {
    display: block;
    color: #009cb5;
}

.yyxx .formBtn2 .return a:hover {
    color: #005a75;
}

.ysxz-lb {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005a75;
    position: relative;
}

.ysxz-lb::after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: -9PX;
    background: url(../22images/icon-dh2.png) no-repeat;
    width: 13px;
    height: 9px;
}

.ysxz-lb .slick-prev,
.ysxz-lb .slick-next {
    width: 57px;
    height: 65px;
    background: #fff;
    border: 1px solid #dfe8ea;
    border-radius: 4px;
}

.ysxz-lb .slick-prev {
    background-image: url(../22images/prev1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ysxz-lb .slick-next {
    background-image: url(../22images/next1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ysxz-lb ul li {
    text-align: center;
    position: relative;
}

.ysxz-lb ul li:first-child::after {
    display: none;
}

.ysxz-lb ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #cfdadc;
}

.ysxz-lb ul li>div {
    margin: 0 12px;
    padding: 10px 0;
}

.ysxz-lb ul li>div span {
    display: block;
}

.ysxz-lb ul li.slick-current>div {
    background: #009cb5;
    border-radius: 4px;
}

.ysxz-lb ul li.slick-current>div p {
    color: #fff;
}

.ysxz-lb ul li.slick-current>div span {
    color: #fff;
}

.ysxz-lb .slick-list {
    margin-left: 80px;
    margin-right: 80px;
}

.ysxz-bd {
    margin-top: 20px;
}

.ysxz-bd ul li {
    float: left;
    width: 47%;
    padding: 20px;
    background: #fff;
    margin: 1.5%;
    position: relative;
    overflow: hidden;
}

.ysxz-bd ul li .pic {
    width: 112px;
    height: 142px;
    background: #d4dceb;
    margin-right: 20px;
}

.ysxz-bd ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ysxz-bd ul li .ysxz-r {
    overflow: hidden;
}

.ysxz-bd ul li .ysxz-r h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

.ysxz-bd ul li .ysxz-r h4 {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.ysxz-bd ul li .ysxz-r p {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    max-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.ysxz-bd ul li .ysxz-r .yy {
    overflow: hidden;
    margin-top: 10px;
}

.ysxz-bd ul li .ysxz-r .yy span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.ysxz-bd ul li .ysxz-r .yy span.fl {
    background: url(../22images/zjxz1.jpg) no-repeat left center;
    padding-left: 15px;
}

.ysxz-bd ul li .ysxz-r .yy span.fr {
    background: url(../22images/zjxz2.jpg) no-repeat left center;
    padding-left: 15px;
}

.ysxz-bd ul li .ysxz-r .yy span.fl font {
    color: #0b70ff;
    padding-left: 5px;
}

.ysxz-bd ul li .ysxz-r .yy span.fr font {
    color: #ff8815;
    padding-left: 5px;
}

.ysxz-bd ul li .yygk {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 76px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.ysxz-bd ul li .yygk a {
    display: block;
    background: #009cb5;
    font-size: 14px;
    color: #fff;
}

.ysxz-bd ul li .yygk a:hover {
    background: #005a75;
}








.ys-k .all {
    margin-top: 30px;
}

.ysxq {
    position: relative;
}

.ysxq .pic {
    width: 160px;
    height: 215px;
    overflow: hidden;
    background: #d4dceb;
    margin-right: 40px;
}

.ysxq .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ysxq .ysxq-r {
    overflow: hidden;
}

.ysxq .ysxq-r h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

.ysxq .ysxq-r h4 {
    color: #666;
    margin-top: 30px;
}

.ysxq .ysxq-r p {
    color: #999;
    line-height: 26px;
    margin-top: 15px;
}

.ysxq .yygk {
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.ysxq .yygk a {
    display: block;
    background: #009cb5;
    font-size: 14px;
    color: #fff;
}


.ys-hm ul li {
    float: left;
    width: 30.333%;
    margin: 1.5%;
}

.ys-hm .ys-hm-t {
    overflow: hidden;
}

.ys-hm .ys-hm-t span.fl {
    font-size: 14px;
    color: #009cb5;
}

.ys-hm .ys-hm-t span.fr {
    font-size: 14px;
    color: #666;
}

.ys-hm .ys-hm-t span.fr font {
    color: #009cb5;
}

.ys-hm .ys-hm-t span.fr em {
    font-size: 12px;
    font-style: normal;
    color: #ccd5d6;
    padding: 0 5px;
}

.ys-hm .ys-hm-d {
    margin-top: 10px;
    font-size: 0;
    margin-left: -14px;
}

.ys-hm .ys-hm-d span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #009cb5;
    background: #fff;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 14px;
    margin-top: 10px;
}

.ys-hm .ys-hm-d span a {
    display: block;
    width: 100%;
    height: 100%;
}

.ys-hm .ys-hm-d span.on {
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-color: #999;
    color: #999;
}

.ys-hm .ys-hm-d button {
    width: 18px;
    height: 18px;
    border: 1px solid #009cb5;
    background: #fff;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 14px;
}

.ys-hm .ys-hm-d button.on {
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-color: #999;
    color: #999;
}

.ys-allh ul li {
    float: left;
    margin: 16px 27px;
    border: 1px solid #009cb5;
    border-radius: 4px;
    width: 115px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 0 0;
}

.ys-allh ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;

}

.ys-allh ul li.on {
    border: 1px solid #aaaaaa;

}

.ys-allh ul li.on p,
.ys-allh ul li.on span {
    color: #aaaaaa;
}

.ys-allh ul li.on em {
    background-color: #aaaaaa;
}

.ys-allh ul li p {
    font-size: 18px;
}

.ys-allh ul li span {
    display: block;
    font-size: 16px;
    color: #1095bd;
    margin: 10px 0;
    text-align: center;
    float: none;
}

.ys-allh ul li em {
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #1095bd;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ys-allh ul li.on p {
    color: #aaaaaa;
}

.dzld {
    margin-top: 50px;
    overflow-x: auto;
    border: 1px solid #dfdfdf;
    border-top: none;
}

.dzld table {
    width: 100%;
    min-width: 640px;
    margin-bottom: 40px;
}

.dzld table tr:first-child th {
    background-color: #308faf;
    line-height: 46px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}

.dzld table tr:first-child th:nth-child(1) {
    min-width: 140px;
    border-left: none;
}

.dzld table tr td {
    line-height: 30px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    min-width: 55px;
}

.dzld table tr td:first-child {
    border-left: 0;
    padding-left: 52px;
    text-align: left;
}

.dzld table tr td.ac,
.dzld table tr td button.ac {
    color: #308faf !important;
}

.dzld table tr td:nth-child(5) {
    color: #333;
}

.dzld table tr td button {
    font-size: 16px;
    margin-right: 10px;
    color: #999999;
}

.dzld table tr td button.ac {
    cursor: pointer;
}

.dzld table tr td a {
    display: inline-block;
    color: #308faf;
}

.Dzld {
    max-width: 540px;
    max-height: 314px;
    padding: 80px 60px;
}

.Dzld p {
    text-align: center;
}

.Dzld .formBtn {
    margin-top: 60px;
}

.Dzld .formBtn button {
    width: 102px;
    height: 40px;
    line-height: 40px;
}

.Dzld .formBtn button.determine {
    margin-left: 0;
}

.Dzld .formBtn button.cancel {
    margin-left: 20px;
    background-color: #969696;
    color: #fff;
}

@media screen and (max-width:1300px) {
    .dzld table tr td:first-child {
        padding-left: 30px;
    }
}

@media screen and (max-width:1200px) {
    .tit-bd ul li {
        width: 25%;
    }

    .tit-bd ul li span {
        font-size: 15px;
    }

    .con-bd>ul li {
        width: 50%;
    }

    .con-bd>ul li a {
        margin: 10px;
    }

    .con-bd>ul li a {
        font-size: 15px;
    }

    .ysxz-bd ul li .ysxz-r .yy span.fr {
        float: left;
    }

    .ys-allh ul li {
        margin: 16px 17px;
    }

    .dzld table tr td:first-child {
        padding-left: 15px;
    }
}

@media screen and (max-width:1100px) {
    .ysxz-bd ul li {
        float: none;
        width: auto;
        margin: 15px 0;
    }

    .ysxz-bd ul li .ysxz-r .yy span.fr {
        float: right;
    }

    .ys-allh ul li {
        float: left;
        margin: 12px;
        width: 85px;
        height: 107px;
    }

    .ys-allh ul li span {
        margin: 6px 0;
    }

    .dzld table tr td a {
        display: block;
    }

    .dzld table tr td button {
        margin-right: 0;
    }
}

@media screen and (max-width:1024px) {
    .ksxz-k {
        padding: 0 !important;
    }

    .dzld {
        margin-top: 25px;
    }

    .tit-bd ul li {
        width: 33.333%;
    }

    .ysxz-bd ul li .ysxz-r h3 {
        font-size: 20px;
    }

    .ys-allh ul li {
        margin: 16px;
    }
}

@media screen and (max-width:768px) {

    .ysxz-lb .slick-prev,
    .ysxz-lb .slick-next {
        width: 40px;
    }

    .ysxz-lb .slick-list {
        margin-left: 50px;
        margin-right: 50px;
    }

    .ys-allh ul li {
        width: 75px;
        height: 95px;
        padding: 6px 0 0 0;
        margin: 15px;
    }

    .ys-allh ul li em,
    .ys-allh ul li span {
        font-size: 14px;
    }

    .ys-allh ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    .ksxz {
        padding: 20px;
    }

    .tit-bd ul {
        margin: 20px 0;
    }

    .tit-bd ul li {
        width: 50%;
    }

    .con-bd>ul li {
        width: 100%;
    }

    .ysxq .pic {
        float: none;
        margin: 0 auto;
    }

    .ysxq .ysxq-r h3 {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
    }

    .ysxq .ysxq-r h4 {
        text-align: center;
        margin-top: 10px;
    }

    .ys-allh ul li {
        margin: 16px;
    }
}

@media screen and (max-width:480px) {
    .re-row .re-row-l {
        font-size: 14px;
        width: 100px;
    }

    .re-row .re-row-r {
        width: calc(100% - 110px);
    }

    .formBtn button {
        width: 46%;
    }

    .formBtn button.determine {
        margin-left: 4%;
    }

    .ysxz-bd ul li .pic {
        float: none;
        margin: 0 auto;
    }

    .ysxz-bd ul li .ysxz-r {
        margin-top: 10px;
    }

    .ysxz-bd ul li .ysxz-r h3,
    .ysxz-bd ul li .ysxz-r h4 {
        text-align: center;
    }

    .ysxz-bd ul li .yygk {
        top: 10px;
        right: 10px;
    }

    .ysxz-bd ul li .yygk {
        width: 65px;
    }

    .ysxz-bd ul li .yygk a {
        font-size: 13px;
    }

    .re-row .re-row-r.sjyzm input[type="text"] {
        width: 100%;
    }

    .re-row .re-row-r.sjyzm input[type="button"] {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .ys-allh ul li {
        margin: 16px 11px;
    }

    .Dzld {
        padding: 50px 20px;
    }

    .Dzld .formBtn {
        margin-top: 40px;
    }
}

@media screen and (max-width:375px) {
    .tit-bd ul li {
        width: 100%;
    }

    .Dzld .formBtn button {
        width: 95px;
    }
}

@media screen and (max-width:320px) {
    .ys-allh ul li {
        margin: 16px 24px;
    }
}

.quanbu{
    float: left;
    margin: 16px 27px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 142px !important;
    height: 120px;
    overflow: hidden;
    padding: 10px 0 0 0;
    }
 
 
.quanbu span {
    display: block;
    font-size: 16px;
    color: #aaaaaa;
    margin: 10px 0;
    text-align: center;
}

.quanbu em {
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #aaaaaa;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
} 

.quanbu1{
    float: left;
    margin: 16px 27px;
    border: 1px solid #009cb5;
    border-radius: 4px;
    width: 142px !important;
    height: 120px;
    overflow: hidden;
    padding: 10px 0 0 0;
    }
 
 
.quanbu1 span {
    display: block;
    font-size: 16px;
    color: #1095bd;
    margin: 10px 0;
    text-align: center;
}

.quanbu1 em {
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #1095bd;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
} 