[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

body, html {
    font-family: '微软雅黑';
    font-size: 16px;
    min-width: 1280px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, a, p, span, pre, i, em {
    font-style: normal;
    letter-spacing: 1px;
    vertical-align: middle;
}

i {
    vertical-align: baseline;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #333333;
}

a:hover {
    color: #C00000;
    text-decoration: underline;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    color: #2f2f2f;
    cursor: pointer;
}

#app {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #F6F6F6;
}

.el-button--primary span,
.el-button--primary i {
    color: #FFFFFF;
}

.el-button--danger {
    background: #C00000;
}

/*分页*/
.paginationBox {
    padding-top: 35px;
    padding-bottom: 100px;
    text-align: center;
}

.paginationBox .el-pagination.is-background .btn-next,
.paginationBox .el-pagination.is-background .btn-prev,
.paginationBox .el-pagination.is-background .el-pager li {
    background: #FFFFFF;
    color: #999999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 8px;
}

.paginationBox .el-pager .more::before {
    line-height: 40px;
}

.paginationBox .el-pagination .btn-next .el-icon,
.paginationBox .el-pagination .btn-prev .el-icon {
    font-size: 16px;
}

.paginationBox .el-pagination button,
.paginationBox .el-pagination span:not([class*=suffix]) {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.paginationBox .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #fa0603;
    color: #FFF;
}

.paginationBox .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #333333;
}

.paginationBox .el-pagination__editor.el-input .el-input__inner {
    height: 35px;
    font-size: 16px;
}

/*input*/
.el-input .el-input__count .el-input__count-inner {
    color: #909399;
    font-size: 12px;
}

/*dialog*/
.el-dialog {
    height: 98vh;
    margin-bottom: 0;
}

.dialog-footer {
    text-align: center;
}

.aloneDialog .el-dialog {
    height: auto;
}

/*radio*/
.el-radio {
    margin-right: 0;
}

.el-radio__input.is-checked .el-radio__inner {
    background-color: #fa0603;
    border-color: #fa1e1b;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #fa0603;
}

/*button*/
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #FFF;
    background-color: #fc9c9b;
    border-color: #fb8685;
}

.el-button--primary {
    color: #FFF;
    background-color: #fa0603;
    border-color: #fa1e1b;
}

.el-button--primary:active,
.el-button--primary:focus,
.el-button--primary:hover {
    color: #FFF;
    background-color: #C00000;
    border-color: #C00000;
}

[class^="el-icon-ytcms"], [class*=" el-icon-ytcms"] {
    vertical-align: middle;
    font-size: 20px;
}

/*频道行*/
.channelBox {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    height: 80px;
    display: flex;
}

