﻿@charset "UTF-8";

@font-face {
    font-family: 'icologo';
    src: url("./fonts/icomoon.eot?1z9v6x");
    src: url("./fonts/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?1z9v6x") format("truetype"), url("./fonts/icomoon.woff?1z9v6x") format("woff"), url("./fonts/icomoon.svg?1z9v6x#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-color-one: #2685f9;
    --secondary-color: #111d5c;
    --heading-color: #0a1121;
    --paragraph-color: #333;
    --heading-font: 'Microsoft YaHei', sans-serif;
    --body-font: 'Microsoft YaHei', sans-serif;
    filter: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 14px;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
}

/* ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; } */

ul, li {
    list-style: none;
}

ul {
    padding: 0px;
}

.searchinput::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.searchinput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchinput::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* border: 1px solid #ddd; */
}

code {
    color: #faa603;
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .check-list li {
        display: block;
        padding-left: 20px;
        position: relative;
        z-index: 0;
    }

        .check-list li:after {
            position: absolute;
            left: 0;
            top: 0;
            font-family: 'fontawesome';
            content: "\f105";
            color: var(--main-color-one);
        }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a,
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
    }

    .comment-navigation .nav-previous:hover > a,
    .posts-navigation .nav-previous:hover > a,
    .post-navigation .nav-previous:hover > a,
    .comment-navigation .nav-next:hover > a,
    .posts-navigation .nav-next:hover > a,
    .post-navigation .nav-next:hover > a {
        color: var(--main-color-one);
    }


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.padding-left-5 {
    padding-left: 5;
}

