body {
  background: #eeeeee;
}

body header {
  background: #f96203;
  /* height: 40px; */
}

body header ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  position: relative;
}

body header ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
}
body header ul li ul {
  position: absolute;
  width: 160px;
  top: 32px;
  display: none;
  z-index: 2;
  transform: translateX(-24px);
}
body header ul li ul li {
  height: 40px;
  line-height: 40px;
  background: white;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body header ul li ul li a {
  color: #333;
}
body header ul li:hover ul {
  display: block;
  position: absolute;
}
body header ul li:hover ul li a:hover {
  color: #f96203;
}

body .banner {
  width: 1200px;
  height: 256px;
  background: url(../images/banner.png) no-repeat top center;
  background-size: 100% 100%;
  margin: 0 auto;
}

body .banner ul {
  width: 420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 210px;
}

body .banner ul li {
  display: flex;
}

body .banner ul li p {
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
}

body .horn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 23px 0 17px;
  width: 1200px;
  margin: 15px auto;
  height: 50px;
  background: #fafcfe;
  border-radius: 8px;
}

body .horn .text {
  display: flex;
  align-items: center;
}

body .horn .text img {
  width: 27px;
  height: auto;
  margin-right: 18px;
}

body .horn .text p {
  font-size: 18px;
  color: #333333;
  line-height: 19px;
}

body .horn a {
  display: block;
  width: 92px;
  height: 28px;
  background: #006bdb;
  border-radius: 14px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}

body .horn p a {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-align: left;
  width: 700px;
  background: #fff;
}

body .main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

body .main .left {
  width: 830px;
  margin-right: 20px;
}

body .main .left h1 {
  font-size: 20px;
  font-weight: bold;
  color: #f96203;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  /* padding-bottom: 20px; */
}

body .main .left h1::before {
  position: absolute;
  width: 3px;
  height: 22px;
  background: #006bdb;
  content: "";
  top: 5px;
  left: 0;
}

body .main .left .main1 {
  /* height: 225px; */
  background: #fafcfe;
  border-radius: 8px;
  padding: 16px 11px 22px 16px;
  margin-bottom: 15px;
}

