@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
}


/* icon */

@font-face {
    font-family: 'egs';
    src: url('../images/uc/iconfont.eot');
    src: url('../images/uc/iconfont.eot');
    src: local('☺'),
    url('../images/uc/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../images/uc/iconfont.woff') format('woff'),
    url('../images/uc/iconfont.ttf') format('truetype'),
    url('../images/uc/iconfont.svg#egs') format('svg')
    /*src: url('../images/uc/iconfont.eot?#iefix') format('embedded-opentype'), url('../images/uc/iconfont.woff') format('woff'), url('../images/uc/iconfont.ttf') format('truetype'), url('../images/uc/iconfont.svg#egs') format('svg');*/
}

.icon {
    font-family: "egs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.i-rss:before {
    content: "\e611";
}

.i-group:before {
    content: "\e612";
}

.i-faq:before {
    content: "\e613";
}

.i-edit2:before {
    content: "\e614";
}

.i-app:before {
    content: "\e615";
}

.i-list2:before {
    content: "\e616";
}

.i-checked:before {
    content: "\e617";
}

.i-user:before {
    content: "\e618";
}

.i-lock:before {
    content: "\e619";
}

.my-menu li a i.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: currentColor;
    vertical-align: middle;
}

/**************************** 后台型页面功能模块 ****************************/

/* 通用表单 */

.jr-forms {
    padding: 10px;
}

.jr-forms > ul > li {
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}

.jr-forms li img,
.jr-forms td img {
    height: 30px;
    vertical-align: middle;
}

.jr-forms .inp,
.jr-forms textarea,
.jr-forms select {
    display: inline-block;
    box-sizing: border-box;
    border: 1px #ddd solid;
    width: auto;
    height: 30px;
    min-width: 160px;
    padding: 5px;
    line-height: 18px;
    outline: none;
    background: #fff;
    color: #797979;
    vertical-align: middle;
}

.jr-forms li textarea {
    width: 300px;
    height: 120px;
}

.jr-forms td textarea {
    width: 100%;
    height: 120px;
}

.jr-forms .inp.current,
.jr-forms input.inp:focus,
.jr-forms textarea:focus,
.jr-forms select:focus {
    background: #fff url(../images/default/shadow.png) top repeat-x;
    border: 1px #a3bde2 solid;
}

.jr-forms li input.full {
    width: 50%;
}

.jr-forms td input.full {
    width: 100%;
}

.jr-forms input.small {
    width: 50px;
    min-width: inherit;
}

.jr-forms input.big,
.jr-forms select.big {
    height: 40px;
    padding: 10px;
}

.jr-forms table {
    width: 100%;
}

.jr-forms th,
.jr-forms td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    line-height: 30px;
}

.jr-forms thead th {
    background-color: #f8f8f8;
    white-space: nowrap;
    word-break: keep-all;
    padding: 10px;
    line-height: 20px;
}

.jr-forms tbody th,
.jr-forms label {
    width: 6em;
    padding-right: 1em;
    text-align: right;
    color: #2980b9;
}

.jr-forms li label {
    display: inline-block;
    vertical-align: top;
}

.jr-forms th label {
    padding: 0;
}

.jr-forms .set + label {
    width: auto;
    margin: 0 -14px 0 5px;
    color: #797979;
}

.jr-forms table.border {
    margin-bottom: -1px;
}

.jr-forms table.border .inp {
    min-width: inherit;
}

.jr-forms .tc th,
.jr-forms .tc td {
    text-align: center;
}

.jr-forms tbody td.line {
    padding: 0;
    height: 4px;
    background-color: #f8f8f8;
}


/* 文档材料表格 */

.jr-doc {
    padding: 10px;
    color: #333;
}

.jr-doc .inp,
.jr-doc textarea {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px #797979 solid;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    background: none;
}

.jr-doc textarea {
    height: 100px;
}

