@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
    outline: none;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #333;
    /*padding-top: 80px;*/
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
    vertical-align: top;
    border: 0;
    background: none;
}

video {
    background: #000;
}

/*loading加载动画*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: rgba(0,0,0,0.4);*/
    display: none;
}

.loading .loading-img {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, 0.7) url(../../images/icon/loading.gif) center 25px no-repeat;
    background-size: 35px 35px;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 70px;
}

/*prompt提示框*/

.prompt {
    display: none;
    position: fixed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    max-width: 250px;
    padding: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 9999;
}

/*confirm弹出框*/

.confirm {
    display: none;
    position: fixed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    border: 1px solid #b1b1b1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 20px 8px 8px 8px;
    width: 250px;
    text-align: center;
    box-shadow: 0 0 15px #b1b1b1;
    z-index: 999;
}

.confirm .confirm-title {
    font-weight: bold;
}

.confirm .confirm-con {
    margin: 15px 0;
}

.confirm .cancel,
.confirm .determine {
    display: inline-block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 15px;
    color: #fff;
    background: #566979;
}

.confirm .determine {
    background: #3396dc;
}

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

/*head*/
#head {
    width: 100%;
}
#head .gac-hd{
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
}
#head .gac-hd:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(80, 60, 44, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
}
#head .filter-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(80, 60, 44, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
}
/* #head .gac-hd:hover .head-qrcode-icon {
    opacity:0;
} */
/* #head .gac-hd +.aion-two-nav-mask {
    display: none;
    position: fixed;
    left: 0%;
    top: 66px;
    height: 60px;
    width: 100%;
    transform: translate3d(0,0,0);
    background-color: rgba(80, 60, 44, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    z-index: 99;
} */
/* hover样式 */
#head .nav-list .first-level-menu:hover{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}
#head .nav-list .two-nav-item:hover {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}
/* 选中样式 */
#head .nav-list .first-level-menu.first-level-menu-active >a {
	border-bottom: 1px solid #ffffff;
}

#head .nav-list .two-nav-item.two-nav-item-active .two-nav-item-text {
	border-bottom: 1px solid #ffffff;
}

/* #head .nav-list .first-level-menu:hover > a {
	color: #12C3A9;
} */
.head-padding {
    padding-top: 66px;
}
#head .logo-img {
    width: 148px;
    height: auto;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#head .logo-img img {
    width: 100%;
    height: auto;
}

#head .nav-list {
    text-align: center;
    padding: 0 326px 0 200px;
    font-size: 14px !important;
    font-family: PingFangSC-Semibold, PingFang SC !important;
    font-weight: normal !important;
}

#head .nav-list > li {
    position: relative;
    padding: 0 20px;
    height: 66px;
    line-height: 66px;
    display: inline-block;
}

#head .nav-list > li.test-drive {
    position: absolute;
    top: 50%;
    right: 179px;
    transform: translateY(-50%);
    line-height: 41px;
    text-align: center;
    margin-left: 22px;
    width: 126px;
    height: 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
#head .nav-list > li.download-app {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 41px;
    text-align: center;
    margin-left: 22px;
    width: 126px;
    height: 41px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
#head .nav-list > li.download-app .head-qrcode-icon {
    position: absolute;
    width: 104px;
    height: 110px;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    cursor: default;
    z-index: -1;
    /* opacity: 0; */
}
#head .nav-list > li.download-app,
#head .nav-list > li.test-drive {
    cursor: pointer;
    padding: 0;
}
#head .nav-list > li.test-drive a {
    line-height: 37px;
    color: #fff;
}

#head .nav-list > li > a .nav-name {
    position: relative;
    z-index: 100;
}

#head .nav-list > .first-level-menu .arrow-icon-img {
    position: relative;
    width: 12px;
    height: 6px;
    display: inline-block;
    z-index: 100;
    margin: 0 0 1px 6px;
    transition: all 0.1s;
    background: url(/web/pc/images/icon/arrow-icon-white.png) no-repeat center center;
	background-size: contain;
}
#head .nav-list > .first-level-menu:hover .arrow-icon-img {
    transform: rotate(-180deg);
    /* border-left: 3px solid #12C3A9; */
}
/* #head .nav-list .first-level-menu.first-level-menu-active .arrow-icon-img{
    border-left: 3px solid #12C3A9;
} */

