body,
html {
    margin: 0;
    padding: 0;
}

.phone_width {
    display: none !important;
}

.pc_width {
    display: flex !important;
}

.sticky {
    position: sticky !important;
}

@media screen and (max-width: 768px) {
    .phone_width {
        display: flex !important;
    }
    .pc_width {
        display: none !important;
    }
}

.box3 {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto;
    clear: both;
    text-align: center;
    padding: 1rem;
}

.box3 .b3-t1 {
    font-weight: bold;
    margin: 1rem 0;
}

.box3 .b3-t2 {
    margin: 1rem 0;
    color: #FF6331;
}

.box3 .b3-t3 {
    text-align: left;
}

.box3 .b3-t3 .wd-box {
    padding: 0.8rem 1rem;
}

.box3 .b3-t3 .wd-box-1 {
    border-color: #817dea;
}

.box3 .b3-t3 .wd-box-2 {
    border-color: #f9ca63;
}

.box3 .b3-t3 .wd-box-3 {
    border-color: #7db6ea;
}

.box3 .b3-t3 .wd-box-4 {
    border-color: #63def9;
}

.box3 .b3-t3 .wd-box-5 {
    border-color: #ea7d7d;
}

.box3 .b3-t3 .wd-box-6 {
    border-color: #e873c7;
}

.box3 .wd-box-inner {
    padding: 5px 10px 5px 0;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgb(114 181 251 / 40%);
    border-top: 13px solid;
    position: relative;
    background: #FFF;
}

.box3 .wd-box-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.box3 .wd-box-title img {
    height: 28px;
}

.box3 .wd-box-detail {
    padding: 0 1rem;
}

.box3 .wd-btn {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}

.box2 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 3rem;
    background-image: -webkit-linear-gradient( #fff, #FFF0E3);
}

.box2 .top {
    width: 100%;
    padding: 2rem 1rem;
    max-width: 430px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.box2 .b2-t1 {
    font-weight: 600;
    font-size: 2.4rem;
    width: 180px;
    line-height: 2.8rem;
    flex-shrink: 0;
}

.box2 .b2-t2 {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 3.2rem;
    color: #FF6331;
    height: auto;
    line-height: 90px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
}

.box2 .b2-box {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 1rem;
}

.box2 .b2-box .b2-c1 {
    margin: 3rem 0 0 0;
    text-align: center;
}

.box2 .b2-box .b2-c2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem 0 1rem 0;
    color: #FF6331;
}

