/* 
    Created on : 2 Oct, 2015, 7:52:36 AM
    Author     : RAKESH
    File       : Assan  landing template
    version    : v1.0
*/

* {
    margin: 0;
    padding: 0;
}

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

.backgr-width {
    background-color: #fff;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'microsoft yahei', '微软雅黑', '黑体', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #999999;
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    /* padding-top: 40px; */
}


/* @media( min-width: 768px){
  body{
    padding-top: 60px;
  }
} */

p {
    margin: 0;
}

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #f1454c;
}

a:focus,
a:hover {
    text-decoration: none;
}

button {
    border: 0px;
}

button:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
}

input[type='text']:focus,
input[type='password']:focus {
    color: #101010;
}

button,
input,
select,
textarea {
    border-radius: 0;
}

hr.separator {
    border-top: 1px solid #f1454c;
    margin: 10px auto;
    width: 80px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .vertical-align-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}

.center-title {
    text-align: center;
    margin-bottom: 50px;
}

.center-title h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
}

.center-title p {
    font-size: 15px;
    line-height: 30px;
    font-family: "Arimo", sans-serif;
}

.center-title i {
    color: #f1454c;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}


/***buttons***/

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    font-size: 13px;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn i {
    margin-left: 5px;
}

.btn.btn-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-lg {
    padding: 15px 40px;
}

.btn-skin {
    background-color: #f1454c;
    color: #fff;
}

.btn-skin:hover,
.btn-skin:focus {
    color: #fff;
    background-color: #444;
}

.btn-dark {
    background-color: #333;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background-color: #f1454c;
}

.btn-default {
    background-color: #f3f3f3;
    color: #777;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #333;
}

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #333;
}

img {
    max-width: 100%;
}

i,
em {
    font-style: normal;
}

input,
input:focus {
    outline: none;
}


/* 雪碧图 */

.bannerbtn-li i,
.hotzhuanti-icon,
.hotvideo-icon,
.video-img-box .video-play-num em,
em.video-shop-icon,

/* em.video-dci, */

.video-community-icon,
.video-PGC-icon {
    background: url(../images/mfjicons.png) no-repeat;
    background-size: 517px 135px;
}

.hotzhuanti-icon {
    background: url(../images/mfjicons.png) no-repeat;
    background-size: 440px 116px;
    background-position: -89px 0;
}

.hotvideo-icon {
    background: url(../images/mfjicons.png) no-repeat;
    background-size: 440px 116px;
    background-position: -89px -51px;
}

.video-img-box .video-play-num em {
    background-position: -195px 0;
}

em.video-shop-icon {
    background-position: -175px 0;
}


/* em.video-dci{
  background-position: -175px -60px;
} */

i.video-community-icon {
    background: url(../images/mfjicons.png) no-repeat;
    background-size: 440px 116px;
    background-position: -119px 0;
}

i.video-PGC-icon {
    background: url(../images/mfjicons.png) no-repeat;
    background-size: 440px 116px;
    background-position: -119px -51px;
}

@media(max-width: 767px) {
    .bannerbtn-li i,
    .hotzhuanti-icon,
    .hotvideo-icon,
    em.video-shop-icon,
    /* em.video-dci, */
    .video-community-icon,
    .video-PGC-icon {
        background-size: 360px 95px;
    }
    .hotzhuanti-icon {
        background-position: -73px 0;
    }
    .hotvideo-icon {
        background-position: -73px -42px;
    }
    i.video-community-icon {
        background-position: -97px 0;
    }
    i.video-PGC-icon {
        background-position: -97px -42px;
    }
}


/* 视频、图文、专题 标题h3样式 */

.hot-h3 {
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 60px;
}

.hot-h3 p {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    line-height: 18px;
    margin-top: 6px;
}

@media(min-width: 768px) and (max-width: 1400px) {
    .hot-h3 {
        margin-top: 50px;
    }
}

@media(max-width: 767px) {
    .hot-h3 {
        margin-top: 30px;
    }
}

.hot-h3 span i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
    float: left;
}

.hot-h3 span em {
    display: block;
    float: left;
    line-height: 24px;
    font-size: 18px;
}

.hot-h3 a {
    font-size: 14px;
    color: #F01818;
    line-height: 30px;
}

@media(min-width: 768px) {
    .hot-h3 a:hover {
        /* background: #CF2B1F;
    color: #fff; */
        text-decoration: underline;
    }
}

@media(max-width: 767px) {
    .hot-h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .hot-h3 span i {
        font-size: 26px;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .hot-h3 a {
        font-size: 14px;
        line-height: 24px;
    }
}


/* 视频、图文、专题 固定版块样式 */


/* 视频 */

.hot-video {}

.hot-artical {
    position: relative;
    background: #fff;
    margin-top: 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hot-video {
        padding-bottom: 20px;
    }
    .hot-artical {
        margin-top: 15px;
        border-radius: 0;
        margin-left: -9px;
        margin-right: -9px;
        /* 1115 */
    }
}

.video-img-box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 66.425%;
}