body .main .left .main1 p {
  width: 803px;
  /* height: 146px; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

body .main .left .main2 {
  /* height: 174px; */
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

body .main .left .main2 .left_2 {
  width: 576px;
  height: 174px;
  background: #fafcfe;
  border-radius: 8px;
  padding: 10px;
}

body .main .left .main2 .left_2 .text {
  display: flex;
}

body .main .left .main2 .left_2 .text .text_1 {
  width: 384px;
}

body .main .left .main2 .left_2 .text .text_1 p {
  margin: 10px auto;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

body .main .left .main2 .left_2 .text .text_1 ul {
  display: flex;
  justify-content: flex-start;
}

body .main .left .main2 .left_2 .text .text_1 ul li {
  margin-left: 12px;
}

body .main .left .main2 .left_2 .text .text_1 ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

body .main .left .main2 .left_2 .text .text_1 ul li a img {
  width: 57px;
  height: 57px;
}

body .main .left .main2 .left_2 .text .text_1 ul li a p {
  margin: 11px 0 0 0;
  font-size: 12px;
}

body .main .left .main2 .left_2 .text img {
  width: 172px;
  height: 96px;
}

body .main .left .main2 .right_2 {
  width: 245px;
  height: 174px;
  overflow: hidden;
  background: #fafcfe;
  border-radius: 8px;
}

body .main .left .main2 .right_2 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

body .main .left .main2 .right_2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body .main .left .main2 .right_2 .swiper-slide img {
  display: block;
  width: 211px;
  height: 140px;
  object-fit: cover;
}

body .main .left .main2 .right_2 .swiper-pagination {
  left: 0;
  bottom: 0;
}

body .main .left .main2 .right_2 .swiper-pagination-bullet {
  background: #fafcfe;
  border: 1px solid #f96203;
}

body .main .left .main2 .right_2 .swiper-pagination-bullet-active {
  background: #f96203;
}

body .main .left .main2 .right_2 .swiper {
  margin-left: auto;
  margin-right: auto;
}

body .main .left .main3 {
  padding: 22px 14px;
  width: 830px;
  height: auto;
  background: #fafcfe;
  border-radius: 8px;
  margin-top: 15px;
}

body .main .left .main3 .left {
  display: flex;
}

body .main .left .main3 .left .left_3 {
  width: 520px;
  height: 310px;
  /* background: #000; */
  border-radius: 4px;
  padding-top: 100px;
  margin: 13px 41px 11px 15px;
  justify-content: center;
  align-items: center;
}

body .main .left .main3 .left .left_3 video {
  width: 550px;
  height: auto;
  transform: translateY(-40%);
  margin: auto;
  padding-top: 40px;
}

body .main .left .main3 .left .right_3 {
  width: 220px;
  /* background: #ffffff; */
}

body .main .left .main3 .left .right_3 ul li {
  margin: 20px 0;
  background: url(../images/video.gif) no-repeat left center;
}

body .main .left .main3 .left .right_3 ul li a {
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
}

body .main .left .main3 .left .right_3 .but {
  width: 192px;
  height: 42px;
  background: #fff;
  border: 1px solid #006bdb;
  border-radius: 8px;
  text-align: center;
}

body .main .left .main3 .left .right_3 .but a {
  font-size: 16px;
  font-weight: bold;
  color: #006bdb;
  line-height: 42px;
}

body .main .left .main3 .bottom {
  width: 800px;
  height: 70px;
  background: #bebebe;
  border-radius: 8px;
  position: relative;
}

body .main .left .main3 .bottom ul {
  display: flex;
  align-items: center;
}

body .main .left .main3 .bottom ul li {
  width: 147px;
  height: 33px;
  background: #ffffff;
  border-radius: 16px;
  margin-left: 16px;
  margin-top: 17px;
}

body .main .left .main3 .bottom ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .main .left .main3 .bottom ul li a img {
  width: 22px;
  height: 22px;
}

body .main .left .main3 .bottom ul li a p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f96203;
  line-height: 33px;
  text-align: center;
}

body .main .left .main3 .bottom ul .last {
  background-color: rgba(220, 38, 38, 0);
}

body .main .left .main3 .bottom ul .last:hover .img {
  display: block;
}

body .main .left .main3 .bottom ul .last p {
  color: #fff;
}

body .main .left .main3 .bottom .img {
  width: 110px;
  height: 124px;
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  left: 360px;
  display: none;
  top: -110px;
}

body .main .left .main3 .bottom .img img {
  width: 84px;
  height: 90px;
  margin: 8px auto;
}

body .main .left .main3 .bottom ul .last .img p {
  font-size: 12px;
  color: #333333;
  text-align: center;
}

body .main .left .main4 {
  padding: 22px 14px;
  width: 830px;
  background: #fafcfe;
  border-radius: 8px;
  margin-top: 15px;
}

body .main .left .main4 ul {
  width: 798px;
}

body .main .left .main4 ul li p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

body .main .left .main4 p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

body .main .left .baner {
  width: 830px;
  height: 56px;
  border-radius: 8px;
  margin-top: 15px;
}

body .main .left .min {
  width: 830px;
  /* height: 775px; */
  background: #fafcfe;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 80px;
}

body .main .left .min .tabs-underline ul {
  display: flex;
}

body .main .left .min .tabs-underline ul li {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  margin: 20px 17px;
}

body .main .left .min .tabs-underline ul .active {
  color: #f96203;
}

body .main .left .min .tabs-content-placeholder ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

body .main .left .min .tabs-content-placeholder ul li {
  width: 395px;
  /* height: 166px; */
  background: #eeeeee;
  border-radius: 8px;
  padding: 13px;
  margin: 6px 4px;
}

body .main .left .min .tabs-content-placeholder ul li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  opacity: 1;
}

body .main .left .min .tabs-content-placeholder ul li p {
  /* opacity: 0.4; */
  margin: 14px 0 0;
  line-height: 30px;
  color: #000;
  font-size: 14px;
}

body .main .left .min .tabs-content-placeholder ul li .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .main .left .min .tabs-content-placeholder ul li .foot .lef {
  display: flex;
  align-items: center;
}

body .main .left .min .tabs-content-placeholder ul li .foot .lef img {
  width: 20px;
  height: 12px;
}

body .main .left .min .tabs-content-placeholder ul li .foot .lef p {
  font-size: 12px;
  color: #999999;
  margin: 0;
}

body .main .left .min .tabs-content-placeholder ul li .foot .rig p {
  font-size: 12px;
  color: #f96203;
  margin: 0;
}

body .main .right {
  width: 351px;
  height: 100px;
}

body .main .right .top {
  padding: 14px 0 12px;
}

body .main .right .top h1 {
  font-size: 20px;
  font-weight: bold;
  color: #f96203;
  line-height: 32px;
  position: relative;
  padding-left: 39px;
}

body .main .right .top h1::before {
  position: absolute;
  width: 3px;
  height: 22px;
  background: #006bdb;
  content: "";
  top: 5px;
  left: 18px;
}

