/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  background: #eee;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
select,
input {
  font-size: 12px;
  vertical-align: middle;
  font-family: "微软雅黑";
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none;
}
textarea,
input,
button {
  outline: none;
  border-radius: 2px;
}
em {
  font-style: normal;
}
textarea::-webkit-scrollbar {
  width: 5px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
a:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.no {
  display: none;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
/* ie */
input:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
input[type="text"]:disabled {
  background-color: #fff;
}
@font-face {
  font-family: iconfont;
  src: url(iconfont.eot);
  src: url(iconfont.eot?#iefix) format('embedded-opentype'), url(iconfont.woff) format('woff'), url(iconfont.ttf) format('truetype'), url(iconfont.svg#iconfont) format('svg');
}
.iconfont {
  font-family: iconfont!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e600";
}
.icon-list:before {
  content: "\e601";
}
.icon-edit:before {
  content: "\e60a";
}
.icon-qq:before {
  content: "\e603";
}
.icon-eye:before {
  content: "\e604";
}
.icon-weibo:before {
  content: "\e605";
}
.icon-weixin:before {
  content: "\e606";
}
.icon-time:before {
  content: "\e607";
}
.icon-exit:before {
  content: "\e608";
}
.icon-return:before {
  content: "\e609";
}
.icon-fall:before {
  content: "\e60b";
}
.icon-rise:before {
  content: "\e60c";
}
.icon-tweibo-o:before {
  content: "\e60e";
}
.icon-weixin-o:before {
  content: "\e60f";
}
.icon-weibo-o:before {
  content: "\e615";
}
header {
  width: 100%;
  height: 70px;
  background: #313131;
  color: #fff;
  min-width: 1200px;
  position: fixed;
  top: 0;
  z-index: 2210;
}
header a {
  color: #fff;
}
header .head {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}
header .logo {
  float: left;
  width: 225px;
  padding-top: 21px;
}
header .logo div {
  width: 112px;
  height: 30px;
  background: url(../img/logo.png) no-repeat -128px;
  float: left;
}
header .logo p {
  float: left;
  padding-top: 15px;
}
header .headnav {
  float: left;
  height: 70px;
}
header .headnav a {
  position: relative;
  display: block;
  float: left;
  padding: 11px 29px 0 29px;
  line-height: 59px;
  font-size: 16px;
  margin-right: 2px;
  z-index: 1;
}
header .headnav a:hover {
  background: #cd3333;
  color: #fff;
}
header .headnav .headred {
  background: #cd3333;
  color: #fff;
}
header .headnav .hot {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 14px;
  padding: 3px 5px;
  line-height: 1;
  background-color: #f90;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header .headnav .hot:after {
  position: absolute;
  left: 45%;
  bottom: -3px;
  content: '';
  border: 3px solid transparent;
  border-left-color: #f90;
  border-bottom-color: #f90;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .cplogin {
  float: right;
  padding-top: 35px;
}
header .cplogin:hover {
  color: #fff;
}
header .user {
  float: right;
  width: 123px;
  height: 70px;
  position: relative;
  cursor: pointer;
}
header .user a:hover {
  color: #fff;
}
header .user p {
  line-height: 20px;
  padding: 33px 10px 0px 45px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .user p em {
  position: absolute;
  background: url(../img/user.jpg) no-repeat center center;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 30px;
  border-radius: 50%;
}
header .user p em img {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
header .user ul {
  position: absolute;
  top: 70px;
  background: #282828;
  width: 123px;
  padding-bottom: 10px;
  z-index: 1;
  display: none;
}
header .user ul li {
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
}
header .user ul li em {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: #f0f;
  position: relative;
  top: 4px;
  right: 9px;
  background: url(../img/heading.png) no-repeat 0 -38px;
  background-size: 100%;
}
header .user ul li:hover {
  background: #333;
  color: #fff;
}
header .user:hover {
  background: #282828;
}
header .user:hover ul {
  display: block;
}
header .information {
  float: right;
  height: 40px;
}
header .information a:hover {
  color: #fff;
}
header .information div {
  float: left;
  padding: 35px 19px 15px 19px;
}
header .information div em {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/heading.png) no-repeat;
  background-size: 100%;
}
header .information div:hover {
  border-bottom: 4px solid #cd3333;
}
header .information .linered {
  border-bottom: 4px solid #cd3333;
}
header .information .xin {
  position: relative;
}
header .information .xin em {
  background-position: 0 -18px;
}
header .information .xin span {
  background: #cd3333;
  position: absolute;
  left: 27px;
  top: 27px;
  border-radius: 5px;
  padding: 0 4px;
  line-height: 15px;
}
header .information .listmk {
  padding-top: 27px;
}
header .information .listmk em {
  height: 24px;
  background-position: 0 -57px;
}
section {
  width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90px;
}
.disnoply {
  background: #fff;
  text-align: center;
}
.innum {
  border: 1px solid #ddd;
  margin-top: 20px;
  background: #fff;
}
.innum .intop {
  height: 460px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.innum .intop h1 {
  width: 1200px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.innum .intop h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 1200px;
  text-align: center;
}
.innum .intop h2 span {
  margin-right: 30px;
}
.innum .intop h2 em {
  color: #cd3333;
  margin-left: 5px;
}
.innum .intop .conboxy {
  width: 1000px;
  height: 340px;
  position: absolute;
  top: 70px;
  left: 100px;
}
.innum .inbon {
  overflow: hidden;
  font-size: 14px;
}
.innum .inbon div {
  float: left;
  width: 398px;
  height: 320px;
}
.innum .inbon div:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.innum .inbon div h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  padding-top: 40px;
}
.innum .inbon .inimg {
  height: 170px;
  line-height: 170px;
  text-align: center;
}
.innum .inbon .inimg img {
  vertical-align: middle;
}
.innum .inone h2 {
  text-align: center;
}
.innum .inone h2 span {
  padding: 0 4px;
  color: #cd3333;
}
.innum .intwo ul {
  width: 232px;
  margin: 0 auto;
}
.innum .intwo ul li {
  width: 115px;
  float: left;
  line-height: 22px;
}
.innum .intwo ul li span {
  color: #cd3333;
  padding: 0 3px;
}
.innum .inthere h2 {
  text-align: center;
  line-height: 20px;
}
.innum .inthere h2 span {
  color: #cd3333;
  padding: 0 5px;
}
.gncc {
  position: relative;
  height: 30px;
  background: #c33;
  color: #fff;
  padding: 0 25px;
  line-height: 30px;
}
.gncc a {
  margin: 0 15px;
  color: #fff;
  text-decoration: underline;
}
.gncc em {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.banin {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  /*2018-01-31 zhangjunyao*/
}
.banin img {
  display: block;
}
.banin span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 5px;
  background: #395F62;
  color: #fff;
  font-size: 12px;
}
.banin .enroll {
  position: absolute;
  left: 744px;
  top: 51px;
  width: 160px;
  height: 35px;
  line-height: 35px;
  background-color: #e88d31;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 35px;
}
.banin .strategy {
  position: absolute;
  left: 938px;
  top: 51px;
  width: 160px;
  height: 35px;
  line-height: 35px;
  background-color: #52c7fd;
  font-size: 20px;
  color: #020552;
  text-align: center;
  border-radius: 35px;
}
.seven-no {
  padding: 40px;
  width: 1118px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.seven-no h1 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
}
.seven-no ul li {
  color: #656565;
  font-size: 14px;
  line-height: 30px;
}
.seven-no .sevent-rig {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 80px;
  top: 64px;
  background: url(../img/rgb.jpg) no-repeat;
}
.seven-no .sevent-rig2 {
  background: url(../img/rgb2.jpg) no-repeat;
}
.seven-no a {
  display: block;
  width: 720px;
}
.seven-no a:hover {
  color: #cd3333;
}
.seven-no p {
  width: 720px;
  border-bottom: 1px solid #ddd;
  line-height: 58px;
  font-size: 18px;
}
.seven-no p:nth-child(1) {
  border-top: 1px solid #ddd;
}
.seven-no p span {
  float: right;
  width: 7px;
  height: 14px;
  margin: 22px 17px 0 0;
  background: url(../img/rig.jpg) no-repeat;
}
.main-left {
  float: left;
}
.main-left li {
  line-height: 24px;
  padding: 10px 0 13px 18px;
  position: relative;
  color: #666;
  font-size: 16px;
}
.main-left li .numsize {
  font-size: 12px;
  background: #c33;
  color: #fff;
  line-height: 16px;
  padding: 0 4px;
  border-radius: 3px;
  position: relative;
  top: -5px;
  left: 4px;
}
.main-left li:hover span {
  position: absolute;
  width: 8px;
  height: 24px;
  left: 0;
  background: #cd3333;
  border-radius: 4px;
}
.main-left .left-win {
  font-weight: bolder;
}
.main-left .left-win span {
  position: absolute;
  width: 8px;
  height: 24px;
  left: 0;
  background: #cd3333;
  border-radius: 4px;
}
.main-leftss li em {
  position: relative;
  display: inline-block;
  font-size: 12px;
  background: #c33;
  color: #fff;
  line-height: 16px;
  border-radius: 3px;
  padding: 0px 5px;
  top: -8px;
}
.myjl {
  width: 175px;
  height: 77px;
  padding-top: 23px;
  border-left: 5px solid #fff;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  /*&:hover{
		border-left: 5px solid @red;
		p{
			color: #0ff;
		}
	}*/
}
.myjl div {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-position: 0 0;
}
.myjl p {
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
  color: #666;
}
.ixgbox .mylsy {
  border-left: 5px solid #cd3333;
}
.ixgbox .mylsy p {
  color: #cd3333;
}
.ixgbox .mylsy div {
  background-position: 0px 0px;
}
.ixgbox > div {
  width: 175px;
  height: 77px;
  padding-top: 23px;
  border-left: 5px solid #fff;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
}
.ixgbox > div div {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-position: -30px 0;
}
.ixgbox > div p {
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
  color: #666;
}
.ixgbox > div:hover {
  border-left: 5px solid #cd3333;
}
.ixgbox > div:hover div {
  background-position: 0px 0px;
}
.ixgbox > div:hover p {
  color: #cd3333;
}
.main-right {
  width: 1000px;
  float: right;
}
.example {
  width: 1118px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 40px 60px 40px;
}
.example h1 {
  line-height: 100px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.example .sam-text h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 50px;
}
.example .sam-text h3 {
  color: #666;
  line-height: 24px;
}
.example h4 {
  line-height: 100px;
  font-size: 18px;
}
.example h4 span {
  float: right;
  color: #cd3333;
  font-size: 12px;
}
.example .rnlist h5 {
  line-height: 90px;
  font-size: 18px;
  text-align: center;
}
.example .rnlist p {
  line-height: 24px;
  margin-bottom: 25px;
  color: #2F2F2F;
}
.bontext {
  text-align: center;
  line-height: 60px;
  color: #9B9B9B;
}
.bontext a {
  margin-left: 7px;
  text-decoration: underline;
}
.gao {
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  min-height: 700px;
}
.gao .gaoh {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  position: relative;
}
.gao .gaoh a {
  line-height: 12px;
  padding: 12px 20px;
  float: right;
  font-size: 12px;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
}
.gao .gaoh .rpg {
  color: #cd3333;
}
.gao .gaoh p {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: #999;
}
.gao .gaohf {
  padding-bottom: 55px;
}
.gao .gaohf p {
  line-height: 20px;
}
.gao .winring {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  margin-bottom: 10px;
  position: relative;
}
.gao .winring a {
  color: #999;
}
.gao .winring .wcha {
  color: #666;
}
.gao .winring em {
  border-right: 1px solid #ddd;
  display: inline-block;
  height: 24px;
  position: relative;
  top: 4px;
  margin: 0 10px;
}
.gao .winring span {
  float: right;
  line-height: 36px;
  width: 90px;
  text-align: center;
  color: #fff;
  background: #cd3333;
  border-radius: 2px;
  font-size: 14px;
}
.gao .winring p {
  position: absolute;
  font-size: 12px;
  bottom: 10px;
  color: #999;
}
.gao .winring p strong {
  color: #c33;
  padding: 0 5px;
}
.gao .winring .daochu {
  float: right;
  padding: 0 20px;
  height: 34px;
  font-size: 12px;
  color: #cd3333;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 34px;
  margin-right: 20px;
}
.gao .poprap {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.gao .poprap a {
  color: #999;
}
.gao .poprap .wcha {
  color: #666;
}
.gao .poprap em {
  border-right: 1px solid #ddd;
  display: inline-block;
  height: 24px;
  position: relative;
  top: 4px;
  margin: 0 10px;
}
.gao .poprap span {
  float: right;
  line-height: 36px;
  width: 90px;
  text-align: center;
  color: #fff;
  background: #cd3333;
  border-radius: 2px;
  font-size: 14px;
}
.gao .poprap p {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  line-height: 20px;
}
.gao #rigsnb {
  float: right;
  min-width: 50px;
  padding: 0 20px;
  height: 36px;
  background: #cd3333;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.gao .wchg h1 {
  line-height: 70px;
  font-size: 24px;
  padding-left: 60px;
  margin-top: 14px;
  font-weight: 900;
  background: url(../img/xq.jpg) no-repeat left center;
}
.gao .wchg h1 a {
  color: #cd3333;
  padding-left: 6px;
  text-decoration: underline;
}
.gao .wchg p {
  line-height: 30px;
}
.gao .wchg h2 {
  padding-top: 20px;
}
.gao .wchg h2 a {
  color: #cd3333;
  padding: 0 4px;
  text-decoration: underline;
}
.gao .win {
  padding: 0;
}
.gao .win h1 {
  line-height: 70px;
  font-size: 24px;
  padding-left: 60px;
  margin-top: 14px;
  font-weight: 900;
  background: url(../img/win.jpg) no-repeat left center;
}
.gao .win h1 a {
  color: #cd3333;
  padding-left: 6px;
  text-decoration: underline;
}
.gao .win p {
  line-height: 30px;
}
.gao .win h2 {
  padding-top: 20px;
}
.gao .win h2 a {
  color: #cd3333;
  padding: 0 4px;
  text-decoration: underline;
}
.gao .winstruction {
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  color: #656565;
}
.gao .winstruction span {
  position: absolute;
  left: 0;
  top: 26px;
}
.gao .winstruction h1 {
  padding-left: 62px;
  line-height: 30px;
}
.gao .winstruction a {
  color: #cd3333;
}
.gao .xuyaod {
  padding: 20px 0 16px 0;
  background: #eee;
  height: 14px;
  line-height: 14px;
  color: #636363;
}
.gao .xuyaod span {
  float: left;
}
.gao .xuyaod .wg1 {
  width: 65px;
  text-align: center;
}
.gao .xuyaod .wg2 {
  width: 368px;
  padding-left: 47px;
}
.gao .xuyaod .wg3 {
  width: 146px;
}
.gao .xuyaod .wg4 {
  width: 154px;
}
.gao .conyus li {
  padding: 24px 0;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dashed #ddd;
}
.gao .conyus div {
  float: left;
  height: 24px;
}
.gao .conyus .or1 {
  width: 65px;
  text-align: center;
}
.gao .conyus .or2 {
  width: 330px;
  padding-left: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gao .conyus .or3 {
  width: 105px;
  text-align: center;
}
.gao .conyus .or4 {
  width: 188px;
  text-align: center;
}
.gao .conyus .or4 span {
  background: #ccc;
  padding: 0 3px;
  color: #fff;
}
.gao .conyus .or5 {
  width: 116px;
  text-align: center;
  color: #cd3333;
  cursor: pointer;
}
.gao .xyesbox {
  overflow: hidden;
}
.gao .xiugl {
  width: 390px;
  padding: 30px;
  border: 1px solid #ddd;
  float: left;
  margin-top: 25px;
  height: 200px;
}
.gao .xiugl:nth-child(2n) {
  margin-left: 14px;
}
.gao .xiugl h1 {
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  padding-bottom: 5px;
}
.gao .xiugl h1 a {
  float: right;
  font-weight: 400;
  background: url(../img/rig.jpg) no-repeat right center;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: underline;
}
.gao .xiugl ul li {
  padding-top: 20px;
  position: relative;
  padding-left: 85px;
}
.gao .xiugl ul li span {
  position: absolute;
  left: 0;
}
.gao .xiugl ul li .xbt {
  line-height: 18px;
}
.gao .xiugl ul li em {
  color: #cd3333;
}
.gao .gaotime {
  overflow: hidden;
  padding: 39px 0;
}
.gao .gaotime .gtem {
  float: left;
}
.gao .gaotime .gtem input {
  border-radius: 0;
  height: 34px;
  width: 118px;
}
.gao .gaotime .gtem em {
  float: left;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 8px;
}
.gao .gaotime .gtem span {
  line-height: 34px;
  padding-right: 8px;
}
.gao .gaotime .gtem s {
  padding: 0 12px;
  color: #ddd;
}
.gao .gaotime .gtem p {
  width: 168px;
  float: right;
  position: relative;
}
.gao .gaotime .gtem p input {
  width: 140px;
  border: none;
  padding-left: 10px;
  border: 1px solid #ddd;
  height: 34px;
}
.gao .gaotime .gtem p em {
  position: absolute;
  width: 40px;
  height: 36px;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  top: 0px;
  border-radius: 2px;
  right: -34px;
  padding: 0;
  cursor: pointer;
}
.gao .gaotime .gtembp {
  margin-right: 20px;
}
.gao .gaotime .gtembp .zts {
  padding-left: 0;
}
.gao .gaotime .gtembp p {
  width: 248px;
}
.gao .gaotime .gtembp p input {
  width: 220px;
}
.gao .gaotime .gtemn span {
  padding-left: 30px;
  float: left;
}
.gao .gaotime .gtemyds {
  width: 180px;
}
.gao .gaotime .gtemyds p {
  width: 190px;
}
.gao .gaotime .gtemyds p input {
  width: 160px;
}
.gao .gaotime .gtemfdls em {
  padding-left: 0;
}
.gao .gaotime .gtemfdls span {
  padding-left: 20px;
}
.gao .gaotime2 {
  padding: 20px 0;
}
.gao .gaotime2 .grig {
  float: right;
  line-height: 34px;
}
.gao .gaotime2 .grig em {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: #FE9D36;
  margin: 0 6px 0 16px;
  border-radius: 2px 2px 0 0;
  position: relative;
  top: 2px;
}
.gao .gaotime2 .grig em:nth-child(2) {
  background: #61A0A7;
}
.gao .gaotime2 .gllrig {
  width: 90px;
  height: 36px;
  float: left;
  margin-left: 25px;
  background: #cd3333;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
}
.gao .stopl {
  overflow: hidden;
  padding: 40px 0;
}
.gao .stopl .stl {
  float: left;
  width: 218px;
  height: 253px;
  border: 1px solid #ddd;
  padding: 45px 25px 0 25px;
  background: #FBFBFB;
}
.gao .stopl .stl h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.gao .stopl .stl h2 {
  text-align: center;
  padding-top: 28px;
}
.gao .stopl .stl h2 em {
  color: #cd3333;
}
.gao .stopl .stl div {
  line-height: 140px;
  text-align: center;
}
.gao .stopl .stl div img {
  vertical-align: middle;
}
.gao .stopl .stl2 {
  padding-top: 30px;
  height: 268px;
}
.gao .stopl .stl2 h2 {
  padding-top: 20px;
}
.gao .stopl .stl3 {
  padding: 45px 15px 0 15px;
  width: 240px;
}
.gao .stopl .bigrig {
  width: 22px;
  height: 300px;
  margin: 0 15px;
  background: url(../img/bigrig.jpg) no-repeat center center;
  float: left;
}
.gao .senq {
  display: block;
  width: 90px;
  text-align: center;
  line-height: 34px;
  background: #cd3333;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.gao .gaopon {
  width: 100%;
  background: #eee;
  overflow: hidden;
}
.gao .gaopon li {
  float: left;
  text-align: center;
  color: #666;
  padding: 11px 0 9px 0;
}
.gao .gaopon .one {
  line-height: 40px;
  padding-left: 20px;
  width: 160px;
  text-align: left;
}
.gao .gaopon .two {
  line-height: 40px;
  padding: 11px 30px 9px 30px;
}
.gao .gaopon .there {
  padding: 11px 31px 9px 31px;
}
.gao .gaopon .fore {
  padding: 11px 0 9px 31px;
}
.gao .gaoponrj .one {
  width: 251px;
}
.gao .gaoponrj .two {
  padding: 11px 52px 9px 52px;
}
.gao .gaoponrj .there {
  padding: 11px 51px 9px 51px;
}
.gao .gaoponrj .theres {
  padding: 11px 21px 9px 51px;
}
.gao .gaolist {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
}
.gao .gaolist div {
  float: left;
  height: 54px;
}
.gao .gaolist .one {
  width: 160px;
  line-height: 18px;
  overflow: hidden;
  height: 54px;
}
.gao .gaolist .one a {
  color: #333;
}
.gao .gaolist .one a:hover {
  color: #cd3333;
}
.gao .gaolist .two {
  width: 76px;
  text-align: center;
  margin: 0 1px 0 27px;
}
.gao .gaolist .two a {
  color: #cd3333;
  display: block;
}
.gao .gaolist .tntde {
  height: 40px;
  padding-top: 10px;
}
.gao .gaolist .there {
  width: 70px;
  line-height: 54px;
  padding: 0 10px;
  text-align: center;
  margin-left: 1px;
}
.gao .gaolist .there .glno {
  float: none;
  height: 25px;
  line-height: 25px;
}
.gao .gaolist .there .glbeco {
  float: none;
  height: 25px;
  line-height: 25px;
  position: relative;
  color: #cd3333;
  cursor: pointer;
}
.gao .gaolist .there .glbeco .glbox {
  display: none;
  position: absolute;
  width: 120px;
  border: 1px solid #ddd;
  color: #333;
  left: 60px;
  top: -30px;
  padding: 5px;
  line-height: 16px;
  text-align: left;
  height: auto;
  background: #fff;
  z-index: 2;
}
.gao .gaolist .there .glbeco:hover .glbox {
  display: block;
}
.gao .gaolist .there .tis .reason-ei {
  display: none;
  position: relative;
  width: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  color: #333;
  left: 80px;
  top: -40px;
  padding: 1px 5px;
  background: #fff;
  line-height: 16px;
  text-align: left;
  height: 50px;
}
.gao .gaolist .thnoye {
  line-height: 18px;
  position: relative;
}
.gao .gaolist .thnoye a {
  display: block;
  position: relative;
}
.gao .gaolist .thnoye a em {
  position: absolute;
  width: 15px;
  height: 15px;
  right: -6px;
  top: 5px;
}
.gao .gaolist .thnoye a .lmsig {
  background: url(../img/lmsig.png) no-repeat;
  background-size: 100%;
  top: 3px;
}
.gao .gaolist .thnoye a .prsig {
  background: url(../img/prsig.png) no-repeat;
  background-size: 100%;
}
.gao .gaolist .thnoye a .hbsig {
  background: url(../img/hbsig.png) no-repeat;
  background-size: 100%;
}
.gao .gaolist .thnoye a:hover {
  color: #cd3333;
}
.gao .gaolist .thnoye .lmbos {
  position: absolute;
  right: 0;
  top: 0px;
}
.gao .gaolist .thnoye .prbos {
  position: absolute;
  right: 0;
  top: 17px;
}
.gao .gaolist .thnoye .hongbao {
  position: absolute;
  right: 0;
  top: 35px;
}
.gao .gaolist .fore,
.gao .gaolist .five,
.gao .gaolist .six {
  width: 90px;
  line-height: 54px;
  padding: 0 10px;
  text-align: center;
  margin-left: 1px;
}
.gao .gaolist .five {
  width: 70px;
}
.gao .gaolist .six {
  width: 90px;
  padding-right: 0;
}
.gao .gaolist .seven {
  width: 70px;
  height: 34px;
  text-align: center;
  padding: 10px 7px;
}
.gao .gaolist .line {
  background: url(../img/line.jpg) no-repeat center center;
}
.gao .gaolistrj {
  padding: 28px 0;
}
.gao .gaolistrj div {
  height: 34px;
}
.gao .gaolistrj .one {
  width: 220px;
  padding-right: 52px;
  height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gao .gaolistrj .one a:hover {
  color: #cd3333;
}
.gao .gaolistrj .two {
  width: 132px;
  margin: 0;
}
.gao .gaolistrj .there {
  width: 66px;
  padding: 0 33px;
  line-height: 18px;
  overflow: hidden;
  height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gao .gaolistrj .fore {
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  height: 34px;
  padding: 0 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gao .gaolistrj .seven {
  padding: 0 19px;
}
.gao .gaolistrj .sevenrg {
  float: right;
  padding: 0 22px;
}
.gao .gaoponbps li {
  text-align: center;
  line-height: 50px;
  padding: 0;
}
.gao .gaoponbps .one {
  width: 150px;
  padding: 0;
  text-align: center;
  line-height: 50px;
}
.gao .gaoponbps .two {
  width: 130px;
  padding: 0;
  line-height: 50px;
}
.gao .gaoponbps .there {
  width: 140px;
  padding: 0;
}
.gao .gaoponbps .fore {
  width: 120px;
  padding: 0;
}
.gao .gaoponbps .five {
  width: 125px;
  padding: 0;
}
.gao .duserl {
  overflow: hidden;
  padding-top: 10px;
}
.gao .duserl dl {
  width: 291px;
  height: 50px;
  padding: 19px 0;
  border-bottom: 1px dashed #ddd;
  padding-right: 15px;
  float: left;
}
.gao .duserl dl dt {
  float: left;
  margin-right: 20px;
}
.gao .duserl dl dt img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.gao .duserl dl dd h1 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gao .duserl dl dd p {
  font-size: 12px;
}
.gao .tpo-sech {
  padding: 30px 0 40px 0;
  height: 30px;
}
.gao .tpo-sech input {
  width: 368px;
  padding: 0 10px;
  height: 34px;
  border: 1px solid #ddd;
  float: left;
}
.gao .tpo-sech button {
  float: left;
  margin-left: 20px;
  width: 40px;
  height: 36px;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  border: none;
  cursor: pointer;
}
.gao .tpo-sech em {
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.gao .tpo-sech .worky {
  margin-left: 20px;
}
.gao .tmade {
  padding-top: 40px;
}
.gao .tmarig {
  float: right;
}
.gao .tmarig img {
  display: block;
}
.gao .tmalef {
  float: left;
}
.gao .tmalef p {
  width: 545px;
  line-height: 24px;
}
.gao .tmalef h1 {
  line-height: 60px;
  color: #999;
  font-size: 12px;
}
.gao .tmalist {
  position: absolute;
}
.gao .tmalist li {
  padding-left: 100px;
  position: relative;
  line-height: 36px;
  margin-bottom: 30px;
}
.gao .tmalist li span {
  position: absolute;
  left: 0;
}
.gao .tmalist li input {
  width: 180px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.gao .tmalist li textarea {
  width: 800px;
  padding: 10px;
  height: 100px;
  resize: none;
  line-height: 18px;
  border: 1px solid #ddd;
}
.gao .tmalist li a {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background: #cd3333;
  color: #fff;
  text-align: center;
}
.gao .tctzbox {
  overflow: hidden;
  padding-top: 40px;
}
.gao .tctsmal {
  float: left;
  width: 268px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.gao .tctsmal:nth-child(2) {
  margin: 0 54px;
}
.gao .tctztop {
  height: 90px;
  background: #eee;
  padding: 0 20px;
}
.gao .tctztop h1 {
  line-height: 34px;
  font-size: 18px;
  font-weight: 900;
  padding-top: 12px;
}
.gao .tctztop h1 img {
  float: right;
}
.gao .tctztop p {
  line-height: 30px;
  padding-top: 10px;
  font-size: 12px;
}
.gao .tctztop p span {
  float: right;
}
.gao .tctlist {
  padding: 0 20px;
}
.gao .tctlist li {
  height: 25px;
  line-height: 25px;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
}
.gao .tctlist li img {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border-radius: 50%;
}
.gao .tctlist li span {
  float: right;
}
.gao .tctlist li em {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gao .tctlist li:last-child {
  border: none;
}
.gao .tctlist .tbons {
  text-align: center;
}
.gao .tctlist .tbons span {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: none;
  cursor: pointer;
}
.gao .tctlist .tbons .left {
  background: url(../img/left.jpg) no-repeat center center;
}
.gao .tctlist .tbons .right {
  background: url(../img/right.jpg) no-repeat center center;
}
.gao .yaome {
  line-height: 40px;
  padding-top: 10px;
}
.gao .yaome em {
  height: 20px;
  border-right: 1px solid #ddd;
  margin: 0 13px 0 10px;
}
.gao .yaome a {
  font-size: 20px;
  color: #999;
}
.gao .yaome .wcha {
  color: #333;
}
.gao .yaoqbs {
  overflow: hidden;
}
.gao .yabox {
  padding: 24px 20px 24px 24px;
  border: 1px solid #ddd;
  width: 405px;
  background: #FBFBFB;
  overflow: hidden;
  float: left;
  height: 90px;
  margin: 15px 0 5px;
}
.gao .yabox:nth-child(2n) {
  float: right;
}
.gao .yabox dt {
  float: left;
  margin-right: 19px;
  width: 50px;
}
.gao .yabox dt img {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.gao .yabox dd {
  float: left;
  width: 336px;
  color: #999;
}
.gao .yabox dd h1 {
  font-weight: 900;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.gao .yabox dd div {
  line-height: 22px;
  font-size: 12px;
}
.gao .yabox dd div span {
  color: #cd3333;
}
.gao .yabox dd div .ytime {
  color: #ddd;
}
.gao .yabox dd div div {
  float: right;
  border: 1px solid #ddd;
  height: 23px;
  padding-right: 5px;
  line-height: 23px;
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.gao .yabox dd div div em {
  display: block;
  width: 20px;
  height: 23px;
  float: left;
}
.gao .yabox dd div .pass em {
  background: url(../img/no.png) no-repeat center center;
}
.gao .yabox dd div .goto em {
  background: url(../img/yes.png) no-repeat center center;
}
.gao .yabox dd div .remove em {
  background: url(../img/jie.png) no-repeat center center;
}
.gao .yabox dd div .add em {
  background: url(../img/jia.png) no-repeat center center;
}
.gao .yabox dd .yaotex {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gao .yabox2 {
  background: #eee;
}
.gao .shobw {
  overflow: hidden;
  padding: 9px 0 10px;
}
.gao .shobw span {
  float: left;
  line-height: 35px;
  margin-right: 10px;
}
.gao .shobw em {
  line-height: 35px;
  margin-left: 10px;
}
.gao .halisn {
  font-size: 18px;
  line-height: 18px;
  padding: 40px 0 30px;
  font-weight: 900;
}
.gao .gaolifn {
  padding-top: 20px;
  overflow: hidden;
  clear: both;
  font-size: 12px;
  color: #666;
}
.gao .gaolifn span {
  float: left;
  line-height: 24px;
}
.gao .gaolifn .bilg {
  padding-left: 88px;
}
.gao .gaolifn p {
  float: right;
  color: #666;
}
.gao .gaolifn a {
  display: block;
  float: left;
  line-height: 24px;
  margin-left: 10px;
  padding: 0 13px;
  border-radius: 3px;
}
.gao .gaolifn a:hover {
  color: #fff;
  background: #cd3333;
}
.gao .gaolifn .pagered {
  color: #fff;
  background: #cd3333;
}
.gao .gaolifn .glb {
  background: #ddd;
}
.gao .gaolifn .page {
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
.gao .gtop {
  padding-top: 5px;
  overflow: hidden;
  /*
		.P_lwthen{
			padding: 10px 0 10px 100px;
			p{
				line-height: 34px;
				i{
					font-style: normal;
					color: #c33;
				}
			}
		}*/
}
.gao .gtop li {
  padding: 15px 0 15px 100px;
  position: relative;
  float: left;
  clear: both;
}
.gao .gtop li input {
  margin-right: 10px;
  height: 34px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.gao .gtop li label {
  margin-right: 40px;
  cursor: pointer;
}
.gao .gtop li .reward_ts {
  color: #c33;
  font-size: 12px;
  display: none;
}
.gao .gtop li span {
  position: absolute;
  left: 0;
  line-height: 34px;
  width: 60px;
}
.gao .gtop li h6 {
  position: absolute;
  color: #c33;
  font-size: 12px;
  bottom: -7px;
  line-height: 18px;
  width: 100%;
}
.gao .gtop li .Validform_checktip2 {
  bottom: -7px;
  color: #c33;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  position: static;
}
.gao .gtop input[type="radio"] {
  border: 0;
  padding: 0;
}
.gao .gtop input[type="checkbox"] {
  border: 0;
  padding: 0;
}
.gao .gtop .one input {
  width: 500px;
  padding-left: 10px;
  border: 1px solid #E8E8E8;
}
.gao .gtop .prone input {
  width: 420px;
}
.gao .gtop .prone em {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background: #cd3333;
  color: #fff;
  text-align: center;
  position: relative;
  left: -15px;
  top: 1px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.gao .gtop .onesn {
  clear: both;
}
.gao .gtop .onesn input {
  height: 34px;
  width: 470px;
  padding-left: 10px;
  border: 1px solid #E8E8E8;
}
.gao .gtop .two input {
  width: 190px;
  padding-left: 10px;
  border: 1px solid #E8E8E8;
}
.gao .gtop .there {
  line-height: 34px;
}
.gao .gtop .there input {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  border: 0;
}
.gao .gtop .there label {
  margin-right: 40px;
}
.gao .gtop .fore span {
  line-height: 20px;
}
.gao .gtop .fore em {
  float: left;
  line-height: 34px;
  padding: 0 15px;
}
.gao .gtop .foresn {
  height: 34px;
}
.gao .gtop .foresn em {
  padding: 0 10px 0 26px;
}
.gao .gtop .five {
  clear: both;
}
.gao .gtop .five div {
  overflow: hidden;
}
.gao .gtop .five span {
  line-height: 20px;
}
.gao .gtop .five em {
  float: left;
  width: 155px;
  line-height: 34px;
  margin-left: 1px;
}
.gao .gtop .five input {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 0;
}
.gao .gtop .five label {
  margin: 0;
}
.gao .gtop .five .lastem {
  width: 300px;
}
.gao .gtop .five .lastem .emther {
  width: 155px;
  border: 1px solid #ddd;
  height: 24px;
}
.gao .gtop .five .maosui {
  top: 40px;
  color: #cd3333;
  width: 80px;
}
.gao .gtop .six {
  clear: both;
  position: relative;
}
.gao .gtop .six label {
  position: absolute;
  left: 100px;
  top: 15px;
  width: 90px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.gao .gtop .six em {
  line-height: 34px;
  padding-left: 106px;
}
.gao .gtop .slt {
  width: 420px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.gao .gtop .seven {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  background: url(../img/scen.jpg) no-repeat center center;
  text-align: center;
  line-height: 200px;
  vertical-align: middle;
}
.gao .gtop .seven img {
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
}
.gao .gtop .eight input {
  width: 789px;
  padding: 0 14px;
  border: 1px solid #ddd;
}
.gao .gtop textarea {
  width: 795px;
  height: 80px;
  border: none;
  padding: 11px;
  line-height: 20px;
  border: 1px solid #E8E8E8;
  outline: none;
  resize: none;
}
.gao .gtop .nine em {
  display: block;
  float: left;
  width: 90px;
  line-height: 34px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-right: 8px;
}
.gao .gtop .nine .redt {
  background: #cd3333;
  color: #fff;
  width: 90px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}
.gao .gtop .nine em:hover {
  background: #cd3333;
  color: #fff;
}
.gao .gtop .nine i {
  color: #cd3333;
  line-height: 34px;
  font-style: normal;
}
.gao .gtop .xung h1 {
  font-size: 18px;
  font-weight: 900;
  line-height: 34px;
}
.gao .gtop .P_gjx span {
  line-height: 20px;
}
.gao .gtop .P_gjx span em {
  font-size: 12px;
  color: #999;
}
.gao .gtop .line-sen {
  line-height: 20px;
}
.gao .gtop .hasbox {
  display: block;
}
.gao .gtop .money {
  float: left;
  line-height: 34px;
}
.gao .gtop .money label:nth-child(8) {
  margin-right: 5px;
}
.gao .gtop .moneys label {
  margin-right: 37px;
}
.gao .gtop .inpsix {
  clear: both;
}
.gao .gtop .inpsix input {
  width: 16px;
  height: 16px;
}
.gao .gtop .inpsix .ather {
  width: 107px;
  height: 34px;
}
.gao .gtop .inpsix .oneym {
  font-size: 18px;
  line-height: 34px;
}
.gao .gtop .inpsix .oneym em {
  color: #cd3333;
  padding-right: 3px;
}
.gao .gtop .inpsix2 span {
  width: 70px;
  line-height: 20px;
}
.gao .gtop .inpsix2 p {
  float: right;
  color: #c33;
}
.gao .gtop .Vbink {
  background: #eee;
  padding: 20px 100px;
  width: 600px;
  margin-top: 20px;
  position: relative;
  display: none;
  border-radius: 5px;
}
.gao .gtop .Vbink h2 {
  text-align: center;
  color: #cd3333;
}
.gao .gtop .Vbink .vbri {
  float: right;
}
.gao .gtop .Vbink h3 {
  padding-top: 10px;
}
.gao .gtop .Vbink s {
  visibility: hidden;
}
.gao .gtop .Vbink .vsan {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #eee;
  left: 400px;
  top: -10px;
  transform: rotateZ(45deg);
}
.gao .gtop .inpsixsn span {
  width: 100px;
}
.gao .gtop .wxz {
  display: inline-block;
  background: url(../img/wxz.jpg) no-repeat left;
  padding-left: 30px;
  line-height: 34px;
}
.gao .gtop .zfb {
  display: inline-block;
  background: url(../img/zfb.jpg) no-repeat left;
  padding-left: 30px;
  line-height: 34px;
}
.gao .gtop .yhk {
  display: inline-block;
  background: url(../img/bink.jpg) no-repeat left;
  padding-left: 40px;
  line-height: 34px;
}
.gao .gtop .yekin {
  display: inline-block;
  background: url(../img/qiedai.png) no-repeat left;
  padding-left: 35px;
  line-height: 34px;
}
.gao .gtop button {
  width: 90px;
  height: 34px;
  background: #cd3333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.gao .gtop .companybox {
  width: 778px;
  border: 1px solid #ddd;
  max-height: 280px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.gao .gtop .companybox div {
  float: left;
  width: 190px;
  margin-bottom: 15px;
  overflow: hidden;
}
.gao .gtop .companybox input {
  width: 15px;
  height: 30px;
  float: left;
  padding: 0;
}
.gao .gtop .companybox label {
  float: left;
  margin: 0;
  width: 160px;
  line-height: 30px;
}
.gao .gtop .companybox img {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.gao .gtop .companybox p {
  width: 80px;
  line-height: 16px;
  float: left;
  height: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gao .gtop .emrig {
  float: right;
}
.gao .gtop .emrig i {
  font-style: normal;
  color: #cd3333;
  padding: 0 3px;
}
.gao .gtop .P_lwone input {
  width: 390px;
  margin-bottom: 20px;
}
.gao .gtop .P_lwone input:last-child {
  margin: 0;
}
.gao .gtop .P_lwtwo input {
  width: 215px;
}
.gao .gtop .P_lwtwo s {
  color: #666;
  margin-right: 10px;
}
.gao .gtop .Tzego span {
  line-height: 18px;
}
.gao .gtop .Tzego textarea {
  height: 100px;
}
.gao .gtop .Tzegw span {
  line-height: 18px;
}
.gao .gtop .Tzegw textarea {
  height: 175px;
}
.gao .gtop .Tzvfis input {
  padding: 0;
  width: 1px;
  height: 1px;
  border: none;
}
.gao .gtop .Tzvfis label {
  width: 88px;
  height: 34px;
  border: 1px dashed #eee;
  background: #FBFBFB;
  color: #ccc;
  float: left;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  margin-right: 0;
}
.gao .gtop .Tzvfis p {
  float: left;
  line-height: 36px;
  padding-left: 20px;
  color: #999;
}
.gao .gtop .Tzvfis .Tpwbis {
  float: left;
  height: 34px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-right: 20px;
  line-height: 34px;
  margin-bottom: 10px;
}
.gao .gtop .Tzvfis .Tpwbis em {
  float: left;
  width: 36px;
  height: 36px;
  position: relative;
  top: -1px;
  left: -1px;
  background: #CD3236;
  border-radius: 3px;
  margin-right: 10px;
  text-align: center;
  line-height: 36px;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
}
.gao .gtop .Tzvfis .Tpwbis i {
  float: right;
  width: 18px;
  height: 34px;
  margin: 0 10px;
  background: url(../img/bg.32.png) no-repeat -45px -238px;
  cursor: pointer;
}
.gao .gtop .Tzvfis .Tpwbis .yeib {
  background: url(../img/reach.jpg) no-repeat center center;
}
.gao .gtop .Tzvfis .Twordb em {
  background: #329ACD;
}
.gao .gtopg li {
  padding: 10px 0 10px 100px;
  line-height: 34px;
}
.gao .gtopg li input {
  width: 16px;
  height: 16px;
}
.gao .zhstime {
  background: #eee;
  height: 16px;
  padding: 20px 0 16px;
  line-height: 14px;
  color: #666;
  margin-top: 40px;
}
.gao .zhstime li {
  float: left;
  text-align: center;
}
.gao .zhstime .one {
  padding: 0 20px;
  width: 65px;
}
.gao .zhstime .two {
  width: 117px;
  margin-left: 17px;
}
.gao .zhstime .there {
  width: 90px;
  margin-right: 45px;
}
.gao .zhstime .fore {
  width: 319px;
  text-align: left;
}
.gao .zhstime .five {
  width: 120px;
}
.gao .zhstime .six {
  width: 100px;
}
.gao .gaitime .there {
  width: 150px;
}
.gao .gaitime .fore {
  width: 395px;
}
.gao .zhlist {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.gao .zhlist li {
  float: left;
  font-size: 12px;
  padding: 30px 0;
  height: 40px;
}
.gao .zhlist .one {
  padding: 30px 7px;
  width: 100px;
  margin-right: 5px;
  line-height: 18px;
  text-align: center;
}
.gao .zhlist .two {
  width: 117px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.gao .zhlist .there {
  width: 95px;
  text-align: center;
  margin-right: 40px;
  line-height: 40px;
}
.gao .zhlist .fore {
  width: 300px;
  padding-right: 20px;
  line-height: 18px;
  overflow: hidden;
}
.gao .zhlist .fore a:hover {
  color: #cd3333;
}
.gao .zhlist .five {
  width: 120px;
  text-align: center;
  line-height: 40px;
}
.gao .zhlist .five a {
  color: #cd3333;
  display: block;
}
.gao .zhlist .fives {
  line-height: 25px;
}
.gao .zhlist .fives a {
  position: relative;
  top: -7px;
}
.gao .zhlist .fiven {
  width: 70px;
  padding: 20px 25px;
  line-height: 20px;
  position: relative;
}
.gao .zhlist .fiven .lmrint {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../img/lmsig.png) no-repeat;
  background-size: 100%;
  right: 7px;
  top: 42px;
}
.gao .zhlist .fiven .prrint {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../img/prsig.png) no-repeat;
  background-size: 100%;
  top: 64px;
  right: 7px;
}
.gao .zhlist .six {
  width: 100px;
  text-align: center;
}
.gao .gailist .there {
  width: 125px;
}
.gao .gailist .fore {
  width: 390px;
}
.gao .tinabout {
  padding: 0 29px;
  border: 1px solid #ddd;
  background: #FBFBFB;
  margin-top: 40px;
}
.gao .tintbox {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  color: #666;
  position: relative;
}
.gao .tintbox h1 {
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  padding-top: 10px;
}
.gao .tintbox h2 {
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 40px;
}
.gao .tintbox h2 span {
  display: block;
  text-align: center;
}
.gao .tintbox h2 em {
  color: #cd3333;
  padding: 0 10px;
  display: block;
  text-align: center;
}
.gao .tintbox h2 i {
  font-size: 18px;
  font-style: normal;
  padding-right: 4px;
  font-weight: 900;
}
.gao .tintbox a {
  float: left;
  padding: 0 17px;
  height: 36px;
  background: #cd3333;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  margin-top: 10px;
  position: absolute;
  top: 90px;
  right: 0;
}
.gao .tintbox .tbt {
  top: 50px;
}
.gao .tintbox .tbts {
  top: 90px;
}
.gao .tintbox .tinrgbox {
  overflow: hidden;
}
.gao .tintbox2 {
  border: none;
}
.gao .tinimg {
  float: right;
}
.gao .tinrgs {
  position: relative;
  padding-left: 114px;
  line-height: 33px;
  float: left;
}
.gao .tinrgs span {
  position: absolute;
  left: 0;
}
.gao .tinrgs p {
  width: 535px;
}
.gao .shbon {
  padding: 20px 0 40px;
  border-bottom: 1px solid #ddd;
}
.gao .blacklist {
  overflow: hidden;
}
.gao .blacklist .libox {
  overflow: hidden;
}
.gao .blhn {
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px;
}
.gao .allql {
  color: #999;
  font-size: 12px;
}
.gao .prtui {
  background: #eee;
  height: 50px;
  line-height: 50px;
}
.gao .prtui div {
  float: left;
  text-align: center;
}
.gao .prtui div:nth-child(1) {
  width: 230px;
  padding-left: 25px;
  text-align: left;
}
.gao .prtui div:nth-child(2) {
  width: 170px;
}
.gao .prtui div:nth-child(3) {
  width: 333px;
}
.gao .prtui div:nth-child(4) {
  width: 160px;
}
.gao .prlist {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  float: left;
  font-size: 12px;
}
.gao .prlist div {
  float: left;
}
.gao .prlist div:nth-child(1) {
  width: 230px;
  padding-right: 25px;
  line-height: 19px;
  height: 40px;
  overflow: hidden;
}
.gao .prlist div:nth-child(2) {
  width: 170px;
  text-align: center;
  line-height: 40px;
}
.gao .prlist div:nth-child(3) {
  width: 333px;
  position: relative;
  height: 40px;
}
.gao .prlist div:nth-child(3) p,
.gao .prlist div:nth-child(3) h1 {
  width: 300px;
  line-height: 18px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5px;
  line-height: 22px;
  height: 38px;
  overflow: hidden;
  padding-bottom: 10px;
  /*.emtop2{
						background:#fff url(../img/biao.png) no-repeat 5px -8px;
						position: relative;
						float: right;
						bottom: 0;
					}*/
}
.gao .prlist div:nth-child(3) p a,
.gao .prlist div:nth-child(3) h1 a {
  text-decoration: underline;
  float: left;
  padding: 0 10px 0 11px;
}
.gao .prlist div:nth-child(3) p .emtop,
.gao .prlist div:nth-child(3) h1 .emtop {
  display: block;
  width: 20px;
  height: 20px;
  float: none;
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: #ffffff url(../img/biao.png) no-repeat 5px 8px;
  cursor: pointer;
}
.gao .prlist div:nth-child(3) h1 {
  display: none;
  height: auto;
  overflow: auto;
  z-index: 2;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 110px;
}
.gao .prlist div:nth-child(3) h1 .meys {
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff url(../img/biao.png) no-repeat 5px -6px;
  position: relative;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.gao .prlist div:nth-child(4) {
  width: 95px;
  padding: 0 25px 0 40px;
  text-align: center;
}
.gao .qalb {
  padding: 25px 0;
  background: #eee;
  height: 60px;
}
.gao .qalb div {
  float: left;
  width: 150px;
  height: 60px;
  border-right: 1px solid #D6D6D6;
  text-align: center;
}
.gao .qalb div h1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}
.gao .qalb div p {
  font-size: 12px;
  color: #666;
}
.gao .qalb div:last-child {
  border: 0;
}
.gao .qalist {
  height: 50px;
  line-height: 50px;
  background: #eee;
  overflow: hidden;
}
.gao .qalist div {
  float: left;
  text-align: center;
}
.gao .qalist div:nth-child(1) {
  width: 200px;
  padding-left: 20px;
  text-align: left;
}
.gao .qalist div:nth-child(2) {
  width: 130px;
}
.gao .qalist div:nth-child(3) {
  width: 168px;
}
.gao .qalist div:nth-child(4) {
  width: 110px;
}
.gao .qalist div:nth-child(5) {
  width: 158px;
}
.gao .qalist div:nth-child(6) {
  width: 130px;
}
.gao .qalitex {
  padding: 25px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
}
.gao .qalitex div {
  float: left;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.gao .qalitex div:nth-child(1) {
  width: 200px;
  padding-right: 20px;
}
.gao .qalitex div:nth-child(2) {
  width: 130px;
  line-height: 40px;
  text-align: center;
}
.gao .qalitex div:nth-child(3) {
  width: 168px;
  line-height: 40px;
  text-align: center;
}
.gao .qalitex div:nth-child(4) {
  width: 110px;
  line-height: 40px;
  text-align: center;
}
.gao .qalitex div:nth-child(5) {
  width: 95px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
}
.gao .qalitex div:nth-child(6) {
  width: 95px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}
.gao .pronbox {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 3px;
}
.gao .tprbox {
  overflow: hidden;
  width: 625px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
}
.gao .tprbox div {
  float: left;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.gao .tprbox .tpr1 {
  line-height: 80px;
  padding-left: 15px;
}
.gao .tprbox .tpr1 input {
  width: 16px;
  height: 16px;
  border: none;
}
.gao .tprbox .tpr2 {
  line-height: 80px;
  text-align: center;
  width: 160px;
}
.gao .tprbox .tprpt {
  height: 60px;
  padding-top: 20px;
  line-height: 22px;
}
.gao .tprbox .tprpt em {
  color: #cd3333;
  font-weight: 900;
  padding: 0 3px;
}
.gao .tprbox .tpr3 {
  padding: 15px 25px 0 25px;
  width: 170px;
  height: 65px;
  color: #666;
}
.gao .tprbox .tpr3 p {
  line-height: 24px;
}
.gao .tprbox .tpr3 p i {
  font-style: normal;
  color: #cd3333;
  padding-right: 3px;
}
.gao .tprbox .tpr3 p em {
  float: right;
}
.gao .tprbox .tprnt {
  padding-top: 6px;
  height: 74px;
}
.gao .tprbox .tprnt2 {
  padding-top: 6px;
  height: 74px;
  width: 200px;
}
.gao .tprbox .tpr4 {
  line-height: 80px;
  width: 100px;
  text-align: center;
}
.gao .tprbox .tpr4 em {
  color: #cd3333;
  font-weight: 900;
  padding-right: 3px;
}
.gao .tpbxn {
  border: 1px solid #c33;
  width: 573px;
}
.gao .tprbox2 .tpr3 p {
  line-height: 18px;
}
.gao .tpronly {
  background: url(../img/onlyo.png) no-repeat 510px 8px;
}
.gao .yhjbox {
  overflow: hidden;
  width: 800px;
  border-bottom: 1px solid #ddd;
}
.gao .yhjbox div {
  float: left;
  line-height: 44px;
}
.gao .yhjbox div:nth-child(1) {
  padding: 0 15px;
}
.gao .yhjbox div:nth-child(2) {
  width: 205px;
}
.gao .yhjbox div:nth-child(3) {
  width: 210px;
}
.gao .yhjbox div:nth-child(4) {
  width: 260px;
}
.gao .yhjbox div:nth-child(5) {
  color: #cd3333;
}
.gao .prservice {
  overflow: hidden;
  padding-bottom: 20px;
}
.gao .prservice .prsepic {
  float: left;
  width: 568px;
  height: 198px;
  border: 1px solid #ddd;
  margin-right: 15px;
  position: relative;
}
.gao .prservice .prsepic:hover .prserces {
  display: block;
}
.gao .prservice img {
  display: block;
  width: 100%;
  height: 198px;
}
.gao .prservice .prserces {
  position: absolute;
  top: 0;
  width: 100%;
  height: 198px;
  background: #fbfbfb;
  opacity: .5;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.gao .prservice .prserces div {
  width: 36px;
  height: 40px;
  margin: 60px auto 10px;
  background: url(../img/opest.png) no-repeat 0 -131px;
}
.gao .prservice .prserces2 {
  display: none;
  background: #000;
  color: #fff;
}
.gao .prservice .prserces2 div {
  width: 36px;
  height: 40px;
  margin: 60px auto 10px;
  background: url(../img/opest.png) no-repeat 0 -63px;
}
.gao .prservice textarea {
  float: left;
  width: 210px;
  height: 178px;
  border: 1px solid #ddd;
  padding: 10px;
  color: #999;
  font-size: 14px;
}
.gao .prservice2 textarea {
  width: 157px;
}
.gao .peseovers {
  float: left;
  width: 50px;
  height: 198px;
}
.gao .peseovers div {
  width: 30px;
  height: 40px;
  background: url(../img/opest.png) no-repeat -2px 0;
  margin-top: 75px;
  margin-left: 20px;
  font-size: 0;
  cursor: pointer;
}
.T_gh1 {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.T_gp1 {
  color: #666;
  padding-bottom: 30px;
}
.T_dvbox {
  overflow: hidden;
  background: #eee;
  border: 1px solid #e8e8e8;
  line-height: 48px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.T_dvbox div {
  float: left;
  color: #666;
}
.T_dvbox .one {
  width: 155px;
}
.T_dvbox .one1 {
  width: 140px;
  line-height: 16px;
  padding-top: 8px;
}
.T_dvbox .one12 {
  line-height: 48px;
  padding: 0;
}
.T_dvbox .one2 {
  width: 105px;
  line-height: 16px;
  padding-top: 8px;
}
.T_dvbox .one3 {
  width: 320px;
}
.T_dvbox .Teigm {
  width: 290px;
}
.T_dvbox .one4 {
  width: 170px;
}
.T_dvbox .one41 {
  padding-left: 30px;
  width: 150px;
}
.T_dvbox .Tsive {
  width: 60px;
}
.Tbigvb {
  background: #FBFBFB;
  border: 1px solid #eee;
}
.T_bvxe {
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  border: 1px solid #fbfbfb;
  color: #666;
  cursor: pointer;
}
.T_bvxe div {
  float: left;
  border-bottom: 1px solid #e8e8e8;
  line-height: 80px;
}
.T_bvxe .Tve1 {
  width: 155px;
  font-weight: bold;
  height: 80px;
  border-bottom: 1px solid #FBFBFB;
}
.T_bvxe .Tve1 em {
  font-weight: normal;
}
.T_bvxe .Tve1w {
  height: 55px;
  padding-top: 25px;
  line-height: 16px;
}
.T_bvxe .Tve2 {
  width: 140px;
}
.T_bvxe .Tve3 {
  width: 105px;
}
.T_bvxe .Tve4 {
  width: 270px;
  text-align: left;
  padding-left: 50px;
  padding-top: 10px;
  height: 70px;
}
.T_bvxe .Tve4 p {
  line-height: 18px;
  padding-left: 25px;
  position: relative;
  padding-top: 6px;
  letter-spacing: 2px;
}
.T_bvxe .Tve4 p span {
  position: absolute;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  background: #999;
  letter-spacing: 0;
  top: 7px;
}
.T_bvxe .Tve4 p em {
  font-weight: bold;
  padding: 0 2px;
}
.T_bvxe .Tve5 {
  width: 165px;
  color: #c33;
  font-size: 14px;
  height: 80px;
}
.T_bvxe .Tve5 i {
  font-size: 18px;
  padding-right: 3px;
}
.T_bvxe .yngvw {
  line-height: 40px;
}
.T_bvxe .yngvw p {
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  position: relative;
  top: -4px;
}
.T_bvxe .Tve2r {
  width: 90px;
  line-height: 200px;
}
.T_bvxe .Tve3r {
  width: 137px;
  height: 200px;
  line-height: 200px;
  background: url(../img/line.jpg) no-repeat center center;
}
.T_bvxe .Tninm {
  width: 90px;
}
.T_bvxe .Tve4r {
  width: 290px;
  padding-left: 30px;
  padding-top: 65px;
}
.T_bvxe .Tve5r {
  height: 200px;
  line-height: 200px;
  border: none;
}
.T_bvxe .Tevenm {
  width: 70px;
}
.T_bvxe .Tvone {
  width: 185px;
  padding-top: 66px;
}
.T_bvxe .Tvone h1 {
  line-height: 22px;
  color: #666;
}
.T_bvxe .Tvone p {
  line-height: 20px;
  font-weight: normal;
  color: #999;
  padding-top: 6px;
  transform: scale(0.9);
}
.T_bvxe .Tvebg {
  float: left;
  width: 550px;
  border-bottom: 0;
}
.T_bvxe .Tvebg div {
  line-height: 100px;
}
.T_bvxe .Tvebg .Tvbig {
  border-bottom: none;
}
.T_bvxe .Tvebg .Tvbig2e div {
  border-bottom: none;
}
.T_bvxe .Tvebg .Tve2 {
  width: 90px;
}
.T_bvxe .Tvebg .Tve3 {
  width: 137px;
}
.T_bvxe .Tvebg .Tninm {
  width: 90px;
}
.T_bvxe .Tvebg .Tve4 {
  width: 290px;
  padding-left: 30px;
  height: 90px;
}
.T_bvxe .Tvebg .Tve4e {
  padding-top: 20px;
  height: 80px;
}
.T_bvxe .Tvebg2 {
  width: 510px;
}
.T_bvxe .Tlben {
  border-bottom: 1px solid #FBFBFB;
}
.T_bvxe .Tsive {
  width: 60px;
}
.T_bvxe:hover {
  border: 1px solid #c33;
  border-radius: 3px;
  background: url(../img/Tyes.png) no-repeat bottom right;
}
.T_bvxe:last-child div {
  border: none;
}
.Tmyes {
  border: 1px solid #c33;
  border-radius: 3px;
  background: url(../img/Tyes.png) no-repeat bottom right;
}
.T_bvxe2e {
  border-bottom: 1px dashed #ddd;
}
.T_bvxesw div {
  line-height: 160px;
}
.T_bvxesw .Tve4 {
  padding-top: 25px;
  height: 135px;
}
.T_bvxesw .Tve5 {
  height: 160px;
}
.Tinp {
  float: left;
  position: relative;
  top: 25px;
  left: 20px;
}
.addmany {
  line-height: 80px;
}
.addmany em {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 15px;
  font-size: 18px;
  margin: 0 10px;
  font-weight: 900;
  color: #999;
  cursor: pointer;
}
.addmany i {
  font-style: normal;
}
.yconfy {
  padding-top: 20px;
}
.yconfy em {
  font-size: 16px;
  padding: 0 20px;
  font-weight: 900;
}
.yconfy a {
  color: #cd3333;
}
.yyinfom li {
  padding-left: 100px;
  position: relative;
  height: 34px;
  padding-top: 30px;
}
.yyinfom li span {
  position: absolute;
  left: 0px;
  bottom: 0;
  line-height: 34px;
}
.yyinfom li input {
  width: 578px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.yyinfom li button {
  width: 90px;
  line-height: 36px;
  background: #cd3333;
  color: #fff;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
}
.yyinfom li h6 {
  position: absolute;
  bottom: -22px;
  color: #cd3333;
  font-size: 12px;
}
.yyinfom .wng {
  height: auto;
}
.yyinfom .wng span {
  top: 30px;
}
.yyinfom .wng div {
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  line-height: 200px;
}
.yyinfom .wng div img {
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
}
.yyinfom .yone {
  padding: 0;
  font-size: 18px;
  line-height: 34px;
  padding-top: 20px;
  font-weight: 800;
}
.yyinfom .ytwo input {
  width: 387px;
  float: left;
}
.yyinfom .ytwo em {
  float: left;
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #eee;
  color: #999;
  cursor: pointer;
}
.yyinfom .yther .pwd2 {
  display: none;
}
.yyinfom .yther a {
  position: absolute;
  left: 594px;
  top: 38px;
  width: 25px;
  height: 25px;
  background: #f0f;
  background: url(../img/eye.png) no-repeat 0 -32px;
}
.dlidbox h1 {
  height: 70px;
  line-height: 70px;
}
.dlidbox h1 span {
  font-size: 18px;
  padding: 0 20px;
}
.dlidbox h1 em {
  color: #FF701C;
  background: url(../img/tebsn.jpg) no-repeat 0 4px;
  padding-left: 20px;
}
.dlidbox ul {
  width: 500px;
}
.dlidbox ul li {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px dashed #ddd;
}
.dlidbox ul li span {
  float: left;
  width: 110px;
}
.dlidbox ul li em {
  float: left;
  color: #999;
  font-size: 12px;
}
.dlidbox ul li a {
  float: right;
  color: #cd3333;
}
.sabbox ul {
  padding-top: 10px;
}
.sabbox ul li {
  height: 60px;
  line-height: 60px;
}
.sabbox div {
  float: left;
}
.sabbox .accountIcon {
  width: 100px;
}
.sabbox .accountIcon img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.sabbox .empower {
  width: 136px;
  color: #333;
}
.sabbox .unempower {
  width: 136px;
  color: #f66;
}
.sabbox .account {
  width: 273px;
  color: #999;
}
.sabbox .remEmpower {
  width: 88px;
  height: 28px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
}
.sabbox .getEmpower {
  width: 88px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #f66;
}
.sabbox button:hover {
  background-color: #f66;
  color: #fff;
}
.yyinmas li input {
  width: 508px;
}
.yyinmas .shesbin {
  font-size: 16px;
}
.yyinmas .shesbin h1 {
  line-height: 34px;
  font-size: 22px;
}
.yyinmas .shesbin em {
  color: #cd3333;
  padding-left: 30px;
  line-height: 34px;
  font-size: 14px;
}
.yyinmas .shesbin a {
  color: #cd3333;
  text-decoration: underline;
}
.yyinmas p {
  line-height: 34px;
  font-weight: 900;
}
.yyinmas .vcode input {
  width: 390px;
  float: left;
}
.yyinmas .vcode button {
  width: 120px;
  position: relative;
  left: -6px;
  background: #eee;
  color: #9A9A9A;
  height: 37px;
  margin: 0;
}
.yyinmas .vcode em {
  display: block;
  float: left;
  text-align: center;
  line-height: 34px;
  width: 120px;
  position: relative;
  left: -3px;
  background: #c33;
  color: #fff;
  height: 37px;
  margin: 0;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.yyinmas .vcode .eblackg {
  background: #eee;
  color: #999;
}
.yyinmas .vcode2 p {
  width: 390px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  padding: 0 10px;
  float: left;
  font-weight: 400;
}
.yyinmas .vcode2 input {
  width: 0;
  padding: 0;
  border: 0;
}
.yyinmas .vcode2 label {
  float: left;
  text-align: center;
  line-height: 36px;
  width: 120px;
  position: relative;
  left: -3px;
  background: #c33;
  color: #fff;
  height: 37px;
  margin: 0;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.yyinmas .btnsub {
  width: 90px;
  line-height: 33px;
  height: 36px;
}
.yyinlookf li:nth-child(1) input {
  width: 180px;
}
.yyinlookf li input {
  color: #999;
}
.yyinlookf h1 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 800;
}
.yyzhg {
  overflow: hidden;
  padding-top: 55px;
}
.yyzhg h1 {
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 30px;
  margin-bottom: 20px;
}
.yyzhg h1 span {
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  padding: 0 10px;
  background: #fff;
  top: 17px;
}
.yyzhg h2 {
  padding: 20px 0;
}
.yyzhg h2 span {
  color: #cd3333;
  padding: 0 4px;
}
.yyzhg .userszhh {
  background: #eee;
  height: 50px;
  line-height: 50px;
}
.yyzhg .userszhh div {
  float: left;
  text-align: center;
}
.yyzhg .userszhh div:nth-child(1) {
  width: 90px;
}
.yyzhg .userszhh div:nth-child(2) {
  width: 128px;
}
.yyzhg .userszhh div:nth-child(3) {
  width: 90px;
}
.yyzhg .userszhh div:nth-child(4) {
  width: 128px;
}
.yyzhg .userszhh div:nth-child(5) {
  width: 120px;
}
.yyzhg .userszhh div:nth-child(6) {
  width: 90px;
}
.yyzhg .userszhh div:nth-child(7) {
  width: 80px;
}
.yyzhg .userszhh div:nth-child(8) {
  width: 87px;
  line-height: 16px;
  padding-top: 10px;
}
.yyzhg .userszhh div:nth-child(9) {
  width: 102px;
  line-height: 16px;
  padding-top: 10px;
}
.yyzhg .yyzhns {
  padding: 15px 0;
  line-height: 45px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.yyzhg .yyzhns div {
  float: left;
  text-align: center;
  height: 45px;
}
.yyzhg .yyzhns div:nth-child(1) {
  width: 90px;
}
.yyzhg .yyzhns div:nth-child(2) {
  width: 128px;
}
.yyzhg .yyzhns div:nth-child(3) {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yyzhg .yyzhns div:nth-child(4) {
  width: 98px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yyzhg .yyzhns div:nth-child(5) {
  width: 120px;
}
.yyzhg .yyzhns div:nth-child(6) {
  width: 90px;
}
.yyzhg .yyzhns div:nth-child(7) {
  width: 80px;
  color: #cd3333;
}
.yyzhg .yyzhns div:nth-child(7) a {
  color: #cd3333;
}
.yyzhg .yyzhns div:nth-child(7) .nos {
  color: #999;
}
.yyzhg .yyzhns div:nth-child(8) {
  width: 87px;
  line-height: 16px;
  padding-top: 10px;
}
.yyzhg .yyzhns div:nth-child(9) {
  width: 102px;
  line-height: 16px;
  padding-top: 10px;
}
.yyzhg .yyzhns .yorn {
  line-height: 24px;
}
.yyzhg .yyzhns .yorn a {
  display: block;
}
.scsscg {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px 200px;
  position: relative;
  overflow: hidden;
}
.scsscg h1 {
  text-align: right;
  color: #cd3333;
  position: absolute;
  right: 20px;
  top: 35px;
}
.scsscg h2 {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding-top: 20px;
  line-height: 90px;
}
.scsscg h3 {
  text-align: center;
}
.scsscg h3 span {
  margin: 0 15px;
}
.scsscg p {
  text-indent: 2em;
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
}
.scsscg p img {
  max-width: 100%;
  margin: 0 auto;
}
.scsscg .scbtn {
  text-align: center;
  padding-top: 25px;
}
.scsscg .scbtn a {
  display: inline-block;
  width: 90px;
  line-height: 34px;
  background: #eee;
  color: #999;
  border-radius: 4px;
}
.scsscg .scbtn a:nth-child(2) {
  background: #cd3333;
  color: #fff;
}
.usermoney {
  padding: 30px 0 40px;
  height: 36px;
  line-height: 36px;
}
.usermoney p {
  float: left;
}
.usermoney p em {
  color: #cd3333;
  padding-left: 15px;
}
.usermoney p:nth-child(2) {
  margin-left: 40px;
}
.usermoney a {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 2px;
  margin-left: 20px;
}
.usermoney .usermrig {
  float: right;
}
.umlist {
  background: #eee;
  overflow: hidden;
  padding: 20px 0 16px;
  border-radius: 3px;
}
.umlist span {
  float: left;
  text-align: center;
}
.umlist span:nth-child(1) {
  width: 140px;
  text-align: center;
}
.umlist span:nth-child(2) {
  width: 320px;
}
.umlist span:nth-child(3) {
  width: 420px;
}
.umlist1 {
  background: #eee;
  overflow: hidden;
  padding: 20px 0 16px;
  border-radius: 3px;
}
.umlist1 span {
  float: left;
  text-align: center;
}
.umlist1 span:nth-child(1) {
  width: 250px;
  text-align: center;
}
.umlist1 span:nth-child(2) {
  width: 90px;
}
.umlist1 span:nth-child(3) {
  width: 90px;
}
.umlist1 span:nth-child(4) {
  width: 90px;
}
.umlist1 span:nth-child(5) {
  width: 130px;
}
.umlist1 span:nth-child(6) {
  width: 90px;
}
.umlist1 span:nth-child(7) {
  width: 90px;
}
.umlist1 span:nth-child(8) {
  width: 90px;
}
.umlist2 span:nth-child(1) {
  width: 150px;
}
.umlist2 span:nth-child(2) {
  width: 250px;
}
.umlist2 span:nth-child(3) {
  width: 150px;
}
.umlist2 span:nth-child(4) {
  width: 150px;
}
.umlist2 span:nth-child(5) {
  width: 200px;
}
.umlistlps {
  padding: 0 ;
  line-height: 50px;
}
.umlistlps span:nth-child(1) {
  width: 202px;
  text-align: left;
  padding-left: 20px;
}
.umlistlps span:nth-child(2) {
  width: 130px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlistlps span:nth-child(3) {
  width: 90px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlistlps span:nth-child(4) {
  width: 100px;
}
.umlistlps span:nth-child(5) {
  width: 75px;
}
.umlistlps span:nth-child(6) {
  width: 105px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlistlps span:nth-child(7) {
  width: 105px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlistlps span:nth-child(8) {
  width: 90px;
}
.umlsmp {
  padding: 0 ;
  line-height: 50px;
}
.umlsmp span:nth-child(1) {
  width: 145px;
  text-align: left;
  padding-left: 20px;
}
.umlsmp span:nth-child(2) {
  width: 60px;
  margin-left: 24px;
}
.umlsmp span:nth-child(3) {
  width: 115px;
}
.umlsmp span:nth-child(4) {
  width: 80px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlsmp span:nth-child(5) {
  width: 100px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlsmp span:nth-child(6) {
  width: 85px;
}
.umlsmp span:nth-child(7) {
  width: 100px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlsmp span:nth-child(8) {
  width: 100px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
.umlsmp span:nth-child(9) {
  width: 90px;
}
.billlist li {
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
.billlist li div {
  float: left;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}
.billlist li div:nth-child(1) {
  width: 192px;
  text-align: left;
  height: 32px;
  overflow: hidden;
}
.billlist li div:nth-child(2) {
  margin-left: 20px;
  width: 90px;
  line-height: 32px;
}
.billlist li div:nth-child(3) {
  width: 103px;
  line-height: 32px;
}
.billlist li div:nth-child(4) {
  width: 98px;
}
.billlist li div:nth-child(5) {
  width: 88px;
  padding: 0 20px;
}
.billlist li div:nth-child(6) {
  width: 92px;
  line-height: 32px;
}
.billlist li div:nth-child(7) {
  width: 126px;
  line-height: 32px;
}
.billlist li div:nth-child(8) {
  width: 55px;
  float: right;
  line-height: 32px;
  height: 32px;
}
.billlist li div:nth-child(8) a {
  color: #cd3333;
}
.billlist2 li div:nth-child(4) {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.billlist2 li div:nth-child(5) {
  line-height: 32px;
}
.billlist2 li .line {
  background: url(../img/line.jpg) no-repeat center center;
}
.biltlps li div:nth-child(1) {
  width: 222px;
}
.biltlps li div:nth-child(2) {
  width: 130px;
  margin: 0;
  text-align: center;
}
.biltlps li div:nth-child(3) {
  width: 90px;
}
.biltlps li div:nth-child(4) {
  width: 100px;
  line-height: 32px;
}
.biltlps li div:nth-child(5) {
  width: 75px;
  padding: 0;
}
.biltlps li div:nth-child(5) a {
  display: block;
}
.biltlps li div:nth-child(5) .gored {
  color: #cd3333;
}
.biltlps li div:nth-child(6) {
  width: 105px;
  line-height: 18px;
}
.biltlps li div:nth-child(7) {
  width: 105px;
  line-height: 18px;
}
.biltlps li div:nth-child(8) {
  width: 90px;
  height: auto;
  line-height: 18px;
}
.biltlps li .gochn {
  line-height: 32px;
}
.biltlps2 li div:nth-child(1) {
  width: 165px;
  text-align: left;
}
.biltlps2 li div:nth-child(2) {
  width: 60px;
  margin-left: 24px;
}
.biltlps2 li div:nth-child(3) {
  width: 115px;
}
.biltlps2 li div:nth-child(4) {
  width: 80px;
  line-height: 32px;
}
.biltlps2 li div:nth-child(5) {
  width: 100px;
  line-height: 32px;
  padding: 0;
}
.biltlps2 li div:nth-child(6) {
  width: 85px;
  line-height: 18px;
}
.biltlps2 li div:nth-child(6) a {
  display: block;
}
.biltlps2 li div:nth-child(6) .bgred {
  color: #cd3333;
}
.biltlps2 li div:nth-child(7) {
  width: 100px;
  line-height: 18px;
}
.biltlps2 li div:nth-child(8) {
  width: 100px;
  float: left;
  line-height: 18px;
}
.biltlps2 li div:nth-child(9) {
  width: 90px;
  position: relative;
  top: -5px;
  overflow: visible;
}
.biltlps2 li div:nth-child(9) a {
  display: block;
  position: absolute;
  bottom: -17px;
  width: 100%;
  color: #cd3333;
}
.biltlps2 li .seeke a {
  line-height: 32px;
  color: #cd3333;
}
.umlistfp {
  color: #666;
}
.umlistfp span:nth-child(1) {
  width: 185px;
}
.umlistfp span:nth-child(2) {
  margin-left: 28px;
  width: 90px;
}
.umlistfp span:nth-child(3) {
  width: 103px;
}
.umlistfp span:nth-child(4) {
  width: 98px;
}
.umlistfp span:nth-child(5) {
  width: 128px;
}
.umlistfp span:nth-child(6) {
  width: 92px;
}
.umlistfp span:nth-child(7) {
  width: 126px;
}
.umlistfp span:nth-child(8) {
  width: 55px;
  float: right;
}
.ummoney li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
}
.ummoney li span {
  float: left;
  text-align: center;
}
.ummoney li span:nth-child(1) {
  width: 140px;
  text-align: center;
}
.ummoney li span:nth-child(2) {
  width: 320px;
}
.ummoney li span:nth-child(3) {
  width: 420px;
}
.ummoney li span:nth-child(3) a {
  padding: 0 3px;
  color: #000;
}
.ummoney1 li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
}
.ummoney1 li span {
  display: table-cell;
  text-align: center;
  width: 90px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  vertical-align: middle;
}
.ummoney1 li span:nth-child(1) {
  position: relative;
  width: 250px;
  text-align: left;
}
.ummoney1 li span:nth-child(2) a {
  display: block;
  color: red;
  padding: 0 3px;
}
.ummoney1 li span:nth-child(5) {
  width: 130px;
  line-height: 11px;
}
.ummoney1 li span time {
  display: block;
  margin: 3px 0;
}
.ummoney1 li span em {
  display: block;
  line-height: 18px;
}
.ummoney1 .video:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-top: -3px;
  background: url(../img/video.png) no-repeat;
  vertical-align: middle;
}
.ummoney2 li span:nth-child(1) {
  width: 150px;
  text-align: center;
}
.ummoney2 li span:nth-child(2) {
  width: 250px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ummoney2 li span:nth-child(2) a {
  color: red;
  padding: 0 3px;
}
.ummoney2 li span:nth-child(3) {
  width: 150px;
  line-height: 34px;
}
.ummoney2 li span:nth-child(4) {
  width: 150px;
  line-height: 34px;
}
.ummoney2 li span:nth-child(5) {
  width: 200px;
  line-height: 34px;
}
.win {
  padding: 75px 60px;
  min-height: 600px;
}
.win h1 {
  line-height: 70px;
  padding-left: 65px;
  background: url(../img/win.jpg) no-repeat left center;
  font-size: 24px;
  font-weight: 900;
}
.win p {
  line-height: 30px;
  color: #666;
}
.win .Pis {
  padding-top: 10px;
}
.win .Pis a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 4px;
}
.win h2 {
  padding-top: 34px;
  color: #666;
}
.win h2 a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 4px;
}
.win h3 {
  line-height: 70px;
  padding-left: 65px;
  background: url(../img/xq.jpg) no-repeat left center;
  font-size: 24px;
  font-weight: 900;
}
.iphyes {
  font-size: 24px;
  font-weight: 900;
  padding-left: 60px;
  line-height: 40px;
  margin: 40px 0;
  background: url(../img/win.jpg) no-repeat;
}
.iphyes em {
  color: #cd3333;
  padding-left: 10px;
}
.iphyes a {
  color: #cd3333;
  text-decoration: underline;
  padding-left: 5px;
}
.xiuipf {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
}
.xiuipf:hover {
  color: #fff;
}
.firm-data {
  /*
	.address{
		margin-top: 10px;
		div{
			float: left;
			padding: 0 10px;
			height: 36px;
			line-height: 36px;
			border:1px solid #ddd;
		}
		.badss{
			width: 180px;
			margin-right: 10px;
		}
		.badin{
			width:340px;
			paddding: 0 10px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		a{
			line-height: 36px;
			font-size: 12px;
			color: @red;
			text-decoration: underline;
			padding: 0 4px;
		}
	}*/
}
.firm-data li {
  padding: 15px 0 15px 100px;
  position: relative;
  clear: both;
}
.firm-data li em {
  position: absolute;
  left: 0px;
  top: 22px;
}
.firm-data li input {
  width: 580px;
  padding: 0 10px;
  border: 1px solid #ddd;
  height: 36px;
}
.firm-data li textarea {
  width: 800px;
  height: 100px;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
}
.firm-data li button {
  width: 90px;
  height: 36px;
  background: #cd3333;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.firm-data li h6 {
  position: absolute;
  bottom: -6px;
  color: #c33;
  font-size: 12px;
}
.firm-data .firmipeline {
  padding-top: 40px;
}
.firm-data .firmipeline em {
  top: 50px;
}
.firm-data .yesbao {
  width: 90px;
  height: 36px;
  background: #cd3333;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.firm-data .yesbao2 {
  width: 120px;
  background: #ddd;
  color: #999;
}
.firm-data .checkboxs div {
  overflow: hidden;
}
.firm-data .checkboxs input {
  width: 14px;
  margin-right: 5px;
  border: 0;
}
.firm-data .checkboxs span {
  width: 135px;
  display: block;
  float: left;
}
.firm-data .firm-one {
  overflow: hidden;
}
.firm-data .firm-one .firmboximg {
  float: left;
  width: 200px;
  height: 200px;
  background: url(../img/scen.jpg) no-repeat center center;
  border: 1px solid #ddd;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 200px;
  vertical-align: middle;
}
.firm-data .firm-one .firmboximg img {
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
}
.firm-data .firm-one .firmboximg2 {
  width: 320px;
  height: 180px;
}
.firm-data .firm-one .firmboximg2 img {
  display: block;
  width: 320px;
  height: 180px;
}
.firm-data .firm-one input {
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
}
.firm-data .firm-one label {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.firm-data .firm-one label:hover {
  background: #cd3333;
}
.firm-data .firm-one p {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
}
.firm-data .firm-one h3 {
  color: #c33;
  font-size: 12px;
  padding-top: 10px;
}
.firm-data .firm-two p {
  position: absolute;
  bottom: -6px;
  font-size: 12px;
  color: #CA362C;
}
.firm-data .firm-two h2 {
  position: absolute;
  right: 70px;
  top: 25px;
  font-size: 12px;
  color: #CA362C;
}
.firm-data .firmid {
  float: left;
  margin-right: 10px;
}
.firm-data .firmfp input {
  width: 340px;
}
.firm-data .firmfp a {
  font-size: 12px;
  color: #cd3333;
  text-decoration: underline;
}
.firm-data .qdt {
  color: #cd3333;
  position: relative;
  top: 10px;
}
.firm-data .Vyingy p {
  width: 490px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  float: left;
  padding: 0 10px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}
.firm-data .Vyingy input {
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
}
.firm-data .Vyingy label {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  left: -8px;
}
.firm-data .Vyingy label:hover {
  background: #cd3333;
}
.firm-data .Vyingy .ovelab {
  background: #eee;
  color: #999;
}
.firm-data .Vyingy .ovelab:hover {
  background: #eee;
}
.firm-data .checkly {
  overflow: hidden;
}
.firm-data .checkly input {
  width: 20px;
  height: 20px;
  display: none;
}
.firm-data .checkly .chjtsc {
  width: 30px;
  text-align: center;
  line-height: 318px;
  font-size: 38px;
  float: left;
  color: #999;
}
.firm-data .checkly .chjtsct2 {
  line-height: 360px;
}
.firm-data .checkly .allchecsk {
  width: 205px;
  height: 292px;
  border: 1px solid #eee;
  float: left;
  border-radius: 3px;
  padding: 10px 0;
}
.firm-data .checkly .allchecsk p {
  cursor: pointer;
}
.firm-data .checkly .allchecskt2 {
  width: 200px;
  height: 345px;
}
.firm-data .checkly .cenals {
  height: 290px;
  overflow: auto;
}
.firm-data .checkly .cenals::-webkit-scrollbar {
  width: 5px;
}
.firm-data .checkly .cenals::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.firm-data .checkly .cenalsw2 {
  height: 335px;
}
.firm-data .checkly .cenalsw2 label {
  width: 130px;
}
.firm-data .checkly .hasallen {
  position: relative;
  height: 260px;
}
.firm-data .checkly .hasallen2 {
  position: relative;
  height: 310px;
}
.firm-data .checkly p {
  padding-left: 20px;
  line-height: 30px;
  font-size: 12px;
}
.firm-data .checkly label {
  width: 138px;
  padding-right: 30px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.firm-data .checkly .yescek {
  background: url(../img/win.jpg) no-repeat right center;
  background-size: 10%;
}
.firm-data .queyes {
  width: 90px;
  height: 36px;
  border-radius: 3px;
  background: #CF312E;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.firm-data s {
  float: left;
  padding: 5px;
}
.firm-data .zaitilsn em {
  top: 14px;
}
.firm-data .zaitilsn .ovepstn {
  overflow: hidden;
  margin-bottom: 15px;
  background: #eee;
  float: left;
  line-height: 36px;
  padding: 0 40px 0 20px;
  position: relative;
  border-radius: 3px;
  color: #999;
  margin-right: 10px;
  /*span{
				float: left;
				margin-right: 10px;
				width:180px;
				line-height: 38px;
				height: 38px;
				padding: 0 10px;
				border-radius: 3px;
				border: 1px solid #ddd;
			}*/
}
.firm-data .zaitilsn .ovepstn a {
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 0;
}
.firm-data .zaitilsn .ovepstn span {
  padding-right: 5px;
}
.firm-data .opsilen input {
  width: 80px;
  margin: 0 10px;
  height: 32px;
}
.firm-data .opsidisn {
  position: relative;
  float: left;
  padding-bottom: 20px;
}
.firm-data .opsidisn select {
  width: 85px;
  height: 32px;
  border: 1px solid #ddd;
}
.firm-data .opsidisn .opvest {
  float: left;
  padding-left: 40px;
}
.firm-data .opsidisn .opssum {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #c33;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 8px;
}
.firm-data .opctzop input {
  width: 100px;
  float: left;
  margin: 0 10px;
}
.firm-data .opctzop .opxmname {
  width: 200px;
  margin-right: 0;
}
.firm-data .optxsbo {
  overflow: hidden;
  padding-bottom: 20px;
  background: #eee;
  line-height: 36px;
  padding: 0 40px 0 20px;
  border-radius: 3px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  color: #999;
  margin-right: 10px;
  /*span{
			float: left;
			margin-right: 10px;
			width: 100px;
			border: 1px solid #ddd;
			line-height: 34px;
			padding: 0 10px;
			border-radius: 3px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}*/
}
.firm-data .optxsbo a {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
}
.firm-data .optxsbo span {
  padding-right: 5px;
}
.firm-data .optxsbo .opnamets {
  width: 230px;
}
.firm-data .fdopens input {
  width: 367px;
  margin-left: 10px;
  height: 34px;
}
.firm-data .fdgongw input {
  width: 220px;
}
.firm-data .fdgongw span {
  padding: 0 10px 0 30px;
}
.firm-data .fdshrne {
  overflow: hidden;
}
.firm-data .fdshrne input {
  width: 485px;
  float: left;
}
.firm-data .fdshrne span {
  width: 93px;
  text-align: center;
  background: #c33;
  color: #fff;
  line-height: 38px;
  float: left;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.firm-data .fdmboxs {
  overflow: hidden;
}
.firm-data .fdturne {
  line-height: 34px;
  border: 1px solid #ddd;
  width: 580px;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  margin-right: 15px;
}
.firm-data .fdmoneys input {
  width: 80px;
  margin: 0 10px;
}
.firm-data .fdmoneys span {
  padding-right: 30px;
}
.firm-data .fdmoneys .fdchesd {
  width: 15px;
  margin: 0;
}
.firm-data .fdapsitn p {
  color: #c33;
  font-size: 12px;
  padding-top: 10px;
}
.firm-data .fdapsitn div {
  height: 200px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.firm-data2 li {
  min-height: 36px;
}
.firm-data2 .firmzi {
  line-height: 36px;
  float: left;
  margin: 0 10px 0 30px;
}
.firm-data2 .firmipe input {
  width: 180px;
  float: left;
  height: 34px;
  margin-right: 10px;
}
.firm-data2 .firmipe .hasmoney {
  margin-left: 10px;
}
.allcdbox {
  overflow: hidden;
}
.addesl {
  width: 33px;
  height: 33px;
  float: left;
  border: 1px dashed #eee;
  font-size: 40px;
  text-align: center;
  line-height: 28px;
  color: #ddd;
  margin-left: 10px;
  background: #fbfbfb;
}
.addeslne {
  float: none;
  width: 200px;
  text-align: center;
  margin-left: 0;
  cursor: pointer;
}
.addtznum {
  line-height: 38px;
  border: 1px dashed #eee;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #999;
  background: #fbfbfb;
}
.fihisnu {
  overflow: hidden;
  padding-bottom: 10px;
}
.fihisnu div {
  float: left;
  line-height: 38px;
}
.fihisnu span {
  float: left;
  line-height: 38px;
  border: 1px solid #ddd;
  width: 120px;
  margin-right: 10px;
  border-radius: 3px;
  padding: 0 10px;
  overflow: hidden;
}
.fihisnu select {
  width: 250px;
  height: 38px;
  float: left;
  line-height: 38px;
  border: 1px solid #ddd;
}
.fihisnu select option {
  line-height: 30px;
  font-size: 14px;
}
.overcuo {
  float: left;
  font-size: 33px;
  color: #c33;
  cursor: pointer;
}
.hesopic {
  overflow: hidden;
}
.hesopic .pichsp {
  width: 570px;
  height: 66px;
  border: 1px solid #ddd;
  background: #fbfbfb url(../img/scen.jpg) no-repeat center center;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.hesopic .pichsp img {
  display: block;
  width: 570px;
  height: 66px;
}
.hesopic .pictexts {
  font-size: 12px;
  color: #999;
}
.hedbacks input {
  width: 0px;
}
.hedbacks label {
  display: block;
  width: 90px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #c33;
}
.qzitext {
  position: relative;
  height: 90px;
  overflow: hidden;
  clear: both;
  background: url(../img/redin.jpg) repeat-x center center;
}
.qzitext em {
  position: absolute;
  top: 30px;
  font-size: 18px;
  font-weight: 900;
  background: #fff;
  padding-right: 24px;
}
.mapbut {
  display: block;
  width: 90px;
  height: 34px;
  margin: 0 auto;
  background: #cd3333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.jfbox {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
  overflow: hidden;
}
.jfbox .jfimg {
  width: 80px;
  float: left;
  margin-right: 40px;
}
.jfbox .jfimg img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}
.jfbox .jfimg p {
  padding-top: 9px;
  text-align: center;
  font-size: 12px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jfbox .jftext {
  width: 780px;
  float: left;
}
.jfbox .jftext h1 {
  font-size: 18px;
  font-weight: 900;
  height: 22px;
  line-height: 22px;
  padding-bottom: 18px;
}
.jfbox .jftext h1 a {
  float: left;
  color: #333;
}
.jfbox .jftext h1 span {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  left: 25px;
  background: url(../img/ding.png) no-repeat;
}
.jfbox .jftext p {
  line-height: 25px;
}
.jfbox .jftext p img {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}
.jfbox .jftext h2 {
  color: #999;
  font-size: 12px;
  padding-top: 20px;
}
.jfbox .jftext h2 span {
  margin-left: 20px;
}
.jfbox .jftext h2 em {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/huo.png) no-repeat center center;
  position: relative;
  left: 10px;
  top: 4px;
}
.inforfa {
  padding-top: 40px;
}
.inforfa div {
  padding-left: 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.inforfa div span {
  position: absolute;
  left: 0;
  line-height: 34px;
}
.inforfa div input {
  width: 508px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.inforfa div textarea {
  padding: 10px;
  height: 358px;
  line-height: 20px;
  width: 825px;
  border: 1px solid #ddd;
  resize: none;
}
.inforfa div .btnsub {
  width: 90px;
}
.infortex {
  overflow: hidden;
  position: relative;
  padding-left: 70px;
}
.infortex .inspan {
  position: absolute;
  left: 0;
}
.infobox {
  overflow: hidden;
}
.infobox .inimg {
  width: 80px;
  float: left;
  margin-right: 40px;
}
.infobox .inimg img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}
.infobox .inimg p {
  padding-top: 9px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infobox .intext {
  width: 800px;
  float: right;
}
.infobox .intext2 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.infobox .intext2 textarea {
  width: 777px;
  height: 135px;
}
.infobox .inntop {
  border-bottom: 1px dashed #ddd;
}
.infobox .inntop h1 {
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  font-weight: 900;
}
.infobox .inntop h2 {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 14px 0 18px;
}
.infobox .inntop h2 span {
  float: left;
  margin-right: 30px;
}
.infobox .inntop h2 em {
  float: left;
  width: 50px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
}
.infobox .inlou span {
  display: block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  padding: 0 12px;
  background: #eee;
  text-align: center;
  position: relative;
  top: -1px;
  border-radius: 0 0 3px 3px;
  color: #999;
  font-size: 12px;
}
.infobox .inntion p {
  padding: 10px 0;
  line-height: 24px;
}
.infobox .inhui {
  font-size: 12px;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0 20px;
}
.infobox .inhui p span {
  float: right;
  color: #cd3333;
  cursor: pointer;
}
.infobox .usedope {
  overflow: hidden;
  padding-top: 10px;
}
.infobox .usedope em {
  float: right;
}
.infobox .usedope h3 {
  font-size: 14px;
  width: 630px;
}
.infobox .usedope h3 span {
  font-weight: 900;
  padding-right: 10px;
}
.infobox .inbbox {
  background: #FBFBFB;
  clear: both;
  padding: 30px 22px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  display: none;
}
.infobox .invs {
  border-bottom: 1px dashed #ddd;
}
.infobox .inbsb {
  width: 20px;
  height: 20px;
  background: url(../img/qx.jpg) no-repeat;
  position: absolute;
  right: 15px;
  top: -12px;
}
.infobox .invit {
  overflow: hidden;
}
.infobox .invit dt {
  width: 30px;
  float: left;
}
.infobox .invit dt img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.infobox .invit dd {
  width: 710px;
  float: right;
}
.infobox .invit dd h1 {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.infobox .invit dd h1 span {
  color: #333;
}
.infobox .invit dd h2 {
  line-height: 33px;
  padding-bottom: 15px;
  color: #999;
}
.infobox .invit dd h2 span {
  float: right;
  color: #cd3333;
  cursor: pointer;
}
.infobox .invit dd .intabs {
  padding-bottom: 10px;
  display: none;
}
.infobox .invit dd .intabs textarea {
  width: 685px;
  margin: 0 0 10px;
}
.infobox textarea {
  width: 732px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  height: 50px;
  margin: 20px 0;
  resize: none;
}
.infoboxs2 .inhui p span {
  padding-right: 15px;
}
.infoboxs2 textarea {
  margin-top: 0;
}
.btnsub {
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cd3333;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 3px;
}
.mations {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
}
.mations h1 {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
}
.mations h1 span {
  margin-right: 12px;
}
.mations h1 em {
  margin: 0 12px;
}
.mations .readyes {
  color: #999;
}
.mations h2 {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
  line-height: 20px;
}
.mations h2 span {
  float: right;
  color: #cd3333;
  cursor: pointer;
  padding-right: 20px;
  background: url(../img/tobt.png) no-repeat 30px -13px;
}
.mations p {
  line-height: 30px;
  color: #666;
  padding-top: 10px;
}
.mations p a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 4px;
}
.mations .mtnbox {
  display: none;
}
.mations .erwm span {
  font-size: 12px;
  color: #999;
}
.mations .erwm img {
  display: block;
  width: 70px;
  height: 70px;
}
.blackbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  opacity: .6;
  z-index: 50;
}
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 315px;
  margin-left: -180px;
  margin-top: -160px;
  border-left: 10px solid #333;
  box-shadow: 3px 3px 5px #666;
  background-color: #fff;
  text-align: center;
  display: none;
}
.dialog .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #a0a496;
}
.dialog .close i {
  font-size: 26px;
}
.dialog h4 {
  margin-top: 40px;
  color: #333;
  font-size: 26px;
}
.dialog .log-main {
  margin-top: 40px;
}
.dialog .log-main a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 15px auto;
  width: 180px;
}
.dialog .log-main a i {
  margin-right: 15px;
}
.dialog .log-main a:hover {
  background: #cc3333;
}
#weixin_login_container {
  height: 340px;
  left: 20px!important;
  overflow: hidden;
  position: absolute;
  top: -120px !important;
  width: 300px;
  display: none;
}
.nzbox {
  width: 400px;
  padding: 30px 50px 45px;
  background: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  margin-top: -111px;
  box-shadow: 1px 1px 5px #333;
  z-index: 60;
  border-radius: 4px;
}
.nzbox .rtn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}
.nzbox h1 {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  padding-bottom: 12px;
}
.nzbox h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  padding-bottom: 12px;
  text-align: center;
}
.nzbox textarea {
  width: 380px;
  height: 130px;
  padding: 10px;
  line-height: 18px;
  border-radius: 4px;
  resize: none;
}
.nzbox h3 {
  text-align: center;
  padding-top: 15px;
}
.nzbox h3 button {
  width: 90px;
  line-height: 34px;
  background: #cd3333;
  color: #fff;
  margin-left: 5px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.nzbox h3 button:nth-child(2) {
  background: #cd3333;
  color: #fff;
  margin-left: 5px;
}
.nzbox h3 .overv {
  display: inline-block;
  width: 90px;
  line-height: 34px;
  background: #eee;
  color: #999;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.nzbox h4 {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px dashed #ddd;
  line-height: 30px;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.nzbox h5 {
  text-align: center;
}
.nzbox h6 {
  text-align: center;
  color: #cd3333;
  line-height: 25px;
}
.nzbox p {
  padding-top: 20px;
}
.nzbox p em {
  display: inline-block;
  width: 120px;
  line-height: 35px;
  text-align: center;
  background: #cd3333;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.nzbox p a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 4px;
}
.nzbox2 {
  padding-bottom: 30px;
}
.nzbox2 h2 {
  text-align: left;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
}
.nzbox2 h2 .cuot {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/xq.jpg) no-repeat;
  background-size: 100%;
  left: 0;
}
.nzbox2 h2 .yest {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/win.jpg) no-repeat;
  background-size: 100%;
  left: 0;
}
.nzboxg {
  margin-top: -180px;
}
.Tagest {
  margin-top: -170px;
  width: 545px;
  margin-left: -330px;
}
.Tagest h2 {
  line-height: 28px;
}
.Tagest p {
  padding-top: 0;
  text-align: center;
  color: #c33;
  padding-bottom: 20px;
}
.Tagest .Taline {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
}
.Tagest .Tsasp {
  padding-top: 16px;
}
.Tagest .Tsasp span {
  float: left;
  padding-right: 20px;
}
.Tagest .Tsasp textarea {
  border: 1px solid #e8e8e8;
  height: 115px;
  width: 445px;
  letter-spacing: 2px;
}
.Tagest h3 .Tovers {
  background: #eee;
  color: #999;
}
.nzboxry {
  margin-top: -150px;
}
.nzboxry p {
  padding: 0;
  overflow: hidden;
}
.nzboxry p input {
  width: 300px;
  height: 34px;
  border: none;
  padding: 0 7px;
  border: 1px solid #ddd;
}
.nzboxry p .Tip {
  width: 344px;
}
.nzboxry .ryone {
  margin-bottom: 25px;
}
.nzboxry span {
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.nzboxry h3 {
  clear: both;
}
.nzboxry h3 .overn {
  background: #eee;
  color: #999;
}
.nzboxtx p {
  padding-top: 0;
  line-height: 24px;
  text-align: center;
}
.wilmoy li {
  position: relative;
  padding-left: 80px;
  padding-bottom: 20px;
}
.wilmoy li span {
  width: 80px;
  position: absolute;
  left: 0;
  line-height: 36px;
}
.wilmoy li input {
  width: 298px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
}
.wilmoy li h6 {
  position: absolute;
  color: #c33;
  font-size: 12px;
  bottom: -2px;
}
.prctbox {
  padding-bottom: 30px;
}
.prctbox p {
  padding: 0;
  line-height: 20px;
}
.prctbox a {
  display: block;
  width: 90px;
  height: 34px;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.rewards_ts {
  color: #c33;
  font-size: 12px;
  display: none;
}
.cssSelect {
  white-space: nowrap;
  float: left;
}
.cssSelect * {
  display: block;
}
.cssSelect a {
  color: #666;
  outline-width: 0px;
  text-decoration: none;
  background: #f0f;
}
.cssSelect .selectBox {
  cursor: pointer;
  border: solid 1px #c8c8c8;
  float: left;
}
.cssSelect .selectLt {
  cursor: pointer;
  float: left;
  text-align: left;
  overflow: hidden;
}
.cssSelect .selectRt {
  cursor: pointer;
  background: url('../img/skin_icons.png') 3px 8px no-repeat;
  float: right;
}
.cssSelect .selectBox {
  width: 140px;
  border-radius: 2px;
  border-color: #ddd;
}
.cssSelect .selectLt {
  height: 34px;
  line-height: 31px;
  padding: 0 0 0 10px;
  background: none transparent scroll repeat 0% 0%;
  color: #666;
  max-width: 109px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cssSelect .selectRt {
  height: 34px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 28px;
}
.cssSelect .sNormal {
  background-position: 0px 0px;
}
/*.cssSelect .sNormal .selectRt { background-position: 100% 0px}*/
.cssSelect .sHover {
  background-position: 0px -50px;
}
.cssSelect .sHover .selectRt {
  background: url('../img/skin_icons.png') -26px 8px no-repeat;
}
.cssSelect .sPressDown .selectRt {
  background: url('../img/skin_icons.png') 3px 8px no-repeat;
  float: right;
}
.cssSelect .optionsBox {
  position: absolute;
  border: 1px solid #dbdbdb;
  padding: 2px;
  margin: 0px;
  background: #fff;
  z-index: 100;
}
.cssSelect .optionsInnerBox {
  width: 196px;
}
.cssSelect .optionBox {
  cursor: pointer;
  padding: 2px 10px 2px 10px;
  margin: 0px;
  height: 25px;
  line-height: 25px;
}
.cssSelect .optionBox span {
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cssSelect .oNormal {
  line-height: 30px;
}
.cssSelect .oHover {
  background: #c8c8c8;
  color: #fff;
}
.cssSelect .selected {
  background: #c8c8c8;
  color: #fff;
}
.cssSelect .optionsInnerBox .optionBox span {
  position: relative;
  line-height: 24px;
}
#select_ui_id_allbing .selectBox {
  width: 148px;
  border-color: #e8e8e8;
}
#select_ui_id_allbing .optionsInnerBox {
  width: 145px;
}
#select_ui_id_allbing .optionsInnerBox span {
  padding-left: 0;
}
#select_ui_id_allbing1 .selectBox {
  width: 148px;
  border-color: #e8e8e8;
}
#select_ui_id_allbing1 .optionsInnerBox {
  width: 145px;
}
#select_ui_id_allbing1 .optionsInnerBox span {
  padding-left: 0;
}
#select_ui_id_allbing2 .selectBox {
  width: 148px;
  border-color: #e8e8e8;
}
#select_ui_id_allbing2 .optionsInnerBox {
  width: 145px;
}
#select_ui_id_allbing2 .optionsInnerBox span {
  padding-left: 0;
}
#select_ui_id_moldy .selectBox {
  width: 314px;
  border-color: #e8e8e8;
}
#select_ui_id_moldy .optionsInnerBox {
  width: 310px;
}
#select_ui_id_moldy .optionsInnerBox span {
  padding-left: 0;
}
#select_ui_id_stmy .selectBox {
  width: 158px;
  border-color: #e8e8e8;
}
#select_ui_id_stmy .optionsInnerBox {
  width: 155px;
}
#select_ui_id_stmy .optionsInnerBox span {
  padding-left: 0;
}
#select_ui_id_stmy2 .selectBox {
  width: 158px;
  border-color: #e8e8e8;
}
#select_ui_id_stmy2 .optionsInnerBox {
  width: 155px;
}
#select_ui_id_stmy2 .optionsInnerBox span {
  padding-left: 0;
}
footer {
  width: 100%;
  background: #333;
  min-width: 1200px;
  margin-top: 60px;
}
footer .foot {
  width: 1200px;
  margin: 0 auto;
  background: #323232;
  padding: 40px 0 30px 0;
  color: #676767;
  position: relative;
  overflow: hidden;
}
footer .foot1 {
  padding-right: 110px;
}
footer .foot2 {
  clear: both;
  padding-right: 110px;
  padding-top: 15px;
  font-size: 12px;
}
footer .foot2 span:nth-child(2) {
  float: right;
}
footer .foot3 {
  position: absolute;
  background: url(../img/footapp.jpg) no-repeat;
  width: 90px;
  height: 70px;
  right: 0px;
  top: 40px;
  border-radius: 3px;
}
footer .flogo {
  width: 126px;
  height: 32px;
  float: left;
  background: url(../img/logo.png) no-repeat;
}
footer .footrig {
  float: right;
  line-height: 25px;
  color: #9C9C9C;
  margin-left: 20px;
}
footer .footrig a {
  color: #9C9C9C;
  padding-right: 20px;
}
footer .footrig div {
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  cursor: pointer;
}
footer .footrig .fotw {
  background: url(../img/footwxv.png) no-repeat -26px;
}
footer .footrig .fotv {
  background: url(../img/footwxv.png) no-repeat 0px;
}
footer .footrig .fotx {
  background: url(../img/footwxv.png) no-repeat -52px;
  position: relative;
}
footer .footrig .fotx div {
  width: 90px;
  height: 90px;
  display: none;
  position: absolute;
  top: -115px;
  right: 8px;
  padding: 5px;
  background: #fff;
  border-radius: 2px 2px 0 2px;
  box-shadow: 1px 1px 4px #333;
}
footer .footrig .fotx div img {
  display: block;
}
footer .footrig .fotx div .rib {
  position: absolute;
  bottom: -8px;
  right: 0px;
}
footer .footrig .fotx div .wxkf {
  width: 100px;
}
footer .footrig .fotx .wxkfbox {
  padding: 0;
  width: 100px;
  height: 100px;
  top: -145px;
}
footer .footrig .fotx2 {
  background: url(../img/wkf.png) no-repeat;
  border-radius: 50%;
}
footer .footrig .fotx:hover div {
  display: block;
}
footer .Nfot1 {
  float: left;
  padding-right: 135px;
}
footer .Flont {
  clear: both;
  padding-top: 5px;
}
footer .Flont span {
  letter-spacing: 5px;
  padding: 3px;
  font-size: 10px;
}
footer .Flontcc {
  font-size: 14px;
  padding-top: 15px;
  font-size: 12px;
}
footer .Nfot2 {
  float: left;
  font-size: 12px;
}
footer .Flntv {
  padding: 19px 0;
}
footer .Flntv a {
  margin-right: 20px;
}
footer .Nfot3 {
  float: right;
}
footer .Fhelp {
  text-align: right;
  font-size: 12px;
  position: relative;
  top: -10px;
}
footer .Fhelp span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #999;
  text-align: center;
  line-height: 15px;
  color: #444;
  margin-right: 10px;
}
footer .Fpic img {
  float: left;
  margin-left: 20px;
}
footer .Flgeo {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #999;
  border-top: 2px solid #4E4E4E;
  padding: 5px 0;
  color: #666;
  font-size: 12px;
}
footer .Flgeo a {
  color: #666;
}
footer .Flgeo span {
  padding: 0 10px;
}
.main {
  width: 1200px;
  background: #fff;
  border-radius: 3px;
  min-height: 700px;
}
.main .weifu {
  width: 1120px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 40px 0;
  line-height: 24px;
  position: relative;
}
.main .weifu h1 {
  font-size: 24px;
  float: left;
}
.main .weifu h2 {
  float: right;
}
.main .weifu h2 img {
  margin-right: 6px;
  vertical-align: middle;
}
.main .weifu h2 span {
  margin-left: 10px;
  color: #cd3333;
  font-size: 18px;
  font-weight: 600;
  margin-right: 4px;
}
.main .weifu h2 em {
  font-size: 18px;
  font-weight: 600;
}
.main .weifu p {
  position: absolute;
  bottom: 10px;
  color: #999;
  font-size: 12px;
}
.main .weifu p em {
  color: #666;
  text-decoration: underline;
  padding: 0 4px;
}
.main .zfsm {
  width: 630px;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 180px;
}
.main .zfsm div {
  float: left;
}
.main .zfsm .yns2 {
  float: right;
  width: 240px;
  overflow: hidden;
}
.main .zfsm .yns2 h1 {
  color: #999;
  font-size: 12px;
  padding-top: 18px;
  clear: both;
}
.main .zfsm .yns2 h1 a {
  text-decoration: underline;
  color: #cd3333;
}
.main .zfsm .meysn {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #cd3333;
  border-radius: 3px;
  text-align: center;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.main .zfsm .erzfm {
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.main .zfsm .erzfm div {
  border-top: 1px solid #ddd;
  float: none;
  padding: 15px 40px;
  overflow: hidden;
}
.main .zfsm .erzfm div img {
  float: left;
  margin-right: 10px;
}
.main .zfsm .erzfm div h3 {
  float: left;
  line-height: 16px;
  color: #999;
}
.drigs {
  padding: 20px 40px;
}
.drigs li {
  position: relative;
  padding-left: 100px;
  height: 55px;
  line-height: 55px;
}
.drigs li span {
  position: absolute;
  left: 0;
}
.drigs li h1 {
  font-size: 18px;
  font-weight: 800;
}
.drigs li h1 em {
  color: #cd3333;
}
.drigs li h2 input {
  margin-right: 8px;
}
.drigs li h2 label {
  display: inline-block;
  height: 55px;
  padding-left: 28px;
  background: url(../img/wxz.jpg) no-repeat 0 16px;
  margin-right: 40px;
}
.drigs li h2 .zbf {
  background: url(../img/zfb.jpg) no-repeat 0 16px;
}
.drigs li .gofk {
  display: block;
  margin-top: 20px;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #cd3333;
  border-radius: 3px;
}
.loginboxs {
  width: 1200px;
  background: #fff;
  min-height: 720px;
  border-radius: 3px;
  padding-bottom: 100px;
}
.loginboxs2 {
  min-height: 450px;
  padding-top: 40px;
}
.loginboxs2 .gxbigdal {
  padding-top: 50px;
}
.loginboxs2 .gxbigdal p {
  text-align: center;
  font-size: 20px;
}
.loginboxs2 .gxbigdal p a {
  color: #cd3333;
}
.loginboxs2 .gxbigdal h1 {
  text-align: center;
  padding-top: 20px;
}
.loginboxs2 .gxbigdal h1 span {
  color: #cd3333;
}
.liuchen {
  width: 484px;
  margin: 0 auto;
  padding-top: 55px;
}
.liuchen .linots {
  font-size: 24px;
  padding-left: 6px;
  padding-top: 15px;
}
.liuchen .linots span {
  float: left;
}
.liuchen .linots span:nth-child(2) {
  float: none;
  padding-left: 260px;
  margin: 0 auto;
}
.liuchen .linots span:nth-child(3) {
  float: right;
}
.liuchen .linots .rspd {
  color: #cd3333;
}
.claimbox {
  width: 550px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.claimbox h1 {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}
.claimbox h2 {
  text-align: center;
  color: #999;
}
.claimbox h3 {
  text-align: center;
  height: 36px;
  background: #eee;
  border-radius: 4px;
  line-height: 36px;
  margin-top: 20px;
  position: absolute;
  width: 550px;
}
.claimbox h3 span {
  color: #cd3333;
}
.mflogin {
  width: 550px;
  margin: 40px auto;
}
.mflogin li {
  line-height: 36px;
  padding: 15px 0 15px 90px;
  position: relative;
}
.mflogin li span {
  position: absolute;
  left: 0;
}
.mflogin li input {
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.mflogin li p {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #cd3333;
  display: none;
}
.mflogin li p a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 5px;
}
.mflogin .zero span {
  width: 56px;
  line-height: 20px;
  top: 25px;
}
.mflogin .zero img {
  float: left;
  width: 58px;
  height: 58px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-right: 20px;
}
.mflogin .zero strong {
  float: left;
  width: 82%;
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
}
.mflogin .zero em {
  float: left;
  width: 82%;
  line-height: 24px;
  font-size: 12px;
  color: #f66;
}
.mflogin .one input {
  width: 378px;
}
.mflogin .one em {
  float: right;
  width: 40px;
  height: 36px;
  cursor: pointer;
  background: ;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  border-radius: 3px;
}
.mflogin .two input {
  width: 440px;
}
.mflogin .there {
  overflow: hidden;
}
.mflogin .there input {
  width: 320px;
  float: left;
}
.mflogin .there em {
  float: right;
  width: 117px;
  background: #cd3333;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 36px;
}
.mflogin .there .eblackg {
  background: #eee;
  color: #999;
}
.mflogin .there p {
  bottom: -10px;
}
.mflogin .fore {
  position: relative;
  clear: both;
}
.mflogin .fore input {
  width: 440px;
}
.mflogin .fore a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 25px;
  background: url(../img/eye.png) no-repeat 0 -32px;
}
.mflogin .fore .pwd2 {
  display: none;
}
.mflogin .five input {
  width: 90px;
  height: 36px;
  border: none;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.mflogin .six label {
  margin-right: 30px;
  cursor: pointer;
}
.mflogin .six div {
  float: left;
  position: relative;
}
.mflogin .six div div {
  position: absolute;
  left: 10px;
  min-width: 100px;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0px 5px;
  display: none;
  top: -10px;
  font-size: 12px;
  line-height: 16px;
  color: orange;
}
.mflogin .six div .otw1 {
  text-align: center;
  left: -15px;
}
.mflogin .six div .otw2 {
  width: 280px;
  top: -30px;
  left: -70px;
}
.mflogin .six div .otw3 {
  text-align: center;
  left: -15px;
}
.mflogin .six div .otw4 {
  width: 160px;
  left: -35px;
  text-align: center;
}
.mflogin .six div:hover div {
  display: block;
}
.mflogin .seven em {
  float: left;
  padding: 0 8px;
}
.mflogin .seven .shiy {
  padding: 0;
  padding-left: 8px;
}
.mflogin .seven input {
  margin-top: 15px;
}
.mflogin .seven select {
  float: left;
  width: 115px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: medium none;
}
.mflogin .eight h5 {
  overflow: hidden;
}
.mflogin .eight em {
  width: 347px;
  border: 1px solid #ccc;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  border-radius: 3px 0 0 3px;
}
.mflogin .eight .files {
  width: 0;
  padding: 0;
  border: none;
  float: left;
}
.mflogin .eight label {
  float: left;
  width: 90px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background: #cd3333;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.mflogin .eight .eblackg {
  background: #eee;
  color: #999;
}
.mflogin .ciplist {
  position: absolute;
  top: 53px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
}
.mflogin .ciplist li {
  padding: 0 10px;
  border-bottom: 1px dashed #ddd;
  width: 378px;
  overflow: hidden;
}
.mflogin .ciplist li a {
  float: right;
  margin-left: 20px;
  color: #c33;
  font-size: 12px;
}
.mflogin .ciplist li i {
  font-style: normal;
  cursor: pointer;
  float: left;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mflogin .ciplist li:last-child {
  border-bottom: none;
}
.mflogin .cheknine {
  padding: 0px 0 0px 90px;
}
.mflogin .cheknine div {
  overflow: hidden;
  width: 530px;
}
.mflogin .cheknine div input {
  float: left;
  margin-right: 3px;
}
.mflogin .cheknine div label {
  float: left;
  width: 115px;
  line-height: 34px;
  cursor: pointer;
}
.mflogin .radio-wrap {
  float: left;
  width: 25%;
}
.mflogin .magic-radio {
  position: absolute;
  display: none;
}
.mflogin .magic-radio + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.mflogin .magic-radio + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  margin-top: 8px;
}
.mflogin .magic-radio + label:after {
  position: absolute;
  display: none;
  content: '';
  top: 14px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ce312d;
}
.mflogin .magic-radio:checked + label:after {
  display: block;
}
.mflogin .selectbox {
  display: none;
}
.mflogin .select {
  float: left;
  width: 210px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-right: 10px;
  display: none;
}
.mflogin .shouv {
  position: relative;
  cursor: pointer;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mflogin .xsj {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  transform: rotate(-135deg);
}
.mflogin .menu {
  width: 210px;
  height: 34px;
  border: none;
  padding-left: 10px;
  background-color: #fff;
  overflow: auto;
  vertical-align: top;
  outline: none;
  cursor: pointer;
}
.mflogin .menu option {
  width: 210px;
  line-height: 120px;
}
.mflogin .selected {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mflogin .selected:hover {
  background-color: #3e97eb;
  color: #fff;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 8;
}
.tipmsg {
  position: fixed;
  left: 50%;
  top: 30%;
  width: 400px;
  border-radius: 3px;
  padding: 40px 50px;
  background-color: #fff;
  margin-left: -250px;
  z-index: 99;
  box-shadow: -1px 1px 5px 0 #bbbbbb;
}
.tipmsg .icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  color: #4a4a4a;
}
.tipmsg h2 {
  height: 44px;
  border-bottom: 1px dashed #ccc;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.tipmsg .content {
  padding-top: 13px;
  text-align: center;
}
.tipmsg .content p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.tipmsg .content p span {
  color: #f66;
  font-weight: bold;
  font-size: 15px;
}
.tipmsg .content dl {
  padding-top: 20px;
  padding-bottom: 30px;
}
.tipmsg .content dl dt {
  width: 58px;
  height: 58px;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  margin: 0 auto;
}
.tipmsg .content dl dt img {
  width: 100%;
  height: 100%;
}
.tipmsg .content dl dd {
  width: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 12px auto 0;
  font-size: 16px;
}
.tipmsg .content button {
  width: 120px;
  height: 36px;
  line-height: 36px;
  background-color: #ca3538;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 457;
}
.popuptip {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 200px;
  padding: 20px;
  margin-left: -171px;
  margin-top: -121px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  z-index: 678;
}
.popuptip p {
  padding-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.popuptip button {
  width: 80px;
  height: 40px;
  border: none;
  border-radius: 3px;
  background-color: #f66;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.endbunt {
  background: ;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.userxyn {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.userxyn p {
  height: 16px;
  line-height: 16px;
  color: #999;
}
.userxyn p a {
  float: right;
  padding-left: 25px;
}
.userxyn p span {
  float: right;
  padding-right: 25px;
  border-right: 1px solid #999;
}
.loginyes {
  width: 1200px;
  background: #fff;
  border-radius: 3px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.tjyes {
  padding-top: 60px;
}
.tjyes h1 {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  padding-bottom: 30px;
}
.tjyes h1 img {
  vertical-align: middle;
  margin-right: 20px;
}
.tjyes p {
  text-align: center;
  line-height: 24px;
}
.tjyes p span {
  font-size: 24px;
  color: #cd3333;
}
.tjyes p span:last-child {
  margin-right: 10px;
}
.tjyes p a {
  text-decoration: underline;
  padding: 0 4px;
}
.wxkfbox {
  width: 138px;
  margin: 30px auto 0;
}
.wxkfbox .wkitn {
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
.wxkfbox h1 {
  height: 29px;
  line-height: 29px;
  color: #999;
  text-align: center;
  background: #eee;
}
.wxkfbox p {
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.sixbox {
  overflow: hidden;
}
.sixbox .vnzbox {
  width: 351px;
  height: 307px;
  background: url(../img/fivej.png) no-repeat center center;
  float: left;
  margin-bottom: 30px;
}
.sixbox .vnzbox div {
  width: 74px;
  height: 70px;
  margin: 0 auto;
  margin-top: 38px;
  background: url(../img/logyes.png) no-repeat;
}
.sixbox .vnzbox .picq1 {
  background-position: 0 -74px;
}
.sixbox .vnzbox .picq3 {
  background-position: 0 -146px;
}
.sixbox .vnzbox .picq4 {
  background-position: 0 -218px;
}
.sixbox .vnzbox .picq5 {
  background-position: 0 -290px;
}
.sixbox .vnzbox .picq6 {
  background-position: 0 -362px;
}
.sixbox .vnzbox .picq7 {
  background-position: 0 -434px;
}
.sixbox .vnzbox h1 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.sixbox .vnzbox h2 {
  line-height: 24px;
  text-align: center;
  color: #999;
}
.sixbox .vnzbox1 {
  margin-left: 230px;
}
.sixbox .vnzbox2 {
  margin-left: 45px;
}
.sixbox .vnzbox3 {
  margin-left: 29px;
}
.sixbox .vnzbox4 {
  margin-left: 43px;
}
.vnzbox7 {
  text-align: center;
  padding: 20px;
  font-size: 24px;
}
.vnzbox7 a {
  color: #cd3333;
  text-decoration: underline;
  padding: 0 4px;
}
.logbove {
  padding: 50px 0;
}
.logbove h1 {
  font-size: 34px;
  text-align: center;
}
.logbove h1 span {
  font-weight: 800;
  padding-left: 10px;
}
.logbove h2 {
  padding-top: 10px;
  text-align: center;
  font-size: 26px;
}
.forget {
  background: #fff;
  border-radius: 3px;
  min-height: 200px;
  padding: 150px;
}
.forget .foremil p {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.forget .foremil p span {
  color: #cd3333;
  padding: 0 3px;
}
.forget .foremil p a {
  color: #cd3333;
  text-decoration: underline;
}
.forget .foremil div {
  position: relative;
}
.forget .foremil h3 {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  padding-top: 5px;
  color: #cd3333;
  display: none;
  padding-left: 300px;
}
.forget .foremil input {
  display: block;
  width: 300px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0 10px;
}
.forget .foremil .tjbut {
  display: block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  margin: 30px auto;
  text-align: center;
  background: #cd3333;
  color: #fff;
  border-radius: 3px;
}
.forget .getpwd {
  display: none;
}
.logontow {
  width: 35%;
  max-width: 360px;
  padding: 20px 40px;
  background: #fff;
  margin: 0 auto;
  color: #333;
}
.logontow div {
  text-align: center;
  border-bottom: 1px solid #cdd;
  margin-bottom: 30px;
}
.logontow div span {
  position: relative;
  top: 11px;
  background: #fff;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 900;
}
.logontow .yesr span {
  font-size: 14px;
  top: 9px;
}
.logontow p {
  height: 34px;
  border: 1px solid #eee;
  margin: 13px 0;
  position: relative;
}
.logontow p em {
  float: left;
  width: 34px;
  height: 34px;
  background: #eeeeee url(../img/userpow.png) no-repeat 4px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.logontow p span {
  position: absolute;
  top: 37px;
  left: 42px;
  font-size: 12px;
  color: #c33;
  display: none;
}
.logontow p input {
  float: left;
  width: 85%;
  padding-left: 44px;
  height: 34px;
  border: none;
  position: absolute;
  left: 0;
}
.logontow .pltow {
  margin-top: 25px;
}
.logontow .pltow em {
  background-position: -21px;
}
.logontow h3 {
  padding-top: 8px;
}
.logontow h3 a {
  float: right;
  text-decoration: underline;
}
.logontow h4 {
  padding: 20px 0;
}
.logontow h4 input {
  height: 36px;
  border: none;
  background: #c33;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.logontow .wxqb {
  width: 210px;
  margin: 0 auto;
  height: 34px;
}
.logontow .wxqb a {
  float: left;
  width: 34px;
  height: 34px;
  background: url(../img/wxbq.png) no-repeat;
}
.logontow .wxqb a:nth-child(1) {
  background-position: -72px;
}
.logontow .wxqb a:nth-child(3) {
  background-position: -36px;
}
.logontow .wxqb a:nth-child(3) .wx_container {
  width: 300px;
  height: 340px;
  background: #fff;
  position: relative;
  top: -350px;
  left: -215px;
  z-index: 3;
  overflow: hidden;
  border: 1px solid #fff;
  display: none;
}
.logontow .wxqb a:nth-child(3):hover .wx_container {
  display: block;
}
.logontow .wxqb a:nth-child(2) {
  margin: 0 50px;
}
.seven-no-front p {
  border-bottom: none;
}
.example-post-detail {
  padding: 40px;
  width: 1118px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.example-post-detail h1 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.djzk {
  padding-top: 30px;
  clear: both;
}
.djzk h1 {
  line-height: 36px;
  font-size: 16px;
  font-weight: 900;
}
.djzk li {
  line-height: 30px;
  color: #666;
}
.djzk li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cd3333;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-right: 10px;
}
.djinq {
  font-size: 18px;
  padding: 20px 0;
}
.djinq a {
  color: #999;
}
.djinq .yes {
  color: #333;
}
.djinq em {
  border-right: 1px solid #ddd;
  display: inline-block;
  height: 24px;
  position: relative;
  top: 4px;
  margin: 0 10px;
}
.dzyes {
  width: 188px;
  border: 1px solid #E4CFD4;
  border-top: none;
  height: 42px;
  padding: 25px 15px 20px 15px;
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.dzyes:nth-child(4n) {
  margin-right: 0;
}
.dzyes .dzt {
  position: absolute;
  width: 100%;
  height: 8px;
  background: url(../img/dj.jpg) repeat top;
  top: 0;
  left: 0;
}
.dzyes .dzm {
  float: left;
  border-right: 1px solid #ddd;
  color: #cd3333;
  width: 66px;
  height: 37px;
  padding-top: 5px;
}
.dzyes .dzm span {
  font-size: 26px;
}
.dzyes .dzr {
  float: left;
  padding-left: 10px;
  font-size: 11px;
  padding-top: 5px;
}
.dzyes .dzr span {
  display: block;
}
.dzyes .dzr em {
  color: #cd3333;
}
.dzyes2 {
  color: #999;
  background: url(../img/fm.png) no-repeat 165px 40px;
}
.dzyes2 .dzt {
  background: url(../img/df.jpg) repeat top;
}
.dzyes2 .dzm {
  color: #999;
}
.dzyes2 .dzr em {
  color: #999;
}
.dzyes3 {
  color: #999;
  background: url(../img/ovm.png) no-repeat 165px 40px;
}
.dzyes3 .dzt {
  background: url(../img/df.jpg) repeat top;
}
.dzyes3 .dzm {
  color: #999;
}
.dzyes3 .dzr em {
  color: #999;
}
.Dznyes {
  width: 220px;
  position: relative;
  background: #fff;
  border: 1px solid #e4cfd4;
  border-top: none;
  border-radius: 3px;
  margin-bottom: 20px;
  float: left;
  margin-right: 8px;
}
.Dznyes .dztop {
  position: absolute;
  width: 100%;
  height: 8px;
  background: url(../img/dj.jpg) repeat top;
  top: 0;
  left: 0;
}
.Dznboxn {
  padding: 18px 18px 15px;
}
.Dznbtopn {
  overflow: hidden;
  padding-bottom: 9px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 7px;
}
.Dznbtopn .Dznbtlef {
  float: left;
  color: #c33;
  width: 80px;
}
.Dznbtopn .Dznbtlef sub {
  position: relative;
  top: -3px;
}
.Dznbtopn .Dznbtlef span {
  font-size: 24px;
}
.Dznbtopn .Dznbtrig {
  float: right;
}
.Dznbtopn .Dznbtrig h2 {
  font-size: 12px;
  line-height: 16px;
}
.Dznbtopn .Dznbtrig h3 {
  font-size: 12px;
  color: #c33;
}
.Dznbbotm {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.Dznbbotm h2 {
  line-height: 18px;
  width: 128px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Dznbbotm span {
  float: right;
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #c33;
  border-radius: 3px;
  margin-top: 17px;
}
.Dznbbotm a {
  color: #fff;
  display: block;
}
.Dznyes2 {
  border: 1px solid #cdcdcd;
  border-top: none;
  color: #999;
}
.Dznyes2 .dztop {
  background: url(../img/df.jpg) repeat top;
}
.Dznyes2 .Dznbtlef {
  color: #999;
}
.Dznyes2 .Dznbtrig h3 {
  color: #999;
}
.Dznyes2 .Dznbbotm span {
  color: #eee;
  background: #cdcdcd;
}
.prlistbox {
  position: fixed;
  z-index: 51;
  width: 720px;
  background: #fff;
  padding: 0 40px;
  left: 50%;
  margin-left: -400px;
  top: 12%;
  box-shadow: 0 0 5px #000;
  border-radius: 4px;
}
.prlistbox h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 70px;
}
.prlistbox .prbit {
  background: #E8E8E8;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  border-radius: 3px 3px 0 0;
}
.prlistbox .prbit span {
  float: left;
}
.prlistbox .prbit span:nth-child(1) {
  width: 425px;
}
.prlistbox .prbit span:nth-child(2) {
  width: 175px;
  text-align: center;
}
.prlistbox .prbit span:nth-child(3) {
  width: 65px;
  text-align: center;
  padding-left: 10px;
}
.prlistbox .cuo {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.prlistbox .pryes {
  display: block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #cd3333;
  border-radius: 3px;
  margin: 20px auto;
  text-align: center;
}
.prlistbox .pruls {
  border: 1px solid #ddd;
  padding: 0 20px;
  max-height: 350px;
  overflow: auto;
}
.prlistbox .pruls::-webkit-scrollbar {
  width: 8px;
}
.prlistbox .pruls::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.prlistbox .pruls li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  line-height: 54px;
}
.prlistbox .pruls li div {
  float: left;
}
.prlistbox .pruls li div:nth-child(1) {
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prlistbox .pruls li div:nth-child(2) {
  width: 175px;
  text-align: center;
}
.prlistbox .pruls li div:nth-child(3) {
  width: 65px;
  text-align: center;
  float: right;
}
.prlistbox .pruls li div:nth-child(3) input {
  width: 16px;
  height: 16px;
}
.prlistbox .pruls li:last-child {
  border: none;
}
.prlistbox .pruleixg li {
  padding: 10px 0 0 70px;
  position: relative;
}
.prlistbox .pruleixg li span {
  position: absolute;
  left: 0;
  top: 10px;
}
.prlistbox .pruleixg div {
  overflow: hidden;
}
.prlistbox .pruleixg div em {
  float: left;
  width: 24%;
}
.prlistbox .pruleixg div label {
  cursor: pointer;
}
.prlistbox .czxysbos {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 25px;
}
.prlistbox .czxysbos::-webkit-scrollbar {
  width: 8px;
}
.prlistbox .czxysbos::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.prlistbox .czxysbos p {
  line-height: 24px;
}
.prlistbox .czxysbos h2 {
  font-weight: bold;
  line-height: 35px;
  font-size: 16px;
}
.pusbox {
  margin: 0 auto;
  text-align: center;
}
.pusbox p {
  line-height: 60px;
  color: #666;
}
.pusbox a {
  display: block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: #cd3333;
  margin: 33px auto;
}
.Pusvnew {
  height: 345px;
  overflow: hidden;
}
.Pusvnew .Pusvone {
  width: 630px;
  height: 345px;
  float: left;
  background: url(../img/newpre.png) no-repeat center center;
  position: relative;
}
.Pusvnew .Pusvone p {
  position: absolute;
}
.Pusvnew .Pusvone p em {
  color: #f66;
  padding-left: 3px;
}
.Pusvnew .Pusvone .pon1 {
  width: 140px;
  left: 80px;
  text-align: right;
  top: 110px;
}
.Pusvnew .Pusvone .pon2 {
  width: 165px;
  top: 180px;
  left: 0;
  text-align: center;
}
.Pusvnew .Pusvone .pon3 {
  top: 140px;
  width: 150px;
  text-align: center;
  left: 450px;
}
.Pusvnew .Pusvone a {
  width: 90px;
  line-height: 36px;
  border-radius: 3px;
  background: #c33;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 274px;
  bottom: 0px;
}
.Pusvnew .Pusvtwo {
  width: 290px;
  height: 260px;
  float: right;
  overflow: auto;
  margin-top: 70px;
}
.Pusvnew .Pusvtwo img {
  display: block;
  float: left;
  height: 16px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.Pusvnew .Pusvtwo::-webkit-scrollbar {
  width: 5px;
}
.Pusvnew .Pusvtwo::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.txfp {
  color: red;
  padding-top: 20px;
}
.Y_frid {
  padding: 20px;
}
.Y_frid h1 {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 20px;
}
.Y_frid h2 {
  line-height: 16px;
}
.Y_frid h2 input {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.Y_frid h2 label {
  margin-right: 30px;
  cursor: pointer;
}
.Y_frsi {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 30px;
}
.Y_frsi .Y_fnst {
  padding: 30px 0;
  overflow: hidden;
}
.Y_frsi .Y_fnst div {
  float: left;
}
.Y_frsi .Ynsen {
  text-align: center;
  width: 195px;
}
.Y_frsi .Y_fnone {
  border-bottom: 1px dashed #ddd;
}
.Y_frsi .Y_fnone div {
  line-height: 115px;
}
.Y_frsi .Y_fnone .Yfntn {
  line-height: 20px;
  padding-top: 49px;
}
.Y_frsi .Y_fnone img {
  display: block;
  width: 114px;
  height: 114px;
}
.Y_frsi .Y_fntwo {
  line-height: 36px;
}
.Y_frsi .Y_fntwo input {
  border: 1px solid #eee;
  width: 485px;
  height: 35px;
  padding: 0 6px;
  background: #ddd;
}
.Y_frsi .Y_fntwo a {
  display: inline-block;
  margin-left: 20px;
  margin-right: 1px;
  border-radius: 3px;
  line-height: 22px;
  padding: 0 18px;
  height: 34px;
  line-height: 34px;
  background: #c33;
  color: #fff;
}
.Yhrt {
  font-size: 18px;
  overflow: hidden;
  padding: 40px 0;
}
.Yhrt h2 {
  float: left;
  font-weight: 900;
  margin-right: 40px;
}
.Yhrt h2 span {
  color: #c33;
  padding-left: 14px;
}
.Yleij {
  height: 50px;
  background: #eee;
  line-height: 18px;
  color: #666;
  overflow: hidden;
}
.Yleij div {
  float: left;
  text-align: center;
  padding-top: 6px;
}
.Yleij .one {
  width: 140px;
  line-height: 40px;
}
.Yleij .two {
  width: 150px;
  line-height: 40px;
}
.Yleij .ther {
  width: 165px;
}
.Yleij .forn {
  width: 155px;
}
.Yleij .five {
  width: 160px;
}
.Yleij .six {
  width: 150px;
}
.Ylistb li {
  overflow: hidden;
  padding: 28px 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #ddd;
}
.Ylistb li div {
  float: left;
  text-align: center;
  height: 30px;
}
.Ylistb li .one {
  width: 130px;
  padding: 0 5px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Ylistb li .two {
  width: 150px;
  line-height: 40px;
}
.Ylistb li .ther {
  width: 125px;
  padding: 0 20px;
  line-height: 18px;
}
.Ylistb li .forn {
  width: 155px;
}
.Ylistb li .five {
  width: 160px;
}
.Ylistb li .six {
  width: 108px;
  padding: 0 20px;
  line-height: 18px;
}
.Ylistb li .line {
  background: url(../img/line.jpg) no-repeat center center;
}
.BPlists {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
  font-size: 12px;
}
.BPlists div {
  float: left;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.BPlists .one {
  width: 150px;
}
.BPlists .two {
  width: 100px;
  line-height: 20px;
  padding: 0 15px;
  text-overflow: inherit;
  white-space: inherit;
}
.BPlists .there {
  width: 140px;
}
.BPlists .fore {
  width: 120px;
}
.BPlists .five {
  width: 130px;
}
.BPlists .six {
  width: 125px;
}
.BPlists .sixws {
  color: #c33;
}
.BPlists .sixowe {
  background: #00f;
  height: 40px;
  background: url(../img/line.jpg) no-repeat center center;
}
.ydlistrz {
  background: #eee;
  height: 30px;
  padding: 10px 0;
  color: #666;
}
.ydlistrz li {
  float: left;
  text-align: center;
  line-height: 15px;
}
.ydlistrz .one {
  width: 70px;
}
.ydlistrz .two {
  width: 85px;
}
.ydlistrz .there {
  width: 50px;
}
.ydlistrz .fore {
  width: 100px;
}
.ydlistrz .five {
  width: 65px;
}
.ydlistrz .six {
  width: 75px;
  line-height: 30px;
}
.ydlistrz .seven {
  width: 110px;
}
.ydlistrz .eight {
  width: 95px;
}
.ydlistrz .nine {
  width: 80px;
  line-height: 30px;
}
.rzlistse {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
  height: 40px;
  font-size: 12px;
}
.rzlistse div {
  float: left;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.rzlistse .one {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rzlistse .two {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}
.rzlistse .there {
  width: 50px;
}
.rzlistse .fore {
  width: 100px;
  line-height: 18px;
}
.rzlistse .fore2 {
  width: 85px;
  line-height: 18px;
}
.rzlistse .five {
  width: 65px;
}
.rzlistse .six {
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rzlistse .seven {
  width: 110px;
}
.rzlistse .eight {
  width: 95px;
}
.rzlistse .nine {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rzlistse .ninese {
  height: 40px;
  background: url(../img/line.jpg) no-repeat center center;
}
.rzlistse select {
  width: 78px;
  height: 26px;
  border: 1px solid #ddd;
}
.userdtex {
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
  position: relative;
}
.userdtex h1 {
  line-height: 30px;
  font-size: 18px;
}
.userdtex h1 span {
  padding-right: 10px;
  font-weight: 900;
}
.userdtex h3 {
  line-height: 26px;
  font-size: 12px;
}
.userdtex .userprds {
  margin: 5px 0;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.userdtex .rigtexn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 30px;
  background: url(../img/topbon.png) no-repeat 0px -56px;
  cursor: pointer;
}
.userdtex .rigtexn:hover {
  background-position: 0 0;
}
.userdtex .rigxn2 {
  background-position: 0px 0;
}
.userdtex .usergets {
  display: none;
  padding: 15px 0;
  overflow: hidden;
}
.userdtex .usergets p {
  line-height: 25px;
}
.userdtex .usergets h5 {
  padding-top: 10px;
}
.userdtex .usergets h5 em {
  font-size: 12px;
}
.userdtex .usergets h5 span {
  font-weight: 900;
  padding: 0 20px;
}
.userdtex .usergets a {
  color: #c33;
  padding: 5px 10px 0 0;
  float: right;
}
.userdtex .backfuser {
  display: none;
}
.userdtex .backfuser textarea {
  width: 885px;
  padding: 10px;
  line-height: 20px;
  height: 45px;
  resize: none;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.userdtex2 {
  color: #999;
}
.botton {
  border: none;
  width: 90px;
  line-height: 36px;
  background: #c33;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.branchlis {
  height: 50px;
  line-height: 50px;
  background: #eee;
  overflow: hidden;
}
.branchlis li {
  float: left;
  text-align: center;
}
.branchlis .one {
  width: 60px;
}
.branchlis .two {
  width: 160px;
}
.branchlis .there {
  width: 115px;
}
.branchlis .fore {
  width: 120px;
}
.branchlis .five {
  width: 105px;
}
.branchlis .six {
  width: 140px;
}
.branchlis .sevent {
  width: 130px;
}
.branchlis .eight {
  width: 80px;
  float: right;
}
.beinforms {
  padding: 30px 0;
  height: 40px;
  text-align: center;
  border-bottom: 1px dashed #eee;
  line-height: 40px;
}
.beinforms div {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beinforms .one {
  width: 60px;
}
.beinforms .two {
  width: 160px;
}
.beinforms .there {
  width: 115px;
}
.beinforms .fore {
  width: 120px;
  text-overflow: inherit;
  white-space: inherit;
}
.beinforms .five {
  width: 105px;
}
.beinforms .six {
  width: 80px;
  padding: 0 30px;
  text-overflow: inherit;
  white-space: inherit;
}
.beinforms .sevent {
  width: 130px;
}
.beinforms .eight {
  width: 80px;
  float: right;
  position: relative;
  top: -3px;
}
.beinforms .eight a {
  display: block;
  font-size: 12px;
  color: #c33;
}
.beinforms .leng2 {
  line-height: 20px;
}
.beinforms .leng3 {
  line-height: 18px;
}
.fbranch {
  overflow: hidden;
  padding: 30px 0 40px 0;
}
.fbrantime {
  float: left;
  font-size: 18px;
  font-weight: 900;
  line-height: 40px;
}
.fbranfile {
  float: right;
  line-height: 40px;
}
.fbranfile span {
  color: #999;
}
.fbranfile a {
  color: #c33;
  text-decoration: underline;
  margin: 0 23px;
}
.fbranfile div {
  float: left;
}
.fbranfile input {
  display: inline-block;
  width: 1px;
  float: right;
  position: relative;
  right: 10px;
  z-index: -1;
}
.fbranfile label {
  display: inline-block;
  width: 90px;
  float: right;
}
.fbranpics {
  overflow: hidden;
}
.fbranpics .fpicbos {
  width: 180px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin: 2px;
  position: relative;
  cursor: pointer;
}
.fbranpics .fpicbos img {
  display: block;
  width: 180px;
  height: 100px;
}
.fbranpics .fpicbos:hover .mallpics {
  display: block;
}
.fbranpics .fpicbos:hover .mallover {
  display: block;
}
.fbranpics .mallpics {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  color: #fff;
  top: 0;
  text-align: center;
  cursor: pointer;
  display: none;
}
.fbranpics .mallpics div {
  margin-top: 30px;
  width: 45px;
  height: 32px;
  margin: 25px auto 5px;
  background: url(../img/topbon.png) no-repeat -30px 0;
}
.fbranpics .mallover {
  width: 170px;
  height: 90px;
  position: absolute;
  top: 0;
  background: rgba(204, 51, 51, 0.5);
  border: 6px solid #c33;
  display: none;
}
.fbranpics .mallover span {
  display: block;
  width: 22px;
  line-height: 22px;
  color: #fff;
  background: #c33;
  text-align: center;
}
.fdblack {
  position: fixed;
  background: #000;
  opacity: .5;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2222;
  display: none;
}
.fdpic {
  display: none;
  position: fixed;
  width: 644px;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -250px;
  background: #fff;
  border-radius: 4px;
  z-index: 2223;
  height: 400px;
  padding: 25px 28px;
}
.fdpic h1 {
  font-weight: 800;
  position: relative;
}
.fdpic h1 i {
  font-size: 30px;
  font-weight: 900;
  color: #999;
  position: absolute;
  right: 0px;
  top: -15px;
  cursor: pointer;
}
.fdpic .seepic {
  padding-top: 10px;
}
.fdpic .seepic img {
  display: block;
  width: 640px;
  height: 360px;
}
.webuploader-pick {
  width: 100%;
}
.oplinest {
  border-top: 1px dashed #ddd;
  height: 20px;
  position: absolute;
  top: 10px;
  width: 820px;
}
.P_topdl {
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  padding: 45px 0;
}
.P_topdl h1 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.P_topdl div {
  padding-left: 110px;
}
.P_topdl dl {
  float: left;
  width: 135px;
  padding-top: 30px;
  margin-right: 50px;
}
.P_topdl dl dt {
  width: 90px;
  height: 90px;
  background: url(../img/Plst.png) no-repeat 0 -25px;
  border-radius: 50%;
  margin-right: 50px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.P_topdl dl .Pone1 {
  background-position: -179px -25px;
}
.P_topdl dl .Pone2 {
  background-position: -357px -25px;
}
.P_topdl dl .Pone3 {
  background-position: -535px -24px;
}
.P_topdl dl dd {
  text-align: center;
  font-weight: bold;
}
.P_topdl dl dd i {
  font-size: 18px;
}
.P_abobig {
  overflow: hidden;
}
.P_aboust {
  float: left;
  width: 330px;
  padding: 30px 58px 30px 60px;
  background: #FBFBFB;
  border-radius: 3px;
  border: 1px solid #E8E8E8;
  height: 355px;
  position: relative;
  color: #666;
  margin-top: 20px;
}
.P_aboust h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.P_aboust p {
  line-height: 18px;
  padding-top: 10px;
  padding-left: 90px;
  position: relative;
}
.P_aboust p span {
  position: absolute;
  left: 0;
  top: 9px;
}
.P_aboust p em {
  color: #c33;
  letter-spacing: 2px;
  padding-left: 2px;
  font-weight: bold;
}
.P_aboust p .Pbvs {
  font-size: 16px;
}
.P_aboust p .Pbvs i {
  font-size: 20px;
  padding-right: 3px;
}
.P_aboust .Pjieg {
  height: 50px;
}
.P_aboust .Pjisw {
  padding-left: 0;
}
.P_aboust .Psre {
  width: 150px;
  height: 150px;
  margin: 15px auto 10px;
  background: url(../img/Plst.png) no-repeat -681px 0;
}
.P_aboust a {
  display: block;
  width: 90px;
  height: 34px;
  border-radius: 3px;
  background: #CD3333;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 10px auto;
  position: absolute;
  bottom: 40px;
  left: 178px;
}
.P_aboust2 {
  float: right;
}
.P_lssbox {
  overflow: hidden;
  padding: 40px 0;
}
.P_lssbox .P_lssele {
  float: left;
  line-height: 34px;
  margin-left: 20px;
}
.P_lssbox .P_lssele span {
  float: left;
  margin-right: 10px;
}
.P_lssbox .P_lssele input {
  padding: 0 10px;
  width: 360px;
  height: 34px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.P_lssbox .P_lssele .P_lsso {
  float: right;
  width: 40px;
  height: 36px;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  position: relative;
  top: 0px;
  border-radius: 2px;
  right: -23px;
  padding: 0;
  cursor: pointer;
}
.P_lssbox .P_lssele1 {
  margin-left: 0;
}
.P_lvst {
  overflow: hidden;
  background: #eee;
  border-radius: 3px;
  height: 42px;
  padding-top: 8px;
  color: #666;
}
.P_lvst div {
  float: left;
  text-align: center;
  line-height: 18px;
}
.P_lvst .one {
  width: 60px;
}
.P_lvst .two {
  width: 95px;
}
.P_lvst .there {
  width: 75px;
}
.P_lvst .fore {
  width: 100px;
}
.P_lvst .five {
  width: 70px;
}
.P_lvst .six {
  width: 95px;
}
.P_lvst .seven {
  width: 80px;
}
.P_lvst .eight {
  width: 240px;
  line-height: 35px;
}
.P_lvst .nine {
  width: 80px;
  line-height: 35px;
}
.P_lvst .ten {
  width: 90px;
}
.P_lvst .tenone {
  width: 70px;
}
.P_lrze {
  border-radius: 3px;
  overflow: hidden;
  line-height: 35px;
  padding: 28px 0;
  color: #666;
  font-size: 12px;
  border-bottom: 1px dashed #eee;
}
.P_lrze div {
  float: left;
  text-align: center;
}
.P_lrze .one {
  width: 60px;
}
.P_lrze .two {
  width: 95px;
}
.P_lrze .there {
  width: 75px;
}
.P_lrze .fore {
  width: 100px;
}
.P_lrze .five {
  width: 70px;
}
.P_lrze .six {
  width: 95px;
}
.P_lrze .seven {
  width: 80px;
}
.P_lrze .eight {
  width: 240px;
  line-height: 35px;
}
.P_lrze .eight div {
  width: 90%;
  max-height: 35px;
  margin-left: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.P_lrze .eight a {
  display: block;
  text-align: center;
  margin-left: 5%;
  width: 90%;
}
.P_lrze .nine {
  width: 80px;
  line-height: 35px;
}
.P_lrze .ten {
  width: 90px;
}
.P_lrze .tenone {
  width: 70px;
}
.P_lrze .double {
  line-height: 16px;
}
.P_lrze .line {
  background: url(../img/line.jpg) no-repeat center center;
  height: 35px;
}
.P_lrze a {
  color: #c33;
}
.P_lvert {
  font-size: 13px;
  color: #666;
  padding: 30px 0 5px;
}
.P_lvert span {
  font-weight: bold;
  color: #c33;
  padding: 0 3px;
}
.P_lvert em {
  padding: 0 3px;
}
.P_leuse {
  overflow: hidden;
  position: relative;
  padding: 30px 0 30px 130px;
  line-height: 30px;
}
.P_leuse .P_mnp {
  position: absolute;
  left: 0;
  top: 31px;
}
.P_leuse h1 {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.P_leuse h1 em {
  margin-right: 25px;
}
.P_leuse h2 {
  color: #666;
  float: left;
  font-size: 12px;
  margin-right: 20px;
}
.P_leuse h3 {
  float: left;
}
.P_leuse h3 span {
  color: #c33;
  padding: 0 3px;
}
.P_leuse h3 a {
  padding: 0 2px;
  text-decoration: underline;
  color: #c33;
}
.P_leuse .Pvs {
  margin-bottom: 10px;
  overflow: hidden;
}
.P_leuse .Pvs:last-child {
  margin: 0;
}
.P_leuht {
  overflow: hidden;
}
.P_leuht span {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 36px;
}
.P_leuht em {
  float: left;
  margin-right: 20px;
  line-height: 36px;
  color: #fff;
  background: #c33;
  border-radius: 3px;
  padding: 0 15px;
  cursor: pointer;
}
.P_resbox {
  overflow: hidden;
  padding: 30px 0;
}
.P_resbox .P_resvp {
  float: left;
  margin-right: 20px;
  line-height: 34px;
}
.P_resbox .P_resvp span {
  float: left;
  margin-right: 10px;
}
.P_resbox .P_resvin input {
  width: 90px;
  padding: 0 10px;
}
.P_resbox .P_resvip {
  position: relative;
}
.P_resbox .P_resvip input {
  height: 34px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 10px;
  width: 105px;
}
.P_resbox .P_resvip em {
  position: absolute;
  width: 40px;
  height: 36px;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  top: 0px;
  border-radius: 2px;
  right: -53px;
  padding: 0;
  cursor: pointer;
}
.P_reblw {
  background: #eee;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.P_reblw div {
  float: left;
  text-align: center;
}
.P_reblw .one {
  width: 100px;
}
.P_reblw .two {
  width: 380px;
  padding: 0 35px;
}
.P_reblw .there {
  width: 125px;
}
.P_reblw .fore {
  width: 125px;
}
.P_reblw .five {
  width: 120px;
}
.P_rebnst {
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  font-size: 12px;
}
.P_rebnst div {
  float: left;
  text-align: center;
  line-height: 35px;
}
.P_rebnst .one {
  width: 100px;
}
.P_rebnst .two {
  width: 380px;
  padding: 0 35px;
  line-height: 16px;
  text-align: left;
  max-height: 30px;
  overflow: hidden;
}
.P_rebnst .there {
  width: 85px;
  padding: 0 20px;
  line-height: 16px;
}
.P_rebnst .fore {
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.P_rebnst .five {
  width: 120px;
  color: #c33;
  cursor: pointer;
  position: relative;
}
.P_rebnst .five .Fibox {
  position: absolute;
  width: 100%;
  left: 0px;
  min-height: 50px;
  top: -30px;
  background: #fff;
  display: none;
  padding: 15px 0;
}
.P_rebnst .five .Fibox div {
  width: 100%;
  max-height: 65px;
  overflow: auto;
}
.P_rebnst .five .Fibox div::-webkit-scrollbar {
  width: 5px;
}
.P_rebnst .five .Fibox div::-webkit-scrollbar-thumb {
  background-color: #eee;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.P_rebnst .five .Fibox a {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  color: #c33;
}
.P_rebnst .five:hover .Fibox {
  display: block;
}
.P_nuadc {
  overflow: hidden;
  padding-top: 7px;
}
.P_nuadc div {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  color: #666;
}
.P_nuadc em {
  float: left;
  padding: 0 10px;
}
.P_nuadc h1 {
  float: left;
  font-size: 12px;
  color: #999;
}
.P_nuadc h1 i {
  color: #c33;
  font-style: normal;
}
.P_nubq {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
}
.P_nubq em {
  color: #c33;
}
.T_zhbox {
  width: 390px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  float: left;
  margin-top: 38px;
  border-radius: 3px;
}
.T_zhbox h1 {
  font-weight: bold;
  font-size: 18px;
}
.T_zhbox div {
  padding-top: 20px;
  padding-left: 80px;
  position: relative;
}
.T_zhbox div span {
  position: absolute;
  left: 0;
  top: 22px;
  color: #666;
}
.T_zhbox div p {
  line-height: 22px;
  position: relative;
  padding-left: 25px;
}
.T_zhbox div p em {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  text-align: center;
  line-height: 15px;
  color: #fff;
  background: #999;
}
.T_zhbox div p i {
  font-size: 20px;
  padding-right: 5px;
}
.T_zhbox div .Trve {
  color: #c33;
}
.T_zhbox .Tnonez {
  padding-bottom: 22px;
}
.T_zhbox .Tnonez p {
  padding-bottom: 10px;
}
.T_zhbox .Tnonez2 {
  padding-bottom: 0;
}
.T_zhbox:hover {
  border: 1px solid #c33;
  background: url(../img/Tyes.png) no-repeat right bottom;
}
.T_zhbox2 {
  float: right;
}
.Tprcts {
  width: 450px;
}
.Tprcts h2 {
  border-bottom: 1px dashed #eee;
  line-height: 30px;
}
.Tprcts p {
  text-align: center;
  color: #c33;
  padding-top: 10px;
}
.Tprcts h3 a {
  display: inline-block;
  width: 90px;
  line-height: 34px;
  background: #cd3333;
  color: #fff;
  margin-left: 5px;
  border-radius: 4px;
  border: none;
}
.Tprcts h3 a:nth-child(1) {
  background: #eee;
  color: #999;
}
.V_qtm {
  overflow: hidden;
  padding: 25px 0;
}
.V_qtm h1 {
  float: left;
  font-size: 24px;
  width: 670px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.V_qtm h1 a {
  color: #333;
}
.V_qtm div {
  float: right;
}
.V_qtm div span {
  font-size: 12px;
  color: #fff;
  float: left;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  background: #999;
  padding: 0 9px;
  position: relative;
  top: 10px;
}
.V_qtm div em {
  float: right;
  color: #999;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  top: 10px;
}
.Vpicbix {
  overflow: hidden;
}
.Vpicbix div {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../img/icyn.png) no-repeat;
}
.Vpicbix li {
  float: left;
  width: 124px;
  height: 50px;
  background: url(../img/arrow.png) no-repeat 8px -10px;
}
.Vpicbix .linet {
  background-position: 8px 24px;
}
.Vpicbix .vone {
  background-position: 20px 0;
}
.Vpicbix .vone1 {
  background-position: 20px -80px;
}
.Vpicbix .vtwo {
  background-position: -60px 0;
}
.Vpicbix .vtwo0 {
  background-position: 15px -147px;
}
.Vpicbix .vtwo1 {
  background-position: -60px -80px;
}
.Vpicbix .vtwo2 {
  background-position: -62px -147px;
}
.Vpicbix .vthere {
  background-position: -140px 0;
}
.Vpicbix .vthere1 {
  background-position: -140px -80px;
}
.Vpicbix .vthere2 {
  background-position: -140px -147px;
}
.Vpicbix .vfore {
  background-position: -238px 0;
}
.Vpicbix .vfore1 {
  background-position: -238px -80px;
}
.Vpicbix .vfore2 {
  background-position: -238px -147px;
}
.Vpicbix .vfive {
  background-position: -340px 0;
}
.Vpicbix .vfive1 {
  background-position: -340px -80px;
}
.Vpicbix .vfive2 {
  background-position: -340px -147px;
}
.Vpicbix .vsix {
  background-position: -420px 0;
}
.Vpicbix .vsix1 {
  background-position: -420px -80px;
}
.Vtextbix li {
  float: left;
  width: 175px;
  text-align: center;
  position: relative;
  color: #999;
}
.Vtextbix .Vnw {
  color: #333;
}
.Vtextbix .Vnews {
  color: #c33;
  font-weight: bold;
}
.Vtextbix .vtone {
  width: 110px;
  text-align: left;
}
.Vtextbix .vtlast {
  width: 98px;
  text-align: right;
}
.Vtextbix .Vwhy {
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 4px;
  cursor: pointer;
}
.Vtextbix .Vwhy div {
  position: absolute;
  left: 0;
  top: 26px;
  width: auto;
  min-width: 180px;
  max-width: 300px;
  background: #fff;
  left: -25px;
  border-radius: 3px;
  text-align: left;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #f66;
  display: none;
}
.Vtextbix .Vwhy em {
  display: block;
  position: absolute;
  top: -6px;
  left: 25px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c33;
  border-top: 1px solid #c33;
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px ;
}
.Vtextbix .Vwhy span {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  background: #c33;
  color: #fff;
  text-align: center;
}
.Vtextbix .Vwhy:hover div {
  display: block;
}
.Vpsay {
  clear: both;
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
}
.Vpsay em {
  padding: 0 9px;
}
.Vpsay a {
  color: #c33;
  text-decoration: underline;
}
.oneonlys {
  background: #fff;
  min-height: 600px;
  border-radius: 3px;
}
.oneonlys p {
  padding-top: 100px;
  text-align: center;
  font-size: 18px;
}
.oneonlys div {
  text-align: center;
  padding-top: 40px;
}
.oneonlys div a {
  color: #f66;
  margin: 0 30px;
  padding: 5px 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.rednbox {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}
.clibneg {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -222px;
  margin-left: -250px;
  background: #fff;
  box-shadow: 2px 3px 5px #999;
  border-radius: 3px;
}
.clibneg .cuo {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 30px;
  line-height: 30px;
}
.clibneg img {
  display: block;
  width: 100%;
}
.clibneg h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
}
.clibneg .hbredn {
  width: 320px;
  height: 120px;
  background: url(../img/redten.png) no-repeat;
  margin: 0 auto;
  position: relative;
  left: -20px;
}
.clibneg .hbredn span {
  position: absolute;
  left: 170px;
  top: 70px;
  color: #f66;
  font-size: 12px;
}
.clibneg .bnanet {
  text-align: center;
  padding: 20px 0 35px 0;
}
.clibneg .bnanet a {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cc3333;
  margin: 0 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.clibneg .bnanet .ibnos {
  background: #eee;
  color: #999;
}
@media screen and (max-width: 1440px) {
  .prlistbox {
    margin-left: -430px;
  }
  .prlistbox .pruls {
    max-height: 230px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  header {
    min-width: 1000px;
  }
  header .head {
    width: 1000px;
  }
  header .headnav a {
    padding: 11px 15px 0 15px;
  }
}
.gao .drigs .wxz {
  display: inline-block;
  background: url(../img/wxz.jpg) no-repeat left;
  padding-left: 30px;
  line-height: 34px;
  height: 34px;
}
.gao .drigs .zfb {
  display: inline-block;
  background: url(../img/zfb.jpg) no-repeat left;
  padding-left: 30px;
  line-height: 34px;
  height: 34px;
}
.gao .drigs .yhk {
  display: inline-block;
  background: url(../img/bink.jpg) no-repeat left;
  padding-left: 40px;
  line-height: 34px;
  height: 34px;
}
.gao .drigs .yekin {
  display: inline-block;
  background: url(../img/qiedai.png) no-repeat left;
  padding-left: 35px;
  line-height: 34px;
  height: 34px;
}
.gao .drigs .inpsix {
  clear: both;
}
.gao .drigs li {
  padding: 15px 0 15px 100px;
  position: relative;
  float: left;
  clear: both;
}
.gao .drigs .Vbink {
  background: #eee;
  padding: 20px 100px;
  width: 600px;
  margin-top: 20px;
  position: relative;
  display: none;
  border-radius: 5px;
}
.fontcor {
  margin-top: 10px;
  font-size: 12px;
  color: #cd3333;
}
.location {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 16px;
  background: url(../img/location.png) no-repeat;
  vertical-align: middle;
}
.firm-data3 h3 {
  position: absolute;
  left: 0;
  top: 15px;
}
.firm-data3 h3 i {
  display: table-cell;
  width: 60px;
  height: 36px;
  line-height: 18px;
  vertical-align: middle;
  font-style: normal;
}
.firm-data3 p {
  float: left;
  width: 206px;
  padding-top: 15px;
  line-height: 24px;
  color: #999;
}
.firm-data3 .hdtime input {
  width: 170px;
  height: 34px;
  border-radius: 0;
}
.firm-data3 .hdtime s {
  float: none;
  padding: 0 12px;
  color: #ddd;
}
.firm-data3 .hdtime span {
  position: absolute;
  left: 100px;
  top: 54px;
  font-size: 12px;
  color: #cd3333;
}
.firm-data3 .btn {
  width: 120px;
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 14px;
}
.firm-data3 .no-margin {
  margin: 0;
}
.firm-data3 .editor {
  width: 100%;
  height: 372px;
}
.firm-data3 .width-158 input {
  width: 158px;
}
.firm-data3 .uploadbtn {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background-color: #c33;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
.firm-data3 .uploadbtn input {
  width: 100%;
  display: none;
}
.firm-data3 .uploadbtn label {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.firm-data3 .uploadbtn + p {
  float: left;
  width: 700px;
  padding-top: 0;
  padding-left: 15px;
  line-height: 36px;
}
.firm-data3 .thumbnail {
  float: left;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  border: 1px solid #ddd;
  background: url(../img/scen.jpg) no-repeat center center;
  text-align: center;
  line-height: 200px;
  vertical-align: middle;
}
.gao .wrap {
  position: relative;
  float: left;
  margin-right: 20px;
}
.gao .wrap input[type=file] {
  width: 406px;
  height: 88px;
  padding: 0;
  border: none;
  opacity: 0;
}
.gao .wrap label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #eee;
  cursor: pointer;
}
.gao .wrap label:before {
  position: absolute;
  left: 40%;
  top: 30px;
  content: '+';
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 60px;
  font-weight: 100;
  color: #cfcfcf;
  text-indent: -7px;
}
.gao .wrap label:after {
  position: absolute;
  left: 30px;
  top: 33px;
  width: 100%;
  content: '添加图片';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #cfcfcf;
}
.gao .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.gao .wrap .tipMsg {
  position: absolute;
  left: 25px;
  top: 0;
  width: 80px;
  line-height: 18px;
  padding: 8px 8px 9px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  z-index: 2;
  letter-spacing: 1px;
  display: none;
}
.gao .noMargin {
  margin: 0;
}
.close {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 16px;
  height: 16px;
  line-height: 15px;
  background-color: #c33;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  z-index: 8;
  display: none;
}
.radioWrap {
  height: 36px;
  line-height: 36px;
}
.radioWrap .radio {
  position: absolute;
  display: none;
}
.radioWrap .radio:checked + label:after {
  position: absolute;
  left: 5px;
  top: 6px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c33;
}
.radioWrap label {
  position: relative;
  padding-left: 27px;
  margin-right: 30px;
}
.radioWrap label:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.ticketPriceMsg .ticketPrice {
  position: relative;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.ticketPriceMsg .ticketPrice input {
  float: left;
  margin-right: 10px;
}
.ticketPriceMsg .ticketPrice input:disabled {
  color: #dbd2d2;
}
.ticketPriceMsg .ticketPrice .width-178 {
  width: 158px;
}
.ticketPriceMsg .ticketPrice .width-270 {
  width: 250px;
}
.ticketPriceMsg .ticketPrice span {
  float: left;
  width: 42px;
  font-size: 12px;
}
.ticketPriceMsg .ticketPrice .close {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 10px;
  margin-left: -10px;
  line-height: 16px;
  background-color: #c33;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.ticketPriceMsg .ticketPrice small {
  position: absolute;
  left: 0;
  top: 42px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #c33;
}
.ticketPriceMsg .ticketPrice .add {
  float: left;
  width: 34px;
  height: 34px;
  margin-left: -20px;
  line-height: 30px;
  border: 1px dashed #ccc;
  font-size: 34px;
  color: #cfcfcf;
  text-align: center;
  font-weight: 100;
}
.ticketPriceMsg .ticketPrice .tips {
  position: absolute;
  left: 0;
  top: 46px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #c33;
  text-align: center;
  font-weight: normal;
  display: none;
}
.ticketPriceMsg .ticketPrice .tips:after {
  position: absolute;
  left: 48%;
  top: -5px;
  content: '';
  width: 6px;
  height: 6px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #fff;
  transform: rotate(45deg);
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.margin-top-20 {
  margin-top: -20px;
}
.padding-top-10 {
  padding-top: 10px;
}
.botWrap {
  padding-left: 96px;
  padding-top: 15px;
}
.botWrap .btn {
  float: left;
  width: 90px;
  height: 36px;
  margin-right: 10px;
  background: #eee;
  color: #999;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.botWrap .btn:hover {
  background: #c33;
  color: #fff;
}
.botWrap .current {
  background: #c33;
  color: #fff;
}
.botWrap .result {
  float: left;
  line-height: 36px;
  color: #c33;
}
.uploadPic {
  position: relative;
  padding: 20px 0;
}
.uploadPic input[type=file] {
  display: none;
}
.uploadPic label {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background-color: #ce312d;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.uploadPic span {
  float: left;
  width: 306px;
  line-height: 18px;
  margin-left: 20px;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}
.uploadPic .btn {
  float: right;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background-color: #ce312d;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
.picWrap {
  width: 100%;
  padding-top: 10px;
}
.picWrap ul {
  width: 930px;
}
.picWrap ul li {
  position: relative;
  float: left;
  width: 173px;
  height: 138px;
  margin-right: 11px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: center;
}
.picWrap ul li img {
  width: 100%;
  height: 104px;
  border-radius: 3px 3px 0 0;
}
.picWrap ul li textarea {
  border: none;
  resize: none;
  width: 156px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #333;
}
.picWrap ul li:hover .close {
  display: block;
}
.picWrap ul li:hover .close:hover {
  color: #fff;
}
.nopaddingLeft {
  padding-left: 0;
}
.container {
  padding: 30px 0;
}
.container ul {
  margin-left: 6px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.container ul li {
  position: relative;
  padding-right: 45px;
  margin-bottom: 20px;
}
.container ul li:hover .close {
  display: block;
}
.container ul li:before {
  position: absolute;
  left: -34px;
  top: 7px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #eee;
}
.container .time {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.container .content {
  line-height: 24px;
  letter-spacing: 1px;
  word-break: break-word;
}
.container .pictrue {
  padding-top: 5px;
}
.container .pictrue img {
  float: left;
  width: 150px;
  height: 94px;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.container .close {
  right: 0px;
  top: 46%;
  cursor: pointer;
}
.table {
  padding-top: 20px;
}
.table ul {
  height: 50px;
  line-height: 50px;
  background-color: #eee;
  border-radius: 3px;
}
.table .name {
  float: left;
  width: 564px;
  text-align: center;
}
.table .title {
  float: left;
  width: 564px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .time {
  float: left;
  width: 222px;
  text-align: center;
}
.table .cancel {
  float: left;
  width: 134px;
  text-align: center;
}
.table ol li {
  line-height: 59px;
  border-bottom: 1px dashed #eee;
}
.table ol .cancel {
  color: #c33;
  cursor: pointer;
}
.thead {
  background-color: #eee;
  border-radius: 3px;
}
.thead th {
  height: 50px;
}
.box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  padding: 40px;
  margin: -280px 0 0 -300px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #333;
  z-index: 60;
}
.box .title {
  height: 50px;
  padding: 0 50px 0 22px;
  line-height: 50px;
  background-color: #eee;
  border-radius: 3px;
  color: #666;
}
.box .title span {
  float: left;
}
.box .title em {
  float: right;
}
.box .btn {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.box .btn input[type=submit] {
  width: 90px;
  height: 36px;
  line-height: 36px;
  background-color: #c33;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
}
.shut {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  font-weight: 100;
  color: #999;
  cursor: pointer;
}
.gjlist {
  width: 100%;
  height: 350px;
  overflow: auto;
}
.gjlist::-webkit-scrollbar {
  width: 5px;
}
.gjlist::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.gjlist ul {
  overflow: auto;
}
.gjlist ul li {
  height: 37px;
  padding: 16px 56px 16px 0;
  border-bottom: 1px dashed #eee;
}
.gjlist .gjname {
  float: left;
  width: 315px;
  height: 36px;
  line-height: 18px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gjlist .opt {
  position: relative;
  float: right;
  height: 100%;
}
.checkbox {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
.checkbox + label {
  position: relative;
  float: right;
  padding-left: 16px;
  height: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.checkbox + label:after {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 3px;
}
.checkbox:checked + label:before {
  position: absolute;
  left: 5px;
  top: 2px;
  content: '';
  width: 4px;
  height: 8px;
  border: 2px solid #cd3535;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 999999;
}
.box2 h2,
.box3 h2 {
  border-bottom: 1px dashed #eee;
}
.box2 p,
.box3 p {
  padding-top: 10px;
  text-align: center;
}
.box2 .btn,
.box3 .btn {
  background-color: #eee;
  color: #999;
}
.box2 .btn:hover,
.box3 .btn:hover {
  background-color: #c33;
  color: #fff;
}
/*2018-01-26*/
.hdmsg {
  padding-bottom: 20px;
}
.hdmsg .hdname {
  float: left;
  width: 600px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdmsg .hdincome {
  float: right;
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
}
.hdmsg .hdincome em {
  color: #c33;
}
.hdmsg .cssSelect .selectBox {
  width: 178px;
}
.hdmsg .cssSelect .selectBox .selectLt {
  height: 28px;
  line-height: 28px;
}
.hdmsg .cssSelect .selectBox .selectRt {
  height: 28px;
  background-position-y: 6px;
}
.hdmsg .cssSelect .optionsInnerBox {
  width: 174px;
}
.hdmsg .incomedetail {
  float: right;
  width: 720px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  overflow: hidden;
}
.umlist3 span:nth-of-type(1) {
  width: 70px;
  text-align: center;
}
.umlist3 span:nth-of-type(2) {
  width: 80px;
  text-align: center;
}
.umlist3 span:nth-of-type(3) {
  width: 240px;
  text-align: center;
}
.umlist3 span:nth-of-type(4) {
  width: 85px;
  text-align: center;
}
.umlist3 span:nth-of-type(5) {
  width: 130px;
  text-align: center;
}
.umlist3 span:nth-of-type(6) {
  width: 185px;
  text-align: center;
}
.umlist3 span:nth-of-type(7) {
  width: 130px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(1) {
  width: 70px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(2) {
  width: 80px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(3) {
  width: 200px;
  padding: 0 20px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(4) {
  width: 85px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(5) {
  width: 130px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(6) {
  width: 185px;
  text-align: center;
}
.ummoney3 li span:nth-of-type(7) {
  width: 130px;
  text-align: center;
}
.contents .success {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 64px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
}
.contents .success:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/win.jpg) no-repeat;
  background-size: 100%;
}
.contents p {
  line-height: 30px;
  color: #666;
}
.contents p a {
  padding: 0 5px;
  color: #c33;
  text-decoration: underline;
}
/*  2018-03-23  zhangjunyao */
.hyitem {
  float: left;
  margin-right: 20px;
}
.hyitem .magic-radio {
  position: absolute;
  display: none;
}
.hyitem .magic-radio:checked + label {
  border: 1px solid #f66;
  color: #f66;
}
.hyitem .magic-radio:checked + label:after {
  position: absolute;
  right: 2px;
  bottom: 1px;
  content: '';
  width: 3px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.hyitem .magic-radio:checked + label:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border: 7px solid #f66;
  border-left-color: transparent;
  border-top-color: transparent;
}
.hyitem label {
  position: relative;
  display: block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  color: #666;
  cursor: pointer;
  z-index: 1;
}
.mask_prompt {
  background-color: rgba(0, 0, 0, 0.5);
}
.wxtips {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 16px 80px;
  margin-left: -310px;
  margin-top: -195px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 300;
  display: none;
}
.wxtips h2 {
  text-align: center;
}
.wxtips h2 span {
  display: inline-block;
  padding: 0 74px;
  border-bottom: 1px dashed #ccc;
}
.wxtips h2 em {
  display: inline-block;
  line-height: 65px;
  padding-left: 47px;
  background: url(../img/wxtips.png) no-repeat 0 center;
  font-size: 24px;
  vertical-align: middle;
  letter-spacing: 2px;
}
.wxtips p {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0;
}
.wxtips p mark {
  color: #f66;
}
.wxtips h3 {
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
}
.wxtips ul {
  padding-left: 20px;
}
.wxtips ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 30px;
}
.wxtips center {
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #f66;
}
.wxtips .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: url(../img/close.png) no-repeat center center;
  cursor: pointer;
  display: block;
}
.Lchen {
  width: 490px;
  margin: 0 auto;
  padding: 75px 0 35px;
}
.Lchen img {
  display: block;
  margin: 0 auto;
}
.Lchen .linots {
  font-size: 18px;
  padding-top: 15px;
}
.Lchen .linots:after {
  content: '';
  display: block;
  clear: both;
}
.Lchen .linots span {
  float: left;
  font-weight: bold;
}
.Lchen .linots .tjn {
  float: right;
}
.Lchen .linots .rspd {
  color: #cd3333;
}
.Lrdbox {
  width: 520px;
  margin: 0 auto;
}
.Lrdbox li {
  padding: 13px 0 13px 95px;
  position: relative;
  min-height: 36px;
}
.Lrdbox li .Lsnt {
  position: absolute;
  left: -35px;
  top: 13px;
  line-height: 36px;
  width: 115px;
  padding-right: 16px;
  text-align: right;
}
.Lrdbox li .Lyzhq {
  width: 112px;
  background: #cd3333;
  height: 36px;
  position: absolute;
  left: 365px;
  top: 13px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}
.Lrdbox li input {
  height: 34px;
  border: none;
  border: 1px solid #ddd;
  width: 370px;
  padding-left: 10px;
}
.Lrdbox .Ldxdl {
  padding: 0;
  height: 25px;
}
.Lrdbox .Ldxdl p {
  padding-left: 390px;
}
.Lrdbox .Ldxdl a {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.Lrdbox .Lpadin {
  position: relative;
}
.Lrdbox .Lpadin a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 45px;
  top: 9px;
  background: url(../img/eye.png) no-repeat 0 -32px;
}
.Lrdbox .Lpadin .pwd2 {
  display: none;
}
.Lrdbox .Lresbn input {
  width: 12px;
  height: 12px;
}
.Lrdbox .Lresbn p {
  font-size: 12px;
  display: inline-block;
}
.Lrdbox .Lresbn p a {
  color: #cd3333;
}
.Lrdbox .Lsubmit {
  width: 300px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #cd3333;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 2px;
  border: none;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}
.Lrdbox .Lhaszh {
  width: 300px;
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
  position: relative;
  top: -15px;
}
.Lrdbox .Lhaszh a {
  color: #cd3333;
  text-decoration: underline;
}
.Lsjdl {
  width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.Lsjdl .Lstext {
  width: 400px;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
}
.Lsjdl .Lstext span {
  position: absolute;
  padding: 0 20px;
  background: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -55px;
  top: -9px;
}
.Lsjdl .Lsicon {
  text-align: center;
  padding-top: 35px;
}
.Lsjdl .Lsicon .Lsjs {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../img/loginicon.jpg) no-repeat center 0;
  background-size: 100%;
  position: relative;
}
.Lsjdl .Lsicon .qq {
  background-position: center -211px;
}
.Lsjdl .Lsicon .wb {
  background-position: center -52px;
}
.Lsjdl .Lsicon .wx_container {
  position: absolute;
  left: -132px;
  top: -450px;
  background: #fff;
  display: none;
}
.Lsjdl .Lsicon .wx:hover .wx_container {
  display: block;
}
.Lsjdl .Lsicon .zw {
  width: 50px;
  background: transparent;
}
.Lonobd {
  width: 420px;
  height: 26px;
  border: 1px solid #f1c1c1;
  background: #f9e7e7;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 26px;
  color: #cc3230;
}
.Rltexnt p {
  width: 535px;
  border: 1px solid #f1c1c1;
  background: #f9e7e7;
  text-align: center;
  margin: 0 auto 12px;
  color: #cc3230;
  padding: 10px 0;
  line-height: 26px;
}
.Rltexnt div {
  width: 537px;
  height: 46px;
  background: #cf312e;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.Rltexnt div em {
  display: inline-block;
  line-height: 46px;
}
.Rltexnt div span {
  display: inline-block;
  line-height: 46px;
  font-weight: bold;
}
.Lrdlistbox {
  width: 537px;
}
.Lrdlistbox li input {
  width: 425px;
}
.Lrdlistbox .Linsmbox {
  overflow: hidden;
}
.Lrdlistbox .Linsmbox .Lpicsmj {
  width: 120px;
  height: 120px;
  float: left;
}
.Lrdlistbox .Linsmbox .Lpicsmj img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}
.Lrdlistbox .Linsmbox .Lscbtn {
  float: left;
  padding-left: 20px;
}
.Lrdlistbox .Linsmbox .Lscbtn div {
  overflow: hidden;
}
.Lrdlistbox .Linsmbox .Lscbtn input {
  width: 1px;
  height: 0px;
  padding: 0;
  border: none;
}
.Lrdlistbox .Linsmbox .Lscbtn label {
  display: block;
  width: 105px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #cd3333;
  font-size: 16px;
  float: left;
  cursor: pointer;
}
.Lrdlistbox .Linsmbox .Lscbtn p {
  font-size: 12px;
  color: #ababab;
  line-height: 20px;
  padding-top: 20px;
}
.Lrdlistbox .Linmct input {
  width: 380px;
}
.Lrdlistbox .Linmct em {
  float: right;
  width: 40px;
  height: 36px;
  cursor: pointer;
  background: ;
  background: #cd3333 url(../img/reachred.jpg) no-repeat center center;
  border-radius: 3px;
}
.Lrdlistbox .Lintnbvc {
  font-size: 12px;
  color: #666;
  padding-top: 8px;
}
.Lrdlistbox .ciplist {
  position: absolute;
  top: 49px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
}
.Lrdlistbox .ciplist li {
  padding: 0 10px;
  border-bottom: 1px dashed #ddd;
  width: 370px;
  overflow: hidden;
  line-height: 36px;
}
.Lrdlistbox .ciplist li a {
  float: right;
  margin-left: 20px;
  color: #c33;
  font-size: 12px;
}
.Lrdlistbox .ciplist li i {
  font-style: normal;
  cursor: pointer;
  float: left;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Lrdlistbox .ciplist li:last-child {
  border-bottom: none;
}
.Lrdlistbox .Linradn .radio-wrap {
  float: left;
  width: 25%;
}
.Lrdlistbox .Linradn .magic-radio {
  position: absolute;
  display: none;
}
.Lrdlistbox .Linradn .magic-radio + label {
  position: relative;
  display: block;
  padding-left: 25px;
  line-height: 36px;
  cursor: pointer;
  vertical-align: middle;
}
.Lrdlistbox .Linradn .magic-radio + label:before {
  position: absolute;
  top: 2px;
  left: 1px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: '';
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  margin-top: 8px;
}
.Lrdlistbox .Linradn .magic-radio + label:after {
  position: absolute;
  display: none;
  content: '';
  top: 15px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ce312d;
}
.Lrdlistbox .Linradn .magic-radio:checked + label:after {
  display: block;
}
.Lrdlistbox select {
  height: 36px;
  outline: medium none;
  width: 270px;
  border: 1px solid #ddd;
}
.Lrdlistbox .Linsesnt div {
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 36px;
}
.Lrdlistbox .Linsesnt div select {
  float: left;
  width: 110px;
}
.Lrdlistbox .Linsesnt div div {
  float: left;
  padding: 0 10px 0 5px;
}
.Lrdlistbox textarea {
  width: 415px;
  height: 100px;
  padding: 10px;
  line-height: 20px;
  resize: none;
}
