@charset "utf-8";
html,
body {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    min-width: 1366px;
    overflow-x: hidden;
}

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

input,
textarea{
    outline: none;
}
.links{
    color:#cddaea;
}
.links:hover{
    text-decoration:underline;
}
a {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    cursor: pointer;
}
i{
    font-style:normal;
}
img{
    height: auto;
}

/* ------ contentBox ------*/
.content{
    position:relative;
    overflow-x: hidden;
}

/*----- common -----*/
[v-cloak] {
    display: none !important;
}
.no-data{
    color:#fff;
    opacity:0.6;
    font-size:0.75rem;
    text-align:center;
    padding:20px 0;
}
.dropload-down{
    color: #fff;
    text-align: center;
}
.overflow-hd{
    overflow: hidden!important;
}

.rotate-p90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.swiper-wrapper{
    height: auto;
}
.swiper-slide{
    height: auto;
}
.recommend ul li a:hover{
    text-decoration: underline;
}

/*--------详情页面-------*/
.detail{

}
.detail-info{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin: 42px 0 32px;
}
.detail-info span{
    margin-right: 24px;
}
.detail-info em img{
    vertical-align: sub;
}
.detail h3{
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    text-align: center;
}
.detail p{
    font-size: 15px;
    color: #222222;
    line-height: 2em;
    text-indent: 2em;
}
.detail .img{
    display: block;
    width: 500px;
    margin: 10px auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(swiper-lf.png) no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(swiper-rt.png) no-repeat;
}