body .main .right .right1 {
  width: 351px;
  /* height: 411px; */
  background: #fafcfe;
  border-radius: 8px;
  padding-bottom: 20px;
}

body .main .right .right1 ul {
  margin-bottom: 36px;
}

body .main .right .right1 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 18px auto;
}

body .main .right .right1 ul li img {
  width: 34px;
  height: 32px;
}

body .main .right .right1 ul li p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

body .main .right .right1 ul li a {
  width: 75px;
  height: 25px;
  background: #006bdb;
  border: 1px solid #006bdb;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
}

body .main .right .right1 .but {
  width: 320px;
  height: 40px;
  border: 1px solid #006bdb;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
}

body .main .right .right1 .but a {
  font-size: 16px;
  color: #006bdb;
  line-height: 40px;
}

body .main .right .right2 {
  width: 351px;
  /* height: 613px; */
  background: #fafcfe;
  border-radius: 8px;
  margin-top: 15px;
}

body .main .right .right2 ul {
  padding-left: 19px;
}

body .main .right .right2 ul li {
  position: relative;
  height: 70px;
}

body .main .right .right2 ul li p {
  font-size: 15px;
  color: #333333;
  line-height: 32px;
}

body .main .right .right2 ul li p span {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}

body .main .right .right2 ul li::before {
  width: 324px;
  height: 2px;
  background-color: #eee;
  content: "";
  position: absolute;
}

body .main .right .right3 {
  width: 350px;
  height: 224px;
  background: #fafcfe;
  border-radius: 8px;
  padding-top: 10px;
  margin-top: 15px;
}

body .main .right .right3 img {
  width: 330px;
  height: 197px;
  margin: auto;
}

body .footer {
  width: 1920px;
  height: 50px;
  background: url(../images/footer.png) no-repeat top center;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

body .footer ul {
  display: flex;
  margin-left: 636px;
  align-items: center;
}

body .footer ul li {
  margin: 13px 10px 0;
}

body .footer ul li p {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

body .footer ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #ff8e21;
  line-height: 25px;
  width: 100px;
  height: 25px;
  background: #ffffff;
  border-radius: 13px;
  display: block;
  text-align: center;
}

.loginBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 408px;
  padding: 36px 0;
  background: #ffffff;
  border-radius: 8px;
  z-index: 9;
  /* display: none; */
}

.loginBox h2 {
  font-size: 24px;
  color: #1b1b1b;
  line-height: 1;
  font-weight: bold;
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}

.loginBox h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 33px;
  height: 4px;
  background: #ff7600;
  border-radius: 4px;
  transform: translateX(-50%);
}

.loginBox ul {
  width: 347px;
  margin: 0 auto;
}

.loginBox li {
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 53px;
  line-height: 53px;
  padding-left: 42px;
  position: relative;
}

.loginBox li input[type="text"] {
  height: 53px;
  border: 0;
  outline: none;
  background: none;
  font-size: 18px;
  color: #000000;
  width: 160px;
}

.loginBox li:first-child input {
  width: calc(100% - 10px);
}

.loginBox .btnSendCode {
  outline: none;
  background: none;
  border: none;
  border: 0;
  font-size: 15px;
  color: #ff7300;
  box-sizing: border-box;
  padding: 0;
  width: 110px;
}

.loginBox li i {
  color: #ee6935;
  font-size: 22px;
  margin-right: 5px;
}

.loginBox li span {
  display: block;
  width: 15px;
  height: 21px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/shouji.jpg)
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}

.loginBox li:nth-child(2) span {
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/yanzheng.jpg)
    center no-repeat;
  background-size: cover;
}

.loginBox h3 {
  font-size: 12px;
  color: #313131;
  line-height: 1;
  text-align: center;
  margin-bottom: 27px;
}

.loginBox h3 input {
  vertical-align: -2px;
  margin-right: 8px;
}

.loginBox h3 a {
  color: #ff7600;
}

.loginBox h3 a:hover {
  text-decoration: underline;
}

.loginBox a.loginon {
  display: block;
  width: 347px;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
  border-radius: 53px;
  font-size: 24px;
  color: #ffffff;
  background: linear-gradient(to right, #fbb93c, #f17520);
}

.loginBox .closed {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/closed.jpg)
    center no-repeat;
  background-size: cover;
  z-index: 999999999999;
}

.screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  display: none;
}

.loginBox2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  overflow: hidden;
  z-index: 9;
  border-radius: 10px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/dl3.png)
    center top no-repeat #ffffff;
  background-size: 100%;
  padding: 278px 50px 50px;
  display: none;
}

#phonenumber {
  font-size: 16px;
  color: #ee6f17;
  line-height: 30px;
  display: none;
}

