@charset "utf-8";

/* CSS Document */

/*edit:wangshuo
@ update: 2019-01-24 */

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  overflow-y: scroll;
  overflow-x: auto;
  font-family: '思源黑体 CN Normal', 'sy-hei', 'Microsoft YaHei';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}


i,
em,
cite,
dfn {
  font-style: normal;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.overf {
  overflow: hidden;
}

.center {
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.trs3 {
  transition: all 0.3s;
}

:focus,
a {
  outline: none;
  outline-style: none;
  -moz-outline-style: none;
  transition: all 0.3s;
}

a:visited,
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}

.fil:hover {
  filter: brightness(1.2);
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

body {
  font: 14px/1.5 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', tahoma, Arial;
  color: #e3ecff;
  background: #1a222b;
}

.colo-r {
  color: #ffaaf8;
}

.colo-y {
  color: #ffd131;
}

/*滚动条美化样式*/

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #324e3b;
}

::-webkit-scrollbar-thumb {
  background: #749046;
  border-radius: 4px;
}

.alert-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.pop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  background: #192d56;
  width: 1278px;
}

.pop:before {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pop .close-pop {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
  top: 38px;
  right: 35px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/close.png) no-repeat center;
}


.pop .btn-sure {
  text-align: center;
  font-size: 0;
  line-height: 35px;
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
  height: 35px;
  margin: 0 21px;
  background: url(https://static.web.sdo.com/dnworld/pic/03hlong_mb/btn3.png) no-repeat center;
  background-size: 100% 100%;
  color: #f6f9ff;
  transition: all 0.3s;
}

.pop .btn-sure:hover {
  filter: brightness(1.2);
}

.popTit {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.ind2 {
  text-indent: 1.4em;
}




.pop .msg {
  padding: 0 90px;
  font-size: 24px;
  line-height: 1.5;
  height: 100px;
  margin: 90px 0 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}

.pop .popCode {
  margin: 30px auto;
  text-align: center;
}

.pop .popCode img {
  width: 250px;
}

.pop0 {
  width: 802px;
  height: 669px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/pop0_bg.png) no-repeat center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pop_btn {
  display: block;
  font-size: 23px;
  color: #fffdcd;
  font-weight: 500;
  width: 205px;
  height: 54px;
  line-height: 58px;
  text-align: center;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/p2_btn_bg.png) no-repeat 0 0/cover;
  margin: 0 auto;
}

/* pop1  */
.pop1 {
  width: 691px;
  height: 579px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/pop1-bg.png) no-repeat center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pop1 .inPop {
  color: #81b26a;
  font-size: 24px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 85px;

}

.pop1 .rule::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.pop1 .rule::-webkit-scrollbar-track {
  background: url(https://static.web.sdo.com/dnworld/pic/03hlong_mb/p-bar.png) no-repeat center;
  background-size: 4px 100%;
}

.pop1 .t {
  font-weight: bold;
  display: block;
  font-size: 20px;
}

.pop1 .popTit {
  margin-bottom: 20px;
}

/* pop2 */
.pop2 {
  width: 691px;
  height: 579px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/pop2-bg.png) no-repeat center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pop-form {
  width: 90%;
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  font-size: 22px;
  box-sizing: border-box;
  position: absolute;
  top: 180px;
  left: 88px;
}

.form-input,
.loading-btn {
  width: 100%;
  height: 64px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  background-color: #f1fef3;
  /* 淡绿色半透明背景 */
  color: #334;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: #556;
}

.bottom-row {
  display: flex;
  gap: 15px;
}

.sms-code {
  flex: 1;
}

.send-btn {
  width: 196px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 22px;
  background-color: #58a374;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}

.pop2-btn {
  display: block;
  width: 341px;
  height: 77px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/pop2_btn.png) no-repeat 0 0/cover;
  margin: 25px auto 0;
}

/* pop3 */
.pop3 {
  width: 802px;
  height: 669px;
  background: url(https://static.web.sdo.com/dnworld/pic/1104hgf/PC/pop3_bg.png) no-repeat center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pop3 .pop-list {
  width: 700px;
  height: 407px;
  position: absolute;
  top: 175px;
  left: 65px;
  overflow: auto;
}

.pop3 .pop-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.pop3 .pop-list ul li {
  width: 100px;
  font-size: 16px;
}

/*自定义有序列表*/

ol {
  padding-left: 1.5em;
}

ol>li {
  list-style: decimal;
  list-style-position: outside;
}

/* 视频弹窗样式 */

.videoPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

.videoPop .inVideoPop {
  width: 750px;
  height: 422px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.videoPop .closeVideoBtn {
  width: 78px;
  height: 78px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -100px;
  cursor: pointer;
  background: url(https://static.web.sdo.com/dn/pic/dn_23act/04markL/close.png) no-repeat;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  z-index: 99;
}

.videoPop .closeVideoBtn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.videoPop #video {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.videoPop #video video {
  width: 100%;
  height: auto;
  background: black;
}

/* 视频弹窗样式 */