﻿@charset "utf-8";
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: \5FAE\8F6F\96C5\9ED1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f5f8fa;
  width: 100%;
}

a:focus {
  outline: none;
}

/*点击a标签出现虚线边框*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
dd,
dl,
dt,
div,
span,
input,
textarea,
form,
table,
tr,
td {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ul,
li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/*input输入框在苹果手机上去除内阴影*/

textarea {
  resize: none;
  font-family: \5FAE\8F6F\96C5\9ED1;
  border: none;
  outline: none;
}

input,
button {
  font-family: \5FAE\8F6F\96C5\9ED1;
  border: none;
  outline: none;
}

input[disabled] {
  opacity: 1;
}

a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}

i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border: none;
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

/*head*/

.head {
  /* width: 1000px; */
  min-width: 1000px;
  margin: 0 auto;
  background: url(../images/bg_head.jpg) no-repeat center;
  height: 280px;
  color: #ffffff;
  padding-top: 43px;
}

.head .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.head .tit img {
}

.head .tit .txt {
  margin-left: 30px;
}

.head .tit .txt h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 5.5px;
}

.head .tit .txt h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.9px;
}

.head .nav {
  display: flex;
  justify-content: center;
  height: 108px;
  overflow: hidden;
  margin-top: 15px;
}

.head .nav a {
  display: inline-block;
  margin: 0 45px;
  padding: 15px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.head .nav a img {
  margin-bottom: 8px;
  width: 42px;
  height: 42px;
}

.head .nav a p {
  height: 24px;
  line-height: 24px;
}

.head .nav a.on,
.head .nav a:hover {
  border-bottom: solid 4px #ffffff;
}

.head .nav a.on p,
.head .nav a:hover p {
  font-weight: 700;
}

/*main*/

.main {
  margin-top: 60px;
}

.main .form {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-top: solid 4px #c40001;
  width: 1000px;
  margin: 0 auto;
}

.main .form > h4 {
  background-color: #ececec;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  height: 64px;
  line-height: 64px;
  margin-bottom: 30px;
}

.main .form .item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.main .form h5 {
  font-size: 18px;
  color: #ffffff;
  background-color: #c40001;
  width: 145px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 16px;
}

.main .form .print {
  border: solid 1px #aaaaaa;
  width: 610px;
}

.main .form .print > i {
  font-size: 18px;
  color: #ff0000;
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.main .form .input {
  font-size: 18px;
  height: 48px;
  width: 575px;
}

.main .form label {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  height: 24px;
  line-height: 24px;
}

.main .form label:before {
  width: 14px;
  height: 14px;
  border: solid 1px #acacac;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
}

.main .form label.on:after {
  background-color: #c40001;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
}

.main .form .trademarkType {
  margin-top: 13px;
}

.main .form .trademarkType label {
  margin: 0 8px 0 18px;
}

.main .form .searchType {
  padding: 10px 0 0 16px;
}

.main .form .searchType .all {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.main .form .searchType .all:before {
  width: 14px;
  height: 14px;
  border: solid 1px #acacac;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
}

.main .form .searchType .all.on:after {
  background-color: #c40001;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
}

.main .form .searchType .list {
  display: flex;
  flex-flow: row wrap;
}

.main .form .searchType .list label {
  margin-bottom: 10px;
}

.main .form .searchType .list label:nth-child(4n + 1) {
  width: 135px;
}

.main .form .searchType .list label:nth-child(4n + 2) {
  width: 180px;
}

.main .form .searchType .list label:nth-child(4n + 3) {
  width: 180px;
}

.main .form .searchType .list label:nth-child(4n) {
  width: 90px;
}

.main .form .btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 24px;
}

.main .form .btn a {
  text-align: center;
  cursor: pointer;
  margin: 0 15px;
  width: 146px;
  height: 50px;
  font-size: 18px;
}

.main .form .reset {
  color: #333333;
  background-color: #f5f5f5;
  cursor: pointer;
  border: solid 1px #cfd1d0;
  line-height: 48px;
}

.main .form .submit {
  background-color: #c40001;
  color: #ffffff;
  line-height: 50px;
}

.main .form .down {
  background-color: #f5f5f5;
  display: block;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 50px;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  position: relative;
}

.main .form .down:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 11px;
  height: 2px;
  background-color: #a6a6a6;
  width: 150px;
  margin-left: -75px;
}

.main .form .down:hover {
  color: #c40001;
}

.main .form .down:hover:before {
  background-color: #dd9c9c;
}

.main .tip {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 56px;
}

.main .tip a {
  cursor: pointer;
  color: #c40001;
  text-decoration: underline;
}

.main .listLi {
  display: flex;
  flex-flow: column wrap;
  padding-left: 116px;
  height: 410px;
}

.main .listLi a {
  position: relative;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  padding-left: 18px;
  display: inline-block;
  width: 365px;
  margin-right: 40px;
  line-height: 36px;
}

.main .listLi a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
  left: 0;
  top: 15px;
}