.guanbi {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2%;
  right: 2%;
}

.loginBox2 .text {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 36px;
}

.loginBox2 .text h2 {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
}

.loginBox2 .text h3 {
  font-size: 18px;
  color: #f69f49;
  line-height: 38px;
  padding: 0 7px;
  background: #fdf1d8;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 10px;
}

.loginBox2 .text span {
  display: block;
  width: 70px;
  height: 11px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/next.jpg)
    center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.loginBox2 .ewm {
  width: 50%;
  float: left;
  padding-left: 19px;
}

.loginBox2 .ewm img {
  display: block;
  width: 148px;
  box-shadow: 0 0 20px rgba(236, 107, 26, 0.5);
}

.loginBox3 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  overflow: hidden;
  z-index: 9;
  border-radius: 10px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/dl3.png)
    center top no-repeat #ffffff;
  background-size: 100%;
  padding: 262px 36px 36px;
  display: none;
}

.loginBox3 table {
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 23px;
}

.loginBox3 table th {
  background: #f69f49;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
}

.loginBox3 table th:first-child {
  border-right: 1px solid #e5e5e5;
}

.loginBox3 table td:first-child {
  line-height: 50px;
  border-right: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 12px;
}

.loginBox3 table td:last-child {
  padding: 0 6px;
}

.loginBox3 table td a {
  word-break: break-all;
  font-size: 14px;
  color: #000;
}

.loginBox3 table tr:nth-child(odd) {
  background: #fdf7ed;
}

/* .loginBox3 table tr:nth-child(2) a {
	color: #ff6200;
} */

.loginBox3 table a:hover {
  text-decoration: underline;
  color: #ff6200;
}

.loginBox3 .text {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 20px;
}

.loginBox3 .text h2 {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
}

.loginBox3 .text h3 {
  font-size: 18px;
  color: #f69f49;
  line-height: 38px;
  padding: 0 7px;
  background: #fdf1d8;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 10px;
}

.loginBox3 .text span {
  display: block;
  width: 70px;
  height: 11px;
  background: url(https://img.gaodun.cn/skin_wx/cfa/course/images/next.jpg)
    center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.loginBox3 .ewm {
  width: 50%;
  float: left;
  padding-left: 19px;
}

.loginBox3 .ewm img {
  display: block;
  width: 148px;
  box-shadow: 0 0 20px rgba(236, 107, 26, 0.5);
}

.loginBox3 .poBox {
  overflow: hidden;
  margin-bottom: 26px;
}

.loginBox3 a.downlod {
  display: block;
  width: 347px;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
  border-radius: 53px;
  font-size: 24px;
  color: #ffffff;
  background: linear-gradient(to right, #fbb93c, #f17520);
}

#img {
  display: none;
  height: 500px;
  width: 500px;
  position: absolute;
  z-index: 999;
  left: -44px;
  top: -50px;
}

.closedd {
  display: none;
}
.loginBox.bounceIn,
.deng.bounceIn {
  display: block;
}

.left_left {
  position: fixed;
  left: 18px;
  top: 40%;
  background-color: #fff;
}

.left_left ul li {
  transition: 0.3s;
}

.left_left ul li:hover {
  transform: translateX(10px);
  background-color: #f69f49;
}

.left_left ul li:hover p {
  color: #fff;
}

.left_left ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.left_left ul li img {
  width: 26px;
  height: 20px;
}

.left_left ul li:nth-child(1) img {
  width: 26px;
  height: 20px;
}

.left_left ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 42px;
}

.deng {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica",
    "Tahoma", "Arial";
  text-decoration: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: block;
  left: 0;
  top: 0;
  font-size: 12px;
  display: none;
}

.anniu {
  margin: 10px auto;
  width: 700px;
  height: auto;
  overflow: hidden;
}

.anniu span {
  display: inline-block;
  border: 1px solid #cecece;
  margin: 2px 0px 12px 15px;
  border-radius: 5px;
}

.anniu span a {
  padding: 0 12px;
  font-weight: bold;
  text-indent: -2em;
  color: #f96203;
}

.table {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

.tr,
.th,
.td {
  border: 1px solid #c4c4c4;
  padding: 5px;
}
.top img {
  padding-left: 18%;
}

.button {    
  background-color: #006bdb; 
  border: none;    
  color: white;    
  padding: 15px 32px;    
  text-align: center;    
  text-decoration: none;    
  display: inline-block;    
  font-size: 16px;
  border-radius: 12px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  line-height: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  }

  .button a{   
    color: #fff;
}
  .button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #f96203; 
    color: white;
}
