html {
    font-family: "Roboto", GillSans, Calibri, Trebuchet, sans-serif;
    font-size: 12px;
}

@media only screen and (min-width: 993px) {
    html {
        font-size: 13px;
    }
}

body {
    padding-top: 64px;
    background: #F4F5F5 !important;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.1rem;
    font-weight: 600;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
}

th,
td {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 400px;
}

code {
    background-color: #ddd;
    padding: 15px;
    display: block;

    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

nav .brand-logo {
    /*display: none;*/
    font-size: 1.75rem;
    font-weight: 600;
}

.language-comment {
    display: none;
}

.transparent {
    opacity: 0.001;
}

#markdownContent input[type=checkbox] {
    display: inline-block;
    position: relative;
    left: 0;
    opacity: 1;
    margin-left: 0 !important;
}

#markdownContent table {
    border-collapse: separate;
    border-spacing: 3;
}

#markdownContent table thead,
#markdownContent table tr.even,
#markdownContent table tr.alt,
#markdownContent table tr:nth-of-type(even) {
    background: #F9F9F9;
}

#markdownContent strong {
    font-weight: bolder !important;
    font-family: arial;
}

#markdownContent>h2 {
    padding-top: 15px;
    position: relative;
}

#markdownContent>h2:before {
    content: '|';
    position: absolute;
    left: -4.3%;
    left: calc(-4.3% - 0.75rem);
    background-color: #91C31E;
    color: #91C31E;
}

#markdownContent>h3 {
    padding-top: 10px;
}

#markdownContent ul {
    padding-left: 40px;
}

#markdownContent img {
    width: 80%;
    margin: 20px auto;
    display: block;
}

#markdownContent img.limitheight {
    width: auto;
    height: 80%;
}

.row {
    overflow-x: hidden;
}

body {
    /*background-image: url('../images/header-bg.jpg');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

nav {
    /*background-color: transparent !important;*/
    position: fixed;
    top: 0;
    z-index: 910;
}

.brand-logo {
    text-indent: 30px;
}

nav i.material-icons.listBtn {
    display: none;
}

#rightBtn {
    display: none;
}

@media only screen and (min-width: 993px) {
    /* .row .col.l1_5{
        width: 15% !important;
    } */

    .l9_5 {
        width: 77% !important;
    }

    .offset-l2_5 {
        margin-left: 23% !important;
    }
}

#fixed_topheader {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}

.fixed_menu #fixed_topheader {
    opacity: 1;
    pointer-events: all;
    ;
}

#lnav.navLeftPanel {
    height: 100%;
    height: calc(100% - 64px);
    position: absolute;
    overflow-y: auto;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 900;
    box-shadow: 0px 2px 5px 0px #aaa;
}

/* #lnav.navLeftPanel:hover {
    overflow-y: auto;
} */

#lnav li {
    height: 50px;
    line-height: 50px;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    border-bottom: solid 1px #EEEEEE;
    padding: 0 10px;
    padding-left: 30px;
    color: #263238;
    transition: 0.2s;
    width: 100%;
}

#lnav li a {
    color: #263238;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
}

#lnav li:hover {
    background-color: #91C31E;
}

#lnav li:hover a,
#lnav li.focus:hover a {
    color: #222222;
}

#lnav li.focus:hover {
    border-left: solid 6px #222222;
}


#rnav.navRightPanel {
    height: auto;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 900;
    right: 0;
    bottom: 9.6%;
    /*box-shadow: 0px 2px 5px 0px #aaa;*/
}

#rnav li {
    height: auto;
    line-height: 25px;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    /*border-bottom: solid 1px #EEEEEE;*/
    padding: 0 10px;
    color: #263238;
    transition: 0.2s;
    width: 100%;
    width: calc(100% - 30px);
    padding-right: 0;
}

#rnav li a {
    color: #263238;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
}

#rnav li.focus .sub {
    display: block;
    padding-left: 0;
    position: relative;
    overflow: visible;
}

#rnav li.sub>a {
    text-indent: 0;
    white-space: initial;
    overflow: overlay;
    text-overflow: clip;
    word-break: break-all;
    height: auto;
    line-height: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}

#rnav .sub {
    display: none;
}

#rnav .sub.focus {
    border-left: none !important;
    color: #91C31E !important;
}

#rnav .sub.highlight a {
    color: #91C31E !important;
}

#rnav .sub.highlight:before {
    content: '鈼�';
    text-align: left;
    color: #91C31E;
    display: block;
    position: absolute;
    left: -17px;
    font-size: 20px !important;
    line-height: 15px;
    padding: 0;
    z-index: 5;
    font-family: arial;
}