.jr-doc .inp.current,
.jr-doc input.inp:focus,
.jr-doc textarea:focus,
.jr-doc select:focus {
    outline: none;
    border-bottom: 1px #000 solid;
    /*background: #fff url(../images/default/shadow.png) bottom repeat-x;*/
    color: #797979;
}

.red-title {
    padding: 50px;
    font: bold 30px/2em simsun;
    text-align: center;
    color: #d00;
}

.cover {
    width: 420px;
    margin: 0 auto 50px;
}

.cover .inp,
.cover textarea {
    width: 300px;
}

.jr-doc > ul > li {
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
}

.jr-doc li b {
    display: inline-block;
    width: 200px;
    text-align: right;
    white-space: nowrap;
    word-break: keep-all;
}

.jr-doc li label {
    display: inline-block;
    width: 100px;
    text-align: right;
    white-space: nowrap;
    word-break: keep-all;
}

.jr-doc .set + label {
    width: auto;
    margin: 0 15px 0 5px;
}

.jr-doc table {
    width: 80%;
    margin: 0 auto;
}

.jr-doc table + table {
    margin-top: -1px;
}

.jr-doc th,
.jr-doc td {
    border: 1px solid #797979;
    padding: 10px;
    line-height: 20px;
}

.jr-doc thead th {
    background-color: #e9e9e9;
    font-weight: bold;
    font-size: 16px;
}

.jr-doc tbody th {
    width: 8em;
    font-weight: bold;
}

.jr-doc td .inp,
.jr-doc td textarea {
    width: 100%;
}

.jr-doc td p .inp {
    width: auto;
}

.jr-doc td textarea + * {
    margin-top: 10px;
}


/* 数据表格 */

table.data {
    width: 100%;
}

table.data th,
table.data td {
    border-bottom: 1px solid #bde;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
}

table.data thead th {
    border-bottom: 2px solid #048;
    background: #fff;
    color: #048;
    font-weight: bold;
}

table.data tbody tr:nth-child(even) td,
table.data tbody tr.even td {
    background: #f0f6fc;
}

table.data tbody td p {
    text-align: left;
}

table.data tbody tr:hover td {
    background-color: #ffe;
}

table.state {
    width: 100%;
    border: 1px solid #ddd;
}

table.state th,
table.state td {
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
}

table.state thead th {
    border: 1px solid #ddd;
    background-color: #e9e9e9;
    text-align: center;
    font-weight: bold;
}

table.state tbody td {
    border-bottom: 1px solid #ddd;
}

table.state tbody td p {
    text-align: left;
}

table.state tbody tr:hover td {
    background-color: #f8f8f8;
}

table.state tbody td.date {
    position: relative;
    padding-left: 30px;
    text-align: left;
}

table.state tbody td.date:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    border-left: 1px solid #ddd;
}

table.state tbody td.date:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background-color: #ddd;
    border-radius: 100px;
}


/* 详情表格 */

table.detail {
    width: 100%;
    margin: 10px 0;
}

table.detail th,
table.detail td {
    border: 1px #c6e4fe solid;
    padding: 10px;
    line-height: 24px;
}

table.detail thead th {
    border-bottom: 2px solid #135a9c;
    background-color: #e5f3ff;
    color: #135a9c;
    font-weight: bold;
    font-size: 15px;
}

table.detail tbody th {
    background-color: #e5f3ff;
    color: #135a9c;
}


/* 弹提示 */

.tip-wrap {
    position: relative;
}

.tip-box {
    position: absolute;
    top: 80%;
    left: 10%;
    right: 10%;
    z-index: -1;
    opacity: 0;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: transform .3s;
}

.tip-box:before,
.tip-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: dashed dashed solid;
    overflow: visible;
    font: 0/0 lx;
}

.tip-box:before {
    border-color: transparent transparent #ddd;
    border-width: 0 7px 8px;
    left: 50%;
    top: -8px;
    margin-left: -7px;
}

.tip-box:after {
    border-color: transparent transparent #fff;
    border-width: 0 6px 7px;
    left: 50%;
    top: -7px;
    margin-left: -6px;
}

