h1,h2,h3{font-size: 20px;}
::-webkit-input-placeholder{color: #999}
body{background: #ffffff;}
.flex {
  display: flex
}

.flex.j-c-c {
  justify-content: center
}

.flex.j-c-s-b {
  justify-content: space-between
}

.flex.j-c-e {
  justify-content: end
}

.flex.f-w-w {
  flex-wrap: wrap
}

.flex.a-i-c {
  align-items: center
}

.flex.a-i-e {
  align-items: end
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.ban-ys,.services,.foot,.ban-ys *,.services * ,.foot *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.titlex {
  text-align: center;
  margin: 20px 0;
  font-family: 'SY-Normal-Heavy'
}



.titlex>div {
  font-size: 30px;
  font-weight: 600
}

.titlex p {
  margin-top: 15px;
  font-family: "SY-Normal"
}

@media (max-width: 768px) {
  .titlex {
    font-family: 'SY-Normal'
  }

  .titlex>div {
    font-size: 24px;
  }
}

.services {
  background-color: #f6f6f6;
  margin-top: -150px;
  padding-bottom: 100px
}

@media (max-width: 768px) {
  .services {
    margin-top: -230px;
    padding-bottom: 30px
  }

  .services .row>div {
    margin-bottom: 15px
  }
}

.services .titlex {
  padding-top: 150px;
  padding-bottom: 50px
}

.services .info {
  width: 100%;
  background-color: #fff;
  border-radius: 15px
}

.services .info .img {
  height: 230px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0
}

.services .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transform: scale(1)
}

.services .info .nav-con {
  padding: 20px
}

.services .info .nav-con .title b {
  font-size: 18px;
  margin-bottom: 10px;
  display: block
}

.services .info .nav-con .title p {
  font-size: 12px
}

.services .info .nav-con .nav-link {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services .info .nav-con .nav-link li {
  width: 50%;
  float: left;
  margin-top: 10px
}

.services .info .nav-con .nav-link li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 12px;
  color: #86909c
}

.services .info .nav-con .nav-link li a:hover {
  color: #196bf3
}

.services .info .nav-con .nav-link li a::before {
  position: absolute;
  width: 19px;
  height: 19px;
  content: "";
  left: 0;
  top: 0;
  background-image: url("../images/nav-ico.png");
  background-size: 100%;
  background-repeat: no-repeat
}

.services .info:hover .img img {
  transform: scale(1.05)
}
.tab-con .tabs li {
  margin-bottom: 90px
}

.tab-con .tabs li a {
  padding: 5px 15px;
  border: 1px solid #ededed;
  border-radius: 30px;
  display: inline-block;
  margin-right: 10px;
  transition: all .3s;
  font-size: 13px
}

.tab-con .tabs li a:hover,
.tab-con .tabs li a.active {
  border-radius: 5px;
  background-color: #045ce9;
  color: #fff
}

.tab-con .tabs li a.active {
  border-radius: 30px
}

.tab-con .t-con {
  position: relative;
  width: 100%
}

.tab-con .t-con .con {
  position: relative;
  display: none;
  width: 100%
}

.tab-con .t-con .con.show {
  display: block
}


.commonTit{width:100%;padding-bottom:0px;text-align:center;}
.commonTit i { display: inline-block; color: #e84a52; font-size: 64px; }
.commonTit h3{line-height:36px;font-size:32px;color:#464646; padding:60px 0px 15px;font-weight: bold;}
.commonTit h3 a{color:#676767;}
.commonTit h3 a:hover{text-decoration: underline; color:#048DC5;}
.commonTit p{background:#ebebeb; height:2px; line-height:0px;}
.commonTit p span{ margin:0px auto; display:block; height:2px; width:100px; background:#676767;line-height:1px;}
.commonTit em{ display:block;font-size:20px; color:#999; padding-top:15px;}
.commonTit .btn{height:30px;padding-top:30px;position:relative;}
.commonTit .next, .commonTit .prev{position:absolute;cursor: pointer;background-color:#fff;width:16px;height:16px;padding:10px;border-radius:50%;right:auto;left: 50%;margin-left: 5px;top:30px;border:2px solid #b0b0b0;color: #b0b0b0;}
.commonTit .prev {margin-left: -44px;}
.commonTit .next:hover,.commonTit .next:active,.commonTit .prev:hover,.commonTit .prev:active{border-color:#e84a52;color: #e84a52; }
.commonTit .next-disabled,.commonTit .next-disabled:hover,.commonTit .prev-disabled,.commonTit .prev-disabled:hover {border-color:#e5e5e5;color: #e5e5e5;}
.commonTit .next:after,.commonTit .prev:after {position:absolute;top:10px;right:9px;font-family:'icomoon'; font-size:16px;color:inherit;content: "\e3b0"; speak: none; font-style: normal; font-weight: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.commonTit .prev:after { content: "\e3b2"; }
ddress, cite, dfn, em, var {
  font-style: normal;
}
.al-more{float:right}
/* å¸ƒå±€ */
.site-inline{font-size: 0;}
.site-tree, .site-content{display: inline-block;  *display:inline; *zoom:1; vertical-align: top; font-size: 14px;}
.site-tree{width: 220px; min-height: 900px; padding: 5px 0 20px;}
.site-content{width: 899px; min-height: 900px; padding: 20px 0 10px 20px;}

/* å¤´éƒ¨ */


.header .layui-nav{position: absolute; right: 0; top: 0; padding: 0; background: none;}
.header .layui-nav .layui-nav-item{margin: 0 20px; }
.header .layui-nav .layui-nav-item[mobile]{display: none;}

.header .layui-container .logo{left: 15px;}
.header .layui-container .layui-nav{right: 15px;}
.header .layui-nav .layui-badge, 
.header .layui-nav .layui-badge-dot{right: 0;}


.menu{position: absolute; right: 0; top: 0; line-height: 65px;}
.menu a{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.menu a{position: relative; padding: 0 20px; margin: 0 20px; color: #c2c2c2; font-size: 14px;}
.menu a:hover{color: #fff; transition: all .5s; -webkit-transition: all .5s}
.menu a.this{color: #fff}
.menu a.this::after{content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 5px; background-color: #5FB878;}

.header-index{}
.header-index .site-banner-bg{}
.header-index[spring],
.site-banner-bg[spring]{border: none; background-color: #1C3C12}
.header-index[spring1]{border: none; background-color: #0D1206}
.header-index[summer],
.site-banner-bg[summer]{border: none; background-color: #0A0E11}
.header-index[autumn],
.site-banner-bg[autumn]{border: none; background-color: #ffffff}
.header-index[winter],
.site-banner-bg[winter]{border: none; background-color: #110F25/*#06041C*/}

.header-demo{height: 60px; border-bottom: none;}
.header-demo .logo{left: 40px;}
.header-demo .layui-nav{top: 0;}
.header-demo .layui-nav .layui-nav-item{margin: 0 10px;}

.header-demo .layui-nav .layui-this a{padding: 0 30px;}


.component{position: absolute; width: 160px; left: 120px; top: 16px; }
.component .layui-input{height: 30px; padding-left: 12px; background-color: #424652; background-color: rgba(255,255,255,.05); border: none 0; color: #fff; color: rgba(255,255,255,.5); font-size: 12px;}
.component .layui-form-select .layui-edge{display: none; border-top-color: #999;}
.component .layui-form-select dl{top: 36px; background-color: rgba(255,255,255,.9)}
.header-demo .component{left: 185px;}


/* å­ä¾§è¾¹ */
.layui-side-child{width: 160px!important; left: 200px; bottom: 60px!important; border-right: 1px solid #eee; background-color: #fff;}
.layui-side-child .layui-side-scroll{width: 170px;}
.layui-side-child .layui-nav{padding: 10px 0; width: 160px; border-radius: 0; background: none}
.layui-side-child .layui-nav-child{border-radius: 0;}
.layui-side-child .layui-nav .layui-nav-title a, 
.layui-side-child .layui-nav .layui-nav-title a:hover, 
.layui-side-child .layui-nav-itemed>a{color: #666 !important;}
.layui-side-child .layui-nav-itemed .layui-nav-child{margin-bottom: 10px; background: none !important;}
.layui-side-child .layui-nav .layui-nav-item a{height: 30px; line-height: 30px; color: #666;}
.layui-side-child .layui-nav .layui-nav-item a:hover{background: none !important;}
.layui-side-child .layui-nav .layui-nav-child a{color: #999 !important;}
.layui-side-child .layui-nav .layui-nav-more{display: none;}
.layui-side-child .layui-nav-tree .layui-this, 
.layui-side-child .layui-nav-tree .layui-this>a, 
.layui-side-child .layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-side-child .layui-nav-tree .layui-nav-child dd.layui-this a{background: none; color: #5FB878 !important;}
.layui-side-child .layui-nav .layui-nav-child a:hover{color: #009688 !important} 
.layui-side-child .layui-nav-bar{background-color: #5FB878;}


/* åº•éƒ¨ */
/*.footer{padding: 30px 0; line-height: 30px; text-align: center; color: #666; font-weight: 300;border-top: 1px solid #e2e2e2;width:100%;}*/
/*body .layui-layout-admin .footer-demo{height: 50px; line-height: 50px; padding: 5px 0;}*/
/*.footer a{padding: 0 5px;}*/
.site-union{color: #999;}
.site-union>*{display: inline-block; vertical-align: middle;}
.site-union a[sponsor] img{width: 80px;}
.site-union span{position: relative; top: 5px;}
.site-union span a{padding: 0; display: inline; color: #999;}
.site-union span a:hover{text-decoration: underline;}
.site-union .site-union-desc{display: block; margin-bottom: 10px;}

.footer-demo p,
.footer-demo .site-union,
.footer-demo .site-union p{display: inline-block; vertical-align: middle; padding-right: 10px;}
.footer-demo .site-union{position: relative; top: -5px;}
.footer-demo .site-union .site-union-desc{margin-bottom: 0; padding-right: 0;}
.footer-demo .site-union a[sponsor] img{position: relative; top: 3px;}

/* é¦–é¡µba    --------overflow: hidden; background-color: #8d8989;-----nneréƒ¨åˆ† */
.site-banner{position: relative; height: 520px; text-align: center;overflow: hidden; background-color: #000000;}
.site-banner-bg
,.site-banner-main{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.site-banner-bg{background-position: center 0;}


.site-zfj{padding-top: 25px; height: 220px;}
.site-zfj i{position: absolute; left: 50%; top: 40px; width: 200px; height: 200px; margin-left: -100px; font-size: 180px; color: #c2c2c2;}

@keyframes site-zfj {
  0% {opacity: 1;  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);}
  10% {opacity: 0.8; transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);}
  35% {opacity: 0.6; transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);}
  50% {opacity: 0.4; transform: translate3d(0, 0, 0) rotate(360deg) scale(0);}
  80% {opacity: 0.2; transform: translate3d(0, 0, 0) rotate(720deg) scale(1);}
  90% {opacity: 0.1; transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);}
  100% {opacity: 1; transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);}
}

@keyframes site-desc {
  0% { transform: scale(1.1);}
  100% {transform: scale(1);}
}

.site-zfj-anim i{-webkit-animation-name: site-zfj; animation-name: site-zfj; -webkit-animation-duration: 5s; animation-duration: 5s;  -webkit-animation-timing-function: linear; animation-timing-function: linear;}


.web-font-desc{
  text-indent:-9999px;
  background-image: url(../image/cscms.png);
  background-size: cover;
  width: 650px;
  height: 80px;
  margin: 0 auto;
}

.site-desc{position: relative; height: 70px; margin-top: 2px;}

.site-desc-anim{-webkit-animation-name: site-desc; animation-name: site-desc;}
.site-desc cite{position: absolute; bottom: -30px; left: 0; width: 100%; color: #ffffff; font-style: normal;}

.site-download{margin-top: 60px; font-size: 0;}
.site-download a{position: relative; padding: 0 25px 0 25px; height: 58px; line-height: 58px; border: 1px solid #ffffff;  border-color: rgba(255,255,255,.5); font-size: 22px; color: #ffffff; transition: all .5s; -webkit-transition: all .5s;}
.site-download a:hover{border-color: rgba(255,255,255,.3); color: #fff; background-color: rgba(255,255,255,.05); border-radius: 30px;}
.site-download a cite{position: absolute; left: 55px; top: 2px; font-size: 30px;}
.site-version{position: relative; margin-top: 15px; color: #ccc; font-size: 12px;}
.site-version span{padding: 0 3px;}
.site-version *{font-style: normal;}
.site-version a{color: #e2e2e2; text-decoration: underline;}

.site-banner-other{position: absolute; left: 0; bottom: 35px; width: 100%; text-align: center; font-size: 0;}
.site-banner-other iframe{border: none;}
.site-banner-other a{display: inline-block; vertical-align: middle; height: 28px; line-height: 28px; margin: 0 6px; padding: 0 10px; border-radius: 2px; color: #c2c2c2; color: rgba(255,255,255,.8); border: 1px solid #c2c2c2; border-color: rgba(255,255,255,.2); font-size: 14px; transition: all .5s; -webkit-transition: all .5s;}
.site-banner-other a:hover{color: #fff; background-color: rgba(255,255,255,.1);}


.site-idea{margin: 50px 0; font-size: 0; text-align: center; font-weight: 300;}
.site-idea li{display: inline-block; vertical-align: top; *display: inline; *zoom:1; font-size: 14px; }
.site-idea li{width: 298px; height: 150px; padding: 30px; line-height: 24px; margin-left: 30px; border: 1px solid #d2d2d2; text-align: left;}
.site-idea li:first-child{margin-left: 0}
.site-idea .layui-field-title{border-color: #d2d2d2}
.site-idea .layui-field-title legend{margin: 0 20px 20px 0; padding: 0 20px; text-align: center;}

/* èµžåŠ©å•† */
.site-sponsor-home{margin-top: 40px; text-align: center;}
.site-sponsor-home .layui-btn{position: relative; width: 248px; height: 60px; line-height: 60px; background: none; border-color: #212121; font-size: 20px; border-radius: 6px;}
.site-sponsor-home .layui-btn:hover{background: #4A4855; color: #BAB8C3;}

.site-sponsor-home p{position: relative; padding-top: 15px; font-size: 22px; color: #212121;}
.site-sponsor-home p:before{content: ''; position: relative; top: -2px; display: inline-block; vertical-align: middle; width: 30px; height: 30px; margin-right: 10px;background-repeat: no-repeat; background-size: contain;}
@media screen and (max-width: 750px) {
  .site-sponsor-home .layui-btn{width: 180px; height: 45px; line-height: 45px; font-size: 20px;}
  .site-sponsor-home p{font-size: 16px;}
  .site-sponsor-home p:before{width: 20px; height: 20px;}
}


/* è¾…åŠ© */
.site-tips{margin-bottom: 10px; padding: 15px; line-height: 22px; border-left: 5px solid #0078AD; background-color: #f2f2f2;}
body .site-tips p{margin: 0;}
body .layui-layer-notice .layui-layer-content{padding: 20px; line-height: 26px; background-color: #393D49; color: #fff; font-weight: 300;}
.layui-layer-notice .layui-text{color: #f8f8f8;}
.layui-layer-notice .layui-text a{color: #009688;}

/* ç›®å½• */
.site-dir{display: none;}
.site-dir li{line-height: 26px; margin-left: 20px; overflow: visible; list-style-type: disc;}
.site-dir li a{display: block;}
.site-dir li a:active{color: #01AAED;}
.site-dir li a.layui-this{color: #01AAED;}
body .layui-layer-dir{box-shadow: none; border: 1px solid #d2d2d2;}
body .layui-layer-dir .layui-layer-content{padding: 10px;}
.site-dir a em{padding-left: 5px; font-size: 12px; color: #c2c2c2; font-style: normal;}

/* æ–‡æ¡£ */
.site-tree{border-right: 1px solid #eee; }
.site-tree .layui-tree{line-height: 32px;}
.site-tree .layui-tree li i{position: relative; font-size: 22px; color: #000}
.site-tree .layui-tree li a cite{padding: 0 8px;}
.site-tree .layui-tree .site-tree-noicon a cite{padding-left: 15px;}
.site-tree .layui-tree li a em{font-size: 12px; color: #bbb; padding-right: 5px; font-style: normal;}
.site-tree .layui-tree li h2{line-height: 36px; border-left: 5px solid #009E94; margin: 15px 0 5px; padding: 0 10px; background-color: #f2f2f2;}
.site-tree .layui-tree li ul{margin-left: 27px; line-height: 28px;}
.site-tree .layui-tree li ul a,
.site-tree .layui-tree li ul a i{color: #777;}
.site-tree .layui-tree li ul a:hover{color: #333;}
.site-tree .layui-tree li ul li{margin-left: 25px; overflow: visible; list-style-type: disc; /*list-style-position: inside;*/}
.site-tree .layui-tree li ul li cite,
.site-tree .layui-tree .site-tree-noicon ul li cite{padding-left: 0;}

.site-tree .layui-tree .layui-this a{color: #01AAED;}
.site-tree .layui-tree .layui-this .layui-icon{color: #01AAED;}

.site-fix .site-tree{position: fixed; top: 0; bottom: 0; z-index: 666; min-height: 0; overflow: auto;  background-color: #fff;}
.site-fix .site-content{margin-left: 220px;}
.site-fix-footer .site-tree{/*margin-bottom: 120px;*/}


.site-title{ margin: 30px 0 20px;}
.site-title fieldset{border: none; padding: 0; border-top: 1px solid #eee;}
.site-title fieldset legend{margin-left: 20px;  padding: 0 10px; font-size: 22px; font-weight: 300;}

.site-text a{color: #01AAED;}
.site-h1{margin-bottom: 20px; line-height: 60px; padding-bottom: 10px; color: #393D49; border-bottom: 1px solid #eee;  font-size: 22px; font-weight: 300;}
.site-h1 .layui-icon{position: relative; top: 5px; font-size: 35px; margin-right: 10px;}
.site-text{position:relative;}
.site-text p{margin-bottom: 10px;  line-height:22px;}
.site-text em{padding: 0 3px; font-weight: 500; font-style: italic; color: #666;}
.site-text code{margin:0 5px; padding: 3px 10px; border: 1px solid #e2e2e2; background-color: #fbfbfb; color: #666; border-radius: 2px;}


.site-table{width: 100%; margin: 10px 0;}
.site-table thead{background-color:#f2f2f2; }
.site-table th, 
.site-table td{padding: 6px 15px; min-height: 20px; line-height: 20px; border:1px solid #ddd; font-size: 14px; font-weight: 400;}
.site-table tr:nth-child(even){background: #fbfbfb;}

.site-block{padding: 20px; border: 1px solid #eee;}
.site-block .layui-form{margin-right: 200px;}

/* æ›´æ–°æ—¥å¿— */
.site-changelog .layui-timeline-title h2{display: inline-block;}
.site-changelog .layui-timeline-title .layui-badge-rim{top: -2px; left: 10px;}

/* é¢œè‰² */
.site-doc-color{font-size: 0;}
.site-doc-color li{display: inline-block; vertical-align: middle; width: 180px; margin-left: 20px; margin-bottom: 20px; padding: 20px 10px; color: #fff; text-align: center; border-radius: 2px; line-height: 22px; font-size: 14px;}
.site-doc-color li p[tips]{opacity: 0.8; font-size: 12px;}

.site-doc-necolor li{width: 108px; margin-top: 15px; margin-left: 0; border-radius: 0;}

.site-doc-bgcolor li{padding: 10px;}

/* å®«æ ¼ */
.site-doc-icon{margin-bottom: 50px; font-size: 0;}
.site-doc-icon li{display: inline-block; vertical-align: middle; width: 127px; height: 105px; line-height: 25px; padding: 20px 0; margin-right: -1px; margin-bottom: -1px; border: 1px solid #e2e2e2; font-size: 14px; text-align: center; color: #666; transition: all .3s; -webkit-transition: all .3s;}
.site-doc-anim li{height: auto;}
.site-doc-icon li .layui-icon{display: inline-block; font-size: 36px;}

.site-doc-icon li .doc-icon-name,
.site-doc-icon li .doc-icon-code{color: #c2c2c2;}
.site-doc-icon li .doc-icon-fontclass{height: 40px; line-height: 20px; padding: 0 5px; font-size: 13px; color: #333; }
.site-doc-icon li:hover{background-color: #f2f2f2; color: #000;}

/* æ …æ ¼ç¤ºä¾‹ */
.grid-demo{padding: 10px; line-height: 50px; text-align: center; background-color: #79C48C; color: #fff;}
.grid-demo-bg1{background-color: #63BA79;}
.grid-demo-bg2{background-color: #49A761;}
.grid-demo-bg3{background-color: #38814A;}


/* æ¼”ç¤º */
body .layui-layout-admin .site-demo{bottom: 60px; padding: 0;}
body .site-demo-nav .layui-nav-item{line-height: 40px}
.layui-nav-item .layui-icon{position: relative; font-size: 20px;}
.layui-nav-item a cite{padding: 0 10px;}
.site-demo .layui-main{margin: 15px; line-height: 22px;}
.site-demo-editor{position: absolute; top: 0; bottom: 0; left: 0; width: 50%; }
.site-demo-area{position: absolute; top: 0; bottom: 0; width: 100%;}
.site-demo-editor textarea{position: absolute; width: 100%; height: 100%; padding: 10px; border: none; resize: none; background-color: #F7FBFF; background-color: #13151A; color: #999; font-family: Courier New; font-size: 12px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
.site-demo-btn{position: absolute; bottom: 15px; right: 20px;}
.site-demo-zanzhu{position: absolute; bottom: 0; left: 0; width: 100%; height: 90px; text-align: center; background-color: #e2e2e2; overflow: hidden;}
.site-demo-zanzhu>*{position: relative; z-index: 1;}
.site-demo-zanzhu:before{content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; width: 120px; margin: -10px 0px 0px -60px; text-align: center; color: rgb(170, 170, 170); font-size: 18px; font-weight: 300; }

.site-demo-result{position: absolute; right: 0; top: 0; bottom: 0; width: 50%;}
.site-demo-result iframe{position: absolute; width: 100%; height: 100%;}

.site-demo-button{margin-bottom: 30px;}
.site-demo-button div{margin: 20px 30px 10px;}
.site-demo-button .layui-btn+.layui-btn{margin-left: 0;}
.site-demo-button .layui-btn{margin: 0 7px 10px 0; }

.site-demo-text a{color: #01AAED;}

.site-demo-laytpl{text-align: center;}
.site-demo-laytpl textarea,
.site-demo-laytpl div span{width: 40%;  padding: 15px; margin: 0 15px;}
.site-demo-laytpl textarea{height: 300px; border: none; background-color: #3F3F3F; color: #E3CEAB; font-family: Courier New; resize: none;}
.site-demo-laytpl div span{display: inline-block; text-align: center; background: #101010; color: #fff;}
.site-demo-tplres{margin: 10px 0; text-align: center}
.site-demo-tplres .site-demo-tplh2,
.site-demo-tplres .site-demo-tplview{display: inline-block; width: 50%;}
.site-demo-tplres h2{padding: 15px; background: #e2e2e2;}
.site-demo-tplres h3{font-weight: 700;}
.site-demo-tplres div{padding: 14px; border: 1px solid #e2e2e2; text-align: left;}

.site-demo-upload,
.site-demo-upload img{width: 200px; height: 200px; border-radius: 100%;}
.site-demo-upload{position: relative; background: #e2e2e2;}
.site-demo-upload .site-demo-upbar{position: absolute; top: 50%; left: 50%; margin: -18px 0 0 -56px;}
.site-demo-upload .layui-upload-button{background-color: rgba(0,0,0,.2); color: rgba(255,255,255,1);}

.site-demo-util{position: relative; width: 300px;}
.site-demo-util img{width: 300px; border-radius: 100%;}
.site-demo-util span{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #333; cursor: pointer;}
@-webkit-keyframes demo-fengjie {
  0% {-webkit-filter: blur(0); opacity: 1; background: #fff; height: 300px; border-radius: 100%;}
  80% {-webkit-filter: blur(50px);  opacity: 0.95;}
  100% {-webkit-filter: blur(20px); opacity: 0; background: #fff;}
}
@keyframes demo-fengjie {
  0% {filter: blur(0); opacity: 1; background: #fff; height: 300px; border-radius: 100%;}
  80% {filter: blur(50px);  opacity: 0.95;}
  100% {filter: blur(20px); opacity: 0; background: #fff;}
}
.site-demo-fengjie{-webkit-animation-name: demo-fengjie; animation-name: demo-fengjie; -webkit-animation-duration: 5s; animation-duration: 5s;}

.layui-layout-admin .site-demo-body{top: 106px;}
.site-demo-title{position: fixed; left: 200px; right: 0; top: 65px;}
.site-demo-code{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; padding: 10px; resize: none; font-size: 12px; background-color: #F7FBFF; color: #881280; font-family: Courier New;}

.site-demo-overflow{overflow: hidden;}

/* å…¶å®ƒ */
#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top{display: none !important;}


/* ç‹¬ç«‹ç»„ä»¶ ä¸Ž ä¸»é¡µ */
.alone{text-align: center; background-color: #009688; color: #fff; font-weight: 300; transition: all .3s; -webkit-transition: all .3s;}
.alone:hover{background-color: #5FB878;}
.alone a{display: block; padding: 50px 20px; color: #fff; font-size: 30px;}
.alone a cite{display: block; padding-top: 10px; font-size: 14px;}


.alone-banner{height: 190px; text-align: center; font-weight: 300; background-color: #009688; color:#fff;}
.alone-banner h1{padding-top: 60px; line-height: 32px; font-size: 30px; font-weight: 300;}
.alone-banner p{padding-top: 20px; color: #e2e2e2; color: rgba(255,255,255,.8);}

.alone-nav .layui-tab-title li{margin-right: 30px; padding: 0; color: #666;}
.alone-nav .layui-tab-title li a{  padding: 0 20px;}

.alone-download{margin: 30px 0;}
.alone-download .layui-btn{margin-right: 10px;}
.alone-download span{display: inline-block; line-height: 44px; padding-right: 20px;}
.alone-download span em{color: #999;}

.alone-title{margin-top: 20px;}

.alone-download-btn{text-align: center; margin-top: 50px; font-size: 0;}
.alone-download-btn .layui-btn{position: relative; width: 206px; height: 60px; line-height: 60px; font-size: 26px; font-weight: 300;}
.alone-download-btn .layui-btn+.layui-btn{margin: 0;}
.alone-download-btn .alone-download-right{margin-left: 20px !important; border-color: #009688; background: none; color: #009688;}
.alone-download-btn .layui-btn img{position: relative; top: -3px; width: 118px;}

@-webkit-keyframes site-anim-closeup{ /* ç‰¹å†™ */
  from {-webkit-transform: translate3d(0, 0, 0) scale(1);  opacity: 1;}
  to { -webkit-transform: translate3d(0, 400px, 0) scale(2);  opacity: 0.5;}
}
@keyframes site-anim-closeup{
  from {transform: translate3d(0, 0, 0) scale(1); opacity: 1;}
  to {transform: translate3d(0, 400px, 0) scale(2); opacity: 0.5;}
}
.site-out-up{-webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: site-anim-closeup; animation-name: site-anim-closeup; overflow: hidden;}

.index-content{
  background-color:#ffffff;
}
.index-content .category {
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.index-content .category > div {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 25px 5px 25px;
}
.index-content .category > div > h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 12px 0 14px;
}
.index-content .category > div > p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 9px;
}
.layui-main{width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.site-tree-mobile{display: none; position: fixed; z-index: 100000; bottom: 15px; left: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;}
.site-tree-mobile i{font-size: 20px;}

.site-banner-other {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.site-banner-other a {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 8px;
    border-radius: 2px;
    color: #c2c2c2;
    color: rgba(255,255,255,.8);
    border: 1px solid #c2c2c2;
    border-color: rgba(255,255,255,.2);
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

/* é€‚é…å¤šè®¾å¤‡ */
@media screen and (max-width: 750px) {
  .layui-main{width: auto; margin: 0 10px;}
  .logo,
  .header-demo .logo{left: 10px;}
  .component{display: none}
  .logo{top:20px;}
  .logo img{width: 50px;height: 20px;}

  .header .layui-nav-child{left: auto!important; right: 0!important;}
  .site-demo-overflow{overflow: auto;}

  .site-nav-layim{display: none !important;}
  .header .layui-nav .layui-nav-item{margin: 0;}
  .header .layui-nav .layui-nav-item a{padding: 0 15px;}
  .header .layui-nav .layui-nav-item[pc]{display: none;}
  .header .layui-nav .layui-nav-item[mobile]{display: inline-block;}
  .site-banner{height: 300px;}
  .site-banner-bg{background-size: cover;}
  .site-zfj{height: 100px; padding-top: 5px;}
  .site-zfj i{top: 10px; width: 100px; height: 100px; margin-left: -50px; font-size: 100px;}
  .site-desc{background-size: 70%; margin: 0;}
  .site-desc .web-font-desc{width: 90%;background-size: 100%;height: 40px;}
  .site-desc cite{display: none;}
  .site-download{margin-top: 0; }
  .site-download a{height: 40px; line-height: 40px; padding: border-radius: 30px; color: #fff; font-size: 16px;}
  .site-download a cite{left: 20px;}
  .site-banner-other{bottom: 10px;}

  .site-idea{margin: 20px 0;}
  .site-idea li{margin: 0 0 20px 0; width: 100%; height: auto; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
  .site-hengfu img{max-width: 100%}

  .site-block .layui-form{margin-right: 0;}

  .layui-layer-dir{display: none;}
  .site-tree{position: fixed; top: 0; bottom: 0; min-height: 0; overflow: auto; z-index: 1000; left: -260px; background-color: #fff;  transition: all .3s; -webkit-transition: all .3s;}
  .site-content{width: 100%; padding: 0; overflow: auto;}
  .site-content img{max-width: 100%;}
  .site-mobile .site-tree{left: 0;}
  .site-mobile-shade{display: none;content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;}
  .layui-code-view{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .layui-layout-admin .layui-side{position: fixed; top: 0; left: -260px; transition: all .3s; -webkit-transition: all .3s; z-index: 10000;}
  .layui-body{position: static; bottom: 0; left: 0;}
  .site-mobile .layui-side{left: 0;}
  .site-mobile .layui-side-child{top: 50%; left: 200px; height: 300px; margin-top: -100px;}

  body .layui-layout-admin .footer-demo{position: static; height: auto; padding: 15px 0; line-height: 30px;}
  .footer-demo p,
  .footer-demo .site-union{height: auto; padding-right: 0;}
  .footer-demo .site-union{top: 0;}

  .site-demo-area,
  .site-demo-editor,
  .site-demo-result,
  .site-demo-editor textarea,
  .site-demo-result iframe{position: static; width: 100%;}
  .site-demo-editor textarea{height: 350px;}
  .site-demo-zanzhu{display: none;}
  .site-demo-btn{bottom: auto; top: 370px;}
  .site-demo-result iframe{height: 500px;}

  .site-demo-laytpl textarea, .site-demo-laytpl div span{margin: 0;}
  .site-demo-tplres .site-demo-tplh2, .site-demo-tplres .site-demo-tplview{width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .site-demo-title{position: static; left: 0;}
  body .layui-layout-admin .site-demo{position: static;}
  .site-demo-code{position: static; height: 350px;}
  .hide{display:none;}
  .layui-form-item .layui-input-inline{margin: 0 0 10px 0px;}
  .layui-form-label {
      width: 100%;
      text-align: left;
      padding: 9px 10px;
   }
   .layui-input-block {
     margin-left: 0px;
   }
   .layui-form-select .layui-edge{margin-top: 15px;}
   .site-banner-other {bottom: 12px;}
}


.dec_box {
    padding: 40px 0 45px;
    background: #fafbff
}
.dec_box ul{margin-top:30px;}
.dec_box ul li {
    flex: 1;
    text-align: center
}

.dec_box ul li span {
    display: block;
    height: 83px;
    width: 85px;
    margin: 0 auto
}

.dec_box ul li:hover h2 {
    color: #286efa
}

.dec_box h2 {
    color: #555555;
    margin: 16px 0 10px
}

.dec_box h5 {
    color: #555555;
    line-height: 1.6;
    text-align: left;
    padding-left: 50px;
}

.dec_icon_1 {
    background: url("../images/dec_icon1.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.dec_icon_2 {
    background: url("../images/dec_icon2.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.dec_icon_3 {
    background: url("../images/dec_icon3.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.dec_icon_4 {
    background: url("../images/dec_icon4.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}
.flex_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


.common_text {
    text-align: center;
}

.common_text h1 {
    font-size: 30px;
    color: #333333;
    margin: 100px 0 7px;
}

.common_text h2 {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
    margin-bottom: 60px;
}
section{padding-top:40px;}
.news{margin-top:100px}
.news_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.news_list {
    margin: 0 -20px;
    overflow: hidden;
}

.news_item {
    width: 372px;
    height: 366px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -1px -20px 0px 0px rgba(155, 155, 155);
    float: left;
    margin: 0 20px 40px;
}

.news_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_item a img {
    display: inline-block;
    width: 100%;
    height: 220px;
    /* background: skyblue; */
}

.news_item_bottom {
    padding: 2px 0 0 20px;
}

.news_item_bottom_left {
    width: 240px;
    height: 110px;
    padding-right: 20px;
    padding-top: 7px;
    border-right: 2px solid #f5f5f5;
    float: left;
}

.news_item_bottom_left h1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item_bottom_left p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_item_bottom_right {
    float: left;
    margin-left: 20px;
}

.news_item_bottom_right span {
    display: block;
    width: 36px;
    height: 36px;
    /* background: lightcoral; */
    background: url("../images/news.png") no-repeat center center;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news_item_bottom_right h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.news_item_bottom_right p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    margin-top: 8px;
}

.news_more {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: pink; */
    margin: 0 auto 116px;
    background: url("../images/news_more.png") no-repeat center center;
    background-size: cover;
    transition: all .3s;
}

.news_more:hover {
    -moz-transform-origin: center;
    transform-origin: center;
    transform: rotateZ(180deg);
}

.news_item a:hover .news_item_bottom_right span {
    background: url("../images/news2.png") no-repeat center center;
}

.components-solution_components-ComBanner--deskComBanner *{box-sizing: border-box;}
.components-solution_components-ComBanner--deskComBanner {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.components-solution_components-ComBanner--deskComBanner_L {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.components-solution_components-ComBanner--deskComBanner_L3 {
    background: rgba(0,0,0,0.2);
}
.components-solution_components-ComBanner--deskComBanner_R {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 2;
}
.components-solution_components-ComBanner--deskComBanner_center {
    position: absolute;
    width: 1200px;
    padding-top: 160px;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -600px;
    z-index: 5;
    text-align: center;
}
.components-solution_components-ComBanner--deskComBanner_center h4 {
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
    margin-bottom: 20px;
}
.components-solution_components-ComBanner--deskComBanner_center p {
    width: 1000px;
    font-size: 18px;
    font-weight: 400;
    color: #EFEFEF;
    line-height: 24px;
    margin: 0 auto;
}
.components-solution_components-ComBanner--deskComBanner_centerbtns {
    padding-top: 40px;
    font-size: 0;
}
.components-solution_components-ComBanner--deskComBanner_centerbtns a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.components-solution_components-ComBanner--deskComBanner_centerbtns .components-solution_components-ComBanner--btns_1 {
    margin-right: 14px;
    background: rgba(0,0,0,0.5);
    position: relative;
    padding-left: 31px;
}
.components-solution_components-ComBanner--deskComBanner_centerbtns .components-solution_components-ComBanner--btns_1:hover {
    background: rgba(0,0,0,0.3);
    color: #fff;
  
}
.components-solution_components-ComBanner--deskComBanner_centerbtns .components-solution_components-ComBanner--btns_1 img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.components-solution_components-ComBanner--deskComBanner_centerbtns .components-solution_components-ComBanner--btns_2 {
    background-color: #286EFA;
}
.components-solution_components-ComBanner--deskComBanner_centerbtns .components-solution_components-ComBanner--btns_2:hover {
    background-color: #1B60FF;
    color: #fff;
}



.foot {
  background-color: #1d1f22
}

.foot .col-lg-2,
.foot .col-md-2 {
  width: 16.6%
}

.foot .col-lg-1,
.foot .col-md-1 {
  width: 10%
}

.foot .col-lg-4,
.foot .col-md-4 {
  width: 28.333333%
}

.foot .foot-logo {
  height: 230px
}

.foot .foot-logo img {
  width: 80%
}

.foot .f-title {
  color: #fff;
  font-size: 16px;
  padding-top: 50px
}

.foot .f-nav {
  margin-top: 20px;
  position: relative
}

.foot .f-nav li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px
}

.foot .f-nav li span {
  margin-right: 5px
}

.foot .f-nav li a {
  color: #c0c0c0;
  font-size: 13px
}

.foot .f-nav li a:hover {
  color: #ffffff
}

.foot .lx .tel {
  font-size: 22px;
  font-weight: 600;
  color: #7baeff
  margin-top: 20px
}

.foot .lx .f-nav li {
  color: #c0c0c0
}

@media (max-width: 768px) {
  .foot .j-c-e {
    justify-content: center
  }
}

.foot .foot-ewm {
  width: 100%;
  text-align: center;
  margin-top: 50px
}

.foot .foot-ewm img {

}

.foot .foot-ewm p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px
}

.foot .foot-bq {
  min-height: 50px;
  background-color: #1d1f22;
  color: #808080;
  line-height: 30px;
  font-size: 13px;
  text-align: center
}

.foot .foot-bq .container {
  border-top: 1px solid #353535
}

@media (max-width: 768px) {
  .foot .foot-bq {
    line-height: initial;
    text-align: center !important
  }

  .foot .foot-bq .text-right {
    text-align: center
  }
}

.foot .foot-bq a {
  color: #808080
}

.foot .m-f-nav {
  display: none
}

.foot .m-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.226);
  padding-bottom: 10px
}

.foot .m-nav .glyphicon {
  float: right;
  font-size: 12px;
  position: relative;
  top: 4px;
  transition: all .3s
}

.foot .m-nav .active .glyphicon-plus {
  transform: rotate(45deg)
}


.ban-ys {
  position: relative;
  height: 100px;
  top: -50px;
  margin-bottom: 50px;
  background-color: #fff;
  z-index: 99;
  padding: 30px 40px;
  border-radius: 50px
}

@media (max-width: 768px) {
  .ban-ys {
    padding: 15px;
    border-radius: 5px;
    height: auto
  }

  .ban-ys .row>div {
    margin-bottom: 10px
  }
}

.ban-ys .info {
  position: relative
}

.ban-ys .info .ico {
  width: 40px;
  height: 40px;
  overflow: hidden
}

@media (max-width: 768px) {
  .ban-ys .info .ico {
    width: 30px;
    height: 30px
  }
}

.ban-ys .info .ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.ban-ys .info .desc {
  width: calc(100% - 50px);
  margin-left: 10px
}

.ban-ys .info .desc b {
  margin-bottom: 1px;
  font-size: 14px;
  display: block
}
.ban-ys .info .desc .a-line{color:#333;}
@media (max-width: 768px) {
  .ban-ys .info .desc b {
    margin-bottom: 5px
  }
}

.ban-ys .info .desc p {
  font-size: 14px
}

.ban-ys .info::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #e0e0e0
}

@media (max-width: 768px) {
  .ban-ys .info::after {
    border: none
  }
}

.ban-ys>div>div:last-child .info::after {
  border: none
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-map-marker:before {
  content: "\e062";
}

.flex{display:flex;justify-content: space-between;font-size: 12px;
    color: #afafaf;}
.flex *{color: #858585;}


.reserve{
    display:none;
    justify-content: center;
    align-items: center;
    background: rgba(51, 51, 51, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
}
.reserve.cur{display:flex;}
.reserve .reserve_content{display: flex;
    flex-flow: column nowrap;
    width: 700px;
    height: 550px;background: #fff;box-sizing: border-box;
    padding: 0 20px;
    border-radius: 6px;position: relative;}
.reserve .reserve_content .reserve_tit{position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 24px;
    border-bottom: #EFEFEF 1px solid;}
.reserve .reserve_content .reserve_tit h2{font-size:20px;font-weight:100}
.reserve .reserve_content .reserve_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
    width:16px;height:16px;
    background: url(../images/closebtn.png) center center no-repeat;
}
.reserve_box {
    width: 100%;
    text-align: left;
    padding-top: 15px;
}
.reserve_box ul li{
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}
.reserve_box ul li .form_tit{width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;}
.reserve_box ul li .form_tit span {
    color: #F36264;
}
.reserve_box ul li .form_box{flex:1}
.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 6.5px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all 0.3s;
}
.reserve_content .submit{border-top: #EFEFEF 1px solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;}
    
.reserve_content .submit .submit_btn{
    background-color: #286efa;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
    border: none;cursor: pointer;
    }