body {
  /* font-family: SourceHanSansCN-Regular; */
  font-family: 微软雅黑;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
  columns: #333333;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
 /* padding-top: 60px;*/
}
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  left: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.no-p {
  padding: 0;
}

.text-align {
  text-align: center !important;
}

.margin-auto {
  margin: 0 auto !important;
}

.p-relative {
  position: relative;
}

.padding-28 {
  padding-top: 28px !important;
}

.padding-20 {
  padding-top: 20px !important;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.dis-block {
  display: block
}

.dis-none {
  display: none;
}

.dt-button {
  line-height: 10px !important;
}

.navbar {
  height: 60px;
  /* background: #515a6e; */
  /* background:#2E75EC; */
 /*  background: #E73A4E; */
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.nav-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #fff !important;
}

.nav-text.active {
  color: rgb(253, 227, 156) !important;
  font-weight: bolder;
}

.brands-logo {
  width: 150px;
  height: 50px;
}

.nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.nav-login-container {
  display: inherit;
}

.login-register {
  width: 105px;
  height: 30px;
  background: rgba(238, 238, 238, 1);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.user {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.user::after {
  content: '';
  background: url('../images/user.png') no-repeat center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

.user .userinfo {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.logout {
  width: 60px;
  height: 30px;
  background: rgba(238, 238, 238, 1);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}

.logout:hover {
  background: #ccc;
}


.login-cent {}

.login-register-box {
  background-color: transparent !important;
}

.login-register-box .layui-layer-content {
  border-radius: 10px !important;
}

.login-box {
  display: none
}

.login-box.active {
  display: block;
}


.login-container {
  width: 401px;
  height: 507px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  padding: 0 44px;
  border-radius: 12px;
  border: 3px solid #eee;
}

.login-cent-top {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.login-cent-top img {
  float: left;
  width: 80px;
  height: 80px;
}

.login-cent-top h3 {
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  margin-left: 20px !important;
}

.login-tab {
  margin-top: 20px;
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e6e6e6
}

.login-tab .login-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
}

.login-tab>.login-tab-link.active {
  color: rgba(231, 181, 61, 1);
}

.login-tab>.login-tab-link.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 41px;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(231, 181, 61, 1);
}

.login-tab-link.phoneload::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  background: url('../images/phone.png');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.login-tab-link.wxload::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  background: url('../images/wxpay.png');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.login-tab-item {
  display: none;
}

.login-tab-item.active {
  display: block;
}

.login-form {
  margin-top: 9px;
}

.login-form-item {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-item h4 {
  font-size: 32px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(214, 171, 68, 1);
  line-height: 32px;
}

.login-form .phone input {
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 1);
  width: 100%;
  height: 40px;
  text-indent: 10px;
}

.login-form .code {
  display: flex;
  align-items: center;
}

.login-form .code input {
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 1);
  height: 40px;
  text-indent: 10px;
  width: 192px;
}

.login-form .code button {
  border:none;
  width: 118px;
  height: 40px;
  border-radius: 0px;
  font-size: 18px;
  color: #bbbbbb;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
  background: #fff;
  border:1px solid rgba(204, 204, 204, 1);
}

.login-btn {
  margin-top: 42px;
}

.login-btn button {
  border:none;
  width: 100%;
  height: 40px;
  text-align: center;
  background: #0099FF;
  border-radius: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  cursor: pointer;
  padding: 0;
}

#loginwxcode {
  width: 200px;
  height: 200px;
  margin: 15px auto;
}

#loginwxcode img,
#registerwx img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#registerwx {
  width: 140px;
  height: 140px;
  margin: 15px auto;
}

/* ======Home===== */

.slider-banner {
  position: relative;
  overflow: hidden;
}
.slider-banner .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
      z-index: 100;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-banner .slider-table .slider-vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.slider-banner .slider-table .slider-vm p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}
.slider-banner .flex-direction-nav a:before {
  content: "";
  display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.main-slider .flex-direction-nav a {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  z-index: 1000;
}
.main-slider .flex-direction-nav a i {
  display: block;
}

.main-slider:hover .flex-direction-nav a {
  opacity: 1;
}
.cd-words-wrapper span { color:#2E75EC;}
/* =============== */

.wxcpm {
  position: relative;
}

.wxcpm span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/login-bind.png') no-repeat center;
  background-size: 45px 45px;
  z-index: 20;
  background-color: rgba(238, 238, 238, 0.2);
}

.wxcpm img {
  filter: blur(3px);
}

.hread {
  background: url('../images/hread.png') no-repeat center;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.other {
  font-size: 15px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}

.login-icon {
  margin-left: 20px;
  cursor: pointer;
}

.star-extension-top {
  display: flex;
  align-items: center;
  height: 60px;
  text-align: center;
  padding: 0 26px;
  position: relative;
}

.star-extension-top img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 26px;
  z-index: 10;
}

.star-extension-top h2 {
  flex: 1;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 60px;
  margin: 0;
}

.star-wxpay-container {
  padding: 10px;
  border-top: 1px solid #cccccc;
  text-align: center;
}

.star-wxqrcode {
  width: 175px;
  height: 175px;
  margin: 0 auto;
}

.star-wxqrcode img {
  width: 100%;
  height: 100%;
}

.star-wxpay-info {
  padding: 0 10px;
}

.star-wxqrcode.blur img {
  filter: blur(4px);
}

.star-video {}

.star-video .pup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.star-video .pup video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  min-height: 500px;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jumbotron {
  color: #fff;
}

.jumbotron::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/banner/banner_03.jpg') no-repeat center;
  background-size: 100% 100%;
}

.jumbotron .container .middle-content{
  height:309px;
  background: url('../images/banner/banner-2_03.png') no-repeat center;
}

.jumbotron .container .bottom-content{
  width: 1000px;
  height:500px;
  background: url('../images/banner/banner-3_03.png') no-repeat center;
}

.masthead {
  padding: 117px 0 138px;
}

.jumbotron .container {
  position: relative;
  z-index: 2;
}

.jumbotron h1 {
  font-size: 86px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 77px;
}

.jumbotron .lead {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 0 85px;
  padding-top: 49px;
  text-align: left;
}
/* 工具展区 */
.toolbar{
  margin:15px 0px; 
}
.toolbar #messages{
  margin:0 auto;
  width: 1200px;
  height: 470px;
} 
#intro .active {
  color:#2D8ADE;
  font-weight: bold;
}
.clearfix{
  clear: both;
}

#messages .item{
  height: 470px;
  width: 280px;
  margin:0px 10px;
  float: left;
  border: 1px solid #eeeeee;
  -moz-box-shadow:0px 0px 9px #eeeeee;
  -webkit-box-shadow:0px 0px 9px #eeeeee; 
  box-shadow:0px 0px 9px #eeeeee;


}