.tip-wrap:hover .tip-box {
    z-index: 2;
    opacity: 1;
    transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
}


/* 自定义提示位置和颜色 */

.list-table li:last-child .tip-box,
.tip-box.up {
    top: auto;
    bottom: 80%;
}

.list-table li:last-child .tip-wrap:hover .tip-box,
.tip-wrap:hover .tip-box.up {
    transform: translate(0, -6px);
    -webkit-transform: translate(0, -6px);
}

.list-table li:last-child .tip-box:before,
.tip-box.up:before {
    border-color: #ddd transparent transparent;
    border-width: 8px 7px 0;
    top: auto;
    bottom: -8px;
}

.list-table li:last-child .tip-box:after,
.tip-box.up:after {
    border-color: #fff transparent transparent;
    border-width: 7px 6px 0;
    top: auto;
    bottom: -7px;
}

.list-table li:hover .tip-box {
    border: 1px solid #a3bde2;
}

.list-table li:hover .tip-box:before {
    border-color: transparent transparent #a3bde2;
}

.list-table li:last-child:hover .tip-box:before,
.tip-box.up:before {
    border-color: #a3bde2 transparent transparent;
}


/* 弹提示加操作按钮 */

.tip-box.option {
    box-sizing: content-box;
    width: 70px;
    left: 50%;
    right: auto;
    margin-left: -45px;
}

.tip-box.option a {
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    border-radius: 3px;
}

.tip-box.option a:hover {
    background-color: #f0f3f8;
}

.tip-box.option a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
    color: #ccc;
    transition: transform .3s ease-in-out;
}

.tip-box.option a:hover i {
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
}

.extra a {
    position: relative;
    display: inline-block;
    color: #bbb;
}

.extra a.current {
    color: #1b80d2;
}

.extra a i {
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 24px;
}

.extra a b {
    position: absolute;
    top: -32px;
    left: 50%;
    display: none;
    width: 50px;
    height: 24px;
    margin-left: -25px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #acf;
    color: #fff;
    border-radius: 2px;
}

.extra a b:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #acf;
}

.extra a:hover b {
    display: block;
}


/* bootstrap recss */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.form-control:focus {
    border-color: #6cb;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .1);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive th,
.table-responsive td {
    white-space: nowrap;
    word-break: keep-all;
}
.table-responsive td.et {
    white-space: normal;
    word-break: normal;
    overflow:auto;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #3a7 !important;
    background-color: #3a7 !important;
    color: #fff !important;
}

.layui-layer-btn a.layui-layer-btn0,
.layui-layer-btn a.layui-layer-btn0:hover {
    color: #fff;
}

.table td,
.table th {
    vertical-align: middle;
    text-align: center;
}

.table th {
    color: #3a7;
    font-weight: bold;
}

.table thead th {
    position: relative;
}

.table thead th + th:before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: -1px;
    border-left: 1px solid #ddd;
}

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

.table-sm td,
.table-sm th {
    padding: .3rem .5rem;
}

.btn-outline-secondary {
    color: #797979;
    border-color: #ddd;
}

/*.btn-outline-secondary:hover {*/
/*color: #fff;*/
/*background-color: #3a7;*/
/*border-color: #3a7;*/
/*}*/

/* 公益广告平台 */

.btn-outline-secondary:hover {
    color: #fff !important;
    border-color: #ddd;
    background: #3a7;
}

.btn-outline-secondary.current {
    color: #fff !important;
    background-color: #3a7;
    border-color: #3a7;
}

.current {
    color: #fff;
    background-color: #3a7;
    border-color: #3a7;
}

.currentActive {
    color: #fff;
    border-color: #3a7;
}

.pane {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 3px;
}

.pane h3 {
    position: relative;
    height: 60px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    line-height: 20px;
}

.pane.list h3 {
    margin: 0;
}

.pane h3 b {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    padding-left: 20px;
    font-size: 20px;
}

.pane h3 b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    background-color: #3a7;
    border-radius: 100px;
}

.pane h3 .more {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #ccc;
}

