* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  background-color: #fce9e9;
}

.mainDow {
  position: relative;
}

.btnMain {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  margin: auto;
  width: 100%;
}

.btnMain .btn {
  width: 6.3rem;
  height: 1rem;
  background: #ffffff;
  border: 1px solid #d64955;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.btnMain .btn img {
  width: 0.33rem;
}
.btnMain .btn span {
  font-size: 0.3rem;
  color: #d54652;
  margin-left: 0.55rem;
}
.btnMain .btn:nth-child(1) {
  background: #fff;
}
.btnMain .btn:nth-child(2) {
  background: linear-gradient(180deg, #ec7c8a, #d54652);
  border: 0;
}
.btnMain .btn:nth-child(2) span {
  color: #fff;
}

/* 弹窗样式 不可删除 */
.sharePop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.sharePop .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sharePop .main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.sharePop .main .img1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.sharePop .main img {
  width: 2.65rem;
}
.sharePop .shareText {
  background: #fff;
  width: 5.6rem;
  border-radius: 0.3rem;
  padding: 0.6rem;
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  margin: 0 auto;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 0.4rem;
  padding-bottom: 0.2rem;
}

/* pc网站 */

.header {
  width: 100%;
  background: #ffffff;
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 80px;
  align-items: center;
  z-index: 9999;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header span {
  font-size: 20px;
  color: #333333;
  margin-left: 20px;
}
.header nav {
  display: flex;
}
.header nav a {
  font-size: 16px;
  margin-left: 80px;
  color: #333;
  border-bottom: 1px solid #ffffff;
}
.header nav a:hover {
  color: #ff3445;
  border-bottom: 1px solid #ff3445;
}
.imgMain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgMain .txt {
  position: absolute;
  color: #fff;
  text-align: center;
}
.imgMain .txt h5 {
  font-size: 40px;
  line-height: 80px;
}
.imgMain .txt p {
  font-size: 24px;
  line-height: 80px;
  margin-bottom: 30px;
}
.imgMain .txt .btn {
  width: 120px;
  height: 42px;
  background: #ff3445;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
}

.about {
  width: 900px;
  margin: 0 auto;
  padding-top: 90px;
}
.about h5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.about p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.wenhua {
  width: 1300px;
  margin: 0 auto;
  padding-top: 90px;
}
.wenhua h5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.wenhua ul {
  display: flex;
  justify-content: space-between;
}
.wenhua p {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
}
.wenhua span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 10px;
}
.news {
  width: 1300px;
  margin: 0 auto;
  padding-top: 90px;
}

.news h5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.news ul {
  display: flex;
  justify-content: space-between;
}
.news li {
  position: relative;
  width: 404px;
  cursor: pointer;
}
.news li .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.news li .text {
  width: 100%;
  background: #ffffff;
  border: 1px solid #979797;
}
.news li .time span {
  font-size: 18px;
  color: #999999;
}
.news li p {
  font-size: 14px;
  color: #999;
  padding: 20px 10px;
}

.download{
  padding-top: 90px;
}
.download h5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.download .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download .btn {
  width: 330px;
  height: 58px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
}

.download span{
  font-size: 16px;
  margin-left: 20px;
  color: #999;
}



.conten{
  padding-top: 90px;
}
.conten h5 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.conten .main{
  background: url(../img/pc/bj1.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.conten .inp{
  width: 765px;
  margin: 60px auto;
  padding:50px 80px;
  border-radius: 46px;
  background: #fff;
}
.conten .inp dl{
  margin-bottom: 20px;
}
.conten .inp dt{
  font-size: 16px;
  color: #333;
}
.conten .inp dd{
  display: block;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
.conten .inp input{
  font-size: 14px;
  border: 1px solid #ddd;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border-radius: 6px;
}
.conten .inp button{
  width: 600px;
height: 50px;
background: #4c7ada;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
font-size: 16px;
color: #fff;
line-height: 1;
}

footer{
  width: 100%;
height: 87px;
background: #1d1d1d;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
footer a{
  font-size: 16px;
  color: #fff;
 
}
footer a:hover{
  text-decoration: underline;
}