* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.svg") format("svg");
	font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.svg") format("svg");
	font-display: swap;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.svg") format("svg");
	font-display: swap;
}

@font-face {
    font-family: "Roboto-BlackItalic";
    src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.eot") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.svg") format("svg");
	font-display: swap;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.svg") format("svg");
	font-display: swap;
}

.Roboto-Regular {
    font-family: "Roboto-Regular";
}

.Roboto-Bold {
    font-family: "Roboto-Bold";
}

.Roboto-Light {
    font-family: "Roboto-Light";
}

.Roboto-BlackItalic {
    font-family: "Roboto-BlackItalic";
}

.Roboto-Medium {
    font-family: "Roboto-Medium";
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

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

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px arial, 'Microsoft YaHei', sans-serif;
    min-width: 320px;
}

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

a:hover {
    color: #1053a1;
}

.blue {
    color: #1053a1;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;width: 90%;margin: 0 auto
}


/*相对定位*/

.p_r {
    position: relative;
}

.text-uppercase {
    text-transform: uppercase;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.fB {
    font-weight: bold;
}


/*全局样式 start*/
table tr td{padding: 7px;}
.container {
    width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    z-index: 99;
    background-color: #FFF;
}

.header .logo img {
    height: 62px;
}

.header .search-btn {
    background: url(../images/search.png)no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.header .lang {
    background: url(../images/lang.png)no-repeat left center;
    padding-left: 36px;
    color: #0f66af;
    height: 100%;
    background-size: 28px;
    cursor: pointer;
    margin-left: 20px;
}

.header .lang .lang-con {
    background-color: #f6f5f5;
    line-height: 2;
    display: none;
    position: absolute;
    left: 0;
    top: 140%;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
    font-size: 18px;
}
.header .lang .lang-con::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 40%;
}

.header .lang .lang-con a:hover {
    background: #0f66af;
    color: #fff;
}

.header .lang:hover .lang-con {
    display: block;
}

.search-content {
    position: fixed;
    left: 50%;
    top: -200px;
    z-index: 101;
    display: flex;
    align-items: center;
    width: 70%;
    /* background-color: #FFF; */
    height: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.search-content input[type='text'] {
    /* width: 80%; */
    flex: 1;
    height: 100%;
    padding-left: 20px;
    background-color: #FFF;
}

.search-content input[type='submit'] {
    width: 80px;
    height: 100%;
    background: #1053a1 url(../images/search1.svg)no-repeat center;
    background-size: auto 50%;
    flex-shrink: 0;
}

.search-content .close {
    width: 60px;
    height: 100%;
    padding: 15px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav {
    font-family: Arial, Helvetica, sans-serif;
}

.nav>li i {
    position: absolute;
    right: 0;
    top: 12px;
    width: 10px;
    height: 10px;
}

.nav>li>a {
    font-size: 18px;
    line-height: 120px;
    padding: 0 24px;
    color: #1053a1;
}

.nav>li>i {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px #FFF solid;
    border-top: 1px #FFF solid;
}

.nav .subnav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 120%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #FFF;
    padding-left: 20px;
    text-transform: none;
}

.nav .subnav::before {
    position: absolute;
    top: 0;
    left: 10%;
    content: '';
    width: 80%;
    height: 2px;
    background: #1053a1;
}

.nav ._subnav::before {
    width: 50%;
}

.nav .subnav a {
    color: #1053a1;
    line-height: 40px;
    font-size: 16px;
}

.m-btn {
    display: none;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    width: 35px;
    height: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-left: 20px;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

footer {
    background-color: #1c1818;
    padding-top: 60px;
    color: #FFF;
}

footer .f-nav li i {
    display: none;
}

footer .f-nav li .tit {
    font-size: 18px;
    color: #FFF;
}

footer .f-nav li:last-child {
    width: 270px;
}

footer .sub-text {
    margin-top: 20px;
}

footer .sub-text a {
    color: #FFF;
}

footer .sub-text a {
    opacity: .65;
}

footer .sub-text a:hover {
    opacity: 1;
}

footer .address,
footer .tel,
footer .email {
    font-size: 14px;
    padding-left: 30px;
    background-position: left 10px;
    background-repeat: no-repeat;
    opacity: .65;
}

footer .address {
    background-image: url(../images/address.png);
}

footer .tel {
    background-image: url(../images/tel.png);
    margin-top: 20px;
}

footer .email {
    background-image: url(../images/email.png);
}

footer .copyright {
    border-top: 1px #494748 solid;
    font-size: 14px;
    padding: 25px 0;
    margin-top: 70px;
}

footer .copyright .sns a {
    margin-right: 10px;
}

footer .copyright .sns img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.mark {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.kefu {
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 100;
    width: 60px;
}

.kefu .book {
    height: 60px;
    /* background: #fabf00 url(../images/book.png)no-repeat center; */
    background: #ed9a03 url(../images/tab_03.png)no-repeat center;background-size: 57%;
}
.kefu .phone {
    height: 60px;
    background: #ed9a03 url(../images/phone.png)no-repeat center;
    margin-bottom: 2px;
}

.kefu .top {
    height: 60px;
    background: #ed9a03 url(../images/top.png)no-repeat center;
    margin-top: 2px;
    cursor: pointer;
}

@media (max-width:767px) {
    .kefu {
        display: none;
        width: 40px;
    }
    .kefu .book,
    .kefu .phone,
    .kefu .top {
        height: 40px;
    }
}


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav li:hover .subnav {
        display: block;
    }
    .nav .subnav a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1366px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .header .container {
        height: 90px;
    }
    .header .logo img {
        height: 55px;
    }
    .nav .subnav::before,
    .nav .subnav::after {
        display: none;
    }
    .m-btn {
        display: block;
    }
    .nav {
        position: fixed;
        right: -80%;
        width: 40%;
        height: calc(100% - 90px);
        top: 90px;
        background-color: #1053a1;
        display: block;
        z-index: 10;
        padding-top: 20px;
        overflow-y: auto;
        padding-left: 20px;
    }
    .nav>li>i {
        display: block;
    }
    .nav>li>a {
        line-height: 40px;
        color: #FFF;
        font-size: 16px;
        padding: 0;
    }
    .nav .subnav {
        position: inherit;
        top: auto;
        left: auto;
        width: auto;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
    }
    footer {
        padding-top: 40px;
    }
    footer .f-nav {
        flex-flow: column;
    }
    footer .f-nav li {
        padding: 10px 0;
        border-bottom: 1px #fff solid;
    }
    footer .sub-text {
        display: none;
        padding-left: 20px;
        margin-top: 10px;
        line-height: 1.8;
    }
    footer .f-nav li:last-child {
        width: 100%;
    }
    footer .f-nav li i {
        position: absolute;
        top: 6px;
        right: 12px;
        width: 10px;
        height: 10px;
        font-style: normal;
        display: block;
        z-index: 9;
    }
    footer .f-nav li i:after {
        content: '+';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        line-height: 10px;
        font-size: 24px;
        top: 8px;
        color: #FFF;
    }
    footer .f-nav li.open i:after {
        content: '-';
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        left: 5px;
        top: 8px;
        line-height: 10px;
        font-size: 24px;
        color: #FFF;
    }
    footer .f-nav li .tit {
        font-size: 16px;
    }
    footer .copyright {
        margin-top: 30px;
    }
    .search-content,
    .search-content input[type='text'],
    .search-content input[type='submit'] {
        height: 60px;
    }
    .search-content .close{
        width: 60px;
        height: 60px;
        padding: 18px;
    }
    .header .lang {
        min-height: 36px;
    }
    .header .lang .tit {
        display: none;
    }
    .header .lang .lang-con {
        min-width: 100%;
        word-break: keep-all;
        padding: 10px;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    /*修改1024以下、平板*/
}

@media (max-width: 767px) {
    /*修改768以下、小屏平板*/
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .container {
        height: 70px;
    }
    .header .logo img {
		width: 176px;
        height: 45px;
    }
    .nav {
        width: 60%;
        top: 70px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    .nav .subnav>li>a {
        font-size: 12px;
    }
    footer {
        padding-top: 30px;
    }
    footer .f-nav li .tit {
        font-size: 15px;
    }
    footer .sub-text a {
        font-size: 15px;opacity: .9;
    }
    footer .copyright .sns {
        display: none;
    }
    footer .copyright .text {
        font-size: 14px;
    }
}

@media (max-width: 424px) {
    /*修改425以下、普通的安卓手机屏*/
    .header .container {
        height: 60px;
    }
    .header .logo img {
		width: 156px;
        height: 40px;
    }
    .nav {
        top: 60px;
    }
    footer {
        padding-top: 20px;background-color: #404040;
    }
    footer .copyright .text {
        font-size: 12px;
    }
    footer .copyright {
        padding: 10px 0;
    }
    .search-content {
        width: 96%;
    }
    .search-content,
    .search-content input[type='text'],
    .search-content input[type='submit'] {
        height: 40px;
    }
    .search-content input[type='submit'] {
        width: 20%;
    }
    .search-content .close{
        width: 40px;
    height: 40px;
    padding: 10px;
    }
}

@media (max-width: 374px) {
    /*修改375以下、iPhone5，4，等小屏手机*/
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .tit {
    font-size: 24px;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pub-submenu {
    width: 100%;
    border-bottom: 1px #d7d7d7 solid;
}

.pub-submenu a {
    line-height: 70px;
    padding: 0 30px;
    text-transform: capitalize;
    font-size: 18px;
}

.pub-submenu a.on {
    background-color: #1053a1;
    color: #FFF;
}

.crumbs {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #FFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.crumbs a {
    color: #FFF;
    margin: 0 5px;
}

.crumbs span {
    margin: 0 5px;
}

@media (max-width:1199px) {
    .pub-submenu a {
        line-height: 60px;
    }
}

@media (max-width:767px) {
    .pub-submenu a {
        line-height: 50px;
        padding: 0 20px;
    }
}

@media (max-width:540px) {
    .pub-submenu a {
        padding: 0 10px;
        font-size: 14px;
    }
    .banner .tit {
        font-size: 17px;
        width: 100%;
        text-align: left;
        padding-left: 40px;
    }
    .crumbs {
        /* font-size: 14px;
        bottom: 15px; */
        display: none;
    }
}

.page {
    margin-top: 60px;
    margin-bottom: 50px;
}

.page a,
.page span {
    margin: 0 5px;
    padding: 5px 15px;
}

.page a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.page .on {
    background-color: #1053a1;
    color: #FFF;
}

.page .next {
    background: url(../images/arrow.png)no-repeat center;
}

@media (max-width:1199px) {
    .page span {
        display: none;
    }
    .page a {
        margin: 0;
    }
}

.pub-sidebar {
    width: 300px;
    margin-right: 25px;
}

.pub-sidebar .pro-menu {
    width: 100%;
}

.pub-sidebar .pro-menu .title {
    background: #1053a1 url(../images/icon15.png) 93% center no-repeat;
    color: #FFF;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 30px;
    line-height: 60px;
}

.pub-sidebar .pro-menu li {
    margin-bottom: 1px;
}

.pub-sidebar .pro-menu .link {
    background-color: #ebebeb;
    line-height: 60px;
    padding-left: 30px;
    font-size: 17px;
    color: #6b6b6b;
}

.pub-sidebar .pro-menu .link i {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/jia.png)no-repeat center;
}

.pub-sidebar .pro-menu .open .link {
    color: #1053a1;
}

.pub-sidebar .pro-menu .open .link i {
    background-image: url(../images/plus.png);
}

.pub-sidebar .pro-menu .submenu {
    display: none;
}

.pub-sidebar .pro-menu .submenu li {
    line-height: 40px;
    padding-left: 30px;
    background-color: #f4f4f4;
    border-bottom: 1px #FFF solid;
}

.pub-sidebar .pro-menu .submenu li a {
    color: #535353;
}

.pub-sidebar .pro-menu .submenu li:last-child {
    border-bottom: 0;
}

@media (min-width:1025px) {
    .pub-sidebar .pro-menu .submenu li a:hover {
        color: #1053a1;
    }
}

.hot-pro {
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 40px;
}

.hot-pro .title {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/icon16.png)no-repeat left center;
    padding-left: 30px;
}

.hot-pro li {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.hot-pro li .pic {
    background-color: #FFF;
    width: 140px;
    height: 110px;
    overflow: hidden;
    border: 1px #ebebeb solid;
    margin-right: 20px;
    flex-shrink: 0;
}

.hot-pro li .pic img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    margin: 0 auto;
}

.hot-pro li .tit {
    font-size: 18px;
    margin-top: 10px;
    word-break: break-word;
}

.hot-pro .more {
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.hot-pro .item {
    margin-top: 20px;
}

.hot-pro .item .pic {
    width: 100%;
    overflow: hidden;
}

.hot-pro .item .pic img {
    width: 100%;
    height: auto;
}

.hot-pro .item .tit {
    font-size: 20px;
    margin-top: 10px;
}

.hot-pro .item a:hover {
    text-decoration: underline;
}

@media (max-width:1199px) {
    .pub-sidebar {
        margin-right: 20px;
        width: 240px;
    }
    .hot-pro {
        display: none;
    }
    .pub-sidebar .pro-menu .title {
        font-size: 20px;
    }
    .pub-sidebar .pro-menu .link {
        font-size: 15px;
    }
    .pub-sidebar .pro-menu .submenu li {
        font-size: 14px;
    }
}

@media (max-width:990px) {
    .pub-sidebar {
        margin-right: 0px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .pub-sidebar .pro-menu .title {
        font-size: 18px;
    }
}

@media (max-width:540px) {
	.banner img{
		height: 36.47vw;
	}
    .pub-sidebar .pro-menu .title {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .pub-sidebar .pro-menu .link {
        line-height: 35px;
    }
    .pub-sidebar .pro-menu .submenu li {
        line-height: 30px;
    }
}


/* 弹窗样式 */
.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup.video {
    margin-top: 0;
}
.popup.video .container {
    width: auto;
    padding: 0;
    margin: 0;
}
.popup.video .container .box {
    position: relative;
    padding-top: 40px;
}
.popup.video .container .box .close {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translateY(-100%) translateX(100%);
    right: 0;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.popup.video .container .box video {
    max-width: 80vw;
    max-height: calc(80vh - 40px);
    background: #000000;
}

.popup.youtube .container {
    width: 70%;
    max-height: 600px;
    height: 80%;
    padding: 0;
}

.popup.youtube iframe {
    width: 100%;
    height: 100%;
    background: #000000;
}

.popup.youtube .close {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translateY(-100%) translateX(100%);
    right: 0;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 540px) {
    .popup.video .container .box .close {
        width: 30px;
        height: 30px;
        right: 30px;
    }
    .popup.video .container .box video {
        max-width: calc(100vw - 10px);
        max-height: calc(100vh - 50px);
    }
    .popup.youtube .container {
        width: 90%;
        height: 50%;
    }
    .popup.youtube .close {
        width: 30px;
        height: 30px;
        right: 30px;
    }
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.tabbar {
    display: none;
    height: 60px;
}
.tabbar .list{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    background: #ed9a03;
}
.tabbar .list li{
    flex: 1;
    text-align: center;
    padding: 6px 0;
}
.tabbar .list li a {
    display: block;
    color: #ffffff;
}
.tabbar .list li a img{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.tabbar .list li a .txt {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .tabbar {
        display: block;
    }
}


/* 提交成功提示弹窗 */
.popup.tip .container {
    background: #ffffff;
    border-radius: 10px;
    max-width: 400px;
    padding: 20px;
    width: 90%;
}
.popup.tip .txt {
    font-size: 24px;
    line-height: 1.4;
}
.popup.tip .opt {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.popup.tip .opt .btn {
    background: #1a73e8;
    color: #ffffff;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 6px;
    cursor: pointer;
}