.pane h4 .more {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #ccc;
}

.pane .where {
    margin: 0 0 15px;
}

/* 登录注册 */
.sign {
    padding: 70px 0 120px;
    background: url(../images/sign_bg.jpg) 50% 100% no-repeat;
}

.sign-box {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.sign-box h2 {
    height: 20px;
    border-bottom: 4px double #ddd;
    text-align: center;
    margin: -10px 0 26px;
}

.sign-box h2 b {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    line-height: 40px;
    font-size: 20px;
    background-color: #fff;
    color: #058;
}

.sign-box h2 b:before,
.sign-box h2 b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #ddd;
    margin-top: -3px;
    border: 1px solid #ddd;
}

.sign-box h2 b:after {
    left: auto;
    right: 0;
}

.sign-box h3 {
    position: relative;
    margin: 0 -40px;
    padding: 0 0 20px;
    line-height: 20px;
}

.sign-box h3 b {
    display: inline-block;
    border-left: 10px solid #9dc;
    padding-left: 20px;
    font-size: 20px;
    color: #3a7;
}

.login-switch {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    border: 1px solid #ddd;
    border-right: none;
    padding: 4px 15px;
    background-color: #f5f5f5;
    color: #3a7;
    font-size: 15px;
    border-radius: 100px 0 0 100px;
}

.login-switch i {
    vertical-align: middle;
    font-size: 18px;
    color: #bbb;
}

.signin li {
    position: relative;
    padding: 5px 0;
}

.signin li > i {
    position: relative;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: -50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ccc;
}

.signin li p i {
    font-size: 20px;
    vertical-align: middle;
}

.signin li > label {
    display: block;
    font-size: 14px;
    color: #495057;
}

.signin li .inp {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    padding: 0px 19px 0px 14px;
    /* vertical-align: middle; */
    font-size: 16px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: none;
}

.signin li .warn {
    border: 1px solid #f41c20;
    box-shadow: 0 0 15px rgba(244, 28, 32, .15);
}

.signin li input.inp:focus {
    outline: none;
    border: 1px solid #9dc;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(51, 170, 119, .15);
}

.signin .code {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 110px;
    height: 48px;
    /*padding: 0 10px;*/
    border-left: 1px solid #ddd;
    /* vertical-align: middle; */
}

.signin .code img {
    width: 100%;
    height: 100%;
    border-radius: 0 25px 25px 0;
}

.signin .getcode {
    position: absolute;
    top: 6px;
    right: 1px;
    display: block;
    box-sizing: content-box;
    width: 88px;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: none;
    border-left: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.getcode.disabled {
    cursor: not-allowed;
    background-color: #e9e9e9;
    color: #797979;
}

.signin .btn {
    box-sizing: border-box;
    transition: all .3s;
}

.signin .btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
}

.signin .btn i {
    font-size: 24px;
}

.sign .tips {
    display: none;
    color: #f80;
}

.login-link {
    padding: 10px;
    line-height: 20px;
}

.sign .read {
    margin: 0 10px;
    color: #048;
    text-decoration: underline;
}

.sign p label {
    margin-bottom: 0;
}

#read {
    margin: 15px;
    padding: 15px;
}

#read p {
    padding: 0.5em 0;
    line-height: 24px;
}

