.wrapper{
    background-image: url('../images/login_back.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fixed-top-right{
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fixed-top-right .back-icon{
    width: 14px;
    height: 12px;
    margin-right: 6px;
}
.fixed-top-right .back-text{
    font-size:var(--fontsize16);
    color: #55CAF5;
    line-height: 40px;
    font-weight: 400;
}
.fixed-top-right :hover{
    cursor: pointer;
}
.copyright{
    position: fixed;
    bottom: 58px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #A0A0A0;
    line-height: 25px;
}
.copyright a{
    font-size: var(--fontsize14);
    color: #A0A0A0;
    line-height: 25px;
    margin-left: 10px;
}
.login{
    text-align: center;
    margin-top: 90px;
}
.login-logo{
    display: block;
}
.login-title{
    font-size: var(--fontsize30);
    color: #000000;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 65px auto 35px;
}
.login .logo-pic{
    width: 405px;
}
.login .login-form{
    padding: 10px 28px;
    border-radius: 60px;
    background-color: #EEF2F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 600px;
}
.login .login-form .login-input{
    flex: 1;
    font-size: var(--fontsize16);
    color: #000000;
    line-height: 40px;
    border: none;
    background: none;
    outline: none;
    font-weight: 400;
}
.login .login-form .login-icon{
    width: 14px;
    height: 15px;
}
.login .login-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login .login-flex .login-flex-left{
    font-size: var(--fontsize16);
    color: #A0A0A0;
    line-height: 24px;
}
.login .login-flex .login-flex-left a,.login .login-flex .login-flex-right a{
    color: #00B0F0;
    font-size: 16px;
    line-height: 24px;
}
.login .login-submit{
    background: #00B0F0;
    border-radius: 30px;
    font-size: var(--fontsize20);
    color: #ffffff;
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 80px auto 0;
    width: 600px;
}
.login .login-submit:hover{
    cursor: pointer;
    opacity: 0.85;
}
.login .login-clear-right{
    padding: 0 0 0 28px;
}
.login .login-code{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 60px;
    background: #575757;
    border-radius: 0 60px 60px 0;
    padding: 0 20px;
    margin-left: 16px;
}
.login .login-code:hover{
    cursor: pointer;
}
.login .login-mg-top{
    margin-top: 30px;
}
.privacy{
    font-size: var(--fontsize16);
    color: #828282;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
.privacy .privacy-checkbox{
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}
.privacy .privacy-text a{
    color: #00B0F0;
}
.login .login-step{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0 auto 80px;
    width: 600px;
}
.login .login-step .login-step-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   position: relative;
   z-index: 2;
}
.login .login-step::after{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 60px);
    height: 1px;
    background: #e3e3e3;
    z-index: 1;
}
.login .login-step .login-step-item .step-number{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    background: #CBCBCB;

}
.login .login-step .login-step-item .step-text{
    font-size: var(--fontsize16);
    color: #909090;
    line-height: 24px;
    margin-top: 8px;
}
.login .login-step .login-step-item-active .step-number{
    background: #00B0F0;
}
.login .login-step .login-step-item-active .step-text{
    color: #434343;
}
.login-tab.active{
    display: block;
}
.login-tab{
    display: none;
}
.login .login-success .success-icon{
    width: 104px;
    height: 104px;
}
.login .success-title{
    font-size: var(--fontsize30);
    color: #00B0F0;
    line-height: 36px;
    margin-top: 30px;
}
.login .success-tip{
    font-size: var(--fontsize16);
    color: #525252;
    line-height: 20px;
    margin-top: 20px;
}
.top{
    background: #F2F2F2;
}
.top .top-left{
    font-size: var(--fontsize14);
    color: #656565;
    line-height: 40px;
}
.top .top-right .top-right-item{
    margin-left: 10px;
    border-left: 1px solid #DADADA;
    padding-left: 10px;
}
.top .top-right .top-right-item:first-child{
    border-left: none;
}
.top .top-right .top-right-item a{
    font-size: var(--fontsize14);
    color: #828282;
    line-height: 18px;
}
.top .top-right-phone{
    margin-left: 45px;
}
.top .top-right-phone .phone-top{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.top .top-right-phone span{
    font-size: 16px;
    color: #00B0F0;
    line-height: 40px;
    font-weight: bold;
}
.logo-search{
    padding: 10px 0;
}
.logo-search .logo{
    width: 405px;
}
.logo-search .ls-right {
    flex: 1;
}
.logo-search .ls-right .search-box{
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 11px;
}
.logo-search .ls-right .search-box .search-icon{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.logo-search .ls-right .search-box .search-input{
    width: 350px;
    font-size: var(--fontsize16);
    color: #3E3E3E;
    line-height: 18px;
    border: none;
    outline: none;
    background: none;
}
.logo-search .ls-right .search-btn{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 40px;
    background: #00B0F0;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    margin-left: 10px;
}
.logo-search .ls-right .hot{
    margin-left: 23px;
}
.logo-search .ls-right .hot-li a{
    font-size: var(--fontsize16);
    color: #828282;
    line-height: 18px;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}
.logo-search .ls-right .hot-li{
    position: relative;
}
.logo-search .ls-right .hot-li a::before{
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    font-size: var(--fontsize16);
    color: #828282;
}
.logo-search .ls-right .hot-li:nth-child(2) a::before{
    content: '';
}
.menu .service{
    width: 320px;
    padding: 0 20px 0 48px;
    background: #00B0F0;
    font-size: var(--fontsize18);
    color: #ffffff;
    line-height: 46px;
    background-image: url(../images/service.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 18px 14px;
}
.menu .service a{
    font-size: var(--fontsize18);
    color: #ffffff;
    line-height: 46px;
}
.menu-position{
    position: relative;
}
.menu-hover{
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 999999;
    background: rgba(255,255,255,0.9);
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    /* transform: scale(0.1); */
    transition: all 0.3s ease-in-out;
}
.menu-position:hover .menu-hover{
    opacity: 1;
    height: 600px;
    visibility: visible;
    /* transform: scale(1); */
}
.menu-li{
    padding: 25px 22px 45px 32px;
    border-top: 1px solid #E0E0E0;
}
.menu-li ul li{
    float: left;
    margin-right: 8px;
    margin-top: 15px;
    border-right: 1px solid #E0E0E0;
    padding-right: 8px;
}
.menu-li ul li:last-child{
    border-right: none;
}
.menu-li ul li a{
    font-size: var(--fontsize14);
    color: #878787;
    line-height: 14px;
}
.menu-li ul li a:hover{
    color: #00B0F0;
}
.menu-title{
    font-size: var(--fontsize16);
    color: #262626;
    line-height: 32px;
    background-image: url(../images/rjgx_menu.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    padding-left: 42px;
    position: relative;
    margin-bottom: 20px;
}
.menu-name{
    background-image: url(../images/zsyz_menu.png);
}
.menu-title::before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    width: 7px;
    height: 12px;
    background-image: url(../images/arrow_right.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
}
.menu-title a{
    font-size: var(--fontsize16);
    color: #262626;
    line-height: 32px;
}
.menu .service a:hover{
    cursor: pointer;
    color: rgba(255,255,255,0.9)!important;
}
.menu .nav{
    flex: 1;
    margin-left: 100px;
}
.menu .nav .nav-li a{
   font-size: var(--fontsize18);
   color: #3E3E3E;
   line-height: 20px;
}
.menu .nav .nav-li{
    position: relative;
    float: left;
    padding: 0 40px;
}
.menu .nav .nav-li::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 18px;
    background: #DFDFDF;
}
.menu .nav .nav-li:last-child::before{
    width: 0;
}
.menu .nav .nav-li.active a{
    color: #00B0F0;
    font-weight: bold;
}
.menu .nav .nav-li>ul{
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -65%;
    min-width: 130%;
    background-color: rgba(255,255,255,0.9);
    padding: 0 15px;
    z-index: 888;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
}
.menu .nav .nav-li>ul li{
    padding: 10px 0;
    text-align: center;
}
.menu .nav .nav-li>ul li a{
    font-size: var(--fontsize16);
   color: #3E3E3E;
   line-height: 20px;
}
.menu .nav .nav-li:hover ul{
    opacity: 1;
    height: auto;
    visibility: visible;
}
.swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: #ffffff!important;
}
.swiper-pagination-bullet-active{
    width: 10px!important;
    height: 10px!important;
    background: #ffffff!important;
    padding: 2px!important;
    border: 1px solid #ffffff!important;
}
.banner{
    height: 600px;
}
.four{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.four-flex .four-li{
    flex: 1;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.four-flex .four-li .four-big{
    font-size: var(--fontsize36);
    color: #00B0F0;
    line-height: 60px;
}
.four-flex .four-li .four-small{
    font-size: var(--fontsize16);
    color: #616161;
    line-height: 20px;
}
.four-flex .four-li::before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    background-image: url(../images/xie_line.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 13px 40px;
    width: 13px;
    height: 40px;
}
.four-flex .four-li:last-child::before{
    width: 0;
}
.clear-col{
    padding: 0!important;
}
.card{
    margin-top: 50px;
}
.card-item {
    overflow: hidden;
}
.card-item:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.title{
    font-size: var(--fontsize30);
    color: #000000;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
}
.border{
    width: 80px;
    height: 2px;
    background: #00B0F0;
    margin: 12px auto 20px;
}
.software .soft-box{
    border: 1px solid #EFEFEF;
    padding: 50px;
}
.software .soft-box .soft-item{
    text-align: center;
    position: relative;
}
.software .soft-box .soft-item .soft-title{
    font-size: var(--fontsize16);
    color: #292929;
    line-height: 24px;
    margin-top: 25px;
}
.software .soft-box .soft-item::before{
    content: '';
    width: 0;
    height: 2px;
    background: #00B0F0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
}
.software .soft-box .soft-item::after{
    content: '';
    width: 1px;
    height: 160px;
    background: #EFEFEF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -80px;
}
.software .soft-box .soft-item:last-child::after{
    width: 0;
}
.software .soft-box .soft-item:hover::before{
    width: 100px;
    transition: all 0.5s ease-in-out;
}
.software .soft-box .soft-item:hover .soft-title{
    color: #00B0F0;
}
.zsyzfw-item{
    padding: 22px;
    border: 1px solid #EFEFEF;
    margin-bottom: 30px;
}
.zsyzfw-item .zsyzfw-img{
    overflow: hidden;
}
.zsyzfw-item .zsyzfw-title{
    font-size: var(--fontsize16);
    color: #292929;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;
}
.zsyzfw-item .zsyzfw-order{
    width: 80px;
    height: 32px;
    background: #00B0F0;
    border-radius: 5px;
    font-size: var(--fontsize14);
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    border: 1px solid #00B0F0;
    margin: 20px auto;
}
.zsyzfw:hover .zsyzfw-item{
    border-bottom: 1px solid #00B0F0;
    cursor: pointer;
}
.zsyzfw:hover .zsyzfw-item .zsyzfw-order{
    background: #ffffff;
    color: #00B0F0;
    border-color: #00B0F0;
}
.news-item{
    border: 1px solid #EFEFEF;
    overflow: hidden;
}
.news-item .news-title a{
    font-size: var(--fontsize16);
    color: #292929;
    line-height: 24px;
}
.news-item .news-title{
    padding: 0 20px;
    margin-top: 20px;
}
.news-item .news-time{
    padding: 0 20px;
    font-size: var(--fontsize16);
    color: #A2A2A2;
    line-height: 24px;
    margin-top: 35px;
    padding-bottom: 25px;
}
.news-item:hover{
    border-bottom: 1px solid #00B0F0;
    cursor: pointer;
}
.news-item:hover .news-title a{
    color: #00B0F0;
}
.news-item:hover .news-img img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.partner{
    padding: 0 3px!important;
    overflow: hidden;
}
.partner img{
    border: 1px solid #EFEFEF;
    margin-bottom: 6px;
}
.partner img:hover{
    border-color: #00B0F0;
}
.footer{
    border-top: 6px solid #00B0F0;
    background: #333333;
    padding: 45px 0 80px 0;
    margin-top: 80px;
}
.footer .footer-top {
    border-bottom: 1px solid #434343;
    padding-bottom: 45px;
}
.footer .footer-top .footer-top-title{
    font-size: var(--fontsize18);
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 25px;
}
.footer .footer-top .footer-top-li a{
    font-size: var(--fontsize14);
    color: #B5B5B5;
    line-height: 24px;
    border-left: 1px solid #434343;
    padding-left: 8px;
    margin-right: 8px;
}
.footer .footer-top .footer-top-li a:first-child{
    border-left: none;
    padding-left: 0;
}
.footer .footer-top .footer-top-li a:hover{
    color: #00B0F0;
}
.footer .footer-btm .footer-btm-li{
    font-size: var(--fontsize14);
    color: #A2A2A2;
}
.footer .footer-btm{
    margin-top: 55px;
}
.footer-btm .footer-btm-logo,.footer-btm .footer-btm-main,.footer-btm .footer-btm-info{
    flex: 2;
}
.footer-btm .footer-btm-nav,.footer-btm .footer-btm-code{
    flex: 1;
}
.footer-btm .footer-btm-info{
    margin: 0 90px;
}
.footer-btm .footer-btm-nav{
    margin: 0 50px;
}
.footer-btm .footer-btm-logo{
    margin-bottom: 40px;
}
.footer-btm .footer-logo{
    margin-bottom: 30px;
}
.footer-btm .footer-logo img{
    width: 335px;
}
.footer-btm .footer-btm-logo .footer-copyright,.footer-btm-logo .footer-icp a{
    font-size: var(--fontsize14);
    color: #909090;
    line-height: 24px;
}
.footer-btm-nav .footer-nav-li{
    margin-bottom: 16px;
}
.footer-btm-nav .footer-nav-li a,.fmi-label,.fmi-name a{
    font-size: var(--fontsize14);
    color: #B5B5B5;
    line-height: 25px;
}
.fmi-label{
    flex-basis: 60px;
}
.footer-infor-phone{
    font-size: var(--fontsize32);
    color: #00B0F0;
    line-height: 35px;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    background-image: url(../images/footer_phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 15px 0 15px 45px;
}
.footer-address,.footer-email{
    font-size: var(--fontsize14);
    color: #B5B5B5;
    line-height: 25px;
}
.footer-address{
    background-image: url(../images/footer_address.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding-left: 25px;
    margin-top: 30px;
}
.footer-email{
    background-image: url(../images/footer_email.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding-left: 25px;
    margin-top: 15px;
}
.scan-text{
    font-size: var(--fontsize14);
    color: #B5B5B5;
    line-height: 25px;
    margin-top: 8px;
    text-align: center;
}

.position{
    margin: 20px 0;
}
.position .position-title{
    font-size: var(--fontsize14);
    color: #5C5C5C;
    line-height: 25px;
}
.position .position-title a{
    font-size: var(--fontsize14);
    color: #5C5C5C;
    line-height: 25px;
}
.category {
    background-color: #ffffff;
    padding: 25px 27px;
    border: 1px solid #EFEFEF;
}
.category-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0;
}
.category-list-left {
    font-size: var(--fontsize16);
    color: #999999;
    line-height: 35px;
    flex-basis: 85px;
}
.category-list-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
}

.category-item a {
    font-size: var(--fontsize14);
    color: #545454;
    line-height: 35px;
    padding: 6px 12px;
    margin-right: 10px;
}

.category-item-active a {
    background-color: #00B0F0;
    color: #ffffff;
}
.category-item a:hover {
    background-color: #00B0F0;
    color: #ffffff!important;
}
.jquee{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    border: 1px solid #EFEFEF;
}
.product-right{
    flex: 1;
    margin-left: 65px;
}
.product-right .product-title{
    font-size: var(--fontsize36);
    color: #000000;
    line-height: 45px;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}
.product-right .product-quantity{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
.product-quantity .product-quantity-title{
    font-size: var(--fontsize16);
    color: #4b4b4b;
    line-height: 24px;
    margin-right: 16px;
    font-weight: bold;
}
.product-quantity .product-quantity-content{
    font-size: var(--fontsize16);
    color: #5F5F5F;
    line-height: 24px;
    flex: 1;
}
.product-right .product-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 150px;
}
.product-btn .btn-plain{
    font-size: var(--fontsize16);
    color: #00B0F0;
    line-height: 45px;
    width: 160px;
    height: 45px;
    border: 1px solid #00B0F0;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
}
.product-btn .btn-plain:hover{
    background-color: #00B0F0;
    color: #ffffff;
    cursor: pointer;
}
.product-right .btn-default{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 45px;
    width: 160px;
    height: 45px;
    background-color: #00B0F0;
    text-align: center;
    border: 1px solid #00B0F0;
    border-radius: 5px;
}
.product-right .btn-default:hover{
    background-color: #ffffff;
    color: #00B0F0;
    border: 1px solid #00B0F0;
    cursor: pointer;
}
.detail-infor{
    padding: 40px;
    border: 1px solid #EFEFEF;
    margin-top: 20px;
}
.detail-infor .detail-infor-title{
    font-size: var(--fontsize24);
    color: #000000;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 19px;
}
.detail-infor .detail-infor-title::after{
    content: '';
    position: absolute;
    width: 9px;
    height: 23px;
    background-color: #00B0F0;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-radius: 4px;
}
.detail-infor .detail-infor-content{
    font-size: var(--fontsize16);
    color: #5F5F5F;
    line-height: 24px;
}
.detail-infor .detail-infor-content img{
    max-width: 100%;
}
.detail-infor .detail-infor-content{
    font-size: var(--fontsize16);
    color: #5F5F5F;
    line-height: 24px;
}
.opacity-page{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}
.popup-box{
    background: #ffffff;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 5px;
}
.popup-box .popup-title{
    font-size: var(--fontsize24);
    color: #000000;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.popup-box .close-popup{
    position: fixed;
    top: 12px;
    right: 12px;
}
.popup-box .close-popup img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup-form{
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-form::-webkit-scrollbar {
    display: none;
}
.popup-form .form-flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.popup-form .form-flex .form-item{
    flex: 1;
    margin-right: 30px;
}
.popup-form .form-flex .form-item:last-child{
    margin-right: 0;
}
.popup-form .form-flex .form-label{
    font-size: var(--fontsize16);
    color: #454545;
    line-height: 30px;
    margin-bottom: 10px;
}
.popup-form .form-flex .form-input{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.popup-form .form-flex .form-input input[type="text"],.popup-form .form-flex .form-input input[type="date"]{
    background: #F5F5F5;
    flex: 1;
    font-size: var(--fontsize16);
    color: #454545;
    line-height: 45px;
    padding: 0 20px;
    outline: none;
    border: none;
    width: 420px;
}
.popup-form .form-flex .form-input sup{
    font-size: var(--fontsize18);
    color: #C10000;
    line-height: 24px;
    margin: 0 15px;
}
.popup-form .form-flex .form-input .radio-text{
    font-size: var(--fontsize16);
    color: #A0A0A0;
    line-height: 24px;
    margin-right: 30px;
    margin-left: 8px;
}
.popup-form .form-flex .form-input input[type="radio"],
.popup-form .form-flex .form-input input[type="checkbox"]{
    margin: 0;
}
.popup-form .form-item-self{
    display: flex;
    justify-self: flex-start;
    align-items: center;
}
.popup-form .form-submit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.popup-form .form-btn{
    width: 280px;
    height: 50px;
    border-radius: 5px;
    background-color: #00B0F0;
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.popup-box .popup-success{
    width: 135px;
    margin: 25px auto;
}
.popup-box .popup-tips{
    font-size: var(--fontsize20);
    color: #010101;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.popup-box .popup-slog{
    font-size: var(--fontsize16);
    color: #838383;
    line-height: 24px;
    text-align: center;
}
.popup-box .popup-user{
    text-align: center;
    margin-top: 20px;
}
.popup-box .popup-user a{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 50px;
    border-radius: 5px;
    background-color: #00B0F0;
    padding: 12px 30px;
}
.border-out{
    padding: 50px;
    border: 1px solid #EFEFEF;
}
.theme-color-title{
    font-size: var(--fontsize30);
    color: #00B0F0;
    line-height: var(--fontsize36);
    font-weight: bold;
    text-align: center;
    font-style: italic;
    margin: 40px 0;
}
.design-four{
    margin: 30px 0;
}
.design-col .design-li{
    padding: 16px;
    background-color: #F9F9F9;
    text-align: center;
}
.design-col .design-li .design-img img{
    width: 310px;
    height: 250px;
}
.design-col .design-li .design-sort{
    font-size: var(--fontsize60);
    color: #00B0F0;
    line-height: 72px;
}
.design-col .design-li .design-title{
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    font-weight: bold;
}
.design-col .design-li .design-btm{
    font-size: var(--fontsize16);
    color: #828282;
    line-height: 24px;
}
.design-descrip{
    font-size: var(--fontsize18);
    color: #464646;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0;
}
.design-six .design-six-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #00B0F0;
    padding: 32px;
    border-radius: 100px;
    margin-bottom: 30px;
}
.design-six .design-six-flex .design-six-number{
    font-size: var(--fontsize30);
    color: #00B0F0;
    line-height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
    width: 80px;
    text-align: center;
    margin-right: 36px;
}
.design-six .design-six-flex .design-six-con{
    flex: 1;
}
.design-six .design-six-flex .design-six-con .design-sc-title{
    font-size: var(--fontsize24);
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.design-six .design-six-flex .design-six-con .design-sc-con{
    font-size: var(--fontsize16);
    color: #ffffff;
    line-height: 24px;
}
.robot-item{
    padding: 20px;
    background: #F9F9F9;
    margin-bottom: 20px;
    border: 1px solid #F9F9F9;
}
.robot-lr{
    margin-right: 34px;
}
.robot-lf{
    margin-left: 34px;
}
.robot-item .robot-img{
    width: 305px;
}
.robot-item .robot-con{
    flex: 1;
}
.robot-item .robot-con-title{
    font-size: 24px;
    color: #000000;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}
.robot-con-li{
    margin-bottom: 10px;
}
.robot-con-li .robot-cl-label{
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    font-weight: bold;
}
.robot-con-li .robot-cl-value{
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    flex: 1;
}
.robot-three{
    background: #EBF0FF;
    padding: 50px;
    margin-top: 50px;
}
.robot-flex-item{
    flex-basis: 35%;
    margin-right: 30px;
}
.robot-flex-item .robot-fi-top{
    font-size: 24px;
    color: #ffffff;
    line-height: 90px;
    background-color: #00B0F0;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.robot-flex-item .robot-fi-btm{
    padding: 32px;
    background-color: #ffffff;
    border-radius: 20px;
}
.robot-three-flex{
    margin-top: 50px;
}
.robot-three-right{
    background-image: url(../images/robot_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.robot-three-left{
    background-image: url(../images/robot_left.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.products-box{
    position: relative;
}
.productsBox{
    margin-top: 50px;
}
.productsBox .products-tab ul{ display: flex; justify-content: center; align-items: center;}
.productsBox .products-tab-item{ margin: 0 15px;}
.productsBox .products-tab-item a{ font-size: 18px; color: #555; line-height: 40px;  background-color: #EAEAEA; display: list-item; padding: 0 30px; border-radius: 50px;}
.productsBox .products-tab-item-on a{ color: #ffffff; background-color: #00B0F0;}
.productsBox .products-tab-item a:hover{ cursor: pointer; color: #fff!important; }
.productsBox .swiper{
    width: calc(100% - 120px)!important;
    margin: 0 auto;
}
.productsBox .swiper-button-next, .productsBox .swiper-button-prev{
    background-image: url(../images/swiper_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
}
.productsBox .swiper-button-next{
   transform: rotate(180deg);
}
.productsBox .swiper-button-next::after,.productsBox .swiper-button-prev::after{
    content: '';
}
.productsBox .swiper-button-next:hover{
    background-image: url(../images/swiper_next.png);
    transform: rotate(0);
}
.productsBox .swiper-button-prev:hover{
    background-image: url(../images/swiper_next.png);
    transform: rotate(180deg);
}
.productsBox .swiper-title{
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.title-small{
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 70px auto 50px;
}
.endrgy-col{
    margin-bottom: 30px;
    text-align: center;
}
.endrgy-col img{
    max-width: 168px;
}
.energy-module{
    background-color: #00B0F0;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.energy-module .energy-module-box{
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    flex: 1;
}
.energy-module .eneygy-module-title{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 16px auto;
}
.energy-two{
    margin-top: 60px;
}
.energy-two .row{
    display: flex;
}
.energy-two .endrgy-two-col{
    display: flex;
}
.poilt-module{
    border-radius: 30px;
    background-color: #00B0F0;
    padding: 10px;
}
.poilt-module .poilt-module-title{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 17px 0;
}
.poilt-module .poilt-module-box{
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.poilt-module .poilt-title{
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    height: 60px;
    margin: 35px 0;
}
.poilt-three-module{
    background-color: #fff;
    border-radius: 20px;
}
.poilt-three-module .poilt-tm-top{
    background-color: #00B0F0;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
}
.poilt-three-module .poilt-tm-box{
    text-align: center;
    margin: 50px 0;
}
.poilt-three-module .poilt-tm-box p{
    font-size: 16px;
    color: #525252;
    line-height: 35px;
    font-weight: bold;
}
.poilt-line{
    border: 2px solid #00B0F0;
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
    color: #00B0F0;
    line-height: 70px;
    font-weight: bold;
}
.mg-top-thirty{
    margin: 30px 0 0 0;
}
.clear-mg{
    margin: 0!important;
}
.poilt-tm-pic{
    margin: 20px 0;
}
.poilt-tm-pd{
    padding: 25px;
}
.poilt-tm-title{
    font-size: 24px;
    color: #222222;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
}
.poilt-tm-text{
    font-size: 16px;
    color: #525252;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
}
.stand-relative{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.stand-relative img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 90px;
    height: 90px;
    margin-top: -45px;
}
.stand-relative .stand-box{
    border-radius: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    padding: 50px 180px 50px 100px;
    width: calc(100% - 45px);
}
.stand-relative .absolute-right{
    right: 0;
    left: auto;
}
.stand-start{
    justify-content: flex-start;
}
.stand-start .stand-box{
    padding: 50px 100px 50px 180px;
}
.stand-relative .stand-title{
    font-size: 24px;
    color: #222222;
    line-height: 32px;
    margin-bottom: 25px;
}
.stand-relative .stand-text{
    font-size: 18px;
    color: #828282;
    line-height: 32px;
}
.stand-four .row{
    display: flex;
    flex-wrap: wrap;
}
.stand-four .row>div{
    display: flex;
}
.stand-four{
    position: relative;
}
.stand-round{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    background-color: #2281C5;
    border-radius: 100%;
    margin-top: -195px;
    margin-left: -195px;
}
.stand-round .stand-round-border{
    border: 1px dashed #fff;
    width: 370px;
    height: 370px;
    border-radius: 100%;
    margin: 10px 0 0 10px;
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.certify-module{
    margin: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.certify-module .poilt-module-box{
    flex: 1;
}
.certify-module .poilt-module-num{
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.certify-module .poilt-module-title{
    margin: 0 0 10px 0;
}
.certify-module .poilt-title{
    height: auto;
}
.stretch{
    align-items: stretch!important;
}
.certify-parnter-box{
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 30px;
    overflow: hidden;
}
.talent-adv{
    background-color: #00B0F0;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}
.talent-adv .talent-adv-line{
    writing-mode: vertical-lr;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
}
.talent-adv .talent-adv-li{
    flex: 1;
    margin-left: 30px;
}
.talent-adv .talent-adv-li p{
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
}
.talent-f-t{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00B0F0;
    border-radius: 20px;
    height: 60px;
}
.talent-f-t .talent-f-t-i{
    flex: 1;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}
.talent-f-job{
    display: flex;
    justify-content: center;
    align-items: center;
}
.talent-f-job .talent-f-j{
    font-size: 16px;
    color: #494949;
    line-height: 30px;
    text-align: center;
    margin: 15px 0;
    flex: 1;
}
.industry-adv{
    background-color: #00B0F0;
    padding: 50px;
    text-align: center;
}
.industry-adv .industry-title{
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
}
.industry-adv .industry-con{
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 30px;
}

.tdtmap{ height:600px; width: 100%; position:relative; z-index: 1; }
.tdtmap .tdt-infowindow-content-wrapper,.tdtmap .tdt-infowindow-tip{ background: none; box-shadow:none; }
.tdtmap .tdt-infowindow-tip-container{ display: none; }
.tdtmap .tdt-infowindow-content{ margin:0; }
.tdtmap .tdt-infowindow-close-button{ display: none; }
.catinfo{ position: relative; width:100px; height: 80px; background:#ffffff; padding:0px; color:#808080; overflow: hidden; font-size:16px; text-align: center; }
.catinfo .tit1{ margin-bottom: 10px; }
.catinfo .iconfont{ font-size:40px; }
.catinfo .onenavi{ color:#fff; position: absolute; right:0; top:0; bottom:0; width:100%; padding:10px 0px 20px; text-align: center; background:#00B0F0; line-height: 1.4; }

.about-s-t{
    font-size: 24px;
    color: #828282;
    line-height: 40px;
    text-align: center;
}
.about-h-p{
    margin-top: 50px;
}
.about-title{
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-top: 80px;
    text-align: center;
}
.about-desc{
    margin-top: 50px;
    font-size: 16px;
    color: #484848;
    line-height: 30px;
}
.about-o-f{
    background: #ECFAFF;
    padding: 50px 40px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-o-f-i{
    flex: 1;
    margin-right: 50px;
}
.about-o-f-i:last-child{
    margin-right: 0;
}
.about-o-f-i-t{
    font-size: 20px;
    color: #00B0F0;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.about-o-f-i-c{
    font-size: 16px;
    color: #484848;
    line-height: 40px;
    margin-top: 30px;
}
.about-f-t,.about-f-c{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px  ;
}
.about-f-t-i{
    flex: 1;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-right: 20px;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-f-t-i:last-child{
    margin-right: 0;
}
.about-fti-l{
    width: 68px;
    margin-right: 60px; 
    text-align: center;
}
.about-fti-l span{
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    text-align: center;
}
.about-fti-r{
    flex: 1;
}
.about-fti-r-p{
    font-size: 16px;
    color: #656565;
    line-height: 40px;
}
.about-fti-r-p strong{
    margin-right: 10px;
}
.about-f-c-i{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-f-c-i img{
    width: 125px;
}
.about-f-c-i .about-f-c-s{
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
    margin-top: 10px;
}
.about-f-c-i .about-f-c-t{
    font-size: 18px;
    color: #828282;
    line-height: 40px;
}
.about-x-t{
    background-color: #00B0F0;
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin-top: 50px;
}
.about-f-f{
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; */
    margin-top: 10px;
    margin-bottom: 50px;
}
.about-f-f img{
    width: calc((100% - 40px)/5);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.about-f-f img:nth-child(5n){
    margin-right: 0;
}
.result-stat{
    font-size: 16px;
    color: #757575;
    line-height: 30px;
}
.result-stat .result-k{
    font-weight: bold;
    color: #00B0F0;
}
.result-stat .result-n{
    color: #C24B4B;
}
.result-list{
    margin-top: 50px;
}
.result-list .result-li{
    padding: 50px;
    border-bottom: 1px solid #ECECEC;
}
.result-list .result-l-t a{
    font-size: 26px;
    color: #000000;
    line-height: 40px;
}
.result-list .result-l-d{
    font-size: 16px;
    color: #8D8D8D;
    line-height: 30px;
}
.s-h-h-k{
    margin-top: 50px;
    font-size: 16px;
    color: #3F3F3F;
    line-height: 35px;
}
.s-h-h-k img{
    margin-bottom: 40px;
}
.s-h-h-k p{
    margin-bottom: 40px;
}
.machine-f-f{
    margin-top: 50px;
}
.machine-f-f .machine-f-li{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 30px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex: 1;
}
.machine-f-f .row{
    display: flex;
    align-items: stretch;
}
.machine-f-f .machine-f-d{
    display: flex;
}
.machine-f-f .machine-l-t{
    padding: 60px;
    background-color: #00B0F0;
}
.machine-f-f .machine-l-t p{
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
}
.terminal-t{
    background-color: #00B0F0;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}
.terminal-t .terminal-t-l{
    padding: 20px 30px;
    flex: 2;
    margin-right: 40px;
}
.terminal-t .terminal-t-l .terminal-t-l-s{
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}
.terminal-t .terminal-t-l .terminal-t-l-b{
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}
.terminal-t .terminal-t-l .terminal-t-l-p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
}
.terminal-t .terminal-t-r{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 20px;
}
.terminal-c-t{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}
.terminal-c-t .terminal-c-t-i{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 30px;
    overflow: hidden;
    padding: 50px 70px;
    flex: 1;
    margin-right: 30px;
}
.terminal-c-t .terminal-c-t-i:last-child{
    margin-right: 0;
}
.terminal-c-t .terminal-cti-t{
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
}
.terminal-c-t .terminal-cti-p{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin-top: 30px;
}
.terminal-c-t .terminal-cti-p span{
    color: #00B0F0;
    font-weight: bold;
}
.terminal-f-s{
    margin-top: 50px;
}
.terminal-f-s .t-f-b-i{
    border: 1px solid #EFEFEF;
}
.terminal-f-s .terminal-fs-b{
    margin-bottom: 30px;
}
.title-sup{
    font-size: 16px;
    color: #606060;
    line-height: 30px;
    text-align: center;
}
.school-f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    background-color: #00B0F0;
    border-radius: 30px;
}
.school-f .school-l{
    flex: 1;
    padding: 32px;
}
.school-f .school-l-t{
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}
.school-f .school-l-s{
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    margin-top: 30px;
}
.school-f .school-l-p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
.school-f .school-r{
    flex: 1;
}
.user-border{
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 600px;
}
.user-border .user-left{
    flex: 1;
    border-right:  1px solid #EFEFEF;;
}
.user-border .user-right{
    flex: 5;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.user-border .user-left .user-l-t{
    background-color: #00B0F0;
    padding: 18px;
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
    font-weight: bold;
}
.user-left .user-l-i{
    padding: 18px;
    border-bottom: 1px solid #F0F0F0;
    background-image: url(../images/arrow_right.png);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
}
.user-left .user-l-i a{
    font-size: 16px;
    color: #616161;
    line-height: 35px;
}
.user-right .user-r-t{
    background-color: #ECFAFF;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-right .user-r-t-l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}
.user-right .user-r-t-l .user-rtl-a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.user-right .user-r-t-l .user-rtl-a .user-rtl-a-p{
    width: 100px;
}
.user-right .user-r-t-l .user-rtl-a .user-rtl-a-p img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.user-right .user-r-t-l .user-rtl-a .user-rtl-a-n{
    margin-left: 20px;
}
.user-right .user-r-t-l .user-rtl-a .user-rtl-an-t{
    font-size: 22px;
    color: #00B0F0;
    line-height: 35px;
    font-weight: bold;
}
.user-right .user-r-t-l .user-rtl-a .user-rtl-an-m{
    font-size: 16px;
    color: #717171;
    line-height: 35px;
}
.user-right .user-rtl-w{
    margin-left: 100px;
    font-size: 16px;
    color: #00B0F0;
    line-height: 35px;
    border: 1px solid #00B0F0;
    border-radius: 50px;
    padding: 0 20px;
}
.user-right .user-rtl-w a{
    font-size: 16px;
    color: #00B0F0;
    line-height: 35px;
    display: list-item;
}
.user-right .user-r-t-r{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.user-right .user-r-t-r .user-rtr-l{
    padding: 0 50px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
}
.user-right .user-r-t-r .user-rtr-l:last-child{
    border: none;
}
.user-right .user-r-t-r .user-rtr-l .user-rtr-l-n{
    font-size: 30px;
    color: #3F3F3F;
    line-height: 45px;
}
.user-right .user-r-t-r .user-rtr-l .user-rtr-l-t{
    font-size: 16px;
    color: #606060;
    line-height: 24px;
}
.user-right .user-r-b{
    flex: 1;
    border: 1px solid #EFEFEF;
    padding: 15px 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;   
}
.user-right .user-r-b .user-r-b-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-right .user-r-b-l{
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    border-left: 6px solid #00B0F0;
    padding-left: 10px;
}
.user-right .user-r-b-r a{
    font-size: 14px;
    color: #9F9F9F;
    line-height: 30px;
}
.user-right .user-r-b-c{
    margin-top: 20px;
    flex: 1;
}
.personal{
    padding: 50px;
}
.personal .personal-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.personal-item .personal-item-l{
    font-size: 16px;
    color: #DB0000;
    line-height: 40px;
    width: 25px;
}
.personal-item .personal-item-r{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #EAEAEA;
    padding: 15px;
}
.personal-item .personal-i-r-l{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 30px;
}
.personal-item .personal-i-r-r img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.personal-item .personal-i-r-r input{
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    text-align: right;
    border: none;
    outline: none;
}
.personal-radio{
    padding: 25px;
}
.personal-radio span{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 30px; margin: 0 30px 0 10px;
}
.personal-btn{
    padding: 25px;
    display: flex;
    justify-content: center;
}
.personal-btn button{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    background-color: #00B0F0;
    border-radius: 10px;
    padding: 10px 100px;
}
.pwd{
    width: 60%;
    margin: 60px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.pwd .pwd-left{
    width: 140px;
    padding-top: 50px;
}
.pwd .pwd-right{
    flex: 1;
    margin-left: 50px;
}
.pwd .pwd-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.pwd-item .pwd-input{
    flex: 1;
}
.pwd-input input{
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #010101;
    line-height: 30px;
    box-shadow: none;
    background: none;
}
.pwd-item .pwd-icon{
    width: 11px;
    height: 14px;
}
.pwd-submit{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pwd-submit button{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    background-color: #00B0F0;
    border-radius: 10px;
    padding: 10px 100px;
}
.order-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.order-item .order-item-left{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.order-item-left .order-i-l-p{
    margin-right: 40px;
}
.order-item-left .order-i-l-p img{
    width: 160px;
    border: 1px solid #EFEFEF;
}
.order-item-left .order-i-l-t{
    font-size: 16px;
    color: #00B0F0;
    line-height: 30px;
}
.order-item-left .order-i-l-n{
    font-size: 16px;
    color: #292929;
    line-height: 35px;
    margin-left: 45px;
}
.order-item .order-item-right{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.order-item .order-item-right .order-i-r-t{
    font-size: 14px;
    color: #B9B9B9;
    line-height: 24px;
}
.order-item .order-item-right .order-i-r-b{
    margin-left: 10px;
}
.order-item .order-item-right .order-i-r-b-j{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 50px;
    padding: 0 20px;
}
.red-btn{
    background-color: #FF5757;
}
.order-item .order-item-right .order-i-r-b-c{
    font-size: 14px;
    color: #00B0F0;
    line-height: 24px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #00B0F0;
    padding: 0 20px;
    margin-top: 10px;
}
.exit-f{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.exit-f .exit-confirm{
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    width: 180px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #00B0F0;
}
.exit-f .exit-cancel{
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    width: 180px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #CBCBCB;
}
.my-4{
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: wrap;
}
.page-num:not(:disabled) { cursor: pointer;}
.page-num, .page-link { 
    position: relative; 
    display: inline-block; 
    padding: 8px 12px; 
    margin-left: -1px; 
    line-height: 1.25; 
    color: #00B0F0; 
    background-color: #fff; 
    border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {	text-decoration: none;}
.page-num-current { z-index: 1; color: #fff; background-color: #00B0F0;	border-color: #00B0F0;}
.page-num-current:hover { color: #fff;}