/*改改改*/
#head .nav-list > li .underline {
    position: absolute;
    width: 0%;
    height: 1px;
    /* background: #303745; */
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 10px; */
    z-index: 100;
}
/* #head .nav-list>li .underline:after,#head .nav-list>li .underline:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100px;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
} */

/*改改改*/

#head .nav-list > li .menu-bg-an {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 50%;
    background: #aaaaaa;
    transform: translateX(-50%);
    transition: width 0.6s;
}
#head .nav-list > li:hover .menu-bg-an {
    width: 100%;
}

#head .nav-list > li.arrow-icon > a {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 100%;
    transition: color 0.3s;
    font-size: 14px;
    font-family: system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell,
        Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal !important;
}
#head .nav-list > li > a {
    text-decoration: none;
}
#head .nav-list > li.arrow-icon a .underline {
    width: 100%;
}
#head .nav-list > li:hover > a {
    /*color: #fff;*/
}
/*#head .nav-list>li a:hover {
	color: #00A4AE;
}*/

#head .two-nav-wrap {
    display: none;
    position: fixed;
    left: 0%;
    top: 66px;
    height: 60px;
    width: 100%;
    background-color: rgba(80, 60, 44, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
    transform: translate3d(0,0,0);
    z-index: 2;
}
#head .nav-list > li:hover .two-nav-wrap {
    display: flex;
}
#head .two-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    z-index: 1;
    transform: translate3d(0,0,0);
}

#head .two-nav > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Semibold, PingFang SC;
    /* font-weight: 600; */
    /*height: 35px;*/
    /*line-height: 35px;*/
    height: 60px;
    line-height: 60px;
    float: left;
    flex-shrink: 0;
    padding: 0 20px;
    transform: translate3d(0,0,0);
}

#head .two-nav > li .two-nav-item-text {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    height: 100%;
    display: block;
    transition: color 0.3s;
}

#head .two-nav > li > a:hover {
    text-decoration: none;
}

#head a:focus{
    text-decoration: none
}

/*foot*/

#foot {
    background: #fff;
}
.aion-common-footer {
    padding: 0 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.5px solid #dcdde0;
}
.aion-common-footer .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 37px 0;
    /* padding: 1.92vw 0; */
    font-size: 16px;
    /* font-size: 0.9375vw; */
    color: #303745;
    letter-spacing: 0;
    line-height: 1.33;
}
.aion-common-footer .footer-left .service-left-phone{
    font-family: PingFangSC-Medium;
    margin-bottom: 14px;
    font-weight: normal;
    /* margin-bottom: 0.729vw; */
}
.aion-common-footer .footer-left .service-left-phone i{
    margin: 0 30px;
}
.aion-common-footer .footer-left .service-left-phone a{
    color: #303745;
    text-decoration: underline;
} 
.aion-common-footer .footer-left .aion-common-copyright,
.aion-common-footer .footer-left .aion-common-copyright a{
    font-family: PingFangSC-Light;
    font-weight: 300;
    font-size: 14px;
    /* font-size: 0.833vw; */
    color: #818B94;
    letter-spacing: 0;
    line-height: 24px;
}


.aion-common-footer .footer-right {
    display: flex;
    position: relative;
}
.aion-common-footer .flex-box-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    position: relative;
}
.aion-common-footer .flex-box-column > a img{
    width: 40px;
    height: 40px;
    /* width: 2.08vw;
    height: 2.08vw; */
    margin-bottom: 10px;
    cursor: pointer;
}
.aion-common-footer .flex-box-column >span{
    font-family: PingFangSC-Light;
    font-weight: 300;
    font-size: 12px;
    color: #818B94;
    letter-spacing: 0;
    text-align: center;
}
/* #foot .foot-box {
    box-sizing: border-box;
    padding: 20px 150px 70px 150px;
    width: 100%;
}

#foot .foot-box:after {
    visibility: hidden;
    display: block;
    content: ' ';
    clear: both;
}

#foot .foot-box li {
    width: 50%;
    float: left;
    font-size: 16px;
}

#foot .foot-box li .info-box {
    text-align: left;
    margin-top: 60px;
    box-sizing: border-box;
    padding-right: 20px;
    color: #4e6165;
}

#foot .foot-box li .info-box .tel {
    margin-bottom: 20px;
    line-height: 28px;
}

#foot .foot-box li .info-box .tel .tel-icon {
    display: inline-block;
    width: 25px;
    height: 28px;
    background: url(../../images/icon/foot-tel-icon.png) no-repeat left bottom;
    background-size: 100% auto;
    margin-right: 10px;
    vertical-align: top;
}

#foot .foot-box li .info-box .address .address-icon {
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url(../../images/icon/foot-address-icon.png) no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 3px;
}

#foot .foot-box li .info-box .link {
    margin-top: 16px;
}
#foot .foot-box li .info-box .link .gac-group-icon {
    display: inline-block;
    width: 180px;
    height: 38px;
    background: url(../../images/icon/foot-gac-group-icon.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-left: 25px;
}

#foot .foot-box li .info-box .address span {
    display: inline-block;
    width: 88%;
    vertical-align: top;
}

#foot .foot-box li .code-box {
    /*text-align: center;*/
    /* text-align: right;
} */

