a {
    color: #0f1c2d;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

body {
    font: 15px/1.6 "Microsoft Yahei";
    color: #0f1c2d;
    background: url(../images/bg.jpg) no-repeat center 96px;
    /* overflow: hidden; */
    /* height: 100%;
	min-height: 100%; */
    min-height: 1500px;
    position: relative;
    background-color: #fcead1;
}

ul li {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

*+html .clearfix {
    zoom: 1;
}

/* IE7 */

.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

img {
    vertical-align: top;
}

/*---------------index--------------*/

#container {
    height: 100%;
    min-height: 100%;
}

.header {
    padding: 18px 0;
    background: #fff;
}

.header .hInner {
    margin: 0 auto;
    width: 1200px;
}

.header .hInner .logo {
    float: left;
}

.header .hInner ul {
    margin-top: 18px;
    float: right;
}

.header .hInner li {
    margin-left: 92px;
    float: left;
}

.header .hInner li a {
    display: block;
    color: #000;
    font-size: 22px;
}

.header .hInner li a img {
    margin: -4px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.header .hInner li a:hover {
    color: #866638;
}

#main {
    padding-top: 48px;
    width: 510px;
    position: absolute;
    /* top: 30%; */
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 350px;
}

#main .form {
    margin: 0 auto;
    width: 510px;
    position: relative;
    box-sizing: border-box;
}

#main .form .listUl {
    width: 410px;
    position: absolute;
    left: 50px;
    bottom: 95px;
}

#main .form .listUl li {
    margin-bottom: 15px;
}

#main .form .listUl li input {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #969696;
    font-size: 16px;
    line-height: 48px;
    background: #F0F0F0;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 5px;
}

#main .form .listUl li:last-child input {
    background: #F6F6F6;
}

#main .form .listUl li input::-webkit-input-placeholder {
    color: #969696;
}

#main .form .listUl li input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

#main .form .listUl li input:-moz-placeholder {
    color: #969696;
    opacity: 1;
}

#main .form .btnUl {
    width: 424px;
    position: absolute;
    left: 43px;
    bottom: 31px;
}

#main .form .btnUl li {
    float: left;
}

#main .form .btnUl li a:hover {
    opacity: 0.8;
}

.footer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    background: #866638;
}

.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.popBox {
    margin: -179px 0 0 -255px;
    padding: 38px 50px;
    width: 510px;
    /* height: 358px; */
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    background: #fff;
}

.popBox .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popBox .ttl {
    margin: 0 10px 22px 0;
    color: #282828;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.popBox .listUl li {
    margin-bottom: 20px;
}

.popBox .listUl li input {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #969696;
    font-size: 16px;
    line-height: 48px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.popBox .listUl li input::-webkit-input-placeholder {
    color: #969696;
}

.popBox .listUl li input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.popBox .listUl li input:-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.popBox .listUl li select {
    padding: 0 15px;
    width: 100%;
    height: 50px;
    color: #969696;
    font-size: 16px;
    line-height: 48px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.popBox .btn a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: #A37C3B;
}

.popBox .btn a img {
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.popBox .btn a:hover {
    opacity: 0.8;
}

.popBox02 {
    margin-top: -98px;
    padding: 43px 50px;
    height: 196px;
}

.popBox02 p {
    margin-bottom: 25px;
    color: #282828;
    font-size: 18px;
    text-align: center;
}

.popBox02 .btn a {
    margin: 0 auto;
    width: 120px;
    line-height: 50px;
}

.popBox03 {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    overflow-y: auto;
}

.popBox03 .photoBox {
    width: 860px;
    margin: 40px auto 0;
}

.popBox03 .photoBox img {
    width: 100%;
}

.popBox03 .close {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    top: 30px;
    right: 15%;
}

.popBox03 .close a {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/close2.png) no-repeat center top;
    background-size: 60px auto;
}

.popBox03 .close img {
    width: 100%;
}

.popBox03 .close a:hover {
    background: url(../images/close2.png) no-repeat center -60px;
    background-size: 60px auto;
}

th,
td {
    border: 1px solid black;
    word-break: break-all;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: black !important;
}

table {
    width: 100%;
}

[v-cloak] {
    display: none;
}

.detail {
    /* position: absolute; */
    bottom: 42px;
    background: white;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fcead1;
    margin-top: 900px;
    padding-bottom: 70px;
}

.boxcon {
    width: 1000px;
   /* background-color: #F7DD90;*/
}

.close-box {
    padding: 0;
    overflow: auto;
}

.close-box div {
    position: absolute;
    bottom: 150px;
    width: 450px;
    text-align: center;
    left: 30px;
}

.section {
	margin: 12px 0;
}

table {
	margin: 16px 0;
    font-weight: bold;
}

.b {
	color: #7d4c00;
	font-weight: bold;
	font-size: 22px;
}

.firstRow {
	background: #866638;
	color: #fff;
}

.firstRow td {
	padding: 8px 0;
}

tbody tr td {
	padding: 4px 0;
	border: 1px solid #b79655;
}

td, th, caption {
    font-size: 15px;
}
.red {
	color: red;
	font-weight: bold;
}
.red2 {
	font-size: 20px;
	color: red;
	font-weight: bold;
}
