.html,
body {
    /* max-width: 1920px; */
    min-width: 320px;
    margin: 0 auto;
    min-height: 320px;
    font-size: 14px;
    color: #333333;
    /* font-weight: normal; */
    letter-spacing: 0.5px;
    background-color: #f4f4f4;
    /* font-weight: 300; */
    overflow: auto;
}

@font-face {
    font-family: 'hylxt';
    src: url('../font/hylxt.ttf');
}


/*padding*/

.page {
    width: 100%;
    position: relative;
}

.padding {
    padding: 0 15px;
}

.padding_page_lr {
    padding-left: 7%;
    padding-right: 7%;
}

.padding_page_tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

div {
    position: relative;
}


/* float */

.float_left {
    float: left;
}

.float_right {
    float: right;
}


/* select */


/*SELECT W/DOWN-ARROW*/


/* 
select {
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
 */


/* nav */

.nav_mobile {
    display: none;
    top: 0px;
}

.nav_mobile .ic {
    /* width: 20px;
    height: 20px; */
    margin: 0;
}

.nav_pop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    color: white;
    font-weight: normal;
}

.nav_pop .ic {
    position: relative;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    margin-right: 0;
}

.nav_pop .label_menu {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 150px;
}

.nav_pop .label_menu .padding {
    padding: 0 10px;
}

.nav_pop .label_menu .label {
    width: 73.33%;
    margin: 10px auto;
    background-color: unset;
    border-bottom: 1px solid white;
}

navigation {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}

navigation div {
    vertical-align: middle;
    line-height: 44px;
}

navigation .ic {
    max-width: 30px;
    max-height: 30px;
    position: relative;
    /* top: 10px; */
    display: inline-block;
    vertical-align: middle;
}

navigation svg {
    fill: white;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
}

navigation .logo svg {
    vertical-align: top;
    width: 30px;
    height: 30px;
    /* top: -8px; */
    position: relative;
}

navigation .nav_menu_m .ic {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

navigation .nav_menu_m svg {
    width: 20px;
    height: 44px;
    vertical-align: top;
    /* top: -5px; */
    display: block;
}

navigation .float_left .content {
    display: inline-block;
    /* margin-left: 5px; */
    /* font-size: 17px; */
}

navigation .ic img {
    position: absolute;
    top: 0;
    left: 0;
}

navigation .tag {
    margin-left: 50px;
    display: inline-block;
}

navigation .float_left {
    float: left;
}

navigation .float_right {
    float: right;
}


/* tabbar */

.tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: 0px 1px 0px #c8c7cc inset;
    vertical-align: middle;
    line-height: 50px;
    z-index: 999;
    display: none;
}

.tabbar div {
    display: inline-block;
    vertical-align: middle;
}

.tabbar .content {
    color: #830012;
    font-weight: bold;
}

.tabbar svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-left: 15px;
    fill: #830012;
}

.tabbar .btn {
    position: absolute;
    background-color: #830012;
    text-align: center;
    color: white;
    width: 86px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    top: 9px;
    right: 15px;
    font-size: 12px;
}


/* footer */

.page_footer {
    background-color: #333333;
    color: white;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}

.page_footer div {
    position: relative;
}

.page_footer .contact,
.page_footer .copyright {
    margin: 10px 0;
    line-height: 20px;
}

.page_footer .contact div {
    display: inline-block;
}

.page_footer .contact>div {
    margin: 0 10px;
}

.page_footer .contact .ic {
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin-right: 5px;
}

.page_footer .copyright div {
    display: inline-block;
}


/*  */

.margin {
    position: relative;
    height: 45px;
    background-color: #333333;
    display: none;
}


/*  theme title*/

.theme_title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}


/* styles unrelated to zoom */

.zoom {
    overflow: hidden;
}

.zoom img::selection {
    background-color: transparent;
}


/*  */

.scroll_line {
    position: absolute;
    width: 100%;
    bottom: 14px;
    left: 0;
    text-align: center;
}

.scroll_line .s_l {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5)
}

.scroll_line .s_l.active {
    background-color: rgba(255, 255, 255, 1)
}

.scroll_line {
    position: absolute;
    width: 100%;
    bottom: 14px;
    left: 0;
    text-align: center;
}

.scroll_line .s_l {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5)
}

.scroll_line .s_l.active {
    background-color: rgba(255, 255, 255, 1)
}


/* nav sub css */

.nav_sub {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.nav_sub div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nav_sub .tag .ic {
    width: 14px;
    height: 14px;
}

.nav_sub svg {
    vertical-align: top;
    top: -1px;
    position: relative;
}


/* banner */

.page_banner {
    padding-top: 44px;
}


/* fullzoom */

.fullzoom {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.fullzoom .box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.fullzoom .box img {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: 93%;
    max-height: 93%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

.fullzoom .pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.8);
}

.fullzoom .btn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 999999999;
    cursor: pointer;
}

.fullzoom .btn_close svg {
    fill: white !important;
}


/* .fullzoom .btn_close:hover {
    cursor: pointer;
} */

.zoomImg {
    transform: none !important;
}

.btn_gray {
    background-color: #7f7f7f;
    color: white;
}

.btn_theme {
    background-color: #830012;
    color: white;
}
