﻿@charset "UTF-8";
/* -------------- 简化版 amazeui.js* -----------/

/* ------------------------初始化样式------------------------ */
* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    /*overflow: auto;*/
}

body {
    color: #333333;
    font-size: 14px;
    font-family: 'Calibri';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    vertical-align: middle;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:visited, a:focus, a:active, a:hover {
    color: inherit;
    text-decoration: none;
}

/* 清除浮动 */
.am-cf {
    zoom: 1;
}

    .am-cf:after {
        content: '';
        display: block;
        clear: both;
    }

.am-fl {
    float: left !important;
}

.am-fr {
    float: right !important;
}

/*过渡效果*/
/** {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}*/

/*幻灯片*/
.am-slider {
    position: relative;
}

.am-slider-default .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
}

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider .am-slides > li {
    background-size: 100% 100%;
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
    height: 450px;
}

.am-slider .am-slides img {
    display: block;
    width: 100%;
}

.am-slider-default .am-control-nav {
    position: absolute;
    bottom: 43px;
    width: 100%;
    text-align: center;
    z-index: 999999;
}

    .am-slider-default .am-control-nav li {
        display: inline-block;
        margin: 0 10px;
    }

        .am-slider-default .am-control-nav li a {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            text-indent: -9999px;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            border: 2px solid #ffffff;
        }

            .am-slider-default .am-control-nav li a.am-active {
                background-color: #ffffff;
                cursor: default;
            }

.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: -18px 0 0;
    width: 36px;
    height: 36px;
    color: rgba(0,0,0,.65);
    opacity: .45;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.am-slider-default .am-direction-nav .am-prev {
    left: 10px;
}

.am-slider-default .am-direction-nav .am-next {
    right: 10px;
    text-align: right;
}


/*jQuery图片放大镜*/
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.magnifier {
    position: relative;
    width: 500px;
}

.magnifier-container {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 500px;
    /*border: 1px solid #f2f2f2;*/
}

.move-view {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/move-box.png);
}

.images-cover {
    position: relative;
    width: 100%;
    height: 100%;
}   

    .images-cover img {
        position: absolute;
        object-fit: contain;
    }

.magnifier-assembly {
    position: relative;
    overflow: hidden; /* padding-right:30px; */ /* padding-left:30px; */
    height: 60px;
    margin-top: 10px;
}

.magnifier-btn { /* position:absolute; */
    top: 50%;
    left: 0;
    margin-top: 0px;
    width: 100%;
    font-family: "宋体";
}

    .magnifier-btn span {
        z-index: 9998;
        display: block;
        width: 20px;
        height: 60px;
        border-radius: 3px;
        background-color: #d5d5d5;
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        cursor: pointer;
    }

    .magnifier-btn .magnifier-btn-left {
        float: left;
        width: 45px;
        height: 45px;
        margin-top: 8px;
        cursor:pointer;
    }

    .magnifier-btn .magnifier-btn-right {
        float: right;
        width: 45px;
        height: 45px;
        margin-top: 8px;
        cursor: pointer;
    }

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 60px;
}

    .magnifier-line ul {
        position: absolute;
        left: 0;
        z-index: 98;
        display: block;
        width: 10000%;
        font-size: 0;
    }

    .magnifier-line li {
        float: left;
        width: 70px;
        cursor: pointer;
    }

    .magnifier-line ul > .active .small-img {
        /*border-color: #bbb;*/
        border-color: var(--main-color);
    }

.small-img {
    overflow: hidden;
    margin: 0 5px;
    padding: 3px;
    height: 60px;
    border: 1px solid #f2f2f2;
    text-align: center;
}

    .small-img img {
        max-width: 100%;
        max-height: 100%;
    }

.magnifier-view {
    position: absolute;
    top: 0;
    right: -102%;
    z-index: 9999;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

    .magnifier-view img {
        display: block;
    }

.animation03 {
    -webkit-transition: all .3s ease-in .1s;
    -moz-transition: all .3s ease-in .1s;
    -o-transition: all .3s ease-in .1s;
    transition: all .3s ease-in .1s;
    -ms-transition: all .3s ease-in .1s;
}



.oder-info-title > div {
    height: 40px;
    line-height: 40px;
    margin-top: 23px;
}

.oder-info-title .tudan {
    background: #f6f6f6;
    position: relative;
    margin-right: 30px;
    padding: 0 20px;
}

    .oder-info-title .tudan:nth-last-child(1) {
        padding-left: 20px;
        margin-right: 20px;
    }

    .oder-info-title .tudan i {
        position: absolute;
        left: -25px;
        height: 0;
        width: 0;
        border: 20px solid;
        border-color: transparent transparent transparent #fff;
        background: #f6f6f6;
    }

    .oder-info-title .tudan.on i {
        background: var(--main-color);
    }

    .oder-info-title .tudan b {
        position: absolute;
        right: -40px;
        height: 0;
        width: 0;
        border: 20px solid;
        border-color: transparent transparent transparent #f6f6f6;
        z-index: 2;
    }

    .oder-info-title .tudan.on {
        color: #fff;
        background: var(--main-color);
    }

        .oder-info-title .tudan.on b {
            border-color: transparent transparent transparent var(--main-color);
        }
.am-form-file {
    position: relative;
    overflow: hidden
}

.am-form-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 50rem
}