@media screen and (min-width:1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width:1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width:1538px) {
    html {
        font-size: 100vw;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width:960px) {
    html {
        font-size: 80px;
    }
}

.nav {
    display: flex;
    height: 80px;
    opacity: 1;
    background: #ffffff;
    width: 1200px;
    margin: auto;
}

.nav>img {
    width: 78px;
    height: 32px;
    opacity: 1;
    margin: auto 0;
    padding: auto 0;
    margin-right: 20px;
}

.nav>ul {
    padding: 0;
    margin: auto 0;
}

.nav>ul>li {
    float: left;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin-right: 20px;
}

.nav a {
    color: #000;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.mod-select {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
    margin-left: 142px;
    width: 102px;
    border: 2px solid #ff6600;
    border-radius: 4px;
    position: relative;
    height: 30px;
    cursor: default;
}

.select_label {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.jiantou-img {
    height: 105%;
    margin-top: -1px;
    text-align: center;
    width: 34px;
    opacity: 1;
    background: #ff6600;
    margin: -1px;
}

.jiantou-img img {
    width: 13px;
    height: 11px;
    vertical-align: middle;
    opacity: 1;
    margin-top: 12px;
}

.select-list {
    position: absolute;
    top: 30px;
    width: 100%;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-sizing: border-box;
}

.select-list li {
    padding: 10px;
}

.nav>span {
    margin: auto 0;
    margin-left: 30px;
    width: 50px;
    opacity: 1;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
}

.header-a {
    width: 1200px;
    height: 50px;
    opacity: 1;
    background: #333333;
    line-height: 50px;
    display: flex;
    margin: auto;
}

.header-a-son>div:nth-of-type(1) {
    height: 50px;
    opacity: 1;
    background: #ff6600;
    text-align: center;
    display: flex;
}

.header-a-son>div:nth-of-type(1) span {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-left: 20px;
    background: #ff6600;
    width: 100px;
    line-height: 50px;
}

.header-a-son>div:nth-of-type(1) img {
    width: 18px;
    height: 10px;
    margin-left: 15px;
    margin: 20px;
}

.search-header {
    margin-left: 510px;
    display: flex;
}

.search-header form {
    display: flex;
    align-items: center;
}

.search-header form button {
    border: none;
    background-color: transparent;
    outline: none;
    background-color: #999;
    height: 32px;
}

.search-header form button i {
    width: 28px;
    background-color: #999;
    color: white;
}

.search-header input {
    width: 318px;
    height: 32px;
    vertical-align: middle;
    opacity: 1;
    background: #ffffff;
    list-style: none;
    border: none;
    outline: 0;
    padding: 0;
    padding-left: 10px;
    /* margin-top: 0.1rem; */
    box-sizing: border-box;
}

.download a {
    color: white;
    line-height: 50px;
}

.search-header>a {
    width: 32px;
    height: 32px;
    opacity: 1;
    background: #999999;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
}

.search-header img {
    width: 18px;
    height: 18px;
    opacity: 1;
}

.search-content {
    position: absolute;
    width: 350px;
    top: 93%;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    display: none;
    cursor: default;
}

.search-content p:hover {
    color: #e7650d;
}

.search-content p {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.history>div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.history>div span {
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.search-content p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.hot-search div:nth-of-type(1) {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    height: 40px;
}

.hot-search {
    margin-bottom: 30px
}

.header-a-son>span {
    opacity: 1;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-left: 70px;
    cursor: default;
    word-break: keep-all;
}

.header-tip {
    width: 100%;
    height: 200px;
    opacity: 0.5;
    line-height: 200px;
    opacity: 1;
    font-size: 60px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    background: url("https://imgbdb4.bendibao.com/szbdb/20228/16/2022816095503_33928.jpg");
    padding-left: 360px;
    box-sizing: border-box;
    background-size: cover;
    margin: auto;
}


/*  */

.header-a {
    position: relative;
}

.main-nav {
    position: absolute;
    top: 100%;
}

.main-nav ul {
    margin: 0;
}


/* .main-nav ul li.dropdown .menu {
    font-size: 0.12rem;
    font-family: "\5b8b\4f53";
} */

.main-nav ul li.dropdown .menu a {
    font-size: 12px;
    line-height: 24px;
    display: inline;
    color: #252525;
}

.main-nav ul li.dropdown .menu a:hover,
.main-nav ul li.dropdown .menu a.active {
    text-decoration: none;
    background: none;
}

.main-nav ul li.dropdown .main-menu {
    /* position: relative; */
    z-index: 100;
    /* width: 278px;
    border: 1px solid #e0e0e0; */
    border-right: 0;
}

.main-nav ul li.dropdown .main-menu dl {
    height: 30px;
    /* width: 2.78rem; */
    line-height: 30px;
    padding: 10px 15px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f6f6f6 url(../images/arr.gif) no-repeat 260px 4px;
    margin: 0;
}

.main-nav ul li.dropdown .main-menu dl.active-menu {
    border-right: 0;
    background: #f6f6f6 url(../images/arr.gif) no-repeat 260px -44px;
    border-right: 0px;
}

.main-nav ul li.dropdown .main-menu dl dt {
    font-weight: bold;
    line-height: 35px;
    float: left;
}

.main-nav ul li.dropdown .main-menu dl dd {
    /* float: left; */
    font-size: 12px;
    line-height: 35px;
    overflow: hidden;
    cursor: pointer;
}

.main-nav ul li.dropdown .main-menu dl dd a {
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap;
    color: #252525;
}

.main-nav ul li.dropdown .main-menu dl dd a:hover {
    color: #f50;
}

.main-nav ul li.dropdown .main-menu dl.last-child {
    border-bottom: 0;
}

.main-nav ul li.dropdown .sub-menu {
    /* position: absolute; */
    z-index: 10;
    top: 0;
    border: 1px solid #e0e0e0;
    border-left: 0px;
    padding: 20px;
    /* width: 680px;
    height: 421px; */
    background: #ffffff;
    left: 278px;
}

.main-nav ul li.dropdown .sub-menu .item {
    width: 680px;
}

.main-nav ul li.dropdown .sub-menu .item dl {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.main-nav ul li.dropdown .sub-menu .item dl.last-child {
    border-bottom: 0;
}

.main-nav ul li.dropdown .sub-menu .item dt {
    font-weight: bold;
    float: left;
    overflow: hidden;
    width: 80px;
    text-align: right;
}

.main-nav ul li.dropdown .sub-menu .item dt a {
    color: #f60;
}

.main-nav ul li.dropdown .sub-menu .item dd {
    margin-left: 90px;
    text-align: left;
}

.main-nav ul li.dropdown .sub-menu .item a {
    line-height: 28px;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    white-space: nowrap;
}

.main-nav ul li.dropdown .sub-menu .item a:hover {
    color: #f50;
}


/*  */

.notification {
    width: 100%;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 20px 360px;
    box-sizing: border-box;
    margin: auto;
}

.notification div {
    width: 1200px;
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 27px;
    margin: auto;
}

.main {
    display: flex;
    width: 1200px;
    margin: auto;
}

.main-left {
    width: 816px;
    margin-right: 24px;
}

.search-title {
    display: flex;
    width: 816px;
}

.search-title-left {
    width: 160px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    opacity: 1;
    background: #ff6600;
}

.search-title-left span {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    border-left: 4px solid;
    padding: 0 20px;
}

.search-title-right {
    width: 660px;
    height: 64px;
    line-height: 64px;
    opacity: 1;
    background: #f3f3f3;
}

.search-title-right span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    margin-left: 20px;
    color: #333333;
}

.guide {
    width: 816px;
    opacity: 1;
    background: #f3f3f3;
    margin-top: 20px;
    position: relative;
}

.guide-box {
    padding: 5px;
    padding-bottom: 148px;
    min-height: 600px;
}

.guide-title p {
    /* width: 0.88rem; */
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    border-left: 4px solid;
    margin-left: 10px;
    padding-left: 20px;
}

.guide-content {
    display: flex;
}

.guide-nav {
    width: 144px;
    opacity: 1;
    background: #ffffff;
    margin-left: 10px;
    padding-bottom: 20px;
    cursor: default;
}

.guide-nav-title {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    padding: 20px 0 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.guide-nav ul {
    padding: 0 0 10px 10px;
}

.guide-nav ul>li {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    font-size: 16px;
    margin-bottom: 16px;
}

.guide-ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 144px;
    opacity: 1;
    margin-left: 10px;
    position: absolute;
    top: 0;
    /* margin-top: 4rem; */
}

.guide-ico img {
    width: 49px;
    height: 49px;
    opacity: 1;
    margin: auto;
    margin: top 24px;
}

.guide-content-right {
    width: 616px;
    margin-left: 2px;
}

.guide-content-select {
    padding: 0 5px 2px 5px;
    opacity: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: initial;
}

.guide-content-select>div {
    display: flex;
}

.guide-content-select>div>span {
    display: inline-block;
    margin: auto 0;
    padding-left: 20px;
    word-break: keep-all;
    margin-top: 19px;
}

.guide-content-select ul {
    margin: 20px 10px 0 0;
}

.guide-content-select ul>li {
    float: left;
    margin-right: 20px;
    cursor: default;
    line-height: 26px;
}

.guide-content-article-title>div:nth-child(1) {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ff6600;
    padding-left: 10px;
    border-left: 4px solid #ff6600;
    margin: 20px 0;
}

.guide-content-article-title>div:nth-child(1)>a {
    color: #ff6600;
}

.guide-content-article-title>div:nth-child(2) {
    padding: 22px;
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justifyLeft;
    color: #666666;
    background-color: #fff;
    line-height: 25px;
}

.guide-content-article .main-content {
    padding: 0 20px;
    background-color: #fff;
}

.guide-content-article .main-content .main-content-item {
    padding-top: 20px;
    border-top: 1px dashed #000;
}

.guide-content-article .main-content .main-content-item:nth-child(1) {
    border: none;
}

.main-content-item .main-content-head>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-content-item .main-content-head>a span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.main-content-item .main-content-container {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
}

.main-content-btn {
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    background-color: #ffede0;
    font-size: 16px;
    color: #f60;
}

.guide-content-right .tips {
    font-size: 16px;
    color: #333;
    margin-top: 40px;
}

.main-right {
    width: 361px;
}


/*  */

.active {
    border: 1px solid;
    width: 361px;
    opacity: 1;
    border-top: 2px solid;
    border-color: #ff6600 #ccc #ccc #ccc;
    margin-bottom: 20px;
}

.active-title {
    padding: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.main-right>div:last-of-type>div:first-of-type {
    border-bottom: 1px solid #ccc;
}

.active-content div {
    border-top: 1px solid #ccc;
    height: 42px;
    width: 342px;
    padding: 0 10px;
    line-height: 42px;
}

.active-content>div>span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 5px;
    margin-bottom: 17px;
    margin-right: 17px;
}

.active-content div>a {
    display: inline-block;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
    /* width: 3.04rem; */
}

.active-content div>a>span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.active-content div>a>span:hover {
    color: #ff6600;
}

.main-right .first-content {
    display: flex;
    flex-wrap: wrap;
}

.main-right .first-content>div {
    width: 42%;
    padding: 0 4%;
}

.scan-tip {
    padding: 0 20px 10px 20px !important;
    height: initial !important;
    line-height: initial !important;
    width: initial !important;
    border-top: 0 !important;
}

.scan-tip span {
    width: initial !important;
    background-color: initial !important;
    margin: 0 !important;
    line-height: initial !important;
}


/*  */

.index-main-bottom {
    padding: 48px 0 156px 0;
    width: 1200px;
    cursor: default;
    margin: auto;
}

.index-main-bottom .main-bottom-content {
    display: flex;
    justify-content: space-around;
}

.index-main-bottom .bottom-content-left {
    width: 177px;
    height: 240px;
    opacity: 1;
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    line-height: 240px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.bottom-content-right {
    width: 1000px;
    height: 240px;
    opacity: 1;
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
}

.guide-list {
    margin-top: 110px;
}


/*  */

.guide-list-title {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.el-dropdown {
    padding: 0 22px;
    border-right: 2px solid #aaaaaa;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.el-dropdown-menu {
    /* padding: 10px 10px !important; */
    border-radius: 15px !important;
}

.guide-dropdown-menu .el-dropdown-menu__item {
    text-align: center;
    padding: 0 31px;
    font-size: 16px !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    color: #333333;
    line-height: 35px;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ff6600 !important;
}

.guide-dropdown-menu .el-dropdown-menu__item:hover a {
    color: #fff;
}


/* 改变三角箭头颜色 */


/* .el-popper .popper__arrow::after {
    content: none !important;
    border-width: initial !important;
} */


/* footer模块样式 */

.footer {
    width: 1200px;
    margin: auto;
}

.index-footer {
    height: 250px;
    border-top: 2px solid #ccc;
    width: 1050px;
    margin: auto;
}

.footer-content {
    margin: 0 auto;
    padding-top: 10px;
    line-height: 22px;
    font-size: 87.5px;
    text-align: center;
    color: #666;
}

.index-footer a {
    margin: auto 3px;
    text-decoration: none;
    color: #333;
}

.index-footer a:hover {
    color: red;
}

.footer-logo img {
    width: 50px;
    height: 50px;
}

.page {
    position: relative;
}


/* .page:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 19.2rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: attr(data-text);
    transform: translateY(-100%);
    color: #fff;
    z-index: 0;
} */

.mark:after {
    transform: translateY(0);
}


/* 分享模块 */

.mark-box {
    width: 700px;
    position: fixed;
    z-index: 100;
    display: none;
    box-sizing: border-box;
}

.mark-header {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    background: #e7650d;
    padding: 20px 50px;
}

.mark-header span {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.mark-header img {
    width: 36px;
    height: 36px;
    margin-top: 7px;
}

.mark-content {
    padding: 20px 50px;
    background-color: #fff;
    position: relative;
}

.mark-content :hover {
    cursor: pointer;
}

.mark-content>div:first-of-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mark-content div span {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.mark-content>div:first-of-type span:last-of-type {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #fab736;
}

.mark-content div input {
    width: 360px;
    height: 30px;
    margin-top: -4px;
    outline-style: none;
}

.mark-box .qrcode_box {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    border-radius: 10px;
    background: white;
    padding: 10px;
    left: 150px;
    top: 10px;
    display: none;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
}

.mark-box .qrcode_box p {
    text-align: center;
}

.platform {
    display: flex;
    justify-content: start;
    margin: 30px 0;
}

.platform>span {
    width: 120px;
}

.platform-content img {
    width: 80px;
    height: 80px;
    opacity: 1;
}

.platform-content {
    display: flex;
    width: 40px;
    justify-content: space-between;
    text-align: center;
}

.platform-content>div>a>div {
    margin-top: 10px;
}