/* boostrap将所有盒模型改为border-box,修复可能导致的一些问题 */
.selector-for-some-widget {
  box-sizing: content-box;
}

/* 清除默认样式 */
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: '微软雅黑';
  background-color: #120035;
  color: #110034;
  font-size: 16px;
}
ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #000;
}

button {
  outline: none;
  border: none;
}

img {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
p{
  margin: 0;
}

.info-index{
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  /* padding-top:41.5%; */
  background: #120035 url(../../inc/images/m_bg_maim0225.jpg) no-repeat top center;
  background-size: 100% auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
.info-top{
  margin: 0 20px;
  background-color: #8F2ED6;
  border-radius: 15px;
}
.info-index .vip{
  background-color: #D52C81;
}
.info-index .free{
  background: #FFF url(../images/free.png) no-repeat center right;
  background-size: auto 90%;
}
.info-top h2{
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}
.base-info{
  display: flex;
  background-color: #FFF;
  padding: 20px 25px;
  border-radius: 15px;
}
.base-info .photo{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.info-name{
  display: flex;
  flex-wrap: wrap;
}
.info-name .name{
  width: 100%;
}
.info-name .name span{
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.info-name .name a{
  font-size: 14px;
  color: #FFF;
  background-color: #8F2ED6;
  padding: 3px 15px;
  border-radius: 15px;
}
.info-name p{
  color: #787485;
  margin-top: 5px; 
}
.card{
  background-color: #FFF;
  margin:0 20px;
  padding: 20px 25px;
  border-radius: 15px;
  border-top: 1px dashed #999;
  margin-top: -1px;
}
.middle-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.middle-menu-list li{
  Width: 30%;
}
.middle-menu-list a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #F8F8FA;
  border-radius: 10px;
}
.middle-menu-list a img{
  width: 70%;
  height: auto;
  margin: -20% auto 0;
}
.middle-menu-list a p{
  color: #110034;
  margin-top: 12px;
}
.middle-menu-list .alone-img{
  display: none;
}
.middle-menu-list li p span{
  display: none;
}
.alone li{
  width: 100%;

}
.alone li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alone li img{
  display: none;
}
.alone li .alone-img{
  display: block;
  width: 40%;
  margin: 0 0 -10px 0;
}
.alone li p{
  font-size: 18px;
  padding-left: 20px;
}
.alone li p span{
  display: block;
  font-size:12px;
  color: #787485;
  margin-top: 3px;
  text-align: left;
}


.btn{
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
  background-color: #F8F8FA;
  border-radius: 10px;
}
.btn:nth-child(1){
  margin-top: 0;
}
.btn:nth-last-child(1){
  margin-bottom: 0;
}
.btn .icon{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn .icon img{
  height: 30px;
  padding:15px 20px;
}
.btn span{
  flex: 1;
  color: #110034;
}
.btn strong{
  color: #A19EA7;
  width: 60px;
  font-size: 22px;
  text-align: center;
}

.miam-form{
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}
.miam-form .form-item{
  margin: 15px 0;
}
.form-ipt{
  position:relative;
}
.form-ipt .icon{
  position: absolute;
  top:0;
  left: 0;
  height: 50px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-ipt .icon img{
  height: 20px;
}
.form-item select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-item input, .form-item select{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px; 
  line-height: 50px;
  color: #110034;
  font-size: 14px;
  padding-left: 60px;
  outline: none;
  border: none;
  background-color: #F7F6F8;
  border-radius: 8px;
}
.radio-group{
  display: flex;
  align-items: center;
  /* margin-top: 15px; */
  padding:5px 0;
}
.form-item input[type="radio"],.form-item input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  width: 14px;
  height: 14px; 
  border: 1px solid #8F2DD5; 
  border-radius: 50%; 
  position: relative;
  top: 2px;
  margin-right: 5px;
  margin-left: 3px;
  padding: 0; 
}

.form-item input[type="radio"]:checked::before,.form-item input[type='checkbox']:checked::before {
content: ''; 
position: absolute;
top: 1px;
left: 1px; 
width: 10px;
height: 10px; 
border-radius: 50%;
background-color: #8F2DD5;
}
.form-item .forget{
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: 50px;
  font-size: 14px;
  color:#B17EE1;
}
.miam-form .code{
  display: block;
  margin:15px auto;
  color: #120036;
  text-align: center;
  text-decoration: underline!important;
} 
.btn-group{
  margin: 15px 0;
  display: flex;
}
.btn-group a,.btn-group button,.btn-group input{
  box-sizing: border-box;
  flex: 1;
  height: 50px;
  line-height: 50px; 
  font-size: 16px; 
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #8E2DD5;
  border-radius: 8px;
  outline: none;
  border: none;
  letter-spacing: 1px;
}
.btn-group *{
  margin-left:10px; 
}
.btn-group *:nth-child(1){
  margin-left:0; 
}
.btn-group *:nth-child(2){
  background-color:#E16BA5;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: #8E2DD5!important; 
  border-color: #8E2DD5!important; 
  color: #ffffff; 
}