/*html {
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/

body {
    min-width: 1360px;
    margin: 0 auto;
    background: #f4f9fb
}

.w12 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative
}

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

.show {
    display: block
}

.hide {
    display: none
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

input::-moz-input-placeholder {
    color: #a8a8a8
}

input:-moz-input-placeholder {
    color: #a8a8a8
}

input::-webkit-input-placeholder {
    color: #a8a8a8
}

input:-ms-input-placeholder {
    color: #a8a8a8
}

input::-ms-input-placeholder {
    color: #a8a8a8
}

input::-moz-placeholder {
    color: #a8a8a8
}

input::placeholder {
    color: #a8a8a8
}

textarea::-webkit-input-placeholder {
    color: #a8a8a8
}

textarea:-ms-input-placeholder {
    color: #a8a8a8
}

textarea::-ms-input-placeholder {
    color: #a8a8a8
}

textarea::-moz-placeholder {
    color: #a8a8a8
}

textarea::placeholder {
    color: #a8a8a8
}

.sy-header {
    width: 100%;
    min-width: 1200px;
    height: 86px;
    background: rgba(0, 0, 0, .8);
    border-bottom: 1px solid #463d3c;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9
}

.sy-header .logo {
    float: left;
    width: 193px;
    margin: 14px 60px 0 0
}

.sy-header .nav {
    float: left;
    position: relative;
    overflow: hidden
}

.sy-header .nav li {
    float: left;
    width: 100px;
    margin-right: 20px;
    height: 86px;
    line-height: 86px;
    text-align: center
}

.sy-header .nav a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #dfdfe0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sy-header .nav .nav-line {
    width: 100px;
    position: absolute;
    left: -100px;
    bottom: 0;
    height: 3px;
    background-color: #fc7d1e
}

.sy-header .zs {
    float: left;
    height: 28px;
    margin: 28px 10px 0 14px
}

.sy-header .zs a {
    display: block;
    width: 136px;
    height: 28px;
    background: url(/assets/images/zs.png) no-repeat center;
    font-size: 14px;
    color: #fb9e3f;
    line-height: 28px;
    text-indent: 38px
}

.sy-header .drop {
    float: right;
    height: 86px;
    line-height: 86px;
    position: relative
}

.sy-header .drop .avatar {
    margin-right: 6px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sy-header .drop .avatar .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(/assets/images/avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.sy-header .drop .avatar .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sy-header .drop .avatar span {
    display: inline-block;
    font-size: 14px;
    color: #dfdfe0;
    padding: 0 8px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sy-header .drop .avatar i {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/assets/images/drop-icon.png) no-repeat center;
    background-size: cover;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sy-header .drop .avatar i.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sy-header .drop-menu {
    display: none;
    width: 182px;
    position: absolute;
    right: 0;
    top: 86px;
    z-index: 9;
    background: rgba(0, 0, 0, .8)
}

.sy-header .drop-menu.show {
    display: block
}

.sy-header .drop-menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #463d3c;
    font-size: 14px;
    color: #dfdfe0
}

.sy-header .drop-menu a:hover {
    background: #206fa2
}

.sy-header .drop-menu a.btn-logout,
.sy-header .drop-menu a.btn-personal {
    display: none
}

.sy-header .drop-menu i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 12px;
    vertical-align: middle;
    background: url(/assets/images/drop-menu.png) no-repeat center;
    background-position: 0 0
}

.sy-header .drop-menu li.drop-menu1 i {
    background-position: 0 0
}

.sy-header .drop-menu li.drop-menu2 i {
    background-position: -66px 0
}

.sy-header .drop-menu li.drop-menu3 i {
    background-position: -88px 0
}

.sy-header .drop-menu li.drop-menu4 i {
    background-position: -110px 0
}

.sy-header .drop-menu span {
    display: inline-block
}

.banner {
    height: 322px;
    overflow: hidden;
    position: relative
}

.banner .inner {
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 0;
    margin-left: -960px
}

.sy-wrap {
    background: #fff url(/assets/images/wrap1.png)
}

.sy-footer {
    background: #30333a;
    padding: 24px 0 40px
}

.sy-footer .logo {
    float: left;
    width: 172px;
    margin: 34px 62px 0 0
}

.sy-footer .content {
    float: left;
    width: 780px;
    font-size: 14px;
    color: #7d7d7d
}

.sy-footer .content a {
    color: #7d7d7d;
    vertical-align: middle
}

.sy-footer .link {
    margin-bottom: 14px
}

.sy-footer .link a {
    color: #bdc1c2;
    padding: 0 22px;
    border-right: 1px solid #bdc1c2
}

.sy-footer .link a:last-child {
    border-right: none
}

.sy-footer .link a:nth-of-type(1) {
    padding-left: 0
}

.sy-footer .qrcode {
    float: right;
    margin: 24px 16px 0 0
}

.pagination {
    padding: 40px 0;
    font-size: 12px;
    color: #8d8d8d;
    margin-right: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination .go,
.pagination a {
    display: inline-block;
    min-width: 28px;
    height: 24px;
    margin: 0 4px;
    line-height: 24px;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #8d8d8d;
    vertical-align: middle;
    cursor: pointer
}

.pagination .go:hover,
.pagination a.current,
.pagination a:hover {
    background-color: #46a6fd;
    border-color: #46a6fd;
    color: #fff
}

.pagination #firstPage,
.pagination #lastPage,
.pagination .firstPage,
.pagination .lastPage {
    width: 44px
}

.pagination #nextPage,
.pagination #prePage,
.pagination .nextPage,
.pagination .prePage {
    position: relative;
    text-indent: -99999px
}

.pagination #nextPage::after,
.pagination #prePage::after,
.pagination .nextPage::after,
.pagination .prePage::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #8d8d8d;
    border-top: 1px solid #8d8d8d;
    position: absolute;
    left: 11px;
    top: 8px
}

.pagination #prePage::after,
.pagination .prePage::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination #nextPage::after,
.pagination .nextPage::after {
    left: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pagination #nextPage:hover::after,
.pagination #prePage:hover::after,
.pagination .nextPage:hover::after,
.pagination .prePage:hover::after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.pagination input {
    display: inline-block;
    background: #f5f5f5;
    width: 40px;
    height: 24px;
    margin: 0 4px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #8d8d8d;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 1px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.pagination .totalPages {
    margin: 0 4px
}

.pagination .totalPages span {
    margin: 0 2px
}

.page {
    height: 110px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 41px;
    font-size: 12px;
    color: #8d8d8d
}

.page a,
.page span {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px;
    cursor: pointer;
    color: #8d8d8d
}

.page .first,
.page .last {
    width: 44px
}

.page input {
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: #f5f5f5;
    width: 60px;
    height: 28px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 14px;
    color: #8d8d8d;
    position: relative;
    top: 1px;
    margin: 0 4px;
    text-align: center
}

.page a.on,
.page span.on {
    border: 1px solid #46a6fd;
    color: #fff;
    background: #46a6fd
}

.page a:hover {
    border: 1px solid #46a6fd;
    color: #46a6fd
}

.page a.on:hover {
    border: 1px solid #46a6fd;
    color: #fff;
    background: #46a6fd
}

.page .go:hover {
    border: 1px solid #46a6fd;
    color: #fff;
    background: #46a6fd
}

.page input:focus {
    border: 1px solid #46a6fd
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pop .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.pop .content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pop-login,
.pop-register {
    display: none;
    width: 400px;
    padding: 0 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.pop-login .title,
.pop-register .title {
    height: 68px;
    text-align: center;
    font-size: 24px;
    color: #666;
    line-height: 68px
}

.pop-close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/assets/images/close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    cursor: pointer
}

.pop-login .login-menu {
    text-align: center;
    margin: 16px auto 22px;
    border-bottom: 1px solid #e5e5e5
}

.pop-login .login-menu li {
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    font-size: 18px;
    color: #666;
    line-height: 46px;
    cursor: pointer
}

.pop-login .login-menu li.cur {
    border-bottom: 3px solid #4c9dfb
}

.pop-group {
    margin-bottom: 10px
}

.pop-login .login,
.pop-register .register {
    margin-bottom: 0
}

.pop-group .group-item {
    height: 45px;
    position: relative
}

.pop-register .group-item {
    height: 36px
}

.pop-group .clear-input {
    display: none;
    width: 42px;
    height: 100%;
    cursor: pointer;
    background: url(/assets/images/clear-icon.png) center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.pop-login .captcha .clear-input {
    right: 154px
}

.pop-login .sms .clear-input,
.pop-register .sms .clear-input {
    right: 114px
}

.pop-group .g-label {
    float: left;
    width: 78px;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    text-align: right
}

.pop-group .g-input {
    float: left;
    width: 320px;
    height: 100%;
    text-indent: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: 0 0;
    outline: 0;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 44px
}

.pop-register .g-input {
    width: 242px;
    text-indent: 10px;
    line-height: 34px
}

.pop-login .captcha {
    display: none
}

.pop-login .captcha .g-input {
    width: 166px
}

.pop-login .sms .g-input {
    width: 204px
}

.pop-register .sms .g-input {
    width: 126px
}

.pop-group .group-reminder-icon {
    position: absolute;
    left: 12px;
    top: 14px
}

.pop-group .get-captcha {
    float: right;
    width: 142px;
    height: 100%
}

.pop-group .get-captcha img {
    float: left;
    display: block;
    width: 100px;
    height: 100%;
    cursor: pointer
}

.pop-group .get-captcha span {
    float: left;
    display: block;
    width: 42px;
    height: 100%;
    background: url(/assets/images/refrech.png) center no-repeat;
    background-size: 29px 25px;
    cursor: pointer
}

.pop-group .get-sms {
    float: left;
    display: block;
    width: 108px;
    height: 100%;
    margin-left: 6px;
    background-color: #e5e5e5;
    outline: 0;
    border: none;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.pop-group .get-sms.gray {
    background-color: #999;
    font-size: 14px;
    color: #ccc
}

.pop-group .group-tips {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px
}

.pop-about {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 34px;
    margin-bottom: 10px
}

.pop-about input,
.pop-agreement input {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.pop-about a {
    color: #6c6c6c;
    float: right
}

.pop-agreement {
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 34px
}

.pop-agreement a {
    color: #6c6c6c
}

.pop-bottom {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 60px
}

.pop-bottom a {
    color: #fd9f31
}

.pop-btn {
    display: block;
    width: 320px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: #4c9dfb;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer
}

.pop-protocol {
    padding: 14px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 22px;
    text-align: left
}

.pop-protocol a {
    color: #a8a8a8
}

.pop-system {
    display: none;
    width: 336px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
    background: #fff;
    position: absolute;
    top: 86px;
    right: 24px;
    z-index: 8
}

.pop-system .title {
    padding-left: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    background: url(/assets/images/sys-icon.png) no-repeat left center
}

.pop-system .body {
    font-size: 14px;
    color: #666;
    padding: 6px 0 20px 36px
}

.pop-system .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/assets/images/pop_close.png) no-repeat center;
    background-size: cover
}

.pop-system .btn-approve {
    display: block;
    width: 98px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: #fb9e3f
}

.pop-verified .content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background-color: #fff
}

.pop-verified .head {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 72px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c7ced3;
    position: relative
}

.pop-verified .close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/assets/images/close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

.pop-verified .body {
    min-width: 450px;
    padding: 28px 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666
}

.pop-verified .tips {
    margin-bottom: 28px
}

.pop-verified .verified-item {
    margin-bottom: 14px
}

.pop-verified .verified-l {
    float: left;
    width: 90px;
    font-size: 16px;
    color: #666;
    line-height: 40px
}

.pop-verified .verified-r {
    float: right;
    position: relative
}

.pop-verified .verified-r .ipt-inner {
    display: inline-block;
    width: 360px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 40px
}

.pop-verified .btn-verified {
    display: block;
    width: 150px;
    height: 46px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 8px;
    background: #4c9dfb
}

.pop-verified .clear-input {
    display: none;
    width: 42px;
    height: 100%;
    cursor: pointer;
    background: url(/assets/images/clear-icon.png) center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

#shiyue1 {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 25px;
    bottom: 75px;
    z-index: 6;
    background: url(/assets/images/shiyue1.png) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.flexDate_header {
    background-color: #4c9dfb !important
}

li.flexDate_selected {
    background-color: #4c9dfb !important;
    color: #fff !important
}

.flexDate_dateCard>ul>li:hover {
    border-color: #4c9dfb !important
}

.flexDate_leftBorder,
.flexDate_rightBorder {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        -ms-transform: translate3d(25%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}