@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 {
    /* overflow: hidden; */
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑';
}

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;
}

.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;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 60px;
}

.magnifier-line ul {
    position: absolute;
    left: 0;
    z-index: 9997;
    display: block;
    width: 10000%;
    font-size: 0;
}

.magnifier-line li {
    float: left;
    width: 60px;
    cursor: pointer;
}

.magnifier-line ul > .active .small-img {
    border-color: #bbb;
}

.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: #009a49;
}

.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: #009a49;
}

.oder-info-title .tudan.on b {
    border-color: transparent transparent transparent #009a49;
}

.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
}

.dm-di13 {
    margin-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 1650px;
    margin: 40px auto 60px;
}

/*商品参数*/
.dm-di3-r {
    width: 617px;
    margin-left: 30px;
}

.dm-di3-r-box {
}

.dm-di3-r-box .p1 {
    margin: 0 auto 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.dm-di3-r-box .p2 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}

.dm-di3-r-box .p3 {margin-top: 5px;display: flex;align-items: flex-end;}

.dm-di3-r-box .p3 .sp1 {
    color: #666;
    vertical-align: middle;
    line-height: 26px;
}

.dm-di3-r-box .p3 .sp2 {
   font-size: 22px;
    color: #cf7f04;
    font-weight: bold;
}

.dm-di3-r-box .p3 .sp3 {
    color: #666666;
    margin-left: 12px;
}

.dm-di3-r-box .p3 .sp4 {color: #666666;margin-left: 12px;}

.dm-di3-r-box .p4 {
    margin: 15px 0;
    color: #666;
}

.dm-di3-r-box .sp5 {
    display: inline-block;
    color: #666;
    width: 60px;
    text-align: right;
    margin-right: 15px;
}

.buyBtns {
}

.buynowonly {
      margin-top: 30px;
    width: 200px;
    height: 46px;
    background: #a96804;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border: 0;
}

.ctrnum-wrap { }

.ctrnum-wrap .ctrnum-b {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #F3F3F3;
    color: #CCC;
    line-height: 22px;
    cursor: pointer;
    vertical-align: middle;
}

.ctrnum-wrap .ctrnum-qty {
    width: 30px;
    height: 22px;
    border: 0;
    color: #333;
    text-align: center;
    font-size: 14px;
    background: transparent;
    outline: none;
}

.text-dov {
    display: inline-block;
    vertical-align: top;
}

.text-dov textarea {
    padding: 0 5px;
    resize: none;
    width: 300px;
    height: 60px;
    border: 1px solid #e7e7e7;
    line-height: 140%;
}

.dm-di14 {
    padding: 30px 0;
}

.dm-di14 .title {
    border-bottom: 1px solid #000000;
}

.dm-di14 .title p {
    width: 137px;
    height: 37px;
    background: #000;
    color: #Ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
}

.dm-di14 .tu-text {
    padding: 30px 0;
    text-align: center;
}

.dm-di14 .tu-text img {
    /* width: 100%; */
}
