/* 公用标题 */
.indexTitle {
    text-align: center;
    padding-top: 74px;
}
.indexTitle p {
    font-size: 38px;
    color: #2b3346;
    line-height: 1.5;
    font-weight: 600;
}
.indexTitle .tips {
    font-size: 15px;
    color: #5a6071;
    margin-top: 10px;
}
.close {
    position: absolute;
    right: -48px;
    top: -36px;
    cursor: pointer;
}


/* 导航栏 */
.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
	font-size: 0;
  }
  .header .w1200 {
    padding: .625rem 0 ;
    display: flex;
    justify-content: space-between;
  }
  .header .w1200 .logo{
    width: 40%;
  }
  .header .w1200 .logo a {
    display: block;
  }
  .header .w1200 .right .nav {
    float: left;
    padding-top: 10px; 
  }
  .header .w1200 .right .nav li {
    float: left;
    margin-left: 60px;
    position: relative;
  }
  .header .w1200 .right .nav li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    display: block;
    padding-bottom: 25px;
    position: relative;
    transition: all 0.3s;
  }
  .header .w1200 .right .nav li a span {
    display: none;
  }
  .header .w1200 .right .nav li.active a,
  .header .w1200 .right .nav li:hover a {
    color: #f84311;
    transition: all 0.3s;
  }
  .header .w1200 .right .nav li:first-child {
    margin-left: 0;
  }
  .header .w1200 .right .menu {
    padding-top: 10px;
  }
  .header .w1200 .right .menu img {
    line-height: 28px;
    vertical-align: top;
    color: #f84311;
    width: 1.875rem;
    text-align: center;
  }
  /* 汉堡导航 */
  .hamnav{
      position: relative;
      width: 24px;
      margin-left: 20px;
      display: inline-block;
	  height: 25px;
	  background-color: rgba(255, 255, 255, 0);
  }

  .hambur{
      position: absolute;
      background-color: #16BAAA;
      height: 3px;
      width: 25px;
      display: inline-block;
      margin-top: 13px;	
      transition: all 0.5s;
  }
  .hambur:before, .hambur:after{
      content: '';
      background-color: #16BAAA;
      height: 3px;
      width: 25px;
      display: inline-block;
      transition: all 0.5s;
      
  }
  .hambur:before{
      position: absolute;
      top: -8px;
      right: 0;
  }
  .hambur:after{
      position: absolute;
      top: 8px;
      right: 0;
  }
  .hambur.open{
      /* 	width: 0; */
      background-color: rgba(255, 255, 255, 0);
  }
  .hambur.open:before{
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform:translateY(8px) rotate(45deg);	
  }
  .hambur.open:after{
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform:translateY(-8px) rotate(-45deg);
  }
  .hammenu.open{
    height: 11.5625rem;
  }
  .hammenu{
    display: block;
    width: 100%;
    height: 0px;
    position:absolute ;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    transition:all 0.5s;
    overflow: hidden;
  }
  .hammenu li{
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
  }
  .hammenu li a{
    color: #fff;
    font-size: .875rem;
  }
  
  .header .w1200 .right .menu a:first-child {
    background: #f84311;
    color: #fff;
    margin-right: 10px;
  }
  .header .w1200 .right .loggedIn {
    display: none;
    float: right;
    padding-top: 8px;
  }
  .header .w1200 .right .loggedIn .content {
    height: 34px;
    position: relative;
  }
  .header .w1200 .right .loggedIn .content .img {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    overflow: hidden;
  }
  .header .w1200 .right .loggedIn .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header .w1200 .right .loggedIn .content .name {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-left: 10px;
  }
  .header .w1200 .right .loggedIn .content span {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
  }
  .header .w1200 .right .loggedIn .content .list {
    position: absolute;
    width: 126px;
    top: 58px;
    background: red;
    margin-left: -19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 19px 0;
    display: none;
  }
  .header .w1200 .right .loggedIn .content .list .ico {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .w1200 .right .loggedIn .content .list a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #333;
    width: 100%;
    transition: all 0.3s;
  }
  .header .w1200 .right .loggedIn .content .list a.active,
  .header .w1200 .right .loggedIn .content .list a:hover {
    color: #f84311;
    transition: all 0.3s;
  }
 
  .header.boxShadow {
    position: relative;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  }
.hammenu li{
    height: auto;
}
.hammenu ul{
    height: 0;
    overflow: hidden;
}
.hammenu.open{
    height: auto;
}




/* 企业级网站建站系统(banner) */
.swiper-slide {
    width: 100%;
    height: auto;
    background: url(../images/background.svg) no-repeat;
    background-size: 100% 100%;
	
}
.indexBanner .w1200 {
    max-height: 100%;
    padding-top: 168px;
}
.indexBanner .w1200 .indexBanner_title {
    text-align: center;
}
/* .indexBanner .w1200 .indexBanner_title img {
    width: 540px;
    height: 100px;
    object-fit: contain;
}*/


