input[type=button],
input[type=submit],
input[type=reset],
input {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei"
}

textarea {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei"
}

.button {
    border-radius: 0
}
*{
    box-sizing: border-box;
    transition: all .1s;
}
a,
b,
body,
dl,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
li,
ol,
p,
s,
section,
span,
strong,
textarea,
ul,
dl,
dd {
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body,
html {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
    -webkit-text-size-adjust: none !important;
    font-family: "Microsoft Yahei";
}
.p-r{
  position: relative;
}
.p-a{
  position: absolute;
}
.f-l{
  float: left;
}
.f-r{
  float: right;
}
.d-f{
  display: flex;
}

.j-f-e{
  justify-content: flex-end;
}
.j-c{
  justify-content: center;
}
.j-s-b{
  justify-content: space-between
}
.j-s-e{
  justify-content: space-evenly;
}
.j-s-a{
  justify-content: space-around;
}
.a-i-c{
  align-items: center;
}
.f-w{
  flex-wrap: wrap
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  height: 0;
}
[center]{
  width: 1200px;
  margin: 0 auto;
}
[center-l]{
  width: 1380px;
  margin: 0 auto;
}
body{
  background: url('../images/bj.jpg')no-repeat top #f3f3f3;
  background-size: cover
}
.title{
  width: 650px;
  text-align: center;
  color: #fff;
}
.p{
  display: block;
  left: -177px;
  top: 46px;
}
.p1{
  display: none;
}
.title h1{
  font-size: 90px;
  padding-top: 30px;
}
.title h3{
  font-size: 36px;
  padding-top: 15px;
}
.title .logo{
  padding-top: 75px;
}
.title .logo i{
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #c97d8f;
  margin: 0 35px;
}
.w_k{
  background: #fff;
  border-radius: 20px;
  padding: 30px 80px;
  margin-top: 120px;
  margin-bottom: 70px;
}
.btns a{
  display: block;
  width: 208px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #f5b00f;
  box-shadow: 0 5px 10px #fbdf9f;
  margin: 0 30px;
}
.btns a:last-child{
  background: #96082f!important;
  box-shadow: 0 5px 10px #d59cac;
}
.pomo_list{
  padding-top: 20px;
}
.pomo_list li{
  list-style: none;
}
.pomo_list li a{
  display: block;
  width: 380px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px #bbbbbb;
  margin: 20px 0;
}
.pomo_list li a img{
  display: block;
  width: 100%;
}
.pomo_list li a .list_title{
  background: #fff;
  height: 60px;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
}
.pomo_list li a .list_title p{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.pomo_list li a .list_title span{
  display: block;
  font-size: 12px;
  color: #999999;
}
#particles-js{
  position: fixed;
  width: 50%;
  height: 1000px;
  right: 0;
}
.qrcode{
  position: fixed;
  width: 135px;
  background: #fff;
  right: 0;
  top: 29%;
}
.qrcode p{
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
}
.qrcode .qde_img{
  width: 90px;
  height: 90px;
  padding: 8px;
  background: url('../images/qrcode_bj.jpg')no-repeat center;
  margin: 0 auto;
}
.qrcode .qde_img img{
  display: block;
  width: 100%;
}
.qrcode a{
  display: block;
  width: 90px;
  height: 30px;
  font-size: 12px;
  border-radius: 15px;
  background: #d80000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 10px auto;
}
.download {
  display: none;
  margin-top: 3.5rem;
  position: relative;
}
.download a{
  display: block;
  width: 3.2rem;
  height: .8rem;
  border-radius: .4rem;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  font-size: .3rem;
  background: rgba(0, 0, 0, .7);
  margin: 0 .09rem;
}
.kf{
  display: none;
}
@media (max-width: 750px){
  body{
    background: url('../images/bj_s.jpg')no-repeat top #f3f3f3;
    background-size: cover
  }
  [center]{
    width: 100%;
  }
  [center-l]{
    width: 6.65rem;
  }
  .p{
    display: none;
  }
  .p1{
    display: block;
    left: 0;
    width: 7.16rem;
    top: 2.2rem;
  }
  .title{
    width: 6rem;
  }
  .title .logo i,
  .title .logo img:nth-of-type(2){
    display: none;
  }
  .title h1{
    font-size: .7rem;
    padding-top: .4rem;
  }
  .title h3{
    font-size: .36rem;
    padding-top: .2rem;
  }
  .title .logo{
    padding-top: .6rem;
  }
  .w_k {
    border-radius: .2rem;
    padding: .4rem .5rem;
    margin-bottom: .7rem;
    margin-top: .3rem;
  }
  .btns a{
    width: 2.2rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: .35rem;
    font-size: .24rem;
    box-shadow: 0 .005rem .10rem #fbdf9f;
    margin: 0 .24rem;
  }
  .pomo_list{
    padding-top: .4rem;
  }
  .pomo_list li{
    display: block;
    width: 100%;
  }
  .pomo_list li a {
    width: 100%;
    height: 2.9rem;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem #bbbbbb;
    margin: .15rem 0;
  }
  .pomo_list li a .list_title{
    height: .9rem;
    padding: 0 .2rem;
  }
  .pomo_list li a .list_title p{
    font-size: .24rem;
    line-height: .5rem;
  }
  .pomo_list li a .list_title span{
    font-size: .18rem;
    display: block;
  }
  .qrcode{
    display: none;
  }
  .download{
    display: flex;
  }
  .kf{
    display: block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background: #f5b00f;
    position: fixed;
    top: 5%;
    right: 5%;
    border-radius: 50%;
  }
  .kf a{
    text-indent: -9999%;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/kf.png') no-repeat center;
    background-size: 80%;
  }
}