#rnav>li {
    margin-left: 30px;
    /*padding-left: 20px;*/
    border-left: 2px solid rgba(216, 216, 216, 0.40);
    position: relative;
    overflow: visible;
    display: none;
}

#rnav li.focus {
    display: block;
}

#rnav>li.highlight>a {
    color: #222222 !important;
    font-weight: 600;
}

#rnav>li:before {
    content: '鈼�';
    color: #D8D8D8;
    display: block;
    position: absolute;
    left: -12px;
    font-size: 20px;
    z-index: 5;
    display: none;
}

#rnav>li:nth-child(1):after {
    content: '|';
    border-right: 20px solid white !important;
    color: white;
    position: absolute;
    left: -15px;
    top: -50%;
}

#rnav>li:last-child:after {
    content: '|';
    border-right: 20px solid white !important;
    color: white;
    position: absolute;
    left: -15px;
    bottom: -50%;
}

#rnav>li.highlight:before {
    color: #91C31E;
}

#rnav>li>a {
    text-indent: 0;
}

li.focus {
    border-left: solid 6px #91C31E;
}

#lnav li.focus a {
    color: #91C31E;
}

li.sub {
    display: none;
}

li.sub.show {
    display: block;
    background-color: #37474f;
    animation: fadeIn 0.2s;
    -webkit-animation: fadeIn 0.2s;
}

li.sub>a {
    text-indent: 10px;
    /*color:#888;*/
}

.body_warp {
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    float: right;
}

.contact a {
    color: white;
}

.title_menu {
    background-color: #263238 !important;
    width: calc(100% - 8px);
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 64px;
    line-height: 64px;
    font-size: 1.3rem;
    overflow: visible;
    overflow-y: visible;
    position: relative;
}

.title_menu .inp {
    color: white !important;
    padding: 0 30px;
    margin: 0;
}

.title_menu .rightBtnGroup {
    display: inline-block;
    position: absolute;
    z-index: 900;
    margin: 0;
    top: 0;
    margin-left: 10px;
}

.title_menu .rightBtnGroup * {
    color: white;
}

.title_menu span {
    cursor: pointer !important;
}

.title_menu span.nav_title:after {
    content: '鈻�';
    color: #91C31E;
    margin-left: 5px;
    position: relative;
    font-size: 1rem;
    cursor: pointer;
}

.main_title:hover,
.title_menu span.nav_title:hover:after {
    color: #beff28 !important;
}

.main_title:active,
.title_menu span.nav_title:active:after {
    color: #91c31e !important;
}

.light-green.lime {
    background-color: #91C31E !important;
}

#markdownContent_warp>.row {
    box-shadow: 0px 1px 5px 0px #aaa;
    border-bottom: 1px solid #9E9E9E;
    background-color: white;
}

#markdownContent.container {
    box-sizing: content-box;
    width: 92%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
}

.rightBtnGroup {
    position: absolute;
    /*right: 60px;*/
    display: none;
}

.rightBtnGroup dl,
.rightBtnGroup dd {
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    cursor: pointer;
}

.rightBtnGroup dl {
    display: none;
}

.rightBtnGroup #doctype-List dl {
    display: block;
}

.rightBtnGroup dl.show {
    display: block;
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
}

.rightBtnGroup li span {
    display: inline-block;
    padding: 0 8px;
    min-width: 90px;
    text-align: center;
}

.rightBtnGroup li span:after {
    /*content: '鈻�';*/
    content: '\25BE';
    margin-left: 5px;
}

.rightBtnGroup li#doctype-List span {
    display: none;
}

.rightBtnGroup li#doctype-List:hover {
    background-color: transparent;
}

.rightBtnGroup li:hover {
    background-color: #525b60;
}

.rightBtnGroup dd:hover {
    background-color: #607d8b;
    color: white;
}

.rightBtnGroup #doctype-List>dl>dd {
    display: inline-block;
}

.rightBtnGroup #doctype-List>dl>dd:after {
    content: '\25BE';
    margin-left: 5px;
}