@media (max-width: 992px) {
    .sign-box {
        margin: 20px;
        padding: 20px;
    }

    .sign-box h3 {
        margin: 0 -20px;
    }

    .signin li .inp {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .sign-box {
        margin: 10px;
        padding: 15px;
    }

    .sign-box h3 {
        margin: 0 -15px;
    }

    .signin li .inp {
        font-size: 14px;
    }
}

/* 用户中心 */

.user-menu {
    margin-right: 10px;
}

.user-menu li {
    position: relative;
    padding: 0 10px;
    line-height: 40px;
}

.user-menu li li {
    margin-bottom: 2px;
}

.user-menu li li a {
    display: block;
    border-left: 2px solid #ddd;
    margin: 0 -10px;
    padding: 0 10px;
    background: #eee;
}

.user-menu li li a:hover, .user-menu li li a.active {
    border-left-color: #396;
    background: #3a7 url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M390.994 894.192c0-7.893 3.025-15.783 9.068-21.785l363.409-360.871-363.426-361.487c-12.021-11.956-12.075-31.394-.116-43.415 11.956-12.021 31.394-12.073 43.415-.117l385.327 383.271a30.7 30.7 0 0 1 9.05 21.766v.011a30.7 30.7 0 0 1-9.068 21.77L443.326 915.971c-12.031 11.946-31.469 11.879-43.416-.152-5.946-5.987-8.917-13.811-8.917-21.631z' fill='%23fff'/%3E%3Cpath d='M421.692 466.213c-24.868 0-45.025 20.159-45.025 45.025 0 24.868 20.159 45.025 45.025 45.025 24.868 0 45.025-20.159 45.025-45.025 0-24.868-20.159-45.025-45.025-45.025zM231.485 466.213c-24.868 0-45.025 20.159-45.025 45.025 0 24.868 20.159 45.025 45.025 45.025 24.868 0 45.025-20.159 45.025-45.025 0-24.868-20.159-45.025-45.025-45.025z' fill='%23fff'/%3E%3C/svg%3E") 96% 50% no-repeat;
    color: #fff;
}

.user-menu h4 {
    line-height: 40px;
    font-size: 16px;
}

.user-menu h4 i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 -10px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background-color: #3a7;
    color: #fff;
    border-radius: 3px;
}

.user-menu li ul {
    margin: 10px 0;
}

/* 步骤 */

.steps {
    overflow: hidden;
    padding: 30px 0 50px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.sign .steps {
    margin-top: -50px;
}

.step-x {
    float: left;
    position: relative;
    left: 50%;
}

.step-x li {
    float: left;
    position: relative;
    right: 50%;
}

.step-x li {
    position: relative;
    width: 50px;
    height: 50px;
}

.step-x li + li {
    margin-left: 70px;
}

.step-x li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 55px;
    width: 60px;
    height: 2px;
    margin-top: -1px;
    background-color: #ddd;
}

.step-x li i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    background-color: #ccc;
    color: #fff;
    border-radius: 100px;
}

.step-x li span {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
}

@media (max-width: 320px) {
    .step-x li + li {
        margin-left: 40px;
    }

    .step-x li + li:before {
        width: 30px;
    }
}

/* 详情 */

.detail h2 {
    line-height: 3;
    text-align: center;
    font-size: 24px;
}

.d-show img {
    display: block;
    /*width: 100%;*/
}

.d-info {
    padding-top: 20px;
}

.d-info li {
    padding: 10px;
    line-height: 1.5;
    color: #797979;
}

.d-info li b,
.d-info li strong {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    color: #333;
}

.d-info li b:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 14px;
    background-color: #3a7;
    margin-right: 10px;
    margin-bottom: 1px;
    border-radius: 100px;
}

.d-info li strong + p {
    margin-top: 10px;
}

.d-info li strong i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    color: #3a7;
}

.d-option a {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd \0;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 8px;
    border-radius: 100px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    transition: all .3s;
}

.d-option a.btn-block {
    margin: 8px 0;
}

.d-option em {
    display: inline-block;
    width: 5em;
    margin-left: 20px;
    text-align: left;
}

.d-option a i {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 10px;
}

/*.d-option a.text-orange:hover {*/
/*background-color: #f80;*/
/*color: #fff;*/
/*}*/

.d-option a.text-green:hover {
    background-color: #3a7;
    color: #fff;
}

.d-option a.round {
    display: block;
    width: 120px;
    margin: 20px auto;
    padding: 35px 0;
    border: none;
    color: #fff;
    font-weight: bold;
}

.d-option a.vote:hover {
    background: #3a7;
}

.aside h4 {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}

.aside h4 b {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0 15px;
    font-size: 16px;
}