#foot .foot-box li .code-box .code-bor {
    width: 114px;
    height: 114px;
    background: url(../../images/foot-code-bor.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

#foot .foot-box li .code-box .code-bor .code-pic {
    width: 90%;
    display: block;
    margin: 6px auto;
}

#foot .foot-box li .code-box .txt {
    line-height: 114px;
    display: inline-block;
    margin-left: 10px;
}

#foot .foot-box li .wit {
    margin: 0 auto;
    margin-top: 30px;
    float: right;
    position: relative;
}

#foot .foot-box li .wit .left {
    float: left;
    margin-top: 48px;
}

#foot .pic-box {
    display: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 101;
    transform: translate(-50%, -100%);
    margin: 0;
}


#foot .pic-box img {
    width: 134px;
    height: 141px;
}

#foot .foot-box li .wit .left img {
    cursor: pointer;
    width: 55px;
    height: 55px;
    margin-right: 23px;
    float: left;
}

#foot .foot-box li .wit .right {
    /*display: none;*/
    width: auto;
    background: #fff;
    float: left;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

#foot .foot-box li .wit .line {
    /*display: none;*/
    height: 145px;
    width: 1px;
    background: #45595e;
    float: left;
    margin: 0 25px;
}

#foot .foot-box li .wit .right .code-box {
    width: 94px;
    height: 94px;
    overflow: hidden;
    margin-bottom: 5px;
}

#foot .foot-box li .wit .right img {
    width: 100%;
}

#foot .foot-box li .icon-box {
    text-align: center;
    margin-bottom: 15px;
}

#foot .foot-box li .icon-box span {
    display: inline-block;
}

#foot .foot-box li .tmall-box {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    background: url(../../images/icon/tmall-icon.png) no-repeat left 20px center;
    text-indent: 65px;
    float: left;
    margin-top: 5px;
}

#foot .cp-box {
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #001a1f;
    font-size: 15px;
    color: #4e6165;
}

#foot .go-top {
    display: none !important;
    position: fixed;
    background: url(../../images/icon/go-top-icon-h.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 95px;
    right: 1%;
    bottom: 10%;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
    #foot .foot-box li {
        font-size: 18px;
    }
} */

/*预约试驾弹窗*/

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#head .drive-mask {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}

#head .drive-mask .drive-pop {
    position: relative;
    width: 70%;
    height: 550px;
    /* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
}

#head .drive-mask .drive-pop .close-btn {
    width: 30px;
    height: 30px;
    background: url(../../images/icon/cs-colse.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -50px;
    top: 10px;
    cursor: pointer;
}

#head .drive-mask .drive-pop .pop {
    width: 100%;
    height: 100%;
    background: rgba(228, 228, 228, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-top: 12px solid #22aebe;
}
#head .drive-mask .drive-pop .pop .left {
    width: 65%;
    height: 100%;
    float: left;
}

#head .drive-mask .drive-pop .pop .drive-tit {
    text-align: center;
    margin: 3% 0 1% 0;
}

#head .drive-mask .drive-pop .pop .ge-tit {
    text-align: center;
    margin: 7% 0 2% 0;
}

#head .drive-mask .drive-pop .pop .ge-tit img {
    /*width: 40%;*/
}
#head .drive-mask .drive-pop .pop .hint {
    display: none;
    text-align: center;
    font-size: 18px;
}

#head .drive-mask .drive-pop .pop .form-list {
    width: 70%;
    margin: 25px auto 0;
}

#head .drive-mask .drive-pop .pop .form-list li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 13px;
}
#head .drive-mask .drive-pop .pop .form-list .width {
    width: 100%;
}
#head .drive-mask .drive-pop .pop .form-list .width.dealer {
    overflow: visible;
    cursor: pointer;
}

