.reason {
  width: 1200px;
  height: 539px;
  margin: 0 auto;
}
.reason-title {
  font-size: 34px;
  font-weight: 400;
  color: #000000;
}
.reason-top-icon {
  width: 40px;
  height: 5px;
  background: #367cc6;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 27px;
}
.reason-top {
  text-align: center;
  margin-top: 76px;
}
.reason-box {
  display: flex;
  justify-content: s;
  margin-top: 68px;
}
.reason-border {
  height: 260px;
  width: 1px;
  border-right: 1px solid #c6dbff;
}
.reason-list-item {
  width: 150px;
}
.reason-list {
  width: 298px;
  border-right: 1px solid #c6dbff;
  padding: 45px 25px 0 36px;
}
.reason-list-num {
  vertical-align: text-top;
}
.reason-list-title {
  display: inline-block;
  vertical-align: text-top;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: -6px;
  margin-left: 20px;
}
.reason-list-eng {
  font-size: 14px;
  font-family: DIN;
  font-weight: bold;
  color: #367cc6;
  line-height: 10px;
}
.reason-list-text {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.method {
  height: 370px;
  background: url(../image/method-bg.png) no-repeat center center;
  background-size: auto;
}
.method-while {
  color: #fff;
}
.method-bg-while {
  background-color: #fff;
}

.method-box-left {
  display: block;
  float: left;
}
.method-box {
  width: 1200px;
  height: 337px;
  margin: 0 auto;
  margin-top: 48px;
}
.method-box-right {
  float: left;
  width: 600px;
  height: 337px;
  background: #ffffff;
  box-shadow: 0px 1px 20px 0px rgba(124, 162, 186, 0.22);
  padding: 85px 63px 99px 47px;
}
.method-text {
  height: 60px;
  display: flex;
  align-items: center;
}
.method-num {
  font-size: 32px;
  font-family: DIN;
  font-weight: bold;
  color: #367cc6;
}
.method-logon {
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  margin-left: 18px;
}
.method-friendlink {
  color: #ff8625;
}
.method-text1 {
  position: relative;
  top: 65px;
}
.method-logon1 {
  font-size: 16px;
  color: #000000;
  position: absolute;
  left: 68px;
}
.method-box:after {
  content: '.'; /*内容就是一个英文.*/
  display: block; /*加入的这个元素转化为块级元素*/
  clear: both; /*清除左右两边的浮动*/
}
.trademark-procedure {
  height: 578px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 180px;
}
.trademark-time {
  font-size: 15px;
  color: #888888;
  margin-top: 24px;
}
.trademark-specific-time {
  font-size: 15px;
  color: #888888;
}
.trademark-procedure-box {
  position: relative;
  margin-top: 61px;
}

.trademark-items-top {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 70px;
  left: 20px;
}

.trademark-list {
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.item-bottom {
  top: 260px;
}
.trademark-top-text{
  margin-top: -15px;
}
.Notice {
  height: auto;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.Notice-content {
  height: 525px;
  background: #f4f4f4;
  padding: 1px 133px 35px 42px;
  margin-bottom: 28px;
}
.Notice-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.Notice-text {
  font-size: 16px;
  color: #666666;
}
.Notice-text1{
  line-height: 30px;
}
.Notice-title-top {
  margin-top: 35px;
}
