body {
    margin: 0;
    font: normal 12px/20px Arial, sans-serif;
    color: #666;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

address {
    margin-bottom: 1.125rem;
    font-style: normal;
    line-height: inherit;
}

ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote {
    margin: 0 2.875em 1.125em 2.875em;
}

small {
    font-size: 62.5%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.375em;
}

sup {
    top: -.5em;
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    font-style: inherit;
}

img {
    vertical-align: middle;
    border: 0 none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

input,
select,
option {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    border: 0 none;
    outline: 0 none;
}

button {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    border: 0 none;
    cursor: pointer;
}

textarea {
    padding: .375em .625em;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    overflow: auto;
    resize: vertical;
}

hr {
    height: 1px;
    margin: .5em 0;
    background: #eee;
    border: 0 none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

*:focus {
    outline: 0 none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
}

.clearfix:after {
    clear: both;
}

figure {
    margin: 0;
}

figure.pic img {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cy-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cy-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.details-body {
    line-height: 25px;
}

.details-body img {
    display: block;
    max-width: 100%;
    margin: 1em auto;
}

.icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: cover;
    vertical-align: top;
}


/*404 style*/

.nobg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e1dc), color-stop(0.00, #f2efea));
    background: -webkit-linear-gradient(#f2efea, #e4e1dc);
    background: -moz-linear-gradient(#f2efea, #e4e1dc);
    background: -o-linear-gradient(#f2efea, #e4e1dc);
    background: -ms-linear-gradient(#f2efea, #e4e1dc);
    background: linear-gradient(#f2efea, #e4e1dc);
}

.noPage {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -50%;
    margin-top: -164px;
}

.noPage .pageC {
    text-align: center;
}

.no-t {
    font-size: 200px;
    font-family: helvetica;
    font-weight: bold;
    line-height: 1;
    color: #dab866;
}

.no-by {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 25px 0 5px;
}

.no-btn {
    display: block;
    margin: 0px auto;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: #dab866;
    color: #fff;
}

.pageC a.no-btn {
    color: #fff;
}

.no-btn:hover {
    background-color: #666;
}


/*404 style end*/

@media screen and (max-width: 1024px) {
    .noPage {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .no-t {
        font-size: 160px;
    }
    .no-by {
        font-size: 26px;
    }
    .notxt {
        font-size: 160px;
        left: 0;
        right: 0;
    }
}