/* ----------MYSTIC---------- */

#messages .item .msg-orange{
  font-size: 14px;
  color: #F39800;
  padding-bottom:14px;
  margin-bottom: 11px;
  display: block;
  border-bottom:1px solid #f5f5f5;
}

#messages .item .msg-black{
  font-size: 14px;
  color: #333333;
 /*  margin-bottom: 25px; */
  padding-bottom:14px;
  margin-bottom: 11px;
  border-bottom:1px solid #f5f5f5;
  display: block;
}

#messages .item .header{
  float: left;
  padding:16px 30px 16px 30px;
  margin-bottom:20px;
  width: 100%; 
  background: #F5F5F5;
}

#messages .item .header .title{
  /* margin-bottom:36px; */
  font-size: 16px;
  color: #333333;
  display: inline-block;
}

#messages .item .header .tag{
  border-style: none;
  background-color:#F39800;
  width: 79px;
  height: 27px; 
  margin-left: 38px;
  color: #fff;
  font-style: italic;
  display: inline-block;
}

#messages .item .body{
  padding:30px;
}

#messages .item .fbtn{
  width: 105px;
  height: 40px;
  border-style:none;
  /* background-color:#2D8ADE; */
  background-color:#E73A4E;
  color:#fff;
  cursor: pointer;
}

#messages .item .fbtn:hover{
  -moz-box-shadow:0px 0px 9px #E73A4E;
  -webkit-box-shadow:0px 0px 9px #E73A4E; 
  box-shadow:0px 0px 9px #E73A4E;
}

.toolbar #intro{
  margin:0 auto;
  width: 1200px;
  height: 470px;
} 

#intro .item{
  /* height: 470px; */
  width: 280px;
  margin:0px 10px;
  text-align: center;
  float: left;
  margin-top:48px;
  padding:30px;
}

#intro .item div{
  cursor: pointer;
}

#intro .item div :hover{
  color:#2D8ADE;
  font-weight: bold;
}

#intro .item .title{
  margin:0px 10px;
  padding:20px;
  display: block;
}

#intro .item .content{
  margin-top:8px;
  display: block;
}

#intro .item .message{
  padding:10px; 
  display: block;
  text-align: left;
}

#video{
  width: 100%;
  height: 450px;
  margin-top: 30px;
  margin: 0 auto;
  background: url('../images/mac.png') no-repeat center;
}

#video .video{
  margin: 0 auto;
  padding-top: 30px;
  height: 380px;
  width: 591px;
}
#content{
  display:flex;
  justify-content:center;
  width: 100%;
  height: auto;
  margin-bottom:50px;
}
.direction-row{
  flex-direction:row;
}

.direction-row-reverse{
  flex-direction:row-reverse;
}

#content .img{
  text-align: center;
  width: 580px;
  padding:0px 21px;
}
#content .img img{
  margin: 0 auto;
  width: 441px;
}

#content .message{
  width: 580px;
  padding:0px 21px;
}

#content .message .head{
  font-size: 24px;
  display: block;
  padding:8px 0px;
}

#content .message .subhead{
  font-size: 18px;
  display: block;
  padding-bottom:17px;
}

#content .message .content{
  font-size: 14px;
  display: block;
}
#content .message .foot{
  padding-top:30px;
  font-size: 14px;
  text-align: center;
  display: block;
}

#foot{
  display:flex;
  justify-content:center;
  width: 100%;
  height: auto;
  margin-bottom:50px;
}

#foot .message{
    width: 580px;
    display: block;
}
#foot .message .title{
    display: block;
    text-align: center;
    padding-bottom:16px;
 }

 #foot .message .message{
  text-indent:25px;
 }

#foot .article{
  width: 580px;
  height: 250px;
  padding-left:100px;
  text-align: left;
  overflow-y:auto;
}

#foot .article li{
  list-style-type:disc;
}
#foot .article li a{
  margin-right: 10px;
}

#foot .article li a:hover{
  color: #2D8ADE;
}

#fullvideo{
  height: 2000px;
  float: left;
  width: 100%;
  background-color:#000;
  opacity: 0.5;
  position: relative; 
  z-index: 99;
}
#normalvideo{
  background-color:#000;
  opacity: 1;
  position: absolute; 
  z-index: 99;
}

/* 支持与下载 */
.banner{
  height: auto;
  width: 100%;
  /* background:url('../images/downloadbanner.jpg') no-repeat; */
}

.star-browser .row .step{
  height: 70px;
  width: 100%;
  background:url('../images/step.jpg') no-repeat center;
}

.star-browser .row .step-title{
  text-align: center;
  padding-bottom:33px;
  font-size: 32px;
}
.star-browser .row .step-message{
  margin-top: 24px;
}
.star-browser .row .step-message label{
  display: inline-block;
}

.pleft-80 {
  padding-left:80px;
}
.pleft-85 {
  padding-left:85px;
}

.pleft-90 {
  padding-left:90px;
}

.pleft-100 {
  padding-left:100px;
}

[v-cloak]{
  display: none;
}
/* ------------------------- */


.star-opreation {
  background: #fff;
  padding: 61px 0;
}

.star-share {
  padding: 59px 0 61px 14px;
  background: rgba(238, 238, 238, 1);
}

.star-share .share-content {
  display: none;
}

.star-share p {
  padding-top: 47px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 8px;
}

.star-share .share {
  display: block;
  padding-top: 48px;
}

.star-share .score {
  display: block;
  padding-top: 28px;
}

.star-share .share button {
  cursor: pointer;
  height: 30px;
  background: rgba(29, 157, 255, 1);
  border-radius: 15px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
}

.star-share .score a {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  background: rgba(29, 157, 255, 1);
  border-radius: 15px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
}

.star-share .share input {
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 5px;
  width: 60%;
  margin-left: 12px;
}

.star-cloud {}

.star-cloud .container {
  position: relative;
  z-index: 2;
  padding: 71px 0 81px 0;
}

.star-cloud::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/stat-cloud.jpg') no-repeat center;
  background-size: 100% 100%;
}

.star-cloud p {
  padding: 37px 22px 9px 22px;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  text-align: left;
}

.star-cloud span {
  float: right;
  height: 30px;
  background: rgba(238, 238, 238, 1);
  margin-right: 48px;
}

.star-cloud .to-cloud {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  padding: 7px 9px;
  line-height: 30px;
  padding-right: 30px;
}

.star-cloud .to-cloud::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  background: url('../images/arrow.png') no-repeat center;
  background-size: 100% 100%;
  width: 15px;
  height: 10px;
  transform: rotate(90deg);
}

