@charset "UTF-8";html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    touch-action: manipulation
}

blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

header,hgroup,nav,menu,main,section,article,summary,details,aside,figure,figcaption,footer {
    display: block;
    margin: 0;
    padding: 0
}

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

table,th,td {
    border: 1px solid black
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,var {
    font-weight: 400
}

dl,ol,ul {
    list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

textarea {
    resize: none;
    outline: none;
    font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

button,input[type=submit],input[type=text],input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

input {
    outline: 0
}

input::-webkit-input-safebox-button {
    display: none
}

input::-ms-reveal {
    display: none
}

input::-ms-clear {
    display: none
}

input::-o-clear {
    display: none
}

html {
    font-size: 100px
}

@media(max-width: 1600px) {
    html {
        font-size:85px
    }
}

body {
    font-size: 14px;
    color: #000;
    line-height: 1.01;
    font-family: Arial;
    min-width: 13.6rem
}

input,textarea,select {
    font-size: 18px
}

@media(max-width: 1600px) {
    input, textarea, select {
        font-size:16px
    }
}

@media (max-width: 1200px) {
    body {
        min-width:12rem
    }
}

body * {
    box-sizing: border-box
}

#web-ietip {
    width: 5.26rem;
    height: .9rem;
    padding: .83rem 0 0 .84rem;
    overflow: hidden;
    background: url(../fonts/7477387534554277b3ec5f480eae798f.ttf)
}

@font-face {
    font-family: D-DINExp-Bold;
    src: url(../fonts/d-dinexp-bold.ttf)
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.w1360 {
    width: 13.6rem;
    margin: 0 auto
}

.md-header .head_1 {
    color: #060001;
    font-size: 16px;
    line-height: 32px;
    text-align: right
}

.md-header .head_1 .sp1 {
    display: inline-block;
    padding: 0 .14rem
}

.md-header .head_1 .a1:hover {
    opacity: 0.5
}

.md-header .head_2 {
    background-image: url(../image/head_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: .1rem;
    padding-bottom: .1rem
}

.md-header .head_2 .h2_l {
    float: left
}

.md-header .head_2 .h2_l .logo {
    padding-top: .05rem;
    display: block;
    max-width: 3rem
}

.md-header .head_2 .h2_l .p1 {
    margin-top: .15rem;
    font-size: 20px;
    text-align: center
}

.md-header .head_2 .h2_r {
    float: right;
    padding-top: .25rem
}

.md-header .head_2 .h2_r .sub {
    display: inline-block;
    margin-right: .2rem
}

.md-header .head_2 .h2_r .sub .submit {
    min-width: 1.36rem;
    padding: 0 .2rem;
    text-align: center;
    display: block;
    line-height: .5rem;
    background-color: #fff;
    color: #333;
    border-radius: .25rem;
    font-size: 16px
}

.md-header .head_2 .h2_r .sub .submit img {
    margin-right: .1rem
}

.md-header .head_2 .h2_r .sub .submit img:nth-child(2n-1) {
    display: inline-block
}

.md-header .head_2 .h2_r .sub .submit img:nth-child(2n) {
    display: none
}

.md-header .head_2 .h2_r .sub .submit:hover {
    color: #0d4caa;
    background-color: #e9e9e9
}

.md-header .head_2 .h2_r .sub .submit:hover img:nth-child(2n-1) {
    display: none
}

.md-header .head_2 .h2_r .sub .submit:hover img:nth-child(2n) {
    display: inline-block
}

.md-header .head_2 .h2_r .inp {
    display: inline-block;
    width: 3.3rem;
    height: .5rem;
    position: relative;
    margin-right: .7rem
}

.md-header .head_2 .h2_r .inp input {
    border-radius: .25rem;
    width: 100%;
    height: .5rem;
    border: none;
    padding-left: .25rem;
    font-size: 14px;
    color: #1e2226
}

.md-header .head_2 .h2_r .inp .sear {
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.md-header .head_2 .h2_r .person {
    float: right;
    cursor: pointer;
    position: relative
}

.md-header .head_2 .h2_r .person .per {
    margin: 0 auto;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.md-header .head_2 .h2_r .person .p1 {
    padding-top: .1rem;
    justify-content: center;align-items: center;display: flex;
}

.md-header .head_2 .h2_r .person:hover .p1 {
    color: #125bcc
}

.md-footer {
    background-image: url(../image/foot_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-top: .04rem solid #125bcc;
    position: relative
}

.md-footer .foot_1 {
    margin: .5rem 0
}

.md-footer .foot_1 .f1_l {
    float: left
}

.md-footer .foot_1 .f1_l .ul1 {
    display: flex
}

.md-footer .foot_1 .f1_l .ul1 .li1 {
    min-width: 2.5rem;
    padding-right: .15rem;
}

.md-footer .foot_1 .f1_l .ul1 .li1 .a1 {
    font-size: 18px;
    font-weight: bold
}

.md-footer .foot_1 .f1_l .ul1 .li1 .ul2 {
    padding-top: .15rem
}

.md-footer .foot_1 .f1_l .ul1 .li1 .ul2 .li2 .a2 {
    line-height: 2;
    font-size: 16px;
    opacity: 0.6
}

.md-footer .foot_1 .f1_l .ul1 .li1 .ul2 .li2 .a2:hover {
    opacity: 1
}

.md-footer .foot_1 .f1_r {
    float: right
}

.md-footer .foot_1 .f1_r .a1 {
    display: inline-block;
    margin-left: .22rem;
    width: .32rem;
    height: 0.32rem;
    overflow: hidden;
}

.md-footer .foot_1 .f1_r .a1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.md-footer .foot_1 .f1_r .a1:hover img:nth-child(2n-1) {
    display: none
}

.md-footer .foot_1 .f1_r .a1:hover img:nth-child(2n) {
    display: block
}

.md-footer .foot_1 .f1_r .a1 img:nth-child(2n-1) {
    display: block
}

.md-footer .foot_1 .f1_r .a1 img:nth-child(2n) {
    display: none
}

.md-footer .line {
    height: .01rem;
    background-color: #eee;
    opacity: 0.1
}

.md-footer .foot_2 {
    padding-bottom: .4rem;
    padding-top: .2rem
}

.md-footer .foot_2 .f2_l {
    float: left
}

.md-footer .foot_2 .f2_r {
    float: right;
    font-size: 16px
}

.md-footer .foot_2 .f2_r .sp1 {
    display: inline-block;
    padding: 0 .03rem
}

.md-footer .foot_2 .f2_r .a1 {
    font-family: D-DIN
}

.md-footer .foot_2 .f2_r .a1:hover {
    opacity: 0.6
}

.md-home {
    background-image: none !important;
    background-color: #f7f7f7
}

.md-home .content_box .swiper .swiper-pagination-bullet {
    width: .3rem;
    height: .03rem;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0
}

.md-home .content_box .swiper .swiper-pagination-bullet-active {
    opacity: 1
}

.md-home .content_box .swiper .swiper_item {
    height: 1.7rem !important;
    overflow: hidden
}

.md-home .content_box .swiper .swiper_item img {
    width: 100%;
    height: 1.7rem;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover
}

.md-home .content_box .swiper .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background-position: center center;
    background-image: url(../image/arr_left.png);
    background-size: 15%;
    background-color: rgba(5,53,137,0.23);
    border-radius: 50%;
    left: .2rem
}

.md-home .content_box .swiper .swiper-button-next {
    width: .6rem;
    height: .6rem;
    background-position: center center;
    background-image: url(../image/arr_right.png);
    background-size: 15%;
    background-color: rgba(5,53,137,0.23);
    border-radius: 50%;
    right: .2rem
}

.md-home .content_box .periodical {
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap
}

.md-home .content_box .periodical .periodical_item {
    width: 23.5849056604%;
    font-size: 18px;
    margin-right: 1.8867924528%;
    margin-bottom: .2rem
}

.md-home .content_box .periodical .periodical_item:nth-child(4n) {
    margin-right: 0
}

.md-home .content_box .periodical .periodical_item:hover .detail .d1,.md-home .content_box .periodical .periodical_item:hover .detail .d2 {
    color: #125bcc
}

.md-home .content_box .periodical .periodical_item .top_item {
    overflow: hidden
}

.md-home .content_box .periodical .periodical_item .top_item img {
    width: 100%;
    height: 3.4rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.md-home .content_box .periodical .periodical_item .detail {
    text-align: center
}

.md-home .content_box .periodical .periodical_item .detail .d1 {
    font-weight: bold;
    margin-top: .2rem;
    margin-bottom: .1rem;
    height: 2em;
    color: #1e2226;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.md-home .content_box .periodical .periodical_item .detail .d2 {
    color: #666;
    font-weight: bold
}

.md-common {
    padding-bottom: .6rem;
    background-image: url(../image/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #eff2f7
}

.crumb_nav {
    height: .5rem;
    line-height: .5rem;
    color: rgba(0,0,0,0.9)
}

.crumb_nav .home {
    display: inline-flex;
    align-items: center;
    margin-right: .05rem
}

.crumb_nav .home img {
    height: .15rem
}

.crumb_nav a:hover {
    color: #125bcc
}

.crumb_nav .a1 {
    font-size: 16px
}

.crumb_nav .a1+.a1::before {
    content: "-";
    display: inline-block;
    padding: 0 .02rem;
    color: #717273 !important
}

.md-common_sideNav {
    width: 2.8rem;
    float: left;
    line-height: 1.1
}

.md-common_sideNav a {
    display: inline-block;
    padding-left: .3rem;
    box-sizing: border-box
}

.md-common_sideNav .side_1 {
    background-color: #fff
}

.md-common_sideNav .side_1 .title {
    line-height: .8rem;
    font-weight: bold;
    font-size: 24px;
    padding-left: .3rem;
    box-sizing: border-box;
    color: #1e2226;
    position: relative
}

.md-common_sideNav .side_1 .title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .01rem;
    background-color: #e8e8e8
}

.md-common_sideNav .side_1 .ul1 .li1 {
    padding: .28rem 0;
    position: relative
}

.md-common_sideNav .side_1 .ul1 .li1 a:hover {
    color: #125bcc
}

.md-common_sideNav .side_1 .ul1 .li1+.li1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: .01rem;
    background-color: #e8e8e8
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 {
    position: relative
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 .jia {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: .31rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: .12rem;
    height: .12rem
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 .jia img:nth-child(2n-1) {
    display: inline-block
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 .jia img:nth-child(2n) {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 .jia.jian img:nth-child(2n-1) {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .d1 .jia.jian img:nth-child(2n) {
    display: inline-block
}

.md-common_sideNav .side_1 .ul1 .li1 .a1 {
    color: #1e2226;
    font-weight: bold;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%
}

.md-common_sideNav .side_1 .ul1 .li1 .a1.on {
    color: #125bcc
}

.md-common_sideNav .side_1 .ul1 .li1 .a1.on::before {
    content: "";
    display: block;
    width: .03rem;
    height: .14rem;
    background-color: #125bcc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.md-common_sideNav .side_1 .ul1 .li1 .a1:hover {
    color: #125bcc !important
}

.md-common_sideNav .side_1 .ul1 .li1 .a1.application {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    font-weight: normal
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 {
    position: relative
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .a2 {
    display: block;
    padding-top: .15rem;
    color: rgba(0,0,0,0.9);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .a2.on {
    color: #125bcc
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .jia2 {
    cursor: pointer;
    position: absolute;
    top: .17rem;
    right: .31rem;
    width: .12rem;
    height: .12rem;
    display: flex;
    align-items: center
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .jia2 img:nth-child(2n-1) {
    display: block
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .jia2 img:nth-child(2n) {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .jia2.jian img:nth-child(2n-1) {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .jia2.jian img:nth-child(2n) {
    display: block
}

.md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2.for {
    background-color: #f5f5f5
}

.md-common_sideNav .side_1 .ul1 .li1 .ul3 {
    padding: .1rem 0
}

.md-common_sideNav .side_1 .ul1 .li1 .ul3 .li3 .a3 {
    display: block;
    line-height: .28rem;
    color: #1e2226
}

.md-common_sideNav .side_1 .ul1 .li1 .ul3 .li3 .a3:hover {
    background-color: #e9e9e9
}

.md-common_sideNav .side_1 .ul1 .li1 .ul3 .li3 .a3.on {
    color: #125bcc
}

.md-common_sideNav .side_1 .ul1 .li1 .jia2_ {
    display: none
}

.md-common_sideNav .side_1 .ul1 .li1 .a1 {
    font-size: 20px
}

.md-common_sideNav .side_1 .ul1 .li1 .a2 {
    font-size: 18px
}

.md-common_sideNav .side_1 .ul1 .li1 .a3 {
    font-size: 15px
}

.md-common_sideNav .side_2 {
    background-color: #fff;
    margin-top: .2rem
}

.md-common_sideNav .side_2 .ul1 .li1 {
    padding: .28rem 0;
    position: relative;
    line-height: 1.1
}

.md-common_sideNav .side_2 .ul1 .li1+.li1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: .01rem;
    background-color: #e8e8e8
}

.md-common_sideNav .side_2 .ul1 .li1:first-child .ul2 {
    background-color: #fff
}

.md-common_sideNav .side_2 .ul1 .li1:first-child .ul2 .li2 .a2 {
    display: block;
    padding-top: .08rem;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-common_sideNav .side_2 .ul1 .li1:first-child .ul2 .li2 .a2.on {
    color: #125bcc
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 {
    position: relative
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 .jia {
    position: absolute;
    top: 50%;
    right: .31rem;
    cursor: pointer;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: .12rem;
    height: .12rem
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 .jia img:nth-child(2n-1) {
    display: inline-block
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 .jia img:nth-child(2n) {
    display: none
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 .jia.jian img:nth-child(2n-1) {
    display: none
}

.md-common_sideNav .side_2 .ul1 .li1 .d1 .jia.jian img:nth-child(2n) {
    display: inline-block
}

.md-common_sideNav .side_2 .ul1 .li1 .a1 {
    color: #1e2226;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%
}

.md-common_sideNav .side_2 .ul1 .li1.on .a1 {
    color: #125bcc
}

.md-common_sideNav .side_2 .ul1 .li1.on .ul2 {
    margin-top: .1rem;
    display: block
}

.md-common_sideNav .side_2 .ul1 .li1 .ul2 {
    display: none;
    background-color: #f5f5f5;
    padding: .15rem 0;
    margin-top: .1rem
}

.md-common_sideNav .side_2 .ul1 .li1 .ul2 .li2+.li2 {
    padding-top: .13rem
}

.md-common_sideNav .side_2 .ul1 .li1 .ul2 .li2 .a2 {
    display: block;
    color: rgba(0,0,0,0.9);
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    padding-bottom: .02rem
}

.md-common_sideNav .side_2 .ul1 .li1 .ul2 .li2 .a2.on {
    color: #125bcc
}

.md-common_sideNav .side_2 .ul1 .li1 a:hover {
    color: #125bcc
}

.md-common_content {
    width: 10.6rem;
    float: right
}

.md-common_content .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-common_content .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-common_content .common_line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-common_frame3 .f3_left {
    width: 10.6rem;
    float: left;
    background-color: #fff
}

.md-common_frame3 .f3_left .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-common_frame3 .f3_left .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-common_frame3 .f3_left .common_line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-common_frame3 .f3_right {
    float: right;
    background-color: #fff;
    width: 2.8rem
}

.md-common_frame3 .f3_right .top_title {
    padding: .3rem .18rem;
    border-bottom: 1px solid #e8e8e8;
    font-size: 22px
}

.md-common_frame3 .common_form .form_box {
    padding: .4rem .35rem;
    background-color: #f5f7f9
}

.md-common_frame3 .common_form .form_box .title {
    font-size: 16px;
    color: #1e2226;
    margin-bottom: .1rem
}

.md-common_frame3 .common_form .form_box .form_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.md-common_frame3 .common_form .form_box .form_2 .inp {
    width: 4.45rem;
    border: 1px solid #e8e8e8;
    margin-top: .2rem;
    position: relative
}

.md-common_frame3 .common_form .form_box .form_2 .inp::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .06rem;
    top: 0
}

.md-common_frame3 .common_form .form_box .form_2 .inp input {
    width: 100%;
    height: .46rem;
    border: none;
    padding-left: .15rem;
    color: rgba(0,0,0,0.9)
}

.md-common_frame3 .common_form .form_box .form_2 .inp select {
    width: 100%;
    height: .46rem;
    border: none;
    padding-left: .2rem;
    color: rgba(0,0,0,0.9)
}

.md-common_frame3 .common_form .form_box .form_2 .select {
    width: 100%;
    margin-top: .2rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.md-common_frame3 .common_form .form_box .form_2 .select::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .1rem;
    top: 0
}

.md-common_frame3 .common_form .form_box .form_2 .select input {
    width: 100%;
    height: .46rem;
    padding-left: .2rem;
    border: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-common_frame3 .common_form .form_box .form_2 .select .sp1 {
    position: absolute;
    right: .18rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg)
}

.md-common_frame3 .common_form .form_3 {
    margin: .4rem 0
}

.md-common_frame3 .common_form .form_3 .upload {
    min-width: 2rem;
    padding: 0 .15rem;
    height: .52rem;
    line-height: .52rem;
    border-radius: .26rem;
    text-align: center;
    border: 1px solid #e8e8e8;
    float: left;
    color: #125bcc;
    cursor: pointer
}

.md-common_frame3 .common_form .form_3 .upload:hover {
    background-color: #f5f7f9
}

.md-common_frame3 .common_form .form_3 .sub {
    width: 2rem;
    height: .52rem;
    border-radius: .26rem;
    line-height: .52rem;
    color: #fff;
    background-color: #125bcc;
    text-align: center;
    border: none;
    float: right;
    cursor: pointer
}

.md-common_frame3 .common_form .form_3 .cancel {
    width: 1.6rem;
    height: .52rem;
    border-radius: .26rem;
    line-height: .52rem;
    text-align: center;
    background-color: #f5f7f9;
    border: 1px solid #e8e8e8;
    float: right;
    margin-left: .3rem;
    cursor: pointer
}

.md-common_frame3 .common_form .form_3 .btn {
    transition: all 0.3s ease-in-out
}

.md-common_frame3 .common_form .form_3 .btn:hover {
    transform: translateY(-0.05rem);
    transition: all 0.3s ease-in-out
}

@media(max-width: 1600px) {
    .md-common_frame3 .common_form .form_box .form_2 .inp {
        width:4.6rem;
        margin-top: .1rem
    }

    .md-common_frame3 .common_form .form_box {
        padding: .25rem
    }

    .md-common_frame3 .common_form .form_box .form_2 .textarea {
        margin-top: .1rem
    }

    .md-common_frame3 .common_form .form_box .form_2 .select {
        margin-top: .1rem
    }
}

.md-gotop {
    position: absolute;
    right: .2rem;
    top: -0.9rem;
    transform: translateY(-50%);
    cursor: pointer
}

.md-editorial_policies .content_box {
    background-color: #fff;
    min-height: 8.12rem
}

.md-editorial_policies .content_box .title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-editorial_policies .content_box .title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-editorial_policies .content_box .line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-editorial_policies .content_box .text {
    padding: 0 .4rem;
    padding-top: .3rem;
    line-height: 2;
    color: rgba(0,0,0,0.9)
}

.md-authors_info .md-common_sideNav .side_1 .ul1 .li1 .ul2 {
    margin-top: .05rem
}

.md-authors_info .md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2.sel {
    background-color: #f5f5f5
}

.md-authors_info .content_box {
    background-color: #fff;
    min-height: 9rem
}

.md-authors_info .content_box .line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-authors_info .content_box .download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .4rem;
    padding-top: .5rem;
    padding-bottom: .3rem
}

.md-authors_info .content_box .download .img {
    margin-right: .54rem;
    flex-shrink: 0
}

.md-authors_info .content_box .download .center .p1 {
    color: #1e2226;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: .05rem
}

.md-authors_info .content_box .download .center .p2 {
    color: rgba(0,0,0,0.9);
    line-height: 1.5
}

.md-authors_info .content_box .download .button {
    flex-shrink: 0;
    /* width: 1.2rem; */
    padding: 0 .16rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: .23rem;
    background-color: #125bcc;
    color: #fff;
    margin-left: .8rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease-in-out
}

.md-authors_info .content_box .download .button .sp1 {
    margin-right: .05rem
}

.md-authors_info .content_box .download .button:hover {
    transition: all 0.5s ease-in-out;
    background-color: #ff1f14
}

.md-authors_info .content_box .ul1 {
    margin-top: .5rem;
    padding: 0 .4rem;
    padding-bottom: .6rem
}

.md-authors_info .content_box .ul1 .li1 {
    border-bottom: 1px solid #e8e8e8
}

.md-authors_info .content_box .ul1 .li1 .d1 {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: .6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-authors_info .content_box .ul1 .li1 .d1:hover {
    color: #125bcc
}

.md-authors_info .content_box .ul1 .li1 .d1 .symbol {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.md-authors_info .content_box .ul1 .li1 .d1 .symbol span img {
    transition: all 0.2s ease-in-out
}

.md-authors_info .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n-1) {
    display: block
}

.md-authors_info .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n) {
    display: none
}

.md-authors_info .content_box .ul1 .li1 .d2 {
    display: none;
    font-size: 18px;
    background-color: #f4f6f8;
    padding: .3rem .4rem;
    line-height: 1.75;
    color: rgba(0,0,0,0.9);
    margin-bottom: .3rem;
    border: 1px solid #e8e8e8
}

.md-authors_info .content_box .ul1 .li1.on .d1 {
    color: #125bcc
}

.md-authors_info .content_box .ul1 .li1.on .d1 .symbol span img {
    transition: all 0.2s ease-in-out
}

.md-authors_info .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n-1) {
    display: none
}

.md-authors_info .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n) {
    display: block
}

.md-authors_info .content_box .ul1 .li1.on .d2 {
    display: block
}

.md-review_info .content_box {
    background-color: #fff
}

.md-review_info .content_box .line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-review_info .content_box .ul1 {
    margin-top: .5rem;
    padding: 0 .4rem;
    padding-bottom: .6rem
}

.md-review_info .content_box .ul1 .li1 {
    border-bottom: 1px solid #e8e8e8
}

.md-review_info .content_box .ul1 .li1 .d1 {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: .6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-review_info .content_box .ul1 .li1 .d1 .symbol {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.md-review_info .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n-1) {
    display: block
}

.md-review_info .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n) {
    display: none
}

.md-review_info .content_box .ul1 .li1 .d2 {
    display: none;
    font-size: 18px;
    background-color: #f4f6f8;
    padding: .3rem .4rem;
    line-height: 1.75;
    color: rgba(0,0,0,0.9);
    margin-bottom: .3rem;
    border: 1px solid #e8e8e8
}

.md-review_info .content_box .ul1 .li1.on .d1 {
    color: #125bcc
}

.md-review_info .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n-1) {
    display: none
}

.md-review_info .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n) {
    display: block
}

.md-review_info .content_box .ul1 .li1.on .d2 {
    display: block
}

.md-language_editing .content_box .content_1 {
    background-color: #fff
}

.md-language_editing .content_box .content_1 .text {
    padding: 0 .4rem;
    padding-top: .3rem;
    padding-bottom: .6rem;
    line-height: 1.75;
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

.md-language_editing .content_box .content_1 .text .p2,.md-language_editing .content_box .content_1 .text .p3 {
    padding-top: .3rem
}

.md-language_editing .content_box .content_2 {
    margin-top: .2rem;
    background-color: #fff;
    padding-bottom: .75rem
}

.md-language_editing .content_box .content_2 .proofread {
    padding: 0 .4rem
}

.md-language_editing .content_box .content_2 .proofread .pro_item {
    line-height: .6rem;
    border-bottom: 1px solid #e8e8e8
}

.md-language_editing .content_box .content_2 .proofread .pro_item .sp1 {
    display: inline-block;
    width: .5rem
}

.md-language_editing .content_box .content_2 .proofread .pro_item .sp2 {
    display: inline-block;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-manuscript .md-common_sideNav .side_1 .ul1 .li1 .ul2 {
    margin-top: .05rem
}

.md-manuscript .md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2.sel {
    background-color: #f5f5f5
}

.md-manuscript .content_box {
    background-color: #fff;
    min-height: 7rem
}

.md-manuscript .content_box .tab {
    padding: .5rem .4rem;
    font-size: 16px
}

.md-manuscript .content_box .tab dl {
    line-height: .7rem;
    display: flex
}

.md-manuscript .content_box .tab dl:first-child {
    border-top: 1px solid #e8e8e8
}

.md-manuscript .content_box .tab dl:nth-child(2n) {
    background-color: rgba(144,161,185,0.1)
}

.md-manuscript .content_box .tab dl dd {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.md-manuscript .content_box .tab dl dd:first-child {
    width: 2.2rem;
    border-left: 1px solid #e8e8e8
}

.md-manuscript .content_box .tab dl dd:nth-child(2) {
    width: 6.6rem
}

.md-manuscript .content_box .tab dl dd:last-child {
    width: 1rem;
    text-align: center
}

.md-manuscript .content_box .tab .dl .dd:first-child {
    color: #125bcc
}

.md-manuscript .content_box .tab .dl .dd:first-child .a1 {
    display: inline-block;
    padding-left: .3rem;
    font-weight: bold
}

.md-manuscript .content_box .tab .dl .dd:nth-child(2) {
    padding-left: .35rem
}

.md-manuscript .content_box .tab .dl .dd .down {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.md-manuscript .content_box .tab .dl .dd .down img:nth-child(2n-1) {
    display: block
}

.md-manuscript .content_box .tab .dl .dd .down img:nth-child(2n) {
    display: none
}

.md-manuscript .content_box .tab .dl .dd .down:hover img:nth-child(2n-1) {
    display: none
}

.md-manuscript .content_box .tab .dl .dd .down:hover img:nth-child(2n) {
    display: block
}

.md-about_zero .content_box {
    background-color: #fff
}

.md-about_zero .content_box .box {
    padding: .4rem
}

.md-about_zero .content_box .box .text {
    padding-top: .2rem;
    color: rgba(0,0,0,0.9);
    line-height: 2
}

.md-about_journals .content_box {
    background-color: #fff;
    min-height: 7.5rem
}

.md-about_journals .content_box .periodical {
    padding: .4rem
}

.md-about_journals .content_box .periodical .line {
    width: 100%;
    height: .01rem;
    margin: .3rem 0;
    background-color: #e8e8e8
}

.md-about_journals .content_box .periodical .periodical_item {
    display: flex;
    background-color: #fff;
    min-height: 2.4rem
}

.md-about_journals .content_box .periodical .periodical_item:hover .img img {
    transform: scale(1.1,1.1);
    transition: all 0.3s ease-in-out
}

.md-about_journals .content_box .periodical .periodical_item:hover .per_right .title {
    color: #125bcc
}

.md-about_journals .content_box .periodical .periodical_item .img {
    width: 1.7rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.md-about_journals .content_box .periodical .periodical_item .img img {
    height: 2.4rem;
    transition: all 0.3s ease-in-out
}

.md-about_journals .content_box .periodical .periodical_item .img .data {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    font-family: Tw Cen MT;
    font-size: 20px;
    color: #fff;
    text-align: right
}

.md-about_journals .content_box .periodical .periodical_item .per_right {
    padding: .15rem 0 0 .2rem
}

.md-about_journals .content_box .periodical .periodical_item .per_right .title {
    color: #1e2226;
    font-size: 28px;
    font-weight: bold
}

.md-about_journals .content_box .periodical .periodical_item .per_right .text {
    margin-top: .18rem;
    margin-bottom: .26rem;
    line-height: 1.5
}

.md-about_journals .content_box .periodical .periodical_item .per_right .text,.md-about_journals .content_box .periodical .periodical_item .per_right .p3 {
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-about_journals_1 .content_box {
    background-color: #fff;
    min-height: 7.5rem
}

.md-about_journals_1 .content_box .periodical {
    padding: .4rem
}

.md-about_journals_1 .content_box .periodical .line {
    width: 100%;
    height: .01rem;
    margin: .3rem 0;
    background-color: #e8e8e8
}

.md-about_journals_1 .content_box .periodical .periodical_item {
    display: flex;
    background-color: #fff
}

.md-about_journals_1 .content_box .periodical .periodical_item:hover .img img {
    transform: scale(1.1,1.1);
    transition: all 0.3s ease-in-out
}

.md-about_journals_1 .content_box .periodical .periodical_item:hover .per_right .title {
    color: #125bcc
}

.md-about_journals_1 .content_box .periodical .periodical_item .img {
    width: 5.2rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.md-about_journals_1 .content_box .periodical .periodical_item .img img {
    width: 100%;
    transition: all 0.3s ease-in-out
}

.md-about_journals_1 .content_box .periodical .periodical_item .img .data {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    font-family: Tw Cen MT;
    font-size: 20px;
    color: #fff;
    text-align: right
}

.md-about_journals_1 .content_box .periodical .periodical_item .per_right {
    padding: .45rem 0 0 .6rem
}

.md-about_journals_1 .content_box .periodical .periodical_item .per_right .title {
    color: #1e2226;
    font-size: 28px;
    font-weight: bold
}

.md-about_journals_1 .content_box .periodical .periodical_item .per_right .text {
    margin-top: .18rem;
    margin-bottom: .26rem
}

.md-about_journals_1 .content_box .periodical .periodical_item .per_right .text,.md-about_journals_1 .content_box .periodical .periodical_item .per_right .p3 {
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-join_editorial .content_box {
    background-color: #fff;
    min-height: 8rem
}

.md-join_editorial .content_box .box {
    padding: .4rem
}

.md-join_editorial .content_box .box .text {
    color: rgba(0,0,0,0.9);
    line-height: 2
}

.md-join_editorial .content_box .box .text p+p {
    margin-top: .3rem
}

.md-join_editorial .content_box .box .button {
    display: block;
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    background-color: #125bcc;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: .5rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out
}

.md-join_editorial .content_box .box .button:hover {
    transform: translateY(-0.1rem);
    transition: all 0.5s ease-in-out
}

.md-join_reviewer .content_box {
    background-color: #fff;
    min-height: 8rem
}

.md-join_reviewer .content_box .box {
    padding: .4rem
}

.md-join_reviewer .content_box .box .text {
    color: rgba(0,0,0,0.9);
    line-height: 2
}

.md-join_reviewer .content_box .box .text p+p {
    margin-top: .3rem
}

.md-join_reviewer .content_box .box .button {
    display: block;
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    background-color: #125bcc;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: .5rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out
}

.md-join_reviewer .content_box .box .button:hover {
    transform: translateY(-0.1rem);
    transition: all 0.5s ease-in-out
}

.md-contact_us .content_box {
    background-color: #fff
}

.md-contact_us .content_box .box {
    padding: .4rem
}

.md-contact_us .content_box .box .company {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0
}

.md-contact_us .content_box .box .company .cpn_item {
    width: 33.3%;
    text-align: center;
    position: relative
}

.md-contact_us .content_box .box .company .cpn_item+.cpn_item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .01rem;
    height: 1.4rem;
    background-color: #e8e8e8
}

.md-contact_us .content_box .box .company .cpn_item .name {
    color: #1e2226;
    font-size: 20px;
    line-height: 2.5;
    font-weight: bolder
}

.md-contact_us .content_box .box .company .cpn_item .text {
    max-width: 60%;
    margin: 0 auto;
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    line-height: 1.5
}

.md-contact_us .content_box .box .journal .title {
    color: #125bcc;
    line-height: .8rem;
    font-size: 20px;
    font-weight: bolder
}

.md-contact_us .content_box .box .journal .jour {
    display: flex;
    flex-wrap: wrap
}
.md-contact_us .content_box .box .journal .jour P{width: 100%;}

.md-contact_us .content_box .box .journal .jour .j_item {
    width: 33.3%;
    margin-bottom: .5rem;
    position: relative
}

.md-contact_us .content_box .box .journal .jour .j_item .j_box {
    width: 80%
}

.md-contact_us .content_box .box .journal .jour .j_item .p1 {
    font-size: 18px;
    color: #1e2226;
    font-weight: bolder;
    line-height: 1.3;
    margin-bottom: 15px
}

.md-contact_us .content_box .box .journal .jour .j_item .p2 {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(0,0,0,0.9)
}

.md-contact_us .content_box .box .journal .jour .j_item:nth-child(3n+2) {
    display: flex;
    justify-content: center
}

.md-contact_us .content_box .box .journal .jour .j_item:nth-child(3n+2)::before {
    content: "";
    display: block;
    width: .01rem;
    height: .56rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e8e8e8
}

.md-contact_us .content_box .box .journal .jour .j_item:nth-child(3n) {
    display: flex;
    justify-content: center
}

.md-contact_us .content_box .box .journal .jour .j_item:nth-child(3n)::before {
    content: "";
    display: block;
    width: .01rem;
    height: .56rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e8e8e8
}

.md-feedback .content_box {
    background-color: #fff;
    min-height: 7.5rem
}

.md-feedback .content_box .box {
    padding: 0 .4rem
}

.md-feedback .content_box .box form {
    padding: .4rem 0
}

.md-feedback .content_box .box form .name {
    font-size: 18px;
    margin-top: .3rem;
    margin-bottom: .2rem;
    color: rgba(0,0,0,0.9);
    font-weight: bold
}

.md-feedback .content_box .box form .inp input {
    width: 100%;
    height: .5rem;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    font-size: 18px;
    padding-left: .2rem
}

.md-feedback .content_box .box form textarea {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    font-size: 18px;
    min-height: 2rem;
    width: 100%;
    padding: .2rem
}

.md-feedback .content_box .box form .sub {
    display: block;
    width: 2rem;
    height: .5rem;
    border-radius: .25rem;
    background-color: #125bcc;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-top: .4rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.md-feedback .content_box .box form .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-help_center .content_box {
    background-color: #fff;
    min-height: 9.6rem
}

.md-help_center .content_box .box {
    padding: 0 .4rem
}

.md-help_center .content_box .box .problem {
    padding: .4rem 0
}

.md-help_center .content_box .box .problem .pbl_item {
    border: 1px solid #e8e8e8;
    font-size: 18px
}

.md-help_center .content_box .box .problem .pbl_item+.pbl_item {
    margin-top: .2rem
}

.md-help_center .content_box .box .problem .pbl_item .p1 {
    color: #000;
    line-height: .6rem;
    padding-left: .3rem
}

.md-help_center .content_box .box .problem .pbl_item .p2 {
    color: rgba(0,0,0,0.9);
    line-height: .6rem;
    padding-left: .3rem;
    background-color: rgba(144,161,185,0.1)
}

.md-help_center .content_box .box .d1 {
    color: #000;
    font-size: 18px
}

.md-help_center .content_box .box .d1 a {
    color: #125bcc
}

.md-help_center .content_box .box .d1 a:hover {
    color: #ff1f14
}

.md-edit_member .f3l_content .box {
    padding: .2rem .4rem
}

.md-edit_member .f3l_content .box .text {
    color: rgba(0,0,0,0.9);
    line-height: 2;
    margin-bottom: 10px;
    font-size: 16px
}

.md-edit_member .f3l_content .box form .form_box {
    padding: .4rem;
    background-color: #f5f7f9
}

.md-edit_member .f3l_content .box form .form_box .title {
    font-size: 18px;
    color: #1e2226;
    font-weight: bolder;
    margin-bottom: .1rem
}

.md-edit_member .f3l_content .box form .form_box .form_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.md-edit_member .f3l_content .box form .form_box .form_2 .inp {
    width: 4.4rem;
    border: 1px solid #e8e8e8;
    margin-top: .2rem;
    position: relative
}

.md-edit_member .f3l_content .box form .form_box .form_2 .inp::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .1rem;
    top: 0
}

.md-edit_member .f3l_content .box form .form_box .form_2 .inp input {
    width: 100%;
    height: .46rem;
    border: none;
    padding-left: .2rem;
    color: rgba(0,0,0,0.9)
}

.md-edit_member .f3l_content .box form .form_box .form_2 .select {
    width: 100%;
    margin-top: .2rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.md-edit_member .f3l_content .box form .form_box .form_2 .select::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .1rem;
    top: 0
}

.md-edit_member .f3l_content .box form .form_box .form_2 .select input {
    width: 100%;
    height: .46rem;
    padding-left: .2rem;
    border: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-edit_member .f3l_content .box form .form_box .form_2 .select .sp1 {
    position: absolute;
    right: .18rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg)
}

.md-edit_member .f3r_content .list {
    padding: 0 .18rem
}

.md-edit_member .f3r_content .list .list_item {
    padding: .3rem 0
}

.md-edit_member .f3r_content .list .list_item .p1 {
    font-size: 20px;
    color: #1e2226;
    font-weight: bolder;
    line-height: 1.5
}

.md-edit_member .f3r_content .list .list_item .a1 {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    color: #125bcc;
    transition: all 0.3s ease-in-out
}

.md-edit_member .f3r_content .list .list_item .a1 span {
    margin-left: .05rem
}

.md-edit_member .f3r_content .list .list_item .a1:hover {
    transform: translateY(-0.05rem);
    transition: all 0.3s ease-in-out
}

.md-reviewers .f3l_content .box {
    padding: .2rem .4rem
}

.md-reviewers .f3l_content .box .text {
    color: rgba(0,0,0,0.9);
    line-height: 2;
    margin-bottom: 10px;
    font-size: 16px
}

.md-reviewers .f3l_content .box .form_box {
    padding: .4rem .35rem;
    background-color: #f5f7f9
}

.md-reviewers .f3l_content .box .form_box .title {
    font-size: 18px;
    color: #1e2226;
    margin-bottom: .1rem
}

.md-reviewers .f3l_content .box .form_box .form_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.md-reviewers .f3l_content .box .form_box .form_2 .inp {
    width: 4.45rem;
    border: 1px solid #e8e8e8;
    margin-top: .2rem;
    position: relative
}

.md-reviewers .f3l_content .box .form_box .form_2 .inp::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .06rem;
    top: 0
}

.md-reviewers .f3l_content .box .form_box .form_2 .inp input {
    width: 100%;
    height: .46rem;
    border: none;
    padding-left: .15rem;
    color: rgba(0,0,0,0.9)
}

.md-reviewers .f3l_content .box .form_box .form_2 .inp9 {
    width: 100%!important
}

.md-reviewers .f3l_content .box .form_box .form_2 .inp9 select {
    width: 100%;
    height: .46rem;
    border: none;
    padding-left: .2rem;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.md-reviewers .f3l_content .box .form_box .form_2 .select {
    width: 100%;
    margin-top: .2rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.md-reviewers .f3l_content .box .form_box .form_2 .select::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .1rem;
    top: 0
}

.md-reviewers .f3l_content .box .form_box .form_2 .select input {
    width: 100%;
    height: .46rem;
    padding-left: .2rem;
    border: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-reviewers .f3l_content .box .form_box .form_2 .select .sp1 {
    position: absolute;
    right: .18rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-reviewers .f3l_content .box .form_box .form_2 .textarea {
    position: relative;
    width: 100%;
    margin-top: .2rem;
    border: 1px solid #e8e8e8
}

.md-reviewers .f3l_content .box .form_box .form_2 .textarea::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .1rem;
    top: 0
}

.md-reviewers .f3l_content .box .form_box .form_2 .textarea textarea {
    width: 100%;
    border: none;
    min-height: .8rem;
    padding: .2rem;
    color: rgba(0,0,0,0.9)
}

.md-reviewers .f3r_content .list {
    padding: 0 .18rem
}

.md-reviewers .f3r_content .list .list_item {
    padding: .3rem 0
}

.md-reviewers .f3r_content .list .list_item .p1 {
    font-size: 20px;
    color: #1e2226;
    font-weight: bolder;
    line-height: 1.5
}

.md-reviewers .f3r_content .list .list_item .a1 {
    display: inline-block;
    margin-top: .2rem;
    color: #125bcc;
    transition: all 0.3s ease-in-out
}

.md-reviewers .f3r_content .list .list_item .a1 span {
    font-size: 12px
}

.md-reviewers .f3r_content .list .list_item .a1:hover {
    transform: translateY(-0.05rem);
    transition: all 0.3s ease-in-out
}

@media(max-width: 1600px) {
    .md-reviewers .f3l_content .box .form_box {
        padding:.25rem
    }

    .md-reviewers .f3l_content .box .form_box .form_2 .inp {
        width: 4.6rem;
        margin-top: .1rem
    }

    .md-reviewers .f3l_content .box .form_box .form_2 .textarea {
        margin-top: .1rem
    }

    .md-reviewers .f3l_content .box .form_box .form_2 .select {
        margin-top: .1rem
    }
}

.md-common_Info_sideNav {
    float: left;
    width: 2.8rem
}

.md-common_Info_sideNav .top_img {
    background-color: #fff;
    margin-bottom: .01rem;
    height: 3.84rem;
    text-align: center;
    padding: .16rem .12rem .19rem
}

.md-common_Info_sideNav .side_2 {
    padding: .15rem .29rem;
    margin-bottom: .2rem;
    background-color: #fff
}

.md-common_Info_sideNav .side_2 .si2_item {
    line-height: 1.75;
    font-size: 16px;
    word-break: break-all
}

.md-common_Info_sideNav .side_2 .si2_item .sp1 {
    font-family: Myriad Pro;
    color: 0
}

.md-common_Info_sideNav .side_2 .si2_item .sp2,.md-common_Info_sideNav .side_2 .si2_item .sp3 {
    font-family: D-DIN;
    color: rgba(0,0,0,0.9)
}

.md-common_Info_sideNav .big_btn {
    display: block;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    font-size: 20px;
    background-color: #125bcc;
    color: #fff;
    font-family: DINMittelschriftStd;
    border-radius: .05rem;
    margin-bottom: .2rem
}

.md-common_Info_sideNav .big_btn:hover {
    background-color: #ff1f14
}

.md-common_Info_sideNav .bottom_list {
    background-color: #fff
}

.md-common_Info_sideNav .bottom_list .title {
    padding-left: .2rem;
    font-size: 24px;
    font-family: DINMittelschriftStd;
    line-height: .77rem;
    border-bottom: 1px solid #e8e8e8
}

.md-common_Info_sideNav .bottom_list .list {
    padding: .24rem 0 .3rem 0
}

.md-common_Info_sideNav .bottom_list .list a {
    display: block;
    padding-left: .2rem
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 {
    position: relative
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1.on {
    background-color: #f5f5f5
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1.on .a1 {
    color: #125bcc
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .a1 {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    line-height: 1.2;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 7px
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .a1:hover {
    color: #125bcc
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia {
    position: absolute;
    right: 25px;
    margin-right: -10px;
    top: 6px;
    width: 12px;
    height: 18px;
    display: flex;
    align-items: center
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia img:nth-child(2n-1) {
    display: block
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia img:nth-child(2n) {
    display: none
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia.jian img:nth-child(2n-1) {
    display: none
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia.jian img:nth-child(2n) {
    display: block
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .ul2 {
    display: none;
    padding: .05rem 0
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .ul2 .li2 .a2 {
    line-height: .28rem;
    color: #1e2226;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: .15rem
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .ul2 .li2 .a2.on {
    color: #125bcc
}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .ul2 .li2 .a2:hover {
    background-color: #e9e9e9
}

.md-common_Info_right {
    width: 10.6rem;
    float: right
}

.md-common_Info_right .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-common_Info_right .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-common_Info_right .common_line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-Information_home .content_box .swiper .swiper-pagination-bullet {
    width: .3rem;
    height: .03rem;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0
}

.md-Information_home .content_box .swiper .swiper-pagination-bullet-active {
    opacity: 1
}

.md-Information_home .content_box .swiper .swiper_item {
    height: 2.04rem;
    overflow: hidden
}

.md-Information_home .content_box .info_r2 {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between
}

.md-Information_home .content_box .info_r2 .r2_item {
    min-height: 7.8rem;
    width: 5.2rem;
    background-color: #fff
}

.md-Information_home .content_box .info_r2 .r2_item .title {
    line-height: .77rem;
    padding-left: .4rem;
    position: relative;
    font-size: 22px;
    color: #1e2226;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bolder
}

.md-Information_home .content_box .info_r2 .r2_item .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .41rem;
    background-color: #125bcc
}

.md-Information_home .content_box .info_r2 .r2_item .info {
    padding: .3rem .4rem
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item {
    padding-bottom: .27rem;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item+.info_item {
    margin-top: .3rem
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item:hover .p1 {
    color: #125bcc
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item .p1 {
    color: #191919;
    font-family: Myriad Pro;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item .p2 {
    line-height: 1.5;
    color: rgba(0,0,0,0.9);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.md-Information_home .content_box .info_r2 .r2_item .info .info_item .p2 br{
    display: none;
}

.md-Information_home .content_box .info_r2 .r2_item .more {
    padding: 0 .4rem
}

.md-Information_home .content_box .info_r2 .r2_item .more a {
    font-size: 18px;
    display: inline-block;
    border-radius: .1rem;
    background-color: #0079d7;
    color: #fff;
    min-width: 2.2rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: .23rem;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    
}

.md-Information_home .content_box .info_r2 .r2_item .more a:hover {
    color: #fff;
    background-color: #ff1515
}

.md-Information_aims_scope .content_box {
    background-color: #fff;
    min-height: 10rem
}

.md-Information_aims_scope .content_box .box {
    padding: .4rem
}

.md-Information_aims_scope .content_box .box .b_item {
    margin-bottom: .3rem;
    line-height: .3rem
}

.md-Information_aims_scope .content_box .box .b_item .p1 {
    color: #333;
    font-family: D-DIN-Bold;
    font-size: 20px
}

.md-Information_aims_scope .content_box .box .b_item .p2 {
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

.md-Information_feedback .content_box {
    background-color: #fff;
    min-height: 10rem
}

.md-Information_feedback .content_box .box {
    padding: 0 .4rem
}

.md-Information_feedback .content_box .box form {
    padding: .4rem 0
}

.md-Information_feedback .content_box .box form .name {
    font-size: 18px;
    margin-top: .3rem;
    margin-bottom: .2rem;
    color: rgba(0,0,0,0.9);
    font-weight: bold
}

.md-Information_feedback .content_box .box form .inp input {
    width: 100%;
    height: .5rem;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    font-size: 18px;
    padding-left: .2rem
}

.md-Information_feedback .content_box .box form textarea {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    font-size: 18px;
    min-height: 2rem;
    width: 100%;
    padding: .2rem
}

.md-Information_feedback .content_box .box form .sub {
    display: block;
    width: 2rem;
    height: .5rem;
    border-radius: .25rem;
    background-color: #125bcc;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-top: .4rem
}

.md-Information_search_builder .content_box {
    background-color: #fff;
    min-height: 6.55rem
}

.md-Information_search_builder .content_box .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-Information_search_builder .content_box .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-Information_search_builder .content_box .line {
    width: 12.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-Information_search_builder .content_box .form {
    padding: .5rem .4rem .8rem
}

.md-Information_search_builder .content_box .form .title {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    margin-bottom: .17rem
}

.md-Information_search_builder .content_box .form .top {
    display: flex;
    justify-content: space-between
}

.md-Information_search_builder .content_box .form .top .sel_1 {
    width: 3rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.md-Information_search_builder .content_box .form .top .sel_1 .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-Information_search_builder .content_box .form .top .sel_1 select {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: none;
    padding: 0 .2rem;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px
}

.md-Information_search_builder .content_box .form .top .inp {
    width: 7.4rem;
    border: 1px solid #e8e8e8
}

.md-Information_search_builder .content_box .form .top .inp input {
    width: 100%;
    height: .5rem;
    padding: 0 .2rem;
    background-color: #f7f7f7;
    border: none
}

.md-Information_search_builder .content_box .form .top .sel_2 {
    width: 2rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.md-Information_search_builder .content_box .form .top .sel_2 .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.md-Information_search_builder .content_box .form .top .sel_2 .text {
    line-height: .5rem;
    height: .5rem;
    background-color: #125bcc;
    color: #fff
}

.md-Information_search_builder .content_box .form .top .sel_2 .text .se {
    padding-left: .15rem;
    padding-right: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: .24rem;
    color: #fff;
    display: none
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box.show {
    display: block
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box .hd {
    padding: .1rem 0;
    background-color: #125bcc
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box .hd ul li {
    padding: 0 .1rem
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box .hd ul li:hover {
    background-color: rgba(18,91,204,0.8)
}

.md-Information_search_builder .content_box .form .top .sel_2 .hover_box .hd span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.md-Information_search_builder .content_box .form .top .sel_2 select {
    width: 100%;
    height: .5rem;
    background-color: #125bcc;
    border: none;
    padding: 0 .2rem;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    color: #fff
}

.md-Information_search_builder .content_box .form .bot {
    margin-top: .4rem
}

.md-Information_search_builder .content_box .form .bot .textarea textarea {
    width: 100%;
    min-height: 2rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    padding: .2rem
}

.md-Information_search_builder .content_box .form .button {
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    background-color: #125bcc;
    text-align: center;
    font-family: DINMittelschriftStd;
    border-radius: .25rem;
    margin: 0 auto;
    margin-top: .4rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-Information_search_builder .content_box .form .button:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-0.08rem)
}

.md-Information_for_authors .md-common_Info_sideNav .bottom_list .list .ul1 .li1.on {
    background-color: #f5f5f5;
    padding: .1rem 0
}

.md-Information_for_authors .md-common_Info_sideNav .bottom_list .list .ul1 .li1.on .a1 {
    line-height: 1
}

.md-Information_for_authors .md-common_sideNav .side_1 .ul1 .li1 .ul2 {
    margin-top: .05rem
}

.md-Information_for_authors .md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2.sel {
    background-color: #f5f5f5
}

.md-Information_for_authors .content_box {
    background-color: #fff;
    min-height: 7.26rem
}

.md-Information_for_authors .content_box .tab {
    padding: .5rem .4rem;
    font-size: 16px
}

.md-Information_for_authors .content_box .tab dl {
    line-height: 1;
    display: flex
}

.md-Information_for_authors .content_box .tab dl:first-child {
    border-top: 1px solid #e8e8e8
}

.md-Information_for_authors .content_box .tab dl:nth-child(2n) {
    background-color: rgba(144,161,185,0.1)
}

.md-Information_for_authors .content_box .tab dl dd {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: .2rem 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center
}

.md-Information_for_authors .content_box .tab dl dd:first-child {
    width: 2.2rem;
    border-left: 1px solid #e8e8e8
}

.md-Information_for_authors .content_box .tab dl dd:nth-child(2) {
    width: 6.6rem;
    line-height: 1.2;
    height: auto
}

.md-Information_for_authors .content_box .tab dl dd:last-child {
    width: 1rem;
    text-align: center
}

.md-Information_for_authors .content_box .tab .dl .dd:first-child {
    color: #125bcc;
    justify-content: flex-start
}

.md-Information_for_authors .content_box .tab .dl .dd:first-child .a1 {
    padding-left: .3rem;
    display: inline-block;
    vertical-align: middle
}

.md-Information_for_authors .content_box .tab .dl .dd:first-child .a1:hover {
    color: #ff1515
}

.md-Information_for_authors .content_box .tab .dl .dd:nth-child(2) {
    padding-left: .35rem;
    justify-content: flex-start
}

.md-Information_for_authors .content_box .tab .dl .dd .down {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.md-Information_for_authors .content_box .tab .dl .dd .down img:nth-child(2n-1) {
    display: block
}

.md-Information_for_authors .content_box .tab .dl .dd .down img:nth-child(2n) {
    display: none
}

.md-Information_for_authors .content_box .tab .dl .dd .down:hover img:nth-child(2n-1) {
    display: none
}

.md-Information_for_authors .content_box .tab .dl .dd .down:hover img:nth-child(2n) {
    display: block
}

.md-Information_for_reviewers .content_box {
    background-color: #fff;
    min-height: 8.2rem
}

.md-Information_for_reviewers .content_box .ul1 {
    margin-top: .5rem;
    padding: 0 .4rem;
    padding-bottom: .6rem
}

.md-Information_for_reviewers .content_box .ul1 .li1 {
    border-bottom: 1px solid #e8e8e8
}

.md-Information_for_reviewers .content_box .ul1 .li1 .d1 {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: .6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer
}

.md-Information_for_reviewers .content_box .ul1 .li1 .d1 .symbol {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.md-Information_for_reviewers .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n-1) {
    display: block
}

.md-Information_for_reviewers .content_box .ul1 .li1 .d1 .symbol span img:nth-child(2n) {
    display: none
}

.md-Information_for_reviewers .content_box .ul1 .li1 .d2 {
    display: none;
    font-size: 18px;
    background-color: #f4f6f8;
    padding: .3rem .4rem;
    line-height: 1.75;
    color: rgba(0,0,0,0.9);
    margin-bottom: .3rem;
    border: 1px solid #e8e8e8
}

.md-Information_for_reviewers .content_box .ul1 .li1.on .d1 {
    color: #125bcc
}

.md-Information_for_reviewers .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n-1) {
    display: none
}

.md-Information_for_reviewers .content_box .ul1 .li1.on .d1 .symbol span img:nth-child(2n) {
    display: block
}

.md-Information_for_reviewers .content_box .ul1 .li1.on .d2 {
    display: block
}

.md-Information_speed_fee .content_box {
    background-color: #fff;
    min-height: 7.38rem
}

.md-Information_speed_fee .content_box .text {
    padding: 0 .4rem;
    padding-top: .3rem;
    line-height: 2;
    color: rgba(0,0,0,0.9)
}

.md-Information_join_members .md-common_Info_sideNav .bottom_list .list .ul1 .li1.on {
    background-color: #f5f5f5;
    padding: .1rem 0
}

.md-Information_join_members .md-common_Info_sideNav .bottom_list .list .ul1 .li1.on .a1 {
    line-height: 1
}

.md-Information_join_members .content_box {
    background-color: #fff;
    min-height: 6.91rem
}

.md-Information_join_members .content_box .box {
    padding: .4rem
}

.md-Information_join_members .content_box .box .text {
    color: rgba(0,0,0,0.9);
    line-height: 2
}

.md-Information_join_members .content_box .box .text .a1 {
    color: #125bcc
}

.md-Information_join_members .content_box .box .button {
    display: block;
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    background-color: #125bcc;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: .5rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out
}

.md-Information_join_members .content_box .box .button:hover {
    transform: translateY(-0.1rem);
    transition: all 0.5s ease-in-out
}

.md-Information_issues .content_box {
    min-height: 7.95rem;
    background-color: #fff
}

.md-Information_issues .content_box .box {
    padding: 0 .4rem
}

.md-Information_issues .content_box .box .b_item {
    padding: .3rem 0;
    border-bottom: .02rem dashed #ddd
}

.md-Information_issues .content_box .box .b_item:first-child .volume .vol_item:first-child .a1 {
    color: #ff1f14
}

.md-Information_issues .content_box .box .b_item .year {
    color: #125bcc;
    font-size: 20px
}

.md-Information_issues .content_box .box .b_item .volume .vol_item {
    width: 16.6%;
    float: left;
    margin-top: .2rem;
    line-height: 1.5
}

.md-Information_issues .content_box .box .b_item .volume .vol_item .data {
    color: rgba(0,0,0,0.9);
    font-size: 14px;
    font-family: D-DIN-Bold
}

.md-Information_issues .content_box .box .b_item .volume .vol_item .a1 {
    color: #125bcc;
    font-size: 18px
}

.md-Information_issues .content_box .box .b_item .volume .vol_item .a1:hover {
    color: #ff1f14
}

.md-Information_issues_1 .content_box {
    background-color: #fff
}

.md-Information_issues_1 .content_box .box {
    padding: 0 .4rem
}

.md-Information_issues_1 .content_box .box .b_item {
    padding: .4rem 0;
    border-bottom: .02rem dashed #ddd
}

.md-Information_issues_1 .content_box .box .b_item .name {
    font-size: 19px;
    font-weight: bold;
    color: #191919
}

.md-Information_issues_1 .content_box .box .b_item .text {
    padding-top: .2rem;
    padding-bottom: .25rem;
    color: rgba(0,0,0,0.9);
    line-height: 1.5
}

.md-Information_issues_1 .content_box .box .b_item .text .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.md-Information_issues_1 .content_box .box .b_item .text .p3 {
    margin-top: .1rem
}

.md-Information_issues_1 .content_box .box .b_item .text .p3,.md-Information_issues_1 .content_box .box .b_item .text .p4 {
    font-size: 14px
}

.md-Information_issues_1 .content_box .box .b_item .a1 {
    display: inline-block;
    height: .2rem;
    border-bottom: 1px solid #125bcc;
    color: #125bcc;
    font-size: 18px
}

.md-Information_issues_1 .content_box .box .b_item .a1 .img {
    display: inline-block
}

.md-Information_issues_1 .content_box .box .b_item .a1 .img img:nth-child(2n-1) {
    display: block
}

.md-Information_issues_1 .content_box .box .b_item .a1 .img img:nth-child(2n) {
    display: none
}

.md-Information_issues_1 .content_box .box .b_item .a1:hover {
    color: #ff1f14;
    border-bottom: 1px solid #ff1f14
}

.md-Information_issues_1 .content_box .box .b_item .a1:hover .img img:nth-child(2n-1) {
    display: none
}

.md-Information_issues_1 .content_box .box .b_item .a1:hover .img img:nth-child(2n) {
    display: block
}

.md-Information_issues_2 .detail .detail_left {
    float: left;
    width: 10.6rem;
    background-color: #fff;
    min-height: 11.6rem;
    padding: 0 .4rem
}

.md-Information_issues_2 .detail .detail_left .dl_item {
    padding: .4rem 0;
    border-bottom: 1px solid #e8e8e8
}

.md-Information_issues_2 .detail .detail_left .dl_item .title {
    font-size: 20px;
    color: #191919;
    margin-bottom: .25rem;
    line-height: 1.2;
    font-weight: bold
}

.md-Information_issues_2 .detail .detail_left .dl_item .text {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    line-height: 1.5
}

.md-Information_issues_2 .detail .detail_left .dl_item span {
    font-family: Myriad Pro;
    color: rgba(0,0,0,0.9)
}

.md-Information_issues_2 .detail .detail_left .dl_item .p2 {
    margin-top: .2rem;
    font-size: 20px;
    color: #191919;
    line-height: 1.5
}

.md-Information_issues_2 .detail .detail_left .d1 .title {
    font-family: D-DIN-Bold;
    font-size: 24px;
    color: #191919
}

.md-Information_issues_2 .detail .detail_left .d1 .d1_text {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    line-height: 1.5
}

.md-Information_issues_2 .detail .detail_left .more {
    margin: .3rem auto;
    display: block;
    font-size: 18px;
    padding: .1rem;
    width: 1.2rem;
    text-align: center;
    border-radius: .2rem;
    background-color: #125bcc;
    color: #fff
}

.md-Information_issues_2 .detail .detail_left .more:hover {
    background-color: #ff1f14
}

.md-Information_issues_2 .detail .detail_left p span {
    font-weight: bold
}

.md-Information_issues_2 .detail .detail_right {
    float: right;
    width: 2.8rem
}

.md-Information_issues_2 .detail .detail_right .dr_1 {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 .3rem
}

.md-Information_issues_2 .detail .detail_right .dr_1 .top {
    padding: .4rem 0;
    border-bottom: 1px solid #e8e8e8
}

.md-Information_issues_2 .detail .detail_right .dr_1 .top .a1 {
    display: flex;
    padding-left: .47rem;
    width: 2.2rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: .23rem;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.md-Information_issues_2 .detail .detail_right .dr_1 .top .a1:hover {
    background-color: #ff1f14
}

.md-Information_issues_2 .detail .detail_right .dr_1 .top .a1 .sp2 {
    flex: 1;
    text-align: center
}

.md-Information_issues_2 .detail .detail_right .dr_1 .top .a1+.a1 {
    margin-top: .2rem
}

.md-Information_issues_2 .detail .detail_right .dr_1 .bot {
    padding: .4rem 0;
    display: flex;
    justify-content: space-between
}

.md-Information_issues_2 .detail .detail_right .dr_1 .bot .bot_item {
    line-height: 1.5
}

.md-Information_issues_2 .detail .detail_right .dr_1 .bot .bot_item .p1 {
    color: #191919;
    font-size: 20px
}

.md-Information_issues_2 .detail .detail_right .dr_1 .bot .bot_item .p2 {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    text-align: center
}

.md-Information_issues_2 .detail .detail_right .dr_2 {
    width: 100%;
    min-height: 8.67rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: .3rem;
    box-sizing: border-box;
    padding: 0 .3rem;
    padding-bottom: .1rem
}

.md-Information_issues_2 .detail .detail_right .dr_2 .top {
    padding: .2rem 0;
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8
}

.md-Information_issues_2 .detail .detail_right .dr_2 .bot {
    padding: .1rem 0;
    border-bottom: 1px solid #e8e8e8
}

.md-Information_issues_2 .detail .detail_right .dr_2 .bot .bot_item {
    line-height: 1.5;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: .1rem
}

.md-Information_issues_2 .detail .detail_right .dr_2 .bot .bot_item:hover {
    color: #125bcc
}

.md-Information_issues_2 .detail .detail_right .dr_2 .bot .bot_item:not(:first-child) {
    border-top: 1px solid #e8e8e8
}

.md-Information_issues_2 .detail .detail_right .dr_2 .bot .bot_item:not(:last-child) {
    margin-bottom: .1rem
}

.md-Information_issues_2 .detail .detail_right .dr_2 .more {
    display: block;
    font-size: 18px;
    text-align: center;
    background-color: #125bcc;
    color: #fff;
    height: .46rem;
    line-height: .46rem;
    border-radius: .23rem;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px;
    margin-top: .35rem
}

.md-Information_issues_2 .detail .detail_right .dr_2 .more:hover {
    color: #fff;
    background-color: #ff1515
}

.md-Information_pagination {
    text-align: center;
    margin: .6rem 0
}

.md-Information_pagination .a1 {
    font-size: 18px;
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 .05rem;
    color: #555
}

.md-Information_pagination .a1.icon {
    color: rgba(0,0,0,0.9);
    height: auto;
    line-height: 0;
    text-align: center
}

.md-Information_pagination .a1.icon img:nth-child(2n-1) {
    display: inline-block
}

.md-Information_pagination .a1.icon img:nth-child(2n) {
    display: none
}

.md-Information_pagination .a1.icon:hover img:nth-child(2n-1) {
    display: none
}

.md-Information_pagination .a1.icon:hover img:nth-child(2n) {
    display: inline-block
}

.md-Information_pagination .a1.on {
    color: #125bcc;
    background-image: url(../image/information_issues_hover.png);
    background-repeat: no-repeat;
    background-position: center center
}

.md-Information_pagination .a1:hover {
    color: #125bcc
}

.md-Information_edit_board .content_box {
    background-color: #fff
}

.md-Information_edit_board .content_box .box {
    padding: 0 .4rem
}

.md-Information_edit_board .content_box .box .type .title {
    font-family: D-DIN-Bold;
    font-size: 20px;
    color: #125bcc;
    position: relative;
    margin: .4rem 0 .3rem;
    padding-left: .12rem
}

.md-Information_edit_board .content_box .box .type .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .14rem;
    background-color: #125bcc
}

.md-Information_edit_board .content_box .box .type .man {
    display: flex;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e8e8e8
}

.md-Information_edit_board .content_box .box .type .man+.man {
    margin-top: .2rem
}

.md-Information_edit_board .content_box .box .type .man .img {
    flex-shrink: 0
}

.md-Information_edit_board .content_box .box .type .man .img img {
    width: 1.6rem;
    height: 1.8rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.md-Information_edit_board .content_box .box .type .man .man_r {
    margin-left: .5rem
}

.md-Information_edit_board .content_box .box .type .man .man_r .d1 {
    line-height: 2
}

.md-Information_edit_board .content_box .box .type .man .man_r .d1 .name {
    font-family: D-DIN-Bold;
    font-size: 18px;
    color: #191919
}

.md-Information_edit_board .content_box .box .type .man .man_r .d1 .a1 {
    display: inline-block;
    margin-left: .5rem;
    color: #125bcc
}

.md-Information_edit_board .content_box .box .type .man .man_r .d2 {
    color: rgba(0,0,0,0.9);
    line-height: .24rem
}

.md-Information_edit_board .content_box .box .type .man .man_r .d2 .sp1 {
    color: #191919
}

.md-Information_edit_board .content_box .box .type .man .man_r .d2 .sp2 {
    color: rgba(0,0,0,0.9)
}

.md-Information_edit_board .content_box .box .type .man .man_r .d3 {
    margin: .2rem 0 .1rem;
    line-height: .24rem
}

.md-Information_edit_board .content_box .box .type .man .man_r .d3 .sp1 {
    color: #191919
}

.md-Information_edit_board .content_box .box .type .man .man_r .d3 .sp2 {
    color: rgba(0,0,0,0.9)
}

.md-Information_edit_board .content_box .box .type .man .man_r .d4 {
    line-height: .24rem;
    color: #125bcc
}

.md-Information_edit_board .content_box .box .type .man a:hover {
    color: #ff1f14 !important
}

.md-common_pay {
    min-height: 8rem;
    background-color: #fff
}

.md-common_pay .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-common_pay .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-common_pay .common_line {
    width: 12.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-online_payment .content_box .logo {
    margin: 1.1rem auto .6rem;
    text-align: center
}

.md-online_payment .content_box .form {
    padding: 0 3.8rem
}

.md-online_payment .content_box .form .form_item {
    margin-bottom: .2rem;
    font-size: 18px
}

.md-online_payment .content_box .form .form_item .left {
    float: left;
    color: rgba(0,0,0,0.9);
    width: 1rem;
    text-align: right;
    padding-right: .2rem;
    line-height: .5rem
}

.md-online_payment .content_box .form .form_item .right {
    float: right;
    width: 5rem
}

.md-online_payment .content_box .form .form_item .right input {
    height: .5rem;
    border: none
}

.md-online_payment .content_box .form .f1 .right {
    display: flex;
    justify-content: space-between
}

.md-online_payment .content_box .form .f1 .right .inp {
    width: 1.18rem;
    border-radius: .04rem;
    overflow: hidden
}

.md-online_payment .content_box .form .f1 .right .inp input {
    background-color: #f7f7f7;
    padding-left: .1rem
}

.md-online_payment .content_box .form .f2 .right input {
    background-color: #f7f7f7;
    padding-left: .1rem;
    width: 100%
}

.md-online_payment .content_box .form .f3 .right {
    display: flex;
    justify-content: space-between
}

.md-online_payment .content_box .form .f3 .right .inp {
    width: 3rem;
    border-radius: .04rem;
    overflow: hidden
}

.md-online_payment .content_box .form .f3 .right .inp input {
    width: 100%;
    background-color: #f7f7f7;
    padding-left: .1rem
}

.md-online_payment .content_box .form .f4 .right input {
    width: 5rem;
    text-align: center;
    color: #fff;
    background-color: #125bcc;
    font-size: 18px;
    border-radius: .25rem;
    cursor: pointer
}

.md-online_payment .content_box .form .f4 .right input:hover {
    opacity: 0.9
}

.md-online_payment .content_box .form .f5 .right input {
    width: 5rem;
    text-align: center;
    color: rgba(0,0,0,0.9);
    background-color: #f7f7f7;
    font-size: 18px;
    border-radius: .25rem;
    border: 1px solid #e8e8e8;
    cursor: pointer
}

.md-online_payment .content_box .form .f5 .right input:hover {
    opacity: 0.8
}

.md-voucher_payment .content_box form {
    margin-top: 1.7rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.md-voucher_payment .content_box form .layui-upload-drag {
    min-width: 2.2rem;
    min-height: 2rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    text-align: center
}

.md-voucher_payment .content_box form .layui-upload-drag:hover {
    border: .02rem dashed #e8e8e8
}

.md-voucher_payment .content_box form .layui-upload-drag:hover .show {
    transform: translate(-50%,-60%);
    transition: all 0.3s ease-in-out
}

.md-voucher_payment .content_box form .layui-upload-drag .show {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    transition: all 0.3s ease-in-out
}

.md-voucher_payment .content_box form .layui-upload-drag #uploadDemoView {
    z-index: 1;
    position: relative
}

.md-voucher_payment .content_box form .layui-upload-drag .i1 {
    font-size: .6rem;
    display: inline-block;
    margin: 0 auto
}

.md-voucher_payment .content_box form .bot {
    margin-top: .6rem
}

.md-voucher_payment .content_box form .bot .btn {
    width: 2.2rem;
    height: .5rem;
    border-radius: .25rem;
    text-align: center;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-voucher_payment .content_box form .bot .btn:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-voucher_payment .content_box form .bot .btn+.btn {
    margin-left: .2rem
}

.md-voucher_payment .content_box form .bot .sub {
    background-color: #125bcc;
    color: #fff
}

.md-voucher_payment .content_box form .bot .can {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    color: rgba(0,0,0,0.9)
}

.md-common_person_sideNav {
    float: left;
    width: 2.8rem;
    background-color: #fff
}

.md-common_person_sideNav .title {
    padding-left: .2rem;
    font-size: 24px;
    padding-top: .2rem;
    padding-bottom: .2rem;
    line-height: .37rem;
    border-bottom: 1px solid #e8e8e8;
    font-family: DINMittelschriftStd;
    color: #1e2226
}

.md-common_person_sideNav .list {
    padding: .3rem 0
}

.md-common_person_sideNav .list a {
    display: block;
    padding-left: .2rem
}

.md-common_person_sideNav .list .ul1 .li1 .a1 {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    line-height: 2
}

.md-common_person_sideNav .list .ul1 .li1 .a1.on {
    color: #125bcc
}

.md-common_person_sideNav .list .ul1 .li1 .a1:hover {
    color: #125bcc
}

.md-common_person_sideNav .list .ul1 .li1 .ul2 .li2 .a2 {
    padding-left: .5rem;
    line-height: 2;
    color: #1e2226;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 100%
}

.md-common_person_right {
    width: 10.6rem;
    float: right
}

.md-common_person_right .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.md-common_person_right .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #125bcc
}

.md-common_person_right .top_title .button {
    min-width: .7rem;
    padding: 0 .1rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: .15rem;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.md-common_person_right .top_title .button.sure {
    background-color: #125bcc;
    color: #fff
}

.md-common_person_right .top_title .button.sure:hover {
    background-color: #0d4caa
}

.md-common_person_right .top_title .button.mod {
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8;
    color: rgba(0,0,0,0.9)
}

.md-common_person_right .top_title .button.mod:hover {
    background-color: #ddd
}

.md-common_person_right .common_line {
    width: 9.8rem;
    height: .01rem;
    background-color: #e8e8e8;
    margin: 0 auto
}

.md-common_person_right .common_step {
    width: 9.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8
}

.md-common_person_right .common_step .step_item {
    margin: .3rem 0;
    display: flex;
    align-items: center
}

.md-common_person_right .common_step .step_item:last-child .sp2 {
    display: none
}

.md-common_person_right .common_step .step_item .d1 {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    background-color: #f6f6f7;
    color: #555
}

.md-common_person_right .common_step .step_item .d2 {
    margin-left: .08rem;
    display: flex;
    align-items: center;
    font-size: 16px
}

.md-common_person_right .common_step .step_item .d2 .sp1 {
    color: rgba(0,0,0,0.9);
    font-weight: bold
}

.md-common_person_right .common_step .step_item .d2 .sp2 {
    margin-left: .1rem;
    color: #555
}

.md-common_person_right .common_step .step_item.on .d1 {
    color: #fff;
    background-color: #125bcc
}

.md-common_person_right .common_step .step_item.on .d2 .sp1,.md-common_person_right .common_step .step_item.on .d2 .sp2 {
    color: #125bcc
}

.md-common_person_right .common_bot_button {
    display: flex;
    justify-content: center
}

.md-common_person_right .common_bot_button .btn {
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out
}

.md-common_person_right .common_bot_button .btn:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-common_person_right .common_bot_button .btn+.btn {
    margin-left: .2rem
}

.md-common_person_right .common_bot_button .btn.agr {
    background-color: #125bcc;
    color: #fff
}

.md-common_person_right .common_bot_button .btn.can {
    background-color: #f5f7f9;
    border-radius: .25rem;
    border: solid .01rem #e8e8e8;
    color: rgba(0,0,0,0.9)
}

.md-common_person_right .common_search_form {
    padding: .4rem;
    font-size: 16px
}

.md-common_person_right .common_search_form span {
    color: #1e2226
}

.md-common_person_right .common_search_form .name_1 {
    display: inline-block;
    width: 1.36rem
}

.md-common_person_right .common_search_form .sf_1 .inp {
    width: 2.4rem;
    display: inline-block
}

.md-common_person_right .common_search_form .sf_1 .inp input {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: solid .01rem #eeeeee;
    padding-left: .2rem
}

.md-common_person_right .common_search_form .sf_1 .select {
    display: inline-block;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 1.13rem
}

.md-common_person_right .common_search_form .sf_1 .select .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-common_person_right .common_search_form .sf_1 .select select {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: none;
    padding: 0 .2rem;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-common_person_right .common_search_form .sf_1 .name_2 {
    display: inline-block;
    min-width: 1rem;
    text-align: center
}

.md-common_person_right .common_search_form .sf_1 .sel_2 {
    width: 3.51rem
}

.md-common_person_right .common_search_form .sf_2 {
    margin-top: .4rem
}

.md-common_person_right .common_search_form .sf_2 .time {
    display: inline-block
}

.md-common_person_right .common_search_form .sf_2 .time .mid {
    display: inline-block;
    width: .3rem;
    text-align: center;
    font-size: .3rem;
    color: #dcdcdc
}

.md-common_person_right .common_search_form .sf_2 .time .time_1 {
    display: inline-block;
    width: 3.85rem
}

.md-common_person_right .common_search_form .sf_2 .time .time_1 input {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: solid .01rem #eeeeee;
    padding-left: .2rem;
    color: #999
}

.md-common_person_right .common_search_form .bot_button {
    margin-top: .4rem
}

.md-common_person_right .common_search_form .bot_button .btn {
    cursor: pointer
}

.md-common_person_right .common_search_form .bot_button .agr {
    border-color: transparent
}

.md-person_author .person_edit {
    min-height: 6.8rem;
    background-color: #fff
}

.md-person_author .person_edit .top_title .sure {
    display: none
}

.md-person_author .person_edit .form {
    padding: .4rem
}

.md-person_author .person_edit .form .f_item {
    padding: .12rem 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: .5rem;
    font-size: 18px;
    color: #125bcc
}

.md-person_author .person_edit .form .f_item:last-child {
    border: none
}

.md-person_author .person_edit .form .f_item input {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: solid .01rem #e8e8e8;
    padding: 0 .2rem
}

.md-person_author .person_edit .form .f_item .f_l {
    display: inline-block;
    color: #1e2226
}

.md-person_author .person_edit .form .f_item .f_l.w1 {
    min-width: 1.25rem
}

.md-person_author .person_edit .form .f_item .f_l.w2 {
    min-width: 1.65rem
}

.md-person_author .person_edit .form .f_item .f_l.pr20 {
    padding-right: .2rem
}

.md-person_author .person_edit .form .f_item .f_r {
    color: rgba(0,0,0,0.9);
    display: inline-block
}

.md-person_author .person_edit .form .f_item .f_r .sp_text {
    display: inline-block;
    padding-left: .2rem
}

.md-person_author .person_edit .form .f_item .f_r .inp {
    display: none
}

.md-person_author .person_edit .form .f_item .f_r .select {
    display: none
}

.md-person_author .person_edit .form .f_item .f_r .interst input {
    cursor: pointer
}

.md-person_author .person_edit .form .f_item .inp {
    display: inline-block;
    width: 5rem
}

.md-person_author .person_edit .form .f_item .select {
    width: 5rem;
    display: inline-block;
    border: 1px solid #e8e8e8;
    position: relative
}

.md-person_author .person_edit .form .f_item .select .sel {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-person_author .person_edit .form .f_item .select select {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    color: #191919;
    border: none;
    padding: 0 .2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-person_author .person_edit.edit .top_title .mod {
    display: none
}

.md-person_author .person_edit.edit .top_title .sure {
    display: block
}

.md-person_author .person_edit.edit .form .f_item .f_r .sp_text {
    display: none
}

.md-person_author .person_edit.edit .form .f_item .f_r .inp {
    display: inline-block
}

.md-person_author .person_edit.edit .form .f_item .f_r .select {
    display: inline-block
}

.md-person_reviewer .person_edit {
    min-height: 13.3rem;
    background-color: #fff
}

.md-person_reviewer .person_edit .top_title .sure {
    display: none
}

.md-person_reviewer .person_edit .form {
    padding: .4rem
}

.md-person_reviewer .person_edit .form .f_item {
    padding: .12rem 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: .5rem;
    font-size: 18px;
    color: #125bcc
}

.md-person_reviewer .person_edit .form .f_item:last-child {
    border: none
}

.md-person_reviewer .person_edit .form .f_item input {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: solid .01rem #e8e8e8;
    padding: 0 .2rem
}

.md-person_reviewer .person_edit .form .f_item .f_l {
    display: inline-block;
    color: #1e2226;
    font-weight: bold;
    flex-shrink: 0
}

.md-person_reviewer .person_edit .form .f_item .f_l.w1 {
    min-width: 1.25rem;
    width: 2.6rem
}

.md-person_reviewer .person_edit .form .f_item .f_l.w2 {
    min-width: 1.65rem;
    width: 26em
}

.md-person_reviewer .person_edit .form .f_item .f_r {
    color: rgba(0,0,0,0.9);
    display: inline-block
}

.md-person_reviewer .person_edit .form .f_item .f_r .sp_text {
    display: inline-block;
    padding-left: .2rem
}

.md-person_reviewer .person_edit .form .f_item .f_r .inp {
    display: none
}

.md-person_reviewer .person_edit .form .f_item .f_r .select {
    display: none
}

.md-person_reviewer .person_edit .form .f_item .f_r .interst input {
    cursor: pointer
}

.md-person_reviewer .person_edit .form .f_item .inp {
    display: inline-block;
    width: 5rem
}

.md-person_reviewer .person_edit .form .f_item .select {
    width: 5rem;
    display: inline-block;
    border: 1px solid #e8e8e8;
    position: relative
}

.md-person_reviewer .person_edit .form .f_item .select .sel {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-person_reviewer .person_edit .form .f_item .select select {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    color: #191919;
    border: none;
    padding: 0 .2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-person_reviewer .person_edit .form .f_item .ta textarea {
    width: 100%;
    min-height: 1.6rem;
    background-color: #f7f7f7;
    border: solid .01rem #e8e8e8;
    padding: .2rem
}

.md-person_reviewer .person_edit .form .f_item.conf {
    display: none
}

.md-person_reviewer .person_edit .form .f_item .pass {
    position: relative
}

.md-person_reviewer .person_edit .form .f_item .pass .eye {
    position: absolute;
    right: .15rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.md-person_reviewer .person_edit .form .f_item .pass .eye img:nth-child(2n-1) {
    display: block
}

.md-person_reviewer .person_edit .form .f_item .pass .eye img:nth-child(2n) {
    display: none
}

.md-person_reviewer .person_edit .form .f_item .pass input {
    padding-right: .4rem
}

.md-person_reviewer .person_edit .form .f_item .pass.show .eye img:nth-child(2n-1) {
    display: none
}

.md-person_reviewer .person_edit .form .f_item .pass.show .eye img:nth-child(2n) {
    display: block
}

.md-person_reviewer .person_edit.edit .top_title .mod {
    display: none
}

.md-person_reviewer .person_edit.edit .top_title .sure {
    display: block
}

.md-person_reviewer .person_edit.edit .form .f_item .f_r .sp_text {
    display: none
}

.md-person_reviewer .person_edit.edit .form .f_item .f_r .inp {
    display: inline-block
}

.md-person_reviewer .person_edit.edit .form .f_item .f_r .select {
    display: inline-block
}

.md-person_reviewer .person_edit.edit .form .f_item.conf {
    display: block
}

.md-person_manuscript_1 .content_box {
    background-color: #fff
}

.md-person_manuscript_1 .content_box .box {
    padding: .6rem .4rem
}

.md-person_manuscript_1 .content_box .box .p1 {
    color: #1e2226;
    font-size: 20px;
    line-height: 2
}

.md-person_manuscript_1 .content_box .box .p2 {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    line-height: 2.5
}

.md-person_manuscript_1 .content_box .box .select {
    border: 1px solid #e8e8e8;
    position: relative
}

.md-person_manuscript_1 .content_box .box .select .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-person_manuscript_1 .content_box .box .select select {
    width: 100%;
    height: .5rem;
    background-color: #f7f7f7;
    border: none;
    padding: 0 .2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-person_manuscript_1 .content_box .box .bot_button {
    margin-top: .4rem
}

.md-person_manuscript_2 .content_box {
    background-color: #fff
}

.md-person_manuscript_2 .content_box .box {
    padding: .6rem .4rem
}

.md-person_manuscript_2 .content_box .box .type {
    line-height: .3rem
}

.md-person_manuscript_2 .content_box .box .type .sp1 {
    font-family: DINMittelschriftStd;
    font-size: 20px;
    color: #1e2226
}

.md-person_manuscript_2 .content_box .box .type .sp2 {
    margin-left: .19rem;
    height: .3rem;
    margin-bottom: .1rem;
    padding: 0 .15rem;
    background-color: #f5f7f9;
    border: solid .01rem #e8e8e8;
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,0.9)
}

.md-person_manuscript_2 .content_box .box .type span {
    display: inline-block
}

.md-person_manuscript_2 .content_box .box .download {
    margin-top: .28rem
}

.md-person_manuscript_2 .content_box .box .download .a1 {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0.9)
}

.md-person_manuscript_2 .content_box .box .download .a1:hover {
    color: #125bcc;
    border-color: #125bcc
}

.md-person_manuscript_2 .content_box .box .checklist {
    line-height: 1.5;
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

/* .md-person_manuscript_2 .content_box .box .checklist p {
    margin-top: .3rem
} */

.md-person_manuscript_2 .content_box .box .bot_button {
    margin-top: .6rem
}

.md-person_manuscript_3 .content_box {
    background-color: #fff;
    min-height: 10rem
}

.md-person_manuscript_3 .content_box .box {
    padding: .4rem;
    line-height: 1.5
}

.md-person_manuscript_3 .content_box .box .title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.md-person_manuscript_3 .content_box .box .title .name {
    line-height: .75rem;
    font-size: 20px;
    font-family: DINMittelschriftStd;
    color: #1e2226
}

.md-person_manuscript_3 .content_box .box .title .btn {
    min-width: .7rem;
    padding: 0 .16rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: rgba(0,0,0,0.9);
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8;
    border-radius: .15rem;
    cursor: pointer
}

.md-person_manuscript_3 .content_box .box .title .btn:hover {
    opacity: 0.6
}

.md-person_manuscript_3 .content_box .box .tab_1 {
    font-size: 16px;
    color: rgba(0,0,0,0.9);
    margin-bottom: .2rem
}

.md-person_manuscript_3 .content_box .box .tab_1 ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-person_manuscript_3 .content_box .box .tab_1 ul li:first-child {
    border: 1px solid #125bcc
}

.md-person_manuscript_3 .content_box .box .tab_1 ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px
}

.md-person_manuscript_3 .content_box .box .tab_1 ul li dl dd {
    padding: .2rem 0
}

.md-person_manuscript_3 .content_box .box .tab_1 dd {
    padding: .07rem .03rem;
    box-sizing: border-box;
    word-break: break-all;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-height: .55rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:first-child {
    width: 1rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:nth-child(2) {
    width: 1.4rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:nth-child(3) {
    width: 2rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:nth-child(4) {
    width: 1.8rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:nth-child(5) {
    width: 1.2rem
}

.md-person_manuscript_3 .content_box .box .tab_1 dd:nth-child(6) {
    width: 2.4rem
}

.md-person_manuscript_3 .content_box .box .tab_1 .check {
    display: flex;
    align-items: center;
    justify-content: center
}

.md-person_manuscript_3 .content_box .box .tab_1 .check .ch {
    cursor: pointer
}

.md-person_manuscript_3 .content_box .box .tab_1 .check .ch1 {
    display: inline-block
}

.md-person_manuscript_3 .content_box .box .tab_1 .check .ch2 {
    display: none
}

.md-person_manuscript_3 .content_box .box .tab_1 .check.on .ch1 {
    display: none
}

.md-person_manuscript_3 .content_box .box .tab_1 .check.on .ch2 {
    display: inline-block
}

.md-person_manuscript_3 .content_box .box .tab_1 .ch {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    line-height: .11rem;
    color: #fff;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.md-person_manuscript_3 .content_box .box .tab_1 .ch.ch {
    background-color: #9e9e9e;
    border: 1px solid #e8e8e8
}

.md-person_manuscript_3 .content_box .box .tab_1 .ch.ch2 {
    background-color: #125bcc;
    border: 1px solid #125bcc
}

.md-person_manuscript_3 .content_box .box .tab_1 .ch.ch2::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/gou.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center
}

.md-person_manuscript_3 .content_box .box .tab_1 .btn {
    display: inline-block;
    text-align: center;
    min-width: .7rem;
    padding: 0 .07rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: .15rem;
    cursor: pointer
}

.md-person_manuscript_3 .content_box .box .tab_1 .btn:hover {
    opacity: 0.8
}

.md-person_manuscript_3 .content_box .box .tab_1 .d1 {
    background-color: #125bcc;
    color: #fff
}

.md-person_manuscript_3 .content_box .box .tab_1 .d2 {
    margin-left: .2rem;
    color: rgba(0,0,0,0.9);
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-person_manuscript_3 .content_box .box .tab_2 {
    font-size: 16px;
    color: rgba(0,0,0,0.9)
}

.md-person_manuscript_3 .content_box .box .tab_2 ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-person_manuscript_3 .content_box .box .tab_2 ul li:first-child {
    border: 1px solid #125bcc
}

.md-person_manuscript_3 .content_box .box .tab_2 ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px
}

.md-person_manuscript_3 .content_box .box .tab_2 dd {
    padding: .07rem .03rem;
    box-sizing: border-box;
    word-break: break-all;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-height: .55rem
}

.md-person_manuscript_3 .content_box .box .tab_2 dd:first-child {
    width: 1.2rem
}

.md-person_manuscript_3 .content_box .box .tab_2 dd:nth-child(2) {
    width: 2.2rem
}

.md-person_manuscript_3 .content_box .box .tab_2 dd:nth-child(3) {
    width: 2.4rem
}

.md-person_manuscript_3 .content_box .box .tab_2 dd:nth-child(4) {
    width: 1.6rem
}

.md-person_manuscript_3 .content_box .box .tab_2 dd:nth-child(5) {
    width: 2.4rem
}

.md-person_manuscript_3 .content_box .box .tab_2 .btn {
    display: inline-block;
    text-align: center;
    min-width: .7rem;
    padding: 0 .07rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: .15rem;
    cursor: pointer
}

.md-person_manuscript_3 .content_box .box .tab_2 .btn:hover {
    opacity: 0.8
}

.md-person_manuscript_3 .content_box .box .tab_2 .d1 {
    background-color: #125bcc;
    color: #fff
}

.md-person_manuscript_3 .content_box .box .tab_2 .d2 {
    margin-left: .2rem;
    color: rgba(0,0,0,0.9);
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-person_manuscript_3 .content_box .box .bot_button {
    margin: .4rem 0
}

.md-person_manuscript_4 .content_box {
    background-color: #fff
}

.md-person_manuscript_4 .content_box .form {
    padding: .2rem .4rem
}

.md-person_manuscript_4 .content_box .form form input {
    border: none
}

.md-person_manuscript_4 .content_box .form form .layui-form-radio i {
    width: .25rem;
    height: .25rem
}

.md-person_manuscript_4 .content_box .form form .layui-form-radioed {
    color: #125bcc
}

.md-person_manuscript_4 .content_box .form form .layui-form-radio:hover *,.md-person_manuscript_4 .content_box .form form .layui-form-radioed,.md-person_manuscript_4 .content_box .form form .layui-form-radioed>i {
    color: #125bcc
}

.md-person_manuscript_4 .content_box .form form .layui-btn {
    background-color: #125bcc;
    font-size: 18px;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: 0
}

.md-person_manuscript_4 .content_box .form form .layui-btn+div {
    width: 450px;
    top: 100% !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px
}

.md-person_manuscript_4 .content_box .form form .f_item {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0
}

.md-person_manuscript_4 .content_box .form form .f_item.f10 {
    padding: 27px 0
}

.md-person_manuscript_4 .content_box .form form .f10 .btn_box div {
    color: #1e2226;
    line-height: 20px
}

.md-person_manuscript_4 .content_box .form form .name {
    color: #1e2226;
    font-size: 18px;
    margin-bottom: .1rem
}

.md-person_manuscript_4 .content_box .form form .f1 .sp1 {
    display: inline-block;
    width: 10em
}

.md-person_manuscript_4 .content_box .form form .f1 .inp {
    display: inline-block;
    width: calc(100% - 10em);
    position: relative;
    font-size: 18px
}

.md-person_manuscript_4 .content_box .form form .f1 .inp input {
    padding-left: .2rem;
    padding-right: .3rem;
    background-color: #f7f7f7;
    height: .5rem;
    width: 100%
}

.md-person_manuscript_4 .content_box .form form .f1 .inp .jia {
    position: absolute;
    top: 50%;
    right: .1rem;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px
}

.md-person_manuscript_4 .content_box .form form .f1 #tag {
    cursor: pointer
}

.md-person_manuscript_4 .content_box .form form .f1 #tag input {
    cursor: pointer
}

.md-person_manuscript_4 .content_box .form form .f5 .btn_box {
    margin-top: .1rem
}

.md-person_manuscript_4 .content_box .form form .f5 .btn_box .layui-btn {
    background-color: #f7f7f7;
    color: #125bcc;
    border: 1px solid #125bcc;
    border-radius: .02rem
}

.md-person_manuscript_4 .content_box .form form .f5 .btn_box .layui-btn.se {
    background-color: #125bcc;
    color: #fff;
    opacity: 1 !important
}

.md-person_manuscript_4 .content_box .form form .f5 .btn_box .no {
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    background-color: #f7f7f7;
    color: rgba(0,0,0,0.9);
    border: 1px solid #e8e8e8;
    white-space: nowrap;
    text-align: center;
    cursor: pointer
}

.md-person_manuscript_4 .content_box .form form .f5 .p2 {
    font-size: 14px;
    margin-top: .1rem;
    color: rgba(0,0,0,0.8)
}

.md-person_manuscript_4 .content_box .form form .f7 input {
    width: 6.85rem;
    height: .5rem;
    padding-left: .2rem;
    background-color: #f7f7f7;
    color: rgba(0,0,0,0.9);
    vertical-align: top
}

.md-person_manuscript_4 .content_box .form form .f7 button {
    color: #125bcc;
    border: 1px solid #125bcc
}

.md-person_manuscript_4 .content_box .form form .f7 .no {
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    background-color: #f7f7f7;
    color: #125bcc;
    border: 1px solid #125bcc;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin-left: .2rem
}

.md-person_manuscript_4 .content_box .form form .f7 .no.se {
    background-color: #125bcc;
    color: #fff
}

.md-person_manuscript_4 .content_box .form form .f8 textarea {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    resize: both;
    min-width: 8.6rem;
    min-height: 1rem;
    padding: .2rem
}

.md-person_manuscript_4 .content_box .form form .f9 input {
    width: 8.6rem;
    height: .5rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    padding-left: .2rem
}

.md-person_manuscript_4 .content_box .form form .f10 .btn_box {
    display: inline-block;
    position: relative
}

.md-person_manuscript_4 .content_box .form form .f10 .name {
    display: inline-block;
    width: 5.2rem;
    margin: 0
}

.md-person_manuscript_4 .content_box .form form .f10 .p2 {
    display: inline-block;
    line-height: .15rem;
    font-size: 14px;
    color: rgba(0,0,0,0.8) !important;
    position: relative;
    top: .25rem
}

.md-person_manuscript_4 .content_box .form form .bot_button {
    margin-top: .4rem
}

.md-person_manuscript_5 .content_box {
    background-color: #fff;
    min-height: 7.5rem
}

.md-person_manuscript_5 .content_box .box {
    padding: .6rem .4rem
}

.md-person_manuscript_5 .content_box .box .d1 {
    font-family: DINMittelschriftStd;
    font-size: 20px;
    color: #1e2226
}

.md-person_manuscript_5 .content_box .box .d2 {
    margin: .26rem 0;
    color: rgba(0,0,0,0.9);
    font-size: 20px
}

.md-person_manuscript_5 .content_box .box .d2 p {
    line-height: 1.5
}

.md-person_manuscript_5 .content_box .box .d2 p+p {
    margin-top: .1rem
}

.md-person_manuscript_5 .content_box .box .d3 {
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-person_manuscript_5 .content_box .box .bot_button {
    margin-top: .6rem
}

.md-person_manuscript_6 .content_box {
    background-color: #fff;
    min-height: 7.5rem
}

.md-person_manuscript_6 .content_box .box {
    padding-top: 1.2rem;
    text-align: center
}

.md-person_manuscript_6 .content_box .box .p1 {
    margin: .3rem 0;
    font-family: D-DIN-Bold;
    font-size: 20px;
    color: #1e2226
}

.md-person_manuscript_6 .content_box .box .p2,.md-person_manuscript_6 .content_box .box .p3 {
    line-height: 32px;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-person_manuscript_6 .content_box .box .p2 a,.md-person_manuscript_6 .content_box .box .p3 a {
    display: inline-block;
    border-bottom: 1px solid #125bcc;
    color: #125bcc
}

.md-person_manuscript_6 .content_box .box .p2 a:hover,.md-person_manuscript_6 .content_box .box .p3 a:hover {
    color: #ff1f14;
    border-color: #ff1f14
}

.md-common_login_right {
    width: 10.6rem;
    float: right
}

.md-common_login_right .top_title {
    font-size: 20px;
    line-height: .77rem;
    color: #125bcc;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8
}

.md-common_login_right .top_title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .5rem;
    background-color: #125bcc
}

.md-common_login_right .eye {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.md-common_login_right .eye img:nth-child(2n-1) {
    display: block
}

.md-common_login_right .eye img:nth-child(2n) {
    display: none
}

.md-common_login_right .eye.show img:nth-child(2n-1) {
    display: none
}

.md-common_login_right .eye.show img:nth-child(2n) {
    display: block
}

.md-common_login_right .common_step {
    width: 9.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e8e8e8
}

.md-common_login_right .common_step .step_item {
    margin: .3rem 0;
    display: flex;
    align-items: center
}

.md-common_login_right .common_step .step_item .d1 {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    background-color: #f6f6f7;
    color: #555
}

.md-common_login_right .common_step .step_item .d2 .sp1 {
    color: rgba(0,0,0,0.9);
    margin: 0 .15rem
}

.md-common_login_right .common_step .step_item .d2 .sp2 {
    color: #555
}

.md-common_login_right .common_step .step_item.on .d1 {
    color: #fff;
    background-color: #125bcc
}

.md-common_login_right .common_step .step_item.on .d2 .sp1,.md-common_login_right .common_step .step_item.on .d2 .sp2 {
    color: #125bcc
}

.md-login_home .content_box {
    background-color: #fff;
    min-height: 6rem
}

.md-login_home .content_box .box {
    padding-top: 1.2rem
}

.md-login_home .content_box .box .form {
    display: flex;
    justify-content: center
}

.md-login_home .content_box .box .form .f_item {
    margin-bottom: .2rem
}

.md-login_home .content_box .box .form .f_item .name {
    display: inline-block;
    width: 1.2rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

.md-login_home .content_box .box .form .f_item .inp {
    display: inline-block;
    width: 5rem;
    position: relative
}

.md-login_home .content_box .box .form .f_item .inp input {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding-left: .2rem
}

.md-login_home .content_box .box .form .f3 .sub {
    width: 5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border: none;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-login_home .content_box .box .form .f3 .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-login_home .content_box .box .form .btn_box {
    display: inline-flex;
    justify-content: center
}

.md-login_home .content_box .box .form .f4 {
    text-align: center;
    font-size: 18px;
    color: #125bcc
}

.md-login_home .content_box .box .form .f4 .a1 {
    display: inline-block;
    width: 2.5rem;
    font-size: 20px;
    font-weight: bold
}

.md-login_home .content_box .box .form .f4 .a1:hover {
    color: #ff1f14
}

.md-login_reg .content_box {
    background-color: #fff;
    min-height: 8.2rem
}

.md-login_reg .content_box .box {
    padding-top: .6rem
}

.md-login_reg .content_box .box .form {
    display: flex;
    justify-content: center
}

.md-login_reg .content_box .box .form .f_item {
    margin-bottom: .2rem
}

.md-login_reg .content_box .box .form .f_item .name {
    display: inline-block;
    min-width: 2rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

.md-login_reg .content_box .box .form .f_item .inp {
    display: inline-block;
    width: 5rem;
    position: relative
}

.md-login_reg .content_box .box .form .f_item .inp input {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding-left: .2rem
}

.md-login_reg .content_box .box .form .f_item .sel .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-login_reg .content_box .box .form .f_item .sel select {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding: 0 .2rem;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-login_reg .content_box .box .form .sub {
    width: 5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border: none;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-login_reg .content_box .box .form .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-login_reset_1 .content_box {
    background-color: #fff;
    min-height: 6rem
}

.md-login_reset_1 .content_box .box {
    padding: 1.35rem
}

.md-login_reset_1 .content_box .box .form {
    display: flex;
    justify-content: center
}

.md-login_reset_1 .content_box .box .form .f_item {
    margin-bottom: .2rem
}

.md-login_reset_1 .content_box .box .form .f_item .name {
    min-width: .8rem;
    display: inline-block
}

.md-login_reset_1 .content_box .box .form .f_item .inp {
    display: inline-block;
    width: 5rem;
    position: relative
}

.md-login_reset_1 .content_box .box .form .f_item .inp input {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding-left: .2rem;
    padding-right: .6rem
}

.md-login_reset_1 .content_box .box .form .sub {
    width: 5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border: none;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: .3rem
}

.md-login_reset_1 .content_box .box .form .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-login_reset_2 .content_box {
    background-color: #fff;
    min-height: 6rem
}

.md-login_reset_2 .content_box .box {
    padding: 1.3rem
}

.md-login_reset_2 .content_box .box .p1 {
    width: 5.6rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-login_reset_2 .content_box .box .a1 {
    display: block;
    width: 5rem;
    line-height: .5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    margin-top: .5rem
}

.md-login_reset_2 .content_box .box .a1:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-login_reset_3 .content_box {
    background-color: #fff;
    min-height: 6rem
}

.md-login_reset_3 .content_box .box {
    padding: 1.35rem
}

.md-login_reset_3 .content_box .box .form {
    display: flex;
    justify-content: center
}

.md-login_reset_3 .content_box .box .form .f_item {
    margin-bottom: .2rem
}

.md-login_reset_3 .content_box .box .form .f_item .name {
    min-width: 14em;
    display: inline-block
}

.md-login_reset_3 .content_box .box .form .f_item .inp {
    display: inline-block;
    width: 5rem;
    position: relative
}

.md-login_reset_3 .content_box .box .form .f_item .inp input {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding-left: .2rem;
    padding-right: .6rem
}

.md-login_reset_3 .content_box .box .form .sub {
    width: 5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border: none;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-login_reset_3 .content_box .box .form .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-rev_ms_1 .content_box {
    min-height: 11.4rem;
    background-color: #fff
}

.md-rev_ms_1 .content_box .tab {
    padding: .4rem;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    position: relative
}

.md-rev_ms_1 .content_box .tab .line {
    position: absolute;
    width: .01rem;
    height: 100%;
    top: 0;
    background-color: #e8e8e8
}

.md-rev_ms_1 .content_box .tab ul {
    position: relative
}

.md-rev_ms_1 .content_box .tab ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 16px;
    min-height: .55rem;
    line-height: 1.5
}

.md-rev_ms_1 .content_box .tab ul li dl dd {
    padding: .1rem
}

.md-rev_ms_1 .content_box .tab ul li a {
    min-height: .55rem;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-rev_ms_1 .content_box .tab ul li a:hover {
    color: #125bcc
}

.md-rev_ms_1 .content_box .tab ul li a dd {
    line-height: 1.2;
    padding: .1rem .08rem
}

.md-rev_ms_1 .content_box .tab ul li a dd:nth-child(5) {
    text-align: left
}

.md-rev_ms_1 .content_box .tab dd {
    text-align: left;
    word-wrap: break-word;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 .1rem
}

.md-rev_ms_1 .content_box .tab dd:first-child {
    width: 20.4081632653%
}

.md-rev_ms_1 .content_box .tab dd:nth-child(2) {
    width: 12.2448979592%
}

.md-rev_ms_1 .content_box .tab dd:nth-child(3) {
    width: 20.4081632653%
}

.md-rev_ms_1 .content_box .tab dd:nth-child(4) {
    width: 14.2857142857%
}

.md-rev_ms_1 .content_box .tab dd:nth-child(5) {
    width: 20.4081632653%
}

.md-rev_ms_1 .content_box .tab dd:nth-child(6) {
    width: 12.2448979592%
}

.md-rev_ms_1 .content_box .tab .line1 {
    left: 20.4081632653%
}

.md-rev_ms_1 .content_box .tab .line2 {
    left: 32.6530612245%
}

.md-rev_ms_1 .content_box .tab .line3 {
    left: 53.0612244898%
}

.md-rev_ms_1 .content_box .tab .line4 {
    left: 67.3469387755%
}

.md-rev_ms_1 .content_box .tab .line5 {
    left: 87.7551020408%
}

.md-rev_ms_2 .content_box {
    background-color: #fff
}

.md-rev_ms_2 .content_box .form {
    padding: .4rem;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-rev_ms_2 .content_box .form .bor_b {
    border-bottom: 1px solid #e8e8e8;
    padding: .28rem 0;
    display: flex
}

.md-rev_ms_2 .content_box .form .h75 {
    line-height: 1.5
}

.md-rev_ms_2 .content_box .form .ID {
    position: relative;
    flex-wrap: wrap
}

.md-rev_ms_2 .content_box .form .ID .ver {
    margin-top: .2rem;
    width: 100%;
    padding-left: 2.2rem
}

.md-rev_ms_2 .content_box .form .d1 {
    align-items: center
}

.md-rev_ms_2 .content_box .form .d1 .name {
    font-family: DINMittelschriftStd;
    font-size: 20px
}

.md-rev_ms_2 .content_box .form .name {
    font-size: 18px;
    color: #1e2226;
    display: inline-block;
    flex-shrink: 0;
    font-weight: bold
}

.md-rev_ms_2 .content_box .form .name.w1 {
    width: .85rem;
    width: 2.2rem
}

.md-rev_ms_2 .content_box .form .name.w2 {
    width: 1.6rem;
    width: 2.2rem
}

.md-rev_ms_2 .content_box .form .name.w3 {
    width: 2.2rem
}

.md-rev_ms_2 .content_box .form .file a {
    text-decoration: underline
}

.md-rev_ms_2 .content_box .form .file a:hover {
    color: #125bcc
}

.md-rev_ms_2 .content_box .form .ta textarea {
    width: 100%;
    min-height: 1.6rem;
    padding: .2rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    margin-top: .2rem
}

.md-rev_ms_2 .content_box .form .al_cen {
    line-height: .5rem;
    padding-bottom: .15rem
}

.md-rev_ms_2 .content_box .form .lab {
    padding: .1rem;
    line-height: 1.5;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin-right: .11rem;
    margin-bottom: .1rem
}

.md-rev_ms_2 .content_box .form .p30 {
    padding: .3rem 0
}

.md-rev_ms_2 .content_box .form .com .radio {
    display: inline-flex;
    margin-right: .4rem;
    margin-bottom: .1rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center
}

.md-rev_ms_2 .content_box .form .com .radio.on .sp1 {
    background-image: url(../image/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.md-rev_ms_2 .content_box .form .com .radio.on .sp2 {
    color: #125bcc
}

.md-rev_ms_2 .content_box .form .com .radio .sp1 {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8
}

.md-rev_ms_2 .content_box .form .com .radio .sp2 {
    display: inline-block;
    margin-left: .1rem
}

.md-rev_ms_2 .content_box .form .au {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.md-rev_ms_2 .content_box .form .au .aa {
    width: 1.6rem;
    height: .3rem;
    line-height: .3rem;
    display: inline-block;
    text-align: center;
    border-radius: .15rem;
    background-color: #f7f7f7;
    font-size: 14px;
    border: 1px solid #e8e8e8
}

.md-rev_ms_2 .content_box .form .au .aa:hover {
    background-color: #125bcc;
    color: #fff
}

.md-rev_ms_2 .content_box .form .bot_button {
    margin: .3rem 0;
    align-items: center;
    justify-content: left
}

.md-rev_ms_2 .content_box .form .bot_button .agr {
    border: none;
    cursor: pointer
}

.md-rev_ms_2 .content_box .form .bot_button .save {
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    display: inline-block;
    background-color: #f7f7f7;
    color: rgba(0,0,0,0.9);
    border-radius: .2rem;
    text-align: center;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 1.68rem
}

.md-rev_ms_2 .content_box .form .bot_button .save:hover {
    transform: translateY(-0.1rem);
    transition: all 0.3s ease-in-out
}

.md-rev_ms_3 .content_box {
    min-height: 12.4rem;
    background-color: #fff
}

.md-rev_ms_4 .content_box {
    min-height: 12.4rem;
    background-color: #fff;
    padding-bottom: .3rem
}

.md-rev_ms_4 .content_box .md-common_review_tab ul li a dd:nth-child(4) {
    text-align: left
}

.md-rev_ms_5 .content_box {
    min-height: 12.4rem;
    background-color: #fff
}

.md-rev_ms_5 .content_box .tab {
    padding: .4rem;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    line-height: 1.2
}

.md-rev_ms_5 .content_box .tab ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-rev_ms_5 .content_box .tab ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 16px
}

.md-rev_ms_5 .content_box .tab ul li dl dd {
    padding: .1rem .1rem
}

.md-rev_ms_5 .content_box .tab ul li dl dd:last-child {
    width: 1.3rem
}

.md-rev_ms_5 .content_box .tab ul li a {
    line-height: 1.5;
    align-items: center;
    display: flex;
    word-wrap: break-word
}

.md-rev_ms_5 .content_box .tab ul li a dd {
    padding: .1rem;
    font-size: 14px
}

.md-rev_ms_5 .content_box .tab ul li a:hover {
    color: #125bcc
}

.md-rev_ms_5 .content_box .tab dd {
    box-sizing: border-box;
    text-align: left
}

.md-rev_ms_5 .content_box .tab dd:first-child {
    width: 1.5rem
}

.md-rev_ms_5 .content_box .tab dd:nth-child(2) {
    width: 1rem
}

.md-rev_ms_5 .content_box .tab dd:nth-child(3) {
    width: 1rem
}

.md-rev_ms_5 .content_box .tab dd:nth-child(4) {
    width: 1.4rem
}

.md-rev_ms_5 .content_box .tab dd:nth-child(5) {
    width: 1.2rem
}

.md-rev_ms_5 .content_box .tab dd:nth-child(6) {
    width: 2.4rem
}

.md-rev_ms_5 .content_box .tab dd.last {
    width: 1.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column
}

.md-rev_ms_5 .content_box .tab .btn {
    display: inline-block;
    width: 1.1rem;
    /* height: .3rem; */
    padding: .05rem 0;
    line-height: .2rem;
    text-align: center;
    border-radius: .15rem;
    cursor: pointer;
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8;
    font-size: .13rem
}

.md-rev_ms_5 .content_box .tab .btn:hover {
    background-color: #125bcc;
    color: #fff
}

.md-rev_ms_5 .content_box .tab ul {
    position: relative
}

.md-rev_ms_5 .content_box .tab .line {
    position: absolute;
    width: .01rem;
    height: 100%;
    top: 0;
    background-color: #e8e8e8
}

.md-rev_ms_5 .content_box .tab .line1 {
    left: 15.306122449%
}

.md-rev_ms_5 .content_box .tab .line2 {
    left: 2.5rem;
    left: 25.5102040816%
}

.md-rev_ms_5 .content_box .tab .line3 {
    left: 3.5rem;
    left: 35.7142857143%
}

.md-rev_ms_5 .content_box .tab .line4 {
    left: 4.9rem;
    left: 50%
}

.md-rev_ms_5 .content_box .tab .line5 {
    left: 6.1rem;
    left: 62.2448979592%
}

.md-rev_ms_5 .content_box .tab .line6 {
    left: 7.3rem;
    left: 86.7346938776%
}

.md-rev_ms_5 .content_box .tab .line7 {
    left: 8.5rem;
    left: 86.7346938776%
}

.md-common_interst_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 10;
    display: none
}

.md-common_interst_pop.on {
    display: block
}

.md-common_interst_pop .pop_box {
    width: 8rem;
    height: 6.6rem;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.md-common_interst_pop .pop_box .title {
    line-height: 1rem;
    border-bottom: 1px solid #e8e8e8;
    color: #1e2226;
    font-size: 20px;
    padding: 0 .4rem
}

.md-common_interst_pop .pop_box .off {
    position: absolute;
    right: .1rem;
    top: .1rem;
    cursor: pointer
}

.md-common_interst_pop .pop_box .off:hover {
    color: #125bcc
}

.md-common_interst_pop .pop_box .off .sp1 {
    font-size: 30px
}

.md-common_interst_pop .pop_box .form {
    margin-top: .3rem;
    padding-left: .4rem;
    padding-right: .1rem
}

.md-common_interst_pop .pop_box .form .list {
    height: 4rem;
    overflow: auto
}

.md-common_interst_pop .pop_box .form .list .sp1 {
    width: .23rem;
    display: inline-block
}

.md-common_interst_pop .pop_box .form .list .sp1 img:nth-child(2n-1) {
    display: inline-block
}

.md-common_interst_pop .pop_box .form .list .sp1 img:nth-child(2n) {
    display: none
}

.md-common_interst_pop .pop_box .form .list .sp2 {
    color: #1e2226
}

.md-common_interst_pop .pop_box .form .list span {
    cursor: pointer
}

.md-common_interst_pop .pop_box .form .list .hover:hover .sp1,.md-common_interst_pop .pop_box .form .list .hover:hover .sp2 {
    color: #125bcc !important
}

.md-common_interst_pop .pop_box .form .list .uu>ul {
    display: none
}

.md-common_interst_pop .pop_box .form .list .uu.show>ul {
    display: block
}

.md-common_interst_pop .pop_box .form .list .uu.show>.check .sp1 img:nth-child(2n-1) {
    display: none
}

.md-common_interst_pop .pop_box .form .list .uu.show>.check .sp1 img:nth-child(2n) {
    display: inline-block
}

.md-common_interst_pop .pop_box .form .list .radio.on .sp1 img:nth-child(2n-1) {
    display: none
}

.md-common_interst_pop .pop_box .form .list .radio.on .sp1 img:nth-child(2n) {
    display: inline-block
}

.md-common_interst_pop .pop_box .form .list .radio.on .sp2 {
    color: #125bcc
}

.md-common_interst_pop .pop_box .form .list .list_item {
    margin-bottom: .2rem
}

.md-common_interst_pop .pop_box .form .list .list_item .i1 {
    font-size: 20px
}

.md-common_interst_pop .pop_box .form .list .list_item .i1 .sp1 {
    font-size: 20px
}

.md-common_interst_pop .pop_box .form .list .list_item .i1.on {
    color: #125bcc
}

.md-common_interst_pop .pop_box .form .list .list_item ul {
    padding-left: .2rem
}

.md-common_interst_pop .pop_box .form .list .list_item ul li .d2 {
    margin-top: .16rem;
    font-size: 16px
}

.md-common_interst_pop .pop_box .form .sub {
    display: flex;
    justify-content: center;
    padding: .45rem 0
}

.md-common_interst_pop .pop_box .form .sub input {
    width: 1.5rem;
    height: .5rem;
    text-align: center;
    background-color: #0079d7;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: .25rem;
    cursor: pointer
}

.md-common_interst_pop .pop_box .form .sub input:hover {
    background-color: #ff1f14
}

.md-common_tab_pag {
    color: rgba(0,0,0,0.9);
    font-size: 14px
}

.md-common_tab_pag a {
    display: inline-block
}

.md-common_tab_pag .pag_box {
    display: flex;
    align-items: center;
    justify-content: center
}

.md-common_tab_pag .num {
    width: .3rem;
    line-height: .3rem;
    height: .3rem;
    text-align: center;
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-common_tab_pag .num:hover {
    color: #fff;
    background-color: #125bcc;
    border-color: #125bcc
}

.md-common_tab_pag .btn {
    width: .7rem;
    line-height: .3rem;
    height: .3rem;
    text-align: center;
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-common_tab_pag .btn:hover {
    color: #fff;
    background-color: #125bcc;
    border-color: #125bcc
}

.md-common_tab_pag .turn {
    background-color: #125bcc;
    border: 1px solid #125bcc;
    color: #fff
}

.md-common_tab_pag .ip1 {
    width: .7rem;
    height: .3rem;
    padding-left: .1rem;
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-common_tab_pag .ml {
    margin-left: .1rem
}

.md-common_review_tab {
    padding: .4rem;
    font-size: 14px;
    color: rgba(0,0,0,0.9)
}

.md-common_review_tab ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-common_review_tab ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 16px;
    line-height: .55rem;
    white-space: nowrap
}

.md-common_review_tab ul li dl dd {
    line-height: .55rem
}

.md-common_review_tab ul li a {
    min-height: .55rem;
    display: flex;
    align-items: center
}

.md-common_review_tab ul li a:hover {
    color: #125bcc
}

.md-common_review_tab ul li dd {
    text-align: left;
    word-wrap: break-word;
    line-height: 1.5;
    box-sizing: border-box;
    padding: .05rem .1rem;
    flex-shrink: 0
}

.md-common_review_tab ul li dd:first-child {
    width: 1.6rem
}

.md-common_review_tab ul li dd:nth-child(2) {
    width: 2rem
}

.md-common_review_tab ul li dd:nth-child(3) {
    width: 1.4rem
}

.md-common_review_tab ul li dd:nth-child(4) {
    width: 1.6rem
}

.md-common_review_tab ul li dd:nth-child(5) {
    width: 1.4rem
}

.md-common_review_tab ul li dd:nth-child(6),.md-common_review_tab ul li dd.last {
    width: 1.8rem
}

.md-common_review_tab .last {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.md-common_review_tab .btn {
    display: inline-block;
    margin: .1rem 0;
    min-width: .7rem;
    padding: 0 .1rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border-radius: .15rem;
    cursor: pointer;
    
}

.md-common_review_tab .btn:hover {
    opacity: 0.8
}

.md-common_review_tab .d1 {
    background-color: #125bcc;
    color: #fff
}

.md-common_review_tab .d2 {
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8
}

.md-common_review_tab ul {
    position: relative
}

.md-common_review_tab ul .line {
    position: absolute;
    width: .01rem;
    height: 100%;
    top: 0;
    background-color: #e8e8e8
}

.md-common_review_tab ul .line1 {
    left: 16.3265306122%
}

.md-common_review_tab ul .line2 {
    left: 36.7346938776%
}

.md-common_review_tab ul .line3 {
    left: 51.0204081633%
}

.md-common_review_tab ul .line4 {
    left: 67.3469387755%
}

.md-common_review_tab ul .line5 {
    left: 81.6326530612%
}

.md-my_manu_home .content_box {
    background-color: #fff;
    min-height: 11rem
}

.md-my_manu_home .content_box .tab {
    padding: .4rem;
    font-size: 14px;
    color: rgba(0,0,0,0.9)
}

.md-my_manu_home .content_box .tab ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none;
    min-height: .76rem
}

.md-my_manu_home .content_box .tab ul li dl {
    width: 100%;
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 16px;
    line-height: 1.2
}

.md-my_manu_home .content_box .tab ul li dl dd {
    padding-top: .15rem;
    padding-left: .18rem;
    padding-right: .1rem;
    display: inline-block !important
}

.md-my_manu_home .content_box .tab ul li .aa {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer
}

.md-my_manu_home .content_box .tab ul li .aa:hover {
    color: #125bcc
}

.md-my_manu_home .content_box .tab dd {
    height: 100%;
    position: relative;
    z-index: 0;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    line-height: 1.2;
    box-sizing: border-box;
    padding: .05rem .1rem .05rem .2rem
}

.md-my_manu_home .content_box .tab dd:first-child {
    width: 1.8rem;
    width: 15.306122449%;
    border-right: 1px solid #e8e8e8
}

.md-my_manu_home .content_box .tab dd:nth-child(2) {
    width: 15.306122449%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    line-height: normal;
    text-align: left;
    border-right: 1px solid #e8e8e8
}

.md-my_manu_home .content_box .tab dd:nth-child(3) {
    width: 1.8rem;
    width: 11.2244897959%;
    border-right: 1px solid #e8e8e8
}

.md-my_manu_home .content_box .tab dd:nth-child(4) {
    width: .8rem;
    width: 15.306122449%;
    border-right: 1px solid #e8e8e8;
    padding-left: .1rem
}

.md-my_manu_home .content_box .tab dd:nth-child(5) {
    width: 1.4rem;
    width: 19.8979591837%;
    border-right: 1px solid #e8e8e8;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.md-my_manu_home .content_box .tab dd:nth-child(5) p:not(:last-child) {
    margin-bottom: .05rem
}

.md-my_manu_home .content_box .tab dd:nth-child(6) {
    width: 1rem;
    width: 22.4489795918%
}

.md-my_manu_home .content_box .tab .aa dd:nth-child(1) {
    justify-content: center;
    padding: 0 .02rem
}

.md-my_manu_home .content_box .tab p {
    word-break: break-all
}

.md-my_manu_home .content_box .tab .btn {
    display: inline-block;
    width: 1rem;
    height: .2rem;
    line-height: .2rem;
    text-align: center;
    border-radius: .1rem;
    font-size: 12px;
    cursor: pointer;
    background-color: #f4f6f8;
    border: 1px solid #e8e8e8;
    z-index: 2;
    position: relative;
    color: rgba(0,0,0,0.9)
}

.md-my_manu_home .content_box .tab .btn:hover {
    background-color: #125bcc;
    color: #fff
}

.md-my_manu_home .content_box .tab_pag {
    margin-top: .4rem;
    margin-bottom: .6rem
}

.md-my_manu_info .content_box {
    background-color: #fff
}

.md-my_manu_info .content_box .form {
    padding: .4rem;
    padding-top: .1rem;
    color: rgba(0,0,0,0.9);
    font-size: 18px
}

.md-my_manu_info .content_box .form .form_top .ID {
    position: relative;
    flex-wrap: wrap
}

.md-my_manu_info .content_box .form .form_top .ID .ver {
    margin-top: .2rem;
    width: 100%;
    padding-left: 1.4rem
}

.md-my_manu_info .content_box .form .form_top .mod {
    width: .7rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #f4f6f8;
    border-radius: .15rem;
    position: absolute;
    top: .25rem;
    right: 0;
    margin-left: .1rem;
    cursor: pointer
}

.md-my_manu_info .content_box .form .form_top .mod:hover {
    color: #fff;
    background-color: #125bcc
}

.md-my_manu_info .content_box .form .form_top .name {
    padding-right: .32rem;
    width: 1.4rem
}

.md-my_manu_info .content_box .form .form_bot {
    margin-top: .4rem
}

.md-my_manu_info .content_box .form .form_bot .title {
    line-height: .75rem;
    font-size: 20px;
    color: #1e2226;
    font-family: DINMittelschriftStd
}

.md-my_manu_info .content_box .form .form_bot .tab {
    font-size: 16px;
    color: rgba(0,0,0,0.9)
}

.md-my_manu_info .content_box .form .form_bot .tab ul li {
    display: flex;
    border: 1px solid #e8e8e8;
    border-top: none
}

.md-my_manu_info .content_box .form .form_bot .tab ul li:first-child {
    border: 1px solid #125bcc
}

.md-my_manu_info .content_box .form .form_bot .tab ul li dl {
    display: flex;
    background-color: #125bcc;
    color: #fff;
    font-size: 18px;
    width: 100%
}

.md-my_manu_info .content_box .form .form_bot .tab dd {
    text-align: center;
    flex-shrink: 0;
    min-height: .55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    box-sizing: border-box;
    padding: .05rem .03rem
}

.md-my_manu_info .content_box .form .form_bot .tab dd:first-child {
    width: 1.3rem;
    width: 13.2653061224%
}

.md-my_manu_info .content_box .form .form_bot .tab dd:nth-child(2) {
    width: 2.4rem;
    width: 24.4897959184%
}

.md-my_manu_info .content_box .form .form_bot .tab dd:nth-child(3) {
    width: 2.4rem;
    width: 24.4897959184%
}

.md-my_manu_info .content_box .form .form_bot .tab dd:nth-child(4) {
    width: 2.4rem;
    width: 24.4897959184%
}

.md-my_manu_info .content_box .form .form_bot .tab dd:last-child {
    width: 1.3rem;
    width: 13.2653061224%
}

.md-my_manu_info .content_box .form .form_bot .tab1 dd:nth-child(3) {
    width: 2.4rem;
    width: 20.4081632653%
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check {
    display: flex;
    align-items: center;
    justify-content: center
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check .ch {
    cursor: pointer
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check .ch1 {
    display: inline-block
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check .ch2 {
    display: none
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check.on .ch1 {
    display: none
}

.md-my_manu_info .content_box .form .form_bot .tab1 .check.on .ch2 {
    display: inline-block
}

.md-my_manu_info .content_box .form .form_bot .tab1 .ch {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    line-height: .11rem;
    color: #fff;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.md-my_manu_info .content_box .form .form_bot .tab1 .ch.ch {
    background-color: #9e9e9e;
    border: 1px solid #e8e8e8
}

.md-my_manu_info .content_box .form .form_bot .tab1 .ch.ch2 {
    background-color: #125bcc;
    border: 1px solid #125bcc
}

.md-my_manu_info .content_box .form .form_bot .tab1 .ch.ch2::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/gou.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center
}

.md-my_manu_info .content_box .form .bor_b {
    border-bottom: 1px solid #e8e8e8;
    padding: .25rem 0;
    display: flex
}

.md-my_manu_info .content_box .form .h75 {
    line-height: 1.5
}

.md-my_manu_info .content_box .form .al_cen {
    line-height: .5rem;
    padding-bottom: .15rem
}

.md-my_manu_info .content_box .form .name {
    font-size: 18px;
    color: #1e2226;
    display: inline-block;
    flex-shrink: 0;
    font-weight: bold;
    box-sizing: border-box
}

.md-my_manu_info .content_box .form .name.w1 {
    width: .85rem
}

.md-my_manu_info .content_box .form .name.w2 {
    width: 1.6rem
}

.md-my_manu_info .content_box .form .name.w3 {
    width: 2.2rem;
    padding-right: .2rem
}

.md-my_manu_info .content_box .form .file a {
    text-decoration: underline
}

.md-my_manu_info .content_box .form .file a:hover {
    color: #125bcc
}

.md-my_manu_info .content_box .form .ta textarea {
    width: 100%;
    min-height: 1.6rem;
    padding: .2rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    margin-top: .2rem
}

.md-my_manu_info .content_box .form .lab {
    padding: .1rem;
    line-height: 1.5;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin-right: .11rem;
    margin-bottom: .1rem
}

.md-my_manu_info .content_box .form .p30 {
    padding: .3rem 0
}

.md-my_manu_info .content_box .form .com .radio {
    display: inline-block;
    margin-right: .4rem;
    margin-top: .2rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.md-my_manu_info .content_box .form .com .radio.on .sp1 {
    background-image: url(../image/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.md-my_manu_info .content_box .form .com .radio.on .sp2 {
    color: #125bcc
}

.md-my_manu_info .content_box .form .com .radio .sp1 {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.md-my_manu_info .content_box .form .com .radio .sp2 {
    display: inline-block;
    margin-left: .1rem;
    padding-left: .3rem
}

.md-my_manu_info .content_box .form .au {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.md-my_manu_info .content_box .form .au .aa {
    width: 1.6rem;
    height: .3rem;
    line-height: .3rem;
    display: inline-block;
    text-align: center;
    border-radius: .15rem;
    background-color: #f7f7f7;
    font-size: 14px;
    border: 1px solid #e8e8e8
}

.md-my_manu_info .content_box .form .au .aa:hover {
    background-color: #125bcc;
    color: #fff
}

.md-my_manu_info .content_box .form .bot_button {
    margin: .3rem 0;
    align-items: center
}

.md-my_manu_info .content_box .form .bot_button .btn {
    border-radius: 0
}

.md-my_manu_info .content_box .form .bot_button .agr {
    border: none;
    cursor: pointer
}

.md-my_manu_info .content_box .form .bot_button .save {
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    display: inline-block;
    background-color: #f7f7f7;
    color: rgba(0,0,0,0.9);
    border-radius: .2rem;
    text-align: center;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 1.68rem
}

.md-my_manu_info .content_box .form .bot_button .save:hover {
    transform: translateY(-0.1rem);
    transition: all 0.3s ease-in-out
}

.md-author_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none
}

.md-author_window.show {
    display: block
}

.md-author_window .window {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    min-height: 3rem;
    background-color: #fff;
    border-radius: .2rem;
    z-index: 22;
    transform: translate(-50%,-50%);
    padding: .3rem
}

.md-author_window .window .win_item {
    display: flex;
    margin-top: .2rem;
    align-items: center
}

.md-author_window .window .sp1 {
    display: inline-block;
    min-width: 1.5rem; 
    color: rgba(0,0,0,0.9);
    font-size: 16px
}

.md-author_window .window .inp,.md-author_window .window .sel {
    /* width: 5rem */
    flex: 1;
}

.md-author_window .window .inp input,.md-author_window .window .sel input {
    width: 100%;
    height: .35rem;
    border: 1px solid #e9e9e9;
    padding: 0 .05rem
}

.md-author_window .window .inp select,.md-author_window .window .sel select {
    width: 100%;
    height: .35rem;
    border: 1px solid #e9e9e9
}

.md-author_window .window .button {
    margin-top: .2rem;
    display: flex;
    justify-content: center
}

.md-author_window .window .button .btn {
    min-width: 1rem;
    padding: 0 .2rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 18px;
    border-radius: .15rem;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.md-author_window .window .button .btn+.btn {
    margin-left: .15rem
}

.md-author_window .window .button .btn_1 {
    background-color: #0079d7
}

.md-author_window .window .button .btn_2 {
    background-color: #ff1515
}

.md-author_window .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 21
}

.layui-laydate table,tr,th,td {
    border: none
}

@media(max-width: 1600px) {
    .md-contact_us .content_box .box .journal .jour .j_item {
        width:50%
    }

    .md-contact_us .content_box .box .journal .jour .j_item:nth-child(2n+1)::before {
        display: none
    }

    .md-contact_us .content_box .box .journal .jour .j_item:nth-child(2n)::before {
        content: "";
        display: block;
        width: .01rem;
        height: .56rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: #e8e8e8
    }

    .md-contact_us .content_box .box .journal .jour .j_item:nth-child(2n+1) {
        justify-content: flex-start;
        padding-right: 20px
    }

    .md-contact_us .content_box .box .journal .jour .j_item:nth-child(2n) {
        justify-content: flex-start;
        padding-left: 20px
    }

    .md-contact_us .content_box .box .journal .jour .j_item .j_box {
        width: 100%
    }
}

@media(max-width: 1600px) {
    .md-common_person_right .common_step .step_item .d1 {
        width:30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px
    }

    .md-common_person_right .common_step .step_item .d2 {
        font-size: 14px
    }

    .md-person_manuscript_4 .content_box .form form .layui-btn+div {
        width: 385px
    }
}

@media(max-width: 1600px) {
    .md-footer .foot_1 .f1_l .ul1 .li1 .a1 {
        font-size:16px
    }

    .md-footer .foot_1 .f1_l .ul1 .li1 .ul2 .li2 .a2 {
        font-size: 14px
    }

    .md-header .head_2 .h2_l .p1 {
        font-size: 18px
    }

    .crumb_nav .a1 {
        font-size: 14px
    }

    .md-common_sideNav .side_1 .title {
        font-size: 21px;
        padding-left: 15px
    }

    .md-common_sideNav .side_1 .ul1 .li1 .ul2 .li2 .a2 {
        padding-left: 15px
    }

    .md-common_sideNav .side_1 .ul1 .li1 .a1 {
        font-size: 18px;
        padding-left: 15px
    }

    .md-common_sideNav .side_1 .ul1 .li1 .a2 {
        font-size: 16px
    }

    .md-common_sideNav .side_1 .ul1 .li1 .a3 {
        font-size: 13px;
        padding-left: 15px
    }

    .md-common_sideNav .side_2 .ul1 .li1 .a1 {
        font-size: 18px;
        padding-left: 15px
    }

    .md-common_Info_sideNav .side_2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0
    }

    .md-common_Info_sideNav .side_2 .si2_item {
        font-size: 14px
    }

    .md-common_Info_sideNav .bottom_list .list .ul1 .li1 .a1 {
        font-size: 16px;
        padding-left: 10px
    }

    .md-common_Info_sideNav .bottom_list .list .ul1 .li1 .jia {
        height: 16px
    }

    .md-common_frame3 .f3_right .top_title {
        font-size: 18px;
        padding: 20px 10px
    }

    .md-edit_member .f3r_content .list .list_item .p1 {
        font-size: 16px
    }

    .md-edit_member .f3r_content .list .list_item .a1 {
        font-size: 13px;
        margin-top: 10px
    }

    .md-edit_member .f3r_content .list {
        padding: 0 15px
    }

    .md-reviewers .f3l_content .box .form_box .title {
        font-size: 16px
    }

    .md-reviewers .f3r_content .list .list_item .p1 {
        font-size: 16px
    }

    .md-reviewers .f3r_content .list .list_item .a1 {
        font-size: 13px;
        margin-top: 10px
    }

    .md-common_interst_pop .pop_box .form .list .list_item .i1 {
        font-size: 16px
    }

    .md-common_interst_pop .pop_box .form .list .list_item ul li .d2 {
        font-size: 14px
    }

    .md-common_interst_pop .pop_box .title {
        font-size: 18px
    }

    .md-common_interst_pop .pop_box .form .sub input {
        font-size: 16px
    }

    .md-common_person_sideNav .title {
        font-size: 20px
    }

    .md-common_person_right .top_title {
        font-size: 18px
    }

    .md-common_person_sideNav .list .ul1 .li1 .a1 {
        font-size: 16px
    }

    .md-person_reviewer .person_edit .form .f_item {
        font-size: 16px
    }

    .md-person_manuscript_3 .content_box .box .title .name {
        font-size: 18px
    }

    .md-person_manuscript_3 .content_box .box .tab_1 ul li dl {
        font-size: 16px
    }

    .md-person_manuscript_3 .content_box .box .tab_2 ul li dl {
        font-size: 16px
    }

    .md-person_manuscript_3 .content_box .box .tab_1 {
        font-size: 14px
    }

    .md-person_manuscript_3 .content_box .box .tab_2 {
        font-size: 14px
    }

    .md-common_person_right .common_bot_button .btn {
        font-size: 16px;
        vertical-align: top
    }

    .md-person_manuscript_4 .content_box .form form .name {
        font-size: 16px
    }

    .md-person_manuscript_4 .content_box .form form .f1 .inp {
        font-size: 16px
    }

    .md-person_manuscript_4 .content_box .form form .layui-btn {
        font-size: 16px
    }

    .md-person_manuscript_4 .content_box .form form .f7 .no {
        font-size: 16px
    }

    .md-common_person_right .common_search_form {
        font-size: 14px
    }

    .md-rev_ms_5 .content_box .tab ul li dl {
        font-size: 14px
    }

    .md-rev_ms_1 .content_box .tab ul li dl {
        font-size: 15px
    }

    .md-common_review_tab ul li dl {
        font-size: 14px
    }

    .md-help_center .content_box .box .problem .pbl_item {
        font-size: 16px
    }

    .md-help_center .content_box .box .d1 {
        font-size: 16px
    }

    .md-common_content .top_title {
        font-size: 18px
    }

    .md-contact_us .content_box .box .company .cpn_item .name {
        font-size: 18px
    }

    .md-contact_us .content_box .box .company .cpn_item .text {
        font-size: 16px
    }

    .md-feedback .content_box .box form .name {
        font-size: 16px
    }

    .md-feedback .content_box .box form .inp input {
        font-size: 16px
    }

    .md-feedback .content_box .box form textarea {
        font-size: 16px
    }

    .md-feedback .content_box .box form .sub {
        font-size: 16px
    }

    .md-about_journals .content_box .periodical .periodical_item .per_right .title {
        font-size: 24px
    }

    .md-about_journals .content_box .periodical .periodical_item .per_right .text,.md-about_journals .content_box .periodical .periodical_item .per_right .p3 {
        font-size: 16px
    }

    .md-Information_home .content_box .info_r2 .r2_item .title {
        font-size: 20px
    }

    .md-common_Info_sideNav .big_btn {
        font-size: 18px
    }
}

.md-reviewers .f3l_content .box .form0 {
    width: 100%;
    text-align: center;
}

.md-reviewers .f3l_content .box .form0 .f_item {
    margin-bottom: .2rem;
    text-align: left;
    font-size: 0;
}

.md-reviewers .f3l_content .box .form0 .f_item .name {
    display: inline-block;
     width: 2rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9)
}

.md-reviewers .f3l_content .box .form0 .f_item .inp {
    display: inline-block;
    width: 5rem;
    position: relative
}

.md-reviewers .f3l_content .box .form0 .f_item .inp::before {
    display: block;
    content: "*";
    color: #ff1515;
    line-height: .46rem;
    position: absolute;
    left: .06rem;
    top: 0.04rem;
    font-size: 18px;
}

.md-reviewers .f3l_content .box .form0 .f_item .inp.no_need::before {
    content: "";
}

.md-reviewers .f3l_content .box .form0 .f_item .inp input {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding-left: .2rem
}

.md-reviewers .f3l_content .box .form0 .f_item .sel .sp1 {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.md-reviewers .f3l_content .box .form0 .f_item .sel select {
    width: 100%;
    border: none;
    height: .5rem;
    background-color: #f7f7f7;
    border-radius: .04rem;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    padding: 0 .2rem;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.md-reviewers .f3l_content .box .form0 .sub {
    width: 5rem;
    height: .5rem;
    background-color: #125bcc;
    border-radius: .04rem;
    text-align: center;
    color: #fff;
    font-family: D-DIN-Bold;
    font-size: 18px;
    border: none;
    border-radius: .04rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.md-reviewers .f3l_content .box .form0 .sub:hover {
    transform: translateY(-0.08rem);
    transition: all 0.3s ease-in-out
}

.md-reviewers .f3l_content .box .eye {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.md-reviewers .f3l_content .box .eye img:nth-child(2n-1) {
    display: block
}

.md-reviewers .f3l_content .box .eye img:nth-child(2n) {
    display: none
}

.md-reviewers .f3l_content .box .eye.show img:nth-child(2n-1) {
    display: none
}

.md-reviewers .f3l_content .box .eye.show img:nth-child(2n) {
    display: block
}

.ra-center {
    display: inline-block;
    vertical-align: top;
}

.ra-ve {
    text-align: center;
    padding: 0.2rem 0;
}

.ra-tip {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #125bcc;
    text-decoration: underline;
}

.ra-tip:hover {
    color: #125bcc;
    text-decoration: underline;
}

.tip1 {
    font-size: 16px;
    color: #1e2226;
}

.md-common_frame3 .f3_left .top_title2 {
    font-size: 20px;
    line-height: .77rem;
    color: #1e2226;
    font-weight: bold;
    padding: 0 .4rem;
    position: relative
}

.md-common_frame3 .f3_left .top_title2::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: .4rem;
    background-color: #ffffff
}

.cp-main {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 123456;
}

.cp-main.show {
    display: block;
    animation: opa 0.3s;
    animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes opa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cp-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

.cp-cont {
    width: 1000px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    transform: translate(0,-50%);
    max-height: 100vh;
    overflow: auto;
    padding: 60px 40px 124px;
}

.cp-tit {
    font-size: 20px;
    color: #191919;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 25px;
}

.cp-text {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.cp-text p, .cp-text span {
    line-height: inherit;
}

.cp-last {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 73px;
}

.cp-btn {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #125bcc;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.cp-btn.white {
    background-color: #fff;
    color: #333;
}

.cp-close {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 26px;
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.cp-area {
    position: absolute;
    left: -2000vw;
    top: 0;
}

@media(max-width: 1200px) {
    .cp-cont {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
}


/* 2024-2-26加 */
.my-text{position: absolute;bottom: 110%;left: 0;width: 100%;text-align: left;  color: #333;line-height: 1.5;font-size: 16px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .a1 .my-cn{line-height: 1.5;}
.md-common_Info_sideNav .bottom_list .list .ul1 .li1 .a1 .my-en{line-height: 1.5;}
.md-Information_for_authors .content_box .tab dl dd .my-cn{line-height: 1.75;}
.md-Information_for_authors .content_box .tab dl dd .my-en{line-height: 1.75;}
.md-common_person_sideNav .title.bilingual{padding: .2rem  ; line-height: 1;}
.md-common_person_sideNav .title.bilingual .my-cn{padding: .05rem 0;line-height: 1.4;color: #1e2226;font-weight: bold;}
.md-common_person_sideNav .title.bilingual .my-en{padding: .05rem 0;line-height: 1.4;color: #1e2226;font-weight: bold;}
.md-common_person_sideNav .list .ul1 .li1 .a1{padding-top: .07rem;padding-bottom: .07rem;}
.md-common_person_sideNav .list .ul1 .li1 .a1 .my-cn{line-height: 1.5;}
.md-common_person_sideNav .list .ul1 .li1 .a1 .my-en{line-height: 1.5;}
.md-common_person_right .common_step .step_item .d2 .sp1 .my-cn{line-height: 1.6;}
.md-common_person_right .common_step .step_item .d2 .sp1 .my-en{line-height: 1.6;}

.md-person_manuscript_4 .content_box .form form .f10 .p2 .my-cn{line-height: 1.5;}
.md-person_manuscript_4 .content_box .form form .f10 .p2 .my-en{line-height: 1.5;}

.md-person_manuscript_3 .content_box .box .tab_1 dd{flex-wrap: wrap;}
.md-person_manuscript_3 .content_box .box .tab_1 ul li dl dd .my-cn{display: block;width: 100%;text-align: center; line-height: 1.5;}
.md-person_manuscript_3 .content_box .box .tab_1 ul li dl dd .my-en{display: block;width: 100%;text-align: center; line-height: 1.5;}
.md-person_manuscript_3 .content_box .box .tab_2 dd{flex-wrap: wrap;}
.md-person_manuscript_3 .content_box .box .tab_2 ul li dl dd .my-cn{display: block;width: 100%;text-align: center; line-height: 1.5;}
.md-person_manuscript_3 .content_box .box .tab_2 ul li dl dd .my-en{display: block;width: 100%;text-align: center; line-height: 1.5;}

.md-my_manu_home .content_box .tab .my-cn{display: block;width: 100%; line-height: 1.5;}
.md-my_manu_home .content_box .tab .my-en{display: block;width: 100%; line-height: 1.5;}
.md-rev_ms_5 .content_box .tab .my-cn{display: block;width: 100%; line-height: 1.5;}
.md-rev_ms_5 .content_box .tab .my-en{display: block;width: 100%; line-height: 1.5;}
.md-common_review_tab .my-cn{display: block;width: 100%; line-height: 1.5;}
.md-common_review_tab .my-en{display: block;width: 100%; line-height: 1.5;}
.md-Information_issues_2 .detail .detail_right .dr_1 .bot .bot_item .p1 .my-cn{text-align: center; display: block;width: 100%; line-height: 1.5;}
.md-Information_issues_2 .detail .detail_right .dr_1 .bot .bot_item .p1 .my-en{text-align: center; display: block;width: 100%; line-height: 1.5;}

.xma-main{width: 100%;padding: 0 .4rem .6rem; background-color: #ffffff;}
.xma-top{width: 100%;padding: .2rem 0;border-bottom: 1px solid #dddddd;}
.xma-titles{width: 100%;position: relative;  color: #125bcc;font-weight: bold;line-height: 2;font-size: 20px; }
.xma-titles:before{content: '';position: absolute;top: 0;left: -.4rem;width: .03rem;height: 100%;background-color: #125bcc;}
.xma-cont{width: 100%;padding-top: .6rem;font-size: 0;}
.xma-item{display: inline-block;vertical-align: top;cursor: pointer; width: 16.87%;margin-right: 3.91%;margin-bottom: .55rem;}
.xma-item:nth-child(5n){margin-right: 0;}
.xma-img{width: 100%;position: relative;padding-top: calc(303/216*100%);}
.xma-img:after{opacity: 0;transition: all ease .5s;z-index: -1; content: ''; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block; width: calc(100% + .1rem);height: calc(100% + .1rem); border: solid .02rem #125bcc;}
.xma-img img{position: absolute;top: 0;left: 0;z-index: 8; width: 100%;height: 100%;object-fit: cover;} 
.xma-text{width: 100%;text-align: center;padding-top: .15rem;}
.xma-name{width: 100%;color: #1e2226;font-size: 18px;line-height: 1.44; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* .xma-item:hover .xma-img:after{opacity: 1;z-index: 1;}
.xma-item:hover .xma-name{color: #125bcc;} */

.xma-item.active .xma-img:after{opacity: 1;z-index: 1;}
.xma-item.active .xma-name{color: #125bcc;}

.xma-bottom{width: 100%;text-align: center;}
.xma-next{display: inline-block;cursor: pointer;padding: 0 .5rem;height: .5rem;border-radius: .25rem;line-height: .5rem; color: #ffffff;font-size: 18px;background-color: #125bcc;}
  
.h-language{display: inline-block;vertical-align: top;position: relative;z-index: 8;cursor: pointer;}
.hl-tip{display: block;height: 32px;line-height: 32px;color: #060001;}
.hl-sub{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s; position: absolute;top: 100%;left: 50%;transform: translate(-50%,0); padding-top: 10px;}
.hl-intro:before{content: '';position: absolute;top: -4px;left: 50%;transform: translate(-50%,0);border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 4px solid rgba(255,255,255,.4);}
.hl-intro{position: relative; padding: 0 .1rem;white-space: nowrap;color: #f5f5f5;font-size: 14px;line-height: 24px;border-radius: 12px;background-color: rgba(255,255,255,.4);}
.h-language:hover .hl-sub{opacity: 1;visibility: visible;z-index: 8;}
.md-header .head_2 .h2_r .person .p1{display: block; text-align: center;}
.md-header .head_2 .h2_r .person .p1 .my-cn{display: block;width: 100%; line-height: 1.5;}
.md-header .head_2 .h2_r .person .p1 .my-en{display: block;width: 100%; line-height: 1.5;}

.md-my_manu_info .content_box .form .form_bot .tab dd{flex-wrap: wrap;}
.md-my_manu_info .content_box .form .form_bot .tab dd .my-cn{width: 100%;text-align: center;}
.md-my_manu_info .content_box .form .form_bot .tab dd .my-en{width: 100%;text-align: center;}

.xmb-main{width: 100%;padding: 0 .4rem .6rem; background-color: #ffffff;}
.xmb-top{width: 100%;padding: .2rem 0;border-bottom: 1px solid #dddddd;}
.xmb-titles{width: 100%;position: relative;  color: #125bcc;font-weight: bold;line-height: 2;font-size: 20px; }
.xmb-titles:before{content: '';position: absolute;top: 0;left: -.4rem;width: .03rem;height: 100%;background-color: #125bcc;}
.xmb-cont{width: 100%;padding-top: .55rem;font-size: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.xmb-one{width: calc(50% - .3rem);margin-bottom:  .35rem;}
.xmb-subtitle{width: 100%;margin-bottom: .25rem;color: #000000;font-size: 18px;line-height: 28px;font-weight: bold;}
.xmb-list{width: 100%;}
.xmb-item{display: flex;width: 100%;min-height: .6rem;padding: 18px 15px 18px 80px;margin-bottom: .2rem;cursor: pointer;position: relative; background-color: #f7f9fd;border-radius: .1rem;overflow: hidden;}
.xmb-nub{position: absolute;top: 0;left: 0;padding: 0 5px;text-align: center; min-width: 40px;color: #999999;font-size: 14px; line-height: 40px; 	background-color: #eff2f7;border-radius: 10px 0px 30px 0px;}
.xmb-name{width: 100%;color: #1e2226;font-size: 14px;line-height: 24px;font-weight: bold;}
.xmb-item:hover .xmb-nub{color: #ffffff;background-color: #125bcc;}
.xmb-item:hover .xmb-name{color: #125bcc;}
.xmb-item.active .xmb-nub{color: #ffffff;background-color: #125bcc; }
.xmb-item.active .xmb-name{color: #125bcc;}
.xmb-buttom{width: 100%;text-align: center;padding-top: .05rem;}
.xmb-next{display: inline-block;cursor: pointer; padding: 0 .5rem;height: .5rem;line-height: .5rem;color: #ffffff !important;background-color: #125bcc;border-radius: .25rem;}

.xmc-main{width: 100%;}
.xmc-top{width: 100%;position: relative;display: flex;align-items: center;justify-content: space-between; padding: .25rem .4rem;background-color: #ffffff;}
.xmc-top:after{content: '';position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);width: calc(100%  - .8rem);height: 1px; background-color: #dddddd;}
.xmc-lt{flex: 1;}
.xmc-titles{width: 100%;position: relative;  color: #125bcc;font-weight: bold;line-height: 2;font-size: 20px; }
.xmc-titles:before{content: '';position: absolute;top: 0;left: -.4rem;width: .03rem;height: 100%;background-color: #125bcc;}
.xmc-rt{font-size: 0;position: relative;}
.xmc-up{display: inline-block;vertical-align: middle;cursor: pointer; color: #111111;font-size: 15px;line-height: 25px;}
.xmc-up:before{content: '';display: inline-block;vertical-align: top;margin-right: .1rem; width: 7px;height: 25px;background-image: url('../image/xa1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xmc-up:hover{color: #125bcc;}
.xmc-up:hover:before{background-image: url('../image/xa1-b.png');}
.xmc-next{display: inline-block;vertical-align: middle;cursor: pointer; color: #111111;font-size: 15px;line-height: 25px;}
.xmc-next:before{content: '';display: inline-block;vertical-align: middle;margin: 0 .15rem; width: 1px;height: 16px;background-color: #000000;opacity: 0.2;}
.xmc-next:after{transform: rotate(-180deg); content: '';display: inline-block;vertical-align: top;margin-left: .1rem; width: 7px;height: 25px;background-image: url('../image/xa1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xmc-next:hover{color: #125bcc;}
.xmc-next:hover:before{background-image: url('../image/xa1-b.png');} 
.xmc-cetner{width: 100%;}
.xmc-one{width: 100%;padding: .35rem .4rem .4rem; background-color: #fff;margin-bottom: .2rem;}
.xmc-subtitle{width: 100%;margin-bottom: .2rem; color: #125bcc;font-size: 18px;font-weight: bold;line-height: 28px;}
.xmc-list{width: 100%;}
.xmc-item{display: block;width: 100%;padding-bottom: .45rem;margin-bottom: .35rem; border-bottom: 1px dashed #dfdfdf;}
.xmc-item:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.xmc-link{display: block;cursor: pointer;width: 100%;}
.xmc-name{width: 100%;margin-bottom: .17rem; color: #000000;font-size: 18px;font-weight: bold;line-height: 28px;}
.xmc-textbox{width: 100%;color: #333333;font-size: 14px;line-height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; margin-bottom: .25rem;}
.xmc-textbox *{line-height: inherit;}
/* .xmc-textbox p{margin-bottom: .15rem;} */
.xmc-box{width: 100%;display: flex;align-items: center;}
.xmc-b{flex: 1;cursor: pointer; color: #666666 !important;font-size: 16px;line-height: 1.6;}
.xmc-b span{color: #125bcc;font-weight: bold;}
.xmc-buttombox{font-size: 0;}
.xmc-buttom{display: inline-block;vertical-align: middle;cursor: pointer; margin-right: .5rem;}
.xmc-buttom:last-child{margin-right: 0;}
.xmc-icon{display: inline-block;vertical-align: middle;width: .36rem;height: .36rem;text-align: center;line-height:.36rem;background-color: #eff2f7;border-radius: .18rem;}
.xmc-icon img{max-width: 100%;max-height: 100%;}
.xmc-text{display: inline-block;vertical-align: middle;margin-left: .1rem;font-size: 16px; color: #125bcc;line-height: 1.6;}
.xmc-bottom{width: 100%;font-size: 0;padding-top: .3rem;text-align: center;}
.xmc-handle{display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .1rem 0;padding: 0 .15rem;text-align: center;min-width: 1.6rem;height: .5rem;line-height:  .5rem;color: #111111;font-size: 15px;background-color: #ffffff;border-radius: .25rem;}
.xmc-handle:hover{color: #ffffff;	background-color: #125bcc;}
.md-Information_issues_2 .detail .detail_left .dl_item .text video{max-width: 100%;height: auto !important;}

.md-Information_edit_board .content_box .box .type .man.no-img .img{display: none;}
.md-Information_edit_board .content_box .box .type .man.no-img   .man_r{margin-left: 0 ;}

.xmd-main{width: 100%;background-color: #ffffff;padding: 0 .4rem .8rem;}
.xmd-top{width: 100%;padding-bottom: .45rem;}
.xmd-tips{width: 100%;position: relative;padding: .25rem 0;margin-bottom: .55rem; color: #1e2226;font-size: 18px;line-height: 28px;border-bottom: 1px solid rgba(0,0,0,.1);}
.xmd-tips:before{content: '';position: absolute;top: 50%;left: -.4rem;transform: translate(0,-50%); width: .03rem;height: .41rem;background-color: #125bcc;}
.xmd-tips span{color: #125bcc;font-weight: bold;}
.xmd-tips img{width: 20px;margin-right: 6px;}
.xmd-two{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.xmd-three{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.xmd-four{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.xmd-item{display: block;width: calc(50% - 10px);margin-bottom: .35rem;}
.xmd-tip{width: 100%;margin-bottom: 7px;color: #1e2226;font-size: 18px;line-height: 28px;}
.xmd-c{width: 100%;}
.xmd-input{display: block;width: 100%;height: 53px;padding: 0 20px;color: #1e2226;font-size: 16px;background-color: #f7f7f7;border: solid 1px #e8e8e8;}
.xmd-layuibox{width: 100%;position: relative;background-color: #f7f7f7;border: solid 1px #e8e8e8;}
.xmd-layuibox:after{content: ''; position: absolute;top: 0;right: 20px;width: 15px;height: 100%;background-image: url('../image/xa4.png');background-size: 100% auto; background-position: center center;background-repeat: no-repeat;}
.xmd-layui{position: relative;z-index: 18;display: block;border: none;background-color: transparent;width: 100%;height: 53px;padding: 0 20px;color: #1e2226;font-size: 16px;}

.xmd-three .xmd-item{width: calc(33.33% - 10px);}
.xmd-four .xmd-item{width: calc(25% - 10px);} 
.xmd-submitbox{width: 100%;text-align: center;padding-top: .05rem;}
.xmd-submit{display: inline-block;vertical-align: top;cursor: pointer;border: none;padding: 0 70px;color: #ffffff;font-size: 18px;height: 50px;background-color: #125bcc;border-radius: 25px;}

.xmd-bottom{width: 100%;}
.xmd-titlesbox{display: flex;align-items: center;justify-content: space-between;width: 100%;position: relative;margin-bottom: .3rem;;border-bottom: 1px solid rgba(0,0,0,.1);padding: .3rem 0;}
.xmd-titlesbox:before{content: '';position: absolute;top: 50%;left: -.4rem;transform: translate(0,-50%); width: .03rem;height: .41rem;background-color: #125bcc;}
.xmd-titles{width: 100%;font-weight: bold; color: #125bcc;font-size: 18px;line-height: 28px}

.xmd-conditionbox{width: 100%;font-size: 0;padding-bottom: .45rem;}
.xmd-condition{display: inline-block;vertical-align: middle;margin-right: .1rem;margin-bottom: .1rem;padding: 0 .13rem 0 .2rem; border-radius: 21px;border: solid 1px #e8e8e8;}
.xmd-condition .xmd-text{display: inline-block;vertical-align: middle;line-height: 42px;color: #1e2226;font-size: 16px;}
.xmd-del{display: inline-block;vertical-align: middle;cursor: pointer;margin-left: .2rem;width: 11px;}
.xmd-del img{width: 100%;}
.xmd-resultbox{width: 100%;}
.xmd-result{display: block;width: 100%;padding-bottom: .45rem;margin-bottom: .35rem; border-bottom: 1px dashed #dfdfdf;}
/* .xmd-result:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;} */
.xmd-link{display: block;cursor: pointer;width: 100%;}
.xmd-name{width: 100%;margin-bottom: .17rem; color: #000000;font-size: 18px;font-weight: bold;line-height: 28px;}
.xmd-textbox{width: 100%;color: #333333;font-size: 14px;line-height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; margin-bottom: .25rem;}
.xmd-textbox *{line-height: inherit;}
.xmd-box{width: 100%;display: flex;align-items: center;}
.xmd-b{flex: 1;cursor: pointer; color: #666666 !important;font-size: 16px;line-height: 1.6;}
.xmd-b span{color: #125bcc;font-weight: bold;}
.xmd-buttombox{font-size: 0;}
.xmd-buttom{display: inline-block;vertical-align: middle;cursor: pointer; margin-right: .5rem;}
.xmd-buttom:last-child{margin-right: 0;}
.xmd-buttom .xmd-icon{display: inline-block;vertical-align: middle;width: .36rem;height: .36rem;text-align: center;line-height:.36rem;background-color: #eff2f7;border-radius: .18rem;}
.xmd-buttom .xmd-icon img{max-width: 100%;max-height: 100%;}
.xmd-buttom .xmd-text{display: inline-block;vertical-align: middle;margin-left: .1rem;font-size: 16px; color: #125bcc;line-height: 1.6;}


.xmd-form .select-w {box-sizing: border-box;display: inline-block;vertical-align: top;width: 100%;height: 52px;background-color: #f7f7f7;position: relative;padding-right: 50px;padding-left:  20px;white-space: nowrap}
.xmd-form .select-w .cur {width: 100%;display: inline-block;vertical-align: top;height: 52px;line-height: 52px;font-size: 16px;color: #1e2226;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xmd-form .select-w select {position: absolute;width: 100%;height: 100%;padding-left:20px;left: 0;top: 0;z-index: 2;opacity: 0;filter: alpha(opacity=0);}
.xmd-form .select-w:after{content: ''; position: absolute;top: 0;right: 20px;width: 15px;height: 100%;background-image: url('../image/xa4.png');background-size: 100% auto; background-position: center center;background-repeat: no-repeat;}

.xmd-bottom .xmd-top{display: none;}
.xmd-filtrate{display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 15px;min-width: 200px;text-align: center;border-radius: 25px;border: solid 1px #125bcc;}
.xmd-filtrate .xmd-icon{display: inline-block;vertical-align: middle;width: 19px;margin-right: 9px;line-height: 50px;}
.xmd-filtrate .xmd-icon img{width: 100%;}
.xmd-filtrate .xmd-span{display: inline-block;vertical-align: middle;}
.xmd-filtrate .xmd-span1{display: block; color: #125bcc;font-size: 18px;line-height: 28px;}
.xmd-filtrate .xmd-span2{display: none; color: #fff;font-size: 18px;line-height: 28px;}
.xmd-main.filtrate .xmd-bottom .xmd-top{display: block;}
.xmd-main.filtrate .xmd-filtrate{background-color: #125bcc;}
.xmd-main.filtrate .xmd-span1{display: none;}
.xmd-main.filtrate .xmd-span2{display: block;}
.xmd-main.filtrate   .xmd-icon img{filter: grayscale(100%) brightness(500%);}

.selectbox{width: 100%;position: relative;z-index: 8;}
.select-tip{width: 100%;display: block;cursor: pointer;position: relative;background-color: #f7f7f7;padding-right: 50px;padding-left:  20px;}
.select-tip:after{content: ''; position: absolute;top: 0;right: 20px;width: 15px;height: 100%;background-image: url('../image/xa4.png');background-size: 100% auto; background-position: center center;background-repeat: no-repeat;}
.select-cur{display: block;width: 100%;height: 52px;line-height: 52px;font-size: 16px;color: #1e2226;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select-sub{visibility: hidden;z-index: -1;opacity: 0; position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff; box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);}
.select-cont{width: 100%; max-height: 360px; overflow: auto;}
.select-item{display: block;cursor: pointer; width: 100%; line-height: 26px;padding: 5px 20px;color: #666666;font-size: 16px;}
.select-item:hover{background-color: #006cb8 !important;color: #fff;} 
.selectbox.show {z-index: 28;}
.selectbox.show .select-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;} 
 
.md-header .head_2 .h2_r .sub{vertical-align: top;}
.md-header .head_2 .h2_r .inp{vertical-align: top;}
.h-advanced_search{display: inline-block;vertical-align: middle;cursor: pointer; margin-top: .1rem;margin-left: .25rem; color: #fff !important;text-decoration: underline;font-size: 14px;line-height: 1;}
.h-advanced_search a{color: #fff !important;}