.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.layui-form-select {
    display: inline-block;
}
.layui-form-select .layui-input {
    color: #666;
    border-radius: 5px;
    padding-right: 40px;
}
.layui-form-select dl dd.layui-this {
    background: #3eb7ae;
}
.layui-form-select .layui-edge {
    border-top-color: #666;
    border-width: 10px;
    right: 15px;
    border-radius: 2px;
}
.layui-form-selected .layui-edge {
    margin-top: -12px;
}
/* header */
.header {
    min-width: 1150px;
    height: 60px;
    background: #16213d;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.header .header-logo {
    display: block;
    height: 60px;
    line-height: 60px;
}
.header .header-logo img {
    width: 100%;
    height: 38px;
}
.header .nav {
    line-height: 60px;
}
.nav .nav-link {
    display: inline-block;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 75px;
}
/* .nav .nav-link-active{
    color: #fff;
    background: #51cfc6;
} */
/* banner */
.banner {
    min-width: 1150px;
}
.banner img {
    width: 100%;
}
/* panel */
.panel .panel-title {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    margin: 40px 0;
    border-left: 4px solid #3eb7ae;
    font-size: 24px;
    color: #3eb7ae;
}
/* fixedbar */
.fixedbar {
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -262px;
    width: 108px;
    height: 333px;
    box-shadow: 0 0 10px #ddd;
    z-index: 999;
    padding: 16px 0 0 0;
    background: #fff;
}
.fixedbar-img {
    display: block;
    width: 84px;
    height: 97px;
    margin-left: 8px;
}
.fixedbar-ewm {
    width: 75px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
.fixedbar-ewm img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}
.fixedbar-ewm h5 {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.fixedbar-fg {
    display: block;
    width: 57px;
    height: 2px;
    margin: 7px auto;
    background: #f4b400;
    border-radius: 2px;
}

.fixedbar-rx {
    text-align: center;
    line-height: 18px;
}
.fixedbar-rx h6 {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.fixedbar-rx p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}