.rightBtnGroup dd {
    position: relative;
    top: 0;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.rightBtnGroup dd.son {
    display: none;
    white-space: nowrap;
    position: absolute;
    z-index: 999;
    color: white;
    background-color: #607d8b;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.language-List {
    list-style: none;
}

.language-List>dl>dd:hover {
    background-color: #546e7a;
    color: #00bfff;
}

.language-List dd.md_focus {
    color: #92c22f;
}

.language-List dd:hover {
    color: #00bfff;
    background-color: #757c80;
}

.rightBtnGroup #doctype-List>dl>dd dd:hover,
.rightBtnGroup li#platform-List>dl>dd:hover,
.rightBtnGroup .language-List>dl>dd:hover {
    background-color: #757c80;
    color: white;
}

.rightBtnGroup dd.son.md_focus {
    color: #00bfff;
}

.rightBtnGroup #development-List dd.md_focus,
.rightBtnGroup #platform-List dd.md_focus,
.rightBtnGroup .language-List dd.md_focus {
    color: #92c22f;
}

.rightBtnGroup #development-List dd:hover,
.rightBtnGroup #platform-List dd:hover,
.rightBtnGroup .language-List dd:hover {
    color: #00bfff;
    background-color: #757c80;
}

.listBtn {
    display: none;
}

.rightBtnGroup dd.md_focus {
    color: #0060ff;
}

.rightBtnGroup li>dl>dd.md_focus:hover {
    color: white;
}

@media only screen and (min-width: 993px) {}

@media only screen and (max-width: 993px) {
    .contact {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .s12 {
        width: 100% !important;
    }

    .s0 {
        display: none !important;
    }

    .offset-s0 {
        margin-left: 0 !important;
    }

    .title_menu {
        height: 56px;
        line-height: 56px;
        overflow-y: hidden;
    }

    .rightBtnGroup,
    .contact {
        display: none !important;
    }

    #lnav.navLeftPanel {
        height: auto;
        position: fixed;
        /*overflow-y: auto;*/
        top: 56px;
        display: none;
        max-height: 90%;
        overflow-y: scroll;
        /*overflow: visible;*/
    }

    #lnav.navLeftPanel::-webkit-scrollbar {
        width: 0px;
    }

    #lnav li {
        padding: 0 25px;
    }

    nav i.material-icons.listBtn {
        position: absolute;
        left: 10px;
        color: #fff;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        margin-right: 10px;
    }

    #fixed_topheader .main_title {
        margin-left: 10px;
    }

    #markdownContent.container {
        box-shadow: none;
    }

    #lnav.navLeftPanel.show {
        display: block;
        animation: bounceInDown 0.6s;
        -webkit-animation: bounceInDown 0.6s;
        /* Safari 鍜� Chrome */
    }

    #lnav.navLeftPanel.show.z-depth-1 {
        z-index: 902;
        top: 56px;
    }

    #rightBtn {
        position: absolute;
        right: 5px;
        color: #fff;
        display: inline-block;
        display: none;
        padding: 0;
    }

    .rightBtnGroup {
        right: 0px;
        top: 54px;
        background-color: #263238;
        width: 100%;
        display: none;
    }

    .rightBtnGroup.show {
        display: block;
        animation: bounceInDown 0.6s;
        -webkit-animation: bounceInDown 0.6s;
        /* Safari 鍜� Chrome */
    }

    .rightBtnGroup li {
        float: none;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        /*text-align: right;*/
        border-bottom: solid 1px #555;
    }

    .rightBtnGroup dl {
        display: inline-block;
    }

    .rightBtnGroup li span {
        width: 33%;
        height: 50px;
        text-align: center;
    }

    .rightBtnGroup dd {
        display: inline-block;
        width: 70px;
        height: 50px;
    }

    .rightBtnGroup dl.show {
        display: inline;
        animation: fadeIn 0.3s;
        -webkit-animation: fadeIn 0.3s;
    }

    .rightBtnGroup li:hover {
        background-color: #263238;
    }
}


/* fallback */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
        transform: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* 璁剧疆婊氬姩鏉＄殑鏍峰紡 */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*background-size: blue;*/
}

::-webkit-scrollbar-track {
    background-color: #b0bec5;
}


/* 婊氬姩鏉＄殑婊戣建鑳屾櫙棰滆壊 */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}


/* 婊戝潡棰滆壊 */

/* ::-webkit-scrollbar-button {
    background-color: #78909c;
} */


/* 婊戣建涓ゅご鐨勭洃鍚寜閽鑹� */

::-webkit-scrollbar-corner {
    background-color: black;
}


/* 妯悜婊氬姩鏉″拰绾靛悜婊氬姩鏉＄浉浜ゅ灏栬鐨勯鑹� */

.progress {
    width: 53%;
    margin: 23% auto;
}

/* .menu{
	margin-left: 20px;
} */