#head .drive-mask .drive-pop .pop .form-list li:nth-child(3n) {
    margin-right: 0;
}

#head .drive-mask .drive-pop .pop .form-list li input {
    background: #fff;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

#head .drive-mask .drive-pop .pop .form-list li .sel {
    width: 48%;
    height: 45px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
}

#head .drive-mask .drive-pop .pop .form-list li .sel select {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
    z-index: 2;
}

#head .drive-mask .drive-pop .pop .form-list li .sel:after {
    content: '';
    width: 13px;
    height: 100%;
    background: url(../../images/icon/sel-icon.png) no-repeat center center;
    background-size: 13px auto;
    position: absolute;
    right: 15px;
    top: 0;
}

#head .drive-mask .drive-pop .pop .form-list .width.dealer .dlr {
    position: relative;
}

#head .drive-mask .drive-pop .pop .form-list .width.dealer .dlr .dealer-name {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    line-height: 45px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.width.dealer .dlr .dealer-list {
    position: absolute;
    left: 0;
    top: unset;
    bottom: 55px;
    z-index: 10;
    display: block;
    width: 100%;
    max-height: 328px;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(75, 82, 106, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(204, 204, 204, 0.25);
    overflow: hidden;
}

.width.dealer .dlr .dealer-item,
.width.dealer .dlr .dealer-item-2 {
    padding: 16px 21px;
    box-shadow: 0px 0px 0px 0px rgba(224, 227, 226, 1);
    cursor: pointer;
    border-top: 1px solid #e0e3e2;
}
.width.dealer .dlr .dealer-item:first-child,
.width.dealer .dlr .dealer-item-2:first-child {
    border: none;
}

.width.dealer .dlr .dealer-item .name,
.width.dealer .dlr .dealer-item-2 .name {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #4b526a;
    line-height: 22px;
}
.width.dealer .dlr .dealer-item:hover,
.width.dealer .dlr .dealer-item-2:hover {
    background: #f5f5f5;
}
.width.dealer .dlr .dealer-item:hover .name,
.width.dealer .dlr .dealer-item-2:hover .name {
    color: #00a4ae;
}
.width.dealer .dlr .dealer-item .addr,
.width.dealer .dlr .dealer-item-2 .addr {
    font-size: 14px;
    font-weight: 400;
    color: #4b526a;
    line-height: 20px;
}

#head .drive-mask .drive-pop .pop .form-list li .dlr {
    height: 45px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
}

#head .drive-mask .drive-pop .pop .form-list li .dlr select {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
    z-index: 2;
}

#head .drive-mask .drive-pop .pop .form-list li .dlr:after {
    content: '';
    width: 13px;
    height: 100%;
    background: url(../../images/icon/sel-icon.png) no-repeat center center;
    background-size: 13px auto;
    position: absolute;
    right: 15px;
    top: 0;
}

#head .drive-mask .drive-pop .pop .form-list li .sel {
    float: left;
}

#head .drive-mask .drive-pop .pop .form-list li .city {
    float: right;
    margin-right: 1%;
}

#head .drive-mask .drive-pop .pop .drive-sub-btn {
    display: block;
    width: 20%;
    height: 45px;
    margin: 30px auto;
    background: #18acbd;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#head .drive-mask .drive-pop .pop .drive-sub-btn:hover {
    background: #36909f;
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
    #head .drive-mask .drive-pop {
        width: 60%;
        height: 545px;
    }
}
#head .drive-mask .drive-pop .pop .right-guide {
    width: 35%;
    float: left;
    height: 100%;
    position: relative;
}
#head .drive-mask .drive-pop .pop .right-guide .cont {
    width: 75%;
    height: 350px;
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
}
#head .drive-mask .drive-pop .pop .right-guide .cont .android,
.app-store {
    /*width:75%;*/
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
}
#head .drive-mask .drive-pop .pop .right-guide .cont .android img,
.app-store img {
    width: 100%;
}
#head .drive-mask .drive-pop .pop .right-guide .cont .code-pic {
    width: 52%;
    margin: 0 auto;
}
#head .drive-mask .drive-pop .pop .right-guide .cont .code-pic img {
    width: 100%;
}
#head .drive-mask .drive-pop .pop .right-guide .cont .code-pic p {
    margin-top: 10px;
    font-size: 17px;
}
#head .drive-mask .drive-pop .pop .right-guide:after {
    content: '';
    height: 380px;
    border-left: 1px solid #dadada;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#cnzz_stat_icon_1275010269 {
    display: none;
}

