html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
body {
  font-family: '微软雅黑';
  font-size: 14px;
  background: #f5f5f5;
}
html {
  width: 100%;
}
.indexwrap {
  max-width: 530px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
.indexbody {
  width: 100%;
  background: url(../images/pattern.png);
  box-sizing: border-box;
}
.indexhead {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.indexhead h1 {
  display: block;
  font-size: 30px;
  font-weight: normal;
}
.indexhead span {
  display: block;
  font-size: 20px;
  color: #fff;
  background: #0092ff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 10px;
}
.indext {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6c757d;
  font-size: 16px;
  padding: 15px;
  margin: 6px auto;
  border-radius: 6px;
  border: 1px solid #0092ff;
  box-sizing: border-box;
}
.indext li {
  width: 100%;
  padding: 10px 0;
}
.indext a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #0092ff;
  margin: 0 auto;
}
.indext span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0092ff;
}
.indext span img {
  display: block;
  width: 20px;
  height: 20px;
}
.indext p {
  font-size: 18px;
  font-weight: bold;
  color: #0092ff;
}
.indext i {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  background: #0092ff;
}
.indexc {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6c757d;
  font-size: 16px;
  padding: 15px;
  margin: 6px 0;
  border-radius: 6px;
  border: 1px solid #0092ff;
  box-sizing: border-box;
}
.indexb {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6c757d;
  font-size: 16px;
  padding: 15px;
  margin: 6px 0;
  border-radius: 6px;
  border: 1px solid #0092ff;
  box-sizing: border-box;
}
.loginwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.login {
  width: 400px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.closelogin {
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  right: 10px;
  top: 10px;
}
.loginh1 {
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  margin-top: 10px;
}
.loginp {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.logintab {
  display: flex;
  align-items: center;
  width: 340px;
  padding: 6px 8px;
  background: #f5f5f5;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 10px auto 0;
}
.logintab span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 50%;
  font-size: 16px;
  line-height: 36px;
  border-radius: 3px;
  cursor: pointer;
}
.logintab .active {
  color: #0092ff;
  background: #fff;
}
.logininp {
  width: 400px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.logininp li {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 340px;
  margin: 20px auto 0;
}
.logininp li span {
  width: 5em;
  font-size: 16px;
  text-align: right;
}
.logininp li input {
  width: 340px;
  height: 44px;
  font-size: 15px;
  font-family: 微软雅黑;
  padding: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
}
.logininp li a {
  color: #0092ff;
  font-size: 15px;
}
.logininp li button {
  width: 300px;
  height: 44px;
  font-size: 18px;
  background: #0092ff;
  border: none;
  border-radius: 40px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.forget {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.forgetinp {
  width: 100%;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 20px;
}
.forgetinphead {
  display: flex;
  align-items: center;
  height: 48px;
  color: #666;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.forgetprogress {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 10px;
}
.forgetprogress li {
  display: flex;
  align-items: center;
  flex: 1;
  height: 48px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 40px;
}
.forgetprogress li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #666;
  background: #fff;
  border-radius: 100%;
  margin-left: 10px;
}
.forgetprogress li p {
  font-size: 20px;
  color: #666;
  margin-left: 10px;
}
.forgetprogress .active {
  background: #0092ff;
}
.forgetprogress .active span {
  color: #0092ff;
}
.forgetprogress .active p {
  color: #fff;
}
.forgetprogress li:last-child {
  margin: 0;
}
.forgetinps {
  padding-bottom: 50px;
}
.forgetinps li {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 440px;
  overflow: hidden;
  margin: 20px auto 0;
}
.forgetinps li span {
  width: 6.5em;
  font-size: 16px;
  text-align: right;
}
.forgetinps li p {
  font-size: 20px;
}
.forgetinps li input {
  width: 340px;
  height: 44px;
  font-size: 15px;
  font-family: 微软雅黑;
  padding: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
}
.forgetinps li a {
  border: 1px solid #eee;
}
.forgetinps li a img {
  display: block;
  width: 100px;
  height: 40px;
}
.forgetinps li button {
  width: 300px;
  height: 44px;
  font-size: 18px;
  background: #0092ff;
  border: none;
  border-radius: 40px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.header {
  display: block;
  width: 100%;
  background: #19295C;
  background: linear-gradient(to bottom, #19295C, #202329);
  position: fixed;
  left: 0;
  top: 0;
}
.headerbottom {
  width: 100%;
  height: 72px;
}
.headercon {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 72px;
  font-size: 16px;
  margin: 0 auto;
}
.logo {
  display: block;
}
.logo img {
  display: block;
  height: 48px;
}
.cityben {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.cityben img {
  display: block;
  width: 16px;
  height: 16px;
}
.cityben span {
  font-size: 16px;
  color: #0092ff;
  margin-left: 5px;
}
.cityben a {
  font-size: 16px;
  color: #fff;
  margin-left: 3px;
}
.nav {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.nav a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 72px;
  padding: 0 20px;
}
.nav a:hover {
  color: #0092ff;
  background: linear-gradient(to bottom, #135283, #20232B);
}
.nav .active {
  background: linear-gradient(to bottom, #135283, #20232B);
}
.nav .active a {
  color: #0092ff;
}
.iwant {
  margin-left: auto;
}
.iwant a {
  color: #fff;
  margin-right: 20px;
}
.loginbtn {
  font-size: 16px;
  color: #0092ff;
  border: 1px solid #0092ff;
  padding: 5px 10px;
  border-radius: 3px;
}
.ad {
  width: 100%;
  overflow: hidden;
}
.ad img {
  display: block;
  width: 100%;
  height: 100px;
}
.search {
  width: 900px;
  margin: 20px auto 0;
}
.search div {
  display: flex;
  align-items: center;
  background: #0092ff;
  border-radius: 6px;
  border: 4px solid #0092ff;
  box-sizing: border-box;
  margin-top: 25px;
}
.search div input {
  display: block;
  width: 800px;
  height: 50px;
  font-size: 20px;
  text-indent: 10px;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 0;
}
.search div button {
  width: 92px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
}
.search dl {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 16px;
}
.search dl dt {
  margin-top: 10px;
}
.search dl dd {
  margin-top: 10px;
  margin-right: 10px;
}
.search dl dd a {
  color: #0092ff;
}
.adlist {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 40px auto 0;
}
.adlist div {
  width: 398px;
  margin-right: 6px;
}
.adlist div a {
  display: block;
  margin-bottom: 6px;
}
.adlist div a img {
  display: block;
  width: 100%;
  height: 112px;
}
.adlist div .big img {
  height: 230px;
}
.adlist div:last-child {
  margin-right: 0;
}
.adlists {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.adlists li {
  margin-bottom: 6px;
}
.adlists a {
  display: block;
}
.adlists img {
  display: block;
  width: 1200px;
  height: 80px;
}
.area {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 40px auto 0;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 30px 30px;
  overflow: hidden;
}
.area dt {
  line-height: 26px;
  margin-top: 10px;
}
.area dd {
  margin: 10px 10px 0 0;
}
.area a {
  display: block;
  color: #999;
  line-height: 18px;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 3px 12px;
}
.area .active {
  color: #fff;
  background: #0092ff;
  border: 1px solid #0092ff;
}
.recommend {
  width: 1200px;
  margin: 40px auto 0;
}
.recommendtitle {
  font-size: 36px;
  color: #333;
  line-height: 80px;
  font-weight: normal;
  text-align: center;
}
.list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.list li {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  margin: 15px 15px 0 0;
  overflow: hidden;
}
.list li a {
  display: block;
  color: #333;
}
.list li a:hover h4 {
  color: #0092ff;
}
.list li:nth-child(3n) {
  margin-right: 0;
}
.listt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 15px 15px;
}
.listt h4 {
  font-weight: normal;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}
.listt span {
  color: #0092ff;
  white-space: nowrap;
  margin-left: 10px;
}
.listtag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 22px;
  margin: 0 15px 20px;
  overflow: hidden;
}
.listtag span {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  padding: 3px 8px;
  background: #f0f0f0;
  margin-right: 6px;
}
.listcom {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  line-height: 3em;
  background: linear-gradient(to right, #ECF8FF, #fff);
  padding: 0 15px;
}
.listcom img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 10px;
}
.listcom span {
  color: #999;
  margin-left: auto;
}
.more {
  display: block;
  width: 200px;
  height: 40px;
  font-size: 16px;
  color: #0092ff;
  line-height: 40px;
  text-align: center;
  background: #E0F3FF;
  border-radius: 5px;
  margin: 30px auto 0;
}
.lists {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.lists li {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  margin: 15px 15px 0 0;
  overflow: hidden;
}
.lists li a {
  display: block;
  color: #333;
}
.lists li a:hover h4 {
  color: #0092ff;
}
.lists li:nth-child(3n) {
  margin-right: 0;
}
.lists dd {
  border-bottom: 1px dashed #ddd;
}
.comhead a {
  display: block;
  padding: 15px;
  background: linear-gradient(to left, #ECF8FF, #fff);
}
.comhead h4 {
  font-size: 16px;
  font-weight: normal;
}
.comhead div {
  display: flex;
  margin-top: 8px;
}
.comhead div span {
  font-size: 12px;
  color: #0092ff;
  border: 1px solid #0092ff;
  padding: 1px 6px;
  border-radius: 3px;
}
.comhead a:hover h4 {
  color: #0092ff;
}
.commore {
  display: block;
  width: 150px;
  height: 36px;
  font-size: 14px;
  color: #0092ff !important;
  line-height: 34px;
  text-align: center;
  border: 1px solid #0092ff;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 20px auto 20px;
}
.commore:hover {
  color: #fff !important;
  background: #0092ff;
}
.citywrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.citywrap .city {
  width: 880px;
  height: calc(100% - 120px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.citywrap .close {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cityhead {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 15px 20px;
  background: linear-gradient(to bottom, #D3EEFF, #F2FAFF);
  box-sizing: border-box;
}
.filter {
  display: flex;
  align-items: center;
}
.filter .select {
  width: 120px;
  height: 36px;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}
.filter .select span {
  display: flex;
  align-items: center;
  width: 120px;
  height: 36px;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.filter .select i {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/select.png);
  background-size: 12px 12px;
  position: absolute;
  right: 8px;
  top: 12px;
}
.filter .select div {
  display: none;
  width: 100%;
  padding-top: 3px;
  overflow: hidden;
  box-shadow: 0 6px 6px 6px #fafafa;
  position: absolute;
  left: 0;
  top: 36px;
}
.filter .select ul {
  width: 100%;
  height: 240px;
  background: #fff;
  overflow-y: auto;
  padding: 4px 4px 4px 4px;
}
.filter .select li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  cursor: pointer;
}
.filter .select li:hover {
  background: #F5F6FA;
}
.filter .select:hover div {
  display: block;
}
.filter .select:hover i {
  background: url(../images/selectup.png);
  background-size: 12px 12px;
}
.filtersub {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 30px;
}
.citysearch {
  display: flex;
  align-items: center;
  width: 200px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.citysearch input {
  width: 164px;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.citysearch button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
.citysearch button img {
  display: block;
  width: 16px;
  height: 16px;
}
.citysearch div {
  display: none;
  width: 100%;
  padding-top: 3px;
  overflow: hidden;
  box-shadow: 0 6px 6px 6px #fafafa;
  position: absolute;
  left: 0;
  top: 36px;
}
.citysearch ul {
  width: 200px;
  height: 240px;
  background: #fff;
  overflow-y: auto;
  padding: 4px 4px 4px 4px;
}
.citysearch li {
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-indent: 10px;
  cursor: pointer;
}
.citysearch li:hover {
  background: #F5F6FA;
}
.citysearch input:focus {
  color: red;
}
.citysearch input:focus + div {
  display: block;
}
.hotcity {
  padding: 0 20px;
}
.hotcity .hotcityhead {
  font-size: 16px;
  line-height: 48px;
}
.hotcity ul {
  display: flex;
  flex-wrap: wrap;
}
.hotcity li {
  width: 75px;
  height: 32px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hotcity li:nth-child(10n) {
  margin-right: 0;
}
.hotcity a {
  display: block;
  width: 76px;
  height: 32px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 32px;
}
.hotcity a:hover {
  color: #0092ff;
  background: #E0F3FF;
}
.alphabet {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 10px 20px 20px;
}
.alphabet dt {
  font-size: 16px;
  line-height: 26px;
}
.alphabet dd {
  margin-left: 8px;
}
.alphabet a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
}
.alphabet a:hover {
  color: #0092ff;
  background: #E0F3FF;
}
.citylist {
  width: 100%;
  height: calc(100% - 280px);
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
.citylist li {
  display: flex;
  width: 100%;
  height: 44px;
  border-left: 6px solid #999;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
}
.citylist span {
  display: block;
  width: 50px;
  font-size: 24px;
  color: #999;
  line-height: 44px;
  text-align: center;
  margin-right: 8px;
}
.citylist .citylistcon {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.citylist .citylistcon a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  margin-right: 20px;
}
.citylist .citylistcon a:hover {
  color: #0092ff;
}
.citylist li:hover {
  background: #f5f6fa;
  border-left: 6px solid #0092ff;
}
.citylist li:hover span {
  color: #0092ff;
}
.citylist .all {
  font-size: 14px;
  color: #999;
  line-height: 44px;
  padding-right: 26px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.citylist .all i {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/select.png);
  background-size: 12px 12px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.citylist .all:hover {
  color: #0092ff;
}
.citylist .all:hover i {
  background: url(../images/selecton.png);
  background-size: 12px 12px;
}
.citylist .active {
  display: none;
  font-size: 14px;
  color: #999;
  line-height: 44px;
  padding-right: 26px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.citylist .active i {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/selectup.png);
  background-size: 12px 12px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.citylist .active:hover {
  color: #0092ff;
}
.citylist .active:hover i {
  background: url(../images/selectupon.png);
  background-size: 12px 12px;
}
.listfilter {
  display: block;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.listfilter div {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 15px;
}
.listfilter span {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}
.listfilter ul {
  display: flex;
  flex-wrap: wrap;
}
.listfilter li {
  margin-right: 20px;
}
.listfilter li a {
  color: #333;
}
.listfilter .active a {
  color: #0092ff;
}
.sheader {
  width: 100%;
  background: #202329;
}
.sheadercon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0 15px;
  overflow: hidden;
}
.ssearch {
  display: flex;
  align-items: center;
  width: 390px;
  height: 32px;
  background: #fff;
  border-radius: 44px;
  border: 1px solid #0092ff;
  overflow: hidden;
}
.ssearch img {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 18px;
}
.ssearch input {
  width: 255px;
  height: 44px;
  font-size: 16px;
  padding: 0;
  border: none;
  outline: none;
  margin-left: 15px;
}
.ssearch button {
  width: 84px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  padding: 0;
  background: #0092ff;
  border-radius: 38px;
  border: none;
}
.listwrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 20px auto 0;
  overflow: hidden;
}
.listleft {
  width: 800px;
}
.listleft li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.listleft em {
  font-style: normal;
  background: #fff;
  padding: 20px 35px 3px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  background: #0092ff;
  transform: rotate(-30deg);
  position: absolute;
  left: -33px;
  top: -14px;
}
.listright {
  width: 380px;
}
.listsend {
  width: 100%;
  height: 200px;
  padding: 20px;
  background: linear-gradient(to bottom, #D3EEFF, #F2FAFF);
  border-radius: 10px;
  box-sizing: border-box;
}
.listrecommend .list li {
  margin-right: 0;
}
.listsend p {
  font-size: 16px;
  line-height: 2em;
}
.listsend div {
  margin-top: 20px;
}
.listsend div a {
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 5px;
  margin: 0 auto;
}
.content {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  margin: 20px auto 0;
}
.left {
  width: 380px;
}
.left li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.left li a {
  color: #333;
}
.left li:hover h4 {
  color: #0092ff;
}
.left .active {
  border: 2px solid #0092ff;
}
.right {
  width: 800px;
  margin-left: auto;
}
.details {
  background: #fff;
  border-radius: 10px;
}
.detailshead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 25px;
  box-shadow: 0 0 10px 10px #f5f5f5;
}
.detailsheadl div {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 40px;
}
.detailsheadl div h3 {
  margin-right: 30px;
}
.detailsheadl div span {
  font-size: 24px;
  color: #0092ff;
}
.detailsheadl p {
  font-size: 16px;
  color: #999;
}
.detailsheadr {
  display: flex;
  align-items: center;
}
.detailsheadr a {
  width: 100px;
  height: 28px;
  color: #0092ff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #0092ff;
  border-radius: 6px;
  margin-left: 10px;
}
.detailscon {
  padding: 20px 25px;
}
.detailstag {
  display: block;
}
.detailstag h4 {
  font-size: 16px;
  line-height: 40px;
}
.detailstag div {
  display: flex;
  flex-wrap: wrap;
}
.detailstag div span {
  font-size: 14px;
  color: #999;
  border-radius: 3px;
  padding: 5px 11px;
  background: #f5f6fa;
  margin: 0 10px 10px 0;
}
.detailsmsg {
  border: 1px solid #EBEBEB;
  margin: 10px 0;
}
.detailsmsg li {
  display: flex;
  font-size: 15px;
}
.detailsmsg li span {
  display: block;
  width: 100px;
  line-height: 48px;
  text-indent: 20px;
  border-right: 1px solid #f0f0f0;
}
.detailsmsg li p {
  flex: 1;
  line-height: 28px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.detailsmsg li a {
  color: #0092ff;
  text-decoration: underline;
}
.detailsmsg li:nth-child(2n) {
  background: #EBEBEB;
}
.detailstext {
  margin-top: 20px;
  font-size: 16px;
}
.detailstext p {
  font-size: 16px;
  line-height: 2em;
}
.detailsimg {
  display: flex;
  flex-wrap: wrap;
}
.detailsimg img {
  display: block;
  width: 150px;
  margin: 20px 20px 0 0;
}
.person {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
}
.personavatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}
.personavatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.personname {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
}
.personname em {
  height: 16px;
}
.personname img {
  display: block;
  height: 16px;
  margin-left: 6px;
}
.personname span {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.persontime {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.detailssend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}
.detailssend a {
  display: block;
  width: 100px;
  height: 32px;
  font-size: 14px;
  color: #0092ff;
  line-height: 32px;
  text-align: center;
  border: 1px solid #0092ff;
  border-radius: 4px;
  margin: 0 10px;
}
.detailssend a:hover {
  color: #fff;
  background: #0092ff;
}
.reportbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.reportbtn a {
  color: #666;
}
.reportbtn a:hover {
  color: #0092ff;
}
.help {
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}
.helptitle {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.helptext {
  margin-top: 20px;
  font-size: 14px;
}
.reportwarp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.report {
  width: 700px;
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 20px;
  position: relative;
}
.report .closereport {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.report h5 {
  font-size: 18px;
  line-height: 64px;
  font-weight: normal;
}
.report textarea {
  display: block;
  width: 100%;
  height: 250px;
  resize: none;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 1.5em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
}
.report button {
  display: block;
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  background: #0092ff;
  border: none;
  outline: none;
  margin: 20px auto 0;
}
.paytipwarp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.paytip {
  width: 400px;
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 20px;
  position: relative;
}
.paytip .closepaytip {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.paytip h5 {
  font-size: 18px;
  line-height: 48px;
  font-weight: normal;
}
.paytip p {
  font-size: 16px;
  color: #999;
}
.paytip p i {
  font-size: 24px;
  font-weight: bold;
  color: #0092ff;
  margin-right: 10px;
}
.paytip div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.paytip div a {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 5px;
  margin: 0 10px;
}
.paytip div .closepay {
  color: #999;
  border: 1px solid #ddd;
}
.release {
  width: 1200px;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 0;
}
.releasehead {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}
.releasehead img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.inp {
  margin-top: 10px;
}
.inp .inpt {
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.inp select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.inp input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.inp .addtagcheck {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.inp .addtagcheck ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inp .addtagcheck li {
  font-size: 14px;
  color: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 4px;
  padding: 2px 6px;
  margin-top: 6px;
  margin-right: 6px;
}
.inp .addtaglist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inp .addtaglist li {
  font-size: 14px;
  color: #666;
  padding: 5px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.inp .addtaglist li input[type="checkbox"] {
  display: none;
}
.inp .addtaglist .active {
  color: #0092ff;
  border: 1px solid #0092ff;
}
.inp .addtaglist .addtags {
  display: flex;
  border: none;
  padding: 0;
}
.inp .addtaglist .addtags input {
  display: block;
  width: 150px;
  height: 31px;
  font-size: 14px;
}
.inp .addtaglist .addtags button {
  width: 50px;
  font-size: 14px;
  color: #fff;
  background: #0092ff;
  border-radius: 4px;
  border: none;
  outline: none;
  margin-left: 4px;
}
.inp textarea {
  display: block;
  width: 100%;
  height: 400px;
  font-size: 16px;
  resize: none;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.inp .addimglist {
  display: flex;
  flex-wrap: wrap;
}
.inp .addimglist li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0 20px 20px 0;
  position: relative;
}
.inp .addimglist li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.inp .addimglist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -8px;
}
.inp .addimglist li a img {
  display: block;
  width: 12px;
  height: 12px;
}
.inp .addimglist .addimg {
  display: block;
  border: 1px solid #0092ff;
  overflow: hidden;
  position: relative;
}
.inp .addimglist .addimg img {
  display: block;
  margin: 20px auto 0;
}
.inp .addimglist .addimg span {
  display: block;
  font-size: 16px;
  color: #0092ff;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.inp .addimglist .addimg input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.submit button {
  width: 150px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0092ff;
  border: none;
  outline: none;
  border-radius: 4px;
}
/******************个人中心******************/
.center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 20px auto 0;
  overflow: hidden;
}
.centerleft {
  width: 280px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.centerleft dt a {
  display: block;
  width: 100%;
  height: 80px;
  font-weight: bold;
  font-size: 28px;
  color: #0092ff;
  line-height: 80px;
  text-align: center;
}
.centerleft dd a {
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  border-top: 1px solid #eee;
  background: url(../images/next.png) no-repeat 250px center;
  background-size: 16px 16px;
}
.centerleft dd a img {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 20px 0 20px;
}
.centerleft dd a .on {
  display: none;
}
.centerleft .active a {
  color: #0092ff;
  background: url(../images/nexton.png) no-repeat 250px center;
  background-size: 16px 16px;
}
.centerleft .active a .off {
  display: none;
}
.centerleft .active a .on {
  display: block;
}
.centerright {
  width: 900px;
}
.centerhead {
  width: 100%;
  padding: 25px 20px;
  background: #fff;
  background: linear-gradient(to right, #135283, #0776ca);
  border-radius: 10px;
  box-sizing: border-box;
}
.centermsg {
  display: flex;
  align-items: center;
}
.centermsg .avatar {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.centermsg .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.centermsg .avatar span {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.centermsg .avatar input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.centermsg .avatar:hover span {
  display: flex;
}
.centermsg .centermsgname {
  display: flex;
  align-items: center;
}
.centermsg .centermsgname span {
  display: block;
  font-size: 28px;
  color: #fff;
  line-height: 32px;
}
.centermsg .centermsgname input {
  display: none;
  height: 32px;
  font-size: 16px;
  text-indent: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.centermsg .centermsgname a {
  display: flex;
  align-items: center;
  height: 24px;
  margin-left: 16px;
  overflow: hidden;
}
.centermsg .centermsgname .changename {
  height: 16px;
}
.centermsg .centermsgname img {
  height: 100%;
}
.centermsg .centermsgname i {
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  line-height: 24px;
  margin-left: 10px;
}
.centermsg .centermsgid {
  margin-top: 10px;
}
.centermsg .centermsgid p {
  font-size: 16px;
  color: #FFF;
}
.centermsg .centermsgmoney {
  margin-left: auto;
}
.centermsg .centermsgmoney .centermsgnum {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.centermsg .centermsgmoney .centermsgnum span {
  font-size: 24px;
}
.centermsg .centermsgmoney .centermsgbtn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.centermsg .centermsgmoney .centermsgbtn a {
  display: block;
  width: 100px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.centernum {
  display: flex;
  margin-top: 40px;
}
.centernum ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.centernum span {
  font-size: 28px;
  color: #fff;
}
.centernum li {
  border-right: 1px solid #fff;
}
.centernum li:last-child {
  border: none;
}
.centernum a {
  display: block;
  width: 200px;
  color: #fff;
  text-align: center;
}
.promotion {
  width: 100%;
  padding: 5px 20px 0;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 20px auto;
}
.promotion h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}
.promotion .promotiondata {
  font-size: 16px;
  line-height: 1.6em;
  padding: 10px 0;
}
.promotion .promotiondata div {
  padding: 5px 0;
}
.promotion .promotiondata p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.promotion .promotiondata p span {
  color: #0092ff;
}
.promotion .promotiondata p a {
  display: block;
  width: 50px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #0092ff;
  text-align: center;
  border: 1px solid #0092ff;
  border-radius: 24px;
  margin-left: 20px;
}
.mypart {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px 20px 10px;
  margin-bottom: 20px;
}
.mypart h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}
.centerlists li {
  border-bottom: 1px dashed #ddd;
}
.centerlists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
}
.centerlists li a:hover p {
  color: #0092ff;
}
.centerlists li p {
  color: #333;
}
.centerlists li span {
  font-size: 14px;
  color: #999;
}
.centerlists li:nth-child(2n) {
  background: #f5f6fa;
}
.centerlists li:last-child {
  border: none;
}
.centerlists .operation {
  display: flex;
  justify-content: flex-end;
  height: 16px;
  padding-bottom: 10px;
}
.centerlists .operation a {
  display: inline;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 0 10px;
}
.centerlists .operation .edit {
  color: #0a7a00;
}
.centerlists .operation .blue {
  color: #0092ff;
}
.centerlists .operation .del {
  color: #961212;
}
.rights {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 20px 0 10px;
}
.rights tr:nth-child(2n) {
  background: #f5f6fa;
}
.rights th {
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
  border: 1px solid #ddd;
}
.rights td {
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.rights td:nth-child(2) {
  color: #0092ff;
}
.vipdes {
  font-size: 14px;
  color: #0092ff;
}
.paypart {
  padding: 10px;
  background: #f5f5f5;
  margin-top: 10px;
}
.payparttab {
  display: flex;
  align-items: center;
}
.payparttab span {
  display: block;
  width: 25%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.payparttab .active {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 3px 3px #eee;
}
.payparttimes p {
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
}
.payparttimes div {
  display: flex;
  align-items: center;
}
.payparttimes a {
  display: block;
  font-size: 14px;
  color: #0092ff;
  padding: 5px 10px;
  border: 1px solid #0092ff;
  border-radius: 5px;
  margin-right: 10px;
}
.vipdesc {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 2em;
  padding: 10px 0;
  overflow: hidden;
}
.vipdesc .dif {
  color: #0092ff;
}
.vipdesc span {
  font-weight: bold;
}
.vipdesc .contact {
  display: block;
  width: 150px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: #0092ff;
  border-radius: 4px;
}
.vipdesc1 {
  margin-top: 20px;
}
.vipdesc1 em {
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.vipdesc1 p {
  font-size: 14px;
  color: #999;
  line-height: 2em;
}
.vipfailure {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.vipfailure dl {
  color: #0092ff;
  line-height: 2em;
  padding: 10px;
  border: 1px solid #0092ff;
  background: #bbdffa;
  border-radius: 5px;
}
.vipfailure dt {
  font-size: 15px;
  font-weight: bold;
}
.vipfailure dd {
  font-size: 15px;
}
.vipfailure dd span {
  font-weight: bold;
}
.changepassword {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.changepassword li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.changepassword li span {
  width: 6em;
  font-size: 16px;
  text-align: right;
}
.changepassword li input {
  width: 300px;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.changepassword li button {
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0092ff;
  border-radius: 5px;
  outline: none;
  border: none;
  margin: 20px 0;
}
.myletterdetail {
  padding: 20px;
  border-bottom: 1px dashed #eee;
}
.myletterdetail h1 {
  font-size: 28px;
  color: #333;
  text-align: center;
}
.myletterdetail p {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.myletterdetail p span {
  margin: 0 20px;
}
.myletterdetails {
  padding: 20px;
  font-size: 16px;
  line-height: 2em;
}
.balance {
  display: block;
  font-size: 18px;
  line-height: 60px;
}
.balance i {
  font-size: 28px;
  font-weight: bold;
  color: #0092ff;
  margin: 0 5px;
}
.topup ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 0 40px 40px;
}
.topup ul li {
  display: block;
  width: 180px;
  height: 180px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  margin: 20px 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.topup ul li p {
  display: block;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
}
.topup ul li p i {
  font-size: 16px;
  font-style: normal;
}
.topup ul li em {
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #999;
  text-align: center;
}
.topup ul li span {
  display: block;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-top: 2px solid #eee;
  margin: 10px auto 0;
}
.topup ul li:nth-child(4n) {
  margin-right: 0;
}
.topup ul .active {
  background: #d0ebff;
  border: 1px solid #0092ff;
}
.topup ul .active p {
  color: #0092ff;
}
.topup ul .active em {
  color: #0092ff;
}
.topup ul .active span {
  color: #0092ff;
  border-top: 2px solid #0092ff;
}
.topupbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.topupbtn button {
  width: 150px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0092ff;
  border-radius: 5px;
  border: none;
  outline: none;
}
.usecardwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
}
.usecard {
  width: 520px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.usecard h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.usecard .balance {
  padding: 0 20px;
}
.closeusecard {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.radio {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
}
.radio span {
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
  margin-right: 10px;
}
.radio .radioitems {
  display: flex;
  flex-wrap: wrap;
}
.radio .radioitems li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 32px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.radio .radioitems li input {
  display: none;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 6px;
}
.radio .radioitems .active {
  color: #0092ff;
  border: 1px solid #0092ff;
}
.radio .radiocolor {
  display: flex;
}
.radio .radiocolor li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
.radio .radiocolor li span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
}
.radio .radiocolor li input {
  display: none;
}
.radio .radiocolor .active {
  color: #0092ff;
  border: 2px solid #0092ff;
}
.paynum {
  width: 100%;
  color: #999;
  text-align: center;
}
.needknow {
  display: block;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.tonggao {
  margin: 20px 0;
}
.knowbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.knowbtn a {
  width: 500px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #0092ff;
}
.knowbtn .needread {
  background: #74bff8;
}
.knowbtn .ireaded {
  display: none;
}
.helppage {
  width: 1200px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}
.helppage ul {
  border-top: 1px solid #eee;
}
.helppage li {
  height: 60px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.helppage li .helphead {
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
  background: url(../images/select.png) no-repeat 1110px center;
}
.helppage li .helphead h3 {
  font-size: 18px;
  font-weight: normal;
}
.helppage li .helphead:hover {
  background: url(../images/selecton.png) no-repeat 1110px center;
}
.helppage li .helphead:hover h3 {
  color: #0092ff;
}
.helppage li .helpanswer p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}
.helppage li .helpdesc {
  padding: 0 0 20px;
}
.helppage li .helpdesc p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}
.helppage li .helpdesc p:first-child {
  margin-top: 10px;
}
.helppage .active {
  height: auto;
}
.helppage .active .helphead {
  background: url(../images/selectup.png) no-repeat 1110px center;
}
.helppage .active .helphead:hover {
  background: url(../images/selectupon.png) no-repeat 1110px center;
}
.helppage .active .helphead:hover h3 {
  color: #0092ff;
}
.introduction {
  width: 1200px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}
.introduction h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 66px;
}
.introduction div {
  display: block;
  font-size: 16px;
  line-height: 2em;
  border: 1px solid #ddd;
  border-left: 5px solid #0092ff;
  border-radius: 5px;
  padding: 15px 20px;
}
.rightbtn {
  position: fixed;
  right: 0;
  top: 400px;
  background: #fff;
}
.rightbtn li {
  border: 1px solid #ddd;
}
.rightbtn li a {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.rightbtn li img {
  display: block;
  width: 40px;
  margin: 10px auto 0;
}
.rightbtn li .off {
  display: block;
}
.rightbtn li .on {
  display: none;
}
.rightbtn li span {
  display: block;
  color: #999;
  line-height: 32px;
  text-align: center;
}
.rightbtn li:hover {
  border: 1px solid #0092ff;
}
.rightbtn li:hover .off {
  display: none;
}
.rightbtn li:hover .on {
  display: block;
}
.rightbtn li:hover span {
  color: #0092ff;
}
.single {
  width: 1200px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}
.singlehead {
  border-bottom: 1px solid #ddd;
}
.singlehead h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}
.singlehead p {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 10px 0;
}
.singlecontent {
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 0;
}
.openpaypartwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
}
.openpaypart {
  width: 560px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.openpaypart h3 {
  font-size: 20px;
  font-weight: normal;
  color: #999;
  line-height: 48px;
  text-indent: 20px;
  border-bottom: 1px solid #ddd;
}
.paypartclose {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.openpaynum {
  font-size: 14px;
  line-height: 32px;
  padding: 10px 20px 0;
}
.openpaynum span {
  font-size: 24px;
  font-weight: bold;
  color: #0092ff;
  margin: 0 5px;
}
.openpaylist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.openpaylist li {
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.openpaylist li p {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
}
.openpaylist li p i {
  font-size: 12px;
  font-style: normal;
}
.openpaylist li em {
  display: block;
  font-size: 12px;
  color: #999;
  font-style: normal;
  line-height: 20px;
  text-align: center;
}
.openpaylist li span {
  display: block;
  width: 100px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin: 5px auto;
}
.openpaylist .active {
  border: 1px solid #0092ff;
}
.openpaylist .active p {
  color: #0092ff;
}
.openpaylist .active em {
  color: #0092ff;
}
.openpaylist .active span {
  border-top: 1px solid #0092ff;
  color: #0092ff;
}
.openpaylist li:nth-child(4n) {
  margin-right: 0;
}
.openpaylist a {
  display: block;
}
.openpaybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.openpaybtn a {
  width: 100px;
  height: 32px;
  font-size: 15px;
  color: #0092ff;
  line-height: 32px;
  text-align: center;
  border: 1px solid #0092ff;
  border-radius: 4px;
  margin: 0 10px;
}
.hotlist {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.hotlist h3 {
  font-size: 18px;
  font-weight: normal;
  color: #999;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.hotlist ul {
  padding: 10px 0;
}
.hotlist li {
  display: flex;
  align-items: center;
}
.hotlist li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  background: #999;
  border-radius: 2px;
  margin-right: 10px;
}
.hotlist li a {
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出显示省略号 */
}
.hotlist li:nth-child(1) i {
  background: #ff0000;
}
.hotlist li:nth-child(2) i {
  background: #ff3300;
}
.hotlist li:nth-child(3) i {
  background: #ff6600;
}
.listsearch {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.listsearch div {
  display: flex;
  align-items: center;
  border: 1px solid #0092ff;
  border-radius: 5px;
  overflow: hidden;
}
.listsearch input {
  display: block;
  flex: 1;
  font-size: 16px;
  text-indent: 10px;
  border: none;
  outline: none;
}
.listsearch button {
  display: block;
  width: 80px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0092ff;
  border: none;
}
.consearch {
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.consearch div {
  display: flex;
  align-items: center;
  border: 1px solid #0092ff;
  border-radius: 5px;
  overflow: hidden;
}
.consearch input {
  display: block;
  flex: 1;
  font-size: 16px;
  text-indent: 10px;
  border: none;
  outline: none;
}
.consearch button {
  display: block;
  width: 80px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0092ff;
  border: none;
}
.footer {
  display: block;
  background: #fff;
  margin: 20px 0 0;
}
.footer .footercon {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}