.menu>div {
    margin-top: 0.8rem;
}

.menu.level_0 {
    max-width: 38rem;
    /*margin-left:2rem;*/
}

.level_0_title {
    color: black;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.5rem;
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

.level_0_title:first-child {
    margin-top: 0;
    padding-top: 1rem;
}

.level_0_title:before {
    content: '';
    display: inline-block;
    display: none;
    height: 0px;
    width: 0px;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-top: 1rem solid black;
    position: relative;
    top: 0.8rem;
    margin-right: 0.5rem;
}

.menu .level_1 {
    margin-left: 1rem;
    margin-bottom: 0.8rem;
}

.level_1_title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0.2rem;
    display: block;
    color: black;
    margin-top: 0.8rem;
    margin-bottom: 0.1rem;
}

.level_1_title:first-child {
    padding-top: 1rem;
    margin-bottom: 0.4rem;
}

.level_1_title.inline_item,
.level_2_title {
    font-size: 1.4rem;
    font-weight: 300;
    color: black;
}

.level_1_title.inline_item {
    min-width: 12rem;
    margin-top: 0.2rem;
    margin-bottom: 0px;
}

.level_2_title.inline_item {
    min-width: 12rem;
}

#menu_modal {
    max-height: 90%;
    max-width: 45rem;
    top: 5% !important;
    z-index: 1100;
}

.modal-overlay {
    z-index: 1000;
}

.inline_item {
    display: inline-block;
}

.leng_item {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 0px;
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 0.3rem;
    width: 6rem;
    padding: 0.8rem;
    color: #4B4444;
    text-align: center;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

}

/*.leng_item:before{
    content: '[';
    display: inline-block;
}*/
/*.leng_item:after{
    content: ']';
    display: inline-block;
}*/

.leng_item:hover {
    color: black;
    border: 1px solid #91C31E;
}

.leng_item.item_focus {
    color: black;
    border: 1px solid #91C31E;
    background-image: url('./icon_select.svg');
    background-position: right bottom;
    background-position: 101% 107%;
    background-repeat: no-repeat;
}

div.item_focus {
    text-indent: 0px;
    position: relative;
}

div.item_focus:before {
    content: '';
    display: inline-block;
    height: 0px;
    width: 0px;
    border-top: 0.3rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.5rem solid black;
    position: absolute;
    left: -1rem;
    top: 0.5rem;

}

#modal_close {
    position: absolute;
    padding: 0;
    right: 1rem;
    top: 0px;
    font-weight: 100;
}


.introduce {
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-image: url('../images/header-bg.jpg');
    background-size: 100% 37%;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

.modal-content h4 {
    color: black;
    font-weight: 500;
}

.introduce .modal-content {
    display: inline-block;
    width: 68%;
    height: 100%;
    min-width: 800px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#common_introduce_modal .modal-content {
    min-width: 600px;
}

@media only screen and (max-width: 800px) {

    .introduce .modal-content h5,
    .introduce .modal-content h4 {
        text-align-last: center;
    }

    #advance_introduce_modal .modal-content {
        min-width: 100%;
    }

    #advance_introduce_modal .warpper {
        justify-content: space-around;
    }

    #common_introduce_modal .modal-content {
        min-width: 100%;
    }

    #common_introduce_modal .warpper {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 700px) {
    #advance_introduce_modal .warpper {
        display: block;
        text-align: center;
    }

    #advance_introduce_modal .platform {
        width: 25% !important;
        display: inline-block;
        margin: 3%;
    }

    #common_introduce_modal .warpper {
        display: block;
        text-align: center;
    }

    #common_introduce_modal .platform {
        width: 25% !important;
        display: inline-block;
        margin: 3%;
    }

    .introduce .warpper_lite .inner {
        display: block !important;
        text-align: center;
    }

    .introduce .warpper_lite .item {
        display: inline-block !important;
        width: 25% !important;
        margin: 3% !important;
    }

    .common_introduce .warpper_lite .inner {
        display: flex !important;
    }

    .common_introduce .warpper_lite .item {
        width: 48% !important;
        margin: 1% !important;
    }
}

@media only screen and (max-width: 600px) {

    .introduce .modal-content h5,
    .introduce .modal-content h4 {
        text-align-last: center;
    }

    #common_introduce_modal .modal-content {
        min-width: 100%;
    }

    #common_introduce_modal .warpper {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 400px) {
    #common_introduce_modal .warpper {
        display: block;
        margin-bottom: 2rem;
    }

    #common_introduce_modal .platform {
        width: 50% !important;
        position: relative;
        display: block;
        left: 50%;
        margin-left: -25%;
        margin-bottom: 2rem;
    }
}

