@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.head {
  background-color: #e00000;
  padding: 22px 0;
  top: 0;
  z-index: 99;
  position: sticky;
}

.head .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .top .logo {
  width: auto;
  height: 57px;
}

.head .top .logo img {
  width: auto;
  height: 57px;
}

.head .top .right {
  display: flex;
  align-items: center;
}

.head .top .right .head_erweima div {
  display: block;
  margin-right: 40px;
}

.head .top .right .head_erweima div img {
  width: 80px;
  height: 80px;
}

.head .top .right .head_erweima div span {
  display: block;
  font-size: 12px;
  color: white;
  text-align: center;
}

.head .top .right .input {
  background: #ee6b6b;
  outline-color: #e00000;
  position: relative;
  color: #fff;
  width: 305px;
  height: 40px;
  border-radius: 5px;
}

.head .top .right .input input {
  background: #ee6b6b;
  outline-color: #e00000;
  height: 40px;
  border: none;
  padding: 0 20px;
  width: 250px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.head .top .right .input input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.head .top .right .input a {
  position: absolute;
  right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.head .top .right .user {
  font-size: 16px;
  margin-left: 15px;
  display: flex;
  height: 40px;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  justify-content: center;
}

.head .top .right .login {
  font-size: 16px;
  margin-left: 15px;
  display: flex;
  height: 40px;
  align-items: center;
  cursor: pointer;
  color: #fff;
  justify-content: center;
}

.head .top .right .login .xiala {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #e00000;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
  border-radius: 10px;
}

.head .top .right .login .xiala .list {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #e00000;
  box-sizing: border-box;
}

.head .top .right .nickname {
  position: relative;
  transition: all .3s;
  text-align: center;
  min-width: 100px;
}

.head .top .right .nickname:hover .xiala {
  bottom: -79px;
  opacity: 1;
}

.head .bot {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.head .bot a {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin-top: 26px;
}

input:focus {
  outline: none;
}

.cur {
  cursor: pointer;
}

.footer {
  background-color: #e00000;
}

.footer .fot {
  padding: 33px 0;
}

.footer .fot .links {
  display: flex;
}

.footer .fot .links a {
  color: #fff;
  width: 9.1%;
  text-align: center;
  border-right: 2px solid #fff;
  cursor: pointer;
  font-size: 16px;
}

.footer .fot .links a:last-child {
  border: none;
}

.footer .fot .contents {
  display: flex;
  margin-top: 38px;
  align-items: center;
}

.footer .fot .contents .content {
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #fff;
}

.footer .fot .contents .content a {
  margin-right: 10px;
  color: #fff;
}

.footer .fot .contents .erweimas {
  flex: 1;
  display: flex;
}

.footer .fot .contents .erweimas .erweima {
  margin-left: 33px;
}

.footer .fot .contents .erweimas .erweima img {
  width: 72.81px;
  margin-bottom: 6px;
  height: 72.81px;
}

.footer .fot .contents .erweimas .erweima span {
  font-size: 12px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

.flex {
  display: flex;
}

.guanggao {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.rights {
  margin-top: 20px;
  width: 330px;
}

.rights .searchh {
  background-color: #fff;
  box-shadow: 0 5px 30px 0 #bf35301a;
  padding: 20px;
}

.rights .searchh .title {
  font-size: 15.84px;
  color: #000000;
}

.rights .searchh .inputs {
  width: 100%;
  height: 41px;
  border-radius: 5px 5px 5px 5px;
  align-items: center;
  background: #f7f7f7;
  margin-top: 17px;
  display: flex;
}

.rights .searchh .inputs input {
  border-radius: 5px 5px 5px 5px;
  background: #f7f7f7;
  flex: 1;
  border: none;
  outline-style: none;
  height: 34.16px;
  padding: 10px;
  box-sizing: border-box;
}

.rights .searchh .inputs .img {
  width: 55.82px;
  height: 34.16px;
  border-radius: 5px 5px 5px 5px;
  background: #e60100;
  text-align: center;
  padding-top: 4px;
}

.rights .searchh .inputs .img img {
  width: 25.82px;
  height: 27.82px;
  border-radius: 5px 5px 5px 5px;
  background: #e60100;
}

.rights .yes:nth-child(2n-1) .zhiding .top .left span {
  background-color: #f3a40f;
}

.rights .yes .zhiding {
  margin: 30px 0;
  width: 100%;
}

.rights .yes .zhiding .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rights .yes .zhiding .top .left {
  font-size: 16.32px;
  display: flex;
  width: auto;
  color: #000000;
}

.rights .yes .zhiding .top .left span {
  width: 22px;
  height: 22px;
  border-radius: 5px 5px 5px 5px;
  background: #e43605;
  display: block;
  line-height: 22px;
  text-align: center;
  margin-right: 11px;
  font-size: 13.36px;
  color: #FFFFFF;
}

.rights .yes .zhiding .top .right {
  font-size: 12.88px;
  color: #808080;
  cursor: pointer;
  margin-top: 0;
  text-align: right;
}

.rights .yes .zhiding .bot {
  height: 418px;
}

.rights .yes .zhiding .bot .list {
  margin-top: 22px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.rights .yes .zhiding .bot .list span {
  font-size: 17px;
  display: block;
  color: #808080;
  margin-right: 19px;
}

.rights .yes .zhiding .bot .list:first-child span {
  color: #E43605;
}

.rights .yes .zhiding .bot .list:nth-child(2) span {
  color: #E45405;
}

.rights .yes .zhiding .bot .list:nth-child(3) span {
  color: #F3A000;
}

.rights .yes .zhiding .bot .list .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.rights .yes .guanggaa {
  width: 100%;
}

.rights .yes .guanggaa img {
  width: 100%;
  height: auto;
}

textarea {
  resize: none;
  resize: none;
  /* 去除选中后的边框 */
  outline: none;
}

a {
  text-decoration: none;
  color: #000000;
}
