.sbanner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  min-width: 1200px;
}

.sbanner img {
  width: 100%;
  height: 328px;
  object-fit: cover;
}

.section {
  color: #333;
  min-height: 580px;
}

.column-name {
  margin: 50px 0 40px;
  color: #fff;
  font-size: 36px;
}

.column-name span {
  position: relative;
}

.column-name span:after {
  content: '';
  position: absolute;
  width: 54px;
  height: 5px;
  background: #fff;
  left: 0;
  bottom: -12px;
}

.bread {
  margin-bottom: 30px;
  padding: 30px 0;
  background-image: url(../images/stripe.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.bread span {
  color: #666;
  font-size: 17px;
}

.list li {
  font-size: 17px;
  line-height: 46px;
  border-bottom: 1px solid #eee;
}

.list li span {
  float: right;
  color: #666;
}

.list li p {
  margin-right: 120px;
}

.caption {
  margin: 40px 0 30px;
  font-size: 16px;
  text-align: center;
}

.caption h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.caption p span {
  color: #999;
  margin: 0 10px;
}

.content {
  line-height: 1.75em;
  text-indent: 2em;
}

/*分页*/
.fanye-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 30px 0 30px;
  text-align: center;
}

.fanye-box span {
  display: inline-flex;
  padding: 4px 12px;
  border: 1px solid #e2e2e2;
  margin-right: 12px;
}

.fanye-box span:nth-child(1) {
  margin-right: 30px;
  border: 0 none;
}

.fanye-box .active {
  background-color: #0062d7;
  color: #fff;
}

/* 提交成功弹窗 */
#showbox {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 260px;
  border: 4px solid #fff;
  background-color: #FFFFFF;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

#showbox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

#showbox .smile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}


#showbox .smile span {
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: url(../images/smile.png) no-repeat 0 center;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}

#showbox .info {
  margin-top: 80px;
  font-size: 16px;
  color: #333;
}

#showbox .msg {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

#showbox .orderid {
  color: #D71314;
  font-size: 24px;
}

#showbox a.back {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #2CB9E1;
  color: #FFF;
  font-size: 16px;
}

#showbox a.back:hover {
  background: #279DBC
}

/* 表单 */
.fromdata .attention-box {
  height: 233px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.fromdata .attention-box p {
  padding-left: 20px;
  color: #666;
  margin-top: 6px;
}

.fromdata .attention-box p.tit {
  margin-top: 24px;
  background: url(../images/gantanhao.png) no-repeat 20px center;
  color: #f83135;
  font-weight: 700;
  padding-left: 46px;

}

.fromdata .attention-box p.tit span {}

.fromdata .attention-box img {
  width: 20px;
  margin-right: 10px;
}

.fromdata .item-block {
  width: 100%;
  height: 44px;
  border: 1px solid #dcdcdc;
  display: flex;
  position: relative;
  z-index: 3;
}

.fromdata .item-block2 {
  height: auto;
}

.fromdata .item-block .left {
  width: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  line-height: 44px;
  background-color: #efefef;
}

.fromdata .item-block .left span {
  color: #f8373a;
}

.fromdata .item-block .right {
  padding-left: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px;
}

.fromdata .item-block .right .upfile p {
  height: 28px;
  text-align: left;
  margin: 0;
  color: #999;
  font-size: 14px;
  padding: 0;
}

.fromdata .item-block .right .upfile .button {
  width: 108px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #f0f0f0;
  position: relative;
}

.fromdata .item-block .right .upfile .button span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -18px;
}

.fromdata .item-block .right .upfile .button input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.fromdata .item-block .right .radio {
  display: flex;
}

.fromdata .item-block .right .radio .radio-item-box {
  margin-right: 20px;
}

.fromdata .item-block .right textarea {
  width: 994px;
  height: 320px;
  resize: none;
  outline: none;
  border: none;
  color: #333;
}

.fromdata .item-block .right .input1 {
  width: 994px;
  height: 30px;
  border: none;
  background-color: #efefef;
  resize: none;
  outline: none;
}

