.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.my_top_bg{background: none;border: none;}
.my_top_bg .container-fluid{background:rgba(0,0,0,0.8); height: 97px;}
.my_top_bg  .navbar-brand{padding:0;margin-right: 300px;}
.my_top_bg  .nav > li > a{padding: 0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border: none;}
.flexcenter{display: flex; justify-content: center; }
.navbar-right{margin-right: 100px;;}
.myMvTop{position: relative; margin-top:-20px; z-index: 10}
.myCantionBg{background: url(//game.gtimg.cn/images/fz/cp/a20230613star/my_bg.jpg) no-repeat; background-size:cover; padding-top:1px;}
.myTitle{margin-top:145px; margin-bottom: 100px;}
.myTitle3{margin-bottom: 10px;}
.myMvBtn{width: 182px; height: 137px; position:absolute; left: 73%; top: 83%; margin-top:-90px; margin-left: -68px;;}
.mvWapper{position: relative;}
.flexMusic{display: flex; align-items: center;}
.music_left{width: 280px; background:url(//game.gtimg.cn/images/fz/cp/a20230613star/iconbg.png) no-repeat left center; margin-left: 70px; position: relative; padding-top:0px;cursor: default;}
.music_left a{background: url(//game.gtimg.cn/images/fz/cp/a20230613star/icon.png) no-repeat left center; display: block; font-size:30px; color:#bb8d51;padding:50px 0 50px 60px; text-decoration: none;cursor: default;}
.music_left a.hover{background: url(//game.gtimg.cn/images/fz/cp/a20230613star/iconhover.png) no-repeat left center; font-size:31px;}
.music_left a:first-child{ cursor: pointer;}
.music_right{flex: 1; position: relative;}
.musicBtn{position:absolute;left: 60%; top:32%;}
.yoyakuWapper{position: relative;;}
.yoyaku{display: flex; justify-content: center; position: relative;}
.yoyakuNavIcongroup{position:absolute; width: 518px; margin-left:100px;margin-top:200px;  height:234px;left:25%; top:50%;}
.flexGroupA{display: flex; justify-content: space-around;width: 518px;margin-left: 472px; }
.yoyakuNavIcongroup a{ display: block; width:108px; color:#fff; }
.yoyakuNavIcongroup a:hover{text-decoration: none;}
.yoyakuNavIcongroup a span{display: block; text-align: center; padding-top: 10px;;}
.yoyakuBtn{ position: relative; margin-top:42px; margin-left: 165px;}
.aYoyakubtn{position:absolute; left: 50%; top:50%;margin-left:-580px; margin-top:100px;cursor: pointer;}

.yoyakutogroup{position: absolute; top:95%; margin-top:-164px; margin-left:-12px;}
.myBottomBg{background: url(//game.gtimg.cn/images/fz/cp/a20230613star/my_bottom_right.png) no-repeat right 120px; position: relative; padding-bottom: 1px;}
.myBottomPosition{ display: flex; align-items: center; flex-direction: column; margin-left: -265px;}
.myBottomText{text-align: left; color:#535353;  font-size:24px; margin-bottom: 50px; width:100%;max-width: 900px;
  margin-left: -168px; font-family: hyqh2;}
.myBottomBtn{ margin-top:30px; margin-bottom: 200px; margin-left:-100px; cursor: pointer;;}
.bottomImgBtnWarpper{position: relative;}
.myBottomBtn2{  position: relative;
 left: -50%;
 top: 45%;}

 .v-modal{opacity: 0.9;}
 .el-dialog{background: none;}
 .el-dialog__headerbtn{ background: url(//game.gtimg.cn/images/fz/cp/a20230613star/dia-close.png) no-repeat; width: 42px; height: 42px;; }
 .el-icon-close:before{content: '';}
 .el-dialog__headerbtn{right:-50px;}
.animateRot{animation: rot 2.5s infinite linear;}

@font-face {
  font-family: "hyqh";
  src: url("../font/hyqh.ttf") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "hyqh2";
  src: url("../font/hyqh2.ttf") format("woff");
  font-style: normal;
  font-weight: normal;
}
.music_left a{font-family:hyqh2; position: relative; }
.music_left a.hover{font-family:hyqh; text-decoration:none;}
.music_left .hover::after{position: absolute; left: 0; bottom:0; height: 2px; background: #bb8d51; width: 100%;}
.topHeader{background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 98px; z-index:99; ;}
.topFlex{ display: flex;}
.topLogo{ max-width: 240px; ;}
.topNavUl{flex: 1; display: flex; padding-left:10%;}
.topNavRight{    flex: 1;
  display: flex;
  justify-content: center;}


  .yoyakuListPosi{position:absolute; max-width:800px; ; top:44%; margin-top:-200px;}
  .yoyakuListPosi ul {display: flex;  flex-wrap: wrap; justify-content: space-around; padding-left: 0;}
  .yoyakuListPosi ul li{list-style: none; max-width: 180px; width: 100%; display: flex;
      justify-content: start;flex-direction: column;align-items: center; min-height: 160px; font-size:16px; color:#7d5a37;}
  .music_left a.hover::before{ display: block; content: ''; position: absolute;    left: 59px; bottom: 40px; width: 71%; height: 4px;background: #bb8d51;}
  



  #afooter {
    background-color: #191219;
    text-align: center;
    font-size: 22px;;
    padding: 20px 0;
    padding-bottom: 20px;
	display:none;
  }
  
  #afooter,
  #afooter a {
    color: #c0c0c0;
    text-decoration: none;
  }
 @keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper .footer {
  position: relative;
  padding: 46px 0;
  width: 100%;
  font-size: 16px;
  z-index: 9;
  background-color: #000;
}
.wrapper .footer #gfooter {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.wrapper .footer #gfooter .foot_lefts {
  margin-top: 24px;
}
.wrapper .footer #gfooter .foot_ieg_logo {
  width: 180px;
  height: 35px;
  background-size: 100% 100%;
}
.wrapper .footer #gfooter .logo-smilegate {
  font-size: 0;
  display: block;
  background-image: url(https://game.gtimg.cn/images/fz/cp/a20230426lostark/f-smilegate2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 162px;
  height: 36px;
}
.wrapper .footer #gfooter .foot_links {
  width: 960px;
  height: auto;
}
.wrapper .footer #gfooter .foot_links, .wrapper .footer #gfooter a, .wrapper .footer #gfooter p {
  font-size: 16px;
  text-align: left;
  color: #ccc;
}
.foot {
  background: #000;
  color: #fff;
  font: 12px "微软雅黑", "宋体";
  min-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.foot_dark {
  background: #000;
  color: #494949
}

.foot_dark a {
  color: #494949
}

.foot_cpright {
  padding: 15px 20px
}

.foot_cpright:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both
}

.f_line {
  margin: 0 2px
}

.foot_lefts {
  float: left;
  display: inline
}

.foot_ieg_logo {
  float: left;
  width: 180px;
  height: 35px;
  text-indent: -999em;
  overflow: hidden;
  margin: 10px 0 0 10px;
  background: url(https://game.gtimg.cn/images/js/2018foot/logo/foot-light.png)
}

.foot_dark .foot_ieg_logo {
  background: url(https://game.gtimg.cn/images/js/2018foot/logo/foot-dark.png)
}

.foot_left {
  float: left;
  text-indent: -999em;
  overflow: hidden;
  margin: 10px 0 0 10px;
  width: 85px;
  height: 35px;
}

.foot_links {
  display: inline;
  float: right;
  width: 682px;
  list-style: none;
}

.foot_links li {
  line-height: 20px;
  overflow: hidden;
}

.copyright_zh a {
  padding-right: 10px
}

.foot_links .link_map {
  font-size: 0;
}

.foot_links .link_map .f_line:last-child {
  display: none
}

.foot_links .copyright_txt {
  font-size: 10px;
}

.foot_links .link_map span,
.foot_links .link_map a {
  font-size: 12px;
  color: #494949
}

.foot_links li img {
  vertical-align: middle;
  margin-right: 3px;
  display: inline;
}

.foot_ratetext_inner {
  text-align: center;
  padding: 15px 20px 0;
  margin: 0
}

.foot_ratetext+.foot_cpright {
  padding: 0 20px 15px;
}
.right_bottom em{ font-style: initial;}
.foot_links li{line-height: 1.2;}

/* 15日修改 */
.topNavUl{flex: 1; display: flex;padding-left:40px;}
.topLogo {max-width: 300px;}
.topHeader{height: 97px;}
.topNavRight{justify-content: flex-end; align-items: center;}
.topNavRight a{ margin-right:30px; color:#fff2c1;font-size: 18px;}
.topNavRight a:hover{text-decoration: none;}
.topNavRight span{ color:#fff2c1;font-size:18px; font-family: hyqh2;}
.yoyaku_right_a{margin-bottom: 160px;}

/* 添加弹窗 */
.dialogCenter{ display: flex; justify-content: center; }
.el-dialog--center .el-dialog__body{padding: 0px;}
#dialog1{ position: relative;}
.dialog1Form{position:absolute; left: 50%; top:50%;margin-left: -240px;margin-top: 40px;width:594px}
.el-input__inner{ height: 62px;line-height: 62px;border: none;    background: transparent;}
.el-input{font-size:18px;}
.dialog1btn{ margin: 15px 30px; display:block;}
.dialog2btngroup{ display: flex; margin: -230px auto; justify-content: space-between;width: 74%;}
.el-form-item{margin-bottom: 30px;}
.btnshow{display:block;}
.btnhide{display:none;}


/* 验证码按钮 */
.dialog {
  outline: none;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:101;
}
.dialog .dia-pop-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.dialog .dia-con {
  position: relative;
}
.dialog .dia-con .dia-box {
  width: 100%;
  height: auto;
}
.dialog .dia-con .dia-box .dia-title {
  margin: 0 auto;
}
.dialog .dia-close {
  display: block;
  position: absolute;
  top: -30px;
  right: -74px;
  bottom: auto;
  left: auto;
  transform: none;
  background-image: url(//game.gtimg.cn/images/fz/cp/a20230613star/dia-close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 42px;
  height: 42px;
}

.dialog .dia-bg4 {
  position: relative;
  background-image: url(//game.gtimg.cn/images/fz/cp/a20230613star/dialog1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1114px;
  height: 702px;
}
.dialog .dia-bg4 .dia-box {
  padding-top: 374px;
}
.dialog .dia-bg4 .yz-form {
  width: 690px;
  height: auto;
  margin: 0 0 0 390px;
}
.dialog .dia-bg4 .yz-form .t-text {
  width: 124px;
  font-family: "hyqh55";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 71px;
  color: #ffe3aa;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .t-input {
  width: 494px;
  height: 54px;
  box-sizing: border-box;
  padding-left: 38px;
  border: none;
  background-color: unset;
  font-family: "hyqh55";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 54px;
  color: #81796b;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .t-input::-webkit-input-placeholder {
  font-family: "hyqh55";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 71px;
  color: #81796b;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .t-input::-ms-input-placeholder {
  font-family: "hyqh55";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 71px;
  color: #81796b;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .btn-get-yzm {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: none;
  width: 214px;
  height: 54px;
  background-color: #986e3b;
  border-radius: 6px;
  z-index: 3;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .btn-get-yzm span {
  display: block;
  width: 100%;
  font-family: "hyqh75";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 54px;
  color: #ffe3aa;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg4 .yz-form .phone-box, .dialog .dia-bg4 .yz-form .yzm-box {
  width: 496px;
  height: 54px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.dialog .dia-bg4 .yz-form .yzm-box {
  margin-top: 30px;
}
.dialog .dia-bg4 .btn-submit {
  display: block;
  margin: 36px auto 0;
  width: 338px;
  height: 85px;
}
.dialog .dia-bg4 .btn-submit span {
  display: block;
  width: 100%;
  font-family: "hyqh75";
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  line-height: 86px;
  color: #ffe3aa;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg6 {
  position: relative;
  background-image: url(//game.gtimg.cn/images/fz/cp/a20230613star/dialog2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1114px;
  height: 556px;
}
.dialog .dia-bg6 .dia-box {
  box-sizing: border-box;
  padding-top: 68px;
}
.dialog .dia-bg6 .tips1 {
  font-family: "hyqh75";
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #8d673f;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg6 .tips2 {
  margin: 10px auto 0;
  font-family: "hyqh75";
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #8d673f;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
}
.dialog .dia-bg6 .tips2::after {
  content: "";
  background-image: url(//game.gtimg.cn/images/fz/cp/a20230613star/dia-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 633px;
  height: 24px;
  position: absolute;
  top: 45px;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.dialog .dia-bg6 .tips3 {
  margin-top: 120px;
  font-family: "hyqh55";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #99692e;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg6 .btn-box {
  width: 706px;
  margin: 310px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.dialog .dia-bg6 .btn-box a {
  display: block;
  font-family: "hyqh75";
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  line-height: 85px;
  color: #ffe3aa;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}
.dialog .dia-bg6 .btn-box .btn-cancel-unbound {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 337px;
  height: 85px;
}
.dialog .dia-bg6 .btn-box .btn-confirm-unbound {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 337px;
  height: 85px;
  color: #202c3b;
}

.dialog .dia-bg2 {
  position: relative;
  width: 1114px;
  height: 557px;
}
#video{
  top:54%;
}
.yoyaku_other
{
	padding-bottom: 140px;
}
.dialog .dia-bg7 {
  position: relative;
  background-image: url(//game.gtimg.cn/images/fz/cp/a20230613star/alertMsg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1114px;
  height: 556px;
}
