﻿/*
 Website: https://msdn.sjjzm.com
 Author: 东升资源网（SJJZM）
 Date: 2025-02-23
*/
* {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: Helvetica, Arial, "Microsoft YaHei", "Segoe UI", "Lucida Grande", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-size: 13px;
    color: #333;
    background-color: #E3E3E3
}

::selection {
    color: #FFF;
    background: #333
}

::-moz-selection {
    color: #FFF;
    background: #333
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    padding-top: 100;
    min-height: 28px;
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-width: 0
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
}

textarea {
    resize: none
}

table {
    empty-cells: show;
    border-collapse: collapse
}

caption,
th {
    text-align: left;
    font-weight: 400
}

ul li {
    list-style: none
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

cite,
em,
i {
    font-style: normal
}

a {
    color: #464646;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

label {
    cursor: pointer
}

input {
    outline: 0
}

.a {
    color: #136EC2
}

.layout {
    min-width: 390px;
    height: 100%;
    min-height: 600px;
    padding-left: 170px;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden
}

.side {
    width: 170px;
    height: 100%;
    padding: 0;
    background-color: #262E3E;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    z-index: 9;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.side .logo {
    float: left;
    /* width: 130px; */
    margin: 30px 20px;
    /* background: url() no-repeat; */
    color: #efe8e8;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
}

.nav {
    float: left;
    width: 100%;
    margin: 0 0 30px 10px;
    overflow: hidden
}

.nav .list {
    overflow: hidden
}

.nav .list li {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 10px 10px
}

.nav .list li a {
    height: 35px;
    line-height: 35px;
    color: #FFF;
    padding-left: 10px;
    display: block;
    -ms-transform: all .3s;
    -moz-transform: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav .list li.active,
.nav .list li:hover {
    background: url(../images/nav_turning.png) no-repeat right bottom
}

.nav .list li.active a,
.nav .list li:hover a {
    background-color: #F36635;
    text-decoration: none
}

.main,
.clear {
    overflow: hidden
}

.header {
    width: 100%;
    height: 39px;
    background-color: #333
}

.header .list {
    float: right;
    overflow: hidden;
    font-size: 14px
}

.header .list li {
    float: left;
    overflow: hidden;
    margin: 0 13px
}

.header .list li a {
    height: 39px;
    line-height: 39px;
    color: #FFF;
    padding-left: 23px;
    display: block
}

.site {
    background: url(../images/svg/site.svg) no-repeat left center
}

.favorite {
    background: url(../images/svg/favorite.svg) no-repeat left center
}

.download {
    background: url(../images/svg/download.svg) no-repeat left center
}

.donates {
    background: url(../images/svg/donates.svg) no-repeat left center;
    color: #e83b37 !important
}

.container {
    margin: 1px 2px 0 18px;
}

.menu {
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
}

.menu ul {
    font-size: 14px;
    font-weight: 700
}

.menu li {
    float: left;
    height: 31px;
    line-height: 31px;
    margin-right: 10px;
    margin-bottom: 18px;
    background-color: #FFF;
    border: 2px solid #D6D6D6;
    border-radius: 2px;
    position: relative
}

.menu li a {
    padding: 0 10px;
    display: block;
    text-decoration: none
}

.menu li:hover {
    border-color: #262E3E
}

.menu li.active {
    background-color: #262E3E;
    border-color: #262E3E
}

.menu li.active i {
    width: 100%;
    height: 12px;
    background: url(../images/menu_arrow.png) no-repeat bottom center;
    position: absolute;
    bottom: -13px
}

.menu li.active a {
    color: #FFF
}

.menu-btn,
.menu-btn-cancel {
    display: none;
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu-btn {
    background-image: url(../images/svg/menu.svg)
}

.menu-btn-cancel {
    background-image: url(../images/svg/menu-cancel.svg)
}

.side-menu {
    padding-top: 20px;
    animation: expandHeight .3s ease-out forwards;
}

.side-menu .logo {
    float: none;
    margin: auto
}

.side-menu .nav {
    padding-top: 20px;
    margin: 0
}

.side-menu .list {
    text-align: center;
    padding: 10px;
}

.side-menu .nav .list li.active,
.nav .list li:hover {
    background-image: none
}

.side-menu .nav .list li {
    padding: 0
}

.side-menu .nav .list li a {
    height: 40px;
    line-height: 40px;
}

@keyframes expandHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.explain {
    margin-bottom: 1px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
}

.explain code {
    line-height: 1.3;
    margin: 0 5px;
    padding: 2px 6px;
    background: #F9FAFA;
    border: 1px solid #DED9D9;
    border-radius: 4px;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    display: inline-block;
    word-break: break-all;
    white-space: pre
}

.explain .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden
}

.explain .title h1 {
    font-size: 16px;
    padding-left: 15px;
    color: #666;
    border-left: 3px solid #f36635
}

.explain .content {
    padding: 18px;
    font-size: 14px
}

.explain .content .p {
    line-height: 2;
    margin-left: 18px
}

.explain .content .p li {
    list-style: outside disc
}

.msdn .box {
    padding: 10px;
    margin-bottom: 1px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
    cursor: pointer;
}

.msdn .box .name {
    line-height: 24px;
    margin-bottom: 15px;
    overflow: hidden
}

.msdn .box .name h1 {
    float: left;
    line-height: 1.3;
    font-size: 24px
}

.msdn .box .name a {
    float: left;
    color: #f36635;
    margin-left: 15px;
    font-size: 20px
}

.msdn .box .tag {
    margin-top: 10px;
    overflow: hidden
}

.msdn .box .tag span {
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 7px;
    margin-bottom: 10px;
    background-color: #666;
    color: #FFF;
    margin-right: 8px;
    border-radius: 2px
}

.msdn .box .tag span.bit {
    background-color: #EC6C62
}

.msdn .box .tag span.lang {
    background-color: #52A3CC
}

.msdn .box .tag span.date {
    background-color: #009688
}

.msdn .box .detail {
    display: none
}

.msdn .box.current {
    background-color: #FFF;
    border-color: #EC1C32;
    cursor: auto
}

.msdn .box.current .detail {
    display: block
}

.msdn .box.current .name a {
    display: none
}

.msdn .box .param {
    overflow: hidden
}

.msdn .box .param tr {
    line-height: 1.7;
}

.msdn .box .param td {
    padding: 5px;
}

.msdn .box .param-name {
    float: left;
    width: 62px;
    text-align: right;
    font-weight: 700
}

.msdn .box .param-value {
    font-size: 14px;
    word-break: break-all;
}

.msdn .box .empty {
    font-size: 14px
}

.remark {
    line-height: 2;
    margin-top: 15px;
    padding: 10px 15px;
    border: 1px solid #F90;
    background-color: #FFF6E8
}

.remark a {
    color: #0089FF
}

.download {
    overflow: hidden
}

.item {
    height: 39px;
    line-height: 39px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    font-size: 12px
}

.item:hover {
    border-color: #C6C6C6
}

.item .label {
    float: left;
    width: 90px;
    text-align: center;
    background-color: #FBFBFB;
    border-right: 1px solid #E6E6E6
}

.item .edit {
    float: left;
    position: absolute;
    left: 100px;
    right: 60px
}

.item .edit .input {
    width: 100%;
    height: 39px;
    border: none
}

.item .copy,
.item .help {
    float: right;
    text-align: center;
    background-color: #FBFBFB;
    border-left: 1px solid #E6E6E6;
    cursor: pointer
}

.item .copy {
    width: 50px;
}

.item .help {
    width: 95px;
}

.item.url {
    float: left;
    width: 65%;
    overflow: hidden
}

.item.pass {
    float: right;
    width: 30%;
    overflow: hidden
}

.item i {
    float: left;
    width: 18px;
    height: 18px;
    margin: 10px -15px 0 10px
}

.item .question {
    background: url(../images/svg/question.svg) no-repeat left center
}

.back-to-top {
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: rgba(243, 102, 53, .6);
    z-index: 1;
    display: none
}

.back-to-top:hover {
    background: rgba(243, 102, 53, 1)
}

.back-to-top a {
    width: 50px;
    height: 50px;
    background: url(../images/back_to_top.png) no-repeat center;
    cursor: pointer;
    display: block
}

.error-404 {
    width: 350px;
    height: 400px;
    margin-left: -90px;
    margin-top: -180px;
    position: absolute;
    left: 50%;
    top: 50%
}

.error-404-icon {
    width: 350px;
    height: 350px;
    background: url(../images/svg/404.svg) no-repeat center
}

.error-404-text {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #999;
    text-align: center;
    margin-top: 20px
}

.scroll-log {
    cursor: pointer
}

.table {
    border-width: 1px 1px 0 0
}

.table,
.table tr,
.table th,
.table td {
    border-color: #ddd;
    border-style: solid
}

.table,
thead {
    width: 100%
}

.table thead tr {
    background-color: #f2f2f2
}

.table tr {
    border-bottom-width: 1px
}

.table th,
.table td {
    padding: 7px 10px;
    border-left-width: 1px
}

.table .hover:hover {
    background-color: #f5f5f5
}

.subtitle {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.subtitle h1 {
    float: left;
    padding-right: 5px;
    font-size: 16px;
    border-bottom: 1px solid #f36635;
    position: absolute
}

.quote {
    padding: 6px 10px;
    background-color: #eee;
    border-left: 3px solid #ddd
}

.quote p {
    line-height: 1.5
}

.help-content {
    padding: 10px 15px;
    line-height: 2;
    font-size: 16px
}

.help-content code {
    line-height: 1.3;
    margin: 0 5px;
    padding: 2px 6px;
    background: #F9FAFA;
    border: 1px solid #DED9D9;
    border-radius: 4px;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    display: inline-block;
    word-break: break-all;
    white-space: pre
}

.btn-round {
    background-color: #3772ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 25px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: background-color .4s, color .4s;
    -moz-transition: background-color .4s, color .4s;
    -ms-transition: background-color .4s, color .4s;
    -o-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s
}

.btn-round:hover,
.btn-round:focus,
.btn-round:active {
    background: linear-gradient(116.85deg, #FC466B 0, #3F5EFB 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.btn-round:hover {
    background-color: #A18A10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (max-width:767px) {
    .layout {
        padding-left: 0;
    }

    .menu-btn,
    .menu-btn-cancel {
        display: block
    }

    .side {
        display: none;
    }

    .side-menu {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .header {
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .header .list li a {
        height: 50px;
        line-height: 50px;
    }

    .container {
        margin-top: 68px;
    }

    .explain .content img {
        width: 100%
    }

    .msdn .box .name h1 {
        font-size: 20px;
    }

    .item.url,
    .item.pass {
        width: 47%;
    }
}

@media screen and (max-width:575px) {
    .header .list li:last-child {
        display: none
    }

    .item.url,
    .item.pass {
        width: auto;
    }

    .item.url .copy,
    .item.pass .copy {
        border-left-width: 0;
    }

    .msdn .box .name a {
        display: none
    }
}