.star-description {
  background: rgba(238, 238, 238, 1);
  padding: 10px 0 42px 0;
}

.star-description .col-md-4 {
  padding-top: 50px
}

.star-description .col-md-4 img {
  width: 90px;
  height: 90px;
}

.star-description .col-md-4 h3 {
  margin-bottom: 0;
}

.star-description .col-md-4 h3 {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 27px;
  padding-top: 25px;
}

.star-description .col-md-4 p {
  padding: 40px 20px 0 20px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  text-align: left;
}

.star-demo {
  padding: 77px 0 68px 0;
}

.star-demo .star-demo-head {
  display: flex;
  align-items: center;
  height: 26px;
}

.star-demo .star-demo-title {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
  padding-right: 20px;
  border-right: 2px solid rgba(102, 102, 102, 1);
}

.star-demo .star-demo-head .nav-link {
  cursor: pointer;
}

.star-demo .star-demo-head .nav-link.active {
  color: #E73A4E;
}

.star-demo .star-demo-head .nav-link:hover {
  color: #E73A4E;
  transition: color .2s ease-in;
}

.star-demo .star-demo-cent {
  margin-top: 36px;
}

.star-demo .star-demo-cent .star-demo-video {
  display: none;
  position: relative;
  cursor: pointer;
}

.star-demo .star-demo-cent .star-demo-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/video.png') no-repeat center;
  background-size: 126px 126px;
  z-index: 20;
}

.star-demo .star-demo-cent .star-demo-video img {
  width: 100%;
  height: 100%;
}

.star-demo .star-demo-cent {}

.star-demo .star-demo-cent {}

.star-browser {
  /* background: rgba(238, 238, 238, 1); */
  background:#F5F5F5;
  padding: 36px 0;
}

.star-browser .col {
  background: #fff;
  margin: 11px;
  flex: 0 0 48%;
  max-width: 48%;
  padding: 23px 20px;
}

.star-browser .col img {
  width: 107px;
  height: 107px;
}

.star-browser .col h3 {
  font-size: 22px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin-top: 23px !important;
}

.star-browser .col p {
  margin-top: 8px !important;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  text-align: left;
}

.star-browser .col span {
  display: block;
  margin-top: 57px;
  float: right;
  display: flex;
  align-items: center;
}

.star-browser .col span a {
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding: 8px 17px;
  background: #eee;
}

.star-browser .col span a:hover {
  background: #ccc;
}

.star-browser .browser-file-btn {
  margin-left: 10px;
}

.star-super {
  padding: 80px 0 188px;
}

.star-super .container::after {
  content: '';
  position: absolute;
  background: url('../images/star-why.png') no-repeat center;
  background-size: 80% 80%;
  right: -180px;
  bottom: -60px;
  width: 301px;
  height: 335px;
}

.star-super .star-super-title {
  font-size: 32px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
}

.star-super .row {
  padding-top: 44px;
}

.star-super .row .col .star-super-tip {
  border: 2px solid rgba(153, 153, 153, 1);
  border-radius: 8px 6px 6px 6px;
}

.star-super .row .col .star-super-tip {
  height: 150px;
  padding-left: 17px;
}

.star-super .row .col .star-super-tip:nth-child(2),
.star-super .row .col .star-super-tip:nth-child(3) {
  margin-top: 26px;
}

.star-super .row .col .star-super-tip h3 {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 21px;
  padding-top: 19px;
}

.star-super .row .col .star-super-tip p {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  padding-top: 20px;
}

.star-footer {
  width: 100%;
  height: 250px;
  color: #fff;
  content: '';
  display: block;
  position: absolute;
  width:100%;
  height:250px;
  /* background:linear-gradient(0deg,#E73A4E 0%,#F97A89 100%); */
  background-size: 100% 100%;
}

.star-footer::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.star-patent{
  height: 30px;
  width: 100%; 
  border-top:1px solid #fff;
  text-align: center;
  padding-top:10px;
  margin-top:10px;
  color:#ddd;
}

.star-footer .container {
  position: relative;
  z-index: 2;
}

.star-footer .more h3 {
  padding-top: 27px;
  font-size: 33px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
}

.star-footer .more p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  padding-top: 25px;
}

.star-footer .contact h4 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  padding-top: 22px;
}

.star-footer .contact p {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
  padding-top: 17px;
}

.star-footer .qrcode {
  padding-top: 42px;
}

.star-footer .qrcode img {
  padding-left: 17px;
}

.star-footer .qrcode img::after {
  content: '微信客服';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
  padding-top: 17px;
}

.star-rightbox {
  position: fixed;
  top: 70%;
  right: 0;
  /* background: url('../images/star-box.png') no-repeat center; */
  background-color:#E73A4E;
  background-size: 80% 80%;
  width: 50px;
  height: 100px;
  z-index: 99;
  border-radius: 5px;
}

.star-rightbox .qrcode{
  position: absolute;
  right: 50px;
  top:0px;
  display: none;
  background-color:#fff; 
  border: 1px solid #ddd;
  padding: 15px;
  cursor: pointer;
}

.star-box-top {
  position: absolute;
  top: 0;
  left:0;
  /* margin-left: -75px; */
  height:50px;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.star-box-top::before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  color: #fff;
  background: url('../images/wx-white.png') no-repeat center;
  background-size: 100% 100%;
  width: 26px;
  height: 20px;
}

.star-box-top img {
  width: 45px;
  height: 45px;
  padding-left: 10px;
}

.star-box-top h3 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  padding-left: 16px;
}

.star-box-middle {
  position: absolute;
  top: 50px;
  left: 0;
  /* margin-left: -75px; */
  height:50px;
  width: 100%;
  border-bottom: 1px solid #fff;
  cursor: pointer;

}

.star-box-middle::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #fff;
  background: url(../images/qq-white.png) no-repeat center;
  background-size: 100% 100%;
  width: 31px;
  height: 26px;
}

.star-box-middle p {
  display: block;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
}

.star-box-middle p:nth-child(2) {
  padding-top: 10px;
}

.star-box-middle img {
  width: 75%;
  padding-left: 14%;
}

.star-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height:50px;
  width: 100%;
  cursor: pointer;
}

.star-box-bottom::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  background: url('../images/top.png') no-repeat center;
  background-size: 100% 100%;
  width: 24px;
  height: 20px;
}

.star-box-bottom h4 {
  font-size: 22px;
}

#support .item{
  margin:10px 10px;
}

