/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
   padding-top: 80px
}
.dowload{
	width:22%;
	color: #fff;
	display: flex;
	justify-content: end;
	float:right;
}
.dowload>div{
	margin-left: 15px;
}
.dowload>a{
	margin-left: 15px;
}
.dowloadScratch{
	font-size: 14px;
	margin-top: 2px;
	cursor: pointer;
                color:#fff;
}
.header {
    z-index: 100;
position: absolute;
min-width: 1220px;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.header-inner {
    width: 1200px;
    padding-top: 11px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.header-right {
    width: 794px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}


.nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around
}

.nav-item {
    color: #fff;
    font-size: 16px;
    text-decoration: none !important;
}

.navbar-line {
    display: none;
    position: absolute;
    left: 0;
    bottom: -26px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    width: 64px;
    height: 2px;
    background-color: #2982fc;
}

.nav-item-active {
    color: #2982fc !important;
}

.header-right-btns {
    margin-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.slide {
    position: relative;
    width: 100px;
    color: #fff;
    border-radius: 4px
}

.slide-user {
    position: relative
}

.slide-user:hover .slide-user-list {
    height: 120px
}

.slide-user-list {
    width: 100px;
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    height: 0;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slide-user-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    cursor: pointer
}

.slide-user-item:not(:last-child)::after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 40px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
    opacity: .4
}

.slide-user-item a {
    font-size: 14px;
    color: #333
}

.slide-user-item a:hover {
    color: #00a2ff
}

.slide-user-item-active a {
    color: #00a2ff
}

.slide:hover .slide-list {
    height: 160px
}

.slide-item:first-of-type,
.slide-title {
    z-index: 2;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    border-radius: 4px;
    background-color: #00a2ff;
    cursor: pointer
}

.slide-list {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 4px;
    background-color: #00a2ff;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slide-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    cursor: pointer
}

.slide-item:not(:first-child)::after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 40px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #e6e6e6;
    opacity: .4
}

.slide-item a {
    color: #bad7ff;
    font-size: 14px;
    text-align: center;
    width: 100%
}

.slide-item a:hover {
    color: #fff
}

.form-group {
    margin-bottom: 0
}

.help-block {
    font-size: 12px;
    color: #fa3534
}

.login-btn {
    margin-left: 20px;
    width: 100px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.login-btn a {
    color: #353535
}

.slide-user {
    margin-left: 15px
}

.userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #353535
}

.userInfo img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover
}

.userInfo span {
    width: 70px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.mask-zoom {
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2)
}

.login-box {
    position: relative;
    width: 800px;
    height: 420px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 68px;
    padding-left: 75px;
    padding-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.login-box .form-group {
    margin-bottom: 0;
}


.login-box label {
    line-height: 0;
}

.login-box input {
    font-size: 13px;
    line-height: normal;
}

.login-box-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px
}

.login-box-title {
    font-size: 36px;
    font-weight: 700
}

#loginForm {
    margin-top: 25px
}

.form-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.form-item>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px
}

.form-item>label img {
    margin-right: 6px
}

.form-item input {
    margin-top: 12px;
    width: 100%;
    border: none
}

#loginSubmit {
    margin-top: 25px;
    width: 100px;
    height: 36px;
    background-color: #2982fc;
    border-radius: 18px;
    border: none;
    color: #fff;
    font-size: 16px
}

#close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.footer {
    min-width: 1200px;
    margin-top: 104px;
    background-color: #1a2435
}

.footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0
}

.text_logo {
    width: 146px;
    height: 53
}

.footer-inner-group {
    margin-top: 68px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.footer-inner-group-item {
    color: #fff;
    font-size: 16px
}

.footer-inner-group-item--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px
}

.footer-inner-group-item--left img {
    margin-right: 6px;
    width: 31px;
    height: 30px
}

.footer-inner-group-line {
    margin: 0 70px;
    width: 1px;
    height: 111px;
    background-color: #fff
}

.qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.qr img {
    margin-bottom: 9px;
    width: 110px;
    height: 110px;
    border-radius: 6px
}

.website-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.website-link>a {
    width: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.website-link>a:nth-child(-n+2) {
    margin-bottom: 20px
}

.copyright {
    min-width: 1200px;
    height: 75px;
    background-color: #172030
}

.copyright-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    color: #fff
}

.copyright-inner a {
    margin-left: 30px;
    font-size: 16px;
    color: #fff
}

.mySwiper,.banner{
    /* margin-top: 80px; */
}
.mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mySwiper .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 29px;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin-right: 10px;
    width: 41px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1px;
    opacity: 0.4;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.is_like{
    background-color: gray !important;
}