*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input {
  outline: none;
  box-shadow: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body {
  font: 12px/150% Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
  color: #333;
  outline: 0;
  background-color: #fff;
}

a {
  color: #444;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #49b53e;
}

.cl {
  clear: both;
}

.red {
  color: #ff0000;
}

.img-center {
  width: 100%;
  text-align: center;
}

.float-left {
  float: left;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.width100 {
  width: 100%;
}

.text-align-left {
  text-align: left;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 160px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header .top {
  width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #333;
  color: #999;
}

.header .top li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #343434;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.header .top a {
  color: #999;
}

.header .top a:hover {
  color: #fff;
}

.header .top .url {
  float: left;
}

.header .top .url .slide {
  display: inline-block;
  position: relative;
  top: 3px;
  background-image: url(img/slide.png);
  width: 20px;
  height: 14px;
}

.header .top .url .new {
  display: inline-block;
  position: relative;
  top: 3px;
  background-image: url(img/pen.png);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.header .top .map {
  float: right;
}

.header .top .map li {
  float: left;
}

.header .top .map .qr {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/phone.png);
  width: 13px;
  height: 21px;
  margin-right: 4px;
}

.header .top .map .scan {
  width: 120px;
  height: 120px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header .top .map .scan img {
  width: 120px;
}

.header .naver {
  padding: 15px 0;
  position: relative;
}

.header .naver .logo {
  width: 242px;
  float: left;
}

.header .naver .logo img {
  width: 180px;
  height: 52px;
  margin-top: 10px;
}

.header .naver .cate {
  float: left;
  width: 1050px;
  padding-top: 6px;
}

.header .naver .cate .cate-li {
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 10px;
  padding-left: 0;
}

.header .naver .cate .cate-li li {
  float: left;
  position: relative;
}

.header .naver .cate .cate-li a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 13px;
  position: relative;
  border: 1px solid #fff;
  border-bottom: 0;
  font-weight: bold;
}

.header .naver .cate .cate-li a:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #b2b2b2;
  position: absolute;
  right: 0;
  top: 17px;
}

.header .naver .cate .cate-li li:last-child a::after {
  border-left: 0;
}

.header .naver .cate .hot-search {
  padding: 10px;
  padding-left: 18px;
  color: #8a8a8a;
}

.header .naver .cate .hot-search a {
  color: #8a8a8a;
}

.header .naver .cate .hot-search a:after {
  content: "-";
  display: inline-block;
  padding: 0 8px;
}

.header .naver .cate .hot-search a:last-child::after {
  content: "";
}

.ad-index-top {
  margin: 0 auto 20px;
  height: 80px;
  padding-top: 160px;
}

.ad-index-top img {
  float: left;
  width: 1300px;
  height: 80px;
}

.ad-index-middle {
  float: left;
  margin: 20px 0 10px 20px;
  width: 980px;
  height: 80px;
}

.main {
  margin: 20px auto 0;
}

.flink {
  margin: 0 auto 20px;
  border: #e0e0e0 solid 1px;
  height: 100px;
}

.flink .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.flink .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.flink .title p.bg {
  background-color: #996a40;
  color: #fff;
}

.flink .title-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/title.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.flink li {
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
}

.footer {
  width: 100%;
  height: 220px;
  background-color: #333;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer .about {
  height: 180px;
  text-align: center;
  margin-top: 20px;
}

.footer .about .link {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.footer .about .link a {
  padding: 0 20px;
  font-size: 14px;
}

.footer .about .copyright {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.footer .about .copyright p {
  height: 35px;
  line-height: 35px;
}

.position {
  font-size: 16px;
}

.position p {
  width: 1000px;
  float: left;
  height: 40px;
  line-height: 40px;
}

.position .position-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/position.png);
  width: 12px;
  height: 16px;
  margin-right: 6px;
}

.position .date {
  width: 210px;
  float: right;
}

.position .date span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.position .month {
  width: 130px;
  float: left;
  background-color: #996a40;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.position .month small {
  margin-left: 5px;
}

.position .week {
  width: 80px;
  float: left;
  border-radius: 0 5px 5px 0;
  border: 1px solid #996a40;
  color: #996a40;
}

.find-cate {
  border: 1px solid #e0e0e0;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.find-cate .title {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
}

.find-cate .title span {
  float: right;
  color: #999;
  font-size: 12px;
}

.find-cate .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.find-cate .title p.bg {
  background-color: #996a40;
  color: #fff;
}

.find-cate li {
  background-color: #f8f3ef;
  border: 1px solid #dfc8b2;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.find-cate li {
  width: 110px;
  margin: 0 5px 10px 14px;
}

.find-cate li.on {
  background-color: #996a40;
  border: none;
}

.find-cate li.on a {
  color: #fff;
}

.page {
  float: right;
  margin-top: 50px;
}

.page li {
  display: inline-block;
}

.page a {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #eee;
  font-size: 12px;
  color: #666;
}

.page a:hover,
.page a.on {
  background: #996a40;
  color: #fff;
}

.common-baidu {
  width: 0px;
  float: left;
  height: 60px;
  line-height: 60px;
}

.common-wechat {
  height: 70px;
  line-height: 70px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.common-wechat p {
  float: left;
  width: 180px;
  background-color: #996a40;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.common-wechat .wechat-p1 {
  cursor: pointer;
}

.common-wechat .wechat-p3 {
  font-size: 12px;
  color: #999;
  background-color: #fff;
  width: 250px;
  margin-left: 10px;
}

.common-wechat .wechat-p1 i {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/wechat.png);
  width: 30px;
  height: 24px;
  margin-left: 20px;
  margin-right: 15px;
}

.common-wechat .wechat-scan {
  width: 210px;
  height: 210px;
  display: none;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.common-wechat .wechat-p2 {
  position: relative;
}

.common-wechat .wechat-p2 i {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/askpro.png);
  width: 27px;
  height: 29px;
  margin-left: 20px;
  margin-right: 15px;
}

.common-wechat .wechat-p2 span {
  position: absolute;
  top: 1px;
  left: 60px;
}

#backtotop {
  margin-top: 100px;
  position: fixed;
  _position: absolute;
  right: 0;
  top: 50%;
  width: 56px;
  height: 400px;
  z-index: 90;
}