.main .listLi a:hover {
  color: #c40000;
}

.main .listLi a:hover:before {
  background-color: #c40000;
}

.main .listLis {
  padding-left: 60px;
  height: initial;
  padding-bottom: 30px;
}

.main .listLis a {
  width: initial;
}

.main .zclct {
  position: relative;
  text-align: center;
  margin-top: 45px;
  padding-bottom: 67px;
}

.main .zclct p {
  position: absolute;
  width: 419px;
  height: 50px;
  border: solid 1px #c40001;
  font-size: 0;
  right: 193px;
  bottom: 62px;
}

.main .zclct p .input {
  width: 254px;
  vertical-align: top;
  height: 48px;
  padding-left: 20px;
  font-size: 18px;
  background-color: #ffffff;
}

.main .zclct p .submit {
  display: inline-block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
}

/*foot*/

.foot {
  border-top: solid 1px #dde3e9;
  text-align: center;
  margin-top: 23px;
  padding-bottom: 45px;
}

.foot .line {
  position: relative;
  border-top: dashed 1px #d1d9e1;
  margin-top: 54px;
  height: 62px;
}

.foot .line:before {
  border-top: dashed 1px #d1d9e1;
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
}

.foot .line:after {
  border-top: dashed 1px #d1d9e1;
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
}

.foot .line .img {
  background-color: #f5f8fa;
  position: absolute;
  left: 50%;
  width: 100px;
  text-align: center;
  z-index: 1;
  margin-left: -50px;
  top: -26px;
}

.foot .line .img img {
  width: 62px;
  height: 62px;
}

.foot .nav {
  font-size: 0;
  margin-bottom: 24px;
}

.foot .nav a {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  border-left: solid 1px #333333;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
}

.foot .nav a:first-child {
  border-left: none;
}

.foot > .info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: flex;
  justify-content: center;
}

.foot > .info > a {
  color: #c40001;
  cursor: pointer;
}

/*mask*/

.mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}

.mask .box {
  background-color: #ffffff;
  position: absolute;
  width: 554px;
  left: 50%;
  margin-left: -277px;
  top: 50%;
  border-top: solid 4px #c40000;
  text-align: center;
}

.mask .box .close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.mask .box .tit {
  font-size: 20px;
  color: #333333;
  background-color: #ececec;
  height: 60px;
  line-height: 60px;
}

.mask .box h4 {
  font-size: 18px;
  color: #c40000;
  font-family: simsun;
  font-weight: 700;
  margin-top: 26px;
}

.mask .box .txt {
  font-size: 16px;
  color: #333333;
  text-indent: 35px;
  padding: 0 43px;
  text-align: left;
  line-height: 32px;
  margin: 15px 0 23px;
}

.mask .box p {
  height: 50px;
  width: 453px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}

.mask .box p span {
  font-size: 18px;
  color: #ffffff;
  background-color: #c40000;
  display: inline-block;
  width: 111px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}

.mask .box p .input {
  width: 342px;
  height: 50px;
  border: solid 1px #dddddd;
  vertical-align: top;
  font-size: 18px;
  padding-left: 12px;
}

.mask .box p .code {
  width: 290px;
}

.mask .box p .getCode {
  font-size: 18px;
  color: #ffffff;
  background-color: #c40000;
  display: inline-block;
  width: 152px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  outline: none;
  border: none;
  cursor: pointer;
}

.mask .box .tips {
  font-size: 14px;
  color: #c40000;
  text-align: left;
  margin-left: 50px;
  margin-top: 6px;
}

.mask .box .submit {
  width: 236px;
  font-size: 18px;
  color: #ffffff;
  background-color: #c40000;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-top: 34px;
}

.maskDown .box,
.maskDowns .box {
  height: 500px;
  margin-top: -265px;
  /*height: 460px;margin-top: -230px;*/
}

.maskForm .box {
  height: 366px;
  margin-top: -218px;
  /*height: 366px;margin-top: -183px;*/
}

.maskForm .box .tit {
  margin-bottom: 40px;
}
/* 底部备案 */
.main {
    position: relative;
}

.beian {
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

.beian2 {
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
    .beian a {
        color: #0f89f5;
    }