.box1 {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem;
    clear: both;
    margin: 0 0;
    background-image: -webkit-linear-gradient( #fff, #FFF0E3);
    height: auto;
}

.box1 .b1-left {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box1 .b1-left .b1-img1 {
    width: 100%;
    vertical-align: middle;
}

.box1 .b1-right {
    padding: 2%;
    margin: 2rem 0;
    flex-grow: 1;
}

.box1 .b1-right .t1 {
    font-weight: 600;
    line-height: 3rem;
    margin: 2rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.box1 .b1-right .t-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 2rem 0;
    line-height: 5rem;
}

.box1 .b1-right .box_doc {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 1;
    line-height: 32px;
}

.box1 .b1-right .box_doc a {
    color: #FF6331;
    margin-right: 1.5rem;
}

.box1 .b1-right .box_doc a:hover {
    text-decoration: underline;
}

.box1 .b1-right .svg {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.box1 .b1-right .svg .box {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 2%;
    padding: 0.8rem 0;
    width: 29%;
    min-width: 90px;
    max-width: 7rem;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #ffca73;
    color: #FF6331;
    background: #FFF;
}

.box1 .b1-right .svg .box .aa-icon {
    font-size: 2.3rem;
}

.box1 .b1-right .svg .box span {
    margin-top: 1rem;
}

.box1 .b1-right .svg .box .a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: center; */
    align-items: center;
}

.box1 .b1-right .svg .box .b {
    display: none;
}

.box1 .b1-right .svg .box:hover,
.box1 .b1-right .svg .box:active {
    border: 1px solid #ffca73;
    background: #ffca73;
    color: #000;
}

.box1 .b1-right .svg .box:hover .a {
    display: none;
}

.box1 .b1-right .svg .box:hover .b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.indexpage {
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.mybutton {
    background: #FF6331 !important;
    border: 1px solid #FF6331 !important;
    color: #FFF !important;
    padding: 1.5rem 3rem;
    min-width: 5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.mybutton:hover {
    background: #ffca73 !important;
}

.title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #FF6331
}

.btn-s {
    font-style: normal;
    font-weight: 600;
    min-width: 130px;
    color: white;
    background-color: #FF6331;
    padding: 9px 18px;
    border: 2px solid #FF6331;
    border-radius: 5px;
    transition: background-color, color, border-color, 500ms;
    text-align: center;
}

.btn-s:hover {
    color: #263238;
    background-color: white;
    border-color: black;
}

.box4 {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto 0 auto;
    clear: both;
}

.box4 .b4-r {
    float: right;
}

.box4 .b4-r img {
    width: 100%;
}

.box4 .appraise-title {
    text-align: center;
    margin: 2rem;
}

.box4 .item-box {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    min-height: 600px;
}

.box4 .item {
    position: absolute;
    margin: 1rem 0;
    width: 350px;
    height: 200px;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgb(114 181 251 / 40%);
    background: #FFF;
}

.box4 .item-top {
    display: flex;
    justify-content: flex-start;
    height: 50px;
    margin-bottom: 1rem;
}

.box4 .item-top img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.box4 .item-top .item-name {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.box4 .item-top .item-name .name {
    font-size: 18px;
    line-height: 25px;
}

.box4 .item-top .item-name .rank {
    font-size: 14px;
    line-height: 25px;
    color: #FF6331;
    margin-bottom: 20px;
}

.box4 .item-detail {
    clear: both;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}

.box4 .item-1 {
    top: 0;
    left: 0;
}

.box4 .item-2 {
    top: 50px;
    left: 370px;
}

.box4 .item-3 {
    top: 270px;
    left: 150px;
}

@media screen and (max-width: 960px) {
    .box4 .item {
        position: relative;
        width: 100% !important;
    }
    .box4 .item-1,
    .box4 .item-2,
    .box4 .item-3 {
        top: 0 !important;
        left: 0 !important;
    }
}

@media screen and (max-width: 660px) {
    .indexpage {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .title {
        font-size: 1.6rem;
    }
    .b2-t1 {
        font-size: 1.9rem !important;
        width: 150px !important;
    }
    .b2-t2 {
        font-size: 2.5rem !important;
    }
}

.footer {
    background: #1A1A1A;
    color: #bbb;
    width: 100%;
    clear: both;
    font-size: 0.98rem;
    line-height: 1.2rem;
}

.footer .f-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #444;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.footer .f-top .item {
    line-height: 30px;
    min-width: 90px;
    flex-shrink: 0;
}
.footer .item a:hover {
    text-decoration: none !important;
}

.f-tooltip .svg {
    color: #24D193;
    margin-right: 0.5rem;
    font-size: 2.2rem;
    vertical-align: middle;
}
.footer .svg {
    color: #24D193;
    margin-right: 0.3rem;
    vertical-align: middle;
}


.footer .f-top .a {
    margin: 0 1rem;
}

.footer .f-top a:hover {
    color: #eee;
    text-decoration: underline;
}

.footer .f-bottom {
    font-size: .96rem;
    line-height: 22px;
    padding: 0.3rem;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer img {
    vertical-align: top;
    margin-right: 0.2rem;
}

.footer .a {
    display: block;
    flex-shrink: 0;
}

.footer .c {
    margin: 0 0.8rem;
}

.f-tooltip {
    font-size: 1rem;
}

.f-tooltip .t-s {
    font-size: 1.2rem;
    margin: 0.6rem;
    text-align: center;
}

.f-tooltip svg {
    color: #13D36A;
    margin-right: 0.3rem;
    font-size: 2rem;
    vertical-align: middle;
}

.f-tooltip .btn {
    background: #13D36A;
    width: 100%;
    border: 1px solid #13D36A;
    font-size: 1rem;
    font-size: 1rem;
    text-align: left;
}

.back-to-ceiling[data-v-053f1ae1] {
    position: fixed;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.back-to-ceiling[data-v-053f1ae1]:hover {
    background: #d5dbe7
}

.fade-enter-active[data-v-053f1ae1],
.fade-leave-active[data-v-053f1ae1] {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.fade-enter[data-v-053f1ae1],
.fade-leave-to[data-v-053f1ae1] {
    opacity: 0
}

.back-to-ceiling .Icon[data-v-053f1ae1] {
    fill: #9aaabf;
    background: none
}

.mydialog2 .el-dialog .el-dialog__header {
    background: #ff6331
}

.mydialog2 .el-dialog .el-dialog__header .el-dialog__title {
    color: #fff!important
}

.mydialog2 .el-dialog .el-dialog__body {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto
}

.myIndexmenu .el-drawer,
.myIndexmenu .v-modal {
    top: 65px!important
}

.myIndexmenu .menuSvg {
    margin: 0 .1rem;
    font-size: 1.6rem
}

.indexpage[data-v-60f5183e] {
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8rem
}

.mybutton[data-v-60f5183e] {
    background: #ff6331!important;
    color: #fff!important;
    padding: 1.5rem 3rem;
    min-width: 5rem;
    font-size: 1.2rem;
    font-weight: 600
}

.mybutton[data-v-60f5183e]:hover {
    background: #ffca73!important
}

.title[data-v-60f5183e] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ff6331
}

.btn-s[data-v-60f5183e] {
    font-style: normal;
    font-weight: 600;
    min-width: 130px;
    color: #fff;
    background-color: #ff6331;
    padding: 9px 18px;
    border: 2px solid #ff6331;
    border-radius: 5px;
    -webkit-transition: background-color, color, border-color, .5s;
    transition: background-color, color, border-color, .5s;
    text-align: center
}

.btn-s[data-v-60f5183e]:hover {
    color: #263238;
    background-color: #fff;
    border-color: #000
}

.disIndexmenu[data-v-60f5183e] {
    width: 100%;
    height: 100%;
    background: #263238;
    color: #fff;
    padding: 2rem .6rem
}

.disIndexmenu div[data-v-60f5183e] {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #555;
    letter-spacing: 2px
}

.disIndexmenu div[data-v-60f5183e]:last-child {
    border: none
}

.article-box[data-v-60f5183e] {
    color: #333;
    padding: 0 1.1rem
}

.article-box .a-box-title[data-v-60f5183e] {
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #000
}

.article-box .a-box-time[data-v-60f5183e] {
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-align: center
}

.box4[data-v-60f5183e] {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto 0 auto;
    clear: both
}

.box4 .b4-r[data-v-60f5183e] {
    float: right
}

.box4 .b4-r img[data-v-60f5183e] {
    width: 100%
}

.box4 .appraise-title[data-v-60f5183e] {
    text-align: center;
    margin: 2rem
}

.box4 .item-box[data-v-60f5183e] {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    min-height: 600px
}

.box4 .item[data-v-60f5183e] {
    position: absolute;
    margin: 1rem 0;
    width: 350px;
    height: 200px;
    padding: 1.2rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(114, 181, 251, .4);
    box-shadow: 0 4px 10px 0 rgba(114, 181, 251, .4);
    background: #fff
}

.box4 .item-top[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 50px;
    margin-bottom: 1rem
}

.box4 .item-top img[data-v-60f5183e] {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle
}

.box4 .item-top .item-name[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700
}

.box4 .item-top .item-name .name[data-v-60f5183e] {
    font-size: 18px;
    line-height: 25px
}

.box4 .item-top .item-name .rank[data-v-60f5183e] {
    font-size: 14px;
    line-height: 25px;
    color: #ff6331;
    margin-bottom: 20px
}

.box4 .item-detail[data-v-60f5183e] {
    clear: both;
    font-size: 16px;
    line-height: 22px;
    width: 100%
}

.box4 .item-1[data-v-60f5183e] {
    top: 0;
    left: 0
}

.box4 .item-2[data-v-60f5183e] {
    top: 50px;
    left: 370px
}

.box4 .item-3[data-v-60f5183e] {
    top: 270px;
    left: 150px
}

@media screen and (max-width:960px) {
    .box4 .item[data-v-60f5183e] {
        position: relative;
        width: 100%!important
    }
    .box4 .item-1[data-v-60f5183e],
    .box4 .item-2[data-v-60f5183e],
    .box4 .item-3[data-v-60f5183e] {
        top: 0!important;
        left: 0!important
    }
}

.box3[data-v-60f5183e] {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto;
    clear: both;
    text-align: center;
    padding: 1rem
}

.box3 .b3-t1[data-v-60f5183e] {
    font-weight: 700;
    margin: 1rem 0
}

.box3 .b3-t2[data-v-60f5183e] {
    margin: 1rem 0;
    color: #ff6331
}

.box3 .b3-t3[data-v-60f5183e] {
    text-align: left
}

.box3 .b3-t3 .wd-box[data-v-60f5183e] {
    padding: .8rem 1rem
}

.box3 .b3-t3 .wd-box .wd-box-1[data-v-60f5183e] {
    border-color: #817dea
}

.box3 .b3-t3 .wd-box .wd-box-2[data-v-60f5183e] {
    border-color: #f9ca63
}

.box3 .b3-t3 .wd-box .wd-box-3[data-v-60f5183e] {
    border-color: #7db6ea
}

.box3 .b3-t3 .wd-box .wd-box-4[data-v-60f5183e] {
    border-color: #63def9
}

.box3 .b3-t3 .wd-box .wd-box-5[data-v-60f5183e] {
    border-color: #ea7d7d
}

.box3 .b3-t3 .wd-box .wd-box-6[data-v-60f5183e] {
    border-color: #e873c7
}

.box3 .b3-t3 .wd-box-inner[data-v-60f5183e] {
    padding: 5px 10px 5px 0;
    height: 200px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(114, 181, 251, .4);
    box-shadow: 0 4px 10px 0 rgba(114, 181, 251, .4);
    border-top: 13px solid;
    position: relative;
    background: #fff
}

.box3 .b3-t3 .wd-box-title[data-v-60f5183e] {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    padding: .5rem 1rem
}

.box3 .b3-t3 .wd-box-title img[data-v-60f5183e] {
    height: 28px
}

.box3 .b3-t3 .wd-box-detail[data-v-60f5183e] {
    padding: 0 1rem
}

.box3 .b3-t3 .wd-btn[data-v-60f5183e] {
    position: absolute;
    bottom: .8rem;
    right: .8rem
}

.box2[data-v-60f5183e] {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 3rem;
    background-image: -webkit-linear-gradient(#fff, #fff0e3)
}

.box2 .top[data-v-60f5183e] {
    width: 100%;
    padding: 2rem 1rem;
    max-width: 430px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.box2 .top .b2-t1[data-v-60f5183e] {
    font-weight: 600;
    font-size: 2.4rem;
    width: 180px;
    line-height: 2.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.box2 .top .b2-t2[data-v-60f5183e] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 3.2rem;
    color: #ff6331;
    height: auto;
    line-height: 90px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center
}

.box2 .b2-box[data-v-60f5183e] {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 1rem
}

.box2 .b2-box .b2-c1[data-v-60f5183e] {
    margin: 3rem 0 0 0;
    text-align: center
}

.box2 .b2-box .b2-c2[data-v-60f5183e] {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem 0 1rem 0;
    color: #ff6331
}

.box1[data-v-60f5183e] {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem;
    clear: both;
    margin: 0 0;
    background-image: -webkit-linear-gradient(#fff, #fff0e3);
    height: auto
}

.box1 .b1-left[data-v-60f5183e] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box1 .b1-left .b1-img1[data-v-60f5183e] {
    width: 100%;
    vertical-align: middle
}

.box1 .b1-right[data-v-60f5183e] {
    padding: 2%;
    margin: 2rem 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.box1 .b1-right .t1[data-v-60f5183e] {
    font-weight: 600;
    line-height: 3rem;
    margin: 2rem 0 1rem 0
}

.box1 .b1-right .t1[data-v-60f5183e],
.box1 .b1-right .t-button[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box1 .b1-right .t-button[data-v-60f5183e] {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    margin: 2rem 0;
    line-height: 5rem
}

.box1 .b1-right .box_doc[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    line-height: 32px
}

.box1 .b1-right .box_doc a[data-v-60f5183e] {
    color: #ff6331;
    margin-right: 1.5rem
}

.box1 .b1-right .box_doc a[data-v-60f5183e]:hover {
    text-decoration: underline
}

.box1 .b1-right .svg[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0
}

.box1 .b1-right .svg .box[data-v-60f5183e] {
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 2%;
    padding: .8rem 0;
    width: 29%;
    max-width: 7rem;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #ffca73;
    color: #ff6331;
    background: #fff
}

.box1 .b1-right .svg .box .aa-icon[data-v-60f5183e] {
    font-size: 2.3rem
}

.box1 .b1-right .svg .box span[data-v-60f5183e] {
    margin-top: 1rem
}

.box1 .b1-right .svg .box .a[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box1 .b1-right .svg .box .b[data-v-60f5183e] {
    display: none
}

.box1 .b1-right .svg .box.active[data-v-60f5183e],
.box1 .b1-right .svg .box[data-v-60f5183e]:hover {
    border: 1px solid #ffca73;
    background: #ffca73;
    color: #000
}

.box1 .b1-right .svg .box.active .a[data-v-60f5183e],
.box1 .b1-right .svg .box:hover .a[data-v-60f5183e] {
    display: none
}

.box1 .b1-right .svg .box.active .b[data-v-60f5183e],
.box1 .b1-right .svg .box:hover .b[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header[data-v-60f5183e] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 6rem;
    line-height: 6rem;
    background: #fff
}

.header .h-left[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.8rem;
    font-weight: 600;
    width: 16rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav-logo[data-v-60f5183e] {
    height: 5rem;
    vertical-align: middle
}

.header .h-left .ht1[data-v-60f5183e],
.header .h-left .ht2[data-v-60f5183e] {
    color: #ff6331
}

.header .h-right[data-v-60f5183e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .h-right div[data-v-60f5183e] {
    margin: 0 1rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ff6331
}

.header .h-right .m-icon {
    letter-spacing: 1px;
    font-size: 15px;
}

.header .h-right div a[data-v-60f5183e]:hover {
    color: #f30
}

@media screen and (max-width:660px) {
    .f-bottom[data-v-60f5183e] {
        padding: .3rem 1rem!important
    }
    .f-bottom .c[data-v-60f5183e] {
        color: #1a1a1a!important
    }
    .indexpage[data-v-60f5183e] {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .title[data-v-60f5183e] {
        font-size: 1.6rem
    }
    .b2-t1[data-v-60f5183e] {
        font-size: 1.9rem!important;
        width: 150px!important
    }
    .b2-t2[data-v-60f5183e] {
        font-size: 2.5rem!important
    }
    .header[data-v-60f5183e] {
        height: 4.5rem;
        line-height: 4.5rem
    }
    .header .h-left[data-v-60f5183e] {
        width: 13rem;
        font-size: 1.3rem
    }
    .nav-logo[data-v-60f5183e] {
        height: 3rem
    }
}