﻿/* start defaultset */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: Microsoft YaHei, Verdana, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    /* min-height: 1450px; */
}

h1 {
    font-size: 21px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0;
}

form {
    display: inline;
}

a {
    outline: none;
    /* for Firefox */
}

a {
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #357BBF;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.ch {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

.clear {
    zoom: 1;
    display: block;
}

.clear:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    border: none;
    border-width: 0px 0px 0px 0px;
}


/*end defaultset */

.td-100 {
    width: 60px;
    text-align: center;
}


/* start font */

.px-10 {
    font-size: 10px
}

.px-11 {
    font-size: 11px
}

.px-12 {
    font-size: 12px
}

.px-14 {
    font-size: 14px
}

.px-15 {
    font-size: 15px
}

.px-16 {
    font-size: 16px
}

.px-18 {
    font-size: 18px
}

.px-21 {
    font-size: 21px
}

.px-25 {
    font-size: 25px
}

.px-35 {
    font-size: 35px
}

.fb {
    font-weight: bold;
}


/* end font */


/* start color */

.blue,
.blue a,
.blue a:link,
.blue a:visited,
.blue:link,
.blue:visited {
    color: #03C;
}

.red,
.red a,
.red a:link,
.red a:visited,
.red:link,
.red:visited {
    color: #F00;
}

.orange,
.orange a,
.orange a:link,
.orange a:visited,
.orange:link,
.orange:visited {
    color: #F60;
}

.black,
.black a,
.black a:link,
.black a:visited,
.black:link,
.black:visited {
    color: #222;
}

.gray,
.gray a,
.gray a:link,
.gray a:visited,
.gray:link,
.gray:visited {
    color: #999;
}

.green,
.green a,
.green a:link,
.green a:visited,
.green:link,
.green:visited {
    color: #390;
}

.white,
.white a,
.white a:link,
.white a:visited,
.white:link,
.white:visited {
    color: #FFF;
}


/* end color */


/* start layui */

.table-in-button {
    width: 30px;
    margin: 0;
    padding: 0;
}

.table-in-download {
    background: #357BBF;
}

.layui-tab {
    margin: 0px;
    margin: 0px;
}

.layui-tab-content {
    padding: 0px;
    margin: 0px;
}

.layui-form,
.layui-border-box,
.layui-table-view {
    padding: 0px;
    margin: 0px;
}

.layui-table {
    margin: 0px;
    border: 0px;
}

.layui-badge-white {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.layui-form-item .layui-input-inline {
    width: 250px;
}

.layui-tab-title {
    height: 42px;
}

.layui-tab-title .layui-this {
    border-top: #357BBF solid 2px;
}


/* end layui */

.top-margin {
    margin: 10px 0 0;
}

.any-margin {
    margin: 0 0 10px;
}

.yuan-nc20 {
    font-size: 20px;
    font-family: Arial;
}

.yuan-25 {
    color: #ff6a00;
    font-size: 25px;
    font-family: Arial;
}

.yuan-55 {
    color: #ff6a00;
    font-size: 55px;
    font-family: Georgia;
}

.layui-card-product .layui-tab-content {
    padding: 0 !important;
}



@keyframes scaleDraw {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.5);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
    }
}

.ty-animation {
    animation: scaleDraw 5s ease-in-out infinite;
}

.ty-img-big {
    transition: all 0.6s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.ty-img-origin {
    transition: all 0.6s;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
}
