body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
myriadsetpro-semibold.ttf img,
button,
fieldset {
  border: none;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
}
a {
  text-decoration: none;
}
button[disabled] {
  cursor: no-drop;
}
button {
  cursor: pointer;
}
:focus {
  outline: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
}
.cursor {
  cursor: pointer;
}
[v-cloak] {
  display: none;
}
/*checkbox radio input */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #9ee642;
  border-color: #ccc;
}
.radio-success input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #ccc;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #0e1b2b;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #ccc;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #9ee642;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/*a的基本样式*/
a:link {
  color: #0e1b2b;
  text-decoration: none;
}
a:visited {
  color: #0e1b2b;
  text-decoration: none;
}
a:hover {
  color: #ffd101;
  text-decoration: none;
}
a:active {
  color: #ffd101;
}

/*导航页的*/
.sharedHead_theme_txt a:link {
  color: white;
  text-decoration: none;
}
.sharedHead_theme_txt a:visited {
  color: white;
  text-decoration: none;
}
.sharedHead_theme_txt a:hover {
  color: #ffd101;
  text-decoration: none;
}
.sharedHead_theme_txt a:active {
  color: white;
  text-decoration: none;
}

/*a的基本样式结束*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

/*input style for webkit*/

input,
select,
textarea {
  outline: none;
  text-indent: 5px;
  border-radius: 4px;
}
textarea {
  resize: none;
}
input[type="text"] {
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  text-indent: 5px;
}
section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}
.login_modal_input_place:-moz-placeholder {
  color: white;
  opacity: 1;
}
.login_modal_input_place::-moz-placeholder {
  color: white;
  opacity: 1;
}
.login_modal_input_place:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.login_modal_input_place::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.center {
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

/*字体颜色的基本样式*/
.Arial {
  font-family: Arial;
}

/*得分的三种状态颜色*/
.orangeColor {
  color: #ff9000;
}
.redColor {
  color: #f00;
}
.successColor {
  color: #0dbb05;
}
.colorMain {
  color: #0e1b2b;
}
.colorGreen {
  color: #9ee642;
}
.colorRed {
  color: red;
}
.colorBlack {
  color: #000;
}
.colorAssist {
  color: #a3a3a3;
}
.colorAssist2 {
  color: #e2e2e2;
}
.colorAssist3 {
  color: #999;
}
.colorWhite {
  color: #fff;
}
.colorTip {
  color: #fcd765;
}

/*字体颜色的基本样式*/
.border1596ef {
  border: 1px solid #0e1b2b !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.tipsIcon {
  width: 30px;
  height: 30px;
  margin: 26px 0 0 10px;
  line-height: 30px;
  font-size: 16px;
}

/*背景色的基本样式*/
.bgcolorMain {
  background-color: #0e1b2b !important;
  color: white !important;
}
.bgcolorWhiteBlue {
  background-color: #a7dbff !important;
  color: white !important;
}
.bgcolorGreen {
  background-color: #9ee642 !important;
  color: white !important;
}
.bgcolorWait {
  background-color: #f0ad4e !important;
  color: white !important;
}
.bgcolorBlack {
  background-color: #333 !important;
  color: white !important;
}
.bgcolorAssist {
  background-color: #a3a3a3 !important;
}
.bgcolorAssist2 {
  background-color: #e2e2e2 !important;
}
.bgcolorWeb {
  background-color: #f2f7fa !important;
}
.bgcolorWhite {
  background-color: #fff !important; /* overflow: hidden; */
}
.bgcolorWhite::after {
  content: "";
  display: block;
  clear: both;
}
.bgcolorRed {
  background-color: #ff1e1e !important;
  color: white !important;
}
.bgcolorOrange {
  background-color: #ff9c01;
}
.bgcolorOrange:hover {
  background-color: #ff9c01;
}
.bgcolorLightGreen {
  background-color: #26e38b;
}
.bgcolorLightGreen:hover {
  background-color: #00de77;
}
.bgcolorLightOrange {
  background-color: #ff5e26;
}
.bgcolorLightOrange:hover {
  background-color: #ff4200;
}
/*背景色的基本样式结束*/

/*字体的基本样式*/
.fontSize {
  font-size: 12px;
}
.fontSmall {
  font-size: 16px;
}
.fontMiddle {
  font-size: 18px;
}
.fontBig {
  font-size: 20px;
}
.fontBiggest {
  font-size: 24px;
}
/*字体的基本样式结束*/

/*行高的基本样式*/
.line40 {
  line-height: 40px;
}
/*行高的基本样式结束*/

/*按钮的基本样式*/
.butt {
  border: 0;
  margin: 0 10px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #e2e2e2;
}
.btnSmall {
  width: 68px;
  height: 30px;
  line-height: 30px;
}
.btnMiddle {
  width: 180px;
  height: 30px;
  margin: 10px;
  line-height: 30px;
  background-color: #e2e2e2;
  text-align: center;
  cursor: pointer;
}
.btnSmall:hover,
.btnMiddle:hover {
  color: #fff;
  background-color: #0e1b2b;
}
.designer_general_button {
  text-align: center;
  cursor: pointer;
  background: #ff9c01;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  border: none;
}
.designer_general_button:hover {
  background: #f57c00;
}
/*按钮的基本样式*/

/*margin的基本样式*/
.marginLeft {
  margin-left: 10px;
}
#welcomeName {
  display: none;
}
.marginRight {
  margin-right: 10px;
}
.marginR {
  margin-right: 26px;
}
.marginBottom {
  margin-bottom: 10px;
}
.marginLeftF {
  margin-left: -15px;
}
/*margin的基本样式结束*/

