html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "SimHei", "Arial", "SimSun";
}

@font-face {
  font-family: "Medium";
  src: url(./font/Medium.ttf);
}

@font-face {
  font-family: "Regular";
  src: url(./font/Regular.ttf);
}

@font-face {
  font-family: "Semibold";
  src: url(./font/semibold.ttf);
}

/* 代码 */
@font-face {
  font-family: "Electrolize-Regular";
  src: url(./font/Electrolize-Regular.ttf);
}

/* 函数 */
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url(./font/RobotoSlab-Regular.ttf);
}

p,
img,
div,
h3,
video,
div,
ul {
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: normal;
}

a {
  display: inline-block;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap {
  /* position: relative; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.wrap .header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: url(./images/header.jpg) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 9999;
}

.wrap .header .left {
  height: 60px;
  position: absolute;
  left: 130px;
}

.wrap .header .left img {
  width: 100px;
  margin-top: 15px;
}

.wrap .header .left img:hover {
  cursor: pointer;
}

.wrap .header .right a {
  color: white;
  font-family: Medium;
}

.wrap .header .right .nav {
  height: 60px;
  margin-right: 40px;
  float: right;
}

/* .wrap .header .right .nav a {
    color: white; font-family: Medium;
} */
.wrap .header .right .nav span:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
}

.wrap .header .right .nav span {
  display: inline-block;
  margin-left: 60px;
  line-height: 32px;
  margin-top: 10px;
}

.wrap .header .right .nav .active {
  border-bottom: 2px solid white;
}

.wrap .header .right .login_regist {
  overflow: hidden;
  float: right;
  display: inline-block;
  border: 1px solid #fff;
  width: 100px;
  height: 26px;
  line-height: 18px;
  margin-top: 16px;
  margin-right: 180px;
  font-size: 15px;
  border-radius: 15px;
  cursor: pointer;
}

.wrap .header .right .header-avatar {
  /* overflow: hidden; */
  float: right;
  display: inline-block;
  line-height: 0px;
  /* width: 30px;*/
  display: none;
  /* height:300px; */
  height: 45px;
  margin-top: 16px;
  /* margin-right: 180px; */
  margin-right: 100px;
  cursor: pointer;
  position: relative;
}

.wrap .header .right .header-avatar .header-avatar-menu {
  display: none;
  position: absolute;
  border: 1px solid rgb(204, 204, 204);
  background: #fff;
  border-top: 0;
  width: 200px;
  height: 230px;
  top: 44px;
  left: -60px;
  box-shadow: -2px 0 3px -1px rgb(204, 204, 204), 0 0 0 0 rgb(204, 204, 204),
    0 2px 3px -1px rgb(204, 204, 204), 2px 0 3px -1px rgb(204, 204, 204);
}

.wrap .header .right .header-avatar .header-avatar-menu li {
  list-style: none;
  height: 57px;
  width: 100%;
  display: inline-block;
  line-height: 57px;
  cursor: pointer;
  text-align: center;
}

.wrap .header .right .header-avatar .header-avatar-menu .nav-username {
  width: 107px;
  margin-left: calc(50% - 51px);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap .header .right .header-avatar .header-avatar-menu li:hover {
  color: rgba(94, 25, 117);
}

.wrap .header .right .header-avatar .header-avatar-menu li img {
  width: 22px;
  height: 22px;
  margin-bottom: -5px;
  margin-right: 10px;
}

.wrap .header .right .header-avatar .header-avatar-menu li:nth-of-type(1) img {
  width: 25px;
  height: 25px;
}

.wrap .header .right .header-avatar img {
  margin: 0;
  padding: 0;
}

.wrap .header .right .login_regist .login {
  border-right: 1px solid #fff;
  float: left;
  width: 49px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  /* display: block; */
}

.wrap .header .right .login_regist .regist {
  float: left;
  width: 49px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  /* display: block; */
}

.wrap .header .right .login_regist .login:hover,
.wrap .header .right .login_regist .regist:hover {
  display: block;
  /* height:26px; */
  color: #fff;
  background: rgba(240, 240, 240, 0.5);
}

.wrap .main:first-child {
  display: block;
}

.wrap .main {
  flex: 1;
  width: 100%;
  background: white;
  /* margin-top: 60px; */
  min-width: 920px;
  position: relative;
}

.wrap .main .leftMain {
  width: 360px;
  float: left;
  height: 100%;
  background: rgba(242, 242, 242, 1);
  flex-direction: column;
  position: fixed;
  top: 60px;
}

.wrap .main .leftMain .top{
  width: 100%;
  height: 250px;
  background: url(./images/bg.jpg) no-repeat;
  background-size: 360px 250px;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
}

.wrap .main .leftMain .topUAV{
  background: url(./images/bg-uav.jpg) no-repeat;
  background-size: 100%;
}



.wrap .main .leftMain .topActive {
  background: rgba(240, 240, 240, 1);
  border-right: 1px solid rgba(179, 179, 179, 1);
}

.wrap .main .leftMain .top .search {
  width: 18px;
  position: absolute;
  right: 65px;
  top: 33px;
}

.wrap .main .leftMain .top .search:hover {
  cursor: pointer;
}

.wrap .main .leftMain .top .thuee {
  width: 200px;
  margin-top: 28px;
  margin-right: 52px;
  margin-bottom: 16px;
}

.wrap .main .leftMain .top input {
  width: 250px;
  height: 26px;
  margin-top: 30px;
  border-radius: 26px;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  text-indent: 10px;
  color: white;
}

.wrap .main .leftMain .top .title {
  font-size: 26px;
  margin-right: -4px;
  font-family: Medium;
}

.wrap .main .leftMain .menuWrap {
  height: calc(100% - 250px);
  position: relative;
}

.wrap .main .leftMain .menuWrap .left {
  float: left;
  width: 40px;
  border-right: 1px solid rgba(179, 179, 179, 1);
  box-sizing: border-box;
  height: 100%;
}

.wrap .main .leftMain .menuWrap .left .iconBox {
  position: relative;
  margin-top: 20px;
  height: 40px;
}

.wrap .main .leftMain .menuWrap .left a {
  position: absolute;
}

.wrap .main .leftMain .menuWrap .left p {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.wrap .main .leftMain .menuWrap .left .iconBox .iconActive {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-indent: 34px;
  background: rgb(94, 25, 117, 1);
  border-radius: 0 20px 20px 0;
  position: absolute;
  display: none;
  color: white;
}

.wrap .main .leftMain .menuWrap .left p:hover {
  cursor: pointer;
}

.wrap .main .leftMain .menuWrap .left .icon1 {
  background: url(./images/icon1.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon1:hover {
  background: url(./images/icon1A.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon2 {
  background: url(./images/icon22.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon2:hover {
  background: url(./images/icon2A.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon3 {
  background: url(./images/icon33.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon3:hover {
  background: url(./images/icon3A.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon4 {
  background: url(./images/icon44.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .leftMain .menuWrap .left .icon4:hover {
  background: url(./images/icon4A.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .openOrPut {
  width: 31px;
  height: 30px;
  background: url(./images/open.jpg) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 360px;
  top: 130px;
  z-index: 9999;
}

.wrap .main .openOrPut:hover {
  cursor: pointer;
}

.wrap .main .put {
  background: url(./images/put.jpg) no-repeat;
  background-size: 100% 100%;
  left: 40px;
}

.wrap .main .leftMain .menuWrap .right {
  width: 320px;
  font-size: 14px;
  padding-top: 30px;
  float: left;
  border-right: 1px solid rgba(179, 179, 179, 1);
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}

.wrap .main .leftMain .menuWrap .right .catalogue {
  text-indent: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.wrap .main .leftMain .menuWrap .right .catalogue:hover {
  cursor: pointer;
  background: rgb(220, 220, 220);
}

.wrap .main .leftMain .menuWrap .right .summary {
  text-indent: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.wrap .main .leftMain .menuWrap .right .summary:hover {
  cursor: pointer;
  background: rgb(220, 220, 220);
}

.wrap .main .leftMain .menuWrap .right .activeOther {
  text-indent: 37px;
  box-sizing: border-box;
  color: rgba(94, 25, 117, 1);
  background: rgb(220, 220, 220);
  border-left: 3px solid rgb(94, 25, 117);
}

.wrap .main .leftMain .menuWrap .right .active {
  text-indent: 37px;
  box-sizing: border-box;
  color: rgba(94, 25, 117, 1);
  background: rgb(220, 220, 220);
}

.wrap .main .leftMain .menuWrap .right .menuName {
  width: 100%;
  text-indent: 40px;
}

.wrap .main .leftMain .menuWrap .right .menuName h3 {
  width: 100%;
  padding-right: 20px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  background: url(./images/section.png) no-repeat 20px;
  background-size: 14px auto;
  box-sizing: border-box;
  line-height: 40px;
}

.wrap .main .leftMain .menuWrap .right .menuName h3:hover {
  cursor: pointer;
  background-color: rgb(204, 204, 204, 1);
}

.wrap .main .leftMain .menuWrap .right .menuName .active {
  color: rgba(94, 25, 117, 1);
}

.wrap .main .leftMain .menuWrap .right .menuName .open {
  background: url(./images/sectionActive.png) no-repeat 20px;
  background-size: auto 14px;
}

.wrap .main .leftMain .menuWrap .right .menuName p {
  display: none;
  text-indent: 63px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  line-height: 34px;
}

.wrap .main .leftMain .menuWrap .right .menuName .menuChild {
  display: none;
}

.wrap .main .leftMain .menuWrap .right .menuName .menuChild:hover {
  cursor: pointer;
  background: rgb(220, 220, 220, 1);
}

.wrap .main .leftMain .menuWrap .right .menuName .menuChildActive {
  border-left: 3px solid rgba(94, 25, 117, 1);
  color: rgba(94, 25, 117, 1);
  background: rgb(220, 220, 220, 1);
}

.wrap .main .rightMain {
  min-height: calc(100%);
  position: absolute;
  margin-left: 360px;
  top: 60px;
  width: calc(100% - 360px);
}

.mairginL0 {
  width: calc(100% - 40px) !important;
  margin-left: 40px !important;
}

.wrap .main .rightMain .content {
  width: 100%;
}

.wrap .main .rightMain .content .chapterBox {
  box-sizing: border-box;
  padding: 60px 60px 0;
  max-width: 880px;
  margin: 0 auto;
  min-width: 500px;
  margin-bottom: 140px;
}

.wrap .main .rightMain .content .chapter {
  font-size: 30px;
  font-weight: normal;
  font-family: "Medium";
}

.wrap .main .rightMain .content .chapterLine {
  width: 180px;
  height: 5px;
  background: black;
  margin-top: 20px;
  margin-bottom: 40px;
}

.wrap .main .rightMain .content .section {
  width: 100%;
  font-size: 25px;
  line-height: 65px;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  font-family: "Medium";
}

.wrap .main .rightMain .content .secondTit {
  font-size: 22px;
  font-weight: normal;
  margin-top: 20px;
  font-family: "Medium";
}

.wrap .main .rightMain .content .line {
  width: 180px;
  height: 3px;
  background: black;
  position: relative;
  top: -2px;
  margin-bottom: 20px;
}

.wrap .main .rightMain .content .splitLine {
  width: 1px solid rgba(204, 204, 204, 1);
  margin-top: 60px;
  margin-bottom: 60px;
}

.wrap .main .rightMain .content p {
  line-height: 24px;
  margin-top: 20px;
}

.wrap .main .rightMain .content p a {
  color: rgb(36, 67, 179);
}

.wrap .main .rightMain .content .titile {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Medium";
}

.wrap .main .rightMain .content .admin {
  color: rgba(83, 60, 152, 1);
  font-family: "Medium";
}

.wrap .main .rightMain .content .splitLine {
  width: 100%;
  height: 1px;
  background: rgba(204, 204, 204, 1);
  margin-top: 60px;
  margin-bottom: 60px;
}

.wrap .main .rightMain .content .codeBlock {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  border: 1px solid rgb(204, 204, 204);
}

.wrap .main .rightMain .content .codeBlock .codeBlockTop {
  padding-left: 20px;
  background: rgba(230, 230, 230, 1);
  line-height: 32px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.wrap .main .rightMain .content .codeBlock .codeBlockBottom {
  padding-left: 20px;
  background: rgb(242, 242, 242);
  line-height: 40px;
}

.wrap .main .rightMain .content .codeBlock .codeBlockBottom a {
  display: block;
}

.wrap .main .rightMain .content .codeBlock .codeBlockBottom span {
  color: rgba(36, 67, 178, 1);
}

.wrap .main .rightMain .content .imgBox {
  text-align: center;
  margin-top: 20px;
}

.wrap .main .rightMain .content .imgBoxMore img {
  margin-bottom: 20px;
}

.wrap .main .rightMain .content .bottom {
  height: 60px;
  background: rgba(230, 230, 230, 1);
  text-align: center;
  border-top: 1px solid rgba(204, 204, 204, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.wrap .main .rightMain .content .bottom .text {
  line-height: 30px;
  font-size: 14px;
  margin-top: 6px;
}

.wrap .main .rightMain .content .bottom .text:hover {
  cursor: pointer;
}

.wrap .main .rightMain .content .chapterBox {
  margin-bottom: 200px;
}

.wrap .main .rightMain .content .chapterBox .mainTextBox {
  background: rgba(230, 230, 230, 1);
  border: 1px solid rgb(204, 204, 204);
  padding: 30px 0;
  margin-top: 20px;
  text-align: center;
}

.wrap .main .rightMain .content .chapterBox .mainTextBox p {
  font-family: Medium;
  margin-top: 0;
  line-height: 32px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb {
  background: rgb(248, 245, 255);
  border: 1px solid rgb(170, 122, 204);
  margin-top: 20px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb p {
  margin-top: 0;
  line-height: 60px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb p img {
  width: 30px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb2 {
  background: rgb(248, 245, 255);
  border: 1px solid rgb(170, 122, 204);
  margin-top: 20px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb2 .lightBulb2Left {
  float: left;
  width: 76px;
  text-align: center;
}

.wrap .main .rightMain .content .chapterBox .lightBulb2 .lightBulb2Left img {
  width: 30px;
  margin-top: 36px;
}

.wrap .main .rightMain .content .chapterBox .lightBulb2 p {
  line-height: 22px;
  margin-top: 0px;
  line-height: 42px;
}

.wrap .main .rightMain .content .catalogueTitl img {
  height: 30px;
  float: left;
  margin-right: 6px;
}

.wrap .main .rightMain .content .catalogueTitl {
  line-height: 30px;
  font-size: 30px;
  font-family: "Medium";
}

.wrap .main .rightMain .content .catalogueCont {
  margin: 20px 0 30px;
  border-left: 2px solid rgb(153, 153, 153);
  padding-left: 20px;
}

.wrap .main .rightMain .content .contentImg {
  text-align: center;
  border: 1px solid rgb(204, 204, 204);
  padding: 20px 0 15px;
}

.wrap .main .rightMain .content .contentImg img {
  width: 95%;
}

.wrap .main .rightMain .content .chapterBox .testBox {
  border: 1px solid rgb(204, 204, 204);
  padding: 40px 58px;
  height: 510px;
  margin-top: 40px;
}

.wrap .main .rightMain .content .chapterBox .testBox .secondTit {
  margin-top: 0;
  font-family: "Medium";
  font-size: 20px;
}

.wrap .main .rightMain .content .chapterBox .testBox .splitLine {
  margin: 30px 0;
}

.wrap .main .rightMain .content .chapterBox .testBox p {
  font-family: "Regular";
  text-indent: 28px;
  line-height: 54px;
  margin-top: 0;
  box-sizing: border-box;
  margin-top: 2px;
}

.wrap .main .rightMain .content .chapterBox .testBox p:hover {
  background: rgb(242, 242, 242);
}

.wrap .main .rightMain .content .chapterBox .testBox .activeTest {
  border: 1px solid rgb(51, 51, 51);
  box-sizing: border-box;
}

.wrap .main .rightMain .content .chapterBox .testBox .testBoxPactive {
  background: rgb(172, 209, 105);
}

.wrap .main .rightMain .content .chapterBox .testBox p input {
  margin-right: 25px;
  position: relative;
  top: 1px;
}

.wrap .main .rightMain .content .chapterBox .testBox .submit {
  width: 200px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 40px;
  margin: 0 auto;
  font-family: "Medium";
  background: black;
  margin-top: 65px;
}

.wrap .main .rightMain .content .chapterBox .testBox .submit:hover {
  cursor: pointer;
}

.wrap .main .rightMain .content .chapterBox .testBox .testImgBox {
  text-align: center;
  margin-top: 50px;
  display: none;
}

.wrap .main .rightMain .content .chapterBox .testBox img {
  width: 80px;
  height: 80px;
  display: none;
}

.wrap .main .rightMain .content77 {
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 60px 0;
}

.wrap .main .rightMain .content77 .chapterBox {
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
  background: url(./images/conclusion.jpg) no-repeat;
  background-size: 100% 100%;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxT {
  border-bottom: 1px solid rgb(95, 95, 129);
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxT h3 {
  font-size: 25px;
  text-decoration: underline;
  font-family: "Medium";
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxT h3 span {
  display: inline-block;
  border-bottom: 2px solid white;
  line-height: 50px;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxT img {
  height: 50px;
  margin-top: 45px;
  margin-bottom: 60px;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxB {
  width: 100%;
  margin-bottom: 40px;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxB:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxB .conclusionBoxBL {
  float: left;
}

.wrap .main .rightMain .content77 .chapterBox .conclusionBoxB .conclusionBoxBR {
  float: right;
}

.wrap .main .rightMain .content77 .chapterBox .info {
  color: white;
  font-size: 14px;
}

.wrap .main .rightMain .content77 .chapterBox .info p {
  margin-top: 0;
  line-height: 24px;
}

.wrap .main .rightMain .content77 .chapterBox .info p span {
  margin-right: 14px;
}

.wrap .main .rightMain .content77 .chapterBox .info a {
  color: white;
}

.spot {
  color: rgb(94, 25, 117);
  margin-right: 10px;
}

table {
  width: 100%;
  border: 1px solid rgb(179, 179, 179);
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

table tr td {
  line-height: 42px;
  font-family: "Regular";
}

/* 目录点击 */
.content {
  display: none;
}

.content0_0 {
  display: block;
}

.textSpan {
  display: inline-block;
  width: 569px;
}

.wrap .modal-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  font-family: Regular;
  display: none;
  z-index: 999999;
}

.wrap .modal-shade .login-shade {
  position: relative;
  background: #fff;
  width: 620px;
  height: 400px;
  border-radius: 10px;
  margin: 15% auto;
  text-align: center;
}

.wrap .modal-shade .login-shade .close {
  margin: 16px;
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.wrap .modal-shade .login-shade .login-form {
  display: none;
}

.wrap .modal-shade .login-shade .regist-form {
  display: none;
  margin-top: -10px;
}

.wrap .modal-shade .login-shade .emailInput {
  display: flex;
  width: 326px;
  border: 1px solid rgba(204, 204, 204);
  margin: 0 auto;
  position: relative;
}

.wrap .modal-shade .login-shade .emailInput:focus-within {
  border-color: rgb(94, 25, 117);
}

.wrap .modal-shade .login-shade .imgIcon {
  height: 18px;
}

.wrap .modal-shade .login-shade input {
  height: 42px;
  width: 100%;
  border: 0;
  font-size: 16px;
}

.wrap .modal-shade .login-shade .forget-pwd {
  position: absolute;
  right: 4px;
  bottom: -25px;
  font-size: 14px;
  color: rgba(102, 102, 102);
  cursor: pointer;
  font-family: Regular;
}

.wrap .modal-shade .login-shade .login-msg {
  position: absolute;
  left: 10px;
  bottom: -25px;
  font-size: 12px;
  color: rgba(255, 0, 0);
  font-family: Regular;
  display: none;
}

.wrap .modal-shade .login-shade .email-msg,
.wrap .modal-shade .login-shade .pwd-msg {
  position: absolute;
  left: 10px;
  top: 45px;
  font-size: 12px;
  color: rgba(255, 0, 0);
  font-family: Regular;
  display: none;
}

.wrap .modal-shade .login-shade .code-msg {
  font-size: 12px;
  color: rgba(255, 0, 0);
  font-family: Regular;
  text-align: left;
  margin-left: 10px;
  display: none;
}

.wrap .modal-shade .login-shade .code-msg-parent {
  width: 100%;
  height: 18px;
  float: left;
}

.wrap .modal-shade .login-shade .getCode {
  overflow: hidden;
  width: 328px;
  margin: 18px auto 2px;
}

.wrap .modal-shade .login-shade .getCode .getCode-left {
  width: 190px;
  height: 44px;
  float: left;
  border: 1px solid rgba(204, 204, 204);
}

.wrap .modal-shade .login-shade .getCode .getCode-left:focus-within {
  border-color: rgb(94, 25, 117);
}

.wrap .modal-shade .login-shade .getCode input {
  width: 170px;
  border: 0;
}

.wrap .modal-shade .login-shade .lg-rg-button {
  width: 332px;
  height: 46px;
  border-radius: 50px;
  background: rgba(94, 25, 117);
  color: #fff;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.wrap .modal-shade .login-shade .code-btn {
  float: left;
  width: 120px;
  height: 46px;
  font-size: 14px;
  font-family: Regular;
  color: rgba(94, 25, 117);
  border: 1px solid rgba(94, 25, 117);
  margin-left: 15px;
  background: #fff;
}

.wrap .modal-shade .login-shade .code-btn:hover {
  background-color: rgba(94, 25, 117);
  color: #fff;
}

.wrap .modal-shade .login-shade .code-num {
  float: left;
  width: 120px;
  height: 46px;
  font-size: 12px;
  background: rgba(204, 204, 204);
  border: 1px solid rgba(204, 204, 204);
  margin-left: 15px;
  color: #fff;
  font-family: Regular;
  display: none;
}

.wrap .modal-shade .login-shade .btn-link {
  margin-bottom: 25px;
  font-size: 14px;
  font-family: Regular;
  position: absolute;
  right: 45px;
  bottom: -9px;
  color: rgb(102, 102, 102);
}

.wrap .modal-shade .login-shade input:focus {
  outline: none;
}

/* 在线仿真弹窗 */
.online-popup {
  display: none;
  position: fixed;
  top: 80px;
  left: 39.5%;
  width: 600px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 999;
}
.online-popup-personal {
  display: none;
  position: fixed;
  top: 80px;
  left: 39.5%;
  width: 600px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 999;
}
.online-popup p,
.online-popup-personal p {
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #000000;
  font-family: Medium;
}

.online-popup p span,
.online-popup-personal p span {
  color: rgb(94, 25, 117);
  cursor: pointer;
}

.online-popup .close-popup,
.online-popup-personal .close-popup {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.tipMsg{
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: red;
  cursor: pointer;
}

.modalTip{
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 540px;
  height: 280px;
  padding: 40px;
  padding-right: 60px;
  background: #000;
  color: #fff;
  font-size: 12px;
  border: 1px solid #b0b0b0;
  display: none;
}

.modalTip .closeIcon{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.fontStyle{
  font-family: 'PingFangSC-Regular, sans-serif';
  font-size: 16px;
  margin: 25px 0;
  color: #000;
}

.fontsStyle{
  font-family: 'PingFangSC-Regular, sans-serif';
  font-size: 16px;
  margin: 20px 0;
  color: #000;
  word-break: break-all;
}

.uniqColor{
  color: #5e1975;
  font-weight: 600;
}

.blueColor{
  color: #533C98;
  font-weight: 600;
}

.endStyle{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 140px;
}

.fontUniq{
  font-family: 'Semibold';
}

.imgStyle{
  margin: 30px 0;
}

.passwordIcon{
  position: absolute;
  right: 16px;
  width: 25px;
  height: 12px;
  top: 16px;
  cursor: pointer;
}

.showIcon{
  background: url('./images/show.png') no-repeat;
  background-size: cover;
}

.hiddenIcon{
  height: 18px;
  top: 13px;
  background: url('./images/hidden.png') no-repeat;
  background-size: cover;
}

.centerP{
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.middleTitle{
  margin-top: 40px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.uniqColorStyle{
  color: #5e1975;
}

.blueColorStyle{
  color: #533C98;
}

.fontsStyle .spot{
  color: #000;
}

.flex{
  display: flex;
  line-height: 40px;
}

.flex1{
  flex: 8;
  text-align: center;
}

.flex2{
  flex: 7;
  text-align: center;
}

.robot,.uav,.course_top{
  display: none;
}

.margin40{
  margin-top: 40px;
}

.margin60{
  margin-top: 60px;
}

.font600{
  font-weight: 600;
}

.font20{
  font-size: 20px;
  font-weight: 600;
}

.font18{
  font-size: 18px;
  font-weight: 600;
}

.font16{
  font-size: 16px;
  font-weight: 600;
}

.codeLine {
  padding-left: 20px;
  background: rgb(242, 242, 242);
  line-height: 30px;
  min-height: 30px;
  font-family: Electrolize-Regular;
}

.course_uav{
  cursor: pointer;
}

.codeGray{
  color: #b1b1b1;
}

.codeBlue{
  color: #2443B2;
}

.codeGreen{
  color: #88B746;
}

.codePurple{
  color: #5E1975;
}

.codeBlack{
  color: #000;
}

.line40{
  height: 40px;
  line-height: 40px;
}

.pad8{
  padding-top: 8px;
}

.pab8{
  padding-bottom: 8px;
}

.indent4{
  text-indent: 4em;
}

.indent2.fontsStyle{
  margin-left: 2em;
}

.indent2.codeLine{
  text-indent: 2em;
}

.indent6{
  text-indent: 6em;
}

.indent8{
  text-indent: 8em;
}

.codeWidth{
  display: inline-block;
  width: 80px;
}

.width150{
  display: inline-block;
  width: 150px;
}

.width180{
  display: inline-block;
  width: 150px;
}