.video-img-box a {
    display: block;
}

.video-pic {
    width: 100%;
}

.video-ico {
    width: 51px;
    height: 51px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    z-index: 10;
    color: #F01818;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
}

.video-ico:before {
    margin-left: 5px;
}

.video-img-box span {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.video-img-box .video-play-num {
    /* width: 74px; */
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: rgba(100, 100, 100, .5);
    border-radius: 2px;
    z-index: 2;
}

.video-img-box .video-play-num em {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 5px 0 0;
}

.video-img-box .video-play-num i {}

.video-shop-num {
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    /* padding: 0 10px; */
}

.video-shop-num p {
    margin-right: 10px;
}

.video-shop-num p a {
    color: #333;
}

.video-shop-num p:before {
    content: "●";
    color: #f01818;
    font-size: 10px;
    margin-right: 5px;
}

.video-shop-num p i {
    color: #f01818;
    font-size: 10px;
}

.video-shop-num span em {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.video-img-box em.video-dci {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.video-img-box em.video-dci img {
    width: 30px;
    height: 40px;
}

.video-img-box em.video-dci:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* width: 35px;
  height: 45px;
  right: 13px;
  top: 13px;
  background-size: 542px 151px;
  background-position: -182px -67px; */
}

@media(max-width: 767px) {
    .video-shop-num {
        padding: 0 10px;
        margin-top: 5px;
    }
}

@media(min-width: 768px) {
    .hot-common-video-list .hot-artical:hover .video-img-box span {
        display: block;
    }
    .hot-video .hot-artical:hover .video-img-box span {
        display: block;
    }
}

.hot-author {
    width: 120px;
    height: 40px;
    padding-left: 2px;
    padding-top: 2px;
    position: absolute;
    right: -80px;
    top: 30px;
    z-index: 7;
    background: rgba(255, 255, 255, .5);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

.hot-author img {
    width: 36px;
    height: 36px;
}

@media(max-width: 767px) {
    .hot-author.active {
        background: rgba(255, 255, 255, .8);
    }
    .hot-author img {
        width: 36px;
        height: 36px;
        border: 1px #e5e5e5 solid;
        animation: rotate 2s linear infinite;
        -webkit-animation: rotate 2s linear infinite;
        -o-animation: rotate 2s linear infinite;
        -moz-animation: rotate 2s linear infinite;
    }
    @keyframes rotate {
        0% {
            border: 1px #e5e5e5 solid;
        }
        50% {
            border: 1px #f01818 solid;
            box-shadow: 0 0 2px #f01818;
        }
        100% {
            border: 1px #e5e5e5 solid;
        }
    }
    @-webkit-keyframes rotate {
        0% {
            border: 1px #e5e5e5 solid;
        }
        50% {
            border: 1px #f01818 solid;
            box-shadow: 0 0 2px #f01818;
        }
        100% {
            border: 1px #e5e5e5 solid;
        }
    }
    @-o-keyframes rotate {
        0% {
            border: 1px #e5e5e5 solid;
        }
        50% {
            border: 1px #f01818 solid;
            box-shadow: 0 0 2px #f01818;
        }
        100% {
            border: 1px #e5e5e5 solid;
        }
    }
    @-moz-keyframes rotate {
        0% {
            border: 1px #e5e5e5 solid;
        }
        50% {
            border: 1px #f01818 solid;
            box-shadow: 0 0 2px #f01818;
        }
        100% {
            border: 1px #e5e5e5 solid;
        }
    }
}

.hot-author p {
    line-height: 35px;
    font-size: 12px;
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-artical h4 {
    line-height: 24px;
    height: 24px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    /* padding: 0 13px; */
}

@media(max-width: 767px) {
    .hot-artical h4 {
        padding: 0 10px 0 10px;
    }
}

.hot-artical h4 a {
    color: #000;
}

.hot-num-time {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    color: #999;
}

.hot-num-box {
    font-size: 14px;
    color: #999;
}

.hot-num-box p:first-child {
    margin-right: 14px;
}

.hot-num-box i {
    margin-right: 5px;
    color: #999;
}

.hot-num-box span {
    color: #999;
}

.hot-time-box {
    width: 35%;
    font-size: 12px;
}


/* 热门图文 */

.hot-pic {
    /* padding-bottom: 30px; */
    /* margin-bottom: 30px; */
}

@media (max-width: 1199px) {
    .hot-artical h4 {
        font-size: 14px;
    }
}


/* 热门专题 */

.hot-rec {}

.hot-box {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-top: 16px;
}

@media(max-width: 767px) {
    .hot-box {
        border-radius: 0;
        margin-top: 15px;
    }
}

.hot-box .hot-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    padding-top: 12px;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hot-box .hot-title h4 {
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.hot-box .hot-title h5 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.hot-box .hot-title p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .hot-box .hot-title {
        height: 70px;
        padding-top: 15px;
    }
    .hot-box .hot-title h4 {
        height: 28px;
        line-height: 28px;
        font-size: 17px;
        font-weight: normal;
    }
    .hot-box .hot-title p {
        font-size: 12px;
        line-height: 15px;
        height: 15px;
    }
}

.hot-box img,
.video-img-box a>img {
    width: 100%;
    /* min-height: 100%; */
}

.video-img-box a>img.video-pic {
    max-width: none;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-height: 100%;
}

@media(min-width: 768px) {
    .hot-box:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .hot-artical .hot-author:hover {
        right: 0;
        background: rgba(255, 255, 255, .8);
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .hot-video .hot-artical:hover .video-ico {
        color: #fff;
        background-color: rgba(240, 24, 24, 1);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hot-common-video-list .hot-artical:hover .video-ico {
        color: #fff;
        background-color: rgba(240, 24, 24, 1);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hot-pic .hot-artical:hover .video-pic {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .hot-video .hot-artical:hover h4 a {
        color: #F01818
    }
}


/* 翻页 */

.pagination {
    margin: 0;
}

.pagination>li {}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    font-size: 18px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    font-size: 18px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f01818;
    border-color: #f01818;
}

@media(max-width: 767px) {
    .pagination>li>a,
    .pagination>li>span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 3px;
        font-size: 12px;
    }
    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        font-size: 16px;
    }
    .pagination>li:last-child>a,
    .pagination>li:last-child>span {
        font-size: 16px;
    }
}


/* 弹窗 */

@media (min-width: 768px) {
    .modal-dialog {
        width: 274px;
        margin: 200px auto 0 auto;
    }
}

#myModal .modal-content {
    overflow: hidden;
    margin: 30px auto;
}

.modal-content {
    border-radius: 0;
}

.modal-body img {
    display: block;
    margin: 0 auto;
}

.modal-header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #EA5046 solid;
    padding: 0 15px;
}

.modal-title {
    color: #101010;
    font-size: 16px;
    line-height: 40px;
    float: left;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #666;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    font-weight: normal;
}

.modal-body h6 {
    color: #E83227;
}

.modal-body p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.modal-footer {
    border-top: 0;
    text-align: center;
}

.modal-footer button {
    display: inline-block;
    /* width: 80px; */
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #EA5046;
    border: 1px #EA5046 solid;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff;
    padding: 0 20px;
}

.modal-footer button:hover {
    background: #CF2B1F;
    color: #fff;
}

.modal-footer>a {
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    background: #EA5046;
    padding: 0 50px;
}

#myModal2 {}

.modal-liuch-li {
    margin: 0 auto;
}

.modal-li-to {
    margin: 0 auto;
}

@media (min-width: 768px) {
    #myModal2 .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}

#myModal2 .modal-body h6 {
    color: #666;
}

#myModal2 .modal-body h6 i {
    display: inline-block;
    width: 67px;
    height: 6px;
}

#myModal2 .modal-body h6 i.hleft3 {
    background: url(../images/mfjruzhu/hleft3.png) no-repeat center top;
    background-size: 100%;
    margin-right: 20px;
}

#myModal2 .modal-body h6 i.hright3 {
    margin-left: 20px;
    background: url(../images/mfjruzhu/hright3.png) no-repeat center top;
    background-size: 100%;
}

