/*固定版心 */
.w {
  width: 1200px;
  margin: 0px auto;
}

.zIndex {
  z-index: 99;
}

/*设置默认的块状元素*/
.blockk {
  display: block !important;
}

/*设置HTML主体的背景色*/
html {
  font-size: 100px;
  background-color: #fff;
}

/*声明基本浮动样式*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*声明一个主体的字体颜色*/
.f10 {
  color: #f10215 !important;
}

a:hover {
  color: #f10215;
}

.f11 {
  color: #666 !important;
}

/*清除一些默认的基本样式*/
ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #666;
}

li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0px;
  margin: 0px;
}

/*设置默认a标签字体*/
a {
  text-decoration: none;
  font-size: 12px;
  /*  color: #999;*/
}

/*浮动*/
.gc-fl-left {
  float: left;
}

.gc-fl-right {
  float: right;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*文字排列*/
.gc-ft-left {
  text-align: left;
}

.gc-ft-center {
  text-align: center;
}

.gc-ft-right {
  text-align: right;
}

/*字体大小 应学校老师要求 全部放大2号*/
.gc-ft-sm {
  font-size: 14px;
}

.gc-ft-md {
  font-size: 0.16rem;
}

.gc-ft-lg {
  font-size: 18px;
}

.gc-ft-0 {
  font-size: 0;
}

.gc-ft-19 {
  font-size: 19px;
}

.gc-ft-22 {
  font-size: 22px;
}

.gc-ft-24 {
  font-size: 24px;
}

.gc-ft-26 {
  font-size: 26px;
}

.gc-ft-34 {
  font-size: 34px;
}

.gc-ft-32 {
  font-size: 32px;
}

/*字体颜色*/
.gc-ft-gray {
  color: #999;
}

.gc-ft-deepgray {
  color: #666;
}

.gc-ft-grayc {
  color: #ccc;
}

.gc-ft-normal {
  color: #2a2a2a;
}

.gc-ft-black {
  color: #000;
}

.gc-ft-white {
  color: #fff;
}

.gc-ft-bold {
  font-family: PingFangSC-Medium, Noto Sans CJK CN Medium;
}

/*盒子布局*/
.gc-flex {
  display: flex;
}

.gc-flex-center {
  align-items: center;
  justify-content: center;
}

.gc-flex-lc {
  align-items: center;
  justify-content: flex-start;
}

.gc-flex-tc {
  align-items: flex-start;
  justify-content: center;
}

.gc-flex-between {
  align-items: center;
  justify-content: space-between;
}

.gc-flex-end {
  align-items: center;
  justify-content: flex-end;
}

.gc-flex-col {
  flex-direction: column;
}

.gc-flex-wrap {
  flex-wrap: wrap;
}

.gc-flex-item {
  flex: 1;
}

.relative_ {
  position: relative;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hidden {
  overflow: hidden;
}

.box-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.reset-gc-block {
  margin: 12px 12px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 11px -1px rgba(0, 0, 0, 0.1);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* //主色 */
.mainColor {
  color: #ff5c29;
}

.mainBgColor {
  background-color: #ff5c29;
}

/*声明ico字体*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?623ldw");
  src: url("../fonts/icomoon.eot?623ldw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?623ldw") format("truetype"), url("../fonts/icomoon.woff?623ldw") format("woff"), url("../fonts/icomoon.svg?623ldw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  font-family: PingFangSC;
  padding: 0px;
}

body header {
  background-color: #0D0C0B;
  height: 60px;
  line-height: 60px;
}

body header h1 {
  color: #fff;
}

body header .setting {
  color: #fff;
}

body header .setting div {
  cursor: pointer;
}

body header .setting .set {
  margin: 0 50px;
}

body header .setting .language {
  position: relative;
}

body header .setting .language img {
  width: 8px;
  height: 5px;
  margin-left: 4px;
}

body header .setting .language .lang {
  position: absolute;
  z-index: 999;
  top: 46px;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}

body header .setting .language .lang div {
  line-height: 44px;
  text-align: center;
  margin: 0 16px;
  color: #333333;
}

body header .setting .language .lang .English {
  border-bottom: 1px solid #EBEBEB;
}

body header .setting .language em {
  font-style: normal;
}

body .content .bckground {
  height: 776px;
  background-image: url(../images/top2.png), url(../images/top1.png), url(../images/麦浪直播logo.png), url(../images/top4.png), url(../images/top3.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left bottom, right top, 119px 189px, 544px 148px, 0 0;
  background-size: 199px 440px, 584px 509px, 396px 94px, 30px 25px, 1200px 776px;
  position: relative;
}

body .organization {
  margin-left: 3.5rem;
}

body .organization {
  width: 12rem;
  height: 7.56rem;
  background-image: url(../images/top2.png), url(../images/top1.png), url(../images/麦浪直播logo.png), url(../images/top4.png), url(../images/top3.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left bottom, right top, 1.21rem 1.89rem, 5.44rem 1.48rem, 0 0;
  background-size: 1.99rem 4.4rem, 5.84rem 5.09rem, 3.91rem 0.93rem, 0.3rem 0.25rem, 12rem 7.56rem;
  position: relative;
}

body .organization .font_org {
  padding-top: 3.3rem;
  ;
  padding-left: 1.21rem;
}

body .organization .institution .wire {
  width: 206px;
  height: 58px;
  background: rgba(176, 88, 223, 1);
  border-radius: 29px;
  margin-left: 1.5rem;
  margin-top: 1.2rem;
}

body .organization .institution .wire .wite_ch {
  width: 104px;
  height: 37px;
  font-size: 31px;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.49rem;

}

body .organization_cont {
  width: 1035px;
  margin: 40px auto;
  border: 1px solid #e5e5e5;
}

body .organization_cont .tabs {
  width: 100%;
  overflow: hidden;
}

body .organization_cont .tabs .tabs-labels {
  display: flex;
  height: 54px;
  width: 100%;
  color: #999;
  background-color: #f0f0f0;
}

body .organization_cont .tabs .tabs-labels .tab-labels-item {
  position: relative;
  text-align: center;
  flex: 1;
  line-height: 54px;
}

body .organization_cont .tabs .tabs-labels :before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border: 27px solid transparent;
  border-left-color: #ccc;
  right: -54px;
  z-index: 1;
}

body .organization_cont .tabs .tabs-labels :after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border: 27px solid transparent;
  border-left-color: #f0f0f0;
  right: -53px;
  z-index: 1;
}

body .organization_cont .tabs .tabs-labels .active {
  color: #fff;
  background-color: #167ed9;
}

body .organization_cont .tabs .tabs-labels .active:after {
  border-left-color: #167ed9 !important;
  z-index: 99;
}

body .organization_cont .tabs #pload_form {
  width: 700px;
  margin: 60px auto;
}

body .organization_cont .tabs #pload_form .form-filed {
  font-size: 24px;
  font-weight: 400;
}

body .organization_cont .tabs #pload_form .input-group {
  font-size: 14px;
  margin: 20px 0;
}

body .organization_cont .tabs #pload_form .input-group .input-label {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  line-height: 34px;
}

body .organization_cont .tabs #pload_form .input-group .input-text {
  height: 40px;
  width: 345px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

body .organization_cont .tabs #pload_form .input-group .select-text {
  text-indent: 5px;
  width: 368px;
  height: 42px;
  outline: none;
  border: 1px solid #ccc;
}

body .organization_cont .tabs #pload_form .input-group .image-upload-container {
  display: inline-block;
}

body .organization_cont .tabs #pload_form .input-group .image-upload-container .image-upload {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 92px;
  border: 1px solid #eee;
  background-image: url(../images/update.png);
  background-size: cover;
  cursor: pointer;
}

body .organization_cont .tabs #pload_form .input-group .image-upload-container .image-upload input {
  width: 150px;
  height: 92px;
}

body .organization_cont .tabs #pload_form .input-group .image-upload-container .title {
  color: #615f5f;
  font-weight: 600;
}

body .organization_cont .tabs #pload_form .input-group .image-upload-container .tips {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  margin: 5px;
}

body .organization_cont .tabs #pload_form .input-group .image-example {
  width: 120px !important;
  height: 120px !important;
  margin-left: 20px;
  background-image: url(../images/sfz.png) !important;
}

body .organization_cont .tabs #pload_form .register-form-submit {
  width: 130px;
  height: 50px;
  line-height: 50px;
  margin: 50px 0 !important;
}

body .organization_cont .tabs #pload_form .btn-default {
  color: #fff;
  background-color: #167dd9;
  display: block;
  text-align: center;
  width: 110px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
}

body .content .bckground .cellphone {
  width: 382px;
  height: 708px;
  position: absolute;
  top: 64px;
  right: 113px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 382px 708px;
}

body .content .bckground .font_cont {
  padding: 355px 0 0 121px;
}

body .content .bckground .font_cont h1 {
  color: #0D0C0B;
  font-weight: 400;
}

body .content .bckground .font_cont .wire {
  width: 444px;
  height: 1px;
  color: red;
  z-index: 99;
}

body .content .bckground .font_cont p {
  color: #FFBA01;
  margin: 55px 0;
}

body .content .bckground .font_cont img {
  border-radius: 12px;
  cursor: pointer;
}

body .content .bckground .font_cont .appStore {
  width: 150px;
  height: 50px;
}

body .content .bckground .font_cont .google {
  width: 169px;
  height: 50px;
  margin: 0 16px;
}

body .content .bckground .font_cont .apk {
  width: 163px;
  height: 60px;
  padding-left: 1.2rem;
}

body .weLv .settings {
  position: relative;
}

body .weLv .settings div {
  line-height: 0.6rem;
  cursor: pointer;
}

body .weLv .settings .set {
  margin: 0 0.25rem;
  margin-left: 4.4rem;
}

body .popular_cont {
  width: 1035px;
  margin: 40px auto;
}

body .talent_cont {
  width: 1035px;
  margin: 40px auto;
}

body .wePh {
  text-align: center;
  padding-bottom: 64px;
}

body .wePh div {
  margin: 40px auto;
  width: 1200px;
  height: 400px;
  background: url(../images/bg4.png) no-repeat 100% center;
  background-size: 100% 100%;
}

body .wePh h1 {
  margin-bottom: 30px;
  font-weight: 400;
}

body .weIn {
  text-align: center;
  padding-bottom: .64rem;
}

body .weIn .weDiv {
  margin: .4rem auto;
  width: 12rem;
  height: 4rem;
  background: url(../images/bg5.png) no-repeat 100% center;
  background-size: 100% 100%;
}

body .weIn .ppp {
  margin: 0 5.6rem;
  width: 8rem;
}

body .weIn .ppp p {
  margin-bottom: .1rem;
}

body .cont {
  height: 960px;
  background: url(../images/bg2.png) no-repeat 100% center;
  background-size: 100% 100%;
  padding-top: 170px;
}

body .cont .cont_w {
  display: grid;
  grid-template-columns: 290px 290px 290px 290px;
  grid-template-rows: 290px 290px;
  grid-gap: 14px;
}

body .cont .cont_w img {
  width: 290px;
  height: 290px;
}

body .invite {
  margin: 80px auto;
}

body .invite .img {
  background: url(../images/bg3.png) no-repeat 100% center;
  background-size: 100% 100%;
  width: 1200px;
  height: 600px;
  position: relative;
}

body .invite .img .er {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  position: absolute;
  right: 130px;
  top: 180px;
  border-radius: 4px;
}

body .invite .img .er img {
  width: 260px;
  height: 260px;
}

body .invite .img .er p {
  text-align: center;
  color: #333;
}

body .not {
  padding: 40px 0;
  text-align: center;
  background-color: #fafafa;
  color: #0D0C0B;
  font-size: 14px;
  width: 100%;
}

body .yes {
  padding: 40px 0;
  text-align: center;
  background-color: #fafafa;
  color: #0D0C0B;
  font-size: 14px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

body .popWind {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 1000;
}

body .popWind .wind {
  width: 1200px;
  height: 620px;
  z-index: 999;
  border-radius: 8px;
  background-color: #fff;
  padding: 14px 15px 45px 15px;
}

body .popWind .wind .close {
  margin-left: auto;
  margin-bottom: 14px;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 30px;
  background: url(../images/ic_close.png) no-repeat 100% center;
  background-size: 100% 100%;
}

body .popWind .wind .auto {
  margin-left: 48px;
  padding-right: 48px;
  overflow: auto;
  width: 1106px;
  height: 585px;
}

body .popWind .wind .auto .ato h1 {
  color: #333;
  margin: 10px 0;
}

body .popWind .wind .auto .ato p {
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}

body .Windpop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 1000;
}

body .Windpop .wind {
  width: 1200px;
  height: 620px;
  z-index: 999;
  border-radius: 8px;
  background-color: #fff;
  padding: 14px 15px 45px 15px;
}

body .Windpop .wind .esolc {
  margin-left: auto;
  margin-bottom: 14px;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 30px;
  background: url(../images/ic_close.png) no-repeat 100% center;
  background-size: 100% 100%;
}

body .Windpop .wind .auto {
  margin-left: 48px;
  padding-right: 48px;
  overflow: auto;
  width: 1106px;
  height: 585px;
}

body .Windpop .wind .auto .ato h1 {
  color: #333;
  margin: 10px 0;
}

body .Windpop .wind .auto .ato p {
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}

body .Windpop .wind .auto .ato p:last-child {
  margin-bottom: 0;
}

.imgs_cont {
  display: grid;
  grid-template-columns: 3.46rem 3.46rem 3.46rem;
  grid-template-rows: 3.46rem 3.46rem 3.46rem 3.46rem;
  grid-gap: .12rem;

}

.fr1 {
  font-size: 0.5rem;
  float: left;
  text-align: center;
  border-radius: 0.07rem;
  height: 2.60rem;
}

.top {
  width: 100%;
  height: 2.6rem;
  background-color: #f0f0f0;
}

.top img {
  width: 100%;
  height: 100%;
}

.tpo .img_sp {
  width: 0.52rem;
  height: 0.22rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.jx {
  height: 0.06rem;
  background: rgba(255, 207, 0, 1);

}

.jxt {
  height: 0.06rem;
  background: rgba(255, 207, 0, 1);

}

.videobox {
  background: rgba(0, 0, 0, 0.8);
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -250px;
  z-index: 999;
  display: none
}

.videobox span {
  position: absolute;
  color: #f0f0f0;
  right: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  cursor: pointer
}

.fot {
  width: 0.28rem;
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 0.2rem;

}

.bottom {
  width: 3.46rem;
  height: 0.96rem;
  background: rgba(255, 255, 255, 1);

}

.bottom .bot_top {
  width: 0.95rem;
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 0.22rem;
  text-align: left;

}

.bottom .bot_tom {
  width: 1.8rem;
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.2rem;
  text-align: left;
}
