/* 理财体验中心 */

body {
  color: #576373;
}

.banner-height {
  height: 600px;
}

.m_banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
}

.M-planServer {
  background: #fff;
}

.M-tip {
  padding-top: 100px;
  padding-bottom: 78px;
  background: #fff;
}

.M-tip .tip-title {
  padding: 1rem 0;
  font-size: 24px;
  border-bottom: 1px solid #9a9a9a;
}

.M-tip .media p {
  font: size 16px;
}


/* 表单报名 */

.m_banner_box {
  margin-top: 30px;
}

.m_banner_l {
  width: 70%;
  float: left;
  padding-top: 15px;
}

.m_banner_r {
  width: 30%;
  float: right;
}

.m_banner_text {
  max-width: 750px;
}

.xuxian {
  height: 1px;
  background: url(//planpro-res.oss-cn-hangzhou.aliyuncs.com/trussan/img/Line.png) repeat;
  margin: 35px 0;
}

.from_info {
  position: absolute;
  width: 100%;
  top: 90px;
  color: #fff;
}

.signup_info {
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, .4);
}

.sign-up-tab {
  padding: 0 48px;
  border-bottom: 1px solid #9DA5B6;
}

.sign-up-tab .tabActive {
  border-bottom: 1px solid #fff;
}

.sign-up-tab span {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.sign-up-box {
  padding-top: 47px;
}

.sign-up-box .weChat {
  text-align: center;
}

.sweep-code {
  width: 190px;
  margin-bottom: 16px;
}

.phoneLogin {
  display: none;
  padding: 0 50px;
}

.phoneLogin .tips-name {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #FF5555;
}

.phoneLogin .tips-phone {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #FF5555;
}

.phoneLogin label {
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 42px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin-bottom: 20px;
}

.phoneLogin .phoneLogin_name::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(//planpro-res.oss-cn-hangzhou.aliyuncs.com/trussan/img/name-icon.png) no-repeat;
  background-size: cover;
}

.phoneLogin .phoneLogin_phone::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(//planpro-res.oss-cn-hangzhou.aliyuncs.com/trussan/img/phone-icon.png) no-repeat;
  background-size: cover;
}

.phoneLogin label input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: transparent;
}

.phoneLogin label input::placeholder {
  color: #fff;
}


/* 下拉框选择 */

.time-select,
button.finances_btn {
  margin-left: 5%;
}

.dropdownContainer {
  position: relative;
  width: 95%;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  cursor: pointer;
}

.dropdownContainer .downArrow {
  position: absolute;
  right: .25rem;
  top: 0;
  cursor: pointer;
}

.dropdownContainer .downArrow i {
  font-size: 0.5rem;
  display: block;
  color: #fff;
}

.time-select .dropdrown-menu {
  height: 10rem;
  overflow: hidden;
  overflow-y: scroll;
}

.dropdrown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  z-index: 999;
  border: 1px solid #ccc;
}

.dropdrown-menu li {
  line-height: 24px;
  padding-left: 10px;
}

.dropdrown-menu li a {
  display: inline-block;
  width: 100%;
  /* text-indent: 0.5em; */
  color: #fff;
}

.dropdrown-menu li a:hover {
  color: #0078b6;
  font-size: 1.1em;
}

.from_info input,
.from_info button,
.from_info .dropdownContainer {
  background: rgba(0, 0, 0, .3);
  color: #fff;
}

button.clickAddbg {
  background: rgba(228, 236, 243, 0.20);
}

#serverBtn button {
  width: 100%;
}

.form-control:focus {
  border-color: #fff;
}


/* 提交加载 */

#loader,
#loader:before,
#loader:after {
  background: #ccc;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

#loader:before,
#loader:after {
  position: absolute;
  top: 0;
  content: '';
}

#loader:before {
  left: -1.5em;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  font-size: 11px;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  z-index: 999;
}

#loader:after {
  left: 1.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ccc;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ccc;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ccc;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ccc;
    height: 5em;
  }
}

#modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.M-planServer span {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.M-planServer span img {
  vertical-align: inherit;
}

.M-planServer h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  color: #2F3951;
}

.M-planServer p {
  font-size: 15px;
  color: #2F3951;
  padding-bottom: 60px;
}


/* .M-moneyServer{
  padding-bottom: 100px;
  background: url(//planpro-res.oss-cn-hangzhou.aliyuncs.com/trussan/img/Group20.png) no-repeat;
  background-size: cover;
} */

.M-moneyServer h2 {
  color: #FFF;
}

.company-detail {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 31px;
  color: #fff;
}

.main-title h2 {
  padding-top: 120px;
  padding-bottom: 80px;
}

#submitInfotBtn {
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  background: #0B99EA;
  border: 1px solid #0B99EA;
}


/* 模态框 */

#myModal {
  background: transparent;
}

.modal-dialog {
  margin-top: 15%;
}

.modal-content {
  font-size: 16px;
  color: #fff;
  width: 300px;
  margin: auto;
  text-align: center;
  background: #0B99EA;
}