.banner {
  height: 256px;
  width: 100%;
  min-width: 1320px;
  background: url(../images/loginpc-ng.png) no-repeat center center;
  background-size: cover;
}

.banner .top {
  width: 1100px;
  margin: 0px auto;
  height: 207px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .top .logo {
  width: 270px;
}

.banner .top .logo img {
  width: 100%;
  height: auto;
}

.banner .top .serach .serach-box {
  width: 300px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}

.banner .top .serach .serach-box input {
  width: 190px;
  height: 39px;
  background: #fff;
  color: #333;
  padding: 0px 14px;
  border: 1px solid #c8d6dc;
  box-sizing: border-box;
}

.banner .top .serach .serach-box .serachButton {
  width: 110px;
  height: 39px;
  color: #fff;
  background-color: #00447c;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  border: 1px solid #c8d6dc;
  box-sizing: border-box;
}

.banner .bottom {
  height: 49px;
  width: 100%;
  background: rgba(0, 118, 206, 0.7);
}

.banner .bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.banner .bottom ul li {
  height: 49px;
  width: 186px;
  border-right: 1px solid #6ab4df;
}

.banner .bottom ul li.on {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0076ce), color-stop(100%, #3bb0e4));
  background: -webkit-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -o-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -ms-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: linear-gradient(to top right, #0076ce 0%, #3bb0e4 100%);
}

.banner .bottom ul li:hover {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0076ce), color-stop(100%, #3bb0e4));
  background: -webkit-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -o-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -ms-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: linear-gradient(to top right, #0076ce 0%, #3bb0e4 100%);
}

.banner .bottom ul li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 49px;
  color: #eee;
  text-align: center;
}

.content {
  min-height: calc(100vh - 256px);
  width: 100%;
  min-width: 1320px;
  background: url(../images/meeting-bg.png) no-repeat top center;
  background-size: 100% auto;
}

.content .contentbox {
  background: -moz-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0076ce), color-stop(100%, #3bb0e4));
  background: -webkit-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -o-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: -ms-linear-gradient(bottom left, #0076ce 0%, #3bb0e4 100%);
  background: linear-gradient(to top right, #0076ce 0%, #3bb0e4 100%);
  padding: 34px 0px 58px;
  position: relative;
}

.content .contentbox .h4 {
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.content .contentbox p.info {
  width: 270px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  position: relative;
}

.content .contentbox p.info::after, .content .contentbox p.info::before {
  content: '';
  display: block;
  height: 1px;
  width: .8rem;
  background: #fff;
  position: absolute;
  top: 50%;
}

.content .contentbox p.info::after {
  left: 0px;
}

.content .contentbox p.info::before {
  right: 0px;
}

.content .contentbox .tabbar {
  width: 5.7rem;
  margin: 0px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: .2rem;
}

.content .contentbox .tabbar .tabslider {
  width: 2.7rem;
  box-shadow: 0.03rem 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.2);
}

.content .contentbox .tabbar .tabslider .img {
  width: 2.7rem;
  height: 2.1rem;
}

.content .contentbox .tabbar .tabslider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .contentbox .tabbar .tabslider .text {
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: -moz-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #71b3e3), color-stop(100%, #4376ca));
  background: -webkit-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -o-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: -ms-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
  background: linear-gradient(to top right, #71b3e3 0%, #4376ca 100%);
}

.content .contentbox .login-box, .content .contentbox .register-box {
  width: 5rem;
  height: 1   .72rem;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.2);
  padding: .42rem .3rem .38rem;
  box-sizing: border-box;
  margin-top: .2rem;
}

.content .contentbox .login-box .input-box, .content .contentbox .register-box .input-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: .28rem;
}

.content .contentbox .login-box .input-box label, .content .contentbox .register-box .input-box label {
  width: .6rem;
  font-size: .18rem;
}

.content .contentbox .login-box .input-box .input, .content .contentbox .register-box .input-box .input {
  width: 2.3rem;
  height: .3rem;
  background: #fff;
  margin: 0px .15rem;
  padding: 0px .1rem;
  box-sizing: border-box;
}

.content .contentbox .login-box .input-box .input input, .content .contentbox .register-box .input-box .input input {
  display: block;
  margin-top: 0rem;
  height: .3rem;
  font-size: .16rem;
  width: 100%;
  color: #000;
}

.content .contentbox .login-box .input-box span, .content .contentbox .register-box .input-box span {
  width: 1rem;
  font-size: .16rem;
}

.content .contentbox .login-box .button, .content .contentbox .register-box .button {
  width: 1.7rem;
  height: .4rem;
  line-height: .37rem;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  background: url(../images/button.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: .05rem;
  padding-bottom: .1rem;
  margin: 0px auto;
  margin-top: .23rem;
  box-sizing: border-box;
}

.content .contentbox .register-box .input-box .input {
  width: 3.5rem;
}

.content .contentbox .register-box .input-box.email .input {
  width: 2.6rem;
}

.content .contentbox .register-box .input-box.MktManager label {
  width: 1.3rem;
}

.content .contentbox .register-box .input-box.MktManager .input {
  width: 2.8rem;
}

.content .contentbox .register-box .input-box.number label {
  width: .8rem;
}

.content .contentbox .register-box .input-box.number .input {
  width: 3.3rem;
}

.content .contentbox .model {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.content .contentbox .model .model-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #41b6e6;
  opacity: .6;
}

.content .contentbox .model .model-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.25rem;
  background: #fff;
  border-radius: .1rem;
  transform: translate(-50%, -50%);
  padding-top: .32rem;
  padding-bottom: .2rem;
  box-shadow: 0.03rem 0.03rem 0.06rem 0.03rem rgba(0, 0, 0, 0.2);
}

.content .contentbox .model .model-container .close {
  width: .26rem;
  height: .26rem;
  position: absolute;
  right: .1rem;
  top: .1rem;
  background: #c6c8c5;
  border-radius: 50%;
  text-align: center;
  line-height: .24rem;
  color: #fff;
  cursor: pointer;
}

.content .contentbox .model .model-container .close i {
  font-size: .16rem;
}

.content .contentbox .model.error .model-container, .content .contentbox .model.eventCaseNull .model-container {
  width: 4.25rem;
}

.content .contentbox .model.error .model-container .h5, .content .contentbox .model.eventCaseNull .model-container .h5 {
  height: .32rem;
  line-height: .32rem;
  color: #464646;
  font-weight: bold;
  text-align: center;
  font-size: .22rem;
}

.content .contentbox .model.error .model-container p, .content .contentbox .model.eventCaseNull .model-container p {
  color: #464646;
  text-align: center;
  font-size: .18rem;
  line-height: .32rem;
  margin-top: .1rem;
}

.content .contentbox .model.error .model-container .button, .content .contentbox .model.eventCaseNull .model-container .button {
  margin-top: .3rem;
}

.content .contentbox .model.success .model-container {
  width: 4.25rem;
}

.content .contentbox .model.success .model-container .h5 {
  height: .32rem;
  line-height: .32rem;
  color: #464646;
  font-weight: bold;
  text-align: center;
  font-size: .22rem;
}

.content .contentbox .model.success .model-container p {
  color: #464646;
  text-align: center;
  font-size: .18rem;
  line-height: .32rem;
  margin-top: .1rem;
}

.content .contentbox .model.success .model-container .button {
  margin-top: .15rem;
}

.boxwidth {
  width: 1280px;
  margin: 0px auto;
  padding: 0px 20px;
}

.button {
  width: 1.7rem;
  height: .4rem;
  line-height: .37rem;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  background: url(../images/button.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: .05rem;
  padding-bottom: .1rem;
  margin: 0px auto;
  margin-top: .23rem;
  box-sizing: border-box;
  cursor: pointer;
}

.buttonBox {
  width: 4rem;
  height: .7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;
  margin-top: .23rem;
}

.buttonBox .buttongroup {
  width: 1.7rem;
  height: .4rem;
  line-height: .46rem;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  background: url(../images/button.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: .05rem;
  padding-bottom: .1rem;
}