/*字体对齐*/
.textL {
  text-align: left;
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.textJ {
  text-align: justify;
}
/*字体对齐结束*/

/* 单词断行 */
.wordBreak {
  word-break: break-all;
}

/* 字体省略 */
.ellipsis_1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis_2,
.ellipsis_3,
.ellipsis_4,
.ellipsis_5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis_2 {
  -webkit-line-clamp: 2;
}
.ellipsis_3 {
  -webkit-line-clamp: 3;
}
.ellipsis_4 {
  -webkit-line-clamp: 4;
}
.ellipsis_5 {
  -webkit-line-clamp: 5;
}
/* 字体省略结束 */

/*二级头部导航*/
.center_top {
  width: 100%;
  height: 35px;
  margin: 10px;
}
.center_top ul li {
  line-height: 35px;
  float: left;
  margin-right: 10px;
  color: #a3a3a3;
}
.center_top ul li a {
  color: #a3a3a3;
}
.center_top ul li a:hover {
  color: #0e1b2b;
}

/*当前位置*/
.currentPosition {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  margin: 10px 0;
  float: left;
  background: url(../../img/blackboard.jpg) no-repeat;
  background-size: 100%;
  padding-left: 10px;
}
.currentPosition span,
.currentPosition i,
.currentPosition a {
  font-size: 16px;
  color: white;
}
.currentPosition a:hover {
  color: #333;
}
.classSeach {
  width: 30%;
  height: 30px;
  margin-top: 30px;
}
.classSeach p {
  min-width: 60px;
  height: 30px;
  line-height: 30px;
}
.searchClass {
  width: 274px;
  height: 30px;
}
/*当前位置结束*/

/*提示语*/
.tip {
  width: 36%;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
}

/*二级头部导航结束*/
.location {
  height: 60px;
  line-height: 60px;
  width: 1190px;
  float: left;
}
.locationGps {
  max-width: 800px;
  float: left;
  line-height: 60px;
}
.locationGps i {
  font-style: normal;
}
.locationGps a {
  margin: 0 10px;
}
.locationCollent {
  float: right;
  margin: 0 15px;
  line-height: 60px;
}
.locationCollentTxt {
  float: left;
}
.locationCollentCurose {
  width: 20px;
  height: 20px;
  margin: 21px 10px;
  cursor: pointer;
  float: left;
  background: url(../../img/desIcons.png) -97px -4px no-repeat;
  background-size: 904px 1050px;
}
.locationCollentCurose1:hover {
  width: 21px;
  height: 21px;
  margin: 21px 10px;
  cursor: pointer;
  float: left;
  background: url(../../img/desIcons.png) -118px -5px no-repeat;
  background-size: 904px 1050px;
}
.locationCollentCurose1 {
  width: 21px;
  height: 21px;
  margin: 21px 10px;
  cursor: pointer;
  float: left;
  background: url(../../img/desIcons.png) -142px -5px no-repeat;
  background-size: 904px 1050px;
}

/*班级社区按钮组*/
.sureClassBtn {
  width: 92px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #9ee642;
  cursor: pointer;
}
.sureClassBtn:hover {
  border: 0;
  background-color: #c5f700;
  box-shadow: 1px 1px 5px #e2e2e2;
  -webkit-box-shadow: 1px 1px 5px #e2e2e2;
  -moz-box-shadow: 1px 1px 5px #e2e2e2;
  -o-box-shadow: 1px 1px 5px #e2e2e2;
}

/*蓝色按钮*/
.blueClassBtn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 3px 15px #a3a3a3;
  -webkit-box-shadow: 0 3px 15px #a3a3a3;
  -moz-box-shadow: 0 3px 15px #a3a3a3;
  color: #fff;
  background-color: #0e1b2b;
  cursor: pointer;
}
/*蓝色按钮结束*/