.aside h4 b:before,
.aside h4 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 200%;
    border-top: 1px solid #ddd;
}

.aside h4 b:before {
    left: 100%;
}

.aside h4 b:after {
    right: 100%;
}

.aside .share {
    text-align: center;
}

.aside .share a {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background-color: #ccc;
    border-radius: 100px;
    background-image: url(../images/gygg/share_i.png);
    background-size: auto 40px;
    transition: all .3s;
}

.aside .share a.bds_weixin {
    background-position: 0 0;
}

.aside .share a.bds_tsina {
    background-position: -40px 0;
}

.aside .share a.bds_sqq {
    background-position: -80px 0;
}

.aside .share a.bds_qzone {
    background-position: -120px 0;
}

.aside .share a.bds_weixin:hover {
    background-color: #3ac838;
}

.aside .share a.bds_tsina:hover {
    background-color: #fb9560;
}

.aside .share a.bds_sqq:hover {
    background-color: #339ffb;
}

.aside .share a.bds_qzone:hover {
    background-color: #fed733;
}

.bd_weixin_popup {
    box-sizing: content-box;
    text-align: center;
}

/* 列表 */

.list {
    padding: 20px;
}

.list .row {
    margin-right: -10px;
    margin-left: -10px;
}

.list .row > .col,
.list .row > [class*="col-"] {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.list-c li {
    margin-bottom: 30px;
}

.card {
    border: none;
    background: #f8f8f8;
}

.card-body {
    padding: 10px;
}

.card-body h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.card-title {
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 40px;
    margin: -60px -10px 10px;
    padding: 10px 10px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-title a {
    color: #fff;
}

.card-body p {
    line-height: 1.7;
}

.card-pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 56.25% 0 0;
}

.card-pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: transform .3s;
}

.card:hover .card-pic img {
    transform: scale(1.06, 1.06);
}

.card-img-top {
    border-radius: 0;
}

.card .play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100px;
    transition: background-color .3s;
}

.card .play:hover {
    background-color: #3a7;
}

.card .play:before {
    margin-left: 4px;
}

.card .date {
    color: #aaa;
}

.card .view {
    float: right;
    color: #797979;
}

.card .view i {
    color: #ccc;
    margin-right: 5px;
}

.card .time {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100px;
}

/* 首页 */

.focus .pic,
.focus .pic div {
    position: relative;
    overflow: hidden;
    display: block;
    height: 420px;
}