.gray-bg {
    background-color: #f8f8f8;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

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

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

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

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

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

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

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

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-35 {
    margin-top: 35px;
}

.min-height-600 {
    min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.container {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}


.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.transparentbg {
    background-color: rgba(0,0,0,0.5)
}

.btndiv {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.color-1 {
    background-color: #0083ff;
    border: 2px solid #0083ff;
    opacity: 0.9;
}

.color-2 {
    background-color: #8ed11b;
    border: 2px solid #8ed11b;
}

.color-3 {
    background-color: #00a84d;
    border: 2px solid #00a84d;
    opacity: 0.9;
}

.color-4 {
    background-color: #009591;
    border: 2px solid #009591;
}

.color-5 {
    background-color: #8f2ecd;
    border: 2px solid #8f2ecd;
}

.color-6 {
    background-color: #5431c4;
    border: 2px solid #5431c4;
}

.color-7 {
    background-color: #1461cc;
    border: 2px solid #1461cc;
}

.color-8 {
    background-color: #0ab1c4;
    border: 2px solid #0ab1c4;
}

.color-9 {
    background-color: #ff7900;
    border: 2px solid #ff7900;
    opacity: 0.9;
}

.color-10 {
    background-color: #da045e;
    border: 2px solid #da045e;
}

.color-11 {
    background-color: #eb472a;
    border: 2px solid #eb472a;
}

.color-12 {
    background-color: #ffad09;
    border: 2px solid #ffad09;
}

.color-1:hover {
    background-color: #51aaf3;
    border: 2px solid #a8d5f9;
    opacity: 1;
}

.color-2:hover {
    background-color: #a5da49;
    border: 2px solid #d2eda4;
}

.color-3:hover {
    background-color: #33b971;
    border: 2px solid #99dcb8;
    opacity: 1;
}

.color-4:hover {
    background-color: #33aaa7;
    border: 2px solid #99d5d3;
}

.color-5:hover {
    background-color: #a350d8;
    border: 2px solid #d9a0ea;
}

.color-6:hover {
    background-color: #765ad0;
    border: 2px solid #bbade7;
}

.color-7:hover {
    background-color: #4381d6;
    border: 2px solid #a1c0eb;
}

.color-8:hover {
    background-color: #3bc1d0;
    border: 2px solid #9de0e7;
}

.color-9:hover {
    background-color: #ff9333;
    border: 2px solid #ffc999;
    opacity: 1;
}

.color-10:hover {
    background-color: #e1367e;
    border: 2px solid #f09bbf;
}

.color-11:hover {
    background-color: #ef6c55;
    border: 2px solid #f7b5aa;
}

.color-12:hover {
    background-color: #ffbd3a;
    border: 2px solid #ffde9d;
}

.font-white {
    color: #fff;
}

.text-c {
    text-align: center
}

.heightone {
    height: 210px;
    font-size: 30px;
}

.fontsizetwo {
    font-size: 20px;
}

.fontsizethree {
    font-size: 16px;
}

.ls-1 {
    letter-spacing: 3.5px;
}

.ls-2 {
    letter-spacing: 5.5px;
}

.ls-3 {
    letter-spacing: 8px;
}

.ls-4 {
    letter-spacing: 3.5px;
}

.ls-5 {
    letter-spacing: 0px;
}

.ls-6 {
    letter-spacing: 3.5px;
}

.ls-7 {
    letter-spacing: 3.5px;
}

.ls-8 {
    letter-spacing: 6px;
}

.ls-9 {
    letter-spacing: 3.5px;
}

.ls-10 {
    letter-spacing: 0px;
}

.ls-11 {
    letter-spacing: 1px;
}

.ls-12 {
    letter-spacing: 3.5px;
}

.title {
    font-size: 22px;
    ;
    color: #fff;
    line-height: 31px;
}

.titletwo {
    font-size: 16px;
    color: #ffb727;
    line-height: 31px;
}

.pd-16 {
    padding: 16px;
}

.f-l {
    float: left;
}

.show {
    display: block;
}

.btntype {
    display: none;
}

.visible {
    visibility: visible;
}

.f-r {
    float: right;
}

.tishi {
    width: 100%;
    text-align: center;
}

.forgetpwd {
    color: #cde0ff;
}

    .forgetpwd:hover {
        text-decoration: underline;
        color: #cde0ff;
    }

.footer-area {
    height: auto;
    padding: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 0 3px rgb(0,0,0);
}

.list-footer-area {
    height: auto;
    padding: 40px;
    color: #000;
    text-align: center;
    font-size: 14px;
    text-shadow: none;
}

.indexlogo {
    float: left;
    margin-right: 1rem;
}

.webnamecn {
    font-size: 3rem;
    color: #fff;
    font-family: 'Microsoft YaHei';
    line-height: 5rem;
    display: block;
    float: left;
}

.webnameen {
    font-size: 24.5px;
    color: #fff;
    font-family: 'Arial';
    line-height: 22px;
    display: block;
    float: left;
}

.imgbtn {
    margin: 20px auto;
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.btnone {
    background-image: url('../images/btn-1.png');
}

.btntwo {
    background-image: url('../images/btn-2.png');
}

.btnthree {
    background-image: url('../images/btn-3.png');
}

.qr {
    position: absolute;
    top: 35px;
    right: 8px;
}

.newspanel {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    min-height: 435px;
}

.mytab .nav-tabs > li {
    margin-bottom: 0px;
    font-size: 20px;
}

.mytab .nav > li > a {
    padding: 10px 0px;
    color: #000;
}

.mytab .nav-tabs > li > a:hover {
    /* border-bottom: 1px; */
    background-color: transparent;
    border-color: transparent;
    color: #0097e0;
}

.mytab .nav-tabs > li.active > a, .mytab .nav-tabs > li.active > a:focus, .mytab .nav-tabs > li.active > a:hover {
    color: #0097e0;
    cursor: default;
    background-color: transparent;
    border: 0px;
    float: left;
}

.qianbiao {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.mytab .nav > li > a {
    width: 110px;
    text-align: center;
    display: block;
    float: left;
}

.fenge {
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 16px;
    background-color: #999;
}

.more {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.maxrow {
    margin-left: -8px;
    margin-right: -8px;
}

.boxul {
    display: block;
    overflow: hidden;
}

    .boxul li {
        overflow: hidden;
        display: block;
        margin-top: 0.85rem;
    }

        .boxul li.dotbottom {
            border-bottom: 1px dotted #e0e0e0;
            margin-top: 0px;
            line-height: 40px;
        }

    .boxul .boxonetxt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70%;
        color: #000;
    }

    .boxul span {
        display: block;
        float: left;
    }

    .boxul .datebox {
        text-align: right;
        width: 30%;
    }

    .boxul .square {
        width: 2rem;
        height: 20px;
        background: url(../images/square.png) no-repeat center;
    }

    .boxul .squaretwo {
        width: 2rem;
        height: 40px;
        background: url(../images/square2.png) no-repeat center;
    }

.ahover {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .ahover:hover {
        color: #0097e0;
        cursor: pointer;
    }

.tabmax {
    width: 280px;
    height: 160px;
    transition: 0.8s ease-out;
    position: fixed;
    right: -210px;
    height: auto;
    z-index: 100;
}

.tabmin {
    width: 60px;
    height: 60px;
    position: fixed;
    background: url('../images/clipboard.png') no-repeat center #0097e0;
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 100;
}

.tabbtn {
    float: left;
    width: 70px;
    height: 50px;
    background: url(../images/tabone.png) no-repeat left center;
    cursor: pointer;
}

.tabmax .tabtxt {
    width: 210px;
    padding: 20px;
    border: 1px solid #0097e0;
    border-right: 1px solid #fff;
    background-color: #fff;
    float: right;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    min-height: 160px;
}

.active {
    right: 0px;
}

ul.list-file > li > a {
    display: block;
    margin: 12px 0;
    font-size: 14px;
    line-height: 19px;
    border-left: 3px solid #e20000;
    padding-left: 6px;
    font-weight: 500;
}

.listbg {
    background: url('../images/listbg.png') repeat-x top #fff;
}

.bordergray {
    border: 1px solid #ccc;
}

.listbiaoti {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #0097e0;
    color: #fff;
    font-size: 20px;
}

.listpanel {
    background-color: #fff;
    min-height: 435px;
    padding: 0px 16px 16px 16px;
}

.listleftpanel {
    background-color: #fff;
    /* border: 1px solid #ccc; */
}

.listleftul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .listleftul li.active {
        border-left: 1px solid #0097e0;
        border-right: 1px solid #0097e0;
    }

.listleftul {
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-indent: 0.5rem;
    color: #000;
    margin-bottom: 0px;
}

.listleftbg {
    min-height: 300px;
    border: 1px solid #ccc;
    border-top: 0px;
    background: url('../images/list-left-bg.png')center bottom no-repeat #fff;
}

.listleftul li.active i {
    display: none;
}

.listleftul li.active {
    text-align: center;
    text-indent: 0rem;
    font-size: 20px;
    color: #fff;
    background-color: #0097e0;
}

.listleftul li i {
    margin-right: 0.5rem;
    color: #ccc;
}

.mybreadcut {
    color: #fff;
}

.contenttitle {
    text-align: center;
    font-weight: bold;
}

.contenttxt {
    line-height: 2rem;
}

.txttime {
    color: #999;
    text-align: center;
    padding: 20px 0px;
}

.fujian {
    margin-top: 40PX;
    line-height: 2rem;
}

.closeweb {
    display: block;
    color: #0097e0;
    border: 1px solid #0097e0;
    border-radius: 4px;
    background-color: #fff;
    line-height: 2rem;
    width: 150px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .closeweb:hover {
        color: #fff;
        background-color: #0097e0;
    }

.pagenation {
    text-align: right;
    margin-top: 20px;
}

    .pagenation a {
        margin-right: 5px;
    }

@media (max-width:1200px) {
    .qr {
        display: none;
    }
}

@media (min-width:1200px) {
    .qrmin {
        display: none;
    }
}

@media (min-width:992px) {
    .tabmin {
        display: none;
    }
}

@media (max-width:992px) {
    .tabmax {
        display: none;
    }

    .listleftbg {
        display: none;
    }

    .webnamecn {
        font-size: 2rem;
        color: #fff;
        font-family: 'Microsoft YaHei';
        line-height: 2rem;
    }

    .webnameen {
        font-size: 16.5px;
        color: #fff;
        font-family: 'Arial';
        line-height: 1.5rem;
    }

    .indexlogo {
        width: 3.2rem;
        height: 3.2rem;
    }
}

@media (max-width:600px) {
    .webnamecn {
        font-size: 1.7rem;
        color: #fff;
        font-family: 'Microsoft YaHei';
        line-height: 2rem;
    }

    .webnameen {
        font-size: 13.5px;
        color: #fff;
        font-family: 'Arial';
        line-height: 1.5rem;
    }
}

@media (max-width:530px) {
    .webnamecn {
        font-size: 1.1rem;
        color: #fff;
        font-family: 'Microsoft YaHei';
        line-height: 3.2rem;
        font-weight: bold;
    }

    .webnameen {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .myModalone .modal-dialog {
        width: 600px;
        margin: 200px auto;
    }
}

@media (max-width: 768px) {

    .myModalone .modal-dialog {
        width: 80%;
        margin: 100px auto;
    }
}