.fromdata .item-block .right .input2 {
  width: 396px;
  height: 30px;
  border: none;
  background-color: #efefef;
  resize: none;
  outline: none;
}

.fromdata .item-block .right .select-box {
  background-color: #efefef;
  width: 220px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fromdata .item-block .right .select-box span {
  margin-left: 16px;
}

.fromdata .item-block .right .select-box img {
  margin-right: 16px;
}

.fromdata .item-block .right .emoji {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fromdata .item-block .right .emoji img {
  width: 40px;
  margin-top: 10px;
}

.fromdata .item-block .right .emoji span {
  margin-top: -6px;
}

.fromdata .big-item-block {
  width: 100%;
  height: 320px;
}

.fromdata .big-item-block2 {
  min-height: 100px;
  height: auto;
  padding-right: 15px;
  margin-top: -1px;
}

.fromdata .text2 {
  line-height: 1.6;

}

.fromdata .big-box1 {
  margin: 15px 0;
}

.fromdata .big-box1 .item {
  width: 100%;
  display: flex;
}

.fromdata .big-box1 .item .left-box {
  width: 50%;
}

.fromdata .big-box1 .item .right-box {
  width: 50%;
}

.fromdata .submit {
  width: 188px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  margin: 0 auto;
  background-color: #0062d7;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}


.fromdata .sendcode {
  /*display: inline-block;*/
  width: 140px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #0062d7;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.fromdata .sendcode:disabled{
	background-color: #6998d7
}
.formTab {
  display: block !important;
}

.formTabHd {
  display: flex;
  background: #F3F3F3;
  margin-bottom: 5px;
  margin-right: 14px;
}

.formTabHd li {
  flex: 1;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px #ccc solid;
  text-align: center;
  cursor: pointer;
}

.formTabHd li.on {
  color: #FF0000;
  border-bottom: 1px #ffcf00 solid;
  background: #fffbf1;
}

.formTabBd {
  width: 100%;
  padding: 10px 0;
}

.formTabBd .tabCon {
  display: none;
}

.formTabBd .radio {
  flex-wrap: wrap;
}

.formTabBd .radio .radio-item-box {
  width: 33.33%;
  font-size: 15px;
  box-sizing: border-box;
  margin-right: 0 !important;
  padding-right: 20px;
  line-height: 30px;
}

.subTitle {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin: 30px 0 15px;
}

#bottom-box {
  margin-top: 280px !important;
}

#user_star {
  display: none;
}

.tab-box2 {
  display: flex;
  align-items: center;
}

.tab-box2 .title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-right: 30px;
}

.tab-box2 .vxTime-box {
  width: 212px;
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-box2 .vxTime-box span {
  margin-left: 16px;
}

.tab-box2 .vxTime-box img {
  width: 20px;
  margin-right: 16px;
}

.tab-box2 .vxTime-box:nth-child(3) {
  width: 170px;
}

.tab-box2 input {
  width: 450px;
  height: 40px;
  padding-left: 16px;
  border: 1px solid #d2d2d2;
  /* border-left: none; */
}

.tab-box2 button {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background: #0062d7;
  color: #fff;
  font-size: 16px;
  margin-left: 16px;
  border: none;
  cursor: pointer;
}

.select-box {
  color: #333;
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon_xiajiantou.png') no-repeat scroll 330px 14px transparent;
  padding-right: 25px;
  padding-left: 10px;
  width: 360px;
  height: 40px;
  border: 1px solid #d2d2d2;
}

.pub {
  width: 104px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #0062d7;
  margin-left: 16px;
  text-align: center;
  text-rendering: auto;
  border: 1px solid #0062d7;
}

.pub a {
  color: #0062d7;
}

.tp-list {
  padding: 15px;
  min-height: 450px;
  margin: 30px 0;
  border: 1px solid #dcdcdc;
}

.tp-list .list1 {
  font-size: 15px;
}

.user_star_label label {
  padding-right: 15px;
}