.modal-liuch-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-liuch-li {
    width: 80%;
    border: 1px #E83227 solid;
    border-radius: 5px;
    padding: 5px;
}

.modal-liuch-li p {
    color: #E83227;
    font-size: 16px;
    line-height: 22px;
}

.modal-liuch-li p.modal-li-title {
    font-weight: bold;
}

.modal-body img.erweima {
    display: block;
    margin: 10px auto 0 auto;
}

#myModal2 h6.modal-h3-ma {
    color: #E83227;
}

.modal-body>p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.modal-body>input {
    width: 100%;
    height: 50px;
    border: 1px #ccc solid;
    line-height: 48px;
    text-indent: 10px;
    font-size: 16px;
}

.modal-body>p.modal-input-tips {
    font-size: 12px;
    line-height: 18px;
    color: #FF6633;
    text-align: left;
    margin-top: 5px;
}

@media(max-width: 767px) {
    .modal-dialog {
        width: 80%;
        margin: 60px auto;
    }
    .modal-footer>a {
        display: inline-block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        color: #fff;
        margin: 0 auto;
        background: #EA5046;
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .modal-liuch-box {
        margin-left: 40px;
    }
    .modal-liuch-li {
        height: 110px;
        width: 27%;
    }
    .modal-li-to {
        margin-top: 50px;
    }
    .modal-liuch-li,
    .modal-li-to {
        float: left;
    }
}


/* 删除弹窗 */

.deleModal .modal-dialog {
    width: 500px;
}

@media(max-width: 767px) {
    .deleModal .modal-dialog {
        width: 80%;
        margin: 100px auto;
    }
    /* .deleModal .modal-header{
    padding: 8px 15px;
  } */
    .deleModal .modal-title {
        font-size: 14px;
    }
    .deleModal .modal-body>p {
        font-size: 12px;
    }
}


/* 联系客服 */

#fixed-call-top {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 20;
}