table.dataTable thead .sorting {
  background: url(https://cdn.datatables.net/1.10.18/images/sort_both.png) right center no-repeat !important;
}

table.dataTable thead .sorting_desc {
  background-image: url(https://cdn.datatables.net/1.10.18//images/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(https://cdn.datatables.net/1.10.18//images/sort_asc.png) !important;
}

.database-wrap {
  border-top: 1px solid #ccc;
}

.database-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.layui-inline {
  display: flex;
  align-items: center;
}

.layui-inline span {
  flex: 80px 0 0;
}

.layui-form-item {
  flex: 500px 0 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.layui-form-item span {
  flex: 80px 0 0;
  padding: 0;
}

.layui-input-block {
  margin-left: 20px;
}

.layui-input-block select {
  height: 38px;
  width: 400px;
}

.select {
  width: 420px;
  height: 40px;
  background: #FFFFFF;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1
}

.select .start {
  width: 400px;
  line-height: 40px;
  font-size: 12px;
  color: #666666;
  padding: 0px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select .start img {
  width: 20px;
  height: 20px;
}

.select .start span {
  font-size: 12px;
  margin-left: 8px;
}

.goodselect-search input {
  width: 420px;
  display: block;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 40px;
}

.select ul {
  width: 420px;
  display: block;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 100;
  max-height: 0;
  transition: max-height .2s ease-in;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  overflow-y: scroll;
}

.select ul li {
  padding: 8px 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select ul input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
}

.select ul li img {
  width: 20px;
  height: 20px;
}

.select ul li span {
  font-size: 12px;
  margin-left: 8px;
}

.select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  top: 12px;
  right: 12px;
  position: absolute;
  transform: rotate(-46deg);
  transition: all .2s ease-in;
}

.select ul li.Selected {
  background: yellowgreen;
  color: #FFFFFF;
}

.select ul li:hover {
  background: #D0D0D0;
}

@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.select.open ul {
  max-height: 300px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .3s ease-in;
  transition: max-height .1s ease-in;
}

.select.open::after {
  transform: rotate(134deg);
  transition: all .3s ease-in;
  top: 18px;
}

.star-cloud-wrap {
  border-top: 1px solid #f1f1f1;
  padding: 30px 60px 30px 30px;
}

.oui-card-content {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.common-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
}

.card-common-select {
  width: 280px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  position: relative;
}

.card-common-select-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-select-empty-board {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
  font-size: 14px;
  cursor: pointer;
}

.common-select-selected-board {
  padding-left: 30px;
  margin-top: 5px;
}

.common-select-selected-board img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.common-select-selected-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #2062E6;
  line-height: 13px;
  font-size: 10px;
}

.common-select-selected-board .star-dropdown-item-name {
  float: left;
  width: calc(100% - 90px);
  line-height: 18px;
  display: block;
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 10px;
}

.board-add-icon {
  background: url('../images/board-add.png') no-repeat center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.board-vs-icon {
  background: url('../images/vs.png') no-repeat center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin: 0 30px;
}

.star-dropdown {
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: #333333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: block;
  z-index: 1050;
}

.star-dropdown-1 {
  left: 0;
  top: 70px;
}

.star-dropdown-2 {
  left: 0;
  top: 70px;
}

.star-dropdown-3 {
  right: 0px;
  top: 70px;
}

.star-dropdown-menu {
  width: 400px;
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}

.commonSelectDropDown {
  padding: 0;
  text-align: left;
  box-shadow: none;
}

.star-dropdown-wrapper {}

.star-dropdown-search {
  width: 100%;
}

.star-dropdown-search input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  transition: all .3s;
}

.star-dropdown-wrapper {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-top: none;
}

.star-typeahead-dropdown {
  overflow-y: scroll;
  max-height: 200px;
  transition: min-height 0.3s ease-in;
}

.star-typeahead-dropdown-item {
  padding: 8px 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.star-typeahead-dropdown-item span {}

.star-typeahead-dropdown-item img {
  width: 20px;
  height: 20px;
}

.star-typeahead-dropdown-item:hover {
  background: #b4c8d8;
}

.star-dropdown-item-name {
  margin-left: 8px;
}

.common-select-selected-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  font-size: 14px;
  z-index: 99;
  cursor: pointer;
}

.common-select-selected-close i {
  background: url('../images/close.png') no-repeat center;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  display: block;
}

.table-config-cent {
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.table-config-time {
  padding-right: 50px;
}

.table-config-time .layui-inline:first-child {
  margin-bottom: 10px;
}

.table-config-time .layui-input {
  height: 30px;
}


.star-cloud-table-container {
  padding: 0 20px;
}

.star-cloud-table {
  padding-top: 20px;
}

.stat-cloud-table-cent table {
  text-align: center;
}

.stat-cloud-table-cent h4 {
  padding: 15px 0;
}

.stat-cloud-table-cent .dataTables_wrappe {
  padding: 20px;
}

#star-cloud-flowsource-table.dataTable thead th,
table.dataTable thead td {
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

#star-cloud-flowsource-table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px;
}

#star-cloud-trend-table.dataTable thead th,
table.dataTable thead td {
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

#star-cloud-trend-table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px;
}

#star-cloud-keyword-table.dataTable thead th,
table.dataTable thead td {
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

#star-cloud-keyword-table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px;
}

#star-cloud-live-trend-table.dataTable thead th,
table.dataTable thead td {
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

#star-cloud-live-trend-table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px;
}

.column0 {
  border-right: 1px solid #ccc;
}

.column1 {
  border-right: 1px solid #E73A4E;
}

.column2 {
  border-right: 1px solid #ccc;
}

.stat-cloud-table-cent .dataTables_paginate {
  font-size: 12px;
}

.col-1-w {}

.stat-cloud-table-cent span {
  color: #333;
}

.t-red {
  color: lightcoral !important;
}

.t-green {
  color: green !important;
}

.layui-form-checkbox span {
  padding: 0 10px;
}

.layui-form-checkbox i {
  height: 30px;
}

.star-monitor-container {
  padding: 20px;
}

.star-monitor-list-item {
  float: left;
  width: 24%;
  height: 72px;
  overflow: hidden;
  margin: 10px 5px;
  padding: 15px 8px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.star-monitor-list-item-td {
  width: auto !important;
  max-width: calc(100% - 50px);
  display: flex;
  align-items: center;
  flex: 1;
}

.star-monitor-list-item-td img {
  height: 36px;
  width: 36px;
}

.star-monitor-list-item-td-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.star-monitor-list-item-td-wrapper .shop-name {
  color: tomato;
}

.star-monitor-list-item-td-wrapper .goods-name a {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 194px;
}

.star-monitor-list-item-th {}

td {
  text-align: right;
  font-size: smaller;
}

.star-extension-container {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
}

.star-extension-board {
  display: flex;
  align-content: center;
}

.star-extension-board .star-extension-board-left {
  padding: 20px;
  background: #fff;
  margin: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  /* box-shadow: 5px 5px 2px 1px #f1f1f1; */
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
}

.star-extension-board .star-extension-board-right {
  margin: 10px;
}

.star-extension-board .star-extension-board-left {
  flex: 0 0 60%;
}

.star-extension-board .star-extension-board-left .star-extension-board-left-lf {}

.star-extension-board .star-extension-board-left .star-extension-board-left-rg {
  margin-left: 10px;
  flex: 1;
  text-align: center;
}

.star-extension-board h4 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(29, 157, 255, 1);
  line-height: 27px;
  padding: 15px 0;
}

.star-extension-board .star-extension-board-left span {}

.star-extension-board .star-extension-board-left span input {
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 5px;
  width: 300px;
}

.star-extension-board .star-extension-board-left span button {
  cursor: pointer;
  height: 30px;
  background: rgba(29, 157, 255, 1);
  border-radius: 15px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  padding: 0 15px;
}

.star-extension-board .star-extension-board-left span p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 27px;
}

.star-extension-board-right-top {
  padding: 20px;
  background: #fff;
  display: inline-block;
  border: 1px solid #f1f1f1;
  /* box-shadow: 5px 5px 2px 1px #f1f1f1; */
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.star-extension-board-right-top .star-extension-data {
  overflow: hidden;
}

.star-extension-board-right-top .star-extension-data span {
  display: block;
  width: 45%;
  float: left;
  margin: 20px 10px;
  padding: 20px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}

.star-extension-board-right-top .star-extension-data span img {}

.star-extension-board-right-top .star-extension-data span div {
  flex: 1;
  text-align: center;
}

.star-extension-board-right-top .star-extension-data span div .e-te {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 27px;
  padding: 0 10px;
}

.star-extension-board-right-top .star-extension-data span div .e-ti {
  padding-top: 10px;
}

.star-extension-board-right-top .star-extension-data span div .e-ti em {
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  color: #333;
  line-height: 27px;
}

.star-extension-board-right-top .star-extension-data span div .e-ti i {
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  color: #333;
  line-height: 27px;
  padding-right: 10px;
}

.extend-tx {}

.extend-tx img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.extend-warn {
  color: #d81e06;
  margin-top: 10px;
}

.star-extension-board-right-bottom span {
  display: flex;
  align-items: flex-end;
}

.star-extension-table {
  background: #fff;
  margin: 10px 0;
  height: 600px;
}

.star-extension-table .layui-tab {
  padding: 10px;
}

.star-extension-toolbar .layui-form {
  display: flex;
  align-items: center;
}

.star-extension-toolbar .layui-form select {
  flex: 0 0 150px;
}

.star-extension-toolbar .layui-form .layui-form-select {
  margin-right: 20px;
}

.star-extension-toolbar .layui-form .layui-inline {
  width: 190px;
}

.star-dropdown-hidden {
  display: none;
}
.slide-up-enter {
  animation-name: antSlideDownIn;
}
.slide-up-leave {
  animation-name: antSlideDownOut;
}

@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}

@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}

.star-recharge-top {
  display: flex;
  align-items: center;
  height: 98px;
  padding: 0 29px;
  background:rgba(29,157,255,1);
}
.star-recharge-top img {
  width: 46px;
  height: 46px;
  transform: rotate(-45deg);
}
.star-recharge-title {
  flex: 1;
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
}

.star-recharge-top .p {
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  color:rgba(255,255,255,1);
  line-height:30px;
  letter-spacing: 2px;
}
.star-recharge-top .h {
  font-size: 24px;
  color:rgba(255,255,255,1);
  line-height:34px;
  margin: 0;
}
.star-recharge-shop-name {
  font-size:18px;
  color:rgba(255,255,255,1);
  line-height:30px;
  margin-right: 50px; 
}
.endtime {
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  color:rgba(255,255,255,1);
  line-height:30px;
  letter-spacing: 1px;
}
.star-recharge-container {
  max-width: 1400px;
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.left-menu-container{
  height: 1000px;
  width: 150px;
}

.left-menu{
  height: 900px;
  width: 140px;
  background-color:#fff; 
  box-shadow: rgb(238, 238, 238) 0px 6px 4px 0px;
}
.left-menu .item{
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 100%;
  border-bottom:1px solid #F5F5F5;
  cursor: pointer;
  color: #333333 !important;
}

.left-menu .item a{
  text-decoration:none;
  color: #333333 !important;
}

.left-menu .item:hover{
  background-color:#F5F5F5; 
}

.left-menu .active{
  color: #0099FF !important;
  border-left: 2px solid #0099FF;
}
.position-relative{
  position: relative;
}
.shortcut{
  z-index: 999;
  width: 150px;
  height: 50px;
  display: none;
  background-color:#fff;
  position: absolute;
  top: 50px;
  left:30px;
}
.shortcut .item{
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 100%;
  background-color:#fff;
  cursor: pointer;
  color: #333333;
  border-bottom:1px solid #F5F5F5;
}

.shortcut .item a{
  text-decoration:none;
}

.shortcut .item:hover{
  background-color:#F5F5F5; 
}
.star-recharge-container-content{
  background-color:#fff; 
  flex: 1;
  border: 1px solid rgb(238, 238, 238);
  padding: 10px;
  height: 3500px;
  box-shadow: rgb(238, 238, 238) 0px 6px 4px -2px;
}
.star-recharge-container-content-log{
  background-color:#fff; 
  flex: 1;
  border: 1px solid rgb(238, 238, 238);
  padding: 120px 100px 0px 100px;
  height: 3200px;
  background:url('https://siddur.cn/lib/images/日志背景.jpg') no-repeat #fff ;
  background-size: 100% auto;
  box-shadow: rgb(238, 238, 238) 0px 6px 4px -2px;
}
.star-recharge-container-content-log .body{
  background-color:#fff; 
  padding: 0px 100px;
  width: 100%;
  height: 500px;
}
.star-recharge-container-content-log .body .title{
  padding: 15px 15px 30px 15px;
  font-size: 22px;
  color: #3399FF;
  text-align: center;
  width: 100%;
  height: auto;
}
.star-recharge-container-content .body .content{
  
}
.star-recharge-center{
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: flex-start;
}
.star-recharge-center-item{
  width: 100%;
}
.star-recharge-center .pre{
  flex-shrink:0;
  width: 100%;
}
.star-recharge-center-item .pre .title{
  width: 100px;
  text-align: center;
  font-size: 14px;
  border-bottom:2px solid #0099FF;
}
.star-recharge-center-item .content{
  padding-top:25px;
  border-top:1px solid #EEEEEE;
  width: 100%;
  flex-shrink:0;
  height: 100px;
  display: flex;
  justify-content: flex-start;
}
.star-recharge-center-item .content .message{
  padding-left: 45px;
}

.star-recharge-center-item .content .tab{
  width: 100px;
  height: 62px;
  box-shadow: rgb(238, 238, 238) 0px 6px 4px -2px;
}
.star-recharge-center-item .content .tab .item{
  width: 100%;
  text-align: center;
  line-height: 30px;
  height: 31px;
  border-bottom:1px solid #F5F5F5; 
  cursor: pointer;
}

.star-recharge-center-item .content .tab-box{
  flex: 1;
  height: 300px;
  border:1px solid #F5F5F5;
  box-shadow: rgb(238, 238, 238) 8px 6px 7px -2px;
  padding: 26px 0px;
}

.star-recharge-center-item .content .tab-box .item .beta{
  text-align: center;
  width: 100%;
  padding: 50px;
}
.star-recharge-center-item .content .tab-box .active{
  display: block;
}
.star-recharge-center-item .content .tab .active{
  color: #0099FF;
}
.star-recharge-center-item .content .beta{
  text-align: center;
  width: 100%;
  padding: 50px;
}

.star-recharge-center-item .content .logo{
/*   padding:10px;
  border:3px solid #0099FF; */
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.star-rechange-center-item .content .message{
  flex-shrink:1;  
  width: 350px;
}

.star-recharge-center-item .content .message .column{
  padding:5px 0px;
}

.star-recharge-center-item .content .message .end{
  text-align: left;
  font-weight: 600;
  line-height: 22px;
}

.star-recharge-center-item .content .message .step{
  display: flex;
  flex-wrap:nowrap;
  justify-content: flex-start;
  padding-top: 25px;
}

.star-recharge-center-item .content .message .step .circle{
  width: 10px;
  height: 10px;
  border: 1px solid #0099FF;
  background-color:#EEEEEE;
  border-radius: 100%; 
  position: relative;
}

.star-recharge-center-item .content .message .step .circle .tip{
  position: absolute;
  left: -25px;
  bottom: -20px;
}
.star-recharge-center-item .content .message .step .circle .on{
  position: absolute;
  bottom: 10px;
  left: -6px;
}
.star-recharge-center-item .content .message .step .line{
  width: 200px;
  height: 6px;
  border-bottom: 2px solid #EEEEEE;
}

.star-recharge-center-item .content .message .step .active{
  border-bottom: 2px solid #0099FF;
}
.star-recharge-center-item .content .message .column a{
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding:2px 5px;
  text-decoration:none;
}

.star-recharge-center-item .content .message .column button{
  border:none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding:2px 5px;
}

.star-recharge-center-item .content .message .column .company{
  background-color: #0099FF; 
}
.star-recharge-center-item .content .message .column .recharge{
  background-color: #0099FF; 
}
.star-recharge-center-item .content .message .column .bounty{
  background-color: #E7B53D; 
}
.star-recharge-text {

}
.star-recharge-text-item {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.star-recharge-text-item a {
  text-decoration: none;
}
.star-recharge-text-item p {
  display: inline-block;
}
.star-recharge-tab {
  display: flex;
  align-items: flex-end;
}
.star-recharge-bank {
  cursor: pointer;
  flex: 1;
  background:rgba(255,255,255,1);
  border:2px solid rgba(29,157,255,1);
  box-shadow:0px 6px 7px 2px rgba(29,157,255,0.49); 
  border-radius:10px;
  margin: 30px 10px;
}
.star-recharge-bank.star-default {
  border:2px solid rgba(231,181,61,1);
  box-shadow:0px 6px 7px 2px rgba(231,181,61,0.49);
}
.star-recharge-bank.star-default .star-recharge-price {
  background:rgba(231,181,61,1);
  border:2px solid rgba(231,181,61,1);
}
.star-recharge-bank.default {
  
}
.star-recharge-bank p {
  display: inline-block;
}
.star-recharge-bank .star-recharge-tg {
    text-align: center;
    font-size:20px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:34px;
    margin-top: 32px;
}
.star-recharge-bank .star-recharge-tg p {
  color: #E91B1B;
  font-size:24px;
}

.star-recharge-bank span {
  display: block;
}

.star-recharge-bank .star-recharge-vip {
  text-align: center;
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:36px;
  margin-top: 27px;
}
.star-recharge-bank .star-recharge-vip p {
  color: #E7B53D;
}
.star-recharge-bank .star-recharge-price {
  text-align: center;
  margin-top: 32px;
  height:64px;
  background:rgba(29,157,255,1);
  border:2px solid rgba(29,157,255,1);
  border-radius:0px 0px 10px 10px;
  font-size:30px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:64px;
  position: relative;
}
.star-recharge-bank .star-recharge-price p {
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color: #E7B53D;
  font-size:30px;
  line-height:64px;
  padding-right:20px;
}
.star-recharge-bank .star-recharge-price span {
  color: #E91B1B;
  display: inline-block;
}
.star-recharge-bank-discount {
  background:rgba(255,255,255,1);
  border-bottom: 2px solid rgba(29,157,255,1);
  box-shadow:0px 6px 7px 2px rgba(29,157,255,0.49);
  text-align: center;
  position: relative;
  height: 80px;
}
.star-recharge-bank-discount-bg {
  /* background: url('https://siddur.cn/lib/images/discount.png') no-repeat center; */
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
}
.star-recharge-bank-discount .star-recharge-bank-discount-ti {
  font-size:20px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:34px;
    padding-top: 8px;
}
.star-recharge-bank-discount .star-recharge-bank-discount-te{
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:36px;
}
.star-recharge-bank-discount .star-recharge-bank-discount-te p{
  color: #E7B53D;
}
.star-rechaerge-bank-nocount {
  padding: 16px 17px;
}
.star-rechaerge-bank-nocount .star-rechaerge-bank-nocount-in {
  font-size:22px;
  font-family:SourceHanSansCN-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.star-rechaerge-bank-nocount .star-rechaerge-bank-nocount-pr {
  font-size:30px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(29,157,255,1);
  line-height:30px;
  text-decoration: line-through;
  text-decoration-color: #E91B1B; 
  padding-top: 17px;
}

.star-recharge-bank.star-active:hover .star-recharge-price {
  background:linear-gradient(0deg,rgba(29,157,255,1) 0%,rgba(136,220,255,1) 100%);
}
.star-recharge-text {

}
.star-recharge-text-item {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.star-recharge-text-item a {
  text-decoration: none;
}
.star-recharge-text-item p {
  display: inline-block;
}
.star-recharge-tab {
  display: flex;
  align-items: flex-end;
}
.star-recharge-bank {
  cursor: pointer;
  flex: 1;
  background:rgba(255,255,255,1);
  border:2px solid rgba(29,157,255,1);
  box-shadow:0px 6px 7px 2px rgba(29,157,255,0.49);
  border-radius:10px;
  margin: 30px 10px;
}
.star-recharge-bank.star-default {
  border:2px solid rgba(231,181,61,1);
  box-shadow:0px 6px 7px 2px rgba(231,181,61,0.49);
}
.star-recharge-bank.star-default .star-recharge-price {
  background:rgba(231,181,61,1);
  border:2px solid rgba(231,181,61,1);
}
.star-recharge-bank.default {
  
}
.star-recharge-bank.default {
  
}
.star-recharge-bank p {
  display: inline-block;
}
.star-recharge-bank .star-recharge-tg {
    text-align: center;
    font-size:20px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:34px;
    margin-top: 32px;
}
.star-recharge-bank .star-recharge-tg p {
  color: #E91B1B;
  font-size:24px;
}

.star-recharge-bank span {
  display: block;
}

.star-recharge-bank .star-recharge-vip {
  text-align: center;
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:36px;
  margin-top: 27px;
}
.star-recharge-bank .star-recharge-vip p {
  color: #E7B53D;
}
.star-recharge-bank .star-recharge-price {
  margin-top: 32px;
  height:64px;
  background:rgba(29,157,255,1);
  border:2px solid rgba(29,157,255,1);
  border-radius:0px 0px 10px 10px;
  font-size:30px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:64px;
  position: relative;
}
.star-recharge-bank .star-recharge-price p {
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color: #E7B53D;
  font-size:30px;
  line-height:64px;
  padding: 0 20px;
}
.star-recharge-bank .star-recharge-price span {
  color: #E91B1B;
  display: inline-block;
}
.star-recharge-bank-discount {
  background:rgba(255,255,255,1);
  border-bottom: 2px solid rgba(29,157,255,1);
  box-shadow:0px 6px 7px 2px rgba(29,157,255,0.49);
  text-align: center;
  position: relative;
  height: 80px;
}
.star-recharge-bank-discount-bg {
  /* background: url('https://siddur.cn/lib/images/discount.png') no-repeat center; */
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
}
.star-recharge-bank-discount .star-recharge-bank-discount-ti {
  font-size:20px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:34px;
    padding-top: 8px;
}
.star-recharge-bank-discount .star-recharge-bank-discount-te{
  font-size:18px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:36px;
}
.star-recharge-bank-discount .star-recharge-bank-discount-te p{
  color: #E7B53D;
}
.star-rechaerge-bank-nocount {
  padding: 16px 17px;
}
.star-rechaerge-bank-nocount .star-rechaerge-bank-nocount-in {
  font-size:22px;
  font-family:SourceHanSansCN-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.star-rechaerge-bank-nocount .star-rechaerge-bank-nocount-pr {
  font-size:30px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(29,157,255,1);
  line-height:30px;
  text-decoration: line-through;
  text-decoration-color: #E91B1B; 
  padding-top: 17px;
}

.star-recharge-bank.star-active:hover .star-recharge-price {
  background:linear-gradient(0deg,rgba(29,157,255,1) 0%,rgba(136,220,255,1) 100%);
}

.star-ordersearch-container{
  max-width: 1400px;
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
  
.hidden{
  display: none !important;
}

.star-ordersearch-container-content{
  background-color:#fff; 
  flex: 1;
  border: 1px solid rgb(238, 238, 238);
  padding: 15px;
  height: auto;
  box-shadow: rgb(238, 238, 238) 0px 6px 4px -2px;
}
.star-ordersearch-container-content > .tab{
  display: flex;
  justify-content: flex-start;
}
.star-ordersearch-container-content > .tab > .item{
  width: 200px;
  background-color:#fff; 
  padding: 5px 15px;
  border:1px solid #E9E9E9;
  cursor: pointer;
}
.star-ordersearch-container-content > .tab > .active{
  background-color:#E9E9E9; 
}

.star-ordersearch-container-content > .content{
  width: 100%;
  height: 750px;
  padding:15px;
  border:1px solid #E9E9E9;
}

.star-ordersearch-container-content > .content .tip{
  padding:15px 0px; 
}


.star-ordersearch-container-content .input input{
  border:none;
  width: 500px;
  height: 40px;
  border-radius: 4px;
  padding-left: 5px;
  border: 1px solid #999999;
}

.star-ordersearch-container-content .input button{
  border:none;
  width: 100px;
  height: 38px;
  color: #fff;
  background-color:#0099FF;
  border-radius: 4px; 
  cursor: pointer;
  margin-left: 5px;
}

.star-ordersearch-container-content .message{
  padding-top: 15px;
  color: #333333;
  font-size: 14px;
  background: #fff;
}
.star-ordersearch-container-content .message span{
  display: block;
  line-height: 30px;
}

.star-ordersearch-container-content .message > .title{
  font-weight: bold;
  font-size: 16px;
  background: #fff;
}
.star-ordersearch-container-content .pic{
  padding-top: 30px;
}

.star-ordersearch-container-content img{
  margin-right: 25px;
}

.star-ordersearch-container-content .ads{
  display: flex;
  z-index: 200010011121;
  width: 100%;
  margin-top: 15px;
  justify-content: space-between;
}

.star-ordersearch-container-content a{
  flex: 1;
}

#muti_order_search .tip{
  color:rgb(161, 4, 4);
}

#muti_order_search .order_area{
  display: flex;
  margin-top: 15px;
}

#muti_order_search .order_area textarea{
  display: block;
  margin-bottom: 15px;
}


#muti_order_search .order_area >.title{
  width: 100px;
  line-height: 120px;
}
.int {
  margin-top: 5px;
  width: 100%;
}
.int table {
  border-radius:5px;
  width: 100%;
}
.int table th {
  text-align: center;
  border: 1px solid #eee;
  width: 100px;
  font-size:14px;
  color:#333333;
  line-height:30px;
  background: #F5F5F5;
}

.int table td {
  font-size:12px;
  color:#333333;
  line-height:30px;
  text-align: center;
  border: 1px solid #eee;
  padding: 0 10px;
}
.upprice {
  background: url('https://siddur.cn/lib/images/plugin/upprice.png') no-repeat center;
  background-size: 171px 87px;
  background-position: 8% 22%;
  padding: 20px 0;
}
.star-extension-btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 26px;
}
.star-extension-btn button {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 16px;
  background: rgb(29, 157, 255);
  border-radius: 5px;
  padding: 10px 14px;
}


.star-opreation li a:hover{
  color:#09f;
  text-decoration:none;
}


/*========== bootstrap ========== */

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar-expand-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-lg .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar>.container, .navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
}
.dropdown, .dropup {
  position: relative;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-menu.show {
  display: block;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-submenu { 
  position: relative; 
} 
.dropdown-submenu > .dropdown-menu { 
  top: 0; 
  left: 100%; 
  margin-top: -6px; 
  margin-left: -1px; 
  -webkit-border-radius: 0 6px 6px 6px; 
  -moz-border-radius: 0 6px 6px; 
  border-radius: 0 6px 6px 6px; 
} 
.dropdown-submenu:hover > .dropdown-menu { 
  display: block; 
} 
.dropdown-submenu > a:after { 
  display: block; 
  content: " "; 
  float: right; 
  width: 0; 
  height: 0; 
  border-color: transparent; 
  border-style: solid; 
  border-width: 5px 0 5px 5px; 
  border-left-color: #ccc; 
  margin-top: 5px; 
  margin-right: -10px; 
} 
.dropdown-submenu:hover > a:after { 
  border-left-color: #fff; 
} 
.dropdown-submenu.pull-left { 
  float: none; 
} 
.dropdown-submenu.pull-left > .dropdown-menu { 
  left: -100%; 
  margin-left: 10px; 
  -webkit-border-radius: 6px 0 6px 6px; 
  -moz-border-radius: 6px 0 6px 6px; 
  border-radius: 6px 0 6px 6px; 
} 
/*========== end bootstrap ========== */



/*************online*************/
.on__line_contianer {
  margin-top: 40px;
  margin-bottom: 40px;
}
.on__line_title {
  text-align: center;
}
.on__line_change {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.on__line_change p {
  font-size:12px;
  color:rgba(102,102,102,1);
  padding-right: 5px;
}
.on__line_change i {
  color: #E91B1B;
  font-style: normal;
}
.on__line_change-item {
  cursor: pointer;
  background:#CCCCCC;
  border-radius:5px;
  font-size:14px;
  font-weight:500;
  color:#333333;
  padding: 5px 10px;
  margin-right: 5px; 
}
.on__line_change-item.active {
  background:#0099FF;
  color:#fff;
}
.on__line_content {
  margin-top: 20px;
}
.on__line_content ul li {
  cursor: pointer;
  float: left;
  padding: 0 15px;
  margin-top: 10px;
  font-size:12px;
  font-weight:500;
  color:rgba(51,51,51,1);
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
}
.on__line_content ul li.active{
  color: #0099FF;
  border-bottom: 1px solid #0099FF;
}
.on__line_box {
  height: 500px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.on__line_index_change {
  height: 80px;
  width: 100%;
}
.on__line_box_left {
  width: 400px;
  height: 540px;
  float: left;
}
.on__line_box_left_hd {

}
.on__line_box_title {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
.on__line_box_clean {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 96px;
  height: 25px;
  border: 1px solid #0099FF;
  margin-top: 12px;
  line-height: 25px;
  float: right;
  font-size: 14px;
  color: #0099FF;
}
.on__line_box_text_t {
  width: 400px;
  height: 400px;
  border: 1px solid #eaeaea;
  padding: 10px;
}
.on__line_box_center {
  width: 90px;
  float: left;
  height: 540px;
  margin-left: 60px;
  margin-right:62px;
  margin-top: 183px;
}
.on__line_box_center_qr{
  padding:10px 10px 10px 10px;
  background-color:#4898F7; 
  height: 200px;
  width: 180px;
  margin-top: 15px;
  margin-left: -43px;
  float: left;
}
.on__line_box_center_qr span{
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom:5px;
  font-size: 18px;
  color:#fff;
}
.on__line_box_center_qr img{
  margin-top: 10px;
  width: 130px;
  height: 130px;
  margin-left: 15px;
}

.on__line_box_center span {
  cursor: pointer;
  background:#0099ff;
  border-radius:5px;
  font-size:14px;
  font-weight:500;
  color:#fff;
  padding: 5px 15px;
}
.on__line_box_right {

}

.on__line_box_footer{
  display: flex; 
  justify-content:space-between;
}
.on__line_comb_left{
  width: 300px;
  height: 540px;
  float: left;
}
.on__line_comb_center {
  width: 90px;
  float: left;
  height: 540px;
  margin-left: 20px;
  margin-right:22px;
  margin-top: 83px;
}
.on__line_comb_center span {
  cursor: pointer;
  background:#0099ff;
  border-radius:5px;
  font-size:14px;
  font-weight:500;
  color:#fff;
  padding: 5px 15px;
}
.on__line_comb_right {
  width: 600px;
  height: 540px;
  float: left;
}
.on__line_comb_left_item:first-child {
  margin-right: 10px;
}
.on__line_comb_left_item {
  width: 280px;
  float: left;
}
.on__line_comb_text_item {
  margin-top: 10px;
  display: flex;
  align-items: center
}
.on__line_comb_text_item span {
  width: 80px;
  margin-right: 10px;
}
.on__line_comb_text_item input {
  flex: 1;
}
/* 新菜单导航 */
.sub-dropdown {
  position: absolute;
  width: 910px;
  height: auto;
  background-color: #ffffff;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  box-shadow: 1px 1px 8px #666666;
  left: -290px;
  top: 30px;
}

.sub-dropdown .guide {
  position: absolute;
  width: 0;
  border-style: solid;
  height: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #eee;
  top: -10px;
  left: 36%;
}
.sub-dropdown .guide:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  left: -9px;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.sub-dropdown .on-line{
  border-right: 0px !important;
}

.sub-dropdown .item {
  padding: 15px;
  width: 300px;
  border-right: 1px solid #EEEEEE;
}

.sub-dropdown .item .title {
  font-size: 18px;
  color: #0099FF;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.sub-dropdown .item .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 15px;

}

.sub-dropdown .item .content .cell {
  width: 50%;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.sub-dropdown .item .content .cell a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

.sub-dropdown .item .content .cell a:hover {
  color: rgba(34, 166, 255, 0.979);
  font-weight: 700;
  /* text-shadow: 1px 1px 1px rgba(109, 197, 255, 0.979); */
}
.sub-dropdown .item .content .cell .fire {
  height: 14px;
  padding-left: 5px;
}

.sub-dropdown .item .content .cell .new {
  position: absolute;
  height: 14px;
  width: 23px;
  top: 0px;
}

.menu-active{
  color: #f39800 !important;
  font-weight: 700;
}

.bottom-rignt-active {
  position: absolute;
  right: 0;
  bottom: 0;
  
}

.bottom-rignt-active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 12px solid red;
  border-top-color: transparent;
  border-left-color: transparent;
}
.bottom-rignt-active:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  right: 4px;
  bottom: 5px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}