.btn{
  height: 80px;
  width:300px;
  margin:0 auto;                          /*fgfdg 该改fgfd gdfg d g */
  background:#9a0000;
  margin-bottom:15px;
  border-radius:2vw;
  /*margin-left: 80px;*/
    -webkit-border-radius:6px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
  -moz-border-radius:6px;/*适配firefox浏览器*/
  -ms-border-radius:6px;/*适配IE浏览器*/
  -o-border-radius:6px;/*适配opera浏览器*/
  border-radius:2vw;/*适配所有浏览器*/
  text-align: center;
  
}
.btn1{
  height: 80px;
  width:300px;
  margin:30px auto;                          /*fgfdg 该改fgfd gdfg d g#9a0000 */
  background:#b20512;
  margin-bottom:15px;
  border:8px solid #BCC774;
  border-radius:2vw;
  /*margin-left: 80px;*/
    -webkit-border-radius:6px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
  -moz-border-radius:6px;/*适配firefox浏览器*/
  -ms-border-radius:6px;/*适配IE浏览器*/
  -o-border-radius:6px;/*适配opera浏览器*/
  border-radius:2vw;/*适配所有浏览器*/
  text-align: center;
  
}
.btn a{
  height: 80px;
  font-size: 25px;
  font-family: "微软雅黑";
  color: white;
  line-height: 80px;
  letter-spacing:5px

}
.btn1 a{
  height: 80px;
  font-size: 25px;
  font-family: "微软雅黑";
  color: white;
  line-height: 80px;
  letter-spacing:5px

}
	                   	/*本代码由Q2424931998独家打造 ， 请勿擅自更改*/
	                      /*本代码由Q2424931998独家打造 ， 请勿擅自更改*/
                            /*本代码由Q2424931998独家打造 ， 请勿擅自更改*/
                          /*本代码由Q2424931998独家打造 ， 请勿擅自更改*/


.sidefoot{
	width: 300px;
        margin:30px auto;
        border: 1px solid #b20512;
}
.corner{
  width: 150px;
  height: 45px;
  background: #b20512;

  background: linear-gradient(-40deg,transparent 15px,#b20512 0);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  float: left;
 
}
.corners{
	width: 150px;
	height: 25px;
	background: #b20512;
	float: left;

}
.sideinfo{
	width: 300px;
}
.sideinfo p{
	padding: 5px 0 5px 20px;
}