#fixed-call-top ul {}

#fixed-call-top ul li {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    margin-bottom: 1px;
    position: relative;
}

#fixed-call-top ul li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 0;
}

#toTop span {
    font-size: 16px;
}

#fixed-call-top ul li a img {
    display: block;
    margin: 0 auto 0 auto;
    padding-top: 18px;
}

li.fixe-call .call-left-box {
    border: 1px #e5e5e5 solid;
    position: absolute;
    width: 120px;
    padding: 10px;
    left: -120px;
    top: 0px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    display: none;
}

li.fixe-call .call-left-box p {
    font-size: 12px;
}

li.fixe-call.call-tell .call-left-box {}

li.fixe-call.call-weixin .call-left-box {
    top: -80px;
}

#fixed-call-top ul li.fixe-top img {
    padding-top: 12px;
}

@media(min-width: 768px) {
    #fixed-call-top ul li:hover {
        background: #f01818;
    }
    #fixed-call-top ul li:hover .call-left-box {
        display: block;
    }
}


/* 返回顶部 移动端 */

#toTopWap {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px rgba(240, 24, 24, .8) solid;
    border-radius: 50%;
    position: fixed;
    right: 25px;
    bottom: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    display: none;
}

#toTopWap img {
    display: block;
    width: 18px;
    margin: 0 auto 0 auto;
    padding-top: 12px;
}


/********************************************** 个人中心 公共样式 ***********************************************/