.indexBanner .w1200 .indexBanner_title {
    font-size: 54px;
    color: #405261;
    text-align: center;
}

.indexBanner .w1200 .indexBanner_title h3 {
    font-weight: 900;
    position: relative;
}
.indexBanner .w1200 .indexBanner_title h3 span {
    color: transparent;
    background-clip:text;
    -webkit-background-clip:text;
    background-image: linear-gradient(90deg,#16baaa,#16b777);
}
.indexBanner .w1200 .indexBanner_title p {
    font-size: 22px;
    color: #656565;
    letter-spacing: 15px;
    padding: 40px 0px 50px 0px;
    font-family: MicrosoftYaHei;
}

.indexBanner .w1200 .indexBanner_title h3 img {
    width: 100px;
    position: absolute;
    right: 280px;
    top: -30px;
}
.indexBanner .w1200 .menu {
    display: flex;
    justify-content: center;
}
.indexBanner .w1200 .menu a {
    font-size: 15px;
    color: #fff;
    width: 148px;
    border: 1px solid #16BAAA;
	background-color: #16BAAA!important;
    text-align: center;
    line-height: 44px;
    border-radius: 23px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 30px center;
    transition: all 0.3s;
}
.indexBanner .w1200 .menu .zixun {
    font-size: 15px;
    color: #fff;
    width: 148px;
    border: 1px solid #FFB800;
	background-color: #FFB800!important;
    text-align: center;
    line-height: 44px;
    border-radius: 23px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 30px center;
    transition: all 0.3s;
}
.indexBanner .w1200 .menu a i {
    font-family: bannerIco;
    font-size: 16px;
    margin-right: 10px;
}
.indexBanner .w1200 .menu a:first-child {
    margin-left: 0;
}
.indexBanner .w1200 .menu a:hover {
    background: #f84311;
    color: #fff;
    transition: all 0.3s;
}
.indexBanner .w1200 .menu .demonst:hover {
    background: #f84311;
}
.indexBanner .w1200 .menu .calendar:hover {
    background: #f84311;
}
.indexBanner .w1200 .menu .download:hover {
    background: #f84311;
}
.indexBanner .swiper-container {
    padding-top: 90px;
    padding-bottom: 140px;
}
.indexBanner .swiper-container .swiper-slide {
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
}
.indexBanner .swiper-container .swiper-slide img {
    width: 900px;
    height: 520;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}

.banner2{margin-top: 250px;}

.indexBanner .swiper-button-next,
.indexBanner .swiper-button-prev {
    width: 58px;
    height: 58px;
    object-fit: contain;
}
.indexBanner .swiper-button-next:after,
.indexBanner .swiper-button-prev:after {
    display: none;
}
.indexBanner .swiper-button-next.swiper-button-disabled,
.indexBanner .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* 核心优势 */
.indexBlock .w1200 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 76px;
    padding-bottom: 25px;
}
.indexBlock .indexTitle {
    padding-top: 0px;
}
.indexBlock .w1200 .list {
    width: calc(100% / 3);
    max-width: 300px;
    margin-bottom: 70px;
    margin-left: 150px;
    flex: 33%;
}
.indexBlock .w1200 .list:nth-child(3n + 1) {
    margin-left: 0;
}
.indexBlock .w1200 .list .img {
    display: flex;
    justify-content: center;
}
.indexBlock .w1200 .list .img img {
    width: 52px;
    height: 50px;
    object-fit: contain;
}
.indexBlock .w1200 .list .title {
    font-weight: bold;
    font-size: 16px;
    color: #43464d;
    text-align: center;
    margin-top: 20px;
}
.indexBlock .w1200 .list .tips {
    font-size: 15px;
    color: #6f7480;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}

/* 多样化的功能扩展 */
/* .indexBlock2 {
  background: #003049;
  height: 555px;
} */

/* 最新动态 */
.indexBlock3 {
    background-color: #fcfafa;
}
.indexBlock3 .indexTitle {
    padding-top: 100px;
}
.indexBlock3 .w1200 {
    margin-top: 40px;
    padding-bottom: 120px;
}
.indexBlock3 .w1200 .newList,
.indexBlock3 .w1200 .questionList {
    max-width: 560px;
    width: calc((100% - 80px) / 2);
    float: left;
    margin-left: 80px;
}
.indexBlock3 .w1200 .newList:first-child,
.indexBlock3 .w1200 .questionList:first-child {
    margin-left: 0;
}
.indexBlock3 .w1200 .newList .title,
.indexBlock3 .w1200 .questionList .title {
    position: relative;
    margin-bottom: 20px;
}
.indexBlock3 .w1200 .newList .title a,
.indexBlock3 .w1200 .questionList .title a {
    display: block;
}
.indexBlock3 .w1200 .newList .title a img,
.indexBlock3 .w1200 .questionList .title a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.indexBlock3 .w1200 .newList .title p,
.indexBlock3 .w1200 .questionList .title p {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 35px;
    z-index: 100;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0px 0px 0px 30px;
    font-family: MicrosoftYaHei-Bold;
    background-color: rgba(248, 67, 17, 0.9);
}
.indexBlock3 .w1200 .newList ul li,
.indexBlock3 .w1200 .questionList ul li {
    position: relative;
    border-bottom: 1px dashed rgba(7, 0, 2, 0.1);
    overflow: hidden;
}
.indexBlock3 .w1200 .newList ul li a,
.indexBlock3 .w1200 .questionList ul li a {
    font-size: 15px;
    color: #5a6071;
    line-height: 48px;
}
.indexBlock3 .w1200 .newList ul li a span,
.indexBlock3 .w1200 .questionList ul li a span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background: #f84311;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.indexBlock3 .w1200 .newList ul li a b,
.indexBlock3 .w1200 .questionList ul li a b {
    font-style: normal;
    font-weight: normal;
    display: block;
    float: left;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 105px);
}
.indexBlock3 .w1200 .newList ul li a i,
.indexBlock3 .w1200 .questionList ul li a i {
    width: auto;
    display: block;
    float: right;
}