/*提示的modal*/
#tipContent {
  width: 580px;
  height: 64px;
  margin-top: 76px;
  background-color: #0e1b2b;
  color: #fff;
  text-align: center;
  line-height: 64px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit--border-radius: 4px;
  -o--border-radius: 4px;
}
/*提示的modal结束*/

/*登录页面样式*/
.notInTheIpImg {
  width: 740px;
  height: 460px;
  float: left;
  margin: 60px 10px 0 19px;
}
.notInTheIpImg img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.notInTheIpLogin {
  width: 380px;
  height: 460px;
  background-color: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit--border-radius: 4px;
  -o--border-radius: 4px;
  position: relative;
  margin: 0px auto;
  top: 140px;
  overflow: hidden;
}
.login-modal_right1 {
  width: 100%;
  float: left;
}
.autoCenterUnderline {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(164, 165, 161, 0.28);
  margin-top: 40px;
}
.loginFromPerson {
  width: 24px;
  float: left;
  height: 24px;
  background: url(../../img/email.png) 0px 0px no-repeat;
  background-size: 100%;
  margin: 3px 10px;
}
.loginFromPassWord {
  width: 24px;
  float: left;
  height: 24px;
  background: url(../../img/password.png) -3px 0px no-repeat;
  background-size: 100%;
  margin: 4px 10px;
}
.notInTheIpLoginTip {
  width: 300px;
  margin: 0px auto;
  position: relative;
  top: 20px;
  border: 1px solid white;
  color: white;
  text-align: left;
  text-indent: 2em;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
}
.login-form {
  margin: 0px;
}
.form-group {
  margin-bottom: 0px;
}
.loginFrom-div {
  border-bottom: 1px solid #fff;
  width: 250px;
  float: left;
}
.login-modal_input1 {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background: 0 0;
}
/*登录页面样式结束*/