.per-body {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main {
    margin-top: 0;
    position: relative;
}

@media (max-width: 767px) {
    .main {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .mar-bot-20 {
        margin-bottom: 20px;
    }
}


/* 个人中心 内容版块 公用标题 */

.order-section h3 {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #F01818 solid;
}

.order-section h3 span {
    font-size: 16px;
    color: #7f7f7f;
}

.order-section h3 a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    color: #F01818;
    border: 1px #F01818 solid;
    border-radius: 4px;
}

.order-section h3 a:hover {
    background: #CF2B1F;
    border: 1px #CF2B1F solid;
    color: #fff;
}


/* 我的订单 移动端公共样式*/

@media(max-width: 767px) {
    .order-section {
        background: none;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .order-section h3 {
        height: 40px;
        line-height: 40px;
        border-bottom: none;
    }
    .order-section h3 span {
        font-size: 12px;
        color: #7f7f7f;
    }
    .order-section h3 a {
        width: auto;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        margin-top: 7px;
        padding: 0 10px;
    }
    .order-box-wap {}
    .order-list-wap {}
    .order-li-wap {
        background: #fff;
        margin-bottom: 6px;
        border-top: 1px #e5e5e5 solid;
    }
    .order-li-wap:last-child {
        margin-bottom: 0;
    }
    .order-li-wap-title {
        height: 35px;
        line-height: 35px;
        font-size: 10px;
        padding: 0 10px;
    }
    .order-li-wap-title h4 a {
        display: block;
        font-size: 12px;
        color: #101010;
        line-height: 35px;
        height: 35px;
        overflow: hidden;
    }
    .order-li-wap-title span {
        color: #7f7f7f;
    }
    .order-li-wap-title p.order-p-wait {
        color: #f01818;
    }
    .order-li-wap-title p.order-p-over {
        color: #666;
    }
    .order-li-wap-box {
        padding: 0 10px 10px 10px;
    }
    .order-li-pic {
        width: 35%;
    }
    .order-li-pic img {
        width: 100%;
    }
    .order-li-txt {
        width: 65%;
        padding-left: 10px;
    }
    .order-li-txt h4 {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }
    .order-li-txt h4 a {
        color: #333;
    }
    .order-li-txt>p {
        font-size: 10px;
    }
    .order-li-txt>p>span {
        margin-right: 5px;
    }
    .order-li-txt>p:nth-of-type(3) span:nth-of-type(2) {
        font-size: 14px;
        margin-right: 0;
    }
    .order-li-txt-p1 {
        height: 20px;
        line-height: 20px;
        color: #333;
        font-size: 12px;
        margin-top: 10px;
    }
    .order-li-txt-p1 p {
        color: #7f7f7f;
    }
    .order-li-txt-p1 a {
        color: #7f7f7f;
    }
    .order-btns {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        border-top: 1px #e5e5e5 solid;
        font-size: 12px;
    }
    .order-btns a.order-btn-pay {
        display: block;
        width: 68px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 4px;
        background: #f01818;
        color: #fff;
        margin-left: 15px;
        margin-top: 5px;
    }
    .order-btns a.order-btn-cancel {
        color: #7f7f7f;
        height: 35px;
    }
}


/* 结算 */

.order-list-foot {
    /* height: 54px;
  line-height: 54px; */
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.order-list-foot a {
    display: block;
    width: 170px;
    /* height: 54px;
  line-height: 54px; */
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    /* border-radius: 4px; */
    margin-left: 20px;
}


/* .order-list-foot a.handle-btn1{
  background: #F01818;
  color: #fff;
}
.order-list-foot a.handle-btn2{
  background: #fff;
  color: #F01818;
  border: 1px #F01818 solid;
} */

.order-list-foot p {
    font-size: 16px;
    color: #666;
    margin: 0 20px;
}

.order-list-foot p span {
    color: #F01818;
    margin: 0 5px;
    font-size: 18px;
}

@media(max-width: 767px) {
    .order-list-foot {
        background: #fff;
        margin-top: 6px;
        margin-bottom: 0;
        height: 44px;
        line-height: 44px;
        padding: 0;
    }
    .order-list-foot a {
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 15px;
    }
    .order-list-foot p {
        font-size: 12px;
        color: #666;
        margin-left: 10px;
        margin-right: 0;
    }
}


/* 无订单、无收藏、无购买记录、无浏览历史记录 */

.order-no {
    padding: 30px;
}

.order-no img {
    display: block;
    width: 89px;
    margin: 0 auto;
}

.order-no p {
    font-size: 16px;
    line-height: 36px;
    color: #B2B2B2;
}

.order-no a {
    display: block;
    margin: 25px auto 0 auto;
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #F01818;
    border-radius: 4px;
}


/* 页面报错弹窗 */

.error-modal {
    width: 200px;
    height: 100px;
    padding-top: 35px;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: none;
}

.error-modal p {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}


/* DCI证书查看大图 */

.scope {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

#scopeBox {
    max-width: 100%;
    max-height: 90%;
    width: 707px;
    height: 500px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.scope a.close-scope {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10001;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
}

.scope a.close-scope img {
    width: 16px;
    height: 16px;
    display: block;
    margin: 7px auto;
}

.dci-scope img {
    display: block;
    margin: 0 auto;
}

@media(max-width: 767px) {
    #scopeBox {
        height: 325px;
    }
    .scope>a {
        right: 18px;
        top: 55px;
        width: 20px;
    }
    .dci-scope img {
        width: 95%;
    }
}


/* 头部logo、搜索栏 */

.header-logo-search {
    height: 70px;
    padding: 18px 0;
    border-bottom: 1px #f7f7f7 solid;
    background: #fff;
}

.header-logo-search img.header-logo {
    height: 32px;
}

.header-search {}

.header-search-box {
    width: 370px;
    height: 36px;
    line-height: 34px;
    border: 1px #e5e5e5 solid;
}

.header-search-box input {
    width: 60%;
    height: 23px;
    border: none;
    border-right: 1px #e5e5e5 solid;
    text-indent: 10px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.header-search-box .headsearch-ul {
    width: 25%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.header-search-box .headsearch-type-p {}

.header-search-box .headsearch-type-p span {
    margin-right: 5px;
    color: #101010;
}

.header-search-box .headsearch-type-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    background: #fff;
    z-index: 5;
    border: 1px #e5e5e5 solid;
}

.header-search-box .headsearch-type-list li {
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.header-search-box .headsearch-type-list li a {
    color: #101010;
}

.header-search-box button {
    width: 15%;
    height: 34px;
    background: #f01818;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.banner-hotsearch {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .padd5 {
        padding-left: 3px;
        padding-right: 3px;
    }
    .margin10 {
        margin-left: -12px;
        margin-right: -12px;
    }
}


/* 123rf 移动端公共搜索栏 */

.headSearchWap123rf {
    height: 44px;
    border-top: 1px #fff solid;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    z-index: 1000;
    background: #fff;
}

.headSearchWap123rf .headSearchMain {
    height: 44px;
}

.headSearchWap123rf .headsearch-input {
    width: 60%;
    height: 26px;
    line-height: 26px;
    border: none;
    border-right: 1px #e5e5e5 solid;
    text-indent: 10px;
    font-size: 12px;
    margin-top: 9px;
}

.headSearchWap123rf .headsearch-ul {
    width: 25%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    position: relative;
}

.headSearchWap123rf .headsearch-type-p {}

.headSearchWap123rf .headsearch-type-p span {
    margin-right: 5px;
    color: #101010;
}

.headSearchWap123rf .headsearch-type-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    background: #fff;
    z-index: 5;
    border: 1px #e5e5e5 solid;
}

.headSearchWap123rf .headsearch-btn {
    width: 15%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #f01818;
    color: #fff;
}

.headSearchWap123rf .headsearch-btn i {
    font-size: 19px;
}

.headSearchWap123rf .headsearch-type-list li {
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.headSearchWap123rf .headsearch-type-list li a {
    color: #101010;
}

@media(max-width: 767px) {
    .video-main {
        margin-top: 44px;
    }
}


/* 搜索结果 列表图片 公共样式 */


/* .video-res-li{
  margin-bottom: 20px;
} */

@media(max-width: 767px) {
    .video-res-li {
        margin-bottom: 5px;
    }
}

.video-tuij-li-box {
    width: 100%;
    padding-top: 55.9523%;
    overflow: hidden;
    position: relative;
    background: #e5e5e5;
}

.video-tuij-li-box>a {
    width: 100%;
    height: 100%;
}

.video-tuij-li-box img.tuij-imglis {
    max-width: none;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
}

.video-tuij-li-box a span.video-tuij-play {
    background: url(../images/123rf/video-play-123rf.png) center top no-repeat;
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}

.table-center {
    text-align: center;
}

.table-left {
    text-align: left;
}

.table-right {
    text-align: right;
}

.td-color-yellow1 {
    color: #FFCC00;
}

.td-color-yellowf93 {
    color: #FF9933;
}

.td-color-ff54 {
    color: #ff5467;
}

.td-color-redf63 {
    color: #FF6633;
}

.td-color-red18 {
    color: #f01818;
}

.td-color-green6e0 {
    color: #6ECE00;
}

.td-color-gray3 {
    color: #333;
}

.td-color-gray6 {
    color: #666;
}

.td-color-gray9 {
    color: #999;
}

.td-color-gray7f {
    color: #7f7f7f;
}

.td-color-black {
    color: #000;
}

.td-color-black10 {
    color: #101010;
}

.td-color-white {
    color: #fff;
}

.td-color-bluee3 {
    color: #0495E3;
}

.color-blue049 {
    color: #0495e3;
}

.fontbold {
    font-weight: bold;
}

.font-underline {
    text-decoration: underline;
}


/* 购物车为空 */

.order-empty {
    width: 100%;
    padding: 200px 15px;
    border: 1px #e5e5e5 solid;
    background: #fff;
}

.order-empty p {
    font-size: 16px;
    line-height: 35px;
    color: #7F7F7F;
}

@media(max-width: 767px) {
    .order-empty {
        border: none;
        padding: 150px 15px;
    }
    .order-empty p {
        font-size: 12px;
    }
}


/* 下拉列表 三角按钮翻转 */

img.activeUp {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.disabled {
    pointer-events: none;
}

.alipay-return-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.alipay-modal-main {
    width: 400px;
    height: 100px;
    background: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 3px;
    border-color: rgba(0, 0, 0, .3);
    border-style: solid;
}

.alipay-modal-main>a {
    display: inline-block;
    width: 127px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 27px 20px 0 20px;
}

.alipay-modal-main>a.alipay-succese {
    background: #EA5046;
    color: #fff;
    border: 1px #EA5046 solid;
}

.alipay-modal-main>a.alipay-fail {
    background: #fff;
    color: #f01818;
    border: 1px #f01818 solid;
}

.alipay-modal-main>p {
    font-size: 14px;
    color: #666;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media(max-width: 767px) {
    .alipay-modal-main {
        width: 90%;
    }
    .alipay-modal-main>a {
        width: 40%;
        margin: 27px 5px 0 5px;
    }
}

@media(min-width: 768px) {
    .alipay-modal-main>a.alipay-succese {
        background: #f01818;
        border: 1px #f01818 solid;
    }
    .alipay-modal-main>a.alipay-fail {
        background: #f01818;
        color: #fff;
        border: 1px #f01818 solid;
    }
}


/* 公共顶部 个人中心导航 */

@media(max-width: 767px) {
    .navbar-head-person {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
    }
    .navbar-head-person>a {
        display: block;
        width: 26px;
        height: 26px;
        border: 1px #fff solid;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 7px;
    }
    .navbar-head-person>ul.navbar-person-ul {
        position: fixed;
        left: 0;
        top: 40px;
        background: #fff;
        width: 96px;
        height: 100%;
        display: none;
    }
    .navbar-head-person>ul.navbar-person-ul>li {
        height: 30px;
        line-height: 30px;
    }
    .navbar-head-person>ul.navbar-person-ul>li>a {
        font-size: 10px;
        color: #666;
    }
    .navbar-head-person>ul.navbar-person-ul>li.active {
        background: #eee;
    }
    .navbar-head-person>ul.navbar-person-ul>li.active>a {
        color: #f01818;
    }
    .navbar-head-person ul.person-second-ul {
        position: fixed;
        left: 96px;
        height: 100%;
        top: 40px;
        width: 90px;
        background: #eee;
        display: none;
    }
    .navbar-head-person ul.person-second-ul li {
        height: 30px;
        line-height: 30px;
    }
    .navbar-head-person ul.person-second-ul a {
        font-size: 10px;
        color: #666;
    }
    .navbar-head-person ul.person-second-ul li.active a {
        color: #f01818;
    }
}


/* 个人中心 头部个人信息 */

.personal-info {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.personal-info>img.person-head-infobg {
    display: block;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    z-index: 1;
    min-width: 100%;
}

.personal-info .person-head-info-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.personal-info-cotainer {
    width: 100%;
    position: relative;
}

@media(min-width: 768px) {
    .personal-info {
        height: 200px;
        /* background: url(../images/123rf/person-headbg.png) no-repeat center top;
    background-size: cover; */
    }
    .personal-info-cotainer {
        width: 960px;
        margin: 0 auto;
        padding-top: 36px;
    }
    .person-head-portrait {
        float: left;
        width: 128px;
        height: 128px;
        border: 1px #fff solid;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
    .person-head-portrait>img {
        width: 128px;
        height: 128px;
    }
    .person-portrait-edit {
        width: 128px;
        height: 128px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        display: none;
    }
    .person-head-portrait:hover .person-portrait-edit {
        display: block;
    }
    .person-portrait-edit p {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 128px;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 14px;
        z-index: 2;
    }
    .person-portrait-edit input {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }
    .person-head-txt {
        float: left;
        width: 470px;
        margin-left: 20px;
        color: #fff;
    }
    .person-head-txt h2 {
        margin: 15px 0 20px 0;
    }
    .person-head-txt h2>span {
        font-size: 24px;
        line-height: 30px;
        float: left;
    }
    .person-head-txt h2 a {
        color: #fff;
        line-height: 30px;
        margin-left: 20px;
        float: left;
    }
    .person-head-txt h2 a i,
    .person-head-txt h2 a span {
        float: left;
    }
    .person-head-txt h2 a i {
        font-size: 17px;
        margin-top: 5px;
    }
    .person-head-txt h2 a span {
        font-size: 12px;
        margin-left: 5px;
    }
    .person-head-txt>p {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }
}

@media(max-width: 767px) {
    .personal-info {
        height: 159px;
        /* background: url(../images/123rf/person-headbgWap.png) no-repeat center top;
    background-size: cover; */
    }
    .personal-info>img.person-head-infobg {
        display: block;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
    }
    .person-head-portrait {
        width: 50px;
        height: 50px;
        border: 1px #fff solid;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        margin: 15px auto 0 auto;
    }
    .person-head-portrait>img {
        width: 50px;
        height: 50px;
    }
    .person-head-txt {
        width: 100%;
        color: #fff;
    }
    .person-head-txt h2 {
        text-align: center;
        line-height: 35px;
    }
    .person-head-txt h2>span {
        font-size: 13px;
        line-height: 32px;
        display: block;
    }
    .person-head-txt h2 a {
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 2;
        line-height: 20px;
        color: #fff;
    }
    .person-head-txt h2 a i {
        font-size: 17px;
    }
    .person-head-txt>p {
        font-size: 10px;
        line-height: 16px;
        text-align: left;
        padding: 0 10px;
        max-height: 48px;
        overflow: hidden;
    }
}


/* pc端公共导航 */

.person-navigation {
    max-width: 960px;
    width: 100%;
    margin: 40px auto 50px auto;
    position: relative;
}

.person-navigation>ul.person-nav-ul {
    border: 1px #e5e5e5 solid;
    width: 100%;
    line-height: 50px;
}

ul.person-nav-ul>li {
    width: 12.5%;
    height: 50px;
    text-align: center;
}

ul.person-nav-ul>li>a {
    display: block;
    color: #666;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    /* border-left: 1px #e5e5e5 solid; */
}

ul.person-nav-ul>li:first-child>a {
    border-left: none;
}

ul.person-nav-ul>li.active,
ul.person-nav-ul>li:hover {
    background: #f8f8f8;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
}

ul.person-nav-ul>li:first-child.active,
ul.person-nav-ul>li:first-child:hover {
    border-left: none;
}

ul.person-nav-ul>li:last-child.active,
ul.person-nav-ul>li:last-child:hover {
    border-right: none;
}

ul.person-nav-ul>li.active+li a,
ul.person-nav-ul>li:hover+li a {
    border-left: none;
}

ul.person-nav-ul>li.active>a,
ul.person-nav-ul>li:hover>a {
    border: none;
    border-color: #e5e5e5;
    color: #f01818;
}

ul.person-next-nav-ul {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50px;
    background: #f8f8f8;
    border: 1px #e5e5e5 solid;
    /* width: 954px; */
    display: none;
    z-index: 2;
}

ul.person-nav-ul>li.active>ul.person-next-nav-ul {
    display: block;
    z-index: 4;
}

ul.person-nav-ul>li:hover>ul.person-next-nav-ul {
    display: block;
    z-index: 5;
}

ul.person-next-nav-ul li {
    width: 12.5%;
    line-height: 40px;
    text-align: center;
}

ul.person-next-nav-ul li a {
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    height: 37px;
}

ul.person-next-nav-ul li.active a,
ul.person-next-nav-ul li:hover a {
    border-bottom: 3px #f01818 solid;
    color: #f01818;
}

ul.person-next-nav-ul li:hover,
ul.person-next-nav-ul li a:hover {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}


/* 个人中心 */

.person-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
    margin-top: -20px;
}

h3.person-h3 {
    font-size: 16px;
    color: #101010;
    line-height: 40px;
    margin-top: 10px;
}

.person-container table {
    width: 100%;
    max-width: 959px;
    text-align: center;
}

.person-container table thead {
    background: #f0f0f0;
    height: 30px;
    line-height: 30px;
}

.person-container table tbody {
    border: 1px #e5e5e5 solid;
}

.person-container table th,
.person-container table td {
    text-align: center;
    font-weight: normal;
    color: #7f7f7f;
}

.person-container table th {
    font-size: 12px;
}

.person-container table td {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.person-container table tr:last-child td {
    border-bottom: none;
}

@media(max-width: 767px) {
    h3.person-h3 {
        font-size: 13px;
        line-height: 32px;
        padding: 0 10px;
    }
    .person-order h3.person-h3 {
        margin-top: 0;
    }
    .person-container table tbody {
        border: none;
    }
    .person-container table th {
        font-size: 12px;
    }
    .person-container table td {
        font-size: 10px;
    }
}


/* .热门视频作品 */

.hot-video-common {
    background: #fff;
    padding: 15px 0 25px 0;
}

.hot-video-common h3 {
    font-size: 20px;
    color: #101010;
    line-height: 50px;
}

.hot-common-video-list {
    margin-top: -16px;
}

@media(max-width: 767px) {
    .hot-video-common h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .hot-common-video-list {
        margin-top: -5px;
    }
}


/* banner视频、banner搜索 */

.banner-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

a.banner-video-logo {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -39%;
    z-index: 10;
}

.banner-main {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-content h1 {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.banner-search {
    width: 800px;
    max-width: 90%;
    height: 90px;
    margin: 55px auto 0 auto;
}

.banner-search input {
    background: #fff;
    border: none;
    width: 75%;
    height: 50px;
    font-size: 16px;
    color: #999;
    text-indent: 30px;
}

.banner-search button {
    width: 10%;
    height: 50px;
    background: #f01818;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.banner-search button span,
.banner-search button em {
    float: left;
}

.banner-search button span {
    color: #fff;
    font-size: 26px;
    margin-top: 12px;
    margin-right: 6%;
    padding-left: 10%;
}

@media(min-width: 768px) {
    .banner-search button:hover {
        background: #CF2B1F
    }
}

@media(max-width: 767px) {
    .banner-video-slider {
        height: 240px;
    }
    .banner-video {
        height: 240px;
    }
    .pic-container img {
        height: 240px;
    }
    .banner-main {
        height: 125px;
    }
    .banner-search {
        height: 40px;
        margin: 40px auto 0 auto;
        background-color: rgba(0, 0, 0, .2);
        padding: 5px;
    }
    .banner-search input {
        background: #fff;
        border: none;
        width: 75%;
        height: 30px;
        font-size: 12px;
        color: #999;
        text-indent: 10px;
    }
    .banner-search button {
        width: 10%;
        height: 30px;
        background: #f01818;
    }
    .banner-search button span {
        color: #fff;
        font-size: 14px;
    }
}

.banner-search .headsearch-ul {
    width: 15%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    background: #fff;
    /* border-left: 1px #ccc solid; */
    cursor: pointer;
}

.banner-search .headsearch-ul:before {
    content: "";
    display: inline-block;
    float: left;
    width: 1px;
    height: 30px;
    background: #ccc;
    margin-top: 10px;
}

.banner-search .headsearch-type-p {}

.banner-search .headsearch-type-p span {
    margin-right: 5px;
    color: #101010;
}

.banner-search .headsearch-type-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #fff;
    z-index: 5;
    border: 1px #e5e5e5 solid;
}

.banner-search .headsearch-type-list li {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.banner-search .headsearch-type-list li a {
    color: #101010;
}

.banner-hotsearch {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.banner-hotsearch span,
.banner-hotsearch a {
    font-size: 14px;
    color: #fff;
}

.banner-hotsearch li {
    margin: 0 18px;
}

@media(min-width: 768px) and (max-width: 991px) {
    a.banner-video-logo {
        left: 50%;
        margin-left: -46%;
    }
}