.channelBlack {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.channelBox .logoImg {
    height: 45px;
    display: block;
    margin-top: 3px;
    float: left;
    margin-right: 3%;
}

.channelWhite {
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(185, 185, 185, .5);
}

.channelBox .navBox {
    float: left;
}

.channelBox .navBox > li {
    float: left;
    position: relative;
    text-align: center;
    margin-right: 15px;
}

.channelBox .navBox > li > a {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.channelWhite .navBox > li > a {
    color: #333333;
}

.navBox > li > ul {
    position: absolute;
    left: -105%;
    top: 50px;
    background: #FFF;
    padding: 10px 20px;
    width: 200%;
    border-radius: 5px;
    display: none;
}

.navBox > li > ul > li {
    text-align: center;
}

.navBox > li > ul > li a {
    display: block;
    line-height: 30px;
}

.channelBox .btnBox {
    float: right;
    overflow: hidden;
    margin: 0 20px;
}

.channelBox .btnBox .el-button span {
    font-size: 16px;
}

.channelBox .btnBox > i {
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 22px;
}

.channelBox .btnBox .el-button i,
.channelBox .btnBox .el-button span {

}

.channelBlack .btnBox i,
.channelBlack .btnBox span {
    color: #FFFFFF;
}

.channelWhite .btnBox i,
.channelWhite .btnBox span {
    color: #333333;
}

.channelBox .btnBox p {
    margin-left: 20px;
    float: left;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.channelBlack .btnBox p {
    color: #FFFFFF;
}

.channelWhite .btnBox p {
    color: #333333;
}

.channelBox .siteChangeBox {
    width: 77px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.channelBox .siteChangeBox .el-dropdown.siteChange {
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
    height: 50px;
    opacity: 0;
}

.channelWhite .siteChangeBox {
    width: 120px;
}

.channelBox .btnBox .loginBtn {
    float: left;
    line-height: 28px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 3px;
}

.channelBlack .btnBox .loginBtn {
    border: 1px solid #FFFFFF;
}

.channelWhite .btnBox .loginBtn {
    border: 1px solid #333333;
}

.channelWhite .topImgWhite {
    display: none;
}

.channelBlack .topImgBlack {
    display: none;
}

/*上传作品和用户头像*/
.channelBox .updateBox {
    text-align: center;
}

.channelBox .updateBox img {
    height: 16px;
    margin-bottom: 3px;
}

.channelBox .updateBox p {
    cursor: pointer;
    line-height: 15px;
    font-size: 12px;
}

.peopleBox {
    text-align: right;
    position: relative;
    height: 50px;
    overflow: hidden;
}

.channelBox .peopleBox img {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #FFFFFF;
}

.channelBox .peopleBox .el-dropdown.peopleDrop {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
}

/*登录注册按钮*/
.channelBox .btnLoginBox {
    border: 1px solid #3668A5;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
}

.channelBox .btnLoginBox h5 {
    float: left;
    margin: 0 5px;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    color: #3668A5;
    cursor: pointer;
}

/*三个图标*/
.topImgList {
    padding-top: 22px;
    text-align: right;
}

.topImgList img {
    height: 32px;
    margin-left: 11px;
}

/*版权*/
.footerBox {
    padding-top: 76px;
    margin-top: 35px;
    background: #FFFFFF;
}

.footerBox .leftBox {
    text-align: center;
}

.footerBox .leftBox img {
    height: 120px;
    margin-bottom: 10px;
}

.footerBox .leftBox p {
    font-size: 15px;
    color: #333333;
    letter-spacing: 3px;
}

.footerBox .centerBox.borBox {
    box-sizing: border-box;
    padding: 0 10px 0 50px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.footerBox .centerBox h5 {
    font-size: 16px;
    color: #010101;
    margin-bottom: 25px;
}

.footerBox .centerBox a {
    display: block;
    font-size: 15px;
    line-height: 35px;
    color: #333;
}

.footerBox .rightBox {
    padding-left: 30px;
    box-sizing: border-box;
}

.footerBox .rightBox h5 {
    font-size: 16px;
    color: #010101;
    margin-bottom: 25px;
    text-align: center;
}

.footerBox .rightBox img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.footerBox .bottomBox {
    display: table;
    margin: 0 auto;
    padding: 35px 0;
}

.footerBox .bottomBox a {
    display: block;
    float: left;
    margin-right: 20px;
    color: #333333;
    font-size: 15px;
    letter-spacing: 1px;
}

/*浮动的图标*/
.floatBarBox {
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 9999;
}

.floatBarBox li {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    margin-top: 7px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

.floatBarBox li i, .floatBarBox li a {
    color: #000;
    line-height: 50px;
    font-size: 20px;
}

.floatBarBox li a {
    font-size: 12px;
}

.floatBarBox li:hover {
    background: #DD8229;
    transition: all .3s ease;
}

.floatBarBox li:hover i, .floatBarBox li:hover a {
    color: #FFFFFF;
    transition: all .3s ease;
}

.floatBarBox li .appBox {
    background: #DD8229;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    right: 70px;
    top: -35px;
    opacity: 0;
    display: none;
}

.floatBarBox li:hover .appBox {
    display: block;
    opacity: 1;
    transition: all .5s linear;
}

.floatBarBox li .appBox img {
    width: 106px;
    height: 106px;
    margin: 16px;
    margin-bottom: 6px;
}

.floatBarBox li .appBox p {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 13px;
}

.floatBarBox li .phoneBox {
    background: #DD8229;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 0;
    width: 300px;
    height: 50px;
    opacity: 0;
    display: none;
}

.floatBarBox li .phoneBox p {
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 10px;
    line-height: 50px;
}

.floatBarBox li:hover .phoneBox {
    display: block;
    opacity: 1;
    transition: all .5s linear;
}

/*image样式*/

.imgBox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.imgBox a {
    display: block;
    width: 100%;
    height: 100%;
}

.imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgBox .btnBox {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 10;
    display: none !important;
}

.imgBox .btnBox .el-button {
    width: 32px;
    padding: 3px;
    height: 32px;
    background: rgba(0, 0, 0, .6);
    border: none;
}

.imgBox .btnBox .el-button i {
    color: #FFFFFF;
    font-size: 22px;
}

.imgBox .btnBox .el-button:focus,
.imgBox .btnBox .el-button:hover,
.imgBox .btnBox .el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
}

.imgBox > p {
    position: absolute;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    height: 80px;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.imgBox > p span {
    line-height: 105px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: .75px;
    display: block;
}

.imgBox > p .imgTitle {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgBox > p .sheet {
    margin-left: 5px;
}

.imgBox > p i {
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    display: none;
    margin-top: -5px;
}

.imgBox .popBox {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
}

.imgBox:hover img {
    transform: scale(1.2);
    transition: all .5s linear;
}

.imgBox:hover .popBox {
    display: block;
}

.imgBox:hover .btnBox {
    display: block;
    transition: all .5s linear;
}

.imgBox.videoBox {
    position: relative;
}

.imgBox.videoBox > em {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: url("./../images/videoIcon.png") no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/*排序行*/
.sortTypeBox {
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.sortTypeBox p {
    padding: 0 20px;
    float: left;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 30px;
    background: #FFFFFF;
    color: #333333;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6px;
}

.sortTypeBox p.current {
    background: #DD8229;
    color: #FFFFFF;
}

.sortTypeBox i {
    float: right;
    font-size: 26px;
    line-height: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.sortTypeBox i.current {
    color: #DD8229;
}

/*相机搜索框*/

.cameraIconBox {
    position: relative;
}

.cameraIconBox .el-input__inner {
    height: 50px;
    line-height: 50px;
    color: #010101;
    font-size: 22px;
    border: none;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, .85);
}

.cameraIconBox .el-input__inner::placeholder {
    color: #9e9d9d;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
}

.cameraIconBox .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
    color: #9e9d9d;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
}

.cameraIconBox .el-input__inner:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9e9d9d;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
}

.cameraIconBox .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9e9d9d;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
}

.cameraIconBox .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9e9d9d;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
}

.cameraIconBox .el-input-group__append {
    background: rgba(255, 255, 255, .85);
}

.cameraIconBox .el-input-group__append i {
    color: #000002;
    font-size: 22px;
}

.cameraIconBox .el-input__suffix-inner {
    pointer-events: all;
    border-right: 1px solid #333;
    padding-right: 25px;
    line-height: 50px;
    font-size: 24px;
}

.cameraIconBox .el-input__suffix-inner i {
    color: #000002;
    font-size: 24px;
    vertical-align: baseline;
}

.cameraIconBox #searchImgID {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 50px;
    width: 50px;
    right: 83px;
    opacity: 0;
}

.cameraIconBox .byImgBox {
    position: absolute;
    z-index: 11;
    top: 5px;
    height: 40px;
    width: 100px;
    left: 10px;
    overflow: hidden;
    background: #FFFFFF;
}

.cameraIconBox .byImgBox img {
    width: 50px;
    height: 40px;
    object-fit: cover;
    border-radius: 2px;
}

.cameraIconBox .byImgBox i {
    color: #c1c1c1;
    font-size: 24px;
}

/*导航下的搜索框*/
.channelBox .cameraIconBox {
    flex: 1;
    overflow: hidden;
    float: left;
    margin-left: 5%;
}

.channelBox .cameraIconBox .el-input__inner {
    border: 1px solid #DCDFE6;
    border-right: none;
}

.channelBox .cameraIconBox > div {
    width: 400px;
    position: relative;
}

/*常见问题*/
.questionBox {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    max-width: 250px;
    overflow: hidden;
}

.questionBox h5 {
    font-size: 13px;
    margin-bottom: 5px;
}

.questionBox ul li {
    border-bottom: 1px dashed #e8e8e8;
    padding: 5px 0;
}

.questionBox ul li a {
    font-size: 13px;
    color: #666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.questionBox ul li a:hover {
    color: #C00000;
}