.introduce .modal-content h4 {
    margin-top: 2.2rem;
    color: white;
    font-size: 2.4rem;
    margin-bottom: 6rem;
}

.introduce .modal-content h5 {
    margin-left: 0rem;
    color: white;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.introduce .modal-content h5.sub {
    margin-left: 0rem;
    color: white;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #000;
}


.introduce .warpper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.introduce .warpper_lite {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    background-color: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.introduce .warpper_lite .inner {
    width: 96%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.introduce .warpper_lite .item {
    display: block;
    background-color: #F4F5F5;
    width: 18%;
    text-align: center;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
}

.introduce .platform {
    box-shadow: 0px 0px 1px 1px #80808040;
}

#common_introduce_modal .platform {
    width: 23%;
    cursor: pointer;
}

.common_introduce .warpper_lite .item {
    width: 48%;
}

#advance_introduce_modal .platform {
    width: 18%;
    cursor: pointer;
}

#common_introduce_modal .platform {
    width: 16%;
    cursor: pointer;
}


.introduce .platform .inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.introduce .platform .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
}

.introduce .platform .cont:hover {
    background-color: #e3eec9;
}

.introduce .platform .cont:active {
    background-color: #d3e7a8;
}

.introduce .platform:hover .icon_warp {
    background-color: transparent;
}

.introduce .icon_warp {
    width: 50%;
    height: 50%;
    background-color: rgba(46, 56, 66, 0.05);
    margin-left: 25%;
    margin-top: 10%;
    border-radius: 50%;
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.introduce .title {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 12%;
}

.common_introduce .title {
    font-size: 2rem;
}

.introduce .title.pending {
    margin-top: 8%;
    font-size: 1.5rem;
    color: gray;
    line-height: 1.2;
}

#icon_android {
    background-image: url("../images/icon_android.svg");
}

#icon_ios {
    background-image: url("../images/icon_ios.svg");
}

#icon_other {
    background-image: url("../images/icon_other.svg");
}

#icon_adobe {
    background-image: url("../images/icon_adobe.svg");
}

#icon_cocos2d {
    background-image: url("../images/icon_cocos2d.svg");
}

#icon_unity3d {
    background-image: url("../images/icon_unity3d.svg");
}

/* form */

/* radio and checkbox */
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: transparent;
    border: none !important;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 5px solid #91C31E;
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 1px solid #C5C5C5;
}

[type="radio"]+label:before, [type="radio"]+label:after {
    width: 15px;
    height: 15px;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    padding: 0 20px 0 25px;
    color: rgba(0,0,0,0.71);
}

/* button */
button {
    border: none;
    background: #90C500;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 0.5rem 4rem;
}

button:hover {
    background-color: rgba(144, 197, 0, 0.3);
}

button:focus {
    background: #90C500;
}

/* function */
.f-ilb {
    display: inline-block;
}

.f-dn {
    display: none;
}

.f-mt {
    margin-top: 1rem;
}

.f-mtn {
    margin-top: 0rem;
}

.f-mb {
    margin-bottom: 1rem;
}

.f-mb-lg {
    margin-bottom: 3rem;
}

.f-mbn {
    margin-bottom: 0;
}

.f-bb {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important; 
}

.f-item-error {
    background: rgba(255,61,0,0.10);
    border: 1px solid #EC4F27;
    border-radius: 5px;
}

.f-error-msg {
    color: #EC4F27;
    height: 22px;
    margin: 0;
    font-size: 12px;
}

.m-code-tabs .tabs {
    background: #f5f2f0;
    border: solid 1px rgba(51, 51, 51, 0.12);
    box-sizing: border-box;
    border-bottom: none;
    padding: 0 !important;
    overflow: hidden;
    display: block;
}

.m-code-tabs .tab {
    display: inline-block;
}

.code-toolbar > pre {
    margin-top: 0 !important;
}

.m-getcode-btn {
    animation: zooming 2s infinite alternate;
    -moz-animation: zooming 2s infinite alternate;
    /* Firefox */
    -webkit-animation: zooming 2s infinite alternate;
    /* Safari and Chrome */
    -o-animation: zooming 2s infinite alternate;
    /* Opera */
}

.m-getcode-btn:hover {
    animation: none;
}

@keyframes zooming {
    0% {
        transform: scale(0.8);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.8);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}