@import url('./reset.css');
/* 底部导航 */
.gt-jmy-pc-footer-guarantee{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto  40px;
}
.guarantee-item-content{
    margin-right: 5em;
}
.guarantee-item-content-title{
    font-weight: bold;
    font-size: 0.9375em;
    margin-bottom: 0.375em;
}
.guarantee-item-content-context{
    font-size: 0.75em;
    color: #999;
}
.gt-jmy-pc-footer-center{
    color: #666;
    text-align: center;
    line-height: 2;
}
.gt-jmy-pc-footer-center span{
    margin-right: 30px;
    font-size: 12px;
}
/* 模态窗 */

.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 200;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
}

.content {
    padding: 32px 32px 24px;
    background: white;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 150px;
}

.mask_top {
    display: inline-flex;
    align-items: flex-start;
}

.mask .tips_t {
    font-size: 16px;
    margin: 5px 0 10px;
    text-align: left;
}

.mask .tips {
    padding-right: 100px;
}

.mask_bottm {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.mask_bottm>div {
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

.mask_bottm .left {
    border: 1px solid #E4E4E4;
    font-size: 14px;
}

.mask_bottm .right {
    font-size: 14px;
    color: #fff;
    background-color: #ec3434;
    border-color: #ec3434;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

.scroll_tiao {
    position: fixed;
    right: 5%;
    top: 30%;
    height: 270px;
    border-radius: 30px;
    background: #717980;
    width: 2px;
    overflow: hidden;
    z-index: 101;
    position: fixed;
}

.scroll_tiao>div {
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    border-radius: 30px;
    background-color: #d91d22;
    transition: all .3s;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

#swiper .swiper-slide-active .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/* 头部 */

.doo_header {
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    font-size: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .95);
}
.groot-ui-image-inner{
    width: 75%;margin: 0 auto ;display: block
}
.doo_header_con {
    width: 100%;
    margin: 0 auto
}

.doo_header_topnav {
    background-color: #131721;
    padding: 0 10%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.doo_header_topnav .doo_header_con {}

.doo_header_topnav .doo_header_con>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
}

.doo_header_topnav .doo_header_con>ul>li:not(:first-of-type) {
    border-left: 1px solid #d91d22;
    margin-left: 16px;
    padding-left: 16px
}

.doo_header_topnav .doo_header_con>ul>li>a {
    color: hsla(0, 0%, 100%, .95)
}

.doo_header_topnav .doo_header_con .doo_login_link {
    display: block;
    position: relative;
    margin-left: 25px
}

.doo_header_topnav .doo_header_con .doo_login_link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../image/icon-common-account.png') no-repeat scroll 50%/100%
}

.doo_header_topnav .doo_header_con .dropdown {
    position: relative
}

.doo_header_topnav .doo_header_con .dropdown:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0)
}

.doo_header_topnav .doo_header_con .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background-color: #121010;
    padding-bottom: 08px;
    z-index: 10
}

.doo_header_topnav .doo_header_con .dropdown-menu>span {
    display: block;
    margin: 10px 40px 10px 15px;
    padding-left: 16px;
    border-left: 1px solid #d91d22
}

.doo_header_topnav .doo_header_con .dropdown-menu>li {
    display: block;
    color: hsla(0, 0%, 100%, .95);
    word-break: keep-all;
    white-space: nowrap;
    padding: 10px 40px
}

.doo_header_topnav .doo_header_con .dropdown-menu>li.current {
    color: hsla(0, 0%, 100%, .37)
}

.doo_header_topnav .doo_header_con .dropdown-menu>li:hover {
    cursor: pointer;
    background-image: linear-gradient(90deg, #252222, rgba(87, 87, 117, 0));
    color: #d91d22
}

.doo_header_topnav .doo_header_con .dropdown:hover .dropdown-menu {
    display: block
}


.doo_header_navbar {
    padding: 16px 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 80px;
}
.doo_header_navbar .doo_header_con {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.doo_header_navbar .links {
    margin-left: auto
}

.doo_header_navbar .try_demo_link {
    font-size: 14px;
    font-weight: 500;
    color: #16a0ff;
    padding-left: 52px
}

.doo_header_navbar .register_link {
    display: inline-block;
    min-width: 128px;
    height: 48px;
    border-radius: 3px;
    background-color: #3388FF;
    font-size: 16px;
    font-weight: 500;
    color: #fefefe;
    text-align: center;
    line-height: 48px;
    margin-left: 16px
}



.doo_menu {
    display: block;
    flex: 1
}

#doo_menu .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.navbar_brand {}

.doo_menu_con {
    display: flex;
    align-items: center
}

.doo_menu_con.mobile {
    display: none
}

.doo_menu_card {
    position: relative;
    margin-left: 24px
}

.doo_menu_card:hover {
    cursor: pointer
}

.doo_menu_card:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 36px
}

.doo_menu_card p,
.doo_menu_card p>a>span {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.doo_menu_card p:after {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 3px);
    width: 16px;
    height: 16px;
    background: url(../image/icon-common-more.png) no-repeat scroll 50%/100%
}

.doo_menu_card ul {
    display: none;
    min-width: 2.28px;
    position: absolute;
    left: - 24px;
    top: calc(100% + 35px);
    padding: 8px 0;
    border-radius: 1px;
    background-color: #121010
}

.doo_menu_card ul>li>a {
    display: block;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .95);
    padding: 18px 24px;
    word-break: keep-all;
    white-space: nowrap
}

.doo_menu_card ul>li:hover>a {
    background-image: linear-gradient(90deg, #252222, rgba(87, 87, 117, 0));
    color: #3388FF
}

.doo_menu_card:hover p,
.doo_menu_card:hover p>a>span {
    color: #3388FF
}

.doo_menu_card:hover p:after {
    display: block
}

.doo_menu_card:hover ul {
    display: block
}

.doo_menu_card .doo_menu_news>a {
    position: relative
}

.doo_menu_card .doo_menu_news>a:after {
    display: none;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 24px;
    width: 20px;
    height: 20px;
    background: url(../image/redImg.png) no-repeat
}

.doo_menu_card .doo_menu_news:hover>a:after {
    display: block
}

.doo_menu_card ul#menu_news {
    display: none;
    top: 0;
    left: 100%
}

.doo_menu_card .doo_menu_news:hover ul#menu_news {
    display: block
}

.doo_btn_group {
    display: flex;
    margin-top: 120px;
}


/* 首页轮播图 */

.doo_home {
    width: 75%;
    margin: 0 auto 30px;
}


/* 登录页轮播图 */


.swiper-container {
    width: 100%;
   
}




.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}


