.m-index {
  width: 100%;
  height: auto;
  background: #ff204d;
  padding-bottom: .3rem;
}
.m-index .index-header {
  width: 100%;
  height: 5.49rem;
  background: url(../images/banner_bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.m-index .index-header .logo1 {
  width: .92rem;
  height: .78rem;
  position: absolute;
  top: .2rem;
  right: 1.85rem;
}
.m-index .index-header .logo2 {
  width: .88rem;
  height: .48rem;
  position: absolute;
  top: .35rem;
  right: .4rem;
}
.m-index .index-header .title {
  width: 5.25rem;
  height: 1.34rem;
  position: absolute;
  top: 1.65rem;
  right: 1.16rem;
}
.m-index .index-center {
  width: 100%;
  height: auto;
  padding: 0 .3rem;
}
.m-index .index-center .centerBox {
  width: 100%;
  height: 100%;
  background: #feefd0;
  padding: 0.52rem .35rem .36rem;
  position: relative;
  border-radius: 5px;
}
.m-index .index-center .centerBox h2 {
  width: 2.08rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  color: #fff;
  background: url(../images/title_bg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: .24rem;
  font-weight: normal;
  position: absolute;
  left: 2.42rem;
  top: -0.35rem;
}
.m-index .index-center .centerBox p {
  color: #f02e32;
  font-size: .24rem;
  margin-top: .1rem;
  letter-spacing: 2px;
}
.m-index .index-center .centerBox .centerBox-body {
  margin: 0;
  padding-bottom: .1rem;
}
.m-index .index-footer {
  width: 100%;
  height: auto;
  padding: 0 .3rem;
  margin-top: .55rem;
  padding-bottom: .5rem;
}
.m-index .index-footer .footerbox {
  width: 100%;
  height: auto;
  padding: .44rem .4rem;
  background: #feefd0;
  border-radius: 5px;
  position: relative;
}
.m-index .index-footer .footerbox h2 {
  background: url(../images/title_bg2.png) no-repeat center;
  background-size: 100% 100%;
  font-size: .24rem;
  position: absolute;
  top: -0.35rem;
  left: 2.06rem;
  width: 2.82rem;
  text-align: center;
  line-height: .5rem;
  height: .5rem;
  font-weight: normal;
  color: #fff;
}
.m-index .index-footer .footerbox .footerTab {
  display: flex;
  width: 100%;
  height: .58rem;
  line-height: .58rem;
  background: -webkit-linear-gradient(left, #f85e1f, #f02e32);
  /* Safari 5.1 - 6.0 */
  background: linear-gradient(to right, #f85e1f, #f02e32);
  /* 标准的语法 */
  border-radius: 20px;
}
.m-index .index-footer .footerbox .footerTab p {
  font-size: .24rem;
  text-align: center;
  color: #fff;
}
.m-index .index-footer .footerbox .footerTab p:nth-child(1) {
  width: 1.14rem;
}
.m-index .index-footer .footerbox .footerTab p:nth-child(2) {
  flex: 1;
}
.m-index .index-footer .footerbox .footerTab p:nth-child(3) {
  width: 1.75rem;
}
.m-index .index-footer .footerbox ul li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #f3ebdc;
  padding: .18rem;
}
.m-index .index-footer .footerbox ul li p {
  width: .74rem;
  text-align: center;
  position: relative;
}
.m-index .index-footer .footerbox ul li p input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
  margin: auto;
  background: #fff;
  border: 1px solid #f75d1f;
  width: .3rem;
  height: .3rem;
  outline: none;
}
.m-index .index-footer .footerbox ul li p input:checked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
  margin: auto;
  background: url(../images/checked.png) no-repeat center;
  background-size: 100% 100%;
  border: 0;
  width: .3rem;
  height: .3rem;
  outline: none;
}
.m-index .index-footer .footerbox ul li a {
  font-size: .24rem;
  text-decoration: underline;
  color: #f02e32;
  flex: 1;
  padding-right: .5rem;
}
.m-index .index-footer .footerbox ul li span {
  width: 1.25rem;
  font-size: .3rem;
  color: #f02e32;
  text-align: center;
}
.m-index .index-footer .footerbox .footerBtn {
  border-radius: 20px;
  width: 90%;
  height: .72rem;
  line-height: .72rem;
  text-align: center;
  background: -webkit-linear-gradient(left, #ff9d32, #f7511b);
  /* Safari 5.1 - 6.0 */
  background: linear-gradient(to right, #ff9d32, #f7511b);
  /* 标准的语法 */
  color: #fff;
  font-size: .3rem;
  border: 0;
  margin: 0 auto;
  display: block;
  outline: none;
}
.m-index .index-alert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.m-index .index-alert .alertBox {
  width: 5.63rem;
  height: 5.58rem;
  background: url(../images/alert.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin: 3rem auto 0;
}
.m-index .index-alert .alertBox button {
  position: absolute;
  bottom: .45rem;
  left: 1.08rem;
  width: 3.46rem;
  height: .73rem;
  border: 0;
  text-align: center;
  line-height: .73rem;
  color: #fff;
  font-size: .32rem;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, #ff9d32, #f7511b);
  /* Safari 5.1 - 6.0 */
  background: linear-gradient(to right, #ff9d32, #f7511b);
  /* 标准的语法 */
  outline: none;
}
.uploadtip{

  display:block;
  background: rgba(195,233,237,.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 2% 0;
  z-index: 99999999999;
}

.uploadtip span{

  color: #fff;

  font-size: 20px;

}

.uploadtip .logo{

  float: left;
  margin-right: 2%;
  width: 12%;
  margin-top: 1.5%;
  border-radius: 10px;

}

.aboutword{

  width: 95%;

  margin: 0 auto;



}

.uploadtip .close{
  color: #000;
  font-size: 25px;
  outline: none;
  font-size: 25px;
  float: right;
  margin-top: 1%;
  outline: none;
}
.slogan{
  width: 52%;
  display: block;
  float: left;
  line-height: 1;
  text-align: left;
  margin-top: 0.7%;
  margin-left: 1.5%;
}
.slogan span:first-child{
  width: 100%;
  display: block;
  color: #000;
  font-size: 15px;
}
.slogan span:nth-of-type(2) {
  font-size: 13px;
  color: #aaa;
}
.uploadtip	.upload{

  margin: 0 1%;
  background-color: #281870;
  border: none;
  color: #fff;
  padding: 1%;
  font-size: 14px;
  font-family: "microsoft yahei";
  outline: none;
  margin-top: 3%;
  display: inline-block;
  border-radius: 3px;
}