#backtotop a {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
}

#backtotop a:hover {
  background-color: #996a40;
}

#backtotop .backtotop-show {
  display: none;
  width: 220px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  right: 56px;
  top: -80px;
  overflow: hidden;
}

#backtotop .backtotop-show img {
  width: 220px;
}

#back {
  display: none;
}

#backtotop .wechat-icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 12px;
  background-image: url(img/wechat.png);
  width: 30px;
  height: 24px;
}

#backtotop .phone-icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url(img/phone.png);
  width: 13px;
  height: 21px;
}

.widget {
  float: left;
}

.widget .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.widget .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.widget .title p.bg {
  background-color: #996a40;
  color: #fff;
}

.widget .title p.line {
  border-top: #996a40 solid 2px;
  border-right: #e0e0e0 solid 1px;
  height: 40px;
  color: #996a40;
  background-color: #fff;
}

.widget .title .title-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/titledark.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.widget li {
  overflow: hidden;
  float: left;
  width: 100%;
}

.down .widget .col-3 {
  margin-top: 10px;
  float: left;
  padding: 0 10px;
}

.down .widget .col-3 li {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.down .widget .col-2 li {
  background-color: #f8f3ef;
  border: 1px solid #dfc8b2;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.right .widget .title-icon {
  background-image: url(img/titledark.png);
}

.right .widget .col-3 li {
  background-color: #f8f3ef;
  border: 1px solid #dfc8b2;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.right .widget .col-2 li {
  background-color: #f8f3ef;
  border: 1px solid #dfc8b2;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.widget .dashi,
.widget .cesuan,
.widget .ceshi,
.widget .jingdian,
.widget .tuijian,
.widget .zaixian {
  border: 1px solid #e0e0e0;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.widget .cesuan {
  width: 480px;
  margin-right: 20px;
  height: 430px;
}

.widget .ceshi {
  width: 480px;
  margin-right: 0;
  float: right;
  /* height: 430px; */
}

.widget .cesuan .col-3 li,
.widget .ceshi .col-3 li {
  width: 146px;
  margin: 0 3px 18px 3px;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.widget .dashi,
.widget .jingdian {
  width: 300px;
  height: 430px;
}

.widget .dashi li a {
  margin-left: 5px;
}

.widget .jingdian .title {
  margin-bottom: 20px;
}

.widget .jingdian .col-2 li {
  width: 130px;
  margin: 0 9px 10px;
}

.widget .zhishi .cell li,
.widget .dashi li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #e0e0e0;
}

.widget .dashi .content {
  padding: 10px;
  padding-top: 0;
}

.widget .tuijian {
  height: 385px;
}

.widget .shengxiao {
  height: 430px;
  border: 1px solid #e0e0e0;
}

.widget .shengxiao .title {
  margin-bottom: 20px;
}

.widget .shengxiao .col-3 li {
  width: 81px;
  margin: 0 9px 10px;
}

.widget .zaixian {
  /* height: 380px; */
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.widget .zaixian .title {
  margin-bottom: 20px;
}

.widget .zaixian .col-1 li {
  background-color: #fff;
  border: 0;
  margin: 0 0 10px;
  padding: 0 14px;
}

.widget .zaixian li {
  background-color: #f8f3ef;
  border: 1px solid #dfc8b2;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.widget .zaixian input,
.widget .zaixian select {
  width: 90px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 2px;
  float: left;
  padding-left: 10px;
}

.widget .zaixian select {
  width: 90px;
  background-color: #fff;
}

.widget .zaixian .haoma-input {
  width: 180px;
}

.widget .zaixian .submit-sbutton {
  background-color: #d3b596;
  color: #fff;
  text-align: center;
  padding-left: 0;
  cursor: pointer;
}

.widget .subcate {
  float: left;
  border: 1px solid #e0e0e0;

  border-top: none;
  margin-bottom: 20px;
}

.widget .subcate .title {
  margin-bottom: 20px;
}

.widget .subcate .col-2 li {
  width: 120px;
  background-color: #c2c2c2;
  border: none;
  margin: 0 9px 10px;
}

.widget .subcate .col-2 li.on {
  background-color: #996a40;
}

.widget .subcate .col-2 li a {
  color: #fff;
}

.widget .jieda-form {
  color: #996a3f;
  font-size: 16px;
  height: 290px;
  padding: 30px;
}

.widget .jieda-form p {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 100%;
}

.widget .jieda-form p.yourname {
  width: 230px;
}

.widget .jieda-form .yourname-input {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.widget .jieda-form p.sex {
  width: 200px;
}

.widget .jieda-form .sex input {
  margin-left: 10px;
}

.widget .jieda-form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.widget .jieda-form select.select-year {
  width: 70px;
  margin-right: 5px;
}

.widget .jieda-form p.hour {
  width: 250px;
}

.widget .jieda-form p.phone {
  width: 250px;
}

.widget .jieda-form p.start {
  width: 250px;
}

.widget .jieda-form .jieda-sbutton {
  width: 135px;
  height: 34px;
  line-height: 34px;
  background-color: #996a40;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  border: none;
  float: left;
  margin-left: 50px;
  font-size: 16px;
}

.widget .jieda-form p.stat {
  width: 400px;
  color: #333;
}

.widget .content .jieda-form span {
  color: #333;
  margin: 0 5px;
}

.list-show .list .top {
  height: 95px;
  background-image: url(img/goodtime.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #e0e0e0;
}

.list-show .list .row {
  width: 100%;
  float: left;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.list-show .list .row a {
  color: #333;
}

.list-show .list .row .left {
  width: 245px;
  padding: 0;
  border: none;
}

.list-show .list .row .left img {
  width: 244px;
  height: 144px;
}

.list-show .list .row .right {
  width: 673px;
  float: left;
  margin-left: 20px;
}

.list-show .list .row .right h3 {
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

.list-show .list .row .right p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}

.list-show .list .row .right p span {
  margin-right: 5px;
}

.list-show .list .row i {
  display: inline-block;

  margin-top: 5px;
  margin-right: 5px;
}

.list-show .list .row .head-icon {
  background-image: url(img/head.png);
  width: 12px;
  height: 12px;
}

.list-show .list .row .time-icon {
  background-image: url(img/time.png);
  width: 13px;
  height: 13px;
}

.list-show .list .row .eye-icon {
  background-image: url(img/eye.png);
  width: 18px;
  height: 12px;
}

.article-show .article-title p {
  font-size: 14px;
  color: #8f8f8f;
  height: 30px;
  line-height: 30px;
}

.article-show .article-title i {
  display: inline-block;

  margin-top: 5px;
  margin-right: 5px;
}

.article-show .article-title .head-icon {
  background-image: url(img/head.png);
  width: 12px;
  height: 12px;
}

.article-show .article-title .time-icon {
  background-image: url(img/time.png);
  width: 13px;
  height: 13px;
}

.article-show .article-title .eye-icon {
  background-image: url(img/eye.png);
  width: 18px;
  height: 12px;
}

.article-show .article-title .position-icon {
  background-image: url(img/position.png);
  width: 12px;
  height: 16px;
  position: relative;
  top: 3px;
}

.article-show .article-content {
  width: 100%;
  float: left;
  padding: 40px 10px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 1.5;
}

.article-show .pre-next {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.article-show .pre-next span {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  float: left;
  height: 60px;
  line-height: 60px;
}

.article-show .pre-next .pre {
  width: 300px;
  margin-right: 10px;
}

.article-show .pre-next .next {
  width: 298px;
  float: right;
}

.article-show .related {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.article-show .related p {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.article-show .related .book-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  background-image: url(img/book.png);
  width: 31px;
  height: 27px;
  margin-right: 10px;
}

.article-show .related-list li {
  float: left;
  width: 460px;
  height: 40px;
  line-height: 40px;
}

.article-show .related-list li.last {
  float: right;
}

.article-show .related-list li i {
  position: relative;
  top: 16px;
  background-image: url(img/lidot.png);
  width: 6px;
  height: 6px;
  float: left;
}

.article-show .related-list a {
  margin-left: 10px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: none;
  display: inline-block;
  width: 390px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.article-show .related-list span {
  float: right;
  color: #999;
  margin-right: 10px;

  font-size: 12px;
}

.article-show .widget-jingpi {
  width: 100%;
  float: left;
}

.article-show .jingpi h3 {
  width: 100%;
  float: left;
}

.article-show .jingpi h3 p {
  width: 270px;
  height: 60px;
  line-height: 60px;
  float: left;
  background-color: #996a40;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
}

.article-show .jingpi h3 p i {
  background-image: url(img/dot.png);
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 10px;
}

.article-show .jingpi .widget {
  width: 100%;
}

.article-show .jingpi .content {
  position: relative;
  float: left;
  width: 100%;
}

.article-show .jingpi .right-corner {
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(img/rightsitename.png);
}

.article-show .jingpi-form {
  color: #996a3f;
  font-size: 16px;
  height: 230px;
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.article-show .jingpi-form select {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.article-show .jingpi-form p {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.article-show .jingpi-form p.yourname {
  width: 320px;
}

.article-show .jingpi-form .yourname-input {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.article-show .jingpi-form p.sex {
  width: 200px;
}

.article-show .jingpi-form p.sex span {
  color: #333;
  margin-right: 10px;
}

.article-show .jingpi-form p.hour {
  width: 320px;
}

.article-show .jingpi-form p.phone {
  width: 250px;
}

.article-show .jingpi-form p.start {
  width: 250px;
}

.article-show .jingpi-form .jingpi-sbutton {
  width: 135px;
  height: 34px;
  line-height: 34px;
  background-color: #996a40;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  border: none;
  float: left;
  margin-left: 85px;
  font-size: 16px;
}

.jingzhun {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.jingzhun a {
  display: inline-block;
  width: 380px;
  height: 34px;
  line-height: 34px;
  background-color: #996a40;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}

.widget .shengxiaoyunshi {
  height: 250px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.widget .shengxiaoyunshi .col-3 li {
  width: 81px;
  margin: 0 9px 10px;
}