.focus .pic a {
    display: block;
    height: 420px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    font-size: 48px;
    cursor: pointer;
    background-image: none;
    background-color: rgba(255, 255, 255, .3);
    outline: none;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev i,
.focus .next i {
    line-height: 100px;
    text-align: center;
    font-size: 48px;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}


.focus-tab {
    position: relative;
    z-index: 10;
    width: 1200px;
    height: 120px;
    margin: -20px auto 0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.focus-tab li {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 320px;
    height: 120px;
    padding: 30px 40px;
    line-height: 30px;
    background-image: url(../images/gygg/heart.png);
    background-repeat: no-repeat;
    background-position: 90% 80px;
    cursor: pointer;
}

.focus-tab li:before {
    content: '“';
    position: absolute;
    top: 30px;
    left: -5px;
    font-size: 40px;
    font-weight: bold;
    font-family: simsun;
    color: #eee;
}

.focus-tab li.current:before {
    top: -5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.focus-tab li + li {
    border-left: 1px solid #ddd;
}

.focus-tab li p {
    font-size: 18px;
    color: #797979;
}

.focus-tab li h4 {
    font-weight: bold;
    font-size: 18px;
    color: #3a7;
}

.focus-tab li.current {
    background-color: #3a7;
}

.focus-tab li.current h4,
.focus-tab li.current p {
    color: #fff;
}

.focus-tab li.more {
    width: 240px;
    background: #f8f8f8;
}

.focus-tab li.more:before {
    display: none;
}

.focus-tab li.more a {
    display: block;
    margin: -30px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 18px;
    color: #3a7;
}

.focus-tab li.more a i {
    color: #ccc;
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

.navi {
    position: relative;
    z-index: 10;
    height: 6px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.navi > span {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 100px;
    transition: width .1s;
}

.navi .on {
    width: 18px;
    background-color: #3a7;
    opacity: 1;
}

.focus .navi {
    display: none;
    margin: -16px 0 10px;
}

@media (max-width: 1280px) {

    .focus .pic,
    .focus .pic div {
        height: auto;
    }

    .focus .pic a {
        box-sizing: content-box;
        height: 0;
        padding: 35% 0 0;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .focus-tab,
    .focus .prev,
    .focus .next {
        display: none;
    }

}

.dashboard {
    max-width: 1240px;
    overflow-x: hidden;
    margin: 0 auto -20px;
    padding: 20px;
}

.dashboard .row {
    margin-right: -10px;
    margin-left: -10px;
}

.dashboard .row > .col,
.dashboard .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.dashboard .pane {
    margin: 0 0 20px;
    padding: 20px;
    zoom: 1;
    line-height: 2em;
    background-color: #fff;
    border-radius: 0;
}

.type {
    padding: 20px 0;
}

.type li {
    margin-bottom: 20px;
}

.type li a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 133.33% 0 0;
    text-align: center;
    color: #fff;
    transition: all .3s;
}

.type li a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.type a > i {
    position: absolute;
    top: 25%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px;
    margin-left: -50px;
    color: #fff;
    border: 2px dotted #fff;
    border-radius: 100px;
    transition: all .3s;
}

.type b {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    line-height: 3;
    font-size: 24px;
    font-weight: bold;
    transition: all .3s;
}

.type span {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    color: #797979;
    border-radius: 100px;
    opacity: 0;
    transform: translate(0, 60px);
    transition: all .3s;
}

.type span i {
    display: inline-block;
    margin: 0 10px 0 -10px;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle;
}

.type .type1 {
    background-color: #00b2ca;
}

.type a.type1:hover > i {
    color: #00b2ca;
}

.type .type2 {
    background-color: #6cc7ab;
}

.type a.type2:hover > i {
    color: #6cc7ab;
}

.type .type3 {
    background-color: #e8959d;
}

.type a.type3:hover > i {
    color: #e8959d;
}

.type .type4 {
    background-color: #f9a471;
}

.type a.type4:hover > i {
    color: #f9a471;
}

.type .type3 > i {
    text-indent: 16px;
}

.type img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .2;
    transition: all .3s;
}

.type a:hover img {
    transform: scale(1.03, 1.03);
}

.type a:hover b,
.type a:hover > i {
    transform: translate(0, -30px);
}

.type a:hover > i {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.type a:hover span {
    opacity: 1;
    transform: translate(0, 0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.type a:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    border: 1px solid #fff;
    opacity: 0;
    transform: scale(1.2, 1.2);
    transition: all .3s;
}

.type a:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

.pic-text {
    height: 128px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.pic-text .pic {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 100px;
}

.pic-text h4 {
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}

.pic-text p {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 14px;
}

.pic-text p .date {
    color: #aaa;
}

.pic-text .pic img {
    width: 100%;
    transition: transform .3s;
}

.pic-text .pic:hover img {
    transform: scale(1.03, 1.03);
}

.pic-text .pic.fr ~ h4,
.pic-text .pic.fr ~ p {
    margin-right: 170px;
}

.gallery {
    height: 240px;
    overflow: hidden;
}

.gallery-box {
    position: relative;
    overflow: hidden;
    height: 110px;
    margin-bottom: 20px;
}

.gallery-box.top1 {
    height: 240px;
}

.gallery-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}

.gallery-box a:hover {
    transform: scale(1.03, 1.03);
}

.rank {
    position: relative;
}

.rank h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: url(../images/gygg/stat.png) 10px 50% no-repeat;
}

.rank li {
    position: relative;
    padding-left: 15px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    list-style: decimal;
    list-style-position: inside;
}

.rank li:nth-child(even) {
    background-color: #f8f8f8;
}

.rank li span {
    margin-left: 10px;
}

.rank h3 b:before {
    background-color: #f80;
}

.rank .row {
    margin-right: 0;
    margin-left: 0;
}

.rank .rank-box {
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
}

.rank li i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ccc;
}

.rank li i.icon-gygg-up {
    color: #f80;
}

.rank .navi {
    margin: 7px 0 -13px;
}


.a1 {
    height: 280px;
    overflow: hidden;
}

.a1 li {
    margin-bottom: 20px;
}

.a1 li a {
    display: block;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.a1 .b1 {
    background-color: #51b697;
    background-image: url(../images/gygg/b1.jpg);
}

.a1 .b2 {
    background-color: #00b2ca;
    background-image: url(../images/gygg/b2.jpg);
}

/* 表单 */

.form-gygg h3 {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin: 0 0 20px;
    padding: 0 20px;
}

.form-gygg h3 b {
    position: relative;
    font-size: 16px;
}

.form-gygg h3 b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 2000px;
    margin-left: 20px;
    border-top: 1px solid #e9e9e9;
}

.form-gygg > form {
    max-width: 560px;
    margin: 0 auto;
    /*新增的*/
    margin-left: 15%;
}

.form-gygg .btn:focus,
.form-gygg .btn-checked {
    color: #fff;
    background-color: #3a7;
    border-color: #3a7;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .2);
}

@media (max-width: 992px) {
    .focus .navi {
        display: block;
    }

    .dashboard {
        margin: 0 auto -10px;
        padding: 10px;
    }

    .dashboard .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .dashboard .row > .col,
    .dashboard .row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .dashboard .pane {
        margin: 0 0 10px;
        padding: 10px;
    }

    .type {
        padding: 0;
    }

    .type li {
        margin-bottom: 10px;
    }

    .type a > i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 48px;
        margin-left: -40px;
        margin-top: -20px;
        border: none;
    }

    .type b {
        font-size: 18px;
    }

    .type span {
        left: 20px;
        right: 20px;
        font-size: 14px;
    }

    .dashboard .pane h3 {
        margin: -10px -10px 0;
    }

    .gallery {
        height: auto;
    }

    .gallery-box {
        margin-bottom: 10px;
    }

    .rank .row > .col,
    .rank .row > [class*="col-"] {
        border: none;
        margin-bottom: 10px;
    }

    .gallery-box.top1 {
        height: 230px;
    }

    .a1 {
        height: 270px;
    }

    .a1 li {
        margin-bottom: 10px;
    }

    .a1 li a {
        font-size: 20px;
    }

    .user-menu {
        margin: 0;
    }

    .user-menu > li {
        border-bottom: 1px solid #ddd;
    }

    .user-menu > li h4 {
        position: relative;
    }

    .user-menu > li h4:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 0;
        display: inline-block;
        height: 6px;
        width: 6px;
        border-width: 2px 2px 0 0;
        border-color: #ccc;
        border-style: solid;
        transform: rotateZ(45deg);
        transition: transform .2s;
    }

    .user-menu li ul {
        overflow: hidden;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .user-menu li.current ul {
        height: auto;
        margin: 10px 0;
    }

    .user-menu > li.current h4:after {
        transform: rotateZ(135deg);
    }

    .user-menu li li {
        overflow: hidden;
        height: 0;
        transition: height .2s;
    }

    .user-menu li.current li {
        height: 40px;
    }

    .d-option a {
        font-size: 16px;
    }

    .rank .rank-box {
        border-left: none;
    }

    .rank .navi {
        margin: 10px 0 0;
    }

    .form-gygg > form {
        margin-left: 0;
    }
}

[v-cloak] {
    display: none;
}


.gallery-box span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transform: translate(0, 40px);
    transition: all .3s;
}

.gallery-box:hover span {
    opacity: 1;
    transform: translate(0, 0);
}

.active-fav {
    background: #f39c12;
    color: #fff;
}

.footer p a {
    color: #aaa;
}
