@charset "UTF-8";
/*
 *宽高设置;
 */
/*
 *设置input，textarea的默认颜色;
 */
/*
 *placeholder自定义
 */
/*
 *设置边框;
 */
/*
 *设置字体大小，颜色，行高，水平对齐方式;
 */
/*
 *水平居中;
 */
/*
 *顶部定位；
 */
/* 
 *随机定位
 */
/* 
 *flex水平居中
 */
/*
 *元素百分百定位；
 */
/*
 *元素填充;
 */
/*
 *上下左右居中--定位;
*/
/*
 *css3上下左右居中带缩放;
 */
/*
 *c3 水平居中
 */
/*
 *css3 垂直居中
 */
/*
 *背景图片设置;
 */
/*
 *background-size设置背景图片;
 */
/*
 *背景颜色和黑色遮罩
 */
/*
 *关闭按钮;
 */
/**字左右间隙**/
/**渐变**/
/**截字**/
/*
 *缩放;
 */
/*
 *各个方向的边框
*/
/*
 *三角;
 */
/*动画暂停*/
/*
 *隐藏位移;
 */
/*
 *过度时间速度;
 */
* {
  margin: 0px;
  padding: 0px;
  max-height: 9999999999px;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
  color: #666;
  font-size: 14px;
  min-height: 100vh;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, textarea {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  font-family: "微软雅黑";
}

.hide {
  display: none;
}

ul, li, dl, dd {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

button {
  -webkit-appearance: none;
}

input, textarea {
  border: 0px;
  width: 100%;
  background: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

.pagelock {
  overflow: hidden;
}

/**音乐**/
.musiced {
  position: absolute;
  left: 20px;
  top: 75px;
  z-index: 80;
  opacity: 0.8;
}

.msyuddtd {
  background: url(../images/musice.png) no-repeat center center;
  width: 54px;
  height: 54px;
}

.kuddtz {
  -webkit-animation: kdd1 2s infinite linear;
  -moz-animation: kdd1 2s infinite linear;
  -o-animation: kdd1 2s infinite linear;
  animation: kdd1 2s infinite linear;
}

.bigyf {
  background: url(../images/yid1.png) no-repeat center center;
  width: 25px;
  height: 53px;
  position: absolute;
  left: 0px;
  top: -80px;
  -webkit-animation: dd1 2s infinite;
  -moz-animation: dd1 2s infinite;
  -o-animation: dd1 2s infinite;
  animation: dd1 2s infinite;
}

.smyf {
  background: url(../images/yid2.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -30px;
  -webkit-animation: dd1 1.5s infinite;
  -moz-animation: dd1 1.5s infinite;
  -o-animation: dd1 1.5s infinite;
  animation: dd1 1.5s infinite;
}

@-webkit-keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-moz-keyframes dd1 {
  0% {
    -moz-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-o-keyframes dd1 {
  0% {
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    -moz-transform: translateY(0px) scale(0.6);
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    -moz-transform: translateY(-50px) scale(0.6);
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes kdd1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes kdd1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  min-width: 1200px;
  overflow: hidden;
  overflow-x: auto;
}

.topBox {
  width: 1200px;
  padding: 26px 0;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.topBox .eTxtBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -10px;
}
.topBox .eTxtBox li {
  position: relative;
}
.topBox .eTxtBox li .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  cursor: pointer;
}
.topBox .eTxtBox li:nth-child(1) .icon {
  background: url("../images/img10.png") center no-repeat;
}
.topBox .eTxtBox li:nth-child(2) .icon {
  background: url("../images/img11.png") center no-repeat;
}
.topBox .eTxtBox .on .secondBox {
  display: block;
}
.topBox .eTxtBox .secondBox {
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  display: none;
}
.topBox .eTxtBox .secondBox p {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: center;
}
.topBox .eTxtBox .secondBox a {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.topBox .eTxtBox .ewmBox {
  padding: 10px;
}
.topBox .eTxtBox .ewmBox img {
  width: 120px;
  margin-bottom: 10px;
}
.topBox .eTxtBox .ewmBox p {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: center;
}
.topBox .eTxtBox .txts {
  padding: 10px 20px;
}
.topBox .eTxtBox .txts p {
  white-space: nowrap;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.topBox .eTxtBox .txts p:last-child {
  border-bottom: 0;
}

.foot {
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
.foot .bottom {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: center;
}

.loginBg {
  width: 100vw;
  height: 100vh;
  background: #dae1ef;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loginBox {
  width: 56.7708333333vw;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loginBox .imgRight {
  width: 29.0625vw;
  position: relative;
}
.loginBox .img1 {
  width: 100%;
  position: relative;
  z-index: 10;
}
.loginBox .img2 {
  width: 50.625vw;
  position: absolute;
  right: 0;
  bottom: -27.6041666667vw;
}
.loginBox .writeBox {
  width: 27.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loginBox .img3 {
  width: 5.9895833333vw;
  margin-bottom: 2.0833333333vw;
}
.loginBox .iBoxs {
  width: 17.1875vw;
  margin-bottom: 3.75vw;
  display: none;
}
.loginBox .codeLogin {
  display: block;
}
.loginBox .lis {
  width: 100%;
  margin-bottom: 2.6041666667vw;
}
.loginBox .lis li {
  border-bottom: 1px solid #e3e8f2;
  margin-bottom: 1.25vw;
  position: relative;
}
.loginBox .lis p, .loginBox .lis input {
  font-size: 14px;
  color: #333950;
  line-height: 2.0833333333vw;
  text-align: left;
}
.loginBox .lis strong {
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #757988;
  line-height: 2.0833333333vw;
  text-align: left;
  cursor: pointer;
}
.loginBox .sunBtn {
  width: 9.8958333333vw;
  height: 2.0833333333vw;
  border-radius: 40px;
  background: #4163e3;
  font-size: 14px;
  color: #fff;
  line-height: 2.0833333333vw;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.loginBox .ewmBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3.125vw;
  display: none;
}
.loginBox .ewmBox.eShow {
  display: flex;
}
.loginBox .ewmBox p {
  font-size: 14px;
  color: #191919;
  line-height: 2.0833333333vw;
  text-align: center;
}
.loginBox .ewmBox span {
  font-size: 12px;
  color: #808080;
  line-height: 1.5625vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
.loginBox .ewmBox img {
  width: 9.8958333333vw;
}
.loginBox .tsTxt {
  width: 100%;
  font-size: 12px;
  color: #191919;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.loginBox .tsTxt:before, .loginBox .tsTxt:after {
  content: "";
  width: 5.7291666667vw;
  height: 1px;
  margin: 0 10px;
}
.loginBox .tsTxt:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #e3e8f2);
}
.loginBox .tsTxt:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #e3e8f2);
}
.loginBox .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5625vw;
}
.loginBox .imgBox li {
  width: 1.6145833333vw;
  height: 1.3541666667vw;
  margin: 0 1.0416666667vw;
  background-size: contain !important;
  cursor: pointer;
}
.loginBox .imgBox .ewmBtn {
  background: url("../images/img4.png") center no-repeat;
}
.loginBox .imgBox .codeBtn {
  background: url("../images/img5.png") center no-repeat;
  display: none;
}
.loginBox .imgBox .wordBtn {
  background: url("../images/img6.png") center no-repeat;
}
.loginBox .tsGz {
  padding-left: 20px;
  background: url("../images/img7.png") left center no-repeat;
  font-size: 12px;
  color: #4163e3;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.loginBox .ewmTxt {
  font-size: 12px;
  color: #4163e3;
  line-height: 20px;
  text-align: left;
  display: none;
}
.loginBox .on {
  background: url("../images/img8.png") left center no-repeat;
}
.loginBox .txtBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loginBox .txtBox .tit {
  font-size: 36px;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.loginBox .txtBox p {
  font-size: 22px;
  color: #a2a2aa;
  line-height: 34px;
  text-align: center;
}
.loginBox .txtBox .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.loginBox .txtBox a {
  display: inline-block;
  font-size: 22px;
  color: #4163e3;
  line-height: 36px;
  text-align: center;
  border-bottom: 2px solid #4163e3;
}
.loginBox .txtBox .time {
  font-size: 26px;
  color: #4163e3;
  line-height: 36px;
  text-align: center;
}
.loginBox .txtBox .red {
  color: #e31a1a;
}
.loginBox .txtBox .reSub {
  width: 252px;
  height: 60px;
  border-radius: 60px;
  background: #4163e3;
  margin-top: 80px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.shadowAlert {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.shadowAlert .kuang {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shadowAlert .contain {
  background: #fff;
  border-radius: 5px;
}
.shadowAlert .btns {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
.shadowAlert .btns li {
  width: 150px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #4163e3;
  background: #4163e3;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.shadowAlert .btns li:nth-child(2) {
  color: #3c3c3c;
  background: #fff;
  border: 1px solid #cccc;
}

.tsAlert {
  display: none;
}
.tsAlert .contain {
  padding: 36px 50px;
  border-radius: 5px;
  background: #fff;
}
.tsAlert h1 {
  font-size: 16px;
  color: #4163e3;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.tsAlert p {
  font-size: 12px;
  color: #191919;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.tsAlert p span {
  color: #4163e3;
  cursor: pointer;
}
.tsAlert .btns {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tsAlert .btns li {
  width: 148px;
  height: 32px;
  border: 1px solid #d1d3dc;
  border-radius: 5px;
  font-size: 12px;
  color: #191919;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.tsAlert .btns li:nth-child(2) {
  border: 1px solid #4163e3;
  background: #4163e3;
  color: #fff;
}

.gzAlert {
  display: none;
}
.gzAlert .kuang {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gzAlert .contain {
  padding: 40px 35px;
  border-radius: 5px;
  background: #fff;
}
.gzAlert .contain .tBox {
  width: 560px;
  height: 240px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 30px;
}
.gzAlert .contain .txtBox {
  padding-right: 10px;
}
.gzAlert .contain h1 {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.gzAlert .contain strong {
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
  margin-top: 30px;
}
.gzAlert .contain p {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
}
.gzAlert .contain .tyBtn {
  width: 150px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #4163e3;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.gzAlert .contain .qDown {
  display: block;
  width: 50px;
  font-size: 12px;
  color: #666;
  line-height: 16px;
  text-align: center;
  border-bottom: 1px solid #666;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.gzAlert .contain .qDown a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.equipmentBox {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #4163e3 0%, #4163e3 280px, #fff 280px, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.equipMent {
  height: calc( 100vh - 100px);
}

.editorPage .eqBox .perBox {
  width: 130px;
}
.editorPage .eqBox .rightBox {
  width: 1060px;
  padding: 30px;
  padding-top: 90px;
  box-sizing: border-box;
}
.editorPage .redOnly {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.editorPage .redOnly p {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.editorPage .backBtn {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  color: #191919;
  line-height: 20px;
  text-align: left;
  padding-left: 24px;
  background: url("../images/img28.png") left center no-repeat;
  cursor: pointer;
}

.eqBox {
  width: 100%;
  height: calc( 100% - 100px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eqBox .perBox {
  width: 320px;
}
.eqBox .perBox .lisBox li {
  padding-left: 50px;
  margin-bottom: 40px;
}
.eqBox .perBox .lisBox .txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.eqBox .perBox .lisBox strong {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: left;
}
.eqBox .perBox .lisBox span {
  font-size: 14px;
  color: #4163e3;
  line-height: 20px;
  text-align: left;
  padding-left: 16px;
  cursor: pointer;
}
.eqBox .perBox .lisBox p {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
}
.eqBox .perBox .lisBox li:nth-child(1) {
  background: url("../images/img15.png") top left no-repeat;
}
.eqBox .perBox .lisBox li:nth-child(2) {
  background: url("../images/img16.png") top left no-repeat;
}
.eqBox .perBox .lisBox li:nth-child(3) {
  background: url("../images/img17.png") top left no-repeat;
}
.eqBox .rightBox {
  width: 870px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}
.eqBox .rightBox .addBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 40px;
}
.eqBox .rightBox .addBox p {
  font-size: 18px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
}
.eqBox .rightBox .addBox .addBtn {
  padding: 0 10px;
  border: 1px solid #4163e3;
  border-radius: 24px;
  font-size: 12px;
  color: #4163e3;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.eqBox .rightBox .addBox .addBtn span {
  display: block;
  padding-left: 18px;
  background: url("../images/img18.png") left center no-repeat;
}
.eqBox .rightBox .proBox {
  height: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.eqBox .rightBox .proBox ul {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eqBox .rightBox .proBox li {
  width: 365px;
  box-sizing: border-box;
  background: #f2f4f7;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.eqBox .rightBox .proBox li strong {
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #4163e3;
  line-height: 24px;
  text-align: center;
}
.eqBox .rightBox .proBox li .delBtn {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/img32.png") center no-repeat;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.eqBox .rightBox .proBox .nolis {
  width: 365px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.eqBox .rightBox .proBox .nolis img {
  width: 100%;
}
.eqBox .rightBox .proBox .nolis span {
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  right: 120px;
  bottom: 26px;
  cursor: pointer;
}
.eqBox .rightBox .proBox .img {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 20px;
}
.eqBox .rightBox .proBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eqBox .rightBox .proBox .txt {
  max-width: 186px;
}
.eqBox .rightBox .proBox .txt p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
}
.eqBox .rightBox .proBox .txt span {
  font-size: 12px;
  color: #807f89;
  line-height: 20px;
  text-align: left;
}
.eqBox .rightBox .proBox .txt .time {
  font-size: 12px;
  color: #807f89;
  line-height: 24px;
  text-align: left;
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.eqBox .rightBox .proBox .txt .time a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/img40.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.eqBox .headBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.eqBox .headBox .editorBox {
  position: relative;
  cursor: pointer;
}
.eqBox .headBox .editorBox a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.eqBox .headBox .img {
  width: 76px;
  height: 76px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
  box-shadow: 0px 5px 10px #3857ce;
  background: #fff;
}
.eqBox .headBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eqBox .headBox p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.eqBox .headBox strong {
  display: block;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.conBox {
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.conBox .headImg {
  width: 62px;
  height: 62px;
  border: 1px solid #dedede;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 70px;
}
.conBox .headImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conBox .inputBox {
  width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.conBox .inputBox li {
  width: 260px;
  margin-right: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.conBox .inputBox input, .conBox .inputBox p, .conBox .inputBox .selBox {
  height: 40px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 40px;
  text-align: left;
}
.conBox .inputBox .selBox {
  position: relative;
  background: url("../images/img30.png") right center no-repeat;
  cursor: pointer;
}
.conBox .inputBox .selBox select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.conBox .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conBox .btns li {
  width: 176px;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-right: 30px;
  font-size: 14px;
  color: #191919;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  margin-right: 26px;
}
.conBox .btns li:nth-child(1) {
  color: #fff;
  background: #4163e3;
  border: 1px solid #4163e3;
}
.conBox .cyBox {
  margin-top: 60px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.conBox .cyBox p {
  padding-left: 20px;
  background: url("../images/img33.png") left center no-repeat;
  font-size: 16px;
  color: #191919;
  line-height: 20px;
  text-align: left;
}
.conBox .cyBox div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #4163e3;
  cursor: pointer;
  font-size: 14px;
  color: #4163e3;
  line-height: 24px;
  text-align: center;
}
.conBox .cyBox div span {
  display: block;
  padding-left: 18px;
  background: url("../images/img18.png") left center no-repeat;
}
.conBox .areaBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.conBox .areaBox li {
  width: 410px;
  height: 140px;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 0;
  background: #f2f4f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.conBox .areaBox .leftTxt {
  width: 260px;
}
.conBox .areaBox .nameBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.conBox .areaBox .nameBox strong {
  min-width: 70px;
  font-size: 16px;
  color: #191919;
  line-height: 20px;
  text-align: left;
  margin-right: 10px;
}
.conBox .areaBox .nameBox span {
  font-size: 14px;
  color: #191919;
  line-height: 20px;
  text-align: left;
}
.conBox .areaBox .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conBox .areaBox .btnBox p {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.conBox .areaBox .btnBox .editorBtn {
  background: url("../images/img31.png") center no-repeat;
}
.conBox .areaBox .btnBox .removeBtn {
  background: url("../images/img32.png") center no-repeat;
}
.conBox .editorArea {
  width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.conBox .editorArea li {
  width: 260px;
  margin-right: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.conBox .editorArea input, .conBox .editorArea p, .conBox .editorArea .selBox {
  height: 40px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 40px;
  text-align: left;
}
.conBox .editorArea .selBox {
  position: relative;
  background: url("../images/img30.png") right center no-repeat;
  cursor: pointer;
}
.conBox .editorArea .selBox select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.conBox .aBox span:hover {
  background: rgba(65, 99, 227, 0.3);
}
.conBox .areaListBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 10;
  border: 1px solid #ccc;
  display: none;
}
.conBox .areaListBox ul {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.conBox .areaListBox li {
  width: auto;
  border-bottom: none;
  margin: 0;
}
.conBox .areaListBox .topTab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
}
.conBox .areaListBox .topTab li {
  width: 100%;
  font-size: 16px;
  color: #191919;
  line-height: 40px;
  text-align: center;
}
.conBox .areaListBox .topTab .on {
  color: #4163e3;
  background: #fff;
}
.conBox .areaListBox .alisBox {
  height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.conBox .areaListBox .alisBox > div {
  padding: 2px;
  display: none;
}
.conBox .areaListBox .alisBox > div:nth-child(1) {
  display: block;
}
.conBox .areaListBox .alisBox ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.conBox .areaListBox .alisBox li {
  width: auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  color: #191919;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.conBox .areaListBox .alisBox li:hover {
  color: #fff;
  background: #4163e3;
}
.conBox .areaListBox .alisBox .on {
  color: #fff;
  background: #4163e3;
}

.applyBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.applyBox .leftImg {
  width: 340px;
  padding-top: 20px;
}
.applyBox .leftImg .txt {
  width: 302px;
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #2e4d90;
  line-height: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.applyBox .leftImg .txt img {
  position: absolute;
  left: -20px;
  bottom: -50px;
}
.applyBox .leftImg .img38 {
  width: 322px;
  margin-left: -20px;
}
.applyBox .rightTxtBox {
  width: 840px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px;
  padding-bottom: 20px;
}
.applyBox .listBox > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.applyBox .listBox label {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
.applyBox .listBox .txt {
  width: 480px;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #a2a2aa;
  line-height: 50px;
  text-align: left;
}
.applyBox .listBox .timeBox {
  width: 480px;
  height: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #f2f4f7;
}
.applyBox .listBox .timeBox input {
  height: 50px;
  font-size: 16px;
  color: #a2a2aa;
  line-height: 50px;
  text-align: left;
}
.applyBox .listBox .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applyBox .listBox .tit span {
  color: #a2a2aa;
  font-size: 12px;
}
.applyBox .listBox .ckBtn {
  width: 100px;
  height: 30px;
  border: 1px solid #4163e3;
  border-radius: 30px;
  font-size: 14px;
  color: #4163e3;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-indent: 5px;
}
.applyBox .fileBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.applyBox .fileBox li {
  width: 360px;
  height: 204px;
  border: 1px solid #f2f4f7;
  background: #f2f4f7;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.applyBox .fileBox li .tsTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.applyBox .fileBox li .tsTxt p {
  padding-top: 50px;
  font-size: 14px;
  color: #4163e3;
  line-height: 20px;
  text-align: center;
  background: url("../images/img39.png") top center no-repeat;
}
.applyBox .fileBox li img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
  display: none;
}
.applyBox .fileBox li input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  cursor: pointer;
}
.applyBox .sunBtn {
  width: 180px;
  height: 40px;
  background: #4163e3;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.lookAlert {
  display: none;
}
.lookAlert img {
  max-width: 90vw;
  max-height: 90vh;
}

.laydate-theme-molv .layui-laydate-header i {
  color: #3c3c3c !important;
}

.addAlert {
  display: none;
}
.addAlert .contain {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
.addAlert .contain h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
.addAlert .contain .iBox {
  width: 400px;
  height: 42px;
  box-sizing: border-box;
  padding-left: 40px;
  border: 1px solid #ccc;
  background: url("../images/img20.png") left 10px center no-repeat;
}
.addAlert .contain .iBox input {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #565656;
  line-height: 42px;
  text-align: left;
}
.addAlert .contain p {
  font-size: 12px;
  color: #565656;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}

.changeAlert, .changeAlert2, .changeAlert3 {
  display: none;
}
.changeAlert .contain, .changeAlert2 .contain, .changeAlert3 .contain {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
}
.changeAlert .contain .close, .changeAlert2 .contain .close, .changeAlert3 .contain .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.changeAlert .contain .close::before, .changeAlert .contain .close::after, .changeAlert2 .contain .close::before, .changeAlert2 .contain .close::after, .changeAlert3 .contain .close::before, .changeAlert3 .contain .close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 2px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -1px;
}
.changeAlert .contain .close::before, .changeAlert2 .contain .close::before, .changeAlert3 .contain .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.changeAlert .contain .close::after, .changeAlert2 .contain .close::after, .changeAlert3 .contain .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.changeAlert .contain h1, .changeAlert2 .contain h1, .changeAlert3 .contain h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
}
.changeAlert .contain .iBox, .changeAlert2 .contain .iBox, .changeAlert3 .contain .iBox {
  width: 400px;
  height: 42px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 20px;
  border: 1px solid #ccc;
  background: url("../images/img25.png") left 10px center no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.changeAlert .contain .iBox input, .changeAlert2 .contain .iBox input, .changeAlert3 .contain .iBox input {
  width: 270px;
  height: 100%;
  font-size: 12px;
  color: #565656;
  line-height: 42px;
  text-align: left;
}
.changeAlert .contain .iBox strong, .changeAlert2 .contain .iBox strong, .changeAlert3 .contain .iBox strong {
  display: block;
  font-size: 12px;
  color: #4163e3;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  margin-right: -10px;
}
.changeAlert .contain p, .changeAlert2 .contain p, .changeAlert3 .contain p {
  font-size: 12px;
  color: #000;
  line-height: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.changeAlert .contain .btn, .changeAlert2 .contain .btn, .changeAlert3 .contain .btn {
  width: 226px;
  height: 40px;
  border-radius: 5px;
  background: #4163e3;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 25px;
}
.changeAlert .contain .ts, .changeAlert2 .contain .ts, .changeAlert3 .contain .ts {
  display: block;
  font-size: 12px;
  color: #8e8e8e;
  line-height: 20px;
  text-align: center;
}

.changeAlert2 .contain h1 {
  margin-bottom: 50px;
}
.changeAlert2 .contain .iBox {
  margin-bottom: 40px;
}
.changeAlert2 .contain .phoneBox {
  background: url("../images/img26.png") left 10px center no-repeat;
  margin-bottom: 20px;
}

.unBindAlert {
  display: none;
}
.unBindAlert .contain {
  width: 490px;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.unBindAlert .contain .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.unBindAlert .contain .close::before, .unBindAlert .contain .close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 2px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -1px;
}
.unBindAlert .contain .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.unBindAlert .contain .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.unBindAlert .contain img {
  margin-bottom: 20px;
}
.unBindAlert .contain p {
  font-size: 16px;
  color: #191919;
  line-height: 18px;
  text-align: center;
  margin-bottom: 14px;
}
.unBindAlert .contain .ts {
  display: block;
  font-size: 12px;
  color: #8e8e8e;
  line-height: 20px;
  text-align: center;
}
.unBindAlert .contain .btn {
  width: 226px;
  height: 40px;
  border-radius: 5px;
  background: #4163e3;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
}

.addOkAlert {
  display: none;
}
.addOkAlert .codeBox {
  width: 224px;
  height: 107px;
  background: url("../images/img21.png") center no-repeat;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.addOkAlert .codeBox li {
  width: 160px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 20px;
  text-align: left;
}
.addOkAlert .contain {
  padding: 40px 50px;
}
.addOkAlert .contain h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.removeAlert, .removeAlert2 {
  display: none;
}
.removeAlert .contain, .removeAlert2 .contain {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
.removeAlert .contain h1, .removeAlert2 .contain h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
.removeAlert .contain p, .removeAlert2 .contain p {
  font-size: 12px;
  color: #565656;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}

.detaiilAlert {
  display: none;
}
.detaiilAlert .detailsBox {
  position: relative;
}
.detaiilAlert .detaiil {
  width: 486px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.detaiilAlert .detaiil h1 {
  font-weight: normal;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
}
.detaiilAlert .detaiil .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.detaiilAlert .detaiil .close::before, .detaiilAlert .detaiil .close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 2px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -1px;
}
.detaiilAlert .detaiil .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detaiilAlert .detaiil .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.detaiilAlert .imgTxt {
  width: 350px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}
.detaiilAlert .imgTxt .img {
  width: 120px;
  height: 120px;
  background: #f2f4f7;
  border-radius: 15px;
  overflow: hidden;
}
.detaiilAlert .imgTxt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detaiilAlert .imgTxt .txts {
  width: 210px;
}
.detaiilAlert .imgTxt .tit {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.detaiilAlert .imgTxt .tit p {
  max-width: 150px;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 22px;
  text-align: left;
}
.detaiilAlert .imgTxt .tit span {
  display: block;
  width: 54px;
  height: 22px;
  border-radius: 18px;
  background: #4163e3;
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.detaiilAlert .imgTxt .tit li {
  font-size: 12px;
  color: #949494;
  line-height: 22px;
  text-align: left;
}
.detaiilAlert .btnBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detaiilAlert .btnBox .tsBox {
  cursor: pointer;
}
.detaiilAlert .btnBox p {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
.detaiilAlert .ewmBox {
  width: 450px;
  border-radius: 10px;
  background: #f2f4f7;
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
}
.detaiilAlert .ewmBox .ewm {
  width: 100px;
  margin-bottom: 20px;
}
.detaiilAlert .ewmBox .ewm img {
  width: 100%;
}
.detaiilAlert .ewmBox p {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
}

.ewmAlert {
  display: none;
}
.ewmAlert .contain {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ewmAlert .contain h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
.ewmAlert .contain p {
  font-size: 12px;
  color: #565656;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.ewmAlert .contain .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.ewmAlert .contain .close::before, .ewmAlert .contain .close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 2px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -1px;
}
.ewmAlert .contain .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ewmAlert .contain .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shutDownAlert .kuang {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shutDownAlert .contain {
  width: 942px;
  height: 566px;
  box-sizing: border-box;
  padding: 0px 120px;
  padding-top: 280px;
  background: url("../images/img35.png") center no-repeat;
  position: relative;
}
.shutDownAlert .contain p {
  font-weight: bold;
  font-size: 36px;
  color: #4084ff;
  line-height: 40px;
  text-align: left;
  margin-bottom: 26px;
}
.shutDownAlert .contain .txt {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 42px;
  text-align: left;
}
.shutDownAlert .contain span {
  position: relative;
  color: #4084ff;
  letter-spacing: 2px;
}
.shutDownAlert .contain strong {
  position: relative;
  z-index: 10;
}
.shutDownAlert .contain span:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #b3d1fd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shutDownAlert .contain .cimg36 {
  position: absolute;
  right: -40px;
  top: 110px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .loginBox {
    width: 690px;
  }
  .loginBox .imgRight {
    width: 350px;
  }
  .loginBox .img2 {
    width: 611px;
    bottom: -332px;
  }
  .loginBox .writeBox {
    width: 330px;
  }
  .loginBox .img3 {
    width: 72px;
    margin-bottom: 26px;
  }
  .loginBox .iBoxs {
    width: 210px;
    margin-bottom: 40px;
  }
  .loginBox .lis {
    margin-bottom: 30px;
  }
  .loginBox .lis li {
    margin-bottom: 20px;
  }
  .loginBox .lis p, .loginBox .lis input {
    line-height: 20px;
    font-size: 12px;
  }
  .loginBox .lis strong {
    line-height: 20px;
    font-size: 12px;
  }
  .loginBox .sunBtn {
    width: 120px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .loginBox .ewmBox {
    margin-bottom: 3.125vw;
  }
  .loginBox .ewmBox p {
    font-size: 12px;
    line-height: 20px;
  }
  .loginBox .ewmBox span {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .loginBox .ewmBox img {
    width: 110px;
  }
  .loginBox .tsTxt {
    font-size: 12px;
    line-height: 20px;
  }
  .loginBox .tsTxt:before, .loginBox .tsTxt:after {
    width: 70px;
  }
  .loginBox .imgBox {
    margin-bottom: 20px;
  }
  .loginBox .imgBox li {
    width: 20px;
    height: 17px;
    margin: 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
