body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4,h5, h6, i, b, textarea, button, input, select, figure, figcaption {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: "Microsoft Yahei",sans-serif;
    -webkit-tap-highlight-color:transparent;
}
body:focus, div:focus, span:focus, header:focus, footer:focus, nav:focus, section:focus, aside:focus, article:focus, ul:focus, dl:focus, dt:focus, dd:focus, li:focus, a:focus, p:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, i:focus, b:focus, textarea:focus, button:focus, input:focus, select:focus, figure:focus, figcaption:focus {
    outline: none;
}
html, body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}
body {
    font-size: 14px;
    color: #333;
}

img {
    border: 0;
    vertical-align: top;
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
a:hover {
    color: #3897d7 !important;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

em {
    font-style: normal;
}

/****vue动画****/
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}
.fade-enter, .fade-leave-to {
    opacity: 0
}

/*video*/
.g-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-video-wrap div, .g-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.g-video-wrap .video-wrap-auto {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: auto;*/
    height: auto;
    min-height: 100%;
}
.g-video-wrap video {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Bootstrap Modal右侧强制为0*/
body {
    padding-right: 0!important;
}
.modal-open, .modal-open .modal, .modal {
    padding-right: 0!important;
    overflow-y: hidden !important;
}

/*fancybox*/
.fancybox-close {
    top: 0!important;
    right: 0!important;
}
/*.fancybox-margin {
  margin-right: 17px !important;
}*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/*::-webkit-scrollbar
{
  width: 0px;
  height: 0px;
  background-color: #F5F5F5;
}*/

/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
  border-radius: 10px;
  background-color: #F5F5F5;
}*/

/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}*/

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea { -webkit-appearance: none;}

/*html {
  height: 100%;
}*/
html,body{
    /*height: 100%;*/
    /*min-height: 100%;
    width: 100%;*/
    background-color: #fff;
    /*overflow-y: auto;*/
}


.clear:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    zoom:1;
}

.back_img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*************loading*************/
.loading-wrap {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}
.loading-wrap .center-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loading-wrap .center-wrap p {
    margin-top: 5px;
    padding-left: 20px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
}


/*************位置*************/
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.position-fixed {
    position: fixed;
}
.position-static {
    position: static;
}
.position-vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.position-vertical-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.position-horizontal-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.position-center.position-center2 {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*自定义layers*/
.modal-layer * {
    color: #fff;
}
.modal-layer {
    background: rgba(0, 0, 0, 0.7);
}
.modal-layer .modal-dialog {
    width: 90%;
    max-width: 730px;
    margin: 30px auto;
}
.modal-layer .modal-header {
    height: 40px;
}
.modal-layer .modal-body {
    min-height: 230px;
}
.modal-layer .modal-body > .container-fluid {
    width: 100%;
}
.modal-layer .modal-body .content {
    max-width: 495px;
    font-size: 18px;
}
.modal-layer .modal-body .content span {
    display: block;
}
.modal-layer .modal-body .tips {
    max-width: 495px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: #5f5f5f solid 1px;
    font-size: 16px;
}
.modal-layer .modal-body .tips a {
    color: #4c95d4;
}

.modal-layer .modal-footer {
    height: 118px;
    border: none;
    text-align: center;
    background: #17191a;
}
.modal-layer .modal-footer .btn-primary {
    width: 141px;
    margin-top: 28px;
    background: #4c95d4;
}
/*alert*/
#layer-alert .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 320px;
    max-width: 520px;
    margin: 0;
    margin-top: -50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#layer-alert .modal-header {
    height: 0;
}
#layer-alert .modal-body {
    min-height: 100px;
}
#layer-alert .modal-body .tips {
    display: none;
}
#layer-alert .modal-footer {
    height: 75px;
}
#layer-alert .modal-footer .btn-primary {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .modal-layer .modal-dialog {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .modal-layer .modal-body .content, .modal-layer .modal-body .tips {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-layer .modal-body .content {
        text-align: left;
    }
    .modal-layer .modal-body .content span {
        display: inline;
    }
    .modal-layer .modal-body .tips a {
        display: block;
    }

    /*alert*/
    #layer-alert .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    #layer-alert .modal-body .content {
        text-align: center;
    }
}


/**********************全景图轮播***************************/
.full-layer-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
}
.full-layer-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.full-layer-wrap .list-wrap {
    position: relative;
    overflow: hidden;
}
.full-layer-wrap .list-wrap .list {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    /*-webkit-transition: all .5s ease;
    transition: all .5s ease;*/
}
.full-layer-wrap .list-wrap .list li {
    display: block;
    float: left;
    text-align: center;
}
.full-layer-wrap .list-wrap .list li .img-wrap {
    display: inline-block;
}

.full-layer-wrap .prev, .full-layer-wrap .next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 80px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.full-layer-wrap .prev {
    left: 0;
}
.full-layer-wrap .next {
    right: 0;
}
.full-layer-wrap .prev .glyphicon, .full-layer-wrap .next .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.full-layer-wrap .prev:hover .glyphicon, .full-layer-wrap .next:hover .glyphicon {
    opacity: 1;
}
.full-layer-wrap .closed {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.full-layer-wrap .closed .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.full-layer-wrap .closed:hover .glyphicon {
    opacity: 1;
}
.full-layer-wrap .pagination-point {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.full-layer-wrap .pagination-point li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #808890;
    cursor: pointer;
}
.full-layer-wrap .pagination-point li.active {
    background-color: #0099da;
}
.full-layer-wrap .zoom-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zoom-in {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: url('../images/common/zoom-in.cur'), pointer;
}
.zoom-out {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    cursor: url('../images/common/zoom-out.cur'), pointer;
}

@media (max-width: 767px) {
    .full-layer-wrap .prev, .full-layer-wrap .next {
        display: none;
    }
    .full-layer-wrap .closed {
        top: 15px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .full-layer-wrap .pagination-point {
        bottom: 10px;
    }
    .full-layer-wrap .pagination-point li {
        width: 8px;
        height: 8px;
        margin-left: 3px;
        margin-right: 3px;
    }
}


