
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a:active,a:hover {
    outline: 0
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,h2,h3,h4 {
    font-weight: 700
}

h5,h6 {
    font-weight: 500;
    font-size: 100%
}

button,input,select,textarea {
    font-size: 100%
}

button,input,optgroup,option,select,textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

body {
    line-height: 1.6;
    /* color: #333; */
    color: var(--FG-0);
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    background-color: var(--BG-0);
}

hr {
    height: 0;
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
    background: 0 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #777
}

a cite {
    font-style: normal;
    *cursor: pointer
}

body {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.icon-color-red {
    color: #ff6e55;
}

.layui-layer-content a {
    color: var(--FG-0);
}

.t-main {
    margin: auto;
    display: block;
    opacity: 1;
    /* background-color: var(--BG-2); */
    max-width: 960px;
}

.t-main * {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 20px;
    outline: none;
    text-decoration: none;
    list-style-type: none;
}

.t-main a {
    cursor: pointer;
    color: inherit;
    font-size: inherit;
}

.t_name {
    padding: 10px 18px 10px 27px;
    border-bottom: 1px solid var(--FG-5);
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t_name:before {
    content: "";
    height: 20px;
    width: 3px;
    background-color: #10aeff;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 5px;
}

.addTwitter {
    font-size: 14px;
    color: white;
    padding: 8px;
    cursor: pointer;
}

.addTwitter i {
    font-size: 18px;
    margin-right: 6px;
}

.addTwitter:hover {
    color: #10aeff;
}

.t-list {
    padding: 16px 0px;
}

.t-list>*+*, .t-box>*+* {
    margin-top: 15px;
}

.t-panel {
    padding: 12px 15px;
    transition: .2s;
    background-color: var(--BG-2);
}

.t-panel .t-author {
    flex: 1;
    margin-left: 10px;
}

.t-panel .t-author .t-list-more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    display: inline-block;
    z-index: 5;
}

.t-panel .t-author .t-list-more i {
    font-size: 20px;
    color: var(--FG-1);
}

.t-panel .t-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.t-panel .t-avatar img {
    width: 100%;
    height: 100%;
}

.t-panel .t-wrap {
}

.t-panel .t-wrap .t-card-head {
    font-size: 1.1em;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.t-panel .t-wrap img {
    max-width: 100%;
    border-radius: 8px;
}

.t-panel .t-wrap .markdown img {
    padding: 5px;
}

.t-panel .t-author .nickname {
    height: 24px;
    display: block;
    line-height: 24px;
    margin-right: 50px;
}

.t-panel .t-wrap .t-card-head h4 {
    font-size: 16px;
    line-height: inherit;
    font-weight: 400;
    color: var(--FG-0);
}

.t-panel .t-wrap .t-card-head .t-date {
    font-size: 13px;
    color: var(--FG-1);
    line-height: 20px;
}

.t-panel .t-wrap .t-card-head .float-act.show {
    display: block;
}

.t-panel .t-wrap .t-card-head .float-act {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    background-color: var(--BG);
    color: var(--FG-1);
    top: 40px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 20%);
    border-radius: 3px;
    display: none;
}

.t-panel .t-wrap .t-card-head .float-act a {
    font-size: 12px;
    display: block;
    width: 80px;
    text-align: center;
    padding: 8px 5px;
}

.t-main .t-panel .t-wrap .t-card-body {
    color: #8f8f8f;
    margin-top: 8px;
    font-size: 15px;
    color: var(--FG-0);
}

.t-panel .t-wrap .t-card-body i {
    font-size: inherit;
}

.t-panel .t-wrap .t-card-body span {
    margin-right: 6px;
}

.t-panel .t-wrap .t-card-body a {
    color: var(--BLUE);
    display: inline-block;
}

.t-panel .t-wrap .t-card-body .t-data {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.t-panel .t-wrap .t-card-body .t-data .views {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.t-panel .t-wrap .t-card-body .t-data .views i {
    margin-right: 3px;
    font-size: 18px;
}

.t-panel .t-wrap .t-card-body .t-act {
}

.t-panel .t-wrap .t-card-body .t-act a {
    display: inline-block;
    font-size: 16px;
    padding: 3px 8px;
    color: var(--FG-1);
}

.t-panel .t-wrap .t-card-body .t-list-reply {
    margin-top: 10px;
    font-size: 13px;
    background-color: var(--BG-1);
    padding: 10px;
    border-radius: 3px;
}

.t-panel .t-wrap .t-card-body .t-list-reply p {
}

.t-panel .t-wrap .t-card-body .t-list-reply a {
    font-size: 12px;
    color: var(--FG-2);
    margin-top: 5px;
    display: block;
}

.t-panel .t-wrap .t-card-body .t-list-input {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-avatar {
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-avatar img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form {
    flex: 1;
    margin-left: 8px;
    padding: 6px;
    background-color: var(--BG-1);
    border-radius: 3px;
    display: flex;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form a {
    color: var(--FG-2);
    font-size: 14px;
    display: block;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form .reply-input {
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    color: var(--FG-1);
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form-btn {
    padding: 0 8px;
    font-size: 14px;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form-btn button {
    background-color: transparent;
}

.t-panel .t-wrap .t-card-body .t-list-input .t-list-form-btn i {
    color: var(--FG-2);
}

.t-detail {
    border-radius: 5px;
}

.t-images{
    margin: -1%;
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}
.t-images .t-img{
    width: 33.333%;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

.t-images:after{
    content:" ";
    display: table;
    clear: both;
}
.t-img-box{
    padding-bottom: 100%;
    margin: 3%;
    overflow: hidden;
    position: relative;
}

.t-images .t-img img{
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.t-content {
    margin-bottom: 15px;
    background-color: var(--BG-2);
    border-radius: 5px;
}

.t-content .t-detail-location {
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid var(--FG-3);
    color: var(--FG-1);
}

.t-content .t-detail-location a {
    display: inline-block;
    margin: 0 2px;
    color: #10aeff;
}

.t-content .brief {
    min-height: 125px;
    font-size: 16px;
    padding: 15px;
    line-height: 25px;
}

.t-content .t-detail-info {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 15px;
    border-top: 1px solid #ededed;
}

.t-content .t-detail-info span {
    display: inline-block;
    margin: 0 5px;
}

.t-content .t-detail-info span i {
    font-size: inherit;
}

.t-content .t-detail-info .info {
    flex: 1;
    color: #838383;
}

.t-content .t-detail-info .praise {
    font-size: 20px;
    color: #8d8d8d;
}

.t-comment {
    padding: 10px 8px;
    background-color: var(--BG-2);
    border-radius: 5px;
}

/*comment*/
.comment-post {
    margin-bottom: 20px;
}

.yy_comment_replay .comment-post {
    background-color: #e7e7e7;
    margin: 0;
    margin-top: 8px;
    padding: 10px 5px;
    border-radius: 7px;
}

.log_comments {
    font-size: 14px;
    color: var(--yylog-FG-0);
    padding: 15px;
    background-color: var(--yylog-BG-1);
    border-radius: 8px;
    margin-top: 15px;
}

.yy_comment-header {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 16px 5px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-size: 18px;
}

.yy_comment-header i {
    font-size: 25px;
}

.yy_comment-header label {
    margin-left: 5px;
}

.yy_comment-header a {
    float: right;
    display: inline-block;
    color: var(--yylog-TAG-TEXT-GREEN);
}

.yy_comment-wrap {
    /* color: white; */
}

.yy_comment-wrap a {
    color: #10aeff;
}

.yy_comment-wrap .yy_comment_item {
    overflow: hidden;
    padding: 8px 0;
}

.yy_comment_item+.yy_comment_item {
    margin-top: 20px;
}

.yy_comment_item .avatar {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
}

.yy_comment_item .avatar img {
    width: 100%;
    height: 100%;
}

.yy_comment_item .comment-infos,.yy_comment_item .comment-infos-unGravatar {
    margin-left: 50px;
}

.yy_comment_item .comment-infos-unGravatar {
}

.comment_content_head {
    overflow: hidden;
}

.comment_content_head b {
    vertical-align: middle;
}

.comment_content_head .yy_comment_time {
    margin-left: 5px;
    font-size: 12px;
}

.yy_comment_content {
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 3px;
}

.comment_content_foot {
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 5px;
    overflow: hidden;
}

.comment_content_foot .comment_replay_btn {
    float: right;
    margin-right: 8px;
}

.yy_comment_children {
    margin-left: 52px;
    margin-top: 14px;
}

.yy_comment_children .yy_comment_children {
    margin-left: 0;
}

.form_textarea_head {
    overflow: hidden;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.form_textarea_head .avatar {
    /* float: left; */
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

.form_textarea_head .avatar img {
    width: 100%;
    height: 100%;
}

.form_textarea_head label {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.form_textarea {
    background-color: var(--BG-3);
    padding: 8px;
    margin: 5px;
    border-radius: 3px;
}

.form_textarea textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    display: block;
    border: 0;
    line-height: 24px;
    background-color: transparent;
    resize: none;
    color: var(--FG-0);
}

div+.form_textarea {
    margin-top: 10px;
}

.comment-info {
    display: flex;
}

.comment-info div {
    width: 100%;
    margin: 5px;
}

.comment-info input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 0;
    border-radius: 3px;
    background-color: #f9f9f9;
}

.subtn {
    background-color: var(--BLUE);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    border: 0;
}

.cookieTip {
    margin: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #919191;
}

.cookieTip i {
    margin-right: 5px;
    font-size: 14px;
    color: #ffb300;
}

.null {
    text-align: center;
    color: #b5b5b5;
    padding: 50px 0;
}

.list_null{
    text-align: center;
    padding: 40px 15px;
    color: var(--FG-2);
}

.t-pageurl {
    margin: 15px 0;
    padding: 10px;
    text-align: center;
}

.t-pageurl span,.t-pageurl a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--FG-0);
}

.t-pageurl a {
    background-color: #10aeff;
    color: white;
}

.t-banner {
    height: 280px;
    position: relative;
    background-color: var(--BG-4);
    background-position: center;
    background-size: cover;
}

.dark .mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / 25%);
}

.dark img{
    filter: brightness(80%);
}

.t-banner:after,.t-banner:before {
    content: "";
    position: absolute;
    height: 100px;
    z-index: 2;
    left: 0;
    right: 0;
}
.t-banner:before{
    background: linear-gradient(to top, transparent, rgb(0 0 0 / 65%));
    top: 0;
}
.t-banner:after {
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 65%));
    bottom: 0;
}

.t-banner .container {
    max-width: 960px;
    margin: auto;
    position: relative;
    height: 100%;
    z-index: 5;
}

.t-nav {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.t-nav a {
    padding: 8px;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 30%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
}

.t-nav a i {
    font-size: inherit;
}

.t-nav a.account {
    padding: 0;
    width: 34px;
    height: 34px;
}

.t-nav a.account img {
    width: 100%;
    border-radius: 50%;
}

.t-nav a+a{
    margin-left: 8px;
}

.t-banner .t-user {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.t-banner .t-user .t-user-avatar {
}

.t-banner .t-user .t-user-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.t-banner .t-user .t-user-info {
    flex: 1;
    margin-left: 15px;
}

.t-banner .t-user .t-user-info .nickname {
    font-size: 16px;
    color: var(--WHITE);
}

.t-banner .t-user .t-user-info .userdesc {
    color: var(--WHITE);
    opacity: .6;
}

.t-reply-head {
    transition: .2s;
    background-color: var(--BG-2);
    border-bottom: 1px solid rgb(129 129 129 / 7%);
}

.t-reply-head a {
    font-size: 18px;
    display: inline-block;
    padding: 13px;
    line-height: 20px;
}

.t-reply-head a i {
    font-size: inherit;
}

.footer {
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px;
    color: var(--FG-1);
}

.footer p {
    margin: 3px 0;
}

.footer a {
    color: var(--LINK);
}

.markdown.t {
    font-size: 14px;
}

@media screen and (min-width: 600px) {
    .t-nav a {
        font-size: 16px;
    }

    .comment-info {
        display: block;
    }

    .comment-info div {
        margin: 2% 0;
    }

    .form_textarea,.form_textarea_head {
        margin: 0;
    }

    .t-main .t-panel .t-wrap .t-card-body {
        margin-left: 75px;
        margin-top: -15px;
    }

    .t-panel .t-avatar {
        width: 65px;
        height: 65px;
    }

    .t-panel .t-wrap .t-card-head {
        align-items: flex-start;
    }

    .t-banner {
        height: 400px;
    }

    .t-panel .t-wrap .markdown img {
        max-width: calc(33.33% - 10px);
        margin: 5px;
    }
    .markdown.t {
        font-size: 16px;
    }
}
@media screen and (min-width: 1400px) {
    .t-banner {
        height: 500px;
    }
}

:root {
    --BG-0: #ededed;
    --BG-1: #f7f7f7;
    --BG-2: #fff;
    --BG-3: #f7f7f7;
    --BG-4: #4c4c4c;
    --BG-5: #fff;
    --FG-0: rgba(0,0,0,0.9);
    --FG-HALF: rgba(0,0,0,0.9);
    --FG-1: rgba(0,0,0,0.55);
    --FG-2: rgba(0,0,0,0.3);
    --FG-3: rgba(0,0,0,0.1);
    --FG-4: rgba(0,0,0,0.15);
    --FG-5: rgba(0,0,0,0.05);
    --ORANGE: #fa9d3b;
    --YELLOW: #ffc300;
    --GREEN: #91d300;
    --LIGHTGREEN: #95ec69;
    --INDIGO: #1485ee;
    --PURPLE: #6467f0;
    --PURPLE-RED: #f064c0;
    --WHITE: #fff;
    --LINK: #576b95;
    --TEXTGREEN: #06ae56;
    --TIPS-BG: #fdf3d8;
    --TIPS-FG: #806520;
    --FG: #000;
    --BG: #fff;
    --TAG-TEXT-ORANGE: #fa9d3b;
    --TAG-TEXT-GREEN: #06ae56;
    --TAG-TEXT-BLUE: #10aeff;
    --TAG-TEXT-BLACK: rgba(0,0,0,0.5);
    --TAG-BACKGROUND-BLACK: rgba(0,0,0,0.05)
}

.dark,:root {
    --RED: #fa5151;
    --ORANGERED: #ff6146;
    --BRAND: #07c160;
    --BLUE: #10aeff;
    --TAG-TEXT-RED: rgba(250,81,81,0.6);
    --TAG-BACKGROUND-RED: rgba(250,81,81,0.1);
    --TAG-BACKGROUND-ORANGE: rgba(250,157,59,0.1);
    --TAG-BACKGROUND-GREEN: rgba(6,174,86,0.1);
    --TAG-BACKGROUND-BLUE: rgba(16,174,255,0.1);
    --REDORANGE: #ff6146
}

.dark {
    --BG-0: #111;
    --BG-1: #1e1e1e;
    --BG-2: #191919;
    --BG-3: #202020;
    --BG-4: #404040;
    --BG-5: #2c2c2c;
    --FG-0: hsla(0,0%,100%,0.8);
    --FG-HALF: hsla(0,0%,100%,0.6);
    --FG-1: hsla(0,0%,100%,0.5);
    --FG-2: hsla(0,0%,100%,0.3);
    --FG-3: hsla(0,0%,100%,0.1);
    --FG-4: hsla(0,0%,100%,0.15);
    --FG-5: hsla(0,0%,100%,0.1);
    --ORANGE: #c87d2f;
    --YELLOW: #cc9c00;
    --GREEN: #74a800;
    --LIGHTGREEN: #3eb575;
    --INDIGO: #1196ff;
    --PURPLE: #8183ff;
    --PURPLE-RED: #f064c3;
    --WHITE: hsla(0,0%,100%,0.8);
    --LINK: #7d90a9;
    --TEXTGREEN: #259c5c;
    --TIPS-BG: #4a4537;
    --TIPS-FG: #dfcfa4;
    --FG: #fff;
    --BG: #000;
    --TAG-TEXT-ORANGE: rgba(250,157,59,0.6);
    --TAG-TEXT-GREEN: rgba(6,174,86,0.6);
    --TAG-TEXT-BLUE: rgba(16,174,255,0.6);
    --TAG-TEXT-BLACK: hsla(0,0%,100%,0.5);
    --TAG-BACKGROUND-BLACK: hsla(0,0%,100%,0.05)
}

/*markdown*/
.markdown>*+*{
    margin-top: 5px;
}
.markdown {
    overflow-wrap: break-word;
    text-align: justify;
    color: var(--FG-0);
}

.markdown h1 {
    font-size: 1.8rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px
}

.markdown h2 {
    font-size: 1.5rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px
}

.markdown h3 {
    font-size: 1.3rem !important;
    line-height: 1.43;
    font-weight: bold
}

.markdown h4 {
    font-size: 1.2em !important;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px
}

.markdown h5 {
    font-size: 1rem !important;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4
}

.markdown h6 {
    font-size: 1rem !important;
    color: #777;
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px
}

.markdown strong {
    font-weight: bold;
    font-size: 1rem !important
}

.markdown del {
    text-decoration: line-through
}

.markdown a {
    /* text-decoration: underline; */
}

.markdown blockquote {
    color: var(--FG-1);
    border-left: 4px solid var(--FG-1);
    padding: 6px;
    padding-left: 20px;
    margin-left: 0;
    font-size: 14px;
    font-style: italic;
    background-color: var(--BG-3);
}

.markdown ul {
    padding-left: 2em;
    margin-bottom: 16px
}

.markdown ol {
    padding-left: 2em;
    margin-bottom: 16px
}

.markdown li {
    font-size: 15px !important;
    line-height: 2
}

.markdown hr {
    height: 1px;
    border: none;
    border-top: 1px solid #ddd;
    background: none
}

.markdown pre.prettyprint {
    padding: 10px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.6
}

.markdown table {
    /* display: block; */
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    border-collapse: collapse;
    margin-bottom: 16px
}

.markdown thead tr {
    background-color: var(--BG-3);
}

.markdown td {
    padding: 6px 13px;
    border: 1px solid var(--FG-3);
}

.markdown th {
    padding: 6px 13px;
    border: 1px solid var(--FG-3);
}

.markdown table tr:nth-child(even) {
    background: var(--BG-1);
}

.markdown code {
    background: var(--BG-3);
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 5px;
    margin-right: 4px;
    display: inline-block;
}

.markdown pre {
    padding: 10px;
    border: 1px solid var(--FG-3);
    background: var(--BG-3);
    overflow: auto
}

.markdown img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    border: 1;
    border-radius: 6px
}

.markdown hr {
    margin: 7px 0 7px 0
}
