body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
@keyframes change {
    0%{ color: red}
    100%{ color : blue}
}
@-webkit-keyframes change {
    0%{ color: red}
    100%{ color : blue}
}
@-moz-keyframes change {
    0%{ color: red}
    100%{ color : blue}
}
@-ms-keyframes change {
    0%{ color: red}
    100%{ color : blue}
}
@-o-keyframes change {
    0%{ color: red}
    100%{ color : blue}
}
.headerTop {
    height: 30px;
    width: 100%;
    background: #f3f3f3;
}
.headerTop > div {
    width: 1000px;
    margin: 0 auto;
    height: 30px;
    text-align: right;
    line-height: 30px;
}
.headerTop > div > a {
    color: #0c0c0c;
}
.headerTop > div > span {
    padding: 0 10px;
    color: #0c0c0c;
}
.headerLogin {
    height: 88px;
    width: 100%;
}
.headerLogin .headerLoginArea {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.headerLogin .logo {
    float: left;
    width: 227px;
    height: 88px;
}
.headerLogin .logo > a {
    float: left;
    width: 100%;
    height: 100%;
}
.headerLogin .login-area {
    width: 772px;
    float: right;
    height: 88px;
}
.user-name, .user-password, .user-identifying-code{
    float: left;
    width: 152px;
    height: 38px;
    margin: 24px 7px 0;
    border: 1px solid  #fa3956;
}
.user-identifying-code {
    position: relative;
}
.user-identifying-code img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.user-name i, .user-password i {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff1eb;
    color: #cccccc;
    font-size: 20px;
}
.user-name input, .user-password input, .user-identifying-code input {
    float: right;
    border: 0;
    outline: none;
    height: 38px;
    width: 114px;
    text-indent: 4px;
}
.user-enter {
    float: left;
}
.user-enter .dr_anniu {
    width: 90px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    background-color: #fa3956;
    border-radius: 4px;
    font-weight: 500;
    margin: 26px 7px 0;
    outline: none;
    border: 0;
    cursor: pointer;
}
.user-enter .reg_anniu {
    width: 90px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    background-color: #ffa422;
    border-radius: 4px;
    font-weight: 500;
    margin: 26px 7px 0;
    outline: none;
    border: 0;
    cursor: pointer;
}
.navArea {
    height: 46px;
    width: 100%;
    background-color: #DC4137;
}
.navContent {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.hotLottery {
    float: left;
    width: 226px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color:#DC4137;
    padding: 0 12px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.navMenu {
    position: absolute;
    width: 246px;
    left: 0;
    top: 46px;
    color: #666;
    border: 1px solid #DC4137;
    height: 560px;
    border-top: 0;
    display: none;
    background-color: #ffffff;
    z-index: 3;
}
/*.fa-key{    background: url(/views/img/username.png) no-repeat;}
.fa-user-circle-o{    background: url(/views/img/password.png) no-repeat;}*/
.hotLotteryAcitve:hover .navMenu {
    display: block;
}
.navMenu li {
    height: 54px;
    line-height: 52px;
    font-size: 16px;
}
.navMenu li img {
    float: left;
    margin: 10px 6px 0 10px;
    width: 32px;
}
.navMenu li span {
    display: inline-block;
    background-color: #12ace2;
    padding: 1px 6px;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 8px;
}
.hotLottery i {
    float: right;
    margin-top: 14px;
    font-size: 20px;

}
.navWrap {
    width: 750px;
    float: right;
    height: 46px;
}
.navWrap > ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}
.navWrap > ul > li {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 2px;
}
/*.navWrap > ul > li:hover {
    background-color: #088bb9;
}*/
.navWrap > ul > li:hover .otherMenuNext {
    display: block;
}
.navWrap > ul > li > a {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}
.navWrap > ul > li img {
    position: absolute;
    top: 0;
    right: 0;
}
.gpcWrap, .dpcWrap, .qbcWrap {
    border-top: 1px dashed #e6d3cf;
    height: 68px;
    padding: 5px 0;
    position: relative;
}
.gpcNext {
    padding: 20px 14px;
    width: 720px;
    height: 312px;
    border: 2px solid #ffccbf;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    left: 246px;
    top: 0;
    display: none;
}
.allpcNext {
    padding: 20px 14px;
    width: 720px;
    height: 193px;
    border: 2px solid #ffccbf;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    left: 246px;
    top: -158px;
    display: none;
}
.qbcWrap:hover .allpcNext, .gpcWrap:hover .gpcNext {
    display: block;
}
.gpcNext > div:nth-child(1), .allpcNext > div:nth-child(1)  {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #454343;
}
.gpcNext > div:nth-child(2) > a, .allpcNext > div:nth-child(2) > a {
    float: left;
    width: 90px;
    line-height: 24px;
    color: #444;
    font-size: 14px;
    padding: 3px 15px;
}
.gpcWrapLeft {
    float: left;
    width: 48px;
    height: 100%;
}

.gpcWrapLeft .gaopingcai {
    margin-left: 16px;
    width: 14px;
    font-size: 14px;
    line-height: 16px;
    background-color: #f7e5e5;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    color: #ea3b3f;
    margin-top: 5px;
}
.gpcWrapLeft .dipingcai {
    margin-left: 16px;
    width: 14px;
    font-size: 14px;
    line-height: 16px;
    background-color: #dee6fe;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    color: #1d3bef;
    margin-top: 5px;
}
.gpcWrapLeft .quanbu {
    margin-left: 16px;
    width: 14px;
    font-size: 14px;
    line-height: 16px;
    background-color: #dbf9e1;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    color: #279134;
    margin-top: 5px;
}
.gpcWrapRight {
    float: right;
    width: 198px;
    height: 100%;
}
.gpcWrapRight > a {
    font-size: 14px;
    float: left;
    height: 24px;
    line-height: 34px;
    width: 92px;
    text-align: center;
    color: #666;
}

.indexAreaContent {
    width: 1000px;
    margin: 0 auto;
    height: auto;
}
.indexMenuArea {
    float: left;
    width: 250px;
    height: 560px;
}
.indexMainArea {
    float: left;
    width: 750px;
    height: 550px;
    padding-top: 10px;
}
.indexBannerArea {
    width: 740px;
    height: 230px;
    float: right;
    background-color: #098495;
}
.indexNoticeArea {
    height: 30px;
    float: right;
    width: 740px;
    background-color: #fff6e5;

}
.indexNoticeArea > span {
    float: left;
    width: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    color: red;
}
.indexNoticeArea > div {
    float: right;
    width: 708px;
    height: 30px;
    line-height: 30px;
    color: #626262;
}
.indexOtherContent {
    float: right;
    height: 290px;
    width: 740px;
    padding-top: 10px;
}
.indexQuickArea {
    width: 492px;
    height: 280px;
    float: left;
    border: 1px solid #ccc;
}
.indexWebNotice {
    width: 240px;
    height: 280px;
    float: right;
    border: 1px solid #ccc;
}
.indexWebNotice .indexAppDownloadTitle {
    font-size: 14px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    line-height: 40px;
    text-indent: 4px;
}
.indexWebNotice .indexAppDownloadTitle i {
    font-size: 26px;
    float: left;
    margin: 7px 2px 0 0;
}
.swiper-index-banner {
    width: 100%;
    height: 100%;
}
.swiper-index-banner .swiper-pagination {
    text-align: right;
}
.swiper-index-banner .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background-color: rgb(75, 75, 75);
}
.swiper-index-banner .swiper-pagination-bullet-active{
    background-color: rgba(229, 124, 0, 0.87);
}
.indexAppDownloadContent {
    overflow: hidden;
}
.indexAppDownloadContentCode {
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px;
}
.indexAppDownloadContentTab {
    float: right;
    width: 118px;
    height: 120px;
}
.indexAppDownloadContentTab ul {
    margin-top: 12px;
}
.indexAppDownloadContentTab ul li {
    line-height: 32px;
    height: 32px;
    cursor: pointer;
}
.indexAppDownloadContentTab ul li.active {
    color: red;
}
.indexWebNoticeTab {
    height: 32px;
}
.indexWebNoticeTab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}
.indexWebNoticeTab ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.indexWebNoticeTab ul li.active {
    color: #ff7f00;
    border-bottom: 2px solid #ff7f00;
    height: 30px;
    line-height: 30px;
}
.indexLotteryNotice {
    width: 248px;
    height: 564px;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #ccc;
}
.indexNew {
    width: 490px;
    height: 564px;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #ccc;
}
.indexWinner {
    width: 236px;
    height: 564px;
    float: left;
    margin-top: 10px;
    border: 1px solid #ccc;
}
.indexLotteryNoticeTitle {
    height: 40px;
    border-bottom: 1px solid #ccc4bc;
    line-height: 40px;
    padding: 0 7px;
    background-color: #fff4f4;
    color: #000;
}
.indexLotteryNoticeTitle > i {
    color: #ff5d5d;
    font-size: 22px;
    margin-right: 4px;
}
.indexLotteryNoticeContent {
    height: 524px;
}
.indexLotteryNoticeContent ul {
    height: 103px;
    border-bottom: 1px solid #999999;
}
.indexLotteryNoticeContent ul:last-child {
    border-bottom: 0;
}
.indexLotteryNoticeContent ul li:nth-child(1) {
    line-height: 38px;
    padding: 0 6px;
}
.indexLotteryNoticeContent ul li:nth-child(1) > span {
    margin-left: 10px;
    font-size: 12px;
    color: #777;
}
.indexLotteryNoticeContent ul li:nth-child(2) {
    line-height: 24px;
}
.indexLotteryNoticeContent ul li:nth-child(2) > a {
    color: red;
    padding: 0 4px;
    font-weight: bold;
}
.indexLotteryNoticeContent ul li:nth-child(3) {
    line-height: 36px;
    padding: 0 4px;
    font-size: 12px;
    color: #777;
}
.indexLotteryNoticeContent ul li:nth-child(3) > a {
    padding: 0 10px;
    color: #2884FF;
}
.indexNewsArea ul {
    margin: 10px;
}
.indexNewsArea ul li a {
    float: left;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #000;
}
/*.fa-globe{
    background: url(/views/img/shu.png) no-repeat ;
}*/
.indexNewsArea ul li a:hover{    color: #fa3956;}
.indexNewsArea {
    height: 417px;
    overflow: hidden;
}
.indexTrendArea {
    height: 200px;
}
.indexTrendArea .indexTrendAreaIcon {
    float: left;
    width: 244px;
    height: 100%;
    text-align: center;
}
.indexTrendArea .indexTrendAreaIcon > img {
    margin-top: 40px;
}
.indexTrendArea .indexTrendAreaContent {
    float: left;
    width: 238px;
    height: 150px;
    padding: 25px 4px;
}
.indexTrendArea .indexTrendAreaContent > a {
    float: left;
    width: 78px;
    margin: 12px 0 0;
}
.indexTrendArea .indexTrendAreaContent > a  > div:nth-child(1) {
    height: 42px;
    width: 100%;
    text-align: center;
}
.indexTrendArea .indexTrendAreaContent > a  > div:nth-child(1) img {
    height: 100%;
}
.indexTrendArea .indexTrendAreaContent > a  > div:nth-child(2) {
    text-align: center;
    color: #0c0c0c;
    font-size: 12px;
    line-height: 26px;
}
.sub_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f6f6f6;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
}
.sub_head > div {
    -ms-flex: 1 1;
    flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.winnerAreaContent {
    height: 482px;
}
.winnerAreaContent .li {
    line-height: 42px;
    padding: 0 10px;
    border-bottom: 1px solid #ecebeb;
    overflow: hidden;
}
.winnerAreaContent .li span:nth-child(1) {
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ffac5a;
    background-color: #ffeedc;
    color: #d91e38;
    float: left;
    margin: 12px 14px 0 0;
}
.winnerAreaContent .li span:nth-child(2) {
    float: left;
    width: 100px;
    text-indent: 12px;
}
.winnerAreaContent .li span:nth-child(3) {
    float: left;
    color: #d91e38;
}
#winnerList {
    height: 100%;
}
.indexContent {
    overflow: hidden;
    padding-bottom: 12px;
}
.fontText {
    height: 228px;
    background: url("/views/img/fonntBjpng.png");
}
.fontTextContent {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.fontTextContentCode {
    float: left;
    width: 250px;
    text-align: center
}
.fontTextContentCode img {
    width: 120px;
    margin-top: 52px;
    display: inline-block;
}
.fontTextContentCode div {
    line-height: 24px;
}
.fontTextContentText {
    float: left;
    height: 100%;
    width: 750px;
}
.fontTextContentText > div {
    float: left;
    width: 25%;
    padding-top: 45px;
}
.fontTextContentText > div ul > li:nth-child(1) {
    font-size: 24px;
    margin-bottom: 10px;
}
.fontTextContentText > div ul > li:nth-child(1) i{
    font-size: 19px;
    margin-right: 4px;
}
.fontTextContentText > div ul > li:nth-child(2),
.fontTextContentText > div ul > li:nth-child(3),
.fontTextContentText > div ul > li:nth-child(4),
.fontTextContentText > div ul > li:nth-child(5) {
    font-size: 16px;
    line-height: 28px;
}
.fontTextContentText > div ul > li:nth-child(2) i,
.fontTextContentText > div ul > li:nth-child(3) i,
.fontTextContentText > div ul > li:nth-child(4) i,
.fontTextContentText > div ul > li:nth-child(5) i {
    margin-right: 4px;
}
.footIconArea {
    height: 100px;
}
.footIconAreaContent {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.footIconAreaContent > div {
    text-align: center;
    margin-bottom: 12px;
}
.footIconAreaContent > div img {
    display: inline-block;
    height: 42px;
    margin-top: 22px;
}
.footIconAreaContent > div.footIconCopy {
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 2px;
}
.phone-bg {
    background-color: #fedb4a;
    background-size: 1282px 668px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    height: 700px;
    margin: 0;
}
.phone-bg .content {
    margin-left: 48%;
}
.phone-bg+.footer {
    background-color: #12ace2;
    text-align: center;
}
.phone-bg .content .btn {
    display: -ms-flexbox;
    display: flex;
    padding-top: 280px;
}
.phone-bg .content .phone-qr {
    display: -ms-flexbox;
    display: flex;
}
.phone-bg .content .btn img {
    width: 280px;
    height: 60px;
    margin: 5px 10px;
}
.phone-bg .content .phone-qr img {
    margin: 15px 50px;
    width: 200px;
    height: 200px;
}
.phone-bg+.footer img {
    width: 1000px;
    margin: 10px auto;
}
.youhuiArea {
    padding-bottom: 10px;
}
.youhuiAreaContent {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.youhuiAreaContentTitle {
    padding: 8px 4px;
    line-height: 32px;
}
.youhuiAreaContentTitle img {
    height: 67px;
    display: inline-block;
    margin-right: 12px;
}
.youhuiMainHF {
    padding: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    margin-top: 10px;
}
.youhuiMainContent > ul {
    margin-top: 12px;
}
.youhuiMainContent > ul > li.youhuiMainHF {
    cursor: pointer;
}
.youhuiMainContent > ul > li.youhuiMainHF > div.youhuiMainContentBanner {
    float: left;
    width: 600px;
}
.youhuiMainContent > ul > li.youhuiMainHF > div.youhuiMainContentBanner > img {
    width: 100%;
}
.youhuiMainContent > ul > li.youhuiMainHF > div:nth-child(2) {
   /* float: right;*/
    width: 362px;
}
.youhuiMainContent > ul > li.youhuiMainHF > div:nth-child(2) > div:nth-child(1) {
    font-size: 17px;
    font-weight: 300;
    color: #5c8ae5;
    line-height: 31px;
    height: 30px;
}
.youhuiMainContent > ul > li.youhuiMainHF > div:nth-child(2) > div:nth-child(2) {
    color: rgb(255, 0, 0);
    font-weight: 600;
}
.youhuiMainContent > ul > li.youhuiMainHF > div:nth-child(2) > div:nth-child(3) {
    color: rgb(255, 0, 0);
    font-weight: 600;
}
.youhuiDetail tr:nth-child(2n){
    /*color: aquamarine!important;*/
}
.youhuiDetail tr:nth-child(2n-1){
    /*color: chartreuse!important;*/
}
.youhuiDetail tr td p{
    margin-top: 0px!important;
}

.youhuiDetail tr td{
    border-radius: 5px;
}
.youhuiDetail table{
    width: 100%;
}

.youhuiDetail {
    display: none;
    padding: 12px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.information {
    width: 1000px;
    margin: 10px auto;
}
.sub-nav {
    padding: 8px 6px;
    background: #eaeaea;
}
.sub-nav a {
    padding: 0 4px;
}
.newsContent {
    border: 1px solid #ccc;
    padding: 10px;
}
.newsContent .newsTitle {
    font-size: 22px;
    text-align: center;
    line-height: 48px;
}
.newsContent {
    display: none;
}
.floatLeft {
    position: fixed;
    top: 50%;
    width: 126px;
    height: 288px;
    margin-top: -144px;
    left: 10px;
    border: 1px solid #ccc4bc;
    z-index: 4;
}

.floatRight {
    position: fixed;
    top: 50%;
    width: 126px;
    height: 288px;
    margin-top: -144px;
    right: 10px;
    border: 1px solid #ccc4bc;
    z-index: 4;
}
.ssColor {
    /*background:url(/views/img/hot_icon.gif) ;*/
    position: relative;
    -webkit-animation: change .5s  ease-in  infinite;
    -moz-animation: change .5s  ease-in  infinite;
    -ms-animation: change .5s  ease-in  infinite;
    -o-animation: change .5s  ease-in  infinite;
}


.AgencyContentWrap{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(/views/img/bootomBG.jpg);
}

.AgencyContent{
  width: 1000px;
  height: auto;
  margin: 27px auto;
  overflow: hidden;
}

.financingNav {
  width: 176px;
  float: left;
  padding-right: 24px;
}
.financingNav li {
  height: 80px;
  border: 1px solid #909090;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 80px;
  cursor: pointer;
}
.financingNav li.active, .financingNav li:hover {
  background:#3b3a39;
}
.financingNav li.active a, .financingNav li:hover a {
  border-left: 10px solid #12ace2;
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
}
.financingNav li a {
  padding-left: 20px;
  height: 100%;
  display: block;
  margin-left: -1px;
  color: #000;
}
.financingContent {
  padding-left: 27px;
  border-left: 1px solid #afafaf;
  float: left;
  width: 760px;
  font-family: "微软雅黑";
  display: none;
}
.financingContent-show
{
  display: block;
}
financingContent h2 {
  font-size: 22px;
  line-height: 44px;
  border-bottom: 1px solid #909090;
  font-weight: normal;
}
.financingContent h2 {
  font-size: 22px;
  line-height: 44px;
  border-bottom: 1px solid #909090;
  font-weight: normal;
}
.financingContent h2 span {
  border-bottom: 4px solid #db2552;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: -1px;
}
.financingContentC {
  padding: 25px 0;
}
.otherMenuNext {
    width: 968px;
    min-height: 100px;
    background: #fff;
    position: absolute;
    z-index: 999;
    left: 170px;
    box-shadow: 0 1px 15px #18425e;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    clear: both;
    margin-left: -499px;
    top: 46px;
    display: none;
    padding: 16px;
}
.GC_next_left_title, .XY_next_right_title {
    width: 483px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-indent: 32px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border-bottom: 1px solid red;
    text-align: left;
}
.GC_next_left, .XY_next_right {
    float: left;
    width: 483px;
}
.GC_next_left_content, .XY_next_left_content {
    width: 483px;
    min-height: 100px;
    overflow: hidden;
    padding-top: 12px;
}
.GC_next_left {
    border-right: 1px solid #df0101;
    height: 100%;
}
.XY_next_left_content > a,
.GC_next_left_content > a {
    width: 94px;
    height: 90px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    float: left;
}
.GC_next_left_content a div:nth-child(1), .XY_next_left_content a div:nth-child(1) {
    width: 94px;
    height: 64px;
}
.GC_next_left_content a div:nth-child(2), .XY_next_left_content a div:nth-child(2) {
    height: 30px;
    text-align: center;
    color: #000;
    line-height: 16px;
    font-size: 12px;
}
.GC_next_left_content a:hover, .XY_next_left_content a:hover {
    box-shadow: 1px 1px 1px red;
    /*border-left: 1px solid rgba(227,86,86,0.03);*/
}