/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

*:focus {
  outline: 0
}

body {
  padding: 0;
  -webkit-text-size-adjust: none;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 100%;
  background-color: #FFF;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  border: 0;
  font-size: 0;
}

a {
  text-decoration: none;
  border: 0px;
  color: #000;
}

ol,
ul {
  list-style: none
}

footer * {
  font-size: 16px;
}

.footer a {
  color: #333;
}
.middle{
  width: 94.7%;
  margin: auto;
}
.title{
  margin-top: 27px;
}
.part1_p {
  margin-top: 15px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
.part2{
  margin-top: 20px;
  background-color: #f0f0f0;
  border-radius: 10px 10px 0 0;
}
.box1 {
  display: flex;
  padding-top: 11px;
  padding-bottom: 11px;
}
.box2{
  flex:9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px dashed rgba(0, 0, 0,0.2);
}
.box2 p{
  font-size: 16px;
  font-weight: bold;
  color: #d21414;
  margin-bottom: 9px;
}
.box2 span{
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.box3{
  flex: 17;
  margin-left: 15px;
}
.mt11{
  margin-top: 11px;
}
.box3 ul li {
  font-size: 12px;
}
.box3 ul li img{
  margin-right: 9px;
}
.box4{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_a{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.box_a a{
  display: block;
  width: 48.5%;
  border-radius: 5px;
  border: solid 1px #d21414;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #d21414;
}
.part3{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.box5{
  position: relative;
}
.box6{
  position: absolute;
  top: 9px;
  left: 8px;
}
.box6 p:nth-child(1){
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.box6 p:nth-child(2){
  margin-top: 6px;
  font-size: 12px;
  color: #999999;
  margin-bottom: 6px;
}
.box6 a{
  background-color: #d21414;
  border-radius: 10px;
  font-size: 13px;
  color: #ffffff;
  padding: 4px 12px;
}
.part4{
  margin-top: 20px;
}