/*中英按钮切换*/
.changeCn {
  display: inline-block;
  width: 46px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.changeEn {
  font-family: Baskerville;
  margin-left: 4px;
}

/*隐藏*/
.dNone {
  display: none;
}

/*弹出窗样式*/
/*中部弹出提示框 有遮罩层*/
/*顶部提示框  没有遮罩层*/
.msgHintWindowOut {
  width: 100%; /* top:35%; */
  z-index: 9999;
  position: relative;
}
.msgHintWindow {
  width: 350px;
  height: 250px;
  margin: 0px auto; /* text-align:center; */
  font-size: 14px;
  overflow: hidden;
  border-radius: 4px;
  -ms-border-radius: 4px;
  background-color: white; /*-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.3),0 0 60px rgba(0,0,0,0.1) inset;-moz-box-shadow:0 5px 10pxrgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;box-shadow:0 5px 10px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.msgHintWindowDetail {
  color: #333;
  height: 100px;
  line-height: 24px;
  width: 100px; /* margin: 30px 0; position: absolute;top: 30px;left: 14px;*/
}
.msgHintWindowDetail_confirm {
  width: 60px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #000;
  background: #ffd200; /*position:absolute;bottom:8px;right:20px*/
}
.msgHintWindowDetail_confirm:hover {
  background: white;
  color: #ffd200;
  border: 1px solid #ffd200;
}
.msgHintWindowOut_top {
  width: 100%;
  z-index: 9999;
  margin: 0 0 20px 0;
}
.msgHintWindow_top {
  width: 434px;
  margin: 0px auto;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -ms-border-radius: 4px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 2px 2px 9px #6636cb;
  box-shadow: 1px 2px 10px #6636cb;
}
.msgHintWindowDetail_top {
  height: 60px;
  width: 60px;
  color: #333;
  position: absolute;
  top: -10px;
  left: -23px;
}
.msgHintWindowDetail_top_text {
  padding: 10px 10px 20px 40px;
  text-indent: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.msgHintWindowDetail_top div {
  height: 48px;
  line-height: 24px;
  margin-top: 168px;
  float: left;
  width: 350px;
}
.msgHintWindowDetail_text {
  /* margin:0 auto; */
  width: 300px;
  text-align: center; /* padding:10px 0; */
  line-height: 24px; /*top: 50px;position: absolute;left: 130px;*/
  max-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.msgHintWindow_close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(../../img/controls/error002.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.met_tips_show_area_top {
  position: fixed;
  z-index: 9999;
  top: 110px;
  left: 50%;
  margin: 0 0 0 -225px;
}
.met_tips_show_area {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.met_tips_show_area_contain {
}
.met_tips_show_area_bac {
}

/*失败的背景*/
.msgHintWindowDetaile {
  background: url(../../img/contest/expression/top_e.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailloading {
  background: url(../../img/contest/expression/top_loading.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailneterror {
  background: url(../../img/contest/expression/top_neterror.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailout {
  background: url(../../img/contest/expression/top_out.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailr {
  background: url(../../img/contest/expression/top_r.png) no-repeat;
  background-size: 100% 100%;
}
.msgHintWindowDetailwait {
  background: url(../../img/contest/expression/top_wait.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetails {
  background: url(../../img/contest/expression/success.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailc {
  background: url(../../img/contest/expression/close.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetailNoWork {
  background: url(../../img/contest/expression/works.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetaila {
  background: url(../../img/contest/expression/apply.png) no-repeat;
  background-size: 100%;
}
.msgHintWindowDetaild {
  background: url(../../img/contest/expression/delete.png) no-repeat;
  background-size: 100%;
}

/*top 上面的 失败的背景*/
.msgHintWindowDetail_top_e {
  background: url(../../img/contest/expression/top_e.png) no-repeat;
  background-size: 100% 100%;
}
.msgHintWindowDetail_top_loading {
  background: url(../../img/contest/expression/top_loading.png) no-repeat;
  background-size: 100% 100%;
}
.msgHintWindowDetail_top_neterror {
  background: url(../../img/contest/expression/top_neterror.png) no-repeat;
  background-size: 100% 100%;
}
.msgHintWindowDetail_top_out {
  background: url(../../img/contest/expression/top_out.png) no-repeat;
  background-size: 100% 100%;
}
/*成功*/
.msgHintWindowDetail_top_r {
  background: url(../../img/contest/expression/top_r.png) no-repeat;
  background-size: 100% 100%;
}
.msgHintWindowDetail_top_wait {
  background: url(../../img/contest/expression/top_wait.png) no-repeat;
  background-size: 100% 100%;
}

.userImgLevel {
  width: 40px;
  height: 22px;
  z-index: 10;
  position: absolute;
  top: 28px;
  right: 0px;
}
.userImgLevelV {
  width: 20px;
  height: 20px;
  background: url(../../img/desIcons.png) -4px -32px no-repeat;
  background-size: 904px 1050px;
  float: left;
}
.userImgLevelNum {
  float: left;
  width: 15px;
  font-size: 14px;
  line-height: 27px;
  margin-left: -4px;
  color: #0e1b2b;
  font-weight: bold;
}
.user_head_homeworkTips {
  z-index: 8;
  position: absolute;
  top: 13px;
  right: 80px;
  width: 50px;
  height: 40px;
  font-size: 12px;
  overflow: hidden;
}
.user_head_homeworkTips:hover {
  overflow: visible;
  height: auto;
}
.user_head_homeworkTips_parts1 {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
  left: 16px;
  top: 10px;
  background: url(../../img/desIcons.png) -174px -570px no-repeat;
  background-size: 904px 1050px;
}
.user_head_homeworkTips_parts1_num {
  position: absolute;
  right: -5px;
  top: -4px;
  background-color: red;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: white;
  border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit--border-radius: 15px;
  -o--border-radius: 15px;
  display: none;
}
.user_head_homeworkTips_parts2 {
  background: white;
  width: 160px; /* min-height:40px; */
  position: relative;
  left: -58px;
  top: 21px;
  border-radius: 0 0 4px 4px;
}
.user_head_homeworkTips_angle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid white;
  position: absolute;
  top: -16px;
  left: 50px;
}
.user_head_homeworkTips_close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  color: #f0ad4e;
}
.user_head_homeworkTips_text {
  width: 140px;
  height: 26px;
  line-height: 26px;
  padding: 2px 5px;
  color: #333;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.user_head_homeworkTips_text:hover {
  cursor: pointer;
  text-decoration: underline;
}
.user_head_homeworkTips_text span {
  color: red;
  font-size: 14px;
}
.nicescroll-rails {
  cursor: pointer;
}

/*微信小程序的跳转网页图片自适应*/
.autoImg {
  width: 100%;
}
.autoImg img {
  width: 100%;
  height: auto;
}
/*微信小程序的跳转网页图片自适应*/

/*勾选外观优化*/
/*绿色的*/
.chk_style:checked + label {
  border-radius: 4px;
  background-color: #ecf2f7;
  border: 1px solid #92a1ac;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #243441;
}
.chk_style + label {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #1aa095;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
}
.chk_style:checked + label:after {
  content: "\2714";
  position: absolute;
  top: -5px;
  left: 0px;
  color: #1aa095;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}

/*墨绿色的*/
.chk_style_black:checked + label {
  border-radius: 4px;
  background-color: #ecf2f7;
  border: 1px solid #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #243441;
}
.chk_style_black + label {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
}
.chk_style_black:checked + label:after {
  content: "\2714";
  position: absolute;
  top: -5px;
  left: 0px;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}

/*勾选外观优化*/
.only_display {
  margin-left: 10px;
  position: relative;
  top: -5px;
  margin-left: 10px;
  margin-right: 10px;
}
.viewTheTips {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

/*分页的*/
/*
* 外面盒子样式---自己定义
*/
.page_div {
  font-size: 15px;
  font-family: "microsoft yahei";
  color: #333333;
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 50px;
  text-align: center;
}

/*
* 页数按钮样式
*/
.page_div a {
  min-width: 30px;
  height: 28px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit--border-radius: 2px;
  -o--border-radius: 2px;
}
.page_div a:hover {
  background-color: #ffd101;
}
.page_div .jumpPageNum {
  border: 1px solid #ccc !important;
  min-width: 50px;
  max-width: 55px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 3px;
}
.page_div .jumpPageButton {
  padding: 0 5px;
}
#firstPage,
#lastPage {
  width: 50px;
}
#prePage,
#nextPage {
  width: 70px;
}
.page_div .current {
  background-color: #ffd101;
  border-color: #999999;
  color: #333333;
}
.totalPages {
  margin: 0 10px;
}
.totalPages span,
.totalSize span {
  color: #333333;
  margin: 0 5px;
}
/*分页的*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset !important;
}
.self_info {
  display: block;
  line-height: 40px;
}

/*禁用样式*/
button[disabled],
html input[disabled],
label[disabled] {
  cursor: not-allowed;
}

.blur {
  filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

/*各种按钮*/
.buttonForSure {
  width: 100px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.buttonForSure:hover {
}
.buttonForSureNotClick {
  width: 100px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/*分享按钮*/
.shareAssembly {
  width: 37px;
  height: 38px;
  padding: 2px;
  clear: both;
  position: absolute;
  z-index: 10;
  top: 100px;
  right: -110px;
  bottom: 10px;
}
.shareAssemblyIcon {
  width: 28px;
  height: 34px;
  cursor: pointer;
  float: left;
}
.shareAssemblyIconText {
  float: left;
  width: 60px;
  height: 30px;
}
.shareAssemblyContain {
}
.weChatIcon {
  margin: 0px 4px;
  cursor: pointer;
}
.weiboIcon {
  margin: 0px 4px;
  cursor: pointer;
}
.wechatQRcode {
}
.wechatQRcodeContain {
  width: 120px;
  height: 120px;
  margin: 6px;
  padding: 10px;
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wechatPositionContain {
  position: relative;
  overflow: hidden;
  width: 132px;
  margin-left: -50px;
}
.wechatPosition {
  width: 132px;
  text-align: center;
  font-size: 14px;
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  top: -258px;
}
/*分享按钮*/

/*选择按钮*/
.verticalAlign {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  margin-left: -1px;
}

.xcConfirm .xc_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  opacity: 0.5;
  z-index: 2147000000;
}
.xcConfirm .popBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 2147000001;
  width: 350px;
  height: 250px; /*margin-left: -200px;margin-top: -50px;*/
  border-radius: 4px;
  color: #333;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.xcConfirm .popBox .ttBox {
  line-height: 30px;
}

.xcConfirm .popBox .ttBox .tt {
}
.xcConfirm .popBox .ttBox .clsBtn {
}
.xcConfirm .popBox .txtBox {
  /* text-indent: 2em; */
  margin: 10px 0 20px;
  font-size: 14px;
  width: 100%;
}
.xcConfirm .popBox .txtBox p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xcConfirm .popBox .txtBox p .txtImgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.xcConfirm .popBox .txtBox p .txtImgBox p {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.xcConfirm .popBox .txtBox .txtImgBox img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.xcConfirm .popBox .txtBox .bigIcon {
  float: left;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-position: 48px 0;
}
.xcConfirm .popBox .txtBox p input {
  width: 364px;
  height: 30px;
  border: solid 1px #eef0f1;
  font-size: 18px;
  margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
  width: 100%;
  display: flex;
  align-items: center;
}
.xcConfirm .popBox .btnGroup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xcConfirm .popBox .btnGroup .sgBtn:nth-child(2) {
  margin-left: 20px;
}
.xcConfirm .popBox .sgBtn {
}
.xcConfirm .popBox .sgBtn.ok {
  background-color: #ffd200;
  color: #000000;
}
.xcConfirm .popBox .sgBtn.ok:hover {
  border: 1px solid #ffd200;
  color: #fff;
}
.xcConfirm .popBox .sgBtn.cancel {
  background-color: #f2f2f2;
  color: #000000;
}
.xcConfirm .popBox .sgBtn.cancel:hover {
  border: 1px solid #f2f2f2;
  color: #000;
}
.sgBtn {
  width: 60px;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
  background-color: #0095d9;
  color: #ffffff;
  float: left;
  border-radius: 4px;
  cursor: pointer;
}

/*选择按钮*/

/*缩略图*/
.magnify-modal {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
.magnify-header .magnify-toolbar {
  width: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.magnify-stage {
  border-width: 0;
}
.magnify-footer .magnify-toolbar {
  display: inline-block;
  height: 49px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.magnify-stage img {
  width: 0;
}
.magnify-loading {
  background-color: transparent;
}
.magnify-button-prev {
  display: none;
}
.magnify-button-next {
  display: none;
}
.overflowV {
  overflow: visible;
}

/* 弹出窗样式 版本3 */
.msgNewTagNone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.msgNewTag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.msgNewTagTop {
  display: block;
  margin-top: 20px;
}
.msgNewTag_detail {
  margin: 0 auto;
  padding: 20px 0;
  width: 350px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.msgNewTag_detail_icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  background: url(http://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/design/2021gallery/PopUpTag/%E4%B8%8A%E4%BC%A0%E5%85%A5%E5%8F%A3%E5%85%B3%E9%97%AD.png)
    no-repeat;
  background-size: cover;
}
.msgNewTag_detail2 .msgNewTag_detail_icon {
  background: url(http://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/design/2021gallery/PopUpTag/%E6%8F%90%E7%A4%BA%E6%88%90%E5%8A%9F.png)
    no-repeat;
}
.msgNewTag_detail3 .msgNewTag_detail_icon {
  background: url(http://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/design/2021gallery/PopUpTag/%E8%AF%A2%E9%97%AE%E5%88%A0%E9%99%A4.png)
    no-repeat;
}
.msgNewTag_detail_title {
  color: #000;
  font-size: 14px;
  user-select: none;
}
.msgNewTag_detail_bottom_know {
  display: none;
  margin: 0 auto;
  margin-top: 20px;
  width: 90px;
  height: 30px;
  border-radius: 4px;
  background: #ff9c01;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
}
.msgNewTag_detail_bottom_cancel,
.msgNewTag_detail_bottom_confirm {
  display: inline-block;
  display: none;
  margin: 0 auto;
  margin-top: 20px;
  margin-right: 20px;
  width: 60px;
  height: 30px;
  border-radius: 4px;
  background: #ff9c01;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
}
.msgNewTag_detail_bottom_cancel {
  margin-right: 0;
  background: #bbb;
}

/* 视频播放器网页全屏 */
.prism-webfullscreen {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  cursor: pointer;
}
.prism-webfullscreen:hover {
  animation: hoverAnimationScale 1s 1;
  -moz-animation: hoverAnimationScale 1s 1;
  -webkit-animation: hoverAnimationScale 1s 1;
  -o-animation: hoverAnimationScale 1s 1;
}
.player-fullscreen-fix {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

/* ie custom placeholder */
.ie-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-indent: 5px;
  line-height: 40px;
  font-size: inherit;
  color: #606266;
}

/* skeleton screen loading effect */
.hidden {
  display: none;
}
.skeleton-screen-loading {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e2e2e2 !important;
}
.skeleton-screen-loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: skeleton-screen-loading 0.8s infinite;
  z-index: 10000;
}
@keyframes skeleton-screen-loading {
  100% {
    transform: translateX(100%);
  }
}