/* 全方位服务保障 */
.indexBlock4 {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F94313!important;
    background-size: 100% 100%;
}
.indexBlock4 .index4Title h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei-Bold;
}
.indexBlock4 .index4Title .tips {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.9);
}
.indexBlock4 .index4Title .tips a {
    color: rgba(255, 255, 255, 0.9);
}
.indexBlock4 .index4Title .consult {
    width: 164px;
    height: 46px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    margin-top: 30px;
    color: #f84311;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(248, 67, 17, 0.2);
}

/* 页面底部 */
.footer {
    width: 100%;
    height: 300px;
    background-color: #405261!important;
    background-size: cover;
}
.footer_in {
    width: 100%;
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}
.footer_in h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.8);
}
.footer_in_info img {
    width: 160px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}
.footer_in_info p {
    font-size: 22px;
	font-weight: 600;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.8);
}
.footer_in_qq ul li {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_in_qq ul li:first-child {
    margin-bottom: 15px;
}
.footer_in_qq ul li a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    padding-right: 35px;
}
.footer_in_qq ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    object-fit: contain;
}
.footer_in_qq ul li a span {
    font-size: 14px;
	
    color: #ffffff;
    line-height: 20px;
    font-family: MicrosoftYaHei;
}
.footer_in_wechat {
    display: flex;
}
.footer_in_wechat .footer_in_wechat_box:first-child {
    margin-right: 60px;
}
.footer_in_wechat .footer_in_wechat_box h4 {
    font-size: 16px;
	font-weight: 600;
}
.footer_in_wechat_img {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_in_wechat_img img {
    width: 115px;
    height: 92px;
    object-fit: contain;
}

/* 友情链接 */
.footer .w1200 .footerLink {
    display: flex;
    margin-top: 74px;
    margin-bottom: 39px;
}
.footer .w1200 .footerLink span {
    display: block;
    font-size: 14px;
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .w1200 .footerLink li {
    margin-right: 14px;
}
.footer .w1200 .footerLink li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.footer .beian {
    margin-top:15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.footer .beian .text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
}
.footer .beian .text a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* 登陆注册 */
.blackBackground {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.loginWindow {
    display: none;
    width: 400px;
    height: 515px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border: solid 1px #eeeeee;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
}
.loginclose {
    position: absolute;
    right: -48px;
    top: -36px;
    cursor: pointer;
	z-index: 99;
}
.loginWindow .content {
    padding: 51px 35px 0;
}
.loginWindow .content .title {
    font-size: 24px;
    color: #000;
    line-height: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(156, 156, 156, 0.2);
    position: relative;
}
.loginWindow .content .title span {
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f84311;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.loginWindow .content .wechat {
    margin-top: 37px;
}
.loginWindow .content .tips {
    width: 266px;
    text-align: center;
    padding-left: 38px;
    margin: 0 auto;
    background: url(../images/loginIco.png) no-repeat left center;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 37px;
}
.loginWindow .bottom {
    margin-top: 32px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #808080;
    background: #f0f0f0;
}
.loginWindow .bottom a {
    font-size: 14px;
    color: #f84311;
    margin: 0 3px;
}


.header .w1200 .right .nav li ul {
    overflow: hidden;
    width: 180px;
    height: 0;
    position: absolute;
    background: #fff;
    top: 56px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
  }
  
  .header .w1200 .right .nav li ul li {
    float: none;
    margin: 0;
    background: #fff;
    border-radius: 6px;
    margin: 0 7px;
  }
  .header .w1200 .right .nav li ul li:first-child{
      margin-top: 7px;
      margin-left: 7px;
  }
  .header .w1200 .right .nav li ul li:last-child{
      margin-bottom: 7px;
  }
  .header .w1200 .right .nav li ul li a {
    padding: 0;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 6px;
    font-size: 15px;
  }
  .header .w1200 .right .nav li ul li a:hover{
    background: rgba(248,67,17,.05);
    color: #f84311;
  }
  
  @media (max-width:996px){
      .footer_in_wechat .footer_in_wechat_box:first-child{
          margin-right: 0;
      }
      .question{
      margin-top: 30px !important;
        }
        .grantBlock2 .grantBlockTitle{
            font-size: 6vw !important;
        }
    .grantBlock2 .w1200{
        padding-top: 0 !important;
    }
  }
  
.indexBanner .swiper-container{
    padding-top: 0;
}
.indexBanner .w1200 .indexBanner_title h3 img{
    display: none;
}
.indexBanner{
    background: none;
}
.indexBanner .swiper-container .swiper-slide{
    flex-direction: column;
    height: auto;
    padding-top: 168px;
}

.indexBanner .w1200{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
}
.indexBanner .w1200 .img{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}
.indexBanner .w1200 .position{
    position: absolute;
    max-width: 1200px;
    width: 92%;
    left: 50%;
    top:60%;
    transform: translateX(-50%);
    z-index: 4;
}

.indexBanner .w1200 .banner2 .indexBanner_title h3 span:first-child{
    background-image: linear-gradient(90deg,#0082ff,#3499fb);
}
.indexBanner .w1200 .banner2 .indexBanner_title h3 span:last-child{
    background-image: linear-gradient(90deg,#4ea7fd,#4ea7fd);
}
.indexBanner .w1200 .banner2 .menu a{
    color: #0082ff;
    border-color: #0082ff;
}
.indexBanner .w1200 .banner2 .menu a:hover{
    background: #0082ff;
    color: #fff;
}
.header{
    z-index: 5;
}






@media (max-width:850px){
.indexTitle p {
  font-size: 1.8rem;
  color: #2b3346;
  line-height: 1.5;
  font-weight: 600;
}
.swiper-slide {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    background-size: 100% 100%;
	
}
.indexBanner .w1200 .indexBanner_title {
    font-size: 1.87rem;
    color: #405261;
    text-align: center;
}
.indexBanner .w1200 .indexBanner_title p {
	font-size: .9375rem;
	color: #333333;
    letter-spacing: 10px;
    padding: 1.25rem 0px 2.875rem;
    font-family: MicrosoftYaHei;
}
.indexBanner .swiper-container {
    padding-bottom: 4.375rem;
}
.indexBanner .swiper-container .swiper-slide {
     padding: 0 4%;
    padding-top: 4.75rem;
    width: 100%;    
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.indexBanner .swiper-container .swiper-slide img {
	margin-top: 20px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}

/* 核心优势 */
.indexBlock .w1200 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2.1875rem;
}
.indexBlock .indexTitle {
    padding-top: 0px;
}
.indexBlock .w1200 .list {
  width: calc(50% - 10px);
  margin-bottom: 2.3125rem;
  margin-right: 10px;
}
.indexBlock .w1200 .list:nth-child(2n) {
  margin-right: 0;
}
.indexBlock .w1200 .list .img {
  display: flex;
  justify-content: center;
}
.indexBlock .w1200 .list .img img {
  width: 52px;
  height: 50px;
  object-fit: contain;
}
.indexBlock .w1200 .list .title {
  font-weight: bold;
  font-size: 1rem;
  color: #43464d;
  text-align: center;
  margin-top: 20px;
}
.indexBlock .w1200 .list .tips {
  font-size: .75rem;
  color: #6f7480;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
}
.footer_in_info p {
    font-size: 16px;
	font-weight: 600;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.8);
}
.footer .beian .text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}
.d {
  display: none;
}
.indexBanner .swiper-container .swiper-slide{
    flex-direction: column;
    height: auto;
    padding-top: 20px;
}
.blackBackground {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}
.loginWindow {
    display: none;
    width: 80%;
    height: 480px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border: solid 1px #eeeeee;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}
.loginclose {
    position: absolute;
    right: 43%;
    top: -45px;
    cursor: pointer;
}
}