/*引导下载App弹窗*/
/*#head .guide-mask{
	display: none;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 999;
}
#head .guide-mask .pop{
	background: #fff;
	padding:2% 4%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#head .guide-mask .pop .tit-pic{
	text-align: center;
	color: #666;
	font-size: 27px;
}
#head .guide-mask .pop .tit-pic p{
	padding: 1% 0 3% 0;
} 
#head .guide-mask .pop .tit-pic img{
 	width: 62%;
	max-width: 494px;
	padding-top: 5%;
}
#head .guide-mask .pop .guide-code{
	width: 90%;
	margin: 4% auto;
	border-top: 1px solid #f6f6f6;
	padding:5% 0 2% 0;
	overflow: hidden;
}
#head .guide-mask .pop .guide-code .left,.right{
	width: 50%;
	float: left;
	padding-bottom: 2%;
}
#head .guide-mask .pop .guide-code .left .app-store,
#head .guide-mask .pop .guide-code .left .android{
	cursor: pointer;
	display: block;
	width: 60%;
	margin-bottom:5%;
	float: right;
}
#head .guide-mask .pop .guide-code .left .app-store img,.android img{
	width: 100%;
}
#head .guide-mask .pop .guide-code .right{
	text-align:center;
}
#head .guide-mask .pop .guide-code .right .wit{
	width: 77%;
}
#head .guide-mask .pop .guide-code .right img{
	width: 85%;
}*/

/*引导下载APP弹窗*/
.guide-mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.guide-mask .pop {
    background: #fff;
    padding: 2% 4%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.guide-mask .pop .tit-pic {
    text-align: center;
    color: #666;
    font-size: 27px;
}
.guide-mask .pop .tit-app {
    padding-top: 5%;
}
.guide-mask .pop .tit-pic p {
    padding: 5% 0 3% 0;
}
.guide-mask .pop .tit-pic span {
    display: block;
}
.guide-mask .pop .tit-pic img {
    width: 72%;
    max-width: 494px;
}
.guide-mask .pop .guide-code {
    width: 90%;
    margin: 4% auto;
    border-top: 1px solid #f6f6f6;
    padding: 5% 0 2% 0;
    overflow: hidden;
}
.guide-mask .pop .guide-code .left,
.right {
    width: 50%;
    float: left;
    padding-bottom: 2%;
}
.guide-mask .pop .guide-code .left .app-store,
.android {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-bottom: 5%;
}
.guide-mask .pop .guide-code .left .android-box {
    width: 60% !important;
}
.guide-mask .pop .guide-code .left .app-store img,
.android img {
    width: 100%;
}
.guide-mask .pop .guide-code .right {
    text-align: center;
}
.guide-mask .pop .guide-code .right .wit {
    width: 77%;
}
.guide-mask .pop .guide-code .right img {
    width: 70%;
}
.guide-mask .an-deal .an-pc {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 0 40px;
    line-height: 20px;
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
    #head .drive-mask .drive-pop .pop .right-guide .cont .android,
    .app-store {
        width: 60%;
    }
    #head .drive-mask .drive-pop .pop .right-guide .cont .code-pic {
        width: 55%;
    }
}

.drive-pop-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

#head .nav-list > li.arrow-icon-science {
    display: inline-block;
}

/*#item-hours-hide, #item-science-hide {
	display: none;
}*/

@media screen and (max-width: 1280px) {
    #head .nav-list > li.arrow-icon-science {
        display: none;
    }

    #item-hours-hide,
    #item-science-hide {
        display: inline-block;
    }
}

@media screen and (min-width: 1280px) {
    #head .nav-list > li.arrow-icon-science {
        display: inline-block;
    }

    #item-hours-hide,
    #item-science-hide {
        display: none;
    }
}


/* --------------------------- */

