/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/

* {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
    font-weight: normal;
}

*html .clearfix {
    zoom: 1;
}

html {
    scroll-behavior: smooth;
}

body,
textarea {
    font-family: "Microsoft YaHei", "Arial";
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover,
a:active {
    text-decoration: none;
    color: #555;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

input,
textarea,
select {
    font-size: 14px;
    color: #666666;
    font-family: "Arial", "Microsoft YaHei";
    border: none;
    resize: none;
    background: none;
    outline: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #666666;
}

::-moz-placeholder {
    font-size: 14px;
    color: #666666;
}

::-ms-input-placeholder {
    font-size: 14px;
    color: #666666;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.icon {
    vertical-align: middle;
}

.container {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.img-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s;
}

.positionimg img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.positionimg img.img_way {
    object-fit: contain;
}

.scale_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.l5 {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.t5 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lt5 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.de3,
.de3:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.de5,
.de5:before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.de7,
.de7:before {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinY {
    from {
        transform: rotatey(0deg);
    }
    to {
        transform: rotatey(360deg);
    }
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}

@-webkit-keyframes loading_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes loading_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}

@media only screen and (max-width:1699px) {
    .container {
        width: 1300px;
    }
}

@media only screen and (max-width: 1499px) {
    input,
    textarea,
    select {
        font-size: 14px;
    }
     ::-webkit-input-placeholder {
        font-size: 14px;
    }
     ::-moz-placeholder {
        font-size: 14px;
    }
     ::-ms-input-placeholder {
        font-size: 14px;
    }
    .container {
        width: 1100px;
    }
}

@media only screen and (max-width: 1299px) {
    .container {
        width: 994px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        width: 740px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: calc(100% - 30px);
    }
}