.container {
    width: 1200px;
    margin: 0 auto;
}

img {
    display: inline-block;
}

.guide-banner {
    margin-top: 0;
}

.how-vrlook-bg .bg-content img {
    display: inline-block;
}

.guide-ewm .guide-ewm-content img {
    display: inline-block;
}

.pageBanner-container {
    margin-top: 0;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage select,
.layui-laypage span {
    border: none;
    color: #333;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.error-bg {
    /*position: fixed;*/
    width: 100vw;
    height: 100vh;
    background: url("/static/index/image/404.png") #363840 top center no-repeat;
}

.postDetail {
    padding-top: 0;
}

.page {
    background: #f6f6f6;
}

.layui-breadcrumb {
    /* display: flex; */
}
.layui-breadcrumb a{
    display: inline;
}

.block-horizontal-layout {
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="text"],input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    border: #e9e9e9 1px solid;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus {
    border-color: #a0bdfe;
    -webkit-box-shadow: 0 0 3px 0 #427afb;
    box-shadow: 0 0 3px 0 #427afb
}
button {
    overflow: visible;
    border: none;
    outline: none
}