.new-download-guide-content{
    display: flex;
    justify-content: center;
}
.new-download-guide-content >img{
    margin-right: 22px;
    width: 126px;
    height: 126px;
}
.new-download-guide-content .new-download-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-download-guide-content .new-download-p1{
    font-family: PingFangSC-Regular;
    font-size: 36px;
    color: #272727;
    letter-spacing: 2px;
    line-height: 40px;
}
.new-download-guide-content .new-download-p2{
    font-size: 20px;
    color: #303745;
    letter-spacing: 7px;
    line-height: 26px;
    margin: 12px 0 6px;
}
.new-download-guide-content .new-download-p3{
    font-size: 16px;
    color: #303745;
    letter-spacing: 2.7px;
    line-height: 26px;
}
.guide-mask .new-pop {
    width: 560px;
    height: 315px;
    background: #fff;
    padding-top: 50px;
    /* padding: 50px 85px 26px 90px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%);
    /* transition: all 0.3s; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
}
.new-an-deal{
    width: 100%;
    background: #F8FAFC;
    color: #818B94;
    padding: 27px 95px 27px;
}
.new-an-deal .an-pc{
    font-family: PingFangSC-Light;
    font-size: 13px;
    color: #818B94;
    line-height: 26px;
}
.new-an-deal .an-pc span{
    float: right;
}
.new-pop p {
    margin: 0;
}
.new-an-deal .an-thrones-one,
.new-an-deal .an-thrones-two{
    text-decoration: underline;
    cursor: pointer;
}

/* 封装旧代码 */
.an-pop{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.an-pop img{
    width: 686px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.an-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 999;
}


/* aion-app-information-mount */
#aion-app-information-mount{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid red; */
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    height: 280px;
    width: 992px;
    padding: 50px 90px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
    cursor: default;
}
#aion-app-information-mount p{
    margin: 0;
}
#aion-app-information-mount .app-information-left,
#aion-app-information-mount .app-information-right {
    height: 100%;
}
#aion-app-information-mount .app-information-left {
    text-align: left;
}
#aion-app-information-mount .app-information-p1{
    font-family: PingFangSC-Regular;
    font-weight: 300;
    font-size: 28px;
    color: #4B526A;
    letter-spacing: 6.22px;
    margin-bottom: 12px;
}
#aion-app-information-mount .app-information-logo{
    width: 290px;
    /* height: 48px; */
    margin-bottom: 15px;
}
#aion-app-information-mount  .developer-info{
    font-family: PingFangSC-Regular;
    font-weight: 300;
    font-size: 16px;
    color: #97A0A8;
    letter-spacing: 1px;
    line-height: 36px;
}
#aion-app-information-mount  .developer-info >p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#aion-app-information-mount  .developer-info .aion-app-information-authority,
#aion-app-information-mount  .developer-info .aion-app-information-privacy{
    cursor: pointer;
    width: 109px;
    height: 26px;
    border: 1px solid #C6CBD0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#aion-app-information-mount  .app-information-right >img{
    width: 175px;
    height: 174.56px;
}

@media (max-width: 1920px) {
    #aion-app-information-mount {
        transform: translateX(-50%) scale(1);
        bottom: 90px;
    }
}
@media (max-width: 1600px) {
    #aion-app-information-mount {
        transform: translateX(-50%) scale(1);
        bottom: 90px;
    }
}
@media (max-width: 1400px) {
    #aion-app-information-mount {
        transform: translateX(-50%) scale(0.9);
        bottom: 50px;
    }
}
@media (max-width: 1366px) {
    #head .nav-list > li.arrow-icon > a {
        font-size: 12px;
    }
    #head .two-nav > li > a {
        font-size: 12px;
    }
    #head .nav-list > li.arrow-icon > a .arrow-icon-img {
        margin-left: 4px;
        width: 10px;
    }
    #head .two-nav > li .two-nav-item-text{
        font-size: 12px;
    }
    #aion-app-information-mount {
        transform: translateX(-50%) scale(0.8);
        bottom: 30px;
    }
}
@media (max-width: 1024px) {
    #aion-app-information-mount {
        transform: translateX(-50%) scale(0.7);
        bottom: 0px;
    }
    #head .nav-list > li{
        padding: 0 10px;
    }
}
@media (max-width: 812px) {
    #aion-app-information-mount {
        transform: translateX(-50%) scale(0.6);
        bottom: -10px;
    }
}

/* 单行省略号 */
.aion-ellipsis {
    overflow: hidden;              /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;       /* 使用省略号表示被截断的文本 */
    white-space: nowrap;           /* 防止文本换行 */
    word-wrap: normal;             /* 确保长单词不会被截断 */
    -o-text-overflow: ellipsis;    /* Opera浏览器支持 */
    -ms-text-overflow: ellipsis;   /* IE浏览器支持 */
    display: block;                /* 确保元素为块级 */
    max-width: 100%;               /* 限制最大宽度 */
    line-height: normal;           /* 确保行高正常 */
}

/* 2行省略号 */
.aion-ellipsis-2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    max-height: 2.8em; /* 根据实际行高调整 */
}


