a:hover {
    text-decoration: none;
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
.clear {
    display: block;
    width: 100%;
    clear: both;
}
/*滚动条样式 -begin*/
::-webkit-scrollbar-track{
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px!important;
}
::-webkit-scrollbar{
    width:8px;
    height:8px
}
::-webkit-scrollbar-thumb{
    background-color: #ccc;
    border-radius:10px!important;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
/*滚动条样式 -end*/
/*头部 --begin*/
.home-head{
    background-image: url(../../project/img/awardhome/background_head.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    background-color: inherit;
    margin-bottom: 0;
}
.home-head .nav-ul{
    padding: 20px 0;
}
.home-head .nav-ul>li:not(:last-child){
    padding: 6px 15px;
    border: 1px solid #B6DCFF;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
}
.home-head .nav-ul>li{
    display: inline-block;
}
.home-head .nav-ul>li:not(:last-child)>a{
    color: #fff;
}
.home-head .nav-ul>li:not(:last-child):hover{
    border: 1px solid rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.4);
}
.home-head .nav-ul li>i{
    margin-right: 8px;
}
.home-head .content{
    width: 90%;
    margin: 0 auto;
}
.home-head .nav-logo{
    padding: 28px 0;
}
.home-head .login{
    padding: 20px 0;
}
.home-head .navbar-toggle {
    float: left;
    margin-top: 15px;
    border-color: #fff;
}
.home-head .nav-line {
    margin: 0 15px;
    display: inline-block;
    background-color: rgba(105, 167, 224, 1);
    width: 1px;
    height: 14px;
}
.home-head .btn-login{
    background: #0384FF;
    /*border-radius: 2px 8px 8px 2px;*/
    border-radius: 8px;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #0384FF;
}
.home-head .btn-login:hover,.home-head .btn-login:focus,.home-head .btn-login:focus{
    color: #fff;
    outline: none!important;
    background: #0472da;
    border: 1px solid #0472da;
}
.home-head .btn-login:last-child:after {
    /*content: " ";*/
    /*display: inline-block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: solid 6px #fff;*/
    /*border-left: solid 4px transparent;*/
    /*border-right: solid 4px transparent;*/
    /*vertical-align: 2px;*/
    /*margin-left: 15px;*/
}
.home-head .btn-collect{
    border: 1px solid #40A2FF;
    border-radius: 8px 2px 2px 8px;
    color: #fff;
    padding: 6px 20px;
    margin-right: 6px;
}
.home-head .btn-collect:hover,.home-head .btn-collect:focus,.home-head .btn-collect:focus{
    color: #fff;
    outline: none!important;
    border: 1px solid rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.4);
}
.head-box.notice .login, .notice .home-head .nav-line,
.head-box.problem .login, .head-box.problem .nav-line, .head-box.problem .fixed-toolbar-box,
.head-box.rule .login, .head-box.rule .nav-line, .head-box.rule .fixed-toolbar-box{
    display: none;
}
/*头部 --end*/
/*主页 --begin*/
.home-box .home-box_1{
    background-image: url(../../project/img/awardhome/background_body.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.home-box .home-box_2{
    background-image: url(../../project/img/awardhome/background_body_2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #F6F8FC;
}
.home-body .notice{
    min-width: 640px;
    min-height: 340px;
    background: rgba(0,0,0,0.4);
    border-radius: 8px;
    color: #fff;
    padding: 15px;
    margin-right: 140px;
    margin-bottom: 40px;
    float: right;
}
.home-body .notice .title{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.home-body .notice .title:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 24px;
    background-color: #128AFF;
}
.home-body .notice ul{
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 250px;
}
.home-body .notice ul li{
    border-bottom: 1px solid rgba(170,170,170,0.6);
    padding: 10px 20px;
    cursor: pointer;
}
.home-body .notice ul>li>a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.home-body .notice ul>li>sup{
    top:-14px;
    color:red;
    font-weight:500;
    font-style:italic;
    font-size:12px;
}
.home-body .notice ul>li:hover {
    background: linear-gradient(90deg, #0976DC 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.home-body .notice .icon-down {
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transform: scale(3,1);
    -ms-transform: scale(3,1);
    -webkit-transform: scale(3,1);
    -moz-transform: scale(3,1);
    -o-transform: scale(3,1);
}
.service-column{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}
.service-column .title{
    font-size: 20px;
    color: #000000;
    padding: 10px 0;
}
.service-column .title:before{
    margin-top: 6px;
    content: "";
    position: absolute;
    width: 6px;
    height: 16px;
    background-color: #128AFF;
    border-radius: 2px;
}
.service-column .service-column-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    -webkit-animation: slideY .6s both;
    animation: slideY .6s both;
}
.service-column-box .item {
    text-decoration: none;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 8px!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 18px;
    color: #000000;
    justify-items: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
}
.service-column-box .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.service-column-box .item span{
    margin-left: 10px;
}
/*主页 --end*/
/*图标 begin*/
.icon-float {
    float: left;
}
.self-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.self-icon.icons-home {
    background: url(../../project/img/awardhome/icon_1.png) no-repeat center center;
    background-size: 18px auto;
}
.self-icon.icons-method {
    background: url(../../project/img/awardhome/icon_2.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-rule {
    background: url(../../project/img/awardhome/icon_3.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-TV {
    background: url(../../project/img/awardhome/icon_4.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-record {
    background: url(../../project/img/awardhome/icon_5.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-book {
    background: url(../../project/img/awardhome/icon_6.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-scale {
    background: url(../../project/img/awardhome/icon_7.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-achieve {
    background: url(../../project/img/awardhome/icon_8.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-question {
    background: url(../../project/img/awardhome/icon_9.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-landmark {
    background: url(../../project/img/awardhome/icon_10.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-star {
    background: url(../../project/img/awardhome/icon_11.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-medal {
    background: url(../../project/img/awardhome/icon_12.png) no-repeat center center;
    background-size: 40px auto;
}
.self-icon.icons-plan {
    background: url(../../project/img/awardhome/icon_13.png) no-repeat center center;
    background-size: 18px auto;
}
.self-icon.icons-custom {
    background: url(../../project/img/awardhome/icon_14.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-material {
    background: url(../../project/img/awardhome/icon_15.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-items-black {
    background: url(../../project/img/awardhome/icon_16.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-book-black {
    background: url(../../project/img/awardhome/icon_17.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-material-black {
    background: url(../../project/img/awardhome/icon_18.png) no-repeat center center;
    background-size: 20px auto;
}
.self-icon.icons-items{
    background: url(../../project/img/awardhome/icon_19.png) no-repeat center center;
    background-size: 20px auto;
}
/*图标 end*/
.service-column-box .self-icon{
    width: 50px;
    height: 50px;
}
/*尾部 begin*/
.home-foot{
    background-image: url(../../project/img/awardhome/background_foot.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 0;
}
.home-foot .contents{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    margin: auto;
    width: 90%;
}
.home-foot .item{
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    display: -webkit-flex;
}
.home-foot .item:last-child{
    align-items: center;
    flex-direction: row;
    justify-content: end;
}
.home-foot .item .title{
    position: relative;
    margin-bottom: 20px;
}
.home-foot .item .title:after{
    position: absolute;
    content: " ";
    width: 40px;
    border: solid 2px #fff;
    background: #fff;
    display: block;
    bottom: -6px;
    left: 0;
}
/*尾部 end*/
/*工具栏 begin*/
.fixed-toolbar-box {
    background: rgba(0,0,0,0.4);
    box-shadow: 0px 0px 9px 1px rgba(3,39,76,0.2);
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    right: 1px;
    width: 80px;
    bottom: 140px;
    z-index: 9999;
}
.fixed-toolbar-box .toolbar-btn {
    padding: 10px;
    width: 80px;
    height: 60px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.fixed-toolbar-box .toolbar-btn:hover, .fixed-toolbar-box .toolbar-btn:focus{
    margin: 0;
    height: 75px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    text-decoration: none;
    outline: 0;
    color: #fff;
    border-radius: 8px 0px 0px 8px;
}
.toolbar-btn .contract-info {
    display: none;
    width: 360px;
    height: 160px;
    position: absolute;
    left: -395px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
}
.toolbar-btn:hover .contract-info{
    display: block;
    color: #333
}
.toolbar-btn .contract-info .arrow {
    width: 30px;
    height: 30px;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/script/zjzwfw-2019/ycdtdh_pic/jt2.png) no-repeat center;
    position: absolute;
    top: 25px;
    left: 366px;
}
.toolbar-btn .contract-info_txt {
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);
}
.toolbar-btn .contract-info_txt p{
    margin-top:10px;margin-left: 15px;line-height:20px;color: #333;
}
/*工具栏 end*/
/*登录框  begin*/
.loginBox{
    border-radius: 6px!important;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.loginBox .loginBox-left {
    background: url(../../project/img/awardhome/login-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 40%;
    position: relative;
    padding: 30px 20px;
}
.loginBox .loginBox-left p{
    text-align: left;
    color: #fff;
    font-size: 14px;
}
.loginBox .loginBox-left p:not(.title):before{
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.loginBox .loginBox-left .title{
    font-size: 16px;
    font-weight: bold;
}
.loginBox-left .highlight{
    color: #FF9914;
}
.loginBox .loginBox-right {
    padding: 0 40px 30px 40px;
    width: 60%;
    background: linear-gradient(0deg, #cae0f5 0%,#FFFFFF 15%);
    border-bottom-right-radius: 6px!important;
    border-top-right-radius: 6px!important;
}
.loginBox-right .logo{
    background: url(../../project/img/awardhome/login_logo.png) no-repeat;
    background-size: 100% 100%;
    height: 66px;
}
/*<!--管理登录说明文字-->*/
#loginform .login-text {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    background: linear-gradient(to bottom, #ffffff 0%, #1b67e52e 90%, #4d83ff6e 100%);
    box-shadow: 0px 0px 3px 0px rgb(93 107 137 / 30%);
    border-radius: 8px;
    display: flex;
}

#loginform .method-box {
    border-radius: 10px;
    padding: 0 20px;
    margin: 28px 0 32px 0;
    position: relative;
    text-align: left;
}

#loginform .method-title {
    font-weight: bold;
    border-radius: 6px;
    width: 100%;
    height: 30px;
    font-family: Alibaba PuHuiTi;
    font-size: 16px;
    position: relative;

}

#loginform  .method-title:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: -6px;
    width: 100%;
    height: 20px;
    background-image: url("../../img/titile-bg1.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#loginform .content-item {
    display: flex;
    margin-top: 16px;
    line-height: 1.8;
}

#loginform .content-item-index {
    font-weight: bold;
    width: 30px;
    flex-shrink: 0;
    font-style: italic;
}

#loginform .content-item-text {
    flex: 1;
    font-weight: bold;
}
/*<!--管理登录说明文字-->*/

#loginform .inputs {
    margin-top: 25px;
}
#loginform .btn1 {
    border: 0;
    background: #0084ff;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    font-size: 16px;
}
#loginform .title div.active {
    color: #fff;
    padding: 9px;
    border-radius: 36px;
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}
#loginform .title div {
    width: 33.3%;
    padding: 8px;
    text-align: center;
    color: #999;
}
#loginform .title div {
    width: 33.3%;
    padding: 8px;
    text-align: center;
    color: #999;
}
#loginform .inputs input[type=text], input[type=password] {
    background: #f5f5f5;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}
#loginform .inputs input[type=text]:focus, input[type=password]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #42A5F5, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}
/*登录框  end*/
/*忘记密码  begin*/
.login-nav-list {
    margin-bottom: 30px;
    width: 80%;
    border-bottom: 1px solid #284F86;
    margin-left: auto;
    margin-right: auto;
}
.login-nav-list {
    padding: 40px 0 0 0;
}
.login-nav-list>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.login-nav-list>li.active>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
.login-nav-list>li>a {
    font-weight: 500;
    color: #666;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
}
.login-nav-list>li.active:after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 0;
    border: solid 3px #366EFE;
    background: #366EFE;
    margin: 0 auto;
    display: block;
    bottom: -3px;
    left: 0;
    right: 0;
    border-radius: 5px!important;
}
.loginBox-right .login-body {
    width: 78%;
    margin: 0 auto;
}
.loginBox-right .login-body .login-row {
    margin-bottom: 20px;
    position: relative;
}
.login-row input {
    padding: 6px 10px;
    height: 36px;
}
.login-row .select-btn {
    width: 40%;
    overflow: hidden;
    padding: 0;
    height: 36px;
    line-height: 34px;
}
.login-row .text {
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    color: #2C83FC;
}
/*忘记密码  end*/
/*通知通告 begin*/
.notice-box,.document-box{
    background-image: url(../../project/img/awardhome/notice_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 400px;
}
.notice-box>.content{
    padding: 40px 100px;
    display: flex;
    display: -webkit-flex;
}
.notice-box .content>.left{
    border-radius: 10px;
    background: #f5f5f5;
    width: 200px;
}
.notice-box .content>.right{
    position: relative;
    width: calc(100% - 200px);
    height: calc(100vh - 180px);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 18px 2px rgba(180,197,215,0.25);
}
.notice-box .toolbar-btn.cg{
    display: none;
}
.notice-nav {
    list-style: none;
}
.notice-nav li{
    padding: 20px 45px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.notice-nav li>i{
    margin-right: 5px;
}
.notice-nav li i:last-child{
    display: none;
    opacity: 0;
}
.notice-nav li.active,.notice-nav li:hover{
    color: #fff;
    background-color: #1B7AF5;
    border-radius: 8px;
}
.notice-nav li.active:after,.notice-nav li:hover:after{
    content: "";
    display: inline-block;
    border-top: 12px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 12px solid transparent;
    right: 0;
    position: absolute;
}
.notice-nav li.active i:first-child,.notice-nav li:hover i:first-child{
    display: none;
    opacity: 0;
}
.notice-nav li.active i:last-child,.notice-nav li:hover i:last-child{
    display: block;
    opacity: 1;
}
.notice-item{
    padding: 20px 30px;
    border-radius: 8px;
}
.notice-item .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.notice-item .title:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 18px;
    background-color: #116BEE;
    border-radius: 3px;
    margin-top: 3px;
}
.notice-item .title span{
    margin-left: 15px;
}
.notice-item>ul{
    height: calc(100vh - 300px);
    overflow: auto;
}
.notice-item>ul>li{
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid #D6DEE8;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
}
.notice-item>ul>li:hover{
    background: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.notice-item>ul>li:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 6px;
    background-color: #006CFF;
    border-radius: 50%;
}
.notice-item>ul>li>a{
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 90px);
}
.notice-item>ul>li>span{
    color: #999;
}
/*常见问题、形审规则 begin*/
.document-box>.content {
    border-radius: 8px;
    padding: 40px 100px;
}
.document-box>.content p {
    margin: 0 0 5px;
}
.document-box>.content .title  {
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
}
.document-box>.content .mid-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0px 0px 18px 2px rgba(180,197,215,0.25);
}
.document-box>.content .one-level-title {
    font-size: 20px;
    color: #2267C6;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
}
.document-box>.content .two-level-title {
    font-size: 18px;
    color: #151515;
    letter-spacing: 0;
    line-height: 34px;
}
.document-box>.content .text-box {
    text-indent: 1.8em;
    font-size: 16px;
    color: #555;
    letter-spacing: 0;
    line-height: 34px;
}
/*常见问题、形审规则 end*/

/*分页 begin*/
.public-paging {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.public-paging select ,.public-paging input {
    height: 34px;
    display: inline-block;
    border-radius: 4px!important;
    line-height: 26px;
}
.public-paging select{
    padding: 6px 8px;
    width: 100px;
}
.public-paging input{
    width: 50px;
}
.public-paging .paging-btn {
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #C6D1E0;
    margin-left: 5px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}
.public-paging .paging-btn.active,.public-paging .paging-btn:hover {
    background-color: #3382E8;
    color: #fff;
}
.public-paging .paging-btn:disabled{
    cursor: not-allowed;
}
/*分页 end*/
@media screen and (max-width: 1024px){
    .service-column .service-column-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .home-foot .contents{
        grid-template-columns: repeat(3, auto);
    }
}
@media only screen and (max-width: 760px){
    .service-column .service-column-box {grid-template-columns: repeat(1, 1fr);}
    .home-head .nav-logo{padding-bottom: 0;width: 100%;}
    .home-head .login{padding: 10px 0;}
    .home-foot .contents{grid-template-columns: repeat(1, auto);}
    .fixed-toolbar-box {display: none;z-index: 999;}
    .home-body .notice{float: none;margin-right: 10px;margin-left: 10px;min-width: auto;}
    .home-body .notice ul>li>a{white-space: normal;}
    .navbar-collapse{border: none;}
    #loginModal .modal-dialog,#getPasswordModal .modal-dialog{width: 95%!important;}
    #loginModal .loginBox-left,#getPasswordModal .loginBox-left{display: none;}
    #loginModal .loginBox-right,#getPasswordModal .loginBox-right{width: 100%;background-size: cover;}
    .notice-box>.content{display: block;padding: 20px;}
    .notice-box .content>.left,.notice-box .content>.right{width: auto;}
    .notice-nav{display: flex;display: -webkit-flex;}
    .notice-nav li{display: inline-block;flex: 1;padding: 20px;}
    .notice-item>ul>li>a{white-space: normal;}
    .document-box>.content{padding: 20px;}
    .service-column-box .self-icon{background-size: 18px auto;width: 20px;height: 20px;}
    .service-column-box .item span{font-size: 13px;}
}